/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/
/* overlay gradient */
.dark-gradient-overlay .av-section-color-overlay {
  background-image: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.58) 0%,
    #3b3a3a 100%
  ) !important;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.58) 0%,
    #3b3a3a 100%
  ) !important;
}

/* buttons */
.avia-button {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}

/* main submenu 
  .header_color .main_menu ul ul{
  background: none !important;
  border:none;
  margin: 0;
  box-shadow:none;}
  
  .header_color .main_menu ul ul li{
  border:none;
  margin:0;
  padding:0;}
  
  .header_color .main_menu .menu ul li a{
  background: none;
  border:none;
  color: white;
  margin:0;
  padding:0;
  }*/

/* icon list */
.avia-icon-list .iconlist_icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 40px;
  border-radius: 500px;
}
.avia-icon-list h4 a {
  font-weight: lighter !important;
}

/* transparent table */
.transparent_table,
.transparent_table tr,
.transparent_table td {
  background: transparent !important;
  border: none !important;
  color: white;
  margin: 0 !important;
  padding: 0;
  font-size: initial;
}

/* testimonials */
#top .av-large-testimonial-slider .avia-testimonial-content {
  font-size: 1em !important;
}
#top .av-large-testimonial-slider .avia-testimonial-meta {
  margin: 20px 0 0 0 !important;
}

/* tabs */
#top .tabcontainer .tab_titles .tab {
  font-family: "Raleway";
  font-size: 19px;
  padding: 15px 40px;
  background-color: #f7f7f7;
  color: #707070;
  border: none;
  margin-right: 5px;
}
#top .tabcontainer .tab_titles .tab.active_tab {
  background-color: #da2b3c;
  color: #ffffff;
  font-weight: normal;
}
#top .tabcontainer .tab_titles .tab:focus {
  border: none;
}

/* homepage intro */
.homepage_intro {
  box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*margin: 60px -50px 80px 0px;*/
  padding: 60px 60px 60px 60px;
  background-color: #ffffff;
}
.homepage_intro_img {
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 40px 0px 0px;
}

/* footer */
.footerImage {
  max-width: 133px;
}
#custom-footer #pages-2 h3 {
  margin: 0 0 35px 0;
}

#custom-footer .footer-menu {
  margin: 0;
}
#custom-footer .footer-menu .iconlist_icon {
  width: 0px;
  margin-right: 1.2em;
}
#custom-footer .footer-menu .iconlist-char {
  color: white;
}

.coordonnees .iconAdress,
.coordonnees .iconPhone,
.coordonnees .iconEmail {
  margin-left: 2.5em;
  margin-bottom: 1em;
  font-size: initial;
  line-height: normal;
}
.coordonnees .iconAdress::before {
  content: "\e821";
  font-family: entypo-fontello;
  font-size: 20px;
  padding-right: 0.75em;
  vertical-align: text-top;
  margin-left: -33px;
}
.coordonnees .iconPhone::before {
  content: "\e854";
  font-family: entypo-fontello;
  font-size: 20px;
  padding-right: 0.75em;
  vertical-align: text-top;
  margin-left: -33px;
}
.coordonnees .iconEmail::before {
  content: "\e805";
  font-family: entypo-fontello;
  font-size: 20px;
  padding-right: 0.75em;
  vertical-align: text-top;
  margin-left: -33px;
}

/* custom style form fields */
fieldset * {
  font-family: "nunito", sans-serif !important;
}

#top .main_color #immo-contact-form .input-text,
#top .main_color #immo-contact-form input[type="text"],
#top .main_color #immo-contact-form input[type="input"],
#top .main_color #immo-contact-form input[type="password"],
#top .main_color #immo-contact-form input[type="email"],
#top .main_color #immo-contact-form input[type="number"],
#top .main_color #immo-contact-form input[type="url"],
#top .main_color #immo-contact-form input[type="tel"],
#top .main_color #immo-contact-form input[type="search"],
#top .main_color #immo-contact-form textarea,
#top .main_color #immo-contact-form select {
  /* Background color 
  background-color: #404446 !important;*/
}
#top .main_color input[type="submit"] {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #424244 !important;
}
::-moz-placeholder {
  color: #424244 !important;
}
:-ms-input-placeholder {
  color: #424244 !important;
}

