/**
1.0 Normalize 
2.0 Header
3.0 Ticker

4.0 Banner Slider
	4.1 Banner Layout One
	4.2 Banner Layout Two
	4.3 Banner Layout Three
	4.4 Banner Layout Four
	4.5 Banner Layout Five

5.0 Full Width Sectin
6.0 Left Content Right Sidebar
7.0 Right Content Left Sidebar
8.0 Bottom Full Width Section

9.0 Grid Layout
	9.1 Grid Layout One
	9.2 Grid Layout Two
	9.3 Grid Layout Three
	9.4 Grid Layout Four

10.0 List Layout
	10.1 List Layout One
	10.2 List Layout Two
	11.3 List Layout Three
	11.4 List Layout Four

11.0 Carousel Layout
	11.1 Carousel Layout One
	11.2 Carousel Layout Two
	11.3 Carousel Layout Three
	11.4 Carousel Layout Four

12.0 Filter Layout
	12.1 Filter Layout One
	12.2 Filter Layout Two
	11.3 Filter Layout Three
	11.4 Filter Layout Four

13.0 Footer Section
14.0 Widgets
15.0 Image Hover Effect
16.0 Title Hover Effect
17.0 Archive Layouts
	17.1 Archive Layout One
	17.2 Archive Layout Two

18.0 Single Post Layouts
19.0 Breadcrumb
20.0 Footer Option Section
21.0 Pagination
22.0 Box Full Layouts
23.0 Social Icon
24.0 Litemode Darkmode
25.0 Miscellaneous
26.0 Menu Hover Effect
27.0 Move To Top
28.0 404 Page
29.0 Stickey Sidebar
30.0 Stickey Menu
31.0 Box Shadow
32.0 Video Playlist
33.0 Featured Post is Sticky
34.0 Width Layout
35.0 Three Column Section
36.0 Two Column Section
37.0 Live Search

38.0 Elementor Compatibility

**/

/*1.0 Normalize */	
	:root {
		/* presets */
		--digital-newspaper-global-preset-color-1: #c2113c;
		--digital-newspaper-global-preset-color-2: #289dcc;
		--digital-newspaper-global-preset-color-3: #d95f3d;
		--digital-newspaper-global-preset-color-4: #000000;
		--digital-newspaper-global-preset-color-5: #545454;
		--digital-newspaper-global-preset-color-6: #333333;
		--digital-newspaper-global-preset-gradient-color-1: linear-gradient(90deg, #66ffff 0%, #ff9999 100%);
		--digital-newspaper-global-preset-gradient-color-2: linear-gradient(90deg, #009FFF 0%, #ec2F4B 100%);
		--digital-newspaper-global-preset-gradient-color-3: linear-gradient(90deg, #FF5F6D 0%, #FFC371 100%);
		--digital-newspaper-global-preset-gradient-color-4: linear-gradient(90deg, #ffffcc 0%, #ff9999 100%);
		--digital-newspaper-global-preset-gradient-color-5: linear-gradient(90deg, #ff4b1f 0%, #1fddff 100%);
		--digital-newspaper-global-preset-gradient-color-6: linear-gradient(90deg, #ccccff 0%, #ff99cc 100%);

		--main-bk-color: #fff;

		--site-bk-color: #fbfbfb;

		/* Top Header */
		--top-header-bk-color: linear-gradient(135deg,rgb(253,79,24) 10%,rgb(247,157,22) 100%);
		--top-header-border-btm-c: #E8E8E8;
		--top-date-time-bk-color: #f9f9f9;

		--top-header-dt-color: #222222;

		/* Header Bk Color */
		--header-bk-color: #fff;

		--header-toggle-bk-color: #f3f3f3;
		--toggle-close-bk-color: #f3f3f3;
		--toggle-close-btn-color: #33333380;

		/* Menu Bk Color */
		--menu-bk-color: #fff;
		--menu-border-top-color: #FD4F18;

		--submenu-border-btm-color: #ebebeb;

		/* Mode Toggle Color */
		--mode-toggle-color: #000;

		/* Ticket background */
		--ticker-outer-bk-color: #f5f5f5;
		--ticker-inner-bk-color: #f9f9f9;

		/* Banner background color */
		--banner-content-bk-color: #fff;

		/* archive bk color */
		--archive-content-bk-color: #fff;

		/* Single bk color */
		--single-content-bk-color: #fff;

		/* 404 error bk color */
		--404-error-content-bk-color: #fff;

		/* search bk color */
		--search-content-bk-color: #fff;

		/** Section background color */
		--full-width-section-bk-color: #F0F1F2;
		--leftc-rights-section-bk-color: #F0F1F2;
		--lefts-rightc-section-bk-color: #F0F1F2;
		--video-playlist-section-bk-color: #F0F1F2;
		--full-width-bottom-section-bk-color: #F0F1F2;
		--opinion-section-bk-color: #F0F1F2;

		/* Section content bk color */
		--full-width-content-bk-color: #ffffff;
		--leftc-rights-content-bk-color: #ffffff;
		--lefts-rightc-content-bk-color: #ffffff;
		--full-width-bottom-content-bk-color: #ffffff;
		--opinion-content-bk-color: #ffffff;

		/** Theme archive bk color */
		--theme-section-bk-color: #545454;
		--theme-content-bk-color: #ffffff;

		/* border bottom color */
		--border-bottom-color: #f0f0f0;
		--block-title-border-bottom-color: #e5e5e5;

		--load-more-border-color: #8d8d8d;

		/* body text default color */
		--body-text-default-color: #404040;
		
		--green-text-color: #2AB391;
		--border-line-color: #E2E2E2;
		--menu-active-color: #DE4331;

		/* noimg bk color */
		--noimg-bk-color: #cccccc;

		--white-text: #fff;
		--white-bk-color: #fff;

		--author-color: #333333;
		--meta-text-color: #8A8A8C;
		--main-content-text-color: #505050;

		--post-content-font: 'Cabin', sans-serif;
		--post-meta-font: 'Heebo', sans-serif;

		--block-title-color: #161616;
		--block-title-color-black: #000;
		--post-title-color: #000000;

		--post-content-color: #505050;
		--post-meta-color: #8A8A8C;

		--theme-color-red: #FD4F18;
		--dark-bk-color: #000000;

		--inner-container-bk: #fff;

		--theme-block-top-border-color: linear-gradient( 135deg, #485563 10%, #29323c 100%);
		--theme-block-top-border-height: 2px;

		--mobile-menu-bk-color: #f8f8f8;
		--mobile-menu-border-btm-color: #e8e8e8;

		--text-background-color: #fff;

		--block-title-bk-color: #e1e1e1;

		--slick-button-color: #525252;

		/* Video Playlist */
		--video-content-bk-color: #efefef;
		--video-hover-bk-color: #e7e7e7;
		--video-item-active-bk-color: #e7e7e7;

		--button-bk-color: #fff;

		--horizontal-shadow-offset: 0;
		--vertical-shadow-offset: 2px;
		--blur-radius: 4px;
		--spread-radus: 0;
		--shadow-color: rgb(0 0 0 / 8%);
		--box-shadow-inset: '';

		--pagination-color: #333333;
		--pagination-bk-color: #fff;

		/** Site Title font */
			--site-title-size: 38px;
			--site-title-size-tab: 38px;
			--site-title-size-mobile: 38px;

			--site-title-family: 'Jost';

			--site-title-lineheight: 42px;
			--site-title-lineheight-tab: 38px;
			--site-title-lineheight-mobile: 38px;

			--site-title-letterspacing: 0;
			--site-title-letterspacing-tab: 0;
			--site-title-letterspacing-mobile: 0;

			--site-title-textdecoration: 'none';
			--site-title-texttransform: 'Capitalize';

			--site-title-weight: 700;

		/** Block Title Font */
			--block-title-size: 26px;
			--block-title-size-tab: 26px;
			--block-title-size-mobile: 25px;

			--block-title-family: 'Jost', sans-serif;

			--block-title-lineheight: 30px;
			--block-title-lineheight-tab: 30px;
			--block-title-lineheight-mobile: 30px;

			--block-title-letterspacing: 0;
			--block-title-letterspacing-tab: 0;
			--block-title-letterspacing-mobile: 0;

			--block-title-textdecoration: 'none';

			--block-title-texttransform: 'capitalize';
			--block-title-texttransform-tab: 'capitalize';
			--block-title-texttransform-mobile: 'capitalize';

			--block-title-weight: 500;

		/** Post Title Font */
			--post-title-size: 22px;
			--post-title-size-tab: 20px;
			--post-title-size-mobile: 19px;

			--post-title-family: 'Jost', sans-serif;

			--post-title-lineheight: 27px;
			--post-title-lineheight-tab: 27px;
			--post-title-lineheight-mobile: 27px;

			--post-title-letterspacing: 0;
			--post-title-letterspacing-tab: 0;
			--post-title-letterspacing-mobile: 0;

			--post-title-textdecoration: 'none';
			--post-title-textdecoration-tab: 'none';
			--post-title-textdecoration-mobile: 'none';

			--post-title-texttransform: 'lowercase';
			--post-title-texttransform-tab: 'lowercase';
			--post-title-texttransform-mobile: 'lowercase';

			--post-title-weight: 600;

		/** Meta Title Font */
			--meta-size: 14px;
			--meta-size-tab: 14px;
			--meta-size-mobile: 14px;

			--meta-family: 'jost', sans-serif;

			--meta-lineheight: 20px;
			--meta-lineheight-tab: 20px;
			--meta-lineheight-mobile: 20px;

			--meta-letterspacing: 0;
			--meta-letterspacing-tab: 0;
			--meta-letterspacing-mobile: 0;

			--meta-textdecoration: 'none';
			--meta-texttransform: 'capitalize';

			--meta-weight: 400;

		/** Content Font */
			--content-size: 16px;
			--content-size-tab: 16px;
			--content-size-mobile: 16px;

			--content-family: 'inter', sans-serif;

			--content-lineheight: 24px;
			--content-lineheight-tab: 24px;
			--content-lineheight-mobile: 22px;

			--content-letterspacing: 0;
			--content-letterspacing-tab: 0;
			--content-letterspacing-mobile: 0;

			--content-textdecoration: 'none';
			--content-textdecoration-tab: 'none';
			--content-textdecoration-mobile: 'none';

			--content-texttransform: 'lowercase';
			--content-texttransform-tab: 'lowercase';
			--content-texttransform-mobile: 'lowercase';

			--content-weight: 400;

		/** Menu Font */
			--menu-size: 15px;
			--menu-size-tab: 16px;
			--menu-size-mobile: 16px;

			--menu-family: 'Jost', sans-serif;

			--menu-lineheight: 24px;
			--menu-lineheight-tab: 24px;
			--menu-lineheight-mobile: 22px;

			--menu-letterspacing: 0;
			--menu-letterspacing-tab: 0;
			--menu-letterspacing-mobile: 0;

			--menu-textdecoration: 'none';
			--menu-texttransform: capitalize;

			--menu-color: #000;
			--menu-color-hover: #FD4F18;

			--menu-weight: 700;

			--menu-color-active: #FD4F18;
			--menu-color-submenu: #000000;
			--menu-color-submenu-hover: #FD4F18;

			/* Submenu */
			--submenu-size: 15px;
			--submenu-size-tab: 15px;
			--submenu-size-mobile: 15px;

			--submenu-family: 'Jost', sans-serif;

			--submenu-lineheight: 24px;
			--submenu-lineheight-tab: 24px;
			--submenu-lineheight-mobile: 22px;

			--submenu-weight: 700;

			--submenu-letterspacing: 0;
			--submenu-letterspacing-tab: 0;
			--submenu-letterspacing-mobile: 0;

			--submenu-textdecoration: 'none';
			--submenu-texttransform: capitalize;

		/** Single Post */
			--single-title-size: 34px;
			--single-title-size-tab: 32px;
			--single-title-size-mobile: 30px;

			--single-title-family: 'Jost', sans-serif;

			--single-title-lineheight: 34px;
			--single-title-lineheight-tab: 32px;
			--single-title-lineheight-mobile: 30px;

			--single-title-letterspacing: 0;
			--single-title-letterspacing-tab: 0;
			--single-title-letterspacing-mobile: 0;

			--single-title-textdecoration: 'none';
			--single-title-texttransform: 'uppercase';

			--single-title-weight: 600;

			/* single-meta */
			--single-meta-size: 14px;
			--single-meta-size-tab: 14px;
			--single-meta-size-mobile: 14px;

			--single-meta-family: 'Jost', sans-serif;

			--single-meta-lineheight: 24px;
			--single-meta-lineheight-tab: 24px;
			--single-meta-lineheight-mobile: 22px;

			--single-meta-letterspacing: 0;
			--single-meta-letterspacing-tab: 0;
			--single-meta-letterspacing-mobile: 0;

			--single-meta-textdecoration: 'none';
			--single-meta-texttransform: 'lowercase';

			--single-meta-weight: 400;

			/* single-content */
			--single-content-size: 17px;
			--single-content-size-tab: 16px;
			--single-content-size-mobile: 16px;

			--single-content-family: 'Inter', sans-serif;

			--single-content-lineheight: 24px;
			--single-content-lineheight-tab: 24px;
			--single-content-lineheight-mobile: 22px;

			--single-content-letterspacing: 0;
			--single-content-letterspacing-tab: 0;
			--single-content-letterspacing-mobile: 0;

			--single-content-textdecoration: 'none';
			--single-content-texttransform: 'lowercase';

			--single-content-weight: 400;

			/* H1 Typography */
			--single-content-h1-family: 'Jost', sans-serif;

			--single-content-h1-weight: 700;

			--single-content-h1-size: 32px;
			--single-content-h1-size-tab: 16px;
			--single-content-h1-size-mobile: 16px;

			--single-content-h1-lineheight: 46px;
			--single-content-h1-lineheight-tab: 24px;
			--single-content-h1-lineheight-mobile: 22px;

			--single-content-h1-letterspacing: 0;
			--single-content-h1-letterspacing-tab: 0;
			--single-content-h1-letterspacing-mobile: 0;

			--single-content-h1-textdecoration: 'none';
			--single-content-h1-texttransform: 'capitalize';

			/* H2 Typography */
			--single-content-h2-family: 'Jost', sans-serif;

			--single-content-h2-weight: 700;

			--single-content-h2-size: 26px;
			--single-content-h2-size-tab: 16px;
			--single-content-h2-size-mobile: 16px;

			--single-content-h2-lineheight: 38px;
			--single-content-h2-lineheight-tab: 24px;
			--single-content-h2-lineheight-mobile: 22px;

			--single-content-h2-letterspacing: 0;
			--single-content-h2-letterspacing-tab: 0;
			--single-content-h2-letterspacing-mobile: 0;

			--single-content-h2-textdecoration: 'none';
			--single-content-h2-texttransform: 'capitalize';

			/* H3 Typography */
			--single-content-h3-family: 'Jost', sans-serif;

			--single-content-h3-weight: 700;

			--single-content-h3-size: 19px;
			--single-content-h3-size-tab: 16px;
			--single-content-h3-size-mobile: 16px;

			--single-content-h3-lineheight: 27px;
			--single-content-h3-lineheight-tab: 24px;
			--single-content-h3-lineheight-mobile: 22px;

			--single-content-h3-letterspacing: 0;
			--single-content-h3-letterspacing-tab: 0;
			--single-content-h3-letterspacing-mobile: 0;

			--single-content-h3-textdecoration: 'none';
			--single-content-h3-texttransform: 'capitalize';

			/* H4 Typography */
			--single-content-h4-family: 'Jost', sans-serif;

			--single-content-h4-weight: 700;

			--single-content-h4-size: 17px;
			--single-content-h4-size-tab: 16px;
			--single-content-h4-size-mobile: 16px;

			--single-content-h4-lineheight: 24px;
			--single-content-h4-lineheight-tab: 22px;
			--single-content-h4-lineheight-mobile: 22px;

			--single-content-h4-letterspacing: 0;
			--single-content-h4-letterspacing-tab: 0;
			--single-content-h4-letterspacing-mobile: 0;

			--single-content-h4-textdecoration: 'none';
			--single-content-h4-texttransform: 'capitalize';

			/* H5 Typography */
			--single-content-h5-family: 'Jost', sans-serif;

			--single-content-h5-weight: 700;

			--single-content-h5-size: 17px;
			--single-content-h5-size-tab: 16px;
			--single-content-h5-size-mobile: 16px;

			--single-content-h5-lineheight: 24px;
			--single-content-h5-lineheight-tab: 22px;
			--single-content-h5-lineheight-mobile: 22px;

			--single-content-h5-letterspacing: 0;
			--single-content-h5-letterspacing-tab: 0;
			--single-content-h5-letterspacing-mobile: 0;

			--single-content-h5-textdecoration: 'none';
			--single-content-h5-texttransform: 'capitalize';

			/* H6 Typography */
			--single-content-h6-family: 'Jost', sans-serif;

			--single-content-h6-weight: 700;

			--single-content-h6-size: 11px;
			--single-content-h6-size-tab: 11px;
			--single-content-h6-size-mobile: 11px;

			--single-content-h6-lineheight: 16px;
			--single-content-h6-lineheight-tab: 16px;
			--single-content-h6-lineheight-mobile: 16px;

			--single-content-h6-letterspacing: 0;
			--single-content-h6-letterspacing-tab: 0;
			--single-content-h6-letterspacing-mobile: 0;

			--single-content-h6-textdecoration: 'none';
			--single-content-h6-texttransform: 'capitalize';

			--border-color: #000;

		/** Breadcrumb Options */
		--breadcrumb-background-color: #ffffff;
		--breadcrumb-link-color: #000000;
		--breadcrumb-link-color-hover: #000000;

		--breadcrumb-text-color: #000000;

		/** Move to top options */
		--move-to-top-color: #ffffff;
		--move-to-top-color-hover: #ffffff;

		--move-to-top-background-color: #FD4F18;
		--move-to-top-background-color-hover: #FD4F18;

		--move-to-top-border-color: #FD4F18;
		--move-to-top-border-color-hover: #FD4F18;

		--move-to-top-font-size: 20px;
		--move-to-top-font-size-tablet: 16px;
		--move-to-top-font-size-smartphone: 14px;
		--readmore-button-font-size: 14px;
		--readmore-button-font-size-tablet: 12px;
		--readmore-button-font-size-smartphone: 10px;

		/** Header Padding **/
		--header-padding: 15px;
		--header-padding-tablet: 10px;
		--header-padding-smartphone: 10px;

		/** Top Header **/
		--top-header-menu-color: #525252;
		--top-header-menu-color-hover: #000;

		--top-header-social-color: #525252;
		--top-header-social-color-hover: #000;

		/* Newsletter and Random news */
		--header-letter-random-color: #525252;

		/** Sidebar Toggle color */
		--sidebar-toggle-color: #000;
		--sidebar-toggle-color-hover: #FD4F18;

		/** NewsLetter color */
		--newsletter-color: #525252;
		--newsletter-color-hover: #FD4F18;

		/** Random News color */
		--random-news-color: #525252;
		--random-news-color-hover: #FD4F18;

		/** Search color */
		--search-color: #000000;
		--search-color-hover: #FD4F18;

		--website-frame-color: #d95f3d;

		/** Footer Text color **/
		--footer-text-color: #ffffff;
		--footer-text-color-hover: #d95f3d;

		/** bottom text color **/
		--footer-bottom-text-color: #8A8A8C;
		--footer-bottom-link-color: #878787;
		--footer-bottom-link-color-hover: #f9f9f9;

		--footer-bottom-author-color: #c5c5c5;

		--ticker-overlay-color: #fff;

		--title-before-icon: #000;

		/** slick top header text color **/
		--top-header-slider-color: #fff;
		--top-header-slider-color-hover: #fff;

		--top-header-slider-arrow-color: #fff;
		--top-header-slider-arrow-color-hover: #fff;

		--date-header-bk-color: #f9f9f9;

		/** Custom button **/
		--custom-btn-color: #ffffff;
		--custom-btn-color-hover: #ffffff;

		/* Footer Widget Bk color */
		--footer_widget_background_color_group: #2e2e2e;

		/* Three Column */
		--three-column-post-bk-color: #fff;

		/* Three Column */
		--two-column-post-bk-color: #fff;

		--post-list-number-bk-color: #d1d1d1;

		--live-search-bk-color: #fff;
		--live-search-color: #555;

		/* background animation */
		--digital-newspaper-animation-object-color: #FD4F18;
	}

	.digital_newspaper_dark_mode {
		--main-bk-color: #000;

		--slick-button-color: #fff;

		--block-title-bk-color: #202024;

		--top-header-bk-color: #000;
		--top-date-time-bk-color: #27272b;
		--top-header-dt-color: #fff;

		--top-header-social-color: #fff;
		--top-header-social-color-hover: #fff;

		--header-letter-random-color: #fff;

		--header-toggle-bk-color: #000;
		--toggle-close-bk-color: #222222;
		--toggle-close-btn-color: #fff;

		--header-bk-color: #000;

		--white-bk-color: #202024;

		--button-bk-color: #202024;

		--text-background-color: #202024;

		--menu-bk-color: #000;
		--menu-color-submenu: #fff;
		--submenu-border-btm-color: #2a2a2a;

		--mobile-menu-bk-color: #000;
		--mobile-menu-border-btm-color: #2a2a2a;
		--menu-color: #fff;

		--search-color: #fff;
		--sidebar-toggle-color: #fff;

		--newsletter-color: #fff;
		--random-news-color: #fff;

		--ticker-outer-bk-color: #212121;
		--ticker-inner-bk-color: #000000;

		--banner-content-bk-color: #202024;
		--archive-content-bk-color: #202024;
		--single-content-bk-color: #202024;
		--search-content-bk-color: #202024;

		--full-width-section-bk-color: #27272b;
		--leftc-rights-section-bk-color: #27272b;
		--lefts-rightc-section-bk-color: #27272b;
		--full-width-bottom-section-bk-color: #27272b;
		--video-playlist-section-bk-color: #27272b;
		--opinion-section-bk-color: #27272b;

		--full-width-content-bk-color: #202024;
		--leftc-rights-content-bk-color: #202024;
		--lefts-rightc-content-bk-color: #202024;
		--full-width-bottom-content-bk-color: #202024;
		--opinion-content-bk-color: #202024;

		--404-error-content-bk-color: #202024;

		--theme-section-bk-color: #545454;
		--theme-content-bk-color: #202024;

		--border-bottom-color: #525252;
		--block-title-border-bottom-color: #444444;

		--body-text-default-color: #ffffff;

		--green-text-color: #2AB391;
		--border-line-color: #E2E2E2;
		--menu-active-color: #DE4331;

		--noimg-bk-color: #282828;

		--white-text: #fff;

		--author-color: #8A8A8C;
		--meta-text-color: #8A8A8C;
		--main-content-text-color: #c6c6c6;

		--block-title-color: #f9f9f9;
		--block-title-color-black: #f9f9f9;
		--post-title-color: #f3f3f3;

		--post-content-color: #505050;
		--post-meta-color: #c3c3c3;

		/*	Video Playlist	*/
		--video-content-bk-color: #000;
		--video-hover-bk-color: #1a1a1a;
		--video-item-active-bk-color: #1a1a1a;

		--theme-color-red: #FD4F18;
		--dark-bk-color: #1a1a1a;

		--inner-container-bk: #202024;

		--website-frame-color: #d95f3d;

		--ticker-overlay-color: #747474;

		--title-before-icon: #fff;

		/** Breadcrumb Options */
		--breadcrumb-background-color: #202024;
		--breadcrumb-link-color:#ffffff;
		--breadcrumb-link-color-hover:#f0f0f0;
		--breadcrumb-text-color: #fff;

		--pagination-color: #fff;
		--pagination-bk-color: #202024;

		/* Three Column */
		--three-column-post-bk-color: #202024;

		/* Two Column */
		--two-column-post-bk-color: #202024;

		--post-list-number-bk-color: #27272b;

		--live-search-bk-color: #27272b;
		--live-search-color: #fff;

		--border-color: #ffffff2e;
	}

	html {
	 	scroll-behavior: smooth;
	}

	body {
		font-family: var(--block-title-family);
		scroll-behavior: smooth;
		font-size: 16px;
		background: var(--site-bk-color);
	}

	body.digital_newspaper_dark_mode {
		background: #27272b;
	}

	figure {
		margin: 0px;
	}

	img {
		width: 100%;
		object-fit: cover;
	}

	.post-thumb img {
		display: block;
	}

	.digital-newspaper-container-fluid{
		width: 100%;
		padding-right: var(--bs-gutter-x, 0.75rem);
		padding-left: var(--bs-gutter-x, 0.75rem);
		margin-right: auto;
		margin-left: auto;
		max-width: 120rem;
	}

	.digital-newspaper-container-fluid .row{
		padding: 0 2rem;
	}

	.digital-newspaper-container {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-x: 1.5rem;
		width: 100%;
		padding-right: var(--bs-gutter-x, 0.75rem);
		padding-left: var(--bs-gutter-x, 0.75rem);
		margin-right: auto;
		margin-left: auto;
	}

	.row {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		margin-top: calc(var(--bs-gutter-y) * -1);
		margin-right: calc(var(--bs-gutter-x) * -.5);
		margin-left: calc(var(--bs-gutter-x) * -.5);
	}

	.widget-title, h2.section-title {
		margin-top: 0px;
		color: var(--block-title-color);
	}
	.posts-list-wrap.layout-one .no-feat-img figure{
		padding-bottom: 73%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		min-height: 75px;
	}

	.posts-list-wrap.layout-two .no-feat-img figure{
		padding-bottom: 73%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		min-height: 75px;
	}

	.posts-list-wrap.layout-two .post-item:first-child .no-feat-img figure,
	.posts-list-wrap.layout-three .post-item:first-child .no-feat-img figure {
		padding-bottom: 23%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		min-height: 165px;
	}

	.wp-block-calendar table caption, .wp-block-calendar table tbody {
		color: var(--block-title-color);
	}

	.dark_bk .wp-block-calendar table caption, .wp-block-calendar table tbody {
		color: var(--white-text);
	}

	.widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
	.widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
		margin-left: 1.25em;
	}

	.wp-block-calendar table th,
	.wp-block-calendar table tr {
		color: var(--post-title-color);
	}

	.dark_bk .wp-block-calendar table tr {
		color: var(--white-text);
	}

	.wp-block-calendar table th {
		background-color: var(--border-bottom-color);
	}

	/*main container **/
	@media only screen and (max-width: 680px) {
		.digital-newspaper-container-fluid .row {
			padding: 0 0.5rem;
		}
	}

	@media (min-width: 576px) {
	  .digital-newspaper-container {
		max-width: 540px;
	  }
	}

	@media (min-width: 676px) {
	  .digital-newspaper-container {
		max-width: 620px;
	  }
	}

	@media (min-width: 768px) {
	  .digital-newspaper-container {
		max-width: 720px;
	  }
	}

	@media (min-width: 868px) {
	  .digital-newspaper-container {
		max-width: 820px;
	  }
	  .digital-newspaper-container {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	  }
	}

	@media (min-width: 992px) {
	  .digital-newspaper-container {
		max-width: 960px;
	  }
	}

	@media (min-width: 1086px) {
	  .digital-newspaper-container {
		max-width: 1060px;
	  }
	}

	@media (min-width: 1200px) {
	  .digital-newspaper-container {
		max-width: 1140px;
	  }
	}

	@media (min-width: 1300px) {
	  .digital-newspaper-container {
		max-width: 1240px;
	  }
	}

	@media (min-width: 1400px) {
	  .digital-newspaper-container  {
		max-width: 1320px;
	  }
	}

	.post-categories {
		text-transform: uppercase;
		text-decoration: none;
		margin: 0px;
		padding-left: 0px;
	}

	.post-categories a{
		text-decoration: none;
		color: var(--white-text);
		font-size: calc(var(--meta-size)*0.86);
		font-family: var(--meta-family);
		box-sizing: border-box;
		transition: all .4s ease;
		vertical-align: middle;
		padding: 3px 7px 2px;
		display: block;
	}	

	.widget .post-categories a {
		font-weight: var(--meta-weight);
	}

	.post-categories li::marker {
		color: transparent;
	}

	.post-title {
		color: var(--post-title-color);
		font-family: var(--post-title-family);
		line-height: var(--post-title-lineheight);
		letter-spacing: var(--post-title-letterspacing);
		text-decoration: var(--post-title-textdecoration);
		text-transform: var(--post-title-texttransform);
		font-weight: var(--post-title-weight);
	}

	h2.section-title {
		font-family: var(--post-title-family);
	}

	h2.digital-newspaper-block-title,
	h2.digital-newspaper-widget-title,
	h2.widget-title {
		display: block;
		margin-top: 0;
		margin-bottom: 16px;
		color: var(--block-title-color);
		font-size: calc(var(--block-title-size)*0.68);
		font-family: var(--block-title-family);
		line-height: var(--block-title-lineheight);
		letter-spacing: var(--block-title-letterspacing);
		text-decoration: var(--block-title-textdecoration);
		text-transform: var(--block-title-texttransform);
		font-weight: var(--block-title-weight);
	}

	h2.digital-newspaper-block-title span,
	h2.digital-newspaper-widget-title span,
	h2.widget-title span,
	.archive .page-title,
	.search .page-title {
		background: var(--theme-color-red);
		color: var(--white-text);
		padding: 6px 12px;
		display: inline-block;
		margin-bottom: -2px;
		position: relative;
	}

	/* Block Title Layout One */
	.block-title--layout-one h2.digital-newspaper-block-title,
	.block-title--layout-one h2.digital-newspaper-widget-title,
	.block-title--layout-one h2.widget-title {
		border-bottom: 2px solid var(--theme-color-red);
	}

	/* Block Title Layout Two */
	.block-title--layout-two h2.digital-newspaper-block-title,
	.block-title--layout-two h2.digital-newspaper-widget-title,
	.block-title--layout-two h2.widget-title {
		border-bottom: 2px solid var(--theme-color-red);
	}

	.block-title--layout-two h2.digital-newspaper-block-title span,
	.block-title--layout-two h2.digital-newspaper-widget-title span,
	.block-title--layout-two h2.widget-title span {
		padding: 4px 8px 4px 12px;
		z-index: 9;
	}

	.block-title--layout-two h2.digital-newspaper-block-title span:after,
	.block-title--layout-two h2.digital-newspaper-widget-title span:after,
	.block-title--layout-two h2.widget-title span:after,
	.block-title--layout-two .page-header h1:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -8px;
		width: 39%;
		background-color: var(--theme-color-red);
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-ms-transform: skew(20deg);
		z-index: -1;
	}
	.error404.block-title--layout-two .page-header h1:after {
		content: none;
	}

	/* Block Title Layout Three */
	.block-title--layout-three h2.digital-newspaper-block-title span,
	.block-title--layout-three h2.digital-newspaper-widget-title span,
	.block-title--layout-three h2.widget-title span,
	.archive.block-title--layout-three .page-header h1,
	.search.block-title--layout-three .page-header h1 {
		background-color: transparent;
		color: var(--block-title-color-black);
		padding:  0 0 0 10px;
		border-left: 3px solid var(--theme-color-red);
		font-size: calc(var(--block-title-size)*0.73);
    	line-height: calc(var(--block-title-lineheight)*0.6);
	}

	.block-title--layout-three .dark_bk h2.widget-title span {
		color: var(--white-text);
	}

	.block-title--layout-three .news-filter .post_title_filter_wrap,
	.block-title--layout-five .news-filter .post_title_filter_wrap,
	.block-title--layout-six .news-filter .post_title_filter_wrap,
	.block-title--layout-three .primary-content .page-header,
	.block-title--layout-five .primary-content .page-header,
	.block-title--layout-six .primary-content .page-header {
		border-bottom: none;
	}

	/* Block Title Layout Four */
	.block-title--layout-four h2.digital-newspaper-block-title,
	.block-title--layout-four h2.digital-newspaper-widget-title,
	.block-title--layout-four .news-filter .post_title_filter_wrap,
	.block-title--layout-four h2.widget-title,
	.archive.block-title--layout-four .page-header,
	.search.block-title--layout-four .page-header {
		border-bottom: 2px solid var(--block-title-border-bottom-color);
	}

	.block-title--layout-four h2.digital-newspaper-block-title span,
	.block-title--layout-four h2.digital-newspaper-widget-title span,
	.block-title--layout-four h2.widget-title span,
	.archive.block-title--layout-four .page-header h1,
	.search.block-title--layout-four .page-header h1 {
		background-color: transparent;
		color: var(--block-title-color-black);
		padding: 0 0 5px;
		border-bottom: 2px solid var(--theme-color-red);
		font-size: calc(var(--block-title-size)*0.78);
	}

	.block-title--layout-four .dark_bk h2.widget-title span {
		color: var(--white-text);
	}

	/* Block Title Layout Five */
	.block-title--layout-five h2.digital-newspaper-block-title,
	.block-title--layout-five h2.digital-newspaper-widget-title,
	.block-title--layout-five h2.widget-title,
	.block-title--layout-five .news-filter .post_title_filter_wrap,
	.archive.block-title--layout-five .page-header,
	.search.block-title--layout-five .page-header {
		background-color: var(--block-title-bk-color);
	}

	.block-title--layout-five h2.digital-newspaper-block-title span,
	.block-title--layout-five h2.digital-newspaper-widget-title span,
	.block-title--layout-five h2.widget-title span,
	.archive.block-title--layout-five .page-header h1,
	.search.block-title--layout-five .page-header h1 {
		background-color: transparent;
		padding: 8px 30px 8px 15px;
		margin-bottom: 0;
		background-image: linear-gradient(90deg,var(--theme-color-red) 35%,#b9b9b900 90%);
	}

	/* Block Title Layout Six */
	.block-title--layout-six h2.digital-newspaper-block-title,
	.block-title--layout-six h2.digital-newspaper-widget-title,
	.block-title--layout-six h2.widget-title,
	.block-title--layout-six .news-filter .post_title_filter_wrap,
	.archive.block-title--layout-six .page-header,
	.search.block-title--layout-six .page-header {
		background-color: var(--block-title-bk-color);
	}

	.block-title--layout-six h2.digital-newspaper-block-title span,
	.block-title--layout-six h2.digital-newspaper-widget-title span,
	.block-title--layout-six h2.widget-title span,
	.block-title--layout-six .page-header h1 {
		margin: 0;
	}

	/* Block Title Layout Six */
	.block-title--layout-seven h2.digital-newspaper-block-title,
	.block-title--layout-seven .news-filter .post_title_filter_wrap,
	.block-title--layout-seven h2.digital-newspaper-widget-title,
	.archive.block-title--layout-seven .page-header,
	.search.block-title--layout-seven .page-header,
	.block-title--layout-seven h2.widget-title {
		border-bottom: 2px solid var(--border-color);
		padding-bottom: 6px;
	}

	.block-title--layout-seven h2.digital-newspaper-block-title span,
	.block-title--layout-seven h2.digital-newspaper-widget-title span,
	.archive.block-title--layout-seven .page-header h1,
	.search.block-title--layout-seven .page-header h1,
	.block-title--layout-seven h2.widget-title span {
		background-color: transparent;
		padding: 0;
		color: var(--block-title-color);
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.block-title--layout-seven h2.digital-newspaper-block-title span:before,
	.block-title--layout-seven h2.digital-newspaper-widget-title span:before,
	.archive.block-title--layout-seven .page-header h1:before,
	.search.block-title--layout-seven .page-header h1:before,
	.block-title--layout-seven h2.widget-title span:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		position: relative;
		margin-right: 6px;
		background: var(--theme-color-red);
	}

	.block-title--layout-seven .news-filter h2.digital-newspaper-block-title {
		border-bottom: none;
		padding: 0;
	}

	/* Block Title Layout Finish */

	h2.digital-newspaper-block-title span sub,
	h2.digital-newspaper-widget-title span sub {
		font-size: inherit;
		position: initial;
	}

	.post-element a.post-link-button:hover,
	.post-element a.post-link-button:hover i {
		color: var(--theme-color-red);
	}

	.post-element a.post-link-button:hover i {
		padding-left: 8px;
	}

	.post-meta span,
	.post-meta time {
		color: var(--meta-text-color);
		font-size: calc(var(--meta-size)*0.95);
		font-family: var(--meta-family);
		font-weight: var(--meta-weight);
		text-transform: var(--meta-texttransform);
		text-decoration: var(--meta-textdecoration);
	}

	.post-meta a{
		text-decoration: none;
	}

	.post-meta .author_name {
		color: var(--meta-text-color);
		font-weight: 500;
		font-size: var(--meta-size);
		font-family: var(--meta-family);
		font-weight: var(--meta-weight);
		text-transform: var(--meta-texttransform);
		text-decoration: var(--meta-textdecoration);
	}

	.news-carousel.layout--two .post-meta .author_name,
	.news-carousel.layout--two .post-meta span.author_name:before, 
	.news-carousel.layout--two .post-meta a.author_name:before {
		color: var(--white-text);
	}

	#theme-content {
		padding: 10px 0;
	}

	.home.blog #theme-content .widget .post-item {
		background: var(--archive-content-bk-color);
		padding: 7px;
	}

	.single #theme-content {
		background: transparent;
	}

	#theme-content .row {
		display: flex;
	}
	
	body.both-sidebar #theme-content .row .secondary-left-sidebar{
		flex: 0 1 25%;
		margin-right: 20px;
		max-width: 25%;
	}

	body.both-sidebar #theme-content .row .secondary-sidebar {
		flex: 0 1 25%;
		margin-left: 20px;
		padding: 0;
		max-width: 25%;
	}

	body.right-sidebar #theme-content .row .secondary-left-sidebar,
	body.left-sidebar #theme-content .row .secondary-left-sidebar{
		flex: 0 1 30%;
		margin-right: 20px;
	}

	body.right-sidebar #theme-content .row .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 20px;
	}

	.home.blog #theme-content .row .primary-content article .blaze_box_wrap {
		position: relative;
		padding: 7px;
		background: var(--archive-content-bk-color);
	}

	.widget_block h2{
		margin: 0px;
	}

	/** page sidebar **/
	body.both-sidebar #theme-content .row .primary-content {
		max-width: 50%;
		flex: 0 1 50%;
	}

	body.right-sidebar #theme-content .row .primary-content,
	body.left-sidebar #theme-content .row .primary-content {
		max-width: 70%;
		flex: 0 1 70%;
	}

	.page .primary-content .post-inner-wrapper {
		padding: 20px;
	}

	body.page #theme-content .row .primary-content{
	background-color: var(--inner-container-bk);
	}

	body.page.page-template-homepage-latest-posts #theme-content .row .primary-content {
		background: transparent;
	}

	.page h1.entry-title {
		margin-top: 0px;
	}


