/*
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;
}
p#footer-info {
    float: none;
    text-align: center;
}
p#footer-info a{
    font-weight: 400;
}
@media screen and (max-width:980px){
.mobile_menu_bar:before {
    color: #000;
}
#top-menu li {
    padding-right: 35px;
}	
.et_mobile_menu {
	border-top: 3px solid #000; 
	}	
}
@media screen and (min-width:981px){
	.media_posts .column {
    width: calc(33% - 30px) !important;
    margin-right: 30px !important;
}
	.media_posts .column:nth-child(3n) {
    margin-right: 0 !important;
}
.media_posts article {
    margin-bottom: 30px !important;
}
}
