.news-ticker {
    width: 100%;
    overflow: auto;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 600px;
}

.news-item {
    position: absolute;
    display: none;
    width: 100%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-item.active {
    display: block;
}

.blogs-news-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.blogs-map-container {
    /*width: 60%;*/
    /*height: 260px;*/
}

.blogs-news-items {
    font-family: IranSansX;
    margin-right: 2rem;
    width: 100%;
    display: none;
}

.blogs-news-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.blogs-map-container svg path.city {
    cursor: pointer;
    transition: all 150ms ease-in-out;
    fill: #D5DEF0
}

.blogs-map-container svg path.city.active {
    fill: #B3C6EF
}

.blogs-map-container svg path.city:hover {
    fill: #B3C6EF;
}

@media only screen and (max-width: 450px) {
    .blogs-news-container {
        display: block;
    }

    .blogs-map-container {
        width: 100%;
    }

    .blogs-news-items {
        margin-right: 0;
    }
}

.es_articles_container article {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.es_articles_container article img.post-image {
    border-radius: 8px;
}

.es_articles_container article p.post-title {
    font-size: .8rem;
    text-align: justify;
    font-weight: bold;
}

.es_articles_container article p.post-title a {
    color: black
}

.es_articles_container article div.post-excerpt {
    text-align: justify;
}

.es_articles_container article div.blog-title a {
    font-size: .7rem;
    color: #ababab
}

.es_articles_container article div.blog-title a:hover {
    text-decoration: underline;
}

.es-read-more-blog a {
    background-color: #13347B;
    font-size: .8rem;
    font-weight: 400;
    border-radius: 5px 5px 5px 5px;
    padding: 0.6rem 1.2rem;
    color: white;
}

.es-read-more-blog a:hover {
    color: #94b0da;
}

/* دکمه موفق - سبز */
.button-success {
    background: #46b450;
    border-color: #46b450;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.button-success:hover {
    background: #3da246;
    border-color: #3da246;
    color: #fff;
}

/* دکمه خطا - قرمز */
.button-error {
    background: #dc3232;
    border-color: #dc3232;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.button-error:hover {
    background: #b71c1c;
    border-color: #b71c1c;
    color: #fff;
}
