/**
* Theme Name: msp-sp
* Author: MSP
* Author URI: https://msp.com.mk
* Description:  
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: msp-sp
* Domain Path: /languages
* Template: astra
*/

:root {
    --main-red: #eb1e25;
    --main-light-gray: #ebebeb;
    --magazin: #9f5de2;
    --time: #767676;
    --sport: #4e9400;
}

.fade-in {
    -webkit-animation: fade-in 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: fade-in 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

ul {
    margin-left: 0;
    margin-top: 0;
}

.comments-link,
.cat-links {
    display: none;
}

.main-post-content,
.site-subcategory {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.post-author-container {
    line-height: 14px;
    display: block;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

ul#menu-ostanati, .post-author-container, .post-date-container {
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
}


#menu-ostanati a:hover {
    color: #3e64af;
}


.post-loop-container.clear a div:hover {
    color: #000 !important;
}


.post-date-container {
    color: #828282;
    font-size: 14px;
}

.entry-content {
    flex: 1;
    /*margin-right: 20px;*/
}

.col-span3 {
    flex: 1 0 25%;
}

.col-span4 {
    flex: 1 0 300px;
}

.col-span5 {
    flex: 1 0 41.66666667%;
}

.col-span6 {
    flex: 1 0 auto;
    max-width: 50%;
}

.col-span7 {
    flex: 1 0 auto;
    max-width: 58.33333333%;
}

.col-span8 {
    flex: 1 0 66.6667%;
}

.col-span9 {
    flex: 1 0 auto;
    max-width: 75%;
}

.msp-column {
    padding-left: 20px;
    padding-right: 20px;
}

.righ-sidebar {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    /*justify-content: fle;*/
}

article.post {
    margin-top: 20px;
}

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

.num {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.side-content {
    width: 35px;
    float: left;
    background: #fff;
    position: relative;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
}

div[class*='timeline-'] ul li {
    clear: both;
    position: relative;
    list-style-type: none;
}

.timeline-latest ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 45px;
    background: var(--main-light-gray);
    height: calc(100% - 50px);
    width: 1px;
    display: block;
}

.desc {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.clear-both {
    clear: both !important;
}

.timeline-popular .title-box {
    border-bottom: 1px solid var(--main-light-gray);
}

.header-text {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 20px;
    text-align: center;
}

.title-box {
    width: calc(100% - 55px);
    margin-left: 55px;
    position: relative;
    padding-bottom: 10px;
}

.title-box a {
    font-size: 15px;
    line-height: 1.33;
    color: #1d1d1d;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    display: flex;
}

.title-box a .title-holder {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.title-box .news-text-hover:hover {
    color: var(--main-red);
}

.title-box .sport-text-hover:hover {
    color: var(--sport);
}

.title-box .magazin-text-hover:hover {
    color: var(--magazin);
}

div[class*='timeline-'] ul li:not(:last-child) {
    padding-bottom: 22px;
}

.ad_box {
    text-align: center;
}

.social-share-list li {
    clear: both;
    position: relative;
    list-style-type: none;
    display: inline-block;
}

.social-share-list li a {
    width: 30px;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    font-size: 16px;
}

.social-share-list .icon-fb {
    background: #3b5998;
    color: white;
}

.social-share-list .icon-twitter {
    background: #00acee;
    color: white;
}

.social-share-list .icon-viber {
    background: #8f5db7;
    color: white;
}

.social-share-list .icon-mail {
    background: #aca9a9;
    color: white;
}

.post-main-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.post-meta {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.thumbnail-caption {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    color: rgb(68, 68, 68);
    border-bottom: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
    padding: 10px 20px 5px;
}

.news-text,
.vesti-text {
    color: var(--main-red);
}

.magazin-text {
    color: var(--magazin);
}

.sport-text {
    color: var(--sport);
}

.post-tag:hover>.news-text {
    color: #fff;
}

.post-tag {
    font-size: 13px;
    line-height: 33px;
    border-radius: 16.5px;
    padding: 0 14px;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 10px 10px 0;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: lowercase;
    color: #000;
}

.post-tag:hover {
    background: var(--main-red);
    color: #fff;
}

.related-posts {
    display: flex;
    flex-direction: row;
}

.related-posts>div {
    flex: 1;
    padding: 0 20px;
}

/*.related-posts > div:first-child {*/
/*    margin-left: -20px;*/
/*}*/

/*.related-posts > div:last-child {*/
/*    margin-right: -20px;*/
/*}*/




.related-posts>div:not(:last-child) {
    border-right: 1px solid var(--main-light-gray);
}

.related-post-title {
    margin-top: 20px;
}

.related-posts-read-more {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fb-comments {
    margin-top: 50px;
}

.fb-comments iframe {
    width: 100% !important;
}

.active .the-tab {
    color: #100f14 !important;
}

.timeline-tab hr {
    height: 3px;
    margin: 0;
    margin-left: 0px;
    border: none;
    transition: .3s cubic-bezier(.18, .89, .32, 1.28);
}

.hidden-titles {
    display: none;
}

.timeline-tab li:hover:nth-child(2)~hr,
.timeline-tab li.active:nth-child(2)~hr {
    margin-left: 120px !important;
    width: 92px;
}

.timeline-tab li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
}

.timeline-tab li .the-tab {
    color: #c5c5c5;
    padding: 0 9px 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
}

.timeline-tab li.active:first-child~hr {
    margin-left: 8px;
    width: 80px;
}

.news-bg,
.vesti-bg,
.all-bg {
    background: var(--main-red);
}

.sport-bg {
    background: var(--sport);
}

.magazin-bg {
    background: var(--magazin);
}

.read-more-btn:hover {
    background-color: #000;
    color: #fff;
}

.read-more-btn {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    border: 2px solid var(--main-light-gray);
    font-weight: bold;
    font-size: 1.2rem;
    transition: background-color .2s ease-out;
}

.read-more-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.meta-after-content {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    border-top: 1px solid var(--main-light-gray);
}

.horizontal-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    background: var(--main-light-gray);
}

.full-bg-image {
    background-position: center 50%;
    min-width: 100%;
    background-image: var(--bg-image);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
}

.image-wrap {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 50%;
}

.top-article .image-wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
}

.hidden-scrollbar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.post-thumbnail {
    height: auto;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    margin-left: 0px;
}

.site-subcategory .post-thumbnail {
    height: 460px;
}

.post-thumbnail~.entry-content {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    top: auto;
    bottom: 0px;
    padding: 10px 20px;
}

.site-subcategory .post-loop-container .post-loop-title {
    margin-bottom: 10px !important;
    transition: color .2s ease-in-out;
}

.post-loop-container time {
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.post-content .post-loop-excerpt p:not(.read-more) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 5px !important;
}

#primary {
    width: 100% !important;
    border: none !important;
    margin-top: 0 !important;
}

.post-loop-excerpt .read-more {
    display: none;
}

.site-subcategory .ast-row .top-article article .blog-layout-1 .post-content .post-loop-container h2.post-loop-title,
.site-category .ast-row .top-article article .blog-layout-1 .post-content .post-loop-container h2.post-loop-title {
    color: #fff;
    font-size: 2rem;
}

/*.post-content .post-thumbnail:hover ~ .post-loop-container .post-loop-title,*/
/*.article-pair .post-content .post-loop-container h2.post-loop-title:hover {*/
/*    color: var(--main-red) !important;*/
/*}*/

.full-bg-image {
    transition: transform .7s;
}

.full-bg-image:hover,
.post-content .post-loop-container:hover~.post-thumbnail .full-bg-image {
    transform: scale(1.015);
}

.sticky>div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.left-sidebar {
    margin-left: -20px;
}

.right-sidebar {
    padding-right: 0px !important;
}

.meta-after-content iframe {
    padding-bottom: 20px;
}

.site-subcategory {
    padding-top: 20px;
}

.site-category,
.home-top-row-container {
    display: flex;
    flex-direction: row;
}

.site-subcategory .ast-row .article-pair article {
    padding-left: 0;
}

.site-subcategory .ast-row .article-pair article .post-content {
    display: flex;
    flex-direction: row;
    position: relative;
}

.site-subcategory .ast-row .article-pair article .post-content .post-thumbnail {
    flex: 0 0 30%;
    width: 30%;
    display: block;
    order: 0;
    height: 180px;
}

.site-subcategory .ast-row .article-pair article .post-content .image-wrap {
    padding-bottom: 65%;
}

.site-subcategory .ast-row .article-pair article .post-content .post-loop-container {
    padding: 0 0 1% 2%;
}

.site-category .category-subcat-section .post-content .post-loop-container {
    padding: 2% 0 1% 0;
}

.site-subcategory .ast-row .article-pair article .post-content .post-loop-container,
.site-category .category-subcat-section .post-content .post-loop-container {
    width: 100%;
    margin-bottom: 0px;
    z-index: 1;
    position: static;
    color: #0b0b0b;
}

.site-subcategory .ast-row .article-pair article .post-content .post-loop-container .post-loop-title {
    color: #000;
    font-size: 1.5rem;
}

.ast-row .article-pair article .post-content .image-wrap::after {
    content: none;
    width: 0;
    height: 0;
    display: none;
}

.timeline-popular .line {
    position: absolute;
    height: 3px;
    bottom: -2px;
    background: #c5c5c5;
}

.subcategory-menu-container {
    height: 43px;
    position: relative;
    z-index: 100;
    width: 100%;
}

.subcategory-menu-container .subcategory-menu {
    border-bottom: 1px solid #ebebeb;
    height: 42px;
    list-style-type: none;
}

.subcategory-menu-item.active-category,
.subcategory-menu-item:hover {
    border-bottom-style: solid;
    border-bottom-color: var(--main-red);
}

.cat-page.subcategory-menu-container .subcategory-menu-item,
.cat-page.subcategory-menu-container ul.subcategory-menu,
.cat-page.subcategory-menu-container ul.subcategory-menu a,
.subcategory-menu-item a {
    text-transform: uppercase;
    font-size: 16px !important;
    color: #000
}

.subcategory-menu-container .subcategory-menu .subcategory-menu-item {
    float: left;
    line-height: 40px;
    position: relative;
    border-bottom-width: 3px;
    font-size: 16px;
    text-transform: uppercase;
}

.subcategory-menu-item a {
    padding: 0 10px;
    display: block;
    color: #000;
}

.site-category .ast-row {
    border-right: 1px solid var(--main-light-gray);
}

.site-category .ast-row .article-pair,
.site-category .ast-row .article-triad {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--main-light-gray);
    padding: 25px 0;
    margin-right: 15px;
}