/*
=========================================
2.0 Header
	2.1 Header One
	2.2 Header Two

	2.3 Responsive
=========================================
*/

	.header-width--full-width header .digital-newspaper-container {
		width: initial;
		max-width: initial;
		margin: 0 30px;
	}

	.header-width--full-width header .digital-newspaper-container .row {
		margin: 0;
	}

	header.site-header {
		padding-bottom: 10px;
	}

	header .main-header {
		box-shadow: 0 3px 4px 0 #0000000d;
	}

	header.with-no-bottom-box-shadow .main-header {
		box-shadow: none;
	}

	#wp-custom-header img {
		width: 100%;
		display: block;
	}

	.menu-item-description-wrap {
		position: absolute;
		top: -13px;
		left: calc(100% - 25px);
	}

	.menu-item-description-wrap:after {
		position: absolute;
    	content: '';
		width: 0;
		height: 0;
		left: 6px;
		border-left: 0 solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid var(--theme-color-red);
	}

	.menu-item-description {
		font-size: 9px;
		padding: 2px 4px;
		background: var(--theme-color-red);
		color: #fff;
		border-radius: 1px;
		line-height: normal;
		font-weight: 700;
		word-break: keep-all;
		overflow-wrap: unset;
		width: max-content;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		max-width: 80px;
	}

	.sub-menu .menu-item-description-wrap {
		left: auto;
		top: auto;
		margin-left: 10px;
		margin-top: 2px;
	}

	.sub-menu .menu-item-description-wrap:after {
		display: none;
	}

	/* 2.1 Header One */

	.site-header.layout--default .top-header {
		background: var(--top-header-bk-color);
		border-bottom: 1px solid var(--top-header-border-btm-c);
	}

	.digital_newspaper_dark_mode .site-header.layout--default .top-header {
		border-bottom: 1px solid #222222;
	}

	.site-header.layout--default .top-header .row{
		display: flex;
		align-items: center;
		min-height: 40px;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.site-header.layout--default .top-header li.menu-item {
		display: inline-block;
	}

	.site-header.layout--default .top-date-time {
		flex: 0 1 30%;
		font-family: var(--menu-family);
		font-size: 14px;
		font-weight: 500;
		color: var(--top-header-dt-color);
		line-height: 14px;
	}

	.site-header.layout--default .top-date-time .date {
		padding-left: 8px;
	}

	/* Top Ticker News */
	.top-ticker-news .ticker-item-wrap {
		visibility: hidden;
	}

	.top-ticker-news .ticker-item-wrap.slick-slider {
		visibility: visible;
	}

	.site-header.layout--default .top-ticker-news {
		flex: 1 1 40%;
		height: 44px;
		overflow: hidden;
	}

	.site-header.layout--default .top-ticker-news ul {
		padding-left: 0;
		position: relative;
	}

	.site-header.layout--default .top-ticker-news .slick-arrow {
		position: absolute;
		cursor: pointer;
		background: transparent;
		border: none;
		top: 10px;
		font-size: 0.7rem;
		padding: 5px 10px;
	}

	.site-header.layout--default .top-ticker-news .slick-prev.slick-arrow {
		right: 30px;
	}

	.site-header.layout--default .top-ticker-news .slick-next.slick-arrow {
		right: 0;
	}

	.site-header.layout--default .top-ticker-news .slick-prev.slick-arrow:after {
		content: '';
		width: 2px;
		height: 11px;
		display: block;
		background-color: #fff9;
		position: absolute;
		right: -2px;
		top: 5px;
	}

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

	.site-header.layout--default .top-ticker-news .slick-list li {
		margin: 13px 0;
		text-align: right;
		position: relative;
		padding-right: 5px;
	}

	.site-header.layout--default .top-ticker-news .slick-list li a {
		text-decoration: none;
		color: var(--top-header-slider-color);
		font-size: calc(var(--post-title-size)*0.66);
		font-family: var(--post-title-family);
		line-height: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.site-header.layout--default .top-ticker-news .slick-list li a:hover {
		color: var(--top-header-slider-color-hover);
	}

	.site-header.layout--default .top-ticker-news .slick-prev.slick-arrow:after {
		background-color: var(--top-header-slider-arrow-color);
	}

	.site-header.layout--default .top-ticker-news  .slick-arrow {
		color: var(--top-header-slider-arrow-color);
	}

	.site-header.layout--default .top-ticker-news  .slick-arrow:hover {
		color: var(--top-header-slider-arrow-color-hover);
	}

	.site-header.layout--default .top-nav-menu {
		flex: 1 1 40%;
		overflow: hidden;
	}

	.top-nav-menu ul {
	    padding: 0;
	    margin: 0;
	}

	.top-header li.menu-item {
	    display: inline-block;
	}

	.top-header .top-nav-menu ul li {
	    display: inline-block;
	    padding: 0 5px;
	    font-family: var(--menu-family);
	    font-size: 14px;
	    font-weight: 500;
	}

	.top-header .top-nav-menu ul li a{
		text-decoration: none;
		color: var(--top-header-menu-color);
	}

	.top-header .top-nav-menu ul li:hover a {
		color: var(--top-header-menu-color-hover);
	}

	/* Social Icons */
	.site-header.layout--default .social-icons-wrap {
		flex: 0 1 20%;
	}

	.site-header.layout--default .social-icons-wrap .social-icon{
		color: var(--top-header-social-color);
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
		padding: 0px 4px
	}

	.site-header.layout--default .social-icons-wrap .social-icon:hover{
		color: var(--top-header-social-color-hover);
	}

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

	.site-header.layout--default .main-header .site-title {
		margin: 0;
		padding: 0 5px;
	}

	.site-header.layout--default .main-header .site-description {
		margin: 0;
		padding: 5px 5px 0;
	}

	.site-header.layout--default .main-header .site-branding-section .row {
		display: flex;
		align-items: center;
		padding-top: 5px;
   		padding-bottom: 5px;
	}

	/* Site Title */
	.site-header.layout--default .main-header .site-branding-section .site-branding {
		flex: 0 1 55%;
		text-align: center;
	}

	/* Newslettter and Random News */
	.site-header.layout--one .header-right-button-wrap {
		flex: 0 1 25%;
		text-align: end;
		padding: 0 5px;
	}

	.site-header.layout--default .header-right-button-wrap > div {
		display: inline-block;
		padding-left: 15px;
	}

	.site-header.layout--default .header-right-button-wrap > div:first-child {
		padding-left: 0;
	}

	.site-header.layout--default .header-right-button-wrap > div a {
		text-decoration: none;
	}

	.site-header.layout--default .header-right-button-wrap .title-icon i {
		padding-right: 6px;
	}

	.site-header.layout--default .header-right-button-wrap span.title-text {
		font-family: var(--menu-family);
		font-weight: var(--menu-weight);
		font-size: calc(var(--menu-size)*0.96);
		text-transform: uppercase;
	}

	@media (max-width: 320px) {
		.site-header.layout--one .header-right-button-wrap {
			text-align: center;
		}
	}

	/* Newsletter popup */
	.site-header .newsletter-element {
		position: relative;
	}

	.site-header .newsletter-popup-modal {
		display: none;
	}

	.site-header .newsletter-popup-modal.open {
		display: block;
		padding: 20px;
		z-index: 999;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--white-bk-color);
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.23);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.23);
		-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.23);
		border-radius: 4px;
	}

	.site-header .newsletter-popup-modal.open .modal-close i {
		cursor: pointer;
	}

	.modal-content {
		min-height: 305px;
		min-width: 375px;
	}

	.site-header .newsletter-popup-modal.open label {
		text-align: left;
		display: inline-block;
		width: 100%;
	}

	.site-header.layout--two .newsletter-popup-modal.open .modal-close {
		text-align: right;
		display: inherit;
	}

	.site-header .newsletter-popup-modal.open input {
		width: 100%;
		text-transform: uppercase;
		padding: 10px;
	}

	.site-header .newsletter-popup-modal.open input[type="submit"] {
		padding: 15px 10px;
	}

	.site-header .newsletter-popup-modal.open input[type="submit"]:hover {
		cursor: pointer;
	}

	.site-header .modal-content h2{
		margin-top: 5px;
	}

	.site-header .modal-content::-webkit-scrollbar {
		width: 7px;
	}

	.site-header .modal-content::-webkit-scrollbar-thumb {
		background-color: var(--theme-color-red);
		border-radius: 20px;
	}

	.site-header .modal-content::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px var(--theme-color-red);
		border-radius: 10px;
	}

	.after-header.header-layout-banner-two .ads-banner img{
		width: 100%;
		height: auto;
		display: block;
	}

	.site-title a {
		text-decoration: none;
	}

	/** Menu Section **/

	.site-header.layout--default .menu-section {
		background-color: var(--menu-bk-color);
	}   

	.site-header.layout--default .menu-section .row {
		height: auto;
		align-items: center;
		display: flex;
		border-top: 2px solid var(--menu-border-top-color);
	} 

	.site-header.layout--default .sidebar-toggle-wrap {
		flex: 1;
	}

	.site-header.layout--default nav.main-navigation{
		flex: 1 1 90%;
		height: 100%;
	}

	.site-header.layout--default .search-wrap {
		flex: 0 1 1%;
		padding: 0 6px 0 20px;
		position: relative;
	}

	.site-header.layout--default .search-wrap .search-trigger {
		background-color: transparent;
		border: none;
		color: var(--search-color);
		padding: 0;
	}

	.site-header.layout--default .search-wrap .search-trigger:hover {
		color: var(--search-color-hover);
	}

	.site-header.layout--default .search-form-wrap.hide {
		display: none;
	}

	/* Search Layout One */
	.site-header.layout--default .search-form-wrap {
		position: absolute;
		width: 330px;
		height: auto;
		padding: 15px 10px;
		background-color: var(--inner-container-bk);
		right: 0;
		top: 40px;
		border-top: 2px solid var(--theme-color-red);
		z-index: 999999;
		box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
	}

	.site-header.layout--default .search-form-wrap form {
		text-align: center;
	}

	.site-header.layout--default .search-submit {
		border: none;
		background-color: var(--theme-color-red);
		color: var(--white-text);
		vertical-align: top;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	.site-header.layout--default .search-submit:hover {
		cursor: pointer;
	}

	.search-wrap .search-trigger:hover{
		cursor: pointer;
	}

	.digital_newspaper_sidetoggle_menu_burger{
	  display:flex;
	  align-items: flex-start;
	  flex-direction:column;
	  cursor:pointer;
	}

	.site-header.layout--three .digital_newspaper_sidetoggle_menu_burger {
		align-items: center;
	}

	.digital_newspaper_sidetoggle_menu_burger span{
		background-color:var(--sidebar-toggle-color);
		width: 1.5em;
		height: 0.14em;
		margin: 0.19em 0;
		display:block;
		transition: all .4s ease;
		transform-origin:0 0;
	}

	.digital_newspaper_sidetoggle_menu_burger:hover span,
	.sidebar-toggle-trigger.slideshow .digital_newspaper_sidetoggle_menu_burger span{
		background-color: var(--sidebar-toggle-color-hover);
	}

	.sidebar-toggle-trigger.slideshow .digital_newspaper_sidetoggle_menu_burger span:nth-child(1) {
	  transform: rotate(45deg) translate(1px, -1px);
	}

	.sidebar-toggle-trigger.slideshow .digital_newspaper_sidetoggle_menu_burger span:nth-child(2) {
	  transform: scaleX(0);
	}

	.sidebar-toggle-trigger.slideshow .digital_newspaper_sidetoggle_menu_burger span:nth-child(3) {
	  transform: rotate(-45deg) translate(1px, 0);
	}
	.search-popup--style-one .search_close_btn{
		display: none;
	}

	/* Search Layout Two */
/*	.search-popup--style-two .search-form-wrap:after {
	    content: 'x';
	    display: block;
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    font-size: 39px;
	    color: var(--theme-color-red);
	    z-index: 999;
	}

	.search-popup--style-two .search-form-wrap:after:hover {
		cursor: pointer;
	}*/

	/*.search-popup--style-two .site-header .search-form-wrap {
		top: 0;
		width: 0;
		height: 60px;
		visibility: hidden;
	}

	.search-popup--style-two .site-header .search-form-wrap*/
	
	/* Search toggle */
	/* The container of the hamburger lines */


	/** Main Menu **/

	@media (min-width: 48.1em){
		.main-navigation .menu ul,
		.main-navigation .nav-menu ul{
			display: flex;
			list-style: none;
			line-height: 1.6;
			align-items: center;

			height: inherit;
			vertical-align: middle;
		}
		
		.main-navigation>div, 
		.main-navigation ul.menu,
		.main-navigation ul.menu li
		.main-navigation ul.nav-menu,
		.main-navigation ul.nav-menu li{
			height: inherit;
			vertical-align: middle;
		}

		.site-header.layout--three .main-navigation .menu-header-menu-container {
			float: right;
		}

		.main-navigation .menu li,
		.main-navigation .nav-menu.menu li {
			display: flex;
			align-items: center;
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
			position: relative;
			padding: 15px 15px;
			transition: all .4s ease;
		  	transform-origin:0 0;
		  	color: var(--menu-color);
		  	font-family: var(--menu-family);
			font-weight: var(--menu-weight);
			font-size: calc(var(--menu-size)*1.05);
			line-height: var(--menu-lineheight);
			letter-spacing: var(--menu-letterspacing);
			text-transform: var(--menu-texttransform);
			text-decoration: var(--menu-textdecoration);
		}

		.digital_newspaper_dark_mode .main-navigation .menu li a,
		.digital_newspaper_dark_mode .main-navigation .nav.menu li a {
			color: #fff;
		}

		.main-navigation .menu li.current-menu-item > a, 
		.main-navigation .nav.menu li.current-menu-item > a,
		.main-navigation .menu li.current_page_item > a, 
		.main-navigation .nav.menu li.current_page_item > a {
			color: var(--menu-color-active);
		}

		.main-navigation .menu li a:hover,
		.main-navigation .nav.menu li a:hover{
			color: var(--menu-color-hover);
		}
	
		.main-navigation ul.menu ul,
		.main-navigation ul.nav-menu ul
		 {
			background-color: var(--inner-container-bk);
			display: block;
			left: -999em;
			margin: 0;
			position: absolute;
			box-shadow: rgb(0 0 0 / 8%) 0px 2px 3px -1px, rgb(0 0 0 / 6%) 0px 4px 11px -2px;
			z-index: 110;
			padding: 5px 0;
			display: initial;
			box-shadow: 0px 9px 17px -10px rgb(0 0 0 / 58%);
			-webkit-box-shadow: 0px 9px 17px -10px rgb(0 0 0 / 58%);
			-moz-box-shadow: 0px 9px 17px -10px rgba(0,0,0,0.58);
		}

		.main-navigation ul.menu ul li,
		.main-navigation ul.nav-menu ul li {
			float: none;
			border-top: 0;
			position: relative;
			padding: 0 15px;
		}

		.main-navigation ul.menu ul.sub-menu > li:last-child > a,
		.main-navigation ul.nav-menu ul.sub-menu > li:last-child > a {
			border-bottom: none;
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
			font-size: 15px;
			min-width: 200px;
			width: 100%;
			color: var(--menu-color-submenu);
			border-bottom: 1px solid var(--submenu-border-btm-color);
			font-family: var(--submenu-family);
			font-weight: var(--submenu-weight);
			font-size: var(--submenu-size);
			line-height: var(--submenu-lineheight);
			letter-spacing: var(--submenu-letterspacing);
			text-transform: var(--submenu-texttransform);
			text-decoration: var(--submenu-textdecoration);
		}

		.main-navigation ul.menu ul li a:after,
		.main-navigation ul.nav-menu ul li a:after  {
			color: var(--menu-color-submenu);
		}

		.main-navigation ul.menu ul li a:hover,
		.main-navigation ul.nav-menu ul li a:hover  {
			color: var(--menu-color-submenu-hover);
		}
		.main-navigation ul.menu ul li a:hover:after,
		.main-navigation ul.nav-menu ul li a:hover:after  {
			color: var(--menu-color-submenu-hover);
		}

		.main-navigation ul.menu li:hover > ul, 
		.main-navigation ul.menu li.focus > ul,
		.main-navigation ul.nav-menu li:hover > ul, 
		.main-navigation ul.nva-menu li.focus > ul {
			right: auto;
			left: 0;
			-webkit-animation: zoomIn .3s ease-in;
			-moz-animation: zoomIn .3s ease-in;
			animation: zoomIn .3s ease-in;
			height: auto;
		}

		/** For header layout 3 **/
		header.layout--three .main-navigation ul.menu li:hover > ul, 
		header.layout--three .main-navigation ul.menu li.focus > ul,
		header.layout--three .main-navigation ul.nav-menu li:hover > ul, 
		header.layout--three .main-navigation ul.nva-menu li.focus > ul {
			right: 0;
			left: auto;
			-webkit-animation: zoomIn .3s ease-in;
			-moz-animation: zoomIn .3s ease-in;
			animation: zoomIn .3s ease-in;
			height: auto;
		}

		.main-navigation .menu > li li a,
		.main-navigation .nav-menu > li li a  {
			float: none;
			display: block;
			padding: 12px 0px;
			text-decoration: none;
		}

		.main-navigation ul.menu ul li:hover > ul, 
		.main-navigation ul.menu ul li.focus > ul,
		.main-navigation ul.nav-menu ul li:hover > ul, 
		.main-navigation ul.nav-menu ul li.focus > ul {
			right: auto;
			left: 100%;
		}

		/** for header layout 3 **/
		header.layout--three .main-navigation ul.menu ul li:hover > ul, 
		header.layout--three .main-navigation ul.menu ul li.focus > ul,
		header.layout--three .main-navigation ul.nav-menu ul li:hover > ul, 
		header.layout--three .main-navigation ul.nav-menu ul li.focus > ul {
			right: 100%;
			left: auto;
		}

		/* arrow */
		.main-navigation ul.menu li.menu-item-has-children > a:after,
		.main-navigation ul.menu li.page_item_has_children > a:after,
		.main-navigation ul.nav-menu li.menu-item-has-children > a:after,
		.main-navigation ul.nav-menu li.page_item_has_children > a:after   {
			display: inline-block;
			font-family: "Font Awesome 5 Free";
			content: "\f107";
			font-style: normal;
			font-size: calc(var(--menu-size)*0.9);
			font-weight: 900;
			line-height: var(--menu-lineheight);
			margin-left: 8px;
		}

		.main-navigation ul.menu ul li.menu-item-has-children > a:after,
		.main-navigation ul.menu ul li.page_item_has_children > a:after,
		.main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
		.main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
			display: inline-block;
			font-family: "Font Awesome 5 Free";
			content: "\f105";
			font-style: normal;
			font-size: 14px;
			font-weight: 900;
			line-height: 1;
			margin-left: 8px;
			float: right;
			line-height: inherit;
		}
	}

	nav.main-navigation .toggle-sub-menu, 
	nav.main-navigation ul.menu .toggle-sub-menu,
	nav.main-navigation ul.nav-menu .toggle-sub-menu  { 
		display: none;
	}

	nav.main-navigation ul ul {
		border-top: 2px solid var(--theme-color-red);
	}

	@media (max-width: 940px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
			font-size: var(--menu-size-tab);
			line-height: var(--menu-lineheight-tab);
			letter-spacing: var(--menu-letterspacing-tab);
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
			font-size: var(--submenu-size-tab);
			line-height: var(--submenu-lineheight-tab);
			letter-spacing: var(--submenu-letterspacing-tab);
		}
	}

	#digital_newspaper_menu_burger span{
	  background-color:ghostwhite;
	}

	@media (max-width: 769px){
		.site-header.layout--default .top-date-time {
			display: none;
		}

		.site-header.layout--default .top-ticker-news {
			flex: 1;
			padding: 0 15px;
		}

		.site-header.layout--default .social-icons-wrap {
			flex: 1;
		}

		.site-header.layout--default .main-header .site-branding-section .row{
			flex-direction: column;
			align-items: center;
		}

		.site-header.layout--default .main-header .site-branding-section .site-branding { 
			padding: 20px 5px;
			text-align: center;
		}

		.site-header.layout--three .header-smh-button-wrap {
			width: 100%;
		}

		#digital_newspaper_menu_burger{
		  display:flex;
		  align-items:center;
		  flex-direction:column;
		  cursor:pointer;
		}

		#digital_newspaper_menu_burger span{
		  width: 1.5em;
		  height: .15em;
		  margin: 0.2em 0;
		  display: block;
		  transition: all .4s ease;
		  transform-origin: 0 0;
		}

		.main-navigation.toggled #digital_newspaper_menu_burger span:nth-child(1) {
		  transform: rotate(45deg) translate(1px, -1px);
		}

		.main-navigation.toggled #digital_newspaper_menu_burger span:nth-child(2) {
		  Transform: scaleX(0);
		}

		.main-navigation.toggled #digital_newspaper_menu_burger span:nth-child(3) {
		  transform: rotate(-45deg) translate(1px, 0);
		}

		.sidebar-toggle-wrap {
			display: none;
			flex: 0;
		}

		button.menu-toggle {
			background-color: transparent;
			display: flex;
			align-items: center;
			border: none;
			border-radius: 3px;
			background: transparent;
			color: rgba(0, 0, 0, 0.8);
			line-height: 1;
			padding: 0.3em 0.5em 0.3em 0;
		}

		.menu_txt {
			display: block;
			color: var(--theme-color-red);
			padding-left: 10px;
			float: none;
			font-weight: 600;
			font-size: 18px;
			text-transform: uppercase;
		}

		nav.main-navigation ul.menu,
		nav.main-navigation ul.nav-menu {
			background-color: var(--mobile-menu-bk-color);
			z-index: 10;
			position: absolute;
			width: 100%;
			left: 0;
			padding: 10px 30px;
		}

		nav.main-navigation ul.menu li,
		nav.main-navigation ul.nav-menu li {
			float: none;
			border-top: 0;
			position: relative;
			border-bottom: 1px solid var(--mobile-menu-border-btm-color);
		}

		nav.main-navigation ul li.menu-item-has-children {
		    display: inline-block;
		    width: 100%;
		}

		nav.main-navigation ul.menu li:last-child,
		nav.main-navigation ul.nav-menu li:last-child {
			border-bottom: none;
		}

		nav.main-navigation ul.menu li a,
		nav.main-navigation ul.nav-menu li a{
			font-size: var(--menu-size-mobile);
			font-weight: var(--menu-weight);
			letter-spacing: var(--menu-letterspacing-mobile);
			color: var(--menu-color);
			font-family: var(--menu-family);
			float: none;
			display: block;
			padding: 9px 0;
			text-decoration: var(--menu-textdecoration-mobile);
		}

		nav.main-navigation.toggled ul>li .children, nav.main-navigation.toggled ul>li .sub-menu {
			display: none;
		}

		nav.main-navigation .toggle-sub-menu, 
		nav.main-navigation ul.menu .toggle-sub-menu,
		nav.main-navigation ul.nav-menu .toggle-sub-menu { 
			display: inline-block;
			width: 15px;
		}

		nav.main-navigation .toggle-sub-menu {
			display: inline-block;
			position: absolute;
			top: 5px;
			right: 2px;
		}

		nav.main-navigation ul>li > .sub-menu.isShow,
		nav.main-navigation ul>li > .children.isShow {
			display: block;
			position: relative;
			width: 100%;
			border-top: none;
			padding-left: 20px;
		}

		nav.main-navigation .toggle-sub-menu {
			padding-right: 20px;
			display: inline-block;
			text-align: right;
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
			font-size: var(--menu-size-mobile);
			line-height: var(--menu-lineheight-mobile);
			letter-spacing: var(--menu-letterspacing-mobile);
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
			font-size: var(--submenu-size-mobile);
			line-height: var(--submenu-lineheight-mobile);
			letter-spacing: var(--submenu-letterspacing-mobile);
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
			font-size: var(--menu-size-mobile);
			line-height: var(--menu-lineheight-mobile);
			letter-spacing: var(--menu-letterspacing-mobile);
		}

	}

/*	@media (max-width: 940px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{

			font-size: var(--menu-size-tab);
			line-height: var(--menu-lineheight-tab);
			letter-spacing: var(--menu-letterspacing-tab);

		}
	}

	@media (max-width: 768px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{

			font-size: var(--menu-size-mobile);
			line-height: var(--menu-lineheight-mobile);
			letter-spacing: var(--menu-letterspacing-mobile);

		}
	}*/
	
	.after-header.header-layout-banner-two .ads-banner {
		text-align: center;
		padding: 10px 0;
	}

	/** Header Two **/
	.site-header.layout--two .top-date-time {
		flex: 0 1 22%;
	}

	.site-header.layout--two .social-icons-wrap {
		text-align: right;
	}

	.site-header.layout--two .main-header .site-branding-section .site-branding {
		flex: 1;
		text-align: left;
		padding: 25px 0;
	}	

	.site-branding .site-title a {
		font-size: var(--site-title-size);
		line-height: var(--site-title-lineheight);
		letter-spacing: var(--site-title-letterspacing);
		text-decoration: var(--site-title-textdecoration);
		text-transform: var(--site-title-texttransform);
		font-weight: var(--site-title-weight);
		font-family: var(--site-title-family);
	}

	.site-header.layout--two .ads-banner {
		padding-left: 10px;
	}

	.site-header.layout--two .ads-banner img {
		display: block;
	}

	.site-header.layout--two .newsletter-element,
	.site-header.layout--two .random-news-element {
		flex: 0 1 1%;
	}

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

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

	.site-header.layout--default .random-news-element a {
		color: var(--random-news-color);
	}

	.site-header.layout--default .random-news-element a:hover {
		color: var(--random-news-color-hover);
	}

	.site-header.layout--two .newsletter-element {
		padding-right: 6px;
	}

	.site-header.layout--two .random-news-element {
		padding: 0 6px 0 20px;
	}

	.site-header.layout--two .newsletter-element .title-text,
	.site-header.layout--two .random-news-element .title-text {
		display: none;
	}

	/* Header Layout Three */
	/* Top Header */
	.site-header.layout--three .top-date-time {
		flex: 0 1 20%;
	}

	.site-header.layout--three .top-date-time .time:before {
		position: relative;
	    margin: 0 1px;
	    content: "\f017";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 0px;
	    padding-right: 5px;
	    margin-left: 2px;
	    font-size: 12px;
	    font-weight: normal;
	    opacity: 0.8;
	}

	.top-date-time-inner {
	    display: inline-block;
	    background-color: var(--top-date-time-bk-color);
	    padding: 6px 9px 5px;
	    font-size: 13px;
	    line-height: 1.1;
	    font-weight: 500;
	    border-radius: 2px;
	}

	.top-date-time-inner .time {
		font-weight: bold;
	}

	.site-header.layout--three .title-text {
		display: none;
	}

	/* Main Header */
	.site-header.layout--three .main-header .site-branding-section .site-branding {
		text-align: left;
		flex: 0 1 20%;
	}

	.site-header.layout--three .site-branding .site-title a {
		font-size: calc(var(--site-title-size)*0.65);
	}

	.site-header.layout--three .header-smh-button-wrap {
		flex: 0 1 80%;
		display: flex;
		align-items: center;
		background-color: transparent !important;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}

	.site-header.layout--three .nav-menu {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}

	.site-header.layout--three .search-wrap {
		padding: 0 0 0 20px;
	}

	.site-header.layout--three .sidebar-toggle-wrap {
		padding: 0 0 0 20px;
	}

	.site-header.layout--three .digital_newspaper_sidetoggle_menu_burger span {
		width: 1.2em;
		height: 2px;
		margin: 0.16em 0;
	}

	.site-header.layout--three .social-icons-wrap {
		flex: 0 1 20%;
		text-align: right;
	}

	.site-header.layout--three .top-header-nrn-button-wrap {
		flex: 0 1 7%;
		text-align: right;
	}

	.site-header.layout--three .top-header-nrn-button-wrap > div {
		display: inline-block;
		padding-left: 15px;
	}

	/*** sidebar Toggle **/
		body.bodynoscroll {
			overflow-y: hidden;
		}

		.body_show_sidetoggle .digital_newspaper_ovelay_div,
		.newsletter-popup-active .digital_newspaper_ovelay_div  {
			content: "";
			position: fixed;
			z-index: 120;
			height: 100%;
			width: 100%;
			top: 0;
			right: 0;
			background: rgba(0,0,0,.3);
			transition: opacity .3s ease-in-out;
		}

		.body_show_sidetoggle .digital_newspaper_ovelay_div:hover,
		.newsletter-popup-active .digital_newspaper_ovelay_div:hover {
			cursor: w-resize;
		}

		.sidebar-toggle {
			position: fixed;
			z-index: 99999;
			left: 0;
			top: 0;
			width: 80vw;
			max-width: 370px;
			height: 100vh;
			visibility: hidden;
			transition: .4s ease-in-out;
			transition-property: transform,visibility;
			content-visibility: auto;
			transform: translate3d(-100%,0,0);
		}

		body.body_show_sidetoggle .sidebar-toggle {
			transform: translate3d(0,0,0);
			visibility: visible;
		}

		/* Toggle Position */
		.header-toggle-sidebar-appear--right .sidebar-toggle {
			transform: translate3d(100%, 0, 0);
			left: auto;
			right: 0;
			direction: rtl;
		}

		.header-toggle-sidebar-appear--right .site-header.layout--default .digital-newspaper-container .sidebar-toggle .row {
			direction: ltr;
		} /* position finish */

		body.header-width--full-width .sidebar-toggle .digital-newspaper-container {
			margin: 0;
		}

		.sidebar-toggle-close {
			float: right;
			background: var(--toggle-close-bk-color);
			padding: 10px 15px;
			color: var(--toggle-close-btn-color);
			width: 100%;
			text-align: center;
			cursor: pointer;
			-webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
			box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}

		.sidebar-toggle .digital-newspaper-container {
			padding: 35px 25px;
			height: 100%;
			overflow-x: hidden;
			overflow-y: auto;
			box-shadow: 0 0 48px rgb(34 96 191 / 24%);
			background-color: var(--header-toggle-bk-color);
		}

		.site-header.layout--default .digital-newspaper-container .sidebar-toggle .row{
			height: initial; 
			align-items: initial; 
			display: initial; 
		}

		.sidebar-toggle .digital-newspaper-container::-webkit-scrollbar {
			width: 4px;
		}

		.sidebar-toggle .digital-newspaper-container::-webkit-scrollbar-thumb {
			background-color: var(--theme-color-red);
			border-radius: 20px;
		}

		/* Scrollbar styling */ 
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar {
		  width: 7px;
		}

		/* Track */
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar-track {
		  box-shadow: inset 0 0 5px #000000; 
		  border-radius: 10px;
		}
		 
		/* Handle */
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar-thumb{
		  background: var(--theme-color-red); 
		  border-radius: 20px;
		}

		/* Handle on hover */
		.related_posts_popup_sidebar .single-related-posts-wrap::-webkit-scrollbar-thumb:hover {
		  background: var(--theme-color-red); 
		}
		/* End scrollbar styling*/


