/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



.lSSlideCustomWrapper{
    position: relative;
}
.lSAction > .lSPrev,
.lSAction > .lSNext{
    width: 100px;
    height: 100px;
    background: none;
    border-radius: 50%;
    border: 3px solid white;
    top: 50%;
    transform: translateY(-50%);
    margin-top:0;
}

.lSAction > .lSPrev:before{
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.lSAction > .lSNext:before{
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    right: 60%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

@media screen and (max-width: 991px) {
    .lSAction > .lSPrev,
    .lSAction > .lSNext{
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .lSAction > .lSPrev,
    .lSAction > .lSNext{
        width: 30px;
        height: 30px;
        border: 2px solid white;
    }

    .lSAction > .lSPrev:before{
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .lSAction > .lSNext:before{
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
    }
}



/*Slider start*/
.lSSlideOuter{
    margin: 0 auto;
    width: min(100%, 986px);
}
.thumbs-gallery .lSPager.lSGallery{
    margin-top:40px !important;
    width:100% !important;
    display:flex;
    flex-wrap: wrap;
    gap:7px;
    justify-content: center;
}
.thumbs-gallery .lSPager.lSGallery::before, .thumbs-gallery .lSPager.lSGallery::after{
    display:none;
}
.thumbs-gallery .lSPager.lSGallery li{
    margin:0;
}
.thumbs-gallery .lSPager.lSGallery img{
    border-radius:0;
}
.thumbs-gallery .lSSlideWrapper.usingCss{
    max-width:722px;
    margin: 0 auto;
}
.thumbs-gallery .lSSlideWrapper.usingCss li{
    max-width:722px;
    height:415px;
}
.thumbs-gallery .lSSlideWrapper.usingCss li img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thumbs-gallery .lSPager.lSGallery li:hover, .thumbs-gallery .lSPager.lSGallery li.active {
    border-radius:0;
}
.thumbs-gallery .lSPager.lSGallery li, .thumbs-gallery .lSPager.lSGallery li img {
    width:140px !important;
    height:112px;
    object-fit: cover;
    object-position: center;
}
.gwts-gwl-prev-gallery{
    position: relative;
}
.gwts-gwl-prev-gallery .gwts-gwl-prev-title{
    margin:0;
    border:2px solid #FDFCF7;
    background: #2E2A29;
    padding:22px;
    border-radius:40px;
    width: fit-content;
    position: absolute;
    left: 50%;
    right: 50%;
    top:-30px;
    transform: translateX(-50%);
    z-index:2;
    min-width: 300px;
    text-align: center;
    line-height: normal;
}

@media (max-width: 992px) {
    .gwts-gwl-prev-gallery .gwts-gwl-prev-title{
        padding:12px;
    }
    .fusion-accordian .panel-title a{
        padding: 47px 0 10px;
    }
}
@media (max-width: 768px){
    .thumbs-gallery .lSPager.lSGallery li, .thumbs-gallery .lSPager.lSGallery li img {
        width:120px !important;
        height:102px;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 576px) {
    .thumbs-gallery .lSSlideWrapper.usingCss li{
        height:350px;
    }
    .gwts-gwl-prev-gallery .gwts-gwl-prev-title{
        padding: 10px 20px;
        min-width: max-content;
    }
    .thumbs-gallery .lSPager.lSGallery{
        margin-top:20px !important;
    }
}
@media (max-width: 391px){
    .thumbs-gallery .lSPager.lSGallery li, .thumbs-gallery .lSPager.lSGallery li img{
        width: 80px !important;
        height: 80px;
    }
    .gwts-gwl-prev-gallery .gwts-gwl-prev-title{
        top:-23px;
    }
}
/*Slider end*/
