/*
Theme Name:  Nature Theme
Theme URI:   https://themes.grizzly.marketing/vertical
Version:     1.0.1
Description: Het Nature theme van Grizzly New Marketing
Author:      vps230265
Author URI:  https://themes.grizzly.marketing/nature
Template:    Divi
*/

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
#et-top-navigation{padding-left: 0 !important;}
/*@media(max-width: 1385px){*/
/*    .et_pb_svg_logo #logo{*/
/*        height: 54% !important;*/
/*    }*/
/*}*/
@media(max-width: 1200px){
    #top-menu li{
        padding-right: 10px;
    }
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.footer-info-box a{
	margin-right:15px;
}
.privacy{
	text-decoration:none !Important;
}
.tribe-common-l-container, #tribe-events-pg-template{
	padding-top:200px !important;
}
.tribe-events-c-search__button{
	background-color:#000 !important;
}
.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
    display: none;
}
.current-menu-item a:after{
	top:10px !Important;
}
.footer-info-box a:after{
display:none !important;
}
.footer-widget:last-child .et_pb_widget{
	width: 100%;
    margin-bottom: 0 !important;
}
h2{
	font-size:50px !Important;
	color: #191919 !Important;
	font-weight:inherit !Important;
}
h2 strong{
	font-size:60px !Important;
}
.et_pb_equal_columns{
	align-items:center;
}
p a, li a{
	font-weight:bold;
	text-decoration:underline;
}
.nav li ul{
	width:300px;
}
.sgpb-popup-builder-content-html{
	padding:30px;
}
.sgpb-popup-builder-content-html h2{
	font-size:30px !Important;
}
.home-last-row h2{
	font-size:30px !Important;
}
.home-last-row h3{
	font-size:28px !Important;
	font-weight:500 !important;
	color:#000 !important;
}
#top-menu li li, #top-menu li li a{
	width:100%;
}
.usp-row h4{
	padding-bottom:0 !Important;
}
.usp-row .et_pb_column{
	width:33.33%;
	margin-right:0 !important;
}
.usp-row .et_pb_column:not(:last-child):after{
    content: "";
    height: 22px;
    width: 2px;
    background-color: #919194;
    position: absolute;
    right: 0;
    top: 0;

}
.usp-row{
	max-width:1400px !important;
}
.usp-row h4 span:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00c";
	color:#919194;
	margin-right:10px;
}
.light-button a:after, .dark-button a:after{
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #fff;
    padding-left: 20px;
    font-size: 30px;
}
.dark-button strong{
	margin-right:5px;
}
.light-button, .dark-button{

	text-align:right;
}
.light-button a{
	background-color: #919194;
    color: #fff;
    padding: 10px 35px;
		text-decoration: none !Important;
    font-size: 18px;
    display: inline-flex;
	text-transform:uppercase;
	transition: all 0.4s ease-in-out;
}
.dark-button a{
		text-decoration: none !Important;
	background-color: #191919;
    color: #fff;
    padding: 10px 35px;
    font-size: 18px;
    display: inline-flex;
	text-transform:uppercase;
	transition: all 0.4s ease-in-out;
}

.light-button a:hover{
	opacity: 0.7;
}

.dark-button a:hover{
	opacity: 0.7;
}

.dienst-header{
	    min-height: 500px;
    display: flex;
}
.breadcrumb-module a{
	font-weight:bold;
	position:relative;
}
.breadcrumb-module a:after{
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #191919;
    left: 0;
    bottom: -5px;
}
.home-header{
	min-height:100vh;
	display: flex;
    flex-direction: column;
    padding-bottom: 0px !important;
    
}
.dienst-products .et_pb_row{
	max-width: 1530px !important;
}
.dienst-products .et_pb_blurb_content{
	    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dienst-products h4{
	font-size:32px;
}
.usp-section{
	padding:0 !important;
}
.usp-row h4{
	    color: #191919;
	    text-align: center;
    text-transform: initial;
}
.breadcrumb-module{
	margin-bottom: 30px !Important;
}
.home-header h1{
	font-size: 82px;
    text-shadow: 12px 3px 20px #4E4E4E;
    color: #191919;
    font-weight: bold;
}
.home-header h2{
	color: #FFFFFF !important;
    text-shadow: 12px 3px 20px #4E4E4E;
    font-weight: 400 !important;
    font-size: 52px !important;
}
.home-header h2 span{
	color:#191919;
}
.home-header .diensten-row{
	padding: 0 !important;
    margin-bottom: 75px !Important;
}

.diensten-row h4 span:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #fff;
    padding-left: 55px;
    font-size: 30px;
	position: absolute;
}

