h1 {
  color: #000000 !important;
}

.row {
    position: relative;
}

.home-featured {
    text-align: center;
    word-wrap: break-word;
}

.home_images {
    text-align: center;
    padding-right: 7.5px; padding-left: 7.5px;
}

/* CSS */
.paginator{
    position: relative;
    float: right;
    margin-bottom: 20px;
}
.slick-list {
    z-index: 999;
}

.arrow {
    display: table;
}
.arrow .slick-arrow {
    display: table-cell!important;
    vertical-align: middle;
}
.next_featured{
    /*margin-right: 61%;*/
    /*float: right;*/
    height: 57px;
    width: 28px;
    /*background: url('../images/arrow_right.png') no-repeat;*/
    background-size: 28px;
    z-index:999;
}

.prev_featured {
    /*margin-left: 75%;*/
    /*float: left;*/
    height: 57px;
    width: 28px;
    z-index:999;
    /*background: url('../images/arrow_left.png')  no-repeat;*/
    background-size: 28px;
}

#slider_featured,
#insta_slider {
    position: relative;
    /*z-index: -1;*/
    /*margin-left: 4px;*/
}
/*#slider_featured .slick-slide,*/
#insta_slider .slick-slide {
    height: 250px;
}
#slider_featured img {
    padding: 0px!important;
}
.slick-slide .image-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slick-slide {
    padding-right: 15px;
}
.slick-slide:last-child {
    padding-right: 0px;
}
.slick-slide div {
    height: 100%;
}
.feat_cont{
    margin-bottom: 0px !important;
    transform: scale(1.0,1.00);
}

.feat_cont_wrap{
    margin-bottom: 30px !important;
}

.insta_logo {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: contain !important;
    background: url('../images/logo_instagram.png') no-repeat;;
}

.next_insta {
    height: 57px;
    width: 28px;
    /*background: url('../images/arrow_right.png') no-repeat;*/
    background-size: 28px;
    z-index:999;
    padding-top: 70%;
}

.prev_insta {
    height: 57px;
    width: 28px;
    z-index:999;
    /*background: url('../images/arrow_left.png')  no-repeat;*/
    background-size: 28px;
    padding-top: 70%;
}

/* Mobile rules for Feature Carousel and h1 "home-featured" text */

@media only screen and (max-width: 1200px) {
    .home-featured {
        font-size: 3.0em;
    }
    .featured_cont {
        margin: 20px !important;
    }
    .feat_cont_wrap {
        margin: 0px !important;
    }

    #feature_margin {
        margin: 40px 0px !important;
    }
    #feature_margin_bot {
        margin-bottom: 0px !important;
    }
    .next_featured {
        margin-right: 80% !important;
    }
    .prev_featured {
      /*margin-left: 80% !important;*/
    }
    .feat_cont{
        margin-bottom: 0px !important;
        transform: scale(.84,.84);
    }

}

/* Mobile rules for Instagram Carousel */

@media only screen and (max-width: 1000px) {

    .prev_featured {
        margin-left: 0%;
    }

    .home-featured {
        text-align: center;
    }
}

/* Switch Category Displays to Panoramic Images */
@media only screen and (max-width: 1000px) {
    .feat_cont_wrap{
        margin-bottom: 0px;
    }

    /* Align Panoramic Images */
  /*  #category_row_mobile img {
      width: 111%;
    } */
}

@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 600px) {
    .slideshow-container .slideshow > li img{
        /*height: 280px;*/
    }
    .home-featured {
        font-size: 2.4em;
    }

}
@media only screen and (max-width: 479px) {
    .slick-slide {
        padding-right: 0px;
    }
    .featured-slider .slick-slider {
        width:100%;
        padding: 0px;
        z-index: 0;
    }
    .featured-slider .arrow {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    .featured-slider .arrow.next {
        right: 0;
    }
}
@media only screen and (max-width: 400px) {
    .home-featured {
        font-size: 2.0em;
    }
}

.toolbar-bottom a {
  color: #000000 !important;
}



#category_row_mobile img {
    width: 100%;
}
#category_row_mobile > div {
    margin-bottom: 15px;
}
#category_row_mobile > div > p {
    margin: 0px;
}

.slideshow-container .slideshow {
    border: 0px !important;
    margin-bottom: 3px !important;
}

/* New CSS */

.cycle-slide.cycle-slide-active {
    z-index:-1 !important;
}

.homepage_banner {
    width: 100%;
    height: auto;
    margin-top: 25px;
}
