/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.3
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


/* ----- General ----- */

#page {
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "cta" "footer";
}

.h5 {
	font-weight: 700;
	color: #000 !important;
}

.h2 {
	font-size: 40px;
	line-height: 48px;
}

.h3 {
	font-size: 34px;
	line-height: 40px;
}

.h4 {
	font-size: 20px;
	line-height: 30px;
}

p.h4 {
	color: #fff !important;
}

/* ----- Resets ----- */

.dt-btn {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.dt-btn-l {
    background: transparent!important;
    color: #000!important;
    position: relative;
    text-transform: lowercase;
    font-size: 15px!important;
    font-weight: 900;
    padding-left: 50px;
    display: flex;
}

.dt-btn-l>span {
    position: relative;
}

.dt-btn-l>span::before {
    content: "\f029";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    color: #000;
    font-family: icomoon-the7-font !important;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.dt-btn-l:hover>span::before {
    left: -40px;
}

.dt-btn-m {
    background: #3C3C3C!important;
    padding: 25px 40px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 3px solid #2b2b2b;
}

.dt-btn-m:hover {
    background: #2b2b2b!important;
    border-bottom: 3px solid #2b2b2b!important;
}

.dt-btn-s {
    padding: 14px 35px;
}

.dt-btn-s:hover {
    background: #3C3C3C!important;
}


/* body>#page #fancy-header {
    background-color: #f5f5f5;
} */

body>#page #fancy-header .fancy-title {
    display: none;
}

body.page-id-8 #fancy-header {
    background-image: none!important;
}

body>#page #fancy-header {
    background-color: #E8E8E8;
}

.wpb_tabs {
    max-width: 75%;
}

.wpb_tabs .wpb_tabs_nav {
    background: #3c3c3c;
    border: none;
}

.wpb_tabs .wpb_tabs_nav .ui-state-active,
.wpb_tabs .wpb_tabs_nav .ui-state-default {
    border: none;
}

.wpb_tabs .wpb_tabs_nav>li {
    margin: 0px!important;
    padding: 0!important;
}

.wpb_tabs .wpb_tabs_nav>li>a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.wpb_tabs .wpb_tabs_nav>li:hover>a {
    color: #fff!important;
}

.wpb_tabs .wpb_tab {
    padding: 2rem 1rem!important;
}

.category-content {
    margin-bottom: 50px;
}

.category-content h3:not(:first-child) {
    margin-top: 35px;
}

body.term-snelloopdeuren .category-content p.post-title,
body.term-puien .category-content p.post-title {
    margin-bottom: 25px;
}

body.term-raamkozijnen .category-content .post-entry,
body.term-strokengordijnen .category-content .post-entry {
    margin-top: 25px;
}


/* ----- Module active state ----- */

body.tax-producten_category>#page>.masthead #primary-menu>.menu-item-object-producten>a>span::before,
body.single-producten>#page>.masthead #primary-menu>.menu-item-object-producten>a>span::before,
body.single-projecten>#page>.masthead #primary-menu>.menu-item-object-projecten>a>span::before {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}


/* ----- Grid & Cards ----- */

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    width: 100%;
}

.col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.row>.col .card>.card-img {
    min-height: 325px;
}

.row>.col .card>.card-img-s {
    min-height: 250px!important;
}

.row>.col a {
    text-decoration: none;
}

.row>.col .card>.card-content {
    position: relative;
    background: #E8E8E8;
    padding: 1.5rem;
    box-sizing: border-box;
    border-bottom: 5px solid #000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.row>.col .card>.card-content::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 100%;
    bottom: 0;
    left: 0;
    background: #C8001F;
    height: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.row>.col a:hover .card>.card-content::before {
    right: 0;
}

.row>.col .card>.card-content h5 {
    color: #000;
    margin-bottom: 5px;
}

.row>.col .card>.card-content .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row>.col .card>.card-content .nav>p {
    margin-bottom: 0;
}

.row>.col .card>.card-content .nav i {
    color: #000;
    font-size: 22px;
}

.row>.col .card>.card-content p {
    color: #959595;
}


/* ----- Helpers ----- */

.accent {
    color: #C8001F;
}

.c-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.spacer {
    padding-right: 10px;
    padding-left: 10px;
}

.red-box {
    position: relative;
}

.red-box>.vc_column-inner {
    padding-left: 150px;
}

.red-box>.vc_column-inner>.wpb_wrapper {
    position: relative;
    background: #C8001F;
    box-sizing: border-box;
    padding: 3.5rem;
    color: #fff;
}

.red-box>.vc_column-inner>.wpb_wrapper p>a {
    color: #fff;
    text-decoration: none;
}

.red-box>.vc_column-inner>.wpb_wrapper ul {
    list-style-type: none;
    margin: 0;
}

.red-box>.vc_column-inner>.wpb_wrapper ul>li {
    position: relative;
    padding-left: 30px;
}

.red-box>.vc_column-inner>.wpb_wrapper ul>li::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.products-section {
    position: relative;
}

.products-section::before {
    content: '';
    position: absolute;
    top: 22.5%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #E8E8E8;
    pointer-events: none;
}

.products-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/wp-content/themes/dt-the7-child/assets/img/beeldmerk.png');
    background-position: 200% bottom;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}


