.banner-ad {
    margin: 20px 0;
    text-align: center;
}

.banner-ad .banner-frame {
    display: inline-block;
}

.banner-ad .banner-frame img {
    width: 100%;
}
h6.small-title {
    font-size: 16px;
    margin-bottom: 15px;
}

section {
    margin: 20px 0;
    overflow: hidden;
}

.image-holder {
    position: relative;
    padding: 30% 0;
    margin-bottom: 18px;
    overflow: hidden;
}
.no-padding-img img{
    padding-top: 0px !important;
}
.image-holder img.bg-image {
    /* width: 100%;
    height: 630px;
    object-fit: cover; */
    padding-top: 10px;
    margin-bottom: 10px; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

small.image-holder-topText {
    position: absolute;
    top: 10%;
    left: 3%;
    text-transform: uppercase;
    color: #fff;
    z-index: 4;
    font-family: 'GoodSansRegular';
}

img.filtered {
    filter: brightness(90%);
}

.text-box {
    position: absolute;
    bottom: 4%;
    left: 2%;
    width: 80%;
    border-left: 2px solid #fff;
    padding-left: 20px;
    color: #fff;
    z-index: 2;
    transition: all .3s;
}

.text-box h2 {
    font-family: 'GoodSansRegular';
    font-size: 32px;
    margin-bottom: 20px;
}

.text-box p {
    font-family: 'GoodSansRegular';
    font-size: 19px;
    font-style: italic;
    margin-bottom: 20px;
}

small {
    font-family: 'GoodSansRegular';
    text-transform: uppercase;
    font-size: 10px;
}

.text-box.smaller h2 {
    font-family: 'GoodSansRegular';
    font-size: 19px;
    /*text-transform: capitalize;*/
    margin-bottom: 20px;
}

.image-holder:hover .text-box {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.image-holder:hover img.bg-image {
    filter: brightness(50%);

}

section#playlists .image-holder:hover img.bg-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(100%);

}

.animated1 {
    animation: fadeIn .5s ease 1s;
    animation-fill-mode: backwards;
}

.animated2 {
    animation: fadeIn .5s ease 1.1s;
    animation-fill-mode: backwards;
}

.animated3 {
    animation: fadeIn .5s ease 1.2s;
    animation-fill-mode: backwards;
}

a.article-link .article-slider-text,
a.article-link .article-text {
    transition: transform .2s;
}

a.article-link:hover .article-slider-text,
a.article-link:hover .article-text {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.slider-container {
    background: #F2F2F4;
    padding-bottom: 40px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    line-height: 1;
    opacity: .75;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section a {
    text-decoration: none;
    color: #000;
}

/* IMAGE POSITION WITH OBJECT-FIT */
.pos {
    object-position: 0 10%;
}

.article-slider-text {
    border-left: 2px solid #000;
    padding-left: 10px;
    margin-top: 10px;
    min-height: 42px;
}

/* .article-slider-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     
    max-height: 40px;      
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
} */

.article-text {
    border-left: 2px solid #000;
    padding-left: 10px;
    margin: 10px 0 40px 0;
    min-height: 100px;
}

/* .article-text p {
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;     
    max-height: 96px;      
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
} */

.view-btn-box {
    /* display: inline-block; */
    text-align: center;
    margin: 30px auto;
}

.view-btn, .news-btn, .features-btn, 
.new-music-btn, .load-10-best, .mixes-btn,
.videos-btn, .artist-btn, .playlists-btn,.podcasts-btn,
.contributors-btn, .latest-btn {
    font-family: 'GoodSansRegular';
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #D8D8D8;
    font-size: 16px;
    transition: all .2s;
}

.view-btn:hover, .news-btn:hover, 
.features-btn:hover, .new-music-btn:hover,
.load-10-best:hover, .mixes-btn:hover,
.videos-btn:hover, .artist-btn:hover,
.playlists-btn:hover,.podcasts-btn:hover, .contributors-btn:hover,
.latest-btn:hover {
    color: #999;
}

.view-btn span, .news-btn span,
.features-btn span, .new-music-btn span,
.load-10-best span, .mixes-btn span,
.videos-btn span, .artist-btn span,
.playlists-btn span, .contributors-btn span,
.latest-btn span{
    display: block;
    filter: invert(.8);
    width: 40px;
    margin: 0 auto;
    transition: all .2s;
}

.view-btn:hover span, .news-btn:hover span,
.features-btn:hover span, .new-music-btn:hover span,
.load-10-best:hover span, .mixes-btn:hover span,
.videos-btn:hover span , .artist-btn:hover span,
.playlists-btn:hover span, .contributors-btn:hover span,
.latest-btn:hover span {
    filter: invert(.6);
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}

section#new-music .image-holder {
    padding: 50% 0;
    margin-bottom: 0;
}

section#new-music .article-text {
    margin: 0;
}

.article-bg-grey {
    background: #e5e5e5;
    padding: 20px 0;
    /* margin-bottom: 20px; */
}

section#new-music .most-popular-box {
    padding-top: 40px;
}

section#new-music .row.space-before .image-holder {
    padding: 30% 0;
    margin-bottom: 0;
}

section#new-music .most-popular-box .article-text {
    min-height: 30px;
}

section#new-music .most-popular-box .article-text p {
    min-height: unset;
    font-size: 14px;
    margin-bottom: 0;
}

section#new-music .most-popular-box h6.small-title {
    text-align: right;
    margin-bottom: 40px;
    position: relative;
    margin-right: 20px;
    transition: all .2s;
}

