.news-post.standard-post2{
    overflow: hidden;
    height: 100%;
    display: block;
}
.news-post.standard-post2 .post-title{
    height: 100%;
}
.block-section{
    padding: 40px 0 30px;
}
.ticker > p{
    padding-left: 15px;
}

.sport-news{
    background: linear-gradient(135deg, rgba(76,96,246,1) 0%, rgba(16,29,129,1) 100%);
    border-bottom: 1px solid rgb(96 100 128);
}
.sport-news .standard-post2 .post-title{
    background: rgb(96 100 128);
}
.sport-news .standard-post2 .post-title h2 a{
    color: white;
}
.sport-news .standard-post2 .post-title h2 a:hover{
    color: #f44336;
}
.title-section.white-title h1{
    color: white;
}

div.block-content.cms-block:after{
    border: 0!important;
}

.title-section span a{
    color: #222222;
}

.video-post .video-nonlink {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 30px;
    padding: 1px;
    outline: none;
}

.no-after:after{
    content: none!important;
}
a.no-after{
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.wrs-hidden{
    display: none!important;
}


/*IMG RATIOS*/
.news-post img{
    object-fit: cover;
    aspect-ratio: 6/5;
}
.news-post.image-post2 img{
    aspect-ratio: 1;
}




/* ----------------------------------------------------------------
	Error 404
-----------------------------------------------------------------*/
.error404 {
    display: block;
    font-size: 18vw;
    font-weight: 700;
    color: #ddd;
    line-height: 1;
    letter-spacing: 4px;
}
.error404-wrap .container {
    z-index: 7;
}
.error404-wrap .error404 {
    line-height: 0.9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 19vw;
    color: #fff !important;
    opacity: 0.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.error404-wrap .heading-block h4, .error404-wrap .heading-block .h4 {
    font-weight: 300;
    margin-bottom: 8px;
}
.error404-wrap .heading-block span {
    font-size: 1.125rem;
}
.error404-wrap form {
    max-width: 500px;
}

.navbar-brand{
    transition: 0.3s ease all;
}

@media (min-width: 768px) {
    .navbar-brand {
        position: absolute !important;
        background: #FAFAFA!important;
        padding: 10px 20px!important;
        bottom: 0;
        height: 90px;
    }

    .navbar-brand img{
        max-height: 100% !important;
    }

    .navbar-brand:before{
        content: "";
        width: 1px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        background: #f0f0f0;
    }

    .navbar-brand:after{
        content: "";
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background: #f0f0f0;
    }

    .nav-list-container{
        border-top: 1px solid #f0f0f0;
    }
    .third-style.active .navbar-brand {
        height: 52px!important;
    }

    .third-style.active .navbar-brand:before,
    .third-style.active .navbar-brand:after{
        height: 100% !important;
    }
}