/*
 Theme Name:     Divi Child Theme by WebNexus
 Theme URI:      https://www.webnexus.nl/
 Description:    Divi Child Theme by WebNexus
 Author:         WebNexus
 Author URI:     https://www.webnexus.nl
 Template:       Divi
 Version:        2.0
*/
 
/* Start your custom CSS below this comment
============================================ */ 

/* /////////////////////////////////////////*/
/* -------------- MAIN HEADER ------------- */
/* /////////////////////////////////////////*/
@media only screen and (min-width: 981px) {
	#page-container {
        padding-top: 130px!important; /* CHANGE THIS VALUE TO MATCH THE ONE SET ON THE WEBSITE IN JS */
    }
    header#main-header {
        top: 35px!important;
    }
    body.admin-bar.et_fixed_nav #main-header {
        top: 67px!important;
    }
}

@media only screen and (max-width: 980px) {
    header#main-header {
        position: fixed!important;
    }
    body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 46px!important;
    }
}

@media only screen and (max-width: 767px) {
    header#main-header {
        top: 60px!important;
    }
    #et-info {
    	padding-top: .4em;
    	padding-bottom: .4em;
    }
    #et-info-email {
		display: none;
	}
	#et-info-phone {
		display: block;
		line-height: 25px;
	}
    #main-header.et-fixed-header {
    	top: 0!important;
    	transition: all .2s ease-in-out;
    }
    body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 46px!important;
    }
    #page-container {
    	padding-top: 140px!important;
    }
}

@media only screen and (min-width: 981px) {
    body #main-header {
        background-color: #fff;
        border-bottom: 1px solid #e2e2e2!important
    }
}

@media only screen and (min-width: 981px) {
    body #top-header, body #et-secondary-nav li ul {
        background-color: #f2f2f2;
    }

    body #top-header a, body #et-secondary-nav li ul a {
        color: #444;
    }

    body.transparent-menu #top-header, body.transparent-menu #et-secondary-nav li ul{
        background-color: rgba(0,0,0,0.35);
    }

    body.transparent-menu #top-header a, body.transparent-menu #et-secondary-nav li ul a {
        color: #fff;
    }

    body.transparent-menu .et-fixed-header#top-header, body.transparent-menu #et-secondary-nav li ul {
        background-color: #f2f2f2;
    }

    body.transparent-menu .et-fixed-header#top-header a, body.transparent-menu #et-secondary-nav li ul a {
        color: #444;
    }
    .transparent-menu #main-header #et-top-navigation #top-menu.nav > li > a {
        color: #fff;
    } 
    .transparent-menu #main-header #et-top-navigation #top-menu.nav > li.current-menu-item > a {
        color: #ce1f4a;
    }   
}

@media only screen and (max-width: 980px) {
    body #top-header, body #et-secondary-nav li ul {
        background-color: #f2f2f2!important;
    }

    body #top-header a, body #et-secondary-nav li ul a {
        color: #444!important;
    }
}

/* Fullwidth Primary Menu between 981px and 1309px */
@media only screen and (min-width: 981px) and (max-width: 1309px) {
    body #page-container #main-header .container {
        width: auto;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0;
    }
    #top-menu li {
    	padding-right: 17px;
    }
    body #logo {
    	max-height: 45%;
	}	
}


/* /////////////////////////////////////////*/
/* ------- FULLWIDTH HEADER HOMEPAGE ------ */
/* /////////////////////////////////////////*/

@media only screen and (min-width: 981px) {
	.wn_fullwidth_header_home {
	    padding: 130px 0 135px 0!important;
	}
}

