/*
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-dda443b8-56c2-46ad-ae23-c2a5c8a57cee);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.terugblikken {
	background: var(--wpr-bg-9849b861-7010-4775-a047-49e97d71b067);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.succes-verzekerd {
	background: var(--wpr-bg-9a1d9e37-5335-4fc7-bb62-74462d4420e5);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersinteresses {
	background: var(--wpr-bg-9b4a0b80-acdb-4aae-8097-913ec3f9613a);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.sectoren {
	background: var(--wpr-bg-40f2c65b-a3e7-4645-ac8e-481b3d4e1115);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.van-deelnemers {
	background: var(--wpr-bg-f23e1876-ca95-4f04-8eaa-bf0543ff611c);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.lezingen {
	background: var(--wpr-bg-fc06fca5-c5af-4fa1-86fa-8211eccfc215);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.kennisbijdragen {
	background: var(--wpr-bg-0dfed11e-2476-4692-8b53-4c0beb46c55f);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.oplossingen {
	background: var(--wpr-bg-4f9829d9-8557-46ce-94d6-c90cb61414b9);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.deskundigheden {
	background: var(--wpr-bg-3bc01a15-0723-4f18-bfdf-81bcc8d96309);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.basiscommunicatiepakket {
	background: var(--wpr-bg-cd856475-3200-4948-90b2-d2b9dd1a788e);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.extra-communicatie {
	background: var(--wpr-bg-5022464d-fdc8-438b-9e65-6e95da266359);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.sponsoritems {
	background: var(--wpr-bg-d5b9ede3-87b6-4c36-9bb4-4053992916c3);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.themastands {
	background: var(--wpr-bg-dfd4ffc5-86c6-431c-9730-a827240ae98e);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.individuele-systeembouw {
	background: var(--wpr-bg-61b9df2e-48f4-4624-8c7f-883288479b1a);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.unieke-systeembouw {
	background: var(--wpr-bg-4574bbd8-d40e-472d-b6e9-6d848e9b25fb);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.unieke-houtbouw {
	background: var(--wpr-bg-159bb192-fbdd-4bee-98e5-97892f339dbf);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.digitaal-adverteren {
	background: var(--wpr-bg-e6e63400-d323-4dfa-ade8-102cbdc01a3a);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.mediapartners {
	background: var(--wpr-bg-a17092d8-c460-4366-a901-c4ca36906a85);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.beursvloer {
	background: var(--wpr-bg-ae39abce-0e80-43a7-9dbe-43a594b19d0b);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.deelnemerslijst {
	background: var(--wpr-bg-c4b33d9f-f7a5-4db9-852f-aa5cea4bd422);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.laatste-nieuws {
	background: var(--wpr-bg-1f543533-c49a-44dd-a205-3078eb9e0d29);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.gratis-toegang {
	background: var(--wpr-bg-754af854-f222-4d55-b901-9d1c5e1d83f4);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.contact {
	background: var(--wpr-bg-2975a5b0-1681-41d0-a3fe-acbb25b9a86b);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersinformatie {
	background: var(--wpr-bg-055aeae7-23f7-4ae7-b847-ae2eb15386cc);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersregistratie {
	background: var(--wpr-bg-0ca6cf10-f298-477f-bfbc-aa9dbef0b1cb);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersprofiel-2023 {
	background: var(--wpr-bg-b7c6c12f-4ced-4967-a832-6ed057911cc5);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bezoekersprofiel-2022 {
	background: var(--wpr-bg-75b16d76-242f-471b-8569-1c9e0ac7bc2a);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.prijsuitreikingen {
	background: var(--wpr-bg-668b01d3-99cc-428e-b0ac-e3822a64877b);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.branchestraat {
	background: var(--wpr-bg-80ae4798-8604-4528-bf81-f531e34818d3);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.fgnoviteitenprijs {
	background: var(--wpr-bg-97b5384e-5937-4782-a6bc-aec99701edc6);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.fggebouwbeheerprijs {
	background: var(--wpr-bg-bb1002e6-2433-43ab-b6ff-3fbb806bf07b);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.standbouw {
	background: var(--wpr-bg-5af471f8-2de4-437d-a5c6-7a1a35dc39ec);
	background-size: cover;
	background-repeat: no-repeat;
}
.right-sidebar-three-blocks a.bedrijfsprofielen {
	background: var(--wpr-bg-7cd10c3b-cc90-4fa1-b1e9-2d5b26ec9c58);
	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;
	}
}