/** pub news **/


.leftc-rights-section .news-grid .news-grid-post-wrap,
.lefts-rightc-section .news-grid .news-grid-post-wrap {
    grid-gap: 25px;
}


/* Clamp Title */
    .clamp-title--on .news-grid .post-title,
    .clamp-title--on .news-list-post-wrap .list-item .post-title,
    .clamp-title--on .news-carousel .post-title,
    .clamp-title--on .news-filter .post-title,
    .clamp-title--on .news-alter .post-title,
    .clamp-title--on .pubnews-widget-carousel-posts .carousel-posts-wrap h2,
    .clamp-title--on .widget.widget_pubnews_news_filter_tabbed_widget .post-element .post-title,
    .clamp-title--on .widget .popular-posts-wrap .post-title,
    .clamp-title--on .widget_pubnews_posts_grid_two_column_widget .post-title,
    .clamp-title--on .widget .posts-grid-wrap .post-title,
    .clamp-title--on .widget_pubnews_posts_list_widget .permalink-wrapper,
    .clamp-title--on .widget-tabs-content .tab-item .post-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

/* Widget Loader */
    .widget.retrieving-posts .posts-wrap:before,
    .retrieving-posts .filter-tab-content-wrapper:after,
    .main-banner-slider:not(.slick-initialized):before,
    .popular-posts-wrap:not(.slick-initialized):before {
        content: '';
        position: absolute;
        margin: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        border-radius: 100%;
        z-index: 2;
        background-color: transparent;
        box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -o-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -ms-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -webkit-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -moz-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        animation: cssload-spin ease infinite 4.6s;
            -o-animation: cssload-spin ease infinite 4.6s;
            -ms-animation: cssload-spin ease infinite 4.6s;
            -webkit-animation: cssload-spin ease infinite 4.6s;
            -moz-animation: cssload-spin ease infinite 4.6s;
    }

    .widget .posts-wrap {
        position: relative;
    }

    .widget.retrieving-posts .posts-wrap .post-item {
        opacity: 0.3;
    }

    @keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-o-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-ms-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-webkit-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-moz-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    .byline img,
    body.home .byline img {
        width: 19px;
        height: 19px;
        margin-right: 9px;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: -6px;
        position: initial;
        transform: initial;
    }

    article.sticky .blaze_box_wrap {
        border: 2px solid var(--pubnews-global-preset-theme-color);
        border-radius: 4px;
        padding: 12px;
    }

    article.sticky .post-thumb-wrap:after {
        content: '\f08d';
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        top: 10px;
        right: 15px;
        color: var(--pubnews-global-preset-theme-color);
        background: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        z-index: 1;
    }

    article.sticky .post-thumb-wrap:before {
        content: '';
    }

.post, .page {
    margin-bottom: 0;
}

.bodynoscroll .search_close_btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

/** search layout 3 **/
.search-popup--style-three .site-header {
    position: relative;
}

.search-popup--style-three .site-header.layout--default .search-form-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 30px 0px;
    top: 100%;
    border-top: none;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%);
    z-index: 11;
}

.search-popup--style-three.bodynoscroll .site-header.layout--default .fixed_header ~ .search-form-wrap {
    position: fixed;
    top: 104px;
}

.search-popup--style-three .site-header.layout--default .search-form-wrap form {
    width: 59%;
    margin: 0 auto;
    display: flex;
}

.search-form-wrap form {
    display: flex;
}

.search-form-wrap form label {
    width: 100%;
    margin-right: 10px;
}

.search-form-wrap .search-field {
    width: 100%;
}

.search-popup--style-three .site-header.layout--default .search-form-wrap .search-field {
    width: 100%;
    height: 46px;
}

.pubnews_dark_mode.search-popup--style-three .search-field {
    background: #27272b;
    border-color: #343434;
    color: var(--white-text);
    outline: none;
}

.search-popup--style-three .site-header.layout--default .search-submit {
    text-transform: uppercase;
    padding: 15px 40px;
}

.search-form-wrap input.search-field:focus::placeholder,
.search-form-wrap input.search-field {
    outline: none;
}

@media(max-width: 769px){
    .search-popup--style-three .site-header.layout--default .search-submit {
        padding: 10px 15px;
    }

    .search-popup--style-three .site-header.layout--default .search-form-wrap form{
        width: 90%;
    }
}

.search .list-item figure.post-thumb-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
}

/** advertisement widget slider */

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block { 
    display: flex;
    flex-direction: column;
    max-width: 373px;
    height: 500px;
}

@media ( max-width: 375px ) {
    .widget_pubnews_ads_slider_widget .pubnews-advertisement-block {
        max-width: 343px;
    }
}

@media ( max-width: 320px ) {
    .widget_pubnews_ads_slider_widget .pubnews-advertisement-block {
        max-width: 295px;
    }
}

.widget_pubnews_ads_slider_widget figure {
    height: 500px;
    position: relative;
}

