@media screen and (min-width: 1025px) {
    .d-hide{
        display: none !important;
    }

    #search-results{
    }

    .post-image{
        width:300px;
    }
    .boxed-padding{
        padding: 32px 48px;
    }

    .hover-opacity{
        transition: opacity 300ms;
    }
    .hover-opacity:hover{
        opacity: 0.65;
    }

    .post-left .playlist-hero{
        width:300px;
    }

    .footer-content ul {
        display: flex;
        /* gap: 8px; */
    }

    .mobile-menu{
        display: none !important;
    }

    .box.post:hover{
        background-color: #f5f5f5;
    }

    .image-banner.articles {
        background: rgb(192,185,196);
        background: radial-gradient(circle, rgba(192,185,196,1) 0%, rgba(208,200,205,1) 100%) !important;
    }
}

@media screen and (max-width: 1400px){
    body.scrolling .h-menu-bottom{
        display: none;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 1024px) {
    .m-hide{
        display: none  !important;
    }

    .sf-radar-animation{
        right: -188px;
    }

    .m-centered{
        justify-content: center;
        align-items: center;
    }

    .m-text-center{
        text-align: center;;
    }

    .mini2{
        margin:0px 32px;
    }

    .m-width-full{
        width: 100% !important;
    }

    .flex.m-right{
        justify-content: flex-end !important;
    }

    .flex.m-columns{
        flex-direction: column;
    }

    .mega-menu-logo{
        margin:0 !important;
    }
    .info-box .info-box-img{
        width: 100%;
    }

    .contact-form{
        padding:32px;
    }

    h1.site-title{
        font-size: 32px;
    }

    .post-left .post-image{
        width:180px;
        height:180px;
    }

    .boxed-padding{
        padding: 24px 32px;
    }

    .post-content blockquote {
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 24px;
        margin-bottom: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #mainContent{
        margin-left: 0;
        padding: 0;
        margin-top: 50px;
    }
    .sidebar-nav{
        left: -100%;
        z-index:1001;
        width: 100%;
        min-height: 100vh;
        transition: 300ms;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 16px;
        background: rgba(0,0,0,0.2);
    }
    .sidebar-nav .nav-holder{
        transition: 300ms;
        z-index:1001;
        width: 220px;
        background: white;
        min-height: 100%;
        max-width: 220px;
        transition: all 0.15s ease 0.15s;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 16px;
    }
    .sidebar-nav.active{
        left: 0;
    }
    .menu-logo{
        height: 50px;
    }

    #beforeMainContent{
        display:none;

    }

    .post-top{
        padding: 90px 0px;
        position: relative;
    }
    .post-head{
        flex-direction: column;

    }
    .post-addto{width: 100%;justify-content: center;align-items: center;}
    .post-top .post-right{
        display: flex;
        flex-direction: column;
        text-align: center;
        z-index: 1;
        margin-top: 32px;
        align-items: center;
    }
    .post-top .post-left{
        display:flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0;
        z-index: 1;
    }

    h1{
        font-size:24px;
    }

    main.post.article h1{
        font-size:28px;
    }

    .page-section{
        padding-left: 16px;
        padding-right: 16px;
    }

    .dynamic-video-holder{
        top:0;
        min-height: 400px;
    }

    .dynamic-video video{
        height:100%;
        width:auto;
    }

    .box.article.mix{
        flex-direction: column;
    }
    .box.article.mix .img-holder{
        width:100%;
        min-height: 150px;
    }
    .box.article.mix .article-title{
        width:100%;
        max-width: 100%;
        margin-bottom: 16px;
    }
    footer{
        margin:0;
    }

    .mobile-menu{
        background: #fff;
        height: 50px;
        padding: 0px 16px 0px 16px;
    }
    .mobile-menu-logo{

    }
    .mobile-menu-logo svg{
        width: 30px;
    }

    .mobile-menu > a{
        height: 40px;
        width: 40px;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .btn.tabbed{
        font-size: 10px;
    }

    .mobile-menu .search-bar-holder{
        left: -100%;
        position:
            fixed;
        width: 100%;
        transition: 300ms;
        height: 50px;
    }

    body.searching .mobile-menu .search-bar-holder{
        left: 0;
    }
    .box.article.large {
        margin-bottom: 24px;
    }
    .box.article.large .article-title{
        font-size:24px;
    }
    .columns-3 > *{
        width: 47%;
    }
    .artist.vertical.box img{
        width: 100%;
        height: auto;
    }
    .sf-modal-body{
        padding: 24px;
    }
    .box.article.horizontal .box-front{
        flex-direction: column;
    }
    .box.article.horizontal.large .box-content{

        margin-top: 48px;
        margin-left: 0;
    }

    .box.post.horizontal.large .box-front .image-holder{
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }
    .box.article{
        flex-direction: column;
        margin-bottom: 24px;
    }

    .box.article .img-holder{
        width: 100%;
    }

    .box.article .author{
        margin-top:16px;
    }

    .box.post.horizontal.playlist.large .box-front{
        flex-direction: column;
    }

    .box.post.horizontal.playlist.large .box-content{
        margin-left: 0;
    }

    .btns-social-list{
        flex-wrap: wrap;
        max-width: 240px;
        gap: 12px;
    }

    .btns-social-list a{
        margin:0;
    }

    .article-head{
        padding: 0px 32px;
    }

    .artist-list {
        margin-top: 15px;
        max-width: 90%;
    }
    
    .artist-list a{
        font-size: 16px;
    }

    .mega-menu-top {

    }

    .mega-menu-logo-holder {

    }

    .menu-options-right{

    }
    .mega-menu-body{flex-direction: column;}

    .h-menu-bottom{
        display: none;
    }

    .mega-menu-item:not(.show-description) .menu-item-text{
        display: none;
    }
    
    .mega-menu-items{
        margin: 0 !important;
    }

    .h-mega-menu{
        padding: 0 !important;
    }
    .close-mega-menu{width: auto !important;}
    .mega-menu-left{
        border-bottom: 1px solid #F2F2F2;
        padding: 15px 25px;
    }
    .mega-menu-right{
        padding: 25px;
    }
    .submit-music-holder{
        max-width: 200px;
    }

    .mega-menu-item .login-menu{
        justify-content: flex-start;
    }

    .in-lined{
        padding: 10px;
        display: block;
        padding-bottom: 40px;
    }

}
