/*
Theme Name: Grizzly Child theme
Theme URI: https://www.grizzlymarketing.nl/
Author: Grizzly New Marketing
Author URI: https://www.grizzlymarketing.nl/
Description: Custom Grizzly theme
Version: 1.0
Template: grizzly
*/

/*------------------------------------------------*/
/*-----------------[GENERAL STYLES]----------------*/
/*------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

body div.uwy.userway_p1 .uai {
    top: auto;
    right: 13px;
    left: auto;
    bottom: 100px;
}

@media (max-width: 1080px) {
	.header-widget.widget_logo {
		margin-left: 55px;
	}
}

.anniversary_logo {
    position: absolute;
	object-fit: contain;
    width: 74px !important;
    height: 35px;
    display: block;
}

.gfield.recaptcha_field{
    margin:0px;
    padding:0px!important;
}

.clients .et_pb_image_wrap {
    margin: 0 25px;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.application .gfield_label,
.application label {
		color:#FFF;
}

.contact-block .et_pb_column_1_4 {
	max-width:43%;
	padding-left: 10px;
    padding-right: 10px;
	padding-top:20px;
	padding-bottom:20px;
}

body #page-container .cases-padding-fix .et_pb_slide{
	padding: 60px 40px !important;
}

body #page-container .cases-padding-fix .et_pb_slide .testimonial{
	font-size: 18px !important;
}

.cases-testimonial p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff !important;
	max-width: 800px;
    margin: 0 auto;
}

.cases-testimonial.testimonial-slider .et_pb_slide{
	padding: 60px 15% !important;
}

body div .gform_wrapper select,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 0px 10px 10px !important;
}

div#cookie-notice {
    min-width:auto;
    width:350px;
    bottom:20px;
    left:20px;
    background:#00334c !important;
    box-shadow:1px 1px 10px rgba(0,0,0,.2);
}

div#cookie-notice #cn-notice-text {
    color:#FFF;
    padding:20px;
}

div#cookie-notice #cn-notice-buttons.cn-buttons-container {
    margin-top:10px;
    width:100%;
} 
div#cookie-notice #cn-notice-buttons.cn-buttons-container .cn-button.bootstrap {
    width: 45%;
    background-color: #188439;
    padding: 12px;
    font-weight: bold;
}

div#cookie-notice #cn-notice-buttons.cn-buttons-container .cn-button.bootstrap#cn-refuse-cookie {
    background-color:#FFF;
    color:#00334c;
} 

div#cookie-notice .cn-close-icon {
    top:25px;
}


.gform_wrapper #gform_fields_1{
    display:flex!important;
}
body .gform_wrapper #gform_fields_1 div.ginput_container,
body .gform_wrapper #gform_fields_1 div.ginput_container input{

    margin-top:0px;
}

.cases-cta{
	background: #ffffff !important;
}

.succes-arrow h4 span::before{
	content:'\f0de';
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	font-size: 20px;
    margin-right: 5px;
}

.gform_validation_container {
    display: none !important;
}

.hidden_label label {
    display: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border: 0 !important;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 77, 1)), to(rgba(0, 80, 123, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%) !important;
    background: -moz-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%) !important;
}

.module-padding-bottom {
	padding-bottom: 50px;
}
#page-container .gfield_error input, #page-container .gfield_error textarea{
	color: #3c3c3c !important;
	margin-top: 0 !important;
}

.equal_columns_grizzly {
	display: flex;
  align-items: center;
  justify-content: center;
}

.google-quote-img {
    max-width: 140px;
}

.et_pb_equal_columns .et_pb_column {
    align-items: center;
/*     display: flex; */
}

.list-margins li {
	margin-bottom: 20px;
}

/*------------------------------Scrollbar------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #001a27;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    scroll-behavior: smooth;
}

.home-header,
.tp-header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vacature-bear {
    height: 100% !important;
    padding-bottom: 20px !important;
    align-items: bottom !important;
}

.youtube-vid iframe {
    box-shadow: 0 0 2px 2px #f7f7f7;
}


/*------------------------------/Scrollbar------------------------------*/

/*------------------------------Inloggegevens------------------------------*/
@media only screen and (max-width: 992px){
	.page-id-6456 .mobile-menu-item:nth-child(2), .page-id-6456 .mobile-menu-item:nth-child(3){
			display: none;
		}
	body.page-id-6456 div.uwy.userway_p1 .uai {
		top: auto;
		/* right: 13px; */
		left: 57px;
		bottom: 160px;
	}
}

.page-id-6456 .rij-formulierinlog .et_pb_column.et_pb_column_4_4 {
    position: relative;
}

.gform_wrapper .formulier-inloggegevens input {
    color: #000;
}

.page-id-6456 header.fixed  {
    display: none;
}

.gform_wrapper .formulier-inloggegevens .gform_fields {
	display: block !important;
}

.page-id-6456 .et_pb_section.et_pb_section_2.quote-wrapper{
    display: none;
}

.page-id-6456 #footer-top, .page-id-6456 #footer-bottom {
    display: none;
}

.page-id-6456 #logo-inlog-grizzly img{
    width: 140px !important;
}

.page-id-6456 div#logo-inlog-grizzly,
.page-id-6456 div#logo-inlog-grizzly{
	position: absolute;
    right: 20px;
}

.gform_wrapper .formulier-inloggegevens_wrapper h2.gform_submission_error.hide_summary {
    color: #b71c1c;
    font-size: 22px;
}

.gform_wrapper .formulier-inloggegevens .gform_fields .gfield {
    max-width: 50%;
}

.gform_wrapper .formulier-inloggegevens select {
    background: #fff !important;
	color: #6e747a;
}

.gform_wrapper .formulier-inloggegevens .inlog-contact-beer {
    text-align: left;
}

.gform_wrapper .formulier-inloggegevens i {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    color: #00334c;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
}
	
.page-id-6456 .container-inlog-beer-grizzly {
	background: #fff;
	padding: 30px;
	/* border: 1px solid #e9e9e9; */
	max-height: 428px;
	box-shadow: 0px 0px 3px 1px #e5e5e5;
}


.page-id-6456 #field_17_51 .fluid-width-video-wrapper{
	box-shadow: 0px 0px 3px 1px #e5e5e5;
 	height: 360px;
    min-height: 310px;
}


.page-id-6456 div#field_17_51{
	width: 70%;
	float: left;
	height: 460px;
    min-height: 310px;
}


.page-id-6456 .gform_fields .gfield.grizzly-beer-width {
	width: 28%;
	float: right;
	max-width: 30%;
	text-align: center;
	padding: 0 !important;
}

.page-id-6456 .gform_page_footer.top_label{
	max-width: 70%;
	padding: 0 15px;
}

.page-id-6456 .gform_fields {
	display: block;
}

.gform_wrapper .formulier-inloggegevens .inlog-beer-full-width {
    max-width: 100% !important;
}

.page-id-6456  .formulier-inloggegevens .gform_fields .yt-1.gfield, .page-id-6456 .gform_page_footer.top_label {
    max-width: 70%;
}

.page-id-6456 div#field_17_51 {
    width: 70%;
    float: left;
    height: 375px;
    min-height: 310px;
}

.page-id-6456 .yt-2 .fluid-width-video-wrapper {
    box-shadow: 0px 0px 3px 1px #e5e5e5;
    height: 360px;
    min-height: 310px;
    width: 100%;
}

.page-id-6456 .formulier-inloggegevens .gform_fields .yt-2.gfield {
    max-width: 50%;
    float: right;
    text-align: center;
    padding: 0 !important;
	padding-left: 20px !important;
    width: 100%;
}

.page-id-6456 .yt-2 iframe {
    position: relative;
}

@media only screen and (max-width: 992px){
.page-id-6456 .formulier-inloggegevens .gform_fields .yt-2.gfield {
    padding-left: 0px !important;
    padding-bottom: 40px !important;
}
}

/*------------------------------Formulier inloggegevens------------------------------*/
.page-id-6456 div#header-middle{
    background: #00334c;
}

.page-id-6456 .rij-formulierinlog{
    background: #f7f7f7;
    padding: 20px;
    border: solid 1px #e9e9e9;
}

.page-id-6456 .formulier-inloggegevens span.gf_step_current_page {
    font-weight: bold;
}

.page-id-6456 form.formulier-inloggegevens{
    background: #f7f7f7;
    padding: 20px;
	display: flow-root;
}

.gform_wrapper .formulier-inloggegevens p.gf_progressbar_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #444;
}

.gform_wrapper .formulier-inloggegevens .gform_page_footer.top_label {
    margin-top: 30px;
}

.gform_wrapper .formulier-inloggegevens fieldset {
    border: none;
}

.page-id-6456 .button.loginmodal {
    font-size: 14px;
    border-width: 1px;
}

.gform_wrapper .formulier-inloggegevens input[type="text"], .formulier-inloggegevens select#input_19_23 {
    background-color: #fff !important;
}

.gform_wrapper .formulier-inloggegevens .gform_previous_button {
    width: 170px !important;
    display: inline-block !important;
    border: solid 1px #e1e1e1 !important;
    background: #fff;
    font-size: 20px;
}

.gform_wrapper .formulier-inloggegevens .gform_page_fields {
    font-size: 18px;
}

.gform_wrapper .formulier-inloggegevens .gform_next_button, .formulier-inloggegevens input[type=submit] {
    width: 170px !important;
    display: inline-block !important;
    float: right;
	background: #188439;
    font-size: 20px;
    color: #fff;
	border: solid 1px #03561d !important;
}

.gform_wrapper .formulier-inloggegevens .gform_next_button:hover, .formulier-inloggegevens input[type=submit]:hover {
    background: #0e6028;
}

.gform_wrapper .formulier-inloggegevens .gform_previous_button:hover {
    background: #d3d3d3;
}

#page-container .formulier-inloggegevens .gfield_error input, #page-container .formulier-inloggegevens .gfield_error textarea {
    border: 1px solid #B71C1C !important;
}

.gform_wrapper .formulier-inloggegevens .gf_progressbar_percentage {
    background-color: #188439 !important;
    color: #fff !important;
    border-radius: 20px !important;
    text-align: right !important;
    padding-right: 10px !important;
	height: 30px !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    font-size: 16px !important;
    line-height: 30px !important;
}

.gform_wrapper .formulier-inloggegevens .gf_progressbar {
    background: #d2d6dc;
    border-radius: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px){
	.page-id-6456 .gform_fields .gfield.grizzly-beer-width{
		display: none;
	}

	.gform_wrapper .formulier-inloggegevens .gform_fields .gfield {
		max-width: 100%;
	}

	.page-id-6456 .gform_page_footer.top_label{
		max-width: 100%;
	}

	.page-id-6456 div#field_17_51{
    	width: 100%;
	}
	
	.page-id-6456 .mobile-menu-item:nth-child(2), .page-id-6456 .mobile-menu-item:nth-child(3){
		display: none;
	}
	
}

@media only screen and (max-width: 667px){
	.page-id-6456 div#logo-inlog-grizzly {
		position: relative;
		right: unset;
	}

	.gform_wrapper .formulier-inloggegevens .gform_previous_button {
		width: 100% !important;
		font-size: 16px;
	}

	.gform_wrapper .formulier-inloggegevens .gform_next_button, .formulier-inloggegevens input[type=submit] {
	width: 100% !important;
	margin-top: 20px;
	}
	
	.page-id-6456 div#forms{
		padding: 0 !important;
	}
}







.et_pb_row {
    max-width: 1220px !important;
}

.et_pb_module>div {
    overflow: unset !important;
}

.et_pb_section {
    padding: 50px;
}

.et_pb_section.usp-vacature {
	padding:30px 0;
}

strong {
    color: #001a27;
}

p {
    margin-top: 0;
}

#cta-tekst-blok p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.et_pb_text_align_center {
    text-align: center;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
/*     color: #444; */
	color: #000;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #00334c;
    clear: both;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    -webkit-margin-before: 14px;
    margin-block-start: 14px;
    line-height: normal;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

h2 {
    color: #00334c;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
	word-break: break-word;
}

.lightblue-wrapper h1,
.lightblue-wrapper h2,
.lightblue-wrapper h3,
.lightblue-wrapper h4 {
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
}

.bold {
    font-weight: bold;
}

.cta-wrapper {
    background: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 60%;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cta-wrapper h3 {
    color: #00334c;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    -webkit-margin-after: 14px;
    margin-block-end: 14px;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
	text-align: center;
}

/* .cta-wrapper .ctabutton {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -moz-box-align: right;
    -ms-flex-align: right;
    align-items: right;

} */

h3.blue-fat-title {
    font-weight: 700;
    color: #00334c;
    margin-bottom: 24px;
    margin-top: 0;
}

/* a.button-icon {
    color: #ffffff !important;
    padding: 9px 0px 4px 20px;
    margin: 30px 0px 30px 0px;
    background: #00334c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 15px;
    min-height: 33px;
}

a.button-icon:hover {
    opacity: 0.9;
    text-decoration: none;
}


a.button-icon::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    background: #022536;
    padding: 15px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
} */

/* a.green {
    background: #18B047 !important;
}

a.green::after {
    background: #10983A !important;
} */


.advertising::after {
    content: "\f002" !important;
}

.display::after {
    content: "\f390" !important;
}

.video::after {
    content: "\f03d" !important;
}

.shopping::after {
    content: "\f07a" !important;
}

.mobile::after {
    content: "\f3cd" !important;
}

.strategie::after {
    content: "\f7a2" !important;
}

.national-icon::after {
    content: "\f0ac" !important;
}


.ecommerce-icon::after {
    content: "\f07a" !important;
}


.local-icon::after {
    content: "\f3c5" !important;
}


.error404 {
    background: #eee;
    padding-top: 80px;
}

/*-------------------[SEARCH BAR FORM]---------------*/
.header-widget.widget_search {
    display: none;
}

.header-widget-title {
    display: none !important;
}

.search-button-header i.fas.fa-search,
.search-button-header .active i.fas.fa-times {
    display: block;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    padding: 5px 0px;
    width: 16px !important;
    text-align: center;
}

.search-button-header .active i.fas.fa-search,
.search-button-header i.fas.fa-times {
    display: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    padding: 5px 0px;
}

form#searchform {
    margin-top: 7.5%;
}

