.article-details .article-info {
    margin-bottom: 5px;
}
.article-details .article-ratings-social-share {
    padding: 5px 0 0;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 15px;
}
.article-social-share .social-share-icon ul li a {
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 50%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    display: inline-block;
}
.article-details .sppb-row {
    margin-right: -30px  ;
    margin-left: -30px  ;
}


.shorts .article-list .article .article-header h1, .shorts .article-list .article .article-header h2 {
    font-size: 16px;
    font-weight: 400;
}
.shorts .article-info>span {
    font-size: 12px;
}
.shorts p {
    font-size: 14px;
}



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-info>span+span::before {
    display: inline-block;
    padding-right: 2px;
    padding-left: 4px;
    content: "|";
}


#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    margin-top: 0;
    padding-top: 0px;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 15px;
    border: 1px solid #f3f3f3;
    padding: 15px 15px;
    border-radius: 3px;
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 1.2;
    padding: 2px 0;
}
.sp-module ul>li>a {
    color: #e4181c;
}

.latestnews span {
    display: block;
    color: black;
}

@media (min-width:992px) {
.border-left-15-white {
  border-left: 15px solid #ffffff ;
  
}
}

.perex .sppb-addon-content {
    padding: 15px 25px 1px 25px;
    border-left: 2px solid #ba0000;
    font-weight: 600;
}
.comment {
    padding: 15px 25px 1px 25px;
    border-left: 2px solid #0c3057;
    font-weight: 400;
    background: #edeff1;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
        border-radius: 0px 0px 0px 0px;
}
.tags>li {
    display: inline-block;
    margin: 2px;
}
.tags>li a {
    display: block;
    font-size: 10px;
    padding: 2px 4px 1px;
    border-radius: 2px;
    border: 1px solid #ba0000;
}
.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tags.mb-4 {
    margin-bottom: 10px !important;
}

body.header-sticky-init:not(.has-page-header).scrolling-down #sp-header, body.header-sticky-init:not(.has-page-header).scrolling-up #sp-header {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s,transform .3s;
}

/* .h3, h3 {
    font-size: calc(1.2rem + .0vw);
}
*/

.inline-wrappers .sppb-addon-wrapper {
    display: inline-block;
    float: left;
}
.inline-wrappers-flex .sppb-addon-wrapper {
    display: inline-flex;
}

.breadcrumb {
    margin: 0px;
    padding: 5px 30px;
    background-color: transparent;
    border-radius: 0;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0px;
}
.breadcrumb span.divider.fas.fa-map-marker-alt {
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item.active {
    color: #000000;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 10px;
    margin-right: 15px;
}

.transparent-header #sp-header {
    background: transparent !important;
    margin-bottom: -100px; 
}
/* red
.transparent-header #sp-header.header-sticky {
      background: linear-gradient(90deg, #E4181C 0%, #a42a2a 100%) !important  ;
}
*/
.transparent-header #sp-header.header-sticky {
    background: linear-gradient(90deg, #0c3057 0%, #0c3057 100%) !important;
}

#sp-header .logo a {
    color: #ffffff;
}


#sp-main-body {
    padding: 25px 0;
}

#sp-logo span.logo {
    padding-left: 15px;
}
.logo-image {
        padding-left: 0px;
    }

img.sppb-img-responsive {
    width: 100%;
    height: auto;
}

.hidden {
  display: none ;
}

/*
#sp-component {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
*/