.site-category .ast-row .top-article article {
    margin-right: 0;
    padding-right: 0;
}

.site-category .ast-row .article-pair article {
    flex: 1 0 50%;
    margin: 0;
    padding: 0;
}

.site-category .ast-row .article-pair article:first-child
/*.site-category .category-subcat-section div.post-content:not(:last-child)*/

    {
    border-right: 1px solid var(--main-light-gray);
    padding-right: 15px;
    padding-left: 0;
}


/*.site-category .category-subcat-section div.post-content:nth-child(2){*/


/*    padding-left: 15px;*/


/*}*/

.site-category .ast-row .article-pair article:last-child
/*.site-category .category-subcat-section div.post-content:last-child*/

    {
    padding-right: 0;
    padding-left: 15px;
}

.site-category .blog-layout-1 {
    border-bottom: none;
    padding-bottom: 0px;
}

.site-category .ast-row .article-pair .post-content .post-loop-container {
    position: static;
    padding-right: 0;
    padding-left: 0;
}

.site-category .ast-row .article-pair article .post-content .post-loop-container .post-loop-excerpt {
    color: #000;
}

.site-category .ast-row .article-pair article .post-content .post-loop-container time {
    color: #6b6a6b;
}

.site-category .ast-row .article-pair article .post-content .post-thumbnail,
.site-category .category-subcat-section .post-content .post-thumbnail {
    height: auto;
}

.site-category .ast-row .article-pair article .post-content .post-thumbnail .image-wrap,
.site-category .category-subcat-section .post-content .post-thumbnail .image-wrap {
    position: relative;
    padding-bottom: 50%;
}

.site-category .post-content .post-loop-title {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
}

.site-category .article-triad {
    display: flex;
    flex-direction: row;
}

.site-category .category-subcat-section .article-pair>div:first-child {
    flex: 1 0 66.6666666%;
}

.site-category .category-subcat-section .article-triad>div,
.site-category .category-subcat-section .article-pair>div:last-child {
    flex: 1 0 33.33333%;
}

.site-category .category-subcat-section {
    margin-top: 20px;
}

.site-category .category-subcat-section h1 {
    color: rgb(210, 210, 210);
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.top-article article {
    margin-top: 0;
    padding-left: 0;
}

.fb-like>span,
.fb-like>span>iframe {
    width: 150px !important;
    height: 40px !important;
}

.fb-page-conatiner {
    text-align: center;
}

._49vh {
    display: none !important;
}

.latest-five-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.latest-five-category hr {
    flex: 1 1 100%;
    margin-right: 15px;
}

.latest-five-category div.post-content:not(:last-child):not(:nth-of-type(2)) {
    border-right: 1px solid var(--main-light-gray);
}

.latest-five-category div.post-content:nth-of-type(1) {
    flex: 1 0 66.66666%;
}

.latest-five-category div.post-content:nth-of-type(2) {
    flex: 1 0 33.3333%;
}

.latest-five-category div.post-content:nth-of-type(n + 3) {
    flex: 1 0 31.9%;
    margin: 0;
    padding: 0 15px
}

.cat-page.subcategory-menu-container {
    margin-bottom: 20px !important;
}

.home-top-row-container .cover-img-container {
    text-align: center;
}

.home-top-row-container .cover-img-container img {
    height: 500px;
}

.home-top-row-container {
    margin-bottom: 50px;
}

.home-slider-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 0;
}

.home-top-row-container .col-span7 {
    border-right: 1px solid var(--main-light-gray);
}

.home-slider {
    position: relative;
    cursor: move;
    position: relative;
    margin: 0;
    z-index: 1;
    padding: 0;
}

.home-slider-post {
    width: 675.333px;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.image-gradient-overlay::before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg, #000000, #000000 9%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0));
}

.home-slider-post .post-thumbnail {
    height: 100%;
}

.home-slider-post .image-wrap {
    padding-bottom: 65%;
    position: relative;
}

#slider .home-slider .home-slider-post .post-loop-container {
    z-index: 2;
}

#slider .home-slider .home-slider-post .post-loop-container .slider-post-title {
    color: #fff;
    margin-bottom: 5px;
}

#slider .slider-date {
    font-size: 1.2rem;
}

#slider:hover .slider-controls {
    opacity: 1;
    z-index: 999;
}

.slider-controls {
    padding: 10px;
    position: absolute;
    cursor: pointer;
    display: block;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    font-size: 30px;
    color: #fff;
    background: #00000080;
}

.slider-controls.control-left {
    left: 0;
}

.slider-controls.control-left::before {
    margin-left: 0 !important;
}

.slider-controls.control-right {
    right: 0;
}

.slider-controls.control-right::before {
    margin-right: 0 !important;
}

