/*
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.0
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
*/


h1, h2 {
	margin-bottom: 60px;
}

a, button {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.t-n-15 {
	position: relative;
	top: -15px;
}

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

#page .masthead:not(.mixed-header) {
	padding-top: 10px;
	padding-bottom: 10px;
}

#page .masthead:not(.mixed-header) .top-bar {
	min-height: 0;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#page .masthead:not(.mixed-header) .top-bar .right-widgets {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#page .masthead:not(.mixed-header) .top-bar .right-widgets a:hover {
	color: #82c348;
}

#page .masthead:not(.mixed-header) header .main-nav>li {
	padding-top: 30px;
}

#page #main {
	padding-bottom: 0;
}

#page #main #content > section.vc_section:first-child {
	background-image: url('https://kroesinfra.nl/wp-content/uploads/2019/09/watermark.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}

#page #main #content > section.vc_section a {
	color: #222222;
	text-decoration: none;
}

#page #main #content > section.vc_section a:hover {
	color: inherit;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	#page #main #content > section.vc_section .card {
		margin-bottom: 30px;
	}
}

#page #main #content > section.vc_section .card > .vc_column-inner {
	position: relative;

	padding-right: 45px !important;
    padding-left: 45px !important;
}

#page #main #content > section.vc_section .card > .vc_column-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	z-index: -1;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 3px rgba(34,34,34,.05);
	box-shadow: 0 0 5px 3px rgba(34,34,34,.05);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#page #main #content > section.vc_section .card > .vc_column-inner:hover:before {
	box-shadow: 0 0 5px 3px rgba(12,36,77,.3);
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 25px;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .wpb_single_image {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin: 0 -30px 15px;
	overflow: hidden;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .vc_custom_heading {
	margin-bottom: 15px;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .wpb_text_column {
	margin-bottom: 15px;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
	padding-bottom: 0;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .dt-btn {
	padding: 0;
	background-color: transparent!important;
	color: #82c348 !important;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .dt-btn:hover {
	color: #0c244d!important;
}

#page #main #content > section.vc_section .card > .vc_column-inner .wpb_wrapper .dt-btn > i {
	font-size: 20px;
}

#page #main #content .googleMaps .wpb_text_column  {
	margin-bottom: 0!important;
}

#page #usp {
	grid-area: brands;
	padding: 30px 0;
	background-color: #f7f8f9;
    color: #0c244d;
    font-weight: 700;
	font-size: 22px;
	text-align: center;
}

#page #usp .textwidget {
	margin: 0;
}

#page #usp .textwidget ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

#page #usp .textwidget ul > li {
	display: inline-block;
    margin: 0 15px;
}

@media screen and (max-width:767px) {
	#page #usp .textwidget ul > li {
		display: block;
	}
}

#page #usp .textwidget ul > li:first-child {
	font-weight: 400;
}

#page #usp .textwidget ul > li:not(:first-child):before {
	content: "\F00C";
    padding-right: 10px;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    color: #82c348;
}

#page #footer {
	text-align: center;
}

#page #footer .textwidget,
#page #footer .textwidget p {
	margin-bottom: 0;
}

#page #footer .textwidget a,
#page #footer .textwidget span {
	color: #fff;
	margin: 0 15px;
}

@media screen and (max-width:767px) {
	#page #footer .textwidget a,
	#page #footer .textwidget span {
		display: block;
	}
}

#page #footer .textwidget a:before,
#page #footer .textwidget span:before {
	display: inline-block;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    padding-right: 15px;
}

#page #footer .textwidget .phone:before {
	content: "\F095";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding-right: 0;
    padding-left: 15px;
}
#page #footer .textwidget .mail:before {
	content: "\F0E0";
    font-weight: 400;
}

#page #footer .textwidget .marker:before {
	content: "\F3C5";
}

#page #footer .textwidget .facebook:before {
	content: "\F09A";
    font-family: Font Awesome\ 5 Brands;
}

#page #footer #bottom-bar .wf-float-left > span:not(.div),
#page #footer #bottom-bar .wf-float-left > a {
	display: inline-block;
	margin: 0 7.5px;
}

#page #footer #bottom-bar .wf-float-left span:first-child {
	font-weight: 700;
}

#page #footer #bottom-bar .wf-float-left > span.div {
	color: #fff;
}

#page #footer #bottom-bar .wf-float-right {
	margin-top: 30px;
}x;
}