/* Clamp Title */
    .news-grid .post-title,
    .news-list-post-wrap .list-item .post-title,
    .news-carousel .post-title,
    .news-filter .post-title,
    .news-alter .post-title,
    .news-event-widget-carousel-posts .carousel-posts-wrap h2,
    .widget.widget_news_event_news_filter_tabbed_widget .post-element .post-title,
    .widget .popular-posts-wrap .post-title,
    .widget_news_event_posts_grid_two_column_widget .post-title,
    .widget .posts-grid-wrap .post-title,
    .widget_news_event_posts_list_widget .permalink-wrapper,
    .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 var(--news-event-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(--news-event-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;
}

.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(--news-event-global-preset-theme-color);
    font-size: 25px;
}

.search-popup--style-two input.search-field:focus {
	border: none;
	outline: none;
	border-bottom: 3px solid var(--news-event-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(--news-event-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 .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;
    background-color: #000;
}

.search-popup--style-three .site-header.layout--two .search-form-wrap {
    background-color: #fff;
}

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

.news_event_dark_mode.search-popup--style-three .search-field,
.news_event_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%;
    }
}

.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_news_event_ads_slider_widget .news-event-advertisement-block { 
    display: flex;
    flex-direction: column;
    max-width: 373px;
    height: 500px;
}

@media ( max-width: 375px ) {
    .widget_news_event_ads_slider_widget .news-event-advertisement-block {
        max-width: 343px;
    }
}

@media ( max-width: 320px ) {
    .widget_news_event_ads_slider_widget .news-event-advertisement-block {
        max-width: 295px;
    }
}

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

.widget_news_event_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_news_event_ads_slider_widget .news-event-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_news_event_ads_slider_widget .news-event-advertisement-block:hover .slick-arrow {
    visibility: visible;
}

.widget_news_event_ads_slider_widget .news-event-advertisement-block .slick-prev {
    left: 10px;
}

.widget_news_event_ads_slider_widget .news-event-advertisement-block .slick-next {
    right: 10px;
}

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