.subscribe-button {
    height: auto;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.subscribe-button-container {
    text-align: center;
    padding: 5px 10px;
    line-height: 30px;
    border: 1px solid #fff;
    transition: background .3s ease;
    background: #000;
}

.subscribe-button-container:hover {
    background: #eee;
}

.subscribe-button-container:hover .subscribe-button {
    color: #000;
}

.home-category-title-section {
    border-bottom: 1px solid var(--main-light-gray);
    /*padding-bottom: 10px;*/
    margin-bottom: 20px;
}

.home-category-title-section,
.home-category-title-section .home-subcategory-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-category-section {
    display: flex;
    flex-direction: row;
}

.home-latest-news {
    padding-left: 20px;
}


.home-category-title-section .home-subcategory-menu {
    flex: 0 1 66.66667%;
    line-height: 1.4;
    overflow: hidden;
    position: relative;
}

.home-category-title-section .home-subcategory-menu .category-link-name {
    flex: 0;
    min-width: min-content;
    text-transform: uppercase;
    line-height: 1.4;
}

.home-category-title-section .home-subcategory-menu .home-subcategory-list {
    flex: 1;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 20px;
}

.home-subcategory-menu-scroll {
    position: absolute;
    right: 0;
    background: #fff;
}

.home-subcategory-btn {
    transition: color .3s ease;
}

.grey-txt {
    color: #c5c5c5 !important;
}

.btn-news.home-subcategory-btn.active-filter,
.btn-all.home-subcategory-btn.active-filter,
.btn-news.home-subcategory-btn:hover {
    color: var(--main-red) !important;
}

.btn-magazin.home-subcategory-btn.active-filter,
.btn-magazin.home-subcategory-btn:hover {
    color: var(--magazin) !important;
}

.btn-sport.home-subcategory-btn.active-filter,
.btn-sport.home-subcategory-btn:hover {
    color: var(--sport) !important;
}

.home-category-title-section .home-subcategory-menu .home-subcategory-list .home-subcategory-item {
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.home-category-title-section .home-subcategory-menu ul li div {
    cursor: pointer;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #767676;
}

.home-category-title-section .timeline-tab-container {
    flex: 0 1 33.3333%;
}

.home-category-title-section .timeline-tab-container .timeline-tab {
    margin-bottom: 0;
}

.home-category-title-section .timeline-tab-container .timeline-tab li {
    padding-bottom: 12px;
}

.home-category-title-section .timeline-tab-container .timeline-tab li .the-tab {
    padding-bottom: 0;
}

.home-category-loop {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 15px;
    padding-right: 20px;
    border-right: 1px solid var(--main-light-gray);
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-category-loop div.home-category-post .image-wrap {
    position: relative;
    padding-bottom: 50%;
}

.home-category-loop div.home-category-post:not(:first-child) .post-thumbnail {
    height: auto;
}

.home-category-loop div.home-category-post:first-child {
    grid-row: 1/5;
    border-right: 1px solid var(--main-light-gray);
    padding-right: 15px;
}

.home-category-loop div.home-category-post:first-child .post-thumbnail {
    height: 300px;
}

.home-category-loop div.home-category-post:not(:first-child) .post-loop-title {
    font: 500 16px/1.2 sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
}

.home-category-loop div.home-category-post:nth-child(n + 2):nth-child(-n + 4) {
    border-bottom: 1px solid var(--main-light-gray);
}

.home-category-loop div.home-category-post:nth-child(n + 3) {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}

.home-category-loop div.home-category-post:nth-child(n + 3) .post-thumbnail {
    flex: 1 0 25%;
}

.home-category-loop div.home-category-post:nth-child(n + 3) .post-loop-container {
    padding-left: 20px;
    flex: 1 0 75%;
}

.home-category-loop .home-category-post .post-loop-container time {
    color: #767676 !important;
}

.home-category-loop .home-category-post .post-loop-container h2 {
    margin-bottom: 0 !important;
}

.loading-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loading-animation i {
    color: var(--main-red);
}

section[id^='section-category'] .home-category-loop {
    position: relative;
}

section[id^='section-category'] {
    margin-top: 50px;
}

.qotw-section {
    background-color: #000;
    position: relative;
}

.qotw-section::after {
    content: "\003F";
    position: absolute;
    right: 8%;
    bottom: -40px;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif !important;
    color: #f7ed41;
    opacity: 0.4;
    font-size: 12rem;
    font-weight: 900;
    z-index: 9;
}

.qotw-section .qotw-title {
    color: #f7ed41;
    text-transform: uppercase;
    font-size: 5.4rem;
    line-height: 1;
    padding-top: 20px;
}

.qotw-section .qotw-title .qotw-title-smaller {
    display: block;
    font-size: 4rem;
}

.Total_Soft_Poll_1_Quest_Div_2 span {
    display: inline-block;
}

.Total_Soft_Poll_Main_Div span,
.Total_Soft_Poll_Main_Div label {
    font-family: sloboden-pecat-md, Arial, Helvetica, sans-serif !important;
    line-height: 1.2 !important;
}

.home-alt-category-section:not(.vesti-alt) {
    margin-top: 50px;
}

.home-alt-category-section>div {
    padding-left: 15px;
    padding-right: 15px;
}

.home-alt-category-section>div:first-child {
    margin-left: -15px;
}

.home-alt-category-section>div:last-child {
    margin-right: -15px;
}


/*.home-row-section .home-category-post{*/


/*    margin-bottom: 15px;*/


/*}*/

.home-row-section .home-category-post time {
    color: var(--time);
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.home-row-section div.post-loop-title,
.home-special-sport div.post-loop-title {
    color: #000;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.home-special-sport {
    background-color: #000;
    position: relative;
}

.home-special-sport div.post-loop-title,
.home-special-sport h2 {
    color: #fff !important;
}

.home-special-sport h2,
.home-row-section h3 {
    text-transform: uppercase;
}

.site-subcategory .entry-content a h2.post-loop-title {
    color: #fff;
}

.timeline-content ul li .img-holder {
    padding-bottom: 57px;
    float: left;
    width: 75px;
    height: 57px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    flex: 0 0 75px;
}

.timeline-content ul li .img-holder .mobile-timeline-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center 50%;
    display: block;
    background-size: cover;
    top: 0;
}

.timeline-content .title-box {
    position: relative;
    padding-bottom: 16px;
    width: calc(100% - 40px);
    margin-left: 40px;
}

.timeline-content .title-box .title-holder {
    height: 57px !important;
}

@media only screen and (min-width: 981px) {


    div#SC_TBlock_837603 {
        height: 350px !important;
    }

    .latest-five-category hr:last-of-type {
        margin-bottom: 0 !important;
    }

    .category-read-more-btn-container .read-more-category {
        border-left: none;
        border-right: none;
        border-top: none;
        border-width: 1px;
        width: 100%;
        margin-right: 10px;
        padding: 20px;
    }

    .category-read-more-btn-container .read-more-category::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 0.45em;
        left: 0.5em;
        position: relative;
        top: 2px;
        transform: rotate(135deg);
        vertical-align: top;
        width: 0.45em;
    }

    .latest-five-category div.post-content:nth-of-type(1),
    .latest-five-category div.post-content:nth-of-type(3n) {
        margin-left: -15px !important;
    }

    .Total_Soft_Poll_1_Ans_Check_Div {
        margin-bottom: 17px;
    }

    .Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Check_Div {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0px 5px;
        background-color: #000000;
        margin-top: 10px !important;
        line-height: 1 !important;
    }

    .sp-video-controls {
        position: absolute;
        top: 50%;
        color: #fff;
        font-size: 3rem;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .home-special-sport {
        padding: 10px 35px 40px;
        margin-top: 50px;
    }

    .sp-video-controls.video-left {
        left: 0;
    }

    .sp-video-controls.video-right {
        right: 0;
    }

    .Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_But_Vote_2 {
        margin: 10px 10px;
        padding: 4px 20px;
        position: absolute !important;
        bottom: 90px !important;
    }

    .Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_But_Result_2 {
        padding: 4px 14px !important;
    }

    .hidden-lg {
        display: none;
    }

    .flex-column-lg {
        display: flex;
        flex-direction: column;
    }

    .flex-row-lg {
        display: flex;
        flex-direction: row;
    }

    .home-vertical-ad-banner {
        min-width: 130px;
        flex: 0 0 130px;
        width: 100%;
        max-width: 130px;
    }

    .left-banner {
        left: 50%;
        margin-left: -680px;
        top: 140px;
        position: fixed;
        z-index: 11;
    }

    #branding-desno {
        right: 50%;
        margin-right: -750px;
        top: 250px;
        position: absolute;
        z-index: 11;
    }

    #branding-levo {
        left: 50%;
        margin-left: -750px;
        top: 250px;
        position: absolute;
        z-index: 11;
    }

    @media only screen and (max-width: 1280px) {
        .branding {
            display: none !important;
        }
    }

    .right-banner {
        margin-left: 20px;
        float: left;
    }


    #primary.home-middle-section {
        max-width: 1200px;
    }

    .special-sport-container div.home-category-post {
        border: 1px solid #fff;
    }

    .special-sport-container>div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
        margin-left: 15px;
        flex: 0 0 50%;
    }

    .special-sport-container {
        align-items: center;
        position: relative;
    }

    .home-slider-container,
    .home-slider-post {
        height: 550px !important;
    }

    .home-category-title-section .timeline-tab li.active:first-child~hr {
        margin-bottom: -10px;
    }

    .hidden-video-control {
        background: #dddddd80;
        pointer-events: none;
    }

    header#masthead {
        margin-bottom: 20px;
    }

    .banner-sticky_mobile.penci-container-fluid {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .branding {
        display: none !important;
    }

    .home-slider-container {
        margin: 0 auto;
    }

    .slider-share .social-share-list {
        overflow: hidden;
        height: 20px;
    }

    .slider-share ul li a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Cont_Div_2 .Total_Soft_Poll_1_But_MDiv_2 .Total_Soft_Poll_1_But_Vote_2 {
        position: relative !important;
        bottom: auto !important;
    }

    .Total_Soft_Poll_1_But_MDiv_2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .Total_Soft_Poll_Main_Div {
        margin-bottom: 5px !important;
    }

    div[class*='col-span'] {
        flex: 1 !important;
        max-width: 100% !important;
    }

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

    .msp-column {
        padding: 20px 0;
    }

    .main-post-content,
    .site-subcategory,
    .site-category {
        flex-direction: column;
    }

    .left-sidebar {
        margin: 0 auto;
    }

    .entry-content {
        margin-right: 0;
    }

    .ast-builder-grid-row {
        grid-column-gap: 0 !important;
    }

    .related-posts {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
        margin-right: -20px;
    }

    .related-posts::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .related-posts>div {
        flex: 0 0 80%;
        height: fit-content;
        height: -moz-fit-content;
    }

    .flex-row-sm {
        display: flex;
        flex-direction: row !important;
    }

    .flex-column-sm {
        display: flex;
        flex-direction: column !important;
    }

    .right-sidebar>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .site-subcategory .ast-row {
        display: flex;
        flex-direction: column;
    }

    .site-subcategory .ast-row .article-pair {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .site-subcategory .ast-row .article-pair {
        border-bottom: 1px solid var(--main-light-gray);
        margin-left: 20px;
        margin-right: 20px;
    }

    .site-subcategory .ast-row .article-pair .blog-layout-1 {
        border: none !important;
        padding-bottom: 0 !important;
    }

    .site-subcategory .ast-row article {
        margin-bottom: 15px;
    }

    .site-subcategory .ast-row div:not(.article-pair) article {
        flex: 1 0 100%;
    }

    .site-subcategory .ast-row .article-pair article:first-child {
        padding-left: 0;
        padding-right: 15px;
        border-right: 1px solid var(--main-light-gray);
    }

    .site-subcategory .ast-row .article-pair article:last-child {
        padding-right: 0;
        padding-left: 15px;
    }

    .site-subcategory .ast-row .article-pair article {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .site-subcategory .ast-row .article-pair article .post-content {
        flex-direction: column;
    }

    .site-subcategory .ast-row .article-pair article .post-content .post-thumbnail {
        flex: 0 0 100%;
        width: 100%;
        display: block;
        order: 0;
        height: auto;
    }

    .site-subcategory .ast-row .article-pair article .post-content .image-wrap {
        padding-bottom: 65%;
        position: relative;
    }

    /*css for first top article*/
    .site-subcategory .ast-row .top-article article {
        padding-left: 0;
        padding-right: 0;
    }

    .ast-row .top-article article .post-loop-container {
        position: static;
    }

    .ast-row .top-article article h2.post-loop-title {
        color: #000 !important;
        font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif !important;
        font-size: 30px;
        line-height: 1.2;
    }

    .ast-row .top-article article .post-thumbnail .image-wrap {
        position: relative;
        padding-bottom: 50%;
    }

    .ast-row .top-article article .post-thumbnail {
        height: auto;
    }

    .site-subcategory .ast-row .top-article,
    .site-category .category-top-five .category-subcat-section,
    .site-category .category-top-five .top-article {
        position: relative;
    }

    .site-subcategory .ast-row .top-article::before,
    .site-category .category-top-five .category-subcat-section::before,
    .site-category .category-top-five .top-article::before {
        content: attr(data-category) " ";
        width: min-content;
        height: min-content;
        padding: 8px 10px;
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 99;
        color: #fff;
        text-transform: uppercase;
        font: bold 16px/1 sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    }

    .site-subcategory .ast-row .top-article::before,
    .site-category .category-top-five .category-subcat-section::before,
    .site-category .category-top-five .top-article::before {
        background: var(--main-red)
    }


    .site-subcategory .ast-row .top-article.subcat-sport::before,
    .site-category .category-top-five .category-subcat-section.subcat-sport::before,
    .site-category .category-top-five .top-article.subcat-sport::before {
        background: var(--sport);
    }

    .site-subcategory .ast-row .top-article.subcat-magazin::before,
    .site-category .category-top-five .category-subcat-section.subcat-magazin::before,
    .site-category .category-top-five .top-article.subcat-magazin::before {
        background: var(--magazin);
    }

    /*to here*/
    .ast-row .article-pair article .post-content .post-loop-container .post-loop-title {
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .post-loop-container .post-loop-excerpt,
    .post-loop-container time {
        display: block;
        color: #232323;
    }

    .post-con .post-loop-title {
        padding-top: 10px;
        font-weight: normal;
        font-family: sloboden-pecat-md, Arial, Helvetica, sans-serif;
    }

    .ast-row article .post-content .image-wrap::after {
        content: none;
        width: 0;
        height: 0;
        display: none;
    }

    .subcategory-menu-container {
        display: none;
    }

    .site-subcategory {
        padding-top: 0;
    }

    .latest-five-category div.post-content:nth-of-type(1) {
        flex: 1 1 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
    }

    .latest-five-category div.post-content:nth-of-type(1) .post-loop-container {
        padding: 2% 15px;
    }

    .latest-five-category div.post-content:nth-of-type(1) .post-loop-container .post-loop-title {
        font-size: 20px !important;
    }

    .latest-five-category div.post-content:nth-of-type(3) {
        margin-left: 0 !important;
    }

    .latest-five-category div.post-content:nth-of-type(2) {
        border-right: 1px solid var(--main-light-gray);
    }

    .latest-five-category div.post-content:nth-of-type(n + 2) {
        flex: 0 0 50%;
        margin: 0;
        padding: 0 15px;
        max-width: 50%;
    }

    .site-category .post-content .post-loop-container .post-loop-title,
    .site-subcategory .article-pair .post-content .post-loop-container .post-loop-title {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.2;
        font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    }

    .latest-five-category hr {
        margin-right: 15px;
        margin-left: 15px;
    }

    .site-category .article-pair {
        margin-left: 15px;
    }

    .read-more-category,
    .timeline-content.no-dates .read-more-btn {
        border-left: none;
        border-right: none;
        border-width: 1px;
        width: 90%;
        padding: 20px;
    }

    .read-more-category::after,
    .timeline-content.no-dates .read-more-btn::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 0.45em;
        left: 0.5em;
        position: relative;
        top: 2px;
        transform: rotate(135deg);
        vertical-align: top;
        width: 0.45em;
    }

    .home-slider-container,
    .home-slider-post {
        height: 400px !important;
    }

    .home-slider-post .entry-content.post-loop-container time {
        display: block !important;
    }

    .home-slider-post {
        width: 374px;
    }

    .subscribe-button {
        font-size: 1.2rem;
    }

    .subscribe-button-container {
        margin-bottom: 20px;
    }

    .home-category-title-section {
        display: block;
    }

    #section-category-all .home-subcategory-list {
        height: 56px;
        white-space: nowrap;
    }

    #section-category-all .home-subcategory-menu {
        display: block;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        font-size: 10px;
        letter-spacing: .8px;
        text-transform: uppercase;
        height: 46px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        background: #f5f5f5;
        margin-left: -20px;
        margin-right: -20px;
    }

    #section-category-all .home-subcategory-menu::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    #section-category-all .home-subcategory-item {
        color: #767676;
        padding: 16px;
        cursor: pointer;
        display: inline-block;
    }

    #section-category-all .timeline-tab-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-category-all .timeline-content {
        position: relative;
    }

    .timeline-content ul li .img-holder {
        padding-bottom: 57px;
        float: left;
        width: 75px;
        height: 57px;
        margin-right: 16px;
        position: relative;
        overflow: hidden;
    }

    div[class*='timeline-'] ul li:not(:last-child) {
        padding-bottom: 12px;
    }

    .timeline-content ul li .img-holder .mobile-timeline-image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center 50%;
        display: block;
        background-size: cover;
        top: 0;
    }

    .timeline-content ul li .img-holder img {
        position: absolute;
        width: 100%;
        font-size: 0;
    }

    .timeline-for-all.timeline-popular .line {
        position: absolute;
        height: 3px;
        bottom: -2px;
    }

    .timeline-for-all .title-box {
        position: relative;
        padding-bottom: 16px;
        width: calc(100% - 40px);
        margin-left: 40px;
    }

    .timeline-for-all .title-box .title-holder {
        height: 57px !important;
    }

    .home-category-section {
        position: relative;
    }

    .home-category-section .category-link-name h2.category-name {
        color: #fff !important;
        ;
        width: 100%;
        padding: 8px 10px;
        text-transform: uppercase;
    }

    .home-category-section .category-link-name h2.category-name.vesti-text {
        background: var(--main-red);
    }

    .home-category-section .category-link-name h2.category-name.magazin-text {
        background: var(--magazin);
    }

    .home-category-section .category-link-name h2.category-name.sport-text {
        background: var(--sport);
    }

    .home-category-section .category-link-name {
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        width: min-content;
    }

    .home-category-section .home-category-loop {
        display: flex;
        border-right: none;
        padding-right: 0;
    }

    .home-category-loop div.home-category-post:first-child {
        border-right: none;
        padding-right: 0;
    }

    .home-category-loop div.home-category-post:first-child .post-loop-excerpt {
        display: block !important;
        line-height: 1.3;
        padding-top: 10px;
        font-size: 15px;
    }


    .hidden-date-sm {
        display: none !important;
    }

    .home-category-loop .timeline-content.no-dates ul li:first-child {
        padding-bottom: 15px;
    }

    .home-category-loop .timeline-content.no-dates ul li:last-child {
        padding-top: 15px;
    }

    .home-category-loop .timeline-content.no-dates ul li:not(:last-child) {
        border-bottom: 1px solid var(--main-light-gray) !important;
    }

    .home-category-loop .timeline-content.no-dates ul li:not(:first-child):not(last:last-child) {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-category-loop .timeline-content.no-dates ul li::before {
        content: none;
        width: 0;
        display: none;
    }

    .home-category-loop .timeline-content.no-dates .title-box {
        margin-left: 0;
        width: 100%;
        padding-bottom: 0;
    }

    .home-category-loop .timeline-content.no-dates ul li .img-holder {
        width: 40%;
        height: 80px;
    }

    .home-category-loop .timeline-content.no-dates .title-box .title-holder {
        height: 80px;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab li {
        padding-bottom: 0;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab li .the-tab {
        line-height: 48px;
        padding: 0 !important;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab {
        border-top: 1px solid var(--main-light-gray);
        border-bottom: 1px solid var(--main-light-gray);
        text-align: center;
        margin-bottom: 5px;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab li.active:first-child~hr {
        margin-left: calc(50% - 130px);
        width: 53px;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab li.active:nth-child(2)~hr {
        margin-left: calc(50% - 63px) !important;
        width: 71px;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab li.active:nth-child(3)~hr {
        margin-left: calc(50% + 24px);
        width: 93px;
    }

    .timeline-content.no-dates .read-more-btn {
        width: 100%;
    }

    .home-alt-category-section {
        margin-top: 20px;
    }

    .home-alt-category-section>div {
        margin-left: 0 !important;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .home-alt-category-section .col-span3 .home-category-post time,
    .home-alt-category-section .flex-span4 .home-category-post time {
        display: block !important;
    }

    .home-alt-category-section .col-span3 div.home-category-post:not(:last-child),
    .home-alt-category-section .flex-span4 div.home-category-post:not(:last-child) {
        margin-bottom: 15px;
    }

    .home-alt-category-section .col-span3 div.home-category-post .post-loop-title,
    .home-alt-category-section .flex-span4 div.home-category-post .post-loop-title {
        font-weight: normal;
        font-size: 16px;
    }

    .home-special-sport {
        padding: 15px;
        margin-bottom: 20px;
    }

    .sp-video-controls {
        display: none !important;
    }

    .special-sport-container>div:last-child {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .special-sport-container>div:last-child .home-category-post {
        max-width: 80%;
        width: 80%;
        padding-right: 10px;
        display: inline-block;
    }

    .special-sport-container>div:last-child .home-category-post .post-loop-container .post-loop-title {
        white-space: normal;
    }

    #menu-footer-main-categories li a {
        font-size: 20px !important;
    }

    #astra-footer-menu .menu-item>a {
        text-align: center;
    }

    .latest-five-category div.post-content:not(:nth-of-type(2n)) {
        border-right: none !important;
    }

    .category-subcat-section .latest-five-category {
        border-right: none;
        /*border-left: 1px solid var(--main-light-gray);*/
    }

    .site-subcategory .side-content,
    .site-category .side-content,
    .single-post .side-content {
        width: 15px !important;
    }

    .site-subcategory .title-box,
    .site-category .title-box,
    .single-post .title-box {
        margin-left: 30px !important;
        width: calc(100% - 30px);
    }

    /*.timeline-latest ul li:not(:last-child)::before {*/
    /*    left: 7px !important;*/
    /*}*/

    .single-recommended-title {
        margin-bottom: 15px;
    }

    .sticky.msp-column.right-sidebar.col-span3 .timeline-tab li .the-tab {
        padding-bottom: 0px !important;
    }

    .sticky.left-sidebar.col-span3.msp-column {
        order: 2;
    }

    .sticky.msp-column.right-sidebar.col-span3 {
        order: 3;
    }

    div#SC_TBlock_837603 {
        height: auto !important;
    }

    .banner-sticky_mobile.penci-container-fluid {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: calc(50% - 160px);
    }

    #slider .home-slider .home-slider-post .post-loop-container .post-loop-excerpt {
        display: -webkit-box !important;
    }

    .banner-sticky_mobile.penci-container-fluid.hidden {
        display: none !important;
    }
}


.single-recommended-title {
    text-transform: uppercase;
}


/*Dodadeno na 05.07.2021 */

:root {
    --container-top-space: 50px;
    --section-top-space: 30px;
}

.home-slider .home-slider-post .post-loop-container {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    top: auto;
    bottom: 0px;
    padding: 10px 20px;
}

.hidden-load-more {
    display: none !important;
}

footer#colophon {
    max-width: 1200px;
    margin: 0 auto;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    margin-top: 0px !important;
}

.home-category-title-section .home-subcategory-menu {
    overflow: hidden;
    position: relative;
}

.home-category-title-section .home-subcategory-menu .home-subcategory-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex: 1 !important;
    min-width: auto
}

.hidden-scrollbar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.home-subcategory-menu-scroll {
    position: absolute;
    right: 0;
    background: #fff;
    top: 7px
}

.home-subcategory-menu-scroll::before {
    content: '';
    width: 50px;
    height: 100%;
    display: block;
    background: linear-gradient(to left, #fff 20%, rgba(33, 33, 33, 0) 80%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 9;
}

.home-subcategory-item {
    position: relative;
}

.loading-animation i {
    opacity: 0.5;
}

.loading-animation {
    background-color: none;
    background: rgba(255, 255, 255, 0.7);
}

.flex-span4 {
    flex: 0 1 33.33333%;
}

.single-layout-1 .social-share-list li a i {
    line-height: 30px;
}

.related-post a time {
    font-size: 12px;
    font-weight: 600;
    font-family: sloboden-pecat-xbd, Arial, sans-serif;
    color: #767676;
}

.col-span4 {
    flex: 1 0 300px;
}


.home-category-loop div.home-category-post:first-child {
    grid-column: 1/4;
}

.home-category-loop div.home-category-post:nth-child(n + 2) {
    grid-column: 4/6;
}

.hidden-controls {
    display: none;
}

.home-category-title-section .timeline-tab-container .timeline-tab li .the-tab {
    padding-bottom: 0;
}

/*.site-category .top-article .post-content .post-thumbnail:hover ~ .post-loop-container .post-loop-title,*/
/*.site-category .top-article .post-content .post-loop-title:hover {*/
/*    color: #c1c1c1 !important;*/
/*}*/

.timeline-tab li .the-tab {
    color: #c5c5c5;
    padding: 0 9px 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.active .the-tab {
    color: #100f14 !important;
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.three-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.four-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.home-alt-category-section .home-row-section hr:last-of-type {
    display: none;
}

.slider-share {
    background: #000;
    margin-top: 10px;
}

.slider-share .social-share-list {
    margin-bottom: 0;
}

.slider-share .social-share-list {
    background: linear-gradient(90deg, rgba(59, 89, 152, 1) 50%, rgba(172, 169, 169, 1) 50%);
}

.home-category-post .social-share-top {
    background: linear-gradient(90deg, rgba(59, 89, 152, 1) 50%, rgba(172, 169, 169, 1) 50%);
    position: absolute;
    width: calc(100% - 15px);
    height: 30px;
    bottom: 0;
}

.home-category-post .social-share-top .social-share-list,
.slider-share .social-share-list {
    display: grid;
    grid-template-columns: repeat(4, auto);
}

.home-category-post .social-share-top ul li:nth-child(2),
.slider-share .social-share-list li:nth-child(2) {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.home-category-post .social-share-top ul li:nth-child(3),
.slider-share .social-share-list li:nth-child(3) {
    border-right: 2px solid #fff;
}

.home-category-post .social-share-top ul li:nth-child(n+2):nth-child(-n+3) a i,
.slider-share ul li:nth-child(n+2):nth-child(-n+3) a i {
    transform: skew(25deg);
}

.home-category-post .social-share-top ul li a,
.slider-share ul li a {
    width: 100%;
    z-index: 0;
}

.home-category-post .social-share-top ul li:nth-child(n+2):nth-child(-n+3),
.slider-share ul li:nth-child(n+2):nth-child(-n+3) {
    transform: skew(-25deg);
    z-index: 1;
}

.home-category-post {
    position: relative;
}

.single-layout-1 .post-meta img {
    width: 100%;
}

@media only screen and (min-width: 981px) {
    .related-posts {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }



    .related-posts .horizontal-divider {
        grid-column: 1/5;
        margin-left: 20px;
        margin-right: 20px;
    }

    .related-posts div.related-post:nth-of-type(4) {
        border-right: none;
    }


    #missing-posts-message.home-category-loop {
        display: block !important;
    }

    .related-posts .related-post {
        margin: 0 !important;
    }

    .single-layout-1 .right-sidebar div h3 {
        text-transform: uppercase;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .home-alt-category-section .home-row-section .horizontal-divider {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home-alt-category-section .home-row-section {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-alt-category-section .home-row-section div.home-category-post:first-of-type .post-loop-container {
        padding-top: 10px;
    }

    section .home-category-loop div.home-category-post:nth-child(2) .post-loop-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home #page #content.site-content .ast-container {
        margin-top: 20px;
    }

    .category .ast-container,
    .home #page #content.site-content .ast-container {
        width: 1200px !important;
        max-width: 100%;
    }

    .home-slider-post {
        width: 600px;
    }

    .qotw-title {
        font-size: 4.6rem !important;
    }

    .qotw-title span {
        font-size: 3.2rem !important;
    }

    .inactive-control {
        color: #c2c2c2;
    }

    i.s-menu-left,
    i.s-menu-right {
        cursor: pointer;
        font-size: 12px;
        padding: 0 5px;
    }

    .site-subcategory .ast-row .article-pair article .post-content .post-loop-container {
        padding: 0 0 1% 2%;
    }

    .site-subcategory .ast-row .article-pair article .post-content .post-thumbnail {
        height: 180px;
    }

    .site-subcategory .ast-row .article-pair article {
        padding-left: 0;
        margin-bottom: 20px
    }

    .site-subcategory .ast-row .article-pair article .blog-layout-1 {
        padding-bottom: 20px;
    }

    .site-subcategory .article-pair article .post-content .entry-content a .post-loop-title {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .site-subcategory .top-article article .post-content .entry-content a .post-loop-title {
        color: #fff;
        font-size: 2rem
    }

    .subcategory-menu-container .subcategory-menu .subcategory-menu-item {
        font-weight: normal;
    }

    .home-category-loop div.home-category-post:first-child .post-loop-container a .post-loop-title {
        line-height: 1.1;
        font-size: 1.5rem;
        padding-top: 10px !important;
    }

    .home-category-loop div.home-category-post:nth-child(n+3) .post-thumbnail {
        flex-basis: 33%;
    }

    .home-category-loop div.home-category-post:nth-child(n+3) .post-loop-container {
        flex-basis: 66%;
        padding-left: 10px
    }

    .home-category-section>div:first-of-type {
        max-width: calc(100% - 325px) !important;
        width: 100% !important;
        ;
    }

    .home-category-title-section .home-subcategory-menu,
    .site-category .col-span8,
    .site-subcategory .col-span9 {
        flex: none;
        width: calc(100% - 325px);
    }

    .special-sport-container div:first-child {
        flex: 1;
    }

    #page #ast-desktop-header .site-primary-header-wrap {
        width: 1400px !important;
        max-width: 100%;
    }

    .ast-row {
        margin-left: 0;
        margin-right: 0;
    }

    .msp-column {
        padding-left: 0;
    }

    .latest-five-category .post-loop-title {
        line-height: 1.1 !important;
        font-weight: 400 !important;
    }

    .timeline-tab-container .timeline-tab li {
        padding-bottom: 10px !important;
    }

    .main-post-content {
        justify-content: space-between;
    }

    .post .entry-content.msp-column {
        flex: 1;
        width: calc(100% - 650px);
        padding-right: 0;
    }

    .post .col-span3 {
        flex: 0;
        min-width: 325px;
        /* 		width; 325px !important; */
        margin: 0;
        padding: 0;
    }

    .single-post .single-layout-1 {
        width: 1400px !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .post .timeline-tab-container .timeline-tab li {
        padding-bottom: 0 !important;
    }

    .post .timeline-tab-container .timeline-tab {
        border-bottom: 1px solid var(--main-light-grey);
    }

    .site-category .latest-five-category div.post-content:nth-of-type(2) .post-loop-excerpt p:not(.read-more) {
        -webkit-line-clamp: 7;
    }

    .related-post .post-thumbnail {
        height: 200px !important;
    }

    .site-category .category-subcat-section .post-content .post-loop-container {
        padding: 10px 0 5px 0 !important;
    }

    .home-category-loop div.home-category-post:not(:first-child):not(:nth-child(2)) .post-thumbnail {
        height: 72px;
        /*width: 112px;*/
    }

    .home-category-section .home-category-loop div.home-category-post:nth-child(2) .post-thumbnail {
        height: 170px;
        width: 100% !important;
    }

    .home-category-section .home-category-loop div.home-category-post:first-child .post-thumbnail {
        height: 268px;
        width: 100% !important;
        /*width: 488px;*/
    }

    .home-alt-category-section .home-row-section .home-category-post .post-thumbnail {
        height: 141px;
        /* 		width: 235px; */
    }

    .home-alt-category-section .home-row-section>div.home-category-post:first-of-type .post-loop-title,
    #alt-category-section-35964 .post-loop-title {
        font-weight: 600;
    }

    #alt-category-section-58666 .home-category-post .post-thumbnail,
    #alt-category-section-35964 .home-category-post .post-thumbnail,
    #alt-category-section-65176 .home-category-post .post-thumbnail {
        width: 265px;
    }

    .home-special-sport .special-sport-container>div:first-child .home-category-post .post-thumbnail {
        height: 200px;
        width: 100%
    }

    .home-special-sport .special-sport-container>div:nth-child(2) .home-category-post .post-thumbnail {
        height: 100px;
        width: 100% !important;
    }

    .special-sport-container>div:nth-child(2) .home-category-post {
        height: 150px;
    }

    .special-sport-container>div:nth-child(2) .home-category-post .post-loop-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .home-alt-category-section h3 {
        font-size: 1.5rem;
    }
}

.dark-background {
    background: rgba(0, 0, 0, 0.2) !important;
}


/* MOBILEEEEEEEEE  */

@media only screen and (max-width: 980px) {
    .timeline-popular .title-box {
        border-bottom: none;
    }

    header .custom-logo-link img {
        max-width: none;
        width: 100%;
    }

    #section-category-all .home-category-title-section {
        border-bottom: none !important;
    }

    #section-category-all .read-more-btn-container .read-more-btn {
        border-left: none;
        border-right: none;
        border-width: 1px;
        width: 100%;
        padding: 20px;
    }

    .home-category-section .home-category-post .post-loop-title {
        line-height: 1;
    }

    .special-sport-container .home-category-post .post-loop-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .special-sport-container>div:nth-child(2) {
        margin-top: 20px;
    }

    .home-special-sport div.post-loop-title {
        margin-top: 0;
    }

    #slider {
        width: 374px !important;
        max-width: 100%;
    }

    #slider .home-slider-post {
        max-width: 100%;
    }

    .timeline-three-buttons .timeline-tab-container .timeline-tab li .the-tab {
        line-height: 48px;
        padding: 0 !important;
    }

    .qotw-section .qotw-title {
        font-size: 5rem;
    }

    .qotw-section .qotw-title .qotw-title-smaller {
        font-size: 3.5rem;
    }

    .slider-controls {
        opacity: 1 !important;
        transition: none;
        z-index: 999;
    }

    .slider-post-title {
        line-height: 1 !important;
        font-size: 30px !important;
    }

    .home-top-row-container .col-span7 {
        border-right: none;
    }

    #section-category-all .home-subcategory-item.active-filter {
        color: #000 !important;
        font-weight: 500;
    }

    section .home-latest-news.col-span4 {
        padding-left: 0 !important
    }

    .home-special-sport>div:last-child .home-category-post .post-thumbnail {
        height: 130px;
    }

    .special-sport-container>div:nth-child(2) {
        margin-top: 20px;
        display: flex;
    }

    .special-sport-container>div:last-child .home-category-post {
        flex: 1 0 80%;
    }

    .read-more-btn-container {
        padding-top: 0 !important;
    }

    .site-category .read-more-btn-container {
        margin-top: 20px !important;
    }

    .site-subcategory div.article-pair:last-of-type {
        display: none;
    }

    .site-subcategory div.article-pair .post-loop-container .post-loop-title {
        margin-top: 10px;
    }

    .site-subcategory div.article-pair:nth-last-child(2) {
        border-bottom: none;
    }

    .home-top-row-container .col-span5,
    .home-alt-category-section,
    .home-special-sport {
        margin-top: var(--container-top-space);
    }

    .home-alt-category-section,
    .home-special-sport {
        margin-bottom: var(--container-top-space);
    }

    .home-alt-category-section>div:not(:first-child) {
        margin-top: var(--section-top-space);
    }

    .home-category-loop {
        grid-gap: 0;
    }

    .home-category-loop .timeline-content.no-dates ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-alt-category-section>div:last-child {
        margin-right: 0;
    }

    .home-alt-category-section>div {
        margin-bottom: 0 !important;
    }

    .image-post-sm .post-loop-title,
    .home-special-sport .post-loop-container .post-loop-title {
        padding-top: 10px !important;
        letter-spacing: 0 !important;
    }

    .image-post-sm .post-loop-excerpt>p:first-child {
        font-size: 15px;
        line-height: 1.3 !important;
    }

    .image-post-sm {
        padding-bottom: 20px;
    }



    .home-alt-category-section h3 {
        font-size: 25px;
        text-align: center;
    }

    .home-category-loop .timeline-content ul {
        margin-bottom: 4px;
    }

    .home-category-loop .timeline-content .read-more-btn-container {
        padding-bottom: 0;
    }

    .home-alt-category-section .post-loop-container time {
        padding-top: 5px;
    }

    .home-alt-category-section .post-loop-container p.post-loop-author {
        margin-bottom: 0 !important;
        font-size: 13px;
        font-family: sloboden-pecat-xbd, Arial, serif;
        color: #999;
    }

    .home-alt-category-section .col-span3 div.home-category-post .post-loop-title {
        font-size: 15px;
    }

    .title-box a {
        display: flex;
    }

    .title-box a .img-holder {
        flex: 1 0 auto;
    }

    .home-row-section>div.home-category-post:first-of-type .post-loop-container,
    #alt-category-section-35964 .post-loop-container {
        padding-top: 15px !important;
    }

    .subcategory-menu .subcategory-menu-item {
        font-size: 15px;
    }

    .special-sport-container>div:nth-child(2) {
        position: relative;
    }

    .special-sport-container::after {
        content: '';
        width: 30px;
        height: 50%;
        display: block;
        background: linear-gradient(to left, #000 20%, rgba(33, 33, 33, 0) 80%);
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 9;
    }

    .page-template-page-mobile {
        background: #fff;
    }

    .page-template-page-mobile .ast-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

div:not(.site-category) .read-more-btn-container {
    padding-top: 0 !important;
}

.home-alt-category-section .post-loop-container p.post-loop-author {
    margin-bottom: 0 !important;
    font-size: 13px;
    font-family: sloboden-pecat-xbd, Arial, serif;
    color: #999;
}



/*sasko*/

@media only screen and (min-width: 980px) {
    .home-category-section .post-loop-excerpt {
        margin-top: 15px;
    }

    .timeline-tab li:hover:nth-child(2)~hr,
    .timeline-tab li.active:nth-child(2)~hr {
        margin-bottom: -10px !important
    }

    .home-category-title-section .timeline-tab-container .timeline-tab {
        margin-left: 20px;
    }

    .ast-container,
    .ast-container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .home-alt-category-section>div {
        border-right: 1px solid #eee;
    }

    .home-alt-category-section>div:last-child {
        border-right: none
    }

    .home-slider-container,
    .home-slider-post {
        height: 550px !important;
        width: 600px !important;
    }

    .main-header-bar-navigation span.ast-icon.icon-arrow {
        display: none;
    }

    .home-special-sport {
        padding: 20px 35px 35px;
        margin-top: 40px;
    }

    .ast-logo-title-inline .ast-site-identity {
        padding: 0;
    }

    .home-special-sport {
        padding: 40px 50px;
        margin-top: 40px;
    }

    .fa-chevron-left:before {
        margin-left: 7px;
    }

    .fa-chevron-right:before {
        margin-right: 7px;
    }
}

.news-text,
.vesti-text,
.grey-txt {
    color: #c5c5c5 !important;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
}

.home-category-title-section .home-subcategory-menu ul li div {
    color: #232323;
}

.subcategory-menu-container {
    z-index: 98;
}

@media (min-width: 993px) {
    .ast-right-sidebar #primary {
        padding-right: 0px;
    }
}

