/*
Theme Name:  Grizzly Theme
Theme URI:   https://themes.grizzly.marketing/nature
Version:     1.0.0
Description: Het 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]-----------------*/
/*------------------------------------------------*/

.bleu-links a {
	color: #fff !important;
	text-decoration: underline;
}

.bleu-links h3 {
	color: #fff !important;
}

.bleu-links .button {
	text-decoration: none !important;
}

/* General */
.templ-sec-mar {
	margin-top: 50px;
}


.module-smaller {
	width: 80%;
}

#footer-info a {
	font-weight: normal !important;
}

.mobile_menu_bar:before {
	font-weight: bold !important;
	font-size: 36px !important;
}

a:hover {
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}

.extra-cta {
	position: fixed;
    right: 1%;
    z-index: 99999999;
    top: 21%;
}

.extra-cta a {
	 writing-mode: vertical-rl;
	color: #fff !important;
	background-color: #0F688C;
	padding: 25px 15px;
	border-radius: 5px;
}

.extra-cta a:hover {
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}

.extra-cta a img {
	padding-top: 10px;
}

.grizzly-text a {
	text-decoration: underline;
}

.menu-cta a {
	background-color: #0F688C;
	color: #fff !important;
    display: inline-block;
    padding-bottom: 0 !important;
    padding: 15px 20px !important;
    border-radius: 5px;
}

h2 {
	font-size: 45px !important;
}

h3 {
	font-size: 30px !important;
	color: #0F688C !important;
}

.quotes {
	color: #0F688C;
	font-size: 30px;
	font-weight: bold;
}

.button {
	color: #383838;
	font-size: 16px;
	border: 1px solid #4C78BE;
	border-radius: 10px;
	padding: 10px 30px;
	margin-top: 25px;
	display: inline-block;
}

.button:hover {
	background-color: #0F688C;
	color: #fff;
	opacity: 0.5;
	transition: ease-in-out 0.5s;
}

.blurb-section .et_pb_main_blurb_image  {
	margin-bottom: 20px;
}

.blurb-section .et_pb_blurb_container  {
	background-color: #0F688C;
    text-align: center !important;
    color: #fff;
    border-radius: 10px;
    padding-bottom: 35px;
    padding-top: 10px;
}