.diensten-row h4{
	font-size: 18px !important;
	text-transform: none;
}

.diensten-row .et_pb_column:not(:last-child):after{
	content: "";
    height: 22px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0
}

.diensten-row-dark h4 span:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #919194;
    padding-left: 20px;
    font-size: 30px;
	position: absolute;
}

.diensten-row-dark h4{
	font-size: 16px !important;
	color: #000000;
}

.diensten-row-dark .et_pb_column:not(:last-child):after{
	content: "";
    height: 22px;
    width: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 0
}

#main-footer .footer-widget h4{
	padding-bottom:30px;
}
#main-footer .textwidget p:first-child{
	padding-bottom: 40px;
}
#main-footer .textwidget p{
	line-height:45px;
}
#main-footer #footer-widgets{
	padding:75px 0 45px 0 !Important;
}
#main-footer .footer-widget{
	margin-bottom:30px !Important;
}
.bottom-footer-links{
	line-height:45px !important;
	color: #919194 !Important;
	font-weight:bold !Important;
}
#main-footer .textwidget a, .bottom-footer-links{
	    display: inline-block;
    position: relative;
}
#footer-info a{
	font-weight:initial !Important;
}
#footer-widgets a:after, .bottom-footer-links:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background-color: #919194;
}
.our-products .et_pb_blurb_content{
	min-height:350px;
	
}
.our-products h4{
	max-width:90% !important;
	font-size:32px;
	    text-align: center;
}
.our-products .et_pb_blurb_description{
	    position: absolute;
    top: -15px;
    background-color: #191919;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 35px;
}
.our-products .et_pb_blurb_container{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
}
@media (max-width:981px){
	.home-header{
	height:initial;
}
}
/*------------------------------------------------*/
/*-----------------[Contact form error]-----------------*/
/*------------------------------------------------*/

.validation_error{
	display:none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom:0!important;
    border-top: 0!important;
    border-bottom: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    box-sizing: content-box!important;
}
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper 
li.gfield_error textarea {
    border: 2px solid #790000!important;
	background-color:#fff2f2 !important;
}



.gform_wrapper .validation_message{
	display:none;
}

/*------------------------------------------------*/
/*-----------------[Cookie notice]-----------------*/
/*------------------------------------------------*/

#cookie-notice {
	min-width:initial !Important;
    background-color: #000000de!important;
    z-index: 2!important;
    position: fixed!important;
    bottom: 15px!important;
    left: 15px!important;
    width: 415px!important;
    font-size: 16px!important;
    line-height: 27px!important;
    text-align: left!important;
    box-shadow: 0px 5px 10px #6B676DA6!important;
    border-radius: 5px!important;
    min-width: initial;
}

#cookie-notice .cookie-notice-container {
    display: block;
    padding: 25px !important;
    text-align: left !important;
}

#cookie-notice h3 {
    color: white !important;
    margin: 0 !important;
    line-height: 25px !important;
	font-size: 24px;
}

#cookie-notice .cn-button {
    margin-left: 10px!important;
    display: block!important;
    text-align: center!important;
    padding: 9px 10px!important;
    width: 157px!important;
    font-size: 16px!important;
    margin-left: 0!important;
    margin-top: 13px!important;
    font-weight: 600;
	background-color: #4E4E4E !important;
}

@media only screen and (max-width:450px) {
#cookie-notice {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 0!important;
}
}

.gray-period-end{
	color: #919194;
	font-size: 75px;
}

.read-more-button p{
	font: normal normal bold 18px/30px Open Sans;
	color: #191919;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #919194 !important;
	position: absolute;

}
.read-more-button a{
	text-decoration:none !important;
}
.home-last-textblock h3{
	color:#fff !important;
}
.read-more-button p:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #919194;
    padding-left: 20px;
    font-size: 30px;
	top: 0px;
    position: absolute;
    border-bottom: 2px solid;
    border-bottom-color: #919194 !important;
}

.thin-head-tekst h3{
	font-weight: 300;
	color: #ffffff !important;	
}

.thin-head-tekst span{
	font-weight: bold;
}

