/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/Divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

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

.flex-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}


.et-pb-contact-message {
	color: white !important;
}

.hero:after {
	content: " ";
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.83;
	position: absolute;
	
}

.cover-img:after {
	content: " ";
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.83;
	position: absolute;
	
}

.mobile_menu_bar:before {
	color: #606A7D;
}