.search-button-header i.fas.fa-search {
    padding: 5px 0;
}

label.screen-reader-text {
    display: none;
}

.header-widget.widget_search input#s {
    height: 35px;
    width: 300px;
    background: #eeeeee;
    border: none;
    padding: 1px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

input#searchsubmit {
    height: 37px;
    border: none;
    background: #022536;
    color: #eee;
    margin-left: -4px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.header-widget.widget_search {
    padding: 0px 20px;
}

#searchform input[type=submit] {
    display: none;
}

#searchform div {
    position: relative;
}

#searchform div::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f002';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    font-weight: 500;
    pointer-events: none;
}

#mobile-menu-content ul li a:hover {
    background: transparent !important;
}


/*------------------------------------------------*/
/*-------------------[CONTACT FORM]---------------*/
/*------------------------------------------------*/
.lightblue-wrapper.contact-form-wrapper{
	background-color:#00507b!important
}
.lightblue-wrapper h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
}

span.gfield_required {
    display: none;
}

.gform_wrapper .top_label li.gfield.gf_inline {
    max-width: 25%;
}

.lightblue-wrapper span {
    font-weight: 600;
}
.contact-form-wrapper h2 strong{
	color:white!important;
}
.contact-form-wrapper .gform_wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;

}

.contact-form-wrapper .gform_wrapper .gform_footer {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
}

.contact-form-wrapper .gform_fields {
    margin: 0;

}

.contact-form-wrapper .gform_fields .gfield {
    -webkit-box-flex: 1 !important;
    -webkit-flex: auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
}

.contact-form-wrapper .gform_button {
    font-family: 'Open Sans', sans-serif !important;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 0px !important;
    padding: 14px 20px !important;
    font-size: 16px;
}

.contact-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: rgba(255, 255, 255, 0.1);
    padding: 14px 16px !important;
    border: 0px;
    /* min-width: 220px; */
    color: #ffffff;
}

input[type=radio] {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
}

.gfield_radio {
    list-style-type: none !important;
    padding-left: 10px;
}

.contact-form-wrapper input::-webkit-input-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input:-moz-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input::-moz-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input:-ms-input-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input::-ms-input-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input::placeholder {
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    opacity: 1;
    color: #FFF;
}

/* Firefox 18- */
::-moz-placeholder {
    opacity: 1;
    color: #FFF;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #FFF;
}

/* ie */
input:-moz-placeholder {
    color: #FFF;
}

.contact-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
    color: #fff;
}

.lightblue-wrapper h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
}

span.gfield_required {
    display: none;
}

.consultation-form .gform_wrapper .top_label li.gfield.gf_inline {
    width:25% !important;
}

body .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: baseline;
    max-width: 25%;
}

.gform_wrapper .gfield.full input.medium {
    width:100%;
}
.lightblue-wrapper span {
    font-weight: 600;
}
.contact-form-wrapper h2 strong{
	color:white!important;
}
.contact-form-wrapper .gform_wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;

}

.contact-form-wrapper .gform_wrapper .gform_footer {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
}

.contact-form-wrapper .gform_fields {
    margin: 0;

}

.contact-form-wrapper .gform_fields .gfield {
    -webkit-box-flex: 1 !important;
    -webkit-flex: auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
}

.contact-form-wrapper .gform_button {
    font-family: 'Open Sans', sans-serif !important;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 0px !important;
    padding: 14px 20px !important;
    font-size: 16px;
}

.contact-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: rgba(255, 255, 255, 0.1);
    padding: 14px 16px !important;
    border: 0px;
    /* min-width: 220px; */
    color: #ffffff;
}

input[type=radio] {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
}

.gfield_radio {
    list-style-type: none !important;
    padding-left: 10px;
}

.contact-form-wrapper input::-webkit-input-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input:-moz-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input::-moz-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input:-ms-input-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input::-ms-input-placeholder {
    color: #fff !important;
}

.contact-form-wrapper input::placeholder {
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    opacity: 1;
    color: #FFF;
}

/* Firefox 18- */
::-moz-placeholder {
    opacity: 1;
    color: #FFF;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #FFF;
}

/* ie */
input:-moz-placeholder {
    color: #FFF;
}

.contact-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
    color: #fff;
}

/* Minimale foutmelding */

.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 .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: #00334c !important;
}

.gform_wrapper .validation_message {
    display: none;
}

.grey-wrapper {
    background: #f4f4f4;
}

.grey-wrapper h2 span

.grey-wrapper span {
    font-weight: 300;
}

/*------------------[FORM STYLES]-----------------*/
.gform_wrapper input:not([type=submit]),
.gform_wrapper select,
.gform_wrapper textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #eee;
}

.gform_fields .gfield.gf_left_half,
.gform_fields .gfield.gf_right_half {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
}

.gform_body input,
.gform_body textarea,
.gform_body select {
    background-color: #F4F4F4;
    padding: 15px 15px;
    border: 0px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.gform_body textarea {
    background-color: #F4F4F4 !important;
}

.gform_body input::-webkit-input-placeholder,
.gform_body textarea::-webkit-input-placeholder {
    color: #727272;
}

.gform_body input:-moz-placeholder,
.gform_body textarea:-moz-placeholder {
    color: #727272;
}

.gform_body input::-moz-placeholder,
.gform_body textarea::-moz-placeholder {
    color: #727272;
}

.gform_body input:-ms-input-placeholder,
.gform_body textarea:-ms-input-placeholder {
    color: #727272;
}

.gform_body input::-ms-input-placeholder,
.gform_body textarea::-ms-input-placeholder {
    color: #727272;
}

.gform_body input::placeholder,
.gform_body textarea::placeholder {
    color: #727272;
}

.gform_footer input.gform_button.button {
    background-color: #10983a;
    padding: 10px 20px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 0px !important;
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
	-webkit-appearance: none;
}

.gform_footer input.gform_button.button:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #10983a !important;
    box-shadow: 0 0 18px #d7d7d7;
}

.gform_footer input.gform_button.button:hover{
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #10983a !important;
}

.gform_fields .gfield,
.gform_footer {
    padding: 0px 15px 15px 0px !important;
}

.solliciteren-contact .gform_fields .gfield {
    padding: 10px 0;
}

/* Contact page form */
.gform_fields input,
.gform_fields textarea {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.contact-page-form span i{
	margin-left:15px;
}
.contact-page-form .gform_footer {
    padding: 0;
}

/* Vacature page form */

h3.gform_title {
    color: #fff;
    font-size: 17px;
    margin: 0;
    line-height: 0;
}

.clear-multi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.clear-multi select {
    /* padding: 3px; */
    padding: 6px;
    font-size: 14px;
    font-weight: 300;
    background: #F4F4F4;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif !important;
}

/*------------------------------------------------*/
/*-------------------[FOOTER]---------------------*/
/*------------------------------------------------*/

div#footer-top {
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    background: #00334c;
}

#footer-top a {
    color: #ffffff !important;
    font-weight: 600;
}

#footer-top .alignright a {
    font-weight: 400;
}

#footer-top img {
    margin-bottom: 25px;
}

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

#footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

#footer-top {
    border-top: 2px solid rgba(255, 255, 255, .1);
    padding: 20px 0px 0px 0px;
    font-size: 14px;
}

#footer-top div[class^="footer-top"] {
    padding: 15px 0;
}

#footer-top a {
    color: #ffffff;
    background: #00334c;
}

.tagcloud a {
    font-size: 15px !important;
}

footer .container {
    max-width: 1400px;
}

#footer-bottom .row {
    border-top: 2px solid rgba(255, 255, 255, .1);
    padding: 20px 0px;
    font-size: 14px;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer-bottom .row a {
    color: #fff !important;
}

#footer-bottom .row a:hover {
    text-decoration: underline;
}

#footer-bottom {
    background: #00334c;
}

#footer-top img {
    margin-bottom: 10px;
    max-width: 125px;
}

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

footer .social-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#footer-top a:hover {
    opacity: 0.8;
}



/*------------------------------------------------*/
/*-----------------[BUTTONS STYLES]----------------*/
/*------------------------------------------------*/

.button {
    padding: 6px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    border: 2px solid;
    position: relative;
	box-sizing: border-box;
}

.button-small{
    font-size: 16px;
}

.button-margin{
    margin: 30px 0;
}

.button-width-100{
	width: 100% !important;
	text-align: center;
	margin-top: 0 !important;
}

.button-margin-top{
    margin-top: 20px;
}

.button.button-icon{
    padding-right: 40px;
}

.button.button-icon::after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    transform: translatey(-50%);
}

.button.button-search::after {
    content: '\f002';
}

.button.button-phone::after{
    content: '\f095';
}

.button.button-icon::before{
    content:'';
    height: 100%;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgba(0, 80, 123, 1) 100%);
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.button.button-icon:hover::before{
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%);
    opacity: 0;
}

.button-green.button.button-icon::before {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #10983a 100%) !important;
}

.button-green {
    background: #188439;
    color: #ffffff !important;
    border-color: #188439 !important;
}

.button-green:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #188439 !important;
    border-color: #188439 !important;
}
.button-ecommerce,
.button-national,
.button-local {
    color: #ffffff !important;
		padding:15px 30px
}
.button-local {
	background-color: #4BC6B1;
}
.button-national{
	background-color: #FFA100;
}
.button-ecommerce{
 	background-color: #FF3392;
}
.button-ecommerce:hover,
.button-national:hover,
.button-local:hover {
    color: white!important;
 	opacity:0.8;
}
.button i{
	margin-left:15px;
}
.button-blue{
    background: #00334c;
    color: #ffffff !important;
    border-color: #00334c !important;
}

.button-blue:hover{
    background: #fff;
    color: #00334c !important;
    border-color: #00334c !important;
}

/* .readmore:hover,
.readmore-blue:hover,
.ctabutton:hover {
    opacity: 0.9;
    text-decoration: none;
}

.readmore-green {
    color: #ffffff !important;
    padding: 8px 20px;
    margin: 30px 0px 30px 0px;
    background: #188439;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    border: 1px solid #10983A !important;
}

.readmore {
    color: #ffffff !important;
    padding: 9px 0px 9px 20px;
    margin: 30px 0px 30px 0px;
    background: #00334c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 1px solid #00334c !important;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.readmore:hover,
.readmore:hover::after {
    color: #00334c !important;
    background: #fff;
}

.readmore-blue {
    color: #ffffff !important;
    padding: 6px 10px;
    background: #00507b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.readmore-grey {
    color: #00507b !important;
    padding: 8px 20px;
    margin: 30px 0px 30px 0px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
}

.first:after {
    content: "\f002";
}

.readmore:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 10px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 77, 1)), to(rgba(0, 80, 123, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -moz-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    padding: 15px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
} */

/* .ctabutton {
    color: #fff !important;
    padding: 8px 20px;
    background: #10983A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 6px;
} */

.button-align-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

a,
button,
input[type=submit] {
    cursor: pointer;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.modal-link {
    font-weight: normal;
}

.modal-link p {
    color: #000000;
}

.modal-link>div {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.modal-link>div:hover p,
.modal-link>div:hover .icon-top,
.modal-link>div:hover .name,
.modal-link>div:hover .pack-link {
    color: #ffffff;
}

.modal-link .local:hover {
    background: #4CC7B2;
    color: #ffffff;
}

.modal-link .national:hover {
    background: #FFA200;
    color: #ffffff;
}

.modal-link .ecommerce:hover {
    background: #FF3392;
    color: #ffffff;
}

/*------------------------------------------------*/
/*-----------------[HEADER STYLES]----------------*/
/*------------------------------------------------*/
.home-header .et_pb_button_module_wrapper {
    margin-top: 20px;
}

header #header-top {
    background: #eee;
}

header #header-middle {
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

header .custom-logo-link img {
    max-width: 140px;
    vertical-align: middle;
}

.header-widget.widget_logo {
    padding-left: 5vw;
}


header #header-bottom {
    background: #00334c;
    border-top: 2px solid rgba(255, 255, 255, .1);
}

.home-header .et_pb_header_content_wrapper {
    padding-top: 0px;
}

.home-header {
    padding: 90px 60px !important;
}

header.scrolled #header-middle {
    background: #073e58;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}



/*-----------------[HEADER MENU]------------------*/

header .menu li a {
    padding: 30px 15px !important;
}


header .menu li a {
    color: rgb(224, 224, 224);
    padding: 0px 15px;
    font-weight: 500;
    display: inline-block !important;
}

header .menu li a:hover,
header .menu li.current-menu-item a {
    color: #ffffff;
}

header ul:not(.sub-menu)>li>a{
    border-bottom: 1px solid transparent;
}

header ul:not(.sub-menu)>li.current-menu-item>a,
header ul:not(.sub-menu)>li:not(.advies)>a:hover {
    border-bottom: 1px solid #ffffff;
}

header .sub-menu>li.current-menu-item>a {
    text-decoration: underline;
}


.header-cta  a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
/*     background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 77, 1)), to(rgba(0, 80, 123, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -moz-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%); */
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	background-color:#188439;
}

