/*
Theme Name:  BohnennWebdesign
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    border: 1px solid #bbb;
}

/*---- Typography ----*/
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #666;
}
h1 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px !important;
    font-weight: 700;
}
h2 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px !important;
	line-height: 1.1;
	font-weight: 600;
}
h3 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px !important;
	line-height: 1.1;
	font-weight: 600;
	text-transform: uppercase;
}
h4 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	line-height: 1.5;
	font-weight: 600;
}

/*---- General ----*/
.et_pb_row {
	width: 90%;
}
p.dmach-postmeta-value {
	font-size: 14px;
	font-weight: 600;
}
.divi-filter-archive-loop {
	margin-bottom: 0 !important;
}
.et_pb_module ul {
	list-style-position: inside !important;
}

/*---- Menu ----*/
.et_pb_menu .et-menu>li {
    padding-left: 30px;
    padding-right: 30px;
}
.et_pb_menu a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	transition: unset !important;
}
.et_pb_menu a span {
	font-size: 16px !important;
}
.et-menu a:hover {
    opacity: 1;
}
.top-menu-row .et_pb_column {
    display: flex;
}
.top-menu-row .et_pb_column .et_pb_image {
    width: 20%;
	margin: 0;
}
.top-menu-row .et_pb_column .et_pb_image img {
	max-width: 120px;
}
.top-menu-row .et_pb_column .et_pb_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.top-menu-row .et_pb_column .et_pb_text h1 {
    font-size: 28px !important;
    font-weight: 700;
}
.top-menu-row .et_pb_column .et_pb_menu {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-menu-row .et_pb_column .et_pb_menu .et-pb-icon {
    font-size: 16px;
    padding-right: 2px;
}
.top-menu-row .et_pb_column .et_pb_menu .et-menu>li {
	padding-left: 20px;
	padding-right: 20px;
}
.top-menu-row .et_pb_column .et_pb_menu .et-menu>li:last-child {
	padding-right: 11px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:before {
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
	transition: all .3s ease;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover:before {
	width: 100%;
}
.et-menu li li a {
	line-height: 1.7;
}

/*---- Sharing buttons ----*/
.sharing-buttons .et_pb_code_inner {
    display: flex;
    align-items: center;
}
.a2a_kit > a {
    border: 1px solid #ff7800 !important;
    padding: 0 !important;
    width: 42px !important;
    display: inline-flex;
    flex-direction: column;
    height: 42px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	margin-left: 20px;
}
.a2a_kit > a:not(:first-child) {
	margin-left: 10px;
}
.addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity: 1;
}
.a2a_svg {
    background: transparent !important;
    width: 28px !important;
    height: 28px !important;
}

/*---- Featured news LL ----*/
.featured-news-ll .et_pb_column:first-child {
    padding: 30px;
    border-radius: 5px 0 0 5px;
    width: 33.33%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}
.et_pb_module.et_pb_de_mach_post_meta {
	margin-top: auto;
}
.featured-news-ll .et_pb_column:last-child {
	display: flex;
	width: 66.67%;
}
.featured-news-ll .et_pb_column:last-child .et_pb_de_mach_thumbnail {
	display: flex;
}
.featured-news-ll .et_pb_column:last-child .et_pb_de_mach_thumbnail img {
	object-fit: cover;
	border-radius: 0 5px 5px 0;
}
.featured-news-ll p.dmach-postmeta-value {
    font-weight: 600;
}

/*---- Featured news small LL ----*/
.featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner {
    display: flex;
    justify-content: space-between;
}
.featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner  .et_pb_de_mach_post_meta_item:first-child {
    
	text-transform: uppercase;
	font-weight: 600;
}
.featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value {
	font-size: 0;
}
.featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a {
	display: none;
}
.featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a.dmach_cat_112-politie, .featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a.dmach_cat_overheid, .featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a.dmach_cat_toerisme, .featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a.dmach_cat_evenementen-overzicht, .featured-news-small-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a.dmach_cat_uit-eten-overzicht {
	display: inline-block;
	font-size: 12px;
	text-decoration: underline;
    text-underline-offset: 2px;
}

/*---- Default news card LL ----*/
.default-news-card-ll {
    border-radius: 5px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
	transition: all .5s ease;
	background: #fff;
}
.default-news-card-ll:hover {
    transform: translateY(-5px);
	box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}
.default-news-card-ll .et_pb_column {
	display: flex;
	flex-direction: column;
	padding-bottom: 5px;
	overflow: hidden;
}
.default-news-card-ll .et_pb_column .et_pb_module:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
}
.default-news-card-ll img {
	display: block;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: left;
	width: 100%;
    transition: all .25s ease-out;
}
.default-news-card-ll h4 {
    transition: all .25s ease-out;
}
.default-news-card-ll .et_pb_module {
    transition: all .25s ease-out;
}
.default-news-card-ll .dmach-postmeta-value {
    transition: all .25s ease-out;
}
.default-news-card-ll:hover {
    background: #0678be;
}
.default-news-card-ll:hover h4 {
    color: #fff;
}
.default-news-card-ll:hover .et_pb_module {
    color: #fff;
}
.default-news-card-ll .et_pb_de_mach_thumbnail .et_pb_module_inner {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.default-news-card-ll.side-text .et_pb_de_mach_thumbnail .et_pb_module_inner {
	border-radius: 5px 0 0 5px;
}
.default-news-card-ll:hover .dmach-postmeta-value {
    color: #fff !important;
}
.default-news-card-ll:hover img {
    transform: scale(1.05);
}
.default-news-card-ll .et_pb_column .et_pb_module.cat-button {
    background: #0678be;
    border-radius: 50px;
    position: absolute;
    line-height: 14px;
    padding: 10px 20px 7px !important;
    left: 15px;
    top: 15px;
    transition: all .25s ease-out;
}
.default-news-card-ll .et_pb_column .et_pb_module.cat-button:hover {
	background: #0678be;
}
.default-news-card-ll .et_pb_de_mach_post_meta.cat-button > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child .dmach-postmeta-value {
	font-size: 0;
	line-height: 14px;
}
.default-news-card-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a {
	display: none;
}
.default-news-card-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a:first-of-type {
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
}

/*---- Default news cards with side text LL ----*/
.default-news-card-ll.side-text .et_pb_column:first-child {
    padding-bottom: 0px;
	flex-direction: row;
}
.default-news-card-ll.side-text .et_pb_column:first-child .et_pb_de_mach_thumbnail {
	display: flex;
}
.default-news-card-ll.side-text .et_pb_column:first-child .et_pb_de_mach_thumbnail .et_pb_module_inner {
	display: flex;
}
.default-news-card-ll.side-text .et_pb_column:last-child {
	padding: 20px !important;
}
.default-news-card-ll.side-text .et_pb_column:last-child .et_pb_module:not(:first-child) {
	padding: 0 !important;
}
.default-news-card-ll.side-text .et_pb_column:last-child .et_pb_de_mach_content {
	margin-bottom: 20px !important;
}

/*---- Small news cards LL ----*/
.small-news-card-ll .et_pb_column {
	display: flex;
	flex-direction: column;
}
.small-news-card-ll, .small-news-card-ll h4 {
	transition: all .3s ease;
}
.small-news-card-ll:hover {
	border-left-color: #0678be;
}
.small-news-card-ll:hover h4 {
	color: #0678be;
}

/*---- Default bedrijvengids card LL ----*/
.default-bedrijvengids-card-ll {
    border-radius: 5px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
	transition: all .5s ease;
	background: #fff;
}
.default-bedrijvengids-card-ll:hover {
    transform: translateY(-5px);
	box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}
.default-bedrijvengids-card-ll .et_pb_column {
	display: flex;
	flex-direction: column;
	padding-bottom: 5px;
	overflow: hidden;
	padding-bottom: 20px;
}
.default-bedrijvengids-card-ll .et_pb_column .et_pb_module:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
}
.default-bedrijvengids-card-ll .et_pb_de_mach_thumbnail .et_pb_module_inner {
    aspect-ratio: 3/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff !important;
}
.default-bedrijvengids-card-ll img {
    transition: all .25s ease-out;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
.default-bedrijvengids-card-ll h4 {
    transition: all .25s ease-out;
}
.default-bedrijvengids-card-ll .et_pb_module {
    transition: all .25s ease-out;
}
.default-bedrijvengids-card-ll .dmach-postmeta-value {
    transition: all .25s ease-out;
}
.default-bedrijvengids-card-ll:hover {
    background: #0678be;
}
.default-bedrijvengids-card-ll:hover h4 {
    color: #fff;
}
.default-bedrijvengids-card-ll:hover .et_pb_module {
    color: #fff;
}
.default-bedrijvengids-card-ll .et_pb_de_mach_thumbnail .et_pb_module_inner {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.default-bedrijvengids-card-ll.side-text .et_pb_de_mach_thumbnail .et_pb_module_inner {
	border-radius: 5px 0 0 5px;
}
.default-bedrijvengids-card-ll:hover .dmach-postmeta-value {
    color: #fff !important;
}
.default-bedrijvengids-card-ll:hover img {
    transform: scale(1.05);
}
.default-bedrijvengids-card-ll .et_pb_column .et_pb_module.cat-button {
    background: #0678be;
    border-radius: 50px;
    position: absolute;
    line-height: 14px;
    padding: 10px 20px 7px !important;
    left: 15px;
    top: 15px;
    transition: all .25s ease-out;
}
.default-bedrijvengids-card-ll .et_pb_column .et_pb_module.cat-button:hover {
	background: #0678be;
}
.default-bedrijvengids-card-ll .et_pb_de_mach_post_meta.cat-button > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child .dmach-postmeta-value {
	font-size: 0;
	line-height: 14px;
}
.default-bedrijvengids-card-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a {
	display: none;
}
.default-bedrijvengids-card-ll .et_pb_de_mach_post_meta > .et_pb_module_inner .et_pb_de_mach_post_meta_item:first-child p.dmach-postmeta-value a:first-of-type {
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
}

/*---- News cards column bg ----*/
.news-cards-column-bg > .et_pb_column:first-child {
	width: calc(25% - 37.5px);
	margin-right: 50px;
	border-radius: 5px;
}
.news-cards-column-bg > .et_pb_column:last-child {
    width: calc(75% - 12.5px);
    padding: 20px 0;
}

/*---- Featured news Home ----*/
.home-first-block > .et_pb_row > .et_pb_column:first-child {
}
.home-first-block > .et_pb_row > .et_pb_column:nth-child(2) .et_pb_de_mach_archive_loop {
	margin-bottom: 10px !important;
}
.home-first-block > .et_pb_row > .et_pb_column:nth-child(2) .et_pb_de_mach_archive_loop:last-of-type {
	margin-bottom: 0px !important;
	border: 0 !important;
}


/*---- Lined row ----*/
.et_pb_row.lined-row:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    margin-top: 20.5px;
    z-index: 0;
}
.et_pb_row.lined-row.without-button:before {
	margin-top: 10.5px;
}
.et_pb_row.lined-row .et_pb_column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lined-row .et_pb_text {
	display: flex;
}
.lined-row h3 {
	padding-bottom: 0;
	padding-right: 20px;
	background: #fff;
}
.et_pb_with_background .lined-row h3 {
	background: #f7f7f7;
}
.lined-row .et_pb_button_module_wrapper {
	padding-left: 20px;
	background: #fff;
    line-height: 22px !important;
    font-weight: 600;
}
.et_pb_with_background .lined-row .et_pb_button_module_wrapper {
	background: #f7f7f7;
}
.lined-row .et_pb_button_module_wrapper .et_pb_button:after {
    position: initial;
}
.lined-row .et_pb_column:last-child {
    display: flex;
    justify-content: end;
}
.lined-row .et_pb_button_module_wrapper .et_pb_button {
    line-height: 22px !important;
    font-weight: 600;
}

/*---- Footer ----*/
footer .et_pb_text {
	font-size: 15px !important;
	line-height: 1.7;
}
footer h4 {
	font-size: 18px !important;
	font-weight: 700;
}

/*---- Single Post ----*/
.single-post .et_pb_module.et_pb_post_title .et_pb_title_meta_container {
    padding-bottom: 30px;
}
.single-post .et_pb_module.et_pb_post_title img {
    border-radius: 5px;
}
.single-post .featured-news-small-ll {
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}
.single-post .sidebar-single-news .dmach-grid-item:last-child .featured-news-small-ll {
	margin-bottom: 0px;
	border-bottom: 0px solid #d1d1d1;
}

/*---- Single Bedrijvengids ----*/
.bedrijvengids-row > .et_pb_column:first-child {
	background: #f4f4f4;
	padding: 30px;
	border-radius: 5px;
}
.bedrijvengids-row .et_pb_module.et_pb_post_title {
    display: flex;
    flex-direction: column-reverse;
}
.bedrijvengids-row .et_pb_title_container h1 {
    font-size: 24px !important;
    text-align: center;
    padding-top: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.bedrijvengids-row .et_pb_de_mach_acf_item {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.7;
    color: #333;
}
.bedrijvengids-row .et_pb_de_mach_acf_item:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.bedrijvengids-row .et_pb_de_mach_acf_item a {
	color: #333;
}
.bedrijvengids-row .dmach-icon-image-content {
	justify-content: flex-start !important;
}
.bedrijvengids-row .dmach-icon {
	font-size: 18px !important;
	color: #333 !important;
}
.bedrijvengids-row .dmach-icon:before {
	color: #333 !important;
}
.single-bedrijvengids .aanmelden-button {
	width: 100%;
}
.single-bedrijvengids .featured-news-small-ll {
    margin-bottom: 0;
    margin-top: 0px;
    border-bottom: 1px solid #d1d1d1;
}
.single-bedrijvengids .dmach-grid-item:last-child .featured-news-small-ll {
    border-bottom: 0px solid #d1d1d1;
}
.single-bedrijvengids .featured-news-small-ll .et_pb_de_mach_post_meta {
	display: none !important;
}
.single-bedrijvengids .et_pb_map_container {
	margin: 0 -30px -30px !important;
	border-top: 30px solid #fff;
	border-radius: 0;
}

/*---- Bedrijvengids Archive ----*/
div#divi_filter {
    display: flex;
}
div#divi_filter > form {
	flex: 1;
}
div#divi_filter p.et_pb_contact_field_options_title {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding-bottom: 10px;
}
div#divi_filter span.select2-selection {
    padding: 10px;
	height: 50px !important;
}
div#divi_filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.et-db #et-boc .et-l .et_pb_button.reset-filters {
    line-height: 22px !important;
    text-transform: uppercase;
    margin-top: 17px;
    margin-left: 20px;
}

