/*
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: "Mulish", sans-serif;
	font-size: 18px;
	color: #555;
	font-weight: 400;
	line-height: 1.7;
}
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: "Amethysta", serif;
    color: #3F3F3F;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
}
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: "Amethysta", serif;
    color: #3F3F3F;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
}
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 {
	font-family: "Amethysta", serif;
    color: #3F3F3F;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
}
h4, .et_pb_toggle .et_pb_toggle_title {
	color: #5F5F37 !important;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
}
.h2-as-h1 h2 {
	font-size: 72px !important;
}

/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
h1:last-child, h2: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;
}
blockquote {
    margin-top: 15px !important;
	border-color: #9b8370 !important;
}

/*---- Dubbel knop ----*/
.dubbel-knop .et_pb_button_module_wrapper {
    display: inline-block;
}
.dubbel-knop .et_pb_button_module_wrapper:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
}
.dubbel-knop .et_pb_button_module_wrapper + .et_pb_button_module_wrapper {
	margin-left: 20px;
}

/*---- Menu ----*/
header {
    background: linear-gradient(180deg, rgb(194 164 140) 0%, transparent 100%);
    padding-top: 10px;
    padding-bottom: 15px;
}
#top-menu li {
	padding-right: 35px;
}

/*---- Form ----*/
.gform-theme--foundation .gform_fields {
    grid-gap: 30px !important;
}
p.gform_required_legend {
	display: none !important;
}
.gform-theme--foundation .gfield_label {
    font-size: 18px !important;
    color: #000 !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    box-shadow: none;
    font-size: 18px;
    color: #3C5DB5;
    background-color: transparent;
    padding: 6px 15px;
    height: unset;
    border: 1px solid #707070;
    border-radius: 8px;
}
.gform-theme--foundation .gfield textarea {
    font-size: 18px;
    color: #3C5DB5;
    background-color: transparent;
    padding: 6px 15px;
	border: 1px solid #707070;
    border-radius: 8px;
}
.gform_button.button {
    font-size: 20px !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #3C5DB5 !important;
    padding: 9px 30px !important;
    line-height: 1.7 !important;
    border-radius: 200px !important;
    border: 0 !important;
	cursor: pointer;
	transition: all .3s ease 0s;
}
.gform_button.button:hover {
	transform: translatey(-3px);
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-start;
}

/*---- Sticky cta ----*/
.sticky-footer-section {
    transition: transform 1s ease-in, opacity 1s ease-in;
    transform: translateY(100%);
    opacity: 0;
    display: flex;
    justify-content: space-evenly;
    column-gap: 20px;
    width: 100% !important;
    max-width: 100% !important;
    background: #fbf9f2 !important;
    padding-left: calc(50vw - 540px) !important;
    padding-right: calc(50vw - 540px) !important;
    align-items: center;
	box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.12);
}
.sticky-footer-section:not(.sticky-active) {
	box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.0);
}
.sticky-footer-section.sticky-active {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.sticky-footer-section:before , .sticky-footer-section:after {
	display: none !important;
}
.sticky-footer-section.sticky-active.slide-in {
  	transform: translateY(0);
  	opacity: 1;
}
.sticky-footer-wrapper.ready-to-settle .sticky-footer-section {
	transition: unset !important;
  	transform: none !important;
  	opacity: 1 !important;
}
.sticky-footer-section .et_pb_column {
	display: flex;
	column-gap: 10px;
}
.sticky-footer-section .et_pb_column:last-child {
	justify-content: flex-end;
    column-gap: 30px;
}
.sticky-footer-section .et_pb_column .et_pb_module {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.sticky-footer-section .et_pb_blurb_container {
    vertical-align: middle !important;
}
.sticky-footer-section .et-pb-icon {
    font-size: 25px !important;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
}
.sticky-footer-section .et_pb_blurb_container {
	padding-right: 10px !important;
}
.sticky-footer-section .et_pb_blurb_container a {
	font-size: 16px;
	font-weight: 600;
	color: #9b8370;
}
@media only screen and (max-width: 1444px) {
	.sticky-footer-section {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}
}
@media only screen and (max-width: 980px) {
	.sticky-footer-wrapper .et_pb_blurb_container {
		display: none !important;
	}
	.sticky-footer-section .et_pb_column {
		margin: 0 !important;
	}
	.sticky-footer-section .et_pb_column:last-child {
    	width: 190px;
	}
}
@media only screen and (max-width: 479px) {
	.sticky-footer-section {
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.sticky-footer-section .et_pb_column {
		width: unset !important;
	}
	.sticky-footer-section .et_pb_column:first-child .et_pb_button_module_wrapper:last-child {
		display: none !important;
	}
	.sticky-footer-section .et_pb_column:last-child {
    	width: 100%;
		column-gap: 10px;
	}
}