@media only screen and (max-width: 980px) {
    .wn_fullwidth_header_home {
        padding: 80px 0 100px 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .wn_fullwidth_header_home {
        padding: 40px 0 70px 0!important;
    }
}

@media only screen and (max-width: 479px) {
    .wn_fullwidth_header_home {
        padding: 20px 0 40px 0!important;
    }
}


/* /////////////////////////////////////////*/
/* ------------ FULLWIDTH HEADER ---------- */
/* /////////////////////////////////////////*/

body .wn_fullwidth_header .et_pb_fullwidth_header_container .header-content {
	padding: 0!important;
	width: 100%!important;
}

@media only screen and (min-width: 981px) {
	.wn_fullwidth_header {
	    padding: 120px 0 120px 0!important;
	}
	.overlap-header {
		padding: 70px 0 130px 0!important;
	}
}

@media only screen and (max-width: 980px) {
    .wn_fullwidth_header {
        padding: 50px 0 50px 0!important;
    }
    .overlap-header {
		padding: 70px 0 110px 0!important;
	}
}

@media only screen and (max-width: 767px) {
    .wn_fullwidth_header {
        padding: 50px 0 50px 0!important
    }
    .overlap-header {
		padding: 30px 0 90px 0!important;
	}
}

@media only screen and (max-width: 479px) {
    .wn_fullwidth_header {
        padding: 20px 0 20px 0!important;
    }
    .overlap-header {
		padding: 20px 0 90px 0!important;
	}
}

.et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
	z-index: 5!important;
}

/* /////////////////////////////////////////*/
/* ------------ GENERAL SETTINGS ---------- */
/* /////////////////////////////////////////*/

/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 980px) {
    #top-menu-nav, #top-menu {
        display: none;
    }

    #et_top_search {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block;
    }
}

@media only screen and (min-width: 981px) {
    .hide-on-desktop {
        display: none!important;
    }
}

#et_top_search {
    display: none;
}

@media only screen and (max-width: 980px) {
    body .et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
        height: 50px;
        background-size: 100% 50px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    body .et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
        height: 30px;
        background-size: 100% 30px;
    }
}

@media only screen and (min-width: 981px) {
    .align-row.et_pb_row {
        display: flex;
    }
    .align-row.et_pb_row .et_pb_column {
        align-self: center;
    }
}

@media only screen and (min-width: 981px) {
	.transparent-menu #main-header #et-top-navigation #top-menu.nav > li.current-menu-item > a {
	    color: #fff;
	    text-decoration: underline!important;
	    text-underline-position: under;
	    text-decoration-color: #ce1f4a!important;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container, .et_pb_row, #main-header .container {
		width: 90%;
	}
}

#blurb-section .et_pb_blurb {
	padding: 20px;
	background-color: #fff;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width: 200px;
}

/* Fix menu dropdown out of screen */
.menu-item ul {
    right: 0px!important;
}

@media only screen and (min-width: 981px) {
	body .nav li ul {
		width: 290px;
		margin-right: -150px;
	}
}

.overlap-row .et_pb_column {
	margin-top: -160px;
	z-index: 999;
}

.swirl {
	max-height: 12px;
	margin-top: 30px;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	padding: 0 30px 30px 30px;
}

.box {
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 15px;
    margin-top: 15px;
}

.caldera-grid .location-title label {
	font-size: 28px;
	margin-bottom: 20px;
}

.location-title.cf-toggle-switch .btn {
	padding: 18px 36px;
	font-size: 22px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px!important;
    background: #ce1f4a;
    transition: width .3s;
    position: absolute;
    margin-top: 20px;
}

.et_header_style_left #et-top-navigation nav > ul > li:hover > a:before, .et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a:before {
    width: 100%;
    transition: width .3s;
}

.align-bottom-column .et_pb_column {
    padding-bottom: 50px;
}

.align-bottom-column .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
}

@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 20px;
    }
}

#main-footer h4.title {
    line-height: 1.3em;
}

#main-footer .et_pb_widget {
    float: none;
}

#main-footer .footer-qualitymark {
	width: 45%;
	float: left;
}

#main-footer .footer-qualitymark:first-child {
	margin-right: 5%;
}

#main-footer {
	border-top: 1px solid #e2e2e2;
}