.home-row-section div.post-loop-title,
.home-special-sport div.post-loop-title {
    font-weight: 500;
    line-height: 1.4;
}

.special-sport-container div.home-category-post {
    border: 0px solid #fff;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
    line-height: 24px;
}


span.menu-text a:active {
    background: #000 !important;
    color: #fff !important;
}

.home #page .ast-container {
    margin-top: 0px;
}

.site-header-above-section-right.site-header-section.ast-flex.ast-grid-right-section,
.site-header-above-section-right.site-header-section.ast-flex.ast-grid-right-section p {
    line-height: 0;
    margin-bottom: 0 !important;
}

a.glink {
    text-decoration: none;
    margin-left: 5px;
}

.ast-above-header-wrap .ast-container {
    width: 1400px !important;
    max-width: 100%;
}

div#ast-desktop-header .site-above-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    width: 1400px !important;
    max-width: 100%;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
    border-bottom: 3px solid;
}

ul.social-share-list {
    margin: auto;
}

@media (max-width: 980px) {
    .ast-right-sidebar #primary {
        padding-right: 0px;
    }

    .home-category-loop .timeline-content.no-dates ul li .img-holder {
        max-width: 140px;
    }

    .timeline-content ul li .img-holder {
        max-width: 80px;
    }

    .timeline-content ul li .img-holder {
        width: 80px;
    }
}

