.site-title a,
.site-header .site-branding .site-title a:visited,
.site-header .site-branding .site-title a:hover,
.site-description {
    color: #0a0a0a;
}
.site-branding .site-title {
    font-size: 50px;
}

@media only screen and (max-width: 640px) {
    .header-layout-3 .site-header .site-branding .site-title,
    .site-branding .site-title {
        font-size: 30px;

    }
}

@media only screen and (max-width: 375px) {
    .header-layout-3 .site-header .site-branding .site-title,
    .site-branding .site-title {
        font-size: 30px;

    }
}

.elementor-template-full-width .elementor-section.elementor-section-full_width>.elementor-container,
.elementor-template-full-width .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}

@media (min-width: 1600px) {
    .elementor-template-full-width .elementor-section.elementor-section-full_width>.elementor-container,
    .elementor-template-full-width .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1600px;
    }
}

body.custom-background {
  background-color: #ffffff;
}

.menu-item-type-sys a {
  font-size: 14px;
  color: #FCD215;
}
.advadv {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    padding-top: 8px;
}
.advadv p {
    font-size: 14px;
}

.category-pagination {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
    padding: 12px;
    gap: 24px;
}

.detail-content-pic {
    text-align: center;
}

.data-show-sign {
    display: none !important;
}

#scroll-up {
    background: #FCD215;
}

.widget ol, .widget ul {
    list-style: inside circle;
}

@media only screen and (max-width: 992px) {
    .header-layout-1 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap, .header-layout-3 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap {
        width: 320px;
        overflow-x: visible;
        text-wrap: nowrap;
    }
    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap .site-title {
        font-size: 24px;
        height: 55px;
        line-height: 55px;
    }
}

body .categorized-story .title-heading .article-title-2 a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.site-main .post-navigation .em-post-navigation {
    display: block;
    font-weight: 600;
    background-color: #fcd215;
    color: #212121;
    padding: 0 10px;
}
