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

/*---- Typography ----*/
body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 500;
}
h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}
h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2, .et_pb_title_container h1, .sidepage-heading h1, .et-db #et-boc .et-l .et_pb_column_1_3 h2 {
	font-family: "Inter", sans-serif;
	color: #0f172a;
	font-size: 30px;
	line-height: 1.33;
	font-weight: 600;
	letter-spacing: -0.75px;
	text-transform: unset;
}
h3 {
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 24px;
	font-size: 24px;
}
@media only screen and (max-width: 640px) {
	h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
		font-size: 36px;
	}
}

/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row, .container.et_menu_container {
	width: 80%;
}
h1:last-child, h2:last-child, h3:last-child {
	padding-bottom: 0;
}
.et_pb_gutters3 .et_pb_column .et_pb_module {
	margin-bottom: 35px
}
.et_pb_text ul:last-child {
	padding-bottom: 0;
}
.et_pb_text ul li:not(:last-child) {
    padding-bottom: 20px;
}
.et_pb_text a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
header {
	box-shadow: unset !important;
}
body:not(.home) .logo_container {
	opacity: 1 !important;
	height: 100% !important;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 0;
}
video.mfp-video {
    max-height: 80vh;
}
.search-result-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	width: calc(100% - 50px);
	font-size: 16px;
}
.search-result-title span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.close-search-results {
    width: 27px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.close-search-results img {
	padding: 3px;
}
@media only screen and (min-width: 981px) {
	.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 10px;
		width: calc(50% - 5px);
	}
	.et_pb_gutters2.et_pb_row.et_pb_row_4col .et_pb_column {
		margin-right: 10px;
		width: calc(25% - 7.5px);
	}
}
@media only screen and (max-width: 767px) {
	.et_pb_row, .et-db #et-boc .et-l .et_pb_row, .container.et_menu_container {
		width: 90%;
	}
}