/*---- Single Partnerbijdrage ----*/
.single-partnerbijdrage .et_pb_module.et_pb_post_title .et_pb_title_meta_container {
    padding-bottom: 30px;
}
.single-partnerbijdrage .et_pb_module.et_pb_post_title img {
    border-radius: 5px;
}
.partnerbijdrage-row > .et_pb_column:first-child {
	background: #f4f4f4;
	padding: 30px;
	border-radius: 5px;
}
.partnerbijdrage-row > .et_pb_column:first-child .et_pb_section {
	background: transparent !important;
}
.partnerbijdrage-row > .et_pb_column:first-child .et_pb_section .et_pb_row {
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
.partnerbijdrage-row > .et_pb_column:first-child h3 {
    font-size: 24px !important;
    text-align: center;
    padding-top: 20px;
    line-height: 1.2;
    font-weight: 600;
	text-transform: unset !important;
}
.partnerbijdrage-row .et_pb_de_mach_acf_item {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.7;
    color: #333;
}
.partnerbijdrage-row .et_pb_de_mach_acf_item:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.partnerbijdrage-row .et_pb_de_mach_acf_item a {
	color: #333;
}
.partnerbijdrage-row .dmach-icon-image-content {
	justify-content: flex-start !important;
}
.partnerbijdrage-row .dmach-icon {
	font-size: 18px !important;
	color: #333 !important;
}
.partnerbijdrage-row .dmach-icon:before {
	color: #333 !important;
}