/*
Theme Name:   Divi Child
Description:  Write here a brief description about your child-theme
Author:       Elegant Themes
Author URL:   https://www.elegantthemes.com/
Template:     Divi
Version:      4.8.2
Text Domain:  Divi Child
*/

/* Write here your own personal stylesheet */

div#footer-widgets {
    display: none;
}
#footer-info {
    font-size: 16px;
    text-align: center !important;
    float: unset;
	    padding-bottom: 0px;
    font-family: 'Open Sans';
	color: white;
}
#footer-bottom {
    padding: 20px 0 20px;
}
#top-menu li {
    padding-right: 35px;
}
ul.list li {
    font-size: 16px !important;
    line-height: 38px !important;
	color:rgba(0,0,0,0.73) !important;
}
.et_mobile_menu {
    border-top: 3px solid #16264a !important;
}
.mobile_menu_bar:before {
    color: #16264a;
}
.media-btn .et_pb_button {
    text-decoration: underline !important;
	 text-underline-offset: 4px;
}