/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

/*  Greg  */

.content-area .homey-icon, .overlay-booking-btn .homey-icon { color: #d8b829; }
.header-nav .header-comp-logo { padding-top: 20px; padding-bottom: 20px; }

@media (max-width: 768px) {
  .mobile-logo { padding-top: 15px; padding-bottom: 15px; }

}


/*  Corentin  */

.single-listing .header-type-1 #homey_nav_sticky {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 10%, transparent 90%);
}
.sg-header-appartement {
    position: relative;
    height: 100vh;
    max-height: calc(85vh - 30px);
}
.sg-header-appartement .property-header-image {
    height: 100vh;
    max-height: calc(85vh - 30px);
}
.sg-header-appartement .property-header-image .container {
    position: absolute;
    bottom: 40px;
    right: 30px;
    width: 30%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.sg-header-appartement .property-header-image .container a {
    background-color: #f8f8f8d6;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}
.sg-header-appartement .property-header-image .container a i {
    color: black;
    padding-left: 20px;
}
.sg-header-appartement .property-header-image .container a::before {
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    content: "Voir les photos";
}
.sg-header-appartement .property-header-image .title-section {
    position: absolute;
    bottom: 0;
    width: 70%;
}
.sg-header-appartement .property-header-image .title-section .block-top-title {
    background-color: transparent;
}
.sg-header-appartement .property-header-image .title-section .block-top-title .block-body {
    color: white;
    display: flex;
    flex-direction: column;
}
.sg-header-appartement .property-header-image .title-section .block-top-title .block-body h1 {
    font-size: 50px;
    padding-bottom: 5px;
    line-height: 1.2;
}
.sg-header-appartement .property-header-image .title-section .block-top-title .block-body .item-address {
    padding-top: 10px;
}
.sg-header-appartement .property-header-image .title-section .block-top-title .block-body i {
    font-size: 20px;
}
.sg-header-appartement .property-header-image .title-section .block-top-title .block-body a {
    color: white;
}
.sg-header-appartement .property-header-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    display: block;
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.6) 25%, transparent 50%);
}
@media (max-width: 767px) {
    .single-listing .header-type-1 .header-mobile-wrap .row {
        display: flex;
        align-items: center;
    }
    .single-listing .header-type-1 .header-mobile-wrap .row ::before {
        font-size: 25px;
    }
    .single-listing .header-type-1 .header-mobile-wrap .row .col-xs-3:first-of-type {
        padding-left: 10px;
    }
    .single-listing .header-type-1 .header-mobile-wrap .row .col-xs-3:last-of-type {
        padding-right: 10px;
    }
    .sg-header-appartement {
        padding: 10px;
    }
    .sg-header-appartement .property-header-image {
        border-radius: 10px;
        max-height: 100%;
    }
    .sg-header-appartement .property-header-image .container {
        display: none;
    }
    .sg-header-appartement .property-header-image .title-section {
        width: 100%;
    }
    .sg-header-appartement .property-header-image .title-section h1 {
        font-size: 30px !important;
        padding: 0 !important;
        line-height: 1.2;
    }
    .sg-header-appartement .property-header-image .title-section .item-address {
        font-size: 13px !important;
        line-height: 1.4;
    }
    .sg-header-appartement .property-header-image .title-section i {
        font-size: 17px !important;
    }
    .sg-header-appartement .property-header-image .title-section span {
        font-size: 13px !important;
    }
    .sg-header-appartement .property-header-image::before {
        border-radius: 10px;
        bottom: 10px;
    }
}