/*---- Menu ----*/
#et-top-navigation {
    padding-left: 0 !important;
    width: 100%;
}
nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
    width: 100%;
    text-align: center;
}
#top-menu li {
	padding-right: 40px;
}
#top-menu li a {
    font-weight: 700 !important;
	font-size: 13px !important;
	letter-spacing: 1.5px;
}
#top-menu>li:last-child {
    position: absolute;
    right: 30px;
}
#top-menu>li:nth-last-child(2) {
    padding-right: 0 !important;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1 !important;
}
#top-menu li a:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #000;
    top: 17px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#top-menu li a:hover:before, #top-menu li.current-menu-item a:before {
	opacity: 1;
}
.mobile_menu_bar:before {
    color: rgba(255,255,255,0) !important;
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/Menu-Hamburger-AW.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	font-size: 40px !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/Menu-Close-AW.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.et_mobile_menu {
    border: 0;
    box-shadow: unset;
    padding: 20px 5vw 50px;
    width: 100vw;
    margin-left: -5vw;
}
.et_mobile_menu li a {
    padding: 30px 18px 0px 0px;
    border: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/arrow_forward-AW.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: bottom right;
    line-height: 1;
}
#et_top_search {
	display: none !important;
}
.et_search_outer {
	top: 74px;
	background: #fff;
}
.et_search_form_container {
	transition: height .5s ease;
}
.et_search_outer.search-active {
	box-shadow: 0px 5px 7px rgba(0, 0, 0, .1) !important;
}
.et_search_outer.search-active .et_search_form_container {
    height: 100px;
    opacity: 1;
    background: #fff;
}
.et-search-form input {
    width: calc(100% - 50px);
    border-bottom: 1px solid;
    margin-bottom: 30px;
    right: unset;
    margin-top: 30px;
}
span.et_close_search_field:after {
    content: '\51';
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/circle-xmark-sharp-regular.svg);
    color: transparent !important;
    background-position: center;
    background-size: contain;
}
@media only screen and (max-width: 980px) {
	.et_header_style_left #logo {
    	max-width: 60%;
	}
	.hide-mobile-header {
		opacity: 0;
		margin-top: -200px !important;
	}
 	.show-mobile-header {
		opacity: 1;
		margin-top: 0px !important;
	}
 	#main-header {
		-webkit-transition: all 0.5s ease !important;
		-moz-transition: all 0.5s ease !important;
		-o-transition: all 0.5s ease !important;
		-ms-transition: all 0.5s ease !important;
		transition: all 0.5s ease !important;
	}
	#main-header.show-mobile-header {
		position: fixed !important;
		top: 0 !important;
	}
	.et_header_style_left .et-search-form {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/*---- Project LL ----*/
.project-ll {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}
.project-ll .et_pb_column {
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project-ll .et_pb_de_mach_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
}
.project-ll img {
    aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
}
.project-ll .et_pb_de_mach_thumbnail .et_pb_module_inner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	transition: opacity 0.3s ease;
}
.project-ll:hover .et_pb_de_mach_thumbnail .et_pb_module_inner:after {
	opacity: 1;
}
.project-ll .et_pb_de_mach_title {
    padding: 30px;
    text-align: center;
    margin: 0 !important;
}
.project-ll .et_pb_de_mach_title h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 52px;
	line-height: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.project-ll:hover .et_pb_de_mach_title h2 {
	opacity: 1;
}
.project-ll .et_pb_de_mach_view_button {
    xposition: absolute;
    left: 50%;
    transform: translateX(-50%);
    xbottom: 40px;
    text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.3s ease;
	font-size: 16px !important;
	letter-spacing: 2px !important;
	display: none !important;
}
.project-ll:hover .et_pb_de_mach_view_button {
	opacity: 1;
}
.project-ll .et_pb_button,.project-ll .et_pb_button:before {
	font-weight: 700;
	font-size: 16px !important;
}
.project-ll .et_pb_button:before {
    content: '' !important;
    width: 20px;
    height: 100%;
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/arrow_forward-AW.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.project-ll .et_pb_button:hover {
    background: transparent !important;
}
@media only screen and (max-width: 980px) {
	.project-ll .et_pb_de_mach_title h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 640px) {
	.project-ll .et_pb_de_mach_title {
		padding: 5px 10px 4px;
    	background: rgba(255,255,255,0.7);
    	min-height: 49px;
    	display: flex;
    	flex-direction: column;
	    justify-content: center;
	}
	.project-ll .et_pb_de_mach_title h2 {
		font-size: 20px;
	}
	.project-ll .et_pb_button {
		font-size: 10px !important;
    	letter-spacing: 1px;
	    margin-bottom: 6px;
	}
	.project-ll .et_pb_button:before {
    	width: 13px;
	}
	.project-ll .et_pb_column {
		justify-content: flex-end;
	}
	.project-ll .et_pb_de_mach_title h2 {
		opacity: 1;
	}
	.project-ll .et_pb_de_mach_view_button {
		opacity: 1;
	}
	.project-ll .et_pb_de_mach_thumbnail .et_pb_module_inner:after {
    	content: '';
    	width: 100%;
    	height: 100%;
    	background: rgba(255,255,255,0.7);
		display: none !important;
	}
	.project-ll .et_pb_de_mach_view_button {
		background: rgba(255,255,255,0.7);
	}
}

/*---- Single Project ----*/
.et_pb_column_1_2 .et_pb_de_mach_acf_item img {
	aspect-ratio: 5/7;
	width: 100%;
	object-fit: cover;
}
img.de_mach_gallery_image, video.de_mach_gallery_image {
    aspect-ratio: 1;
    object-fit: cover;
	width: 100%;
}
video.de_mach_gallery_image + span {
    opacity: 1;
	background-color: rgba(0,0,0,0.5) !important;
	z-index: 9;
}
video.de_mach_gallery_image + span:before {
    content: "\45" !important;
    color: #000 !important;
    background: #fff;
    border-radius: 100px;
    font-size: 48px !important;
}
video.de_mach_gallery_image:after {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
}
.single-post .et_pb_de_mach_title h1 {
	font-size: 44px;
	font-weight: 300;
}
ZZZZ.et_pb_posts_nav {
	width: 48px;
	margin-bottom: 0 !important;
}
ZZZZ.nav-previous span.meta-nav {
    font-size: 18px;
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/chevron-left-sharp-regular.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
}
ZZZZ.nav-next span.meta-nav {
    font-size: 18px;
    background: url(https://www.airworksinflatables.com/wp-content/uploads/2024/08/chevron-right-sharp-regular.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
}
.custom-nav {
	width: 48px;
	margin-bottom: 0 !important;
}
.custom-nav .et_pb_text_inner {
    display: flex;
    column-gap: 14px;
}
.custom-nav .et_pb_text_inner a {
	flex: 1;
}
.project-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
}
.project-content .et_pb_column {
	margin: 0 !important;
}
.project-content .et_pb_column:first-child {
	width: 280px !important;
}
.project-content .et_pb_column:nth-child(2) {
	width: calc(100% - 475px) !important;
}
.project-content .et_pb_column:last-child {
    width: 95px !important;
    display: flex;
	column-gap: 20px;
}
.project-content .et_pb_column:last-child .et_pb_image {
	width: 27px;
}
.project-content .et_pb_column:last-child .et_pb_image img {
	padding: 3px;
}
.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item:nth-child(-n+3) {
	grid-column: span 3 / span 3;
}
.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item:nth-child(-n+3) img {
	aspect-ratio: unset !important;
}
.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item:nth-child(-n+3) video {
	xaspect-ratio: unset !important;
}
.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item.video-content:nth-child(4) {
	grid-column: span 3 / span 3;
}
.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item.video-content:nth-child(4) video {
	xaspect-ratio: unset !important;
}
.mfp-arrow {
	opacity: 1 !important;
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    background-image: url(https://www.airworksinflatables.com/wp-content/uploads/2024/12/chevron-left-sharp-regular-wit.webp);
    background-size: 21px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	background-image: url(https://www.airworksinflatables.com/wp-content/uploads/2024/12/chevron-right-sharp-regular-wit.webp);
    background-size: 21px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-wrap .mfp-container button.mfp-close:hover, .mfp-wrap .mfp-container button.mfp-close {
    background-image: url(https://www.airworksinflatables.com/wp-content/uploads/2024/11/circle-xmark-sharp-regular-white.svg) !important;
    background-size: 21px !important;
    color: transparent;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) 20px !important;
    opacity: 1 !important;
}
@media only screen and (min-width: 981px) {
	.project-content .et_pb_column:first-child {
		position: fixed;
	}
	.project-content .et_pb_column:nth-child(2) {
		margin-left: 330px !important;
	}
	.project-content .et_pb_column:last-child {
		position: fixed;
		right: 10%;
	}
}
@media only screen and (min-width: 1700px) {
	.project-content .et_pb_column:last-child {
		right: calc(50% - 680px);
	}
}
@media only screen and (max-width: 980px) {
	.project-content {
		flex-direction: column;
	}
	.project-content .et_pb_column:first-child {
		width: 100% !important;
	}
	.project-content .et_pb_column:nth-child(2) {
		order: 5;
		width: 100% !important;
	}
	.project-content .et_pb_column:last-child {
		margin: 40px 0 !important;
	}
	.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item:nth-child(-n+3) {
		grid-column: span 2 / span 2;
	}
	.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item.video-content:nth-child(4) {
		grid-column: span 2 / span 2;
	}
}
@media only screen and (max-width: 767px) {
	.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item:nth-child(-n+3) {
		grid-column: span 1 / span 1;
	}
	.project-content .et_pb_column:nth-child(2) .et_pb_de_mach_gallery_item.video-content:nth-child(4) {
		grid-column: span 1 / span 1;
	}
}
@media only screen and (max-width: 640px) {
	.single-post .et_pb_de_mach_title h1 {
		font-size: 32px;
	}
}

/*---- Testimonials ----*/
.testimonials h3 {
	padding-bottom: 40px;
}
.testimonials strong {
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.testimonials br {
	display: none;
}
.testimonials p:not(:last-child) {
	padding-bottom: 60px
}

/*---- Forms ----*/
.gform_required_legend, .gform-field-label {
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield textarea {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}
.gform_button {
    width: 100%;
    padding: 15px 10px;
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer;
}

/*---- Collection ----*/
.close-collection {
    position: absolute;
    top: 0;
    right: -40px;
    width: 21px;
    height: 21px;
    z-index: 99;
}
@media only screen and (max-width: 980px) {
	.close-collection {
		right: 0;
		top: -30px;
	}
}

/*---- Career LL ----*/
.career-ll.et_pb_row {
    width: 100% !important;
    max-width: 100%;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.career-ll.et_pb_row .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.career-ll .et_pb_de_mach_title {
	margin-bottom: 15px !important;
}
.career-ll h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}
.career-ll p {
	line-height: 1.5;
}
.career-ll .et_pb_de_mach_view_button a {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.career-icons.et_pb_row .et_pb_column {
	display: flex;
	column-gap: 30px;
}
.career-icons.et_pb_row .et_pb_module {
	margin: 0 !important;
}
.apply-link a {
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    display: inline-block !important;
}