.single-bottom-links {
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.single-bottom-links ul {
    max-width: 600px;
    margin: 0 auto;
}

.single-bottom-links ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0 -4px;
}

.single-bottom-links ul li a {
    color: #FFF;
    width: 100%;
    display: block;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.latest-news {
    background: #012754;
}

li.most-views {
    background: #f47b23;
}


/* MENU WIDGET SECTION  */

.weather-category-widget {
    display: flex;
    flex-flow: row;
}

.weather-category-widget>div {
    text-align: center;
    flex: 1;
    color: #FFF;
    text-transform: capitalize;
    font-size: 12px;
}

.weather-category-widget .weather-city {
    text-transform: capitalize;
}

.weather-category-widget .weather-widget {}

.weather-info {
    text-transform: uppercase;
}

.weather-category-widget .weather-icon {
    max-height: 35px;
    height: 100%;
    margin-bottom: 10px;
    /* margin-bottom: 10px; */
}

.weather-category-widget .weather-icon img {
    max-height: 100%;
}

.widget-category-icon {
    max-width: 35px;
    max-height: 35px;
    margin: 0 auto;
    margin-bottom: 10px;
    /* max-width: 30px;
max-height: 30px;
margin: 0 auto;
margin-bottom: 10px; */
}

.popular-posts article,
.wpp-list article {
    position: relative;
    margin: 15px 0;
    padding: 0 0 15px;
}

.popular-posts article img,
.wpp-list article img {
    width: 100%;
}

.popular-posts article:after,
.wpp-list article:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #555;
    height: 1px;
}

.popular-posts article:last-child::after,
.wpp-list article:last-child:after {
    height: 0;
}


/*-----------------------------------------------
TOP IMAGE BLOCK NEWS  
-------------------------------------------------*/

.banner-blocks .off-canvas-widgets {
    margin-bottom: 0;
}

.sidebar-header-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.sidebar-header-content-topic {
    width: 30px;
    /* background: #0E3B7F; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: right;
    border-radius: 10px;
}

.sidebar-header-content-topic:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #FF0000;
}

.sidebar-header-content-topic span.blub {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}

.sidebar-header-content-topic * {
    font-size: 18px;
}

.sidebar-header-content-topic h2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 25px;
    padding-right: 5px;
}

.sidebar-header-content-category {
    display: flex;
    width: calc(100% - 30px);
}

.sidebar-header-content-category a {
    display: block;
    margin-left: 15px;
    width: 33.33%;
}

.sidebar-header-content-item {
    display: flex;
    flex-direction: row;
    padding: 15px;
    align-items: center;
    height: 100%;
    border-radius: 10px;
    background-size: 250% !important;
    position: relative;
    overflow: hidden;
    height: 130px;
}

.sidebar-header-content-category a:nth-child(1) .sidebar-header-content-item::before,
.sidebar-header-content-category a:nth-child(2) .sidebar-header-content-item::before,
.sidebar-header-content-category a:nth-child(3) .sidebar-header-content-item::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.sidebar-header-content-category a:nth-child(1) .sidebar-header-content-item::before {
    background-color: rgba(244, 123, 35, 0.85);
}

.sidebar-header-content-category a:nth-child(2) .sidebar-header-content-item::before {
    background-color: rgba(2, 48, 94, 0.85);
}

.sidebar-header-content-category a:nth-child(3) .sidebar-header-content-item::before {
    background-color: rgba(244, 123, 35, 0.85);
}

.sidebar-header-content-item * {
    z-index: 1;
}

.sidebar-header-content-item .sidebar-header-content-item-title {
    width: calc(100% - 120px);
    font-size: 17px;
    color: #FFF;
    padding-right: 15px;
    transition: all 0.3s ease;
    max-height: 104px;
    overflow: hidden;
}

.sidebar-header-content-category a:hover .sidebar-header-content-item-title {
    opacity: 0.8;
}

.sidebar-header-content-item figure {
    max-width: 120px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-header-content-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Pulse icon */

span.blub.orange {
    background: #FF0000;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 0 #FF0000;
    transform: scale(1);
    animation: pulse 1.5s infinite;
    position: absolute;
    top: 0;
    right: 0;
}

span.blub.orange:hover {
    animation: none;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #FF0000b3;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px #FF000000;
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #FF000000;
    }
}

.no-margin {
    margin: 0 !important;
}


/* HORIZONTAL SCROLL ON RESPONSIVE  FOR POSTS  */

@media (max-width:1024px) {
    .sidebar-header-content-category {
        padding-left: 15px;
    }
    .sidebar-header-content-topic {
        width: 30px;
        /* margin-right: 20px; */
    }
    .sidebar-header-content-category a:first-child {
        margin: 0;
    }
    .sidebar-header-content-topic h2 {
        /* text-align: left;
        margin-left: 40px; */
    }
    span.blub.orange {
        /* top: auto; */
    }
}

@media (max-width:940px) {
    .sidebar-header-content-category {
        overflow: scroll;
        white-space: nowrap;
        /* -ms-overflow-style: none;
        scrollbar-width: none; */
        display: grid;
        grid-template-columns: repeat(3, 90%);
    }
    .sidebar-header-content-category::-webkit-scrollbar {
        /* display: none; */
    }
    .sidebar-header-content-category a {
        width: 100%;
        display: inline-block;
        white-space: initial;
        margin: 0;
    }
    .sidebar-header-content-category a:nth-child(2) {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    /* .single-bottom-links ul li {
        display: inline-block;
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    } */
    .horizontal-scroll .block-content .loop {
        width: 100%;
        display: inline-block;
        overflow: scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .horizontal-scroll .block-content .loop::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll .block-content .loop article {
        width: 300px;
        display: inline-block;
        white-space: initial;
    }
    /*    .horizontal-scroll .block-content .loop article {
        width: auto;
    }
    .remove-scroll .block-content .loop.loop-grid {
        display: grid;
    }
    .remove-scroll .block-content .loop.loop-grid article {
        width: auto;
    } */
    .show-box {
        visibility: visible;
        opacity: 1;
    }
    .sidebar-header-content-topic {
        /* margin-right: 15px; */
    }
    .single-bottom-links.show-box {
        bottom: 0;
    }
    .sidebar-header-content-category {
        display: flex;
        align-items: center;
    }
    .sidebar-header-content-category a {
        /* vertical-align: top; */
        display: inline-flex;
    }
    .sidebar-header-content-item {
        height: 96px;
        padding: 10px;
        width: 300px;
    }
    .sidebar-header-content-item .sidebar-header-content-item-title {
        max-height: 66px;
        line-height: 22px;
        font-size: 15px;
    }
    .sidebar-header-content-item .sidebar-header-content-item-title {
        width: calc(100% - 80px);
    }
    .sidebar-header-content-item figure {
        max-width: 80px;
        height: 70px;
    }
}

.elementor-6 .elementor-element.elementor-element-085156f {
    margin-top: 20px;
    margin-bottom: -20px;
}

@media (max-width: 400px) {
    .sidebar-header-content-item {
        width: 270px; 
    }
}