/* forms */
.avia_ajax_form .form_element_half {
  width: 48.5% !important;
  margin-left: 3% !important;
}
.avia_ajax_form .first_form {
  margin-left: 0% !important;
}
.avia_ajax_form.av-form-labels-hidden p {
  color: white;
}

/*----------------------------------------- */
/*----------- PROPERTY ----------------------*/
/*----------------------------------------- */

#property_listing .av-inner-masonry-content {
  background-color: white !important;
}
.property_listing .av-masonry {
  overflow: visible;
}
.property_listing .container .av-inner-masonry-content {
  background-color: white !important;
}
.property_listing .av-inner-masonry {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  /*border-radius: 4px !important;*/
  right: 35px;
}
.property_listing
  .av-large-gap.av-fixed-size
  .av-masonry-entry
  .av-inner-masonry {
  right: 35px !important;
  bottom: 35px !important;
}

.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
  padding-bottom: 120%;
}
#top .property_listing .container .av-masonry.av-large-gap {
  width: calc(100% + 35px);
}

.property_listing .template-page {
  padding-bottom: 0;
}

.property_listing .property_type {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: white;
}
.property_listing .property_image_container {
  width: 100%;
  height: 260px;
  text-align: center;
}

.property_listing .property_status {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: white;
}
.property_listing .property_city {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}

.property_listing .property_title {
  font-size: 14px;
  margin: 0;
}
.property_listing .property_price {
  font-size: 18px;
  font-weight: 700;
  color: #da2b3c;
  margin: 0;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 12px;
}
.amenities-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1em 0;
}

.amenities-wrap .item-amenities {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  list-style: none;
  color: #222222;
  margin: 0;
}

.amenities-wrap .item-amenities li {
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.amenities-wrap .item-amenities li img {
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  margin-bottom: -1px;
}

.amenities-wrap .item-amenities li .item-amenities-text {
  display: none;
}
.amenities-wrap .item-amenities li .amenities-value {
  font-size: 16px;
  font-weight: 700;
}
.property_detail .amenities-wrap {
  margin: 0.5em 0 0 0;
}
.property_detail .amenities-wrap .item-amenities {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.property_detail .amenities-wrap .item-amenities li {
  display: flex;
  background: #f4f4f4;
  padding: 2em 0;
  text-align: center;
  width: 20%;
  max-width: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: initial;
  flex: 1 1 auto;
  margin: 0 8px 20px 0;
}
.property_detail .amenities-wrap .item-amenities li .amenities-value {
  margin-top: 18px;
}
.property_detail .amenities-wrap .item-amenities li img {
  width: 22px;
  height: 20px;
}

.property_description {
  white-space: pre-line;
}
.property_description a {
  text-decoration: underline;
}
.list-details {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-details .list-question {
  font-weight: bold;
}

#contact_agency {
  background-color: #f4f4f4;
}
#contact_agency .contact_agency {
  padding: 0 20px;
}

/* GALLERY */
#slider.flexslider {
  width: 726px;
  height: 490px;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 0;
}
#slider.flexslider .slides img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#slider.flexslider .slides .flex-active-slide {
  width: 726px;
  height: 490px;
}
#carousel.flexslider .slides li {
  width: 235px;
  height: 161px;
  background-color: #f4f4f4;
}
#carousel.flexslider .slides img {
  /*height: 100%;
  width: auto;*/
  margin: 0 auto;
}
/*nav arrows */

.flex-direction-nav a {
  color: rgba(218, 43, 60, 1) !important;
  text-shadow: 1px 1px 0 rgba(218, 43, 60, 0.3) !important;
}

.flex-direction-nav a:before {
  color: rgba(218, 43, 60, 1) !important;
  text-shadow: 1px 1px 0 rgba(218, 43, 60, 0.3) !important;
}
/* --- PEB */

.peb {
  position: absolute;
  display: block;
  bottom: 8px;
  left: 10px;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 104px;
  overflow: hidden;
  z-index: 3;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  text-align: left;
}

.peb-details {
  position: relative;
  bottom: initial;
  left: initial;
}

.peb_svg {
  position: relative;
  height: 100%;
  width: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  border: white 3px solid;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  z-index: 2;
  background-color: #41535d;
}