.social-share-top.bottom {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 8px 14px;
}

.social-share-text {
    margin-right: 20px;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-size: 18px
}

.video-na-denot {
    margin-top: 30px;
}

.vnd-title {
    margin-right: 20px;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

#ast-scroll-top {
    padding-top: 12px;
}

@media (max-width: 544px) {
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
        display: block;
    }
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link:before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link:before {
    height: 3px;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    /*font-size: 1.2rem; */
}

#alt-category-section-58666 .post-loop-title.two-line-text {
    color: #3e64af;
    font-weight: 500;
}

#alt-category-section-65176 .post-loop-title.two-line-text {
    color: #D1761c;
    font-weight: 500;
}

blockquote {
    font-size: 1.2em;
    margin: 1em;
    padding: 5px 15px;
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
    border-left: 3px solid #000;
    font-style: normal;
}

.site-category .category-subcat-section h1 {
    font-size: 3.5rem;
}

.active-category.subcategory-menu-item,
.subcategory-menu-item a {
    font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;
}

h5.related-post-title {
    line-height: 1.3rem;
    margin-bottom: 6px;
}


/*latest*/

.home-recommended {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: 46% 27% 27%;
}

.home-recommended>div.home-recommend-post:first-child {
    grid-row-end: 2 span;
    border-right: 1px solid var(--main-light-gray);
    padding-right: 15px;
    margin-right: 15px;
}

