/*
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;
    color: #ffff;
}
.social-links img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.social-links {
    padding-right: 10px !important;
}
#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
    vertical-align: middle !important;
}
@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: #ff4c00 !important;
}
	.et_mobile_menu {
    border-top: 3px solid #ff4c00 !important;
	}
}
@media (max-width:766px)and (min-width:500px){
       .home-divider {
    height: 322px;
}
}
@media (max-width: 1024px)and (min-width: 981px){
	.media-post .column.size-1of3 {
    width: 45% !important;
}
}