.bold-head-tekst h1{
	font-size: 82px !important;
}

.home-intro-text p{
	line-height: 2.4em;
	font-weight: 400;
}

/* .home-text-img img{
	max-width: 155%;
} */

.home-text-img{
	max-width: 74.2% !important;
}

.home-text-img img{
	opacity: 0;
}

.home-visual-section h4{
	font-size: 18px;
	text-transform: none !important;
}

.home-visual-section h4:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #919194;
    margin-right: 10px;
}

.home-visual-section-container{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.home-last-row h3{
	font-weight: 300;
	font-size: 36px;
}

.home-last-row h3 span{
	color: #000000;
	font-weight: bold;
}

.home-last-row .home-last-textblock{
	padding-top: 40px !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
	padding-bottom: 1px !important;
}

.home-last-row .home-last-textblock p{
	color: #ffffff;
	line-height: 2.6em;
	margin-bottom: 40px;
	margin-top: 15px;
}

.home-last-row .home-last-textblock a{
	text-decoration:none !important;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 100px;
	padding-left: 60px;
	width: 120px;
	transition: all 0.4s ease-in-out;
}

.home-last-row .home-last-textblock a:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #ffffff !important;
    padding-left: 30px;
    font-size: 30px;
	position: absolute;
}

.home-last-row .home-last-textblock a:hover{
	opacity: 0.7;
}

.home-last-row .home-last-textblock-left p{
	line-height: 2.4em;
}

.content-href-edit{
	font-weight: bold;
	border-bottom: 2px solid #919194;
}

.tp-banner-section{
	background-image: linear-gradient(180deg,rgba(25,25,25,0.7) 0%,rgba(25,25,25,0.7) 100%),url('/assets/uploads/motorrijder-yamaha.jpg')!important;
}

.tp-banner-section img{
	opacity: 0.8;
}

.tp-intro-row h4{
	font-size: 18px;
	text-transform: none !important;
}

.tp-intro-row h4:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #919194;
    margin-right: 10px;
}

.tp-home-first-usp{
	margin-top: 85px;
}

.tp-middle-section .tp-middle-text p{
	line-height: 2.4em;
}

.tp-button-light{
	background-color: #919194;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 100px;
	padding-left: 60px;
text-decoration:none !important;
	display:inline-block;
	margin-bottom: 20px !important;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}
.tp-banner-section h1{
	font-size: 55px !Important;
}
.tp-button-gray{
	max-width:400px;
	width:100%;
		text-decoration:none !important;
	background-color: #919194;
	color: #ffffff;
	text-transform: uppercase;
	padding:15px;
	text-align:center;
display:inline-block;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}
.tp-button-gray:hover{	
    opacity: 0.7;
}
.tp-button-dark{
	text-decoration:none !important;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 100px;
	padding-left: 60px;
display:inline-block;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}

.tp-button-light:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #ffffff;
    padding-left: 20px;
    font-size: 30px;
    position: absolute;
}

.tp-button-dark:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    color: #ffffff;
    padding-left: 20px;
    font-size: 30px;
    position: absolute;
}

.tp-button-light:hover{
	opacity: 0.7;
}

.tp-button-dark:hover{
	opacity: 0.7;
}


.tp-middle-section .tp-middle-row p{
	line-height: 2.4em !important;
	font-weight: 400;
}

.tp-last-row .tp-last-item h3{
	color: black !important;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 75px;
	margin-top: -18px;
}

.tp-last-row .tp-last-item p{
	line-height: 2.4em;
	margin-top: 50px;
}

.tp-last-row img{
	max-width: 155%;
	text-align: left;
}

.tp-img img{
	max-width: 155% !important;
}

.diensten-first-text .diensten-first-text-element p{
	line-height: 2.4em;
}

/* HEADER EN NAV */

#top-header{
	height: 54px !important;
}

#main-header{
	top: 54px;
}

#top-header #et-info{
	display: none !important;
}

#top-menu li.current-menu-item > a{
	background-color: #919194;
	color: #FFFFFF !important;
	padding: 10px 30px !important;
}

.header-custom{
	float: right;
}

.header-custom i{
	color: #000000;
	font-size: 35px;
	margin-left: 6px;
}

.header-custom-second{
	float: right;
	margin-top: 15px;
	margin-left: 8px;
}

.header-custom-second i{
	color: #ffffff !important;
	font-size: 20px;
	margin-left: 3px;
}