/*
=========================================
3.0 Ticker
	3.1 Ticker One
	3.2 Tricker Two

	3.3 Responsive
=========================================
*/

	.ticker-item-wrap .post-date time{
		font-size: 12px;
		font-family: var(--meta-family);
		color: var(--meta-text-color);
		font-weight: var(--meta-weight);
		text-decoration: none;
		text-transform: capitalize;
	}	 

	.ticker-item-wrap .post-date a {
		text-decoration: none;
	}

	.ticker-news-wrap span.ticker_label_title_string {
		text-transform: uppercase;
		font-size: 0.85rem;
		letter-spacing: 1px;
		font-weight: 500;
	}

	.ticker-news-wrap .icon {
		margin-right: 10px;
		font-size: 13px;
	}

	.ticker-news-wrap .icon i {
		text-decoration: blink;
		-webkit-animation-name: blinker;
		-webkit-animation-duration: 0.6s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-direction: alternate;
	}

	@keyframes blinker {
		from { opacity: 1.0; }
		to { opacity: 0.0; }
	}

	/** Ticker One **/
	.ticker-news-wrap.layout--one .ticker_label_title{
		background-color: var(--theme-color-red);
		color: var(--white-text);
		text-align: center;
		padding: 0 15px;
		height: 60px;
		display: flex;
		align-items: center;
	}

	.digital-newspaper-ticker-box {
		height: auto;
		overflow: hidden;
		flex: 1;
		position: relative;
	}

	.digital-newspaper-ticker-box:after,
	.digital-newspaper-ticker-box:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 80px;
		z-index: 1;
	}

	.digital-newspaper-ticker-box:before {
		width: 30px;
	}

	.digital-newspaper-ticker-box:after {
		right: 0;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--ticker-overlay-color));
	}

	.digital-newspaper-ticker-box:before {
		left: 0;
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--ticker-overlay-color));
	}

	.digital_newspaper_dark_mode .digital-newspaper-ticker-box:before {
		background: none;
	}

	.ticker-news-wrap {
		position: relative;
		margin: 10px 0;
		padding: 10px;
		background-color: var(--inner-container-bk);
	}

	.ticker-news-wrap.layout--one  {
		width: 100%;
		display: flex;
		align-items: center;
		overflow: hidden;
		max-height: 120px;
	}
	.ticker-news-wrap.layout--one .ticker-item {
		position: relative;
		float: left;
		clear: none;
		display: inline-block;
	}

	.ticker-news-wrap.layout--one .digital-newspaper-ticker-box ul li {
		float: left;
		align-items: center;
		margin-right: 25px;
		display: flex!important;
		top: 0;
		vertical-align: middle;
		height: 60px;
		overflow: hidden;
	}

	.ticker-news-wrap.layout--one .ticker-item .feature_image{
		max-width: 158px;
		margin-right: 20px;
	}

	.ticker-news-wrap .ticker-item h2.post-title {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: inherit;
		display: -webkit-box;
	}

	.ticker-news-wrap.layout--one .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.7);
		line-height: 1.5;
		color: var(--post-title-color);
		font-family: var(--post-title-family);
		max-width: 220px;
	}

	.ticker-news-wrap.layout--one .digital-newspaper-ticker-controls button  {
		background-color: var(--theme-color-red);
		border: none;
		height: 60px;
		border-radius: 0;
	}	

	.ticker-news-wrap.layout--one .digital-newspaper-ticker-controls button i {
		color: var(--white-text);
	}

	.ticker-news-wrap.layout--one img {
		width: 55px;
		height: 52px;
		border-radius: 50%;
	}

	.ticker-item-wrap {
		list-style: none;
		margin: 0;
	}

	.ticker-item-wrap .feature_image img {
		display: block;
	}

	.digital-newspaper-ticker-controls button:hover {
		cursor: pointer;
	}

	.ticker_label_title {
		position: relative;
	}

	/* No image */
	.digital-newspaper-ticker.layout--one.no-feat-img .digital-newspaper-ticker-box {
		max-height: 56px;
	}

	.digital-newspaper-ticker.layout--one.no-feat-img .ticker_label_title,
	.digital-newspaper-ticker.layout--one.no-feat-img .digital-newspaper-ticker-box ul li {
		height: auto;
	}

	.digital-newspaper-ticker.layout--one.no-feat-img .ticker-item .feature_image {
		display: none;
	}

	.digital-newspaper-ticker.layout--one.no-feat-img .ticker-item h2.post-title {
		margin: 0;
		-webkit-line-clamp: 2;
	}

	.digital-newspaper-ticker.layout--one.no-feat-img .digital-newspaper-ticker-controls button {
		height: auto;
		padding: 25px 12px;
	}

	/** Ticker Two **/
	.ticker-news-wrap.layout--two .ticker_label_title {
		background-color: var(--theme-color-red);
		color: var(--white-text);
		text-align: center;
		padding: 12px 15px;
		min-height: 60px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.ticker-news-wrap.layout--two .ticker_label_title:after {
		content: '';
		position: absolute;
		top: 34%;
		right: -9px;
		border-width: 10px 0 10px 10px;
		border-style: solid;
		z-index: 9;
		border-color: transparent transparent transparent var(--theme-color-red);
	}

	.ticker-news-wrap.layout--two {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
	}
	.ticker-news-wrap.layout--two .ticker-item {
		position: relative;
		float: left;
		clear: none;
		display: inline-block;
	}

	.ticker-news-wrap.layout--two .digital-newspaper-ticker-box {
		background-color: var(--ticker-inner-bk-color);
		padding: 5px 0;
		max-height: 60px;
	}

	.ticker-news-wrap.layout--two .digital-newspaper-ticker-box ul li {
		float: left;
		align-items: flex-start;

		display: flex!important;
		margin-right: 30px;
	}

	.ticker-news-wrap.layout--two .ticker-item .feature_image{
		max-width: 75px;
		height: 50px;
		margin-right: 20px;
	}

	.ticker-news-wrap.layout--two .title-wrap {
		display: flex;
		flex-direction: column;
	}

	.ticker-news-wrap.layout--two .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.73);
		font-family: var(--post-title-family);
		margin-bottom: 2px;
		margin-top: 2px;
		font-weight: 600;
		display: inline-block;
		float: left;
	}

	.ticker-news-wrap.layout--two .ticker-item h2.post-title a{ 
		color: inherit;
		text-decoration: none;
		font-weight: inherit;
	}

	.ticker-news-wrap.layout--two .digital-newspaper-ticker-controls button, .ticker-news-wrap.layout--two .digital-newspaper-ticker-controls button:hover  {
		background-color: var(--theme-color-red);
		border: none;
		height: 60px;
		border-radius: 0;
	}	

	.ticker-news-wrap.layout--two .digital-newspaper-ticker-controls button i {
		color: var(--white-text);
	}

	/* Ticker Three */
	.ticker-news-wrap.layout--three .ticker-title {
		padding: 3px 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    margin: -10px 0 15px -10px;
	    width: auto;
	    display: inline-block;
	    top: -7px;
	}

	.ticker-news-wrap.layout--three .digital-newspaper-ticker-box {
		max-height: 80px;
	}

	.ticker-news-wrap.layout--three .digital-newspaper-ticker-box .js-marquee {
		display: flex;
	}

	.ticker-news-wrap.layout--three .digital-newspaper-ticker-box ul li {
		display: flex;
		align-items: center;
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px solid #d7d7d7;
	}

	.ticker-news-wrap.layout--three .ticker-item .feature_image {
		max-width: 90px;
		height: 80px;
		margin-right: 15px;
	}

	.ticker-news-wrap.layout--three .ticker-item .feature_image img {
		height: 100%;
		border-radius: 8px;
	}

	.ticker-news-wrap.layout--three .ticker-item .title-wrap {
		max-width: 370px;
	}

	.ticker-news-wrap.layout--three .ticker-item .post-title {
		font-size: calc(var(--post-title-size) * 0.73);
		font-family: var(--post-title-family);
		margin: 5px 0 0;
	}

	.ticker-news-wrap.layout--three .digital-newspaper-ticker-controls {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

	.ticker-news-wrap.layout--three .digital-newspaper-ticker-controls button {
		padding: 5px 10px 6px;
		border: none;
		border-radius: 0;
	}

	.ticker-news-wrap.layout--three .digital-newspaper-ticker-controls button i {
		font-size: 0.7rem;
		line-height: 1.5;
	}

/*
=========================================
4.0 Banner Slider
	4.1 Banner Slider One
	4.2 Banner Slider Two
	3.3 Responsive
=========================================
*/

	/* Banner Slider One */
	.banner-layout--one .row {
		display: flex;
		align-items: flex-start;
	}

	figure.post-thumb-wrap {
		margin: 0px;
	}

	.banner-layout--one figure.post-thumb-wrap {
		height: 505px;
	}

	.banner-layout--one figure.post-thumb-wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.banner-layout--one .main-banner-slider .post_slider_template_one {
		position: relative;
		height: 100%;
	}

	.post_slider_template_one .post-excerpt {
		color: var(--white-text);
	}

	.banner-layout--one .main-banner-slider .post-element{
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.banner-layout--one .main-banner-wrap{
		flex: 0 1 65%;
		max-width: 65%;
		padding-right: 16px;
		height: 100%;
		width: 100%;
	}

	.banner-layout--one .main-banner-wrap .post-categories li{
		margin-right: 5px;
	}

	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
		height: 559px;
		background-color: var(--noimg-bk-color);
	}

	.banner-layout--one .main-banner-wrap .slick-dots {
		top: 5px;
	}

	ul.post-categories li {
		display: inline-block;
		margin: 5px 2px 0 0;
	}

	.banner-layout--one .main-banner-tabs {
		flex: 0 1 35%;
	}

	.banner-layout--one .main-banner-tabs i{
		padding-right: 8px;
		font-size: 14px;
	}

	.banner-tab .fas.fa-ban,
	.ticker-news-wrap .fas.fa-ban,
	.newsletter-element .fas.fa-ban,
	.random-news-element .fas.fa-ban,
	.post-link-button .fas.fa-ban {
		display: none;
	}

	.main-banner-wrap article.slide-item {
		position: relative;
	}

	.banner-layout--one .main-banner-wrap article.slide-item {
		height: 100%;
		overflow: hidden;
	}

	.banner-layout--one .slide-item .post-meta span.post-date:before {
		color: var(--white-text);
	}

	.banner-layout--one .main-banner-tabs article.no-feat-img figure {
		height: 96px;
	}

	.main-banner-wrap .post-element {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 20px;
		background-image: linear-gradient(to top, #1a1919, transparent);
		color: var(--white-text);
		width: 100%;
	}

	.main-banner-wrap .post-element p {
		margin: 0;
	}

	.main-banner-wrap .post-meta ul {
		margin: 0;
		list-style: none;
		padding-left: 0;
	}

	.main-banner-wrap .post-meta ul a{
		text-decoration: none;
	}

	.main-banner-wrap .post-meta .post-categories {
		display: inline-block;
		font-weight: 500;
		font-size: 18px;
		padding-right: 5px;
	}

	.post_slider_template_one .post-meta .post-date time {
		color: var(--white-text);
	}

	.main-banner-wrap .post-element .post-title {
		color: var(--white-text);
		font-size: calc(var(--post-title-size) * 1.53);
		width: 90%;
		margin: 15px 0 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

   .main-banner-wrap .post-element .post-title a{
		color: inherit;
		text-decoration: inherit;
	}
	.main-banner-wrap .post-element .post-excerpt {
		letter-spacing: 0.2px;
		font-size: var(--content-size);
	}

	.main-banner-wrap .post-element .post-excerpt p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

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

	.main-banner-wrap .slick-arrow i {
		padding: 9px 12px;
		border: 1px solid var(--white-text);
		border-radius: 2px;
		-webkit-transition: 0.5s ease;
    	transition: 1s ease;
	}

	.main-banner-wrap .main-banner-slider:hover .slick-arrow {
		visibility: visible;
	}

	.main-banner-wrap .slick-arrow:hover i {
		color: var(--theme-color-red);
    	background-color: var(--white-text);
    	border-color: var(--white-text);
	}

	.main-banner-wrap .slick-prev {
		left: 10px;
	}

	.main-banner-wrap .slick-next  {
		right: 10px;
	}

	.main-banner-wrap .slick-dots {
		position: absolute;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: right;
		bottom: 40px;
		height: 0;
		right: 10px;
	}

	.main-banner-wrap .slick-dots li{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}

	.main-banner-wrap .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}

	.main-banner-wrap .slick-dots li.slick-active button:before {
		content: '';
		background-color: var(--theme-color-red);
		opacity: 1;
	}

	.main-banner-wrap .slick-dots li button::before {
		content: '';
		background-color: var(--white-text);
		opacity: 1;
		font-family: slick;
		font-size: 50px;
		line-height: 20px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 15px;
		height: 15px;
		content: "•";
		text-align: center;
		opacity: 0.75;
		-webkit-font-smoothing: antialiased;
	}

	.main-banner-tabs ul.banner-tabs {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.main-banner-tabs .banner-tab {
		background-color: #fff;
		padding: 5px 10px;
		color: #333333;
		text-align: center;
		font-weight: 600;
		margin-right: 15px;
		flex: 1;
		font-size: 15px;
	}

	.digital_newspaper_dark_mode .main-banner-tabs .banner-tab:not(.active) {
		background-color: #202024;
		color: var(--white-text);
	}

	.main-banner-tabs .banner-tab:hover {
		background-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.main-banner-tabs .banner-tab:last-child {
		margin-right: 0px;
	}

	.main-banner-tabs ul.banner-tabs:last-child {
		margin-right: 0px;
	}

	.banner-tab:hover {
		cursor: pointer;
	}

	.banner-tab.active {
		background-color: var(--theme-color-red);
		color: var(--white-text);
		font-weight: 600;
	}
	
	.banner-tabs-content .post-item {
		display: flex;
	}

	.banner-tabs-content .post-thumb {
		flex: 0 1 30%;
		background-color: var(--noimg-bk-color);
		height: 88px;
	}

	.banner-tabs-content .post-thumb img,
	.popular-posts-wrap .post-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner-tabs-content .post-element {
		flex: 1 1 70%;
		padding: 5px 5px 5px 15px;
	}

	.banner-tabs-content .post-categories a {
		color: var(--theme-color-red);
		font-weight: 500;
		font-size: calc(var(--meta-size)*0.86);
		transition: all 0.4s ease;
		vertical-align: baseline;
	}
	.banner-tabs-content .post-categories li {
		margin: 0 7px 2px 0;
	}

	.banner-tabs-content .post-categories li a {
		padding: 0;
	}

	.banner-tabs-content .post-categories {
		display: inline-block;
	}

	.banner-tabs-content .post-date {
		font-size: 0.8rem;
	}

	.banner-tabs-content .tab-item .post-title {
		margin: 0px;
		padding-top: 5px;
		font-size: calc(var(--post-title-size)*0.73);
		color: var(--post-title-color);
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.banner-tabs-content .tab-item .post-title a,
	.banner-tabs-content .comment-item .digital_newspaper_comment_post{
		text-decoration: none;
		color: inherit;
	}

	.banner-tabs-content .post-item,
	.banner-tabs-content .comment-item{
		padding: 7px;
		margin: 16px 0;
		align-items: center;
		background: var(--banner-content-bk-color);
	}

	.banner-tabs-content .post-item:last-child,
	.banner-tabs-content .comment-item:last-child{
		margin-bottom: 0;
	}

	.banner-tabs-content .tab-item {
		display: none;
	}

	.banner-tabs-content .tab-item.active {
		display: block;
	}

	#main-banner-section {
		padding: 1em 0;
		padding-bottom: 2em;
	}

	.banner-tabs-content .comment-item {
		display: flex;
	}

	.banner-tabs-content .comment-item .digital_newspaper_avatar{
		flex: 0 1 20%;
		padding-right: 20px;
		text-align: center;
	}

	.banner-tabs-content .comment-item .digital-newspaper-comm-content{
		flex: 0 1 80%;
	}

   .banner-tabs-content .comment-item .digital-newspaper-comm-content a{
		margin: 0px;
		padding-top: 5px;
		font-size: calc(var(--post-title-size)*0.75);
		line-height: 1.4;
		text-decoration: none;
		color: var(--post-title-color);
		font-weight: 500;
		font-family: var(--post-title-family);
	}

	.banner-tabs-content .comment-item  .digital-newspaper-comment {
		margin-bottom: 0;
		margin-top: 8px;
		font-size: var(--content-size);
		font-family: var(--content-family);
		font-weight: var(--content-weight);
	}

	 /* banner order */
	.tab_slider--banner_slider .main-banner-wrap{
		order: 2;
		padding-right: 0;
		padding-left: 20px;
	}

	.banner-layout--two.tab_slider--banner_slider  .main-banner-wrap{
		padding-right: 0px;
	}

	.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-prev {
		left: 25px;
		right: auto;
	}

	.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-next {
		right: auto;
		left: 70px;
	}

	.tab_slider--banner_slider.banner-layout--two .main-banner-slider .post-element {
		float: right;
	}

	@media (max-width: 1000px) {
		.banner-layout--one .row {
			flex-direction: column;
		}

		.banner-layout--one .main-banner-wrap {
			max-width: 100%;
			flex: 100%;
			padding-right: 0px;
			margin-bottom: 20px;
		}

		.banner-layout--one figure.post-thumb-wrap,
		.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
			height: 420px;
		}

		.banner-layout--one .main-banner-tabs {
			width: 100%;
		}
	}

	@media (max-width: 950px) {
		.tab_slider--banner_slider .main-banner-wrap{
			order: initial;
			padding-left: 0px;
		}
	}

	@media (max-width: 500px) {

		.banner-layout--one figure.post-thumb-wrap,
		.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
			height: 320px;
		}

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

		.banner-layout--one .main-banner-wrap .post-element .post-title {
			font-size: 1.8rem;
			line-height: 36px;
			width: 100%;
		}

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

	/** BannerTwo **/
		.banner-layout--two .row {
			display: flex;
			align-items: flex-start;
		}

		.banner-layout--two .main-banner-wrap .no-feat-img figure.post-thumb {
			width: 100%;
			height: 100%;

			background-color: var(--noimg-bk-color);
		}

		.banner-layout--two figure.post-thumb-wrap img{
			width: 100%;
		}

		.banner-layout--two .main-banner-slider .post_slider_template_two {
			position: relative;
			height: 100%;
		}

		.banner-layout--two .main-banner-slider .post-element{
			bottom: 0px;
			width: 80%;
			background: var(--banner-content-bk-color);
			color: var(--post-title-color);
			background-image: none;
			position: relative;
			margin-top: -80px;
		}

		.banner-layout--two .main-banner-wrap {
			flex: 0 1 65%;
			max-width: 65%;
			padding-right: 16px;
			width: 100%;
		}

		.banner-layout--two .main-banner-wrap .post-excerpt p:not(:first-child){
			display: none;
		}

		.banner-layout--two .main-banner-wrap .post-excerpt,
		.banner-layout--two .main-banner-wrap .post-excerpt p {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.banner-layout--two .main-banner-popular-posts {
			flex: 0 1 35%;
			max-width: 35%;
		}

		.banner-layout--two .main-banner-wrap .post-element .post-title {
			color: var(--post-title-color);
			width: 100%;
			font-size: calc(var(--post-title-size)*1.2);
			margin: 11px 0 5px;
		}

		.banner-layout--two .post-element  .post-categories li {
			margin-right: 7px;
		}

		.banner-layout--two .post-element  .post-categories a {
			color: var(--theme-color-red);
			padding: 0;
		}

		.banner-layout--two .main-banner-related-posts-section-wrap .related-posts-wrap {
			border-color: #68686861;
		}

		.banner-layout--two .main-banner-wrap .main-banner-related-posts-section-wrap ul li:before {
			color: var(--post-title-color);
		}

		.banner-layout--two .main-banner-wrap .slick-arrow {
			position: absolute;
			bottom: 32%;
			z-index: 9;
			border: none;
			height: 40px;
			top: initial;
			visibility: visible;
			transform: translateY(-2rem);
		}

		.banner-layout--two .main-banner-wrap .slick-arrow i {
			color: var(--theme-color-red);
		    background-color: var(--white-text);
		    border-radius: 0;
		    border: none;
    		box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
		}

		.banner-layout--two .main-banner-wrap .slick-arrow:hover i {
			color: var(--white-text);
			background-color: var(--theme-color-red);
		}

		.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
			height: 432px;
			overflow: hidden;
		}

		.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb  img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.banner-layout--two .main-banner-wrap .slick-next {
			right: 30px;
		}

		.banner-layout--two .main-banner-wrap .slick-prev {
			right: 70px;
			left: initial;
		}

		.digital_newspaper_main_body .banner-layout--two .main-banner-popular-posts article {
			width: 99%!important;
			margin-left: auto;
			margin-right: auto;
			position: relative;
		}

		.digital_newspaper_main_body .banner-layout--two .main-banner-slider article {
			padding: 7px;
		}

		.main-banner-popular-posts h2.section-title {
			margin: 0;
			margin-bottom: 5px;
			line-height: 1;
			padding-bottom: 10px;
			width: 80%;
			font-size: 1.3rem;
			position: relative;
		}

		.popular-posts-wrap .slick-prev {
			right: 55px;
		}

		.main-banner-popular-posts .popular-posts-wrap .slick-arrow {
			position: absolute;
			cursor: pointer;
			color: var(--slick-button-color);
			background-color: var(--white-bk-color);
			border: none;
			border-radius: 0;
			text-align: center;
			font-size: 0.86rem;
			box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
			-webkit-transition: 0.5s ease;
			transition: 1s ease;
		}

		.digital_newspaper_vertical_slider .popular-posts-wrap .slick-prev {
			right: 51px;
		}

		.popular-posts-wrap .slick-next {
			top: -10px;
			right: 11px;
		}

		.widget.widget_digital_newspaper_popular_posts_widget .popular-posts-wrap .slick-arrow{
			cursor: pointer;
			position: absolute;
			background-color: var(--white-bk-color);
			color: var(--slick-button-color);
			border: none;
			border-radius: 0;
			font-size: 0.86rem;
			-webkit-transition: 0.5s ease;
			transition: 1s ease;
			box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
		}

		.digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow,
		.digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow {
			transform-origin: 0 0;
		    top: -12px;
		    transform: rotate(270deg);
		    padding: 9px 8px 9px 8px;
		}

		.popular-posts-wrap .slick-track article {
			display: flex;
			align-items: center;
			padding: 7px;
			margin-bottom: 16px;
			background: var(--banner-content-bk-color);
		}

		.main-banner-popular-posts.digital_newspaper_horizontal_slider .popular-posts-wrap .slick-track article {
			margin-top: 5px;
		}

		.popular-posts-wrap .slick-track article figure.post-thumb{
			flex: 0 1 32%;
			position: relative;
			height: 100%;
		}

		.popular-posts-wrap .slick-track article .post-element {
			flex: 0 1 68%;
			padding: 5px 5px 5px 18px;
		}

		.main-banner-popular-posts .post-element .post-categories a,
		.widget .post-element .post-categories a {
			color: var(--theme-color-red);
			font-size: calc( var(--meta-size) * 0.86 );
		}

		.post-thumb .post-count{
			position: absolute;
			color: var(--white-text);
			background-color: var(--theme-color-red);
			width: 30px;
			height: 30px;
			bottom: 0;
			left: 0;
			font-size: 0.9rem;
			font-weight: 500;
			text-align: center;
			padding: 6px 7px 7px;
			z-index: 9999;
		}

		.popular-posts-wrap .post-title {
			margin: 0px;
			font-size: calc(var(--post-title-size)*0.71);
			line-height: 1.5;
			text-decoration: none;
			color: var(--post-title-color);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.popular-posts-wrap .post-title a{
			text-decoration: none;
			color: inherit;
		}

		.banner-layout--two .popular-posts-wrap {
			height: 427px;
		}

		.popular-posts-wrap .post-meta {
			margin-top: 5px;
			font-size: 0.9rem;
		}

		.banner-layout--two .popular-posts-wrap .slick-list .slick-track,
		.widget .popular-posts-wrap .slick-list .slick-track {
			overflow: hidden;
			display: flex;
			flex-direction: column;
		}

		.banner-layout--two  .main-banner-wrap .slick-dots {
			top: 10px;
			right: 10px;
		}

		.main-banner-popular-posts .no-feat-img figure {
			height: 88px;
			background-color: var(--noimg-bk-color);
		}

		.main-banner-popular-posts.digital_newspaper_horizontal_slider .no-feat-img figure.post-thumb {
			height: 98px;
		}

		.digital_newspaper_main_body .banner-layout--two .main-banner-popular-posts.digital_newspaper_vertical_slider article {
			height: 125px;
		}

		/* Horizontal Slider */
		.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-list {
			height: 505px;
			overflow: hidden;
		}

		.main-banner-popular-posts.digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow {
			top: -36px;
			padding: 6px 11px;
		}

		.digital_newspaper_horizontal_slider .slick-next.slick-arrow {
			right: 0;
		}

		.digital_newspaper_horizontal_slider .slick-prev.slick-arrow {
			right: 35px;
		}

		.banner-layout--two .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-list .slick-track, 
		.widget .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-list .slick-track  {
			display: block;
		}

		.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-slide article .post-thumb {
			flex: 0 1 34% !important;
		}

		.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-slide article .post-element {
			flex: 0 1 66%;
		}

		.main-banner-popular-posts .popular-posts-wrap .post-thumb img { 
			display: block;
			height: 100%;
			width: 100%;
			object-fit: cover;
		}

		@media (max-width: 950px) {
			.banner-layout--two .row { 
				flex-direction: column;
			}

			.banner-layout--two .row .main-banner-wrap {
				flex: 1;
				max-width: 100%;
				padding-right: 0px;
				margin-bottom: 1.5em;
			}

			.banner-layout--two .main-banner-popular-posts {
				flex: 1;
				max-width: 100%;
				width: 100%;
			}

			.main-banner-popular-posts .popular-posts-wrap .slick-track article figure.post-thumb {
				max-width: 150px;
			}

			.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
				height: 410px;
			}

			.banner-layout--two .popular-posts-wrap {
				height: initial;
			}
		}

		@media (max-width: 760px) {
			.banner-layout--two .main-banner-wrap .slick-arrow {
				bottom: 40%;
			}

			.main-banner-popular-posts .popular-posts-wrap.slick-vertical .slick-next {
				right: 15px;
			}
		}

		@media (max-width: 650px) {
			.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
				height: 310px;
			}
		}

		@media (max-width: 485px) {
			.banner-layout--two .main-banner-slider .post-element{
				margin-top: 0;
				width: 100%;
				padding: 8px 13px;
			}

			.banner-layout--two .main-banner-wrap .slick-arrow {
				bottom: 220px;
			}
		}

		@media (max-width: 400px) {
			.banner-layout--two .main-banner-wrap .slick-arrow {
				/*display: none!important;*/
				visibility: hidden;
			}
		}

		/* Banner Layout Three */
		.banner-layout--three .digital-newspaper-container .row:first-child {
			display: grid;
			grid-template-columns: 50%50%;
		}

		.banner-layout--three .main-banner-wrap {
			padding-right: 5px;
			margin-bottom: 10px;
		}

		.banner-layout--three .slick-list article,
		.banner-layout--three .slick-list article .post-thumb,
		.banner-layout--three .slick-list article .post-thumb img {
			height: 472px;
		}

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

		.banner-layout--three .post-categories li {
			background-color: var(--theme-color-red);
			margin-right: 5px;
		}

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

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

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

		.banner-layout--three .post-excerpt {
			color: var(--white-text);
		}

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

		.banner-layout--three .banner-trailing-posts article {
			flex: 0 1 50%;
			padding: 0 5px;
			margin-bottom: 10px;
			position: relative;
			height: 211px;
		}

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

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

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

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

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

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

		/* Trailing posts */
		.banner-layout--three .main-banner-trailing-block-posts {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -5px;
		}

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

		.banner-layout--three .main-banner-trailing-block-posts article {
			flex: 0 1 25%;
		}

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

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

		.banner-layout--three.tab_slider--banner_slider .main-banner-wrap {
			padding-right: 0;
			padding-left: 5px;
		}

		.banner-layout--three.tab_slider--banner_slider .main-banner-block-posts {
			padding-left: 0;
			padding-right: 5px;
		}

		@media (max-width: 1200px) {
			.banner-layout--three .main-banner-block-posts article:first-child {
				height: 280px;
			}
		}

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

		/*
		=========================================
		4.4 Banner Layout Four
		=========================================
		*/

			.banner-layout--four .row:first-child {
				display: grid;
				grid-template-columns: 50%50%;
			}

			.banner-layout--four .main-banner-wrap {
				padding-right: 4px;
				margin-bottom: 8px;
			}

			.banner-layout--four .main-banner-wrap .slick-list article,
			.banner-layout--four .main-banner-wrap .slick-list .post-thumb {
				height: 430px;
			}

			.banner-layout--four .main-banner-wrap .no-feat-img .post-thumb {
				background-color: var(--noimg-bk-color);
			}

			.banner-layout--four img {
				width: 100%;
				object-fit: cover;
				height: 100%;
			}

			.banner-layout--four .post-categories li {
				margin-right: 5px;
			}

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

			.banner-layout--four .main-banner-wrap .post-excerpt {
				color: var(--white-text);
			}

			/* Trailing Post */
			.banner-layout--four .main-banner-block-posts.banner-trailing-posts {
				padding-left: 4px;
				height: 430px;
			}

			.banner-layout--four .banner-trailing-posts {
				display: flex;
				flex-wrap: wrap;
				margin: 0 -4px;
			}

			.banner-layout--four .main-banner-block-posts article {
				flex: 0 1 50%;
				padding: 0 4px;
				position: relative;
				margin-bottom: 8px;
				height: 211px;
			}

			.banner-layout--four .banner-trailing-posts .post-thumb,
			.banner-layout--four .banner-trailing-posts .post-thumb a {
				height: 100%;
			}

			.banner-layout--four .post-item.no-feat-img .post-thumb {
				padding-bottom: 62%;
				background: var(--noimg-bk-color);
			}

			.banner-layout--four .banner-trailing-posts .post-element {
				position: absolute;
				bottom: 0;
				padding: 15px 18px 13px;
				background-image: linear-gradient(to top, #1a1919, transparent);
				width: calc(100% - 8px);
			}

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

			/* Bottom Trailing Post */
			.banner-layout--four .main-banner-trailing-block-posts article {
				flex: 0 1 25%;
				padding: 0 4px;
				position: relative;
				margin-bottom: 8px;
				height: 211px;
			}

			.banner-layout--four.tab_slider--banner_slider .main-banner-wrap {
				padding-right: 0;
				padding-left: 4px;
			}

			.banner-layout--four.tab_slider--banner_slider .main-banner-block-posts.banner-trailing-posts {
				padding-left: 0;
				padding-right: 4px;
			}

			@media (max-width: 500px) {
				.banner-layout--four .main-banner-wrap .slick-list article,
				.banner-layout--four .main-banner-wrap .slick-list .post-thumb {
					height: 370px;
				}
			}

		/*
		=========================================
		4.5 Banner Layout Five
		=========================================
		*/
			.banner-layout--five img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

			.banner-layout--five h2.section-title {
				font-size: calc(var(--block-title-size)*0.8);
				margin-bottom: 8px;
			}

			.banner-layout--five .row {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				-webkit-justify-content: center;
			}

			/* Main Banner List Posts */
			.banner-layout--five .main-banner-list-posts {
				flex: 0 1 23%;
				padding-right: 8px;
			}

			.banner-layout--five .main-banner-list-posts article {
				position: relative;
			}

			.banner-layout--five .main-banner-list-posts article:first-child .post-element {
				position: absolute;
				bottom: 0;
				background-image: linear-gradient(to top, #1a1919, transparent);
				width: 100%;
				padding: 13px 20px;
			}

			.banner-layout--five .main-banner-list-posts article:first-child .post-categories li {
				margin-right: 5px;
			}

			.banner-layout--five .main-banner-list-posts article:first-child .post-title {
				padding: 0;
				margin-top: 12px;
			}

			.main-banner-list-posts article:first-child a {
				color: var(--white-text);
			}

			.banner-layout--five .main-banner-list-posts article:first-child .post-meta,
			.banner-layout--five .main-banner-list-posts article:not(:first-child) .post-categories {
				display: none;
			}

			.banner-layout--five .main-banner-list-posts article:not(:first-child) {
				margin-bottom: 12px;
				background-color: var(--banner-content-bk-color);
				padding: 7px;
			}

			.banner-layout--five .main-banner-list-posts article:last-child {
				margin-bottom: 0;
			}
			
			.banner-layout--five .main-banner-grid-posts article:last-child,
			#main-banner-section .main-banner-wrap .slick-list .main-banner-related-posts-section-wrap ul li:last-child {
				margin-bottom: 0;
				padding-bottom: 0;
				border-bottom: none;
			}

			.banner-layout--five .main-banner-list-posts article .post-thumb {
				margin-bottom: 12px;
				position: relative;
				height: 212px;
			}

			.banner-layout--five .main-banner-list-posts article .post-thumb .post-categories {
				position: absolute;
				bottom: 10px;
				left: 10px;
			}

			.banner-layout--five .main-banner-list-posts article .post-title {
				font-size: calc(var(--post-title-size)*0.73);
				margin: 0;
				position: relative;
				padding: 0 7px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

			.banner-layout--five .main-banner-list-posts article .post-meta {
				padding: 6px 7px 0;
			}

			.banner-layout--five .main-banner-list-posts article .post-meta .author_name,
			.banner-layout--five .main-banner-list-posts article .post-meta time {
				font-size: 0.8rem;
			}

			.banner-layout--five .main-banner-list-posts article .post-meta .post-date:before {
				color: var(--meta-text-color);
			}

			/* Main Banner Wrap */
			.banner-layout--five .main-banner-wrap {
				flex: 0 1 55%;
				max-width: 55%;
				padding: 0 8px;
			}

			.banner-layout--five .main-banner-wrap article .post-thumb {
				height: 581px;
			}

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

			.banner-layout--five .post-categories li {
				margin-right: 5px;
			}

			.main-banner-related-posts-section-wrap .related-posts-wrap {
				margin: 15px 0 0 8px;
				padding: 15px 0 0 17px;
				border-top: 1px dashed #ffffff61;
				position: relative;
			}

			body .main-banner-wrap .main-banner-slider .slick-list article .post-element .main-banner-related-posts-section-wrap ul li {
				font-size: calc(var(--post-title-size) * 0.78);
				margin: 0 0 8px;
				font-weight: 400;
				font-style: italic;
				width: 100%;
				line-height: 27px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.main-banner-wrap .main-banner-related-posts-section-wrap ul li:before {
				content: '\f0da';
				font-family: 'Font Awesome 5 Free';
				color: var(--white-text);
				font-weight: 900;
				position: absolute;
				left: 0;
				font-size: 0.86rem;
			}

			/* Main Banner Grid Posts */
			.banner-layout--five .main-banner-grid-posts {
				flex: 0 1 22%;
				max-width: 22%;
				padding-left: 8px;
				position: relative;
			}

			.banner-layout--five .main-banner-grid-posts .grid-posts-wrap {
				position: initial;
			}

			.banner-layout--five .main-banner-grid-posts .slick-arrow {
				position: absolute;
				top: 0;
				cursor: pointer;
				z-index: 1;
				color: var(--slick-button-color);
				padding: 7px 13px;
				font-size: 0.79rem;
				background-color: var(--white-bk-color);
				border: none;
				border-radius: 0;
				box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
				-webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
				-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
				-webkit-transition: 0.5s ease;
    			transition: 1s ease;
			}

			.banner-layout--five .main-banner-grid-posts .slick-arrow.slick-prev {
				right: 50px;
			}

			.banner-layout--five .main-banner-grid-posts .slick-arrow.slick-next {
				right: 12px;
			}

			.banner-layout--five .main-banner-grid-posts.digital_newspaper_vertical_slider .slick-arrow {
				transform: rotate(270deg);
				padding: 9px 8px;
			}

			.banner-layout--five .main-banner-grid-posts article {
				position: relative;
				margin-bottom: 16px;
			}

			.slick-vertical .slick-slide {
				border: none;
			}

			.banner-layout--five .main-banner-grid-posts article .post-thumb {
				height: 170px;
			}

			.banner-layout--five .main-banner-grid-posts article .post-element {
				position: absolute;
				bottom: 0;
				background-image: linear-gradient(to top, #1a1919, transparent);
				width: 100%;
				padding: 30px 20px 14px;
			}

			.banner-layout--five .main-banner-grid-posts article .post-element .post-title {
				font-size: calc(var(--post-title-size)*0.83);
				margin: 0;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

			.banner-layout--five .main-banner-grid-posts .post-title a {
				color: var(--white-text);
			}

			/* Banner Re-order */
			/* grid_slider--list_posts--banner_slider */
			.grid_slider--list_posts--banner_slider .main-banner-wrap {
				order: 3;
				padding-right: 0;
			}

			.grid_slider--list_posts--banner_slider .main-banner-list-posts {
				order: 2;
			}

			.grid_slider--list_posts--banner_slider .main-banner-grid-posts {
				padding: 0 16px 0 0;
			}

			/* list_posts--grid_slider--banner_slider */
			.list_posts--grid_slider--banner_slider .main-banner-wrap {
				order: 3;
				padding: 0 0 0 16px;
			}

			/* banner_slider--list_posts--grid_slider */
			.banner_slider--list_posts--grid_slider .main-banner-wrap {
				order: 1;
				padding: 0 16px 0 0;
			}

			.banner_slider--list_posts--grid_slider .main-banner-list-posts {
				order: 2;
			}

			.banner_slider--list_posts--grid_slider .main-banner-grid-posts {
				order: 3;
			}

			/* banner_slider--grid_slider--list_posts */
			.banner_slider--grid_slider--list_posts .main-banner-wrap {
				order: 1;
				padding-left: 0;
			}

			.banner_slider--grid_slider--list_posts .main-banner-grid-posts {
				order: 2;
			}

			.banner_slider--grid_slider--list_posts .main-banner-list-posts {
				order: 3;
				padding: 0 0 0 16px;
			}

			/* grid_slider--banner_slider--list_posts */
			.grid_slider--banner_slider--list_posts .main-banner-grid-posts {
				order: 1;
				padding: 0 8px 0 0;
			}

			.grid_slider--banner_slider--list_posts .main-banner-wrap {
				order: 2;
			}

			.grid_slider--banner_slider--list_posts .main-banner-list-posts {
				order: 3;
				padding: 0 0 0 8px;
			}

			/* No Featured Image */
			.banner-layout--five article.no-feat-img .post-thumb {
				background-color: var(--noimg-bk-color);
			}

			/* slick button hover effect */
			.banner-layout--five .main-banner-grid-posts .slick-arrow:hover,
			.widget.widget_digital_newspaper_popular_posts_widget .popular-posts-wrap .slick-arrow:hover,
			.digital-newspaper-widget-carousel-posts .slick-arrow:hover,
			.main-banner-popular-posts .popular-posts-wrap .slick-arrow:hover {
				background-color: var(--theme-color-red);
				color: var(--white-text);
			}


			/* Banner six */
		.banner-layout--six article.no-feat-img .post-thumb {
			background-color: var(--noimg-bk-color);
		}

		.banner-layout--six .main-banner-wrap article .post-thumb {
			height: 520px;
		}

		.banner-layout--six img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.banner-layout--six .row:first-child {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			-webkit-justify-content: flex-start;
		}

		.banner-layout--six .row  .main-banner-wrap {
			flex: 0 1 55%;
			max-width: 55%;
			order: 1;
			padding-right: 20px;
		}

		.banner-layout--six .row  .main-banner-trailing-posts .post-item:first-child .post-thumb {
			margin-bottom: 20px;
		} 

		.banner-layout--six .row  .main-banner-trailing-posts .post-thumb:nth-child(2) {
			margin-bottom: 0;
		}

		.banner-layout--six .row  .main-banner-trailing-posts .post-thumb{
			position: relative;
			height: 249.5px;
		}

		.banner-layout--six .row  .main-banner-trailing-posts {
			flex: 0 1 45%;
			order: 2;
			margin-bottom: 15px;
		}

		.banner-layout--six .main-banner-wrap .post-element .post-excerpt p{
			color: var(--white-text);
		}

		.banner-layout--six .main-banner-wrap .post-meta span, 
		.banner-layout--six .main-banner-wrap  .post-meta time,
		.banner-layout--six .main-banner-wrap  .post-meta .author_name,
		.banner-layout--six .main-banner-wrap  .post-meta span.post-date:before {
			color: #c5c5c5;
		}

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

		.banner-layout--six .main-banner-trailing-posts .post-meta span, 
		.banner-layout--six .main-banner-trailing-posts .post-meta time,
		.banner-layout--six .main-banner-trailing-posts .post-meta .author_name,
		.banner-layout--six .main-banner-trailing-posts .post-meta span.post-date:before {
			color: #c5c5c5;
		}



		.banner-layout--six .row  .main-banner-trailing-posts .post-element-wrap{
			position: absolute;
		    bottom: 0;
		    background-image: linear-gradient(to top, #1a1919, transparent);
		    width: 100%;
		    padding: 30px 20px 8px;
		}

		#page .digital-newspaper-section.banner-layout--six {
			padding-top: 20px;
		}

		.digital-newspaper-section.banner-layout--six  .main-banner-wrap .slick-dots li.slick-active button:before { 
			width: 25px;
		}

		.banner-layout--six .main-banner-wrap .slick-dots li button::before {
			width: 15px;
			height: 10px;
			border-radius: 15px;
		}

		.banner-layout--six .slick-dots li.slick-active {
			margin-right: 10px;
		}

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb {
			overflow: hidden;
		}

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap{
			transform: translateY(20px);

			-webkit-transition: transform 0.3s ease-in-out;
		    -moz-transition: transform 0.3s ease-in-out;
		    -o-transition: transform 0.3s ease-in-out;
		    transition: transform 0.3s ease-in-out;
		}

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap .post-meta{
			opacity: 0;
		}

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb:hover .post-element-wrap {
			transform: translateY(0px);

		}

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb:hover .post-element-wrap .post-meta{
			opacity: 1;
		}

			/* column two */
		.banner-layout--six .row  .main-banner-trailing-posts.layout--column {
			flex-shrink: 0;
			margin-bottom: 0;
		}
		.banner-layout--six .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap {
			display: flex;
		}

		.banner-layout--six .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap  .post-item {
			flex: 0 1 50%;
		}

		.banner-layout--six .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap  .post-item:nth-child(1) {
			padding-right: 10px;
		}

		.banner-layout--six .row  .main-banner-trailing-posts.layout--column .trailing-posts-wrap  .post-item:nth-child(2) {
			padding-left: 10px;
		}

		.banner-layout--six .row .main-banner-trailing-posts.layout--column .post-thumb {
			height: 520px;
			margin-bottom: 0;
		}

		.banner-layout--six .trailing-posts-wrap-secondary {
			display: flex;
			flex-wrap: wrap;
		}


		.banner-layout--six .trailing-posts-wrap-secondary article.post-item {
		    flex: 0 1 33.33%;
		    padding-right: 15px;
		}

		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb {
			overflow: hidden;
		}

		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb .post-element-wrap{
			transform: translateY(20px);

			-webkit-transition: transform 0.3s ease-in-out;
		    -moz-transition: transform 0.3s ease-in-out;
		    -o-transition: transform 0.3s ease-in-out;
		    transition: transform 0.3s ease-in-out;
		}

		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb .post-element-wrap .post-meta{
			opacity: 0;
		}

		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb:hover .post-element-wrap {
			transform: translateY(0px);

		}

		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb:hover .post-element-wrap .post-meta{
			opacity: 1;
		}

		.banner-layout--six .row .trailing-posts-wrap-secondary figure.post-thumb {
			position: relative;
			height: 240px;
		}

		.banner-layout--six .row .trailing-posts-wrap-secondary .post-element-wrap {
		    position: absolute;
		    bottom: 0;
		    background-image: linear-gradient(to top, #1a1919, transparent);
		    width: 100%;
		    padding: 30px 20px 8px;
		}

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

		.banner-layout--six .trailing-posts-wrap-secondary .post-item:nth-child(3n){
			padding-right: 0;
			padding-bottom: 15px;
		}

		@media(max-width: 840px){
			.banner-layout--six .row { 
				flex-direction: column;
			}

			.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap{
				transform: translateY(0px);
			}

			.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap .post-meta{
				opacity: 1;
			}

			.banner-layout--six .row .main-banner-wrap {
			    max-width: 100%;
			    flex: 1;
			    padding-right: 0;
			    padding-bottom: 15px;
			}

			.banner-layout--six .row .main-banner-trailing-posts.layout--column .post-thumb {
    			height: 320px;
			}

			.banner-layout--six .trailing-posts-wrap-secondary article.post-item {
				flex: 0 1 50%;
				padding-right: 0;
				padding-bottom: 15px;
			}

			.banner-layout--six .trailing-posts-wrap-secondary article.post-item:nth-child(2n) {
				padding-left: 15px;
			}
		}

		@media(max-width: 700px){
			.banner-layout--six .row .main-banner-trailing-posts.layout--column .trailing-posts-wrap {
				flex-direction: column;
			}

			.digital-newspaper-section.banner-layout--six .row .main-banner-trailing-posts.layout--column .trailing-posts-wrap .post-item {
				padding: 0;
				padding-bottom: 10px;
			}
		}

		@media(max-width: 584px){
			.banner-layout--six .trailing-posts-wrap-secondary article.post-item {
				flex: 0 1 100%;
				padding-left: 0;
				padding-bottom: 15px;
			}

			.banner-layout--six .trailing-posts-wrap-secondary article.post-item:nth-child(2n){
				padding-left: 0;
			}

			.banner-layout--six .main-banner-slider {
				height: 520px;
			}
		}

/*
=========================================
5.0 Full Width Sectin
=========================================
*/

	#full-width-section {
		background: var(--full-width-section-bk-color);
	}

	#full-width-section .row > div {
		margin-bottom: 20px;
	}

	#full-width-section article .blaze_box_wrap{
		position: relative;
		background: var(--full-width-content-bk-color);
		padding: 7px;
	}

	.secondary-sidebar .widget,
	.sidebar-toggle .widget {
		position: relative;
	}

	.digital_newspaper_site_block_border_top #full-width-section .row > div .blaze_box_wrap:before,
	.digital_newspaper_site_block_border_top #bottom-full-width-section .row > div .blaze_box_wrap:before,
	.digital_newspaper_site_block_border_top .digital-newspaper-section .primary-content > div .blaze_box_wrap:before,
	.digital_newspaper_site_block_border_top #footer-opinions-section .row .blaze_box_wrap .opinion-item:before,
	.digital_newspaper_site_block_border_top .banner-layout--one .main-banner-tabs:before,
	.digital_newspaper_site_block_border_top .banner-layout--two .main-banner-popular-posts article:before,
	.digital_newspaper_site_block_border_top .banner-layout--two .main-banner-slider .post-element:before,
	.digital_newspaper_site_block_border_top #theme-content .primary-content .blaze_box_wrap:before,
	.digital_newspaper_site_block_border_top .post-inner:before,
	.digital_newspaper_site_block_border_top .comments-area:before,
	.digital_newspaper_site_block_border_top .single-related-posts-section:before,
	.archive.author.digital_newspaper_site_block_border_top .digital-newspaper-container.digital-newspaper-author-section .row:before,
	.digital_newspaper_site_block_border_top .secondary-sidebar .widget .post-item:before,
	.digital_newspaper_site_block_border_top .secondary-sidebar .widget.widget_block:before,
	.digital_newspaper_site_block_border_top .sidebar-toggle .widget .post-item:before,
	.digital_newspaper_site_block_border_top .sidebar-toggle .widget.widget_block:before {
		content: '';
		height: var(--theme-block-top-border-height);
		background: var(--theme-block-top-border-color);
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		margin-top: calc(var(--theme-block-top-border-height) * -1);
	}

	.single.digital_newspaper_site_block_border_top #theme-content .primary-content:before,
	.digital_newspaper_site_block_border_top .related_posts_popup_sidebar .single-related-posts-section:before {
		content: none;
	}


/*
=========================================
6.0 Left Content Right Sidebar
=========================================
*/
	.leftc-rights-section {
		background: var(--leftc-rights-section-bk-color);
	}

	.leftc-rights-section .row {
		display: flex;
	}

	.leftc-rights-section .primary-content {
		flex: 0 1 70%;
	}

	.leftc-rights-section .primary-content > div {
		margin-bottom: 20px;
	}

	.leftc-rights-section .primary-content article .blaze_box_wrap {
		position: relative;
		padding: 7px;
		background-color: var(--leftc-rights-content-bk-color);
	}

	.leftc-rights-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 20px;
	}

	.digital_newspaper_site_block_border_top .digital-newspaper-section .primary-content > div article .blaze_box_wrap,
	.digital_newspaper_site_block_border_top .full-width-section .row > div .blaze_box_wrap,
	.digital_newspaper_site_block_border_top .bottom-full-width-section .row > div .blaze_box_wrap,
	.digital_newspaper_site_block_border_top .secondary-sidebar .widget,
	.digital_newspaper_site_block_border_top .secondary-left-sidebar .widget,
	.digital_newspaper_site_block_border_top .sidebar-toggle .widget,
	.digital_newspaper_site_block_border_top #theme-content .primary-content,
	.digital_newspaper_site_block_border_top .banner-layout--two .main-banner-popular-posts,
	.digital_newspaper_site_block_border_top .banner-layout--one .main-banner-tabs,
	.archive.author.digital_newspaper_site_block_border_top .digital-newspaper-container.digital-newspaper-author-section .row {
		margin-top: var(--theme-block-top-border-height);
	}

	.digital-newspaper-section .primary-content > div:last-child,
	#full-width-section .row > div:last-child,
	#bottom-full-width-section .row > div:last-child,
	.secondary-sidebar section:last-child {
		margin-bottom: 0;
	}

/*
=========================================
7.0 Right Content Left Sidebar
=========================================
*/
	.lefts-rightc-section {
		background: var(--lefts-rightc-section-bk-color);
	}

	.lefts-rightc-section .row {
		display: flex;
	}

	.lefts-rightc-section .primary-content {
		flex: 0 1 70%;
	}

	.lefts-rightc-section .primary-content > div {
		margin-bottom: 20px;
	}

	.lefts-rightc-section .primary-content article .blaze_box_wrap {
		position: relative;
		padding: 7px;
		background-color: var(--lefts-rightc-content-bk-color);
	}

	.lefts-rightc-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-right: 20px;
	}

/*
=========================================
8.0 Bottom Full Width Section
=========================================
*/
	#bottom-full-width-section {
		background-color: var(--full-width-bottom-section-bk-color);
	}

	#bottom-full-width-section .row > div {
		margin-bottom: 20px;
	}

	#bottom-full-width-section .row article .blaze_box_wrap {
		position: relative;
		background-color: var(--full-width-bottom-content-bk-color);
		padding: 7px;
	}