.et_pb_text a:hover, #main-footer a:hover {
	text-decoration: underline;
	transition: all .3s ease-in-out;
}

.et_pb_blog_grid .et_pb_post {
	border: none;
}

.tab-img {
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.tab-img {
		width: 40%;
	}
}

@media only screen and (max-width: 479px) {
	.tab-img {
		width: 100%;
		float: none;
	}
}

.et_pb_toggle table tr:first-child {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.et_pb_toggle table tr:nth-child(1) {
	    background-color: #e2e2e2;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_toggle table {
		font-size: 14px!important;
		border: none;
	}

	.et_pb_toggle table tr td {
		padding: 0!important;
		border: none;
	}
	.et_pb_toggle table td:nth-child(2) {
		padding-right: 3px!important;
		padding-left: 3px!important;
	}
}


.has-error.cf-toggle-switch .cf-toggle-group-buttons>a.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    
}

/* /////////////////////////////////////////*/
/* ---------------- SUBMENU --------------- */
/* /////////////////////////////////////////*/

.nav li ul {
    padding: 10px 0;
    width: 240px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#top-menu li {
    cursor: pointer;
}

#top-menu li li {
    padding: 0 10px;
    width: 100%;
}

#top-menu li li a {
    width: 100%;
}

body #main-header .nav li ul.sub-menu {
	background: #fff;
}



/* /////////////////////////////////////////*/
/* -------------- MOBILE MENU ------------- */
/* /////////////////////////////////////////*/

@media only screen and (max-width: 980px) {
    body.fixedPosition {
        height: 100%;
        overflow: hidden;
    }
    #mobile_menu > li:last-child {
    	background-color: #ce1f4a;
    }
    #mobile_menu > li:last-child a {
    	color: #fff!important;
    }
}

/* when mobile menu is open, change hamburger icon to x icon */
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';   
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative; 
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 63px;
    height: calc(((100vh - 219px)/7.5) + 23px);
    line-height: calc(((100vh - 400px)/7.5) + 23px);
    border-radius: 50%;
    right: 0;
    cursor: pointer;
    text-align: center;
    color: #ce1f4a;
    padding-left: 100%;
    top: 0;
    padding-right: 10%;
}

/* the new toggle element when popped */

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    border-radius: 100%;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 40px;
    text-transform: none;
    speak: none;
    content: '\33';
    margin-left: -60px;
    vertical-align: middle;
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(255,255,255,.05);
}
/* remove sub menu list item left padding, since padding will be on anchors */
    #main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
    width: 80%;
    margin: 0 auto;
    padding-top: calc(((100vh - 219px)/20));
    padding-bottom: calc(((100vh - 219px)/20));
}

#main-header #mobile_menu.et_mobile_menu li li {
    background-color: initial!important;
}

#main-header #mobile_menu.et_mobile_menu li.offerte-btn-mobile {
    background-color: #26a69a;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 40px;
    padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: 800;
}

/* make the current page's mobile menu link be different */

.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
}

.et_mobile_menu .menu-item-has-children > a:after {
    border-top: 7px solid #ce4746;
}

#mobile_menu.et_mobile_menu {
    top: 0;
    background-color: #fff!important;
    position: fixed;
    z-index: 9998;
    overflow: scroll !important;
    height: 100%!important;
    min-height: 100vh;
    padding: 10vh 0 10vh 0!important;
    display: block!important;
    margin-bottom: 0px!important;
    border: none;
}

.et_mobile_menu li a {
    font-size: 1.25em;
    border: 0;
    padding: 4% 0;
    -webkit-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
     color: #212121!important;
     font-weight: 800;
}

/********  This snippet allows you to customize the style of the submenu.  ******/

.mobile_nav ul#mobile_menu li ul li a {
    font-size: 1.05em !important;
    font-weight: 400;
    margin: auto;
    padding: 4% 0;
    color: #212121!important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 350px) {
    .mobile_nav ul#mobile_menu li ul li a {
        font-size: 1em !important;
        font-weight: 400;
        margin: auto;
        padding: 5% 0;
        color: #212121!important;
    }
}

