/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Marisa van Velzen
 Author URI:     https://marisa.marketing
 Template:       Divi
 Version:        1.0.0
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/* --- Divi tweaks --- */

.et_pb_equal_columns >.et_pb_column {
	margin-top:auto;
	margin-bottom:auto;
}

.et_contact_bottom_container {
	float: left;
	margin-top: 0;
}

.et_contact_bottom_container .et_pb_contact_submit {
	height: 66px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	max-width: 100%;
}

.et_pb_contact_form input[type="text"] {
	background-color: #fff;
	border: 1px solid #555;
}

@media (min-width: 980px)
{
	.fixed-bottom-bar {
		position: sticky;
		bottom: 0px;
		z-index: 999;
		box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, .15);
		opacity: 0.95;
	}
}

.et-dropcap {
    font-size: 96px;
}

@media (min-width: 981px)
{
	.flex-row-wrapper {
 		display: flex;
	}

	.flex-row-wrapper .et_pb_column {
 		display: flex;
	}
}

body,input,textarea,select {
	font-weight: 400 !important;
}

@media (max-width: 780px)
{
	h1 {
		font-size: 28px !important;
		line-height: 1.5em;
	}
}

footer a {
	color: #eee !important;
}