/*
=========================================
9.0 Grid Layout
	9.1 Grid Layout One
	9.2 Grid Layout Two
	9.3 Grid Layout Three
	9.4 Grid Layout Four
=========================================
*/

	.news-grid .news-grid-post-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	.news-grid .news-grid-post-wrap article.grid-item {
		flex: 0 1 33.333%;
		padding: 0 8px;
		padding-bottom: 16px;
	}

	.news-grid .news-grid-post-wrap article .post-element {
		padding: 15px;
	}

	.post-excerpt {
		margin-top: 10px;
		font-size: var(--content-size);
		color: var(--main-content-text-color);
		font-family: var(--content-family);
		font-weight: var(--content-weight);
		text-decoration: var(--content-textdecoration);
		text-transform: var(--content-texttransform);
		letter-spacing: var(--content-letterspacing);
		line-height: var(--content-lineheight);
	}

	.post-meta span {
		padding-right: 10px;
	}

	.post-meta span:last-child {
		padding-right: 0;
	}

	span.author_name:before,
	a.author_name:before {
		content: '\f2bd';
		margin-right: 7px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: calc(var(--meta-size)*0.8);
		color: var(--meta-text-color);
	}

	span.post-date:before {
		color: var(--meta-text-color);
		position: relative;
		margin-right: 7px;
		content: "\f017";
		font-family: 'Font Awesome 5 Free';
		font-size: calc(var(--meta-size)*0.8);
		font-weight: 900;
	}

	span.post-comment:before {
		color: var(--meta-text-color);
		position: relative;
		margin-right: 7px;
		content: "\f4ad";
		font-family: 'Font Awesome 5 Free';
		font-size: calc(var(--meta-size)*0.8);
		font-weight: 900;
	}

	.grid-item.no-feat-img .post-thumb-wrap {
		position: relative;
		padding-bottom: 62%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}

	#full-width-section .grid-item.no-feat-img .post-thumb-wrap {
		position: relative;
		padding-bottom: 62%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}

	/* NO Featured Image */
	.news-grid.section-no-thumbnail figure.post-thumb-wrap {
		display: none;
	}


	/*
	=========================================
	9.1 Grid Layout One
	=========================================
	*/

		.news-grid.layout--one figure.post-thumb-wrap {
			margin: 0px;
			position: relative;
		}

		.news-grid.layout--one figure.post-thumb-wrap img{
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			margin: 0;
		}

		.news-grid.layout--one figure.post-thumb-wrap .post-categories {
			position: absolute;
			bottom: 10px;
			left: 10px;
			display: flex;
			flex-wrap: wrap;
		}

		.news-grid.layout--one figure.post-thumb-wrap .post-categories li{
			margin-right: 5px;
		}

		.news-grid.layout--one .post-title {
			margin: 0 0 8px;
	 		font-size: calc(var(--post-title-size)*0.83);;
		}

		.news-grid.layout--one .post-excerpt p{
			margin: 13px 0;
		}

		.leftc-rights-section .news-grid.layout--one .column--four .post-title,
		.leftc-rights-section .news-grid.layout--two .column--four .post-title,
		.leftc-rights-section .news-grid.layout--three .column--four .post-title,
		.leftc-rights-section .news-grid.layout--four .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--one .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--two .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--three .column--four .post-title,
		.lefts-rightc-section .news-grid.layout--four .column--four .post-title {
			font-size: calc( var(--post-title-size)*0.76);
			line-height: 1.5;
		}

	/*
	=========================================
	9.2 Grid Layout Two
	=========================================
	*/
		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap{
			height: 250px;
		}

		.leftc-rights-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap
		{
			height: 250px;
		}

		.news-grid.layout--two figure.post-thumb-wrap {
			margin: 0px;
			position: relative;
		}

		.news-grid.layout--two figure.post-thumb-wrap img{
			display: block;
			width: 100%;
			height: 100%;
		}

		.news-grid.layout--two figure.post-thumb-wrap .post-categories {
			position: absolute;
			bottom: 10px;
			left: 10px;
			display: flex;
			flex-wrap: wrap;
		}

		.news-grid.layout--two figure.post-thumb-wrap .post-categories li{
			margin-right: 5px;
		}

		.news-grid.layout--two .post-title {
			margin: 0 0 6px;
			font-size: calc(var(--post-title-size)*0.83);
		}

		.news-grid.layout--two .post-excerpt p{
			margin: 13px 0;
		}

		.news-grid.layout--two .post-element {
			display: flex;
		}

		.news-grid.layout--two .post-count {
			flex: 0 1 15%;
			font-size: calc(var(--post-title-size)*1.6);
			font-weight: 700;
			color: var(--meta-text-color);
			padding: 0 5px 5px;
		}

		.news-grid.layout--two .post-element-inner {
			flex: 0 1 85%;
		}

	/*
	=========================================
	9.3 Grid Layout Three
	=========================================
	*/
		.news-grid.layout--three .post-thumb-wrap {
			position: relative;
			overflow: hidden;
		}

		.news-grid.layout--three .post-thumb-wrap img {
			display: block;
			width: 100%;
		}

		.news-grid.layout--three .post-categories {
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
		}

		.news-grid.layout--three .post-categories li {
			margin-right: 5px;
		}

		.news-grid.layout--three .post-element {
			text-align: center;
			padding: 0 5px;
		}

		.news-grid.layout--three .post-title {
			margin: 0 0 6px;
			font-size: calc(var(--post-title-size)*0.83);
		}

	/*
	=========================================
	9.4 Grid Layout Four
	=========================================
	*/
		.news-grid.layout--four .post-thumb-wrap img {
			display: block;
			width: 100%;
		}

		.news-grid.layout--four .post-element {
			width: 90%;
			position: relative;
			margin: 0 auto;
			margin-top: -3rem;
			z-index: 9;
			background-color: var(--text-background-color);
			padding: 15px 20px;
		}

		.news-grid.layout--four .post-categories li {
			margin: 0 7px 8px 0;
		}

		.news-grid.layout--four .post-categories li a {
			padding: 0;
		}

		.news-grid.layout--four .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 0 0 6px;
		}

	/* Two Column */
	.news-grid .news-grid-post-wrap.column--two article {
		flex: 0 1 50%;
	}

	/* Four Column */
	.news-grid .news-grid-post-wrap.column--four article {
		flex: 0 1 25%;
	}

	/* No Featured Image */
	.news-grid.section-no-thumbnail.layout--four .post-element {
		margin-top: 0;
		width: 100%;
		padding: 0;
		background-color: inherit;
	}


/*
=========================================
10.0 List Layout
	10.1 List Layout One
	10.2 List Layout Two
	10.3 List Layout Three
	10.4 List Layout Four
=========================================
*/
	.list-item.no-feat-img .post-thumb-wrap {
		position: relative;
		padding-bottom: 22%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		min-height: 100px;
	}

	#lefts-rightc-section .list-item.no-feat-img .post-thumb-wrap,
	#leftc-rights-section .list-item.no-feat-img .post-thumb-wrap  {
		background-color: var(--noimg-bk-color);
		min-height: 100px;
	}

	/* No Featured Image */
	.news-list.section-no-thumbnail.layout--four .list-item {
		align-items: flex-start;
	}

	.news-list.section-no-thumbnail figure.post-thumb-wrap {
		display: none;
	}

	.news-list.section-no-thumbnail.layout--four .list-item  .post-title {
		margin: 0;
		padding: 0 0 10px 0;
	}

	.news-list-post-wrap article .blaze_box_wrap {
		display: flex;
		align-items: center;
	}

	/*
	=========================================
	10.1 List Layout One
	=========================================
	*/
		.news-list-post-wrap .list-item {
			margin-bottom: 16px;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap{
			flex: 0 1 35%;
			overflow: hidden;
			align-self: flex-start;
			position: relative;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap img{
			display: block;
			object-fit: cover;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories{
			position: absolute;
			bottom: 10px;
			left: 10px;
			display: flex;
			flex-wrap: wrap;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories li {
			margin-right: 5px;
		}

		.news-list-post-wrap .list-item .post-element{
			flex: 0 1 65%;
			margin-left: 20px;
			padding: 5px 5px 5px 0;
		}

		.news-list-post-wrap .list-item .post-title {
			margin: 0 0 5px;
			font-size: calc(var(--post-title-size)*1.2);
		}

		.leftc-rights-section .news-list-post-wrap.column--one .list-item .post-title,
		.lefts-rightc-section .news-list-post-wrap.column--one .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.98);
		}

		#theme-content .news-list-post-wrap .list-item .post-title {
			font-size: var(--post-title-size);
		}

		.post-title a {
			color: inherit;
			text-decoration: none;
			line-height: initial;
		}

		.news-list-post-wrap .list-item .post-excerpt p {
			margin: 12px 0 0;
		}

		#theme-content .news-list-wrap .post-element .post-excerpt p{
			margin: 0px;
		}

	/*
	=========================================
	10.2 List Layout Two
	=========================================
	*/

		.news-list.layout--two .list-item figure.post-thumb-wrap {
			order: 2;
		}

		.news-list.layout--two .list-item .post-element {
			margin: 0 20px 0 0;
			padding: 5px 0 5px 5px;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap .post-categories {
			top: 10px;
			right: 10px;
			bottom: initial;
			left: initial;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap .post-categories li {
			margin: 0 0 5px 5px;
		}

		.news-list.layout--two .column--two .post-categories,
		.news-list.layout--two .column--three .post-categories {
			flex-direction: column;
			align-items: flex-end;
		}

	/*
	=========================================
	10.3 List Layout Three
	=========================================
	*/
		.news-list.layout--three .list-item .blaze_box_wrap {
			flex-direction: column;
			align-items: flex-start;
		}

		.news-list.layout--three .blog_inner_wrapper {
			display: flex;
			width: 100%;
		}

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

		.news-list.layout--three .list-item .post-element {
			margin: 0 20px 0 0;
			padding: 5px 0 5px 5px;
		}

		.news-list.layout--three .news-list-post-wrap .post-title {
			margin: 0 0 12px;
			padding: 5px;
			margin-bottom: 10px;
		}

		.news-list.layout--three .news-list-post-wrap.column--one .post-excerpt {
			margin-top: 8px;
		}

	/*
	=========================================
	10.4 List Layout Four
	=========================================
	*/

		.news-list.layout--four .list-item .post-title {
			margin-left: -40px;
			position: relative;
			z-index: 9;
			padding: 15px 0 15px 15px;
		}

		.full-width-section .news-list.layout--four .list-item .post-title {
			background: var(--full-width-content-bk-color);
		}

		.leftc-rights-section .news-list.layout--four .list-item .post-title {
			background: var(--leftc-rights-content-bk-color);
		}

		.lefts-rightc-section .news-list.layout--four .list-item .post-title {
			background: var(--lefts-rightc-content-bk-color);
		}

		.bottom-full-width-section .news-list.layout--four .list-item .post-title {
			background: var(--full-width-bottom-content-bk-color);
		}

		.news-list.layout--four .column--two .post-title,
		.news-list.layout--four .column--three .post-title {
			padding: 11px 0 10px 15px;
			margin-bottom: 0;
		}

		.news-list.layout--four .column--two .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.75);
			line-height: 1.4;
		}

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

	/** News List columnts 2 **/
		.news-list-post-wrap.column--two {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
		}

		.news-list-post-wrap.column--two .list-item {
			flex: 0 1 50%;
			padding: 0 8px;
		}

		.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap {
			position: relative;
			padding-bottom: 21%;
		}

		.news-list-post-wrap.column--two .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.85);
		}

		.news-list-post-wrap.column--two .post-excerpt,
		.news-list-post-wrap.column--three .post-excerpt {
			font-size: calc(var(--content-size)*0.95);
			margin-top: 7px;
		}

		.leftc-rights-section .news-list-post-wrap.column--two .list-item .post-title,
		.lefts-rightc-section .news-list-post-wrap.column--two .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.75);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

	/** News List columnts 3 **/
		.news-list-post-wrap.column--three {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
		}

		.news-list-post-wrap.column--three .list-item {
			flex: 0 1 33.33%;
			border-bottom: none;
			padding: 0 8px;
		}

		.news-list-post-wrap.column--three .list-item.no-feat-img .post-thumb-wrap {
			position: relative;
			padding-bottom: 21%;
		}

		.news-list-post-wrap.column--three .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.75);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			line-height: 1.5;
		}

		/* NO Featured Image */
		.news-list.section-no-thumbnail .post-element {
			flex: 100%;
		}

