/* 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 .one-newspaper-widget-carousel-posts .carousel-posts-wrap h2,
    .clamp-title--on .widget.widget_one_newspaper_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_one_newspaper_posts_grid_two_column_widget .post-title,
    .clamp-title--on .widget .posts-grid-wrap .post-title,
    .clamp-title--on .widget_one_newspaper_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 */
    .popular-posts-wrap:not(.slick-initialized) {
        height: 270px;
    }

    .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(--one-newspaper-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(--one-newspaper-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;
}

/* 
    MARK: SEARCH LAYOUTS
*/

    .search-form-wrap .search-posts-wrap {
	    max-height: 340px;
	    overflow-y: scroll;
	    padding-right: 8px;
	}

    .search-form-wrap form .search-submit {
		padding: 10px 25px;
	}

    .search-form-wrap .search-results-wrap {
		text-align: left;
	}

	.search-results-wrap .article-item {
		display: flex;
	}

    .search-results-wrap .article-item + .article-item {
        padding-top: 15px;
        margin-top: 15px;
    	border-top: 1px solid var(--border-bottom-color);
    }

	.search-results-wrap .article-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.search-results-wrap .article-item .post-thumb-wrap {
		flex: 0 1 20%;
		margin-right: 15px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		border-radius: 4px;
		overflow: hidden;
		align-self: flex-start;
	}

	.search-results-wrap .article-item .post-thumb-wrap img {
		display: block;
	}

	.search-results-wrap .article-item .post-element {
		flex: 0 1 80%;
		text-align: left;
	}

	.search-results-wrap .article-item .post-element .post-title {
		margin: 0 0 6px;
	    line-height: calc(var(--post-title-lineheight) * 0.98);
	    font-size: calc(var(--post-title-size) * 0.82);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

    .search-results-wrap .article-item .post-element .post-date {
        font-size: calc(var(--meta-size) * 0.84);
    }

    /* For Scrollbar */
	.search-form-wrap .search-posts-wrap::-webkit-scrollbar {
	    width: 4px;
	}

	.search-form-wrap .search-posts-wrap::-webkit-scrollbar-thumb {
	    background-color: var(--one-newspaper-global-preset-theme-color);
	    border-radius: 20px;
	}

/* Search One */
    .search-popup--one .search-results-wrap {
        margin-top: 15px;
    }

    .search-popup--one .search-form-wrap .search-posts-wrap {
        max-height: 240px;
    }

/* Search Two */
    .search-popup--two .search-form-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        cursor: initial;
        background-color: #0000003b;
        z-index: 92;
        backdrop-filter: blur(4px);
    }

    .search-popup--two .search-form-wrap .search-form {
        margin-top: 50vh;
        justify-content: center;
    }

    .search-popup--two .search-form-wrap form label {
        background: #fff;
        color: #000;
        border-radius: 6px;
	}

    .search-popup--two .search-form-wrap input.search-field {
        border: none;
        color: #000;
        height: 51px;
    }

    .search-popup--two .search-form-wrap input.search-field:focus {
        border: none;
        outline: none;
        color: #000000;
    }

    .search-form-wrap input.search-field::placeholder {
        font-size: 14px;
        color: #888;
        font-style: italic;
        letter-spacing: 0.5px;
    }

    .search-popup--two .site-header .search-form-wrap .search-form-inner-wrap {
        width: 65%;
        margin-inline: auto;
        position: relative;
    }

    .search-popup--two .site-header .search-form-wrap .search-close-btn {
        position: absolute;
        top: -50px;
        right: 0;
        display: block;
        cursor: pointer;
    }

    .search-popup--two .site-header .search-form-wrap .search-close-btn i {
        background: #fff;
        color: #000;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        border-radius: 3px;
    }

    /* Result Loaded */
	.search-popup--two .search-form-wrap form.results-loaded,
	.search-popup--two .search-form-wrap form.retrieving-posts {
		margin-top: 16vh;
		transition: .3s ease;
	}

	.search-popup--two .search-form-wrap .search-results-wrap {
		background-color: var(--inner-container-bk);
		margin-top: 35px;
		padding: 20px;
		text-align: left;
        border-radius: 6px;
	}

    .search-popup--two .search-form-wrap .search-results-wrap .article-item {
		align-items: center;
	}

	.search-popup--two .search-form-wrap .search-results-wrap .article-item .post-thumb-wrap {
		flex: 0 1 10%;
	}

	.search-popup--two .search-form-wrap .search-results-wrap .article-item .post-element {
		flex: 0 1 90%;
		text-align: left;
	}

    .search-popup--two .search-form.retrieving-posts label:before {
		background-color: transparent;
	    color: var(--white-text);
	    right: 35px;
	}

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

.search-popup--three .site-header .search-form-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 30px 0px;
    top: initial;
    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--three .site-header.layout--two .search-form-wrap {
    background-color: #fff;
}

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

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

.search-popup--three .site-header.full-width--layout .search-form-wrap form {
    width: 98%;
}

.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--three .site-header .search-form-wrap .search-field {
    width: 100%;
    height: 46px;
}

.one-newspaper-dark-mode.search-popup--three .search-field,
.one-newspaper-dark-mode.search-popup--one .search-field {
    background: #27272b;
    border-color: #343434;
    color: var(--white-text);
    outline: none;
}

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

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

    .search-popup--three .site-header .search-form-wrap form,
    body.search-popup--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_one_newspaper_ads_slider_widget .one-newspaper-advertisement-block { 
    display: flex;
    flex-direction: column;
    max-width: 373px;
    height: 500px;
}

@media ( max-width: 375px ) {
    .widget_one_newspaper_ads_slider_widget .one-newspaper-advertisement-block {
        max-width: 343px;
    }
}

@media ( max-width: 320px ) {
    .widget_one_newspaper_ads_slider_widget .one-newspaper-advertisement-block {
        max-width: 295px;
    }
}

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

.widget_one_newspaper_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_one_newspaper_ads_slider_widget .one-newspaper-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_one_newspaper_ads_slider_widget .one-newspaper-advertisement-block:hover .slick-arrow {
    visibility: visible;
}

.widget_one_newspaper_ads_slider_widget .one-newspaper-advertisement-block .slick-prev {
    left: 10px;
}

.widget_one_newspaper_ads_slider_widget .one-newspaper-advertisement-block .slick-next {
    right: 10px;
}

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

.widget_one_newspaper_ads_slider_widget .one-newspaper-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
=========================================
*/

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

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

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

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

    .one-newspaper-instagram-section .instagram-content .instagram-item:before {
        content: '';
        display: block;
        padding-bottom: 250px;
    }

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

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

    .one-newspaper-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-style: var(--post-title-style);
        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 15px;
            border-radius: 4px;
            text-decoration: none;
            transition: all ease .3s;
            display: inline-block;
            color: var(--one-newspaper-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(--one-newspaper-global-preset-theme-color);
        }

        .instagram-container .instagram-button .instagram-icon i {
            margin-right: 6px
        }

        .instagram-container .instagram-button .instagram-icon {
            font-size: 13px;
        }

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

        .instagram-container .instagram-button .instagram-label {
            line-height: 22px;
            font-size: 17px;
            font-family: 'League Spartan';
            font-weight: 400;
        }

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

    .one-newspaper-instagram-section .instagram-content:not(.slick-slider) {
        display: grid;
        gap: 4px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*  Slick Slider  */
        .one-newspaper-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(--one-newspaper-global-preset-theme-color);
            text-align: center;
            padding: 0;
            width: 40px;
            height: 36px;
        }

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

        .one-newspaper-instagram-section.slider-enabled .slick-list {
            margin: 0 - var(--one-newspaper-insta-margin) !important;
        }

        .one-newspaper-instagram-section.slider-enabled .instagram-item {
            margin: 0 2px;
        }

    /*
    ======================
        Layout Two
    ======================
    */
        .one-newspaper-instagram-section.layout--two .instagram-content {
            grid-template-columns: repeat(8, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-auto-rows: auto;
            position: relative;            
        }

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

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

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

/*
    ===========================
        Background Animation
    ===========================
    */
        .background-animation--one .one-newspaper-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 .one-newspaper-background-animation span.item {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 4px;
            height: 4px;
            background: var(--one-newspaper-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 .one-newspaper-background-animation span.item::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            height: 1px;
            background: linear-gradient(90deg, var(--one-newspaper-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 .one-newspaper-background-animation span.item:nth-child(1) {
            top: 0;
            right: 0;
            left:initial;
            animation-delay: 0.5s;
            animation-duration: 1s;
        }

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

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

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

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

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

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

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

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

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

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

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

        .background-animation--one .one-newspaper-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 .one-newspaper-background-animation {
            position: fixed;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: -1;
            top: 0;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

        .background-animation--two .one-newspaper-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 .one-newspaper-background-animation .item:nth-child(4),
            .background-animation--two .one-newspaper-background-animation .item:nth-child(5),
            .background-animation--two .one-newspaper-background-animation .item:nth-child(6),
            .background-animation--two .one-newspaper-background-animation .item:nth-child(7),
            .background-animation--two .one-newspaper-background-animation .item:nth-child(11),
            .background-animation--two .one-newspaper-background-animation .item:nth-child(13),
            .background-animation--two .one-newspaper-background-animation .item:nth-child(9),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(9),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(4),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(12),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(10),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(2),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(5),
            .background-animation--three .one-newspaper-background-animation .item:nth-child(1),
            .one-newspaper-background-animation.hide-on-mobile {
                display: none;
            }
        }

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

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

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

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

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

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

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

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

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


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

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

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

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

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

    .one-newspaper-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 */
    .one-newspaper-cursor.type--two {
        content: '';
        width: 10px;
        height: 10px;
        background: var( --one-newspaper-global-preset-gradient-color-2 );
        border-radius: 50%;
        position: fixed;
        z-index: 999;
        pointer-events: none;
        overflow: hidden;
        transform: translate(92%, 106%);
        transition: .10s;
    }

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


/* 
=========================
    Single Social Share
=========================
*/
    body .widget .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon:hover,
	body .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon:hover i,
	body .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-background a.social-icon i,
	body .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon:hover i {
		color: #fff;
	}

    .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-background a.social-icon i {
        background-color: #444446;
    }

	.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).is-border a.social-icon i {
		outline: 1px solid var(--social-icon-border-color);
	}

	.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow a.social-icon i {
		box-shadow: 0 0 3px var(--social-icon-box-shadow-color);
	}

        /* Facebook */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.facebook i {
            color: #1877F2;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.facebook i {
            background-color: #1877F2;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.facebook,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.facebook i {
            box-shadow: 0 0 5px #1a6dd463;
        }

        .social-platforms-widget .official-color--enabled.is-background a.social-icon.facebook,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.facebook i {
            background-color: #1a6dd4;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.facebook,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.facebook i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.facebook {
            color: #1a6dd4;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.facebook,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.facebook i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.facebook i {
            outline: 2px solid #1a6dd4;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.facebook:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.is-box-shadow.official-color--enabled a.facebook:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.facebook:hover i {
            background-color: #1a6dd4;
        }

        /* Twitter */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.twitter i {
            color: #55acef;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.twitter i {
            background-color: #55acef;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.twitter,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.twitter i {
            box-shadow: 0 0 5px #55acef6b;
        }

        .social-platforms-widget .official-color--enabled.is-background a.social-icon.twitter,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.twitter i {
            background-color: #55acef;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.twitter,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.twitter i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.twitter	{
            color: #55acef;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.twitter,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.twitter i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.twitter i {
            outline: 2px solid #55acef;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.twitter:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.twitter:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.twitter:hover i {
            background-color: #55acef;
        }

        /* Instagram */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.instagram i {
            color: #3f729b;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.instagram i {
            background-color: #3f729b;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.instagram,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.instagram i {
            box-shadow: 0 0 5px #3f729b73;
        }
        
        .social-platforms-widget .is-background.official-color--enabled a.social-icon.instagram,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.instagram i {
            background-color: #3f729b;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.instagram,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.instagram i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.instagram {
            color: #3f729b;
        }
        
        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.instagram,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.instagram i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.instagram i {
            outline: 2px solid #3f729b;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.instagram:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.instagram:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.instagram:hover i {
            background-color: #3f729b;
        }

        /* X */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.x i {
            color: #000;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.x i {
            background-color: #333333;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.x,
		.bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.x i {
			box-shadow: 0 0 5px #0000006b;
		}

		.social-platforms-widget .official-color--enabled.is-background a.social-icon.x,
		.bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.social-icon.x i {
			background-color: #000000;
		}

		.social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.x,
		.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.x i
		footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.x {
			color: #000000;
		}

		.social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.x,
		.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.x i,
		.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.x i {
			outline: 2px solid #000000;
		}

		.social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.x:hover,
		.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.x:hover i,
		.bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.x:hover i {
			background-color: #000000;
		}

        /* Linkedin */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.linkedin i {
            color: #0077b5;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.linkedin i {
            background-color: #0077b5;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.linkedin,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.linkedin i {
            box-shadow: 0 0 5px #0077b56e;
        }

        .social-platforms-widget .official-color--enabled.is-background a.social-icon.linkedin,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.linkedin i {
            background-color: #0077b5;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.linkedin,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.linkedin i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.linkedin {
            color: #0077b5;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.linkedin,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.linkedin i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.linkedin i {
            outline: 2px solid #0077b5;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.linkedin:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.linkedin:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.linkedin:hover i {
            background-color: #0077b5;
        }

        /* Reddit */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.reddit i {
            color: #ff4500;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.reddit i {
            background-color: #ff4500;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.reddit,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.reddit i {
            box-shadow: 0 0 5px #ff450070;
        }

        .social-platforms-widget .is-background a.social-icon.reddit,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.reddit i {
            background-color: #ff4500;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.reddit,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.reddit i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.reddit {
            color: #ff4500;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.reddit,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.reddit i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.reddit i {
            outline: 2px solid #ff4500;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.reddit:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.reddit:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.reddit:hover i {
            background-color: #ff4500;
        }

        /* tumblr */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.tumblr i {
            color: #00405d;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.tumblr i {
            background-color: #00405d;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.tumblr,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.tumblr i {
            box-shadow: 0 0 5px #00405d73;
        }

        .social-platforms-widget .is-background a.social-icon.tumblr,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.tumblr i {
            background-color: #00405d;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.tumblr,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.tumblr i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.tumblr {
            color: #00405d;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.tumblr,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.tumblr i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.tumblr i {
            outline: 2px solid #00405d;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.tumblr:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.tumblr:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.tumblr:hover i {
            background-color: #00405d;
        }

        /* Weixin */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.fa-weixin {
            color: #00c70a;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.fa-weixin {
            background-color: #00c70a;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.weixin,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.weixin i {
            box-shadow: 0 0 5px #00c70a73;
        }

        .social-platforms-widget .is-background a.social-icon.weixin,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.weixin i {
            background-color: #00c70a;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.weixin,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.weixin i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.weixin {
            color: #00c70a;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.weixin,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.weixin i ,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.weixin i {
            outline: 2px solid #00c70a;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.weixin:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.weixin:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.weixin:hover i {
            background-color: #00c70a;
        }

        /* Weibo */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.fa-weibo {
            color: #ce1126;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.fa-weibo {
            background-color: #ce1126;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.weibo,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.weibo i {
            box-shadow: 0 0 5px #ce112670;
        }

        .social-platforms-widget .is-background a.social-icon.weibo,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.weibo i {
            background-color: #ce1126;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.weibo,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.weibo i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.weibo {
            color: #ce1126;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.weibo,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.weibo i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.weibo i {
            outline: 2px solid #ce1126;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.weibo:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.weibo:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.weibo:hover i {
            background-color: #ce1126;
        }

        /* Google Plus */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.fa-google-plus-g {
            color: #dc4e41;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.fa-google-plus-g {
            background-color: #dc4e41;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.google-plus,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.google-plus i {
            box-shadow: 0 0 5px #dc4e4173;
        }

        .social-platforms-widget .is-background a.social-icon.google-plus,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.google-plus i {
            background-color: #dc4e41;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.google-plus,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.google-plus i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.google-plus {
            color: #dc4e41;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.google-plus,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.google-plus i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.google-plus i {
            outline: 2px solid #dc4e41;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.google-plus:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.google-plus:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.google-plus:hover i {
            background-color: #dc4e41;
        }

        /* Skype */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.skype i {
            color: #00aff0;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.skype i {
            background-color: #00aff0;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.skype,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.skype i {
            box-shadow: 0 0 5px #00aff069;
        }

        .social-platforms-widget .is-background a.social-icon.skype,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.skype i {
            background-color: #00aff0;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.skype,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.skype i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.skype {
            color: #00aff0;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.skype,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.skype i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.skype i {
            outline: 2px solid #00aff0;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.skype:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.skype:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.skype:hover i {
            background-color: #00aff0;
        }

        /* Telegram */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.telegram i {
            color: #27a6e6;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.telegram i {
            background-color: #27a6e6;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.telegram,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.telegram i {
            box-shadow: 0 0 5px #27a6e66b;
        }

        .social-platforms-widget .is-background a.social-icon.telegram,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.telegram i {
            background-color: #27a6e6;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.telegram,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.telegram i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.telegram {
            color: #27a6e6;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.telegram,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.telegram i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.telegram i {
            outline: 2px solid #27a6e6;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.telegram:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.telegram:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.telegram:hover i {
            background-color: #27a6e6;
        }

        /* Whatsapp */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.whatsapp i {
            color: #25d366;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.whatsapp i {
            background-color: #25d366;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.whatsapp,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.whatsapp i {
            box-shadow: 0 0 5px #43d85470;
        }

        .social-platforms-widget .is-background a.social-icon.whatsapp,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.whatsapp i {
            background-color: #43d854;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.whatsapp,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.whatsapp i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.whatsapp {
            color: #43d854;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.whatsapp,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.whatsapp i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.whatsapp i {
            outline: 2px solid #43d854;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.whatsapp:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.whatsapp:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.whatsapp:hover i {
            background-color: #43d854;
        }

        /* Pinterest */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.pinterest i {
            color: #bd081c;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.pinterest i {
            background-color: #bd081c;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.pinterest,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.pinterest i {
            box-shadow: 0 0 5px #bd081c6e;
        }

        .social-platforms-widget .official-color--enabled.is-background a.social-icon.pinterest,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.pinterest i {
            background-color: #bd081c;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.pinterest,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.pinterest i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.pinterest {
            color: #bd081c;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.pinterest,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.pinterest i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.pinterest i {
            outline: 2px solid #bd081c;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.pinterest:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.pinterest:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.pinterest:hover i {
            background-color: #bd081c;
        }

        /* Vk */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.vk i {
            color: #0077ff;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.vk i {
            background-color: #0077ff;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.vk,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.vk i {
            box-shadow: 0 0 5px #0077ff6b;
        }

        .social-platforms-widget .is-background a.social-icon.vk,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.vk i {
            background-color: #0077ff;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.vk,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.vk i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.vk {
            color: #0077ff;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.vk,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.vk i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.vk i {
            outline: 2px solid #0077ff;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.vk:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.vk:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.vk:hover i {
            background-color: #0077ff;
        }

        /* Line */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.line i {
            color: #00c300;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.line i {
            background-color: #00c300;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.line,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.line i {
            box-shadow: 0 0 5px #00c30070;
        }

        .social-platforms-widget .is-background a.social-icon.line,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.line i {
            background-color: #00c300;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.line,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.line i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.line {
            color: #00c300;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.line,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.line i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.line i {
            outline: 2px solid #00c300;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.line:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.line:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.line:hover i {
            background-color: #00c300;
        }

        /* Blogger */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.blogger i {
            color: #f57d00;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.blogger i {
            background-color: #f57d00;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.blogger,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.blogger i {
            box-shadow: 0 0 5px #f57d0075;
        }

        .social-platforms-widget .is-background a.social-icon.blogger,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.blogger i {
            background-color: #f57d00;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.blogger,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.blogger i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.blogger {
            color: #f57d00;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.blogger,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.blogger i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.blogger i {
            outline: 2px solid #f57d00;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.blogger:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.blogger:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.blogger:hover i {
            background-color: #f57d00;
        }

        /* Evernote */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.evernote i {
            color: #00A82D;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.evernote i {
            background-color: #00A82D;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.evernote,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.evernote i {
            box-shadow: 0 0 5px #2dbe6073;
        }

        .social-platforms-widget .is-background a.social-icon.evernote,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.evernote i {
            background-color: #2dbe60;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.evernote,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.evernote i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.evernote {
            color: #2dbe60;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.evernote,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.evernote i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.evernote i {
            outline: 2px solid #2dbe60;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.evernote:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.evernote:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.evernote:hover i {
            background-color: #2dbe60;
        }

        /* Yahoo */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.yahoo i {
            color: #410093;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.yahoo i {
            background-color: #410093;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.yahoo,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.yahoo i {
            box-shadow: 0 0 5px #41009373;
        }

        .social-platforms-widget .is-background a.social-icon.yahoo,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.yahoo i {
            background-color: #410093;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.yahoo,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.yahoo i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.yahoo {
            color: #410093;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.yahoo,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.yahoo i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.yahoo i {
            outline: 2px solid #410093;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.yahoo:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.yahoo:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.yahoo:hover i {
            background-color: #410093;
        }

        /* Viber */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.viber i {
            color: #7360f2;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.viber i {
            background-color: #7360f2;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.viber,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.viber i {
            box-shadow: 0 0 5px #7360f26e;
        }

        .social-platforms-widget .is-background a.social-icon.viber,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.viber i {
            background-color: #7360f2;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.viber,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.viber i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.viber {
            color: #7360f2;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.viber,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.viber i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.viber i {
            outline: 2px solid #7360f2;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.viber:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.viber:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.viber:hover i {
            background-color: #7360f2;
        }

        /* mix */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.mix i {
            color: #ffd51f;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.mix i {
            background-color: #ffd51f;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.mix,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.mix i {
            box-shadow: 0 0 5px #ffd51f73;
        }

        .social-platforms-widget .is-background a.social-icon.mix,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.mix i {
            background-color: #ffd51f;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.mix,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.mix i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.mix {
            color: #ffd51f;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.mix,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.mix i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.mix i {
            outline: 2px solid #ffd51f;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.mix:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.mix:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.mix:hover i {
            background-color: #ffd51f;
        }

        /* Xing */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.xing i {
            color: #026466;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.xing i {
            background-color: #026466;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.xing,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.xing i {
            box-shadow: 0 0 5px #0264666e;
        }

        .social-platforms-widget .is-background a.social-icon.xing,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.xing i {
            background-color: #026466;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.xing,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.xing i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.xing {
            color: #026466;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.xing,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.xing i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.xing i {
            outline: 2px solid #026466;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.xing:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.xing:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.xing:hover i {
            background-color: #026466;
        }

        /* Digg */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.digg i {
            color: #000000;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.digg i {
            background-color: #000000;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.digg,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.digg i {
            box-shadow: 0 0 5px #00000073;
        }

        .social-platforms-widget .official-color--enabled.is-background a.social-icon.digg,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.social-icon.digg i {
            background-color: #000000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.digg,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.digg i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.digg {
            color: #000000;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.digg,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.digg i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.digg i {
            outline: 2px solid #000000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.digg:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.digg:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.digg:hover i {
            background-color: #000000;
        }

        .news_event_dark_mode .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.digg,
        .news_event_dark_mode .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.digg i {
            color: #8b8b8b;
            outline: 2px solid #8b8b8b;
        }

        /* Stumpleupon */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.stumbleupon i {
            color: #eb4924;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.stumbleupon i {
            background-color: #eb4924;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.stumbleupon,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.stumbleupon i {
            box-shadow: 0 0 5px #eb49247a;
        }

        .social-platforms-widget .is-background a.social-icon.stumbleupon,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.stumbleupon i {
            background-color: #eb4924;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.stumbleupon,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.stumbleupon i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.stumbleupon {
            color: #eb4924;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.stumbleupon,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.stumbleupon i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.stumbleupon i {
            outline: 2px solid #eb4924;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.stumbleupon:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.stumbleupon:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.stumbleupon:hover i {
            background-color: #eb4924;
        }

        /* Delicious */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.delicious i {
            color: #3399ff;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.delicious i {
            background-color: #3399ff;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.delicious,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.delicious i {
            box-shadow: 0 0 5px #3399ff73;
        }

        .social-platforms-widget .official-color--enabled.is-background a.social-icon.delicious,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.delicious i {
            background-color: #3399ff;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.delicious,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.delicious i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.delicious {
            color: #3399ff;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.delicious,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.delicious i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.delicious i {
            outline: 2px solid #3399ff;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.delicious:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.delicious:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.delicious:hover i {
            background-color: #3399ff;
        }

        /* Buffer */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.buffer i {
            color: #000;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.buffer i {
            background-color: #000;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.buffer,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.buffer i {
            box-shadow: 0 0 5px #0000006b;
        }

        .social-platforms-widget .is-background a.social-icon.buffer,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.buffer i {
            background-color: #000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.buffer,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.buffer i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.buffer {
            color: #000;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.buffer,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.buffer i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.buffer i {
            outline: 2px solid #000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.buffer:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.buffer:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.buffer:hover i {
            background-color: #000;
        }

        .one-newspaper-dark-mode .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.buffer {
            color: #8b8b8b;
            outline: 2px solid #8b8b8b;
        }

        /* Diaspora */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.diaspora i {
            color: #236091;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.diaspora i {
            background-color: #236091;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.diaspora,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.diaspora i {
            box-shadow: 0 0 5px #2360916b;
        }

        .social-platforms-widget .is-background a.social-icon.diaspora,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.diaspora i {
            background-color: #236091;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.diaspora,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.diaspora i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.diaspora {
            color: #236091;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.diaspora,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.diaspora i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.diaspora i {
            outline: 2px solid #236091;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.diaspora:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.diaspora:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.diaspora:hover i {
            background-color: #236091;
        }

        /* Renren */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.renren i {
            color: #01579b;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.renren i {
            background-color: #01579b;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.renren,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.renren i {
            box-shadow: 0 0 5px #01579b6b;
        }

        .social-platforms-widget .is-background a.social-icon.renren,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.renren i {
            background-color: #01579b;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.renren,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.renren i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.renren {
            color: #01579b;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.renren,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.renren i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.renren i {
            outline: 2px solid #01579b;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.renren:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.renren:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.renren:hover i {
            background-color: #01579b;
        }

        /* Wordpress */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.wordpress i {
            color: #00749C;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.wordpress i {
            background-color: #00749C;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.wordpress,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.wordpress i {
            box-shadow: 0 0 5px #00769d66;
        }

        .social-platforms-widget .is-background a.social-icon.wordpress,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.wordpress i {
            background-color: #00769d;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.wordpress,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.wordpress i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.wordpress {
            color: #00769d;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.wordpress,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.wordpress i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.wordpress i {
            outline: 2px solid #00769d;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.wordpress:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.wordpress:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.wordpress:hover i {
            background-color: #00769d;
        }

        /* Amazon */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.amazon i {
            color: #000000;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.amazon i {
            background-color: #000000;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.amazon,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.amazon i {
            box-shadow: 0 0 5px #00000073;
        }

        .social-platforms-widget .is-background a.social-icon.amazon,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.amazon i {
            background-color: #000000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.amazon,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.amazon i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.amazon {
            color: #000000;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.amazon,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.amazon i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.amazon i {
            outline: 2px solid #000000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.amazon:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.amazon:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.amazon:hover i {
            background-color: #000000;
        }

        .one-newspaper-dark-mode .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.amazon {
            color: #8b8b8b;
            outline: 2px solid #8b8b8b;
        }

        /* Copy Link */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.copy i {
            color: #000;
        }

        .single .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.copy i {
            background-color: #000;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.copy,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.copy i {
            box-shadow: 0 0 5px #0000006b;
        }

        .social-platforms-widget .is-background a.social-icon.copy,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.copy i {
            background-color: #000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.copy,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.copy i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.copy {
            color: #000;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.copy,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.copy i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.copy i {
            outline: 2px solid #000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.copy:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.copy:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.copy:hover i {
            background-color: #000;
        }

        .one-newspaper-dark-mode .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.copy {
            color: #8b8b8b;
            outline: 2px solid #8b8b8b;
        }

        /* Print */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.print i {
            color: #000;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.print i {
            background-color: #000;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.print,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.print i {
            box-shadow: 0 0 5px #0000006b;
        }

        .social-platforms-widget .is-background a.social-icon.print,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.print i {
            background-color: #000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.print,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.print i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.print {
            color: #000;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.print,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.print i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.print i {
            outline: 2px solid #000;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.print:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.print:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.print:hover i {
            background-color: #000;
        }

        .one-newspaper-dark-mode .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.print {
            color: #8b8b8b;
            outline: 2px solid #8b8b8b;
        }

        /* Envelope */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.envelope i {
            color: #7f6346;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.envelope i {
            background-color: #7f6346;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.envelope,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.envelope i {
            box-shadow: 0 0 5px #7f634669;
        }

        .social-platforms-widget .is-background a.social-icon.envelope,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.envelope i {
            background-color: #7f6346;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.envelope,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.envelope i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.envelope {
            color: #7f6346;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.envelope,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.envelope i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.envelope i {
            outline: 2px solid #7f6346;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.envelope:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.envelope:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.envelope:hover i {
            background-color: #7f6346;
        }

        /* Odnoklassniki */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.odnoklassniki i {
            color: #ee8208;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.odnoklassniki i {
            background-color: #ee8208;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.odnoklassniki,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.odnoklassniki i {
            box-shadow: 0 0 5px #ee820873;
        }

        .social-platforms-widget .is-background a.social-icon.odnoklassniki,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.odnoklassniki i {
            background-color: #ee8208;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.odnoklassniki,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.odnoklassniki i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.odnoklassniki {
            color: #ee8208;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.odnoklassniki,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.odnoklassniki i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.odnoklassniki i {
            outline: 2px solid #ee8208;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.odnoklassniki:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.odnoklassniki:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.odnoklassniki:hover i {
            background-color: #ee8208;
        }

        /* Pocket */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.pocket i {
            color: #f0465b;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.pocket i {
            background-color: #f0465b;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.get.pocket,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.get.pocket i {
            box-shadow: 0 0 5px #e8435273;
        }

        .social-platforms-widget .is-background a.social-icon.get.pocket,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.get.pocket i {
            background-color: #e84352;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.get.pocket,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.get.pocket i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.pocket {
            color: #e84352;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.get.pocket,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.get.pocket i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.get.pocket i {
            outline: 2px solid #e84352;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.get.pocket:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.get.pocket:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.get.pocket:hover i {
            background-color: #e84352;
        }

        /* Flipboard */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.flipboard i {
            color: #e12828;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.flipboard i {
            background-color: #e12828;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.flipboard,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.flipboard i {
            box-shadow: 0 0 5px #e128286e;
        }

        .social-platforms-widget .is-background a.social-icon.flipboard,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.flipboard i {
            background-color: #e12828;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.flipboard,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.flipboard i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.flipboard {
            color: #e12828;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.flipboard,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.flipboard i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.flipboard i {
            outline: 2px solid #e12828;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.flipboard:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.flipboard:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.flipboard:hover i {
            background-color: #e12828;
        }

        /* Hacker News */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.hacker-news i {
            color: #ff6600;
        }

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

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.hacker-news,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.hacker-news i {
            box-shadow: 0 0 5px #ff660073;
        }

        .social-platforms-widget .is-background a.social-icon.hacker-news,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.hacker-news i {
            background-color: #ff6600;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.hacker-news,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.hacker-news i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.hacker-news {
            color: #ff6600;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.hacker-news,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.hacker-news i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.hacker-news i {
            outline: 2px solid #ff6600;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.hacker-news:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.hacker-news:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.hacker-news:hover i {
            background-color: #ff6600;
        }

        /* Comments SMS */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.comment-sms i {
            color: #ff4401;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.comment-sms i {
            background-color: #ff4401;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.sms,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.sms i {
            box-shadow: 0 0 5px #ff44016b;
        }

        .social-platforms-widget .is-background a.social-icon.sms,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.sms i {
            background-color: #ff4401;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.sms,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.sms i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.sms {
            color: #ff4401;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.sms,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.sms i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.sms i {
            outline: 2px solid #ff4401;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.sms:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.sms:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.sms:hover i {
            background-color: #ff4401;
        }

        /* Trello */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.trello i {
            color: #008bdc;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.trello i {
            background-color: #008bdc;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.trello,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.trello i {
            box-shadow: 0 0 5px #008bdc6b;
        }

        .social-platforms-widget .is-background a.social-icon.trello,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.trello i {
            background-color: #008bdc;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.trello,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.trello i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.trello {
            color: #008bdc;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.trello,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.trello i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.trello i {
            outline: 2px solid #008bdc;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.trello:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.trello:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.trello:hover i {
            background-color: #008bdc;
        }

        /* Viadeo */
        .single .display--fixed .one-newspaper-social-share.color-inherit--global .social-share.viadeo i {
            color: #f07355;
        }

        .one-newspaper-social-share-wrap:not(.display--fixed) .one-newspaper-social-share.color-inherit--global .social-share.viadeo i {
            background-color: #f07355;
        }

        .social-platforms-widget .is-box-shadow.official-color--enabled a.social-icon.viadeo,
        .bb-bldr-row .social-icons-wrap .is-box-shadow.official-color--enabled a.social-icon.viadeo i {
            box-shadow: 0 0 5px #f0735573;
        }

        .social-platforms-widget .is-background a.social-icon.viadeo,
        .bb-bldr-row .social-icons-wrap .official-color--enabled.is-background a.viadeo i {
            background-color: #f07355;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.viadeo,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.viadeo i,
        footer .social-icons-wrap .one-newspaper-social-icon.official-color--enabled a.social-icon.viadeo {
            color: #f07355;
        }

        .social-platforms-widget .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.viadeo,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.is-background.official-color--enabled a.social-icon.viadeo i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border:not(.is-background).official-color--enabled a.social-icon.viadeo i {
            outline: 2px solid #f07355;
        }

        .social-platforms-widget .one-newspaper-social-icon:not(.is-background).official-color--enabled a.social-icon.viadeo:hover,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-box-shadow.official-color--enabled a.social-icon.viadeo:hover i,
        .bb-bldr-row .social-icons-wrap .one-newspaper-social-icon.is-border.official-color--enabled a.social-icon.viadeo:hover i {
            background-color: #f07355;
        }

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