/*
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 !important;
}
div#footer-info {
    text-align: center !important;
    float: none !important;
}
#top-menu li {
    padding-right: 30px;
}
@media only screen and (max-width: 980px){
	.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #e2c29d !important;
}
	.et_mobile_menu {
    border-top: 3px solid #e2c29d !important;
}
	.nav li ul, .et_mobile_menu {
    border-color: #e2c29d !important;
}
}
@media (min-width: 981px) and (max-width: 1200px){
	.about-sec .et_pb_row_1.et_pb_row {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
}