/*
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: "Roboto", serif;
	font-size: 16px;
	color: #707070;
	line-height: 1.6;
	font-weight: 400;
}
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: 'Oswald', sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 700;
	line-height: 1.3;
	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: 'Oswald', sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}
h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}
h4, .et_pb_toggle .et_pb_toggle_title, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
}


/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
h1:last-child, h2:last-child, h3:last-child {
	padding-bottom: 0;
}
.et_pb_text ul:last-child {
	padding-bottom: 0;
}
.et_pb_text li, .et_pb_widget li {
    list-style-type: none;
    padding-left: 5px;
	margin-bottom: 0 !important;
}
.et_pb_text li:before, .et_pb_widget li:before {
    content: '➤';
    position: absolute;
    left: 0;
    font-weight: 700;
}
.et_pb_text ul li:not(:last-child), .et_pb_widget ul li:not(:last-child) {
    padding-bottom: 5px;
}
.et_pb_widget ul {
	padding-left: 1em !important;
}
header {
	box-shadow: unset !important;
}
.et_pb_equal_columns.centerize .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.divi-filter-archive-loop {
	margin-bottom: 0 !important;
}
.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_module, .et_pb_gutters3 .et_pb_column>.et_pb_row_inner>.et_pb_column .et_pb_module, .et_pb_column.et_pb_specialty_column>.et_pb_row_inner.et_pb_gutters2>.et_pb_column .et_pb_module {
	margin-bottom: 40px;
}
.et_pb_gutters3 .et_pb_column .et_pb_image.wave, .et_pb_gutters2 .et_pb_column .et_pb_image.wave {
    max-width: 55px;
    margin-top: -20px;
    margin-bottom: 25px !important;
}
.et_pb_button {
    line-height: 2 !important;
    font-family: Oswald, sans-serif;
}
footer .et_pb_text a {
	transition: all .3s ease 0s;
}
footer .et_pb_text a:hover {
    color: #477f76 !important;
}
.breadcrumb {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
}

/*---- Menu ----*/
header .et_pb_column:first-child {
	width: 200px !important;
	margin: 0 !important;
}
header .et_pb_column:last-child {
	width: calc(100% - 250px) !important;
	margin-left: 50px !important;
	display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 50px;
    justify-content: end;
	padding-top: 20px;
}
header .et_pb_column:last-child h3 {
	font-size: 18px;
}
header .et_pb_column:last-child .et-pb-icon {
	font-size: 24px;
}
header .et_pb_column:last-child .et_pb_blurb_container {
	padding-left: 0;
}
header .et_pb_image {
	position: absolute;
	width: 200px;
}
header .et_pb_menu {
	width: 100%;
}
header .et_pb_menu a {
	font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
	text-transform: uppercase;
}
header .et_pb_menu__wrap {
	width: 100%;
}
header .et_pb_menu__menu {
	width: 100%;
}
header .et_pb_menu__menu nav {
	width: 100%;
	display: block !important;
}
header .et_pb_menu__menu nav > ul {
    width: 100%;
    justify-content: space-between !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
header .et_pb_menu__menu nav > ul > li > a {
	padding-bottom: 20px !important;
}
.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;
}
.wpml-ls-legacy-list-horizontal>ul {
	padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0 !important;
	border: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
    font-family: 'Oswald' !important;
    color: #000 !important;
    font-weight: 700 !important;
}
@media only screen and (max-width: 1420px) {
	header .et_pb_menu a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1290px) and (min-width: 981px) {
	.et-menu .menu-item-has-children>a:first-child {
		padding-right: 0 !important;
	}
	.et-menu .menu-item-has-children>a:first-child:after {
		display: none !important;
	}
}
@media only screen and (max-width: 1160px) and (min-width: 981px) {
	header .et_pb_row {
		width: 98.5% !important;
	}
}
@media only screen and (max-width: 1065px) and (min-width: 981px) {
	header .et_pb_menu a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 980px) {
	header .et_pb_column:last-child {
    	padding-bottom: 20px;
    	flex-wrap: nowrap;
    	align-items: center;
	}
	header .et_pb_column:last-child .et_pb_menu {
		width: unset !important;
	}
	.et_mobile_menu {
    	width: 100vw;
    	right: -5vw !important;
    	left: unset;
    	border: 0;
    	top: calc(100% + 20px) !important;
	}
}
@media only screen and (max-width: 640px) {
	header .et_pb_column:first-child {
		width: 100px !important;
	}
	header .et_pb_image {
		width: 100px;
	}
	header .et_pb_row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	header .et_pb_row:after {
		display: none !important;
	}
	header .et_pb_column:last-child {
		column-gap: 10px;
		width: calc(100% - 150px) !important
	}
}

