.page-template-header {
    margin-bottom:0 !important;
}
.featured-article--date {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #717171;
}
.featured-article--date a {
    color:#717171;
    text-decoration:none;
    text-transform:capitalize;
}
.featured-article .article-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:9px;
}
.featured-article .article-date {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #717171;
    display:block;
    margin-bottom:9px;
}
.featured-articles {
    margin-bottom:190px;
}
@media (max-width:768px) {
    .featured-articles {
        margin-bottom:80px;
    }
    .featured-article .article-title {
        font-size:22px;
        line-height:30px;
    }
}

.variety-styles small {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    display:block;
}
.variety-styles h2 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:55px;
}
@media (max-width:768px) {
    .variety-styles h2 {
        font-size:30px;
        line-height:38px;
    }
}
.styles-carousel.owl-theme .owl-dots {
    margin-top:30px !important;
}
.styles-carousel.owl-theme .owl-dots .owl-dot span {
    width:22px;
    height:5px;
}
.styles-carousel .owl-nav button span {
    display:none;
}
.styles-carousel .owl-nav button.owl-prev,
.styles-carousel .owl-nav button.owl-next {
    display: flex;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6) !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 50%;
    position: absolute;
}
.styles-carousel .owl-nav button::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    left: 2px;
}
.styles-carousel .owl-nav button.owl-prev {
    transform: translateY(-50%);
    left:0;
}
.styles-carousel .owl-nav button.owl-next {
    transform: rotateZ(180deg) translateY(50%);
    right:0;
}
.styles-carousel .style-item a {
    text-decoration:none;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.variety-styles-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:16px;
    opacity:0;
    transition:0.5s;
    z-index:1;
}
.variety-styles-overlay::after {
    content:'';
    display:block;
    width:34px;
    height:34px;
    background-image:url(../../images/instagram-logo.svg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    position:absolute;
    top:0;
    right:0;
}
.styles-carousel .style-item a img {
    transition:0.5s;

}
.styles-carousel .style-item a:hover .variety-styles-overlay {
    opacity:1;
}
.styles-carousel .style-item a:hover img {
    transform:scale(1.2);
}