.header-custom-review{
	float: right;
	margin-top: 10px;
}

.header-custom-review i{
	font-size: 20px;
}

.google-review-text{
	font-weight: 300 !important;
}

.header-custom-review-head{
	float: right;
	margin-top: 12px;
	margin-right: 25px;
}

.footer-info-box{
	display: flex;
	flex-direction: row;
}

.footer-info-box i{
	text-decoration: none;
	font-size: 35px;
	margin-left: 10px;
	color: #919194;
}

.footer-info-box a{
	text-decoration: none;
}

/* PRIVACY EN COOKIEVERKLARING PAGES */

.privacy-text-row .privacy-text-block h1{
	color: #000000 !important;
}

.privacy-text-row .privacy-text-block h3{
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 32px !important;
}

.cookie-text-row .cookie-text-element h1{
	color: #000000 !important;
}

/* RESPONSIVE CODE */ 

@media only screen and (max-width: 1317px){
	.diensten-row .et_pb_column:not(:last-child):after{
		display: none;
	}
}

@media only screen and (max-width: 980px){
	h2{
		font-size:32px !important;
	}
	h3{
		font-size:28px !Important;
	}
	.et_pb_column_2_5, .et_pb_column_3_5{
		min-width:100%;
	}
	.home-text-img img{
		opacity: 1;
	}
	
	.home-text-img .home-first-text-block{
		padding-right: 0px !important;
    	padding-left: 0px !important;
	}
	
	.header-custom-second{
		display: none;
	}
	
	.header-custom{
		margin-top: 10px;
	}
	
	.header-custom-review{
		margin-top: 15px;
		float: left;
	}
	
	.header-custom-review-head{
/*     	margin-top: 17px;
    	margin-right: 425px; */
		margin-top: 20px;
	}
	
	.home-first-cta p{
		text-align: left !important;
	}
	
	.diensten-row .et_pb_column:not(:last-child):after{
		display: left !important;
		display: none;
	}
	
	.diensten-row .et_pb_blurb_container{
		text-align: left;
	}
	
	.diensten-row h4 span{
		font-size: 14px !important;
	}
	
	.diensten-row h4 span:after{
		display: flex;
		padding-left: 240px;
		top: 0px;
	}
	
	.home-text-img{
		display: flex;
		flex-direction: column;
	}
	
	.diensten-first-text .light-button a{
		text-align: left;
	}
	
	.diensten-first-text .dark-button a{
		text-align: left;
	}
	
	.mobile_menu_bar:before{
		color: #ffffff !important;
		font-size: 35px;
	}
	
	.dienst-header h1{
		font-size: 40px !important; 
	}
	
	.tp-banner-section .tp-intro-row h1{
		font-size: 40px !important; 
	}
	
	.home-visual-section .gray-period-end{
		font-size: 40px;
	}
	
	.home-visual-section h3{
		font-size: 50px;
		margin-bottom: 25px;
	}
	
	.home-header h1{
		font-size: 47px !important;
	}
	
	.home-header h2{
		font-size: 40px !important;
	}
	
	.home-text-img img{
		max-width: 100% !important;
	}
}
@media only screen and (max-width:679px){
	.tp-button-dark, .tp-button-light{
		font-size:13px !Important;
	}
}
@media only screen and (max-width: 479px){
	
	.header-custom-review i{
		font-size: 13px;
	}
	
	.header-custom-review{
		margin-top: 20px;
	}
	
	.header-custom-review-head{
    	margin-top: 21px;
    	margin-right: 85px;
	}
	
	.home-header h1{
		font-size: 47px !important;
	}
	
	.home-header h2{
		font-size: 40px !important;
	}
	
	.home-header .home-first-cta p{
		margin-bottom: 50px;
		margin-top: -40px;
	}
	
	.home-header p{
		padding-right: 50px;
		line-height: 1.8em;
		font-weight: 300;
	}
	
	.home-first-info .home-first-info-block h2{
		margin-bottom: -30px;
	}
	
	.home-first-info .home-first-info-block strong{
		font-size: 50px !important;
	}
	
	.home-first-info .home-first-info-block .home-afer-h2{
		font-size: 38px;
	}
	
	.read-more-button{
		margin-bottom: 30px;
	}
	
	.our-products .et_pb_column{
		margin-bottom: 75px;
	}
	
	.home-visual-section h3{
		font-size: 50px;
		margin-bottom: 25px;
	}
	
	.home-visual-section h4{
		text-transform: none;
	}
	
	.home-visual-section .gray-period-end{
		font-size: 40px;
	}
	
	#main-footer .footer-widget h4{
		font-size: 18px;
		padding-bottom: 0px;
	}
	
	#footer-info{
		font-size: 18px !important;
		text-align: left;
	}
	
	.diensten-first-text p:not(.has-background):last-of-type{
		text-align: left;
	}
	
	.usp-section .usp-row .et_pb_column:not(:last-child):after{
		display: none;
	}
	
	.dienst-header h1{
		font-size: 40px !important; 
	}
	
	.tp-banner-section .tp-intro-row h1{
		font-size: 40px !important; 
	}
	
	.tp-img img{
		max-width: 115%;
		margin-top: 50px;
	}
	
	.diensten-row-dark .et_pb_column:not(:last-child):after{
		display: none;
	}
	
	.tp-last-row .tp-last-item h3{
		margin-top: 30px;
		margin-bottom: -30px;
	}
	
	.tp-middle-section h2{
		margin-bottom: -40px;
	}
	
	.diensten-first-text .light-button a{
		padding: 10px 45px;
	}
	
	.diensten-responsive-edit .et_pb_module .et_pb_blurb_6{
		margin-top: -30px;
	}
	
	.tp-middle-text .tp-button-dark{
		padding-right: 168px;
	}
}

