/*!
README - STYLEGUIDE BRIEFLY

Find the style by media query screen width, using Find or CTRL + F
min-width 601px, min-width: 901px, min-width: 1300px, min-width: 1600px,
max-width: 1599px, max-width: 1299px, max-width: 900px, max-width: 600px

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/



/* > MOBILE */
@media all and (min-width: 601px) {
    .row-newsletter>.wpb_column:nth-child(1) {
        max-width: 480px;
        width: 45%;
    }

    .row-newsletter>.wpb_column:nth-child(2) {
        max-width: 375px;
        width: 35%;
    }

    .gform_wrapper.form-newsletter_wrapper {
        max-width: 290px;
    }
}


/* > TABLET */
@media all and (min-width: 901px) {
    .team-holder-detail>div {
        width: 50%;
    }
    
    .team-holder-detail>div:first-child {
        padding-right: 30px;
    }
    
    .team-holder-detail>div:last-child {
        padding-left: 30px;
    }
    
    .vc_row.book-bg {
        padding: 40px 48px;
    }

    .content-treatments-bg.wpb_column ul {
        margin-top: 32px;
        padding-left: 40px;
    }

    .vc_row.treatments-bg .wpb_single_image.images-treatments-bg,
    .vc_row.treatments-bg .wpb_raw_code.map-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
    }

    
    .vc_row.treatments-bg .wpb_raw_code.map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .content-treatments-bg.wpb_column {
        max-width: 478px;
        margin-left: auto;
    }

    .search-field .uma-search-field {
        max-width: 650px;
    }

    body .search-field input::-webkit-input-placeholder {
      color: #AAABAC;
    }

    body .search-field input::placeholder { 
      color: #AAABAC;
      opacity: 0.5;
    }

    body .search-field input:-ms-input-placeholder {
      color: #AAABAC;
    }

    body .search-field input::-ms-input-placeholder {
      color: #AAABAC;
    }

    body .search-field input::-moz-placeholder {
      color: #AAABAC;
    }

    body .search-field input:-moz-placeholder {
      color: #AAABAC;
    }

    .col-search-results {
        padding-left: 74px;
    }

    .listing.listing-review.slick-slider.no-slick .slick-dots {
        display: none;
    }  
}


/* >= DESKTOP & LAPTOP */
@media all and (min-width: 1300px) {
    .h1-small {
        --text-4xl: 55px;
    }
    
    .h2-small {
        --text-3xl: 40px;
    }
    
    .h3-small {
        --text-2xl: 30px;
    }
    
    .filter-select-container {
        margin-bottom: 120px;
    }    

    .site.site-no-banner {
        margin-top: 140px;
    }
    
    .col-textblock-holder.wpb_column h2 {
        margin-bottom: 35px
    }

    .vc_row.image-textblock-holder .col-textblock-holder.wpb_column>.vc_column-inner {
        padding: 40px;
    }

    .vc_row.image-textblock-holder.offset-top {
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-bottom: -25%;
    }

    .vc_row.people-say {
        margin-left: -30px;
        margin-right: -30px;
    }

    .vc_row.people-say>.vc_column_container>.vc_column-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    #sb_instagram #sbi_images.slick-slider .slick-list {
        margin: 0 -30px;
    }

    #sb_instagram #sbi_images.slick-slider .slick-slide {
        margin: 0px 30px !important;
    }

}


/* >= LARGE DESKTOP */
@media all and (min-width: 1600px) {
    .listing-video_holder {
        --listing-gap: 60px;
    }
    
    .listing-behandelingen {
        --listing-gap: 84px;
        --listing-gap-bottom: 46px;
    }

    .listing-team {
        --listing-gap: 60px;
        --listing-gap-bottom: 60px;
    }
}


/* < LARGE DESKTOP */
@media all and (max-width: 1599px) {}


/* >= DESKTOP & LAPTOP && < LARGE DESKTOP */
@media all and (min-width: 1300px) and (max-width: 1599px) {
    .listing-behandelingen {
        --listing-gap: 40px;
        --listing-gap-bottom: 40px;
    }
}


