/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*  properties style */
.property_home_name{position: absolute; top: 50%; z-index: 10; left: 3%; background: rgba(253, 253, 253, 0.5); padding: 5px 20px;}
.single-property .property_thumbnail{position: relative;}
.property_home_name h1{    font-family: 'Lato';    font-weight: 400; text-transform: uppercase;}
.properties {   width: 100%; text-align: center; display: inline-block; 
 /*border-bottom: 1px solid #E2DDDD;  */
  padding-bottom: 40px;   }
.property_thumbnail .arrow_down{    position: absolute;    bottom: 10px;    text-align: center;    width: 100%;    z-index: 10;}
.property_thumbnail .arrow_down i{font-size: 50px; color: #efefef; cursor: pointer;}
.property_thumbnail .arrow_down p{margin: 0;}
.post{ padding-top: 0px; margin-bottom: 0px;}
.single-property .post{ padding-top: 0px; margin-bottom: 0px;}
.search_count { text-align: center; font-size: 16px;}
.search_count p{ margin-bottom: 0px;}
.search_count i{ font-size: 28px;}
.loading_property { text-align: center; width: 100%; margin-top: 50px;}
.properties_container { display: none;}
.loading_icon {
	width: 6em;
    height: 6em;    
    display: inline-block;
    animation: fusion-rotate 0.8s infinite linear;    
    color: transparent;
    font-size: 10px;
    border-top: 0.5em solid rgba(0, 0, 0, 0.2);
    border-right: 0.5em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.5em solid #333;
    border-left: 0.5em solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-clip: padding-box;
}

.search_result:nth-child(even){ background: white;}
/*.search_result:nth-child(odd){ background: #eae9e9;}*/
.property_image { overflow: hidden;}
.property_image a img{ width: 100%;}

.property_content { display: inline-block;}

.property_content p {margin-bottom:8px;}

.property_title { margin-top: 30px !important; }
.property_title a{ font-size: 24px; text-transform: uppercase; color:#4a483c; font-weight: 500; font-family: 'Lato', Arial, Helvetica, sans-serif; letter-spacing:1.25px; }

.property_excerpt { font-size: 18px; font-style: italic;}
.property_tag { font-style: italic; font-size: 18px; margin-top: -5px;}
.view_more { display: inline-block; margin-top: 10px;  background: #7a725d;    color: white;    padding: 6px 40px;   text-transform: uppercase; font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 400; line-height: 16px; font-size: 13px;letter-spacing:1px;}
.view_more:hover{ color: white; text-decoration: none; background: rgba(98, 72, 53, 0.51);}

.gallery_link{display: inline-block; z-index: 10; cursor: pointer;  padding: 10px 15px;    position: absolute;    background: white;    top: -65px;    left: 40px;    border-radius: 7px;}
.gallery_link img{width: 32px;}
.gallery_link span{font-size: 18px;    font-family: 'Lato';    margin-left: 10px;    line-height: 1.5em;}

/* search widget for properties */
.search_filter {     padding: 20px 0; background: #ffffff; display: inline-block; text-align: left;}
.filter_toggle { text-align: center; }
.filter_toggle .panel-heading { text-align: left;}
.filter_toggle .panel-collapse.collapse .toggle-content{ background: #F7F7F7;}
.filter_lable, .filter_check{ width: 25%; float: left;}
.search_check { width: 25%; float: left;}
.filter_check { padding-top: 25px;}
.filter_lable {  font-style: italic;   text-align: center;    font-size: 16px;    line-height: 80px;    color: #92BED7;    font-weight: 400; font-family: 'Lato', Arial, Helvetica, sans-serif;}

.search_check_lable { font-size: 20px; font-family: 'Lato', Arial, Helvetica, sans-serif;}
.search_check_lable:after {content: "";    display: block;    width: 50%;    border: 1px solid #E4D9D9;    margin-bottom: 15px;    margin-top: 5px;}

#bedroom_checkbox_one {width:30%; float:left;}
#bedroom_checkbox_two {width:45%; float:left;}

#location_checkbox_one {width:45%; float:left;}
#location_checkbox_two {width:45%; float:left;}


.search_check input { margin-right: 10px;    margin-bottom: 7px;}
.search_check, .clear_button{ font-size: 16px;}

.clear_button:hover{ cursor: pointer; color: green;}


.search_button {  display: inline-block; margin-top: 10px;  background: #7a725d;    color: white;    padding: 6px 40px;   text-transform: uppercase; font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 500; line-height: 16px; font-size: 13px; letter-spacing:1px; border-width:1px;color:#ffffff;border-color:#ffffff;}

.search_button:hover{ cursor: pointer; background: #4a483c;}

.search_result { display: block;     padding-top: 1px;}
.hidden_result { display: none;}

/* new search results */

.residences-shortcode-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; }
.search_result { display: inline-flex; width:49%; text-align: left; flex-direction: column; margin-top: 50px; }
.search_result .property_image {     
  overflow: hidden;
  position: relative;
  height: 400px; 
}

.search_result .property_image img {     
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 980px){
    .search_result { width: 100%; text-align: center; }
    .search_result:nth-child(odd){ background: #eae9e9;}

    .search_result .property_image {     
      overflow: hidden;
      position: relative;
      height: auto; 
    }

    .search_result .property_image img {     
      width: 100%;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      transform: none;
    }
}


/* end new search results */



/* our team page*/
.flip-box-front{ min-height: auto !important;}


/* single property page*/
.single-property .entry-title{ display: none;}
.single-property .fusion-meta-info {display: none;}
.single-property .fusion-flexslider.fusion-post-slideshow { display: none;}
.single-property #wrapper #main{ padding: 0; }
.single-property #wrapper .fusion-row{ max-width: 100%;}
.single-property #wrapper .fusion-row .post-content { text-align: center; position: relative;}
.single-property #wrapper .fusion-row .post-content .nonhundred-percent-fullwidth { display: inline-block; text-align: left; max-width: 1040px;}
.single-property #wrapper .fusion-row .post-content .hundred-percent-fullwidth { text-align: left; }
.single-property #wrapper .fusion-row .post-content .hundred-percent-fullwidth .unite-gallery{ max-width: 1040px !important;}
.single-property .property_thumbnail { margin-bottom: 0; }
.single-property .property_thumbnail .slides li { max-height: 70vh; }
.single-property .property_thumbnail .slides li img { transform: translateY(-30%);  }



/* inquiry form widget */
.inquiry_form_widget { margin-top: 35px;}
.inquiry_form_widget .title{margin-bottom: 0px; font-family: 'Lato', Arial, Helvetica, sans-serif;}
.inquiry_form_widget .gform_wrapper{ font-family: 'Lato', Arial, Helvetica, sans-serif; margin-top: 0px !important;}
.inquiry_form_widget .gform_wrapper .gform_body label{ font-size: 16px; font-weight: 400;}
.inquiry_form_widget .gform_wrapper .gform_body .datepicker {     width: 100% !important;}
.inquiry_form_widget .gform_wrapper .gform_button {    background: #7a725d;    padding-left: 40px;    padding-right: 40px;}
.inquiry_form_widget  { display: none;}
.inquiry_toggle{ cursor: pointer; font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 600; font-size: 12px; color: #4a483c; background-color:#67b7e1; height:25px; padding-right:10px; }
/*.inquiry_form_widget p {    display: none;}*/
.inquiry_toggle::before{   display: block;    margin-right: 10px;    float: left;    width: 25px;    height: 25px;    background-color: #67b7e1 !important;    border-color: #67b7e1 !important;    font-family: 'IcoMoon';    content: "\e61d";    font-style: normal;    line-height: 25px;    font-size: 20px;    color: white;    text-align: center;}

.inquire_open::before { content: "\e61c" !important;} 

.inquiry_form_widget .title { text-transform: capitalize;}
 

.inquiry_form_widget .gfield_checkbox li{ display: inline-flex; line-height: 1 !important;}


/* residence results page */
.residences-filters-wrapper {
  position: relative;
}

#filtercontainer {
  z-index:20;
}

.filter-popup-wrapper {
  background: #fff;
  position:absolute;
  left:6px;
  border: 1px solid #ddd;
  border-radius: 2px;   
  padding: 30px 30px 30px 40px; 
  z-index:20; 
  width: 300px;
  display: none;
}

#guests-filter-content, #bedrooms-filter-content {
  padding: 30px 20px 30px 30px;
}

#bedrooms-filter-content {
  left: auto;
  right: -1px;
}

.filter-popup-content > span {
  text-align: right;
  display: block;
  color: #4FB2DE;
  font-size: 16px;
  cursor: pointer;
  margin-top: 5px;
}

#guests-filter-content .filter-popup-content > span, #bedrooms-filter-content .filter-popup-content > span {
  margin-top: 25px;
}

.filter-popup-content > span:hover {
  text-decoration: underline;
}

.filter-popup-content > div + div {
  margin-top: 10px;
}

.filter-popup-content label {
  font-size: 18px;
  font-weight: 400;
  color: #585858;
}

.filter-popup-content label input{
  margin-right: 20px;
}

.filter-popup-content .guest-control-group, .filter-popup-content .bedrooms-control-group{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 45px;    
    text-align: center;
}

.filter-popup-content .control-decrease, .filter-popup-content .control-increase {
    color: #ddd;
    font-size: 24px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    line-height: 38px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    float: left;
    text-align: center;
}

.filter-popup-content .control-increase {
  float: right;
}

.filter-popup-content .control-decrease:hover, .filter-popup-content .control-increase:hover {
    color: #6CBFE4;
    border: 1px solid #6CBFE4;
}

.single-property .flexslider.fusion-post-slideshow .slides li {
    top: 50%;
    transform: translateY(-50%);
}
/* end residence results page */

@media (max-width: 768px){
    .property_home_name h1{font-size: 28px !important;}
    .property_home_name{top: 40%;}
	.filter_lable, .location_check, .bedroom_check, .filter_check{ width: 100%; }
}
@media (max-width: 414px){
    .property_home_name h1{font-size: 14px !important;}
}
@media (max-width: 320px){
    .property_home_name h1{font-size: 12px;}
}
