/*
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]-----------------*/
/*----------------------------------------------*/

/*-----------------------------------------------*/
/*----------------------------------------------*/
/*:root {--first: #0D194F; --second: #1F80C0; --third: #0062CC;} -Staat in DIVI thema options ivm error message- */
/*-----------------------------------------------*/
/*----------------------------------------------*/

body a {
	transition-duration: 0.3s;
}

/*-------------------------------------------------*/
/*----------------[Header STYLES]-----------------*/
/*-----------------------------------------------*/

.top-header a {
	display: inline-block;
	width: 100%;
	padding: 10px 10%;
	background: var(--first);
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.top-header a:hover {
	color:  var(--second);
}

#main-header {
	box-shadow: none;
}

#main-header #top-menu li a {
    font-weight: 500 !important;
}

#main-header .mobile_menu_bar:before {
	color: #0D194F;
    font-size: 50px;
}

.et_header_style_left #main-header #logo {
	max-width: 60%;
}

#main-header #top-menu .nav-button a,
#main-header.et-fixed-header #top-menu .nav-button a {
    padding: 15px 30px;
    padding-bottom: 15px !important;
    border-radius: 50px;
    background-color: var(--first);
	color: #fff !important;
	font-weight: 500 !important;
}

#main-header #top-menu .nav-button a:hover,
#main-header.et-fixed-header #top-menu .nav-button a:hover {
	opacity: 1;
    background-color: var(--second);
	color: #fff;
}

@media (max-width: 550px) {
	#main-header .container {
		width: 90%;
	}
}

/*-------------------------------------------------*/
/*----------------[Content STYLES]----------------*/
/*-----------------------------------------------*/

@media (min-width: 981px) {
	.et_pb_row.flex-row {
		display: flex;
	}
	
	.tophero-home .et_pb_column.home-hero-column-first {
		margin-right: 1.5%;
	}
	
	.et_pb_row.flex-row .et_pb_column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.tophero-home .et_pb_row .et_pb_column.home-hero-column-second {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 18px;
}

.tophero-home .et_pb_column.home-hero-column-first {
    height: auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 5%;
}

.et_pb_column.home-hero-column-first .et_pb_module {
	max-width: 450px;
}

.hero-text-block .et_pb_text_inner {
    max-width: 400px;
}

.et_pb_module.hero-badge.et_clickable {
    position: relative;
    margin-bottom: 0 !important;
	height: 360px;
	border-radius: 10px;
	transition-duration: 0.3s;
}

.et_pb_module.hero-badge.et_clickable .et_pb_text_inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, #000 100%);
    border-radius: 10px;
}

.et_pb_module.hero-badge.et_clickable .et_pb_text_inner p strong {
	color: #FFF;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
	transition-duration: 0.3s;
}

.et_pb_module.hero-badge.et_clickable:hover .et_pb_text_inner p strong {
	opacity: 0.6;
}

.et_pb_module.hero-badge.et_clickable .et_pb_text_inner:after {
    content: url(/assets/uploads/caret-right.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6px 18px;
    background-color: var(--second);
    border-radius: 10px 0px 10px 0px;
	transition-duration: 0.3s;
}

.et_pb_module.hero-badge.et_clickable:hover .et_pb_text_inner:after {
	    background-color: var(--first);
}

.et_pb_module.hero-badge.et_clickable .et_pb_text_inner p {
	padding-bottom: 0;
}

.et_pb_section .et_pb_column a.et_pb_button.round-button {
    font-size: 22px;
    font-weight: 400;
    padding: 25px 45px !important;
    line-height: normal !important;
}

.in-short-section h1,
.in-short-section h2 {
	font-size: 50px;
	font-weight: 800;
}

.in-short-grey .et_pb_text_inner {
    background-color: #F5F3F4;
    border-radius: 10px;
    padding: 30px;
}

.in-short-grey .et_pb_text_inner ul {
	padding-top: 20px;
	padding-bottom: 0;
}

body .in-short-grey.usp .et_pb_text_inner ul {
    list-style-type: none !important;
    padding-top: 0;
    padding-left: 0 !important;
    padding-bottom: 30px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.in-short-grey.usp .et_pb_text_inner ul li {
	font-weight: 700;
}

.in-short-grey.usp .et_pb_text_inner ul i {
	color: var(--second);
	padding-right: 10px;
}

.in-short-grey.usp .et_pb_text_inner {
	padding-bottom: 80px;
}

.in-short-blue .et_pb_text_inner {
    background-color: var(--third);
	color: #fff;
    border-radius: 10px;
    padding: 30px;
	box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.15);
}

.in-short-button .et_pb_text_inner a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-radius: 10px;
    background: var(--first);
    color: #fff;
	font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.15);
}