@media only screen and (max-width: 473px){
	.home-first-cta .tp-button-dark{
    	padding-right: 65px;
    	padding-left: 20px;
	}
	
	.header-custom-review-head{
		display: none;
	}
}

/* @media only screen and (max-width: 434px){
	.header-custom-review-head{
		display: none;
	}
} */

@media only screen and (max-width: 431px){
	.home-last-row .home-last-textblock a{
		padding-right: 69px;
    	padding-left: 15px;
	}
	
}

@media only screen and (max-width: 395px){
	.home-header h1{
		font-size: 36px !important;
	}
	
	.home-header h2{
		font-size: 32px !important;
	}
	
	.home-first-info .home-first-info-block strong{
		font-size: 35px !important;
	}
	
	.home-first-info .home-first-info-block .home-afer-h2{
		font-size: 24px !important; 
	}
	
	.home-visual-section .thin-head-tekst h3{
		font-size: 35px !important;
	}
	
	.home-last-row .home-last-textblock h3{
		font-size: 25px !important;
	}
	
	.dienst-header h1{
		font-size: 30px !important;
	}
	
	.tp-banner-section .tp-intro-row h1{
		font-size: 35px !important;
	}
	
	.tp-middle-section h2{
		font-size: 40px !important;
	}
	
	.tp-last-row .tp-last-item h3{
		font-size: 30px !important;
	}
	
	.home-header .home-first-cta p{
		margin-top: 0px !important;
	}
	
	.home-first-cta .tp-button-dark{
		padding-right: 100px;
	}
	
	.tp-banner-section .tp-home-first-usp{
		margin-top: 10px !important;
	}
	
	.tp-banner-section{
		height: 620px !important;
    	min-height: 620px !important;
	}
	
	.dienst-header{
		min-height: 400px !important;
	}
	
	.dienst-header h1{
		font-size: 25px;
	}
}

@media only screen and (max-width: 384px){
	.home-first-cta .tp-button-dark{
		padding-right: 60px;
    	padding-left: 8px;
	}
}

@media only screen and (max-width: 376px){
	.tp-middle-text .tp-button-light{
		    padding-right: 60px;
    		padding-left: 15px;
	}
	
	.tp-middle-text .tp-button-dark{
			padding-right: 68px;
		    padding-left: 15px;
	}
}

@media only screen and (max-width: 319px){
	.home-first-cta .tp-button-dark{
		padding-right: 55px;
    	padding-left: 8px;
		font-size: 15px;
	}
}

#field_1_9 .privacy{
	font-weight: bold;
	border-bottom: 2px solid #919194;
}

#gform_submit_button_1{
	background-color: #919194;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 13px;
	width: 120px;
	transition: all 0.4s ease-in-out;
	border: none;
}

#gform_submit_button_1:hover{
	opacity: 0.7;
}

.not-found-title{
	color: black;
}

.contact-info-line i{
	font-size: 23px;
}