/*styles for the template partial Hero and Hero type 1*/

section.gallery-slider{
	position: relative;
}

section.gallery-slider .section-title,
section.gallery-slider .section-subtitle{
    color:#fff;
}

.gallery-menu ul.menu > li.current-menu-item a {
    text-align: center;
}

section.gallery-slider .gallery-slider-content{
    position: absolute;
    z-index: 2;
    width: 100%;
    top:25%;
}

section.gallery-slider .carousel-wrapper{
    position: relative;
    z-index: 0;
}

section.gallery-slider .bg-overlay {
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

section.gallery-slider .carousel-wrapper .slide{
    background-position: center center;
}

section.gallery-slider .controls-container {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 40px;
    display: flex;
    z-index: 2;
    justify-content: flex-end;
}

section.gallery-slider .arrow.arrow-left{
    transform: rotate(180deg);
    margin-right: 40px;
}

section.gallery-slider .arrow {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
}

section.gallery-slider .arrow:hover{
    opacity: 0.9;
    transition: opacity 500ms;
}

section.gallery-slider .tns-nav {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

section.gallery-slider .tns-nav  button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
}


section.gallery-slider .tns-nav  button.tns-nav-active {
    background: #fff;    
}

section.gallery-slider .arrow:focus{
    outline: 0!important;
}


/*special case styles*/
section.gallery-slider.single-gallery {
    padding-top: 80px;
}

/***********************/
/* Responsive styles */
/***********************/
@media (max-width: 768px){

    section.gallery-slider .tns-nav{
        display: none;
    }

    section.gallery-slider .controls-container{
        padding:20px;
    }

}

@media (min-width: 768px){

    section.gallery-slider .controls-container {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    section.gallery-slider .arrow {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }

    section.gallery-slider .carousel-wrapper{
        width:100%;
    }

}

@media (min-width: 992px){


    section.gallery-slider:not(.home){
        padding-top: 35px;
    }

    section.gallery-slider .tns-nav  button {
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }

    section.gallery-slider .tns-nav {
        bottom: 60px;
    }

}

@media (min-width: 1800px){



}

@media (min-width: 1800px){


}


/* changing padding + margin of gallery slider -j */
@media (min-width: 768px){
    
page-section gallery-slider section.gallery-slider .carousel-wrapper{
        padding-top: 2rem;
    }
    
page-section gallery-slider section.gallery-slider .bg-overlay {
    	margin-top: 2rem;
	}

}

/* gallery slider changes */

page-section gallery-slider  .single-gallery.main-header .menu-main-menu-container > ul > li,
.gallery-menu ul.menu > li{
	padding: 20px 70px 25px 10px ;

}

page-section gallery-slider  .single-gallery.main-header .menu-main-menu-container > ul > li,
.gallery-menu ul.menu > li a{
	font-size: 1.15rem;
}

/* more gallery slider changes */

section.gallery-slider::not(.home){
        padding-top: 35px;
        padding-bottom: 160px;
}

/* adding padding between neighborhood & map -j */

.neighborhood {
        padding-top: 35px;
        padding-bottom: 120px;
}

/* Changing gallery slider overlay * -j */
section.gallery-slider .bg-overlay {
    background: linear-gradient(
    180deg
    , rgb(0 0 0 / 25%) 0%, rgb(0 0 0 / 0%) 100%);
    }
