/*
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 */
#footer-info {
    float: none;
    text-align: center;
}
#top-menu li {
    padding-right: 40px;
}
@media screen and (min-width:480px){
.images .et_pb_column {
    width: calc(33.333% - 10px);
    margin-bottom: 0;
    margin-right: 10px;
}
}
@media screen and (max-width:980px){
.mobile_menu_bar:before {
    color: #000000;
}
.rev {
    display: flex;
    flex-direction: column-reverse;
}
	
.et_mobile_menu {
   	border-top: 3px solid #000000;
}	
.et_header_style_left #logo {
        max-width: 72%;
}	
}
@media screen and (min-width:981px){
.images span.et_pb_image_wrap img{
    height: 400px;
    object-fit: cover;
}
}

@media screen and (min-width:981px) and (max-width:1170px){
h1,h2{
font-size:35px !important;
}
}
@media screen and (min-width:1171px) and (max-width:1335px){
h1,h2{
font-size:45px !important;
}
}