/*---- Mobile menu ----*/
@media only screen and (max-width: 980px) {
	.mobile_menu_bar:before {
		color: #000 !important;
	}
	#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before, .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d';
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, ul.et_mobile_menu li.page_item_has_children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
		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, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
		text-align: center;
		opacity: 1;
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle:after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle:after {
		top: 10px;
		position: relative;
		font-family: "ETModules";
		content: '\33';
		color: #000;
		background: #f0f3f6;
		border-radius: 50%;
		padding: 3px;
	}
	ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
		content: '\32';
	}
	.mobile_menu_bar {
		position: relative;
		display: block;
		bottom: 0px;
		line-height: 0;
	}
}

/*---- Form ----*/
.gform_required_legend {
	display: none !important;
}
.gform_wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 30px !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, .gform-theme--foundation .gfield input.datepicker, .gform-theme--foundation .gfield input[type=number] {
    border: 0;
    border-bottom: 1px solid #4E4E31;
    box-shadow: none;
    border-radius: 0;
    color: #4E4E31;
    font-weight: 300;
}
.gform-theme--foundation .gfield textarea {
	border: 1px solid #4E4E31;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #4E4E31;
    font-weight: 300;
}
.gform_button.button {
    background: #64B0A8 !important;
	border: 2px solid #64B0A8 !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
	text-transform: uppercase !important;
    padding: 4px 15px !important;
    line-height: 2 !important;
	transition: all .3s ease 0s;
	font-family: Oswald, sans-serif !important;
}
.gform_button.button:hover {
	background-color: #767676 !important;
	border: 2px solid #767676 !important;
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-end;
}

/*---- Home header ----*/
.home-header {
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-header .et_pb_image {
	max-width: 400px;
}

/*---- Home arrangementen ----*/
.home-arrangementen .et_pb_column {
	padding: 30px 30px 35px;
}
.home-arrangementen .et_pb_image:first-child {
    margin: -30px -30px 40px -30px;
}
.home-arrangementen .et_pb_image.wave + .et_pb_text {
	margin-bottom: 20px;
}
.home-arrangementen .et_pb_button_module_wrapper {
	display: inline-block;
}
.home-arrangementen .et_pb_button_module_wrapper:not(:last-child) {
	margin-bottom: 0px !important;
	margin-right: 10px;
}

/*---- Home USP ----*/
.home-usp .et_pb_blurb_description {
	font-size: 17px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

/*---- Home boten ----*/
.home-boten .et_pb_column {
	padding: 30px 30px 35px;
}
.home-boten .et_pb_image:first-child {
    margin: -30px -30px 40px -30px;
}
.home-boten .et_pb_image:first-child img {
	aspect-ratio: 3/2;
	width: 100%;
	object-fit: cover;
}
.home-boten .et_pb_image.wave + .et_pb_text {
	margin-bottom: 20px;
}
.home-boten .et_pb_button_module_wrapper {
	display: inline-block;
}
.home-boten .et_pb_button_module_wrapper:not(:last-child) {
    margin-bottom: 0px !important;
    margin-right: 10px;
}
.home-boten .tarief {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
}

/*---- Sidepage header ----*/
.sidepage-header {
	min-height: 480px;
}

/*---- Sidepage arrangementen ----*/
.sidepage-arrangementen .et_pb_column {
	padding: 30px 30px 35px;
	background: #64b0a8;
}
.sidepage-arrangementen .et_pb_image:first-child {
    margin: -30px -30px 40px -30px;
}
.sidepage-arrangementen .et_pb_image:first-child img {
	aspect-ratio: 3/2;
	width: 100%;
	object-fit: cover;
}
.sidepage-arrangementen h3 {
	color: #fff;
}
.sidepage-arrangementen .et_pb_image.wave + .et_pb_text {
	margin-bottom: 20px;
	color: #fff;
}
.sidepage-arrangementen .et_pb_button_module_wrapper {
	display: inline-block;
}
.sidepage-arrangementen .et_pb_button_module_wrapper:not(:last-child) {
	margin-bottom: 0px !important;
	margin-right: 10px;
}
.sidepage-arrangementen .tarief {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
}

/*---- Gallery module ----*/
.et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
}
.et_pb_gallery_items > * {
	width: calc(25% - 15px) !important;
	margin: 0 !important;
}
.et_pb_gallery_items img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
}

/*---- Sidebar ----*/
.sidepage-sidebar {
    background: url(https://www.amsterdamboatevents.nl/wp-content/uploads/2025/01/sidebar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    padding: 40px !important;
}
.sidepage-sidebar h3 {
	color: #fff;
}
.sidepage-sidebar .et_pb_widget {
	color: #fff;
}
.sidepage-sidebar .et_pb_widget_area .et_pb_widget li a:not(:hover) {
	color: #fff !important;
}
.sidepage-sidebar .et_pb_widget {
	margin-bottom: 30px !important;
}
.sidepage-sidebar .et_pb_widget:last-child {
	margin-bottom: 0px !important;
}