.widget_pubnews_ads_slider_widget figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%,-50%);
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 9;
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding: 0;
    visibility: hidden;
    cursor: pointer;
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block:hover .slick-arrow {
    visibility: visible;
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-prev {
    left: 10px;
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-next {
    right: 10px;
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-arrow:hover i {
    color: var(--pubnews-global-preset-theme-color);
    background-color: var(--white-text);
    border-color: var(--white-text);
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-arrow i {
    padding: 9px 12px;
    border: 1px solid var(--white-text);
    border-radius: 2px;
    -webkit-transition: 0.5s ease;
    transition: 1s ease-in-out;
}

/*
    ===========================
        Background Animation
    ===========================
    */
        .background-animation--one .pubnews-background-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
            animation: animateBg 50s linear infinite;
        }

        @keyframes animateBg {
            0%,100% {
                transform:scale(1);
            }

            50% {
                transform:scale(1.2);
            }
        }

        .background-animation--one .pubnews-background-animation span.item {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 4px;
            height: 4px;
            background: var(--pubnews-animation-object-color);
            border-radius: 50%;
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
            animation:  animate-star 3s linear infinite;
        }

        .background-animation--one .pubnews-background-animation span.item::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            height: 1px;
            background: linear-gradient(90deg, var(--pubnews-animation-object-color), transparent);
        }

        @keyframes animate-star {
            0% {
                transform: rotate(315deg) translateX(0);
                opacity: 1;
            }

            70% {
                opacity: 1;
            }

            100% {
                transform: rotate(315deg) translateX(-1500px);
                opacity: 0;
            }
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(1) {
            top: 0;
            right: 0;
            left:initial;
            animation-delay: 0.5s;
            animation-duration: 1s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(2) {
            top: 0;
            right: 80px;
            left:initial;
            animation-delay: 0.2s;
            animation-duration: 3s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(3) {
            top: 80px;
            right: 0px;
            left:initial;
            animation-delay: 0.4s;
            animation-duration: 2s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(4) {
            top: 0;
            right: 180px;
            left:initial;
            animation-delay: 0.6s;
            animation-duration: 1.5s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(5) {
            top: 0;
            right: 400px;
            left:initial;
            animation-delay: 0.8s;
            animation-duration: 2.5s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(6) {
            top: 0;
            right: 600px;
            left:initial;
            animation-delay: 1s;
            animation-duration: 3s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(7 ) {
            top: 300px;
            right: 0px;
            left:initial;
            animation-delay: 1s;
            animation-duration: 1.75s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(8) {
            top: 0px;
            right: 700px;
            left:initial;
            animation-delay: 1.4s;
            animation-duration: 1.25s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(9) {
            top: 0px;
            right: 1220px;
            left:initial;
            animation-delay: 0.75s;
            animation-duration: 2.25s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(10) {
            top: 0px;
            right: 1000px;
            left:initial;
            animation-delay: 2.75s;
            animation-duration: 2.25s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(11) {
            top: 0;
            right: -430px;
            left: initial;
            animation-delay: 5s;
            animation-duration: 2s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(12) {
            top: 0;
            right: -330px;
            left: initial;
            animation-delay: 5s;
            animation-duration: 2s;
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(13) {
            top: 0px;
            right: 1330px;
            left: initial;
            animation-delay: 0.75s;
            animation-duration: 2.25s;
        }

    /* BK Animation Two */
        .background-animation--two .pubnews-background-animation {
            position: fixed;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: -1;
            top: 0;
        }

        .background-animation--two .pubnews-background-animation .item {
            position: absolute;
            width: 60px;
            height: 60px;
            background-color: transparent;
            border: 4px solid var(--pubnews-animation-object-color);
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(1) {
            top: 12%;
            left: 42%;
            animation: animate 10s linear infinite;
        }

        .background-animation--two  .pubnews-background-animation .item:nth-child(2) {
            top: 70%;
            left: 50%;
            animation: animate 7s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(3) {
            top: 17%;
            left: 6%;
            animation: animate 9s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(4) {
            top: 20%;
            left: 60%;
            animation: animate 10s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(5) {
            top: 67%;
            left: 10%;
            animation: animate 6s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(6) {
            top: 80%;
            left: 70%;
            animation: animate 12s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(7) {
            top: 60%;
            left: 80%;
            animation: animate 15s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(8) {
            top: 32%;
            left: 25%;
            animation: animate 16s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(9) {
            top: 90%;
            left: 25%;
            animation: animate 9s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(10) {
            top: 20%;
            left: 80%;
            animation: animate 5s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(11) {
            top: 41%;
            right: 9%;
            animation: animate 5s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(12) {
            top: 80%;
            right: 11%;
            animation: animate 5s linear infinite;
        }

        .background-animation--two .pubnews-background-animation .item:nth-child(13) {
            top: 91%;
            left: 6%;
            animation: animate 5s linear infinite;
        }

        @keyframes animate {
            0% {
                transform: scale(0) translateY(0) rotate(0);
                opacity: 1;
            }

            100% {
                transform: scale(1.3) translateY(-90px) rotate(360deg);
                opacity: 0;
            }
        }

        @media (max-width: 610px) {
            .background-animation--two .pubnews-background-animation .item:nth-child(4),
            .background-animation--two .pubnews-background-animation .item:nth-child(5),
            .background-animation--two .pubnews-background-animation .item:nth-child(6),
            .background-animation--two .pubnews-background-animation .item:nth-child(7),
            .background-animation--two .pubnews-background-animation .item:nth-child(11),
            .background-animation--two .pubnews-background-animation .item:nth-child(13),
            .background-animation--two .pubnews-background-animation .item:nth-child(9),
            .background-animation--three .pubnews-background-animation .item:nth-child(9),
            .background-animation--three .pubnews-background-animation .item:nth-child(4),
            .background-animation--three .pubnews-background-animation .item:nth-child(12),
            .background-animation--three .pubnews-background-animation .item:nth-child(10),
            .background-animation--three .pubnews-background-animation .item:nth-child(2),
            .background-animation--three .pubnews-background-animation .item:nth-child(5),
            .background-animation--three .pubnews-background-animation .item:nth-child(1),
            .pubnews-background-animation.hide-on-mobile {
                display: none;
            }
        }

    /* BK Animation Three */
        .background-animation--three .pubnews-background-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
            pointer-events: none;
        }

        .background-animation--three .pubnews-background-animation .item {
            position: absolute;
            display: block;
            width: 25px;
            height: 25px;
            background-color: var(--pubnews-animation-object-color);
            animation: animate-up 20s linear infinite;
            bottom: -150px;
            border-radius: 6px;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(1) {
            left: 86%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            border-radius: 33% 67% 58% 42% / 30% 32% 68% 70%;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(2) {
            left: 12%;
            width: 30px;
            height: 30px;
            animation-delay: 1.5s;
            animation-duration: 10s;
            background-color: transparent;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(2):after {
            content: '';
            position: absolute;
            border-width: 2.3em;
            border-style: solid;
            border-left-color: var(--pubnews-animation-object-color);
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-top-color: transparent;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(3) {
            left: 70%;
            width: 100px;
            height: 100px;
            animation-delay: 1.5s;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(4) {
            left: 42%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(5) {
            left: 65%;
            width: 40px;
            height: 40px;
            animation-delay: 0s;
            border-radius: 50%;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(6) {
            left: 15%;
            width: 110px;
            height: 110px;
            animation-delay: 3.5s;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(7) {
            left: 27%;
            width: 110px;
            height: 110px;
            animation-delay: 9s;
            border-radius: 50%;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(8) {
            left: 59%;
            width: 90px;
            height: 90px;
            animation-delay: 6.2s;
            border-radius: 73% 27% 58% 42% / 43% 56% 44% 57%;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(9),
        .background-animation--three .pubnews-background-animation .item:nth-child(10),
        .background-animation--three .pubnews-background-animation .item:nth-child(11),
        .background-animation--three .pubnews-background-animation .item:nth-child(12),
        .background-animation--three .pubnews-background-animation .item:nth-child(13) {
            display: none;
        }

        @keyframes animate-up {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
            }

            100% {
                transform: translateY(-800px) rotate(360deg);
                opacity: 0;
            }
        }

        .boxed--layout.background-animation--one .pubnews-background-animation,
        .boxed--layout.background-animation--two .pubnews-background-animation,
        .boxed--layout.background-animation--three .pubnews-background-animation {
            z-index: 1;
        }


/*
===========================
Cursor Animation
===========================
*/

    body {
        overflow-x: hidden;
    }

    .pubnews-cursor.type--one {
        content: '';
        width: 25px;
        height: 25px;
        border: 1px dashed var(--pubnews-global-preset-theme-color);
        border-radius: 50%;
        position: absolute;
        z-index: 99999;
        pointer-events: none;
        overflow: hidden;
        transform: translate(12%, 16%);
    }

    .boxed--layout .pubnews-cursor.type--one {
        transform: translate(-226%, -313%);
    }

    .boxed--layout .pubnews-cursor.type--one.isActive {
        transform: translate(-226%, -313%);
    }

    .pubnews-cursor.type--one.isActive {
        animation: spin-1 4000ms infinite linear;
        width: 35px;
        height: 35px;
    }

    @keyframes spin-1 {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /* Animation Two */
    .pubnews-cursor.type--two {
        content: '';
        width: 10px;
        height: 10px;
        background: var( --pubnews-global-preset-gradient-color-2 );
        border-radius: 50%;
        position: absolute;
        z-index: 999;
        pointer-events: none;
        overflow: hidden;
        transform: translate(92%, 106%);
        transition: .10s;
    }

    .pubnews-cursor.type--two.isActive {
        opacity: .5;
        transform: translate(105%, 106%) scale(4);
    }

/** 4.0 News Kit Elementor Compatible **/
    body.elementor-default article h2 {
        font-weight: initial;
        font-style: initial;
    }

    body.elementor-default.single-post #primary .primary-content article .entry-content a,
    body.single-post #primary article footer .tags-links a {
        text-decoration: initial;
    }

    body.elementor-default.single-post article .entry-content p a,
    body.elementor-default.single-post article .entry-content a {
        color: initial;
    }

    body.elementor-default .nekit-widget-section .post-categories a,
    body.elementor-default .nekit-widget-section .widget .post-categories a {
        line-height: initial;
    }

    body.elementor-default .nekit-widget-section .post-categories .cat-item,
    body.elementor-default .nekit-widget-section .post-categories .cat-item:hover {
        background-color: initial;
    }

    body.elementor-default .nekit-widget-section .post-meta span {
        padding: 0;
    }

    body.elementor-default .gallery .gallery-item {
        max-width: 100%;
    }

    .nekit-news-list-two-posts-wrap.nekit-widget-section .post-title {
        margin-left: -5rem;
    }

    .nekit-grid-widget .post-categories li a {
        padding: 0;
    }

    body.elementor-default .nekit-news-carousel-two-posts-wrap.nekit-carousel-widget article figure .post-categories {
        position: initial !important;
        display: initial !important;
    }

    body.elementor-default .nekit-filter-widget .trailing-post .post-categories,
    body.elementor-default .nekit-block-widget .trailing-post .post-categories {
        display: none !important;
    }

    /* List */
        body.elementor-default .list-item figure.post-thumb-wrap {
            flex: initial;
        }

        body.elementor-default .list-item .post-element {
            flex: 1;
            padding: initial;
        }

    /* Banner */
        body.elementor-default .banner-layout--two .main-banner-wrap,
        body.elementor-default .banner-layout--two .main-banner-popular-posts {
            max-width: initial;
        }:root {
	--pubnews-loader-icon-width: 250px;
	--pubnews-loader-icon-height: 250px;
}

body .pubnews_loading_box {
	position: fixed;
	opacity: 0.9;
	width: 100%;
	height: 100vh;
	background-color: #f0f0f0;
	z-index: 10;
	left: 0;
	top: 0;
}

.pubnews_loading_box .box {
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pubnews_loading_box {
	text-align: center;
}

.box.active {
  margin: 4px;
  border-width: 2px;
  border-color: #2271b1;
}

.pubnews_loading_box button {
  display: inline-block;
  background: transparent;
  border: 2px solid #d95f3d;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: calc(16px + 2vw);
}

.pubnews_loading_box [class*=loader-] {
  display: inline-block;
  width: var(--pubnews-loader-icon-width);
  height: var(--pubnews-loader-icon-height);
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.pubnews_loading_box .loader-1 {
  border: 0.2em dotted var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-1 linear infinite;
          animation: 1s loader-1 linear infinite;
}

@-webkit-keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-2 {
  border: 0.2em solid transparent;
  border-left-color: var(--pubnews-global-preset-theme-color);
  border-right-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-2 linear infinite;
          animation: 1s loader-2 linear infinite;
}

@-webkit-keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-3 {
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-3 linear infinite;
          animation: 1s loader-3 linear infinite;
  position: relative;
}

@-webkit-keyframes loader-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-4 {
  border: 1px solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-4 linear infinite;
          animation: 1s loader-4 linear infinite;
  position: relative;
}
.pubnews_loading_box .loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.2em;
  left: 50%;
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
}

@-webkit-keyframes loader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-5 {
  border: 0.2em solid transparent;
  border-top-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-5 linear infinite;
          animation: 1s loader-5 linear infinite;
  position: relative;
}
.pubnews_loading_box .loader-5:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  opacity: 0.5;
}

@-webkit-keyframes loader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-6 {
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: loader-6 1s ease-out infinite;
          animation: loader-6 1s ease-out infinite;
}

@-webkit-keyframes loader-6 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-6 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pubnews_loading_box .loader-7 {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
.pubnews_loading_box .loader-7:before, .loader-7:after {
  content: "";
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-7 1s linear infinite;
          animation: loader-7 1s linear infinite;
  opacity: 0;
}
.pubnews_loading_box .loader-7:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.pubnews_loading_box .loader-7:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes loader-7 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-7 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pubnews_loading_box .loader-8 {
  position: relative;
}
.pubnews_loading_box .loader-8:before, .loader-8:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: var(--pubnews-global-preset-theme-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-8 2s infinite ease-in-out;
          animation: loader-8 2s infinite ease-in-out;
}
.pubnews_loading_box .loader-8:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-8 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loader-8 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.pubnews_loading_box .loader-9 {
  background-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: loader-9 1s infinite ease-in-out;
          animation: loader-9 1s infinite ease-in-out;
}

@-webkit-keyframes loader-9 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-9 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pubnews_loading_box .loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.pubnews_loading_box .loader-10:before, .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid var(--pubnews-global-preset-theme-color);
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}
.pubnews_loading_box .loader-10:before {
  top: 0;
  left: 50%;
}
.pubnews_loading_box .loader-10:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.pubnews_loading_box .loader-11 {
  background-color: var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-11 1.2s infinite ease-in-out;
          animation: loader-11 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.pubnews_loading_box .loader-12 {
  position: relative;
}
.pubnews_loading_box .loader-12:before, .loader-12:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--pubnews-global-preset-theme-color);
  left: 50%;
  right: 0;
  top: 0;
  bottom: 50%;
  box-shadow: -0.5em 0 0 var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-12 1s linear infinite;
          animation: loader-12 1s linear infinite;
}
.pubnews_loading_box .loader-12:after {
  top: 50%;
  bottom: 0;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--pubnews-global-preset-theme-color);
    background-color: transparent;
  }
}

@keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--pubnews-global-preset-theme-color);
    background-color: transparent;
  }
}
.pubnews_loading_box .loader-13:before,
.pubnews_loading_box .loader-13:after,
.pubnews_loading_box .loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
          animation: loader-13 1.8s infinite ease-in-out;
}

.pubnews_loading_box .loader-13 {
  color: var(--pubnews-global-preset-theme-color);
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.pubnews_loading_box .loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.pubnews_loading_box .loader-13:after {
  left: 100%;
}
.pubnews_loading_box .loader-13:before, .loader-13:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}

@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
.pubnews_loading_box .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em var(--pubnews-global-preset-theme-color);
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
          animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  top: -1em;
}
.pubnews_loading_box .loader-14:after, .loader-14:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.pubnews_loading_box .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.pubnews_loading_box .loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-15 {
  background: var(--pubnews-global-preset-theme-color);
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}
.pubnews_loading_box .loader-15:after, .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.pubnews_loading_box .loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.pubnews_loading_box .loader-15:after {
  left: 0.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--pubnews-global-preset-theme-color), 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--pubnews-global-preset-theme-color), 0 0.25em 0 var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--pubnews-global-preset-theme-color), 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--pubnews-global-preset-theme-color), 0 0.25em 0 var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
}
.pubnews_loading_box .loader-16:before, .pubnews_loading_box .loader-16:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
          animation: 1s spin linear infinite;
}
.pubnews_loading_box .loader-16:before {
  transform: rotateX(70deg);
}
.pubnews_loading_box .loader-16:after {
  transform: rotateY(70deg);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--pubnews-global-preset-theme-color);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--pubnews-global-preset-theme-color);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--pubnews-global-preset-theme-color);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--pubnews-global-preset-theme-color);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-17 {
  position: relative;
  background-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
}
.pubnews_loading_box .loader-17:after,.pubnews_loading_box  .loader-17:before {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  opacity: 0.8;
}
.pubnews_loading_box .loader-17:after {
  left: -0.5em;
  top: -0.25em;
  background-color: var(--pubnews-global-preset-theme-color);
  transform-origin: 0.75em 1em;
  -webkit-animation: loader-17 1s linear infinite;
          animation: loader-17 1s linear infinite;
  opacity: 0.6;
}
.pubnews_loading_box .loader-17:before {
  left: -1.25em;
  top: -0.75em;
  background-color: var(--pubnews-global-preset-theme-color);
  transform-origin: 1.5em 1em;
  -webkit-animation: loader-17 2s linear infinite;
          animation: loader-17 2s linear infinite;
}

@-webkit-keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
.pubnews_loading_box .loader-18 {
  position: relative;
}
.pubnews_loading_box .loader-18:before,.pubnews_loading_box  .loader-18:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.1em solid transparent;
  border-bottom-color: var(--pubnews-global-preset-theme-color);
  top: 0;
  left: 0;
  -webkit-animation: 1s loader-18 linear infinite;
          animation: 1s loader-18 linear infinite;
}
.pubnews_loading_box .loader-18:before {
  width: 1em;
  height: 1em;
}
.pubnews_loading_box .loader-18:after {
  width: 0.8em;
  height: 0.8em;
  top: 0.1em;
  left: 0.1em;
  animation-direction: reverse;
}

@-webkit-keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-19 {
  border-top: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-right: 0.2em solid transparent;
  -webkit-animation: loader-19 1s linear infinite;
          animation: loader-19 1s linear infinite;
  border-radius: 100%;
  position: relative;
}

@-webkit-keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-20 {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 0.1em var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  position: relative;
}
.pubnews_loading_box .loader-20:after,.pubnews_loading_box  .loader-20:before {
  position: absolute;
  content: "";
  background-color: var(--pubnews-global-preset-theme-color);
  top: 0.5em;
  left: 0.5em;
  height: 0.1em;
  transform-origin: left center;
}
.pubnews_loading_box .loader-20:after {
  width: 0.4em;
  -webkit-animation: loader-20 2s linear infinite;
          animation: loader-20 2s linear infinite;
}
.pubnews_loading_box .loader-20:before {
  width: 0.3em;
  -webkit-animation: loader-20 8s linear infinite;
          animation: loader-20 8s linear infinite;
}

@-webkit-keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-21 {
  position: relative;
}
.pubnews_loading_box .loader-21:before, .pubnews_loading_box .loader-21:after {
  position: absolute;
  content: "";
}
.pubnews_loading_box .loader-21:before {
  width: 80%;
  height: 80%;
  left: 10%;
  bottom: 10%;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0px 0px 0px 0.1em var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-21 1s linear infinite;
          animation: loader-21 1s linear infinite;
  transform: rotate(-46deg);
}
.pubnews_loading_box .loader-21:after {
  width: 1em;
  height: 0.3em;
  border-radius: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -0.2em;
  z-index: -1;
}

@-webkit-keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}

@keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.pubnews_loading_box .loader-22 {
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pubnews_loading_box .loader-22:after, .pubnews_loading_box .loader-22:before {
  position: absolute;
  content: "";
  background-color: var(--pubnews-global-preset-theme-color);
}
.pubnews_loading_box .loader-22:after {
  width: 50%;
  height: 0.1em;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  -webkit-animation: loader-22 2s linear infinite alternate;
          animation: loader-22 2s linear infinite alternate;
}
.pubnews_loading_box .loader-22:before {
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
}

@-webkit-keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}

@keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.pubnews_loading_box .loader-23 {
  height: 0.5em;
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-radius: 0.1em;
  position: relative;
  -webkit-animation: loader-23 5s linear infinite;
          animation: loader-23 5s linear infinite;
}
.pubnews_loading_box .loader-23:after {
  width: 0.07em;
  height: 100%;
  background-color: var(--pubnews-global-preset-theme-color);
  border-radius: 0px 0.5em 0.5em 0px;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% + .1em);
}

@-webkit-keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-24 {
  width: 0.8em;
  height: 1em;
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-radius: 0px 0px 0.2em 0.2em;
  position: relative;
}
.pubnews_loading_box .loader-24:after, .pubnews_loading_box .loader-24:before {
  position: absolute;
  content: "";
}
.pubnews_loading_box .loader-24:after {
  width: 0.2em;
  height: 50%;
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-left: none;
  border-radius: 0px 0.5em 0.5em 0px;
  left: calc(100% + .1em);
  top: 0.1em;
}
.pubnews_loading_box .loader-24:before {
  width: 0.1em;
  height: 0.3em;
  background-color: var(--pubnews-global-preset-theme-color);
  top: -0.3em;
  left: 0.05em;
  box-shadow: 0.2em 0px 0px 0px var(--pubnews-global-preset-theme-color), 0.2em -0.2em 0px 0px var(--pubnews-global-preset-theme-color), 0.4em 0px 0px 0px var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-24 1s linear infinite alternate;
          animation: loader-24 1s linear infinite alternate;
}

@-webkit-keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}

@keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
.pubnews_loading_box .loader-25 {
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  position: relative;
  -webkit-animation: loader-25-1 5s linear infinite;
          animation: loader-25-1 5s linear infinite;
}
.pubnews_loading_box .loader-25:after {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  content: "";
  background-color: var(--pubnews-global-preset-theme-color);
  bottom: calc(100% + .2em);
  left: -0.4em;
  -webkit-animation: loader-25-2 1s ease-in-out infinite;
          animation: loader-25-2 1s ease-in-out infinite;
}

@-webkit-keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--pubnews-global-preset-theme-color);
  }
}
@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
@keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
.pubnews_loading_box .loader-26 {
  width: 0.5em;
  height: 0.5em;
  background-color: var(--pubnews-global-preset-theme-color);
  box-shadow: 1em 0px 0px var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: loader-26 1s ease-in-out infinite alternate;
          animation: loader-26 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}

@keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
.pubnews_loading_box .loader-27 {
  box-shadow: inset 0 0 0 0.1em var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  position: relative;
  margin-left: 1.2em;
}
.pubnews_loading_box .loader-27:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  right: 1.2em;
  top: 0;
  box-shadow: inset 0 0 0 0.1em var(--pubnews-global-preset-theme-color);
}
.pubnews_loading_box .loader-27:after {
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  box-shadow: -1.2em 0 0 0 var(--pubnews-global-preset-theme-color);
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 25%;
  position: absolute;
  content: "";
  -webkit-animation: loader-27 2s linear infinite alternate;
          animation: loader-27 2s linear infinite alternate;
}

@-webkit-keyframes loader-27 {
  0% {
    left: 0;
  }
  100% {
    left: 0.5em;
  }
}

@keyframes loader-27 {
  0% {
    left: 0;
  }
  100% {
    left: 0.5em;
  }
}
.pubnews_loading_box .loader-28 {
  position: relative;
  -webkit-animation: 2s loader-28 infinite;
          animation: 2s loader-28 infinite;
}
.pubnews_loading_box .loader-28:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 80% 20%;
  border: 0.1em solid var(--pubnews-global-preset-theme-color);
  transform: rotate(45deg);
  border-width: 0.1em 0.05em 0.05em 0.1em;
}
.pubnews_loading_box .loader-28:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  top: 0.4em;
  left: 50%;
  border-radius: 50%;
  box-shadow: -0.07em 0.07em 0 0.1em var(--pubnews-global-preset-theme-color);
  -webkit-animation: 2s loader-28-2 linear infinite;
          animation: 2s loader-28-2 linear infinite;
}

@-webkit-keyframes loader-28 {
  0%, 100% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(1);
  }
}

@keyframes loader-28 {
  0%, 100% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes loader-28 {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: transalteX(200%);
  }
}
@keyframes loader-28 {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: transalteX(200%);
  }
}
.pubnews_loading_box .loader-29 {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em var(--pubnews-global-preset-theme-color), -0.5em -0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), 0 -0.7em 0 -0.4em var(--pubnews-global-preset-theme-color), 0.5em -0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), -0.5em 0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), 0 0.7em 0 -0.4em var(--pubnews-global-preset-theme-color), 0.5em 0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), -0.7em 0 0 -0.4em var(--pubnews-global-preset-theme-color), 0.7em 0 0 -0.4em var(--pubnews-global-preset-theme-color);
  -webkit-animation: 5s loader-29 linear infinite;
          animation: 5s loader-29 linear infinite;
}

@-webkit-keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/** Responsive css **/

/* 1030 for stickey **/
@media (max-width: 1030px){
	.sidebar-sticky #theme-content .row .secondary-sidebar {
		z-index: initial;
	}

	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .secondary-left-sidebar,
	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .primary-content {
	    position: initial;
	}
}


/** 1025 **/
	@media (max-width: 1025px) {

		.news-filter .news-filter-post-wrap .row-wrap,
		.news-filter.layout--one .trailing-post.bottom-trailing-post,
		.news-alter .news-alter-post-wrap .row-wrap,
		.news-alter.layout--four .trailing-post{
			grid-template-columns: 100%;
		}

		.news-filter .trailing-post.bottom-trailing-post,
		.news-alter .trailing-post.bottom-trailing-post {
			margin-top: 25px;
		}

		.news-grid .news-grid-post-wrap.column--three,
		.news-grid .news-grid-post-wrap.column--four {
			grid-template-columns: repeat(2, 1fr);
		}

		.pubnews-section .news-list .news-list-post-wrap {
    		grid-template-columns: 100%;
		}

		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap {
			height: 175px;
		}

		body #theme-content .row {
			flex-direction: column;
		}

		body #theme-content .row .primary-content {
			order: 1;
			margin-bottom: 40px;
		}

		body.right-sidebar #theme-content .row .primary-content,
		body.left-sidebar #theme-content .row .primary-content,
		.left-both-sidebar #theme-content .primary-content,
		.right-both-sidebar #theme-content .primary-content {
			max-width: 100%;
		}

		.widget_pubnews_posts_list_widget .layout-two .post-item:first-child figure,
		.widget_pubnews_posts_list_widget .layout-three .post-item:first-child figure {
			height: initial;
		}

		body .site #theme-content .row .secondary-left-sidebar {
			width: 100%;
			order: 2;
			margin: 20px 0 40px;
		}

		body .site #theme-content .row .secondary-sidebar {
			order: 3;
			margin: 0;
		}

		body.both-sidebar #theme-content .row .secondary-sidebar {
			margin-left: 0;
		}

		#theme-content .secondary-sidebar {
			width: 100%;
		}

		body.both-sidebar #theme-content .row .primary-content {
		    max-width: initial;
		}

		.ticker-news-wrap span.icon {
			display: none;
		}

		.single-related-posts-section-wrap.layout--list .single-related-posts-wrap {
			grid-template-columns: 100%;
		}

		.banner-layout--six.layout--row .row .main-banner-trailing-posts .trailing-posts-wrap {
			grid-template-columns: repeat(2, 1fr);
		}

		.search.search-no-results #theme-content .row .primary-content {
			width: 100%;
		}

		body.right-sidebar #theme-content .row .secondary-sidebar,
		body.left-sidebar #theme-content .row .secondary-left-sidebar {
			margin: 0;
		}

		body.archive.author #theme-content .pubnews-container.pubnews-author-section .row {
			flex-direction: row;
		}

		.search-popup--style-three .search-results-wrap .article-item .post-thumb-wrap {
			flex: 0 1 20%;
		}

		.site-header.layout--default .top-ticker-news .slick-list {
		    width: 70%;
		}

		body.post-layout--four #theme-content .news-list-wrap {
			grid-template-columns: repeat(2, 1fr);
		}

		.two-column-section .row .section-column-wrap {
			grid-template-columns: 100%;
		}
	}

