/*
Theme Name: MontFort Real Estate
Theme URI: https://www.montfortrealestate.com/
Author: Van Zwam Media
Author URI: https://www.vanzwammedia.nl/
Description: Child Theme for Betheme - customized for MontFort Real Estate
Template: betheme
Version: 2.0.2
*/


div#Content {
    padding-top: 0;
}

body:not(.template-slider) #Header {
    min-height: 0;
}

.services_accordion .faq .question > .title {
    font-size: 31px;
    color: #fff;
    line-height: 37px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 30px;
}

.services_accordion .faq .question {
    background: transparent;
    border-bottom: 1px solid #fff;
}

.services_accordion .faq .question > .title .num {
    left: 0;
    top: 25px;
    font-weight: 300;
}

.services_accordion .faq .question > .answer {
    max-width: 800px;
    padding-bottom: 40px;
}

.services_accordion .faq .question > .title::after {
    content: '+';
    position: absolute;
    right: 0;
}

.services_accordion .faq .question > .title::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(https://montfort.vanzwammedia.nl/wp-content/themes/montfort/images/plussign.svg);
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .2s all ease-in;
    transform-origin: center;
}

.services_accordion .faq .question.active > .title::after {
    transform: rotate(45deg);
}

.services_accordion .faq .question > .title .num {
    font-size: 60px;
    font-weight: 200 !important;
    font-family: 'Crimson Pro';
}

.track_title {
    font-size: 73px;
    font-family: 'Crimson Pro';
    font-weight: 300;
    line-height: 80px;
}

.portret img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 40px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

#Top_bar .menu > li > a span:not(.description) {
    border: none;
}

#Side_slide #menu ul li a {
    text-transform: uppercase;
}

html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.column_column ul {
    color: inherit;
}

p a {
    color: #333399;
}

.cmplz-documents .cookie-statement {
    display: none;
}

@media (min-width: 960px) {
    .client_block img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    #Top_bar #logo img {
        max-height: 100% !important;
    }

    #Top_bar.is-sticky .logo {
        margin: 0 !important;
    }

    #Top_bar .menu_wrapper {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    #Top_bar.is-sticky #logo img.logo-sticky {
        max-height: 60px;
    }

    .header-transparent #Top_bar #logo {
        height: 100px;
    }

    body #Top_bar.is-sticky #logo {
        height: 60px !important;
        padding: 20px 0 !important;
    }

    div#Top_bar.is-sticky {
        height: 100px;
    }

    #Top_bar.is-sticky .menu_wrapper {
        position: relative;
        top: 100%;
        transform: translateY(-100%);
    }

    .header-transparent #Top_bar.is-sticky .menu > li > a span:not(.description) {
        line-height: 50px !important;
        border: none;
    }

    #Top_bar .menu > li:last-child > a span:not(.description) {
        padding-right: 0;
    }

    #Top_bar.is-sticky .menu > li > a span:not(.description) {
        color: #333399;
    }
}

@media (min-width: 960px) and (max-width: 1239px) {
    #Top_bar .menu > li > a span:not(.description) {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .services_accordion .faq .question > .answer {
        padding-left: 150px;
    }

    .services_accordion .faq .question > .title {
        padding-left: 150px;
    }
}

@media (max-width: 959px) {
    div#Top_bar.is-sticky {
        background: #1D1D1B !important;
    }

    body {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    #Top_bar #logo img {
        max-height: 40px !important;
    }
}

@media (max-width: 991px) {
    .services_accordion .faq .question > .title {
        font-size: 24px;
        color: #fff;
        line-height: 30px;
    }

    .services_accordion .faq .question > .title .num {
        font-size: 24px;
        top: 30px;
    }

    .services_accordion .faq .question > .title::after {
        display: none;
    }

    .track_title {
        font-size: 32px;
        font-family: 'Crimson Pro';
        font-weight: 300;
        line-height: 32px;
    }
}