.peb_lvl {
  position: relative;
  height: 100%;
  width: 17px;
  display: inline-block;
  padding: 3px 5px 6px 5px;
  margin: 0;
  border-top: white 3px solid;
  border-bottom: white 3px solid;
  z-index: 1;
}

.peb_letter-max {
  right: -5px;
}

.peb_letter {
  color: white;
  z-index: 2;
  height: 15px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.peb_after {
  position: absolute;
  display: inline-block;
  right: 14px;
  bottom: -5px;
  border-top: white 4px solid;
  border-right: white 4px solid;
  -webkit-transform: rotate(60deg) skewY(-30deg);
  -moz-transform: rotate(60deg) skewY(-30deg);
  -ms-transform: rotate(60deg) skewY(-30deg);
  -o-transform: rotate(60deg) skewY(-30deg);
  transform: rotate(60deg) skewY(-30deg);
  height: 40px;
  width: 35.5px;
  z-index: -1;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.peb_graph_container {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
}

.peb_graph_text {
  position: relative;
  display: block;
  font-size: 1em;
  text-align: center;
  font-size: 14px;
}

.peb_graph_img_container {
  position: relative;
  display: block;
  width: 351px;
  margin: 0 auto;
}

.peb_graph_img {
  position: relative;
  display: inline-block;
  height: 277px;
  width: 270px;
}

.peb_graph_cursor_container {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 76px;
  top: 158px;
  left: 269px;
}

.peb_graph_cursor_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_graph_cursor_value {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 2px;
  left: 26px;
  width: 44px;
  font-weight: 700;
  font-size: 14px;
}

.peb_graph_fla_cursor_container {
  position: absolute;
  display: inline-block;
  height: 8px;
  width: 76px;
  top: 118px;
  left: 269px;
}

.peb_graph_fla_cursor_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_graph_fla_cursor_value {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: -20px;
  left: 16px;
  width: 44px;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
}

.peb_graph_fla_cursor_valuelabel {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: -9px;
  left: 50px;
  width: 44px;
  font-size: 6px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
}

.peb_graph_fla_element_container {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 77px;
  top: 121px;
  left: -17px;
}

.peb_graph_fla_element_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_graph_fla_element_value {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 2px;
  left: 16px;
  width: 44px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-family: Arial;
}

.peb_graph_fla_legend_container {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 197px;
  top: 154px;
  left: 11px;
}

.peb_graph_fla_legend_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_bxl_svg {
  position: relative;
  height: 100%;
  width: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  z-index: 2;
}

.peb_bxl_lvl {
  position: relative;
  height: 100%;
  width: 17px;
  display: inline-block;
}

.peb_bxl_letter-max {
  right: 37px;
  top: 7px;
  font-size: 20px;
}

.peb_bxl_letter {
  color: white;
  z-index: 2;
  height: 15px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.peb_fla_svg {
  position: relative;
  height: 100%;
  width: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  z-index: 2;
}

.peb_fla_lvl {
  position: relative;
  height: 100%;
  width: 17px;
  display: inline-block;
}

.peb_fla_letter-max {
  right: 37px;
  top: 7px;
  font-size: 20px;
}

.peb_fla_letter {
  color: white;
  z-index: 2;
  height: 15px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

/*----------------------------------------
// votre recherche - contact form 7 sur 2 colonnes
//--------------------------------------*/

.wpcf7-form .form_element {
  margin-top: 8px;
  margin-bottom: 8px;
}
.wpcf7-form .wpcf7-form-control {
  padding: 13px !important;
  border-radius: 2px !important;
  margin-bottom: 0 !important;
}
.wpcf7-form .form_element_half {
  width: 48.5%;
  float: left;
  margin-left: 3%;
  clear: none;
}
.wpcf7-form .form_fullwidth {
  float: left;
  width: 100%;
}
.wpcf7-form .first_form {
  clear: both;
  margin-left: 0;
}
.wpcf7-form h3 div.whitespace {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .wpcf7-form .form_element {
    width: 100%;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* Documents */
.documents-wrap {
  display: flex;
  flex-direction: column;
}

.documents-wrap div {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  display: flex;
}

.documents-wrap div a {
  display: block;
  width: 100%;
  padding: 5px 12px 5px 12px;
}
.documents-wrap div a:before {
  content: "\E82d";
  font-family: "entypo-fontello";
  margin-right: 10px;
}