.home-recommended>div.home-recommend-post:nth-child(n + 2) .recommend-post-title {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.home-recommended>div.home-recommend-post:nth-child(2),
.home-recommended>div.home-recommend-post:nth-child(4) {
    padding-right: 15px;
    border-right: 1px solid var(--main-light-gray);
}

.home-recommended>div.home-recommend-post:nth-child(2)::after,
.home-recommended>div.home-recommend-post:nth-child(3)::after {
    content: '';
    display: block;
    width: calc(100% - 15px);
    height: 1px;
    position: absolute;
    background: var(--main-light-gray);
    bottom: 0;
}

.home-recommended>div.home-recommend-post:nth-child(2)::after {
    left: 0;
}

.home-recommended>div.home-recommend-post:nth-child(3)::after {
    right: 0;
}

.home-recommended>div.home-recommend-post:nth-child(3),
.home-recommended>div.home-recommend-post:nth-child(5) {
    padding-left: 15px;
}

.home-recommended>div.home-recommend-post:nth-child(2),
.home-recommended>div.home-recommend-post:nth-child(3) {
    padding-bottom: 15px;
    position: relative;
}

.home-recommended>div.home-recommend-post:nth-child(4),
.home-recommended>div.home-recommend-post:nth-child(5) {
    padding-top: 15px;
}

.gray-divider {
    background: var(--main-light-gray);
}

.mt-sm {
    margin-top: 15px;
}

.mb-sm {
    margin-bottom: 15px;
}

.home-recommended-container {
    position: relative;
}

.footer-social {
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    height: 55px;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-fb {
    background: #3b5998;
}

.footer-twitter {
    background: #00acee;
}

.footer-youtube {
    background: #FF0000;
}

.footer-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

#colophon {
    max-width: 100% !important;
}

#colophon.site-footer div.site-primary-footer-wrap {
    background: #000 !important;
}