/*******  Here you can customize the color of the link active / current ********/

.mobile_nav ul#mobile_menu .current_page_item.offerte-btn-mobile > a {
    color: #fff!important;
}

span.mobile_menu_bar {
    z-index: 9999;
}

.mobile_menu_bar:before {
    color: #ce1f4a!important;
}

/********  Remove this line of code if you want it on the icon for the search function  ******/

#et_search_icon {
    display: none;
}

/********  Custom color icon Hamburger for Mobile Menu  ******/

#main-header .et_mobile_menu li ul {
    padding-left: 0;
}

.et_mobile_menu li li {
    padding-left: 0;
}

.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

@media only screen and (max-width: 980px) {
    #main-header {
        height: 81px;
    }
    #main-header > .container {
        height: 100%;
    }
}

/*---------------------------------------------> END MENU MOBILE <---------------------------------------*/



/* /////////////////////////////////////////*/
/* --------------- TYPOGRAPHY --------------*/
/* /////////////////////////////////////////*/

h1 {
    font-size: 45px;
}

@media only screen and (max-width: 980px) {
    h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 37px;
}

@media only screen and (max-width: 980px) {
    h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 29px;
    }
}

#footer-widgets .footer-widget li a:hover {
	text-decoration: underline;
}

/* /////////////////////////////////////////*/
/* ----------------- FORMS ---------------- */
/* /////////////////////////////////////////*/

body .caldera-grid .form-control {
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8!important;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #212121;
    box-sizing: border-box;
    box-shadow: unset !important;
    height: 45px;
    resize: vertical;
}

/*//////////////////////////////////////*/
/*///////////////// BLOG ///////////////*/
/*//////////////////////////////////////*/

.wn-blog .et_pb_post a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.wn-blog .et_pb_post.has-post-thumbnail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