.widget_news_event_ads_slider_widget .news-event-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
    ===========================
    */

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

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

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

        .background-animation--three .news-event-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 .news-event-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 .news-event-background-animation .item:nth-child(2):after {
            content: '';
            position: absolute;
            border-width: 2.3em;
            border-style: solid;
            border-left-color: var(--news-event-animation-object-color);
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-top-color: transparent;
        }

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

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

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

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

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

        .background-animation--three .news-event-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 .news-event-background-animation .item:nth-child(9),
        .background-animation--three .news-event-background-animation .item:nth-child(10),
        .background-animation--three .news-event-background-animation .item:nth-child(11),
        .background-animation--three .news-event-background-animation .item:nth-child(12),
        .background-animation--three .news-event-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--three .news-event-background-animation {
            z-index: 1;
        }


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

    body {
        overflow-x: hidden;
        margin: 0;
    }

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

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


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

        /* color */
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-facebook-f,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-facebook,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-facebook {
            color: #1877F2;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-facebook-f,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-facebook,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-facebook {
            background-color: #1877F2;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-twitter {
            color: #1DA1F2;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-twitter {
            background-color: #1DA1F2;
        }

        /*  */

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-instagram,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-instagram {
            color: #fc5e31;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-instagram,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-instagram {
            background-color: #fc5e31;
        }

        /*  */

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-x-twitter,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-x-twitter {
            color: #333333;
        }

        .single.blogzee-dark-mode .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-x-twitter,
        .single.blogzee-dark-mode .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-x-twitter {
            color: #000;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-x-twitter,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-x-twitter {
            background-color: #333333;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-linkedin,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-linkedin-in {
            color: #0A66C2;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-linkedin,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-linkedin-in {
            background-color: #0A66C2;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-reddit,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-reddit-alien,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-reddit {
            color: #FF5700;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-reddit,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-reddit-alien,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-reddit {
            background-color: #FF5700;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-tumblr,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-tumblr {
            color: #000;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-tumblr,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-tumblr {
            background-color: #000;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-weixin {
            color: #09B83E;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-weixin {
            background-color: #09B83E;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-weibo {
            color: #DF2029;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-weibo {
            background-color: #DF2029;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-google-plus,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-google-plus,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-google-plus-g {
            color: #dd4b39;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-google-plus,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-google-plus,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-google-plus-g {
            background-color: #dd4b39;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-skype {
            color: #00AFF0;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-skype {
            background-color: #00AFF0;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-telegram {
            color: #2AABEE;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-telegram {
            background-color: #2AABEE;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-whatsapp,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-whatsapp {
            color: #25d366;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-whatsapp,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-whatsapp {
            background-color: #25d366;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-pinterest,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-pinterest,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-pinterest-p {
            color: #E60023;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-pinterest,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-pinterest,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-pinterest-p {
            background-color: #E60023;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-vk {
            color: #4C75A3;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-vk {
            background-color: #4C75A3;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-line {
            color: #06C755;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-line {
            background-color: #06C755;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-blogger,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-blogger-b {
            color: #fb8f3d;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-blogger,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-blogger-b {
            background-color: #fb8f3d;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-evernote {
            color: #00A82D;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-evernote {
            background-color: #00A82D;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-yahoo {
            color: #410093;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-yahoo {
            background-color: #410093;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-viber {
            color: #7360F2;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-viber {
            background-color: #7360F2;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-mix {
            color: #FF8126;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-mix {
            background-color: #FF8126;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-xing,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-xing {
            color: #026466;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-xing,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-xing {
            background-color: #026466;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-digg {
            color: #005be2;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-digg {
            background-color: #005be2;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-stumpleupon,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-stumpleupon-circle {
            color: #EB471D;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-stumpleupon,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-stumpleupon-circle {
            background-color: #EB471D;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-delicious {
            color: #585e46;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-delicious {
            background-color: #585e46;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-buffer {
            color: #9FF6F9;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-buffer {
            background-color: #9FF6F9;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-diaspora {
            color: #000;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-diaspora {
            background-color: #000;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-renren {
            color: #01579B;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-renren {
            background-color: #01579B;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-wordpress,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-wordpress-simple {
            color: #00749C;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-wordpress,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-wordpress-simple {
            background-color: #00749C;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-amazon {
            color: #FF9900;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-amazon {
            background-color: #FF9900;
        }

        .news-event-social-share .social-share .fa-copy_link {
            background-image: linear-gradient(151deg, #F8997D 0%, #AD336D 100%);
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-copy {
            background-image: linear-gradient(151deg, #F8997D 0%, #AD336D 100%);
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-print {
            color: #000;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-print {
            background-color: #000;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-envelope {
            color: #CF202E
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-envelope {
            background-color: #CF202E
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-odnoklassniki,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-odnoklassniki {
            color: #ff7800;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-odnoklassniki,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-odnoklassniki {
            background-color: #ff7800;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-get-pocket {
            color: #f0465b;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-get-pocket {
            background-color: #f0465b;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-flipboard {
            color: #f52f2f;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-flipboard {
            background-color: #f52f2f;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-stumbleupon-circle,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-stumbleupon {
            color: #EB4924;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-stumbleupon-circle,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-stumbleupon {
            background-color: #EB4924;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-hacker-news {
            color: #ff6600;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-hacker-news {
            background-color: #ff6600;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-comment-sms {
            color: #39ff5a;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-comment-sms {
            background-color: #39ff5a;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-trello {
            color: #026aa7;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-trello {
            background-color: #026aa7;
        }

        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-viadeo,
        .single .display--fixed .news-event-social-share.color-inherit--global .social-share .fa-square-viadeo {
            color: #EE7356;
        }

        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-viadeo,
        .news-event-social-share-wrap:not(.display--fixed) .news-event-social-share.color-inherit--global .social-share .fa-square-viadeo {
            background-color: #EE7356;
        }

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