.header-cta  a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 77, 1)), to(rgba(0, 51, 77, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 51, 77, 1) 100%);
    background: -moz-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 51, 77, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 51, 77, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 51, 77, 1) 0%, rgba(0, 51, 77, 1) 100%);
}


header .menu li ul li {
    float: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 77, 1)), to(rgba(0, 80, 123, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -moz-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    min-width: 450px;
}

.item1:before {
    background-image: url(/wp-content/uploads/Zoekmachine_positionering-icon.png);
}

.dropdown-item:before {
    display: inline-block;
    content: ' ';
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px 28px;
    -o-background-size: 28px 28px;
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin-left: 20px;
}

.dropdown-item {
    display: inline-block;
    font-size: 15px;
    color: #ffffff !important;
    width: 100%;
    line-height: 60px;
}

.national:before {
    background-image: url('/wp-content/uploads/national-icon.png');
}

.ecommerce:before {
    background-image: url('/wp-content/uploads/ecommerce-icon.png');
}

.ads:before {
    background-image: url('/wp-content/uploads/Zoekmachine_adverteren-icon.png');
}

.web:before {
    background-image: url('/wp-content/uploads/Web_ontwikkeling-icon-1.png');
}

.social:before {
    background-image: url('/wp-content/uploads/Social_media_marketin-icon.png');
}

.conversie:before {
    background-image: url('/wp-content/uploads/Conversie-icon.png');
}

.analytics:before {
    background-image: url('/wp-content/uploads/Analytics-icon.png');
}

.local:before {
    background-image: url('/wp-content/uploads/Local-icon.png');
}

.linkbuilding:before {
    background-image: url('/wp-content/uploads/Linkbuilding-icon.png');
}

.relatiebeer:before {
    background-image: url('/wp-content/uploads/relatiebeer.png');
}

.contentbeer:before {
    background-image: url('/wp-content/uploads/contentbeer.png');
}

.techniekbeer:before {
    background-image: url('/wp-content/uploads/techniekbeer.png');
}

.salesbeer:before {
    background-image: url('/wp-content/uploads/salesbeer-2.png');
}

.algemenebeer:before {
    background-image: url('/wp-content/uploads/algemenebeer.png');
}

header .menu .sub-menu li a {
    padding: 15px 20px !important;
}
header .menu .sub-menu .dropdown-item a {
    padding: 3px 20px !important;
}

header .menu .sub-menu li a:hover {
    text-decoration: underline;
}

.usp-vacature {
    font-weight: 600;
    padding: 24px;
}

.partner-vacature img {
    max-height: 71px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner-vacature .align-midden {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.partner-vacature .align-rechts {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-item-vacature:before {
    display: inline-block;
    content: ' ';
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    -o-background-size: 38px 38px;
    background-size: 38px 38px;
    height: 38px;
    width: 38px;
    vertical-align: middle;
    margin-left: 20px;
}

.dropdown-item-vacature {
    display: inline-block;
    font-size: 13px;
    color: #ffffff !important;
    width: 100%;
    padding: 0px;
    line-height: 60px;
}

/*------------------------------------------------*/
/*---------[HOME PAGE HEADER STYLES]--------------*/
/*------------------------------------------------*/

.home-header h2 {
    font-weight: 300;
    color: #ffffff;
    font-size: 42px;
    margin: 0px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    z-index: 1;
    position: relative;
    line-height: 1.6;
}

.home-header h3 {
    color: #ffffff;
    font-size: 62px;
    font-weight: bold;
    margin: 0px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    z-index: 1;
    position: relative;
    line-height: 0.8;
    margin-bottom: 10px;
}

.typed-wrapper {
    margin-top: 13px;
}

.home-header {
    min-height: 63vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0;
}

.button-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

a.plan-button {
    background: #16A843;
    padding: 14px 34px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
}

a.plan-button:hover {
    background: #10983A;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

p.subtitle {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin: 4px;
}

.clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.clients.et_pb_section {
    padding: 32px;
}

.et_pb_section.lightblue-wrapper {
    padding: 55px;
}



.align-center-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.white-wrapper h2 {
    color: #00334c;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
}

.white-wrapper span {
    font-weight: 300;
}

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

.white-wrapper img {
    max-width: 75%;
}

.white-wrapper .et_pb_row.et_pb_row_9.et_pb_row_5col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#partner img {
    -webkit-box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1);
    max-width: 60%;
}

.block {
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 80px;
}

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

#partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*------------------------------------------------*/
/*---------[CASES PAGE HEADER STYLES]--------------*/
/*------------------------------------------------*/

.tp-header {
    height: 40vh;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 38px;
    padding-top: 76px;
    text-align: center;
	position:relative;
}
.tp-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00334c59;
    height: 100%;
    width: 100%;
}
.tp-header .et_pb_module {
    z-index: 2;
}
.tp-header a {
    color: white !important;
    text-decoration: underline !important;
}

.tp-header .et_pb_header_content_wrapper {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.tp-header .et_pb_header_content_wrapper a {
    font-size: 17PX;
    color: #00334c;
    text-align: center;
}

.video-page-header h1{
    font-size: 40px;
}

.et_pb_portfolio_item {
    width: 31%;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    float: left;
    margin: 1%;
}

.et_pb_portfolio_item img {
    border-radius: 3px 3px 0 0;
    background: #eee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}

.et_pb_portfolio_item h2 {
    margin-bottom: 0;
}

.et_pb_portfolio_item .et_pb_module_header a {
    padding-left: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #2E363A;

}

.et_pb_portfolio_item p.post-meta {
    padding-left: 14px;
    padding-bottom: 22px;
}

ul.clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 30px 0;
    background: #eee;
    margin: 0 0 50px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 1%;
}

li.et_pb_portfolio_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

li.et_pb_portfolio_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

li.et_pb_portfolio_filter a {
    min-width: 60px;
    text-align: center;
    color: #2E363A;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;

}

li.et_pb_portfolio_filter:nth-child(3) .active {
    color: #fff;
    background-color: #4CC7B2;
}

li.et_pb_portfolio_filter:nth-child(4) .active {
    color: #fff;
    background-color: #FFA200;
}

li.et_pb_portfolio_filter:nth-child(5) .active {
    color: #fff;
    background-color: #FF3392;
}

li.et_pb_portfolio_filter:nth-child(2) .active {
    color: #fff;
    background-color: #00334d;
}

li.et_pb_portfolio_filter:nth-child(6) .active {
    color: #fff;
    background-color: #00334d;
}

li.et_pb_portfolio_filter:nth-child(3) a {
    color: #4CC7B2;
}

li.et_pb_portfolio_filter:nth-child(4) a {
    color: #FFA200;
}

li.et_pb_portfolio_filter:nth-child(5) a {
    color: #FF3392;
}

li.et_pb_portfolio_filter:nth-child(2) a {
    color: #00334d;
}

li.et_pb_portfolio_filter:nth-child(6) a {
    color: #00334d;
}

li.et_pb_portfolio_filter:nth-child(3) a:hover {
    color: #fff;
    background: #4CC7B2;
}

li.et_pb_portfolio_filter:nth-child(4) a:hover {
    color: #fff;
    background: #FFA200;
}

li.et_pb_portfolio_filter:nth-child(5) a:hover {
    color: #fff;
    background: #FF3392;
}

li.et_pb_portfolio_filter:nth-child(2) a:hover {
    color: #fff;
    background: #00334d;
}

li.et_pb_portfolio_filter:nth-child(6) a:hover {
    color: #fff;
    background: #00334d;
}

li.et_pb_portfolio_filter:nth-child(2) a,
li.et_pb_portfolio_filter:nth-child(3) a,
li.et_pb_portfolio_filter:nth-child(4) a,
li.et_pb_portfolio_filter:nth-child(5) a,
li.et_pb_portfolio_filter:nth-child(6) a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.et_pb_portfolio_filter:nth-child(3) a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f3c5";
}


.et_pb_portfolio_filter:nth-child(4) a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0ac";
}

.et_pb_portfolio_filter:nth-child(5) a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f07a";
}

.et_pb_portfolio_filter:nth-child(2) a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f37e";
}

.et_pb_portfolio_filter:nth-child(6) a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f290";
}

.et_pb_portfolio_items_wrapper.no_pagination {
    max-width: 1220px;
    margin: auto;
    margin-bottom: 50px;
}

#filter-full-wrapper {
    padding: 0;
    padding-bottom: 50px;
}

#filter-full-wrapper .et_pb_column {
    padding-left: 0;
    padding-right: 0;
}

.extra-zin {
    padding-left: 14px;
    padding-bottom: 8px;
}

.extra-zin a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.extra-zin a:hover {
    text-decoration: underline;
    color: #fff;
}

li.et_pb_portfolio_filter.et_pb_portfolio_filter_all {
    display: none;
}

.project_category_ecommerce,
.project_category_ecommerce-be {
    background: #FF3392;
}

.project_category_local,
.project_category_local-be {
    background: #4CC7B2;
}

.project_category_national,
.project_category_national-be {
    background: #FFA200;
}

.extra-zin span {
    font-weight: 100;
}

.extra-zin i {
    margin-right: 10px;
}

/*---------[RIBBON STYLES]--------------*/


.et_pb_portfolio_filter:nth-child(2) a:before,
.et_pb_portfolio_filter:nth-child(3) a:before,
.et_pb_portfolio_filter:nth-child(4) a:before,
.et_pb_portfolio_filter:nth-child(5) a:before,
.et_pb_portfolio_filter:nth-child(6) a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-right: 6px;
    -webkit-font-smoothing: antialiased;
}