/** 940 tab**/
	@media (max-width: 940px) {

		.left-sidebar #theme-content .row,
		.right-sidebar #theme-content .row {
			flex-direction: column;
		}

		body.both-sidebar #theme-content .row .primary-content {
			max-width: 100%;
		}

		.leftc-rights-section .row,
		.lefts-rightc-section .row {
			flex-direction: column;
		}

		.leftc-rights-section .primary-content {
			margin-right: 0;
		}

		.leftc-rights-section .secondary-sidebar {
			margin-left: 0;
			margin-top: 25px;
		}

		.lefts-rightc-section .primary-content {
			margin-left: 0;
			order: 1;
		}

		.lefts-rightc-section .secondary-sidebar {
			margin-right: 0;
			margin-top: 25px;
			order: 2;
		}

		body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{
			flex: 0 1 50%;
		}

		.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap,
		.news-list-post-wrap.column--three .list-item.no-feat-img .post-thumb-wrap {
    		position: relative;
    		padding-bottom: 13%;
    		width: 100%;
    		min-height: 90px;
		}

		.main-banner-wrap .post-element .post-title,
		.pubnews-section .news-carousel .post-title,
		body #theme-content .news-list-wrap .blaze_box_wrap .post-element .post-title,
		body .single-related-posts-wrap #theme-content h2.post-title {
			font-size: calc(var(--post-title-size-tab) * 1.1);
			line-height: calc(var(--post-title-lineheight-tab) * 1.1);
			letter-spacing: var(--post-title-letterspacing-tab);
		}

		.banner-tabs-content .tab-item .post-title,
		.banner-layout--six .row .main-banner-trailing-posts .post-item .post-title,
		.banner-layout--six .row .trailing-posts-wrap-secondary .post-item .post-title {
			font-size: calc(var(--post-title-size-tab) * 0.89);
			line-height: calc(var(--post-title-lineheight-tab) * 0.9);
			letter-spacing: var(--post-title-letterspacing-tab);
		}

		.pubnews-section .news-filter .trailing-post .post-title,
		.pubnews-section .news-alter .trailing-post .post-title {
			font-size: calc(var(--post-title-size-tab) * 1.09);
			line-height: calc(var(--post-title-lineheight-tab) * 0.92);
			letter-spacing: var(--post-title-letterspacing-tab);
		}

		.pubnews-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 32.5%;
		}

		.header-custom-button .icon {
			font-size: var(--custom-btn-icon-size-tab)
		}

		/* Site Title */
		.site-branding .site-title a {
			font-size: var(--site-title-size-tab);
			line-height: var(--site-title-lineheight-tab);
			letter-spacing: var(--site-title-letterspacing-tab);
		}

		.site-header.layout--default .main-header .site-description {
			font-size: var(--site-tagline-size-tab);
			line-height: var(--site-tagline-lineheight-tab);
			letter-spacing: var(--site-tagline-letterspacing-tab);
		}

		/* block-title */
		h2.pubnews-block-title,
		h2.pubnews-widget-title,
		h2.widget-title,
		.wp-block-heading,
		.wp-block-search__label {
			font-size: calc(var(--block-title-size-tab)*0.68);
	    	line-height: var(--block-title-lineheight-tab);
	    	letter-spacing: var(--block-title-letterspacing-tab);
		}

		.post-meta span,
		.post-meta time,
		.post-meta .author_name {
			font-size: var(--meta-size-tab);
	    	line-height: var(--meta-lineheight-tab);
	    	letter-spacing: var(--meta-letterspacing-tab);
		}

		body.home article .post-element .post-excerpt {
			font-size: var(--content-size-tab);
	    	text-transform: var(--content-texttransform-tab);
	    	letter-spacing: var(--content-letterspacing-tab);
		}

		body.single .primary-content h1.entry-title {
		    font-size: var(--single-title-size-tab);
		    line-height: var(--single-title-lineheight-tab);
		    letter-spacing: var(--single-title-letterspacing-tab);
		}

		.single .entry-header .post-categories li {
		    line-height: var(--single-meta-lineheight-tab);
		    font-weight: var(--single-meta-weight-tab);
		}

		.single .entry-header .post-categories li a {
			font-size: var(--single-meta-size-tab)
		}

		.single .entry-meta > span {
			font-size: var(--single-meta-size-tab);
		}
		.single .entry-meta > span {
			font-size: var(--single-meta-size-tab);
		}

		.single .post-inner .entry-content{
		    font-size: var(--single-content-size-tab);
		    line-height: var(--single-content-lineheight-tab);
		    letter-spacing: var(--single-content-letterspacing-tab);
		}

		.post-layout--one .primary-content .news-list-wrap .post-thumb-wrap {
			padding-bottom: calc( var(--pubnews-archive-image-ratio-tab) * 100% );
		}

		.single .entry-header .post-thumbnail {
			padding-bottom: calc( var(--pubnews-single-image-ratio-tab) * 100% );
		}

		.page .post-inner-wrapper .post-thumbnail {
			padding-bottom: calc( var(--pubnews-page-image-ratio-tab) * 100%);
		}

	}

/** 768 **/
	@media (max-width: 768px) {
		.main-navigation.hover-effect--one .menu > li > a:hover:before, .main-navigation.hover-effect--one .nav.menu > li > a:hover:before {
			content: none;
		}

		.menu-item-description { 
			left: auto;
		}
		.sub-menu .menu-item-description {
		    margin-top: 3px;
		    line-height: 1.1;
		    padding-bottom: 3px;
		}

		.pubnews-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 44.5%;
		}

		.site-header.layout--default .site-branding-section {
			padding: var(--header-padding-tablet) 0;
		}

		.main-navigation ul ul {
			box-shadow: none;
		}

		.site-footer .bottom-footer .bottom-inner-wrapper {
			flex-direction: column;
		}

		.site-footer .site-info,
		.bottom-menu {
			text-align: center;
		}

		.featured-post.is-sticky,
		.featured-post.is-sticky .post-thumb-wrap img {
			height: 420px;
		}

		.featured-post.is-sticky .post-element {
			padding: 35px 35px 25px;
		}

		.featured-post.is-sticky .post-element h2 {
			width: 100%;
			font-size: calc(var(--post-title-size)*1.3);
		}

		body.post-layout--three #theme-content .news-list-wrap {
			grid-template-columns: 100%;
		}

		.news-alter.layout--four .featured-post {
			grid-template-columns: 100%;
		}

		.search-popup--style-three .search-results-wrap {
			width: 67%;
		}

		.single.single-layout--four #theme-content .entry-header {
			grid-template-columns: 100%;
		}
	}

