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

/*---- General ----*/
.et_pb_gutters3 .et_pb_column .et_pb_module {
	margin-bottom: 30px;
}
.et_pb_row, .container.et_menu_container {
	width: 90%;
}
.et_pb_module h1:last-child {
	padding-bottom: 0;
}
.et_pb_de_mach_content.et_pb_module ul {
    padding-left: 1em !important;
}
.grid-layout-grid .divi-filter-archive-loop {
	margin-bottom: 0 !important;
}
.divi-filter-pagination ul.page-numbers {
    margin-top: 30px;
}
.bijschrift {
	text-align: center !important;
	font-size: 14px;
	margin-bottom: 0px !important;
	width: 100%;
}
.et_pb_text ol {
    list-style-position: outside;
    padding-left: 2em;
}
.et_pb_text ol li {
    padding-bottom: 10px;
}
.et_pb_text ol li:last-child {
    padding-bottom: 0px;
}
.et_pb_de_mach_content p:not(:last-child), .et_pb_text p:not(:last-child) {
    padding-bottom: 1em;
}
a.glink img {
    width: 52px;
    padding: 0 10px !important;
}
.et-social-dribbble a.icon:before {
	content: '\e010' !important;
	font-family: 'ETModules' !important;
}
.et-social-bandcamp a.icon:before {
	content: '\e090' !important;
	font-family: 'ETModules' !important;
}
.et_pb_login {
    margin-bottom: 0 !important;
}
.custom-width-three-column .et_pb_column:first-child .et_pb_login ~ .et_pb_button_module_wrapper {
    width: calc(50% - 10px);
}
.custom-width-three-column .et_pb_column:first-child .et_pb_login ~ .et_pb_button_module_wrapper .et_pb_button {
	width: 100%;
	text-align: center;
}
.et_pb_menu .et-menu-nav>ul ul {
	width: auto !important;
}
.et-menu li li {
	width: 100%;
}
.et-menu li li a {
	width: 100%;
	white-space: nowrap;
}
.mfp-title {
	display: none !important;
}
a.et_pb_menu__icon, button.et_pb_menu__icon {
    margin: 0 30px;
}
.et_pb_menu .et_pb_menu__search-input::placeholder {
    color: #fff;
}
.et_pb_menu .et_pb_menu__search-input {
    padding: 0 20px !important;
    color: #fff !important;
}
sup {
	font-size: 10px !important;
}
.pum-theme-standaard-thema {
    background: rgba(0,0,0,0.7) !important;
}
.pum-theme-standaard-thema .pum-content+.pum-close {
	background: transparent !important;
	box-shadow: unset !important;
}
.pum-theme-standaard-thema .pum-container {
	border-radius: 10px !important;
}
.custom-width-three-column {
    padding-bottom: 0 !important;
    margin-bottom: -20px;
}
.post-type-tag {
    position: absolute;
    z-index: 9;
    color: #fff;
    display: block;
    background: #ea5b0c;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0;
    right: 10px;
    top: 10px;
}
.lezing-tijd-blurb .et_pb_blurb_container {
    padding: 0;
    line-height: 1;
    transform: translateX(-7px);
}
@media only screen and (max-width: 640px) {
	#main-content .et_pb_section_0, #main-content .et_pb_section_0_tb_body {
		padding-bottom: 0 !important;
	}
} 


/*---- Typography ----*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
    -webkit-font-smoothing: auto;
}
h1, .et_pb_title_container h1 {
    color: #ea5b0c;
	font-size: 40px;
    line-height: 1.2;
	font-weight: 700;
}
h2, .act-as-title {
    color: #ea5b0c;
	font-size: 36px;
    line-height: 1.2;
	font-weight: 700;
	padding-bottom: 10px;
}
h3 {
    color: #ea5b0c;
    font-size: 20px !important;
    line-height: 1.3;
    font-weight: 600;
}
h6, .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 {
	color: #000;
	font-size: 16px !important;
	line-height: 1.7;
	font-weight: 400;
	padding-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
	h1, .et_pb_title_container h1 {
		font-size: 28px;
	}
	h2, .act-as-title {
		font-size: 24px;
	}
}

/*---- Collapsible text ----*/
.collapsible-text.collapsible {
    position: relative;
    max-height: 450px;
    transition: max-height 1s ease;
}
.collapsible-text.expanded {
    max-height: 7000px;
}
.collapsible-text.collapsible:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 15;
}
.collapsible-text.expanded:before {
	display: none !important;
}
.collapsible-text .et_pb_module_inner, .collapsible-text .et_pb_text_inner {
	max-height: inherit;
	overflow: hidden;
}
.collapsible-text .read-more {
    position: absolute;
    bottom: -40px;
    color: #ea5b0c;
    cursor: pointer;
    z-index: 99;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}
