/** 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 .opinions-items-wrap.column--one .blaze_box_wrap .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,
    .banner-layout--five .grid-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 #02de9c;
        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: #02de9c;
        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;
}

.search-popup--style-two .site-header.layout--default .search-form-wrap {
	position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #252424d9;
    z-index: 10;
}

.search-popup--style-two .site-header.layout--default .search-form-wrap .search-form {
	margin-top: 50vh;
}

.search-popup--style-two input.search-field {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--pubnews-global-preset-theme-color);
    font-size: 25px;
}

.search-popup--style-two input.search-field:focus {
	border: none;
	outline: none;
	border-bottom: 3px solid var(--pubnews-global-preset-theme-color);
	color: #ffffff;
}


.search-popup--style-two input.search-field::placeholder {
	color: #ffffff;
}

.search-popup--style-two input.search-field:focus::placeholder {
	color: #ffffff;
    font-size: 28px;
}

.search-popup--style-two.bodynoscroll .search_close_btn {
    right: -360px;
    top: -420px;
    font-size: 37px;
    z-index: 999;
    color: var(--pubnews-global-preset-theme-color);
}

.search-popup--style-two .search_close_btn:hover {
	cursor: pointer;
}

.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,
.pubnews_dark_mode.search-popup--style-one .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,
    body.search-popup--style-three .search-results-wrap {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .bodynoscroll #wpadminbar {
         top: -46px;
    }
}

.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;
}

/*
=========================================
24.0 Instagram
=========================================
*/

    .pubnews-instagram-section .pubnews-container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .pubnews-instagram-section .instagram-container,
    .pubnews-instagram-section .instagram-content .instagram-item {
        position: relative;
    }

    .pubnews-instagram-section .instagram-content img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pubnews-instagram-section .instagram-content .instagram-item a {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #e7e7e7;
        overflow: hidden;
    }

    .pubnews-instagram-section .instagram-content .instagram-item:before {
        content: '';
        display: block;
        padding-bottom: 320px;
    }

    .pubnews-instagram-section .instagram-content .instagram-item:after {
        content: '\f16d';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Font Awesome 6 Brands';
        font-weight: 400;
        color: #fff;
        font-size: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all ease .3s;
    }

    .pubnews-instagram-section .instagram-content .instagram-item:hover:after {
        visibility: visible;
        opacity: 1;
    }

    .pubnews-instagram-section .instagram-content .instagram-caption {
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        background-color: #0000004a;
        padding: 2px 12px;
        font-style: italic;
        font-family: var(--post-title-family);
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.4px;
    }

    /*  Button Style  */
        .instagram-container .instagram-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

        .instagram-container .instagram-button a {
            background-color: #fff;
            padding: 8px 20px;
            text-align: center;
            border-radius: 6px;
            text-decoration: none;
            transition: all ease .3s;
            display: inline-block;
            color: var(--pubnews-global-preset-theme-color);
            box-shadow: 0px 0px 14px 0px rgb(56 88 246 / 17%);
        }

        .instagram-container .instagram-button a:hover {
            color: #fff;
            background-color: var(--pubnews-global-preset-theme-color);
        }

        .instagram-container .instagram-button .instagram-icon i {
            font-size: calc( var(--post-link-btn-size) * 0.84 );
            margin-right: 5px;
        }

        .instagram-container .instagram-button .instagram-icon img {
            width: 14px;
            margin-right: 6px;
        }

        .instagram-container .instagram-button .instagram-label {
            font-family: var(--post-link-btn-family);
            font-size: calc( var(--post-link-btn-size) * 1.1 );
            font-weight: var(--post-link-btn-weight);
            line-height: var(--post-link-btn-lineheight);
            text-decoration: var(--post-link-btn-textdecoration);
            letter-spacing: var(--post-link-btn-letterspacing);
            text-transform: var(--post-link-btn-texttransform);
        }

    /*  Image Animation  */
        /* Animation One */
            .hover-effect--one .instagram-content .instagram-item a:after {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border-radius: inherit;
                border: 2px solid #ffffffb3;
                transform: scale(1);
                opacity: 0;
                transition: .6s ease;
                z-index: 1;
            }

            .hover-effect--one .instagram-content .instagram-item:hover a:after {
                transform: scale(.88);
                opacity: 1;
            }

        /* Animation Two */
            .hover-effect--two .instagram-content .instagram-item a:after,
            .hover-effect--two .instagram-content .instagram-item a:before {
                content: '';
                position: absolute;
                top: 30px;
                left: 30px;
                right: 30px;
                bottom: 30px;
                box-sizing: border-box;
                transition: 0.5s;
                opacity: 0;
                z-index: 1;
            }

            .hover-effect--two .instagram-content .instagram-item a:after {
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
                transform: scaleX(0);
            }

            .hover-effect--two .instagram-content .instagram-item a:before {
                border-right: 1px solid #fff;
                border-left: 1px solid #fff;
                transform: scaleY(0);
            }

            .hover-effect--two .instagram-content .instagram-item:hover a:after,
            .hover-effect--two .instagram-content .instagram-item:hover a:before {
                opacity: 1;
                border-radius: inherit;
            }

            .hover-effect--two .instagram-content .instagram-item:hover a:after {
                transform: scaleX(1);
            }

            .hover-effect--two .instagram-content .instagram-item:hover a:before {
                transform: scaleY(1);
            }

        /* Animation Three */
            .hover-effect--three .instagram-content .instagram-item a:after {
                background-color: #00000063;
                position: absolute;
                content: "";
                display: block;
                top: 20px;
                left: 20px;
                right: 20px;
                bottom: 20px;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -webkit-transform: rotate3d(1, -1, 0, 100deg);
                transform: rotate3d(1, -1, 0, 100deg);
                opacity: 0;
                z-index: 1;
            }

            .hover-effect--three .instagram-content .instagram-item:hover a:after {
                -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg);
                opacity: 0.9;
                border-radius: inherit;
            }

    .pubnews-instagram-section .instagram-content {
        display: grid;
    }

    /*  Desktop Column  */
        .pubnews-instagram-section.column--ten .instagram-content {
            grid-template-columns: repeat(10, 1fr);
        }

        .pubnews-instagram-section.column--nine .instagram-content {
            grid-template-columns: repeat(9, 1fr);
        }

        .pubnews-instagram-section.column--eight .instagram-content {
            grid-template-columns: repeat(8, 1fr);
        }

        .pubnews-instagram-section.column--seven .instagram-content {
            grid-template-columns: repeat(7, 1fr);
        }

        .pubnews-instagram-section.column--six .instagram-content {
            grid-template-columns: repeat(6, 1fr);
        }

        .pubnews-instagram-section.column--five .instagram-content {
            grid-template-columns: repeat(5, 1fr);
        }

        .pubnews-instagram-section.column--four .instagram-content {
            grid-template-columns: repeat(4, 1fr);
        }

        .pubnews-instagram-section.column--three .instagram-content {
            grid-template-columns: repeat(3, 1fr);
        }

        .pubnews-instagram-section.column--two .instagram-content {
            grid-template-columns: repeat(2, 1fr);
        }

        .pubnews-instagram-section.column--one .instagram-content {
            grid-template-columns: 100%;
        }

    /* Tab Column */
        @media (max-width: 940px) {
            .pubnews-instagram-section.tab-column--ten .instagram-content {
                grid-template-columns: repeat(10, 1fr);
            }

            .pubnews-instagram-section.tab-column--nine .instagram-content {
                grid-template-columns: repeat(9, 1fr);
            }

            .pubnews-instagram-section.tab-column--eight .instagram-content {
                grid-template-columns: repeat(8, 1fr);
            }

            .pubnews-instagram-section.tab-column--seven .instagram-content {
                grid-template-columns: repeat(7, 1fr);
            }

            .pubnews-instagram-section.tab-column--six .instagram-content {
                grid-template-columns: repeat(6, 1fr);
            }

            .pubnews-instagram-section.tab-column--five .instagram-content {
                grid-template-columns: repeat(5, 1fr);
            }

            .pubnews-instagram-section.tab-column--four .instagram-content {
                grid-template-columns: repeat(4, 1fr);
            }

            .pubnews-instagram-section.tab-column--three .instagram-content {
                grid-template-columns: repeat(3, 1fr);
            }

            .pubnews-instagram-section.tab-column--two .instagram-content {
                grid-template-columns: repeat(2, 1fr);
            }

            .pubnews-instagram-section.tab-column--one .instagram-content {
                grid-template-columns: 100%;
            }
        }

    /* Mobile Column */
    @media (max-width: 610px) {
        .pubnews-instagram-section.mobile-column--ten .instagram-content {
            grid-template-columns: repeat(10, 1fr);
        }

        .pubnews-instagram-section.mobile-column--nine .instagram-content {
            grid-template-columns: repeat(9, 1fr);
        }

        .pubnews-instagram-section.mobile-column--eight .instagram-content {
            grid-template-columns: repeat(8, 1fr);
        }

        .pubnews-instagram-section.mobile-column--seven .instagram-content {
            grid-template-columns: repeat(7, 1fr);
        }

        .pubnews-instagram-section.mobile-column--six .instagram-content {
            grid-template-columns: repeat(6, 1fr);
        }

        .pubnews-instagram-section.mobile-column--five .instagram-content {
            grid-template-columns: repeat(5, 1fr);
        }

        .pubnews-instagram-section.mobile-column--four .instagram-content {
            grid-template-columns: repeat(4, 1fr);
        }

        .pubnews-instagram-section.mobile-column--three .instagram-content {
            grid-template-columns: repeat(3, 1fr);
        }

        .pubnews-instagram-section.mobile-column--two .instagram-content {
            grid-template-columns: repeat(2, 1fr);
        }

        .pubnews-instagram-section.mobile-column--one .instagram-content {
            grid-template-columns: 100%;
        }
    }

    /*  Slick Slider  */
        .pubnews-instagram-section.slider-enabled .slick-arrow,
        .widget.widget_blogistic_instagram_widget .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            cursor: pointer;
            border: none;
            font-size: 15px;
            border-radius: 10px;
            transition: all 250ms ease;
            -webkit-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            color: #ddd;
            background-color: var(--pubnews-global-preset-theme-color);
            text-align: center;
            padding: 0;
            width: 40px;
            height: 36px;
        }

        .pubnews-instagram-section.slider-enabled .slick-arrow:hover,
        .widget.widget_blogistic_instagram_widget .slick-arrow:hover {
            width: 50px;
            color: #fff;
        }

        .pubnews-instagram-section.slider-enabled .slick-arrow.slick-prev,
        .widget.widget_blogistic_instagram_widget .slick-arrow.slick-prev {
            left: 2px;
        }

        .pubnews-instagram-section.slider-enabled .slick-arrow.slick-next,
        .widget.widget_blogistic_instagram_widget .slick-arrow.slick-next {
            right: 2px;
        }

        .pubnews-instagram-section.slider-enabled .instagram-content {
            overflow: hidden;
        }

        .pubnews-instagram-section.slider-enabled .slick-list {
            margin: 0 -10px !important;
        }

        .pubnews-instagram-section.slider-enabled .instagram-item {
            margin: 0 10px;
        }


    /*
    ======================
        Layout Two
    ======================
    */
        .pubnews-instagram-section.layout--two .instagram-content {
            grid-template-columns: repeat(8, 1fr);
            grid-template-rows: repeat(2, 1fr);

            grid-auto-rows: auto;
            position: relative;
            
        }

        .pubnews-instagram-section.layout--two .instagram-content .instagram-item:nth-child(2),
        .pubnews-instagram-section.layout--two .instagram-content .instagram-item:nth-child(4) {
            grid-row: span 2;
            grid-column: span 2;
        }

        .pubnews-instagram-section.layout--two .instagram-content .instagram-item:nth-child(3) {
            grid-row: span 1;
            grid-column: span 2;
        }

        .pubnews-instagram-section.layout--two .instagram-content .instagram-item:before {
            padding-bottom: 170px;
        }

