/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kimberly Huggers
 Author URI:     kimberlyhuggers.nl
 Template:       Divi
 Version:        1.0.0
*/

h1 {
	font-weight: 700;
    font-size: 60px !important;
}

h2 {
	font-weight: 700;
    font-size: 40px !important;
}

h3, h3 span {
	font-weight: 700;
    font-size: 25px !important;
}

@media only screen and (max-width: 980px) {
	h1 {
    	font-size: 50px !important;
	}
	h2 {
    	font-size: 30px !important;
	}
	h3, h3 span {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 425px) {
	h1 {
    	font-size: 35px !important;
	}
	h2 {
    	font-size: 25px !important;
	}
}

a {
	font-weight: bold !important;
}

.fullWidth {
	width: 100%;
}

/* HEADER BUTTON - 2 side by side */
.header-2-btn .et_pb_column {
	width: fit-content;
	margin-right: 20px;
}

/* BUTTON */
body .et_pb_button {
	padding: 5px 40px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

/* Blurb left */
.blurb-left .et_pb_blurb_content {
	margin: 0px;
	display: flex;
    align-items: center;
}

.blurb-left .et_pb_main_blurb_image {
	margin: 0px;
}

/* FOOTER */
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu { 
	display: flex!important; 
} 

.lwp-hide-mobile-menu .et_mobile_nav_menu { 
	display: none; 
}

.lwp-hide-mobile-menu ul, .menu-policies li {
	display: block !important;
}

footer a {
	font-weight: unset;
}

@media only screen and (max-width: 980px) {
	footer .et_pb_menu__wrap {
		justify-content: center !important;
	}
	
	footer .menu-footer li, footer .menu-policies li {
		display: flow !important;
    	text-align: center !important;
	}
}