#colophon.site-footer div.site-primary-footer-wrap .ast-builder-grid-row-container-inner,
#colophon.site-footer div.site-below-footer-wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    border-top-width: 0 !important;
}

.home-recommend-title {
    text-transform: uppercase;
    transition: color .2s ease-in;
}

.home-recommend-title:hover {
    color: #407591;
}

.footer-image-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

#home-recommended-container .entry-content {
    margin-top: 10px;
}


.entry-content p {
    margin-bottom: 1.6em;
    font-size: 1.1em;
    font-weight: 400 !important;
}

@media only screen and (max-width: 330px) {
    .footer-social {
        font-size: 15px;
    }

    .qotw-section .qotw-title {
        font-size: 4rem;
    }

    .home-top-row-container .cover-img-container img {
        height: auto;
    }
}


.home-top-row-container .cover-img-container img {
    width: auto;
}

@media only screen and (max-width: 980px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr !important;
    }

    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
        justify-content: center !important;
    }
}

@media (max-width: 921px) {

    #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
    #masthead .ast-mobile-header-wrap .ast-below-header-bar {
        background: #000;
        color: #fff !important;
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        fill: #fff;
    }

    h1, .entry-content h1 {
        font-size: 26px;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item>.menu-link {
        font-family: sloboden-pecat-xbd, Arial, Helvetica, sans-serif;

    }
}