.box {
    position: absolute;
    max-width: 378px;
    width: 100%;
    height: 259px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #EF2B8E;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 240px;
    padding: 10px 0;
    background-color: #FF3392;
    color: #fff;
    font: 700 18px/1 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.ribbon span a {
    color: #fff;
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 20px;
}

.ribbon-top-right::after {
    bottom: 20px;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.project_category_ecommerce .ribbon span,
.project_category_ecommerce .ribbon span {
    background: #FF3392;
}

.project_category_ecommerce .ribbon::before,
.project_category_ecommerce .ribbon::after,
.project_category_ecommerce-be .ribbon::before,
.project_category_ecommerce-be .ribbon::after {
    border-color: #DD227F;
}

.project_category_national .ribbon span,
.project_category_national-be .ribbon span {
    background: #FFA200;
}

.project_category_national .ribbon::before,
.project_category_national .ribbon::after,
.project_category_national-be .ribbon::before,
.project_category_national-be .ribbon::after {
    border-color: #ED9C1B;
}

.project_category_local .ribbon span,
.project_category_local-be .ribbon span {
    background: #4CC7B2;
}

.project_category_local .ribbon::before,
.project_category_local .ribbon::after,
.project_category_local-be .ribbon::before,
.project_category_local-be .ribbon::after {
    border-color: #4BAA98;
}

/*---------[CASE PAGE STYLES]--------------*/

.successen p.percentage {
        font-size: 25px;
    font-weight: 600 !important;
    color: #188439;
	margin-bottom:0;
}
.successen p.percentage::before{
	content:'\f0de';
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	font-size: 20px;
    margin-right: 5px;
}

.successen i {
    font-size: 20px;
    margin-right: 4px;
}

.successen .et_pb_module_header {
    margin: 0;
}

.successen .et_pb_blurb_description {
    font-size: 16px;
    font-weight: 700;
}

.successen {
    padding-top: 14px;
    padding-bottom: 20px;
    min-height: 160px;
    -webkit-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
}



/*------------------------------------------------*/
/*---------[MODAL PAKKET STYLES]------------------*/
/*------------------------------------------------*/

.modal-overlay,
.advies-overlay {
    visibility: hidden;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: rgba(0, 0, 0, .8);
    padding: 30px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    transition: .2s;
    -ms-transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.active-modal{
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    pointer-events: all;
    transition: .2s;
    -ms-transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    max-height: 80vh;
    overflow: scroll;
}

.modal-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: red;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-overlay h3 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #00486C;
    margin-bottom: 0;
}

.modal-header {
    background: #fff;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.close-window {
    background: #fff;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-body {
    min-height: 300px;
    background-color: #f4f4f4;
}

button#close {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 800;
    color: #00486C;
    margin: 6px 6px;
    cursor: pointer;
}

.modal-active {
    overflow: hidden;
}

.modal-body {
    min-height: 300px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-1,
.modal-2,
.modal-3 {
    width: 33%;
    margin: 50px 20px;
    background: #fff;
}

.local,
.ecommerce,
.national {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.modal-row {
    width: 85%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.name {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.icon-top {
    width: 100%;
    font-size: 63px;
    text-align: center;
}

.description-pack {
    font-size: 14px;
    text-align: center;
}

.description-pack p {
    padding: 10px 0;
}

.pack-link {
    color: #00486C;
    text-decoration: underline;
}

.modal-1 .icon-top,
.modal-1 .name {
    color: #4CC7B2;
    width: 100%;
}

.modal-1 {
    border-top: 10px solid #4CC7B2;
}

.modal-2 .icon-top,
.modal-2 .name {
    color: #FFA200;
    width: 100%;
}

.modal-2 {
    border-top: 10px solid #FFA200;
}

.modal-3 .icon-top,
.modal-3 .name {
    color: #FF3392;
    width: 100%;
}

.modal-3 {
    border-top: 10px solid #FF3392;
}

a.pack-link:hover {
    text-decoration: none;
    color: #00486C;
}

.advies-overlay .close-window {
    width: 100%;
    position: inherit;
}

/*-----------------[Advies Gesprek]---------------*/

.advies-overlay .modal-header h3 {
    font-size: 34px;
    font-weight: 700;
}

.advies-overlay .gform_wrapper .top_label li.gfield.gf_inline {
    max-width: 100%;
}

.advies-overlay .gform_body input,
.advies-overlay .gform_body textarea {
    background-color: #fff;
}

.advies-overlay .modal {
    width: 30%;
    min-width: 300px;
}

.advies-overlay .close-window {
    width: 100%;
}

.advies-overlay .modal-body {
    padding: 30px;
}

.advies-overlay li#field_5_3,
.advies-overlay li#field_5_2,
.advies-overlay li#field_8_2,
.advies-overlay li#field_8_3 {
    max-width: 50%;
}

.advies-overlay .gform_footer {
    padding: 0;
}

.advies-overlay .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    height: auto;
}

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

.mobile-box a {
    font-size: 24px;
    font-weight: 600;
}

.mobile-box {
    margin-top: 10px;
}

.mobile-box a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


.advies-overlay .gform_wrapper .gfield_error select,
.contact-page-beer .gform_wrapper .gfield_error select,
.advies-overlay .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,
.contact-page-beer .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: #fff !important;
}

.advies-overlay .gform_wrapper li.gfield.gfield_error,
.contact-page-beer .gform_wrapper li.gfield.gfield_error {
    padding: 0px 15px 15px 0px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}



/*------------------------------------------------*/
/*-----------------[QUOTE STYLES]---------------*/
/*------------------------------------------------*/
.quote-desktop {
    font-size: 23px;
    color: #fff;
    padding: 0px 72px !important;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}


.quote-desktop span,
.quote-mobile span {
    font-weight: 600;
    color: #fff;

}

img#partner {
    max-width: 160px;
    padding-left: 20px;
}

.author {
    font-size: 14px;
    margin: 20px 0px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.author span {
    margin-left: 4px;
}

.author .author_name {
    font-size:18px;
	font-weight:bold;
}

.quote-wrapper {
    background: #00334c;
    padding: 30px 0px!important;
}
.quote-wrapper span{
	position:relative;
	display:block;
}
.quote-wrapper .quote-desktop span::after,
.quote-wrapper .quote-desktop span::before{
	content:"";
	position:absolute; 
	width:50px;
	height:50px;
	background-size:cover;
	top:calc(50% - 25px);
	opacity:0.3;
}
.quote-wrapper .quote-desktop span::before{
	left:-40px;
	background-image:url(/wp-content/uploads/quotemarks-white-left.png);
}
.quote-wrapper .quote-desktop span::after{
	right:-40px;
	background-image:url(/wp-content/uploads/quotemarks-white-right.png);
}


.quote-wrapper-home {
    background: #00334c;
    padding: 30px 0px;
    position: relative;
}

.margin-none {
    margin: 0 auto;
}


.quote-wrapper-home .et_pb_row::after {
	content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/bear-half-magnifying-glass.png);
    bottom: 0;
    right: 10px;
    height: 400px;
    width: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
	
}


/*------------------------------------------------*/
/*-----------------[SEARCH BAR STYLES]---------------*/
/*------------------------------------------------*/
.is-form-style button.is-search-submit {
    padding: 0;
    margin: 0;
    background: none !important;
    border: none !important;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    border: none !important;
    background: none !important;
}

.is-form-style input.is-search-input {
    display: none;
}

.is-form-style.toggle input.is-search-input {
    display: block;
}

form.is-search-form.is-form-style.is-form-style-3.is-form-id-404.is-ajax-search {
    margin-right: 24px;
}

.is-search-icon svg {
    vertical-align: middle;
    stroke: white;
    stroke-width: 2px;
    fill: white;
}

ul.show-menu {
    display: none;
}

.is-form-style.toggle button.is-search-submit {
    font-size: 20px;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}

.is-form-style input.is-search-input {
    padding: 8px 12px;
    font-size: 17px !important;
    line-height: 1;
    background: none;
    border: none !important;
    color: #fff;
    min-width: 450px;
    margin-right: 14px;
    font-family: 'Open Sans', sans-serif !important;
}

.is-form-style.toggle button.is-search-submit,
.is-search-icon {
    cursor: pointer;
}

/*------------------------------------------------*/
/*-----------------[MENU BAR STYLES]---------------*/
/*------------------------------------------------*/

.dropdown-item {
    display: inline-block;
    font-size: 15px;
    color: #ffffff !important;
    width: 100%;
    padding: 0px;
    line-height: 60px;
}

#mobile-menu-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: none !important;
    width: 100%;
    height: 75px;
    z-index: 999;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.mobile-menu-item {
    background-color: #00334c !important;
    -webkit-box-shadow: 0px 4px 14px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 4px 14px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 14px 0 rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.mobile-menu-item:nth-child(odd) {
    margin-top: 10px !important;
}

.mobile-menu-item:nth-child(even) {
    z-index: 9999;
}

/*------------------------------------------------*/
/*-------------------[PAKKETEN STYLES]---------------*/
/*------------------------------------------------*/

.pakket {
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    min-height: 540px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pakket-title {
    background: #5ACCC2;
    color: #fff;
    font-size: 33px;
    padding: 12px 20px;
    font-weight: 700;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.pakket.second .pakket-title{
	background-color:#4BB5B1;
}
.pakket.third .pakket-title{
	background-color:#4BA1B1;
}
.pakket li {
    padding: 8px;
}

.pakket-content {
    font-size: 14px;
}

.pakket-content ul li::before {
    content: "\2022";
    color: #5ACCC2;
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.national .pakket-title {
    background: #FFA200;
}
.national .second .pakket-title {
    background: #FF8B00;
}
.national .third .pakket-title {
    background: #FF7C00;
}
.national .pakket-content ul li::before {
    color: #FFA200;
}

.ecommerce .pakket-title {
    background: #FF3392;
}
.ecommerce .second .pakket-title {
    background: #D83392;
}
.ecommerce .third .pakket-title {
    background:#C03392;
}
.ecommerce .pakket-content ul li::before {
    color: #C03392;
}

.pakket ul {
    list-style: none;
}

.pakket-prijs {
    font-size: 36px;
    font-weight: 700;
    color: #005587;
    position: relative;
    text-align: center;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #00334c;
}

.pakketten-overview {
    padding: 25px 0;
}

.pakketten-overview .ribbon-top-right span {
    background: #00334c;
    font-size: 11px;
    top: 38px;
}

.button-wrapper {
    text-align: center;
    padding-bottom: 38px;
}


.pakket-content {
    min-height: 470px;
}

.modal-pakketten-page .modal-row {
    width: 100%;
}

.modal-pakketten-page .modal-1 {
    margin-left: 0;
}

.modal-pakketten-page .modal-3 {
    margin-right: 0;
}


/*------------------------------------------------*/
/*-----------------[HOMEPAGES STYLES]---------------*/
/*------------------------------------------------*/

.blurb img {
    max-width: 90%;
    padding: 15px 0;
}



.blurb {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    width: 100% !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blurb h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.diensten-blok .et_pb_code_inner {
    overflow: unset !important;
}

.diensten-titel {
    text-align: center;
    color: #00334c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: 0px;
}

.blurb .content {
    padding-top: 20px;
}

.grey-wrapper h2,
.diensten-grey-wrapper h2 {
    color: #00334c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.consumer h2 {
    text-align: center;
    margin-bottom: 50px;
}


/*------------------------------------------------*/
/*-----------------[DIENSTEN STYLES]---------------*/
/*------------------------------------------------*/

.google-partner-banner {
    color: white !important;
    text-align: center;
}

.google-partner-banner .heading-google-quote {
    font-weight: bold;
}

.bear-cta-call {
    position: relative;
    min-height: 418px;
}

.bear-cta-call .et_pb_code {
    position: relative;
    bottom: -10px;
}

.min-height-bear .et_pb_row {
    min-height: 420px;
}

.bear-cta-call .et_pb_image {
    position: absolute;
    bottom: 0;
}

.bear-cta-call .call-cta-bear {
    background-color: #EEEEEE;
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #00334c;
}

.bear-cta-call .call-cta-bear .cta-header {
    font-weight: bold;
}

.cta-header a {
    margin-top: 10px;
    display: block;
}

/* .bear-cta-call .call-cta-bear a span {
    background-color: #18b047;
    padding: 10px;
    color: white;
    display: inline-block;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.vacature-bear.bear-cta-call .call-cta-bear a span {
    padding: 10px 20px !important;
} */

.bear-cta-call .call-cta-bear span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.bear-cta-call .call-cta-bear i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

/* .bear-cta-call .call-cta-bear a span:hover{
	background-color:#4ab66b;
} */

.bear-cta-call .call-cta-bear a:hover span {
    background-color: #5ebb7a;
}


/* .bear-cta-call .call-cta-bear a i:hover {
	background-color: #25a74d;
} */

.bear-cta-call {
    position: relative;
    min-height: 418px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bear-cta-call .call-cta-bear a:hover i {
    background-color: #3fa05d;
}

.bear-cta-call .call-cta-bear a i {
    display: inline-block;
    padding: 16px 10px;
    color: white;
    background-color: #10983a;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.tp-bear .et_pb_code_inner {
    margin-bottom: -49px;
}

.bear-cta-call.tp-bear .call-cta-bear {
    background-color: #EEEEEE;
    padding: 22px;
}

.tp-bear p.cta-header {
    margin-bottom: 0;
    min-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.informatie-section {
    padding-bottom: 0px !important;
}

.informatie-section .et_pb_column_3_4 {
    padding-bottom: 50px !important;
}

.informatie-section-intro {
    padding-bottom: 50px !important;
}

div#cta-tekst-blok {
    color: #00334c;
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px lightgrey;
}

.youtube-vid iframe {
    margin-bottom: 26px !important;
    width: 100%;
}

div#cta-tekst-blok .readmore-green {
    margin-bottom: 0px;
}

/*------------------------------------------------*/
/*-----------------[TP PAGE STYLES]---------------*/
/*------------------------------------------------*/

.bear-cta-call.tp-bear img {
    max-width: 50%;
}

.title-long h1.et_pb_module_header {
    font-size: 32px;
}

.title-long {
    height: 38vh;
    padding-bottom: 0px;
    padding-top: 60px !important;
}


.voordelen.tp-google h4.et_pb_module_header span {
    font-size: 20px;
}

.tp-google .et_pb_module.et_pb_blurb.et_pb_blurb_7.et_pb_text_align_left.et_pb_blurb_position_top.et_pb_bg_layout_light {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*------------------------------------------------*/
/*-----------------[GOOGLE ADS STYLES]------------*/
/*------------------------------------------------*/

.voordelen .et_pb_module.et_pb_blurb {
    background: #fff;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    /* min-height: 245px; */
    width: 100%;

}

/* .voordelen .mijn-bedrijf .et_pb_module.et_pb_blurb {
    min-height: 270px;
} */


.voordelen h4.et_pb_module_header span {
    font-size: 25px;
    font-weight: 600 !important;

}


.voordelen .et_pb_row {
    padding: 15px 0;
	display: flex;
}

.voordelen .et_pb_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.voordelen .successen.succes-arrow{
	width: 100%!important;
}

.strategie-beer {
    padding-bottom: 0;
}

.strategie-beer .et_pb_column_1_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.strategie-beer .et_pb_column_1_2 span {
    line-height: 0 !important;
}

.call-beer-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}



/*------------------------------------------------*/
/*-----------------[CONTACT STYLES]---------------*/
/*------------------------------------------------*/

.contact-block {
    text-align: center;
	padding: 75px 0 60px;
}

.contact-block .et_pb_column_1_4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-block;
    margin: 14px 20px;
}

.contact-block .et_pb_column_1_4 .et_pb_text_inner {
    color: white !important;
}

.contact-block p {
	color:#FFF;
}

.contact-block a {
    color: white;
    text-decoration: underline;
}


.contact-block a:hover {
    color: #2f90c4;
}

.beer-stropdas-contact {
    margin-bottom: -57px;
}

.beer-stropdas-contact .et_pb_image_wrap {
	text-align: right;
}

.beer-stropdas-contact img {
    max-width: 66%;
    margin-right: 35px;
    height: 160px;
	WIDTH: AUTO;
}

.maps-block {
    background-color: white !important;
    -webkit-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.maps-block h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px;
}

.maps-block iframe {
    margin: 3px 2%;
    width: 96% !important;
}

.social-row a {
    background: #022536;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 22px !important;
    border: 2px solid #022536;
}

.footer-widget .social-row a{
    border: none !important;
}

.social-row a:hover{
    color: #022536;
    background: #ffffff;
}

.social-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 20px;
}




/*------------------------------------------------*/
/*-----------------[CONTENT STYLES]---------------*/
/*------------------------------------------------*/

a {
    color: #00334c;
    font-weight: 600;
}

a:hover {
    color: #f0f;
}



/*------------------[SEARCH HOME]-----------------*/

.typed {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    display: inline-block;
    width: 515px;
    max-width: 76%;
    margin: 30px auto 0 auto;
}

.typed-wrapper:after {
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    font-weight: 900;
    content: "\f002";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 19px;
    background: #00334c;
    padding: 5px 15px;
    margin-left: -4px;
    display: inline-block;
}

#text {
    display: inline-block;
    color: #00334c;
}

/*------------------------------------------------*/
/*---------------[BETROKKENHEID STYLES]--------------*/
/*------------------------------------------------*/

.net-for-kids-logo {
    padding-top: 25px;
}

.et_pb_section.tp-header.betrokken-header-background {
    background-position: center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.white-text h1,
.white-text h2,
.white-text h3 {
    color: #fff;
}

.betrokken-wrapper {
    height: 42vh;
}

.col-3 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.betrokken-wrapper .first-img {
    background-image: url(/wp-content/uploads/Socially-involved-3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.betrokken-wrapper .second-img {
    background-image: url(/wp-content/uploads/Socially-involved-2-scaled.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.betrokken-wrapper .third-img {
    background-image: url(/wp-content/uploads/Socially-involved-1-scaled.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.volle-breedte-betrokken {
    padding: 0;
}

a:hover {
    color: #00507b;
}



/*------------------------------------------------*/
/*---------------[VACATURE OVERZICHT]--------------*/
/*------------------------------------------------*/
@media (min-height: 666px) {
    .sticky-column {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 138px !important;
        height: 100% !important;
    }
}

.vacatures-beer {
    padding: 50px;
}

.vacatures-beer .bear-cta-call img {
    max-width: 188px;
}

.vacatures-beer .bear-cta-call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vacatures-beer .bear-cta-call .et_pb_code {
    width: 100%;
    text-align: center;
}

.bear-cta-call .call-cta-bear {
    min-height: 118px;
}

.vacatures-beer .bear-cta-call img {
    max-width: 188px;
    max-height: 211px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* .vacatures .bear-cta-call .call-cta-bear::after {
    content: url(/wp-content/uploads/tekst-ballon.png);
    position: absolute;
    left: 33%;
    z-index: -1;
} */
.vacatures-beer .et_pb_code_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 390px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eee;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacatures-beer .bear-cta-call .et_pb_code {
    bottom: auto;
}

.vacatures-beer .bear-cta-call .call-cta-bear {
    background-color: none;
    padding: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.vacatures-beer .et_pb_code_inner {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.vacatures-beer .et_pb_code_inner:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.vacatures-container {
    text-align: left !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacature-column {
    padding: 15px;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.vacatures-container .vacature {
    text-align: center;
    display: block;
    background: #eeeeee;
    padding: 20px;
    height: 360px !important;
    position: relative;
}

.vacatures-container .vacature:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}

.vacatures-container .vacature p {
    font-weight: bold;
}

.vacatures-container .vacature:nth-child(4n) {
    margin-right: 0 !important;
}

.vacatures-container .vacature .call-cta-bear {
    min-height: 118px;
}

.vacatures-container .vacature img {
    max-height: 211px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}

/*------------------------------------------------*/
/*-----------------[VACATURE PAGE STYLES]---------*/
/*------------------------------------------------*/

.solliciteren-contact {
    background-color: #00334c;
    padding: 90px 20px;
}

.solliciteren-contact-container img {
    margin-bottom: -79px;
}

.solliciteren-contact .cv-uploaden .gfield_label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #F4F4F4;
    width: 90%;
    display: block;
    padding: 5px 5%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
}

.solliciteren-contact .cv-uploaden .gfield_label:before {
    content: '\f093';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-right: 8px;
    color: #444;
}

.solliciteren-contact .gform_footer.top_label {
    padding: 0;
}

.solliciteren-contact .gform_footer input.gform_button.button {
    width: 100%;
}

.solliciteren-contact .gform_body .cv-uploaden input {
    -webkit-border-radius: 0px 0px 3px 3px !important;
    -moz-border-radius: 0px 0px 3px 3px !important;
    border-radius: 0px 0px 3px 3px !important;
}

.solliciteren-contact.gform_wrapper .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: #ffffff36 !important;
    margin: 10px 0 !important;
}

.solliciteren-contact .gform_validation_error input#input_3_11 {
    border: 2px solid #790000 !important;
}

.solliciteren-contact .gform_wrapper .gfield_error .gfield_label {
    color: #555 !important;
}

.cv-uploaden .gfield_description {
    font-size: 13px;
    color: white;
}

.cv-uploaden .gfield_description a {
    color: white !important;
    text-decoration: underline !important;
}

.vacature-form {
    margin-bottom: 50px;
}

.usp-vacature i {
    padding-right: 12px;
}

.cv-uploaden input#input_3_10 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    text-align: center;
}

label.gfield_label .ginput_container_fileupload {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.birth {
    color: #fff;
    padding-top: 0 !important;
    font-size: 14px;
}

.phone-item i {
    display: none !important;
    margin-right: 5px;
    font-size: 16px;
    padding: 5px;
}

/*---------------[CONVERSIE STYLES]--------------*/

.voordelen.opsomming h4.et_pb_module_header span {
    font-size: 16px;
}

/*-----------------------------------------------*/
/*-----------------[COOKIE STYLES]---------------*/
/*-----------------------------------------------*/
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background: #888888 !important;
}

#CybotCookiebotDialogDetail {
    background: #f4f4f4 !important;
}

#CybotCookiebotDialog {
    background: #f4f4f4 !important;
    -webkit-box-shadow: #5d5d5d 0 0 12px 0px !important;
    -moz-box-shadow: #5d5d5d 0 0 12px 0px !important;
    box-shadow: #5d5d5d 0 0 12px 0px !important;
}

#CybotCookiebotDialogBodyLevelButtons {
    width: 100% !important;
}

.CybotCookiebotDialogBodyButton {
    padding: 7.5px 20px !important;
    border: 0 !important;
    -webkit-transition: .2s !important;
    -o-transition: .2s !important;
    -moz-transition: .2s !important;
    transition: .2s !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 200px !important;
}

#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
}

.solliciteren-contact .gfield,
.solliciteren-contact .gform_footer {
    padding-right: 0 !important;
}

div#CybotCookiebotDialog {
    transform: translate(0%) !important;
    left: 10px;
    bottom: 0;
}

@media (min-width:993px) {
    #CybotCookiebotDialogBodyContent {
        padding: 0 !important;
    }

    #CybotCookiebotDialog {
        width: 700px !important;
        left: 30px !important;
        bottom: 30px !important;
        top: auto !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }

    #CybotCookiebotDialogBodyLevelButtons {
        margin-left: 0 !important;
    }

    #CybotCookiebotDialogBody {
        margin: 0 !important;
        padding: 20px !important;
        max-width: 100% !important;
    }

    .CybotCookiebotDialogBodyButton {
        padding: 7.5px 20px !important;
        margin-right: 20px !important;
        border: 0 !important;
        -webkit-transition: .2s !important;
        -o-transition: .2s !important;
        -moz-transition: .2s !important;
        transition: .2s !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        width: 200px !important;
    }

    .CybotCookiebotDialogBodyButton:hover {
        opacity: 0.8 !important;
    }

    .CybotCookiebotDialogBodyButton::focus {
        border: 0 !important;
    }

    .CybotCookiebotDialogBodyButton:last-child {
        margin-right: 0 !important;
    }

}

/*---------------[INLOGGEGEVENS]--------------*/

.inloggegevens-card .et_pb_row {
    -webkit-box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
}

.inloggegevens-card .youtube-vid {
    padding: 30px 0;
}

.inlog-form .gform_body input,
.gform_body textarea {
    background-color: #fff;
}

.inlog-form {
    padding: 0;
}

.inlog-form .padding-beer {
    padding: 20px 0;
}

.inlog-form .gform_footer,
.inlog-form-first .gform_footer {
    padding: 0 0 40px 0;
}

.inlog-form .et_pb_column.et_pb_column_1_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.inlog-form img {
    margin-bottom: -10px;
}

.inlog-form .form-titles,
.inlog-form-first .form-titles {
    font-weight: 600;
    color: #00334c;
    margin-top: 16px;
}

.inlog-form-first {
    padding: 0;
}

.inlog-form-first img {
    max-width: 70%;
    margin-bottom: -9px;
}

.inlog-form-first .et_pb_column_1_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.inlog-form-first .et_pb_image_0 {
    text-align: center !important;
}

.extrainfo-button {
    background: #10983a;
    padding: 10px 20px;
    text-align: center;
    display: block;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 0px !important;
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.extrainfo-button:hover {
    color: #ffffff !important;
    opacity: 0.9 !important;
}


.same-height-column,
.same-height-column .et_pb_button_module_wrapper {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginmodaltext {
    display: none !important;
}

#loginmodal-overlay .modal-row {
    -webkit-box-align: normal !important;
    -webkit-align-items: normal !important;
    -moz-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
    padding: 50px !important;
    display: block !important;
    width: 100% !important;
}

#loginmodal-overlay .modal-text {
    width: 65%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100% !important;
}

#loginmodal-overlay .modal-image {
    width: 30%;
    display: inline-block;
}

