/* Homepage Slider */
.slider-padding {
    padding-top: 250px;
    padding-bottom: 250px;
}
.homepage-slider .slick-arrow {
    color: white;
}
.slick-arrow {
    font-size: 35px;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}
.homepage-slider .slick-arrow.fa-chevron-right {
    right: 15px;
}
.homepage-slider .slick-arrow.fa-chevron-left {
    left: 15px;
}
.homepage-slider.single-slide .slick-dots {
    display: none;
}
.slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 50%;
}
.slick-dots li {
    margin-right: 10px;
}
.slick-dots li i {
    font-size: 15px;
}
.slick-dots .slick-active {
    color: white;
}
@media(max-width: 600px){
    .slider-padding {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

/* Gallery Block */
.viz-gallery-tab.active-tab {
    border-bottom: 1px solid black;
}

/* Gravity Forms */
body .gform_wrapper select, body .gform_wrapper.gf_browser_chrome select {
    padding-top: 0;
    padding-bottom: 0;
}

/* Popups */
.popup-wrapper {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
}
.popup-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.video-popup-content {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 5px 5px 0px 5px;
}
.popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-weight: bold;
}
@media(max-width: 768px){
    .video-popup-content {
      width: 90%;
    }
}

/* Reviews */
.review-quotes {
    top: -35px;
}

/* Featured Products Slider */
.feat-products-slider .fa-chevron-left {
    left: -20px;
}
.feat-products-slider .fa-chevron-right {
    right: -20px;
}

/* Home Row Blurbs */
.home-blurb-padding {
    padding-top: 300px;
}

/* Cover Height */
.cover-height {
    height: 700px;
}
@media(max-width: 768px){
    .cover-height {
        height: 550px;
    }
}
@media(max-width: 425px){
    .cover-height {
        height: 450px;
    }
}

/* Category Landing Page */
body.archive.term-bedroom .site-inner,
body.archive.term-children .site-inner,
body.archive.term-dining-kitchen .site-inner,
body.archive.term-living-room .site-inner,
body.archive.term-outdoor .site-inner,
body.archive.term-office .site-inner {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
}


/* Dynamically added reviews */
.viz-quotes-container {
    top: -20px;
    left: 45%;
}

@media (max-width: 981px) {

    .pop-up-wrapper .pop-up-content {
        width: 90%;
        max-width: 90%;
        max-height: 95%;
        overflow-y: scroll;
    }

    .popupCloseButton {
        border-radius: 0;
        top: 0px;
        right: 0;
    }
}

@media(max-width:959px) {
    .viz-banner-container {
        max-height: 250px;
        background-size: 156%;
    }

    .viz-banner-overlay {
        max-height: 250px;
    }

    .viz-banner-text {
        padding: 108px 0;
    }

    .subcat-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .viz-banner-text {
        font-size: 50px;
    }

}

@media(max-width: 600px) {
    .subcat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .viz-banner-text {
        font-size: 36px;
    }

}