/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



.gallery-filter{
    display: none;
}

.media-gallery__item{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


.media-gallery__item-title{
    left: 23px !important;
    bottom: -8px !important;
    font-size: 18px;
    font-weight: 500;
    color: white;
    line-height: 1.7em;
    position: absolute;
}

.media-gallery__item-link{
    position: relative;
    z-index: 2;
}

.media-gallery__item-link:after{
    font-family: 'icomoon' !important;
    content: "\e91e" !important;
    position: absolute;
    top: 44%;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    width: 82px !important;    
    height: 82px !important;    
    font-size: 55px; 
    padding: 0;  
    z-index: 2;
    background: transparent !important;
    opacity: 1 !important;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.media-gallery__item-link:hover:after{
    color: #82CCFA;
}

.fxgallery-loadmore{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 60px;
}

.fxgallery-loadmore__btn{
    width: 180px;
    margin: 0 auto;
}

.fxgallery-loadmore__progress{
    margin: 0 auto 25px;
}

.fxgallery-loadmore__counter{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

button[disabled].fxgallery-loadmore__btn{
    display: none;
}


@media (min-width: 768px){


    .media-gallery__item-link:after{   
        top: 40%;     
        font-size: 65px;
    }

}



@media (min-width: 1025px){


    .media-gallery__item-link:after{   
        top: 40%;     
        font-size: 65px;
    }

}


@media (min-width: 1600px){

    .media-gallery__item-link:after{
        top: 44%;
        width: 82px !important;
        height: 82px !important;
        font-size: 70px;
    }

}