/*
Theme Name: Mike
Theme URI: https://www.pashen.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.pashen.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Green Life, Green Tree, Green World
Text Domain: mike
*/
.about-two-area{
    padding-bottom:25px;
}
.about-content{
    position: static;
    margin: -200px 0 0 0;
}
.footer-menu ul li{
    list-style-position: outside;
    list-style-type: disc !important;
    padding-bottom: 8px !important;
}
.footer-menu ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-menu ul li a:hover{
    color: #80b82f;
    text-decoration: none;
}

.gallery-item{
    width: 18%;
    margin: 0 1% 2% 1%;
    text-align: center;
}
.gallery-logo{
    border: 2px solid #ececec;
    padding: 20px 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .gallery-item{
        width: 31.33%;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .gallery-item{
        width: 48%;
    }
}

@media (max-width: 480px) {
    .gallery-item{
        width: 48%;
    }
}