@media only screen and (max-width: 980px) {
	.collapsible-text.collapsible {
		margin-bottom: 70px !important;
	}
}

/*---- Custom width three column ----*/
.custom-width-three-column .et_pb_column:not(:last-child) {
    width: 40% !important;
    margin-right: 2% !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}
.custom-width-three-column .et_pb_column:not(:last-child) .et_pb_de_mach_thumbnail {
	width: 100% !important;
}
.custom-width-three-column .et_pb_column:not(:last-child) .et_pb_button_module_wrapper {
	margin-bottom: 0 !important;
	margin-top: 20px !important;
}
.custom-width-three-column .et_pb_column:last-child {
	width: 16% !important;
}
.single-vakblad .custom-width-three-column  .et_pb_column:not(:last-child) {
    width: 82% !important;
    display: block;
}
@media only screen and (min-width: 981px) {
	.custom-width-three-column .et_pb_column:not(:last-child) .et_pb_de_mach_thumbnail img {
		width: 100% !important;
		max-height: 450px !important;
		object-fit: cover !important;
	}
}
@media only screen and (max-width: 980px) {
	.custom-width-three-column .et_pb_column:not(:last-child) {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.custom-width-three-column .et_pb_column:last-child {
		width: 100% !important;
	}
}
@media only screen and (max-width: 479px) {
	.custom-width-three-column {
		padding-top: 0 !important;
	}
	.custom-width-three-column .et_pb_column:not(:last-child) .et_pb_button_module_wrapper {
    	width: 100%;
	}
	.custom-width-three-column .et_pb_column:not(:last-child) .et_pb_button_module_wrapper a {
		width: 100%;
		text-align: center;
	}
}

/*---- Right sidebar three blocks ----*/
.right-sidebar-three-blocks h3 {
	padding-bottom: 20px;
}
.right-sidebar-three-blocks p {
    aspect-ratio: 5/3;
    width: 100%;
    background: #5894ab;
    padding: 0px !important;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.right-sidebar-three-blocks a {
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 20px;
	color: #fff;
	position: relative;
	margin-top: 0;
	transition: all .3s ease;
	z-index: 1;
}
.right-sidebar-three-blocks a.beursthemas {
	background: var(--wpr-bg-44f81ea5-16c4-4661-9141-ee6c8e91a2aa);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.terugblikken {
	background: var(--wpr-bg-710bd9a0-7319-40d5-a12d-8c1d4234c7b6);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.succes-verzekerd {
	background: var(--wpr-bg-2a81a55b-c2e6-4d9b-8dcf-f622de538fe3);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersinteresses {
	background: var(--wpr-bg-1fece523-d264-4763-bcf9-cda173e3a4d6);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.sectoren {
	background: var(--wpr-bg-c10b31bf-be0f-414a-a779-9f6722a94b31);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.van-deelnemers {
	background: var(--wpr-bg-1b983d9b-f200-4f29-a47f-0901728f38bd);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.lezingen {
	background: var(--wpr-bg-94d60166-7afe-4d00-be0b-6cf2980b4ea2);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.kennisbijdragen {
	background: var(--wpr-bg-62bc92b8-d15f-4e37-8801-69114c3ac5c8);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.oplossingen {
	background: var(--wpr-bg-5e35bb4d-f100-41d7-baa4-69928419ea2d);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.deskundigheden {
	background: var(--wpr-bg-bb9e6e98-b516-4d9d-8535-abde0eb96b47);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.basiscommunicatiepakket {
	background: var(--wpr-bg-647306a4-7e16-4804-bc1a-2e681c9146b3);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.extra-communicatie {
	background: var(--wpr-bg-e96700e7-90bf-4ec1-b51f-aebcf256cc39);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.sponsoritems {
	background: var(--wpr-bg-8c242f08-816e-49c2-920e-af334473b3b5);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.themastands {
	background: var(--wpr-bg-34aeb46a-de0a-45e9-bc21-482e430ca03c);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.individuele-systeembouw {
	background: var(--wpr-bg-4844b2f2-d6e8-4ef4-8647-8f885cc86e92);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.unieke-systeembouw {
	background: var(--wpr-bg-956c10ae-0719-47d0-b479-56c81df2951f);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.unieke-houtbouw {
	background: var(--wpr-bg-f1958cf9-f8b1-4ab4-93bc-23a66c1fe97f);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.digitaal-adverteren {
	background: var(--wpr-bg-39e3d22d-52ce-4152-b062-f910ff597929);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.mediapartners {
	background: var(--wpr-bg-5ea5d90d-69b1-4886-9235-b091d39f5b90);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.beursvloer {
	background: var(--wpr-bg-2453cd48-7f4b-4975-befa-b2cf9a66aa65);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.deelnemerslijst {
	background: var(--wpr-bg-3e5c3e44-1b2e-4c36-853a-bb48360364f9);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.laatste-nieuws {
	background: var(--wpr-bg-91c25ab5-b0b5-471f-9929-88c25f74e2e8);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.gratis-toegang {
	background: var(--wpr-bg-442c5607-2ab6-4a33-adb7-60942c05033b);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.contact {
	background: var(--wpr-bg-bb295d0b-af37-45b6-b616-7aca72dc40f6);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersinformatie {
	background: var(--wpr-bg-a3cc783c-c6fd-48be-a633-655e16ed6d40);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersregistratie {
	background: var(--wpr-bg-e438ea61-c320-49d7-b438-99dea4fe7914);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersprofiel-2023 {
	background: var(--wpr-bg-4aba91b8-81cc-48c6-a868-b177940da792);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersprofiel-2022 {
	background: var(--wpr-bg-b728b27f-25e8-4ed6-9f10-217df324522a);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.prijsuitreikingen {
	background: var(--wpr-bg-ae7b0dbd-1684-4cef-9600-86d409c63dc7);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.branchestraat {
	background: var(--wpr-bg-7c9d81ed-0ee7-4738-8fee-95e691bc6dfe);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.fgnoviteitenprijs {
	background: var(--wpr-bg-68c5d8a8-48d8-46f2-b7b5-355d0548210a);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.fggebouwbeheerprijs {
	background: var(--wpr-bg-3d4459ab-1288-4111-9869-9003df6543b5);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.standbouw {
	background: var(--wpr-bg-b186d7cf-da4d-45bc-a44a-45cfa2c110b8);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bedrijfsprofielen {
	background: var(--wpr-bg-0ef6ea97-6c3a-4b01-b7de-8524ad87882c);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a:after {
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	top: 0;
	z-index: -1;
}
.right-sidebar-three-blocks a:hover {
	padding-bottom: 30px;
}
.right-sidebar-three-blocks a:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: calc(50% - 45px);
    left: calc(50% - 15px);
	opacity: 0;
	transition: all .3s ease;
}
.right-sidebar-three-blocks a:hover:before {
	opacity: 1;
	bottom: calc(50% - 25px);
}
@media only screen and (max-width: 980px) {
	.right-sidebar-three-blocks h3 {
		text-align: center;
		padding-top: 30px;
	}
}

/*---- Post LL ----*/
.post-ll {
    border-radius: 10px;
    overflow: hidden;
}
.post-ll .et_pb_de_mach_thumbnail {
    overflow: hidden;
	margin-bottom: 0 !important;
}
.post-ll .et_pb_de_mach_thumbnail:before {
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.post-ll img {
    aspect-ratio: 3/2;
	width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    transition: all .3s ease;
    transform: scale(1);
}
.post-ll:hover img {
    overflow: hidden;
    transform: scale(1.15);
}
.post-ll .et_pb_de_mach_title {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
}
.post-ll h3 {
    padding: 20px;
	color: #fff !important;
	font-size: 16px !important;
    font-weight: 600;
}
.post-ll.with-link .et_pb_de_mach_acf_item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    display: flex;
    opacity: 0;
}
.post-ll.with-link .et_pb_de_mach_acf_item .et_pb_module_inner {
    width: 100%;
    display: flex;
}
.post-ll.with-link .et_pb_de_mach_acf_item .dmach-acf-item-content {
	display: block;
	height: 100%;
}
.post-ll.with-link .et_pb_de_mach_acf_item .dmach-acf-value {
	display: block;
	height: 100%;
	width: 100%;
}
.post-ll.with-link .et_pb_column {
    position: relative;
}
.post-ll.with-link .et_pb_de_mach_title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.post-ll.with-link .et_pb_de_mach_title .et_pb_module_inner {
    display: block;
    width: 100%;
    height: 100%;
}
.post-ll.with-link .et_pb_de_mach_title .et_pb_module_inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.post-ll.with-link .et_pb_de_mach_title h3 {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
body.search-results .post-ll.with-link .et_pb_de_mach_title .et_pb_module_inner a {
	aspect-ratio: 3/2;
	height: unset;
}
body.search-results .et_pb_de_mach_content {
    padding-top: 10px;
}
.post-type-tag {
    position: absolute;
    z-index: 9;
    color: #fff;
    display: block;
    background: #ea5b0c;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0;
    right: 10px;
    top: 10px;
}
.post-type-tag-left {
    position: absolute;
    z-index: 9;
    color: #fff;
    display: block;
    background: #ea5b0c;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0;
    left: 10px;
    top: 10px;
}

/*---- Deelnemer LL ----*/
.deelnemer-ll {
    padding: 20px !important;
    box-shadow: rgba(56, 64, 72, 0.3) 0px 0px 10px 0px;
    width: 100%;
    max-width: 100% !important;
    border-radius: 10px;
}
.deelnemer-ll .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.deelnemer-ll .dmach-acf-item-content {
    justify-content: center;
}
.deelnemer-ll .et_pb_de_mach_title {
	margin-bottom: 5px !important;
}
.deelnemer-ll h3 {
    font-size: 16px !important;
    font-weight: 700;
    color: #384048!important;
}
.deelnemer-ll .et_pb_de_mach_acf_item {
    margin-bottom: 0 !important;
}

/*---- Lezing LL ----*/
.lezing-ll {
    padding: 20px !important;
    box-shadow: rgba(56, 64, 72, 0.3) 0px 0px 10px 0px;
    width: 100%;
    max-width: 100% !important;
    border-radius: 10px;
}
.lezing-ll .et_pb_column {
	display: flex;
	flex-direction: column;
}
.lezing-ll .et_pb_de_mach_acf_item:nth-last-child(3) {
	margin-top: auto !important;
}
.lezing-ll .dmach-acf-item-content {
    justify-content: center;
}
.lezing-ll .et_pb_de_mach_title {
	margin-bottom: 10px !important;
}
.lezing-ll h3 {
    font-size: 16px !important;
    font-weight: 700;
    color: #384048!important;
}

/*---- Form ----*/
p.gform_required_legend {
	display: none;
}
.charleft.gfield_description {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield textarea, .gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .gfield select {
    border: 1px solid #000000;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 32px;
}
.gfield_description {
    padding-top: 5px !important;
    font-size: 14px !important;
}
.gform_button, .gform_next_button, .gform_previous_button {
    font-size: 16px;
    font-weight: 500;
    background: #EA5B0C !important;
    border: 0;
    border-radius: 2px;
    color: #fff !important;
    line-height: 1.7;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}
.gform_button:hover, .gform_next_button:hover, .gform_previous_button:hover {
    background: #384048;
}

/*---- Homepage Blocks ----*/
.homepage-blocks .et_pb_row {
    display: flex;
    column-gap: 30px;
    width: 90%;
    max-width: 90%;
    row-gap: 30px;
}
.homepage-blocks .et_pb_row:after {
    display: none;
}
.homepage-blocks .et_pb_column {
    border-radius: 10px;
    overflow: hidden;
}
.homepage-blocks .et_pb_column .et_pb_image {
    overflow: hidden;
	margin: 0 !important;
}
.homepage-blocks .et_pb_column .et_pb_image:before {
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
	transition: all .3s ease;
}
.homepage-blocks .et_pb_column:hover .et_pb_image:before {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
}
.homepage-blocks .et_pb_column .et_pb_image img {
    aspect-ratio: 3/2;
	width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    transition: all .3s ease;
    transform: translate3d(-30px,0,0) scale(1.19);
}
.homepage-blocks .et_pb_column:hover .et_pb_image img {
    overflow: hidden;
    transform:translateZ(0) scale(1);
}
.homepage-blocks .et_pb_column .et_pb_text:last-child {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
}
.homepage-blocks .et_pb_column .et_pb_text:last-child h3 {
    padding: 20px;
	color: #fff !important;
	font-size: 16px !important;
    font-weight: 600;
}
.homepage-blocks .et_pb_column .et_pb_text:nth-child(2) {
    color: #fff !important;
    margin: 0 !important;
    position: absolute;
    top: 20px;
    left: -20px;
    width: 70%;
    z-index: 99;
    padding: 10px 10px 10px 0px;
    border-right: 1px solid #fff;
    opacity: 0;
    transition: all .3s ease;
    max-width: 240px;
}
.homepage-blocks .et_pb_column:hover .et_pb_text:nth-child(2) {
	left: 20px;
	opacity: 1;
}

/*---- Loop pagination ----*/
.et_pb_de_mach_archive_loop.et_pb_module .divi-filter-pagination ul.page-numbers li {
    border: 0;
    background: #ea5b0c !important;
    border-radius: 2px;
    min-width: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.divi-filter-pagination ul.page-numbers {
    column-gap: 10px;
    margin-top: 50px;
}
.et_pb_de_mach_archive_loop.et_pb_module .divi-filter-pagination ul.page-numbers li a {
    color: #fff;
    font-size: 14px;
}
.et_pb_de_mach_archive_loop.et_pb_module .divi-filter-pagination ul.page-numbers li span.current {
    background: #000 !important;
    border-radius: 2px;
    color: #fff !important;
}

/*---- Filters ----*/
.et_pb_de_mach_filter_posts {
	margin-bottom: 0 !important;
}
.et_pb_de_mach_search_posts_item .et_pb_contact_field_options_title {
    font-weight: 700;
}
.divi-location-fullwidth .divi-filter-item, .divi-location-fullwidth .et_pb_de_mach_search_posts_item p.et_pb_contact_field.divi-filter-item {
	border: 1px solid #000;
	border-radius: 5px;
}

/*---- UM ----*/
.um-field-block {
	color: #000 !important;
}
.um-center .um-button, .um-button {
    background: #EA5B0C !important;
    color: #fff !important;
    padding: 8px 20px !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
    border-radius: 2px !important;
}
.um-center .um-button:hover, .um-button:hover {
    background: #000 !important;
}
.um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea {
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 5px;
}


/* #### Collaping Mobile Menu #### */

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle-icon::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle-icon::after {
	color: #fff; /* Icon color */
	background: #000; /* Icon background color */
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	border-radius: 50%;
	padding: 3px;
}

ul.et_mobile_menu li.menu-item-has-children.mobile-toggle-open>.mobile-toggle-icon::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.mobile-toggle-open>.mobile-toggle-icon::after {
	content: '\32';
}

.et_mobile_menu .menu-item-has-children>a {
    font-weight: 600 !important; 
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle-icon,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle-icon {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle-icon {
	text-align: center;
	opacity: 1;
}

/*---- Custom login ----*/
.et_pb_login_module_divi {
    max-width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #ea5b0c;
    width: 100%;
}
.et_pb_login_module_divi h2 {
	color: #fff !important;
}
.et_pb_login_module_divi #divi-login-form {
    display: flex;
    flex-direction: column;
	padding-top: 20px !important;
}
.et_pb_login_module_divi #divi-login-form p {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px !important;
	color: #fff !important;
}
.et_pb_login_module_divi #divi-login-form label {
	color: #fff !important;
	font-weight: 600;
}
.et_pb_login_module_divi input[type="text"], .et_pb_login_module_divi input[type="password"] {
    margin-bottom: 10px;
    padding: 14px 22px;
	font-size: 16px;
    line-height: 1.7;
    border: 0;
    border-radius: 5px;
    margin-top: 5px;
}
.et_pb_login_module_divi input[type=submit] {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    background: #000;
    border: 0;
    padding: 6px 20px;
    border-radius: 5px;
	cursor: pointer;
	transition: all .3s ease;
}

.et_pb_login_module_divi input[type=submit]:hover {
    transform: scale(1.01);
}

/*---- Thema choice LL ----*/
.thema-choice-ll {
    padding: 0px !important;
    box-shadow: rgba(56, 64, 72, 0.3) 0px 0px 10px 0px;
    width: 100%;
    max-width: 100% !important;
    border-radius: 10px;
	transition: background .3s ease 0s;
}
.thema-choice-ll:hover {
    background: #EA5B0C;
}
.thema-choice-ll .et_pb_column {
    display: flex;
    padding: 0px 5px;
    flex-direction: column;
    justify-content: center;
    height: 60px !important;
}
.thema-choice-ll .dmach-acf-item-content {
    justify-content: center;
}
.thema-choice-ll .et_pb_de_mach_title {
	margin-bottom: 5px !important;
}
.thema-choice-ll h3 {
    font-size: 14px !important;
    font-weight: 700;
    color: #384048!important;
    padding: 0 !important;
}
.thema-choice-ll:hover h3 {
	color: #fff !important;
}
.thema-choice-ll .et_pb_module {
    margin-bottom: 0 !important;
}
.thema-choice-ll * {
    text-align: center;
}
.thema-choice-ll .et_pb_de_mach_view_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thema-choice-ll .et_pb_de_mach_view_button > div, .thema-choice-ll .et_pb_de_mach_view_button a {
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
}

/*---- Enquête ----*/
div#gform_15_validation_container {
    display: none;
}
div#validation_message_15_1 {
    padding: 5px 10px !important;
    border-radius: 5px;
}
div#gform_confirmation_message_16 {
    background: #ea5b0c;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.enquete-form {
	border: 1px solid #ccc;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 50px;
}
.enquete-form .gfield_radio {
    display: flex;
    column-gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.enquete-form .gchoice {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    height: 45px;
    min-width: 85px;
}
.enquete-form .gchoice:nth-last-child(2) {
    xmin-width: 180px;
}
.enquete-form .gchoice:last-child {
    min-width: 106px;
}
.enquete-form input.gfield-choice-input {
    z-index: 2;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    transition: .3s all ease-in-out;
    position: absolute;
    background: #f1f1f1;
}
.enquete-form input.gfield-choice-input:hover, .enquete-form .gchoice label:hover {
    cursor: pointer;
}
.enquete-form input.gfield-choice-input:checked {
    background: #ea5b0c;
}
.enquete-form input.gfield-choice-input:checked + label {
    color: #fff;
}
.enquete-form .gchoice label {
    z-index: 3;
    font-weight: 700;
	font-size: 16px !important;
    color: #ea5b0c;
    display: block;
    position: absolute;
    padding: 0 0 0 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    overflow:visible;
}
.enquete-form input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
}
.enquete-form input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}
.enquete-form input[type="radio"].gfield-choice-input + label:after {
    border-radius: 50px;
}
.enquete-form input.gfield-choice-input:checked + label:after {
    content: "\2713";
    border: 2px solid white;
}
@media only screen and (max-width: 640px) {
	.enquete-form {
		padding: 20px;
	}
}