/*
 Theme Name:     Website Genii
 Theme URI:      https://www.dejinsurance.com/newsite/Divi
 Description:    Divi Child Theme
 Author:         Website Genii, LLC.
 Author URI:     https://www.websitegenii.com
 Template:       Divi
 Version:        1.0.1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#et-info{    
display: flex!important;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
}
#logo{height:150px;max-height:150px!important;background-color:white;padding:15px;border-radius:25px;transition:height .5s ease-out;}
.et-fixed-header #logo{
	height:100px;
}
@media (max-width: 980px){
.et_header_style_left #logo, .et_header_style_split #logo {
    height:80px;
}
	}