#loginmodal-overlay .modalbutton {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%); */
    margin-top: 20px;
}

/*---------------[WPML styles]--------------*/
.wpml-ls-item {
    width: 40px !important;
    min-width: auto !important;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
    height: 100% !important;
    padding-right: 36.9px;
}

.wpml-ls-legacy-dropdown>ul,
.wpml-ls-item {
    height: 100% !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 0 !important;
    border: 0;
    background: none;
    color: #ffffff !important;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    vertical-align: baseline !important;
}

.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0 !important;
    border: 0 !important;
    line-height: 1.8em;

    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px !important;

    height: 28px !important;
    vertical-align: baseline;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpml-ls-legacy-dropdown a {
    border: 0 !important;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 77, 1)), to(rgba(0, 80, 123, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -moz-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 51, 77, 1) 0%, rgba(0, 80, 123, 1) 100%);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0 !important;
}

/* .wpml-ls-last-item a.wpml-ls-item-toggle:after {
    display: none !important;
} */

.search-button-header a {
    color: #ffffff;
}

.search-button-header {
    margin-right: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.gmb:before {
    background-image: url(/wp-content/uploads/gmb-icon.png);
}

/* Search page */
.search .container {
    margin-bottom: 75px !important;
    width: 80%;
}

.search .et_pb_section {
    background-position: center right;
    background-image: url(/wp-content/uploads/header.jpg) !important;
    margin-bottom: 75px !important;
}

.search-result {
    border: 1px solid #eeeeee !important;
    padding: 10px 60px 10px 30px;
    display: block;
    margin: 10px 0 20px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    position: relative;
}

.search-result::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
}

.search-result:hover {
    border: 1px solid #bebebe !important;
}

.usp-vacature p {
    margin-bottom: 0 !important;
}

/* Testimonial slider */
.testimonial-stars {
    text-align: center !important;
    color: #ffd400 !important;
}

.testimonial-meta {
    text-align: center;
    width: 30% !important;
}

.testimonial-text {
    width: 65% !important;
    margin-right: 4% !important;
}

.testimonial .testimonial-meta,
.testimonial .testimonial-text {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-slider {
    padding: 0 !important;
    overflow: visible !important;
}

.testimonial-slider .et_pb_slides {
    position: relative;
}

.testimonial-slider .et_pb_slide {
    background: #ffffff !important;
    padding: 80px !important;
    position: absolute;
    list-style: none !important;
    transform: translatey(-50%);
    top: 50%;
	width: 100% !important;
}

.testimonial-slider .et_pb_slide .et_pb_container {
    height: auto !important;
}

.testimonial-slider .et_pb_slide:not(.et-pb-active-slide) {
    z-index: 2;
    display: none;
    opacity: 0;
}

.testimonial-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.et-pb-slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 20px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    font-size: 25px !important;
    z-index: 20;
}

.et-pb-slider-arrows span {
    display: none !important;
}

.et-pb-slider-arrows a::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}

.et-pb-slider-arrows a.et-pb-arrow-prev::after {
    content: '\f053' !important;
    float: left;
}

.et-pb-slider-arrows a.et-pb-arrow-next::after {
    content: '\f054' !important;
    float: right;
}

/* Cases */
.cases-header {
    background-position: center right;
    background-image: url(/wp-content/uploads/Grizzly_03-1-1.jpg) !important;
}

.cases-header h1 {
    color: #ffffff !important;
}

.cases-content {
    margin-bottom: 80px !important;
}

#mobile-menu-content.toggle{
	height:100%!important;
}
/*------------------------------------------------*/
/*---------------[RESPONSIVE STYLES]--------------*/
/*------------------------------------------------*/
header.fixed{
	z-index: 9999 !important;
}
@media (max-width: 1060px) {
    header .custom-logo-link img {
        max-width: 85px;
    }
}

