/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/**
 * Fully vertical layout for very small screens
 **********************************************/
@media (max-width: 450px) {

	.fdm-item-image {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	.fdm-item-has-image .fdm-item-panel p,
	.fdm-item-has-price .fdm-item-panel p {
		padding: 0;
	}
	.fdm-item-price-wrapper {
		text-align: right;
		white-space: normal;
		position: absolute;
		margin-bottom: 1em;
		width: 100%;
	}

}


@media only screen and (min-width: 800px)  {

.home-suites-mobile {
    display: none;
}
}


@media only screen and (max-width: 800px)  {

.home-suites-desktop {
    display: none;
}
}



@media only screen and (min-width: 800px)  {

.mobile-one {
    display: none;
}
}


@media only screen and (max-width: 800px)  {

.desktop-one {
    display: none;
}
}







.sidr a {
    
    text-decoration: none;
    
}



.wpex-slider-media img {
   border-bottom: 1px solid #eee;
}



a {
    color: #666;
    text-decoration: underline;
    outline: 0;
}


h2 a {
   
    text-decoration: none;
    
}




.full-screen-overlay-nav .full-screen-overlay-nav-close {
    position: fixed;
    top: 20px;
    right: 7px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}



.full-screen-overlay-nav-ul li a {
    display: inline-block;
    color: #666666;
    line-height: 38px;
    transition: all 0.3s;
    margin-top: 25px;
     margin-bottom: 0px;
   padding: -5px;
font-size: 25px;
 font-weight: 100;
    
}


.full-screen-overlay-nav-ul  {
   
    margin-top: 80px;
  
    
}

.full-screen-overlay-nav-ul a:link { text-decoration: none; opacity: 1.0; }

.full-screen-overlay-nav-ul li a:hover { text-decoration: none; opacity: 1.0; }

.full-screen-overlay-nav-ul li a:hover {
  
    color: #3e3f3d;
    
}   






#footer-callout-wrap {
     background-color: transparent; 
}

#footer-callout-wrap {
    background: transparent;
    padding: 30px 0;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
}


table {
    
    margin-bottom: 10px
    
}

div.box {
    position: relative;
    width: 200px;
    height: 200px;
    background: #eee;
    color: #000;
    padding: 20px;    
}
 
div.box:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}
 
 



 
 
 
a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}
 

.navbar-style-one .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 0.5em;
    border-radius: 3px;
}


.box-link:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}


.box-link-passion8:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;

}
    
  /*   
   @media screen and (max-width: 480px) { 
    
    .box-link-passion8 .wpb_column .vc_column_container vc_col-sm-4 {
    
background-position: 0px 0px; 
background-image: url(../../../../../../themes/total-child/img_tree.gif);
        
        
    }
 
   }

*/


.box-link-call-out a:hover { color:#ffffff; text-decoration: none; }



/* 
.box-link {
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
*/







#site-navigation .dropdown-menu a {
    font-weight: 300;
    font-size: 15px;
}


#site-logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    width: 300px;
    max-height: 100%;
    max-width: 100%;
}

.page-header.background-image-page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    font-size: 20px;
    font-weight: 200;
    max-width: 100% !important;
 
    
}

.page-header {
    margin: 0 0 40px;
    padding: 10px 0;
    position: relative;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
opacity: 1.0;
    
}



.footer-callout-content {
    font-weight: 100;
    font-style: normal;
    font-size: 20px;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
     padding: 0px; 
}

.port-two {
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}





.portfolio-entry-inner{
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}


.theme-button, .color-button, input[type="submit"], button {
    color: #fff;
    padding: .5em 1em;
    margin: 0;
    display: inline-block;
    font-size: 0.923em;
    font-weight: 100;
    color: #fff;
    outline: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: inherit;
    -webkit-appearance: none;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
}


body.page-header-disabled .navbar-style-three {
    border-bottom: 0px solid #eee;
}

.post-pagination {
    border-top: 0px solid #eee;
    padding: 30px 0;
    color: #888;
}


.navbar-style-three .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1.5em;
    border-radius: 3px;
}

.background-image-page-header{

  /*background-image: url(https://www.jwdev2.sovibay.com/wp-content/uploads/2016/05/background-t.jpg) !important;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;

    
}

#overlay-header-logo{
display:none;
}


#site-header.overlay-header {
background-image: url(https://www.jwdev2.sovibay.com/wp-content/uploads/2016/09/single-banner-1.png) !important;
    background-repeat: repeat;
  

   
}



#site-logo-inner {
     opacity: 1.0;
}

#site-logo  {
   opacity: 1.0;
}


#site-logo img {
  opacity: 1.0;
}


 /*background*/


.navbar-style-three {
    background: transparent;
    border-top: 0px solid #eee;
    position: relative;
margin-top: -10px;
margin-bottom: 13px;
    
}


.navbar-style-one {
    opacity: 1.0;
}


td {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 100;


 }
  
  p {
  font-family: "museo-slab",serif;
font-style: normal;
line-height: 23px;
font-weight: 100;
margin-bottom: 13px;

 }
 
   body {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 100;

 }
 
    h1 {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 500;
color: #51534b;
margin-bottom: 12px;
margin-top: 12px;
 }
 
 
   .home h1 {
  font-family: "museo-slab",serif;
font-style: normal;
font-size: 25px;
line-height: 30px;
font-weight: 500;
color: #51534b;
margin-bottom: 17px;
margin-top: 12px;
 }
 
 
 
  .gallery-description  h1 {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 500;
font-size: 1.313em;
color: #51534b;
margin-bottom: 12px;
margin-top: 12px;
 }
 
 
   h2 {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 500;
color: #51534b;
margin-bottom: 12px;
margin-top: 12px;
 }
 
 
    h3 {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 500;
color: #51534b;
margin-bottom: 10px;

    text-shadow: 0px 0px 4px rgba(3, 3, 3, 0.4);    
    }

     h4 {
  font-family: "museo-slab",serif;
font-style: normal;
font-weight: 300;
color: #51534b;
margin-bottom: 15px;
font-size: 20px;
   line-height: 28px;
    }

  
   gravity_form {
  
margin-left: 50px;
 }
 
.wpex-row.gap-10 {
    margin-left: -10px;
    margin-right: -5px;
}
 #footer-widgets.wpex-row .col {
    margin-bottom: 15px !important;
}
 
.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 2px #666666;
 font-family: "museo-slab",serif;
  color: #ffffff;
  font-size: 11px;
  background: #51534b;
  margin-top: 10px;
   margin-right: 4px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;

display: inline-block;    
}


.btn2 {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 1px 1px 2px #666666;
 font-family: "museo-slab",serif;
  color: #ffffff;
  font-size: 12px;
  background: #51534b;
 
  
  padding-left: 0px;
  padding-right: 12px;
  padding-top: 4px;
   padding-bottom: 4px;
  text-decoration: none;

display: inline-block;    
}



.btn:hover {
  background: #3e3f3d;
  text-decoration: none;
    color: #ffffff;
}


.btn2:hover {
  background: #3e3f3d;
  text-decoration: none;
    color: #ffffff;
}




.back-icon {
  
  
 
line-height: 200%;
 
   
   
}


.search-entry-excerpt {
  
  
 
display: none;
 
   
   
}