/*
=========================================
11.0 Carousel Layout
	11.1 Carousel Layout One
	11.2 Carousel Layout Two
=========================================
*/

	.news-carousel-post-wrap {
		display: grid
	}

	.news-carousel {
		position: relative;
		overflow: hidden;
	}

	.news-carousel .slick-slider {
		position: initial;
		overflow: hidden;
	}

	.news-carousel .slick-arrow {
		position: absolute;
		cursor: pointer;
		width: 34px;
		height: 34px;
		font-size: 0.8rem;
		z-index: 9;
		top: 50%;
		transform: translateY(-50%);
		padding: 5px;
		background-color: transparent;
		border: 1px solid var(--white-text);
		border-radius: 2px;
		visibility: hidden;
		-webkit-transition: 0.5s ease;
    	transition: 0.5s ease;
	}

	.news-carousel .slick-dots {
		position: absolute;
		display: block;
		width: 80%;
		padding: 0;
		margin: 0;
		list-style: none;
		top: 6px;
		text-align: right;
		right: 0;
	}

	.news-carousel .slick-dots li{
		position: relative;
		display: inline-block;
		padding: 0;
		margin: 0 8px;
		cursor: pointer;
	}

	.news-carousel .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 10px;
		height: 10px;
		cursor: pointer;
		outline: none;
		background: transparent;
		border: 1px solid var(--theme-color-red);
		border-radius: 50%;
	}

	.news-carousel .slick-dots li.slick-active {
		background-color: var(--theme-color-red);
		border-radius: 50%;
	}

	.news-carousel .slick-list {
		margin: 0 -8px;
	}

	.news-carousel article {
		padding: 2px 8px;
	}

	.news-carousel article .post-element {
		padding: 15px;
	}

	.news-carousel .post-title a {
		color: inherit;
		text-decoration: none;
		line-height: initial;

		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: inline;
	}

	.news-carousel .post-excerpt {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: var(--white-text);
	}

	.news-carousel .post-categories li {
		background-color: var(--theme-color-red);
		margin-right: 5px;
	}

	.news-carousel .post-thumb-wrap {
		position: relative;
	}

	.news-carousel .no-feat-img .post-thumb-wrap {
		position: relative;
		padding-bottom: 62.5%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}

	.news-carousel .post-thumb-wrap img {
		width: 100%;
		object-fit: cover;
		height: 200px;
	}


	/*
	=========================================
	11.1 Carousel Layout One
	=========================================
	*/
		.news-carousel.layout--one .post-categories {
			position: absolute;
			bottom: 10px;
			left: 10px;
		}

		.full-width-section .news-carousel.layout--one .post-title,
		.bottom-full-width-section .news-carousel.layout--one .post-title {
			font-size: calc(var(--post-title-size)*0.86);
		}

		.news-carousel.layout--one .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 0 0 8px 0;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.news-carousel.layout--two .post-title {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.news-carousel.layout--one .post-thumb-wrap img {
			width: 100%;
		}
	

	/*
	=========================================
	11.2 Carousel Layout Two
	=========================================
	*/
		.news-carousel.layout--two .slick-arrow {
			top: 62%;
		}

		.news-carousel.layout--two .slick-prev.slick-arrow {
			left: 22px;
		}

		.news-carousel.layout--two .slick-next.slick-arrow {
			right: 22px;
		}

		.news-carousel.layout--two .thumb-overlay,
		.widget .layout--two .thumb-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #00000059;
		}

		body .news-carousel.layout--two .post-element {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			text-align: center;
			width: 100%;
		}

		.news-carousel.layout--two .post-categories li {
			margin: 0 5px 10px 0;
		}

		.news-carousel.layout--two .post-title {
			font-size: calc(var(--post-title-size)*0.86);
			margin: 0 0 10px 0;
			color: var(--white-text);
		}

		.news-carousel.layout--two .post-title a {
			color: var(--white-text);
		}

		.news-carousel.layout--two .post-meta span,
		.news-carousel.layout--two .post-meta time
		 {
			color: var(--white-text);
			font-size: 0.85rem;
		}

		.news-carousel.layout--two .post-meta span.post-comment:before,
		.news-carousel.layout--two .post-meta span.post-date:before {
			color: var(--white-text);
		}

	/*
	=========================================
	11.3 Carousel Layout Three
	=========================================
	*/
		.news-carousel .news-carousel-post-wrap:hover .slick-arrow {
			visibility: visible;
		}

		.news-carousel .news-carousel-post-wrap .slick-arrow:hover {
			background: var(--white-text);
		    color: var(--theme-color-red);
		}

		.news-carousel .slick-prev.slick-arrow {
			left: 30px;
		}

		.news-carousel .slick-next.slick-arrow {
			right: 30px;
		}

		.news-carousel.layout--three .post-categories {
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
		}

		.news-carousel.layout--three .post-element {
			text-align: center;
		}

		.news-carousel.layout--three .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 0 0 8px 0;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}


	/*
	=========================================
	11.4 Carousel Layout Four
	=========================================
	*/
		.news-carousel.layout--four .post-categories li {
			margin: 0 10px 6px 0;
		}

		.news-carousel.layout--four .post-categories li a {
			padding: 0;
		}

		.news-carousel.layout--four .post-element {
			width: 90%;
			position: relative;
			margin: 0 auto;
			margin-top: -3rem;
			z-index: 9;
			padding: 8px 18px 13px;
			background-color: var(--text-background-color);
		}

		.news-carousel.layout--four .post-title {
			font-size: calc(var(--post-title-size)*0.83);
			margin: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.news-carousel.layout--four .post-meta {
			margin-top: 6px;
		}


/*
=========================================
12.0 Filter Layout
	 12.1 Filter Layout One
	 12.2 Filter Layout Two
	 12.3 Filter Layout Three
	 12.4 Filter Layout Four
=========================================
*/
	.news-filter .post_title_filter_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 2px solid var(--theme-color-red);
		margin-bottom: 16px;
		position: relative;
	}

	.news-filter h2.digital-newspaper-block-title {
		flex: 0 1 50%;
		margin: 0;
		border-bottom: none;
	}

	.news-filter .filter-tab-wrapper {
		flex: 0 1 50%;
		text-align: right;
		padding-bottom: 0px;
	}

	.news-filter .tab-title {
		padding-right: 9px;
		padding-left: 9px;
		display: inline-block;
		cursor: pointer;
		font-size: 13px;
		text-transform: capitalize;
		font-weight: var(--post-title-weight);
	}

	.news-filter .tab-title.isActive {
		color: var(--theme-color-red);
	}

	.news-filter .row-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.news-filter .post-thumb-wrap {
		position: relative;
	}

	.news-filter img {
		display: block;
		object-fit: cover;
	}

	.news-filter .post-categories {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	.news-filter .post-categories li {
		background-color: var(--theme-color-red);
		margin-right: 5px;
	}

	.news-filter .featured-post .post-title {
		font-size: var(--post-title-size);
		margin: 0 0 8px;
	}

	.news-filter .trailing-post .post-title {
		margin: 0 0 6px 0;
		font-size: calc(var(--post-title-size)*0.85);
		line-height: 1.5;
	}

	.full-width-section .news-filter .featured-post .post-title,
	.bottom-full-width-section .news-filter .featured-post .post-title {
		font-size: calc(var(--post-title-size)*1.2);
	}

	.leftc-rights-section .news-filter .trailing-post .post-title,
	.lefts-rightc-section .news-filter .trailing-post .post-title {
		font-size: calc(var(--post-title-size)*0.75);
	}

	.news-filter .post-title a {
		color: inherit;
		text-decoration: none;
		line-height: initial;
	}

	.news-filter .post-excerpt p {
		margin: 10px 0 0;
	}

	.news-filter .trailing-post .post-excerpt {
		display: none;
	}

	.news-filter .trailing-post .post-excerpt p {
		margin-top: 6px;
	}

	.featured-post .filter-item.no-feat-img .post-thumb-wrap {
		height: 305px;
		background-color: var(--noimg-bk-color);
	}

	.trailing-post .filter-item.no-feat-img .post-thumb-wrap {
		position: relative;
		padding-bottom: 23%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		min-height: 100px;
	}

	.news-filter.layout--two .trailing-post .filter-item.no-feat-img .post-thumb-wrap {
		padding-bottom: 67%;
	}

	.retrieving-posts .filter-tab-content-wrapper .tab-content{
		opacity: 0.2;
	}
	.retrieving-posts .filter-tab-content-wrapper:after {
		content: url('../images/loader/loader_one.gif');
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.news-filter .trailing-post .post-thumb-wrap {
		overflow: hidden;
		align-self: flex-start;
	}

	/*
	=========================================
	12.1 Filter Layout One
	=========================================
	*/
		.news-filter.layout--one,
		.news-filter.layout--two {
			position: relative;
		}

		.news-filter.layout--one .featured-post {
			flex: 0 1 50%;
			padding-right: 8px;
		}

		.news-filter .featured-post article {
			margin-bottom: 16px;
		}

		.news-filter.layout--one .featured-post article .post-element {
			padding: 15px;
		}

		.news-filter.layout--one .trailing-post {
			flex: 0 1 50%;
			padding-left: 8px;
		}

		/* Traling Post */
		.news-filter.layout--one .trailing-post article .blaze_box_wrap {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin-bottom: 16px;
		}

		.news-filter.layout--one .trailing-post article:last-child {
			border-bottom: none;
		}

		.news-filter.layout--one .trailing-post .post-thumb-wrap {
			flex: 0 1 30%;
		}

		.news-filter.layout--one .trailing-post .post-element {
			flex: 0 1 70%;
			padding: 0 5px 0 18px;
		}

		/* Bottom Traling Post */
		.news-filter.layout--one .trailing-post.bottom-trailing-post {
			flex: 100%;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			-webkit-justify-content: space-between;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 49.3%;
		}

		.lefts-rightc-section .news-filter.layout--one .trailing-post.bottom-trailing-post article,
		.leftc-rights-section .news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 49.1%;
		}

		.width-full-width--layout .news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 49.5%;
		}

		.lefts-rightc-section.width-full-width--layout .news-filter.layout--one .trailing-post.bottom-trailing-post article,
		.leftc-rights-section.width-full-width--layout .news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 49.4%;
		}
		

	/*
	=========================================
	12.2 Filter Layout Two
	=========================================
	*/
		.news-filter.layout--two .row-wrap {
			margin: 0 -8px;
		}

		.news-filter.layout--two .featured-post {
			flex: 0 1 50%;
			padding: 0 8px;
		}

		.news-filter.layout--two .trailing-post {
			flex: 0 1 50%;
		}

		/* Trailing Post */
		.news-filter.layout--two .trailing-post  {
			display: flex;
			flex-wrap: wrap;
		}

		.news-filter.layout--two .trailing-post article {
			flex: 0 1 50%;
			padding: 0 8px;
			margin: 0 0 16px 0;

			display: flex;
		}

		.news-filter.layout--two article .post-element {
			padding: 15px;
		}

		/* Bottom Trailing Post */
		.news-filter .trailing-post.bottom-trailing-post {
			flex: 100%;
		}

		.news-filter .trailing-post.bottom-trailing-post article {
			flex: 0 1 33.33%;
		}

	/*
	=========================================
	12.3 Filter Layout Three
	=========================================
	*/
		.news-filter.layout--three .row-wrap {
			display: initial;
		}

		.news-filter.layout--three .featured-post article .blaze_box_wrap {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

		.news-filter.layout--three .featured-post .post-thumb-wrap {
			flex: 0 1 40%;
		}

		.news-filter.layout--three .featured-post .post-element {
			flex: 0 1 60%;
			padding: 0 5px 0 20px;
		}

		.news-filter.layout--three .featured-post .post-title {
			margin: 0 0 7px;
		}

		/* Trailing Post */
		.news-filter.layout--three .trailing-post {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
		}

		.news-filter.layout--three .trailing-post  article {
			flex: 0 1 50%;

			margin-bottom: 16px;
			padding: 0 8px;
		}

		.news-filter.layout--three .trailing-post  article .blaze_box_wrap {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

		.news-filter.layout--three .trailing-post .post-thumb-wrap {
			flex: 0 1 35%;
		}

		.news-filter.layout--three .trailing-post .post-element {
			flex: 0 1 65%;
			padding: 0 5px 0 18px;
		}

	/*
	=========================================
	12.4 Filter Layout Four
	=========================================
	*/
		.news-filter.layout--four .row-wrap {
			display: initial;
		}
		
		.news-filter.layout--four .featured-post {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
		}

		.news-filter.layout--four .featured-post article {
			flex: 0 1 50%;
			padding: 0 8px;
		}

		.news-filter.layout--four .featured-post article .post-element {
			padding: 15px;
		}

		.primary-content .news-filter.layout--four .featured-post .post-title {
			font-size: calc(var(--post-title-size)*0.9);
		}

		/* Trailing Post */
		.news-filter.layout--four .trailing-post {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
		}

		.news-filter.layout--four .trailing-post article {
			flex: 0 1 50%;

			margin-bottom: 16px;
			padding: 0 8px;
		}

		.news-filter.layout--four .trailing-post article .blaze_box_wrap {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}

		.news-filter.layout--four .trailing-post .post-thumb-wrap {
			flex: 0 1 30%;
			align-self: flex-start;
		}

		.news-filter.layout--four .trailing-post .post-element {
			flex: 0 1 70%;
			padding: 0 5px 0 18px;
		}

/* Advertisement */
	body .digital-newspaper-advertisement-block {
		padding: 0 !important;
		background-color: transparent !important;
		box-shadow: none !important;
		margin-top: 0 !important;
	}

	body .widget.widget_digital_newspaper_banner_ads_widget {
		background-color: transparent !important;
	}

	body .digital-newspaper-advertisement-block:before,
	body .widget.widget_digital_newspaper_banner_ads_widget:before {
		display: none !important;
	}

	.digital-newspaper-advertisement-block img {
		display: block;
		margin: 0 auto;
	}

	body .widget.widget_digital_newspaper_banner_ads_widget {
		box-shadow: none;
		margin-top: 0 !important;
	}

	body.home.blog #page.site .digital-newspaper-container .row .section-no-thumbnail article .blaze_box_wrap {
		padding: 20px;
	}

	.section-no-thumbnail article .blaze_box_wrap .post-element {
		margin: 0;
		padding: 0;
	}


/*
=========================================
13.0 Footer Section
=========================================
*/

	/*
	=========================================
	13.1 Bottom Footer Four Column
	=========================================
	*/
		.dark_bk .widget.widget_block,
		.dark_bk .widget .post-item,
		body.error404.digital_newspaper_main_body .dark_bk .widget .post-item,
		body.error404.digital_newspaper_main_body .dark_bk .widget.widget_block,
		.dark_bk .widget.widget_nav_menu,
		.dark_bk .widget.widget_meta ul,
		.dark_bk .widget.widget_digital_newspaper_social_icons_widget .social-block-widget,
		.dark_bk .posts-grid-wrap.layout-two .post-content-wrap,
		.dark_bk .widget .categories-wrap .post-thumb,
		body .dark_bk .post-card.author-wrap,
		body.error404 .dark_bk .post-card.author-wrap,
		.dark_bk .widget .opinions-items-wrap.column--one .blaze_box_wrap .opinion-item {
			background-color: var(--footer_widget_background_color_group);
			box-shadow: none;
		}

		.dark_bk .widget .opinions-items-wrap.column--one .blaze_box_wrap {
			background-color: transparent;
		}

		body .dark_bk .widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image span {
			background-color: #444444;
		}

		.dark_bk .widget.widget_block,
		.dark_bk .widget {
			margin: 16px 0;
		}

		.dark_bk h2.digital-newspaper-widget-title span,
		.dark_bk .widget_digital_newspaper_posts_list_widget .card__content-title a,
		.dark_bk .footer-widget .widget ul li a,
		.dark_bk .footer-widget .widget ol li a,
		.dark_bk .popular-posts-wrap .post-title a,
		.dark_bk .popular-posts-wrap .slick-arrow,
		.dark_bk  .widget-tabs-content .tab-item .post-title {
			color: var(--white-text);
		}

		body footer.site-footer.dark_bk .digital-newspaper-category-no-bk ul.post-categories li a,
		body footer.site-footer.dark_bk .digital-newspaper-category-no-bk .card__content-category a {
			color: var(--meta-text-color);
		}

		.dark_bk .widget_digital_newspaper_popular_posts_widget .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow,
		.dark_bk .widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow,
		.dark_bk .digital-newspaper-widget-carousel-posts .slick-arrow,
		.dark_bk .digital-newspaper-widget-loader .load-more {
			background-color: #2e2e2e;
			color: var(--white-text);
		}

		.dark_bk .widget_digital_newspaper_posts_list_widget .post-content,
		.dark_bk .widget.widget_block p,
		.dark_bk .widget p,
		.dark_bk .widget h2,
		.dark_bk .widget a,
		.dark_bk .widget .post-content,
		.dark_bk .widget .no-comments.wp-block-latest-comments,
		.dark_bk .author-tag {
			color: var(--footer-text-color);
		}

		/* Footer Popular Post */
		.widget .popular-posts-wrap .slick-track article {
			width: 100% !important;
			overflow: hidden;
		}

		footer .widget .popular-posts-wrap .slick-track article figure.post-thumb {
			max-width: 155px;
		}

		footer .main-footer {
			background-color: #393939;
			padding: 35px 0;
			display: flex;
			flex-wrap: wrap;
			margin-top: -1px;
		}

		footer .main-footer .row {
			display: flex;
			flex-wrap: wrap;
		}

		.footer-widget.column-one {
			flex: 100%;
			padding: 0 15px;
		}

		.main-footer .footer-widget.column-two {
			flex: 0 1 50%;
			padding: 0 15px;
		}

		.main-footer .footer-widget.column-three {
			flex: 0 1 33.33%;
			padding: 0 15px;
		}

		.main-footer .footer-widget.column-four {
			flex: 0 1 25%;
			padding: 0 15px;
		}

		/* Responsive */
		@media (max-width: 900px) {
			.main-footer .footer-widget.column-four {
				flex: 0 1 50%;
			}
		}

		@media (max-width: 768px) {
			footer .row {
				flex-direction: column;
			}
		}

	/*
	=========================================
	13.2 Bottom Footer Social Icons
	=========================================
	*/

		.widget a.social-icon {
			margin-bottom: 7px;
			display: inline-block;
		}

		footer .social-icons-wrap {
			margin-bottom: 14px;
		}

		footer .social-icons-wrap a {
			color: var(--footer-bottom-link-color);
			margin: 0 5px 10px;
			display: inline-block;
		}

		footer .social-icons-wrap a i {
			font-size: 0.95rem;
			width: 42px;
			height: 42px;
			background: #3a3a3a;
			border-radius: 50%;
			text-align: center;
			line-height: 2.8;
		}

		footer .social-icons-wrap a:hover {
			color: var(--footer-bottom-link-color-hover);
		}

	/*
	=========================================
	13.3 Bottom Footer Menu
	=========================================
	*/
		.bottom-menu {
			flex: 0 1 50%;
			text-align: right;
			margin: 6px 0;
		}

		.bottom-menu ul {
			margin: 0;
			padding: 0;
		}

		.bottom-menu ul li {
			display: inline-block;
			padding: 0 8px;
			font-family: var(--menu-family);
			text-transform: capitalize;
			font-weight: 600;
			font-size: 0.9rem;
			vertical-align: top;
		}

		.bottom-menu ul li a {
			text-decoration: none;
			color: var(--footer-bottom-link-color);
		}

		.bottom-menu a{
			color: var(--footer-bottom-link-color);
			text-decoration: none;
		}

		.bottom-menu a:hover,
		.bottom-menu ul li a:hover,
		.site-footer .site-info a:hover  {
			color: var(--footer-bottom-link-color-hover);
		}

	.site-footer.dark_bk {
		border-top: 5px solid  #FD4F18;
	}
	.site-footer .bottom-footer {
		padding: 20px 0;
		background-color:#333;
		text-align: center;
		margin-top: -1px;
	}

	.site-footer .bottom-footer .bottom-inner-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.site-footer .site-info {
		color: var(--footer-bottom-text-color);
		font-size: 0.95rem;
		flex: 0 1 50%;
		text-align: left;
		margin: 6px 0;
		font-family: var(--content-family);
	}

	.site-footer .site-info a {
		color: var(--footer-bottom-author-color);
		text-decoration: none;
		font-size: 0.9rem;
	}

	/* Copyright Aligh */
	.site-footer .site-info.align--center {
		text-align: center;
	}

	.site-footer .site-info.align--right {
		text-align: right;
	}


/*
=========================================
14.0 Widgets
	
	Widget normalize
	14.1 Widget Comments
	14.2 Posts List Layout One
	14.3 Posts List Layout Two 
	14.4 Sidebar Author
	14.5 Sidebar Author Layout Two 
	14.6 Sidebar Category Collection Layout One
	14.7 Sidebar Category Collection Layout Two 
	14.8 Widget Title
	14.9 Align Center
	14.10 Widget Popular Post
	14.11 widget slider horizontal
	14.12 Widget carasoul
	14.13 Widget Tabbed Posts
	14.14 Opinion Widget
	14.15 Grid Two Column
	14.16 Post Grid
	14.17 Filter Tabbed Widget

=========================================
*/

	/* Widget normalize */ 
		.widget {
			margin-bottom: 16px;
		}

		.widget .post-item,
		.widget.widget_block {
			position: relative;
		}

		.widget.widget_block ul,
		.widget ul,
		.widget.widget_block ol,
		.widget .posts-list-wrap {
			margin: 0;
			padding: 0px;
		}

		.widget .wp-block-page-list,
		.widget .wp-block-latest-posts.wp-block-latest-posts__list,
		.widget .menu {
			padding-left: 5px;
		}

		.widget ul li,
		.widget ol li {
			border-bottom: 1px solid #8a8a8c2e;
			padding: 9px 0 9px 22px;
			font-size: calc(var(--post-title-size)*0.68);
			font-family: var(--post-title-family);
			list-style: none;
			position: relative;
		}

		.widget ul li:before,
		.widget ol li:before {
			content: '\f105';
			font-family: 'Font Awesome 5 Free';
			color: var(--theme-color-red);
			font-weight: 900;
			position: absolute;
			left: 0;
			opacity: .8;
			font-size: 12px;
			top: 12px;
		}

		.widget.widget_recent_comments ol li:before {
			display: none;
		}

		.widget ul li:last-child,
		.widget ol li:last-child{
			border-bottom: none;
			padding-bottom: 0;
		}

		.widget ul li a,
		.widget ol li a,
		.widget .no-comments.wp-block-latest-comments {
			color: var(--post-title-color);
			text-decoration: none;
			line-height: initial;
			font-weight: 400;
		}

		.wp-calendar-table caption {
			padding: 10px 15px;
			font-weight: 600;
		}

		.wp-calendar-nav-prev a{
			text-decoration: none;
			color: var(--theme-color-red);
		}

		.widget.widget_recent_entries .post-date {
			display: block;
			color: var(--meta-text-color);
		}

		.widget.widget_block p {
			margin-bottom: 0;
			margin-top: 0px;
			text-align: initial;
		}

		.widget.widget_block .wp-block-tag-cloud {
			margin-bottom: 0;
			margin-top: 0px;
			text-align: center;
		}

		.widget.widget_block p.wp-block-tag-cloud {
			text-align: center;
		}

		.wp-block-tag-cloud a {
			text-decoration: none;
			font-size: 0.75rem !important;
			background-color: var(--dark-bk-color);
			color: var(--white-text);
			padding: 6px 12px;
			margin: 5px 5px 5px 0;
			font-family: var(--post-title-family);
			font-weight: 500;
		}

		.widget.widget_nav_menu .menu-item-has-children,
		.widget.widget_nav_menu .page_item_has_children  {
			padding-bottom: 0;
		}

		.widget.widget_nav_menu .menu-item-has-children .sub-menu,
		.widget.widget_nav_menu .page_item_has_children .children  {
			padding: 0;
			border-top: 1px solid #8a8a8c2e;
			margin: 10px 0;
		}

		.widget.widget_nav_menu .sub-menu li.menu-item-has-children,
		.widget.widget_nav_menu .children li.page_item_has_children {
			border-bottom: none;
		}

		.widget.widget_block.widget_search {
			padding: 10px 15px 15px;
		}

		.widget.widget_search label{
			font-weight: 600;
			font-size: 18px;
			padding-bottom: 7px;
			display: inline-block;
			vertical-align: middle;
		}

		.digital_newspaper_dark_mode .widget.widget_search .wp-block-search__input {
			background: #27272b;
			border-color: #343434;
			color: var(--white-text);
		}
		
		.wp-block-search__button, .widget.widget_search .search-submit {
			background-color: var(--theme-color-red);
			color: var(--white-text);
			border: none;
			text-transform: uppercase;
			font-size: 15px;
			line-height: 17px;
			padding: 5px 12px;
			padding-bottom: 4px;
			vertical-align: middle;
		}

		.widget.widget_search .search-submit {
			padding: 10px 12px;
			vertical-align: top;
		}

		.wp-block-search__button:hover {
			cursor: pointer;
			opacity: 0.9;
		}

		.wp-block-image {
			margin-bottom: 0;
		}

		.wp-block-image img {
			width: 100%;
		}

		.widget .post-item,
		.widget-tabs-content .comment-item,
		.widget .categories-wrap .post-thumb,
		.widget.widget_block,
		.widget_digital_newspaper_author_info_widget .author-wrap,
		.widget.widget_nav_menu,
		.widget.widget_meta ul {
			padding: 7px;
			background-color: var(--inner-container-bk);
		}

		.widget.widget_block input {
			width: 100%;
			outline: none;
		}

	/* 14.1 Widget Comments */
		.wp-block-latest-comments li {
			margin-bottom: 0;
		}

		.wp-block-latest-comments__comment img {
			margin-top: 4px;
		}

		.widget .wp-block-latest-comments__comment-author {
			color: var(--theme-color-red);
			font-style: italic;
			font-size: 1rem;
		}

		.wp-block-latest-comments__comment-link {
			font-weight: 500;
		}

		.wp-block-latest-comments__comment-meta time {
			margin-top: 10px;
			font-size: 0.8rem;
			color: var(--meta-text-color);
		}

		.widget .wp-block-latest-comments__comment-excerpt p {
			padding: 0;
			margin-bottom: 0;
			font-size: 0.9rem;
			color: var(--main-content-text-color);
			font-family: var(--content-family);
			font-weight: var(--content-weight);
			margin-top: 3px;
			line-height: 1.6;
		}

	/* 14.2 Posts List Layout One*/
		.widget_digital_newspaper_posts_list_widget .post-item {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 15px;
		}

		.widget_digital_newspaper_posts_list_widget .layout-one .post-item,
		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child),
		.widget_digital_newspaper_posts_list_widget .layout-two .post-item:not(:first-child) {
			align-items: center;
		}

		.widget_digital_newspaper_posts_list_widget .post-item:last-child {
			margin-bottom: 0;
		}

		.widget_digital_newspaper_posts_list_widget .posts-list-wrap.layout-one .post-item figure.post-thumb {
			min-height: 73px;
			overflow: hidden;
		}

		.widget_digital_newspaper_posts_list_widget .post-item:first-child figure.post-thumb {
			min-height: 180px;
			overflow: hidden;
		}

		.sidebar-toggle .widget_digital_newspaper_posts_list_widget .post-item:first-child figure.post-thumb,
		.sidebar-toggle .widget_digital_newspaper_posts_list_widget .post-item figure.post-thumb {
			max-height: initial;
		}

		.widget_digital_newspaper_posts_list_widget .post-item .post_thumb_image {
			flex: 0 1 30%;
		}

		.widget_digital_newspaper_posts_list_widget .post-item .post-content-wrap {
			flex: 0 1 70%;
			padding: 0 5px 0 15px;
		}

		.widget_digital_newspaper_posts_list_widget img {
			height: 100%;
			object-fit: cover;
			object-position: center center;
			width: 100%;
		}

		.widget_digital_newspaper_posts_list_widget .card__content-category {
			margin: 0 0 6px 0;
			display: inline-block;
			margin-right: 8px;
		}

		.widget_digital_newspaper_posts_list_widget .card__content-category a {
			color: var(--theme-color-red);
			padding: 0;
		}

		.widget_digital_newspaper_posts_list_widget .card__content-title {
			line-height: 1.5;
			font-size: calc(var(--post-title-size)*0.7);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.widget_digital_newspaper_posts_list_widget .card__content-title a {
			text-decoration: none;
			color: inherit;
			font-family: var(--post-title-family);
		}

		.widget_digital_newspaper_posts_list_widget .post-content {
			margin-top: 8px;
			font-size: 0.8rem;
			color: var(--main-content-text-color);
			font-family: var(--content-family);
			font-weight: var(--content-weight);
		}

	/* 14.3 Posts List Layout Two */
		.widget_digital_newspaper_posts_list_widget .layout-two .post-item:first-child {
			flex-direction: column;
		}

		.widget_digital_newspaper_posts_list_widget .layout-two .post-item:first-child .post-title {
			font-size: calc(var(--post-title-size) * 0.8);
		}

		.widget_digital_newspaper_posts_list_widget .layout-two .post-item:first-child .post-content-wrap {
			padding: 15px;
		}

	/* 14.3 Posts List Layout Three */
		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child {
			flex-direction: column;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child .post-title {
			font-size: calc(var(--post-title-size)*0.8);
			display: initial;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child .post-numbering {
			float: right;
			font-size: 2rem;
			font-style: italic;
			color: #d1d1d1;
			font-weight: 500;
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child .post-content-wrap {
			padding: 15px;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item .post-meta {
			margin-top: 6px;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image {
			flex: 0 1 20%;
			text-align: center;
			overflow: visible;
			border-radius: 50%;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child) .post-content-wrap {
			flex: 0 1 80%;
			padding: 5px 5px 5px 10px;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image span {
			font-style: italic;
			background-color: var(--post-list-number-bk-color);
			font-size: 1.2rem;
			padding-right: 3px;
			width: 50px;
			height: 50px;
			line-height: 2.5;
			display: inline-block;
			border-radius: 50%;
			color: var(--white-text);
			font-weight: 500;
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}

		.widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child:hover .post-numbering {
			color: var(--theme-color-red);
		}

		body .widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child):hover .post-numbering  {
			background-color: var(--theme-color-red);
		}

	/* 14.4 Sidebar Author */
		.widget_digital_newspaper_author_info_widget.layout-two h2.widget-title{
			text-align: left;
			padding: 10px 0;
		}

		.author-wrap.layout-one {
			text-align: center;
		}

		.widget_digital_newspaper_author_info_widget .author-wrap {
			padding: 20px;
		}

		.author-wrap.layout-one .post-thumb {
			width: 150px;
			height: 150px;
			margin: 0 auto;
			margin-bottom: 10px;
			background-color: var(--theme-color-red);
			border-radius: 50%;
		}

		.author-wrap.layout-one .post-thumb img {
			border-radius: 48%;
			width: 150px;
			height: 150px;
			object-fit: cover;
		}

		.author-wrap.layout-one .author-thumb-wrap span {
			color: var(--theme-color-red);
		}

		.widget_digital_newspaper_author_info_widget .author-tag {
			text-transform: capitalize;
		}

		.author-name {
			margin: 10px 0 4px;
			font-family: 'jost';
		}

		.author-name a {
			text-decoration: none;
			color: inherit;
		}

		.author-desc {
			font-size: 0.9rem;
			font-family: var(--content-family);
			color: var(--meta-text-color);
		}

	/* 14.5 Sidebar Author Layout Two */
		.author-wrap.layout-two .author-thumb-wrap {
			position: relative;
		}

		.widget_digital_newspaper_author_info_widget .author-wrap.layout-two {
			padding: 7px;
		}

		.widget .author-wrap.layout-two .author-content-wrap {
			padding: 15px;
		}

		.widget .author-wrap.layout-two .author-name {
			margin-top: 0;
		}

		.author-wrap.layout-two .author-thumb-wrap span {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 3px 6px;
			background: var(--theme-color-red);
			color: var(--white-text);
			border-radius: 3px;
		}

		.author-wrap.layout-two .post-thumb {
			min-height: 200px;
			background-color: var(--theme-color-red);
			border-radius: 3px;
		}

		.author-wrap.layout-two img {
			display: block;
			width: 100%;
			height: auto;
		}

		.author-wrap.layout-two .bmm-author-thumb-wrap {
			position: relative;
		}

		.author-wrap.layout-two .bmm-author-thumb-wrap .author-tag{
			position: absolute;
			left: 10px;
			bottom: 10px;
			z-index: 9;
			background-color: var(--theme-color-red);
			padding: 4px 8px;
			color: var(--white-text);
			font-size: 15px;
		}

		.widget_digital_newspaper_author_info_widget .author-social-networks {
			margin-top: 15px;
		}

		.widget_digital_newspaper_author_info_widget .author-social-networks a {
			color: var(--white-text);
			margin: 0 7px;
			font-size: 15px;
		}

		.widget_digital_newspaper_author_info_widget .author-social-networks a i {
			padding: 5px 7px;
		}

		.widget_digital_newspaper_author_info_widget .author-social-networks a:first-child {
			margin-left: 0;
		}


	/* 14.6 Sidebar Category Collection Layout One */
		.widget.widget_block,
		.widget.widget_nav_menu,
		.widget.widget_meta ul {
			padding: 15px;
		}

		.widget .categories-wrap.layout-one .category-item {
			position: relative;
			margin-bottom: 15px;
		}

		.widget .categories-wrap.layout-one .category-item:last-child {
			margin-bottom: 0;
		}

		.widget .categories-wrap.layout-one img {
			height: 100px;
			width: 100%;
			object-fit: cover;
			display: block;
		}

		.widget .categories-wrap.layout-one .cat-meta-wrap {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: var(--white-text); 
			text-decoration: none;
			background: #00000070;
			padding: 5px 8px;
			width: 60%;
			text-align: center;
		}

		.widget .categories-wrap.layout-one .post-title {
			display: flex;
			display: flex;
			flex-direction: column;
			text-align: center;
		}

		.categories-wrap.layout-one span.category-count:before {
			content: '-';
			padding: 0 5px;
		}

		.categories-wrap.layout-one .category-count {
			font-style: italic;
			font-size: 14px;
		}

	/* 14.7 Sidebar Category Collection Layout Two */
		.categories-wrap.layout-two .category-item {
			position: relative;
			margin-bottom: 16px;
		}

		.categories-wrap.layout-two .category-item:last-child {
			margin-bottom: 0;
		}

		.categories-wrap.layout-two .category-item:hover .cat-meta {
			height: 80px;
		}

		.categories-wrap.layout-two .category-item img {
			height: 80px;
			width: 100%;
			object-fit: cover;
			display: block;
		}

		.categories-wrap.layout-two .category-item a {
			position: absolute;
			bottom: 7px;
			text-decoration: none;
			width: calc(100% - 14px);
		}

		.categories-wrap.layout-two .cat-meta {
			height: 40px;
			display: flex;
			align-items: center;
			background: linear-gradient(90deg, var(--theme-color-red) 0%, rgb(0 0 0 / 54%) 100%);
			color: var(--white-text);
			padding: 0 15px;
			justify-content: space-between;
			-webkit-transition: 0.2s ease-in-out;
			-moz-transition: 0.2s ease-in-out;
			-ms-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
			-webkit-justify-content: space-between;
		}

		.categories-wrap.layout-two .category-count {
			font-style: italic;
			font-size: 12px;
		}

		.categories-wrap.layout-two .cat-meta span.news_text {
			padding-left: 4px;
		}

	/* 14.8 Widget Title */
		.widget.widget_digital_newspaper_widget_title_widget {
			z-index: 9;
		}

		.sidebar-toggle .widget.widget_digital_newspaper_widget_title_widget {
			margin-bottom: 0;
		}

		.widget.widget_text P {
			margin-top: 0;
			color: var(--main-content-text-color);
			font-family: var(--content-family);
			font-weight: var(--content-weight);
		}

	/* 14.9 Align Center */
		.digital-newspaper-widget-title.align--center {
			text-align: center;
		}

		.block-title--layout-five .digital-newspaper-widget-title.align--center span {
			background-image: linear-gradient(90deg,transparent,var(--theme-color-red),transparent);
		}

		/* Align Right */
		.digital-newspaper-widget-title.align--right {
			text-align: right;
		}

		.block-title--layout-five .digital-newspaper-widget-title.align--right span {
			background-image: linear-gradient(274deg,var(--theme-color-red),transparent);
			padding: 8px 15px 8px 30px;
		}

	/* 14.10 Widget Popular Post */
		.widget_digital_newspaper_popular_posts_widget ul.post-categories {
			background-color: transparent;
			margin-top: 5px;
		}

		.widget_digital_newspaper_popular_posts_widget ul.post-categories li {
			border-bottom: none;
			padding: 0;
			margin: 0 5px 0 0;
		}

		.widget_digital_newspaper_popular_posts_widget ul.post-categories li:before {
			display: none;
		}

		.widget_digital_newspaper_popular_posts_widget ul.post-categories li a {
			padding: 0;
		}

		.widget_digital_newspaper_popular_posts_widget ul li a:before {
			display: none;
		}

		@media (max-width: 940px) {
			.widget .popular-posts-wrap .slick-track article figure.post-thumb {
				max-width: 160px;
			}
		}

	/* 14.11 widget slider horizontal **/
		.widget_digital_newspaper_popular_posts_widget .digital_newspaper_horizontal_slider .popular-posts-wrap  {
			display: grid;
		}

		.widget_digital_newspaper_popular_posts_widget .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow {
			top: -52px;
			padding: 6px 10px;
		}

		.block-title--layout-three .widget_digital_newspaper_popular_posts_widget .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow,
		.block-title--layout-three .digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow {
			top: -44px;
		}

		.block-title--layout-three .widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow,
		.block-title--layout-three .digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow {
			top: -19px;
		}

		.widget .digital_newspaper_vertical_slider .slick-arrow {
			top: -26px;
		}

		.widget_digital_newspaper_popular_posts_widget .digital_newspaper_horizontal_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
			top: -13px;
		}

		.widget .digital_newspaper_vertical_slider .slick-next {
			right: 9px;
		}

		.block-title--layout-five .widget .digital_newspaper_vertical_slider .slick-next,
		.block-title--layout-six .widget .digital_newspaper_vertical_slider .slick-next {
			right: 19px;
		}

		.block-title--layout-five .widget .digital_newspaper_horizontal_slider .slick-next,
		.block-title--layout-six .widget .digital_newspaper_horizontal_slider .slick-next {
			right: 11px;
		}

		.block-title--layout-five .widget .digital_newspaper_horizontal_slider .slick-prev,
		.block-title--layout-six .widget .digital_newspaper_horizontal_slider .slick-prev {
			right: 45px;
		}

		.widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
			top: 12px;
		}

		.widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow.slick-prev {
			right: 60px;
		}

		.widget_digital_newspaper_popular_posts_widget article.no-feat-img figure {
			background: var(--noimg-bk-color);
			height: 80px;
		}

	/* 14.12 Widget carasoul **/
		.digital-newspaper-widget-carousel-posts .slick-prev {
			position: absolute;
			right: 53px;
		}

		.digital-newspaper-widget-carousel-posts .slick-next {
			position: absolute;
			right: 20px;
		}

		.digital-newspaper-widget-carousel-posts .slick-arrow{
			cursor: pointer;
			font-size: 0.86rem;
			background-color: var(--white-bk-color);
			color: var(--slick-button-color);
			border: none;
			border-radius: 0;
			-webkit-transition: 0.5s ease;
    		transition: 1s ease;
    		box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-webkit-box-shadow: 0px 0px 20px -9px rgb(0 0 0 / 75%);
			-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
		}

		.widget .digital_newspaper_vertical_slider .slick-prev {
			right: 47px;
		}

		.block-title--layout-five .widget .digital_newspaper_vertical_slider .slick-prev,
		.block-title--layout-six .widget .digital_newspaper_vertical_slider .slick-prev {
			right: 57px;
		}

		.digital-newspaper-widget-carousel-posts .carousel-posts-wrap {
			display: grid;
		}

		.digital-newspaper-widget-carousel-posts.layout--one .slick-vertical .post-item {
			overflow: hidden;
			min-height: 400px;
		}

		.dark_bk .boxed-width .column-three .digital-newspaper-widget-carousel-posts.layout--one .slick-vertical .post-item {
			height: 400px;
		}

		.dark_bk .boxed-width .column-four .digital-newspaper-widget-carousel-posts.layout--one .slick-vertical .post-item {
			min-height: initial;
		}

		.digital-newspaper-widget-carousel-posts.layout--one .slick-vertical h2 {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.digital-newspaper-widget-carousel-posts.layout--one .carousel-posts-wrap .post-element .post-categories {
			display: none;
		}

		.digital-newspaper-widget-carousel-posts .no-feat-img .post-thumb-wrap {
			position: relative;
			padding-bottom: 62.5%;
			background: var(--noimg-bk-color);
			background-position: center;
			background-size: cover;
			overflow: hidden;
		}

		.digital-newspaper-widget-carousel-posts.layout--one .post-thumb-wrap {
			position: relative;
		}

		.digital-newspaper-widget-carousel-posts.layout--one .carousel-posts-wrap .post-categories {
			position: absolute;
			bottom: 10px;
			left: 10px;
			display: flex;
			flex-wrap: wrap;
		}

		.digital-newspaper-widget-carousel-posts .post-element {
			padding: 15px;
		}

		.digital-newspaper-widget-carousel-posts .carousel-posts-wrap h2{
			margin: 0 0 5px 0;
			font-size: calc(var(--post-title-size)*0.85);
			line-height: 1.4;
		}

		.digital-newspaper-widget-carousel-posts .carousel-posts-wrap .post-categories li {
			margin-right: 5px;
		}

		.digital-newspaper-widget-carousel-posts .carousel-posts-wrap .post-categories a {
			text-decoration: none;
			color: var(--white-text);
			font-size: 0.8rem;
		}

		/** Horizongtal Arrow **/
		.digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow {
			padding: 6px 10px;
			top: -51px;
		}

		.dark_bk .digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow {
			top: -58px;
		}

		.digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider.no_heading_widget .slick-arrow {
			cursor: pointer;
			padding: 5px 8px;
			top: 5px;
			z-index: 999;
		}

		.digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider.no_heading_widget .slick-arrow {
			cursor: pointer;
			padding: 5px 8px;
			top: 36px;
			z-index: 999;
		}

		.digital-newspaper-widget-carousel-posts.layout--two article .post-meta span.post-date:before {
			color: var(--white-text);
		}

		/** news carasoul layout two **/
			.digital-newspaper-widget-carousel-posts.layout--two .post-title {
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-thumb-wrap .post-categories {
				display: none;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-categories{
				margin-bottom: 8px;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-thumb-wrap {
				position: relative;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-element {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				text-align: center;
				width: 100%;
				padding: 0 15px;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-categories li {
				margin: 0 5px 10px 0;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-title a {
				color: var(--white-text);
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-meta span,
			.digital-newspaper-widget-carousel-posts.layout--two .post-meta time
			 {
				color: var(--white-text);
				font-size: 0.85rem;
			}

			.digital-newspaper-widget-carousel-posts.layout--two .post-categories li {
			 	margin: 0 5px 0 0;
			}

			.widget .digital-newspaper-widget-carousel-posts ul li:before,
			.widget .digital-newspaper-widget-carousel-posts ol li:before {
				display: none;
			}

	/* 14.13 Widget Tabbed Posts */
		.widget-tabs-content .tab-item,
		.widget.widget_digital_newspaper_tabbed_posts_widget ul li:before {
			display: none;
		}

		.widget-tabs-content .tab-item.active {
			display: block;
		}

		.widget .tabbed-widget-tabs {
			display: flex;
			margin-bottom: 20px;
		}

		.tabbed-widget-tabs .tabbed-widget {
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 0.86rem;
		}

		.widget.widget_digital_newspaper_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget {
			background-color: var(--white-text);
			padding: 5px 10px;
			color: #333333;
			font-weight: 600;
			margin-right: 15px;
			flex: 1;
			border-bottom: none;
			align-items: center;
			text-align: center;
			justify-content: center;
			cursor: pointer;
			flex-direction: column;
			-webkit-justify-content: center;
		}


		.widget.widget_digital_newspaper_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget i {
			padding: 5px;
		}

		.widget.widget_digital_newspaper_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget:last-child {
			margin-right: 0px;
		}

		.widget.widget_digital_newspaper_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget.active {
			background-color: var(--theme-color-red);
			color: var(--white-text);
		}

		.widget-tabs-content .post-thumb {
			flex: 0 1 35%;
			max-width: 145px;
			height: 90px;
			overflow: hidden;
			background-color: var(--noimg-bk-color);
		}

		.widget-tabs-content .post-thumb img,
		.popular-posts-wrap .post-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.widget-tabs-content .post-element {
			padding: 5px 5px 5px 15px;
			flex: 1 1 60%;
			font-family: var(--post-title-family);
		}

		.widget-tabs-content .post-categories li {
			margin-right: 7px;
		}

		.widget-tabs-content .post-categories a {
			color: var(--theme-color-red);
			font-weight: 500;
			font-size: 0.8rem;
			padding: 0;
		}

		.widget-tabs-content .post-categories {
			display: inline-block;
		}

		.widget-tabs-content .post-date {
			font-style: 0.9rem;
		}

		.widget-tabs-content .tab-item .post-title {
			margin: 0px;
			padding-top: 5px;
			font-size: calc(var(--post-title-size)*0.7);
			line-height: 1.5;
			text-decoration: none;
			color: var(--post-title-color);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.widget-tabs-content .tab-item .post-title a,
		.widget-tabs-content .comment-item .digital_newspaper_comment_post {
			text-decoration: none;
			color: inherit;
		}

		.widget-tabs-content .post-item,
		.widget-tabs-content .comment-item {
			margin-bottom: 15px;
			display: flex;
			align-items: center;
		}

		#main-banner-section {
			padding: 10px 0;
		}

		.widget-tabs-content .comment-item .digital_newspaper_avatar{
			flex: 0 1 20%;
			padding-right: 20px;
			text-align: center;
		}

		.widget-tabs-content .comment-item .digital-newspaper-comm-content{
			flex: 0 1 80%;
		}

	   .widget-tabs-content .comment-item .digital-newspaper-comm-content a{
			margin: 0px;
			padding-top: 5px;
			font-size: 0.93rem;
			line-height: 1.2;
			text-decoration: none;
			color: var(--post-title-color);
			font-weight: 600;
			font-family: var(--post-title-family);
		}

		.dark_bk .widget-tabs-content .comment-item .digital-newspaper-comm-content a {
			color: var(--white-text);
		}

		.widget-tabs-content .comment-item .digital-newspaper-comment {
			margin-bottom: 0;
			margin-top: 8px;
			font-family: var(--content-family);
			font-weight: var(--content-weight);
		}

		.widget ul.post-categories li a:before {
			content: none;
		}

		body .widget ul.post-categories li {
			border: none;
			padding: 0;
		}

		.widget-tabs-content .post-item:last-child,
		.widget-tabs-content .comment-item:last-child {
			margin-bottom: 0;
		}


	/* 14.14 Opinion Widget */
	.opinions-items-wrap.column--one {
		display: flex;
		flex-direction: column;
	}

	.opinions-items-wrap.column--one .opinion-item{
		padding: 10px 0;

		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
		text-align: left;
	}

	.opinions-items-wrap.column--one .opinion-item figure img {
		border-radius: 70%;
		width: 75px;
		height: 75px;
		object-fit: cover;
	}

	.opinions-items-wrap.column--one .opinion-item .opinion-content h2 {
		margin: 0;
		margin-bottom: 15px;
		font-size: calc(var(--post-title-size)*0.8);
	}

	.widget .opinions-items-wrap.column--one .opinion-item .opinion-content span i {
		font-size: 14px;
	}

	.widget .opinions-items-wrap.column--one .opinion-item .opinion-content span {
		font-size: 0.86rem;
		padding: 8px 15px 0 10px;
	}

	.widget .opinions-items-wrap.column--one {
		margin: 0;
	}

	.widget .opinions-items-wrap.column--one .blaze_box_wrap {
		background-color: var(--archive-content-bk-color);
		margin-bottom: 16px;
	}

	.widget .opinions-items-wrap .blaze_box_wrap:last-child {
		margin-bottom: 0;
	}

	.widget .opinions-items-wrap .blaze_box_wrap .opinion-item {
		margin: 0;
		padding: 10px;
		align-items: center;
	}

	.widget .opinions-items-wrap .blaze_box_wrap .opinion-item img {
		vertical-align: middle;
	}

	.widget .opinions-items-wrap.column--one .blaze_box_wrap .post-title {
		font-size: calc(var(--post-title-size)*0.71);
		margin-bottom: 6px;
	}

	/* 14.15 Grid Two Column */
	/* Grid Two Column One */
		.widget_digital_newspaper_posts_grid_two_column_widget .layout-one .post-thumb {
			position: relative;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .layout-one .post-categories {
			position: absolute;
			bottom: 8px;
			left: 10px;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .layout-one .post-categories h5 {
			margin: 0 6px 0 0;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .layout-one .post-categories a {
			font-size: calc(var(--meta-size)*0.78);
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .layout-one .post-title {
			margin: 0;
			padding: 10px 8px 5px;
		}

	/* Grid Two Column Two */
		.widget_digital_newspaper_posts_grid_two_column_widget .posts-grid-two-column-wrap {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .posts-grid-two-column-wrap > div {
			flex: 0 1 50%;
			padding: 0 8px;
			margin-bottom: 16px;
			display: flex;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .layout-two .post-content-wrap {
			padding: 10px 8px 5px;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .card__content-category {
			margin: 0 8px 0px 0;
			display: inline-block;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .layout-two h5 a {
			padding: 0;
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .post-title {
			line-height: 1.4;
			font-size: calc(var(--post-title-size)*0.7);
			margin-top: 6px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
		}

	/* 14.16 Post Grid */
		/* Layout One */
		.posts-grid-wrap.layout-one .post_thumb_image {
			position: relative;
		}

		.posts-grid-wrap.layout-one .post-categories {
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
		}

		.posts-grid-wrap.layout-one .post-categories h5 {
			margin: 5px 7px 0 0;
		}

		.posts-grid-wrap.layout-one .post-content-wrap {
			text-align: center;
			padding: 15px;
		}

		/* Layout Two */
		.posts-grid-wrap .post-item {
			margin-bottom: 16px;
		}

		.posts-grid-wrap .post-item:last-child {
			margin-bottom: 0;
		}

		.posts-grid-wrap.layout-two .post-content-wrap {
			width: 90%;
			z-index: 9;
			position: relative;
			background-color: var(--text-background-color);
			margin: 0 auto;
			margin-top: -3rem;
			padding: 10px 17px;
		}

		.posts-grid-wrap .post-categories h5 {
			margin: 0 10px 7px 0;
			display: inline-block;
		}

		.posts-grid-wrap.layout-two .post-categories h5 a {
			padding: 0;
		}

		.posts-grid-wrap .post-title {
			line-height: 1.5;
			font-size: calc(var(--post-title-size)*0.75);
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.posts-grid-wrap .post-content {
			margin-top: 8px;
			font-size: 0.83rem;
			color: var(--main-content-text-color);
			font-family: var(--content-family);
			font-weight: var(--content-weight);
		}

		/*	14.17 Filter Tabbed Widget */
		.widget.widget_digital_newspaper_news_filter_tabbed_widget .widget-tabs {
			margin-bottom: 16px;
			border: 1px solid var(--border-line-color);
			display: flex;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget ul li {
		   padding: 15px;
			flex: 0 1 33.33%;
			cursor: pointer;
			text-align: center;
			font-weight: 500;
			border-right: 1px solid var(--border-line-color);
			position: relative;
			border-bottom: none;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget ul li:last-child {
			border: none;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget ul li.widget-tab.active:after {
			content: '';
			width: 100%;
			height: 2px;
			position: absolute;
			left: 0;
			bottom: -1px;
			background: var(--theme-color-red);
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget ul li:before {
			display: none;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .tabs-content-wrap article {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin-bottom: 15px;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .tabs-content-wrap article:last-child {
			margin-bottom: 0;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .tabs-content-wrap .tabs-content {
			display: none;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .tabs-content-wrap .tabs-content.show {
			display: block;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .tabs-content-wrap .post-thumb {
			flex: 0 1 35%;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .post-element {
			flex: 0 1 65%;
			padding: 5px 5px 5px 15px;
		}

		.widget.widget_digital_newspaper_news_filter_tabbed_widget .post-element .post-title {
			line-height: 1.5;
			font-size: calc(var(--post-title-size)*0.7);
			margin: 0 0 6px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		/*	14.17 Widget Social Icons */
		.widget.widget_digital_newspaper_social_icons_widget .social-block-widget {
			background-color: var(--archive-content-bk-color);
			padding: 20px;
		}

		footer .widget.widget_digital_newspaper_social_icons_widget .social-block-widget {
			background-color: transparent;
		}

		/* No bk img */
		.widget.widget_digital_newspaper_news_filter_tabbed_widget .no-feat-img .post-thumb {
		    padding-bottom: 25%;
			background: var(--noimg-bk-color);
		}

		.widget_digital_newspaper_posts_grid_two_column_widget .no-feat-img .post-thumb,
		.widget.widget_digital_newspaper_posts_grid_widget .no-feat-img .post-thumb {
			padding-bottom: 75%;
			background: var(--noimg-bk-color);
		}

		.dark_bk .widget.widget_block:has(div.wp-block-spacer),
		.dark_bk .widget.widget_block:has(hr.wp-block-separator) {
		    background-color: transparent;
		}


/*
=========================================
15.0 Single Page
=========================================
*/

	.single #theme-content .row .primary-content {
		background: none;
	}

	.single .row .secondary-sidebar {
		flex: 0 1 30%;
	}

	.single .post-inner {
		padding: 20px;
		background: var(--single-content-bk-color);
	}

	.single h1.entry-title {
		color: var(--post-title-color);
		font-family: var(--single-title-family);
		font-size: var(--single-title-size);
		font-weight: var(--single-title-weight);
		margin: 15px 0;
		line-height: var(--single-title-lineheight);
		letter-spacing: var(--single-title-letterspacing);
	}

	.single .entry-header .post-categories li {
		background-color: var(--theme-color-red);
		border-radius: 3px;
		line-height: var(--single-meta-lineheight);
		font-weight: var(--single-meta-weight);
		font-family: var(--single-meta-family);
		margin: 0 5px 5px 0;
	}

	.single .entry-header .post-categories li a,
	.single .entry-header .post-categories li a {
		font-size: calc(var(--single-meta-size)*0.85);
		font-family: var(--single-meta-family);
	}

	.single .entry-header .entry-meta {
		margin-bottom: 20px;
	}

	.single .entry-header  .entry-meta > span {
		margin-right: 15px;
		font-size: var(--single-meta-size);
	}

	.single .entry-header  .entry-meta > span:last-child {
		margin-right: 0;
	}

	.single .entry-header  .entry-meta a,
	.single .entry-header  .entry-meta span {
		color: var(--meta-text-color);
		text-decoration: initial;
		font-family: var(--single-meta-family);
		text-transform: capitalize;
	}

	.single .author a {
		color: var(--author-color);
	}

	.single .author:before {
		content: none;
	}

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

	.single .post-inner .entry-content h1,
	.single .post-inner .entry-content h2,
	.single .post-inner .entry-content h3,
	.single .post-inner .entry-content h4,
	.single .post-inner .entry-content h5,
	.single .post-inner .entry-content h6 {
		line-height: initial;
	}

	.single .post-inner .entry-content h1 {
		font-family: var(--single-content-h1-family);
		font-weight: var(--single-content-h1-weight);
		font-size: var(--single-content-h1-size);
		line-height: var(--single-content-h1-lineheight);
		letter-spacing: var(--single-content-h1-letterspacing);
		text-decoration: var(--single-content-h1-textdecoration);
		text-transform: var(--single-content-h1-texttransform);
	}

	.single .post-inner .entry-content h2 {
		font-family: var(--single-content-h2-family);
		font-weight: var(--single-content-h2-weight);
		font-size: var(--single-content-h2-size);
		line-height: var(--single-content-h2-lineheight);
		letter-spacing: var(--single-content-h2-letterspacing);
		text-decoration: var(--single-content-h2-textdecoration);
		text-transform: var(--single-content-h2-texttransform);
	}

	.single .post-inner .entry-content h3 {
		font-family: var(--single-content-h3-family);
		font-weight: var(--single-content-h3-weight);
		font-size: var(--single-content-h3-size);
		line-height: var(--single-content-h3-lineheight);
		letter-spacing: var(--single-content-h3-letterspacing);
		text-decoration: var(--single-content-h3-textdecoration);
		text-transform: var(--single-content-h3-texttransform);
	}

	.single .post-inner .entry-content h4 {
		font-family: var(--single-content-h4-family);
		font-weight: var(--single-content-h4-weight);
		font-size: var(--single-content-h4-size);
		line-height: var(--single-content-h4-lineheight);
		letter-spacing: var(--single-content-h4-letterspacing);
		text-decoration: var(--single-content-h4-textdecoration);
		text-transform: var(--single-content-h4-texttransform);
	}

	.single .post-inner .entry-content h5 {
		font-family: var(--single-content-h5-family);
		font-weight: var(--single-content-h5-weight);
		font-size: var(--single-content-h5-size);
		line-height: var(--single-content-h5-lineheight);
		letter-spacing: var(--single-content-h5-letterspacing);
		text-decoration: var(--single-content-h5-textdecoration);
		text-transform: var(--single-content-h5-texttransform);
	}

	.single .post-inner .entry-content h6 {
		font-family: var(--single-content-h6-family);
		font-weight: var(--single-content-h6-weight);
		font-size: var(--single-content-h6-size);
		line-height: var(--single-content-h6-lineheight);
		letter-spacing: var(--single-content-h6-letterspacing);
		text-decoration: var(--single-content-h6-textdecoration);
		text-transform: var(--single-content-h6-texttransform);
	}
	
	.entry-footer .tags-links a{
		color: #fff;
		background-color: var(--dark-bk-color);
		padding: 2px 9px;
		margin: 5px;
		display: inline-block;
		margin-bottom: 5px;
	}

	/* Single Post Comment */
	.comments-area h2.comments-title {
		font-family: var(--post-title-family);
		font-size: 1.4rem;
		letter-spacing: -.005em;
		font-weight: 400;
	}

	.comment-meta .comment-author.vcard {
		margin-top: -15px;
	}

	.read-time:before {
		margin-right: 7px;
		content: "\f5da";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: calc(var(--single-meta-size)*0.83);
	}

	.comments-area h2.comments-title span {
		font-weight: 600;
		font-size: 1.8rem;
		font-style: italic;
		text-decoration: underline;
	}

	ol.comment-list {
		margin-left: 0;
		padding-left: 0;
	}

	ol.comment-list li {
		margin-bottom: 15px;
		position: relative;
	}

	ol.comment-list li a {
		text-decoration: none;
		color: inherit;
		font-family: var(--post-title-family);
	}

	.comment-list .comment-meta > div {
		display: inline-block;
	}

	.comment-list .comment-author img {
		margin-right: 20px;
		width: 40px;
		object-fit: cover;
		height: 100%;
		bottom: -25px;
		position: relative;
	}

	.comment-list .comment-author a {
		font-size: 14px;
		font-weight: 600;
		margin-right: 3px;
	}

	.comment-metadata,
	.says {
		color: #999;
		font-size: 13px;
		font-weight: 400;
	}

	.edit-link {
		color: #000;
		margin-left: 5px;
		font-size: 1rem;
	}

	.comment-content p {
		margin-top: 0;
		margin-left: 60px;
		font-size: 0.938rem;
		line-height: 1.714;
		border-bottom: 1px dashed #e8e8e8;
		padding-bottom: 20px;
		margin-bottom: 0;
		font-family: var(--post-title-family);
	}

	.comment-list .reply {
		position: relative;
		right: 15px;
		font-size: 12px;
		border-bottom: 1px solid var(--theme-color-red);
		text-align: right;
		float: right;
		margin-top: -29px;
	}

	.comment-list .reply a {
		color: #999;
		padding: 5px 0;
		display: block;
		letter-spacing: .03em;
		font-family: var(--post-title-family);
		text-transform: uppercase;
	}

	.comment-list .reply a:before {
		content: '\f064';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding-right: 6px;
	}

	ol.children {
		margin-top: 10px;
	}

	ol.children .comment-content p {
		font-size: 0.9rem;
	}

	/* Form */
	.comment-respond h3 {
		font-size: 1.1rem;
		margin: 0 0 20px;
		text-transform: uppercase;
		font-family: var(--post-title-family);
	}

	.comment-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.comment-form > * {
		width: 100%;
	}

	.comment-form p {
		margin: 0 0 20px;
		color: #777;
	}

	.comment-form .comment-form-comment textarea {
		display: block;
	}

	.digital_newspaper_dark_mode .comment-form .comment-form-comment textarea,
	.digital_newspaper_dark_mode form.comment-form p input {
		background: #202024;
    	border-color: #525252;
    	color: var(--white-text);
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: calc(33% - 15px);
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 100%;
		height: 41px;
	}

	.comment-form .comment-form-cookies-consent label {
		margin-left: 6px;
		font-size: 0.95rem;
	}

	.comment-form .form-submit input {
		padding: 15px 20px;
		vertical-align: middle;
		font-size: 13px;
		text-transform: uppercase;
		margin-top: 10px;
		font-family: var(--post-title-family);
		font-weight: 700;
		letter-spacing: .03em;
		color: var(--white-text);
		background-color: var(--dark-bk-color);
		border: none;
		cursor: pointer;
	}

	#comments ol.comment-list {
		padding: 20px;
		border: 1px solid var(--border-bottom-color);
		list-style: none;
	}

	@media (max-width: 1024px) {
		.comment-form-author,
		.comment-form-email,
		.comment-form-url {
			width: 100%;
		}
	}

	/* Single Related Post */
	.single-related-posts-section-wrap {
		margin-top: 20px;
		margin-top: 20px;
	}

	.single-related-posts-section {
		background-color: var(--single-content-bk-color);
		position: relative;
		padding: 20px 20px 0;
	}

	.single-related-posts-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.single-related-posts-wrap img {
		display: block;
	}

	.single-related-posts-wrap h2.post-title {
		line-height: 1.36;
		margin: 0 0 10px;
		font-size: calc(var(--post-title-size)*0.8);
	}

	.single-related-posts-wrap h2.post-title a {
		text-decoration: none;
		color: inherit;
	}

	.single-related-posts-wrap .post-meta span {
		font-size: 12px;
		font-weight: 500;
	}

	.single-related-posts-wrap .post-meta span:before,
	.single-related-posts-wrap .post-meta a.author_name:before {
		font-size: 11px;
	}

	body.single #theme-content .primary-content .single-related-posts-section-wrap.layout--list .single-related-posts-section article{
		flex: 0 1 50%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.single-related-posts-section-wrap.layout--list .single-related-posts-section article figure.post-thumb-wrap { 
		flex: 0 1 25%;
	}	

	.single-related-posts-section-wrap.layout--list .single-related-posts-section article .post-element {
		flex: 1 1 75%;	
		padding-left: 15px;
	}

	.single-post .related_posts_popup_sidebar {
		z-index: 99;
	}

	.single #theme-content .widget .post-item {
		background: var(--single-content-bk-color);
	}

	/* Relater Posts Popup */
	.single-related-posts-section-wrap.related_posts_popup .single-related-posts-wrap {
		margin-top: 34px;
		height: 244px;
		overflow-y: auto;
	}

	body.single #theme-content .related_posts_popup.layout--list .single-related-posts-wrap article:last-child {
		margin-bottom: 0;
	}

	.related_posts_popup .digital-newspaper-block-title {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.related_posts_popup h2.digital-newspaper-block-title span::after {
		display: none;
	}

	.related_posts_popup h2.digital-newspaper-block-title {
		border-bottom: none;
	}

	.related_posts_popup h2.digital-newspaper-block-title span {
		font-size: calc(var(--block-title-size)*0.6);
		letter-spacing: 2px;
	    padding: 6px 12px;
	    background: var(--theme-color-red);
	    color: var(--white-text);
	    border-bottom: none;
	    display: inline;
	}

	.layout--list.related_posts_popup_sidebar .single-related-posts-wrap {
		display: inherit;
	}

	.related_posts_popup_sidebar .single-related-posts-wrap .post-meta {
		display: none;
	}

	.related_posts_popup_sidebar .single-related-posts-wrap h2.post-title {
		font-size: calc(var(--post-title-size)*0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	body.single #theme-content .primary-content .layout--grid.related_posts_popup_sidebar .single-related-posts-wrap article {
		flex: 0 1 50%;
	}

	.layout--grid.related_posts_popup_sidebar .single-related-posts-wrap h2.post-title {
		margin: 8px 0 0;
	}

	.layout--grid .single-related-posts-wrap h2.post-title {
		margin-top: 11px;
	}

/*
=========================================
16.0 Archive Layouts
=========================================
*/
	#theme-content .primary-content, #theme-content .widget{
		position: relative;
	}

	#theme-content .widget:last-child {
		margin-bottom: 0;
	}

	.archive .primary-content .blaze_box_wrap {
		position: relative;
		background-color: var(--theme-content-bk-color);
		padding: 7px;
	}

	.archive .secondary-sidebar,
	.search .secondary-sidebar  {
		flex: 0 1 30%;
	}

	.archive .page-header,
	.search .page-header {
		border-bottom: 2px solid var(--theme-color-red);
		display: block;
		margin: 0;
		margin-bottom: 16px;
	}

	.archive.author .page-header {
		margin: 0;
		border-bottom: none;
	}

	.archive .page-title,
	.search .page-title {
		margin: 0;
		margin-bottom: -2px;
		font-size: calc(var(--block-title-size)*0.86);
		font-family: var(--block-title-family);
		line-height: var(--block-title-lineheight);
		letter-spacing: var(--block-title-letterspacing);
		text-decoration: var(--block-title-textdecoration);
		text-transform: var(--block-title-texttransform);
		font-weight: var(--block-title-weight);
	}

	/** Search **/
	.search.search-results #theme-content .primary-content .blaze_box_wrap {
		position: relative;
		padding: 7px;
		background: var(--search-content-bk-color);
	}

	.search .news-list-post-wrap figure.post-thumb-wrap.no-feat-img {
		position: relative;
		padding-bottom: 22%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		min-height: 100px;
	}

	.widget .wp-block-search__input {
		width: 100%;
	}

	/* left-both-sidebar */
	.left-both-sidebar #theme-content .secondary-left-sidebar,
	.left-both-sidebar #theme-content .secondary-sidebar {
		flex: 1 1 25%;
		margin-right: 20px;
	}

	.left-both-sidebar #theme-content .primary-content {
		flex: 0 1 50%;
		order: 3;
	}

	/* right-both-sidebar */
	.right-both-sidebar #theme-content .secondary-left-sidebar,
	.right-both-sidebar #theme-content .secondary-sidebar {
		flex: 1 1 25%;
		margin-left: 20px;
	}

	.right-both-sidebar #theme-content .secondary-left-sidebar {
		order: 2;
	}

	.right-both-sidebar #theme-content .secondary-sidebar {
		order: 3;
	}

	.right-both-sidebar #theme-content .primary-content {
		flex: 0 1 50%;
	}


/*
========================================================
12.0 Image Hover Effect
========================================================
*/

	body.no_image_design #primary .post-thumb a:before, 
	body.no_image_design #primary .post-thumb a:after{
		background: none;
	}

	/* effect-one */
	/* Circle */
	.digital-newspaper-image-hover--effect-one .post-thumb,
	.digital-newspaper-image-hover--effect-one .post-thumb-wrap{
		position: relative;
		width: 100%;
		object-fit: cover;
	}
	.digital-newspaper-image-hover--effect-one .post-thumb::before,
	.digital-newspaper-image-hover--effect-one .post-thumb-wrap::before  {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		display: block;
		content: '';
		width: 0;
		height: 0;
		background: rgba(255,255,255,.2);
		border-radius: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
	}
	.digital-newspaper-image-hover--effect-one .post-thumb:hover::before,
	.digital-newspaper-image-hover--effect-one .post-thumb-wrap:hover::before {
		-webkit-animation: circle 1s;
		animation: circle 1s;
	}
	@-webkit-keyframes circle {
		0% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		100% {
			width: 150%;
			height: 150%;
			opacity: 0;
		}
	}
	@keyframes circle {
		0% {
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		100% {
			width: 150%;
			height: 150%;
			opacity: 0;
		}
	}

	/* effect-two */
	/* Shine */
	.digital-newspaper-image-hover--effect-two .post-thumb,
	.digital-newspaper-image-hover--effect-two .post-thumb-wrap {
		position: relative;
		overflow: hidden;
	}
	.digital-newspaper-image-hover--effect-two .post-thumb::before,
	.digital-newspaper-image-hover--effect-two .post-thumb-wrap::before {
		position: absolute;
		top: 0;
		left: -75%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}
	.digital-newspaper-image-hover--effect-two .post-thumb:hover::before,
	.digital-newspaper-image-hover--effect-two .post-thumb-wrap:hover::before {
		-webkit-animation: shine 1s;
		animation: shine 1s;
	}
	@-webkit-keyframes shine {
		100% {
			left: 125%;
		}
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}

	/* effect-three */
	/* rotate */
	.digital-newspaper-image-hover--effect-three .post-thumb,
	.digital-newspaper-image-hover--effect-three .post-thumb-wrap  {
		overflow: hidden;
	}

	.digital-newspaper-image-hover--effect-three .post-thumb img,
	.digital-newspaper-image-hover--effect-three .post-thumb-wrap img {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		
	}
	.digital-newspaper-image-hover--effect-three .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-three .post-thumb-wrap:hover img {
		-webkit-transform: rotate(2deg) scale(1.05);
		transform: rotate(2deg) scale(1.05);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	.digital-newspaper-image-hover--effect-three .post-thumb img,
	.digital-newspaper-image-hover--effect-three .post-thumb-wrap img {
		display: block;
		overflow: hidden;
	}

	.digital-newspaper-image-hover--effect-three .popular-posts-wrap .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-three .categories-wrap .post-thumb:hover img {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	/* effect-four */
	/* Zoom In #1 */
	.digital-newspaper-image-hover--effect-four .post-thumb,
	.digital-newspaper-image-hover--effect-four .post-thumb-wrap {
		overflow: hidden;
	}

	.digital-newspaper-image-hover--effect-four .post-thumb img,
	.digital-newspaper-image-hover--effect-four .post-thumb-wrap img  {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.digital-newspaper-image-hover--effect-four .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-four .post-thumb-wrap:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	body .digital-newspaper-image-hover--effect-four .post-thumb a,
	body .digital-newspaper-image-hover--effect-four .post-thumb:hover a  {
		display: block;
		overflow: hidden;
	}

	/* effect-five */
	/* gray scale */
	.digital-newspaper-image-hover--effect-five .post-thumb img,
	.digital-newspaper-image-hover--effect-five .post-thumb-wrap img  {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.digital-newspaper-image-hover--effect-five .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-five .post-thumb-wrap:hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	/* effect-six */
	/* Zoom Out */
	.digital-newspaper-image-hover--effect-six .post-thumb ,
	.digital-newspaper-image-hover--effect-six .post-thumb-wrap {
		overflow: hidden;
	}

	.digital-newspaper-image-hover--effect-six .post-thumb img,
	.digital-newspaper-image-hover--effect-six .post-thumb-wrap img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}

	.digital-newspaper-image-hover--effect-six .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-six .post-thumb-wrap:hover img  {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.digital-newspaper-image-hover--effect-six .categories-wrap .post-thumb img,
	.digital-newspaper-image-hover--effect-seven .categories-wrap .post-thumb img,
	.digital-newspaper-image-hover--effect-four .categories-wrap .post-thumb img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	/* effect-seven */
	/* Rotate */
	.digital-newspaper-image-hover--effect-seven .post-thumb ,
	.digital-newspaper-image-hover--effect-seven .post-thumb-wrap {
		overflow: hidden;
	}

	.digital-newspaper-image-hover--effect-seven .post-thumb img,
	.digital-newspaper-image-hover--effect-seven .post-thumb-wrap img {
		-webkit-transform: rotate(5deg) scale(1.17);
		transform: rotate(5deg) scale(1.17);
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}

	.digital-newspaper-image-hover--effect-seven .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-seven .post-thumb-wrap:hover img  {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}

	/* effect-eight */
	/* Opacity */
	.digital-newspaper-image-hover--effect-eight figure.post-thumb,
	.digital-newspaper-image-hover--effect-eight figure.post-thumb-wrap {
		position: relative;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}

	.digital-newspaper-image-hover--effect-eight figure.post-thumb:before,
	.digital-newspaper-image-hover--effect-eight figure.post-thumb-wrap:before {
		content: '';
		background-color: #0003;
	    top: 0;
	    left: 0;
	    position: absolute;
	}

	.digital-newspaper-image-hover--effect-eight figure.post-thumb:hover:before,
	.digital-newspaper-image-hover--effect-eight figure.post-thumb-wrap:hover:before  {
		width: 100%;
		height: 100%;
	}

	/* effect-nine */
	/* Opacity */
	.digital-newspaper-image-hover--effect-nine .post-thumb,
	.digital-newspaper-image-hover--effect-nine .post-thumb-wrap {
	    background: linear-gradient(-180deg, var(--white-text) 10%, #000 100%);
	}

	.digital-newspaper-image-hover--effect-nine .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-nine .post-thumb-wrap:hover img  {
		opacity: .5;
	}

	.digital-newspaper-image-hover--effect-nine .widget .categories-wrap.layout-one .category-item {
		background: var(--inner-container-bk);
	}

	.digital-newspaper-image-hover--effect-nine .widget_digital_newspaper_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image,
	.digital-newspaper-image-hover--effect-nine .opinion-item  .post-thumb-wrap {
		background: none;
	}

	/* effect-ten */
	/* Flash */
	.digital-newspaper-image-hover--effect-ten .post-thumb:hover img,
	.digital-newspaper-image-hover--effect-ten .post-thumb-wrap:hover img  {
		opacity: 1;
		-webkit-animation: flash 1.5s;
		animation: flash 1.5s;
	}

	@-webkit-keyframes flash {
		0% {
			opacity: .4;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes flash {
		0% {
			opacity: .4;
		}

		100% {
			opacity: 1;
		}
	}

/*
========================================================
16.0 Title Hover Effect
========================================================
*/

	/* Title effect one */
	.digital-newspaper-title-one .post-title a,
	.digital-newspaper-title-one .news-carousel .post-title a,
	.digital-newspaper-title-one .widget_block ul li a,
	.digital-newspaper-title-one .widget_nav_menu ul li a {
		display: inline;
		background-image: linear-gradient(transparent calc(100% - 1px), var(--theme-color-red) 1px);
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
		background-repeat: no-repeat;
		background-size: 0;
		text-decoration: none;
	}

	.digital-newspaper-title-one .post-title a:hover,
	.digital-newspaper-title-one .news-carousel .post-title a:hover,
	.digital-newspaper-title-one .widget_block ul li a:hover,
	.digital-newspaper-title-one .widget_nav_menu ul li a:hover {
		background-size: 100%;
	}

	/* Title effect two */
	.digital-newspaper-title-two .post-title a,
	.digital-newspaper-title-two .news-carousel .post-title a,
	.digital-newspaper-title-two .widget_block ul li a,
	.digital-newspaper-title-two .widget_nav_menu ul li a  {
		display: inline;
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
	}

	.digital-newspaper-title-two .post-title a:hover,
	.digital-newspaper-title-two .news-carousel .post-title a:hover,
	.digital-newspaper-title-two .widget_block ul li a:hover,
	.digital-newspaper-title-two .widget_nav_menu ul li a:hover {
		color: var(--theme-color-red);
		text-decoration: none;
		background-image: none;
		background-size: 0;
	}

	/* Title effect three */
	.digital-newspaper-title-three .post-title a,
	.digital-newspaper-title-three .news-carousel .post-title a,
	.digital-newspaper-title-three .widget_block ul li a,
	.digital-newspaper-title-three .widget_nav_menu ul li a {
		display: inline;
		background-repeat: no-repeat;
		text-decoration: none;
	}

	.digital-newspaper-title-three .post-title a:hover,
	.digital-newspaper-title-three .news-carousel .post-title a:hover,
	.digital-newspaper-title-three .widget_block ul li a:hover,
	.digital-newspaper-title-three .widget_nav_menu ul li a:hover {
		background-image: linear-gradient(transparent calc(100% - 1px), var(--theme-color-red) 1px);
		background-size: 100%;
	}

	/** Title effect four */
	.digital-newspaper-title-four .post-title a,
	.digital-newspaper-title-four .news-carousel .post-title a,
	.digital-newspaper-title-four .widget_block ul li a,
	.digital-newspaper-title-four .widget_nav_menu ul li a {
		display: inline;
		background-image: linear-gradient(transparent calc(100% - 20px), var(--theme-color-red) 20px);
		background-repeat: no-repeat;
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
		background-repeat: no-repeat;
		background-size: 0;
		text-decoration: none;
	}

	.digital-newspaper-title-four .post-title a:hover,
	.digital-newspaper-title-four .news-carousel .post-title a:hover,
	.digital-newspaper-title-four .widget_block ul li a:hover,
	.digital-newspaper-title-four .widget_nav_menu ul li a:hover {
		background-size: 100%;
	}

	/** Title effect five */
	.digital-newspaper-title-five .post-title a,
	.digital-newspaper-title-five .news-carousel .post-title a,
	.digital-newspaper-title-five .widget_block ul li a,
	.digital-newspaper-title-five .widget_nav_menu ul li a {
	  text-decoration: none;
	  background-image: linear-gradient(#222b40, #222b40), linear-gradient(
		  rgb(176, 251, 188),
		  rgb(176, 251, 188)
	    ), linear-gradient(var(--theme-color-red), var(--theme-color-red));
	  background-size: 0;
	  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
	  background-repeat: no-repeat;
	  transition: background-size 1s linear, background-position 1s linear;

	}

	.digital-newspaper-title-five .post-title a:hover,
	.digital-newspaper-title-five .news-carousel .post-title a:hover,
	.digital-newspaper-title-five .widget_block ul li a:hover,
	.digital-newspaper-title-five .widget_nav_menu ul li a:hover {
		background-size: 20px 2px, 0 2px, 100% 2px;
  		background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
	}

	/* Title effect six */
	.digital-newspaper-title-six .banner-layout--two .main-banner-wrap .post-element .post-title a,
	.digital-newspaper-title-six .post-title a,
	.digital-newspaper-title-six .widget_block ul li a,
	.digital-newspaper-title-six .widget_nav_menu ul li a {
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    background-image: linear-gradient(to right,var(--theme-color-red),var(--theme-color-red) 50%,var(--post-title-color) 50%);
	    background-size: 200% 100%;
	    background-position: 100%;
	    transition: all 0.7s cubic-bezier(0,0,.23,1);
	    word-break: break-word;
	}

	.digital-newspaper-title-six .banner-layout--two .main-banner-wrap .post-element .post-title a:hover,
	.digital-newspaper-title-six .post-title a:hover,
	.digital-newspaper-title-six .news-carousel .post-title a:hover,
	.digital-newspaper-title-six .widget_block ul li a:hover,
	.digital-newspaper-title-six .widget_nav_menu ul li a:hover {
		background-position: 0%;
	}

	.digital-newspaper-title-six .main-banner-wrap .post-element .post-title a,
	.digital-newspaper-title-six .banner-trailing-posts .post-element .post-title a,
	.digital-newspaper-title-six .main-banner-grid-posts .post-element .post-title a,
	.digital-newspaper-title-six .main-banner-list-posts article:first-child .post-title a,
	.digital-newspaper-title-six .dark_bk .footer-widget .widget.widget_block ul li a,
	.digital-newspaper-title-six .dark_bk .footer-widget .widget.widget_block ol li a,
	.digital-newspaper-title-six .dark_bk .widget .post-title a,
	.digital-newspaper-title-six .news-carousel.layout--two .post-title a {
		background-image: linear-gradient(to right,var(--theme-color-red),var(--theme-color-red) 50%,var(--white-text) 50%);
	}

	/* Title effect seven */
	.digital-newspaper-title-seven .post-title a,
	.digital-newspaper-title-seven .news-carousel .post-title a,
	.digital-newspaper-title-seven .widget_block ul li a,
	.digital-newspaper-title-seven .widget_nav_menu ul li a {
		color: transparent;
		-webkit-background-clip: text;
		background-repeat: no-repeat;
		transition: 0.9s ease-out;
		background-image: linear-gradient(to bottom, var(--theme-color-red) 45%, var(--post-title-color) 55%);
    	background-size: 100% 220%;
    	background-position: 50% 100%;
	}

	.digital-newspaper-title-seven .post-title a:hover,
	.digital-newspaper-title-seven .news-carousel .post-title a:hover,
	.digital-newspaper-title-seven .widget_block ul li a:hover,
	.digital-newspaper-title-seven .widget_nav_menu ul li a:hover {
		background-position: 50% 0%;
		color: transparent;
	}

	.digital-newspaper-title-seven .banner-layout--five .main-banner-wrap .post-element .post-title a,
	.digital-newspaper-title-seven .banner-trailing-posts .post-element .post-title a,
	.digital-newspaper-title-seven .main-banner-grid-posts .post-element .post-title a,
	.digital-newspaper-title-seven .main-banner-list-posts article:first-child .post-title a,
	.digital-newspaper-title-seven .dark_bk .footer-widget .widget.widget_block ul li a,
	.digital-newspaper-title-seven .dark_bk .footer-widget .widget.widget_block ol li a,
	.digital-newspaper-title-seven .dark_bk .widget .post-title a,
	.digital-newspaper-title-seven .news-carousel.layout--two .post-title a {
		background-image: linear-gradient(to bottom, var(--theme-color-red) 45%, var(--white-text) 55%);
	}

	/* Title effect eight */
	.digital-newspaper-title-eight .post-title a,
	.digital-newspaper-title-eight .news-carousel .post-title a,
	.digital-newspaper-title-eight .widget_block ul li a,
	.digital-newspaper-title-eight .widget_nav_menu ul li a {
		color: transparent;
		-webkit-background-clip: text;
		background-repeat: no-repeat;
		background-image: linear-gradient(to bottom, var(--theme-color-red), var(--theme-color-red)), linear-gradient(to bottom, var(--post-title-color), var(--post-title-color));
	    background-size: 0% 100%, 100% 100%;
	    background-position: 0% 50%, 50% 50%;
	    transition: 0.5s background-size ease-out;
	}

	.digital-newspaper-title-eight .post-title a:hover,
	.digital-newspaper-title-eight .news-carousel .post-title a:hover,
	.digital-newspaper-title-eight .widget_block ul li a:hover,
	.digital-newspaper-title-eight .widget_nav_menu ul li a:hover {
		background-size: 100% 100%, 100% 100%;
		background-position: 100% 50%, 50% 50%;
		color: transparent;
	}

	.digital-newspaper-title-eight .banner-layout--five .main-banner-wrap .post-element .post-title a,
	.digital-newspaper-title-eight .banner-trailing-posts .post-element .post-title a,
	.digital-newspaper-title-eight .main-banner-grid-posts .post-element .post-title a,
	.digital-newspaper-title-eight .main-banner-list-posts article:first-child .post-title a,
	.digital-newspaper-title-eight .dark_bk .footer-widget .widget.widget_block ul li a,
	.digital-newspaper-title-eight .dark_bk .footer-widget .widget.widget_block ol li a,
	.digital-newspaper-title-eight .dark_bk .widget .post-title a,
	.digital-newspaper-title-eight .news-carousel.layout--two .post-title a {
		background-image: linear-gradient(to bottom, var(--theme-color-red), var(--theme-color-red)), linear-gradient(to bottom, var(--white-text), var(--white-text));
	}

	/* Title effect nine */
	.digital-newspaper-title-nine .post-title a,
	.digital-newspaper-title-nine .news-carousel .post-title a,
	.digital-newspaper-title-nine .widget_block ul li a,
	.digital-newspaper-title-nine .widget_nav_menu ul li a {
		color: transparent;
		-webkit-background-clip: text;
		background-repeat: no-repeat;
		background-image: linear-gradient(to bottom, var(--theme-color-red), var(--theme-color-red)), linear-gradient(to bottom, var(--post-title-color), var(--post-title-color));
		background-size: 0% 100%, 100% 100%;
		background-position: center;
		transition: 0.5s ease-out;
	}

	.digital-newspaper-title-nine .post-title a:hover,
	.digital-newspaper-title-nine .news-carousel .post-title a:hover,
	.digital-newspaper-title-nine .widget_block ul li a:hover,
	.digital-newspaper-title-nine .widget_nav_menu ul li a:hover {
		background-size: 100% 100%, 100% 100%;
		color: transparent;
	}

	.digital-newspaper-title-nine .banner-layout--five .main-banner-wrap .post-element .post-title a,
	.digital-newspaper-title-nine .banner-trailing-posts .post-element .post-title a,
	.digital-newspaper-title-nine .main-banner-grid-posts .post-element .post-title a,
	.digital-newspaper-title-nine .main-banner-list-posts article:first-child .post-title a,
	.digital-newspaper-title-nine .dark_bk .footer-widget .widget.widget_block ul li a,
	.digital-newspaper-title-nine .dark_bk .footer-widget .widget.widget_block ol li a,
	.digital-newspaper-title-nine .dark_bk .widget .post-title a,
	.digital-newspaper-title-nine .news-carousel.layout--two .post-title a {
		background-image: linear-gradient(to bottom, var(--theme-color-red), var(--theme-color-red)), linear-gradient(to bottom, var(--white-text), var(--white-text));
	}

	/* Title effect ten */
	.digital-newspaper-title-ten .post-title a,
	.digital-newspaper-title-ten .news-carousel .post-title a,
	.digital-newspaper-title-ten .widget_block ul li a,
	.digital-newspaper-title-ten .widget_nav_menu ul li a {
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		background-repeat: no-repeat;
		transition: 0.5s ease-out;
		background-image: radial-gradient(closest-side, var(--theme-color-red) 50%, transparent 100%), linear-gradient(to bottom, var(--post-title-color), var(--post-title-color));
		background-size: 0% 0%, 100% 100%;
		background-position: 50% 50%, center;
	}

	.digital-newspaper-title-ten .post-title a:hover,
	.digital-newspaper-title-ten .news-carousel .post-title a:hover,
	.digital-newspaper-title-ten .widget_block ul li a:hover,
	.digital-newspaper-title-ten .widget_nav_menu ul li a:hover {
		background-size: 260% 260%, 100% 100%;
		color: transparent;
	}

	.digital-newspaper-title-ten .banner-layout--five .main-banner-wrap .post-element .post-title a,
	.digital-newspaper-title-ten .banner-trailing-posts .post-element .post-title a,
	.digital-newspaper-title-ten .main-banner-grid-posts .post-element .post-title a,
	.digital-newspaper-title-ten .main-banner-list-posts article:first-child .post-title a,
	.digital-newspaper-title-ten .dark_bk .footer-widget .widget.widget_block ul li a,
	.digital-newspaper-title-ten .dark_bk .footer-widget .widget.widget_block ol li a,
	.digital-newspaper-title-ten .dark_bk .widget .post-title a,
	.digital-newspaper-title-ten .news-carousel.layout--two .post-title a {
		background-image: radial-gradient(closest-side, var(--theme-color-red) 50%, transparent 100%), linear-gradient(to bottom, var(--white-text), var(--white-text));
	}

	/* Title effect none */
	.digital-newspaper-title-none .post-title a:hover {
		background-image: none;
		background-size: 0;
	}

/*
========================================================
17.0 Archive Layout
========================================================
*/

	body.right-sidebar #theme-content .secondary-left-sidebar {
		display: none;
	}

	body.left-sidebar #theme-content .secondary-sidebar {
		display: none;
	}

	body.no-sidebar #theme-content .secondary-left-sidebar,
	body.no-sidebar #theme-content .secondary-sidebar {
		display: none;
	}

	.search-results #theme-content .primary-content .news-list-post-wrap.column--one article:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#theme-content .primary-content article figure{
    	position: relative;
	}

	#theme-content .primary-content article figure img{
		display: block;
		object-fit: cover;
	}

	.nav-previous {
		padding: 5px 0;
		text-align: left;
		margin: 8px 2px;
	}

	/** 17.1 Archive Layout **/
	
		body.post-layout--one #theme-content .primary-content article figure .post-categories {
	    	position: absolute;
	    	bottom: 10px;
	    	left: 10px;
	    	display: flex;
	    	flex-wrap: wrap;
		}

		body.post-layout--one #theme-content .primary-content article figure .post-categories li {
	    	margin-right: 5px;
		}

		body.post-layout--one #theme-content .primary-content article .post-element h2{
			margin: 0 0 11px 0;
		    font-size: var(--post-title-size);
		}

		body.post-layout--one.both-sidebar #theme-content .primary-content article .post-element h2,
		body.post-layout--one.right-both-sidebar #theme-content .primary-content article .post-element h2,
		body.post-layout--one.left-both-sidebar #theme-content .primary-content article .post-element h2 {
		    font-size: calc(var(--post-title-size)*0.83);
		}

		body.post-layout--one #theme-content .primary-content article .post-element .post-excerpt {
			margin-top: 8px;
		}

	/** 17.2 Archive Layout **/

		.ticker-item-wrap .post-date a{
			text-decoration: none;
		}

		.modified .published {
		    display: none;
		}

		.modified .updated {
		    display: inline-block;
		}

		@media(max-width: 940px){
			a.post-link-button {
				font-size: var(--readmore-button-font-size-tablet);
			}
			a.post-link-button i {
				font-size: var(--readmore-button-font-size-tablet);
			}
		}

		@media(max-width: 610px){
			a.post-link-button {
				font-size: var(--readmore-button-font-size-smartphone);
			}
			a.post-link-button i {
				font-size: var(--readmore-button-font-size-smartphone);
			}
		}

		a.post-link-button i {
			font-size: var(--readmore-button-font-size);
			transition: 0.2s ease-in;
			padding-left: 5px;
			vertical-align: middle;
		}

		.post-element a.post-link-button {
			margin: 10px 0 0;
			display: inline-block;
			font-family: var(--meta-family);
    		font-weight: 500;
    		font-size: var(--readmore-button-font-size);
    		text-decoration: none;
    		color: var(--post-title-color);
		}

		/* post layout one */
		body.post-layout--one #theme-content .primary-content article .blaze_box_wrap{
		    display: flex;
		    align-items: center;
		    margin-bottom: 16px;
		}

		body.post-layout--one #theme-content .primary-content article:last-child .blaze_box_wrap,
		body.post-layout--five #theme-content .news-list-wrap article:last-child {
			margin-bottom: 0;
		}

		body.post-layout--one.single #theme-content .primary-content .post-inner-wrapper > article{
			padding-top: 0px;
			flex-direction: column;
		}

		body.post-layout--one #theme-content .primary-content article figure {
		    flex: 0 1 35%;
		    align-self: flex-start;
		}

		body.post-layout--one #theme-content .primary-content article .entry-content figure {
			margin-right: 0px;
		}
		body.post-layout--one #theme-content .primary-content .post-element {
		    flex: 0 1 65%;
		    padding: 5px 5px 5px 18px;
		}

		.post-layout--one #theme-content figure.no-feat-img {
		    position: relative;
		    padding-bottom: 25%;
		    background: var(--noimg-bk-color);
		    background-position: center;
		    background-size: cover;
		    overflow: hidden;
		}

	/* post layout two */	
	body.post-layout--two #theme-content .primary-content .news-list-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title{
		font-size: calc(var(--post-title-size)* 0.86);
		margin: 0 0 10px;
	}

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

	body.post-layout--two #theme-content .primary-content .news-list-wrap article{
		flex: 0 1 50%;
	    padding: 0 8px;
	    margin-bottom: 16px;

	    display: flex;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap .post-element {
		padding: 15px;
	}
	
	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure.post-thumb-wrap {
	    margin: 0px;
	    position: relative;
	    height: auto;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories {
	    position: absolute;
	    bottom: 10px;
	    left: 10px;
	    display: flex;
	    flex-wrap: wrap;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories li {
	    margin-right: 5px;
	}

	body.post-layout--two #theme-content figure.no-feat-img {
	    position: relative;
	    padding-bottom: 66.5%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}

	/* post layout three */
	body.post-layout--three #theme-content .news-list-wrap,
	body.post-layout--four #theme-content .news-list-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	body.post-layout--three #theme-content .news-list-wrap article {
		flex: 0 1 50%;
		padding: 0 8px;
	}

	body.post-layout--three #theme-content .news-list-wrap article .blaze_box_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 16px;
	}

	body.post-layout--three #theme-content .news-list-wrap figure {
		flex: 0 1 35%;
		align-self: flex-start;
		overflow: hidden;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-categories,
	body.post-layout--four #theme-content .news-list-wrap .post-categories {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-categories li,
	body.post-layout--four #theme-content .news-list-wrap .post-categories li {
		margin-right: 5px;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-element {
		flex: 0 1 65%;
		padding: 0 5px 0 18px;
	}

	body.post-layout--three #theme-content .news-list-wrap .post-title {
		margin: 0 0 10px 0;
		font-size: calc(var(--post-title-size)*0.86);
	}

	body.post-layout--three #theme-content .news-list-wrap .post-excerpt {
		font-size: calc(var(--content-size)*0.93);
	}

	/* post layout Four */
	body.post-layout--four #theme-content .news-list-wrap article {
		flex: 0 1 33.33%;
		padding: 0 8px;
		margin-bottom: 16px;

		display: flex;
	}

	body.post-layout--four #theme-content .news-list-wrap .post-element {
		padding: 15px;
	}

	body.post-layout--four #theme-content .news-list-wrap .post-title {
		font-size: calc(var(--post-title-size)*0.81);
		margin: 0 0 12px;
	}

	/* post layout Five */
	body.no-sidebar.post-layout--five #theme-content .primary-content {
		width: 100%;
	}

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

	body.post-layout--five #theme-content .news-list-wrap article img {
		width: 100%;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-categories {
		position: absolute;
		margin-right: 5px;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-categories li {
		margin-right: 5px;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-element {
		text-align: center;
		padding: 15px;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-element .post-title {
		margin: 0 0 12px;
	}

	.navigation.posts-navigation {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}

	.navigation.posts-navigation a{
		text-decoration: none;
		font-size: 1rem;
		color: var(--pagination-color);
		position: relative;
	}

	.navigation.posts-navigation .nav-previous a:before,
	.navigation.posts-navigation .nav-next a:after {
		font-family: 'Font Awesome 5 Free';
		color: var(--pagination-color);
		font-weight: 900;
		line-height: 1;
		transition: 0.2s ease-in;
		position: absolute;
	}

	.navigation.posts-navigation .nav-previous a:before {
		content: '\f104';
		padding-right: 6px;
		left: 14px;
	}

	.navigation.posts-navigation .nav-next a:after {
		content: '\f105';
		padding-left: 6px;
		right: 14px;
	}

	.navigation.posts-navigation .nav-previous a:hover:before {
		left: 11px;
	}

	.navigation.posts-navigation .nav-next a:hover:after {
		right: 11px;
	}

	.pagination .ajax-load-more,
	.digital-newspaper-widget-loader .load-more {
		background-color: var(--button-bk-color);
		color: var(--post-title-color);
		padding: 15px 18px;
	    font-weight: 600;
	    cursor: pointer;
	    text-transform: uppercase;
	    min-width: 30%;
	    font-size: 12px;
	    border: none;
	    margin: 5px 0;
	    letter-spacing: 1px;
	    transition: all .25s cubic-bezier(.02,.01,.47,1);
	    box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 20%);
	    -webkit-box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 20%);
	    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.20);
	}

	.pagination .ajax-load-more:hover,
	.digital-newspaper-widget-loader .load-more:hover {
		transform: translateY(-2px);
	}

	/* post layout Six */
	body.post-layout--six .site-main .primary-content article + article {
		margin-top: 16px;
	}

	body.post-layout--six #theme-content .site-main .row .primary-content .news-list-wrap article .blaze_box_wrap {
		display: flex;
	}

	body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-thumb-wrap  {
		flex: 0 1 35%;
		align-self: flex-start;
	}

	body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-thumb-wrap.no-feat-img {
		display: none;
	}

	/* Post Element */
	body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element {
		flex: 1 1 65%;
		padding: 5px 18px 5px 5px;
	}

	body.post-layout--six #theme-content .primary-content article .card-header {
		display: flex;
		gap: 35px;
		overflow: hidden;
	}

	body.post-layout--six #theme-content .primary-content article .post-categories li {
		margin: 0 5px 0 0;
	}

	body.post-layout--six #theme-content .primary-content article .post-categories li a {
		padding: 5px 7px 2px;
	}

	body.post-layout--six #theme-content .primary-content article .post-date {
		position: relative;
		padding-left: 2px;
		line-height: initial;
	}

	body.post-layout--six #theme-content .primary-content article .post-date:after {
		content: '';
		width: 15px;
		height: 1px;
		background: #000;
		left: -29px;
		top: 50%;
		position: absolute;
	}

	body.post-layout--six #theme-content .primary-content article .post-date a {
		text-decoration: none;
	}

	body.post-layout--six #theme-content .primary-content article .post-date time {
		color: var(--meta-text-color);
		font-size: calc(var(--meta-size)* 0.95);
		font-family: var(--meta-family);
		font-weight: var(--meta-weight);
		text-transform: var(--meta-texttransform);
		text-decoration: var(--meta-textdecoration);
	}

	body.post-layout--six #theme-content .primary-content article .post-element h2 {
		margin: 15px 0 27px 0;
		font-size: calc(var(--post-title-size) * 1.1);
		position: relative;
	}

	body.post-layout--six #theme-content .primary-content article .post-element h2:after {
		content: '';
		width: 40px;
		height: 2px;
		background: #000;
		left: 0;
		bottom: -12px;
		position: absolute;
	}

	body.post-layout--six.digital_newspaper_dark_mode #theme-content .primary-content article .post-element h2:after,
	body.post-layout--six.digital_newspaper_dark_mode #theme-content .primary-content article .post-date:after {
		background-color: #ffffff94;
	}

	body.post-layout--six #theme-content .primary-content article .card-footer {
		display: flex;
		justify-content: space-between;
		margin-top: 12px;
	}

	body.post-layout--six #theme-content .primary-content article .card-footer .post-link-button {
		margin: 0;
	}

	body.post-layout--six #theme-content .primary-content article .card-footer .post-meta {
		line-height: 16px;
	}