/*
    ===========================
        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);
    }


/* 
=========================
    Single Social Share
=========================
*/

    .pubnews-social-share .social-shares {
        padding: 0;
        margin: 0;
    }

    .pubnews-social-share .social-shares li {
        list-style: none;
    }

    .pubnews-social-share .share-icon i {
        width: 40px;
        height: 35px;
        text-align: center;
        line-height: 36px;
        margin-bottom: 25px;
        box-shadow: -1px -1px 2px 0px #0000000d, 1px 3px 4px -1px #0000001f;
        border-radius: 4px;
        position: relative;
        background-color: var(--social-share-bk-color);
    }

    .pubnews-social-share .share-icon i:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -4px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(45deg);
        background-color: var(--social-share-bk-color);
        z-index: 1;
        transform: translateX(-50%) rotate(45deg);
        box-shadow: 2px 1px 2px 0px #0000000d, 1px 3px 4px -1px #0000001f;
    }

    .pubnews_dark_mode .pubnews-social-share .share-icon i:after {
        border: none;
    }

    /* Sticky */
        .post-inner {
            position: relative;
        }

        .pubnews-social-share.display--fixed {
            position: absolute;
            left: -75px;
            height: 100%;
        }

        .pubnews-social-share.display--fixed .social-share-wrap {
            position: sticky;
            top: 0;
        }

        .logged-in .pubnews-social-share.display--fixed .social-share-wrap {
            top: 35px;
        }

        .pubnews-social-share.display--fixed .social-shares li a {
            width: 40px;
            height: 40px;
            display: inline-block;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            box-shadow: -1px -1px 2px 0px #0000000d, 1px 3px 4px -1px #0000001f;
            margin-bottom: 11px;
            background-color: var(--social-share-bk-color);
        }

        body.pubnews_dark_mode .pubnews-social-share .social-share-wrap .social-shares li.social-share a i {
            color: #fff;
        }

    /* Inline */
        .pubnews-social-share.display--inline {
            margin-bottom: 25px;
        }

        .pubnews-social-share.display--inline .social-share-wrap {
            display: flex;
        }

        .pubnews-social-share.display--inline .share-icon i {
            margin: 0 25px 0 0;
        }

        .pubnews-social-share.display--inline .share-icon i:after {
            right: -3px;
            left: initial;
            top: 50%;
            bottom: initial;
            box-shadow: 3px -3px 2px 0px #0000000d, 1px -4px 4px -1px #0000001f;
            transform: translateY(-50%) rotate(45deg);
        }

        .pubnews-social-share.display--inline .social-shares {
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
        }

        .pubnews-social-share.display--inline .social-shares li i {
            padding: 5px;
            width: 70px;
            text-align: center;
            line-height: 26px;
            font-size: 16px;
            border-radius: 2px;
            box-shadow: -1px -1px 2px 0px #0000000d, 1px 3px 4px -1px #0000001f;
        }

        body .pubnews-social-share.display--inline.color-inherit--custom .social-shares li i {
            background-color: var(--social-share-bk-color);
        }

        .pubnews-social-share.display--inline.color-inherit--global .social-shares li i {
            color: #fff;
        }

/** 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;
        }

    /** Image caption design **/

    figcaption.single-featured-image-caption {
        bottom: 0;
        width: 100%;
        position: absolute;
        margin: 0 auto;
        text-align: center;
        order: 5;
        background-color: #40404063;
        font-size: 21px;
        color: #e4e4e4;
        line-height: 45px;
    }
