/**
* Theme Name: Wavo Child
* Description: This is a child theme of Wavo, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: wavo
* Version: 2.2.3
*/

div.gallery{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
div.gallery .gallery-item img{
    border: 0px !important;
    max-height: 100px;
    width: auto;
}
@media screen and (max-width:768px){
    section#home {
        background-position: -740px 120px !important;
    }
}
#gallery-2 .gallery-item {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid gainsboro;
    margin: 18px;
    padding: 20px;
    border-radius: 10px;
}

.item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,38,40,.5);
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-img{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-img {
    /*border: 1px solid rgba(38, 38, 40, 0.5) !important;*/
    border-radius: 10px !important;
}
.item-img img {
    max-height: 120px !important;
    width: auto;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.item-img h5{
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
}

ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: end;
}