section#new-music .most-popular-box h6.small-title span {
    /* position: absolute;
    top: 0;
    right: -30%; */
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    transition: all .2s;
}

section#new-music .most-popular-box h6.small-title span:hover {
    filter: invert(.7);
}


/* NEW MUSIC SECTION MAIN ARTICLE FEATURE */
.article-main-feature {
    padding: 20px;
}

.article-main-feature hr {
    margin: 70px auto 80px auto;
    border-color: #000;
    display: block;
    width: 130px;
    transform: rotate(90deg);
    opacity: 1;
    visibility: visible;
    transition: all .6s ease;
}

.article-main-feature h1 {
    font-size: 34px;
    font-family: 'GoodSansRegular';
    min-height: 200px;
    transition: all .5s ease;
}

.article-main-feature p {
    display: none;
    font-size: 18px;
    font-family: 'GoodSansRegular';
    font-style: italic;
    margin-bottom: 50px;
    /* transition: all .3s; */
}

.article-link:hover .article-main-feature hr {
    opacity: 0;
    visibility: hidden;
}

.article-link:hover .article-main-feature p {
    display: block;
    animation: grow .4s ease .4s;
    animation-fill-mode: backwards;
}

.article-link:hover .article-main-feature h1 {
    /* transform: translateY(-40%); */
    margin-top: -10%;
}

section#mixes .article-link {
    background: #999;
    display: block;
    padding-top: 20px;
    font-family: 'GoodSansRegular' !important;
}

section#mixes .article-slider-text {
    margin-left: 20px;
}

section#mixes .image-holder {
    width: 96%;
}

small.article-date {
    float: right; 
    display: inline-block; 
    color: #fff;
    margin-right: 30px;
    margin-top: 20px;
}

section#mixes .article-slider-text h2.mix-number {
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}

section#mixes .article-slider-text p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    width: 90%;
    font-family: 'GoodSansRegular';
    font-style: italic;
    min-height: 40px;
}



section#videos {
    color: #fff !important;
    background: #000;
    padding: 50px 0;
}

section#videos h6.small-title {
    color: #fff;
}

section#videos .article-text {
    border-left: 2px solid #fff;
    color: #fff;
    padding-left: 10px;
    margin: 10px 0 40px 0;
    min-height: 140px;
}

section#videos .article-text h2 {
    font-size: 23px;
    min-height: 100px;
}

section#videos .image-holder:hover img.bg-image {
    filter: brightness(40%);   
}

section#videos a.article-link:hover .article-text {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}

a.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    /* font-size: 50px; */
    margin-left: -15px;
    margin-top: -25px;
    width: auto;
    height: auto;
    color: #fff;
    backface-visibility: hidden;
    transition: transform .3s;
}

a.play-btn:hover {
    transform: scale(1.2);
}

section#playlists .image-holder {
    padding: 50% 0;
}

.playlist-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.514);
    padding: 30px 0;
    font-family: 'GoodSansRegular';
}

.playlist-box .playlist-box-wrapper {
    border-left: 2px solid #fff;
    margin-left: 20px;
    padding-left: 20px;
    transition: all .3s;
}

section#playlists small.article-date {
    margin-top: 0;
}

.playlist-box p {
    font-size: 18px;
    color: #fff;
}

.playlist-box h2 {
    font-size: 23px;
    color: #fff;
}

a.play-btn-playlist {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
    transition: transform .3s;
    padding: 3px 5px 3px 10px;
    display: table;
    margin: 25px 0;
}

a.play-btn-playlist img.bordered-svg {
    width: 12px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.playlist-box ul.social-icons li a i {
    color: #fff;
}

.image-holder:hover .playlist-box-wrapper {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.smaller p{
    font-size: 14px;
}
.search-posts{
    padding-bottom: 100px;
}
.playlist-image{
    padding-top: 0px !important;
}
.grid-margins{
    margin-bottom: 10px;
}
.news-h6 p{
    min-height: 55px;
}
@media screen and (max-width: 1199px) {
    .text-box h2, .text-box.smaller h2 {
        font-size: 18px;
    }

    .text-box p {
        font-size: 15px;
    }
    input::-webkit-input-placeholder {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 769px) {
    section#new-music .banner-ad {
        display: inline-block;
    }
}

@media screen and (max-width: 550px) {
    .text-box h2, .text-box.smaller h2 {
        font-size: 14px;
    }
    
    .text-box p {
        display: none;
    }

    .slider-container {
        padding-bottom: 20px;
    }

    .article-main-feature hr {
        margin: 40px auto 50px auto;
        width: 80px;
    }

    .article-main-feature h1 {
        font-size: 18px;
        min-height: 100px;
    }

    .article-main-feature p {
        font-size: 15px;
    }

    section#new-music .banner-ad {
        margin: 10px 0;
    }

    section#new-music .banner-ad .banner-frame img {
        width: 60%;
    }

    section#mixes .article-slider-text h2.mix-number {
        font-size: 18px;
    }

    section#mixes .article-slider-text h1 {
        font-size: 24px;
    }
    
    section#mixes .article-slider-text p {
        font-size: 12px;
    }

    section#videos {
        padding-bottom: 10px;
    }

    section#videos .article-text h2 {
        font-size: 20px;
        min-height: 100px;
    }

    .page-template-page-home section#playlists {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .playlist-box {
        height: 100%;
    }

    .playlist-box .playlist-box-wrapper {
        margin-left: 15px;
    }

    .playlist-box h1 {
        font-size: 24px;
    }
}