/** 610 Mobile**/
	@media (max-width: 610px) {

		/* site title */
		.site-branding .site-title a {
			font-size: var(--site-title-size-mobile);
			line-height: var(--site-title-lineheight-mobile);
			letter-spacing: var(--site-title-letterspacing-mobile);
		}

		.site-header.layout--default .main-header .site-description {
			font-size: var(--site-tagline-size-mobile);
			line-height: var(--site-tagline-lineheight-mobile);
			letter-spacing: var(--site-tagline-letterspacing-mobile);
		}

		/* block-title */
		h2.pubnews-block-title,
		h2.pubnews-widget-title,
		h2.widget-title,
		.wp-block-heading,
		.wp-block-search__label {
			font-size: calc(var(--block-title-size-mobile)*0.63);
	    	line-height: var(--block-title-lineheight-mobile);
	    	letter-spacing: var(--block-title-letterspacing-mobile);
		}

		/** post title **/
		.post-title {
		    line-height: var(--post-title-lineheight-mobile);
		    letter-spacing: var(--post-title-letterspacing-mobile);
		}

		body.single .primary-content h1.entry-title {
		    font-size: calc( var(--single-title-size-mobile) * 0.86 );
		    line-height: var(--single-title-lineheight-mobile);
		    letter-spacing: var(--single-title-letterspacing-mobile);
		}

		.single .entry-header .post-categories li {
		    line-height: var(--single-meta-lineheight-mobile);
		    font-weight: var(--single-meta-weight-mobile);
		}

		.single .entry-header .post-categories li a {
			font-size: var(--single-meta-size-mobile)
		}

		.single .entry-meta > span {
			font-size: var(--single-meta-size-mobile);
		}
		.single .entry-meta > span {
			font-size: var(--single-meta-size-mobile);
		}

		.single .post-inner .entry-content{
		    font-size: var(--single-content-size-mobile);
		    line-height: var(--single-content-lineheight-mobile);
		    letter-spacing: var(--single-content-letterspacing-mobile);
		}

		.header-custom-button .icon {
			font-size: var(--custom-btn-icon-size-mobile)
		}

		.main-banner-wrap .post-element .post-title,
		.banner-layout--six .row .main-banner-trailing-posts .post-item .post-title,
		.banner-layout--six .row .trailing-posts-wrap-secondary .post-item .post-title,
		.pubnews-section .news-carousel .post-title,
		body #theme-content .news-list-wrap .blaze_box_wrap .post-element .post-title,
		.single-related-posts-wrap h2.post-title {
			font-size: calc(var(--post-title-size-mobile) * 1.2);
			line-height: calc(var(--post-title-lineheight-mobile) * 1.2);
			letter-spacing: var(--post-title-letterspacing-mobile);
		}

		.pubnews-section .news-filter .featured-post .post-title,
		.pubnews-section .news-alter .featured-post .post-title {
			font-size: calc(var(--post-title-size-mobile) * 1.5);
			line-height: calc(var(--post-title-lineheight-mobile) * 1.2);
			letter-spacing: var(--post-title-letterspacing-mobile);
		}

		.pubnews-section .news-filter .trailing-post .post-title,
		.pubnews-section .news-alter .trailing-post .post-title {
			font-size: calc(var(--post-title-size-mobile) * 1.09);
			line-height: calc(var(--post-title-lineheight-mobile) * 0.92);
			letter-spacing: var(--post-title-letterspacing-mobile);
		}

		.pubnews-section .news-grid .news-grid-post-wrap {
			grid-template-columns: 100%;
		}

		.news-grid.layout--two .post-count {
			text-align: center;
		}

		.news-list-post-wrap article .blaze_box_wrap {
			flex-direction: column;
		}

		.news-list.layout--four .news-list-post-wrap .list-item .post-element {
			padding: 0;
		}

		body .news-list .news-list-post-wrap article.list-item .blaze_box_wrap figure.post-thumb-wrap {
			margin: 0 0 13px 0;
		}

		.news-list .news-list-post-wrap article.no-feat-img figure {
			width: 100%;
			padding-bottom: 60%;
		}

		body.post-layout--one #theme-content .primary-content article .blaze_box_wrap {
			flex-direction: column;
		}

		body.post-layout--one #theme-content .primary-content article .blaze_box_wrap .post-element {
			padding: 16px 0 0;
		}

		.post-meta span,
		.post-meta time,
		.post-meta .author_name {
			font-size: var(--meta-size-mobile);
	    	line-height: var(--meta-lineheight-mobile);
	    	letter-spacing: var(--meta-letterspacing-mobile);
		}

		body.home article .post-element .post-excerpt {
			font-size: var(--content-size-mobile);
	    	text-transform: var(--content-texttransform-mobile);
	    	letter-spacing: var(--content-letterspacing-mobile);
		}

		.site-header.layout--default .site-branding-section {
			padding: var(--header-padding-smartphone) 0;
		}

		.news-list.layout--three .news-list-post-wrap .blog_inner_wrapper {
			flex-direction: column;
		}

		.news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
			margin-left: 0;
		}

		.news-list.layout--three .news-list-post-wrap .post-element {
			order: 2;
		}

		.news-list.layout--four .list-item .post-title {
			margin: 0px 0 6px;
			padding: 0;
		}

		.news-list.layout--four .list-item {
			align-items: flex-start;
		}

		.ticker-news-wrap .pubnews-ticker-controls {
			display: none;
		}

		body .news-carousel .slick-slider ul.slick-dots {
			display: none !important;
		}
		
		.news-carousel .slick-dotted {
			padding-bottom: 0;
		}

		body.post-layout--three #theme-content .news-list-wrap article .blaze_box_wrap {
			flex-direction: column;
		}

		.ticker-news-section--full-width--layout .pubnews-container,
		#main-banner-section.width-full-width--layout .pubnews-container,
		.full-width-section.width-full-width--layout .pubnews-container,
		.leftc-rights-section.width-full-width--layout .pubnews-container,
		.lefts-rightc-section.width-full-width--layout .pubnews-container,
		.bottom-full-width-section.width-full-width--layout .pubnews-container,
		.site-main.width-full-width--layout .pubnews-container,
		.header-width--full-width header.site-header .pubnews-container,
		.search .site-main.width-full-width--layout .pubnews-container,
		.error404 .site-main.width-full-width--layout .pubnews-container,
		.home .site-main.width-full-width--layout .pubnews-container,
		.single .site-main.width-full-width--layout .pubnews-container,
		.archive .site-main.width-full-width--layout .pubnews-container,
		.pubnews-multi-column-section.width-full-width--layout .pubnews-container {
			margin: 0;
		}

		.ticker-news-section--full-width--layout .row,
		#main-banner-section.width-full-width--layout .row,
		.full-width-section.width-full-width--layout .row,
		.leftc-rights-section.width-full-width--layout .row,
		.lefts-rightc-section.width-full-width--layout .row,
		.bottom-full-width-section.width-full-width--layout .row,
		.home .site-main.width-full-width--layout .row,
		.search .site-main.width-full-width--layout .row,
		.error404 .site-main.width-full-width--layout .row,
		.single .site-main.width-full-width--layout .row,
		.archive .site-main.width-full-width--layout .row,
		.bottom-footer.width-full-width--layout .row,
		.header-width--full-width header.site-header .row,
		.pubnews-multi-column-section.width-full-width--layout .row {
			margin-right: calc(var(--bs-gutter-x) * -.5);
   			margin-left: calc(var(--bs-gutter-x) * -.5);
		}

		.site-header.layout--default .top-ticker-news .slick-list {
			width: 84%;
		}

		.site-header.layout--default .top-ticker-news .slick-list li {
			text-align: initial;
		}

		.search-popup--style-three .search-results-wrap {
			width: 95%;
		}

		body.post-layout--two #theme-content .row .primary-content .news-list-wrap,
		body.post-layout--four #theme-content .news-list-wrap {
			grid-template-columns: 100%;
		}

		.post-layout--one .primary-content .news-list-wrap .post-thumb-wrap {
			padding-bottom: calc( var(--pubnews-archive-image-ratio-mobile) * 100% );
		}

		.single .entry-header .post-thumbnail {
			padding-bottom: calc( var(--pubnews-single-image-ratio-mobile) * 100% );
		}

		.page .post-inner-wrapper .post-thumbnail {
			padding-bottom: calc( var(--pubnews-page-image-ratio-mobile) * 100%);
		}

		.news-carousel {
			overflow: hidden;
		}

		.sidebar-sticky .primary-content {
			align-self: normal;
		}

		.news-list figure.post-thumb-wrap {
			padding-bottom: calc( ( var(--pubnews-post-list-image-ratio) * 2.5 ) * 100% );
		}

		.two-column-section .news-list .news-list-post-wrap article.list-item .blaze_box_wrap figure.post-thumb-wrap {
			margin: 0 0 16px 0;
		}

		.two-column-section .news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
			order: 1;
		}

		footer .main-footer .row {
			margin-inline: -24px;
		}

		.pubnews-widget-carousel-posts.layout--one .slick-vertical .post-item {
			min-height: 365px;
		}

		body.post-layout--three #theme-content .news-list-wrap .post-element {
			padding: 16px 0 0 0;
		}

		body.post-layout--five #theme-content .news-list-wrap .post-thumb-wrap {
			margin-bottom: 16px;
		}

	}

	@media (max-width: 700px){
		body.single #theme-content .primary-content .layout--grid .single-related-posts-wrap article {
			flex: 1 1 100%;
		}
	}

	@media (max-width: 500px){
		banner-tab i{
			display: block;
			padding: 2px 0;
		}
	}

	@media (max-width: 430px){
		body.post-layout--four #theme-content .news-list-wrap {
			grid-template-columns: 100%;
		}
	}

			.a-stats {
				--akismet-color-mid-green: #357b49;
				--akismet-color-white: #fff;
				--akismet-color-light-grey: #f6f7f7;

				max-width: 350px;
				width: auto;
			}

			.a-stats * {
				all: unset;
				box-sizing: border-box;
			}

			.a-stats strong {
				font-weight: 600;
			}

			.a-stats a.a-stats__link,
			.a-stats a.a-stats__link:visited,
			.a-stats a.a-stats__link:active {
				background: var(--akismet-color-mid-green);
				border: none;
				box-shadow: none;
				border-radius: 8px;
				color: var(--akismet-color-white);
				cursor: pointer;
				display: block;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
				font-weight: 500;
				padding: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease;
			}

			/* Extra specificity to deal with TwentyTwentyOne focus style */
			.widget .a-stats a.a-stats__link:focus {
				background: var(--akismet-color-mid-green);
				color: var(--akismet-color-white);
				text-decoration: none;
			}

			.a-stats a.a-stats__link:hover {
				filter: brightness(110%);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
			}

			.a-stats .count {
				color: var(--akismet-color-white);
				display: block;
				font-size: 1.5em;
				line-height: 1.4;
				padding: 0 13px;
				white-space: nowrap;
			}
		