.wn-blog .et_pb_post.has-post-thumbnail a + .blog-meta {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.wn-blog .et_pb_posts .et_pb_post {
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta {
    padding: 30px 30px 20px 30px;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > a {
    background: #ffb300;
    padding: 6px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff!important;
    margin-right: 10px;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > .entry-title {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 33px;
    line-height: 1.1em;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > .post-meta {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > .post-meta > .published {
    margin-right: 20px;
}

.wn-blog .et_pb_posts .et_pb_post .post-content p {
    font-size: 16px!important;
    padding: 20px 30px 10px 20px;
    line-height: 1.6em;
}

.wn-blog .et_pb_posts .et_pb_post .post-content > .more-link {
    font-size: 16px!important;
    margin: 5px 30px 30px 20px;
    padding:  2px 12px;
    background-color: #ce1f4a;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid #ce1f4a;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.wn-blog .et_pb_posts .et_pb_post .post-content > .more-link:hover {
    background-color: transparent!important;
    color: #ce1f4a!important;
}

.wn-blog p, .wn-blog .et_pb_sidebar_0 li {
    font-size: 16px;
    line-height: 1.6em;
}

.wn-blog .et_pb_sidebar_0 #text-19 {
    padding: 30px 20px 30px 20px;
    background-color: #d2d2d2;
}

@media only screen and (max-width: 767px) {
    .wn-blog .et_pb_row {
        width: 100%;
        padding: 0;
    }
    .wn-blog .pagination {
        padding: 0 20px;
    }
    .wn-blog .et_pb_widget_area.et_pb_sidebar_0 #bloomwidget-7 {
        margin-bottom: 0!important;
    }
}

@media only screen and (min-width: 981px) {
    .wn-blog .et_pb_section_0 {
        padding-top: 179px;
    }
}

@media only screen and (max-width: 980px) {
    .wn-blog .et_pb_section_0 {
        padding-top: 0;
    }
}

.category .et_pb_post a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.category .et_pb_post.has-post-thumbnail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

.category .et_pb_post.has-post-thumbnail a + .blog-meta {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.category .et_pb_posts .et_pb_post {
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.category .et_pb_posts .et_pb_post .blog-meta {
    padding: 30px 30px 20px 30px;
}

.category .et_pb_posts .et_pb_post .blog-meta > a {
    background: #ffb300;
    padding: 6px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff!important;
    margin-right: 10px;
}

.category .et_pb_posts .et_pb_post .blog-meta > .entry-title {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 33px;
    line-height: 1.1em;
}

.category .et_pb_posts .et_pb_post .blog-meta > .post-meta {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.category .et_pb_posts .et_pb_post .blog-meta > .post-meta > .published {
    margin-right: 20px;
}

.category .et_pb_posts .et_pb_post .post-content p {
    font-size: 16px!important;
    padding: 20px 30px 10px 20px;
    line-height: 1.6em;
}

.category .et_pb_posts .et_pb_post .post-content > .more-link {
    font-size: 16px!important;
    margin: 5px 30px 30px 20px;
    padding:  2px 12px;
    background-color: #ce1f4a;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid #ce1f4a;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.category .et_pb_posts .et_pb_post .post-content > .more-link:hover {
    background-color: transparent!important;
    color: #ce1f4a!important;
}

.category p, .category .et_pb_sidebar_0 li {
    font-size: 16px;
    line-height: 1.6em;
}

.category .et_pb_sidebar_0 #text-19 {
    padding: 30px 20px 30px 20px;
    background-color: #d2d2d2;
}

@media only screen and (max-width: 767px) {
    .category .et_pb_row {
        width: 100%;
        padding: 0;
    }
    .category .pagination {
        padding: 0 20px;
    }
    .category .et_pb_widget_area.et_pb_sidebar_0 #bloomwidget-7 {
        margin-bottom: 0!important;
    }
}

@media only screen and (min-width: 981px) {
    .category .et_pb_section_0 {
        padding-top: 179px;
    }
}

@media only screen and (max-width: 980px) {
    .category .et_pb_section_0 {
        padding-top: 0;
    }
}

/* /////////////////////////////////////////*/
/* ----------- SINGLE POST LAYOUT --------- */
/* /////////////////////////////////////////*/


.single-post .entry-content > .et_post_meta_wrapper > img {
    object-fit: cover;
    max-width: calc(100% + 80px);
    margin-left: -40px;
    height: 320px;
    width: calc(100% + 80px);
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .single-post .entry-content > .et_post_meta_wrapper > img {
        object-fit: cover;
        max-width: calc(100% + 60px);
        margin-left: -30px;
        height: 320px;
        width: calc(100% + 60px);
        margin-bottom: 20px;
    }
}


.single-post div#left-area .entry-content, 
.single-post div#left-area article .et_post_meta_wrapper section#comment-wrap,
#writer {
    padding: 40px!important;
    background-color: #fff;
    box-shadow: 0 3px 3px #e2e2e2;
    border-radius: 4px;
    margin-bottom: 20px;
}

.single-post #main-content {
    background-color: #f2f2f2!important;
}

.single-post h1.entry-title {
    font-size: 36px!important;
}

@media only screen and (max-width: 767px) {
    .single-post div#left-area .entry-content, 
    .single-post div#left-area article .et_post_meta_wrapper section#comment-wrap,
    #writer {
        padding: 30px!important;
    }

    .single-post #main-content > .container {
        width: 90%;
        padding-top: 40px!important;
    }

    .single-post h1.entry-title {
        font-size: 30px!important;
    }
}

@media (min-width: 981px) {
    .single-post #left-area {
        width: 70%;
    }
}

@media (min-width: 981px) {
    .single-post #content-area > div#sidebar {
        padding-left: 0;
        width: 25.5%;
    }
}

@media (min-width: 981px) {
    .single-post #main-content .container:before {
        width: 0;
    }
}

