/*
Theme Name: Home+ Theme Child Theme
Theme URI: https://www.homeplus.ch
Description: Child theme for theme-homeplus.
Author: bVisible
Author URI: https://www.bvisible.agency/
Template: theme-homeplus
Version: 1.4.1
*/
/* general */
p {
    line-height: 2;
}

h1 {
    color: #1a1a1a;
    font-family: "Merriweather", Sans-serif;
    font-size: 50px;
    font-weight: 300;
}

h2,
h3,
h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
}
.rh_content {
    font-family: "poppins"!important;
}
b, strong {
    font-weight: bolder;
    color: #cd1619;
}

ol, ul {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-left: 25px;
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* home */

figure.effect-layla, figure.effect-sarah {
    background-color: #1a1a1a!important;
}

/* bien immo*/
.inspiry_property_portrait_slider .flex-viewport ul li a {
    background: #f7f7f7;
}
.rh_property_cta-pdf{
	max-width: 140px;
    font-size: 12px;
}
.rh_property__agent_detail_left_col{
	padding: 20px;
    background-color: white;
}
.rh_property__agent_detail_left_col .contact.email {
	line-height: 1.2;
}
.floor-plans-content-wrapper .floor-plans-accordions .floor-plan-title {
    background-color: #ffffff;
}

.floor-plans-content-wrapper .floor-plans-accordions .floor-plan-title .title h3{
    color: #1ea69a;
}

.rh_prop_search_form_header {
    position: fixed!important;
    bottom: 0;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    -webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: color, background-color, box-shadow, transform;
    transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    background: white;
    padding: 0;
}

.rh_banner__default, .rh_banner {
    display: none!important;
}

.rh_property_agent {
    margin: 0px;
    padding-bottom: 10px;
}

.content-wrapper .rh_property--borderBottom {
    width: fit-content;
    float: right;
}

.add-to-favorite, .favorite-placeholder{
    display: none!important;
}

.content-wrapper .rh_property__meta_wrap .rh_property__meta {
    width: 105px;
    display: inline-table;
}
@media (max-width: 768px){
.rh_property_cta-pdf{
	max-width: 100%;
    font-size: 12px;
}
.content-wrapper .rh_property--borderBottom{
	width: 100%;
}
}

@media (min-width: 1024px) {
    .meta_img_wrapper {
        float: left;
        width: 70%;
    }
}

@media (min-width: 1024px) {
    .homeplus_property__sidebar {
        float: right;
        width: 30%;
        padding-left: 2%;
    }
}

@media (min-width: 1024px) {
    .virtual360 {
        float: left;
        width: 70%;
    }
}

.homeplus_property__meta_wrap .homeplus_property__meta {
    width: 14%;
}

.property_agent_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 1024px) {
    .homeplus_property .homeplus_property__main {
        width: 100%;
        margin-right: 0rem;
    }
}

.property_img img {
    max-height: 489px;
}

.homeplus_property__virtual_tour {
    margin-bottom: 0px;
}

.modal {
    will-change: visibility, opacity;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: $modal-delay;
    transition-delay: $modal-delay;
}

.modal--active {
    visibility: visible;
    opacity: 1;
}

.modal--align-top {
    -webkit-box-align: start;
    align-items: flex-start;
}

.modal__bg {
    background: transparent;
}

.modal__dialog {
    max-width: 600px;
    padding: 1.2rem;
}

.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #F7F7F7;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content--active {
    opacity: 1;
}

.modal__close {
    z-index: 1100;
    cursor: pointer;
}

.modal__trigger {
    position: relative;
    display: inline-block;
    padding: 1.2rem 2.4rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
    cursor: pointer;
    background: #B0B0B0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
}

.modal__trigger--active {
    z-index: 10;
}

.modal__trigger:hover {
    background: rgba(176, 176, 176, 1);
}

#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-btns .link {
    font-size: 20px;
}

.demo-btns .modal__trigger {
    margin-right: 3px;
}

@media (max-width: 640px) {
    .demo-btns .modal__trigger {
        margin-bottom: 0.8rem;
    }
}

.demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.demo-close:hover {
    background: rgba(0, 0, 0, 0.6);
}

.logo {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    z-index: 2;
}

.logo img {
    width: 45px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.logo img:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
    transform: rotate(180deg) scale(1.1);
}

.elementor-shortcode .ipt_template_4 .ipt-item-title .ipt_item-set{
    font-family: inherit!important;
}

.rh_prop_search__selectwrap .inspiry_select_picker_trigger>.dropdown-toggle {
    border: none!important;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn svg {
    fill: #1da69a!important;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn svg .rh-st0{
    stroke: #1da69a!important;
}

.bs-actionsbox {
    display: none!important;
}

@media (min-width: 320px){
    .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search {
        padding: 1rem 0;
    }
    .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label {
        padding: 0.5rem 1.5rem .3rem;
        font-size: 10px;
    }
    .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap {
        padding: 0 0 0 0;
    }
}

@media (max-width: 479px){
    .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option {
        width: 33% !important;
    }
}

@media (max-width: 768px){
    .content-wrapper .rh_property--borderBottom {
        float: none;
        margin: auto;
    }
    .content-wrapper .rh_property__meta_wrap .rh_property__meta {
        width: 22%;
        display: inline-table;
        margin-right: 2%;
    }
    .ipt_template_4 .ipt-item-text .ipt_item-set {
        font-size: 11px!important;
        line-height: 1.2!important;
    }
}

@media (min-width: 768px){
    .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search {
        padding: 1.5rem 0;
    }
    .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label {
        padding: 0.5rem 1.5rem 0rem!important
    }
    .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap {
        padding: 0 0 0.5rem 0;
    }
}
