/*
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: "Montserrat", sans-serif;
	font-size: 18px;
	color: #050707;
	line-height: 1.5;
	font-weight: 300;
}
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 {
    color: #7ED8FF;
    font-size: clamp(28px, 3.2vw, 45px);
    font-weight: 300;
    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, .funds-slider .et_pb_slide_description h2.et_pb_slide_title {
	color: #0000FF;
    font-size: clamp(24px, 2.857vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    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, .gfield_label, .funds-slider .et_pb_slide_description .et_pb_slide_content {
	color: #7ED8FF;
    font-size: clamp(20px, 2.15vw, 30px);
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}
h4, .et_pb_toggle .et_pb_toggle_title {
	color: #5F5F37 !important;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
}


/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
h1:last-child, h2:last-child {
	padding-bottom: 0;
}
h1 strong {
	color: #fff;
}
.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;
}
.bottom-button .et_pb_column {
    justify-content: flex-start;
}
.bottom-button .et_pb_column .et_pb_module:last-child {
    margin-top: auto;
}
.quote {
	color: #7ED8FF;
    font-size: clamp(24px, 2.857vw, 40px);
    font-weight: 300;
    line-height: 1.2;
}
.et_pb_row.tables .et_pb_button_module_wrapper {
    padding: 25px 40px;
    background: #EFFAFF;
}
.et_pb_row.tables .et_pb_button_module_wrapper:before {
    content: 'Open for new investors:';
    padding-right: 10px;
    font-weight: 600;
    font-size: 16px;
}
.et_pb_row.tables .et_pb_column:first-child .et_pb_button_module_wrapper:before {
    content: 'Currently closed for investors. More info:';
}
body #page-container .et_pb_section .et_pb_button_module_wrapper .et_pb_button:hover {
	padding: 16.5px 45px !important;
}
#page-container {
	overflow-x: hidden;
}
.svg-icons-home .et_pb_image {
    width: 100%;
    text-align: center;
}
.svg-icons-home .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
    max-width: 60%;
    padding: 30px 0 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 981px) {
	.et_pb_row.tables .et_pb_button_module_wrapper:before {
		padding-bottom: 10px;
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.et_pb_row.tables .et_pb_button_module_wrapper:before {
		padding-bottom: 10px;
		display: block;
	}
	.et_pb_row.tables .et_pb_button_module_wrapper .et_pb_button {
		font-size: 18px !important;
	}
}

/*---- Menu ----*/
.hc-menu.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 30px;
	padding-right: 30px;
	display: flex !important;
}
.hc-menu.et_pb_section .et_pb_row .et_pb_column:first-child {
	margin-bottom: 0 !important;
}
.hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}
.hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child span.et-pb-icon, .et-db #et-boc .et-l .hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child .et_pb_icon .et_pb_icon_wrap .et-pb-icon {
    color: #7ED8FF !important;
    font-size: 48px !important;
    font-weight: 600 !important;
	cursor: pointer;
}
.hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child span.et-pb-icon:before {
    content: 'Menu';
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #0000FF;
    text-transform: uppercase;
    position: absolute;
    right: 100%;
    line-height: 1;
    top: calc(50% - 9px);
}
.menu-open + .et_pb_icon span.et-pb-icon, .menu-open + .et_pb_icon span.et-pb-icon:before {
	color: #fff !important;
}
.hc-menu .et_pb_menu {
    position: absolute;
    height: 100vh;
    background: radial-gradient(ellipse at top right,#0000ff 0%,#060e19 50% 70%) !important;
    width: 100vw;
    max-width: 560px;
    top: 0;
    right: 0;
}
.hc-menu .et_pb_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu>nav {
    width: 100% !important;
    justify-content: center;
}
.hc-menu .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
    margin: 0;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.hc-menu .et_pb_menu__menu>nav>ul>li {
	margin-top: 0 !important;
}
.hc-menu .et_pb_menu__menu>nav>ul>li:not(:first-child) {
	margin-top: 30px !important;
}
.hc-menu .et_pb_menu__menu>nav>ul>li>a {
    font-size: 30px;
    opacity: 1;
    color: #80d9ff;
    display: block;
    line-height: 1;
    padding-bottom: 0 !important;
}
.hc-menu .et-menu a:hover {
    opacity: 1 !important;
}
.hc-menu .et_pb_menu {
	position: fixed;
	top: 0;
	right: -100%;
	background: #fff;
	transition: right 0.5s ease;
}
.hc-menu .et_pb_menu.menu-open {
	right: 0;
}
.hc-menu body.no-scroll {
	overflow: hidden;
}
body.home header {
    position: absolute;
    width: 100%;
}
body.home header .et_pb_column:first-child {
	opacity: 0 !important;
}
body.home header .has_et_pb_sticky .et_pb_column:first-child {
	opacity: 1 !important;
}
body.home .hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child {
	width: 100% !important;
}
body.home header div.et_builder_inner_content:not(.has_et_pb_sticky) .hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child span.et-pb-icon:before {
	color: #fff !important;
}
@media only screen and (max-width: 980px) {
	.et_pb_menu .et_pb_menu__menu {
    	display: block;
	}
	.et_mobile_nav_menu {
		display: none !important;
	}
	.hc-menu.et_pb_section .et_pb_row .et_pb_column:last-child {
		padding-top: 4px;
	}
}
@media only screen and (max-width: 640px) {
	.hc-menu.et_pb_section .et_pb_row {
		padding: 5vw !important;
	}
}


/*---- Form ----*/
.gform-theme--foundation .gform_fields {
    grid-row-gap: 10px !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #050707;
    background-color: #EFFAFF;
    padding: 11px 15px;
    height: unset;
}
.gform-theme--foundation .gfield textarea {
	border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #050707;
    background-color: #EFFAFF;
    padding: 11px 15px;
}
.gform_button.button {
    font-size: 21px !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #0000FF !important;
    padding: 10px 30px !important;
    line-height: 1.7 !important;
    border-radius: 200px !important;
    border: 0 !important;
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-start;
}

/*---- Team ----*/
.team .et_pb_column .et_pb_text:nth-child(2) {
    xwidth: 100%;
    xaspect-ratio: 0.52;
    xaspect-ratio: 1;
    xdisplay: flex;
    xflex-direction: column;
    xjustify-content: flex-end;
	margin-bottom: 15px;
}
.team .et_pb_column .et_pb_text:nth-child(2) h3 {
    xcolor: #fff;
	color: #050707;
    text-transform: unset !important;
    xfont-size: clamp(24px, 2.4vw, 40px);
    font-weight: 500;
    margin-bottom: -0.25em;
    xpadding: 0 10px;
}
.team .et_pb_column .et_pb_text:nth-child(2):before {
    xcontent: '';
    width: 100%;
    height: 85%;
    background: linear-gradient(45deg, #0000FF 0%, transparent 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.95;
}
.team .et_pb_column .et_pb_text:last-child {
	font-size: 21px;
	line-height: 1.2;
    xpadding: 0 10px;
}
.team .et_pb_column .et_pb_text:last-child a {
	color: #0000FF;
}

/*---- Funds slider ----*/
.funds-slider .et_pb_slide {
    padding: 0 !important;
}
.funds-slider .et_pb_slide_description {
    padding: 50px;
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: left;
    background: linear-gradient(20deg, #0000FF 5%, transparent 50%);
    aspect-ratio: 1920/1080;
}
.funds-slider .et_pb_slide_description {
    text-shadow: none !important;
}
.funds-slider .et_pb_slide_description h2.et_pb_slide_title {
    padding-bottom: 5px;
}
.funds-slider .et_pb_slide_description .et_pb_slide_content {
    text-transform: unset !important;
    color: #fff !important;
    max-width: 360px;
    margin-bottom: 10px;
}
.funds-slider .et-pb-controllers a {
    background: transparent;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 24px;
    border: 4px solid #80d9ff;
}
.funds-slider .et-pb-controllers a.et-pb-active-control {
	background: #80d9ff !important;
}

/*---- Footer signup ----*/
footer form {
    display: flex !important;
	flex-direction: column !important;
    gap: 20px !important;
}
footer .gform_body {
	display: flex !important;
	flex-direction: column;
}
footer .gform_fields {
	display: flex !important;
	flex-direction: column;
}
footer .gform-footer {
    margin: 0 !important;
    justify-content: flex-end !important;
}
footer .gfield {
    max-width: 100%;
}
footer .gform_button.button {
	color: #0000FF !important;
	background: #80d9ff !important;
}
@media only screen and (max-width: 980px) {
	footer form {
    	row-gap: 20px !important;
	}
	footer .gform_fields {
		flex-direction: column !important;
	}
	footer .gfield {
		width: 100% !important;
	}
}

/*---- Portfolio logos ----*/
.portfolio-carousel {
    padding-bottom: 90px !important;
}
.portfolio-carousel img {
	display: block;
	height: 50px;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}
.swiper-button-prev {
    top: calc(100% - 22px) !important;
    width: unset !important;
    aspect-ratio: 1;
    background: rgba(128,217,255,0.3);
    left: calc(50% - 48px) !important;
}
.swiper-button-next {
	top: calc(100% - 22px) !important;
    width: unset !important;
    aspect-ratio: 1;
    background: rgba(128,217,255,0.3);
	right: calc(50% - 48px) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
    color: #0000FF !important;
    font-weight: 700;
}

/*---- Popup ----*/
.pum-theme-201, .pum-theme-lightbox {
    background-color: rgba( 0, 0, 0, 0.95 );
}
.pum-container {
    border: 0 !important;
    padding: 0 !important;
}
.pum-theme-lightbox .pum-content {
    font-size: 18px;
    font-weight: 300;
    color: #050707;
    line-height: 1.5;
}
.person {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.person .thumb {
	width: 40%;
}
.person img {
	display: block;
}
.person-info {
	width: calc(60% - 30px);
	padding-right: 30px;
}
a.popup-button {
    font-size: 18px !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #0000FF !important;
    padding: 10px 30px !important;
    line-height: 1.7 !important;
    border-radius: 200px !important;
    border: 0 !important;
    font-weight: 500;
}
.person h3 {
	color: #0000ff;
	font-size: clamp(24px, 2.857vw, 40px);
}
@media only screen and (max-width: 640px) {
	.person {
		flex-direction: column;
	}
	.person .thumb {
		width: 100%;
	}
	.person-info {
		width: 100% !important;
		padding: 30px;
	}
}