.in-short-button .et_pb_text_inner a i {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 8px;
}

.in-short-button .et_pb_text_inner a:hover {
	background: var(--second);
}

.service-carousel .dsm-blog-carousel-wrapper.swiper-wrapper,
.service-carousel article.dsm-blog-carousel-item.swiper-slide.swiper-slide-next,
.service-carousel .dsm-grid-post-holder-inner,
.service-carousel .dsm-entry-image,
.service-carousel .dsm-entry-thumbnail {
    height: 450px !important;
}

.service-carousel .dsm-grid-post-holder-inner {
    position: relative;
}

.service-carousel .dsm-entry-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, #000 100%);
}

.service-carousel .dsm-entry-wrapper .dsm-entry-title a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
}

.service-carousel .dsm-entry-wrapper .dsm-post-excerpt p {
	color: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
}

.service-carousel .dsm-entry-wrapper .dsm-entry-title a:after {
    content: url(/assets/uploads/caret-right.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 18px 10px 18px;
    background-color: var(--second);
    border-radius: 10px 0px 10px 0px;
	transition-duration: 0.3s;
}

.service-carousel .dsm-grid-post-holder-inner a:hover {
	opacity: 0.6;
}

.service-carousel .dsm-grid-post-holder-inner a:hover:after {
	background-color: var(--third);
}

body .dsm_blog_carousel_0 .swiper-container, body .dsm_blog_carousel_1 .swiper-container {
    margin-bottom: 0px !important;
}

.et_pb_section .et_pb_row .et_pb_module a.dark-button {
	background-color: var(--first);
}

.et_pb_section .et_pb_row .et_pb_module a.dark-button:hover {
    background-color: var(--second);
	color: #fff !important;
}

.et_pb_module.et_pb_accordion.et_pb_accordion_0.contact-faq {
    padding-left: 40px;
}

.contact-section .contact-faq h5.et_pb_toggle_title {
	padding: 0 0 0 40px;
	font-weight: 600;
}

.contact-section .contact-faq .et_pb_toggle_open h5.et_pb_toggle_title:after {
    font-size: 24px;
    position: absolute;
    left: 0px;
    color: #FFFFFF;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content: "\35" !important;
    rotate: 90deg;
}

.contact-section .contact-faq .et_pb_toggle_content.clearfix {
    padding-left: 40px;
    font-weight: 400;
}

.contact-section .et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item {
    border-width: 0 0 1px 0;
    border-color: #ffffff1a;
    margin-bottom: 0;
    padding: 30px 0;
}

.contact-section .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_accordion_item_0 {
	padding-top: 0; 
}

.contact-section .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_accordion_item_5 {
	border-bottom: none;
}

.contact-section .contact-faq .et_pb_toggle_title:before {
    left: 0px;
}

.contact-section .gform_wrapper.gravity-theme input[type=color], 
.contact-section .gform_wrapper.gravity-theme input[type=date], 
.contact-section .gform_wrapper.gravity-theme input[type=datetime-local], 
.contact-section .gform_wrapper.gravity-theme input[type=datetime], 
.contact-section .gform_wrapper.gravity-theme input[type=email], 
.contact-section .gform_wrapper.gravity-theme input[type=month], 
.contact-section .gform_wrapper.gravity-theme input[type=number], 
.contact-section .gform_wrapper.gravity-theme input[type=password], 
.contact-section .gform_wrapper.gravity-theme input[type=search], 
.contact-section .gform_wrapper.gravity-theme input[type=tel], 
.contact-section .gform_wrapper.gravity-theme input[type=text], 
.contact-section .gform_wrapper.gravity-theme input[type=time], 
.contact-section .gform_wrapper.gravity-theme input[type=url], 
.contact-section .gform_wrapper.gravity-theme input[type=week], 
.contact-section .gform_wrapper.gravity-theme select, 
.contact-section .gform_wrapper.gravity-theme textarea {
	font-size: 17px;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(0, 42, 125, 0.19);
}

.contact-section .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 28px;
}

