@charset "UTF-8";

body.newsmatic_font_typography {
    --theme-block-top-border-color: #363663 !important;
}
body .site-header.layout--default .menu-section .row{border-color: #363663 !important;}

body .text-left span u {
    letter-spacing: -1px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #222222;
    justify-content: center;
    text-decoration: none !important;
}body .text-left span u img {
    max-width: 35px;
    opacity: 1 !important;
    border-radius: 0%;
    margin: 0 8px 0 8px;
}

body .ticker-news-wrap.layout--two .ticker_label_title {    font-size: 14px;    padding: 3px 10px;    line-height: 35px;    min-height: auto !important;    flex: 0 0 12%;    margin-right: 20px;}

body .ticker-news-wrap {    padding: 0!important;}
body .ticker-news-wrap.layout--two .newsmatic-ticker-box ul li {    align-items: center;}
body .ticker-news-wrap.layout--two .ticker-item .feature_image {    display: flex;    align-items: center;}
body     .main-navigation .menu li a:hover, body .main-navigation .nav.menu li a:hover {        color: inherit !important;    }
body .site-footer.dark_bk {   }



body.post-layout--one #theme-content .primary-content article .post-element .post-excerpt.rev{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}