/* <= LARGE TABLET */
@media all and (max-width: 1299px) {
    .filter-select-container {
        margin-bottom: 40px;
    }    

    .site.site-no-banner {
        margin-top: 80px;
    }

    #sb_instagram #sbi_images.slick-slider .slick-list {
        margin: 0 -15px;
    }

    #sb_instagram #sbi_images.slick-slider .slick-slide {
        margin: 0px 15px !important;
    }

    .vc_row.image-textblock-holder.offset-top {
        /* -webkit-transform: translateY(-200px);
           -moz-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
             -o-transform: translateY(-200px);
                transform: translateY(-200px);
        margin-bottom: -200px; */
    }
}


@media all and (min-width: 601px) and (max-width: 1299px) {
    .vc_row.image-textblock-holder .col-textblock-holder.wpb_column>.vc_column-inner {
        padding: 40px 32px;
    }
}



/* <= TABLET */
@media all and (max-width: 900px) {
    .team-holder-detail>div {
        width: 100%;
    }
    
    .team-holder-detail>div:first-child {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 32px;
    }

    .vc_row.row-pricelist > .wpb_column:not(:last-child) {
        margin-bottom: 50px;
    }
    
    .vc_row.book-bg {
        padding: 32px 24px;
    }

    .content-order.wpb_column {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 32px;
    }

    .col-padding-reset.wpb_column>.vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .content-treatments-bg.wpb_column ul {
        margin-top: 24px;
        padding-left: 24px;
    }

    .vc_row.treatments-bg .wpb_single_image.images-treatments-bg,
    .vc_row.treatments-bg .wpb_raw_code.map-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .wpb_raw_code.wpb_content_element.wpb_raw_html.footer-map {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 30px;
    }

    .vc_row.people-say>.wpb_column:not(:last-child) {
        margin-bottom: 40px;
    }

    .row-newsletter h2 {
        --text-3xl: 32px;
    }

    .heading-pricelist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        align-items: flex-end;
    }

    .wpb_single_image.mobile-full {
        margin-left: -20px;
        margin-right: -20px;
    }

    .site-article > .wpb-content-wrapper > .vc_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vc_row.wpb_row.vc_row-fluid.search-results {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .vc_row.wpb_row.vc_row-fluid.search-results > div:last-child {
        margin-bottom: 64px;
    }

}

@media all and (min-width: 601px) and (max-width: 900px) {
    .vc_row.row-column-specialisten>.wpb_column {
        width: 50%;
    }

    .vc_row.image-textblock-holder > .wpb_column {
        width: 50%;
    }

    .vc_row.book-bg .vc_row.vc_inner > .wpb_column {
        width: auto;
    }
    
    .vc_row.people-say>.wpb_column {
        width: 50%;
    }

    .listing.listing-review {
        --padding-bottom: 80px;
    }

    .vc_row.row-heading-review > .wpb_column {
        width: 50%;
    }
    
    .logo-google-review {
        margin-left: auto;
    }
}

/* <= MOBILE */
@media all and (max-width: 600px) {
    .vc_row.book-bg .col-auto.wpb_column {
        width: 100%;
    }
    
    .vc_row.image-textblock-holder .col-textblock-holder.wpb_column>.vc_column-inner {
        padding: 32px 24px;
    }

    .vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon {
        -webkit-flex-basis: 20px;
            -ms-flex-preferred-size: 20px;
                flex-basis: 20px;
        width: 20px;
        height: 14px;
    }
    
    .filter-select-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .vc_row.book-bg .whbutton-wrapper {
        margin-top: 24px;
    }

    h1,
    h2,
    h3,
    h4 {
        margin-bottom: 16px;
    }

    h5,
    h6 {
        margin-bottom: 10px;
    }

    .row-newsletter>.wpb_column:nth-child(1) {
        margin-bottom: 40px;
    }

    .listing.listing-block.listing-team {
        margin: 0 -20px;
    }

    .listing.listing-block.listing-team>.listing-item {
        padding-left: 0;
        padding-right: 0;
    }

    .listing.listing-block.listing-team .content-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .listing.listing-review {
        --padding-bottom: 40px;
    }

    .col-image-review {
        margin-left: unset !important;
        margin-right: auto;
        margin-top: 40px;
    }
}