.contact-section .et_pb_text_inner h3 {
    font-size: 64px;
    font-weight: 800;
    padding-bottom: 20px;
}

.contact-section .gform_button {
	color: #fff;
	border: none;
	transition-duration: 0.3s;
	padding: 25px 45px !important;
}

.contact-section .et_pb_column .et_pb_text {
	padding-left: 0;
	border-left: none;
}

.contact-details ul {
    list-style-type: none;
    padding: 0;
}

.contact-details li {
    padding: 30px 0;
    border: 1px solid #ffffff33;
    border-left: 0;
    border-right: 0;
}

.contact-details li i {
	padding-right: 20px;
}


.contact-details li a,
.crumb a {
	color: #fff;
}

.contact-details li a:hover,
.crumb a:hover {
	opacity: 0.5;
}

.et_pb_column.sub-hero-column-second {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-service-section .et_pb_module.dsm_blog_carousel.dsm_blog_carousel_0.service-carousel {
    margin-bottom: 60px;
}

.carousel-title h3 {
    font-size: 30px;
}

@media (max-width: 980px) {
	.tophero-home .et_pb_row .et_pb_column.home-hero-column-second {
		grid-template-columns: 100%;
	}
	
	.contact-section .et_pb_text_inner h3 {
		font-size: 48px;
	}
	
	.et_pb_section .et_pb_row.flex-reverse {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	
	.et_pb_column.sub-hero-column-second {
		margin-top: 18px;
	}
	
	.tophero-home .et_pb_column.et_pb_column_1_2.et_pb_column_0.home-hero-column-first.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 30px !important;
	}
	
	.dsm_blog_carousel_0.service-carousel .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: -30px;
	}
	
	.et_pb_module.dsm_blog_carousel.dsm_blog_carousel_0.service-carousel {
		margin-bottom: 50px;
	}
}

@media (max-width: 600px) {
	body .et_pb_section h1,
	body .et_pb_section h2 {
		font-size: 28px;
	}
	
	body .et_pb_section h3 {
		font-size: 20px;
	}
	
	body .contact-section .et_pb_text_inner h3 {
		font-size: 30px;
	}
	
	.et_pb_section .et_pb_row,
	#main-footer .container {
		width: 90%;
	}
	
	.tophero-home .et_pb_column.home-hero-column-first {
		padding: 30px 30px 60px 30px;
		border-radius: 10px 10px 100px 10px;
	}
	.et_pb_module.hero-badge.et_clickable {
		height: 190px;
	}
	
	.et_pb_section .et_pb_column a.et_pb_button.round-button {
		font-size: 18px;
		padding: 25px 30px !important;
	}
	
	.et_pb_module.hero-badge.et_clickable .et_pb_text_inner {
		padding: 20px 20px;
	}
	
	.contact-section .contact-faq h5.et_pb_toggle_title {
		padding: 0 0 0 30px;
	}
	
	.contact-section .contact-faq .et_pb_toggle_content.clearfix {
		padding-left: 30px;
	}
	
	.et_pb_module.et_pb_accordion.et_pb_accordion_0.contact-faq {
		padding-left: 0px;
	}
	
	.contact-faq h5.et_pb_toggle_title {
		font-size: 18px;
	}
	
	.service-carousel .dsm-blog-carousel-wrapper.swiper-wrapper,
	.service-carousel article.dsm-blog-carousel-item.swiper-slide.swiper-slide-next,
	.service-carousel .dsm-grid-post-holder-inner,
	.service-carousel .dsm-entry-image,
	.service-carousel .dsm-entry-thumbnail {
		height: 320px !important;
	}
	
	.in-short-button .et_pb_text_inner a {
		padding: 25px 20px;
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	#main-content .et_pb_section .et_pb_column.sub-hero-column-second {
        margin-top: 18px !important;
    }	
}