@media (max-width: 992px) {
    .gform_fields .gfield, .gform_footer {
        padding: 0 0 15px 0 !important;
    }
	.quote-wrapper .quote-desktop span::after,
	.quote-wrapper .quote-desktop span::before {
		display:none;
	}
	.dropdown-item-vacature a{
		width: calc(100% - 60px) !important;
    }
    
    .clients img {
        max-width:180px;
    }
	
	.dropdown-item-vacature:before {
		vertical-align: top !important;
		margin-top: 15px !important;
	}

	footer{
		padding-bottom: 50px !important;
	}
	
	.phone-item{
		display: none !important;
	}
	
	#mobile-menu-content.toggle {
		height: 260px;
	}
	
    .video-page-header h1 {
        font-size: 25px;
    }

    main .tp-header {
        padding-top: 100px !important;
    }

    .contact-form-wrapper .gform_wrapper .gform_footer {
        width: 100% !important;
        max-width: 100% !important;
    }

    .contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_inline {
        width: 50% !important;
        max-width: 50% !important;
    }

    .beer-stropdas-contact img {
        height: 213px !important;
        width: auto !important;
    }

    .youtube-vid iframe {
        width: 100% !important;
    }

    form#searchform {
        margin-top: 5.4%;
    }

    #CybotCookiebotDialogBodyContent {
        padding: 15px !important;
    }

    .et_pb_column {
        padding: 0px !important;
    }

    .et_pb_section {
        padding: 50px 30px !important;
    }

    .quote-desktop {
        padding: 0px !important;
    }

    header .custom-logo-link img {
        max-width: 93px;
    }

    .quote-desktop {
        font-size: 15px;
    }

    .quote-wrapper .et_pb_column {
        padding: 0px 30px !important;
    }

    .author {
        font-size: 10px;
    }

    .author span {
        margin-left: 10px;
    }

    .diensten-container {
        padding: 50px 30px;
    }

    .diensten-container .diensten-blok div {
        padding: 0px 0px 10px 0px;
    }

    .diensten-container .blurb,
    .diensten-container .blurb img {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    img#partner {
        max-width: 116px;
    }

    .typed {
        max-width: 255px !important;
        font-size: 15px;
        padding: 8px 15px 5px 15px;
    }

    .typed-wrapper:after {
        padding: 3px 15px;
    }

    .youtube-vid iframe {
        width: auto;
        height: auto;
    }

    .et_pb_module_header {
        font-size: 23px;
    }

    .header-widget.widget_nav_menu {
        display: none !important;
    }

    .header-widget.widget_custom_html #menu-cta {
        display: none !important;

    }

    .custom-logo {
        padding: 10px;
    }

    .tp-header {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .lightblue-wrapper .gform_wrapper form {
        display: block !important;
    }

    .home-header h2 {
        font-size: 23px;
    }

    .home-header h3 {
        font-size: 29px;
    }

    .modal {
        width: 85%;
        overflow-y: auto;
    }

    .modal-row {
        display: block;
    }

    .icon-top {
        width: 100%;
        font-size: 25px;
    }

    .modal-1,
    .modal-2,
    .modal-3 {
        width: auto;
    }

    .modal-overlay h3 {
        font-size: 21px;
    }

    .close-window {
        width: 85%;
        z-index: 9;
    }

    #partner-logo .et_pb_column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        min-height: 60px;
    }

    #partner img {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .clients .et_pb_column {
        -ms-flex: 0 0 45%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -moz-box-flex: 0;
        flex: 0 0 45%;
        margin: 7% 0px 7% 0px;
    }

    .clients .et_pb_column:nth-child(odd) {
        margin: 7% 10% 7% 0px;
    }

   

    .clients .et_pb_module.et_pb_image {
        text-align: center !important;
    }

    #mobile-menu-content {
        background-color: #00334c;
    }

    #mobile-menu-content ul {
        list-style-type: none;
        padding: 15px;
        margin: 0px;
        background-color: #00334c;
    }

    #mobile-menu-content ul li a {
        color: white;
    }

    li.menu-item-has-children>.sub-menu-items-button {
        width: 34px;
        height: 34px;
        background: #073e58;
        right: 0px;
        top: 0px;
        position: absolute;
        cursor: pointer;
        color: white;
    }

    .mobile-menu-item>* {
        color: #fff;
    }

    .mobile-menu-item.widget_mobile_button {
        background: #073e58 !important;
    }

    .dropdown-item-vacature:before {
        margin-left: 0;
    }

    .readmore {
        padding: 6px 0px 6px 20px;
    }

    .readmore:after {
        padding: 12px;
    }

    li.menu-item-has-children>.sub-menu-items-button::before {
        border-top: 7px solid #fff;
    }

    li.menu-item-has-children>.sub-menu-items-button.toggle::before {
        border-bottom: 7px solid #e3e3e3;
    }

    #mobile-menu-content ul li a {
        display: inline-block;
    }

    .dropdown-item:before {
        margin-left: 0px !important;
    }

    .dropdown-item {
        line-height: 34px;
    }

    .menu-call,
    .menu-advies {
        display: block;
        font-size: 11px;
        line-height: 0px;
        font-weight: 600;
        text-transform: uppercase;
    }

    footer .container {
        max-width: 85% !important;
        text-align: center;
    }

    .col-half1 {
        padding-right: 14px;
    }

    .cta-wrapper h3 {
        font-size: 22px;
    }

    .block.review-home {
        padding: 50px;
    }

    .informatie-section img {
        width: 120px;
    }

    #footer-bottom .row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #cta-tekst-blok {
        margin: 27px 0px;
        color: #00334c;
        text-align: center;
    }

    .voordelen .mijn-bedrijf .et_pb_module.et_pb_blurb {
        min-height: auto;
    }

    .voordelen.tp-google .mijn-bedrijf .et_pb_module.et_pb_blurb {
        min-height: auto;
    }

    .title-long h1.et_pb_module_header {
        font-size: 22px;
    }

    /*-----------------[Diensten Page]----------------*/

    .bear-cta-call .et_pb_code {
        position: relative;
        bottom: -10px;
    }

    .et_pb_section.et_pb_section_4.informatie-section.et_section_regular.et_section_transparent {
        padding-bottom: 0px !important;
    }

    .diensten-wrapper-reverse-image .et_pb_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .diensten-wrapper-reverse-image .et_pb_image,
    .diensten-wrapper-image .et_pb_image {
        width: 100% !important;
    }

    .voordelen .et_pb_module.et_pb_blurb {
        min-height: auto;
        margin-bottom: 20px;
    }

    .et_pb_section.strategie-beer {
        padding-bottom: 0 !important;
    }

    .et_pb_section.tp-header.betrokken-header-background {
        background-position: center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .et_pb_section.et_pb_section_5.volle-breedte-betrokken.et_pb_fullwidth_section.et_section_regular {
        padding: 0 !important;
    }

    .betrokken-wrapper {
        height: 20vh;
    }

    #filter-full-wrapper .et_pb_portfolio_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .extra-zin a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    li.et_pb_portfolio_filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    li.et_pb_portfolio_filter a {
        font-size: 14px;
    }

    .et_pb_portfolio_filters ul.clearfix {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px 0 10px 0;
        margin: 0 0 50px 0;
    }

    li.et_pb_portfolio_filter {
        padding-bottom: 5px;
    }

    /*-----------------[Cases Page]----------------*/

    .image-case img {
        max-width: 55%;
        padding-top: 30px;
    }
	

    /*-----------------[Vacature Page]----------------*/

    .informatie-section img {
        width: 100%;
    }

    .informatie-section .bear-cta-call img {
        width: 38%;
    }

    .solliciteren-contact-container img {
        margin-bottom: -64px;
    }

    .solliciteren-contact-container {
        text-align: center;
    }

    .usp-vacature {
        font-size: 14px;
        line-height: 34px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .partner-vacature .et_pb_column {
        max-width: 33%;
    }

    .partner-vacature .et_pb_column {
        max-width: 29%;
        margin-right: 4%;
    }

    .vacatures-beer .et_pb_code_inner:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    .vacatures .bear-cta-call {
        position: relative;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        margin-bottom: 20px !important;
    }

    /*-----------------[Contact Page]----------------*/

    .contact-page-beer .et_pb_module.et_pb_image.et_pb_image_0 {
        margin-bottom: 46px;
        margin-top: 50px;
    }

    /* .beer-stropdas-contact {
        margin-bottom: -115px;
        margin-top: 52px;
        margin-right: 20px;
    } */

    .et_pb_row_inner.et_pb_row_inner_1.contact-block {
        padding: 60px 0;
    }

    .maps-block {
        margin-bottom: 30px;
    }

    /*-----------------[Pakketten Page]----------------*/

    .pakket {
        margin-bottom: 30px;
    }

    .modal-pakketten-page .modal-1,
    .modal-pakketten-page .modal-2,
    .modal-pakketten-page .modal-3 {
        margin: 0 0 44px 0;
        width: 100%;
    }


    /*-----------------[Advies Modal]----------------*/

    .advies-overlay .modal-header {
        margin-top: -42px;
    }

    .advies-overlay .modal-header h3 {
        font-size: 18px;
    }

    .mobile-box a {
        font-size: 16px;
    }

    .text-modal {
        font-size: 14px;
    }

    .usp-template p {
        text-align: left !important;
    }

    .vacature-column {
        padding: 15px;
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .vacatures-container .vacature {
        height: 300px !important;
    }

    .gform_footer input.gform_button.button {
        float: right !important;
    }

    .voordelen .et_pb_row {
        padding: 0px 0;
    }

    .pakket-content {
        min-height: auto;
    }

    .et_pb_portfolio_filters ul.clearfix {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    li.et_pb_portfolio_filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .box {
        max-width: 100% !important;
    }

    .project-template-default .voordelen .et_pb_module.et_pb_blurb {
        min-height: auto !important;
    }

    .usp-vacature .et_pb_column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .inlog-buttons .et_pb_column {
        padding: 10px !important;
    }

    .inlog-buttons .et_pb_column:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .inlog-buttons .et_pb_column:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .inlog-buttons .et_pb_column:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .inlog-buttons .et_pb_column:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #mobile-menu .phone-item i {
        display: none !important;
    }

    #mobile-menu .phone-item span {
        display: block !important;
    }

    .solliciteren-contact-container img {
        margin-bottom: -52px;
        height: 144px;
        width: auto !important;
    }
}

@media (max-width: 768px) {
	.author {
		text-align:center;
	}
    .quote-wrapper #partner {
        display: block;
        margin:0 auto;
    }
    .quote-wrapper p.author {
        text-align:center;
    }
    .button-green {
        display: block;
        margin: 0 auto;
        width:90%;
        text-align: center;
    }
    body .vacatureCta .et_pb_code_inner::after {
        height:60%;
        width:35%;
        top:auto;
        bottom:0;
    }
	.diensten-container .et_pb_row {
		display:block;
	}
	.DienstenBlock .et_pb_blurb_description {
		margin-bottom: 20px;
    	padding-bottom: 20px;
	}
	.clients .align-center-logo .et_pb_module {
		max-width:unset;
	}

	.cases-testimonial .testimonial{
		font-size: 16px;
	}
	
	body #page-container .cases-padding-fix .et_pb_slide{
		padding: 30px 20px !important;
	}

    .testimonial-text,
    .testimonial-meta {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .testimonial-text {
        margin-bottom: 15px !important;
    }

    .testimonial-meta,
    .testimonial-stars {
        text-align: left !important;
    }

    .testimonial-slider .et_pb_slide {
        padding: 40px 60px !important;
    }

    #page-container .contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_inline:nth-child(odd) {
        padding: 0 15px 15px 0 !important;
    }

    .voordelen h4.et_pb_module_header span {
        font-size: 20px;
    }

    .voordelen .et_pb_module.et_pb_blurb {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .voordelen .et_pb_column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        /* width: 100%; */
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px !important;
    }

    .extra-zin {
        height: 80px !important;
        padding: 8px 14px !important;
    }

    .gform_fields .gfield.gf_left_half,
    .gform_fields .gfield.gf_right_half {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    #page-container .gform_fields .gfield,
    .gform_footer {
        padding-right: 0 !important;
    }

    .author {
        font-size: 10px;
        display: block;
        font-weight: bold;
    }

    .author a {
        display: block;
        margin-top: 10px;
    }

    .author a img {
        padding-left: 0 !important;
    }

    .author span {
        display: block;
        font-weight: normal;
        margin-left: 0;
    }

    #loginmodal-overlay .modal-text {
        width: 100%;
        margin-right: 0;
    }

    #loginmodal-overlay .modal-image {
        display: none !important;
    }

    .modal-header {
        padding: 0 20px;
    }

    #loginmodal-overlay .modal-row {
        padding: 20px !important;
    }

    .ipad-video-section .et_pb_column_1_2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer .social-row {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .header-widget.widget_search input#s {
        width: 200px !important;
    }

    form#searchform {
        margin: 7.4% 0;
    }

    .et_pb_column_1_2 {
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .diensten-wrapper-reverse-image .et_pb_row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-flow: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
        flex-flow: column-reverse !important;
    }

    .diensten-wrapper-image img {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 992px) and (min-width: 566px) {
    h2 {
        font-size: 26px !important;
    }

    .diensten-container .diensten-blok .et_pb_column:nth-child(odd) {
        margin-right: 5% !important;
    }

    .diensten-container .diensten-blok .et_pb_column {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 47.5% !important;
        -moz-box-flex: 0 !important;
        -ms-flex: 0 0 47.5% !important;
        flex: 0 0 47.5% !important;
    }

    .et_pb_column_1_2:nth-child(odd) {
        padding-right: 20px !important;
    }

    .informatie-section .et_pb_column {
        padding-right: 0 !important;
    }

    .et_pb_section {
        padding: 50px 55px !important;
    }

    .col-half1,
    .col-half2 {
        width: 100%;
    }

    .informatie-section .et_pb_column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .informatie-section-intro {
        padding-bottom: 50px !important;
    }

    .bear-cta-call {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .youtube-vid iframe {
        width: 100%;
        height: 366px;
        margin-top: 30px;
    }

    .bear-cta-call .call-cta-bear {
        background-color: #EEEEEE;
        padding: 15px;
    }

    .bear-cta-call:not(.vacature-bear) .call-cta-bear a i {
        display: inline-block;
        padding: 14px 10px;
        font-size: 11px;
    }

    .bear-cta-call:not(.vacature-bear) .call-cta-bear a span {
        font-size: 11px;
    }

    .diensten-wrapper-reverse-image .et_pb_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: inherit;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: inherit;
        flex-flow: inherit;
    }

    .voordelen .et_pb_module.et_pb_blurb {
        min-height: auto;
        margin: 20px 20px;
        min-height: 240px;
    }

    .informatie-section-intro {
        padding-bottom: 50px !important;
    }

    .strategie-beer .et_pb_column.et_pb_column_1_2,
    .ipad-volledige-breedte .et_pb_column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #filter-full-wrapper .et_pb_portfolio_item {
        width: 48%;
        margin-bottom: 30px;
    }

    .et_pb_portfolio_filters ul.clearfix {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .beer-stropdas-contact {
        margin-bottom: -118px;
    }

    .pakketten-overview.et_pb_equal_columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pakketten-overview .et_pb_column {
        min-width: 408px;
    }

    .voordelen.opsomming .et_pb_module.et_pb_blurb {
        min-height: auto;
    }

    .advies-overlay .modal {
        min-width: 500px;
    }
}