/*!
Theme Name: Pubnews
Theme URI: https://blazethemes.com/theme/pubnews-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Pubnews is an exceptional news theme designed to satisfy all your requirements. It is customizer-based as well as fully compatible with Elementor builder.  Pubnews theme offers extensive customization options for the header, footer, inner pages, and any part of the website. You will greatly enjoy diving into its live customizer, which incorporates all WordPress possibilities, such as post query parameters, real-time preview, expanded typography, and extensive style modification options. With a top-notch and intuitive design, this theme gives your website a professional news/magazine appearance. It includes six news layouts that can be customized at a granular level and added to any section as many times as you want. If you prefer creating your website with Elementor, we highly recommend you to use the theme with News Kit Elementor Addons plugin. With News Kit Elementor Addons and Elementor integrated into your website, Pubnews theme offers limitless possibilities in the world of drag and drop page building. Alternatively, if you don’t have any time to spare on building pages, you can easily import pre-built starter sites with a single click. No hassle! No complexity! Check out all the pre-built starter websites here https://blazethemes.com/theme/pubnews-free
Version: 1.0.8
Tested up to: 6.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pubnews
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pubnews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--body-text-default-color);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    border-left: 5px solid var(--border-bottom-color);
    padding-left: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: var(--post-content-font);
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 40px;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.2em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0.3em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-trendy"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-trendy"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 48.1em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1em;
	display: grid;
	grid-gap: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body.pubnews_font_typography{ --pubnews-global-preset-color-1: #64748b;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-2: #27272a;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-3: #ef4444;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-4: #eab308;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-5: #84cc16;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-6: #22c55e;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-7: #06b6d4;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-8: #0284c7;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-9: #6366f1;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-10: #84cc16;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-11: #a855f7;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-12: #f43f5e;}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-1: linear-gradient( 135deg, #485563 10%, #29323c 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-2: linear-gradient( 135deg, #FF512F 10%, #F09819 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-3: linear-gradient( 135deg, #00416A 10%, #E4E5E6 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-4: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-5: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-6: linear-gradient( 135deg, #81FBB8 10%, #28C76F 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-7: linear-gradient( 135deg, #EB3349 10%, #F45C43 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-8: linear-gradient( 135deg, #FFF720 10%, #3CD500 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-9: linear-gradient( 135deg, #FF96F9 10%, #C32BAC 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-10: linear-gradient( 135deg, #69FF97 10%, #00E4FF 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-11: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-12: linear-gradient( 135deg, #FF7AF5 10%, #513162 100%);}
.pubnews_font_typography { --header-padding: 30px;}
 .pubnews_font_typography { --header-padding-tablet: 20px;}
 .pubnews_font_typography { --header-padding-smartphone: 20px;}
.pubnews_font_typography { --archive-padding-top: 25px;}
 .pubnews_font_typography { --archive-padding-top-tablet: 25px;}
 .pubnews_font_typography { --archive-padding-top-smartphone: 25px;}
.pubnews_font_typography { --archive-padding-bottom: 25px;}
 .pubnews_font_typography { --archive-padding-bottom-tablet: 25px;}
 .pubnews_font_typography { --archive-padding-bottom-smartphone: 25px;}
.pubnews_main_body #full-width-section{ background: }
.pubnews_main_body #leftc-rights-section{ background: }
.pubnews_main_body #lefts-rightc-section{ background: }
.pubnews_main_body #bottom-full-width-section{ background: }
.pubnews_main_body .two-column-section{ background: }
.pubnews_main_body .site-header.layout--default .top-header{ background: #151515}
.pubnews_main_body .site-header.layout--default .menu-section, .search-popup--style-three .site-header.layout--one .search-form-wrap{ background: #ffffff}
.pubnews_main_body .main-navigation ul.menu ul, .pubnews_main_body .main-navigation ul.nav-menu ul{ background: #ffffff}
.pubnews_font_typography { --site-title-family : Outfit; }
.pubnews_font_typography { --site-title-weight : 700; }
.pubnews_font_typography { --site-title-texttransform : unset; }
.pubnews_font_typography { --site-title-textdecoration : none; }
.pubnews_font_typography { --site-title-size : 40px; }
.pubnews_font_typography { --site-title-size-tab : 40px; }
.pubnews_font_typography { --site-title-size-mobile : 40px; }
.pubnews_font_typography { --site-title-lineheight : 45px; }
.pubnews_font_typography { --site-title-lineheight-tab : 42px; }
.pubnews_font_typography { --site-title-lineheight-mobile : 40px; }
.pubnews_font_typography { --site-title-letterspacing : 0px; }
.pubnews_font_typography { --site-title-letterspacing-tab : 0px; }
.pubnews_font_typography { --site-title-letterspacing-mobile : 0px; }
.pubnews_font_typography { --site-tagline-family : Outfit; }
.pubnews_font_typography { --site-tagline-weight : 500; }
.pubnews_font_typography { --site-tagline-texttransform : capitalize; }
.pubnews_font_typography { --site-tagline-textdecoration : none; }
.pubnews_font_typography { --site-tagline-size : 14px; }
.pubnews_font_typography { --site-tagline-size-tab : 14px; }
.pubnews_font_typography { --site-tagline-size-mobile : 14px; }
.pubnews_font_typography { --site-tagline-lineheight : 15px; }
.pubnews_font_typography { --site-tagline-lineheight-tab : 15px; }
.pubnews_font_typography { --site-tagline-lineheight-mobile : 15px; }
.pubnews_font_typography { --site-tagline-letterspacing : 0px; }
.pubnews_font_typography { --site-tagline-letterspacing-tab : 0px; }
.pubnews_font_typography { --site-tagline-letterspacing-mobile : 0px; }
.pubnews_font_typography { --block-title-family : Outfit; }
.pubnews_font_typography { --block-title-weight : 600; }
.pubnews_font_typography { --block-title-texttransform : uppercase; }
.pubnews_font_typography { --block-title-textdecoration : none; }
.pubnews_font_typography { --block-title-size : 16px; }
.pubnews_font_typography { --block-title-size-tab : 16px; }
.pubnews_font_typography { --block-title-size-mobile : 16px; }
.pubnews_font_typography { --block-title-lineheight : 23px; }
.pubnews_font_typography { --block-title-lineheight-tab : 23px; }
.pubnews_font_typography { --block-title-lineheight-mobile : 23px; }
.pubnews_font_typography { --block-title-letterspacing : 0px; }
.pubnews_font_typography { --block-title-letterspacing-tab : 0px; }
.pubnews_font_typography { --block-title-letterspacing-mobile : 0px; }
.pubnews_font_typography { --post-title-family : Outfit; }
.pubnews_font_typography { --post-title-weight : 500; }
.pubnews_font_typography { --post-title-texttransform : unset; }
.pubnews_font_typography { --post-title-textdecoration : none; }
.pubnews_font_typography { --post-title-size : 22px; }
.pubnews_font_typography { --post-title-size-tab : 18px; }
.pubnews_font_typography { --post-title-size-mobile : 15px; }
.pubnews_font_typography { --post-title-lineheight : 24px; }
.pubnews_font_typography { --post-title-lineheight-tab : 30px; }
.pubnews_font_typography { --post-title-lineheight-mobile : 26px; }
.pubnews_font_typography { --post-title-letterspacing : 0px; }
.pubnews_font_typography { --post-title-letterspacing-tab : 0px; }
.pubnews_font_typography { --post-title-letterspacing-mobile : 0px; }
.pubnews_font_typography { --meta-family : DM Sans; }
.pubnews_font_typography { --meta-weight : 400; }
.pubnews_font_typography { --meta-texttransform : capitalize; }
.pubnews_font_typography { --meta-textdecoration : none; }
.pubnews_font_typography { --meta-size : 12px; }
.pubnews_font_typography { --meta-size-tab : 12px; }
.pubnews_font_typography { --meta-size-mobile : 12px; }
.pubnews_font_typography { --meta-lineheight : 16px; }
.pubnews_font_typography { --meta-lineheight-tab : 16px; }
.pubnews_font_typography { --meta-lineheight-mobile : 16px; }
.pubnews_font_typography { --meta-letterspacing : 0px; }
.pubnews_font_typography { --meta-letterspacing-tab : 0px; }
.pubnews_font_typography { --meta-letterspacing-mobile : 0px; }
.pubnews_font_typography { --content-family : DM Sans; }
.pubnews_font_typography { --content-weight : 400; }
.pubnews_font_typography { --content-texttransform : unset; }
.pubnews_font_typography { --content-textdecoration : none; }
.pubnews_font_typography { --content-size : 15px; }
.pubnews_font_typography { --content-size-tab : 15px; }
.pubnews_font_typography { --content-size-mobile : 15px; }
.pubnews_font_typography { --content-lineheight : 24px; }
.pubnews_font_typography { --content-lineheight-tab : 24px; }
.pubnews_font_typography { --content-lineheight-mobile : 24px; }
.pubnews_font_typography { --content-letterspacing : 0px; }
.pubnews_font_typography { --content-letterspacing-tab : 0px; }
.pubnews_font_typography { --content-letterspacing-mobile : 0px; }
.pubnews_font_typography { --menu-family : Outfit; }
.pubnews_font_typography { --menu-weight : 600; }
.pubnews_font_typography { --menu-texttransform : capitalize; }
.pubnews_font_typography { --menu-size : 15px; }
.pubnews_font_typography { --menu-size-tab : 15px; }
.pubnews_font_typography { --menu-size-mobile : 15px; }
.pubnews_font_typography { --menu-lineheight : 36px; }
.pubnews_font_typography { --menu-lineheight-tab : 36px; }
.pubnews_font_typography { --menu-lineheight-mobile : 36px; }
.pubnews_font_typography { --menu-letterspacing : 0px; }
.pubnews_font_typography { --menu-letterspacing-tab : 0px; }
.pubnews_font_typography { --menu-letterspacing-mobile : 0px; }
.pubnews_font_typography { --submenu-family : Outfit; }
.pubnews_font_typography { --submenu-weight : 500; }
.pubnews_font_typography { --submenu-texttransform : capitalize; }
.pubnews_font_typography { --submenu-size : 14px; }
.pubnews_font_typography { --submenu-size-tab : 14px; }
.pubnews_font_typography { --submenu-size-mobile : 14px; }
.pubnews_font_typography { --submenu-letterspacing : 0px; }
.pubnews_font_typography { --submenu-letterspacing-tab : 0px; }
.pubnews_font_typography { --submenu-letterspacing-mobile : 0px; }
.pubnews_font_typography { --post-link-btn-family : DM Sans; }
.pubnews_font_typography { --post-link-btn-weight : 500; }
.pubnews_font_typography { --post-link-btn-texttransform : unset; }
.pubnews_font_typography { --post-link-btn-textdecoration : none; }
.pubnews_font_typography { --post-link-btn-size : 14px; }
.pubnews_font_typography { --post-link-btn-size-tab : 14px; }
.pubnews_font_typography { --post-link-btn-size-mobile : 14px; }
.pubnews_font_typography { --post-link-btn-lineheight : 21px; }
.pubnews_font_typography { --post-link-btn-lineheight-tab : 21px; }
.pubnews_font_typography { --post-link-btn-lineheight-mobile : 21px; }
.pubnews_font_typography { --post-link-btn-letterspacing : 0px; }
.pubnews_font_typography { --post-link-btn-letterspacing-tab : 0px; }
.pubnews_font_typography { --post-link-btn-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-title-family : Outfit; }
.pubnews_font_typography { --single-title-weight : 600; }
.pubnews_font_typography { --single-meta-family : DM Sans; }
.pubnews_font_typography { --single-meta-weight : 400; }
.pubnews_font_typography { --single-meta-texttransform : capitalize; }
.pubnews_font_typography { --single-meta-textdecoration : none; }
.pubnews_font_typography { --single-meta-size : 14px; }
.pubnews_font_typography { --single-meta-size-tab : 14px; }
.pubnews_font_typography { --single-meta-size-mobile : 14px; }
.pubnews_font_typography { --single-meta-lineheight : 26px; }
.pubnews_font_typography { --single-meta-lineheight-tab : 26px; }
.pubnews_font_typography { --single-meta-lineheight-mobile : 26px; }
.pubnews_font_typography { --single-meta-letterspacing : 0px; }
.pubnews_font_typography { --single-meta-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-meta-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-family : DM Sans; }
.pubnews_font_typography { --single-content-weight : 400; }
.pubnews_font_typography { --single-content-texttransform : unset; }
.pubnews_font_typography { --single-content-textdecoration : none; }
.pubnews_font_typography { --single-content-size : 18px; }
.pubnews_font_typography { --single-content-size-tab : 18px; }
.pubnews_font_typography { --single-content-size-mobile : 18px; }
.pubnews_font_typography { --single-content-lineheight : 29px; }
.pubnews_font_typography { --single-content-lineheight-tab : 29px; }
.pubnews_font_typography { --single-content-lineheight-mobile : 29px; }
.pubnews_font_typography { --single-content-letterspacing : 0px; }
.pubnews_font_typography { --single-content-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h1-family : DM Sans; }
.pubnews_font_typography { --single-content-h1-weight : 700; }
.pubnews_font_typography { --single-content-h1-texttransform : unset; }
.pubnews_font_typography { --single-content-h1-textdecoration : none; }
.pubnews_font_typography { --single-content-h1-size : 32px; }
.pubnews_font_typography { --single-content-h1-size-tab : 16px; }
.pubnews_font_typography { --single-content-h1-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h1-lineheight : 46px; }
.pubnews_font_typography { --single-content-h1-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h1-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h1-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h1-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h1-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h2-family : DM Sans; }
.pubnews_font_typography { --single-content-h2-weight : 700; }
.pubnews_font_typography { --single-content-h2-texttransform : unset; }
.pubnews_font_typography { --single-content-h2-textdecoration : none; }
.pubnews_font_typography { --single-content-h2-size : 26px; }
.pubnews_font_typography { --single-content-h2-size-tab : 16px; }
.pubnews_font_typography { --single-content-h2-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h2-lineheight : 38px; }
.pubnews_font_typography { --single-content-h2-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h2-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h2-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h2-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h2-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h3-family : DM Sans; }
.pubnews_font_typography { --single-content-h3-weight : 700; }
.pubnews_font_typography { --single-content-h3-texttransform : unset; }
.pubnews_font_typography { --single-content-h3-textdecoration : none; }
.pubnews_font_typography { --single-content-h3-size : 19px; }
.pubnews_font_typography { --single-content-h3-size-tab : 16px; }
.pubnews_font_typography { --single-content-h3-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h3-lineheight : 27px; }
.pubnews_font_typography { --single-content-h3-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h3-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h3-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h3-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h3-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h4-family : DM Sans; }
.pubnews_font_typography { --single-content-h4-weight : 700; }
.pubnews_font_typography { --single-content-h4-texttransform : unset; }
.pubnews_font_typography { --single-content-h4-textdecoration : none; }
.pubnews_font_typography { --single-content-h4-size : 17px; }
.pubnews_font_typography { --single-content-h4-size-tab : 16px; }
.pubnews_font_typography { --single-content-h4-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h4-lineheight : 24px; }
.pubnews_font_typography { --single-content-h4-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h4-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h4-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h4-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h4-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h5-family : DM Sans; }
.pubnews_font_typography { --single-content-h5-weight : 700; }
.pubnews_font_typography { --single-content-h5-texttransform : unset; }
.pubnews_font_typography { --single-content-h5-textdecoration : none; }
.pubnews_font_typography { --single-content-h5-size : 14px; }
.pubnews_font_typography { --single-content-h5-size-tab : 16px; }
.pubnews_font_typography { --single-content-h5-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h5-lineheight : 20px; }
.pubnews_font_typography { --single-content-h5-lineheight-tab : 20px; }
.pubnews_font_typography { --single-content-h5-lineheight-mobile : 20px; }
.pubnews_font_typography { --single-content-h5-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h5-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h5-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h6-family : DM Sans; }
.pubnews_font_typography { --single-content-h6-weight : 700; }
.pubnews_font_typography { --single-content-h6-texttransform : unset; }
.pubnews_font_typography { --single-content-h6-textdecoration : none; }
.pubnews_font_typography { --single-content-h6-size : 11px; }
.pubnews_font_typography { --single-content-h6-size-tab : 11px; }
.pubnews_font_typography { --single-content-h6-size-mobile : 10px; }
.pubnews_font_typography { --single-content-h6-lineheight : 16px; }
.pubnews_font_typography { --single-content-h6-lineheight-tab : 16px; }
.pubnews_font_typography { --single-content-h6-lineheight-mobile : 16px; }
.pubnews_font_typography { --single-content-h6-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h6-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h6-letterspacing-mobile : 0px; }
body .site-branding img{ width: 230px; }
@media(max-width: 940px) { body .site-branding img{ width: 200px; } }
@media(max-width: 610px) { body .site-branding img{ width: 200px; } }
body.block-title--layout-seven h2.pubnews-block-title:before, body.block-title--layout-seven h2.widget-title span:before, body.archive.block-title--layout-seven .page-header span:before, body.search.block-title--layout-seven .page-header span:before, body.archive.block-title--layout-seven .page-title:before, body.block-title--layout-seven h2.pubnews-widget-title span:before, body.block-title--layout-seven .pubnews-custom-title:before { background-color: #ff2453 }
body.block-title--layout-seven h2.pubnews-block-title:after, body.block-title--layout-seven h2.widget-title span:after, body.archive.block-title--layout-seven .page-header span:after, body.search.block-title--layout-seven .page-header span:after, body.archive.block-title--layout-seven .page-title:after, body.block-title--layout-seven h2.pubnews-widget-title span:after, body.block-title--layout-seven .pubnews-custom-title:after { background-color: #be2edd }
.pubnews_main_body { --site-bk-color: #ffffff}
body { --newsletter-bk-color: var( --pubnews-global-preset-theme-color )}
body { --newsletter-bk-color-hover: var( --pubnews-global-preset-theme-color )}
@media(max-width: 610px) { .ads-banner{ display : block;} }
@media(max-width: 610px) { body #pubnews-scroll-to-top.show{ display : block;} }
.widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border: 1px none #448bef;}
body.pubnews_main_body .site-header.layout--default .site-branding-section{ background: #ffffff}
body.pubnews_main_body .site-footer .main-footer, body .dark_bk .posts-grid-wrap.layout-two .post-content-wrap{ background: #0f0f11}
 body.pubnews_main_body{ --pubnews-global-preset-theme-color: #cf2e2e;}
 body.pubnews_dark_mode{ --pubnews-global-preset-theme-color: #cf2e2e;}
 body.pubnews_main_body{ --pubnews-animation-object-color: var( --pubnews-global-preset-theme-color );}
 body.pubnews_dark_mode{ --pubnews-animation-object-color: var( --pubnews-global-preset-theme-color );}
.widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .author-wrap.layout-two .post-thumb, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ box-shadow :  0px 4px 9px -3px rgb(7 10 25 / 35%); -webkit-box-shadow:  0px 4px 9px -3px rgb(7 10 25 / 35%); -moz-box-shadow:  0px 4px 9px -3px rgb(7 10 25 / 35%) }
.widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border-radius: 4px; }@media(max-width: 940px) { .widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border-radius: 4px; } }
@media(max-width: 610px) { .widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border-radius: 4px; } }
body .post-categories .cat-item.cat-30347 { background-color : #333333}
body .post-categories .cat-item.cat-30347:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30347 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30347 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-35 { background-color : #333333}
body .post-categories .cat-item.cat-35:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-35 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-35 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-2984 { background-color : #333333}
body .post-categories .cat-item.cat-2984:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-2984 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-2984 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30426 { background-color : #333333}
body .post-categories .cat-item.cat-30426:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30426 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30426 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-28361 { background-color : #333333}
body .post-categories .cat-item.cat-28361:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-28361 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-28361 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30487 { background-color : #333333}
body .post-categories .cat-item.cat-30487:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30487 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30487 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-37 { background-color : #333333}
body .post-categories .cat-item.cat-37:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-37 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-37 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-86 { background-color : #333333}
body .post-categories .cat-item.cat-86:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-86 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-86 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-3 { background-color : #333333}
body .post-categories .cat-item.cat-3:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-3 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-3 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-21226 { background-color : #333333}
body .post-categories .cat-item.cat-21226:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-21226 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-21226 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30510 { background-color : #333333}
body .post-categories .cat-item.cat-30510:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30510 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30510 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30625 { background-color : #333333}
body .post-categories .cat-item.cat-30625:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30625 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30625 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30516 { background-color : #333333}
body .post-categories .cat-item.cat-30516:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30516 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30516 a:hover { color : #448bef;}
/*!
Theme Name: Pubnews Plus
Theme URI: https://blazethemes.com/theme/pubnews-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Pubnews Plus is an exceptional news theme designed to satisfy all your requirements. It is customizer-based as well as fully compatible with Elementor builder.  Pubnews theme offers extensive customization options for the header, footer, inner pages, and any part of the website. You will greatly enjoy diving into its live customizer, which incorporates all WordPress possibilities, such as post query parameters, real-time preview, expanded typography, and extensive style modification options. With a top-notch and intuitive design, this theme gives your website a professional news/magazine appearance. It includes six news layouts that can be customized at a granular level and added to any section as many times as you want. If you prefer creating your website with Elementor, we highly recommend you to use the theme with News Kit Elementor Addons plugin. With News Kit Elementor Addons and Elementor integrated into your website, Pubnews theme offers limitless possibilities in the world of drag and drop page building. Alternatively, if you don’t have any time to spare on building pages, you can easily import pre-built starter sites with a single click. No hassle! No complexity! Check out all the pre-built starter websites here https://blazethemes.com/theme/pubnews-free
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pubnews-plus
Template: pubnews
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pubnews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



figure {
    margin: 0px;
}

/**
Variables
**/
:root {
		/* presets */
		--pubnews-newsletter-color: #ffffff;
		--pubnews-global-preset-theme-color: #cf2e2e;
		--social-icon-bk-color: #ffffff;
		--social-icon-size: 16px;
		--menu-color: #161616;
		--search-color: #161616;

		--sidebar-toggle-color: #161616;
		--mobile-menu-bk-color: #ffffff;

	}