/*------------------------------------------------*/
/*--------------[Contact form error]--------------*/
/*------------------------------------------------*/
.validation_error{
	display:none;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    background: var(--second);
    border-radius: 5px;
    border: 1.5px solid var(--second);
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	color: #fff;
}

body .gform_required_legend {
    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;
}

span#input_2_1_3_container {
    padding-right: 0;
}

/*-------------------------------------------------*/
/*-----------------[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;
    }
}
/*-------------------------------------------------*/
/*-----------------[Footer STYLES]----------------*/
/*-----------------------------------------------*/

.footer-widget div#block-22 {
    width: 100%;
}

#main-footer #footer-widgets .footer-widget li:before {
	display: none;
}

#main-footer #footer-widgets .footer-widget li {
	padding-left: 0;
}

.foot-content {
    display: grid;
    grid-template-columns: 20% 25% 15% auto;
    grid-gap: 3%;
}

.foot-block-first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 30px;
}

.foot-block-first a.foot-button,
.contact-section .gform_button {
    font-size: 22px;
	font-weight: 400;
    text-align: center;
	line-height: normal;
    max-width: 220px;
    display: inline-block;
    text-transform: uppercase;
    padding: 25px;
    border-radius: 10px;
    background: var(--second);
}

#main-footer .foot-block-first a.foot-button:hover,
.contact-section .gform_button:hover {
    color: var(--second) !important;
	background-color: #fff;
}

#main-footer #footer-info {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
	color: #808080;
}

.foot-block-second tr {
    display: grid;
    grid-template-columns: 30px auto;
    grid-gap: 5px;
}

.foot-block-second td#bigger {
    font-size: 30px;
}

tr.foot-row {
    padding: 30px 0;
}

.foot-block-second td {
    font-weight: 400;
}

.foot-block-second a:hover,
.foot-block-third a:hover {
	opacity: 0.5;
}

.footer-maps iframe {
    width: 100%;
    height: 100%;
	max-height: 285px;
    border-radius: 10px;
}

#main-footer .foot-block-third li {
    margin-bottom: 0;
    font-weight: 400;
}

#main-footer #footer-info a {
    font-weight: 400;
	color: #808080;
}

#main-footer #footer-info a:hover {
	color: #fff;
	opacity: 1;
}

.sticky-button a {
    position: fixed;
    right: 20px;
    bottom: 40%;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background-color: var(--second);
    padding: 25px;
    border-radius: 50%;
    box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.15);
}

.sticky-button a:hover {
    background-color: var(--first);
}

@media (max-width: 1140px) {
	.foot-content {
		grid-template-columns: 50% auto;
		grid-gap: 5% 3%;
	}
}

@media (max-width: 767px) {
	.foot-content {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
	
	.foot-block-third {
		display: none;
	}
	
	.sticky-button a {
		font-size: 22px;
		padding: 15px 20px;
		right: 10px;
	}
	
	.sticky-button a i.fa-light.fa-phone {
		position: relative;
		top: 2px;
	}
}