ol li a {
    transition: 0s ease;
}

/* /////////////////////////////////////////*/
/* ----------- HEADER CTA BUTTON ---------- */
/* /////////////////////////////////////////*/

#header-btn {
    float: right;
    font-size: 15px!important;
    padding: 0.6em 1.4em!important;
    display: inline-block;
    text-align: center;
    margin: 24.835px 0 0 15px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.1s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s ease-in-out;
    background-color: #ce1f4a;
    border-color: #ce1f4a!important;
    text-transform: uppercase;
}

#header-btn:hover, .transparent-menu .et-fixed-header #header-btn:hover {
    background: transparent;
    color: #ce1f4a;
    border-color: #ce1f4a!important;
}

.transparent-menu #header-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff!important;
}

.et-fixed-header #header-btn {
	margin: 13.165px 0 0 15px;
	transition: all .4s ease-in-out;
}

@media only screen and (max-width: 980px) {
    #header-btn {
        display: none;
    }
}


/* /////////////////////////////////////////*/
/* -------------- OTHER BUTTONS ----------- */
/* /////////////////////////////////////////*/
body .et_pb_button, body .cookie_action_close_header, body .cookie_action_close_header_reject {
    color: #fff;
    line-height: 1.7em;
    display: inline-block;
    border-radius: 50px!important;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    font-weight: 500;
    padding: .6em 2em !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.et_pb_button:hover {
    background-color: transparent;
	padding: .6em 2em!important;
}

body .cookie_action_close_header, body .cookie_action_close_header_reject {
    background-color: #ce1f4a;
    border-color: #ce1f4a;
    font-size: 14px;
    padding: .3em 1.6em !important;
    margin-left: 10px;
    border: 1px solid #ce1f4a;
}

body .cookie_action_close_header:hover, body .cookie_action_close_header_reject:hover {
    background-color: transparent;
    color: #ce1f4a!important;
}

#cookie-law-info-bar {
    border: none!important;
    box-shadow: 0 -0.2px 5px 1px rgba(0,0,0,0.1);
}

#logo2 {
    display: inline-block;
    float: none;
    max-height: 55%;
    margin-bottom: 0;
    vertical-align: middle;
}

#logo {
    display: initial!important;
}

#logo2, .et-fixed-header #logo {
    display: none!important;
}

.et-fixed-header #logo2 {
    display: none!important;
}

@media only screen and (max-width: 980px) {
    #logo, #logo2 {
        display: inline-block!important;
        max-height: 70%;
        max-width: 50%;
    }
    #logo2 {
        display: none!important;
    }
    #main-header .et_mobile_menu {
        background-color: #fff!important;
    }
    #main-content .container {
        padding-top: 30px!important;
    }
}

.transparent-menu #main-header {
    background-color: transparent!important;
    border-bottom: none!important;
}

.transparent-menu .et-fixed-header#main-header {
    background-color: #fff!important;
    border-bottom: 1px solid #e2e2e2!important;
}


@media only screen and (max-width: 980px) {
    .transparent-menu.mobile-white-menu #main-header, body #main-header {
        background-color: #fff!important;
        border-bottom: 1px solid #e2e2e2!important;
    }
}

.transparent-menu #logo {
    display: none!important;
}

.transparent-menu #logo2, body .et-fixed-header #logo {
    display: inline!important;
}

.transparent-menu .et-fixed-header #logo2 {
    display: none!important;
}

@media only screen and (max-width: 980px) {
    .transparent-menu #logo {
        display: none!important;
    }
    .transparent-menu.mobile-white-menu #logo {
        display: inline-block!important;
    }
}

@media only screen and (max-width: 980px) {
    .transparent-menu #logo2 {
        display: inline-block!important;
    }
    .transparent-menu.mobile-white-menu #logo2 {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
	.three-column-grid .et_pb_grid_item {
		width: 31.333% !important;
		margin: 0 3% 3% 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
		clear: unset !important;
	}
}