.blurb-section .button {
	border-radius: 20px !important;
    padding: 10px 25px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.hero-header::after {
    background-image: url(/assets/uploads/Group-7381.svg);
    content: "";
    width:100%;
    height: 53px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.hero-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.hero-header h1 {
	font-size: 88px;
	color: #fff;
	padding-bottom: 25px;
}

.hero-header p {
	font-size: 27px;
	color: #fff;
}

.hero-header span {
	font-size: 20px;
}

.hero-header a {
	color: #fff;
	text-decoration: underline;
}

.hero-header a:hover {
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}

.picture-section {
	padding-top: 150px;
	padding-bottom: 150px;
}


.picture-section h3 {
	padding-bottom: 50px;
}

.picture-section  {
    position: relative;
}

.picture-section::before {
    content: "";
    position: absolute;
    bottom: -35%;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url('/assets/uploads/Rectangle-1888-1.png');
    background-size: initial;
    background-position: center;
}

@media only screen and (max-width: 980px) {
	.picture-section::before {
		    width: 100%;
	}
	
	.media-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.media-reverse .et-last-child {
		padding-bottom: 50px;
	}
	
}

@media only screen and (max-width: 480px) {
	.hero-header h1 {
		font-size: 30px;
	}
	
	.quotes {
		font-size: 14px;
	}
	
	h2 {
		font-size: 21px !important;
	}
	
		
	#main-footer h4 {
		font-size: 25px !important;
	}
	
	.hero-header {
		min-height: 250px !important;
		margin-bottom: 0 !important;
	}
	

}

/* Homepage*/
.blue-section {
	color: #fff;
}

.blue-section h2 {
	padding-top: 50px;
	color: #fff;
}

.blue-section h4 {
	padding-bottom: 25px;
	padding-top: 25px;
	color: #fff;
}

.picture-overlap {
	position: absolute;
    top: -23%;
    right: 14%;
}

.picture-section img {
	box-shadow: 0px 2px 29px -6px rgba(0,0,0,0.75);
}

.picture-shadow img {
	box-shadow: 0px 2px 29px -6px rgba(0,0,0,0.75);
}

.home-hover-section .hover-text {
	top: 30%;
	left: 0;
	width: 37%;
}


.hover-text {
	background-color: #0F688C;
    position: absolute;
    top: 20%;
    width: 60%;
    left: 28%;
    color: white;
    padding: 30px 50px;
	border-radius: 5px;
	box-shadow: 0px 2px 29px -6px rgba(0,0,0,0.75);
}

.hover-text img {
	box-shadow: none !important;
}

.hover-text h4 {
	font-size: 25px;
	color: #fff;
	padding-bottom: 25px;
}

.hover-text .button {
	color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
}

/* Diensten */
.blue-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blue-section .et_pb_blurb_content:hover .fa-arrow-right {
	padding-left: 15px;
	transition: 0.5s ease-in-out;
}

.blue-section .quotes {
	color: #fff;
}

.blue-section-diensten .quotes {
	padding-bottom: 0 !important;
}

.blue-section-diensten h2 {
	padding-bottom: 50px !important;
}

.blue-section-diensten .button {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 30px;
}

.blue-section-diensten .hover-text {
	top: 33%;
	left: -5%;
	box-shadow: 0px 2px 29px -6px rgba(0,0,0,0.75);
}

.text-hover-diensten {
	position: absolute;
    top: 23%;
    background-color: white;
    width: 65%;
    padding: 50px;
    left: 32%;
	box-shadow: 0px 2px 29px -6px rgba(0,0,0,0.75);
}

.text-hover-diensten h3 {
	font-size: 30px;
	color: #0F688C;
	font-weight: bold;
	
}


@media only screen and (max-width: 1200px) {
	.home-hover-section .hover-text {
		width: 65%;
	}
}

@media only screen and (max-width: 1024px) {
	.text-hover-diensten {
		position: relative;
		left: 0 !important;
		width: 100%;
	}
	
	.text-hover-diensten-row {
		display: flex;
		flex-direction: column;
	}
	
	.text-hover-diensten-row .et_pb_column {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) { 
	.hover-text {
		position: relative;
		width: 100% !important;
		left: 0 !important;
	}
}

/* Template Page*/

@media only screen and (max-width: 927px) { 
	.usps-row {
		display: flex;
		flex-direction: column
	}
	.module-smaller {
		width: 100%;
	}
	
	.usps-row .et_pb_column {
		width: 100% !important;
	}
	
		.picture-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) { 
	.usps-row {
		display: flex;
		flex-direction: column
	}
	
	.et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2 .usps-row .et_pb_column_2_5 {
		width: 100% !important;
	}
	
	.et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2 .usps-row .et_pb_column_3_5 {
		width: 100% !important;
	}
	
	.grizzly-usps {
		position: relative;
		width: 100% !important;
	}
}
.grizzly-usps {
	padding: 50px;
	top: 40%;
	left: 0;
	width: 60%;
}

.grizzly-usps .usp-title {
	font-size: 25px;
	font-weight: bold;
}

.grizzly-usps div {
	font-size: 18px;
	padding-top: 20px;
}

.grizzly-usps .ups p {
	font-size: 18px !important;
	font-weight: 300;
	padding-left: 10px;
}

.ups {
	display: flex;
}

.ups img {
	object-fit: contain;
}

/* Contact */
.gform_title {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gfield_label {
	font-size: 18px;
	font-weight: 300;
	color: #383838;
}

.ginput_container input {
	border: 1px solid #4C78BE;
	border-radius: 5px;
	height: 45px;
	margin-bottom: 20px;
} 

.ginput_container textarea {
	border: 1px solid #4C78BE;
	border-radius: 5px;
	height: 160px;
} 

.gform_button {
	background-color: #fff;
}

.contact-row h3 {
	padding-bottom: 50px;
}

.contact-row a {
	display: inline-block;
	padding-bottom: 15px;
}

.gform_footer {
	padding-top: 0 !important;
}

.gform_submission_error {
	font-size: 21px !important;
	line-height: 25px !important;
}

@media only screen and (max-width: 768px) {
	.contact-row {
		display: flex;
		flex-direction: column
	}
	
	.contact-row .et_pb_column {
		width: 100% !important;
	}
	
	.picture-overlap {
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {
	.et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2 .contact-row .et_pb_column_3_5 {
		width: 100% !important;
	}
	
	.et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2 .contact-row .et_pb_column_2_5 {
		width: 100% !important;
	}
}



/* FOOTER */
#footer-bottom .clearfix {
	display: flex;
	justify-content: end;
}

#footer-bottom .clearfix span {
	padding-left: 10px;
	padding-right: 10px;
}

#footer-bottom {
	padding-bottom: 70px;
	padding-top: 70px;
}

#block-8 {
	width: 90%;
}

#block-9 {
	width: 80%;
}

.footer-widget h4 {
	padding-bottom: 50px;
}

.footer-sitemap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-sitemap div {
	flex: 0 0 48%;
}

.footer-contactinfo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-contactinfo div {
	flex: 0 0 80%;
}

.footer-widget {
	width: 40% !important
}

.footer-widget:first-child {
	width: 55% !important
}

#footer-widgets {
	padding-top: 125px;
}


@media only screen and (max-width: 981px) {
  #block-9 {
    padding-top: 50px;
  }
	
	#footer-bottom .clearfix {
		justify-content: flex-start;
	}
	
	.footer-contactinfo {
		flex-direction: column
	}
	
	.footer-sitemap {
		flex-direction: column;
	}
	
	#footer-info {
		text-align: left !important;
	}
}



/*------------------------------------------------*/
/*--------------[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 .gfield_error .gfield_label{
	color:#790000 !important;
}

.gform_wrapper .validation_message{
	display:none;
}

.gform_button[type=submit]:hover {
    cursor: pointer !important;
}

/*------------------------------------------------*/
/*-----------------[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 !important;
}

#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;
}

#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: white;
}

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