body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
.top-bar{
    background-color: rgba(119, 119, 119, 0.15);
}
.top-bar .top-bar-inner{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.top-bar .top-bar-inner .social-widgets{
    margin-left: auto;
    margin-right: 50px;
    flex-shrink: 0;
    flex-grow: 0;
}
.top-bar .top-bar-inner .top-bar-search{
    margin-right: 0;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 0;
}
.top-bar .top-bar-date{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #313131;
}
.top-bar .wpml-ls-legacy-list-horizontal{
    padding-top: 0;
    padding-bottom: 0;
}
.top-bar .top-bar-language .wpml-ls-item{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border-right: 1px #777 solid;
}
.top-bar .top-bar-language .wpml-ls-item:last-child{
    border-right: 1px transparent solid;
}
.top-bar .top-bar-language .wpml-ls-item a.wpml-ls-link{
    padding-top: 0;
    padding-bottom: 0;
}
.top-bar .top-bar-language .wpml-ls-item .wpml-ls-native{
    color: #FF151E;
}
.top-bar .top-bar-language .wpml-ls-item .wpml-ls-display{
    color: #777777
}
.top-bar .top-bar-language .wpml-ls-item a.wpml-ls-link:hover .wpml-ls-display{
    color: #FF151E;
}
.top-bar .social-widgets ul li {
    margin-right: 15px;
}
.top-bar .social-widgets ul li a::before{
    font-size: 17px;
    color: #313131;
}
.top-bar .top-bar-inner .top-bar-search a.search-btn{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
}
.top-bar .top-bar-inner .top-bar-search a.search-btn .fa-search{
    font-size: 17px;
    color: #313131;
    margin-left: 53px;
}
.top-bar .search-box{
    top: 30px;
}
.mid-header{
    padding: 0;
}
.mid-header .mid-header-inner .site-branding{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.mid-header .mid-header-logo{
    font-size: 0;
    line-height: 0;
    margin-right: 30px;
}
.mid-header .mid-header-logo a{
    font-size: 0;
    line-height: 0;
}
.mid-header .mid-header-box .site-description{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #777777;
    padding-left: 10px;
    margin-bottom: 2px;
}
.mid-header #main-nav-mid{
    display: block;
    float: left;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}
.mid-header .mid-header-box .main-navigation{
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
}
.mid-header .mid-header-box .home-icon a{
    padding: 10px 10px;
}
.mid-header .mid-header-box .home-icon.home-active a{
    background: transparent;
}
.mid-header .mid-header-box .home-icon a i{
    color: #161616;
}
.mid-header .mid-header-box .home-icon a:hover i{
    color: #FF151E;
}
.mid-header .mid-header-box .home-icon.home-active a i{
    color: #FF151E;
}
.mid-header .mid-header-box .main-navigation ul li a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #161616;
    padding: 10px 10px;
}
.mid-header .mid-header-box .main-navigation li.current-menu-item{
    background: transparent;
}
.mid-header .mid-header-box .main-navigation li.current-menu-item a{
    color: #FF151E;
}
.mid-header .mid-header-box .main-navigation li a:hover{
    color: #FF151E;
}
.top-bar .social-widgets ul li a[href*="youtube.com"]:hover:before,
.top-bar .social-widgets ul li a[href*="twitter.com"]:hover:before,
.top-bar .social-widgets ul li a[href*="facebook.com"]:hover:before{
    color: #FF151E;
}
#site-navigation-mid{
    display: flex;
}
.main-navigation-holder{
    display: none;
}
.mid-header .header-advertisement {
    width: 110px;
}
.mid-header .header-advertisement .widget_block,
.mid-header .header-advertisement .widget_text{
    display: flex;
}
.mid-header .header-advertisement .widget_block p,
.mid-header .header-advertisement .widget_text p{
    margin-bottom: 0;
}
@media only screen and (max-width: 850px) {
    .mid-header .mid-header-inner{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        align-items: center;
    }
    .mid-header .header-advertisement a.navbar-brand svg{
        width: 90px;
    }
}
@media only screen and (max-width: 767px) {
    #site-navigation-mid{
        display: none;
    }
    .top-bar .top-bar-inner .top-bar-search{
        display: none;
    }
    .top-bar .top-bar-inner .social-widgets{
        margin-right: 0;
    }
    .main-navigation-holder{
        display: block;
    }
    .mean-container .mean-nav{
        margin-top: 0;
    }
    .mean-container a.meanmenu-reveal{
        top: 0;
    }
    .mean-container a.meanmenu-reveal span{
        display: block;
        width: 30px;
        position: absolute;
        top: 11px;
        height: 3px;
    }
    .top-widgets-wrap {
        position: relative;
        z-index: 999999;
    }
}
@media only screen and (max-width: 480px) {
    .mid-header .header-advertisement a.navbar-brand svg{
        width: 70px;
    }
}

