/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* 
#top-header, #et-secondary-nav li ul {
    background-color: #ea4334;
	color:#fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

#top-header a:link {color:#fff;}
#top-header a:visited {color:#fff;}
#top-header a:hover {color:#fff; text-decoration:underline;}
#top-header a:active {color:#fff;}

#et-secondary-nav li {
    text-align:center;
}
*/ 

/* hide top header on scroll by Geno Quiroz */
    #top-header {
            z-index: 9;
			}
    #main-header{
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;}
    #main-header.et-fixed-header {
        top: 0 !important;}

/* center secondary menu */
#et-secondary-menu {
float: none !important;
text-align: center;
}