.pubnews_dark_mode { 
		--pubnews-newsletter-color: #ffffff;
		--sidebar-toggle-color: #777777;
		--mobile-menu-bk-color: #000000;
	}





.site-header.layout--default .newsletter-element a {
    color: var(--pubnews-newsletter-color);
    

    box-shadow: 0 2px 7px -4px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 7px -4px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 7px -4px rgba(0, 0, 0, .16);
}

.site-header.layout--default.layout--one .newsletter-element a {
	padding: 4px 13px 8px;
}

.site-header.layout--default .social-icons-wrap .social-icon {
	color: #161616;
	border: 1px solid rgba(0, 0, 0, .09);
}

.pubnews_dark_mode .site-header.layout--default .social-icons-wrap .social-icon { 
	color: #ffffff;
}

.site-header.layout--default .social-icons-wrap .social-icon:hover {
	color: var(--pubnews-global-preset-theme-color);
}

.site-header.layout--default .social-icons-wrap .social-icon {
	width: 35px;
	height: 35px;
}

.site-header.layout--default.layout--one .menu-section {
	border-top: 1px solid #efefef;
}

#pubnews_menu_burger span {
	background-color: #161616;
}

.pubnews_dark_mode #pubnews_menu_burger span {
	background-color: #777777;
}

@media (max-width: 769px) {
    nav.main-navigation ul.menu li, nav.main-navigation ul.nav-menu li {
        border-bottom: 1px solid #d2d2d2;
    }

    nav.main-navigation ul.menu li a, nav.main-navigation ul.nav-menu li a {
    	color: #000000;
    }

    body .site-header .main-navigation ul.menu ul, body .site-header .main-navigation ul.nav-menu ul {
        background-color: #fff !important;
    }

}


@media (min-width: 48.1em) {
    .main-navigation .menu li a, .main-navigation .nav.menu li a {
        padding: 8px 15px;
   }

   .main-navigation .menu li:hover > a, .main-navigation .nav.menu li:hover > a {
        color: var(--pubnews-global-preset-theme-color);
   }
 }



.main-banner-wrap .slick-arrow i {
	padding: 2px 14px 0; 
}



@media (max-width: 500px) {

		.main-banner-wrap .post-element .post-excerpt {
			display: none;
		}

		.banner-layout--three .main-banner-slider .post-title {
			font-size: 1.6rem;
			line-height: 30px;
		}
	}

@media (min-width: 48.1em) {
    .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    	color: #000;
    	border-bottom: 1px solid #dedede;
    }

    .pubnews_dark_mode .main-navigation ul.menu ul li a, .pubnews_dark_mode .main-navigation ul.nav-menu ul li a {
    	border-bottom: 1px solid #595959;
    }

}

nav.main-navigation ul > li ul {
    border-top: 1px solid #dedede;
}

.pubnews_dark_mode nav.main-navigation ul > li ul {
    border-top: 1px solid #595959;
}

