/* 
 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 --------------------------- */ 

/*----------Sub Menu----------*/
 
#top-menu li li a {
    border: 1px solid white;
	margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
 
#top-menu li li a:hover {
    color: #3e007f;
    background: white;
    opacity: 1!important;
}
 
.nav li ul {
    border-top: 0px solid #3e007f;
    margin-top: 0px;
}
 
/*----------Sub Menu Mobile----------*/
 
.et_mobile_menu {
    border-top: 0px solid #2ea3f2;
}
 
.et_mobile_menu li a {
    text-align: left;
}

/*--this code for height footer---*/
#footer-widgets {
  padding-top: 20px;
  padding-bottom: 5px;
}

#main-footer .container #footer-widgets {
  max-height: 140px !important; 
}

#footer-bottom {max-height: 80px;
}

/* Center Footer Menu */


#et-footer-nav .container {
text-align: center;
}