/*
============================
18.0 Single Post Layouts
============================
*/

	body.single #theme-content .primary-content .news-list-wrap article {
		padding-top: 0px;
	}

	.both-sidebar.single h1.entry-title {
		font-size: 2rem;
	}

	body.single.both-sidebar #theme-content .row .primary-content {
		margin-right: 0px;
	}

	body.single #theme-content .row .primary-content .post-thumbnail img {
		height: 100%;
		width: auto;
		object-fit: cover;
		display: block;
	}

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

	body.single.both-sidebar #theme-content .primary-content .single-related-posts-wrap article{
		flex: 0 1 50%;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article{
		flex: 0 1 33.33%;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		border-bottom: none;
		margin-bottom: 20px;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article figure{
		margin-right: 0px;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article figure.no-feat-img {
	    position: relative;
	    padding-bottom: 60%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    width: 100%;
	}

	body.single .navigation.post-navigation{
		background-color: var(--ticker-outer-bk-color);
    	padding: 30px 20px;
    	margin-bottom: 0;
    	margin-top: 15px;
    	display: block;
	}

	body.single .navigation.post-navigation a{
		text-decoration: none;
		color: var(--author-color);
	}

	.navigation.post-navigation .nav-subtitle {
		font-weight: 600;
		display: block;
		margin-bottom: 13px;
		color: var(--theme-color-red);
	}

	.navigation.post-navigation .nav-previous {
		padding: 0;
	}

	nav.navigation.post-navigation {
	    display: block;
	    flex: 1 1 100%;
	}

	body.single .navigation.post-navigation .nav-links > div {
		border-right: 1px solid #d9d9d9;
		margin: 0;
	}

	body.single .navigation.post-navigation .nav-links > div:last-child {
		border: none;
	}

	body.single .navigation.post-navigation .nav-previous i {
		padding-right: 5px;
	}

	body.single .navigation.post-navigation .nav-next i {
		padding-left: 5px;
	}

	body.single .navigation.post-navigation .nav-previous {
	    text-align: right;
    	padding-right: 20px;
	}

	body.single .navigation.post-navigation .nav-next {
	    text-align: left;
    	padding-left: 20px;
	}

	body.single article a{
		text-decoration: none;
	}
	
	body.single .post-inner-wrapper > article.post .post-inner .entry-content a:hover{
		text-decoration: underline;
	}    

	/** comment **/
	.logged-in-as a{
		color: var(--theme-color-red);
    	text-decoration: none;
    	padding-right: 5px;
	}

	.comments-area {
		margin-top: 20px;
		margin-bottom: 0px;
		background-color: var(--single-content-bk-color);
		padding: 20px;
		position: relative;
	}

	.comments-area h2.comments-title{
		font-size: calc( var(--post-title-size)*0.8 );
		border-top: 2px solid var(--border-bottom-color);
	    border-bottom: 2px solid var(--border-bottom-color);
	    line-height: 1.5;
	    padding: 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.comments-area h2.comments-title span{
		font-size: inherit;
		text-decoration: none;
	}

	#respond {
		padding: 20px;
    	border: 1px solid var(--border-bottom-color);
	}

	.related_posts_popup_sidebar.related_posts_popup {
		position: fixed;
		right: 15px;
		bottom: 100px;
		border-radius: 0 8px 8px;
		box-shadow: 0 0 10px rgb(0 0 0 / 40%);
	}

	.related_posts_popup_sidebar .single-related-posts-section {
		width: 400px;
	    height: 314px;
	    border-radius: 0 8px 8px;
	}

	.single-related-posts-section .related_post_close {
		display: none;
	}

	.related_posts_popup_sidebar .single-related-posts-section .related_post_close {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 0.8rem;
		color: var(--white-text);
		background-color: var(--theme-color-red);
		padding: 6px 10px;
	}


/*
========================================================
19.0 Breadcrumb
========================================================
*/

	.digital-newspaper-breadcrumb-wrap {
		width: 100%;
	    background: var(--breadcrumb-background-color);
	    margin-bottom: 20px;
	    padding: 15px;
	}

	.digital-newspaper-breadcrumb-wrap ul {
		margin: 0;
	    padding: 0;
	    list-style: none;
	    text-decoration: none;
	}

	.digital-newspaper-breadcrumb-wrap ul li a{
		color: inherit;
		text-decoration: none;
	}

	.digital-newspaper-breadcrumb-wrap ul li, 
	.digital-newspaper-breadcrumb-wrap ul li a,
	.digital-newspaper-breadcrumb-wrap ul li a span {
		display: inline-block;
		color: var(--breadcrumb-link-color);
	}

	.digital-newspaper-breadcrumb-wrap ul li a:hover,.digital-newspaper-breadcrumb-wrap ul li a:hover span{
		color: var(--breadcrumb-link-color-hover);
	}

	.digital-newspaper-breadcrumb-wrap ul li span {
		color: var(--breadcrumb-text-color);
	}

	.digital_newspaper_dark_mode .digital-newspaper-breadcrumb-wrap ul li span {
		color: #fff;
	}

	.digital-newspaper-breadcrumb-wrap ul li a:after{
		color: var(--breadcrumb-link-color);
	    position: relative;
	    margin: 0 5px;
	    content: "\f101";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 7px;
	    padding-right: 2px;
	    margin-left: 0;
	    font-size: 0.6rem;
	    font-weight: 900;
	}

	.digital-newspaper-breadcrumb-wrap ul li:last-child a:after{
		content: none;
	}

	.primary-content .digital-newspaper-breadcrumb-wrap {
		padding: 15px 20px;
	}

	.archive .primary-content .digital-newspaper-breadcrumb-wrap {
		padding: 15px;
	}

	.digital-newspaper-breadcrumb-wrap a{
		color: inherit;
		text-decoration: none;
	}

	.archive-description {
    	margin: 15px 0 10px 0;
	}


/*
========================================================
20.0 Footer Option Section
========================================================
*/

	#footer-opinions-section {
		background: var(--opinion-section-bk-color);
	}

	.opinions-items-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	.opinions-items-wrap.column--two .blaze_box_wrap {
		flex: 0 1 50%;
		margin-bottom: 16px;
		padding: 0 8px;
	}

	.opinions-items-wrap .opinion-item {
		background-color: var(--opinion-content-bk-color);
		align-items: center;
	}

	.opinions-items-wrap.column--two .opinion-item{
		display: flex;
		padding: 15px 7px;
		position: relative;
	}

	.opinions-items-wrap.column--three .blaze_box_wrap {
		flex: 0 1 33.33%;
		margin-bottom: 16px;
		padding: 0 8px;
	}

	.opinions-items-wrap.column--three .opinion-item{
		display: flex;
		padding: 10px 7px;
		position: relative;
	}

	.opinions-items-wrap .opinion-item figure{
		flex: 0 1 30%;
		text-align: center;
	}

	.opinions-items-wrap .opinion-item figure img {
		border-radius: 70%;
	    width: 125px;
	    height: 125px;
	    object-fit: cover;
	    margin: 0 auto;
	}

	.opinions-items-wrap.column--three .opinion-item figure img {
		border-radius: 70%;
	    width: 75px;
	    height: 75px;
	    object-fit: cover;
	}

	.opinions-items-wrap .opinion-item .opinion-content{
		flex: 1 1 70%;
		padding: 0 5px 0 8px;
	}

	.opinions-items-wrap .opinion-item .opinion-content h2{
		margin: 0;
		margin-bottom: 15px;
		font-size: var(--post-title-size);
		line-height: inherit;
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content h2{
		font-size: calc(var(--post-title-size)*0.8);
		margin-bottom: 10px;
	}

	.opinions-items-wrap .opinion-item .opinion-content span{
		padding: 15px;
		color: var(--meta-text-color);
	}

	.opinions-items-wrap .opinion-item .opinion-content span,
	.opinions-items-wrap .opinion-item .opinion-content span i{
		font-size: calc(var(--meta-size)*1.2);
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content span,
	.opinions-items-wrap.column--three .opinion-item .opinion-content span i{
		font-size: calc(var(--meta-size)*1.1);
	}

	.opinions-items-wrap .opinion-item .opinion-content span i {
		padding-right: 8px;
	    font-size: 20px;
	    color: var(--meta-text-color);
	    margin-top: 0px;
	    display: inline-block;
	}

/*
========================================================
21.0 Pagination
========================================================
*/

	.pagination,
	.digital-newspaper-widget-loader{
		margin-top: 16px;
		text-align: center;
		overflow: hidden;
	}

	.post-layout--two .pagination,
	.post-layout--three .pagination,
	.post-layout--four .pagination,
	.widget.widget_digital_newspaper_posts_grid_two_column_widget .digital-newspaper-widget-loader {
		margin-top: 0;
	}

	ul.page-numbers {
    	margin-left: 0;
    	list-style: none;
    	padding-left: 0px;
    	margin-bottom: 0;
    	text-align: left;
	}

	ul.page-numbers li {
	    display: inline-block;
	    margin: 2px 5px 2px 2px;
	}

	.pagination span, .pagination a {
		text-decoration: none;
	    font-size: 15px;
	    font-weight: 600;
	    padding: 0;
	    text-align: center;
	    border: 0;
	    height: 36px;
	    width: 37px;
	    line-height: 37px;
	    margin: 5px 0;
	    display: block;
	    color: var(--theme-color-red);
	    background-color: var(--pagination-bk-color);
	    -webkit-transition: 0.5s ease;
    	transition: 1s ease;
	    box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 20%);
	    -webkit-box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 20%);
	    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.20);
    }

	.pagination span.current {
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.pagination .nav-previous a,
	.pagination .nav-next a {
		display: inline;
	}

	.pagination .nav-previous a {
		padding: 12px 20px 12px 30px;
	}

	.pagination .nav-next a {
		padding: 12px 30px 12px 20px;
	}

	.pagination .nav-next {
		padding: 5px 0;
		margin: 8px 2px;
	}

	.pagination .navigation.posts-navigation .nav-previous a:before,
	.pagination .navigation.posts-navigation .nav-next a:after {
		top: 16px;
	}

	.pagination .page-numbers a:hover {
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.prev.page-numbers,
	.next.page-numbers {
		font-size: 0.8rem;
	}

	.pagination .nav-links a {
		text-transform: capitalize;
	}


/** 
========================================================
22.0 Box Full layouts
========================================================
*/
	body.site-boxed--layout #page{
		margin: 20px 60px;
		box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	}

	body.digital_newspaper_dark_mode.site-boxed--layout #page{
		background-color: #111111;
	}

	@media(max-width: 1025px){
		body.site-boxed--layout #page {
	    	margin: 15px 30px;
	    }
	}

	@media(max-width: 1025px){
		body.site-boxed--layout #page {
	    	margin: 15px 20px;
	    }
	}
	body.digital_newspaper_website_frame_wrap {
		position: relative;
	} 

	body.digital_newspaper_website_frame_wrap .digital_newspaper_website_frame {
		box-shadow: 0 0 100px 100px #fff;
		position: fixed;
		pointer-events: none;
		bottom: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 999999;
		display: block;
	}