.section-title .widget-title,
.section-title .widget-title a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #161616;
}
.section-title .widget-title a:hover{
    color: #FF151E;
}
.section-title {
    padding-bottom: 0;
    border-bottom: 1px solid #777777;
}
.news-item .news-text-wrap h2,
.news-item .news-text-wrap h2 a,
.news-item .news-text-wrap h3,
.news-item .news-text-wrap h3 a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #313131;
}
.news-item .news-text-wrap h2 a:hover,
.news-item .news-text-wrap h3 a:hover{
    color: #FF151E;
}

.widget_block .video-inner-wrapper a,
.widget_text .video-inner-wrapper a{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    color: #313131;
}
.widget_block .video-inner-wrapper a:hover,
.widget_text .video-inner-wrapper a:hover{
    color: #FF151E;
}
.widget_block .video-inner-wrapper a img,
.widget_text .video-inner-wrapper a img{
    margin-left: 8px;
}

.pinned-posts .fixed-block-wrap{
    float: left;
    width: 100%;
}
.pinned-posts .fixed-block-wrap .inner-wrapper{
    padding-right: 15px;
    padding-left: 15px;
}
.pinned-posts .fixed-block-wrap .section-title{
    padding-bottom: 0;
    border-bottom: 1px solid #777777;
}
.pinned-posts .fixed-block-wrap .pinned-title{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pinned-posts .section-content{
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.pinned-posts .section-content .entry-image{
    display: block;
    position: relative;
}
.pinned-posts .section-content .entry-image img{
    float: left;
    width: 100%;
}
.pinned-posts .section-content .entry-summary{
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.pinned-posts .section-content .entry-title{
    margin-bottom: 10px;
}
.pinned-posts .section-content .entry-title a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #161616;
}
.pinned-posts .section-content .entry-title a:hover{
    color: #FF151E;
}
.split-news-two,
.split-news-wrap,
.double-news-two,
.ful-news-day,
.ful-news-wrap,
.section-title{
    float: left;
    width: 100%;
}
.split-news-two .split-right-side,
.split-news-two .featured-small-items{
    width: 50%;
    float: left;
}
.double-news-two .inner-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
@media only screen and (max-width: 767px) {
    .double-news-two .inner-wrapper{
        grid-template-columns: repeat(1, 100%);
    }
}
.ful-news-day .mega-news-day{
    padding-right: 15px;
    padding-left: 15px;
}
.sidebar .ful-news-day .mega-news-day{
    padding-right: 0;
    padding-left: 0;
}
.ful-news-day .mega-news-day .news-item,
.sidebar .ful-news-day .mega-news-day .news-item{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 18px;
}
.ful-news-day .mega-news-day .news-text-wrap,
.sidebar .ful-news-day .mega-news-day .news-text-wrap{
    display: block;
    width: 100%;
    min-height: inherit;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    padding-top: 0;
    padding-left: 0;
    float: left;
}
.ful-news-day .mega-news-day .news-text-wrap .posted-date,
.sidebar .ful-news-day .mega-news-day .news-text-wrap .posted-date{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    display: inline-block;
    float: left;
    color: #313131;
    margin-right: 7px;
}
.ful-news-day .mega-news-day .news-text-wrap .posted-title{
    display: block;
}
.ful-news-day .mega-news-day .news-text-wrap .posted-title h3{
    margin-bottom: 0;
}
.ful-news-day .mega-news-day .news-text-wrap .posted-title h3 a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #313131;
}
.ful-news-day .mega-news-day .news-text-wrap .posted-title h3 a:hover{
    color: #FF151E;
}
@media only screen and (max-width: 767px) {
    .split-news-two .split-right-side,
    .split-news-two .featured-small-items{
        width: 100%;
    }
}
.split-news-two .split-right-side .news-item{
    margin-left: 0;
}
.split-news-two .news-item .news-text-wrap{
    padding-top: 10px;
}
.split-news-two .news-item .news-text-wrap h3,
.split-news-two .news-item .news-text-wrap h3 a{
    font-family:  'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #161616;
}
.split-news-two .news-item .news-text-wrap h3 a:hover{
    color: #FF151E;
}
.split-news-two .news-item .news-text-wrap{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}
.split-news-two .featured-small-items{
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.split-news-two .section-title{
    padding-bottom: 0;
    border-bottom: 1px solid #777777;
    margin-bottom: 15px;
}
.split-news-two .section-title .widget-title,
.split-news-two .section-title .widget-title a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #161616;
}
.split-news-two .section-title .widget-title a:hover{
    color: #FF151E;
}
.split-news-two .featured-small-items .news-item{
    padding-right: 0;
    padding-left: 0;
}
.split-news-two .news-item.layout-two{
    margin-bottom: 18px;
}
.split-news-two .news-item.layout-two .news-text-wrap{
    min-height: inherit;
    padding-top: 0;
    padding-left: 0;
}
.split-news-two .featured-small-items .news-text-wrap .posted-date{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    display: inline-block;
    float: left;
    color: #313131;
    margin-right: 7px;
}
.split-news-two .featured-small-items .news-text-wrap .posted-title{
    display: block;
}
.split-news-two .featured-small-items .news-text-wrap .posted-title h3{
    margin-bottom: 0;
}
.split-news-two .featured-small-items .news-text-wrap .posted-title h3 a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #313131;
}
.split-news-two .featured-small-items .news-text-wrap .posted-title h3 a:hover{
    color: #FF151E;
}
.triple-news-recom{
    float: left;
    width: 100%;
}
.triple-news-recom .triple-news-wrap .news-item{
    width: 33.33%;
}