/* .products-section .btn-align-center {
    max-width: 50%;
} */

.products-section .dt-btn {
    position: relative;
    z-index: 2;
    display: inline-block!important;
}

.text-center {
    text-align: center;
}


/* ----- Header ----- */

body>#page>.masthead .branding,
body>#page>.masthead .mobile-branding {
    max-width: 300px;
}

body>#page>.masthead .top-bar .left-widgets .text-area,
body>#page>.masthead .top-bar .left-widgets .mini-contacts {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

body>#page>.masthead .top-bar .left-widgets .text-area::before,
body>#page>.masthead .top-bar .left-widgets .mini-contacts::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

body>#page>.masthead #primary-menu .sub-nav .subtitle-text {
    display: none!important;
}

body>#page>.masthead #primary-menu>li>a>span::before {
    bottom: -44px;
    height: 3px;
    transform: none;
}

body>#page>.masthead #primary-menu>li.has-children>a>span>span {
    padding-right: 15px;
}

body>#page>.masthead #primary-menu>li.has-children>a>span>span::after {
    font-size: 10px;
    top: 42%
}

body>#page #fancy-header .fancy-maps {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body>#page #fancy-header .fancy-maps>.nugtr-maps {
    height: 100%!important;
    position: relative;
}

body>#page #fancy-header .fancy-maps>.nugtr-maps .leaflet-left {
    display: none;
}

body>#page #fancy-header .fancy-maps>.nugtr-maps::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}


/* ----- NUGTR SEARCH ----- */

body #page .masthead .nugtr-search,
body #page .masthead .nugtr-search>input {
    margin: 0;
}

body #page .masthead .nugtr-search>input {
    display: none;
}

body #page .masthead .nugtr-search>button {
    position: relative;
    color: #000;
    opacity: 1;
    font-size: 20px;
    transform: scaleX(-1);
}

body #page .masthead .nugtr-search br {
    display: none;
}

body #page .mobile-mini-widgets-in-menu .nugtr-search br {
    display: none;
}

body #page .mobile-mini-widgets-in-menu .nugtr-search button {
    height: 40px;
    padding: 0 15px;
}


/* ----- Breadcrumbs ----- */

body>#page>#fancy-header>.wf-wrap {
    display: flex;
    justify-content: flex-end;
}

body>#page>#fancy-header>.wf-wrap>#custom_breadcrumb {
    width: 75%;
    padding: 2rem;
    padding-left: 0;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 3px solid #f5f5f5;
}

body>#page>#fancy-header>.wf-wrap>#custom_breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -3px;
    left: -35px;
    background: #fff;
}

body>#page>#fancy-header>.wf-wrap>#custom_breadcrumb span {
    position: relative;
}

body>#page>#fancy-header>.wf-wrap>#custom_breadcrumb span * {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    text-decoration: none;
}


/* ----- CTA ----- */

body>#page #cta {
    grid-area: cta;
    position: relative;
}

body>#page #cta::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -999em;
    bottom: 0;
    left: -999em;
    background: #3C3C3C;
}

/* body.home>#page #cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: -999em;
    bottom: 50%;
    left: -999em;
    background: #E8E8E8;
} */

body.home>#page>#main {
    padding-bottom: 0;
}

body>#page #cta>.wf-wrap {
    width: 1400px;
    padding: 0 50px;
}

body>#page #cta>.wf-wrap section {
    background: #C8001F;
    padding: 4rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

body>#page #cta>.wf-wrap section>.wp-block-group>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

body>#page #cta>.wf-wrap section>.wp-block-group>div p {
    margin-bottom: 0;
    font-size: 27px;
    color: #fff;
    margin-right: 25px;
    text-align: center;
}