@media (max-width: 1352px) and (min-width: 982px) {

    .advies.menu-item {
        top: 110px;
        position: absolute;
        right: 0;
    }

    .advies.menu-item a {
        padding: 15px 20px !important;
        opacity: 0.8 !important;
    }

    .contact-block .et_pb_column_1_4 {
        max-width: 100% !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    header .menu li a {
        padding: 30px 8px !important;
        font-size: 14px;
        font-weight: 600;
    }

    .youtube-vid iframe {
        width: 400px;
        height: 344px;
    }

    /* .readmore:not(.cases-button) {
        font-size: 11px;
    } */

    .blurb {
        min-height: 406px;
    }

    .blurb .content {
        padding-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 262px;
    }

    .bear-cta-call:not(.vacature-bear) .call-cta-bear a i {
        display: inline-block;
        padding: 14px 10px;
        font-size: 11px;
    }

    .bear-cta-call:not(.vacature-bear) .call-cta-bear a span {
        font-size: 11px;
    }

    footer .container {
        width: 87%;
    }

    .diensten-wrapper-reverse-image .et_pb_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: inherit;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: inherit;
        flex-flow: inherit;
    }

    .informatie-section-intro {
        padding-bottom: 50px !important;
    }

    .et_pb_section.tp-header.betrokken-header-background {
        background-position: center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #filter-full-wrapper .et_pb_portfolio_item {
        width: 48%;
        margin-bottom: 30px;
    }

    .et_pb_portfolio_filters ul.clearfix {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    li.et_pb_portfolio_filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .et_pb_portfolio_items_wrapper.no_pagination {
        max-width: 792px;
        margin: auto;
        margin-bottom: 50px;
    }

    li.et_pb_portfolio_filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 22%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .solliciteren-contact-container img {
        margin-bottom: -52px;
        height: 144px;
        width: auto !important;
    }

    .contact-block {
        text-align: center;
        padding-top: 58px;
        margin-bottom: 33px;
    }

    .voordelen.opsomming .et_pb_module.et_pb_blurb {
        min-height: auto;
    }

    .advies-overlay .modal {
        min-width: 500px;
    }

    #solliciteer {
        text-align: center;
    }
}

@media (max-width: 1550px) and (min-width: 982px) {
    header .menu li {
        font-size: 14px !important;
    }

    header .menu li a {
        padding: 30px 8px !important;
        font-size: 14px;
        font-weight: normal !important;
    }
}

@media (max-width: 1650px) {
    #page-container .home-header {
        padding-bottom: 120px !important;
        padding-top: 90px !important;
    }

    .quote-wrapper-home .et_pb_row::after {
        content: none;
    }

    .quote-wrapper-home .et_pb_row::before {
/*         background-image: url(/wp-content/uploads/Salesbeer-Tom-edit-1.png);
		top: -105px; */
		background-image: url('https://www.grizzlymarketing.com/wp-content/uploads/feesthoed-beer.png');
		top: -150px;
        -webkit-background-size: 150px 150px;
        -moz-background-size: 150px 150px;
        -o-background-size: 150px 150px;
        background-size: 150px 150px;
        display: inline-block;
        width: 100%;
        height: 150px;
        content: "";
        position: absolute;
        left: -20px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1180px) {
    .phone-item span {
        display: none !important;
    }

    .phone-item i {
        display: block !important;
    }
}

@media (max-width:1150px) {

    .header-widget.widget_logo {
        padding-left: 15px !important;
    }

    .bear-cta-call .call-cta-bear {
        padding: 20px !important;
    }

    .pakket-title {
        font-size: 24px !important;
    }
}

@media (max-width: 565px) {
    .et-pb-slider-arrows {
        font-size: 20px !important;
        padding: 0 10px !important;
    }

    .testimonial-slider .et_pb_slide {
        padding: 40px !important;
    }

    .search-result {
        padding: 10px 40px 10px 20px !important;
    }

    .search-result::after {
        right: 10px;
        font-size: 18px;
    }

    .search h1 {
        font-size: 25px !important;
    }

    #page-container #et-boc .contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_inline {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .contact-block .et_pb_column_1_4 {
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .beer-stropdas-contact {
        margin-bottom: -118px;
    }

    .contact-block {
        text-align: center !important;
    }

    .gform_footer input.gform_button.button {
        float: none !important;
        width: 100% !important;
        white-space: normal;
    }

    .extra-zin {
        height: auto !important;
        padding: 0 0 8px 14px !important;
    }

    header .header-widget:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    header .header-widget:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    header .header-widget:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    header .header-widget:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    header .header-widget:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    header .header-widget:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    header .header-widget:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .header-widget.widget_search {
        width: 100%;
    }

    .header-widget.widget_search input#s {
        width: -webkit-calc(100% - 20px) !important;
        width: -moz-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
    }
}

@media (max-width: 465px) {
    .partner-vacature .et_pb_column {
        max-width: 100% !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }

    li.et_pb_portfolio_filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* a.readmore.first.cases-button:after {
        display: none !important;
    }

    a.readmore.first.cases-button {
        padding: 6px 20px !important;
    } */

    .typed {
        max-width: 210px !important;
        padding: 5px 10px;
    }

    .typed-wrapper:after {
        font-size: 15px !important;
        padding: 5px 15px !important;
    }

    .typed #text {
        font-size: 14px !important;
    }

    .vacature-column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modalbutton {
        font-size: 15px !important;
    }

    .bear-cta-call .call-cta-bear {
        padding: 20px !important;
    }
}
.tp-header {
    background-position: center;
}

/* Dienst block home*/
.DienstenBlock .et_pb_column_1_4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 22%;
    max-width: 25%;
    margin-right: 3%;
    box-shadow: 0 0 20px #eaeaea;
	border-radius:5px;
}
.DienstenSpraakballon p {
    color: black;
    padding: 16px 40px;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0 3px 10px #e1e1e1;
    margin-top: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
	color:#00334C;
	text-align:center;
}
.DienstenSpraakballon p::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 25px;
    bottom: -15px;
    left: calc(50% - 13px);
    background-image: url(/wp-content/uploads/TriangleDienst.png);
    background-size: contain;
}
.DienstenSpraakballon .et_pb_text_inner {
    display: flex;
    justify-content: center;
}

.DienstenBlock .et_pb_blurb_description{
    font-weight: bold;
    font-size: 14px;
    color: #00334C;
    margin-top: 20px;
}
.et_pb_section {
    padding: 100px 0;
}
.align-center-logo .et_pb_module {
    flex-direction: unset;
    max-width: 20%;
    align-items: center;
    display: flex;
}
.align-center-logo .et_pb_column {
    display: flex;
    justify-content: space-evenly;
}
.testimonial-text{
		position:relative;
}
.testimonial-text::before,
.testimonial-text::after{
    content: "";
    position: absolute;
	height:30px;
	width:30px;
    top: calc(50%  - 15px);
    font-size: 80px;
}
.testimonial-text::before {
	background-image:url(/wp-content/uploads/quotemarks.png);
	left: -50px;
}
.testimonial-text::after {
	background-image:url(/wp-content/uploads/quotemarks-right.png);
	right: -30px;
}
#footer-top .row {
    justify-content: space-between;
}
#footer-top .et_pb_column_1_1{
    display: flex;
    align-items: flex-start;
}
.footer-widget + .footer-widget{
	margin-left:50px;
}
.footer-logos img {
    max-height: 50px;
    margin-left: 20px;
}
.footer-top-2,
.footer-top-1{
	position:relative;
}
.footer-top-2::after,
.footer-top-1::after {
    content: "";
    height: calc(100% - 40px);
    border-right: 1px solid white;
    position: absolute;
    right: -50px;
    top: 20px;
	opacity:0.1;
}
.usp-bar{
	background-color:#00334C;
	padding:0px!important;
}
.usp-bar .et_pb_row p{
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	color:white;
	font-weight:bold;
}
.usp-bar .et_pb_row i{
	margin-right:10px;
    color: #64ed8e;
}

.contact-wrapper{
	padding:20px 30px!important;
	position:relative;
	margin-top:50px;
}

.contact-wrapper .gform_footer {
    text-align: center;
}

.contact-beer::before{
	content:"";
	height:300px;
	width:250px;
	background-image:url(/wp-content/uploads/Bear-calling.png);
	background-size:contain;
	background-position:bottom center;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:-300px;
}
a.phone-link {
    display: inline-flex;
}
.phone-link + .phone-link{
	margin-left:50px;
}
.phone-link > img{
	margin-right:10px;
}
.flex-bottom .et_pb_column {
    display: flex;
    align-items: end;
}

.vacature-beer{
	background-color:#f2f2f2;
    padding:20px 20px 5px 20px;
    margin:10px;
	min-height:400px;
	display:flex;
	position:relative;
	cursor:pointer;
	transition:0.3s;
}
.vacature-beer:hover{
	    background-color: #e2e2e2;
}
.vacature-beer::before {
    content: "";
    height: 157px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #d1d1d1;
    left: 0;
    border-radius: 50% 50% 0% 100% / 100% 100% 0% 0%;
	z-index:1;
}
.vacatures-beer {
    padding: 50px;
}
.vacature-beer .et_pb_text_inner{
	justify-content:space-between;
}
.et_pb_text_inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
/*     justify-content: space-between; */
	z-index:2;
	width: 100%;
/* 	align-items: center; */
}
.home-header .et_pb_text_inner {
	align-items: center;
}
.vacature-beer img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}
.vacature-beer p{
	text-align:center;
}
.vacatureTitel h3{
	text-align:left; 
	margin-bottom: 20px;
}
.vacatureTitel h3 img{
	margin-right:10px;
}
.vacatureMenu span{
    background-color: white;
    margin-left: 8px;
    border-radius: 50%;
    padding: 5px 3px;
    color: #073e58;
    font-size: 12px;
    font-weight: bold;
}
.vacatureMenu a::after{
	content:none!important;
}     
.image-center.et_pb_column{
	display:flex;
	align-items:center;
	justify-content:center;
}
.flex-end.et_pb_column,
.image-bottom.et_pb_column{
	display:flex;
	align-items:flex-end;
}
.beer-spraakballon {
    width: 50%;
    min-width: 350px;
    border-radius: 5px;
    box-shadow: 0 0 10px #e1e1e1;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
	text-align:left;
	background-color:white;
}
.beer-spraakballon .button-margin {
    margin: 10px 0;
	width: 100%;
    text-align: center;
}
.beer-spraakballon::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 50px;
    bottom: -30px;
    left: calc(50% - 25px);
    background-image: url(/wp-content/uploads/TriangleDienst.png);
    background-size: contain;
	z-index:2
}
.beer-cta .et_pb_text_inner{
	text-align:center;
	justify-content: flex-end;
}
.beer-cta img{
	max-width:80%;
	margin:0 auto;
}
.vacatureCta .et_pb_code_inner{
    height: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #00334c;
    padding: 20px 50px;
	position:relative;
}
.vacatureCta .review h4{
	color:white;
}
.vacatureCta .et_pb_module{
	height:100%;
	position:relative;
}
.vacatureCta .et_pb_code_inner::after {
    content: "";
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
	background-image:url("/wp-content/uploads/grizzly-bear-magnifying-glass.png");
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;
}
.vacatureWereldkaart{
	padding-bottom:0px;
}
.VacatureReviewRow .vacatureReview{
	background-color:white;
	padding:20px;
}
.vacatureReview
,.vacatureReview .et_pb_code_inner{
height:100%;
}
.vacatureReview .et_pb_code_inner{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:10%;
	text-align:center;
}
.vacaturereview{
	position:relative;
}
.vacaturereview::before,
.vacaturereview::after{
    content: "";
    position: absolute;
	height:30px;
	width:30px;
    font-size: 80px;
}
.vacaturereview::before {
	background-image:url(/wp-content/uploads/quotemarks.png);
	left: -50px;
	top: 0;
}
.vacaturereview::after {
	background-image:url(/wp-content/uploads/quotemarks-right.png);
	right: -50px;
	bottom:0;
}
.mapsContact img{
	width:100%;
}
.belgie-header {
	    background-position-y: 30%;
}

@media only screen and (max-width: 1352px) and (min-width: 993px) {

#footer-top .container .row {
    justify-content: space-evenly;
}
}

@media only screen and (max-width: 1130px) {
	.footer-top-2::after, .footer-top-1::after{
		content:none;
	}
}

.footer-widget.widget_text:nth-child(2) {
    min-width: 210px;
}

#footer-top .container .row .footer-top-3 > .footer-widget:last-child {
    margin-top: 0;
}