.blog h1.page-title.screen-reader-text{
    position: relative !important;
    top: inherit;
    width: 100%;
    height: auto;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    clip-path: inherit;
    margin-bottom: 25px;
    border-bottom: 1px solid #777777;
}
.archive-link{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}
.archive-link a.button{
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .triple-news-recom .triple-news-wrap .news-item{
        width: 100%;
    }
}

.sidebar .widget{
    margin-bottom: 40px;
}
.sidebar .widget-title{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
    margin-bottom: 0;
}
.sidebar .news-inner-wrapper,
.sidebar .mega-recent-posts,
.sidebar .widget_media_video,
.sidebar .mega-popular-posts{
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.sidebar .news-inner-wrapper .news-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-items: flex-start;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    border-top: 0 solid transparent;
}
.sidebar .news-inner-wrapper .news-item .news-thumb{
    flex-basis: 115px;
    flex-shrink: 0;
    flex-grow: 0;
}
.sidebar .news-item .news-text-wrap h3,
.sidebar .news-item .news-text-wrap h3 a{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
}
.sidebar .news-item .news-text-wrap .posted-date{
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}
.sidebar .mega-recent-posts .widget-title,
.sidebar .widget_media_video .widget-title,
.sidebar .mega-popular-posts .widget-title{
    border-bottom: 1px solid #777777;
    margin-bottom: 25px;
}
.sidebar .mega-recent-posts .widget-title,
.sidebar .mega-recent-posts .widget-title a,
.sidebar .widget_media_video .widget-title,
.sidebar .widget_media_video .widget-title a,
.sidebar .mega-popular-posts .widget-title,
.sidebar .mega-popular-posts .widget-title a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.sidebar .widget_block{
    margin-bottom: 15px;
}
.sidebar .split-news .split-right-side{
    margin-bottom: 25px;
}
.sidebar .split-news .split-right-side .news-text-wrap{
    position: absolute;
    display: block;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}
.sidebar .split-news .split-right-side .news-text-wrap h3{
    margin-bottom: 0;
}
.sidebar .split-news .split-right-side .news-text-wrap h3,
.sidebar .split-news .split-right-side .news-text-wrap h3 a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}
.sidebar .split-news .split-right-side .news-text-wrap .posted-date,
.sidebar .split-news .split-right-side .news-text-wrap p{
    display: none;
}
.sidebar .split-news .featured-small-items .news-text-wrap h3,
.sidebar .split-news .featured-small-items .news-text-wrap h3 a{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #313131;
}
.sidebar .split-news .featured-small-items .news-text-wrap .posted-date{
    display: none;
}

.social-widgets ul li a[href*="facebook.com"],
.social-widgets ul li a[href*="twitter.com"],
.social-widgets ul li a[href*="youtube.com"]{
    background-color: transparent;
}
#footer-widgets .widget-column .social-widgets ul li a:before{
    font-size: 28px;
    line-height: 38px;
    color: #777777;
}
#footer-widgets .widget-column .social-widgets ul li a:hover:before{
    color: #ffffff;
}
#footer-widgets{
    background: #313131 left top no-repeat;
}
.site-footer{
    background: #161616;
}