/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.1.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/


.news-ticker-wrap {
    overflow: hidden;
    padding: 10px 0;
    /*border-bottom: 2px solid #444;*/
    position: relative;
    z-index: 99;
    margin: 10px 0;
}

.news-ticker {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-scroll 30s linear infinite;
    width: 90%;
}

.news-ticker ul {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-ticker li {
    display: inline;
    margin-right: 50px;
}

.news-ticker a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
}

.news-ticker-icon {
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    flex-shrink: 0;
    position: absolute;
    z-index: 999;
    background: black;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (min-width: 1024px) {
    .makedonija.mvp-widget-feat2-right.left.relative {
        width: 100%;
    }

    .makedonija .mvp-widget-feat2-right-cont {
        width: 31%;
        margin: 1%;
    }
}

#mvp-main-body-wrap section:nth-of-type(4) .mvp-widget-feat1-wrap,
#mvp-main-body-wrap section:nth-of-type(5) .mvp-widget-feat1-wrap{
    background: #000;
}

#mvp-main-body-wrap section:nth-of-type(5) {
    margin-top: 3px;
}

#mvp-main-body-wrap section:nth-of-type(5) .mvp-widget-feat1-bot-text h2,
#mvp-main-body-wrap section:nth-of-type(5) .mvp-widget-feat1-bot-text span {
    color: #fff;
}


#mvp-main-body-wrap section:nth-of-type(7) .mvp-widget-feat1-wrap{
    background: #000;
}

#mvp-main-body-wrap section:nth-of-type(7) .mvp-widget-feat1-bot-text h2,
#mvp-main-body-wrap section:nth-of-type(7) .mvp-widget-feat1-bot-text span {
    color: #fff;
}

#mvp-main-body-wrap section:nth-of-type(9) .mvp-widget-feat2-wrap{
    background: #e74c3c;
}

#mvp-main-body-wrap section:nth-of-type(9) h2,
#mvp-main-body-wrap section:nth-of-type(9) .mvp-cat-date-wrap span{
    color: #fff;
}

.lifestyle-custom {
    height: 100%!important;
    margin: 9px !important;
}

.republika-custom {
    height: 100%!important;
    margin: 9px !important;
    width: 22%;
}


@media (min-width: 1024px) {
    .region-i-svet {
        width: 33%;
    }


    .region-wrapper {
        display: flex;
        justify-content: center;
        gap: 2%; /* растојание меѓу двете колони */
    }

    .ekonomija-flex {
        width: 22%!important; 
        margin-left: 20px!important;
    }
}

.region-i-svet .mvp-widget-feat2-right-cont {
    height: 350px;
}