/*
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: "open-sans", sans-serif;
	font-size: clamp(16px, 2vw, 18px);
	color: #105F4A;
	line-height: 1.7;
	font-weight: 500;
	-webkit-font-smoothing: auto;
}
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, .h2-as-h1 h2 {
	font-family: "marvin", sans-serif;
    color: #406342;
    font-size: clamp(40px, 5vw, 60px);
	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: "marvin", sans-serif;
	color: #406342;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.5;
}
h3 {
	font-family: "marvin", sans-serif;
	color: #105F4A;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.4;
}
h4, .et_pb_toggle .et_pb_toggle_title {
	font-family: "marvin", sans-serif;
	color: #406342 !important;
	font-size: clamp(20px, 2.5vw, 28px);
	line-height: 1.4;
}


/*---- 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 ul li:not(:last-child) {
    padding-bottom: 20px;
}
header {
	box-shadow: unset !important;
}
.et_pb_equal_columns .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.divi-filter-archive-loop {
	margin-bottom: 0 !important;
}
body.home .logo_container, body.page-id-51 .logo_container {
	display: none !important;
}
body #page-container .et_pb_section a.et_pb_button_0.blurb-button {
    font-size: 20px !important;
    display: inline-block;
    margin-top: 20px;
    background: #FCB10A;
    color: #fff !important;
    padding: 6px 40px !important;
}
.fixed-cta-mobile {
	display: none !important;
}
@media only screen and (max-width: 640px) {
	body #page-container .et_pb_section .et_pb_button_module_wrapper .et_pb_button {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.fixed-cta-mobile {
		display: block !important;
		position: fixed;
		bottom: 0;
		width: 100% !important;
		z-index: 99999;
	}
	.fixed-cta-mobile .et_pb_row {
		display: flex;
	}
	.fixed-cta-mobile .et_pb_column {
		cursor: pointer;
		margin: 0 !important;
	}
	.fixed-cta-mobile .et_pb_text {
		font-size: 14px !important;
	}
}

/*---- Form ----*/
.gform_wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.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 {
    border: 0;
    border-bottom: 1px solid #4E4E31;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #4E4E31;
    font-weight: 300;
}
.gform-theme--foundation .gfield textarea.medium {
	border: 1px solid #4E4E31;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #4E4E31;
    font-weight: 300;
}
.gform_button.button {
    background: #B9B830 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 13px !important;
    font-weight: 700 !important;
    padding: 10px 30px !important;
    line-height: 1.7 !important;
	transition: all .3s ease 0s;
}
.gform_button.button:hover {
	background-color: #5F5F37 !important;
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-end;
}

/*---- Menu ----*/
#top-menu li {
	padding-right: 30px;
}
#top-menu li a {
	font-weight: 600 !important;
}
body.home #top-menu li:not(.menu-button) a, body.page-id-51 #top-menu li:not(.menu-button) a {
	color: #105f4a !important;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1;
}
#top-menu .menu-button a {
    padding-left: 12px;
    padding-right: 12px;
    color: #F9E314;
}
#top-menu .menu-button a:before {
    content: '';
    width: 100%;
    height: 38px;
    background: #0B9992;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -12px;
}
#top-menu .menu-button a:hover:before{
	background: #103A2E;
}
.et_fullwidth_nav.et_header_style_left .logo_container {
    padding-left: 80px !important;
}
.et_header_style_left .logo_container:before {
    content: '';
    width: 165px;
    height: 120px;
    top: 0;
    left: 70px;
    background: #FCB10A;
    position: absolute;
}
@media only screen and (max-width: 1410px) and (min-width: 981px) {
	#top-menu li {
    	padding-right: 20px;
	}
	#top-menu li a {
		font-size: 16px !important;
	}
}
	@media only screen and (max-width: 1250px) and (min-width: 981px) {
	#top-menu li {
    	padding-right: 10px;
	}
	#top-menu li a {
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 980px) {
	.et_fullwidth_nav.et_header_style_left .logo_container {
		padding-left: 0 !important;
	}
	.et_header_style_left .logo_container:before {
		left: -10px;
	}
	#logo {
		max-height: 90%;
		max-width: 100% !important;
	}
	.et_header_style_left .logo_container:before {
		width: 137px;
		height: 90px;
	}
	.mobile_menu_bar:before {
		color: #fff !important;
		font-weight: 700;
	}
	.et_mobile_menu {
    	background: #103a2e !important;
    	border: 0 !important;
    	top: 90px;
    	width: calc(100% + 10px);
    	left: -10px;
	}
}

/*---- Side header ----*/
.side-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #105F4A;
    mix-blend-mode: multiply;
}
.side-header:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #105F4A;
	opacity: 0.82;
}
.side-header h1 {
	color: #fff;
}
.side-header h2 {
	font-size: clamp(24px, 3vw, 36px);
	color: #F9E314;
}

/*---- Single room ----*/
.single-habitacion h3:not(:first-child) {
    padding-top: 20px;
}
.single-habitacion .et_pb_de_mach_acf_slider img {
	width: 100% !important;
	aspect-ratio: 1;
	object-fit: cover;
}
.sidebar-bullets li:not(:last-child) {
    padding-bottom: 10px !important;
}
.sidebar-bullets ul {
	padding-left: 1.2em;
}
.sidebar-bullets li {
	font-weight: 600;
	list-style-type: none;
}
.sidebar-bullets li:before {
    content: '✓';
    position: absolute;
    left: 0;
}

/*---- Reviews ----*/
.sb-item-text {
	min-height: 72px;
}