/*
Theme Name: Way2stay - Morres & Company
Template: Impreza
Version: 1.0
Author:	Morres & Company
Theme URI: http://impreza.us-themes.com/
Author URI: https://www.morrescompany.com/
*/

/* 
font-family: "paralucent", sans-serif;
font-weight: 300;
font-style: normal; 

font-family: "paralucent", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "paralucent-stencil", sans-serif;
font-weight: 500;
font-style: normal;
*/

/* KLEUREN */
:root{
    --Persion-green: #009180;
    --Tiffany-blue: #8ACBC1;
    --Orange: #F8AB08;
    --Isabelline: #F6F5F1;
}
/* color: var(--variable-naam); */


/* FONTS */
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: "paralucent-stencil", sans-serif;
    font-weight: 500;
    font-style: normal;
}
p, span, div{
    font-family: "paralucent", sans-serif;
    font-weight: 300;
    font-style: normal;  
    text-rendering: geometricPrecision;
}
.mc--header span, .w-btn-label{
    font-weight: 500;
}
h1{
    margin-bottom: 50px !important;
}
p{
    margin-bottom: 20px !important;
}
strong{
    font-family: "paralucent", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.w-tabs.remove_indents>div>div>.w-tabs-section-content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* Header */
body .mc--top-header-button{
    border-radius: 0px 0px 11px 11px;
}
.mc--header:after{
    background-color: var(--Tiffany-blue);
    border-radius: 50px 0px 0px 50px;
    height: 100px;
    content: '';
    position: absolute;
    width: 150%;
    top: 20px;
    margin-left: -50px;
    z-index: 1;
}
.mc--header li {
    padding:8px;
    color:#fff;
    background:
      radial-gradient(circle 20px at 20% 50%, #fff 97%, #000),
      radial-gradient(circle 20px at 20% 50%, var(--Orange) 97%, #0000),
      #000;
    -webkit-background-clip: text,padding-box,text;
            background-clip: text,padding-box,text;
    background-size: 0% 0%;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 2;
}
.mc--header li:hover {  
    background-size: 100% 100%;
    z-index: 2;
}
.mc--header li.current-menu-item{
    background: radial-gradient(circle 20px at 20% 50%, var(--Orange) 97%, #0000);
}




/* CLIP PATH */
.mc--svg-clip img{ 
    clip-path: path("M188.295597,0 L188.295,0.01 L190.092387,0.0250526573 C291.943331,1.67641049 374,84.7555243 374,187 L374,418 C374,520.8447 290.97708,604.298357 188.296612,604.995599 L187,605 C187.432549,605 187.864754,604.998531 188.296612,604.995599 L188.295,0.01 L187,0 C185.426699,2.89010789e-16 183.857935,0.0194293409 182.293936,0.0580611709 L182.293936,604.941939 C183.857935,604.980571 185.426699,605 187,605 L182.295597,605 L182.293936,604.941939 C81.1913555,602.444636 1.24551413e-14,519.703947 0,418 L0,187 C-1.24551413e-14,85.2960532 81.1913555,2.55536362 182.293936,0.0580611709 L182.295597,0 L188.295597,0 Z");
    object-fit: cover !important;
    height: 605px !important;
    width: 375px !important;
}




/* ALGEMEEN */
.mc--couch:after{
    content:'';
    background-image: url(/wp-content/uploads/2023/03/couch.svg);
    width: 553px;
    height: 225px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    right: 50px;
}
.mc--keys:after{
    content:'';
    background-image: url(/wp-content/uploads/2023/03/keys.svg);
    width: 12.8em;
    height: 14.3em;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    right: 0px;
}
.mc--header-text{
    margin-top: 5rem;
}
.w-tabs-section-title {
    font-size: 20px !important;
}
.mc--white-block{
    margin-top: 50px;
    background-color: #F6F5F1;
    border-radius: 15px;
    color: #000;
    padding: 60px 0px;
}
.mc--white-block h3{
    color:#000;
}
.mc--img-absolute {
    position: absolute;
    top: -9.3em;
    left: 5em;
}
.mc--faq{
    margin-bottom: 20px;
}
.w-tabs.accordion>div>.w-tabs-section.active .w-tabs-section-content{
    background-color: #fff;
    color: #000;
}
.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{
    color: #fff;
}
/* .w-tabs-section-header:after {
    content: '\2b';
    font-family: 'FONTAWESOME';
    font-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    line-height: 17px;
    background-color: var(--Orange);
    text-align: center;
    border-radius: 50%;
} */
.w-tabs-section-control {
    flex-shrink: 0;
    line-height: 1em;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    transition: transform .3s;
    transform: rotate(0deg);
    background: var(--Orange);
    border-radius: 50%;
    padding: 10px !important;
}
.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control{
    background-color: #fff;
    color: var(--Orange);
}
.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
    content: '';
    position: absolute;
    top: 0.75em;
    left: 6px;
    height: 0.1em;
    width: 60%;
    background: currentColor;
    border-radius: 2px;
}
.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0.75em;
    height: 60%;
    width: 0.1em;
    background: currentColor;
    border-radius: 2px;
}
.mc-home-header{
    padding-bottom: 7em !important;
}
.mc--large-padding-bottom {
    padding-bottom: 7em !important;
}

/* FOOTER */
/* .mc--mainfooter-devider{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mc--mainfooter-devider .w-separator-h{
    opacity: 0.2;
} */
.mc--main-footer{
    color: #000;
    padding-top: 0 !important;
}
.mc--main-footer strong{
    color: var(--Persion-green);
}
.mc--footer-menu a{
    color: #000 !important;
    text-decoration: none !important;
}
.mc--footer-menu a:hover{
    color: var(--Orange) !important;
}
.mc--main-footer a{
    color: var(--Orange);
    text-decoration: underline;
}
.mc--sub-footer, .mc--sub-footer a{
    color: var(--Persion-green);
    font-size: 16px;
}
.mc--footer-divider{
    opacity: 0.2;
}
.mc--sub-footer{
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.mc--main-footer .vc_row{
    padding-top: 5em;
    border-top: 1px solid rgba(0, 145, 128, 0.2);
}
.mc--faq-home{
    margin-bottom: 5em;
}

.mc--large-padding-top{
    padding-top: 6em !important;
}

/* SERVICE EN BEHEER */
.mc--header-service{
    padding-bottom: 9em !important;
}
.mc--header-service:after{
    content: url(/wp-content/uploads/2023/03/keys.svg);
    position: absolute;
    right: -1.7em;
    bottom: 2em;
}

/* HUISVESTING */
.mc--header-huisversting:after{    
    content: url(/wp-content/uploads/2023/03/couch.svg);
    position: absolute;
    right: -1.7em;
    bottom: 2em;
}

/* FAQ - Service & Huisvesting */
.mc--detail-faq{
    color: #000;
    padding-bottom: 7em !important;
}
.mc--detail-faq h2{
    color: var(--Persion-green);
}
.mc--detail-faq .w-tabs-section {
    border-color: #000;
}
.mc--detail-faq .w-tabs-section-control{
    color: #fff;
}
.mc--detail-faq .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
    color: var(--Persion-green);
}
.mc--detail-faq .w-tabs.accordion>div>.w-tabs-section.active .w-tabs-section-content {
    background-color: transparent;
}

/* CONTACT */
.mc--contact{
    background-color: #fff;
    color: #000;
    padding: 4em 3em 2em 3em;
    border-radius: 20px;
}
.mc--contact h1{
    color: var(--Persion-green);
}
.mc--contact a{
    color: var(--Orange);
    text-decoration: underline;
}
/*.mc--contact:after{
    content: url(/wp-content/uploads/2023/03/contact-blob.svg);
} */
.mc--contact-bg .l-section-img{
    background-size: 90% 68% !important;
    background-position: -45% 100% !important;
}
.mc--contact-bg{
    margin-bottom: 5em;
}

.with_frm_style .frm_primary_label{
    color: #000;
    font-size: 18px;
}
.with_frm_style .frm_required{
    color: #000;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single{
    border: 1px solid var(--Tiffany-blue) !important;
    background: rgba(138, 203, 193, 0.17) !important;
    box-shadow: none;
}
.with_frm_style .frm_checkbox input[type=checkbox]{
    border: 1px solid var(--Tiffany-blue) !important;
    background: rgba(138, 203, 193, 0.17) !important;
    box-shadow: none;
    border-radius: 4px;
}
.with_frm_style .vertical_radio .frm_checkbox label{
    font-size: 16px;
    font-weight: 300;
}
.frm_style_formidable-style.with_frm_style .frm_submit button{
    float: right;
    background-color: var(--Orange);
    border: 0px solid #ddd;
    font-weight: 300;
    border-radius: 11px;
    padding: 15px 20px;
}

/* OMWONENDE */
.mc--omwonende-h1 h1{
    font-size: 2.5rem;
    margin-left: 3em;
}

/* Responsive Queries */
/* Large */
@media screen and (max-width: 1200px){
    .mc--couch:after {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        width: 500px;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        left: auto;
        right: 0;
        background-size: contain;
        bottom: 0;
        background-position: bottom;
    }
    .mc--svg-clip .w-image-h{
        text-align: center;
    }
    .mc--header-text {
        width: 70% !important;
        margin: 0 auto !important;
    }
    .mc--white-block .vc_col-sm-6{
        display: none;
    }
    .mc--building{
        width: 40% !important;
    }
    .mc--building-img{
        width: 40% !important;
        float: left;
        display: block;
    }
    .mc--omwonende-h1 {
        width: 50%;
        float: left;
        display: block;
    }
    .mc--omwonende-h1 h1 {
        margin-left: 0;
    }
    .mc--main-footer img {
        width: 30%;
    }
    .mc--header-huisversting:after, .mc--header-service:after {
        bottom: 35%;
    }
    .mc--header li.current-menu-item {
        background: radial-gradient(circle 20px at 3% 50%, var(--Orange) 97%, #0000);
    }
    .page-id-22 .mc--header li.current-menu-item {
        background: transparent;
    }
    .page-id-22 .mc--header li.current-menu-item a{
        background: var(--color-content-primary);
    }
    .mc--main-footer{
        padding-bottom: 0 !important;
    }
    .mc--sub-footer .vc_col-sm-3:nth-child(1){
        display: none;
    }
    .mc--sub-footer .us_custom_f03ee871{
        text-align: left !important;
    }
   
}

/* Custom for header */
@media screen and (max-width: 1080px){
    .mc--header:after{
        display: none;
    }
}
/* Medium */
@media screen and (max-width: 1024px){
    .mc--couch:after {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        width: 400px;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        left: auto;
        right: 0;
        background-size: contain;
        bottom: 2em;
        background-position: bottom;
    }
    .mc--header:after{
        display: none;
    }
}

/* Small */
@media screen and (max-width: 768px){
    .mc--couch:after {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        width: 300px;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        left: auto;
        right: 0;
        background-size: contain;
        bottom: 12em;
        background-position: bottom;
    }
    .mc--header li.current-menu-item {
        background: radial-gradient(circle 20px at 5% 50%, var(--Orange) 97%, #0000);
    }
    .mc--header-huisversting:after {
        top: 0;
        content: '';
        position: absolute;
        right: 0;
        bottom: auto;
        width: 300px !important;
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        height: 60%;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .mc--header-service:after {
        content: '';
        position: absolute;
        left: auto;
        width: 100px;
        background: url(/wp-content/uploads/2023/03/keys.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 57%;
        background-position: bottom;
        bottom: auto;
        right: 2em;
        top: 0;
    }
    .mc--omwonende-h1 h1 {
        margin-left: 0em;
    }
    .mc--contact {
        padding: 2em;
        margin: 0 !important;
        border-radius: 0 !important;
    }
}

/* Extra Small */
@media screen and (max-width: 576px){
    .mc--couch:after {
        bottom: 0;
    }
    .mc--white-block {
        border-radius: 0;
    }
    .mc--img-absolute {
        position: relative;
        top: auto;
        right: auto;
    }
    .mc--keys:after {
        bottom: -1em !important;
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -70px;
        right: 2em;
        background-size: contain;
    }
    .l-section.height_medium {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .mc--main-footer img{
        width: 50%;
    }
    .mc--header li.current-menu-item {
    background: radial-gradient(circle 20px at 5% 50%, var(--Orange) 97%, #0000);
}
}



/* Device Queries */
/* Large Devices */
@media screen and (max-device-width: 1200px){
    .mc--header:after{
        display: none;
    }
    .mc--couch:after {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        width: 400px;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: 0;
        background-size: contain;
        bottom: 2em;
        background-position: bottom;
    }
    .mc--img-absolute{
        position: relative;
        top: auto;
        right: auto;
    }
    .mc--header-text {
        margin-top: unset;
    }
    .mc--keys:after {
        bottom: 2em;
    }
    .mc--building{
        margin: auto;
    }
    .mc--header-huisversting:after {
        content: '';
        position: absolute;
        right: auto;
        bottom: 2em;
        width: 350px !important;
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        height: 100%;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }    
    .mc--header-service:after {
        content: url(/wp-content/uploads/2023/03/keys.svg);
        position: absolute;
        left: 11em;
        bottom: 8em;
        width: 220px;
    }
    .mc--contact-bg .vc_col-sm-8 {
        width: 80% !important;
    }
    .mc--contact-bg .vc_col-sm-2 {
        width: 10% !important;
    }
    .mc--omwonende-h1 h1 {
        margin-left: 2em;
    }
    li#menu-item-54{
        background: none;
    }
    .mc--header li.current-menu-item {
        background: radial-gradient(circle 20px at 4% 50%, var(--Orange) 97%, #0000);
    }
}

/* Medium Devices */
@media screen and (max-device-width: 1024px){}

/* Small Devices */
@media screen and (max-device-width: 768px){
    .mc--couch:after {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        width: 300px;
        height: 200px;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        left: auto;
        background-size: contain;
        bottom: -1em;
        background-position: bottom;
    }
    .mc-home-header {
        padding-bottom: 1.5rem !important;
    }
    .mc--white-block {
        border-radius: 0px;
    }
    .mc--keys:after {
        bottom: -1em !important;
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -70px;
        right: 0px;
        background-size: contain;
    }
    .mc--main-footer img{
        width: 50%;
    }
    body .us_custom_f03ee871 {
        text-align: left!important;
    }
    .mc--header-huisversting:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 1em;
        width: 250px !important;
        background-image: url(/wp-content/uploads/2023/03/couch.svg);
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mc--header-service:after {
        content: '';
        position: absolute;
        left: 17em;
        width: 100px;
        background: url(/wp-content/uploads/2023/03/keys.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 87%;
        background-position: center;
        top: 0;
    }
    .mc--omwonende-h1 h1 {
        margin-left: unset;
    }
    .mc--contact-bg .vc_col-sm-8 {
        width: 90% !important;
        margin: 0 auto !important;
    }
    .mc--contact-bg .vc_col-sm-2 {
        width: 10% !important;
        display: none;
    }
    .mc--contact {
        padding: 3em 1em;
    }
    .mc--header li.current-menu-item {
        background: radial-gradient(circle 20px at 7% 50%, var(--Orange) 97%, #0000);
    }
}

/* Extra Small Devices */
@media screen and (max-device-width: 576px){}