body>#page #cta>.wf-wrap section>.wp-block-group>div a {
    margin-left: 25px;
}


body>#page #cta .cta-btn a {
	padding: 25px 40px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background-color: #3C3C3C !important;
	text-decoration: none;
	border-bottom: 3px solid #2b2b2b;
}

/* ----- Footer ----- */

body>#page #footer #block-10 h4 {
    opacity: 0;
}

body>#page #footer section h4 {
    margin-bottom: 20px;
}

.footer .widget,
.footer .widget a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer .widget a:hover {
    color: #fff;
}

.footer #block-13 a {
    padding-left: 25px;
    position: relative;
}

.footer #block-13 a::before {
    content: "";
    font-family: icomoon-the7-font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
}

.footer #block-13 a:first-child::before {
    content: "\f113";
}

.footer #block-13 a:nth-child(3)::before {
    content: "\f106";
}

.footer #block-13 a:nth-child(5)::before {
    content: "\f127";
}

.footer #block-13 a:last-child::before {
    content: "\f111";
}

body>#page>#footer .widget_nav_menu {
    padding: 0!important;
    width: 100%;
}

body>#page>#footer .widget_nav_menu #menu-product-menu-footer {
    display: flex;
    flex-wrap: wrap;
}

body>#page>#footer .widget_nav_menu #menu-product-menu-footer>li {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

body>#page>#footer #bottom-bar .wf-float-left {
    position: relative;
    z-index: 999;
}

body>#page>#footer #bottom-bar .wf-float-right {
    width: 100%;
    max-width: 1400px;
    position: absolute;
}

body>#page>#footer #bottom-bar .wf-float-right>.bottom-text-block {
    text-align: right;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
}

body>#page>#footer #bottom-bar .wf-float-right>.bottom-text-block .ic-wrapper a,
body>#page>#footer #bottom-bar .wf-float-right>.bottom-text-block .ic-wrapper img {
    max-height: 45px;
}

body>#page>#footer #bottom-bar .wf-float-right>.bottom-text-block .ic-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* ----- Display Tax Products ----- */

.row.tax-products {
    position: relative;
    z-index: 2;
}

.row.tax-products>.col .card {
    position: relative;
}

.row.tax-products>.col .card>.card-img {
    min-height: 575px;
    position: relative;
}

.row.tax-products>.col .card>.card-img::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}

.row.tax-products>.col .card>.card-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    padding: 2rem;
    border-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.row.tax-products>.col .card>.card-content p {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

.row.tax-products>.col .card>.card-content::before {
    display: none;
}

.row.tax-products>.col .card>.card-content>.navigation {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.row.tax-products>.col .card>.card-content>.navigation>i {
    margin-right: 10px;
    font-size: 25px;
    color: #AAAAAA;
}

.row.tax-products>.col .card>.card-content>.navigation>span {
    color: #fff;
    font-weight: 700;
}


/* ----- Card without image ----- */

.custom-card>.card-content {
    background: #C8001F!important;
}

.custom-card>.card-content>* {
    color: #fff!important;
    margin-bottom: 0!important;
}


/* ----- Recensies Carousel ----- */

.testimonials-section {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

.testimonials-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background: #fff;
    padding: 3rem;
}

body>#page>#main .recensies a {
    text-decoration: none;
}

body>#page>#main .recensies .stroke .stroke-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

body>#page>#main .recensies .stroke .stroke-body>.stroke-content>h3 {
    color: #000;
    font-weight: normal;
    font-size: 24px;
}

body>#page>#main .recensies .stroke .stroke-body>.stroke-content>p {
    color: #878786;
}

.slick-dots {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none !important;
    margin: 0 auto;
    z-index: 8;
    width: 100%;
}

.slick-dots {
    margin: 0!important;
    margin-top: 15px!important;
}

.slick-dots>li {
    margin: 10px!important;
    display: flex;
}

.slick-dots>li>button {
    width: 35px;
    height: 5px;
    border-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-indent: -999em;
    background-color: #3C3C3C;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slick-dots>li.slick-active>button,
.slick-dots>li>button:hover {
    background-color: #C8001F
}


/* ----- Taxonomy Recensies ----- */

body.post-type-archive-recensies #page {
    background: #E8E8E8;
}

body>#page #main .recensies-wrap {
    background: #fff;
    box-sizing: border-box;
    padding: 3rem;
    margin-right: 15px;
    margin-left: 15px;
}