/*
========================================================
23.0 Social Icons
========================================================*/

	.social-block-widget a.social-icon i {
		border: 2px solid var(--theme-color-red);
		font-size: 20px;
	    padding: 8px 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    vertical-align: middle;
	    line-height: 1;
	    margin-right: 5px;
	    border-radius: 3px;
	    display: inline-block;
	}

	.social-block-widget a.social-icon i{
		font-size: 20px;
	}

	.social-block-widget a.social-icon:hover i {
		color: var(--theme-color-red);
		background-color: transparent;
	}

	/** Default social icon colors **/

	/** Instagram **/
	.social-block-widget.global-color-icon a.social-icon .fa-instagram,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item .fa-instagram {
		background-color: #3f729b;
		border: 2px solid #3f729b;
	}
	.social-block-widget a.social-icon:hover .fa-instagram,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item:hover .fa-instagram {
		color: #3f729b;
		background-color: transparent;
	}

	/** Facebook **/
	.social-block-widget.global-color-icon a.social-icon .fa-facebook,
	.social-block-widget.global-color-icon a.social-icon .fa-facebook-f,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item .fa-facebook-f {
		background-color: #3b5998;
		border: 2px solid #3b5998;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-facebook,
	.social-block-widget.global-color-icon a.social-icon:hover .fa-facebook-f,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item:hover .fa-facebook-f {
		color: #3b5998;
		background-color: transparent;
	}

	/** pinterest **/
	.social-block-widget.global-color-icon a.social-icon .fa-pinterest,
	.social-block-widget.global-color-icon a.social-icon .fa-pinterest-p {
		background-color: #bd081c;
		border: 2px solid #bd081c;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-pinterest,
	.social-block-widget.global-color-icon a.social-icon:hover .fa-pinterest-p {
		color: #bd081c;
		background-color: transparent;
	}
	/** Linkedin **/
	.social-block-widget.global-color-icon a.social-icon .fa-linkedin,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item .fa-linkedin-in {
		background-color: #0077b5;
		border: 2px solid #0077b5;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-linkedin,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item:hover .fa-linkedin-in {
		color: #0077b5;
		background-color: transparent;
	}
	/** Digg **/
	.social-block-widget.global-color-icon a.social-icon .fa-digg {
		background-color: #000000;
		border: 2px solid #000000;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-digg {
		color: #000000;
		background-color: transparent;
	}
	/** Dilicious **/
	.social-block-widget.global-color-icon a.social-icon .fa-delicious {
		background-color: #3399ff;
		border: 2px solid #3399ff;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-delicious {
		color: #3399ff;
		background-color: transparent;
	}
	/** Stumbleupon **/
	.social-block-widget.global-color-icon a.social-icon .fa-stumbleupon {
		background-color: #eb4924;
		border: 2px solid #eb4924;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-stumbleupon {
		color: #eb4924;
		background-color: transparent;
	}
	/** Tumblr **/
	.social-block-widget.global-color-icon a.social-icon .fa-tumblr {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-tumblr {
		color: #00405d;
		background-color: transparent;
	}
	/** Reddit **/
	.social-block-widget.global-color-icon a.social-icon .fa-reddit {
		background-color: #ff4500;
		border: 2px solid #ff4500;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-reddit {
		color: #ff4500;
		background-color: transparent;
	}
	/** Weibo **/
	.social-block-widget.global-color-icon a.social-icon .fa-weibo {
		background-color: #ce1126;
		border: 2px solid #ce1126;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-weibo {
		color: #ce1126;
		background-color: transparent;
	}
	/** xing **/
	.social-block-widget.global-color-icon a.social-icon .fa-xing {
		background-color: #026466;
		border: 2px solid #026466;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-xing {
		color: #026466;
		background-color: transparent;
	}
	/** WhatsApp **/
	.social-block-widget.global-color-icon a.social-icon .fa-whatsapp {
		background-color: #43d854;
		border: 2px solid #43d854;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-whatsapp {
		color: #43d854;
		background-color: transparent;
	}
	/** Blogger **/
	.social-block-widget.global-color-icon a.social-icon .fa-blogger {
		background-color: #f57d00;
		border: 2px solid #f57d00;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-blogger {
		color: #f57d00;
		background-color: transparent;
	}
	/** Amazon **/
	.social-block-widget.global-color-icon a.social-icon .fa-amazon {
		background-color: #000000;
		border: 2px solid #000000;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-amazon {
		color: #000000;
		background-color: transparent;
	}
	/** Yahoo Mail **/
	.social-block-widget.global-color-icon a.social-icon .fa-mail {
		background-color: #410093;
		border: 2px solid #410093;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-mail {
		color: #410093;
		background-color: transparent;
	}
	/** Newsvine**/
	.social-block-widget.global-color-icon a.social-icon .fa-newsvine {
		background-color: #00b488;
		border: 2px solid #00b488;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-newsvine {
		color: #00b488;
		background-color: transparent;
	}
	/** Evernote**/
	.social-block-widget.global-color-icon a.social-icon .fa-evernote {
		background-color: #2dbe60;
		border: 2px solid #2dbe60;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-evernote {
		color: #2dbe60;
		background-color: transparent;
	}
	/** Myspace**/
	.social-block-widget.global-color-icon a.social-icon .fa-myspace {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-myspace {
		color: #00405d;
		background-color: transparent;
	}
	/** Viadeo**/
	.social-block-widget.global-color-icon a.social-icon .fa-viadeo {
		background-color: #f07355;
		border: 2px solid #f07355;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-viadeo {
		color: #f07355;
		background-color: transparent;
	}
	/** Line**/
	.social-block-widget.global-color-icon a.social-icon .fa-line {
		background-color: #00c300;
		border: 2px solid #00c300;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-line {
		color: #00c300;
		background-color: transparent;
	}
	/** flipboard **/
	.social-block-widget.global-color-icon a.social-icon .fa-flipboard {
		background-color: #e12828;
		border: 2px solid #e12828;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-flipboard {
		color: #e12828;
		background-color: transparent;
	}
	/** Yummly **/
	.social-block-widget.global-color-icon a.social-icon .fa-yummly {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-yummly {
		color: #00405d;
		background-color: transparent;
	}
	/** Viber **/
	.social-block-widget.global-color-icon a.social-icon .fa-viber {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-viber {
		color: #00405d;
		background-color: transparent;
	}
	/** Telegram **/
	.social-block-widget.global-color-icon a.social-icon .fa-Telegram {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-Telegram {
		color: #00405d;
		background-color: transparent;
	}
	/** Youtube **/
	.social-block-widget.global-color-icon a.social-icon .fa-youtube {
		background-color: #cd201f;
		border: 2px solid #cd201f;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-youtube {
		color: #cd201f;
		background-color: transparent;
	}
	/** Vimeo **/
	.social-block-widget.global-color-icon a.social-icon .fa-vimeo {
		background-color: #1ab7ea;
		border: 2px solid #1ab7ea;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-vimeo {
		color: #1ab7ea;
		background-color: transparent;
	}
	/** Fpirsqiare **/
	.social-block-widget.global-color-icon a.social-icon .fa-foursquare {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-foursquare {
		color: #00405d;
		background-color: transparent;
	}
	/** Behance **/
	.social-block-widget.global-color-icon a.social-icon .fa-behance {
		background-color: #1769ff;
		border: 2px solid #1769ff;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-behance {
		color: #1769ff;
		background-color: transparent;
	}
	/** Github **/
	.social-block-widget.global-color-icon a.social-icon .fa-github {
		background-color: #00405d;
		border: 2px solid #00405d;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-github {
		color: #00405d;
		background-color: transparent;
	}
	/** Skype **/
	.social-block-widget.global-color-icon a.social-icon .fa-skype {
		background-color: #00aff0;
		border: 2px solid #00aff0;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-skype {
		color: #00aff0;
		background-color: transparent;
	}
	/** Snapchat **/
	.social-block-widget.global-color-icon a.social-icon .fa-snapchat {
		background-color: #fffa37;
		border: 2px solid #fffa37;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-snapchat {
		color: #fffa37;
		background-color: transparent;
	}
	/** Toktok **/
	.social-block-widget.global-color-icon a.social-icon .fa-tiktok {
		background-color: #000000;
		border: 2px solid #000000;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-tiktok {
		color: #000000;
		background-color: transparent;
	}
	/** Twitter **/
	.social-block-widget.global-color-icon a.social-icon .fa-twitter,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item .fa-twitter {
		background-color: #55acee;
		border: 2px solid #55acee;
	}

	.social-block-widget.global-color-icon a.social-icon:hover .fa-twitter,
	.widget_digital_newspaper_author_info_widget .author-social-networks a.social-item:hover .fa-twitter {
		color: #55acee;
		background-color: transparent;
	}

	/** vk **/
	.social-block-widget.global-color-icon a.social-icon .fa-vk {
		background-color: #0077ff;
		border: 2px solid #0077ff;
	}

	.social-block-widget.global-color-icon a.social-icon:hover .fa-vk {
		color: #0077ff;
		background-color: transparent;
	}

	/** social wifi **/ 
	.social-block-widget.global-color-icon a.social-icon .fa-wifi {
		background-color: #099;
		border: 2px solid #099;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-wifi {
		color: #099;
		background-color: transparent;
	}

/*
========================================================
24.0 LItemode Darkmode 
========================================================*/

/*
	.site-header.layout--default .mode_toggle_wrap {
	    flex: 0 1 2.5%;
	    padding-left: 20px;
	    pointer-events: none;
	}
	.mode_toggle {
		pointer-events: initial;
		display: block;
		 --size: 1.1rem;
		 appearance: none;
		 outline: none;
		 cursor: pointer;
		 margin-bottom: 3px;
		 width: var(--size);
		 height: var(--size);
		 box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
		 border-radius: 999px;
		 color: var(--mode-toggle-color);
		 transition: all 500ms;
	}
	.mode_toggle:checked {
		 --ray-size: calc(var(--size) * -0.4);
		 --offset-orthogonal: calc(var(--size) * 0.65);
		 --offset-diagonal: calc(var(--size) * 0.45);
		 transform: scale(0.75);
		 color: var(--theme-color-red);
		 box-shadow: inset 0 0 0 var(--size),
	               calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size),
	               var(--offset-orthogonal) 0 0 var(--ray-size),
	               0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size),
	               0 var(--offset-orthogonal) 0 var(--ray-size),
	               calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size),
	               var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size),
	               calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size),
	               var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size);
	}
	 .mode_toggle {
		 z-index: 1;
	}
	.mode_toggle:hover {
		color: var(--theme-color-red);
	}

	 .mode_toggle:checked ~ .background {
		 --bg: white;
	}
	*/

	.blaze-switcher-button {
	    position: fixed;
	    right: 0;
	    top: 50%;
	    z-index: 10;
	    -moz-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}

	.blaze-switcher-button .blaze-switcher-button-inner-left {
		cursor: pointer;
		border-radius: 1em;
	}

	.blaze-switcher-button-inner-left:before,
	.blaze-switcher-button-inner-left:after {
	    box-sizing: border-box;
	    margin: 0;
	    padding: 0;
	    -webkit-transition: .4s ease-in-out;
	    -moz-transition: .4s ease-in-out;
	    -o-transition: .4s ease-in-out;
	    transition: .4s ease-in-out;
	    outline: none;
	}

	.blaze-switcher-button .blaze-switcher-button-inner-left:before {
	    content: "\f185";
		font-family: "Font Awesome 5 Free";
		font-size: 14px;
		display: block;
		color: #666;
		position: absolute;
		z-index: 1;
		margin: 2px;
		right: 26px;
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		background: #fff;
		border-radius: 50%;
		padding: 1px 0px 0px 4px;
		width: 22px;
		height: 22px;
		top: 2px;
		box-shadow: 0px 0px 5px 0px #00000059;
	}

	.blaze-switcher-button .blaze-switcher-button-inner-left:after {
	    content: "";
		display: inline-block;
		color: #fff;
		width: 3.4em;
		height: 1.9em;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		border-radius: 1em;
		vertical-align: middle;
		background: #0000001a;
	}

	.blaze-switcher-button.active .blaze-switcher-button-inner-left:before {
	    right: 4px;
	    content: "\f186";
	    font-family: "Font Awesome 5 Free";
	    font-size: 14px;
	    color: #fff;
	    -moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
		background-color: #000;
	}

	.blaze-switcher-button.active .blaze-switcher-button-inner-left:after {
	    background-color: #ffffff4d;
	    border: 1px solid rgba(235,235,235,.2);
	}


/*
========================================================
25.0 Miscellaneous
========================================================
*/

	.widget_digital_newspaper_banner_ads_widget {
		background-color: transparent !important;
		padding: 0 !important;
	}

	.news-grid, .news-list {
		position: relative;
	}

	a.view-all-button {
		position: absolute;
	    top: 6px;
	    right: 0;
	    z-index: 9;
	    background: var(--theme-color-red);
	    border-radius: 100%;
	    -webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:  0.6s ease-out;
	    border: none;
	    width: 25px;
	    height: 25px;
	}

	.block-title--layout-five a.view-all-button {
		top: 10px;
	}

	.block-title--layout-six a.view-all-button {
		top: 8px;
	}

	.block-title--layout-seven a.view-all-button {
		top: 2px;
	}

	.news-filter .viewall_enabled .filter-tab-wrapper {
		padding-right: 35px;
	}

	.news-carousel .viewall_enabled .slick-dots {
		right: 40px;
	}

	body a.view-all-button {
		border: none;
		padding: 0;
		text-decoration: none;
	}

	a.view-all-button i {
		color: var(--white-text);
    	display: block;
    	text-align: center;
    	line-height: 26px;
    	font-size: 0.86rem;
    	padding-left: 2px;
    	-webkit-transition: 0.4s ease-out;
	    -moz-transition:  0.4s ease-out;
	    transition:  0.4s ease-out;
	}

	a.view-all-button:hover i {
		color: var(--white-text);
		-webkit-transform: rotateZ(360deg);
	    -moz-transform: rotateZ(360deg);
	    transform: rotateZ(360deg);
	}

	.archive-description {
		font-size: 1rem;
    	color: var(--meta-text-color);
	}

	footer.entry-footer {
		clear: both;
		margin-top: 15px;
	}

/*
========================================================
26.0 Menu Hover Effect
========================================================
*/

	.main-navigation.hover-effect--one .menu > li > a:before,
	.main-navigation.hover-effect--one .nav.menu > li > a:before
	{
	  position: absolute;

	  left: 75%;
	  right: 75%;
	  

	  height: 2.2px;
	  bottom: 10px;
	  content: "";

	  background-color: var(--menu-color-hover);
	  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  transform: translate3d(0, 0, 0);
	}
	.main-navigation.hover-effect--one  .menu > li > a:hover:before, 
	.main-navigation.hover-effect--one  .nav.menu > li > a:hover:before
	 {
	  left: 15px;
	  right: 15px;
	}


/*
========================================================
27.0 Move To Top
========================================================
*/
	#digital-newspaper-scroll-to-top {
		position: fixed;
		bottom: 5px;
		right: 5px;
		padding: 8px 20px;
		z-index: 999999999;
		display: none;
		font-size: var(--move-to-top-font-size);
		color: var(--move-to-top-color);
		background-color: var(--move-to-top-background-color);
	}

	@media(max-width: 940px){
		#digital-newspaper-scroll-to-top {
			font-size: var(--move-to-top-font-size-tablet);
		}
	}

	@media(max-width: 610px){
		#digital-newspaper-scroll-to-top {
			font-size: var(--move-to-top-font-size-smartphone);
		}
	}

	#digital-newspaper-scroll-to-top.align--right {
		right: 5px;
	}

	#digital-newspaper-scroll-to-top.align--left {
		left: 5px;
		right: auto;
	}

	#digital-newspaper-scroll-to-top.align--center {
		left: 50%;
    	right: auto;
	}

	#digital-newspaper-scroll-to-top.show {
		display: block;
	}

	#digital-newspaper-scroll-to-top:hover {
		cursor: pointer;
		color: var(--move-to-top-color-hover);
		background-color: var(--move-to-top-background-color-hover);
	}

	#digital-newspaper-scroll-to-top span, #digital-newspaper-scroll-to-top span i{
		font-style: inherit;
	}

	#digital-newspaper-scroll-to-top .icon-text {
		padding-left: 3px;
	}

	#digital-newspaper-scroll-to-top.show:hover {
		border-color: #FD4F18 ;
	}


	/*
	========================================================
	28.0 404 Page
	========================================================
	*/

		.error404 sub {
			bottom: 0;
			color: var(--theme-color-red);
		}

		.error404  h1.page-title {
			margin: 5px 0 15px 0;
			text-align: center;
		}

		.error404 #theme-content .row .primary-content {
			padding: 20px;
			background: var(--404-error-content-bk-color);
		}

		.error404 #theme-content .row .primary-content p{
			font-size: var(--post-title-size);
			text-align: center;
			color: var(--post-title-color);
		}

		.error404 .page-footer {
			text-align: center;
		}

		.error404 #theme-content .button-404 {
			text-align: center;
			color: var(--white-text);
			background-color: var(--theme-color-red);
			display: inline-block;
			padding: 10px 20px;
			text-decoration: none;
			font-weight: 500;
			font-size: var(--post-title-size);
		}

/*
========================================================
29.0 Stickey Sidebar
========================================================
 */

	.single.sidebar-sticky #theme-content .row .secondary-sidebar {
		z-index: 1;
	}

	.single.sidebar-sticky #theme-content .primary-content {
		z-index: 2;
	}

	.single.sidebar-sticky #theme-content .row .secondary-sidebar aside{
		position: relative;
		z-index: 999;
	}


	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .secondary-left-sidebar,
	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .primary-content
		{
		position: -webkit-sticky!important;
	    position: sticky!important;
	    top: 0;
	    align-self: flex-start;
	}

	@media(max-width: 1026px) {
		.sidebar-sticky .secondary-sidebar,
		.sidebar-sticky .secondary-left-sidebar,
		.sidebar-sticky .secondary-sidebar,
		.sidebar-sticky .primary-content
		{
			position: initial!important;
		}
	}

/*
========================================================
30.0 Stickey Menu
========================================================
*/
	.main-header.fixed_header{
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
	}
	.admin-bar .main-header.fixed_header{
		top: 32px;
	}

	.wp-customizer .main-header.fixed_header{
		position: relative!important;
	}

	.main-header.fixed_header .site-branding .site-title a {
	    font-size: calc(var(--site-title-size)*0.55);
	}

	.main-header.fixed_header .site-branding a img {
		font-size: 60%;
	}

	.main-header.fixed_header .site-branding .site-description{
		display: none;
	}

	.main-header.fixed_header .site-branding-section,
	.site-header.layout--two .main-header.fixed_header .site-branding-section .site-branding {
		padding: 5px 0;
	}	
	
	@media screen and (max-width: 584px) {
		body.admin-bar .main-header.fixed_header{
			top: 0px;
		}
	}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		background-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.digital-newspaper-shortcode-block  {
		margin-bottom: 20px;
		font-family: var(--post-title-family);
	}

	.digital-newspaper-shortcode-block a{
		text-decoration: none;
	}

	.digital-newspaper-shortcode-block p,
	.digital-newspaper-shortcode-block a,
	.digital-newspaper-shortcode-block div,
	.digital-newspaper-shortcode-block span {
		font-family: var(--post-title-family);
	}

	.widget_email-subscribers-form form {
		margin-top: 20px;
	}

	.widget_email-subscribers-form input{
		width: 100%;
	}

	.widget_email-subscribers-form .es_submit_button{
			border: none;
			font-weight: 500;
			padding-bottom: 9px;
			text-transform: uppercase;
			font-family: var(--block-title-family);
	}

	#top-header-menu li {
		display: inline-block;
	}

	.dark_bk .digital-newspaper-widget-carousel-posts .slick-prev i,
	.dark_bk .digital-newspaper-widget-carousel-posts .slick-next i {
		padding-bottom: 2px;
		color: #bbb;
	}

	body .digital-newspaper-category-no-bk .post-categories .cat-item {
		background-color: transparent !important;
	}

	body.digital_newspaper_dark_mode .digital-newspaper-category-no-bk .post-categories .cat-item a {
		color: #8a8a8c;
	}

	/* 31.0 Box Shadow */
		/** box shadow **/
		body.home #theme-content .primary-content article .blaze_box_wrap,
		.post-inner,
		.single #comments,
		.digital-newspaper-breadcrumb-wrap,
		.secondary-sidebar .widget .post-item,
		.secondary-left-sidebar .widget .post-item,
		.digital-newspaper-section .primary-content > div .blaze_box_wrap,
		.full-width-section .row > div .blaze_box_wrap,
		.bottom-full-width-section .row > div .blaze_box_wrap,
		.ticker-news-wrap,
		.banner-layout--two .main-banner-popular-posts article,
		.banner-layout--one .main-banner-tabs article,
		.banner-layout--one .main-banner-tabs .comment-item,
		.single-related-posts-section,
		.archive.author .digital-newspaper-container.digital-newspaper-author-section .row,
		#footer-opinions-section .digital-newspaper-container .row .opinion-item,
		.widget.widget_digital_newspaper_opinions_widget .blaze_box_wrap,
		.widget.widget_digital_newspaper_social_icons_widget .social-block-widget,
		.sidebar-toggle .widget .post-item,
		.digital_newspaper_main_body .banner-layout--two .main-banner-slider .slick-list article,
		.search .post-inner-wrapper article .blaze_box_wrap,
		.archive.category .post-inner-wrapper article .blaze_box_wrap,
		.error404 .primary-content,
		.banner-layout--five .main-banner-list-posts article:not(:first-child),
		.three-column-section .blaze_box_wrap {
			box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
			-webkit-box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
			-moz-box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
		}

		.widget.widget_block,
		.widget .categories-wrap .post-thumb,
		.widget_digital_newspaper_author_info_widget .author-wrap,
		.widget.widget_nav_menu,
		.widget.widget_meta ul {
			box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
			-webkit-box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
			-moz-box-shadow: var(--box-shadow-inset) var(--horizontal-shadow-offset) var(--vertical-shadow-offset) var(--blur-radius) var(--spread-radus) var(--shadow-color);
		}

		.single.single-post #theme-content .primary-content {
			box-shadow: none;
		}