/* Banner Layout Three */
		.banner-layout--three .pubnews-container .row:first-child {
			display: grid;
			grid-template-columns: 54%46%;
		}

		.banner-layout--three .main-banner-wrap {
			padding-right: 1px;
		}

		/* .banner-layout--three .slick-list article, */
		.banner-layout--three .slick-list article .post-thumb {
			height: 444px;
		}

		.banner-layout--three .slick-list article .post-thumb img {
			height: 100%;
		}

		.banner-layout--three .main-banner-wrap .no-feat-img figure.post-thumb,
		.banner-layout--three .banner-trailing-posts .no-feat-img figure.post-thumb {
			background-color: var(--noimg-bk-color);
		}


		.banner-layout--three .main-banner-block-posts {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -1px;
			padding-left: 1px;
			height: 444px;
		}

		.banner-layout--three .post-meta span.post-date:before,
		.banner-layout--three .post-meta .post-date time,
		.banner-layout--three .post-excerpt {
			color: var(--white-text);
		}

		.banner-layout--three .main-banner-block-posts article:first-child {
			flex: 0 1 100%;
			height: 251px;
			margin-bottom: 2px;
		}

		.banner-layout--three .banner-trailing-posts article {
			flex: 0 1 50%;
			padding: 0 1px;
			position: relative;
			height: 191px;
		}

		.banner-layout--three .main-banner-block-posts article.no-feat-img {
			min-height: 210px;
		}

		.banner-layout--three .main-banner-block-posts article img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}

		.banner-layout--three .banner-trailing-posts .post-element {
			position: absolute;
			bottom: 0;
			background-image: linear-gradient(to top, #1a1919, transparent);
			width: calc( 100% - 2px );
			padding: 20px 20px 16px;
			z-index: 1;
		}

		.banner-layout--three .main-banner-block-posts article:first-child .post-title {
			font-size: calc(var(--post-title-size) * 0.98);
			line-height: calc(var(--post-title-lineheight) * 1.4);
		}

		.banner-layout--three .banner-trailing-posts .post-title {
			margin: 11px 0 0;
			font-size: calc(var(--post-title-size) * 0.76);
			line-height: calc(var(--post-title-lineheight) * 1.1);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.banner-layout--three .banner-trailing-posts .post-title a {
			color: var(--white-text);
		}

		.site-header.layout--default .header-right-button-wrap span.title-text {
		    font-size: calc(var(--menu-size)* 0.8);
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    font-weight: 500;
		}

		.banner-layout--three .banner-trailing-posts figure {
		    height: 100%;
		}

		@media(max-width: 584px) {
			.banner-layout--three .slick-list article .post-thumb {
				height: 372px;
			}
		}

/** overiding css **/
.post-categories a, .widget .post-categories a {
    text-decoration: none;
    color: var(--white-text);
   }

.post-title a:visited {
	color: inherit;
}

.widget {
    margin-bottom: 40px;
}

.main-navigation ul .sub-menu {
	box-shadow: none;
}

.banner-layout--three .main-banner-block-posts.banner-trailing-posts article.no-feat-img {
    min-height: 191px;
}

.widget .wp-block-image img {
	 overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
    -webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
    -moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
}

.widget_pubnews_ads_slider_widget figure{
	height: 380px;
}

.widget_pubnews_ads_slider_widget figure img {
	height: 100%;
	width: 100%;
	overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
    -webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
    -moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block {
	height: 100%;
}


.widget.widget_pubnews_ads_slider_widget .slick-arrow i {
	line-height: 16px;
    border: none;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    transition: 1s ease;
    color: #000;
    background-color: var(--white-text);
}

.widget.widget_pubnews_ads_slider_widget .slick-arrow {
	transition: all .25s cubic-bezier(.02,.01,.47,1);
}


.widget.widget_pubnews_ads_slider_widget .slick-arrow.slick-prev:hover {
	transform: translateX(-2px);
}

.widget.widget_pubnews_ads_slider_widget .slick-arrow.slick-next:hover {
	transform: translateX(2px);
}



/** 1025 **/
@media (max-width: 1025px) {
    body .pubnews-section.banner-layout--three .pubnews-container .row:first-child, .banner-layout--four .row:first-child, .single-related-posts-section-wrap.layout--list .single-related-posts-wrap {
        grid-template-columns: 100%;
    }

    .banner-layout--three .pubnews-container .row:first-child .main-banner-wrap {
        margin-bottom: 2px;
    }
}


.widget .wp-block-categories-list li, .widget .wp-block-categories-list li {
	font-size: inherit;
}

img#wpstats{display:none}
							header .site-title a, header .site-title a:after  {
					color: #000;
				}
				header .site-title a:hover {
					color: #000000;
				}
								.site-description {
						color: #494949;
					}
						

        .group-card {

            margin-bottom: 20px;

            position: relative;

            border: 2px solid transparent;

            border-radius: 5px;

            background: #f0f8ff;

            display: flex;

            align-items: center;

            padding: 7px;

            justify-content: space-between;

            overflow: hidden;

        }

        .whatsapp-card {

            animation: whatsapp-border-animation 1s infinite;

        }

        .telegram-card {

            animation: telegram-border-animation 1s infinite;

        }

        .instagram-card {

            animation: instagram-border-animation 1s infinite;

        }

        @keyframes whatsapp-border-animation {

            0% {

                border-color: transparent;

            }

            50% {

                border-color: #25d366;

            }

            100% {

                border-color: transparent;

            }

        }

        @keyframes telegram-border-animation {

            0% {

                border-color: transparent;

            }

            50% {

                border-color: #004F7A;

            }

            100% {

                border-color: transparent;

            }

        }

        @keyframes instagram-border-animation {

            0% {

                border-color: transparent;

            }

            50% {

                border-color: #E1306C;

            }

            100% {

                border-color: transparent;

            }

        }

        .seoquake-nofollow {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            font-size: 1rem;

            font-weight: bold;

            text-decoration: none;

            padding: 5px 20px;

            border-radius: 2px;

            flex-shrink: 0;

            transition: all 0.3s ease-in-out;

            color: white !important;

        }

        .seoquake-nofollow i {

            margin-right: 5px;

        }

        .whatsapp-card .seoquake-nofollow {

            background: #25d366;

        }

        .telegram-card .seoquake-nofollow {

            background: #004F7A;

        }

        .instagram-card .seoquake-nofollow {

            background: #E1306C;

        }

        .seoquake-nofollow:hover {

            transform: scale(1.05);

        }

    
.sticky-ads{ position: fixed; bottom: 0; left: 0; width: 100%; min-height: 140px; max-height: 200px; padding: 5px 0; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); -webkit-transition: all .1s ease-in; transition: all .1s ease-in; display: flex; align-items: center; justify-content: center; background-color: #fefefe; z-index: 20; }.sticky-ads-close { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 12px 0 0; position: absolute; right: 0; top: -30px; background-color: #fefefe; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } .sticky-ads .sticky-ads-close svg { width: 22px; height: 22px; fill: #000; } .sticky-ads .sticky-ads-content { overflow: hidden; display: block; position: relative; height: 70px; width: 100%; margin-right: 10px; margin-left: 10px;    min-width: 45px;
    word-break: keep-all;
div[class*=ays-pb-modal_].ays_cmd_window,div[class*=ays-pb-modal_].ays_win98_window,div[class*=ays-pb-modal_].ays_winxp_window{z-index:1;pointer-events:fill;animation-fill-mode:forwards!important}.ays-pb-modals{position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999999999;text-align:center;height:100%}.ays-pb-modals.ays-pb-notification-modal{position:unset;text-align:unset;height:auto}div[class*=ays-pb-modal_].ays_notification_window{width:100%;animation-duration:0s!important;position:relative}.ays_pb_fa,i.ays_pb_fa{font-weight:900}.ays_pb_fa{display:inline-block;font:900 14px/1 'Font Awesome 5 Free';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ays_pb_far{font-weight:400!important}.ays_pb_fa_volume{content:"f028"}.ays_pb_fa_volume_off{content:"f026"}.fa-window-maximize:before{content:'';position:absolute;box-shadow:0 0 0 0 #ccc;width:10px;height:10px;border:1px solid #fff;border-top:3px solid #fff;top:4px;left:4px}.ays-close-button-on-off,.ays_pb_display_none_inp,input.ays-pb-modal-check[type=checkbox]{display:none!important}.ays-pb-modals:not(.ays-pb-modals.ays-pb-notification-modal)::before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.ays-pb-modal-check,.ays-pb-modal-check:checked~.ays-pb-modal{pointer-events:auto}.ays_button.ays_two{position:fixed;left:5px;top:5px;color:#9c00ff!important}div[class*=ays-pb-modal_].ays_cmd_window{width:450px;transition:.5s!important;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;overflow-y:scroll}.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar),.ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays-pb-modal:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_cmd_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_lil_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_ubuntu_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_winxp_window:not(.ays-pb-show-scrollbar){scrollbar-width:none}.ays_cmd_window .ays_cmd_window-content{height:79%;position:relative;background:unset;box-shadow:unset;border:unset}.ays_cmd_window.ays_cmd_window--maximized,.ays_ubuntu_window.ays_ubuntu_window--maximized,.ays_window.ays_cmd_window--maximized,.ays_winxp_window.ays_winxp_window--maximized{width:98%!important;flex-grow:1!important;height:98%!important;top:unset!important}.ays_cmd_window.ays_cmd_window--minimized,.ays_window.ays_cmd_window--minimized{height:25px!important;width:250px!important;bottom:0!important;top:unset!important;overflow:visible}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile,.ays_cmd_window.ays_cmd_window--minimized .ays_cmd_window-content,.ays_pb_display_none,.ays_ubuntu_window.ays_ubuntu_window--minimized .ays_ubuntu_folder-info,.ays_window.ays_cmd_window--minimized .ays_cmd_window-content{display:none}.ays_cmd_window.ays_cmd_window--destroyed{opacity:0;width:0;height:0}.ays_cmd_window-header{background-color:#eee;height:25px;display:flex;position:sticky;top:0;z-index:12;box-shadow:unset;border-bottom:0}.ays_cmd_window-controls{display:flex;height:100%;justify-content:flex-end;align-items:center;width:20%;background-image:unset;padding:0;box-shadow:unset}.ays_cmd_window-header .ays_cmd_window_title{width:80%;cursor:pointer}.ays_cmd_window-header .ays_cmd_window_title h2{margin:0;padding:0;text-align:left;text-indent:5px;font-size:19px;overflow:hidden;text-overflow:ellipsis;word-break:unset;white-space:nowrap}.ays-pb-modal h2::before,.ays_cmd_window-header .ays_cmd_window_title h2::before,.ays_lil_header .ays_lil_title h2::before,.ays_ubuntu_window .ays_ubuntu_topbar h2::before,.ays_win98_header .ays_win98_title h2::before,.ays_winxp_title-bar .ays_winxp_title-bar-title h2::before{content:none}.ays_cmd_window-controls .ays_cmd_control-item{display:inline-block;width:25px;height:25px;text-align:center;vertical-align:middle;color:#333;transition:.15s ease-in;cursor:pointer;margin-bottom:0}.ays_cmd_window-controls .ays_cmd_control-item:hover{background-color:#ccc}.ays_cmd_control-item.ays_cmd_control-close{font-size:18px;line-height:22px;font-family:sans-serif!important;min-width:100%}.ays_cmd_control-item.ays_cmd_control-close:hover{background-color:#ec6060;color:#fff}.ays_cmd_control-item.ays_cmd_control-maximize{line-height:19px}.ays_cmd_control-item.ays_cmd_control-minimize{line-height:22px}.ays_cmd_window-cursor{display:flex;margin:5px;position:sticky;top:30px;z-index:10}.ays_cmd_window-cursor .ays_cmd_i-cursor-indicator{font-size:1em;font-family:Consolas,monospace;margin:0 2px 0 5px}.ays_cmd_window-cursor .ays_cmd_i-cursor-underscore{width:10px;height:3px;align-self:flex-end;margin-right:5px;-webkit-animation:steps(2,start) infinite ays_cmd_blink;-webkit-animation-duration:1s!important;animation:steps(2,start) infinite ays_cmd_blink;animation-duration:1s!important;animation-fill-mode:forwards}.ays_cmd_window-input{background-color:inherit!important;border:none!important;outline:0!important;color:transparent!important;text-shadow:0 0 0 #fff;font-family:Consolas,monospace;flex:1;height:0}.ays_cmd_window-input:focus{outline:0}.ays_cmd_i-prompt{width:62px;height:62px;background:url("https://cdn4.iconfinder.com/data/icons/small-n-flat/24/terminal-48.png") center no-repeat rgba(0,0,0,.35);border-radius:10px;box-shadow:0 3px 1px rgba(0,0,0,.25);cursor:pointer;transition:.15s ease-in-out}.ays_cmd_i-prompt:hover{background-position:center 4px}.ays_cmd_i-prompt.ays_cmd_hidden{width:0;height:0;opacity:0}@-webkit-keyframes ays_cmd_blink{to{visibility:hidden}}@keyframes ays_cmd_blink{to{visibility:hidden}}ul.ays_cmd_window-controls-ul{display:flex;list-style:none;padding:0 5px 0 0;margin:0}ul.ays_cmd_window-controls-ul li:not(:last-child){margin-right:7px;padding-bottom:5px}ul.ays_cmd_window-controls-ul li{margin:0;min-width:0}.ays_cmd_window .ays_cmd_window-content>p{position:sticky;bottom:6px;margin:auto}.ays_cmd_window>p,.ays_winxp_window .ays_winxp_content>div:first-child>p{margin:0;font-size:16px}.ays_cmd_window-cursor>input{box-shadow:none!important}div[class*=ays-pb-modal_].ays_winxp_window{position:absolute;width:200px;background-color:#091e89;overflow:hidden;border-radius:7px 7px 0 0;transition:.3s ease-in-out;top:0;left:0;right:0;bottom:0;margin:auto;overflow-y:scroll;font-family:"MS Reference",sans-serif}.ays_ubuntu_window.ays_ubuntu_window--minimized,.ays_winxp_window.ays_winxp_window--minimized{height:35px!important;width:350px!important;bottom:0!important;top:unset!important;overflow:visible}.ays_winxp_title-bar .ays_winxp_close{display:block;width:100%;height:100%;color:#fff;line-height:20px;font-size:14px;cursor:pointer}.ays_winxp_title-bar{width:100%;height:35px;background:linear-gradient(to bottom,#4094ff 0,#0056e4 13%,#0056e4 71%,#16428b 100%);position:sticky;top:0;z-index:2}.ays_winxp_title-bar .ays_winxp_title-bar-title{position:absolute;top:7.5px;left:2.5px;color:#fff;text-shadow:1px 1px #10397e;font-size:15px;width:80%;text-align:left}.ays_winxp_title-bar .ays_winxp_title-bar-title h2{margin:0;width:100%;font-size:18px;text-indent:5px;font-weight:400;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ays_winxp_title-bar .ays_winxp_title-bar-close,.ays_winxp_title-bar .ays_winxp_title-bar-max,.ays_winxp_title-bar .ays_winxp_title-bar-min{position:absolute;width:20px;height:20px;top:5px;right:5px;border-radius:2px;border:1px solid #fff}.ays_winxp_title-bar .ays_winxp_title-bar-close{background:linear-gradient(135deg,#f1a689 0,#c0442a 50%,#c2311e 100%)}.ays-pb-modal_1 .ays_winxp_content>div:first-child hr{height:1px;background-color:#d3d3d3}.ays_winxp_title-bar-max.far.fa-window-maximize.fa-xs{display:inline-block;text-align:center;height:20px;line-height:20px;color:#fff;font-size:13px}.ays_winxp_title-bar .ays_winxp_title-bar-max,.ays_winxp_title-bar .ays_winxp_title-bar-min{background:linear-gradient(135deg,#7eaed6 0,#1b72ff 50%,#1655be 100%)}.ays_winxp_title-bar .ays_winxp_title-bar-max{right:30px;display:flex;align-items:center;justify-content:center}.ays_winxp_title-bar .ays_winxp_title-bar-min{right:55px}.ays_winxp_title-bar .ays_winxp_title-bar-close:hover{background:linear-gradient(135deg,#c0442a 100%,#c0442a 100%)}.ays_winxp_title-bar .ays_winxp_title-bar-max:hover,.ays_winxp_title-bar .ays_winxp_title-bar-min:hover{background:linear-gradient(#456eb3 50%,#617392 50%,#b0b4bb 50%,#4178d6 50%)}.ays_win98_window .ays_win98_header .ays_win98_btn-close,div[class*=ays-pb-modal_].ays_win98_window{position:absolute;margin:auto;background:silver;border-top:1px solid #fff;border-left:1px solid #fff;font-size:12px;top:0}.ays_winxp_title-bar-min:after{content:'';position:absolute;box-shadow:0 0 0 0 #ccc;width:10px;border-bottom:2px solid #fff;bottom:4px;left:4px}.ays_winxp_window .ays_winxp_content{position:relative;box-sizing:border-box;padding:10px;min-height:100%!important;width:100%!important;left:0;bottom:0;top:0;right:0;margin:auto;background-color:#fff}.ays_winxp_window .ays_winxp_content>p:last-child{position:sticky;margin:auto;font-size:16px}div[class*=ays-pb-modal_].ays_win98_window{left:0;right:0;bottom:0;width:30em;border-right:1px solid #111;border-bottom:1px solid #111;font-family:monospace,arial,sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow-y:scroll}.ays_win98_window .ays_win98_head{position:sticky;top:0;z-index:2;width:100%;padding:2px;height:auto;box-shadow:unset;border:none}.ays_win98_window .ays_win98_header{min-height:25px;background:#008;background-image:linear-gradient(to right,#00007b,#1980cb);color:#fff;padding:0}.ays_win98_window .ays_win98_header .ays_win98_title{height:22px;padding:2px 0 0 5px;font-weight:700;width:90%;text-align:left}.ays_win98_window .ays_win98_header .ays_win98_btn-close{bottom:0;right:5px;display:block;height:15px;width:17px;border-right:1px solid #666;border-bottom:1px solid #666;box-shadow:1px 1px 0 #111;color:#000;font-weight:700;line-height:12px;cursor:pointer}.ays_win98_window .ays_win98_header .ays_win98_btn-close>div{display:block;width:100%;height:100%;margin:0;min-width:100%;color:#000}.ays_win98_window .ays_win98_header .ays_win98_btn-close:active{background:#b0b0b0;border-color:#333 #ddd #ddd #333;box-shadow:-1px -1px 0 #666}.ays_image_window .ays_image_header .ays_image_btn-close:active span,.ays_lil_window .ays_lil_header .ays_lil_btn-close:active span,.ays_minimal_window .ays_minimal_header .ays_minimal_btn-close:active span,.ays_video_window .ays_video_header .ays_video_btn-close:active span,.ays_win98_window .ays_win98_header .ays_win98_btn-close:active span,.ays_win98_window .ays_win98_main button:active span{position:relative;top:1px;left:1px}.ays_win98_window .ays_win98_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;padding-bottom:2px}.ays_win98_window .ays_win98_main .ays_win98_content{position:absolute;width:99%}.ays_win98_window .ays_win98_main .ays_win98_image{position:absolute;height:40px;width:40px;top:40px;left:20px;border-radius:5px;background-size:cover}.ays_win98_header .ays_win98_title h2{margin:0;font-size:19px;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ays_lil_window .ays_lil_main .ays_lil_content hr,.ays_win98_window .ays_win98_main .ays_win98_content hr{height:1px;background-color:#d3d3d3;margin:0}.ays_win98_window .ays_win98_main .ays_win98_content>p:last-child{position:absolute;bottom:11px;right:0;left:0;margin:auto}.ays_image_window .ays_image_main .ays_image_content>p:first-child,.ays_lil_window .ays_lil_main .ays_lil_content>p:first-child,.ays_minimal_window .ays_minimal_main .ays_minimal_content>p:first-child,.ays_win98_window .ays_win98_main .ays_win98_content>p:first-child{margin-top:0;margin-bottom:0;padding:10px 0}.close-lil-btn{width:30px;height:30px;display:inline-block;position:absolute;-webkit-transition:.5s!important;transition:.5s!important;border-radius:100%;background:#d75f70;font-weight:lighter;font-size:25px;text-decoration:none!important;line-height:1;cursor:pointer;overflow:hidden;display:flex;justify-content:center;align-items:center}.ays-pb-modal,.ays-pb-modal-macos,.ays-pb-modal-macos:not(.ays-pb-show-scrollbar),.ays-pb-modal:not(.ays-pb-show-scrollbar),.ays_cmd_window,.ays_cmd_window:not(.ays-pb-show-scrollbar),.ays_ubuntu_window,.ays_ubuntu_window:not(.ays-pb-show-scrollbar),.ays_win98_window,.ays_win98_window:not(.ays-pb-show-scrollbar),.ays_window,.ays_window:not(.ays-pb-show-scrollbar),.ays_winxp_window,.ays_winxp_window:not(.ays-pb-show-scrollbar){-ms-overflow-style:none}.close-lil-btn-text{font-size:12px;text-align:center;display:flex;justify-content:center;align-items:center}.close-lil-btn:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}div[class*=ays-pb-modal_].ays_lil_window{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;overflow-y:scroll;font-family:monospace,arial,sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;pointer-events:fill;animation-duration:.5s;display:none;animation-fill-mode:forwards}div[class*=ays-pb-modal_].ays_image_window,div[class*=ays-pb-modal_].ays_minimal_window,div[class*=ays-pb-modal_].ays_template_window{left:0;bottom:0;max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:fill;animation-duration:.5s;display:none;animation-fill-mode:forwards;position:absolute;right:0;font-family:monospace,arial,sans-serif;z-index:1;top:0;cursor:default;max-width:100%}div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar{overflow-y:auto}.ays_lil_window .ays_lil_head{position:sticky;top:0;z-index:4;width:100%;padding:2px 0;height:auto}.ays_lil_window .ays_lil_header .ays_lil_title{display:inline-block;font-weight:700;width:100%;text-align:left}.ays_template_window .ays_template_header .close-template-btn,.close-image-btn,.close-minimal-btn{font-size:19px;min-width:30px;text-align:start;z-index:1;position:absolute;line-height:1;cursor:pointer}.ays_lil_window .ays_lil_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;padding-bottom:2px;max-height:100%}.ays_image_window .ays_image_main .ays_image_content,.ays_lil_window .ays_lil_main .ays_lil_content,.ays_minimal_window .ays_minimal_main .ays_minimal_content{width:100%;height:100%;overflow:hidden}.ays_lil_header .ays_lil_title h2{margin:0!important;font-size:25px;padding-top:10px;padding-bottom:10px;text-align:center;color:#1a1a1a;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all}.ays_lil_window .ays_lil_main .ays_lil_content>p:last-child{margin:auto}.ays_lil_header{height:100%}.close-image-btn,.close-minimal-btn{font-weight:100}div[class*=ays-pb-modal_].ays_image_window,div[class*=ays-pb-modal_].ays_minimal_window{margin:auto;user-select:none}.ays_image_window .ays_image_header .ays_popup_image_title,.ays_minimal_window .ays_minimal_header .ays_popup_minimal_title{font-weight:700}.ays_image_window .ays_image_head,.ays_minimal_window .ays_minimal_head,.ays_video_window .ays_video_head{height:20%}.ays_image_window .ays_image_main,.ays_minimal_window .ays_minimal_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;max-height:80%;overflow-y:scroll}.ays_image_header .ays_popup_image_title h2{margin:0!important;font-size:25px;padding-top:20px;text-align:center;color:#1a1a1a;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all}.ays_image_window .ays_image_main .ays_image_content>p:last-child,.ays_minimal_window .ays_minimal_main .ays_minimal_content>p:last-child{margin:auto;font-size:15px;position:absolute;bottom:-30px;left:0;right:0}.ays_content_box{padding:20px}.ays_content_box.ays_notification_content_box{padding:20px;display:flex;align-items:center;height:100%;width:100%;gap:20px;box-sizing:border-box}.ays_pb_notification_logo{max-width:10%;width:100%;height:100%;text-align:center;display:flex;justify-content:center}.ays_pb_notification_logo a{display:flex;justify-content:center;align-items:center}.ays_pb_notification_main_content{max-width:80%;width:100%}.ays_notification_content_box_with_logo .ays_pb_notification_main_content{max-width:70%}.ays_pb_notification_button_1{width:20%;display:flex;align-items:center;justify-content:center;min-width:105px}.ays_pb_notification_button_1 a{text-decoration:none}.ays_pb_notification_button_1 button{display:flex;align-items:center;font-style:normal;line-height:normal;margin:0;cursor:pointer;word-break:keep-all}.ays_minimal_header .ays_popup_minimal_title h2{margin:0!important;font-size:25px;padding:5px 0;text-align:center;color:#1a1a1a;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all}.ays_minimal_window .ays_content_box,div[class*=ays-pb-modal_].ays-pb-modal.ays-pb-modal-image-type-img,div[class*=ays-pb-modal_].ays-pb-modal.ays_facebook_window{padding:0}.ays-pb-modals div.ays_minimal_window div.ays_pb_description{margin:0;padding:5px 0;text-align:center;font-size:18px}div.ays_pb_description{word-break:break-word;word-wrap:break-word}.ays-pb-modals div.ays_minimal_window div.ays_pb_description p{margin:0;padding:0}.ays_template_window .ays_template_header .close-template-btn{font-weight:lighter;text-decoration:none!important}div[class*=ays-pb-modal_].ays_template_window{margin:auto;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #111;border-bottom:1px solid #111;user-select:none;overflow:hidden}.ays_template_window .ays_template_header h2{margin:auto;font-size:26px;line-height:100%;word-break:break-all}.ays_template_window .ays_template_header .ays_template_title{height:100%;display:flex}.ays_template_window .ays_template_content{width:65%;padding:0 10px;overflow:hidden}.ays_template_window p.ays_pb_timer{position:absolute;bottom:-8px;right:0;width:inherit;text-align:center}.ays_template_window header.ays_template_head{height:12%;border:none}div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar footer.ays_template_footer,div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar header.ays_template_head{height:auto}.ays_template_window .ays_bg_image_box{width:35%}.ays_template_window footer.ays_template_footer{display:flex;height:88%;padding:0;background:unset;box-shadow:unset}div[class*=ays-pb-modal_].ays_ubuntu_window,div[class*=ays-pb-modal_].ays_window{box-shadow:0 0 20px 0 rgba(0,0,0,.43);pointer-events:fill;animation-fill-mode:forwards!important;position:absolute;left:0;right:0}.ays_template_window .ays_template_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;max-height:93%;overflow-y:auto;scrollbar-width:none}.ays_template_window .ays_template_header{height:100%;display:flex;justify-content:center;align-items:center}.ays_template_window footer.ays_template_footer .ays_template_content p{margin-bottom:5px!important}div[class*=ays-pb-modal_].ays_ubuntu_window{border-top-right-radius:12px;border-top-left-radius:12px;border:1px solid #3c3b37;background-color:#f2f1f0;transition:.3s;top:0;display:none;bottom:0;margin:auto;z-index:1;overflow-y:scroll}.ays_ubuntu_window .ays_ubuntu_topbar{height:40px;width:100%;display:flex;align-items:center;background-image:linear-gradient(#65645e,#3c3b37);border-top-right-radius:10px;border-top-left-radius:10px;border-bottom:1px solid #302f2c;position:sticky;top:0;z-index:100}.ays-pb-modal-macos .row p,.ays_ubuntu_window p{margin:0}.ays_ubuntu_window .ays_ubuntu_window_content{padding-top:5px}.ays_ubuntu_window .ays_ubuntu_window_content p{text-align:left;padding:0 10px;font-size:16px;white-space:initial}.ays_ubuntu_window .ays_ubuntu_topbar p{color:#dfdbd0;margin-left:20px}.ays_ubuntu_window .ays_ubuntu_topbar h2{margin:0;text-indent:10px;font-size:24px;font-weight:500;padding:0;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons{background-image:linear-gradient(#363632,#4e4d48);margin-left:15px;border-radius:500px;padding:2px 3px 1px;height:25px;display:flex}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close{width:20px;height:20px;border-radius:50%;background-image:linear-gradient(#f79674,#df5106);display:block;margin:0!important;cursor:pointer}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close:hover{background-image:linear-gradient(#f8a082,#f85c09)}.ays_ubuntu_window .ays_ubuntu_tools ul li:hover,.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide:hover,.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize:hover{background-image:linear-gradient(#a2a19d,#6b6b65)}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide,.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize{width:20px;height:20px;border-radius:50%;margin-left:5px;background-image:linear-gradient(#989792,#5a5a55);display:inline-block}.ays_ubuntu_window .ays_ubuntu_tools{height:30px;width:100%;display:flex;align-items:center;background-color:#3c3b37;color:#dfdbd0;position:sticky;top:40px;z-index:100}.ays_ubuntu_window .ays_ubuntu_tools ul{list-style:none;display:flex;align-items:center;justify-content:flex-start;margin:0;padding:0}.ays_ubuntu_window .ays_ubuntu_tools ul li{display:inline-block;padding:0 5px;margin-bottom:0}.ays_ubuntu_window .ays_ubuntu_tools ul li:hover{cursor:default;line-height:30px}.ays_ubuntu_window .ays_ubuntu_folder-info{height:30px;width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#f2f1f0;border-top:1px solid #c5c1bc;position:sticky;bottom:0}.ays_ubuntu_window .ays_ubuntu_folder-info p.ays_ubuntu_right{position:relative}.ays_ubuntu_window .ays_ubuntu_folder-info p{color:#5f4c53;width:100%}div[class*=ays-pb-modal_].ays_window{transition:.2s;background:#fff;z-index:100000;display:none;top:0;bottom:0;margin:auto;border-radius:4px;vertical-align:middle;overflow:auto}.ays-pb-modal-macos .ays-pb-modal-close svg,.ays_window .ays-pb-modal-close svg{position:absolute;left:0;top:0;bottom:0;right:0;font-size:10px;margin:auto;opacity:0;transition:.5s ease-in-out}.ays_window .ays-pb-modal-close{position:relative;display:inline-block;top:0;left:0;right:0;bottom:0;cursor:pointer;pointer-events:auto;margin:0}.ays_window .ays_topBar{width:100%;height:50px;background-image:linear-gradient(#d3d3d3,#c8c8c8);border-bottom:1px solid grey;display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px;pointer-events:fill;position:sticky;top:0;z-index:100}.ays_window .ays_topBar .ays_close,.ays_window .ays_topBar .ays_fullScreen,.ays_window .ays_topBar .ays_hide{cursor:pointer}.ays_window .ays_topBar h2{margin:0;width:100%;text-align:center;padding:0;font-size:25px;font-weight:500;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div[class*=ays-pb-modal_].ays-pb-modal,div[class*=ays-pb-modal_].ays-pb-modal-macos{background:#fff;position:absolute;vertical-align:middle;overflow:auto;animation-fill-mode:forwards!important;right:0;bottom:0;display:none;z-index:1;top:0;left:0}.ays_window .ays_topBar h2::before{display:none;content:none;height:0}.ays_window .ays_topBar .ays_close{height:12px;width:12px;background-color:#f74544;border-radius:50%;margin-left:15px;border:1px solid #f62726;position:relative;display:inline-block;margin-bottom:0;min-width:30%}.ays_window .ays_topBar .ays_hide{height:12px;width:12px;background-color:#fbaf15;border-radius:50%;margin-left:10px;border:1px solid #f1a304;display:inline-block}.ays_window .ays_topBar .ays_fullScreen{height:12px;width:12px;background-color:#38c228;border-radius:50%;margin-left:10px;border:1px solid #32af24;display:inline-block}.ays_video_content,.ays_video_content video{height:100%;width:100%}.ays_window .ays_text{text-align:center;display:block;align-items:center;justify-content:center;font-family:Josefin Sans,sans-serif}.ays_window hr{margin:0 0 1.5em}.ays-pb-modals div.ays_pb_description,.ays_window p{margin:0;padding:10px;text-align:center;font-size:18px}.ays-pb-modal.ays-pb-modal_1>div>div,.ays_window .ays_pb_timer{text-align:center}.ays-pb-modal-image-type-img .ays_pb_timer{position:absolute;width:100%;bottom:10px;margin:0}.ays_pb_description>*,.ays_pb_timer{color:inherit}.ays_window .ays_text .ays_text-inner h1,.ays_window .ays_text .ays_text-inner h4{margin:15px}.ays_button{color:#fff!important;z-index:1}div[class*=ays-pb-modal_].ays-pb-modal-macos{border:3px solid #f1f1f1;margin:auto;text-align:center;border-radius:4px;white-space:normal;pointer-events:auto;max-height:95vh;animation-duration:.5s!important}.ays-pb-modal-macos .ays-pb-modal-close:hover svg{opacity:1}.ays-pb-modal-macos .ays-pb-modal-close{position:relative;display:inline-block;top:0;left:0;right:0;bottom:0;margin:auto;cursor:pointer;pointer-events:auto}.ays-pb-modal-macos .description,.ays-pb-modal-macos .row.description{padding:0;background-color:#f1f1f1}.ays-pb-modal-macos .row{padding:10px;background:#f1f1f1;border-top-left-radius:4px;border-top-right-radius:4px;margin:0!important}.ays-pb-modal-macos .column{float:left}.ays-pb-modal-macos .left{width:15%}.ays-pb-modal-macos .right{width:10%}.ays-pb-modal-macos .middle{width:75%}.ays-pb-modal-macos .row:after{content:"";display:table;clear:both}.ays-pb-modal-macos .dot{margin-top:4px;height:12px;width:12px;background-color:#bbb;border-radius:50%;display:inline-block;position:relative}.ays-pb-modal-macos input[type=text]{width:100%;border-radius:3px;border:none;background-color:#fff;margin-top:-8px;height:25px;color:#666;padding:5px;text-align:center}.ays-pb-modal-macos .gits{width:90%;margin:auto;border-bottom:1px solid #ccc}.ays-pb-modal-macos .bar{width:17px;height:3px;background-color:#aaa;margin:3px 0;display:block}.ays_window.ays-pb-modal_1>p:last-child{position:sticky;margin:auto}div[class*=ays-pb-modal_].ays-pb-modal{margin:auto;padding:25px;border-radius:4px}.ays-pb-modal.ays_facebook_window{display:flex;justify-content:center;padding-top:20px;max-width:500px;margin:0 auto}.ays-pb_default_container_box{position:relative;height:100%}.ays-pb-modal h2{text-align:center;padding:0;word-break:break-word}.ays-pb-modal-close{position:absolute;cursor:pointer}.ays-pb-modal.ays-pb-modal_1>p:last-child{position:sticky;margin:auto;background-color:#fff}.ays_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_cmd_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays-pb-modal:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays-pb-modal-macos:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_ubuntu_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_winxp_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_lil_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_template_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_win98_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays-pb-modals .mejs-container .mejs-controls button{background-color:#222}.ays-pb-modals .mejs-container,.ays-pb-modals video.wp-video-shortcode{width:100%!important}body[class^=pb_disable_scroll],html[class^=pb_disable_scroll]{overflow-y:hidden;position:fixed;width:100%}div[class*=ays-pb-modal_].ays_video_window{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;font-family:monospace,arial,sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;pointer-events:fill;animation-duration:.5s;display:none;box-shadow:5px 10px 18px #888;animation-fill-mode:forwards}.ays_video_window .ays_video_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;padding-bottom:2px;max-height:80%;overflow-y:scroll}.close-video-btn{position:absolute;font-weight:100;font-size:10px;line-height:1;cursor:pointer;z-index:1}.ays_video_content{position:absolute;top:0;left:0;z-index:-1;display:flex}div.ays-pb-modals div.ays-pb-social-shares{display:flex;align-items:center;justify-content:center;margin:10px 0;flex-wrap:wrap}div.ays-pb-modals div.ays-pb-social-shares>a{width:48px;height:48px;display:flex;align-items:center;justify-content:center}div.ays-pb-modals div.ays-pb-social-buttons-content{max-width:100%}.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box}.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box img{max-width:100%;max-height:100%}.ays-pb-modals .ays_content_box,div.ays-pb-modals div.ays-pb-social-buttons-heading{word-break:break-word;max-width:100%}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad{cursor:pointer;font-size:12px}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad:hover{text-decoration:underline}div.ays_template_window header.ays_template_head div.ays_template_header .close-template-btn-container{min-width:auto;margin:0;color:#000}.ays-pb-visually-hidden-label{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip:rect(0 0 0 0);overflow:hidden}.ays-pb-modals .ays-popup-hrs-default{margin:15px 0}@media screen and (max-width:768px){.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_pc{display:none}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile{display:inline}.ays_pb_show_desc_on_mobile,.ays_pb_show_title_on_mobile{display:block!important}.ays_pb_hide_desc_on_mobile,.ays_pb_hide_title_on_mobile{display:none!important}}