/**
 * Document: [ROW TYPE] SCSS
 * DESC:
 */
.sgr-slider.v1 .slide {
    position: relative;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: white;
}
.sgr-slider.v1 .slide .overlayslider {
    position: absolute;
    height: 70%;
    width: 60%;
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
    .sgr-slider.v1 .slide .overlayslider {
        width: 100%;
        height: 80%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .overlayslider {
        height: 90%;
        width: 150%;
    }
}
.sgr-slider.v1 .slide .text-area {
    z-index: 10;
    position: relative;
    padding: 20px;
    font-size: larger;
    width: 40%;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 13px 27px -5px, rgba(0, 0, 0, 0.8) 0px 8px 16px -8px;
}
@media only screen and (max-width: 992px) {
    .sgr-slider.v1 .slide .text-area {
        width: 50%;
        left: 4%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .text-area {
        width: 60%;
        left: 4%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
        left: 0;
    }
}
.sgr-slider.v1 .slide .fluid-container {
    position: relative;
    padding-left: 50px;
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .fluid-container {
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .sgr-slider.v1 .slick-slider {
        height: 600px;
    }
}
.sgr-slider.v1 .slick-dots {
    color: rgba(0, 0, 0, 0) !important;
    bottom: 25px;
    z-index: 10;
    padding-left: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 50px;
    max-width: 100%;
}
@media only screen and (max-width: 992px) {
    .sgr-slider.v1 .slick-dots {
        bottom: 25px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slick-dots {
        bottom: 20px;
        margin-top: 35px;
    }
}
.sgr-slider.v1 .slick-dots li {
    background: none;
    width: 15px;
    height: 15px;
    margin-right: 30px;
}
.sgr-slider.v1 .slick-dots li.slick-active {
    border: none;
}
.sgr-slider.v1 .slick-dots li button {
    padding: 5px;
    border-radius: 10px;
    width: 39px;
    height: 10px;
}
.sgr-slider.v1 .slick-dots li button:before {
    display: none !important;
}
.sgr-slider.v1 .slick-dots li button:after {
    height: 10px !important;
}

@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .container {
        padding-bottom: 0 !important;
        height: 100%;
    }
    .sgr-slider.v1 .slide .text-area {
        height: 100%;
    }
}