/*!
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) {
	
}


/* > TABLET */
@media all and (min-width: 901px) {
	/* ---------------------------------
                CONTENT MEDIA
    ------------------------------------*/
    .vc_row.row-content-media > .wpb_column:first-of-type>.vc_column-inner>.wpb_wrapper {
        padding-right: 28px;
    }

    .vc_row.row-content-media > .wpb_column:last-of-type>.vc_column-inner>.wpb_wrapper {
        padding-left: 28px;
    }

    .vc_row.row-item-side + .vc_row.row-item-side {
        margin-top: 16px;
    }
}


/* >= DESKTOP & LAPTOP */
@media all and (min-width: 1300px) {
	
}


/* >= LARGE DESKTOP */
@media all and (min-width: 1600px) {

}


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

}


/* >= DESKTOP & LAPTOP && < LARGE DESKTOP */
@media all and (min-width: 1300px) and (max-width: 1599px) {

}


/* <= LARGE TABLET */
@media all and (max-width: 1299px) {
	.col-media-content.wpb_column .wpb_single_image.pattern-media {
		max-width: 167px;
		right: -42px !important;
	}
}

@media all and (min-width: 901px) and (max-width: 1299px) {
	.vc_row.row-content-text-banner >.wpb_column {
        width: 50%;
	}

    .vc_row.row-pattern-cta > .wpb_column:last-of-type {
        max-width: 193px;
    }

    .vc_row.row-pattern-cta > .wpb_column:first-of-type {
        max-width: 181px;
        top: 68%;
        left: 39px;
    }

}


/* > MOBILE && <= LARGE TABLET */
@media all and (min-width: 601px) and (max-width: 1299px) {
	
}

@media all and (min-width: 901px) and (max-width: 1199px) {
    .vc_row.row-card-step >.wpb_column {
        width: 50%;
    }
}


/* <= TABLET */
@media all and (max-width: 900px) {
	br {
        display: none;
    }

    .vc_row.row-swapblock {
        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_section.section-text-banner {
        background-position: right 64% bottom;
    }

    .vc_row.row-content-media:not(.row-swapblock) > .wpb_column:first-of-type {
        margin-bottom: 48px;
    }

    .vc_row.row-item-side {
        --padding-card: 24px 24px 32px;
    }

    .vc_row.row-item-side + .vc_row.row-item-side {
        margin-top: 24px;
    }

    .col-faq-footer.wpb_column {
        margin-top: 24px;
    }

    body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        display: none;
    }

    body .vc_tta.vc_tta-accordion .vc_tta-tabs-container, 
    body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .vc_row.row-card-package {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        margin: -8px;
        margin-bottom: -8px !important;
        padding-left: 24px;
        padding-right: 24px;
    }

    .vc_row.row-card-package::-webkit-scrollbar {
        display: none;
    }

    .vc_row.row-card-package >.wpb_column {
        white-space: normal;
    }

    .vc_row.row-card-package > .wpb_column > .vc_column-inner {
        padding: 8px;
    }

    body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        margin: 0 -24px;

    }

    .vc_row.row-content-marquee {
        -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;
    }

    .col-review-label.wpb_column {
        margin-top: 24px;
    }

    .col-review-label.wpb_column > .vc_column-inner > .wpb_wrapper {
        margin-left: auto;
        margin-right: auto;
    }
	
	.vc_row.row-card-package {
		--padding-card: 24px;
	}
	
	.col-cta-pattern.wpb_column {
		--padding-cta-banner: 64px 24px;
	}
}


@media all and (min-width: 601px) and (max-width: 900px) {
    .vc_row.row-card-step >.wpb_column,
    .vc_row.row-counter> .wpb_column:not(:last-of-type) {
        width: 50%;
    }

    .vc_row.row-card-package >.wpb_column {
        min-width: 55vw;
    }

    .vc_row.row-pattern-cta > .wpb_column:first-of-type {
        max-width: 140px;
        top: 76%;
        left: 13px;
    }

    .vc_row.row-pattern-cta > .wpb_column:last-of-type {
        max-width: 144px;
        right: -1px;
    }

}


/* <= MOBILE */
@media all and (max-width: 600px) {
	.vc_row.row-card-voor {
        --aspect-ratio: -webkit-calc((410 / 624) * 100%);
        --aspect-ratio: -moz-calc((410 / 624) * 100%);
        --aspect-ratio: calc((410 / 624) * 100%);
    }

    .col-cta-pattern.wpb_column {
        -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.row-pattern-cta {
        display: none;
    }

    .vc_row.row-item-side {
        --padding-card: 24px 24px 32px;
        -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.row-item-side > .wpb_column:first-of-type {
        margin-bottom: 24px;
        -webkit-flex-basis: unset;
            -ms-flex-preferred-size: unset;
                flex-basis: unset;
    }

    .vc_row.row-item-side > .wpb_column:last-of-type {
        padding-left: 0;
    }

    .vc_row.row-card-package >.wpb_column {
        min-width: 85vw;
    }
	
	.col-media-content.wpb_column .wpb_single_image.pattern-media {
		max-width: 190px;
	}
	
	.cta-whbutton .label-cta {
		--text-md: 14px;
	}
	
	.vc_row.row-item-side .wpb_single_image figure {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.vc_row.row-item-side .wpb_text_column {
		text-align: center;
	}
	
	.col-review-label.wpb_column + .wpb_column >.vc_column-inner >.wpb_wrapper {
		margin-left: -24px;
		margin-right: -24px;
	}

}