.widget-title {
    font-weight: 400;
    margin-bottom: 0.3em;
    line-height: 1.5;
    text-transform: uppercase !important;
}

.footer-widget-area a.menu-link {
    text-transform: uppercase !important;
}

.category-subcat-section a h1 {
    transition: color .1s ease-in-out;
}

.archive-section-50 .category-subcat-section a h1:hover,
.archive-section-50 .latest-five-category .post-loop-title:hover,
.archive-section-50 .latest-five-category .post-thumbnail:hover~.post-loop-container .post-loop-title,
#menu-vesti a:hover {
    color: var(--main-red);
}

.archive-section-49 .category-subcat-section a h1:hover,
.archive-section-49 .latest-five-category .post-loop-title:hover,
.archive-section-49 .latest-five-category .post-thumbnail:hover~.post-loop-container .post-loop-title,
#nav_menu-3 a:hover {
    color: var(--magazin) !important;
}

.subcategory-menu-49 .subcategory-menu-item.active-category,
.subcategory-menu-49 .subcategory-menu-item:hover {
    border-bottom-style: solid;
    border-bottom-color: #9f5de2;
}

.archive-section-54 .category-subcat-section a h1:hover,
.archive-section-54 .latest-five-category .post-loop-title:hover,
.archive-section-54 .latest-five-category .post-thumbnail:hover~.post-loop-container .post-loop-title,
#nav_menu-4 a:hover {
    color: #4e9400;
}


.subcategory-menu-49 .subcategory-menu-item.active-category,
.subcategory-menu-49 .subcategory-menu-item:hover {
    border-bottom-style: solid;
    border-bottom-color: #9f5de2;
}

.subcategory-menu-54 .subcategory-menu-item.active-category,
.subcategory-menu-54 .subcategory-menu-item:hover {
    border-bottom-style: solid;
    border-bottom-color: #4e9400;
}

h3.home-slider-recommend {
    position: absolute;
    z-index: 99;
    color: #fff;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
}


#alt-category-section-35964 .post-loop-container.clear {
    margin-top: 10px;
    padding-top: 0;
}

#section-category-54 .news-text,
#section-category-54 .post-loop-title:hover {
    color: var(--sport) !important;
}

#section-category-49 .news-text,
#section-category-49 .post-loop-title:hover {
    color: var(--magazin) !important;
}


#section-category-50 .news-text {
    color: var(--main-red) !important;
}


p.subtitle {
    font-weight: 500 !important;
    font-style: italic !important;
}

.single-layout-1 .right-sidebar div h3 {
    margin-top: 30px;
    text-align: center;
}

.home-subcategory-menu h2.category-name.vesti-text {
    color: #000 !important;
}

.post-loop-container .post-loop-title {
    transition: color .1s ease-in;
}

.post-content .post-thumbnail:hover~.post-loop-container .post-loop-title,
.article-pair .post-content .post-loop-container h2.post-loop-title:hover {
    color: #aaa;
}

.cat-subcat .category-magazin .post-thumbnail:hover~.post-loop-container .post-loop-title,
.cat-subcat .article-pair .category-magazin .post-loop-container h2.post-loop-title:hover {
    color: var(--magazin) !important;
}

.cat-subcat .category-vesti .post-thumbnail:hover~.post-loop-container .post-loop-title,
.cat-subcat .article-pair .category-vesti .post-loop-container h2.post-loop-title:hover {
    color: var(--main-red) !important;
}

.cat-subcat .category-sport .post-thumbnail:hover~.post-loop-container .post-loop-title,
.cat-subcat .article-pair .category-sport .post-loop-container h2.post-loop-title:hover {
    color: var(--sport) !important;
}


.special-category-btn-container {
    margin-top: 15px;
}


.special-category-btn-container .read-more-btn {
    padding: 5px 15px;
}

.post-author-container.subcateblog {
    color: #999;
}

/*.top-article .post-author-container.subcateblog{*/
/*    color:#fff !important;*/
/*}*/

.ast-builder-html-element p:first-child {
    margin-top: 0;
    line-height: 0;
    margin-bottom: 0;
}


.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
    display: none;
}

.post-body-inner a {
    color: #00ACEE;
}

.post-body-inner embed,
.post-body-inner iframe,
.post-body-inner object {
    max-width: 100%;
    width: 800px;
}

.thumbnail-caption {
    margin-bottom: 15px;
}

.ast-oembed-container {

    margin: 15px auto;
}

.ast-archive-description {
    margin-left: 20px;
}

.home-recommended {
    background: #fff;
    padding: 0 40px;
}

.home-recommended>div.home-recommend-post:first-child {
    border-right: 1px solid #ccc;
}

.home-recommended>div.home-recommend-post:nth-child(2),
.home-recommended>div.home-recommend-post:nth-child(4) {
    border-right: 1px solid #ccc;
}

.home-recommended>div.home-recommend-post:nth-child(2)::after,
.home-recommended>div.home-recommend-post:nth-child(3)::after {
    background: #ccc;
}

.alt-categories-container a h3 {
    text-align: center;
}

.post-body-inner .post-meta {
    display: block !important;
}

.site-header-below-section-left {
    justify-self: center !important;
}

section#section-category-54 .hidden-video-control {
    background: none !important;
    color: #ffffff80;
}



/*osp*/

.osp-category:hover::after {
    opacity: 0.6;
}

.osp-category {
    position: relative;
    margin-bottom: 15px;
    background: #fff;

    border-radius: 2px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}


.osp-category::after {
    content: ' ';
    position: absolute;
    background: #34495e;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.osp-ad-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.osp-ad-meta>div {
    max-width: calc(50% - 5px);
    color: #cecece;
}

.osp-ad-meta>div a {
    color: #cecece;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.osp-ad-meta>div a i {
    margin-right: 1px;
}

.osp-ad-title {
    font-size: 15px;
    margin: 8px 0;
    font-family: 'Open Sans', sans-serif;
}

.osp-ad-content-wrapper .price {
    font-weight: bold;
    color: var(--main-red);
    font-size: 14px;
}

.osp-main-title {
    text-transform: uppercase;
}

.osp-ad {
    box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 20%);
}

.osp-ad-content-wrapper {
    padding: 0 10px 10px 10px;
}

.osp-cat-name a {
    color: #fff !important;
    padding: 34px 0px;
    text-transform: uppercase;
    display: block;
}

.osp-cat-count {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
}

.osp-category-item {
    padding: 15px;
    position: relative;
    z-index: 2;
}

.osp-cat-name {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
}

#oglasi-sp-wrapper hr {
    background-color: var(--main-light-gray);
    margin-bottom: 10px;
}


.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}



@media only screen and (min-width: 981px) {

    #section-category-49 .home-alt-category-section {
        padding-bottom: 5px;
        border-bottom: 1px solid var(--main-light-gray);
    }

    div#oglasi-sp-categories-wrapper {
        display: flex;
    }

    .osp-ad-wrapper {
        flex: 0 0 calc(17.1% - 30px);
    }

    .osp-ad-wrapper:not(:last-of-type) {
        margin-right: 30px;
    }

    .osp-category {
        height: 177px;
    }


    .osp-ad .post-thumbnail {
        height: 120px;
    }


    #oglasi-sp-wrapper {
        margin-bottom: 50px;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 980px) {
    .sp-video-single-container .home-special-sport .special-sport-container::after {
        background: linear-gradient(to left, #407591 20%, rgba(33, 33, 33, 0) 80%) !important;
    }

    div#oglasi-sp-categories-wrapper {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        padding-bottom: 15px;
    }

    .osp-ad-wrapper {
        flex: 0 0 calc(80% - 40px);
    }

    .osp-main-title,
    #oglasi-sp-wrapper hr {
        margin-right: 5%;
    }

    #oglasi-sp-wrapper {
        margin-bottom: 50px;
        margin-left: 5%;
        margin-right: auto;
    }

    .osp-ad-wrapper:not(:last-of-type) {
        margin-right: 40px;
    }

    .osp-ad-wrapper:last-of-type {
        margin-right: 5%;
    }


    .osp-category {
        height: 200px;
    }

    .osp-ad .post-thumbnail {
        height: 135px;
    }

    .osp-cat-name {
        font-size: 18px;
    }

    .osp-ad-meta {
        margin-top: 10px;
    }

    .osp-cat-count {
        font-size: 14px;
    }

    .related-post:first-of-type {
        margin-left: -20px;
    }

    .osp-main-title {
        font-size: 20px;
    }
    .sp-authors-title{
        text-align: center !important;
        padding-bottom: 13px;
    }
}

.home-sp-authors-title{
    color:  #c23b22 !important;
}