/*
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: "Lato", sans-serif;
	font-size: 18px;
	color: #111;
	line-height: 1.7;
	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: "Playfair Display", serif;
    color: #2C4A07;
    font-size: 64px;
    font-weight: 600;
	line-height: 1.2;
}
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: "Playfair Display", serif;
	color: #2C4A07;
	font-size: 48px;
	line-height: 1.33;
	font-weight: 600;
	text-transform: unset;
}
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: "Playfair Display", serif;
	color: #2C4A07;
	font-size: 32px;
	line-height: 1.4;
	font-weight: 600;
}
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: "Playfair Display", serif;
    color: #0f172a !important;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
}
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
	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: 40px;
	}
	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-size: 32px;
	}
	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-size: 24px;
	}
}


/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
	width: 92%;
}
h1:last-child, h2:last-child, h3:last-child {
	padding-bottom: 0;
}
.et_pb_gutters3 .et_pb_column .et_pb_module {
	margin-bottom: 30px
}
.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;
}
.et_pb_equal_columns .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
iframe#wereserve-book-widget-frame {
    z-index: 99999 !important;
}
.gform_button.button {
    background: #9E7757 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    line-height: 1.7 !important;
    padding: 9px 20px !important;
    color: #EDE4D9 !important;
}
.gform_button.button:hover {
    background: #6B4423 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    line-height: 1.7 !important;
    padding: 9px 20px !important;
    color: #EDE4D9 !important;
}
.pum-theme-lightbox .pum-container {
    padding: 40px;
    border: 0;
}

/*---- Menu ----*/
#top-menu li {
	padding-right: 50px;
}
#main-header {
    background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent);
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1;
}
@media only screen and (max-width: 1280px) and (min-width: 981px) {
	.container.et_menu_container {
		width: 90%;
		max-width: 90%;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 981px) {
	#top-menu li {
    	padding-right: 30px;
	}
}

/*---- Custom three col ----*/
@media only screen and (max-width: 1280px) {
	.custom-three-col {
		display: flex;
		column-gap: 40px;
		row-gap: 40px;
		flex-wrap: wrap;
	}
	.custom-three-col:after {
		display: none !important;
	}
	.custom-three-col .et_pb_column {
		width: calc(50% - 20px) !important;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.custom-three-col .et_pb_column {
		width: 100% !important;
		margin: 0 !important;
	}
}

/*---- Menukaart ----*/
.et_pb_gallery_item {
    margin: 0 !important;
    width: 33.3333% !important;
    clear: unset !important;
    padding: 2px;
}
.et_pb_gallery_item img {
	object-fit: cover;
}
span.et_overlay {
	display: none !important;
}
.mfp-title {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.et_pb_gallery_item {
    	width: 50% !important;
	}
}

/*---- Vacatures ----*/
.floating-header-cta {
    position: absolute;
    bottom: -50px;
    right: 20px;
    width: 140px;
    padding: 10px 20px;
    line-height: 1.5;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
    border-radius: 200px;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
	margin: 0 !important;
}
.floating-header-cta:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 200px;
    background: #6B4423;
    animation: moveInCircle 2s ease infinite;
}
.floating-header-cta:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 200px;
    background: transparent;
    border: 2px solid #f5f5f5;
    animation: moveInCircle 2s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
	.floating-header-cta {
		bottom: -180px !important;
	}
}
@keyframes moveInCircle {
    0% {
        transform: rotate(0deg) translateX(3px) translateY(3px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(3px) translateY(3px) rotate(-360deg);
    }
}