body>#page #main .recensies-wrap>h2 {
    color: #29195c;
}

body>#page #main .recensies-wrap>.recensies {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.recensies-navigation>.dt-btn {
    margin-bottom: 5px;
}


/* ----- Contact form 7 ----- */

body #page .wpcf7-form .wpcf7-list-item {
    margin-left: 0;
}

body #page .wpcf7-form .wpcf7-list-item input {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

body #page .wpcf7-form p {
    margin-bottom: 15px;
}

body #page .wpcf7-form p label {
    font-weight: 700;
}

body #page .wpcf7-form .wpcf7-submit {
    background: #2b2b2b !important;
    padding: 2px 40px;
    font-size: 18px;
    font-weight: 300;
}

body #page .wpcf7-form .wpcf7-form-control-wrap>input.wpcf7-file {
    margin-top: 10px;
}

body #page .wpcf7-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}

body #page .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 5px !important;
}

body #page .wpcf7-form .wpcf7-radio > .first {
	margin-right: 15px;
}

.popup-message-style #page .wpcf7-response-output.run-animation::before {
	display: none !important;
}

.popup-message-style #page .wpcf7-response-output.run-animation {
	padding: 15px 20px !important;
}

.d-none {
	display: none !important;
}

/* ----- Owl carousel ----- */

.owl-dots {
    position: relative!important;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 55px!important;
    top: 0!important;
}

.owl-stage-outer>.owl-stage {
    margin-bottom: 35px;
}


/* ----- Media queries ----- */

@media screen and (max-width: 1200px) {
    body>#page #cta>.wf-wrap section>.wp-block-group>div {
        flex-direction: column;
    }
    body>#page #cta>.wf-wrap section>.wp-block-group>div p {
        margin-right: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    body>#page #cta>.wf-wrap section>.wp-block-group>div a {
        margin-left: 0;
    }
    body>#page #cta>.wf-wrap section {
        padding: 3rem;
    }
    body>#page>.masthead .top-bar .right-widgets {
        display: none;
    }
    .col-3,
    .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .red-box>.vc_column-inner>.wpb_wrapper {
        padding: 2.5rem;
    }
    body>#page>.masthead #primary-menu>li>a {
        margin: 18px 6px;
    }
    body>#page>.masthead #primary-menu>li>a>span>span {
        font-size: 12px;
    }
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {
    .early-collapse>.wpb_column {
        width: 100%;
    }
    .red-box>.vc_column-inner {
        padding-left: 15px;
    }
    body>#page>#footer #bottom-bar .wf-float-right {
        position: relative;
        margin-top: 10px;
    }
    body>#page>#footer #bottom-bar .wf-container-bottom {
        padding: 20px 0px;
    }
    body>#page>#footer #bottom-bar .wf-float-right>.bottom-text-block {
        text-align: center;
    }
    body>#page>#footer #bottom-bar .wf-float-right>.bottom-text-block .ic-wrapper {
        justify-content: center;
    }
    .wpb_tabs {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .col-3,
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    body>#page #cta>.wf-wrap {
        padding: 0 20px;
    }
    body>#page #cta>.wf-wrap section>.wp-block-group>div p {
        font-size: 22px;
        line-height: 30px;
    }
    body>#page #cta>.wf-wrap section .dt-btn {
        padding: 15px 30px;
        font-size: 21px;
    }
    body>#page>#fancy-header>.wf-wrap>#custom_breadcrumb {
        width: 100%;
    }
    body>#page>#fancy-header>.wf-wrap>#custom_breadcrumb::before {
        right: 25%;
        left: -999em;
    }
    body>#page>#main .recensies .stroke .stroke-body {
        padding: 0;
    }
    .slick-dots {
        margin-top: 25px!important;
    }
    .products-section .dt-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    body>#page>#main .recensies .stroke .stroke-body>.stroke-content>h3 {
        font-size: 20px;
        line-height: 1.5rem;
    }
    body>#page .masthead .mobile-branding {
        max-width: 225px;
    }
    .row.tax-products>.col .card>.card-content p {
        font-size: 24px;
    }
}

body .grecaptcha-badge {
	display: none;
}

body.page-id-8 .grecaptcha-badge,
body.page-id-182 .grecaptcha-badge {
	display: block !important;
	z-index: 999;
}

.scroll-top {
	right: unset !important;
	left: 10px !important
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

@media screen and (max-width: 1200px) {
	#cta .cta-btn {
		margin-top: 35px !important;
	}
}