#cookie-law-info-bar > span {
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	width: 95%;
}

@media only screen and (max-width: 940px) {
	#cookie-law-info-bar > span > .cookie-message {
		display: block;
		margin-bottom: 7.5px;
		line-height: 1.4em;
	}
	.cookie-learn-more {
		display: inline-block;
	}
	#cookie-law-info-again {
		display: none;
	}
}

.mobile_menu_bar:after {
    content: 'MENU';
    position: relative!important;
    bottom: 7.6px;
    margin-left: 5px;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s ease-in-out;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
    padding-bottom: 0;
    padding: 5px 17.5px;
    border-radius: 50px;
    margin-top: -5px;
    transition: all .2s ease-in-out;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, body .et-fixed-header .mobile_menu_bar:after, body .et-fixed-header .mobile_menu_bar:before {
    color: #333!important;
}

.transparent-menu .mobile_menu_bar:before, .transparent-menu .mobile_menu_bar:after {
    color: #fff!important;
}

.mobile_nav.opened .mobile_menu_bar:after, .mobile_nav.opened .mobile_menu_bar:before, .transparent-menu.mobile-white-menu .mobile_menu_bar:before, .transparent-menu.mobile-white-menu .mobile_menu_bar:after {
    color: #333!important;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar, body.et_header_style_left .et-fixed-header .mobile_menu_bar {
    border: 1px solid #333;
}

.transparent-menu .mobile_menu_bar {
    border: 1px solid #fff;
}

.et_header_style_left .mobile_nav.opened .mobile_menu_bar, .transparent-menu.mobile-white-menu .mobile_menu_bar {
    border: 1px solid #333;
}


@media only screen and (max-width: 375px) {
    .et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
        padding: 5px 10px;
    }
    .mobile_menu_bar:after {
        bottom: 9.1px;
        margin-left: 3px;
        font-size: 17px;
    }
    #logo2, .transparent-menu #logo {
        max-height: 40%;
        max-width: 100%;
    }
    #mobile_menu.et_mobile_menu {
        padding-top: 22%!important;
    }
}

@media only screen and (max-width: 325px) {
    #logo2, .transparent-menu #logo {
        max-height: 33%;
        max-width: 100%;
    }
}

.webnexus-link img {
    height: 18px;
    display: inline-block;
}

.webnexus-link {
	height: 18px;
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 4px;
}

.person-module.et_pb_blurb .et_pb_blurb_content {
    display: flex;
}

.person-module.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    flex-basis: 70%;
    padding-bottom: 0;
}

.person-module.et_pb_blurb .et_pb_main_blurb_image {
    flex-basis: 30%;
    margin-bottom: 0;
}

.page-id-989 .lansingerland {
	display: none;
}

.page-id-990 .den-haag {
	display: none;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 0 !important;
}

.wpcr3_leave_text {
    display: none;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 20px 10px 0 10px!important;
}

.et_pb_slide {
    padding: 0!important;
}

.et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    margin-top: 0!important;
}

.et_pb_slides .et_pb_slider_container_inner {
    display: block;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
	padding: 5px 17.5px!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8!important;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #212121;
    box-sizing: border-box;
    box-shadow: unset !important;
    height: 45px;
    resize: vertical;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    background-color: #ce1f4a;
    border-width: 1px!important;
    border-color: #ce1f4a;
    border-radius: 50px;
    color: #fff;
    line-height: 1.7em;
    display: inline-block;
    border-radius: 50px!important;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    font-weight: 500;
    padding: 0.6em 2em !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.gform_wrapper.gravity-theme .gform_footer button:hover, 
.gform_wrapper.gravity-theme .gform_footer input:hover, 
.gform_wrapper.gravity-theme .gform_page_footer button:hover, 
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
    color: #ce1f4a!important;
    background-color: rgba(12,113,195,0);
    border-color: #ce1f4a!important;
    border-radius: 50px;
    border: 2px solid transparent;
}