/*
======================
32.0 Video Playlist
	32.1 Layout One
	32.2 Layout Two
======================
*/

	#video-playlist-section {
		background: var(--video-playlist-section-bk-color);
	}

	/*
	======================
	32.1 Layout One
	======================
	*/
		.video-playlist-section.layout--one .newmatic-video-section-container {
			display: flex;
			flex-wrap: wrap;
		}

		.video-playlist-section.layout--one .active-player {
			flex: 0 1 65%;
		}

		.video-playlist-section.layout--one .active-player iframe {
			width: 100%;
			height: 500px;
			display: block;
		}

		/* player-list-wrap */
		.video-playlist-section.layout--one .player-list-wrap {
			flex: 0 1 35%;
			background-color: var(--video-content-bk-color);
		}

		.video-playlist-section.layout--one .thumb-video-highlight-text {
			display: flex;
			align-items: center;
			background-color: var(--theme-color-red);
			padding: 13px 20px 11px;
		}

		.video-playlist-section.layout--one .thumb-controller {
			flex: 0 1 11%;
			position: relative;
			padding: 5px 6px 4px;
			border-right: 1px solid #fff3;
		}

		.video-playlist-section.layout--one .thumb-controller i {
			color: var(--white-text);
			cursor: pointer;
		}

		.video-playlist-section.layout--one .thumb-video-highlight-text .thumb-title-wrap {
			flex: 0 1 89%;
		}

		.video-playlist-section.layout--one .player-list-wrap .thumb-video-highlight-text .video-title {
			padding-left: 15px;
			font-size: calc(var(--post-title-size)*0.7);
			color: var(--white-text);
		}

		.video-playlist-section.layout--one .player-list-wrap .video-title {
			font-family: var(--post-title-family);
			text-transform: uppercase;
			line-height: 1.3;
			margin: 0;
			overflow: hidden;
		    text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			display: -webkit-box;
		}

		.video-playlist-section.layout--one .player-list-wrap .video-duration {
			font-size: 0.73rem;
			color: #fffefe;
			font-style: italic;
			font-weight: 500;
		}

		.video-playlist-section.layout--one .thumb-video-highlight-text .video-duration {
			float: right;
		}

		.video-playlist-section.layout--one .playlist-items-wrap .video-duration {
			color: #959595;
		}

		/* playlist-items-wrap */
		.video-playlist-section.layout--one .playlist-items-wrap {
			height: 418px;
			overflow-y: auto;
		}

		.video-playlist-section.layout--one .video-item {
			display: flex;
			flex-wrap: wrap;
			position: relative;
			padding: 10px 20px;
			cursor: pointer;
		}

		.video-playlist-section.layout--one .video-item:hover {
			background-color: var(--video-hover-bk-color);
		}

		.video-playlist-section.layout--one .video-item.activePlayer {
			border-left: 3px solid var(--theme-color-red);
		    background-color: var(--video-item-active-bk-color);
		}

		.video-playlist-section.layout--one .video-item .video-thumb {
			flex: 0 1 30%;
			height: 69px;
			overflow: hidden;
		}

		.video-playlist-section.layout--one .video-item .video-thumb img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.video-playlist-section.layout--one .video-item .title-wrap {
			flex: 0 1 70%;
			padding-left: 15px;
		}

		.video-playlist-section.layout--one .video-item .title-wrap .video-title {
			font-size: calc(var(--post-title-size)*0.65);
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar {
			width: 4px;
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar-thumb {
		    background-color: var(--theme-color-red);
		    border-radius: 20px;
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar-track {
		    box-shadow: inset 0 0 5px var(--theme-color-red);
		    border-radius: 10px;
		}

	/*
	======================
	32.2 Layout Two
	======================
	*/
		.video-playlist-section.layout--two .active-player {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin: 0 -10px;
			margin-bottom: 20px;
		}

		.video-playlist-section.layout--two .active-player .thumb-video-highlight-text {
			flex: 0 1 40%;
			padding: 0 10px;
		}

		.video-playlist-section.layout--two .active-player .thumb-controller i {
			font-size: 1.6rem;
			cursor: pointer;
		}

		.video-playlist-section.layout--two .active-player .video-title {
			font-family: var(--post-title-family);
			font-size: calc(var(--post-title-size)*1.3);
			text-transform: uppercase;
			line-height: 1.4;
			cursor: pointer;
			margin: 20px 0 10px;
		}

		.video-playlist-section.layout--two .video-duration {
			font-size: 0.86rem;
			font-weight: 500;
		}

		.video-playlist-section.layout--two .active-player iframe {
			flex: 0 1 60%;
			padding: 0 10px;
			height: 420px;
			width: 100%;
		}

		/*	Player List*/
		.video-playlist-section.layout--two .playlist-items-wrap .slick-arrow {
			cursor: pointer;
			position: absolute;
			z-index: 9;
			top: 50%;
			border: none;
			transform: translateY(-50%);
			background-color: var(--white-text);
			border-radius: 50%;
			color: var(--theme-color-red);
			font-size: 0.83rem;
			width: 40px;
			height: 39px;
			padding: 5px;
			box-shadow: 0 4px 17px 0 rgb(0 0 0 / 5%);
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-prev.slick-arrow {
			left: -20px;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-next.slick-arrow {
			right: -20px;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-list {
			margin: 0 -10px;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .slick-track > div {
			padding: 0 10px;
			cursor: pointer;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .video-thumb {
			height: 175px;
			width: 100%;
			overflow: hidden;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .video-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.video-playlist-section.layout--two .playlist-items-wrap .video-title {
			margin: 10px 0 5px;
			font-family: var(--post-title-family);
			font-size: calc(var(--post-title-size)*0.76);
			line-height: 1.4;
			text-transform: uppercase;
		}

/*
=============================
33.0 Featured Post is Sticky
=============================
*/
	.archive.category article.sticky-hide {
		display: none;
	}

	.featured-post.is-sticky {
		position: relative;
		height: 550px;
		margin-bottom: 20px;
		width: 100%;
	}

	.featured-post.is-sticky .post-thumb-wrap img {
		display: block;
		height: 550px;
		width: 100%;
		object-fit: cover;
	}

	.featured-post.is-sticky .post-element {
		position: absolute;
		bottom: 0;
		left: 0;
	    width: 100%;
	    background-image: linear-gradient(to top, #1a191969, transparent);
	    padding: 50px 50px 40px;
	}

	.featured-post.is-sticky .post-element ul li {
		margin-right: 5px;
	}

	.featured-post.is-sticky .post-element h2 {
		margin: 25px 0 15px;
	    font-size: calc(var(--post-title-size)*1.6);
	    font-weight: 700;
	    color: var(--white-text);
	    width: 55%;
        overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	.featured-post.is-sticky .post-meta .author_name,
	.featured-post.is-sticky .post-meta time,
	.featured-post.is-sticky .post-meta a.author_name:before,
	.featured-post.is-sticky .post-meta span.post-date:before {
		color: var(--white-text);
	}

/*
=============================
34.0 Author
=============================
*/
	.archive.author .digital-newspaper-container.digital-newspaper-author-section {
		margin-bottom: 20px;
	}

	.archive.author .digital-newspaper-container.digital-newspaper-author-section .row {
		padding: 40px 35px;
		position: relative;
		background-color: var(--theme-content-bk-color);
	}

	.archive.author .digital-newspaper-container.digital-newspaper-author-section img {
		width: 150px;
		height: 150px;
		object-fit: cover;
		border-radius: 50%;
	}

	.archive.author .digital-newspaper-container.digital-newspaper-author-section .author-content {
		margin-left: 35px;
	}

	.archive.author .digital-newspaper-container.digital-newspaper-author-section h2 {
    	font-size: calc(var(--post-title-size)*1.2);
	}

	.archive.author .digital-newspaper-container.digital-newspaper-author-section .author-desc {
		margin: 4px 0 25px;
		font-size: calc(var(--content-size)*1.1);
		font-weight: 400;
	}

	.archive.author .digital-newspaper-container.digital-newspaper-author-section .author-social-networks a {
		color: var(--meta-text-color);
		margin-right: 16px;
    	font-size: 15px;
	}

	@media (max-width: 425px) {
		body.archive.author #theme-content .digital-newspaper-container.digital-newspaper-author-section .row {
			flex-direction: column !important;
			align-items: center;
			padding: 20px;
		}
		.archive.author .digital-newspaper-container.digital-newspaper-author-section .author-content {
			margin: 10px 0 0;
			text-align: center;
		}
	}


/*
===========================
34.0 Content Width Layout
===========================
*/
	.ticker-news-section--full-width--layout .digital-newspaper-container,
	#main-banner-section.width-full-width--layout .digital-newspaper-container,
	.full-width-section.width-full-width--layout .digital-newspaper-container,
	.leftc-rights-section.width-full-width--layout .digital-newspaper-container,
	.lefts-rightc-section.width-full-width--layout .digital-newspaper-container,
	.video-playlist-section.width-full-width--layout .digital-newspaper-container,
	.bottom-full-width-section.width-full-width--layout .digital-newspaper-container,
	#footer-opinions-section.width-full-width--layout .digital-newspaper-container,
	.home .site-main.width-full-width--layout .digital-newspaper-container,
	.search .site-main.width-full-width--layout .digital-newspaper-container,
	.error404 .site-main.width-full-width--layout .digital-newspaper-container,
	.single .site-main.width-full-width--layout .digital-newspaper-container,
	.archive .site-main.width-full-width--layout .digital-newspaper-container,
	.bottom-footer.width-full-width--layout .digital-newspaper-container,
	.page .site-main.width-full-width--layout .digital-newspaper-container,
	.digital-newspaper-multi-column-section.width-full-width--layout .digital-newspaper-container {
		width: initial;
		max-width: initial;
		margin: 0 30px;
	}

	.ticker-news-section--full-width--layout .row,
	#main-banner-section.width-full-width--layout .row,
	.full-width-section.width-full-width--layout .row,
	.leftc-rights-section.width-full-width--layout .row,
	.lefts-rightc-section.width-full-width--layout .row,
	.video-playlist-section.width-full-width--layout .row,
	.bottom-full-width-section.width-full-width--layout .row,
	#footer-opinions-section.width-full-width--layout .row,
	.home .site-main.width-full-width--layout .row,
	.search .site-main.width-full-width--layout .row,
	.error404 .site-main.width-full-width--layout .row,
	.single .site-main.width-full-width--layout .row,
	.archive .site-main.width-full-width--layout .row,
	.bottom-footer.width-full-width--layout .row,
	.page .site-main.width-full-width--layout .digital-newspaper-container .row,
	.digital-newspaper-multi-column-section.width-full-width--layout .row {
		margin: 0;
	}

/*
==============================
35.0 Post blocks hover effect
==============================
*/
	.digital-newspaper-post-blocks-hover--effect-one .digital-newspaper-section .row .primary-content .blaze_box_wrap,
	.digital-newspaper-post-blocks-hover--effect-one .full-width-section .row > div .blaze_box_wrap,
	.digital-newspaper-post-blocks-hover--effect-one .bottom-full-width-section .row > div .blaze_box_wrap,
	.digital-newspaper-post-blocks-hover--effect-one .opinions-items-wrap .opinion-item,
	.digital-newspaper-post-blocks-hover--effect-one .banner-layout--five .main-banner-list-posts article:not(:first-child),
	.digital-newspaper-post-blocks-hover--effect-one .banner-layout--one .main-banner-tabs .banner-tabs-content article,
	.digital-newspaper-post-blocks-hover--effect-one .banner-layout--two .main-banner-popular-posts article,
	.digital-newspaper-post-blocks-hover--effect-one .widget .categories-wrap.layout-one .category-item,
	.digital-newspaper-post-blocks-hover--effect-one .widget_digital_newspaper_author_info_widget .author-wrap,
	.digital-newspaper-post-blocks-hover--effect-one #theme-content article .blaze_box_wrap,
	.digital-newspaper-post-blocks-hover--effect-one .widget .post-item,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_block,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_digital_newspaper_social_icons_widget .social-block-widget,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_nav_menu,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_meta ul,
	.digital-newspaper-post-blocks-hover--effect-one .digital-newspaper-multi-column-section .blaze_box_wrap {
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.digital-newspaper-post-blocks-hover--effect-one .digital-newspaper-section .row .primary-content .blaze_box_wrap:hover,
	.digital-newspaper-post-blocks-hover--effect-one .full-width-section .row > div .blaze_box_wrap:hover,
	.digital-newspaper-post-blocks-hover--effect-one .bottom-full-width-section .row > div .blaze_box_wrap:hover,
	.digital-newspaper-post-blocks-hover--effect-one .opinions-items-wrap .opinion-item:hover,
	.digital-newspaper-post-blocks-hover--effect-one .banner-layout--five .main-banner-list-posts article:not(:first-child):hover,
	.digital-newspaper-post-blocks-hover--effect-one .banner-layout--one .main-banner-tabs .banner-tabs-content article:hover,
	.digital-newspaper-post-blocks-hover--effect-one .banner-layout--two .main-banner-popular-posts article:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget .categories-wrap.layout-one .category-item:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget_digital_newspaper_author_info_widget .author-wrap:hover,
	.digital-newspaper-post-blocks-hover--effect-one #theme-content article .blaze_box_wrap:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget .post-item:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_block:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_digital_newspaper_social_icons_widget .social-block-widget:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_nav_menu:hover,
	.digital-newspaper-post-blocks-hover--effect-one .widget.widget_meta ul:hover,
	.digital-newspaper-post-blocks-hover--effect-one .digital-newspaper-multi-column-section .blaze_box_wrap:hover {
	    box-shadow: -2px 6px 15px 0px rgb(53 52 52 / 20%);
	    -webkit-box-shadow: -2px 6px 15px 0px rgb(53 52 52 / 20%);
	    -moz-box-shadow: -2px 6px 15px 0px rgba(53,52,52,0.75);
	    transform: translateY(-2px);
	}

	.digital-newspaper-post-blocks-hover--effect-one .dark_bk .opinions-items-wrap .opinion-item:hover {
		transform: initial;
		box-shadow: none;
	}

/* Header Custom Button */
	.site-header.layout--one .menu-section .row,
	.site-header.layout--two .menu-section .row,
	.site-header.layout--three .main-header {
		position: relative;
	}

	.header-custom-button {
		position: absolute;
	    right: 0;
	    top: -26px;
	    padding: 3px 8px;
	    font-size: 13px;
	    color: var(--white-text);
	    border-radius: 3px 3px 0 0;
	    text-decoration: none;
	    font-weight: 500;
	}

	.site-header.layout--three .header-custom-button {
		top: auto;
	    bottom: 0;
	    right: 54px;
	    z-index: 1;
	}

	.header-custom-button .ticker_label_title_string,
	.header-custom-button .icon {
		color: var(--custom-btn-color);
	}

	.header-custom-button:hover .ticker_label_title_string,
	.header-custom-button:hover .icon {
		color: var(--custom-btn-color-hover);
	}

	.header-custom-button .ticker_label_title_string {
		padding-left: 3px;
	}

	.header-custom-button .icon i{
		text-decoration: blink;
	    -webkit-animation-name: blinker;
	    -webkit-animation-duration: 0.6s;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-timing-function: ease-in-out;
	    -webkit-animation-direction: alternate;
	}

	@keyframes blinker {
		from { opacity: 1.0; }
		to { opacity: 0.0; }
	}


/*
=============================
35.0 Three Column Section
=============================
*/
	.digital-newspaper-multi-column-section {
		padding: 10px 0;
	}

	.digital-newspaper-multi-column-section .row .section-column-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	.three-column-section .row .section-column-wrap > div {
		flex: 0 1 33.33%;
		padding: 0 8px;
	}

	.digital-newspaper-multi-column-section .section-column > div {
		margin-bottom: 20px;
		position: relative;
	}

	body .digital-newspaper-multi-column-section .section-column-wrap article:last-child,
	.digital-newspaper-multi-column-section .section-column > div:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.three-column-section .blaze_box_wrap {
		padding: 7px;
		background-color: var(--three-column-post-bk-color);
	}

	.digital-newspaper-multi-column-section .post-meta a.author_name:before,
	.digital-newspaper-multi-column-section .post-meta span.post-date:before,
	.digital-newspaper-multi-column-section .post-meta span.post-comment:before {
		font-size: calc(var(--meta-size)*0.74);
	}

	.digital-newspaper-multi-column-section .post-meta .author_name {
		font-size: calc(var(--meta-size)*0.96);
	}

	.digital-newspaper-multi-column-section .post-meta time,
	.digital-newspaper-multi-column-section .post-meta .post-comment {
		font-size: calc(var(--meta-size)*0.9);
	}

	/*
	=============================
	35.1 List Layout
	=============================
	*/
		.three-column-section .news-list .post-title {
			font-size: calc(var(--post-title-size)*0.75);
			margin-bottom: 8px;
		}

		/* list layout three */
		.three-column-section .news-list.layout--three .news-list-post-wrap .post-title {
			margin-bottom: 5px;
		}

		/* list layout four */
		.digital-newspaper-multi-column-section .news-list.layout--four .list-item .post-title {
			background-color: var(--three-column-post-bk-color);
			padding: 5px 0 5px 10px;
		}


	/*
	=============================
	35.2 Grid Layout
	=============================
	*/

		/* Column One */
		.digital-newspaper-multi-column-section .news-grid-post-wrap.column--one {
			flex-direction: column;
			flex-wrap: nowrap;
		}


	/*
	=============================
	35.3 News List 2
	=============================
	*/
		.digital-newspaper-multi-column-section .news-list-2 article:first-child .blaze_box_wrap{
			flex-direction: column;
			align-items: initial;
		}

		.digital-newspaper-multi-column-section .news-list-2 article .post-thumb-wrap {
			width: 100%
		}

		.digital-newspaper-multi-column-section .news-list-2 article:first-child.no-feat-img .post-thumb-wrap {
			padding-bottom: 60%;
		}

		.digital-newspaper-multi-column-section .news-list-2 article:first-child .post-element {
			margin: 0;
			padding: 15px;
		}

		.digital-newspaper-multi-column-section .news-list-2 .post-categories {
			margin-bottom: 5px;
		}

		.digital-newspaper-multi-column-section .news-list-2 .post-categories li {
			margin: 0 8px 5px 0;
		}

		.digital-newspaper-multi-column-section .news-list-2 .post-categories a {
			padding: 0;
		}

		.digital-newspaper-multi-column-section .news-list-2 article:first-child .post-element .post-title {
			font-size: calc(var(--post-title-size)*0.98);
		}

		.digital-newspaper-multi-column-section .news-list-2 .post-element .post-title {
			font-size: calc(var(--post-title-size)*0.75);
			margin: 0;
		}

		/* News List 2 layout two */
		.digital-newspaper-multi-column-section .news-list-2.layout--two article:not(:first-child) .blaze_box_wrap {
			align-items: center;
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:not(:first-child) .post-thumb-wrap {
			align-self: center;
			text-align: center;
			flex: 0 1 20%;
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:not(:first-child) .post-element {
			flex: 0 1 80%;
			margin-left: 15px;
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:first-child .post-element .post-title {
			display: initial;
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:first-child .post-numbering {
		    float: right;
		    font-size: 2rem;
		    font-style: italic;
		    color: #d1d1d1;
		    font-weight: 500;
		    -webkit-transition: all .3s;
		    -o-transition: all .3s;
		    transition: all .3s;
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:not(:first-child) .post-numbering {
			font-style: italic;
		    background-color: var(--post-list-number-bk-color);
		    font-size: 1.2rem;
		    padding-right: 3px;
		    width: 50px;
		    height: 50px;
		    line-height: 2.5;
		    display: inline-block;
		    border-radius: 50%;
		    color: var(--white-text);
		    font-weight: 500;
		    -webkit-transition: all .3s;
		    -o-transition: all .3s;
		    transition: all .3s;
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:first-child:hover .post-numbering {
		    color: var(--theme-color-red);
		}

		.digital-newspaper-multi-column-section .news-list-2.layout--two article:not(:first-child):hover .post-numbering {
		    background-color: var(--theme-color-red);
		}







/*
=============================
36.0 Two Column Section
=============================
*/
		.two-column-section .row .section-column-wrap > div {
			flex: 0 1 50%;
			padding: 0 8px;
		}

		.two-column-section .blaze_box_wrap {
			padding: 7px;
			background-color: var(--two-column-post-bk-color);
		}

		/*
		=============================
		36.1 List Layout
		=============================
		*/
			.two-column-section .news-list .post-title {
				font-size: calc(var(--post-title-size)*0.96);
				margin-bottom: 8px;
			}







	/* Responsive */
	@media (max-width: 1024px) {
		.three-column-section .row .section-column-wrap > div {
			flex: 0 1 50%;
		}

		.three-column-section .row .section-column-wrap .section-column.column-third {
			margin-top: 20px;
		}
	}

	@media (max-width: 940px) {
		.digital-newspaper-multi-column-section .news-list .news-list-post-wrap .post-title {
			font-size: calc(var(--post-title-size)*0.75);
		}
	}

	@media (max-width: 610px) {
		.digital-newspaper-multi-column-section .row .section-column-wrap {
			flex-direction: column;
			flex-wrap: nowrap;
		}

		.digital-newspaper-multi-column-section .row .section-column-wrap > div {
			margin-top: 20px;
		}

		.digital-newspaper-multi-column-section .row .section-column-wrap > div:first-child {
			margin-top: 0;
		}

		.digital-newspaper-multi-column-section .news-list-post-wrap .blaze_box_wrap {
			flex-direction: initial;
			align-items: center;
		}

		.digital-newspaper-multi-column-section .news-list article.list-item .blaze_box_wrap .post-element {
			padding: 5px 5px 5px 0;
			margin-left: 15px;
		}

		/* layout two */
		.digital-newspaper-multi-column-section .news-list.layout--two .list-item .blaze_box_wrap .post-element,
		.digital-newspaper-multi-column-section .news-list.layout--three .list-item .blaze_box_wrap .post-element {
		    margin: 0 15px 0 0;
    		padding: 5px 0 5px 5px;
    		order: 1;
		}

		/* layout three */
		.digital-newspaper-multi-column-section .news-list.layout--three .news-list-post-wrap .blog_inner_wrapper {
			flex-direction: initial;
		}

		/* layout four */
		.digital-newspaper-multi-column-section .news-list.layout--four .list-item .post-title {
			padding: 0;
		}
	}

	@media (max-width: 768px) {
		.digital-newspaper-multi-column-section .news-grid .news-grid-post-wrap {
			flex-direction: column;
		}
	}

/*
=============================
37.0 Site Items Icons
=============================
*/
	/*******  Widgets Items Icons  *******/
	/* fas fa-caret-right */
	.widgets-items-list-icon--fas-fa-caret-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-caret-right .widget ol li:before {
		content: '\f0da';
	}

	/* fas fa-caret-square-right */
	.widgets-items-list-icon--fas-fa-caret-square-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-caret-square-right .widget ol li:before {
		content: '\f152';
	}

	/* far fa-caret-square-right */
	.widgets-items-list-icon--far-fa-caret-square-right .widget ul li:before,
	.widgets-items-list-icon--far-fa-caret-square-right .widget ol li:before {
		content: '\f152';
		font-weight: 400;
	}

	/* fas fa-angle-double-right */
	.widgets-items-list-icon--fas-fa-angle-double-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-angle-double-right .widget ol li:before {
		content: '\f101';
	}

	/* fas fa-user-secret */
	.widgets-items-list-icon--fas-fa-user-secret .widget ul li:before,
	.widgets-items-list-icon--fas-fa-user-secret .widget ol li:before {
		content: '\f21b';
	}

	/* fas fa-arrow-right */
	.widgets-items-list-icon--fas-fa-arrow-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-arrow-right .widget ol li:before {
		content: '\f061';
	}

	/* fas fa-arrow-circle-right */
	.widgets-items-list-icon--fas-fa-arrow-circle-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-arrow-circle-right .widget ol li:before {
		content: '\f0a9';
	}

	/* far fa-arrow-circle-right */
	.widgets-items-list-icon--far-fa-arrow-alt-circle-right .widget ul li:before,
	.widgets-items-list-icon--far-fa-arrow-alt-circle-right .widget ol li:before {
		content: '\f35a';
		font-weight: 400;
	}

	/* fas fa-long-arrow-alt-right */
	.widgets-items-list-icon--fas-fa-long-arrow-alt-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-long-arrow-alt-right .widget ol li:before {
		content: '\f30b';
	}

	/* fas fa-chevron-right */
	.widgets-items-list-icon--fas-fa-chevron-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-chevron-right .widget ol li:before {
		content: '\f054';
	}

	/* far fa-hand-point-right */
	.widgets-items-list-icon--far-fa-hand-point-right .widget ul li:before,
	.widgets-items-list-icon--far-fa-hand-point-right .widget ol li:before {
		content: '\f0a4';
		font-weight: 400;
	}

	/* fas fa-hand-point-right */
	.widgets-items-list-icon--fas-fa-hand-point-right .widget ul li:before,
	.widgets-items-list-icon--fas-fa-hand-point-right .widget ol li:before {
		content: '\f0a4';
	}

	/* fas fa-circle */
	.widgets-items-list-icon--fas-fa-circle .widget ul li:before,
	.widgets-items-list-icon--fas-fa-circle .widget ol li:before {
		content: '\f111';
		font-size: 8px;
		line-height: 18px;
	}

	/* far fa-circle */
	.widgets-items-list-icon--far-fa-circle .widget ul li:before,
	.widgets-items-list-icon--far-fa-circle .widget ol li:before {
		content: '\f111';
		font-weight: 400;
		font-size: 8px;
		line-height: 18px;
	}

	/* fas fa-circle */
	.widgets-items-list-icon--fas-fa-dot-circle .widget ul li:before,
	.widgets-items-list-icon--fas-fa-dot-circle .widget ol li:before {
		content: '\f192';
		font-size: 10px;
		line-height: 17px;
	}

	/* far fa-circle */
	.widgets-items-list-icon--far-fa-dot-circle .widget ul li:before,
	.widgets-items-list-icon--far-fa-dot-circle .widget ol li:before {
		content: '\f192';
		font-weight: 400;
		font-size: 10px;
		line-height: 17px;
	}

	/*******  Date Icons  *******/
	/* fas fa-circle */
	.site-meta-date-icon--fas-fa-circle span.post-date:before {
		content: '\f111';
	}

	/* far fa-circle */
	.site-meta-date-icon--far-fa-circle span.post-date:before {
		content: '\f111';
		font-weight: 400;
	}

	/* fas fa-dot-circle */
	.site-meta-date-icon--fas-fa-dot-circle span.post-date:before {
		content: '\f192';
	}

	/* far fa-dot-circle */
	.site-meta-date-icon--far-fa-dot-circle span.post-date:before {
		content: '\f192';
		font-weight: 400;
	}

	/* fas fa-dot-calendar-week */
	.site-meta-date-icon--fas-fa-calendar-week span.post-date:before {
		content: '\f784';
	}

	/* fas fa-dot-calendar-day */
	.site-meta-date-icon--fas-fa-calendar-day span.post-date:before {
		content: '\f783';
	}

	/* fas fa-dot-calendar-alt */
	.site-meta-date-icon--fas-fa-calendar-alt span.post-date:before {
		content: '\f073';
	}

	/* fas fa-dot-calendar-check */
	.site-meta-date-icon--far-fa-calendar-check span.post-date:before {
		content: '\f274';
	}

	/* far fa-dot-calendar */
	.site-meta-date-icon--far-fa-calendar span.post-date:before {
		content: '\f133';
		font-weight: 400;
	}

	/* far fa-dot-clock */
	.site-meta-date-icon--far-fa-clock span.post-date:before,
	.site-meta-read-time-icon--far-fa-clock .read-time:before {
		content: '\f017';
		font-weight: 400;
	}

	/*******  Author Icons  *******/
	/* fas fa-circle */
	.site-meta-author-icon--fas-fa-circle span.author_name:before,
	.site-meta-author-icon--fas-fa-circle a.author_name:before,
	.site-meta-comments-icon--fas-fa-circle span.post-comment:before,
	.site-meta-read-time-icon--fas-fa-circle .read-time:before {
		content: '\f111';
	}

	/* far fa-circle */
	.site-meta-author-icon--far-fa-circle span.author_name:before,
	.site-meta-author-icon--far-fa-circle a.author_name:before,
	.site-meta-comments-icon--far-fa-circle span.post-comment:before,
	.site-meta-read-time-icon--far-fa-circle .read-time:before {
		content: '\f111';
		font-weight: 400;
	}

	/* fas fa-dot-circle */
	.site-meta-author-icon--fas-fa-dot-circle span.author_name:before,
	.site-meta-author-icon--fas-fa-dot-circle a.author_name:before,
	.site-meta-comments-icon--fas-fa-dot-circle span.post-comment:before,
	.site-meta-read-time-icon--fas-fa-dot-circle .read-time:before {
		content: '\f192';
	}

	/* far fa-dot-circle */
	.site-meta-author-icon--far-fa-dot-circle span.author_name:before,
	.site-meta-author-icon--far-fa-dot-circle a.author_name:before,
	.site-meta-comments-icon--far-fa-dot-circle span.post-comment:before,
	.site-meta-read-time-icon--far-fa-dot-circle .read-time:before {
		content: '\f192';
		font-weight: 400;
	}

	/* fas fa-user */
	.site-meta-author-icon--fas-fa-user span.author_name:before,
	.site-meta-author-icon--fas-fa-user a.author_name:before {
		content: '\f007';
	}

	/* far fa-user */
	.site-meta-author-icon--far-fa-user span.author_name:before,
	.site-meta-author-icon--far-fa-user a.author_name:before {
		content: '\f007';
		font-weight: 400;
	}

	/* fas fa-user-circle */
	.site-meta-author-icon--far-fa-user-circle span.author_name:before,
	.site-meta-author-icon--far-fa-user-circle a.author_name:before {
		content: '\f2bd';
		font-weight: 400;
	}

	/* fas fa-user-tie */
	.site-meta-author-icon--fas-fa-user-tie span.author_name:before,
	.site-meta-author-icon--fas-fa-user-tie a.author_name:before {
		content: '\f508';
	}

	/*******  Comments Icons  *******/
	/* fas fa-comments */
	.site-meta-comments-icon--fas-fa-comments span.post-comment:before {
		content: '\f086';
	}

	/* far fa-comments */
	.site-meta-comments-icon--far-fa-comments span.post-comment:before {
		content: '\f086';
		font-weight: 400;
	}

	/* fas fa-comment */
	.site-meta-comments-icon--fas-fa-comment span.post-comment:before {
		content: '\f075';
	}

	/* far fa-comment */
	.site-meta-comments-icon--far-fa-comment span.post-comment:before {
		content: '\f075';
		font-weight: 400;
	}

	/* far fa-comment-dots */
	.site-meta-comments-icon--far-fa-comment-dots span.post-comment:before {
		content: '\f4ad';
		font-weight: 400;
	}

	/*******  Read Time Icons  *******/
	/* fas fa-clock */
	.site-meta-read-time-icon--fas-fa-clock .read-time:before {
		content: '\f017';
	}

	/* fas fa-stopwatch */
	.site-meta-read-time-icon--fas-fa-stopwatch .read-time:before {
		content: '\f2f2';
	}

	.site-meta-read-time-icon--fas-fa-ban .read-time:before,
	.site-meta-comments-icon--fas-fa-ban span.post-comment:before,
	.site-meta-author-icon--fas-fa-ban .post-meta span.author_name:before,
	.site-meta-author-icon--fas-fa-ban a.author_name:before,
	.site-meta-date-icon--fas-fa-ban span.post-date:before,
	.widgets-items-list-icon--fas-fa-ban .widget ul li:before,
	.widgets-items-list-icon--fas-fa-ban .widget ol li:before {
		display: none !important;
	}

	.widgets-items-list-icon--fas-fa-ban .widget ul li,
	.widgets-items-list-icon--fas-fa-ban .widget ol li {
		padding-left: 0;
	}

	.widgets-items-list-icon--fas-fa-caret-right .widget ul li,
	.widgets-items-list-icon--fas-fa-caret-right .widget ol li,
	.widgets-items-list-icon--fas-fa-angle-right .widget ul li,
	.widgets-items-list-icon--fas-fa-angle-right .widget ol li {
		padding-left: 16px;
	}

/* 37.0 Live Search */
	/* layout one */
	.search-form-wrap .search-posts-wrap {
	    max-height: 600px;
	    overflow-y: scroll;
	    padding-right: 8px;
	}

	.search-form-wrap .search-posts-wrap::-webkit-scrollbar {
	    width: 4px;
	}

	.search-form-wrap .search-posts-wrap::-webkit-scrollbar-thumb {
	    background-color: var(--theme-color-red);
	    border-radius: 20px;
	}
	
	.search-results-wrap {
		padding: 15px 3px 0;
	}

	.search-results-wrap .article-item {
		display: flex;
	    padding: 10px 0;
    	border-bottom: 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;
	}

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

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

	.search-results-wrap .article-item .post-element .post-title {
		margin: 0 0 6px;
	    line-height: 22px;
	    font-size: calc(var(--post-title-size) * 0.68);
	}

	.search-results-wrap .article-item .post-element .post-date a {
		text-decoration: none;
	}

	.search-results-wrap .article-item .post-element .post-date time {
	    color: var(--meta-text-color);
	    font-size: calc(var(--meta-size)*0.93);
	    font-family: var(--meta-family);
	    font-weight: var(--meta-weight);
	    text-transform: var(--meta-texttransform);
	}

	.search-results-wrap .view-all-search-button {
		padding: 8px 15px;
		width: 100%;
	    display: block;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    text-decoration: none;
	    margin-top: 20px;
	    border-radius: 2px;
	    text-align: center;
	    text-transform: capitalize;
	    font-size: 0.96rem;
	    letter-spacing: 0.3px;
	}

	.search-form.retrieving-posts label {
		position: relative;
	}

	.search-form.retrieving-posts label:before {
		content: '\f110';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 600;
	    display: inline-block;
	    color: var(--live-search-color);
	    background: var(--live-search-bk-color);
	    position: absolute;
	    right: 5px;
	    border-radius: 50%;
	    top: 6px;
	    font-size: 1.1rem;
	    -webkit-animation: tie-spin 3s infinite linear;
	    animation: tie-spin 3s infinite linear;
	}

	.search-popup--style-three .search-form.retrieving-posts label:before {
		top: 10px;
		right: 8px;
	}

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

	@keyframes tie-spin {
		0% {
			-webkit-transform: rotate(0deg);
    		transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(360deg);
    		transform: rotate(360deg);
		}
	}

	/* layout two */
	.search-popup--style-two .search-form-wrap form {
		justify-content: center;
	}

	.search-popup--style-two .search-form-wrap form label {
		width: 40%;
	}

	.search-popup--style-two .site-header.layout--default .search-form-wrap form.results-loaded,
	.search-popup--style-two .site-header.layout--default .search-form-wrap form.retrieving-posts{
		margin-top: 10vh;
		transition: .3s ease;
	}

	.search-popup--style-two .search-results-wrap {
		width: 45%;
		background-color: var(--inner-container-bk);
		margin: 0 auto;
		margin-top: 35px;
		padding: 10px 20px 20px;
	}

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

	.search-popup--style-two .search-results-wrap .article-item .post-element,
	.search-popup--style-three .search-results-wrap .article-item .post-element {
		flex: 0 1 92%;
	}

	/* layout three */
	.search-popup--style-three .search-results-wrap {
		width: 57%;
		background-color: var(--inner-container-bk);
		margin: 0 auto;
	}

	.search-popup--style-three .search-results-wrap .post-thumb-wrap img {
		width: 85px;
		height: 70px;
	}

	/* search popup not found */
	.search-results-wrap.no-posts-found h2 {
		margin: 0;
		font-size: 1.3rem;
	}

	.search-results-wrap.no-posts-found p {
		margin: 8px 0 0;
	}

	/* live search no image */
	.search-results-wrap .post-thumb-wrap.no-feat-img {
		display: none;
	}

	/** new add banner slider **/
	.ads-banner-slider .slick-arrow {
		position: absolute;
		top: 48%;
		z-index: 9;
		background-color: transparent;
		border: none;
		font-size: 15px;
		padding: 0;
		visibility: hidden;
		cursor: pointer;
	}

	.ads-banner-slider .slick-arrow i {
		padding: 9px 12px;
		border: 1px solid var(--white-text);
		border-radius: 2px;
		-webkit-transition: 0.5s ease;
    	transition: 1s ease;
	}

	.ads-banner-slider:hover .slick-arrow {
		visibility: visible;
	}

	.ads-banner-slider .slick-arrow:hover i {
		color: var(--theme-color-red);
    	background-color: var(--white-text);
    	border-color: var(--white-text);
	}

	.ads-banner-slider .slick-prev {
		left: 10px;
	}

	.ads-banner-slider .slick-next  {
		right: 10px;
	}

	 .digital-newspaper-title-six .banner-layout--six .post-title a {
		background-image: linear-gradient(to right,var(--theme-color-red),var(--theme-color-red) 50%,#ffffff 50%);
	}



	.post-inner-wrapper.news-list-wrap .pagination {
		flex: 0 1 100%;
		padding: 2px 8px;
	}



/*
=============================
33.0 Elementor Compatibility
=============================
*/

		body .nekit-banner-wrap ul.post-categories li.cat-item,
		body .nekit-filter-widget ul.post-categories li.cat-item,
		body .nekit-carousel-widget ul.post-categories li.cat-item,
		body .nekit-block-widget ul.post-categories li.cat-item,
		body .nekit-full-width-banner-wrap ul.post-categories li.cat-item,
		body .nekit-list-widget ul.post-categories li.cat-item,
		body .nekit-grid-widget ul.post-categories li.cat-item,
		body .nekit-archive-posts-wrap ul.post-categories li.cat-item,
		body.single .nekit-list-widget ul.post-categories li.cat-item,
		body.single .nekit-grid-widget ul.post-categories li.cat-item,
		body.archive .nekit-list-widget ul.post-categories li.cat-item,
		body.archive .nekit-grid-widget ul.post-categories li.cat-item {
			background-color: transparent;
		}

		body .post,
		body .page {
			margin: 0;
		}

	/* LIST */
		body .nekit-list-widget.nekit-widget-section figure.post-thumb-wrap {
			flex: initial;
		}

		body .nekit-list-widget .post-item .post-element {
			flex: 1;
		}

		body .nekit-list-widget.nekit-widget-section .news-list-post-wrap {
			margin: 0;
		}

		body .nekit-list-widget .news-list-post-wrap .post-item {
			display: initial;
			padding: 0;
			border: none;
		}

		body .nekit-list-widget.layout--two .post-title {
			margin-left: -5rem;
		}
		
		body .nekit-list-widget.nekit-widget-section .news-list-post-wrap {
			padding: 0;
		}

	/* CAROUSEL */
		body .news-carousel.layout--three .post-categories {
			position: initial;
		}

		body .nekit-carousel-widget.nekit-widget-section .slick-arrow {
			width: initial;
			height: initial;
		}

	/* BANNER */
		body .nekit-banner-wrap .main-banner-wrap,
		body .nekit-banner-wrap.banner-layout--two .main-banner-popular-posts {
			max-width: 100%;
		}

		body .nekit-banner-wrap.banner-layout--one .main-banner-tabs,
		body .nekit-banner-wrap.banner-layout--two .main-banner-popular-posts {
			background-color: transparent;
			box-shadow: none;
		}

		body .nekit-banner-wrap.banner-layout--one .main-banner-tabs article {
			padding: 0;
			margin: 0;
			border: none;
		}

		body #theme-content .nekit-widget-section.nekit-banner-wrap .row,
		body .nekit-widget-section.nekit-banner-wrap.banner-layout--five .row {
			display: grid;
		}

		body .nekit-banner-wrap .main-banner-wrap .slick-arrow i {
			padding: 0;
			border: none;
			border-radius: 0
		}

		body .nekit-banner-wrap.banner-layout--two .row {
			background-color: transparent;
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .slick-prev {
			right: initial;
		}

		body .nekit-banner-wrap.banner-layout--two .main-banner-wrap .post-thumb-wrap a {
			position: initial;
		}

		body .nekit-banner-wrap.main-banner-section .post-element {
			background-image: initial;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .slick-prev i {
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .post-categories li {
			margin: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .post-count  {
			width: initial;
			height: initial;
			top: initial;
			left: initial;
			border: initial;
			line-height: initial;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .post-element {
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--two .popular-posts-wrap .post-categories a {
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--three .main-banner-block-posts {
			margin: 0;
			padding: 0;
		}

		body .nekit-banner-wrap.banner-layout--three .main-banner-wrap,
		body .nekit-banner-wrap.banner-layout--three .main-banner-block-posts article {
			margin: 0;
		}

		body .nekit-banner-wrap.banner-layout--three .slick-list article,
		body .nekit-banner-wrap.banner-layout--three .slick-list article .post-thumb,
		body .nekit-banner-wrap.banner-layout--three .slick-list article .post-thumb img {
			height: initial;
		}

		body .nekit-banner-wrap.main-banner-section .post-thumb-wrap,
		body .nekit-banner-wrap.main-banner-section .post-thumb {
			padding-bottom: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-block-posts {
			padding-left: initial;
			height: initial;
			margin: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-wrap {
			margin-bottom: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-block-posts article {
			margin-bottom: initial;
		}

		body .nekit-banner-wrap.banner-layout--four .main-banner-wrap .post-item {
			height: initial;
		}

		body .nekit-banner-wrap.banner-layout--five .main-banner-wrap {
			max-width: initial;
			order: initial;
		}

		body .nekit-banner-wrap.banner-layout--five .main-banner-wrap .main-banner-slider {
			height: initial;
		}

		@media (max-width: 500px) {
			body .nekit-banner-wrap .main-banner-wrap .post-excerpt {
				display: block;
			}
		}

	body .nekit-item-box-wrap a {
		text-decoration: none;
	}

	body .nekit-archive-posts-wrap .nav-previous,
	body .nekit-archive-posts-wrap .nav-next {
		padding: 0;
	}

	body .nekit-archive-posts-wrap .posts-navigation .nav-links a:after {
		content: none;
	}

	/* SINGLE */
		body .nekit-single-related-post .single-related-posts-wrap {
			margin: 0;
		}

	/* VIDEO PLAYLIST */
		@media (max-width: 610px) {
			.nekit-video-playlist-wrap.widget-layout--one .playlist-items-wrap {
				height: 222px;
			}
		}

	/* CAROUSEL */
		body .nekit-carousel-widget .news-carousel {
			margin: 0;
		}

	/* ARCHIVE */
		body .nekit-archive-posts-wrap .navigation.posts-navigation .nav-links a:before {
			content: none;
		}

	/* TEXT ANIMATION */
		body .elementor-widget-container .custom-animation--one a:hover {
			background-size: 100%;
		}

		body .elementor-widget-container .post-title.custom-animation--two a {
			background-size: 200% 100%;
		}

	/* Slider loader **/
	.main-banner-slider:not(.slick-initialized),
	.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized),
	.banner-layout--two .popular-posts-wrap:not(.slick-initialized) {
		visibility: hidden;
		position: relative;
		height: 350px;
	}

	.main-banner-slider:not(.slick-initialized):before,
	.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized):before,
	.banner-layout--two .popular-posts-wrap:not(.slick-initialized):before {
	    visibility: visible;
	    position: absolute;
	    height: 430px;
	    content: url(../images/loader/loader_one.gif);
	    vertical-align: middle;
	    background-size: 40px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(0,0,0,0.15);
	    vertical-align: middle;
	    display: flex;
	    align-items: center;
	    text-align: center;
	    justify-content: center;
	    border-radius: 15px;
	}

	/* loader */
	.retrieving-posts .filter-tab-content-wrapper:after,
	.main-banner-slider:not(.slick-initialized):before,
	.banner-layout--two .popular-posts-wrap:not(.slick-initialized):before,
	.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized):before,
	.widget_digital_newspaper_carousel_widget .carousel-posts-wrap:not(.slick-initialized):before,
	.news-carousel .news-carousel-post-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 #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
		-o-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
		-ms-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
		-webkit-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
		-moz-box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
		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;
	}

	@keyframes cssload-spin {
		0%, 100% {
			box-shadow: 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d;
		}
		25% {
			box-shadow: -15px 15px #de8a0d, -15px -15px #55dbdb, 15px -15px #de8a0d, 15px 15px #55dbdb;
		}
		50% {
			box-shadow: -15px -15px #55dbdb, 15px -15px #de8a0d, 15px 15px #55dbdb, -15px 15px #de8a0d;
		}
		75% {
			box-shadow: 15px -15px #de8a0d, 15px 15px #55dbdb, -15px 15px #de8a0d, -15px -15px #55dbdb;
		}
	}

	.main-banner-slider:not(.slick-initialized) {
		height: 500px;
	}

	.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized) .slick-list {
		visibility: hidden;
	}

	.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized) {
		background: #0000000d;
	}

	.news-carousel .news-carousel-post-wrap:not(.slick-initialized),
	.widget_digital_newspaper_carousel_widget .carousel-posts-wrap:not(.slick-initialized) {
		height: 205px;
		background: #0000000d;
	}

	/** category banner **/
	body.single .elementor-widget-nekit-archive-posts .post-categories .cat-item {
		background-color: transparent;
	}

	body .elementor-element .post-categories .cat-item:hover, body .elementor-element .post-categories .cat-item:hover a {
		background-color: transparent;
	}

	body .elementor-element .news-carousel.layout--three .post-categories {
		text-align: inherit;
	}

	body .elementor-element .post-meta span {
		padding-right: initial;
	}

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

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

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

    .background-animation--one .digital-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 .digital-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 .digital-newspaper-background-animation span.item:nth-child(6) {
        top: 0;
        right: 600px;
        left:initial;
        animation-delay: 1s;
        animation-duration: 3s;
    }

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

    .background-animation--one .digital-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 .digital-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 .digital-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 .digital-newspaper-background-animation span.item:nth-child(11) {
        top: 0;
        right: -430px;
        left: initial;
        animation-delay: 5s;
        animation-duration: 2s;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	body {
		overflow-x: hidden;
	}

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

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

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

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

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

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