/* NEW RESPONSIVE */
@media only screen and (max-width: 992px) {
	#footer-top .container .row .footer-top-3 > .footer-widget:last-child {
		margin-top: 46px;
	}
	
	.footer-widget + .footer-widget {
     	margin-left: 0px;
	}
	
	.home-header {
		min-height: 50vh;
	}
	.DienstenSpraakballon p {
		text-align:center;
		font-size:16px;
		padding: 16px 24px;
		margin-top:0;
		margin-bottom:0 !important;
	}
	.diensten-container .button-margin {
		margin:0;
	}
	.diensten-container .et_pb_blurb_description p:first-child {
		height:60px;
	}
	.diensten-container .et_pb_blurb_description .button {
		font-size:16px;
	}
	.clients .align-center-logo .et_pb_column {
		display:block; 
		margin: 0 auto;
	}
	.clients .align-center-logo .et_pb_module {
		max-width: unset;
	}
	.clients .align-center-logo .et_pb_module .et_pb_image_wrap {
		margin: 15px auto;
	}
	.DienstenBlock .et_pb_column_1_4 {
		flex: 0 0 47%;
		max-width: 100%;
		padding: 20px!important;
    margin-bottom: 20px;
	}
	.usp-bar .et_pb_row {
		padding: 20px 50px;
	}
	
	.fullwidth-mobile.et_pb_row {
		display:block;
	}
	.gform_fields {
		display:block;
	}
	.gform_wrapper .top_label li.gfield.gf_inline,
	.contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_inline{
		max-width: 100% !important;
		width:100% !important;
	}
	#page-container .contact-form-wrapper .gform_wrapper .top_label li.gfield.gf_inline:nth-child(odd) {
		padding: 0 0 15px !important;
	}

    body .gform_wrapper .top_label li.gfield.gf_inline {
        vertical-align: baseline;
    }

	.usp-bar .et_pb_row p {
		display:block;
	}
	.contact-beer::before {
		width: 160px;
	}
	.adviesgesprek .et_pb_row {
		display:block;
	}
	.adviesgesprek .et_pb_row .et_pb_column,
	#footer-top div.et_pb_column_1_1 {
		max-width:100% !important;
	}
	.adviesgesprek .phone-link {
		display:block;
		margin-left:0;
		margin-bottom:20px;
	}
	
	color:#FFF;
	}
	#filter-full-wrapper .et_pb_portfolio_item {
		width: 100%;
	}
	.extra-zin a {
		font-size: 24px;
	}
	.extra-zin {
		padding-left: 26px;
		padding-bottom: 11px;
		padding-top: 4px;
	}
	.voordelen .et_pb_row .et_pb_column {
		max-width:100%;
	}
	#footer-bottom .container {
		padding:30px 0 !important;
	}
	#footer-bottom .container .row {
		display:block;
	}
	#footer-bottom .container .row div {
		margin:20px 0;
	}

	#footer-top div[class^="footer-top"] .footer-widget {
		width:100%;
	}
	#footer-top div.et_pb_column_1_1.footer-top-2,
	#footer-top div.et_pb_column_1_1.footer-top-3 {
		align-items: flex-start;
	}
	#footer-top .container .row,
	#footer-top .et_pb_column_1_1 {
		display:block;
	}
}

@media only screen and (max-width: 565px) { 
	#footer-top div.et_pb_column_1_1.footer-top-2,
	#footer-top div.et_pb_column_1_1.footer-top-3 {
		flex: 0 0 100%;
    	max-width: 100%;
		align-items: flex-start;
	}
	.testimonial-text::before, .testimonial-text::after{
		 content: none;
	}
	.quote-wrapper .quote-desktop span::after, .quote-wrapper .quote-desktop span::before {
    content: "“";
 	position:relative;
		width:unset;
		height:unset;
		background-image:unset;
		left:unset;
		right:unset;
		top:unset;
}
	.button-green{
		font-size:16px;
	}
	.DienstenSpraakballon p{
		font-size:15px;
	}
}

@media only screen and (max-width: 341px) {
	.DienstenBlock .et_pb_column_1_4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* NEW FOOTER */


#footer-top .container .row {
    display: flex;
}

#footer-top .container .row .footer-top-1 {
    display: flex;
}

#footer-top .container .row .footer-top-2 {
    display: flex;
}

#footer-top .container .row .footer-top-3 {
	display: flex;
}

#footer-top .container .row .footer-top-2 > .footer-widget:first-child, #footer-top .container .row .footer-top-3 > .footer-widget:first-child {

    margin-top: 0px;
}
#footer-top .container .row .footer-top-2 > .footer-widget, #footer-top .container .row .footer-top-3 > .footer-widget {
    margin-top: 46px;
}

#footer-bottom .container .row {
    display: flex;
}

.footer-top-2::after, .footer-top-1::after {
    content: none !IMPORTANT;
}


@media screen and (max-width: 992px){
    #footer-top .container .row{
        display: block !important
    }
    #footer-top .container .row .footer-top-1 {
        width: 100%;
        flex-basis: 100%;
    }

    #footer-top .container .row .footer-top-2 {
        width: 100%;
        flex-basis: 100%;
        display: block;
    }

    #footer-top .container .row .footer-top-3 {
        width: 100%;
        flex-basis: 100%;
        display: block;
    }
	#CookiebotWidget{
		margin-bottom:90px!important;
	}
	.contact-beer::before{
		content:none;
	}
	.consultation-form .gform_wrapper .top_label li.gfield.gf_inline {
    width: 100% !important;
}
	
}
a.designRushBadge img {
    max-width: 300px;
}

/* .rij-formulierinlog .fluid-width-video-wrapper {
    padding: 100px !important;
} */
@media only screen and (min-width: 981px){
	.inlog-form-first {
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
}

.hotfix-usp .et_pb_text_inner p {
    margin-top: 16px;
}

.cookiebot-logo img {
	width: 140px;
    object-fit: contain;
}

.footer-widget strong {
	color: #fff !important;
}

.footer-top-2::after {
    content: "" !important;
}

@media only screen and (max-width: 980px){	
		.grizzly-blog .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(1, 1fr) !important;
}
body .grizzly-blog article {
    min-height: 415px !important;
}
	.grizzly-blog h2{
		font-size: 20px !important;
	}
	#partner-logo {
    	flex-direction: column;
		gap: 25px;
	}
	.cookiebot-logo img {
		width: 200px !important;
		object-fit: contain;
	}
	.footer-top-2::after {
		display: none !important;
	}
}


.grizzly-blog .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}
.grizzly-blog article {
    border-radius: 3px !important;
    background-color: #eee;
}
.grizzly-blog img {
    border-radius: 3px !important;
}
.grizzly-blog h2, .grizzly-blog p {
    padding: 0 20px;
}
.grizzly-blog .post-content {
    padding-bottom: 10px !important;
}
.grizzly-blog h2 {
    font-size: 20px;
}
.grizzly-blog article img {
    max-height: 250px !important;
    height: 100%;
    object-fit: cover;
}
.grizzly-blog .more-link {
    display: inline-block;
    width: 90% !important;
    text-align: right;
    margin-bottom: 10px;
}
.grizzly-blog .more-link::after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
	font-size: 14px;
    margin-top: 3px;
}
.grizzly-blog h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 81px;
}
.grizzly-blog article {
    min-height: 300px !important;
}
.grizzly-blog .post-content-inner {
    display: none !important;
}
.dsm_close_icon,
.dsm_open_icon {
	border: none !important;
    font-size: 0 !important;
}

.dsm_close_icon::before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
	font-size: 20px !important;
}

.dsm_open_icon::before {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
	font-size: 20px !important;
}

.dsm-faq-title {
    margin: 10px 0 !important;	
}

@media only screen and (max-width: 980px) {	
	.dsm-faq-title {
		font-size: 15px !important;
		margin: 5px 0 !important;
	}
}

/*Blogpost css*/
.blog-header {
	height: auto !important;
	display: flex;
	flex-direction: column;
}
.blog-header .et_pb_text_inner {
	display: block !important;
}

.blog-header .et_pb_row {
	z-index: 5
}
.blog-header .et_pb_text_inner {
	align-items: flex-start !important;
	text-align: left;
}
.blog-header span {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold;
}
.blog-header a {
	color: #fff !important;
	text-decoration: underline;
	font-size: 16px;
}

.blog-page-bread nav {
	    text-align: center;
}

.blog-header h1{
	color: #fff;
	font-size: 57px !important;
}
.blog-header p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.blog-title {
	width: 50%;
}
.blog-header_lt p {
	color: #00334C !important;
	margin-bottom: 0 !important;
	display: flex;
}
.blog-header_lt p img {
	padding-right: 7px;
}
.blog-header-col {
	flex: 0 0 25% !important;
}
.blog-header_lt {
	background: #FFF;
	padding: 7px 21px;
	border-radius: 5px;
	justify-content: center;
    display: flex;
}
.blog-header-pub p {
	margin-bottom: 0 !important;
	margin-top: 5px;
}
.blog-header-cta {
	padding-top: 25px;
}

.blog-header-cta .et_pb_text_inner {
	display: block !important;
}

.blog-tags {
	color: #00334C;
	font-size: 17px;
	font-weight: 700;
	text-align: left !important;
}
.blog-inhoud {
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog-inhoud .et_pb_section {
	padding-top: 50px;
}

.blog-inhoud .et_pb_section .et_pb_column {
	padding-left: 0;
	padding-right: 0;
}
.blog_social_media p {
	display: flex;
}
.blog_social_media img {
	background-color: #00334C;
    padding: 10px 15px;
    border-radius: 3px;
    width: 15px !important;
    height: 19px !important;
    object-fit: contain;
	margin-left: 10px;
}

.blog-data {
	display: none;
}

.blog-secondtitel h2 {
	font-size: 50px;
	padding-bottom: 25px;
}

.grizzly-blogpost p {
	font-size: 18px;
	font-weight: 700;
}

.grizzly-blogpost article {
	background-color: #fff !important;
	    border-radius: 3px !important;
	    margin-bottom: 25px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}


.tag-filter {
    margin-bottom: 20px;
	padding-bottom: 50px;
}

.tag-btn {
    display: inline-block;
    background: #eee;
    padding: 7px 21px;
    margin: 5px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
    border: none;
	color: #444;
    font-size: 18px;
	font-weight: 600;
}

.tag-btn:hover, .tag-btn.active {
    background: #00334C;
    color: white;
}

.grizzly-blog .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grizzly-blog .post-grid article {
	margin-bottom: 25px;
	 display: flex;
    flex-direction: column;
    justify-content: space-between;


}

.grizzly-blog .post-grid article .read-more {
	    display: inline-block;
    width: 90% !important;
    text-align: right;
    margin-bottom: 30px;
	margin-top: 20px;
	font-weight: bold;
}


.grizzly-blog .post-grid article .read-more::after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    font-size: 14px;
    margin-top: 3px;
}


.grizzly-blog .post-grid article h3  {
	    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px !important;
	font-weight: 600;
}

.grizzly-blog .post-grid article a {
	    display: block;
}

.grizzly-blog .post-grid article a img {
	     width: 384px;
    height: 300px;
    object-fit: cover;
}

#section-blogspage {
	padding-top: 50px !important
}

#section-blogspage .et_pb_text_inner p {
	    color: #00334C;
    font-size: 17px;
    font-weight: 700;
}

@media only screen and (max-width: 1142px){
	.grizzly-blog .post-grid article {
	flex: 0 0 48%;
}
	
	.grizzly-blog .post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	
.grizzly-blog .post-grid article a img {
	     width: 533px;

}

}

@media only screen and (max-width: 859px){
	.grizzly-blog .post-grid article {
	flex: 0 0 100%;
}
	
	
.grizzly-blog .post-grid article a img {
	     width: 747px;

}

}


@media only screen and (max-width: 1006px){
	.blog-header-col {
	flex: 0 0 40% !important;
}
	.blog-title {
	width: 80%;
}
}
@media only screen and (max-width: 768px){
	.blog-header-col {
	flex: 0 0 50% !important;
		margin-bottom: 15px;
}
	
		.grizzly-blog .post-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 593px){
	.blog-header-col {
	flex: 0 0 90% !important;
}
		.blog-title {
	width: 100%;
}
	.blog-header h1{
	color: #fff;
	font-size: 35px !important;
}
}

.home_flex_new {
	margin: 30px 0;
	align-items: center;
}

@media only screen and (min-width: 980px){
	#menu-item-1367 > a::before {
		content: "AI-ready";
		color: #000;
		position: absolute;
		background-color: #fff;
		border-radius: 20px;
		font-size: 11px;
		margin-top: -20px;
		left: -10px;
		padding: 0 10px;
	}
}

@media (max-width: 992px) {
    #mobile-menu-bar .mobile-menu-item.widget_mobile_button:last-child {
        background: #188439 !important;
    }
}



.anniversary_title h1 {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 57px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.anniversary_title h1 strong {
	color: #E7CA82;
}

.anniversary_title h2 {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.anniversary_par {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.8px;
}

.flare::after {
    content: url(/wp-content/uploads/golden-flare.png);
    mix-blend-mode: screen;
    position: absolute;
    display: inline-block;
    top: -47px;
	right: 50%;
    transform: translateX(57%);
	pointer-events: none;
}

.flare img {
	z-index: 99;
    position: relative;
	height: 100%;
    width: 100%;
    display: block;
}

.anniversary_banner {
	overflow: hidden;
    position: relative;
}

.anniversary_banner > .et_pb_row {
    align-items: center;
}

.button-anniversary-blue,
.button-anniversary-white {
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    background: #00334C;
    margin-top: 20px;
    display: inline-block;
	transition: .2s;
}

.button-anniversary-blue {
	margin-right: 15px;
}

.button-anniversary-blue:hover {
	color: #00334C;
	background: #fff;	
}

.button-anniversary-white {
	color: #00334C;
	background: #fff;
}

.button-anniversary-white:hover {
    background: #00334C;
    color: #fff;
}

@media (max-width: 980px) {
	.flare::after {
		display: none;
	}
	.anniversary_banner h1 {
		line-height: 65px;
    	margin-top: 45px;
	}
	.anniversary_banner {
		padding-bottom: 0 !important;
	}
}