/**
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 Alter Layout
	38.1 Alter Layout One
	38.2 Alter Layout Two
	38.3 Alter Layout Three
	38.4 ALter Layout Four

**/

/*1.0 Normalize */	
	:root {
		/* presets */
		--pubnews-global-preset-color-1: #c2113c;
		--pubnews-global-preset-color-2: #289dcc;
		--pubnews-global-preset-color-3: #d95f3d;
		--pubnews-global-preset-color-4: #000000;
		--pubnews-global-preset-color-5: #545454;
		--pubnews-global-preset-color-6: #333333;
		--pubnews-global-preset-gradient-color-1: linear-gradient(90deg, #66ffff 0%, #ff9999 100%);
		--pubnews-global-preset-gradient-color-2: linear-gradient(90deg, #009FFF 0%, #ec2F4B 100%);
		--pubnews-global-preset-gradient-color-3: linear-gradient(90deg, #FF5F6D 0%, #FFC371 100%);
		--pubnews-global-preset-gradient-color-4: linear-gradient(90deg, #ffffcc 0%, #ff9999 100%);
		--pubnews-global-preset-gradient-color-5: linear-gradient(90deg, #ff4b1f 0%, #1fddff 100%);
		--pubnews-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: #02de9c;
		--top-header-border-btm-c: #333333;
		--top-date-time-bk-color: #232323;

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

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

		--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: #ffffff1a;

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

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

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

		--widget-title-color: #777777;

		--title-bk-color: #fff;

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

		--pubnews-global-preset-theme-color: #02de9c;
		--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-border-btm-color: #e8e8e8;

		--text-background-color: #fff;

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

		--slick-button-color: #525252;

		--content-bk-color: #fff;

		--widget-border-color: #0000001c;

		--social-share-bk-color: #fff;

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

		--pubnews-animation-object-color: #02DE9C;

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

			--site-title-family: 'Frank Ruhl Libre';

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

		/** Site description font */
			--site-tagline-size: 16px;
			--site-tagline-size-tab: 16px;
			--site-tagline-size-mobile: 16px;

			--site-tagline-family: 'Frank Ruhl Libre';

			--site-tagline-lineheight: 22px;
			--site-tagline-lineheight-tab: 22px;
			--site-tagline-lineheight-mobile: 22px;

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

			--site-tagline-textdecoration: 'none';
			--site-tagline-texttransform: 'unset';

			--site-tagline-weight: 300;

		/** Block Title Font */
			--block-title-size: 17px;
			--block-title-size-tab: 13px;
			--block-title-size-mobile: 13px;

			--block-title-family: 'noto sans jp', sans-serif;

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

			--block-title-letterspacing: 0.3px;
			--block-title-letterspacing-tab: 0.3px;
			--block-title-letterspacing-mobile: 0.3px;

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

			--block-title-texttransform: 'uppercase';

			--block-title-weight: 500;

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

			--post-title-family: 'Frank Ruhl Libre', sans-serif;

			--post-title-lineheight: 24px;
			--post-title-lineheight-tab: 20px;
			--post-title-lineheight-mobile: 24px;

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

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

			--post-title-texttransform: 'unset';

			--post-title-weight: 500;

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

			--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: 'unset';

			--meta-weight: 400;

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

			--content-family: 'noto sans jp', 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: 'unset';
			--content-texttransform-tab: 'unset';
			--content-texttransform-mobile: 'unset';

			--content-weight: 400;

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

			--menu-family: 'DM Sans', 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: #fff;
			--menu-color-hover: #fff;

			--menu-weight: 500;

			--menu-color-active: #02de9c;
			--menu-color-submenu: #000000;
			--menu-color-submenu-hover: #02de9c;

			--active-menu-bk-color: #02de9c;
			--active-menu-bk-color-hover: #02de9c;

			--mobile-menu-bk-color: #000;

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

			--submenu-family: 'noto sans jp', 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: 'Frank Ruhl Libre', 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: 'unset';

			--single-title-weight: 700;

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

			--single-meta-family: 'Noto Sans JP', 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: 'capitalize';

			--single-meta-weight: 400;

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

			--single-content-family: 'Noto Sans JP', 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';

		/* Custom Button Typo */
			--custom-btn-size: 16px;
			--custom-btn-size-tab: 16px;
			--custom-btn-size-mobile: 16px;

			--custom-btn-family: 'Noto Sans JP', sans-serif;

			--custom-btn-lineheight: 30px;
			--custom-btn-lineheight-tab: 30px;
			--custom-btn-lineheight-mobile: 30px;

			--custom-btn-letterspacing: 0;
			--custom-btn-letterspacing-tab: 0;
			--custom-btn-letterspacing-mobile: 0;

			--custom-btn-textdecoration: 'none';

			--custom-btn-texttransform: 'unset';

			--custom-btn-font-weight: 500;

		/* Custom Button Typo */
			--post-link-btn-size: 14px;
			--post-link-btn-size-tab: 14px;
			--post-link-btn-size-mobile: 14px;

			--post-link-btn-family: 'Noto Sans JP', sans-serif;

			--post-link-btn-lineheight: 21px;
			--post-link-btn-lineheight-tab: 21px;
			--post-link-btn-lineheight-mobile: 21px;

			--post-link-btn-letterspacing: 0;
			--post-link-btn-letterspacing-tab: 0;
			--post-link-btn-letterspacing-mobile: 0;

			--post-link-btn-textdecoration: 'none';

			--post-link-btn-texttransform: 'unset';

			--post-link-btn-font-weight: 500;

		/* IMAGE RATIO */
			/* GRID GRID RATIO */
				--pubnews-post-grid-image-ratio: 0.63;
				--pubnews-post-grid-image-ratio-tab: 0.63;
				--pubnews-post-grid-image-ratio-mobile: 0.63;

			/* LIST IMAGE RATIO */
				--pubnews-post-list-image-ratio: 0.2;
				--pubnews-post-list-image-ratio-tab: 0.2;
				--pubnews-post-list-image-ratio-mobile: 0.2;

			/* CAROUSEL IMAGE RATIO */
				--pubnews-post-carousel-image-ratio: 0.56;
				--pubnews-post-carousel-image-ratio-tab: 0.56;
				--pubnews-post-carousel-image-ratio-mobile: 0.56;

			/* FILTER IMAGE RATIO */
				--pubnews-post-filter-image-ratio: 0.66;
				--pubnews-post-filter-image-ratio-tab: 0.66;
				--pubnews-post-filter-image-ratio-mobile: 0.66;

			/* ALTER IMAGE RATIO */
				--pubnews-post-alter-image-ratio: 0.66;
				--pubnews-post-alter-image-ratio-tab: 0.66;
				--pubnews-post-alter-image-ratio-mobile: 0.66;

			/* ARCHIVE IMAGE RATIO */
				--pubnews-archive-image-ratio: 0.26;
				--pubnews-archive-image-ratio-tab: 0.26;
				--pubnews-archive-image-ratio-mobile: 0.7;

			/* SINGLE IMAGE RATIO */
				--pubnews-single-image-ratio: 0.6;
				--pubnews-single-image-ratio-tab: 0.6;
				--pubnews-single-image-ratio-mobile: 0.86;

			/* PAGE IMAGE RATIO */
				--pubnews-page-image-ratio: 0.66;
				--pubnews-page-image-ratio-tab: 0.66;
				--pubnews-page-image-ratio-mobile: 0.66;

		/* WEBSITE FRAME */
			--pubnews-website-frame-width: 2px;
			--website-frame-color: #02de9c;

		/** Breadcrumb Options */
		--breadcrumb-background-color: #f7f7f7;
		--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-font-size: 20px;
		--move-to-top-font-size-tablet: 16px;
		--move-to-top-font-size-smartphone: 14px;

		/** 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;
		--social-icon-size: 19px;
		--social-icon-bk-color: #191919;
		--social-icon-bk-color-hover: #191919;

		/* Newsletter and Random news */
		--newsletter-bk-color: #02de9c;
		--newsletter-bk-color-hover: #02de9c;

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

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

		/** NewsLetter color */
		--newsletter-color: #0a0a0a;
		--newsletter-color-hover: #02de9c;

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

		/** Search color */
		--search-color: #777;
		--search-color-hover: #777;

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

		--custom-btn-bkcolor: #f0f0f0;
		--custom-btn-bkcolor-hover: #f0f0f0;

		--custom-btn-icon-size: 12px;
		--custom-btn-icon-size-tab: 12px;
		--custom-btn-icon-size-mobile: 12px;

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

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

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

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

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

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

		--slick-button-color: #fff;

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

		--banner-content-bk-color: #27272b;

		--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;
		--social-icon-bk-color: #191919;

		--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: #777;

		--content-bk-color: #27272b;

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

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

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

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

		--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: #4f4f4f;

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

		--widget-title-color: #dfdfdf;

		--title-bk-color: #27272b;

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

		--pubnews-global-preset-theme-color: #02de9c;
		--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;

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

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

		--widget-border-color: #00000042;

		--social-share-bk-color: #2a2a2e;
	}

	html {
		scroll-behavior: smooth;
	}

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

	body.pubnews_dark_mode {
		background: #27272b;
	}

	figure {
		margin: 0px;
	}

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

	.post-thumb img {
		display: block;
	}

	.post-title a {
		word-break: break-word;
	}

	pre {
		font-size: 16px;
		line-height: 30px;
	}

	.pubnews_dark_mode pre {
		background-color: #eeeeee0f;
	}

	.home article .post-edit-link {
		font-size: 12px;
	}

	.single .post-inner .entry-content .wp-block-quote p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	input[type="submit"] {
		cursor: pointer;
		padding: 8px 15px 9px;
		border: none;
		line-height: 18px;
		font-size: 14px;
	}

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

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

	.pubnews-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) {
		.pubnews-container-fluid .row {
			padding: 0 0.5rem;
		}
	}

	@media (min-width: 576px) {
	.pubnews-container {
		max-width: 565px;
	}
	}

	@media (min-width: 676px) {
	.pubnews-container {
		max-width: 630px;
	}
	}

	@media (min-width: 768px) {
	.pubnews-container {
		max-width: 700px;
	}
	}

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

	@media (min-width: 992px) {
	.pubnews-container {
		max-width: 930px;
	}
	}

	@media (min-width: 1086px) {
	.pubnews-container {
		max-width: 1000px;
	}
	}

	@media (min-width: 1200px) {
	.pubnews-container {
		max-width: 1090px;
	}
	}

	@media (min-width: 1300px) {
	.pubnews-container {
		max-width: 1160px;
	}
	}

	@media (min-width: 1400px) {
	.pubnews-container  {
		max-width: 1150px;
	}
	}

	.post-categories {
		margin: 0px;
		padding-left: 0px;
		z-index: 1;
	}

	.post-categories a,
	.widget .post-categories a {
		text-decoration: none;
		color: var(--white-text);
		font-size: calc(var(--meta-size)*0.97);
		font-weight: var(--meta-weight);
		font-family: var(--meta-family);
		text-transform: var(--meta-texttransform);
		letter-spacing: var(--meta-letterspacing);
		text-decoration: var(--meta-textdecoration);
		line-height: calc( var(--meta-lineheight) * 1.64 );
		box-sizing: border-box;
		transition: all .4s ease;
		vertical-align: middle;
		padding: 0 12px;
		display: inline-block;
	}

	body .pubnews-category-no-bk .post-categories .cat-item a {
		background-color: transparent;
	}

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

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

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

	h2.pubnews-block-title,
	h2.pubnews-widget-title,
	h2.widget-title,
	.wp-block-heading,
	.wp-block-search__label {
		display: block;
		margin-top: 0;
		margin-bottom: 20px;
		color: var(--block-title-color);
		font-size: var(--block-title-size);
		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.pubnews-block-title span,
	h2.pubnews-widget-title span,
	h2.widget-title span,
	.archive .page-title,
	.search .page-title {
		background: var(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		padding: 4px 12px;
		display: inline-block;
		margin-bottom: -2px;
		position: relative;
	}

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

	.block-title--layout-one .pubnews-custom-title span {
		background-color: var(--pubnews-global-preset-theme-color);
		color: #fff;
		padding: 8px 12px;
	}

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

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

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

	.category.block-title--layout-two .page-header h1:after,
	.search-results.block-title--layout-two .page-header h1:after {
		content: none;
	}

	.block-title--layout-two .pubnews-custom-title span {
		position: relative;
		color: #fff;
		background-color: var(--pubnews-global-preset-theme-color);
	}

	.error404.block-title--layout-two .page-header h1:after {
		content: none;
	}

	/* Block Title Layout Three */
	.block-title--layout-three h2.pubnews-block-title span,
	.block-title--layout-three h2.pubnews-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,
	.block-title--layout-three .pubnews-custom-title {
		background-color: transparent;
		color: var(--block-title-color-black);
		padding:  0 0 0 10px;
		border-left: 3px solid var(--pubnews-global-preset-theme-color);
		font-size: calc(var(--block-title-size)*0.86);
		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.pubnews-block-title,
	.block-title--layout-four h2.pubnews-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,
	.block-title--layout-four .pubnews-custom-title {
		border-bottom: 2px solid var(--block-title-border-bottom-color);
	}

	.block-title--layout-four h2.pubnews-block-title span,
	.block-title--layout-four h2.pubnews-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,
	.block-title--layout-four .pubnews-custom-title span {
		background-color: transparent;
		color: var(--block-title-color-black);
		padding: 0 0 7px;
		border-bottom: 2px solid var(--pubnews-global-preset-theme-color);
	}

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

	.block-title--layout-four .pubnews-custom-title span {
		display: inline-block;
	}

	/* Block Title Layout Five */
	.block-title--layout-five h2.pubnews-block-title,
	.block-title--layout-five h2.pubnews-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,
	.block-title--layout-five .pubnews-custom-title {
		background-color: var(--block-title-bk-color);
	}

	.block-title--layout-five h2.pubnews-block-title span,
	.block-title--layout-five h2.pubnews-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,
	.block-title--layout-five .pubnews-custom-title {
		background-color: transparent;
		padding: 8px 30px 8px 15px;
		margin-bottom: 0;
		background-image: linear-gradient(90deg,var(--pubnews-global-preset-theme-color) 35%,#b9b9b900 90%);
	}

	/* Block Title Layout Six */
	.block-title--layout-six h2.pubnews-block-title,
	.block-title--layout-six h2.pubnews-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,
	.block-title--layout-six .pubnews-custom-title {
		border-top: 2px solid var(--pubnews-global-preset-theme-color);
	}

	.block-title--layout-six h2.pubnews-block-title span,
	.block-title--layout-six h2.pubnews-widget-title span,
	.block-title--layout-six h2.widget-title span,
	.block-title--layout-six .page-header h1,
	.block-title--layout-six .pubnews-custom-title {
		color: var(--block-title-color);
		background: transparent;
		padding: 11px 0 0;
		font-size: calc( var(--block-title-size) * 0.98 );
	}

	.block-title--layout-six .news-filter h2.pubnews-block-title {
		border: none;
	}

/* Block Title Layout Seven */
	.block-title--layout-seven h2.pubnews-block-title span,
	.block-title--layout-seven h2.widget-title span,
	.archive.block-title--layout-seven .page-header,
	.search.block-title--layout-seven .page-title,
	.block-title--layout-seven h2.pubnews-widget-title span {
		background-color: transparent;
		color: var(--block-title-color-black);
		padding: 0 0 0 23px;
	}

	.search.block-title--layout-seven .page-header {
		border: none;
	}

	.block-title--layout-seven h2.pubnews-block-title:before,
	.block-title--layout-seven h2.widget-title span:before,
	.archive.block-title--layout-seven .page-header span:before,
	.search.block-title--layout-seven .page-header span:before,
	.archive.block-title--layout-seven .page-title:before,
	.block-title--layout-seven h2.pubnews-widget-title span:before,
	.block-title--layout-seven .pubnews-custom-title:before,
	.block-title--layout-seven h2.pubnews-block-title:after,
	.block-title--layout-seven h2.widget-title span:after,
	.archive.block-title--layout-seven .page-header span:after,
	.search.block-title--layout-seven .page-header span:after,
	.archive.block-title--layout-seven .page-title:after,
	.block-title--layout-seven h2.pubnews-widget-title span:after,
	.block-title--layout-seven .pubnews-custom-title:after {
		content: '';
		z-index: 1;
		opacity: 0.8;
		width: 11px;
		height: 11px;
		position: absolute;
		left: 0;
		border-radius: 50%;
	}

	.block-title--layout-seven h2.pubnews-block-title:before,
	.block-title--layout-seven h2.widget-title span:before,
	.archive.block-title--layout-seven .page-header span:before,
	.search.block-title--layout-seven .page-header span:before,
	.archive.block-title--layout-seven .page-title:before,
	.block-title--layout-seven h2.pubnews-widget-title span:before,
	.block-title--layout-seven .pubnews-custom-title:before {
		top: 2px;
		background-color: #ff2453;
	}

	.block-title--layout-seven h2.pubnews-block-title:after,
	.block-title--layout-seven h2.widget-title span:after,
	.archive.block-title--layout-seven .page-header span:after,
	.search.block-title--layout-seven .page-header span:after,
	.archive.block-title--layout-seven .page-title:after,
	.block-title--layout-seven h2.pubnews-widget-title span:after,
	.block-title--layout-seven .pubnews-custom-title:after {
		top: 9px;
		background-color: #be2edd;
	}

	.block-title--layout-seven .news-filter .post_title_filter_wrap {
		border: none;
	}

	.block-title--layout-seven .pubnews-custom-title {
		position: relative;
		padding-left: 25px;
	}

	/* Block Title Layout Finish */

	h2.pubnews-block-title span sub,
	h2.pubnews-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(--pubnews-global-preset-theme-color);
	}

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

	.post-meta span,
	.post-meta time {
		color: var(--meta-text-color);
		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);
		letter-spacing: var(--meta-letterspacing);
	}

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

	.post-meta .author_name,
	.post-comment,
	.read-time {
		color: var(--meta-text-color);
		text-decoration: var(--meta-textdecoration);
		font-family: inherit;
		font-weight: inherit;
	}

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

	.home.blog #theme-content {
		padding-top: var(--archive-padding-top);
		padding-bottom: var(--archive-padding-bottom);
	}

	.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: 50px;
	}

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

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

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

	.home.blog #theme-content .row .primary-content article .blaze_box_wrap {
		position: relative;
	}

/* Sidebar */
	body.both-sidebar #theme-content .row .secondary-left-sidebar,
	body.left-both-sidebar #theme-content .row .secondary-left-sidebar,
	body.left-both-sidebar #theme-content .row .secondary-sidebar {
		margin-right: 30px;
	}

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

	body.post-layout--one.both-sidebar #theme-content .primary-content article + article .blaze_box_wrap,
	body.post-layout--one.left-both-sidebar #theme-content .primary-content article + article .blaze_box_wrap,
	body.post-layout--one.right-both-sidebar #theme-content .primary-content article + article .blaze_box_wrap,
	body.post-layout--five.both-sidebar #theme-content .primary-content article + article,
	body.post-layout--five.left-both-sidebar #theme-content .primary-content article + article,
	body.post-layout--five.right-both-sidebar #theme-content .primary-content article + article {
		margin-top: 30px;
	}

	body.post-layout--one.both-sidebar #theme-content .primary-content article .post-element,
	body.post-layout--one.left-both-sidebar #theme-content .primary-content article .post-element,
	body.post-layout--one.right-both-sidebar #theme-content .primary-content article .post-element {
		padding-left: 25px;
	}

	body.post-layout--two.both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--two.left-both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--two.right-both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--three.both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--three.left-both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--three.right-both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--four.both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--four.left-both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--four.right-both-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--two.left-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--two.right-sidebar #theme-content .primary-content .news-list-wrap {
		gap: 30px;
	}

	body.post-layout--four.left-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--four.right-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--three.left-sidebar #theme-content .primary-content .news-list-wrap,
	body.post-layout--three.right-sidebar #theme-content .primary-content .news-list-wrap {
		gap: 25px;
	}


/** 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 {
		flex: 0 1 70%;
		max-width: 70%;
	}

	.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 .pubnews-container {
		width: initial;
		max-width: initial;
		margin: 0 30px;
	}

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

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

	body header.site-header .fixed_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 {
		font-size: 9px;
		padding: 2px 4px;
		margin: 0 3px;
		line-height: 10px;
		left: calc(100% - 25px);
		background: var(--pubnews-global-preset-theme-color);
		color: #fff;
		position: absolute;
		border-radius: 1px;
		line-height: normal;
		top: 0;
		margin: 0 3px;
		font-weight: 700;
		display: inline-table;
		word-break: keep-all;
		overflow-wrap: unset;
		width: max-content;
		z-index: 1;
	}

	.menu-item-description:after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-left: 0 solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid var(--pubnews-global-preset-theme-color);
		left: 3px;
		bottom: -4px;
	}
	.sub-menu .menu-item-description {
		left: auto;
		top: auto;
		margin-left: 10px;
		margin-top: 5px;
	}

	.sub-menu .menu-item-description:after {
		content: none;
		bottom: 0;
	}

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

	.pubnews_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: 400;
		color: var(--top-header-dt-color);
		line-height: 14px;
		letter-spacing: .3px;
	}

	.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: 1px solid #ffffff38;
		top: 12px;
		font-size: 9px;
		padding: 5px 7px;
		border-radius: 0;
		transition: all .4s ease;
	}

	.site-header.layout--default .top-ticker-news .slick-arrow:hover {
		background-color: var(--pubnews-global-preset-theme-color);
		border-color: var(--pubnews-global-preset-theme-color)
	}

	.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-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;
		text-align: right;
	}

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

	.site-header.layout--default .social-icons-wrap .social-icons {
		display: flex;
		gap: 9px;
	}

	.site-header.layout--default .social-icons-wrap .social-icon {
		font-weight: 500;
		text-decoration: none;
		color: #fff;
		background-color: var(--social-icon-bk-color);
		font-size: var(--social-icon-size);
		border-radius: 500px;
		width: 38px;
		height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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

	.site-header.layout--default .social-icons-wrap.pubnews-show-hover-animation .social-icon {
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.site-header.layout--default .social-icons-wrap.pubnews-show-hover-animation .social-icon:hover {
		transform: translateY(-2px);
	}

	.site-header.layout--default .social-icons-wrap .social-icon i {
		line-height: 30px;
	}

	.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;
		line-height: 1;
	}

	.site-header.layout--default .main-header .site-description {
		margin: 0;
		padding: 8px 5px 0;
		font-family: var(--site-tagline-family);
		font-weight: var(--site-tagline-weight);
		font-size: var(--site-tagline-size);
		line-height: var(--site-tagline-lineheight);
		letter-spacing: var(--site-tagline-letterspacing);
		text-decoration: var(--site-tagline-textdecoration);
		text-transform: var(--site-tagline-texttransform);
	}

	.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 40%;
		text-align: center;
	}

	.pubnews_dark_mode .site-branding .site-title a {
		color: #fff;
	}

/* Newslettter and Random News */
	.site-header.layout--one .header-right-button-wrap {
		flex: 0 1 30%;
		text-align: end;
		display: flex;
		justify-content: end;
		gap: 20px;
	}

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

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

	.site-header.layout--default.layout--one .newsletter-element a {
		padding: 3px 13px 5px;
		background: var(--newsletter-bk-color);
		transition: all .4s ease;
	}

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

	.site-header.layout--default .header-right-button-wrap .title-icon i {
		padding-right: 7px;
		font-size: 13px;
	}

	.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) * 1.05 );
	}

	@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 .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(--pubnews-global-preset-theme-color);
		border-radius: 20px;
	}

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

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

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

/** Menu Section **/
	.site-header.layout--default .menu-section {
		background-color: var(--header-bk-color);
		border-top: 1px solid var(--menu-border-top-color);
	}

	.pubnews_dark_mode .site-header.layout--default .menu-section {
		border-color: #ffffff1a;
	}

	.site-header.layout--default .menu-section .row {
		align-items: center;
		display: flex;
	}

	.site-header.layout--default .sidebar-toggle-wrap {
		flex:  0 1 4%;
		padding-left: 25px;
	}

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

	.site-header.layout--default .search-wrap {
		flex: 0 1 4%;
		position: relative;
		text-align: right;
	}


	.site-header.layout--default.layout--one .sidebar-toggle-wrap {
		padding-left: 0;
	}

	.site-header.layout--default .search-wrap .search-trigger {
		background-color: transparent;
		border: none;
		color: var(--search-color);
		padding: 0;
		font-size: 17px;
		transition: all ease-in-out .3s;
	}

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

	.site-header.layout--default .search-wrap .search-trigger.slideshow,
	.site-header.layout--default .search-wrap .search_close_btn {
		opacity: 0;
		visibility: hidden;
	}

	.site-header.layout--default .search-wrap .slideshow ~ .search_close_btn,
	.site-header.layout--default .search-wrap .search-trigger {
		opacity: 1;
		visibility: visible;
	}

	.site-header.layout--default .search-wrap .search_close_btn {
		color: var(--search-color);
		font-size: 24px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		line-height: 0;
		transition: all ease-in-out .3s;
		padding: 0;
		background: transparent;
		border: none;
	}

	.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: 14px 15px;
		background-color: var(--inner-container-bk);
		right: 0;
		top: 43px;
		z-index: 999999;
		box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 9%);
		-webkit-box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 9%);
		-moz-box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 9%);
	}

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

	.site-header.layout--default .search-submit {
		border: none;
		background-color: var(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		vertical-align: top;
		padding-bottom: 10px;
		letter-spacing: 0.3px;
		font-size: 14px;
		font-family: var(--menu-family);
	}

	.search-form-wrap .search-field {
		font-size: 15px;
		padding: 7px 12px;
	}

	.search-form-wrap .search-field::placeholder {
		font-size: 14px;
	}

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

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

	.pubnews_sidetoggle_menu_burger span {
		margin-bottom: 5px;
		background-color: var(--sidebar-toggle-color);
		width: 23px;
		height: 1.2px;
		display: block;
		margin: 2.4px 0;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.site-header.layout--one .pubnews_sidetoggle_menu_burger span {
		width: 22px;
		height: 1.8px;
		margin: 2.5px 0;
	}

	.site-header.layout--one .pubnews_sidetoggle_menu_burger span:first-child {
		width: 12px;
		height: 1.75px;
	}

	.pubnews_sidetoggle_menu_burger span:first-child {
		width: 13px;
	}

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

	.off-canvas-trigger.slideshow .pubnews_sidetoggle_menu_burger span:nth-child(1) {
		transform: rotate(40deg) translate(8px, 3px);
		width: 26px;
	}

	.site-header.layout--one .off-canvas-trigger.slideshow .pubnews_sidetoggle_menu_burger span:nth-child(1) {
		transform: rotate(40deg) translate(5px, 5px);
		width: 25px;
	}

	.off-canvas-trigger.slideshow .pubnews_sidetoggle_menu_burger span:nth-child(2) {
	transform: scaleX(0);
	}

	.off-canvas-trigger.slideshow .pubnews_sidetoggle_menu_burger span:nth-child(3) {
	transform: rotate(-39deg) translate(7px, -2px);
	width: 27px;
	}

	.site-header.layout--one .off-canvas-trigger.slideshow .pubnews_sidetoggle_menu_burger span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -4px);
		width: 24px;
	}

	/** 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--one .main-navigation > div, 
		.site-header.layout--one .main-navigation ul.menu,
		.site-header.layout--one .main-navigation ul.menu li
		.site-header.layout--one .main-navigation ul.nav-menu,
		.site-header.layout--one .main-navigation ul.nav-menu li {
			justify-content: center;
		}

		.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: 13px 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: var(--menu-size);
			line-height: var(--menu-lineheight);
			letter-spacing: var(--menu-letterspacing);
			text-transform: var(--menu-texttransform);
			text-decoration: var(--menu-textdecoration);
		}

		.main-navigation .menu li.page_item ul li a,
		.main-navigation .nav.menu li.page_item ul li a {
			background-color: transparent;
		}

		.main-navigation .menu li  ul a:hover,
		.main-navigation .nav.menu li ul a:hover {
			background: transparent;
		}

		.pubnews_dark_mode .main-navigation .menu li a,
		.pubnews_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(--pubnews-global-preset-theme-color);
		}

		.main-navigation.hover-effect--one .menu li a:hover,
		.main-navigation.hover-effect--one .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 22px;
		}

		.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: #fff;
			border-bottom: 1px solid #ffffff1a;
			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(--pubnews-global-preset-theme-color);
		}
		.main-navigation ul.menu ul li a:hover:after,
		.main-navigation ul.nav-menu ul li a:hover:after  {
			color: var(--pubnews-global-preset-theme-color);
		}

		.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 **/
		.main-navigation .menu > li li a,
		.main-navigation .nav-menu > li li a  {
			float: none;
			display: block;
			padding: 8px 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%;
		}

		/* 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.7);
			font-weight: 900;
			line-height: var(--menu-lineheight);
			margin-left: 9px;
			line-height: 20px;
		}

		.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: 12px;
			font-weight: 900;
			line-height: 1;
			margin-left: 8px;
			float: right;
			line-height: 18px;
			padding-top: 4px;
			color: #fff;
		}
	}

	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 > li ul {
		border-top: 1px solid var(--pubnews-global-preset-theme-color);
	}

	@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);
		}
	}

	#pubnews_menu_burger span{
	background-color:ghostwhite;
	}

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

		.site-header.layout--default .top-nav-menu {
			text-align: center;
		}

		.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.layout--one .main-header .site-branding-section .row {
			gap: 25px;
		}

		.site-header.layout--default .menu-section .row {
			padding: 9px 0;
		}

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

		.site-header.layout--default.layout--one .main-header .site-branding-section .site-branding {
			padding: 0 10px;
		}

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

		#pubnews_menu_burger span{
		width: 19px;
		height: 1.6px;
		margin: 2.3px 0;
		display: block;
		transition: all .4s ease;
		transform-origin: 0 0;
		}

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

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

		.main-navigation.toggled #pubnews_menu_burger span:nth-child(3) {
		transform: rotate(-45deg) translate(0, 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;
		}

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

		nav.main-navigation ul.menu,
		nav.main-navigation ul.nav-menu {
			max-height: 405px;
			overflow-y: scroll;
		}

		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%;
			top: 39px;
			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 #161616;
		}

		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);
			font-family: var(--menu-family);
			float: none;
			display: block;
			padding: 9px 0;
			text-decoration: var(--menu-textdecoration-mobile);
			color: #fff;
		}

		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;
			left: 0;
		}

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

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

	.after-header.header-layout-banner-two .ads-banner {
		text-align: center;
		padding: 40px 0 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--default .newsletter-element a {
		color: var(--newsletter-color);
		border-radius: 3px;
		box-shadow: 5px 5px 0px 0px rgb(53 52 52 / 20%);
	}

	.site-header.layout--default.layout--one .newsletter-element.pubnews-show-border a {
		padding: 3px 13px 5px;
		background-color: var(--newsletter-bk-color);
		transition: all .4s ease;
	}

	.site-header.layout--default.layout--one .newsletter-element.pubnews-show-border a:hover {
		background-color: var(--newsletter-bk-color-hover);
	}

	.site-header.layout--default .random-news-element a {
		color: #fff;
	}

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

	.site-header.layout--default.layout--one .newsletter-element.pubnews-show-hover-animation {
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.site-header.layout--default.layout--one .newsletter-element.pubnews-show-hover-animation:hover {
		transform: translateY(-2px);
	}

/* Header Layout Three */
/* Top Header */

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

	/*** sidebar Toggle **/
		.off-canvas-active .pubnews_ovelay_div,
		.newsletter-popup-active .pubnews_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;
		}

		.off-canvas-active .pubnews_ovelay_div:hover,
		.newsletter-popup-active .pubnews_ovelay_div:hover {
			cursor: w-resize;
		}

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

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

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

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

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

		.off-canvas-close {
			float: right;
			padding: 10px 15px;
			color: #ffffffc2;
			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 .pubnews-container {
			padding: 0 25px 35px;
			height: 100%;
			overflow-x: hidden;
			overflow-y: auto;
			box-shadow: 0 0 48px rgb(34 96 191 / 24%);
		}

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

		.sidebar-toggle .pubnews-container::-webkit-scrollbar,
		.pubnews-table-of-content.display--fixed .toc-wrapper::-webkit-scrollbar {
			width: 4px;
		}

		.sidebar-toggle .pubnews-container::-webkit-scrollbar-thumb,
		.pubnews-table-of-content.display--fixed .toc-wrapper::-webkit-scrollbar-thumb {
			background-color: #444444;
			border-radius: 20px;
		}

		.sidebar-toggle .post-title,
		body .sidebar-toggle .widget-title span,
		.sidebar-toggle .widget ul li a,
		body .sidebar-toggle .widget ol li a,
		.sidebar-toggle .widget .no-comments.wp-block-latest-comments,
		.sidebar-toggle .widget-tabs-content .tab-item .post-title,
		body .sidebar-toggle h2.pubnews-widget-title span,
		.sidebar-toggle .popular-posts-wrap .post-title,
		.sidebar-toggle .widget .wp-block-latest-comments__comment-excerpt p,
		.sidebar-toggle .author-name {
			color: #fff;
		}

		body .sidebar-toggle .pubnews-category-no-bk .post-categories .card__content-category a,
		body .sidebar-toggle .pubnews-category-no-bk .post-categories .cat-item a,
		.sidebar-toggle .widget ul li:before,
		.sidebar-toggle .widget ol li:before,
		.sidebar-toggle .post-meta span,
		.sidebar-toggle .post-meta time,
		.sidebar-toggle .widget.widget_pubnews_news_filter_tabbed_widget ul li,
		.sidebar-toggle .widget_pubnews_author_info_widget .author-tag {
			color: #F7F7F7 ;
		}

		.sidebar-toggle .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
		.sidebar-toggle .wp-block-latest-comments__comment-meta time {
			color: #bfbfbf;
		}

		.sidebar-toggle .widget ul li + li,
		.sidebar-toggle .widget ol li + li,
		.sidebar-toggle .widget_pubnews_posts_list_widget .layout-three .post-item:first-child,
		.sidebar-toggle .widget_pubnews_posts_list_widget .layout-three .post-item:first-child .post-numbering {
			border-color: #c9c9c945;
		}

		.sidebar-toggle .widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child) span {
			background-color: #262626;
		}
	/* 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: calc(var(--meta-size)*0.8);
		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;
		line-height: 27px;
	}

	.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 **/
	.pubnews-ticker-box {
		max-height: 85px;
		overflow: hidden;
		flex: 1;
		position: relative;
	}

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

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

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

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

	.pubnews_dark_mode .pubnews-ticker-box:before {
		background: none;
	}

	.ticker-news-wrap {
		position: relative;
		margin-top: 40px;
	}

	.ticker-news-wrap .pubnews-ticker-box ul li {
		float: left;
		margin-inline: 15px;
		display: flex!important;
		overflow: hidden;
		background-color: var(--inner-container-bk);
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.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-item-wrap {
		list-style: none;
		margin: 0;
	}

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

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

	.ticker_label_title {
		position: relative;
	}

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

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

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

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

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

	/** Ticker Two **/
	.ticker-news-wrap.layout--two .ticker_label_title {
		background-color: var(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		text-align: center;
		padding: 12px 15px;
		max-height: 80px;
		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(--pubnews-global-preset-theme-color);
	}

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

	.ticker-news-wrap.layout--two .pubnews-ticker-box {
		max-height: 80px;
		padding: 8px 0;
	}

	.ticker-news-wrap .ticker-item .feature_image {
		border-radius: 4px;
		overflow: hidden;
	}

	.ticker-news-wrap.layout--two .ticker-item .feature_image {
		max-width: 85px;
		flex: 0 1 85%;
	}

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

	.ticker-news-wrap.layout--two .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.67);
		font-family: var(--post-title-family);
		margin-bottom: 2px;
		margin-top: 0;
		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 .pubnews-ticker-controls button, .ticker-news-wrap.layout--two .pubnews-ticker-controls button:hover  {
		background-color: var(--pubnews-global-preset-theme-color);
		border: none;
		height: 100%;
		border-radius: 0;
	}	

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

	.ticker-news-wrap.layout--two .pubnews-ticker-box ul li {
		height: 60px;
		width: 350px;
	}

	.ticker-news-wrap span.post-date:before {
		font-size: calc(var(--single-meta-size)*0.65);
	}

	.ticker-news-wrap .ticker-item-wrap .post-date time {
		font-size: calc(var(--meta-size)*0.94);
	}

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

	.ticker-news-wrap.layout--three .pubnews-ticker-box {
		max-height: 108px;
	}

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

	.ticker-news-wrap.layout--three .ticker-item .feature_image {
		max-width: 120px;
	}

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

	.ticker-news-wrap.layout--three .ticker-item .title-wrap {
		max-width: 340px;
		padding-left: 15px;
	}

	.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 .pubnews-ticker-controls {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

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

	.ticker-news-wrap.layout--three .pubnews-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
=========================================
*/

	body #main-banner-section article {
		overflow: hidden;
	}

	/* Banner Slider One */

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

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

	ul.post-categories li {
		display: inline-block;
		margin: 7px 7px 0 0;
		border-radius: 2px;
		transition: all .4s ease;
	}

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

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

	.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;
		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.25);
		line-height: calc(var(--post-title-lineheight) * 1.8);
		width: 80%;
		margin: 15px 0 0;
		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: 12px;
		padding: 0;
		visibility: hidden;
		cursor: pointer;
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.main-banner-wrap .slick-arrow.slick-prev:hover {
		transform: translateX(-2px);
	}

	.main-banner-wrap .slick-arrow.slick-next:hover {
		transform: translateX(2px);
	}

	.main-banner-wrap .slick-arrow i {
		padding: 1px 14px 0;
		line-height: 33px;
		border: none;
		border-radius: 50%;
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
		color: #000;
		background-color: var(--white-text);
	}

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

	.main-banner-wrap .slick-arrow:hover i {
		color: var(--pubnews-global-preset-theme-color);
	}

	.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;
		top: 5px;
		right: 15px;
		height: 0;
	}

	.main-banner-wrap .slick-dots li {
		position: relative;
		display: inline-block;
		margin: 0 8px;
		cursor: pointer;
	}

	.main-banner-wrap .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 12px;
		height: 12px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: #fff;
		border-radius: 10px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.main-banner-wrap .slick-dots li.slick-active button,
	.news-carousel .slick-dots li.slick-active button {
		width: 25px;
		background-color: var(--pubnews-global-preset-theme-color);
		opacity: 1;
	}

	.main-banner-tabs ul.banner-tabs {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		background: #19232d;
		align-items: center;
	}

	.main-banner-tabs .banner-tab {
		padding: 8px 10px;
		color: #fff;
		text-align: center;
		flex: 1;
		font-family: var(--block-title-family);
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

	.pubnews_dark_mode .main-banner-tabs .banner-tab:not(.active) {
		background-color: #202024;
		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 {
		border-bottom: 2px solid var(--pubnews-global-preset-theme-color);
	}

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

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

	.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 0 5px 16px;
	}

	.banner-tabs-content .post-categories a {
		color: var(--pubnews-global-preset-theme-color);
		font-size: calc(var(--meta-size)*0.8);
		transition: all 0.4s ease;
	}

	.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: 2px;
		font-size: calc(var(--post-title-size)*0.72);
		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 .pubnews_comment_post {
		text-decoration: none;
		color: inherit;
	}

	.banner-tabs-content .post-item,
	.banner-tabs-content .comment-item {
		display: flex;
		margin-top: 4px;
	}

	.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 .pubnews_avatar {
		flex: 0 1 20%;
		padding-right: 20px;
	}

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

	.banner-tabs-content .comment-item .pubnews-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  .pubnews-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,
	.banner-layout--six.tab_slider--banner_slider .row .main-banner-wrap {
		order: 2;
		padding-right: 0;
		padding-left: 2px;
	}

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

	@media (max-width: 500px) {
		.main-banner-wrap .post-element .post-excerpt {
			display: none;
		}
	}

		.main-banner-popular-posts h2.section-title {
			margin: 0;
			line-height: 1;
			padding-bottom: 10px;
			padding-left: 6px;
			width: 80%;
			font-size: 1.23rem;
			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.76rem;
			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;
		}

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

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

		.widget.widget_pubnews_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.74rem;
			-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);
		}

		.pubnews_vertical_slider .popular-posts-wrap .slick-arrow,
		.pubnews-widget-carousel-posts.pubnews_vertical_slider .slick-arrow {
			transform-origin: 0 0;
			top: -6px;
			transform: rotate(270deg);
			padding: 9px 8px 7px 8px;
		}

		.popular-posts-wrap .slick-track article {
			display: flex;
			margin-bottom: 5px;
		}

		.main-banner-popular-posts.pubnews_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;
			overflow: hidden;
		}

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

		.main-banner-popular-posts .post-element .post-categories a,
		.widget .post-element .post-categories a {
			color: var(--pubnews-global-preset-theme-color);
		}

		.post-thumb .post-count {
			position: absolute;
			color: var(--white-text);
			background-color: var(--pubnews-global-preset-theme-color);
			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.72);
			text-decoration: none;
			color: var(--post-title-color);
		}

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

		.popular-posts-wrap .post-meta {
			margin-top: 5px;
		}

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

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

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

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

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

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

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

		.widget .pubnews_horizontal_slider .popular-posts-wrap .slick-list .slick-track {
			display: block;
		}

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

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

		@media (max-width: 760px) {
			.main-banner-popular-posts .popular-posts-wrap .slick-next {
				right: 15px;
			}
		}
			
			#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;
			}

			.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.73);
				margin: 0 0 8px;
				font-weight: 300;
				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.8rem;
			}

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

			/* slick button hover effect */
			.widget.widget_pubnews_popular_posts_widget .popular-posts-wrap .slick-arrow:hover,
			.pubnews-widget-carousel-posts .slick-arrow:hover,
			.main-banner-popular-posts .popular-posts-wrap .slick-arrow:hover {
				background-color: var(--pubnews-global-preset-theme-color);
				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: 500px;
		}

		#main-banner-section article .post-thumb {
			border-radius: 4px;
			overflow: hidden;
		}

		.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 66.76%;
			max-width: 66.76%;
			padding-right: 2px;
		}

		.banner-layout--six.layout--row .row  .main-banner-trailing-posts .trailing-posts-wrap {
			display: grid;
			gap: 2px;
		}

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

		.banner-layout--six .row  .main-banner-trailing-posts {
			flex: 0 1 33.24%;
		}

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

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

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

		.banner-layout--six .row  .main-banner-trailing-posts .post-element-wrap,
		.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: 24px;
			z-index: 1;
		}

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

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb .post-element-wrap,
		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb .post-element-wrap {
			-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 .main-banner-trailing-posts .post-categories a,
		.banner-layout--six .trailing-posts-wrap-secondary .post-categories a {
			font-size: calc(var(--meta-size)*0.94);
		}

		.banner-layout--six .row  .main-banner-trailing-posts .post-item .post-title,
		.banner-layout--six .row  .trailing-posts-wrap-secondary .post-item .post-title {
			margin: 15px 0 5px;
			font-size: calc(var(--post-title-size) * 0.8);
			line-height: calc(var(--post-title-lineheight) * 1.12);
		}

		.banner-layout--six .row  .main-banner-trailing-posts figure.post-thumb:hover .post-element-wrap,
		.banner-layout--six .row  .trailing-posts-wrap-secondary 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,
		.banner-layout--six .row  .trailing-posts-wrap-secondary figure.post-thumb:hover .post-element-wrap .post-meta {
			opacity: 1;
		}

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

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

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

		.banner-layout--six .trailing-posts-wrap-secondary {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 2px;
			margin-top: 2px;
		}

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

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

		.banner-layout--six.layout--column .row .main-banner-wrap {
			flex: 0 1 53.72%;
			max-width: 53.72%;
		}

		.banner-layout--six.layout--column .row .main-banner-trailing-posts {
			flex: 0 1 46.28%;
		}

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

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

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

			.banner-layout--six.layout--column .row .main-banner-trailing-posts .post-thumb {
				height: 320px;
			}

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

		@media(max-width: 700px){
			.banner-layout--six.layout--column .row .main-banner-trailing-posts .trailing-posts-wrap,
			.banner-layout--six .trailing-posts-wrap-secondary,
			body .banner-layout--six.layout--row .row .main-banner-trailing-posts .trailing-posts-wrap {
				grid-template-columns: 100%;
			}
		}

		@media(max-width: 584px) {
			.banner-layout--six .main-banner-wrap article .post-thumb {
				height: 372px;
			}
		}

		/* Slider loader **/
			.main-banner-slider:not(.slick-initialized),
			.popular-posts-wrap:not(.slick-initialized),
			.grid-posts-wrap:not(.slick-initialized) {
				visibility: hidden;
				position: relative;
			}

			.main-banner-slider:not(.slick-initialized):before,
			.popular-posts-wrap:not(.slick-initialized):before,
			.grid-posts-wrap:not(.slick-initialized):before {
				visibility: visible;
				position: absolute;
				height: 472px;
				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;
			}

			.banner-layout--six .main-banner-slider:not(.slick-initialized) {
				height: 440px;
			}

/*
=========================================
5.0 Full Width Sectin
=========================================
*/

	#full-width-section {
		padding: 25px 0;
	}

	#full-width-section .row > div,
	.leftc-rights-section .primary-content > div,
	.lefts-rightc-section .primary-content > div,
	#bottom-full-width-section .row > div,
	.pubnews-multi-column-section .section-column > div {
		margin-bottom: 35px;
	}

	#full-width-section article .blaze_box_wrap {
		position: relative;
	}

	.secondary-sidebar .widget,
	.sidebar-toggle .widget {
		position: relative;
	}

	#full-width-section .row > div:last-child,
	.leftc-rights-section .primary-content > div:last-child,
	.lefts-rightc-section .primary-content > div:last-child,
	#bottom-full-width-section .row > div:last-child,
	.pubnews-multi-column-section .section-column > div:last-child {
		margin-bottom: 0;
	}

	.pubnews-iscard .pubnews-card,
	.pubnews-iscard .widget_meta ul {
		overflow: hidden;
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.pubnews-iscard  .carousel-posts-wrap.pubnews-card {
		overflow: visible;
	}


/*
=========================================
6.0 Left Content Right Sidebar
=========================================
*/
	.leftc-rights-section {
		padding: 25px 0;
	}

	.leftc-rights-section .row {
		display: flex;
	}

	.leftc-rights-section .primary-content {
		flex: 0 1 70%;
	}

	.leftc-rights-section .primary-content article .blaze_box_wrap {
		position: relative;
	}

	.leftc-rights-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 50px;
	}

/*
=========================================
7.0 Right Content Left Sidebar
=========================================
*/
	.lefts-rightc-section {
		padding: 25px 0;
	}

	.lefts-rightc-section .row {
		display: flex;
	}

	.lefts-rightc-section .primary-content {
		flex: 0 1 70%;
	}

	.lefts-rightc-section .primary-content article .blaze_box_wrap {
		position: relative;
	}

	.lefts-rightc-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-right: 50px;
	}

/*
=========================================
8.0 Bottom Full Width Section
=========================================
*/
	#bottom-full-width-section {
		padding: 25px 0;
	}

	#bottom-full-width-section .row article .blaze_box_wrap {
		position: relative;
	}


/*
=========================================
9.0 Grid Layout
9.2 Grid Layout Two
=========================================
*/

	/* GRID COLUMN */
		.news-grid .news-grid-post-wrap {
			display: grid;
			gap: 36px;
		}

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

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

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

	.news-grid .post-title {
		margin: 0 0 4px;
		font-size: calc(var(--post-title-size)*0.8);
		line-height: calc(var(--post-title-lineheight) * 1.1);
		letter-spacing: -.36px;
	}

	.post-meta span {
		padding-right: 10px;
	}

	.post-meta span:last-child {
		padding-right: 0;
	}

	span.author_name:before,
	a.author_name:before,
	span.post-date:before,
	span.post-comment:before,
	.read-time:before {
		margin-right: 7px;
		font-family: 'Font Awesome 5 Free';
		font-size: calc(var(--single-meta-size)*0.7);
		color: var(--meta-text-color);
	}

	span.author_name.fa-brands:before,
	a.author_name.fa-brands:before,
	span.post-date.fa-brands:before,
	span.post-comment.fa-brands:before,
	.read-time.fa-brands:before {
		font-family: 'Font Awesome 6 Brands';
	}

	span.author_name.fa-solid:before,
	a.author_name.fa-solid:before,
	span.post-comment.fa-solid:before,
	span.post-date.fa-solid:before,
	.read-time.fa-solid:before {
		font-weight: 900;
	}

	span.author_name.fa-regular:before,
	a.author_name.fa-regular:before,
	span.post-comment.fa-regular:before,
	span.post-date.fa-regular:before,
	.read-time.fa-regular:before {
		font-weight: 400;
	}

	span.post-date:before,
	span.post-comment:before {
		position: relative;
	}

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

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


/*
=========================================
9.1 Grid Layout One
=========================================
*/

	.news-grid.layout--one figure.post-thumb-wrap {
		position: relative;
		border-radius: 4px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.news-grid figure.post-thumb-wrap img {
		display: block;
		width: 100%;
		height: 101%;
		object-fit: cover;
	}

	.news-grid figure.post-thumb-wrap .post-categories {
		position: absolute;
		bottom: 15px;
		left: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.news-grid.layout--one .post-excerpt p {
		margin: 13px 0;
	}


	.leftc-rights-section .news-grid.layout--one .column--four .post-title,
	.lefts-rightc-section .news-grid.layout--one .column--four .post-title,
	.leftc-rights-section .news-carousel.layout--one .post-title,
	.lefts-rightc-section .news-carousel.layout--one .post-title {
		font-size: calc( var(--post-title-size)*0.76);
		line-height: 1.5;
	}


/*
=========================================
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 COLUMS */
		.news-list-post-wrap {
			display: grid;
			gap: 36px;
		}

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

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

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

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

/*
=========================================
10.1 List Layout One
=========================================
*/

	.news-list-post-wrap .list-item figure.post-thumb-wrap {
		flex: 0 1 35%;
		overflow: hidden;
		position: relative;
		margin-right: 30px;
		border-radius: 4px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.news-list-post-wrap .list-item figure.post-thumb-wrap img {
		display: block;
		height: 101%;
		object-fit: cover;
	}

	.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories {
		position: absolute;
		bottom: 11px;
		left: 15px;
		display: flex;
		flex-wrap: wrap;
	}

	.news-list-post-wrap .list-item .post-element {
		flex: 0 1 65%;
		padding: 5px 0 5px;
	}

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

	.news-list-post-wrap .list-item .post-title {
		margin: 0 0 4px;
		font-size: calc(var(--post-title-size) * 1.2);
		line-height: calc(var(--post-title-lineheight) * 1.2);
	}

	.full-width-section .news-list-post-wrap.column--one .list-item .post-title {
		font-size: calc(var(--post-title-size) * 0.985);
	}

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

	#theme-content .news-list-post-wrap .list-item .post-title {
		font-size: var(--post-title-size);
	}

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

	.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.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;
		margin: 0 0 0 30px;
	}

	.news-list.layout--three .news-list-post-wrap .post-title {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 22px;
		padding-bottom: 12px;
	}

	.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: -70px;
		position: relative;
		z-index: 9;
		padding: 9px 0 8px 15px;
		background-color: var(--title-bk-color);
		border-radius: 4px 0 0 4px;
	}

	.full-width-section .news-list.layout--four .column--one .list-item .post-title,
	.bottom-full-width-section .news-list.layout--four .column--one .list-item .post-title {
		padding: 11px 0 12px 15px;
	}

	.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--three .list-item .post-title {
		margin: 0 0 6px;
		padding: 0;
	}

/** News List columnts 2 **/
	.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 figure.post-thumb-wrap,
	.news-list-post-wrap.column--three .list-item figure.post-thumb-wrap {
		margin-right: 25px;
	}

	.news-list.layout--three .news-list-post-wrap.column--two figure.post-thumb-wrap,
	.news-list.layout--three .news-list-post-wrap.column--three figure.post-thumb-wrap {
		margin: 0 0 0 25px;
	}

	.news-list-post-wrap.column--two .list-item .post-title {
		font-size: calc(var(--post-title-size)*0.87);
	}

	.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: 10px;
	}

	.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.79);
		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 .list-item {
		border-bottom: none;
	}

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

	.news-carousel-post-wrap {
		display: grid
	}

	.news-carousel-post-wrap .slick-track {
		margin-right: auto;
		margin-left: 0;
	}

	.news-carousel {
		position: relative;
	}

	.news-carousel .slick-slider {
		position: initial;
	}

	.news-carousel .slick-arrow {
		position: absolute;
		cursor: pointer;
		width: 32px;
		height: 32px;
		font-size: 0.68rem;
		z-index: 9;
		top: 50%;
		transform: translateY(-50%);
		padding: 5px;
		background-color: #fff;
		color: #000;
		border: none;
		border-radius: 50%;
		visibility: hidden;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
		line-height: 22px;
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.news-carousel .slick-arrow.slick-prev:hover {
		transform: translate(-2px, -50%);
	}

	.news-carousel .slick-arrow.slick-next:hover {
		transform: translate(2px, -50%);
	}

	.news-carousel .slick-dots {
		position: absolute;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: right;
		right: 50%;
		bottom: 0;
		height: 0;
		transform: translateX(50%);
	}

	.news-carousel .slick-dotted {
		padding-bottom: 30px;
	}

	.news-carousel .slick-dotted .slick-dots {
		bottom: 25px;
	}

	.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(--pubnews-global-preset-theme-color);
		border-radius: 10px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.news-carousel .slick-dots li.slick-active {
		background-color: var(--pubnews-global-preset-theme-color);
		border-radius: 50%;
	}

	.news-carousel .slick-list {
		margin: 0 -18px;
	}

	.news-carousel article {
		padding: 2px 18px;
	}

	.news-carousel .post-title {
		line-height: clac(var(--post-title-lineheight) * 1.2);
		margin: 0 0 2px 0;
	}

	.full-width-section .news-carousel .post-title,
	.bottom-full-width-section .news-carousel .post-title {
		font-size: calc(var(--post-title-size)*0.8);
	}

	.leftc-rights-section .news-carousel .post-title,
	.lefts-rightc-section .news-carousel .post-title {
		font-size: calc(var(--post-title-size) * 0.91);
	}

	.news-carousel .post-title a {
		color: inherit;
		text-decoration: none;
	}

	.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(--pubnews-global-preset-theme-color);
	}

	.news-carousel .post-thumb-wrap {
		position: relative;
	}

	.news-carousel .no-feat-img .post-thumb-wrap {
		position: relative;
		padding-bottom: 55.5%;
		background: var(--noimg-bk-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}

	.leftc-rights-section .news-carousel .no-feat-img .post-thumb-wrap,
	.lefts-rightc-section .news-carousel .no-feat-img .post-thumb-wrap {
		padding-bottom: 95.5%;
	}

	.news-carousel .post-thumb-wrap img {
		width: 100%;
		height: 101%;
		object-fit: cover;
	}

	.leftc-rights-section .news-carousel .slick-list,
	.lefts-rightc-section .news-carousel .slick-list {
		margin: 0 -13px;
	}

	.leftc-rights-section .news-carousel article,
	.lefts-rightc-section .news-carousel article {
		padding: 2px 13px;
	}


/*
=========================================
11.1 Carousel Layout One
=========================================
*/
	.news-carousel.layout--one .post-categories {
		position: absolute;
		bottom: 15px;
		left: 20px;
	}

	.news-carousel.layout--one .post-thumb-wrap img {
		width: 100%;
	}

	.news-carousel .news-carousel-post-wrap:hover .slick-arrow {
		visibility: visible;
	}

	.news-carousel .news-carousel-post-wrap .slick-arrow:hover {
		color: var(--pubnews-global-preset-theme-color);
	}

	.news-carousel .slick-prev.slick-arrow {
		left: 25px;
	}

	.news-carousel .slick-next.slick-arrow {
		right: 25px;
	}


/*
=========================================
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(--pubnews-global-preset-theme-color);
		margin-bottom: 25px;
		position: relative;
	}

	.news-filter h2.pubnews-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 .viewall_enabled .filter-tab-wrapper {
		padding-right: 70px;
	}

	.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(--pubnews-global-preset-theme-color);
	}

	.news-filter .row-wrap:first-child {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 36px;
	}

	.news-filter .post-thumb-wrap {
		position: relative;
		overflow: hidden;
		border-radius: 4px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.news-filter article img,
	.news-alter article img {
		display: block;
	}

	.news-filter.layout--one .trailing-post article img,
	.news-alter.layout--four .trailing-post article img {
		height: 101%;
	}

	.pubnews-iscard .news-filter article img,
	.pubnews-iscard .news-alter article img {
		height: 101%;
	}

	.news-filter .post-categories {
		position: absolute;
		bottom: 15px;
		left: 20px;
	}

	.news-filter .post-categories li,
	.news-alter .post-categories li {
		background-color: var(--pubnews-global-preset-theme-color);
	}

	.news-filter .featured-post .post-title,
	.news-alter .featured-post .post-title {
		font-size: var(--post-title-size);
		margin: 0 0 5px;
	}

	.news-filter .trailing-post .post-title,
	.news-alter .trailing-post .post-title {
		margin: 0 0 3px 0;
		font-size: calc(var(--post-title-size)*0.84);
	}

	.full-width-section .news-filter .featured-post .post-title,
	.bottom-full-width-section .news-filter .featured-post .post-title,
	.full-width-section .news-alter .featured-post .post-title,
	.bottom-full-width-section .news-alter .featured-post .post-title {
		font-size: calc(var(--post-title-size)*1.1);
	}

	body .leftc-rights-section .news-filter .trailing-post .post-title,
	body .lefts-rightc-section .news-filter .trailing-post .post-title,
	body .leftc-rights-section .news-alter .trailing-post .post-title,
	body .lefts-rightc-section .news-alter .trailing-post .post-title {
		font-size: calc(var(--post-title-size)*0.74);
	}

	.news-filter .post-title a,
	.news-alter .post-title a {
		color: inherit;
		text-decoration: none;
		line-height: initial;
	}

	.news-filter .post-excerpt p,
	.news-alter .post-excerpt p {
		margin: 10px 0 0;
	}

	.news-filter .trailing-post .post-excerpt,
	.news-alter .trailing-post .post-excerpt {
		display: none;
	}

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

	.retrieving-posts .filter-tab-content-wrapper .tab-content {
		opacity: 0.2;
	}

	.news-filter .trailing-post .post-thumb-wrap,
	.news-alter .trailing-post .post-thumb-wrap {
		overflow: hidden;
	}

	.pubnews-multi-column-section .news-filter .row-wrap,
	.pubnews-multi-column-section .news-alter .row-wrap,
	.pubnews-multi-column-section .news-alter.layout--four .featured-post {
		gap: 30px;
	}

	.pubnews-multi-column-section .news-alter.layout--four .trailing-post {
		margin-top: 30px;
	}

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

	.pubnews-burger {
		display: none;
	}

	@media ( max-width: 610px ) {
		.pubnews-burger {
			display: block;
		}

		.title-tab-wrap {
			display: none;
		}

		.tab-burger-wrap {
			position: relative;
		}

		.title-tab-wrap.isactive {
			display: block;
			position: absolute;
			right: 0;
			width: 130px;
			top: 40px;
			z-index: 1;
			background: #fff;
			padding: 12px 10px;
			overflow: hidden;
		}

		.pubnews_dark_mode .title-tab-wrap.isactive {
			background-color: #202024;
		}

		.title-tab-wrap .tab-title {
			display: block;
			word-wrap: break-word;
		}

		.title-tab-wrap .tab-title + .tab-title {
			margin-top: 12px;
		}
	}

/*
=========================================
12.1 Filter Layout One
=========================================
*/
	.news-filter.layout--one {
		position: relative;
	}

	/* Traling Post */
	.news-filter.layout--one .trailing-post article .blaze_box_wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.news-filter.layout--one .row-wrap:first-child .trailing-post article + article .blaze_box_wrap {
		margin-top: 25px;
	}

	.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: 5px 0 0 16px;
	}

	/* Bottom Traling Post */
	.news-filter.layout--one .trailing-post.bottom-trailing-post {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 36px;
		grid-row-gap: 25px;
	}

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

/*
=========================================
12.2 Filter Layout Two
=========================================
*/

	/* Bottom Trailing Post */
	.news-filter .trailing-post.bottom-trailing-post,
	.news-alter .trailing-post.bottom-trailing-post {
		grid-template-columns: repeat(4, 1fr);
	}

/*
=========================================
12.4 Filter Layout Four
=========================================
*/
	.news-alter.layout--four .news-alter-content-wrapper .row-wrap {
		display: initial;
	}
	
	.news-alter.layout--four .featured-post,
	.news-alter.layout--four .trailing-post {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 36px;
	}

	.news-alter.layout--four .trailing-post {
		grid-row-gap: 25px;
	}

	.primary-content .news-alter.layout--four .featured-post .post-title {
		font-size: calc(var(--post-title-size)*0.93);
		line-height: calc(var(--post-title-lineheight) * 1.2);
	}

	/* Trailing Post */
	.news-alter.layout--four .trailing-post {
		margin-top: 36px;
	}

	.news-alter.layout--four .trailing-post article .blaze_box_wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.news-alter.layout--four .trailing-post .post-thumb-wrap {
		flex: 0 1 30%;
	}

	.news-alter.layout--four .trailing-post .post-element {
		flex: 0 1 70%;
		padding: 5px 0 0 16px;
	}

	.news-alter.layout--four .trailing-post .post-title {
		font-size: calc(var(--post-title-size)*0.79);
	}

	/* Advertisement */
	body .pubnews-advertisement-block {
		padding: 0 !important;
		background-color: transparent !important;
		box-shadow: none !important;
		margin-top: 0 !important;
	}

	body .widget.widget_pubnews_banner_ads_widget {
		background-color: transparent !important;
	}

	body .pubnews-advertisement-block:before,
	body .widget.widget_pubnews_banner_ads_widget:before {
		display: none !important;
	}

	.pubnews-advertisement-block img {
		display: block;
		margin: 0 auto;
		width: auto;
	}

	body .widget.widget_pubnews_banner_ads_widget {
		box-shadow: none;
		margin-top: 0 !important;
	}


/*
=========================================
13.0 Footer Section
=========================================
*/

	/*
	=========================================
	13.1 Bottom Footer Four Column
	=========================================
	*/
		.dark_bk .widget.widget_block,
		.dark_bk .widget .post-item,
		body.error404.pubnews_main_body .dark_bk .widget .post-item,
		body.error404.pubnews_main_body .dark_bk .widget.widget_block,
		.dark_bk .widget.widget_nav_menu,
		.dark_bk .widget.widget_meta ul,
		.dark_bk .widget.widget_pubnews_social_icons_widget .social-block-widget,
		.dark_bk .widget .categories-wrap .post-thumb,
		body .dark_bk .post-card.author-wrap,
		body.error404 .dark_bk .post-card.author-wrap {
			background-color: transparent;
			box-shadow: none;
			padding: 0;
			transform: initial !important;
			border: none;
			border-radius: 0;
		}

		body .dark_bk .widget.widget_pubnews_posts_list_widget .post-item + .post-item,
		body .dark_bk .widget.widget-tabs-content .post-item + .post-item,
		body .dark_bk .widget.widget-tabs-content .comment-item + .comment-item,
		body .dark_bk .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap article + article,
		
		body .sidebar-toggle .widget.widget_pubnews_posts_list_widget .post-item + .post-item,
		body .sidebar-toggle .widget.widget-tabs-content .post-item + .post-item,
		body .sidebar-toggle .widget.widget-tabs-content .comment-item + .comment-item,
		body .sidebar-toggle .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap article + article {
			border-color: #ffffff21;
		}

		.dark_bk .widget_pubnews_author_info_widget .author-tag,
		.dark_bk .widget.widget_pubnews_news_filter_tabbed_widget ul li {
			color: #fff;
		}

		body.pubnews_dark_mode .dark_bk .posts-grid-wrap.layout-two .post-content-wrap {
			background-color: #0f0f11;
			padding: 7px 15px 0;
		}

		body .dark_bk .widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image span {
			background-color: #444444;
		}

		.dark_bk .footer-widget section + section {
			margin: 40px 0 0;
		}

		.dark_bk h2.pubnews-widget-title span,
		.dark_bk .widget_pubnews_posts_list_widget .card__content-title a,
		.dark_bk .widget h2,
		body .dark_bk .widget h2.widget-title span,
		.dark_bk .footer-widget .widget.widget_block ul li a,
		.dark_bk .footer-widget .widget.widget_block ol li a,
		.dark_bk .popular-posts-wrap .post-title a,
		.dark_bk .popular-posts-wrap .slick-arrow,
		.dark_bk .widget .pubnews-post-title a,
		.dark_bk .widget-tabs-content .tab-item .post-title,
		.dark_bk .widget ul li a {
			color: var(--footer-text-color);
		}

		.dark_bk .widget ul li:before,
		.dark_bk .widget ol li:before {
			color: #ffffffb0;
		}

		.pubnews_dark_mode .dark_bk h2.pubnews-widget-title span,
		.pubnews_dark_mode .dark_bk .widget_pubnews_posts_list_widget .card__content-title a,
		.pubnews_dark_mode .dark_bk .widget h2,
		body.pubnews_dark_mode .dark_bk .widget h2.widget-title span,
		.pubnews_dark_mode .dark_bk .footer-widget .widget.widget_block ul li a,
		.pubnews_dark_mode .dark_bk .footer-widget .widget.widget_block ol li a,
		.pubnews_dark_mode .dark_bk .popular-posts-wrap .post-title a,
		.pubnews_dark_mode .dark_bk .popular-posts-wrap .slick-arrow,
		.pubnews_dark_mode .dark_bk .widget .pubnews-post-title a,
		.pubnews_dark_mode .dark_bk  .widget-tabs-content .tab-item .post-title {
			color: #fff;
		}

		body footer.site-footer.dark_bk .pubnews-category-no-bk ul.post-categories li a,
		body footer.site-footer.dark_bk .pubnews-category-no-bk .card__content-category a {
			color: #b7b7b7;
		}

		.dark_bk .widget_pubnews_popular_posts_widget .pubnews_horizontal_slider .popular-posts-wrap .slick-arrow,
		.dark_bk .widget_pubnews_popular_posts_widget .pubnews_vertical_slider .popular-posts-wrap .slick-arrow,
		.dark_bk .pubnews-widget-carousel-posts .slick-arrow {
			background-color: #2e2e2e;
			color: var(--white-text);
		}

		.dark_bk .widget h2.wp-block-comments-title {
			font-size: 18px;
		}

		/* Footer Popular Post */
		.widget .popular-posts-wrap .slick-track article {
			width: 100% !important;
			overflow: hidden;
			height: 80px;
		}

		.widget .popular-posts-wrap .slick-track article .post-title {
			font-size: calc(var(--post-title-size)*0.67);
		}

		.widget .popular-posts-wrap .slick-track article .post-meta,
		.widget.widget_pubnews_popular_posts_widget ul.post-categories {
			margin: 0;
		}

		.widget.widget_pubnews_popular_posts_widget ul.post-categories li {
			margin-top: 3px;
		}

		.widget .popular-posts-wrap .slick-track article .post-meta li a {
			line-height: 12px;
			font-size: 13px;
		}

		.widget .popular-posts-wrap .slick-track article .post-count {
			width: 28px;
			height: 28px;
			font-size: 0.76rem;
			padding: 4px 7px 7px;
		}

		.widget .popular-posts-wrap .slick-track article .post-count {
			line-height: 16px;
			border-radius: 0 2px 0 0;
			border: solid #fff;
			border-width: 2px 2px 0 0;
		}

		footer .widget .popular-posts-wrap .slick-track article figure.post-thumb {
			max-width: 155px;
		}

		footer .main-footer {
			background-color: #0f0f11;
			padding: 55px 0;
			display: flex;
			flex-wrap: wrap;
			margin-top: -1px;
		}

		footer .main-footer .row {
			display: flex;
			flex-wrap: wrap;
			margin-inline: -30px;
		}

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

			.site-footer .footer-widget + .footer-widget {
				margin-top: 20px;
			}
		}

		/*
		=========================================
		13.2 Bottom Footer Social Icons
		=========================================
		*/

			.widget a.social-icon {
				margin-bottom: 7px;
				display: inline-block;
			}

			footer .social-icons-wrap {
				margin-bottom: 24px;
			}

			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: #1d1d1d;
				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 {
				margin-bottom: 20px;
			}

			.bottom-menu ul {
				margin: 0;
				padding: 0;
				margin-bottom: 20px;
			}

			.bottom-menu ul li {
				display: inline-block;
				padding: 0 12px;
				margin-bottom: 11px;
				font-family: var(--menu-family);
				text-transform: var(--menu-texttransform);
				font-weight: var(--menu-weight);
				font-size: calc(var(--menu-size) * 0.85);
				text-decoration: var(--menu-textdecoration);
				letter-spacing: var(--menu-letterspacing);
				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: 3px solid var(--pubnews-global-preset-theme-color);
		}

		.site-footer .bottom-footer {
			padding: 60px 0;
			background-color:#040404;
			text-align: center;
			margin-top: -1px;
		}

		.site-footer .site-info {
			color: var(--footer-bottom-text-color);
			font-size: calc(var(--content-size) * 0.98);
			font-family: var(--content-family);
			font-weight: var(--content-weight);
			line-height: var(--content-lineheight);
			letter-spacing: var(--content-letterspacing);
			text-transform: var(--content-texttransform);
		}

		.site-footer .site-info a {
			color: var(--footer-bottom-link-color);
			text-decoration: none;
			font-size: 0.9rem;
		}


/*
=========================================
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: 40px;
	}

	.widget:last-child {
		margin-bottom: 0;
	}

	.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.widget_block ul.wp-block-page-list li.has-child .wp-block-navigation__submenu-container {
		padding-top: 13px;
		border-top: 1px solid #8a8a8c2e;
		margin-top: 13px;
	}

	.widget .wp-block-page-list,
	.widget .menu {
		padding-left: 5px;
	}

	.widget ul li,
	.widget ol li {
		padding-left: 22px;
		font-size: calc(var(--post-title-size)*0.53);
		font-family: var(--post-title-family);
		list-style: none;
		position: relative;
		color: var(--widget-title-color);
	}

	.widget ul li + li,
	.widget ol li + li {
		border-top: 1px solid #8a8a8c2e;
		padding-top: 13px;
		margin-top: 13px;
	}

	.widget ul li:before,
	.widget ol li:before {
		content: '\f097';
		font-family: 'Font Awesome 5 Free';
		font-weight: 400;
		position: absolute;
		left: 0;
		opacity: .8;
		font-size: 13px;
		padding-top: 2px;
	}

	.widget .wp-block-comments ul li:before,
	.widget .wp-block-comments ol li:before {
		display: none;
	}

	.widget ol li.wp-block-latest-comments__comment,
	.widget .wp-block-comments ul li,
	.widget .wp-block-comments ol li {
		padding: 0;
	}

	.widget ol li.wp-block-latest-comments__comment:before {
		display: none;
	}

	.widget.widget_recent_comments ol li:before,
	.widget ul.wp-block-latest-posts li:before,
	.widget ol.wp-block-latest-posts li:before {
		display: none;
	}

	.widget ul.wp-block-latest-posts li,
	.widget ol.wp-block-latest-posts li,
	.widget.widget_recent_comments ol li {
		padding-left: 0;
	}

	body .widget.widget_recent_comments ol li,
	body .widget.widget_block .wp-block-latest-comments li {
		padding-top: 10px;
	}

	.widget ul.wp-block-latest-posts li a,
	.widget ol.wp-block-latest-posts li a {
		line-height: 26px;
	}

	.widget ul li a,
	.widget ol li a,
	.widget .no-comments.wp-block-latest-comments {
		color: var(--widget-title-color);
		text-decoration: none;
		line-height: initial;
		font-weight: 400;
		font-size: calc(var(--post-title-size)*0.72);
		font-family: var(--post-title-family);
	}

	.dark_bk .widget .no-comments.wp-block-latest-comments {
		color: #fff;
	}

	.widget .no-comments {
		margin-top: 10px;
	}

	.wp-calendar-table caption {
		padding: 10px 15px;
		font-weight: 600;
	}

	.wp-calendar-nav-prev a{
		text-decoration: none;
		color: var(--pubnews-global-preset-theme-color);
	}

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

	.dark_bk .widget.widget_block p {
		margin: 10px 0;
		color: #fff;
		font-size: 14px;
	}

	.dark_bk .wp-block-latest-comments__comment-meta time,
	.dark_bk .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
		color: #cbcbcb;
	}

	.widget.widget_block .wp-block-tag-cloud {
		margin-bottom: 0;
		margin-top: 0px;
	}

	.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(--meta-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: 13px 0;
		padding-top: 13px;
	}

	.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_search label {
		font-weight: 600;
		padding-bottom: 7px;
		display: inline-block;
		margin-bottom: 5px;
		vertical-align: middle;
	}

	.pubnews_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(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		border: none;
		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.widget_block input {
		width: 100%;
		outline: none;
	}

/* 14.1 Widget Comments */
	.wp-block-latest-comments li {
		margin-bottom: 0;
	}

	.single .wp-block-latest-comments li {
		margin-bottom: 20px;
	}

	.wp-block-latest-comments__comment img {
		margin-top: 4px;
	}

	.widget .wp-block-latest-comments__comment-author {
		color: var(--pubnews-global-preset-theme-color);
		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_pubnews_posts_list_widget .post-item {
		display: flex;
		flex-wrap: wrap;
	}

	.widget_pubnews_posts_list_widget .post-item + .post-item {
		margin-top: 20px;
	}

	.widget_pubnews_posts_list_widget .posts-wrap:not(.layout-three) .post-item + .post-item {
		border-top: 1px solid var(--widget-border-color);
		padding-top: 20px;
	}

	.sidebar-toggle .widget_pubnews_posts_list_widget .post-item:first-child figure.post-thumb,
	.sidebar-toggle .widget_pubnews_posts_list_widget .post-item figure.post-thumb {
		max-height: initial;
	}

	.widget_pubnews_posts_list_widget .post-item .post_thumb_image {
		flex: 0 1 30%;
		overflow: hidden;
	}

	.widget_pubnews_posts_list_widget .post-item .post-content-wrap {
		flex: 0 1 70%;
	}

	.widget_pubnews_posts_list_widget .layout-one .post-item .post-content-wrap {
		padding-left: 16px;
	}

	.widget_pubnews_posts_list_widget figure {
		height: 100%;
	}

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

	.widget_pubnews_posts_list_widget img {
		height: 100%;
		object-fit: cover;
		object-position: center center;
		width: 100%;
	}

	.widget_pubnews_posts_list_widget .card__content-category {
		margin: 0 0 4px 0;
		display: inline-block;
		margin-right: 8px;
	}

	.widget_pubnews_posts_list_widget .card__content-category a {
		color: var(--pubnews-global-preset-theme-color);
		padding: 0;
		line-height: 12px;
	}

	.widget_pubnews_posts_list_widget .card__content-title {
		line-height: 1.5;
		font-size: calc(var(--post-title-size)*0.67);
	}

	.widget_pubnews_posts_list_widget .card__content-title a {
		text-decoration: none;
		color: inherit;
		font-family: var(--post-title-family);
	}

	.widget_pubnews_posts_list_widget .post-content {
		margin-top: 8px;
		font-size: 0.82rem;
		color: var(--main-content-text-color);
		font-family: var(--content-family);
		font-weight: var(--content-weight);
	}

/* 14.3 Posts List Layout Two */
	.widget_pubnews_posts_list_widget .layout-two .post-item:first-child {
		flex-direction: column;
	}

	.widget_pubnews_posts_list_widget .layout-two .post-item:first-child .post_thumb_image,
	.widget_pubnews_posts_list_widget .layout-three .post-item:first-child .post_thumb_image  {
		margin-bottom: 14px;
	}

	.widget_pubnews_posts_list_widget .layout-two .post-item:not(:first-child) .post-content-wrap {
		padding-left: 16px;
	}

	.widget_pubnews_posts_list_widget .layout-two .post-item:first-child .post-title {
		font-size: calc(var(--post-title-size) * 0.84);
	}

/* 14.3 Posts List Layout Three */
	.widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child) {
		align-items: center;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item:first-child {
		flex-direction: column;
		border-bottom: 3px solid #eee;
		padding-bottom: 20px;
	}

	.pubnews_dark_mode .widget_pubnews_posts_list_widget .layout-three .post-item:first-child {
		border-color: #eeeeee4d;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item:first-child .post-title {
		font-size: calc(var(--post-title-size)*0.84);
		display: flex;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item:first-child .post-title .permalink-wrapper {
		padding-right: 20px;
		flex: 0 1 80%;
	}

	.dark_bk .widget_pubnews_posts_list_widget .layout-three .post-item:first-child {
		border-color: #eeeeee38;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item:first-child .post-numbering {
		font-style: italic;
		font-weight: 500;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		text-align: center;
		font-size: 36px;
		border-left: 1px solid #eee;
		color: #d7d7d7;
		flex: 0 1 20%;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item .post-meta {
		margin-top: 6px;
	}

	.widget_pubnews_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%;
		border: none;
		box-shadow: none;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child) .post-content-wrap {
		flex: 0 1 80%;
		padding-left: 15px;
	}

	.widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child) 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_pubnews_posts_list_widget .layout-three .post-item:first-child:hover .post-numbering {
		color: var(--pubnews-global-preset-theme-color);
	}

	body .widget.widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child):hover .post-numbering  {
		background-color: var(--pubnews-global-preset-theme-color);
	}

/* 14.4 Sidebar Author */
	.widget_pubnews_author_info_widget.layout-two h2.widget-title{
		text-align: left;
		padding: 10px 0;
	}

	.author-wrap.layout-one {
		text-align: center;
	}

	.author-wrap.layout-one .post-thumb {
		width: 150px;
		height: 150px;
		margin: 0 auto;
		margin-bottom: 16px;
		background-color: var(--pubnews-global-preset-theme-color);
		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(--pubnews-global-preset-theme-color);
	}

	.widget_pubnews_author_info_widget .author-tag {
		text-transform: capitalize;
	}

	.author-name {
		margin: 2px 0 0;
		font-family: var(--post-title-family);
		font-size: 24px;
	}

	.author-name a {
		text-decoration: none;
		color: inherit;
	}

	.author-desc {
		font-size: 0.9rem;
		font-family: var(--content-family);
		color: var(--meta-text-color);
		font-weight: var(--content-weight);
		letter-spacing: var(--content-letterspacing);
		line-height: var(--content-lineheight);
	}

/* 14.5 Sidebar Author Layout Two */
	.author-wrap.layout-two .author-thumb-wrap {
		position: relative;
	}

	.widget .author-wrap.layout-two .author-content-wrap {
		padding-top: 14px;
	}

	.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(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		border-radius: 3px;
	}

	.author-wrap.layout-two .post-thumb {
		max-height: 200px;
		padding-bottom: 200px;
		background-color: var(--pubnews-global-preset-theme-color);
		overflow: hidden;
	}

	.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: 20px;
		bottom: 15px;
		z-index: 9;
		background-color: var(--pubnews-global-preset-theme-color);
		padding: 4px 10px;
		color: var(--white-text);
		font-size: 14px;
		border-radius: 2px;
		font-family: var(--post-title-family);
	}

	.widget_pubnews_author_info_widget .author-social-networks {
		margin-top: 15px;
	}

	.widget_pubnews_author_info_widget .author-social-networks a {
		color: var(--white-text);
		margin: 0 7px;
		font-size: 15px;
	}

	.widget_pubnews_author_info_widget .author-social-networks a i {
		padding: 5px 7px;
	}

	.widget_pubnews_author_info_widget .author-social-networks a:first-child {
		margin-left: 0;
	}


/* 14.6 Sidebar Category Collection Layout One */
	.widget .categories-wrap .category-item {
		position: relative;
	}

	.widget .categories-wrap.layout-one img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		display: block;
	}

	.widget .categories-wrap.layout-one .cat-meta-wrap {
		color: var(--white-text);
	}

	.widget .categories-wrap.layout-one .post-title {
		display: flex;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.categories-wrap.layout-one .category-count {
		font-style: italic;
		font-size: 14px;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item {
		position: relative;
		overflow: hidden;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item + .category-item {
		margin-top: 15px;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item .no-feat-img {
		height: 70px;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #00000047;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item img {
		width: 100%;
		height: 70px;
		object-fit: cover;
		box-shadow: 0px 5px 15px 0px rgba(74, 77, 84, 0.33);
		--webkit-box-shadow: 0px 5px 15px 0px rgba(74, 77, 84, 0.33);
	}

	.widget_pubnews_category_collection_widget .categories-wrap.layout-one .category-item .pubnews-post-title {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-decoration: none;
		z-index: 2;
	}

	.widget_pubnews_category_collection_widget .categories-wrap.layout-one .category-item .cat-meta.pubnews-post-title {
		display: flex;
		justify-content: space-between;
		height: 100%;
		padding: 0 25px;
		align-items: center;
	}

	.widget_pubnews_category_collection_widget .categories-wrap.layout-one .category-item .category-name {
		color: #000;
		background-color: #ffffffd9;
		padding: 5px 20px 6px;
		border-radius: 20px;
		font-size: 13px;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item .icon-count-wrap {
		position: relative;
		overflow: hidden;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item .icon-count-wrap i {
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translateY(-50%);
		color: #FFF;
		transition: all ease-in-out .3s;
		font-size: 14px;
		visibility: hidden;
		opacity: 0;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item:hover .icon-count-wrap i {
		left: 50%;
		transform: translate(-50%, -50%);
		visibility: visible;
		opacity: 1;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item .category-count {
		visibility: visible;
		opacity: 1;
		transition: all ease-in-out .3s;
	}

	.widget_pubnews_category_collection_widget .categories-wrap .category-item:hover .category-count {
		visibility: hidden;
		opacity: 0;
	}

/* 14.7 Sidebar Category Collection Layout Two */
	.categories-wrap.layout-two .category-item img {
		height: 85px;
		object-fit: cover;
		display: block;
	}

	.categories-wrap.layout-two .cat-meta {
		height: 45px;
		display: flex;
		align-items: center;
		font-family: var(--post-title-family);
		background: #00000069;
		color: var(--white-text);
		padding: 0 25px;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 2;
		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 .cat-meta .category-name {
		font-size: 14px;
	}

	.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_pubnews_widget_title_widget {
		z-index: 9;
		margin-bottom: 25px;
	}

	.sidebar-toggle .widget.widget_pubnews_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);
	}

	.dark_bk .widget.widget_text P {
		color: #fff;
	}

/* 14.9 Align Center */
	.pubnews-widget-title.align--center {
		text-align: center;
	}

	.block-title--layout-five .pubnews-widget-title.align--center span {
		background-image: linear-gradient(90deg,transparent,var(--pubnews-global-preset-theme-color),transparent);
	}

	/* Align Right */
	.pubnews-widget-title.align--right {
		text-align: right;
	}

	.block-title--layout-five .pubnews-widget-title.align--right span {
		background-image: linear-gradient(274deg,var(--pubnews-global-preset-theme-color),transparent);
		padding: 8px 15px 8px 30px;
	}

/* 14.10 Widget Popular Post */
	.widget_pubnews_popular_posts_widget ul.post-categories {
		background-color: transparent;
		margin-top: 5px;
	}

	.widget_pubnews_popular_posts_widget ul.post-categories li:before {
		display: none;
	}

	.widget_pubnews_popular_posts_widget ul.post-categories li a {
		padding: 0;
	}

	.widget_pubnews_popular_posts_widget ul li a:before {
		display: none;
	}

	.widget_pubnews_popular_posts_widget .post-categories a {
		font-size: calc(var(--meta-size) * 0.85);
	}

	@media (max-width: 940px) {
		.widget .popular-posts-wrap .slick-track article figure.post-thumb {
			max-width: 130px;
		}
	}

/* 14.11 widget slider horizontal **/
	.widget_pubnews_popular_posts_widget .pubnews_horizontal_slider .popular-posts-wrap  {
		display: grid;
	}

	.widget_pubnews_popular_posts_widget .pubnews_horizontal_slider .popular-posts-wrap .slick-arrow {
		top: -52px;
		padding: 6px 10px;
	}

	.block-title--layout-seven .widget_pubnews_popular_posts_widget .pubnews_horizontal_slider .popular-posts-wrap .slick-arrow {
		top: -43px;
	}

	.block-title--layout-three .widget_pubnews_popular_posts_widget .pubnews_horizontal_slider .popular-posts-wrap .slick-arrow,
	.block-title--layout-three .pubnews-widget-carousel-posts.pubnews_horizontal_slider .slick-arrow,
	.block-title--layout-six .widget_pubnews_popular_posts_widget .pubnews_horizontal_slider .popular-posts-wrap .slick-arrow {
		top: -44px;
	}

	.block-title--layout-three .widget_pubnews_popular_posts_widget .pubnews_vertical_slider .popular-posts-wrap .slick-arrow,
	.block-title--layout-three .pubnews-widget-carousel-posts.pubnews_vertical_slider .slick-arrow {
		top: -19px;
	}

	.widget .pubnews_vertical_slider .slick-arrow {
		top: -28px;
	}

	.block-title--layout-seven .widget .pubnews_vertical_slider .slick-arrow {
		top: -18px;
	}

	.block-title--layout-six .widget .pubnews_vertical_slider .slick-arrow {
		top: -22px;
	}

	.widget_pubnews_popular_posts_widget .pubnews_horizontal_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
		top: -28px;
	}

	.widget .pubnews_vertical_slider .slick-next {
		right: 9px;
	}

	.block-title--layout-five .widget .pubnews_vertical_slider .slick-next {
		right: 19px;
	}

	.block-title--layout-five .widget .pubnews_horizontal_slider .slick-next {
		right: 11px;
	}

	.block-title--layout-five .widget .pubnews_horizontal_slider .slick-prev {
		right: 45px;
	}

	.widget_pubnews_popular_posts_widget .pubnews_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
		top: 0;
	}

	.widget_pubnews_popular_posts_widget article.no-feat-img figure {
		background: var(--noimg-bk-color);
		height: 80px;
	}

/* 14.12 Widget carasoul **/
	.pubnews-widget-carousel-posts .slick-prev {
		position: absolute;
		right: 53px;
	}

	.pubnews-widget-carousel-posts .slick-next {
		position: absolute;
		right: 20px;
	}

	.pubnews-widget-carousel-posts .slick-arrow{
		cursor: pointer;
		font-size: 0.72rem;
		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 .pubnews_vertical_slider .slick-prev {
		right: 47px;
	}

	.block-title--layout-five .widget .pubnews_vertical_slider .slick-prev {
		right: 57px;
	}

	.pubnews-widget-carousel-posts .carousel-posts-wrap {
		display: grid;
	}

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

	.dark_bk .boxed-width .column-three .pubnews-widget-carousel-posts.layout--one .slick-vertical .post-item {
		height: 400px;
	}

	.dark_bk .boxed-width .column-four .pubnews-widget-carousel-posts.layout--one .slick-vertical .post-item {
		min-height: initial;
	}

	.pubnews-widget-carousel-posts.layout--one .slick-vertical h2 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.pubnews-widget-carousel-posts.layout--one .carousel-posts-wrap .post-element .post-categories {
		display: none;
	}

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

	.pubnews-widget-carousel-posts.layout--one .post-thumb-wrap {
		position: relative;
		overflow: hidden;
		margin-bottom: 16px;
	}

	.pubnews-widget-carousel-posts.layout--one .carousel-posts-wrap .post-categories {
		position: absolute;
		bottom: 15px;
		left: 18px;
	}

	.pubnews-widget-carousel-posts .carousel-posts-wrap h2 {
		margin: 0 0 2px 0;
		font-size: calc(var(--post-title-size)*0.84);
		line-height: 1.4;
	}

	.pubnews-widget-carousel-posts .carousel-posts-wrap .post-categories li {
		margin-right: 5px;
	}

	.pubnews-widget-carousel-posts .carousel-posts-wrap .post-categories a {
		text-decoration: none;
		color: var(--white-text);
	}

	/** Horizongtal Arrow **/
	.pubnews-widget-carousel-posts.pubnews_horizontal_slider .slick-arrow {
		padding: 7px 10px 5px;
		top: -53px;
	}

	.block-title--layout-seven .pubnews-widget-carousel-posts.pubnews_horizontal_slider .slick-arrow {
		top: -43px;
	}

	.dark_bk .pubnews-widget-carousel-posts.pubnews_horizontal_slider .slick-arrow {
		top: -52px;
	}

	.block-title--layout-six .pubnews-widget-carousel-posts.pubnews_horizontal_slider .slick-arrow {
		top: -48px;
	}

	.pubnews-widget-carousel-posts.pubnews_horizontal_slider.no_heading_widget .slick-arrow {
		cursor: pointer;
		padding: 5px 8px;
		top: 5px;
		z-index: 999;
	}

	.pubnews-widget-carousel-posts.pubnews_vertical_slider.no_heading_widget .slick-arrow {
		cursor: pointer;
		padding: 5px 8px;
		top: 36px;
		z-index: 999;
	}

	.pubnews-widget-carousel-posts.layout--two article .post-meta span.post-date:before {
		color: var(--white-text);
	}

	/** news carasoul layout two **/
		.pubnews-widget-carousel-posts.layout--two .post-title {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.pubnews-widget-carousel-posts.layout--two .post-thumb-wrap .post-categories {
			display: none;
		}

		.pubnews-widget-carousel-posts.layout--two .post-categories{
			margin-bottom: 8px;
		}

		.pubnews-widget-carousel-posts.layout--two .post-thumb-wrap {
			position: relative;
		}

		.pubnews-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;
			z-index: 1;
		}

		.pubnews-widget-carousel-posts.layout--two .post-categories li {
			margin: 0 5px 10px 0;
		}

		.pubnews-widget-carousel-posts.layout--two .post-title a {
			color: var(--white-text);
		}

		.pubnews-widget-carousel-posts.layout--two .post-meta span,
		.pubnews-widget-carousel-posts.layout--two .post-meta time {
			color: var(--white-text);
			font-size: 0.85rem;
		}

		.pubnews-widget-carousel-posts.layout--two .post-categories li {
			 margin: 0 5px 0 0;
		}

		.widget .pubnews-widget-carousel-posts ul li:before,
		.widget .pubnews-widget-carousel-posts ol li:before {
			display: none;
		}

/* 14.13 Widget Tabbed Posts */
	.widget-tabs-content .tab-item,
	.widget.widget_pubnews_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;
		background: #19232d;
		align-items: center;
	}

	.tabbed-widget-tabs .tabbed-widget {
		list-style: none;
		margin: 0;
		font-size: 0.78rem;
	}

	.widget.widget_pubnews_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget {
		padding: 10px 2px;
		color: #fff;
		font-weight: 600;
		flex: 1;
		border-bottom: none;
		cursor: pointer;
		text-align: center;
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: center;
		border: none;
	}

	.widget.widget_pubnews_tabbed_posts_widget .tabbed-widget-tabs .tabbed-widget.active {
		border-bottom: 2px solid var(--pubnews-global-preset-theme-color);
	}

	.widget-tabs-content .post-thumb {
		flex: 0 1 30%;
		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-left: 16px;
		flex: 1 1 65%;
	}

	.widget-tabs-content .post-categories a {
		color: var(--pubnews-global-preset-theme-color);
		font-weight: 500;
		padding: 0;
	}

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

	.widget-tabs-content .post-categories li {
		margin: 0 7px 5px 0;
	}
	
	.widget-tabs-content .post-categories a {
		line-height: 12px;
		font-size: calc(var(--post-title-size)*0.57);
	}

	.widget-tabs-content .post-date {
		font-style: 0.9rem;
	}

	.widget-tabs-content .tab-item .post-title {
		margin: 0px;
		padding-top: 2px;
		font-size: calc(var(--post-title-size)*0.67);
		line-height: 1.5;
		text-decoration: none;
		color: var(--post-title-color);
	}

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

	.widget-tabs-content .post-item,
	.widget-tabs-content .comment-item {
		display: flex;
	}

	.widget-tabs-content .post-item,
	.widget-tabs-content .comment-item {
		margin-top: 15px;
	}

	.widget-tabs-content .post-item + .post-item,
	.widget-tabs-content .comment-item + .comment-item {
		padding-top: 15px;
		border-top: 1px solid var(--widget-border-color);
	}

	#main-banner-section {
		padding: 40px 0 25px;
	}

	.widget-tabs-content .comment-item .pubnews_avatar {
		flex: 0 1 25%;
		padding-right: 20px;
	}

	.widget-tabs-content .comment-item .pubnews-comm-content {
		flex: 0 1 80%;
	}

   .widget-tabs-content .comment-item .pubnews-comm-content a {
		margin: 0px;
		font-size: 0.84rem;
		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 .pubnews-comm-content a {
		color: var(--white-text);
	}

	.widget-tabs-content .comment-item .pubnews-comment {
		margin-bottom: 0;
		margin-top: 6px;
		font-family: var(--content-family);
		font-weight: var(--content-weight);
		font-size: 14px;
	}

	.widget ul.post-categories li a:before {
		content: none;
	}

	body .widget ul.post-categories li {
		border: none;
		padding: 0;
	}

/* 14.15 Grid Two Column */
	.widget_pubnews_posts_grid_two_column_widget .post-thumb {
		overflow: hidden;
	}

/* Grid Two Column One */
	.widget_pubnews_posts_grid_two_column_widget .layout-one .post-thumb {
		position: relative;
	}

	.widget_pubnews_posts_grid_two_column_widget .layout-one .post-categories {
		position: absolute;
		bottom: 10px;
		left: 13px;
		border-radius: 2px;
		overflow: hidden;
	}

	.widget_pubnews_posts_grid_two_column_widget .layout-one .post-categories a {
		font-size: calc(var(--meta-size)*0.94);
		padding: 0 10px;
		line-height: calc( var(--meta-lineheight) * 1.5 );
	}

	.widget_pubnews_posts_grid_two_column_widget .layout-one .post-title {
		margin: 0;
		margin-top: 14px;
	}

/* Grid Two Column Two */
	.widget_pubnews_posts_grid_two_column_widget .posts-grid-two-column-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.widget_pubnews_posts_grid_two_column_widget .posts-grid-two-column-wrap > div {
		display: flex;
	}

	.widget_pubnews_posts_grid_two_column_widget .posts-grid-two-column-wrap .post-item {
		width: 100%;
	}

	.widget_pubnews_posts_grid_two_column_widget .layout-two .post-content-wrap {
		padding-top: 12px;
	}

	.widget_pubnews_posts_grid_two_column_widget .card__content-category {
		margin: 0;
		transition: all .4s ease;
	}

	.widget_pubnews_posts_grid_two_column_widget .layout-two h5 {
		margin-bottom: 5px;
	}

	.widget_pubnews_posts_grid_two_column_widget .layout-two h5 a {
		padding: 0;
		line-height: 12px;
		font-size: calc(var(--meta-size)*0.98);
	}

	.widget_pubnews_posts_grid_two_column_widget .post-title {
		line-height: 1.5;
		font-size: calc(var(--post-title-size)*0.66);
	}

/* 14.16 Post Grid */
	.posts-grid-wrap .post_thumb_image {
		overflow: hidden;
	}

	/* Layout One */
	.posts-grid-wrap.layout-one .post_thumb_image {
		position: relative;
		margin-bottom: 14px;
	}

	.posts-grid-wrap.layout-one .post-categories {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}

	.posts-grid-wrap.layout-one .post-categories h5 {
		margin: 5px 4px 0;
		border-radius: 2px 2px 0 0;
	}

	.posts-grid-wrap.layout-one .post-content-wrap {
		text-align: center;
	}

	.posts-grid-wrap.layout-one .pubnews-post-title {
		font-size: calc(var(--post-title-size)*0.78);
	}

	/* Layout Two */
	.posts-grid-wrap .post-item + .post-item {
		margin-top: 20px;
	}

	.posts-grid-wrap.layout-two .post-content-wrap {
		width: 90%;
		z-index: 1;
		position: relative;
		background-color: var(--content-bk-color);
		margin: 0 auto;
		margin-top: -1.8rem;
		padding: 12px 17px 0;
		border-top: 2px solid var(--pubnews-global-preset-theme-color);
	}

	.posts-grid-wrap .post-categories h5 {
		margin: 0 10px 5px 0;
		display: inline-block;
		transition: all .4s ease;
	}

	.posts-grid-wrap.layout-two .post-categories h5 a {
		padding: 0;
		line-height: 12px;
	}

	.posts-grid-wrap .post-title {
		line-height: 1.5;
		font-size: calc(var(--post-title-size)*0.75);
	}

	.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_pubnews_news_filter_tabbed_widget .widget-tabs {
		margin-bottom: 25px;
		border: 1px solid var(--border-line-color);
		display: flex;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget ul li {
		padding: 11px 15px;
		flex: 0 1 33.33%;
		font-size: calc(var(--post-title-size)*0.58);
		cursor: pointer;
		text-align: center;
		font-weight: 500;
		border-right: 1px solid var(--border-line-color);
		position: relative;
		border-top: none;
		margin: 0;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget ul li:last-child {
		border: none;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget ul li.widget-tab.active:after {
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background: var(--pubnews-global-preset-theme-color);
	}

	.widget.widget_pubnews_news_filter_tabbed_widget ul li:before {
		display: none;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap article {
		display: flex;
		flex-wrap: wrap;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap article + article {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid var(--widget-border-color)
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .tabs-content {
		display: none;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .tabs-content.show {
		display: block;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb {
		flex: 0 1 35%;
		overflow: hidden;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb img {
		height: 100%;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .post-element {
		flex: 0 1 65%;
		padding-left: 16px;
	}

	.widget.widget_pubnews_news_filter_tabbed_widget .post-element .post-title {
		line-height: 1.5;
		font-size: calc(var(--post-title-size)*0.67);
		margin: 0 0 2px;
	}

	/*	14.17 Widget Social Icons */
	footer .widget.widget_pubnews_social_icons_widget .social-block-widget {
		background-color: transparent;
	}

	/* No bk img */
	.widget.widget_pubnews_news_filter_tabbed_widget .no-feat-img .post-thumb {
		padding-bottom: 25%;
		background: var(--noimg-bk-color);
	}

	.widget_pubnews_posts_grid_two_column_widget .no-feat-img .post-thumb,
	.widget.widget_pubnews_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%;
	}

	body.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: 14px 0 12px;
		line-height: var(--single-title-lineheight);
		letter-spacing: var(--single-title-letterspacing);
		text-transform: var(--single-title-texttransform);
		text-decoration: var(--single-title-textdecoration);
	}

	.single .entry-header .post-categories li {
		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.95);
		font-family: var(--single-meta-family);
	}

	.single .entry-header .entry-meta {
		margin-bottom: 20px;
	}

	.single .entry-header  .entry-meta > span {
		margin-right: 16px;
		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);
		line-height: var(--single-meta-lineheight);
		letter-spacing: var(--single-meta-letterspacing);
		text-decoration: var(--single-meta-textdecoration);
		text-transform: var(--single-meta-texttransform);
		font-weight: var(--single-meta-weight);
	}

	.single .author a {
		color: var(--author-color);
	}

	.single .author:before {
		content: none;
	}

	.single .post-inner .entry-content,
	.page .post-inner-wrapper .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);
		text-decoration: var(--single-content-textdecoration);
		text-transform: var(--single-content-texttransform);
	}

	body.single .post-inner .entry-content h1,
	body.single .post-inner .entry-content h2,
	body.single .post-inner .entry-content h3,
	body.single .post-inner .entry-content h4,
	body.single .post-inner .entry-content h5,
	body.single .post-inner .entry-content h6 {
		line-height: initial;
		font-weight: 700;
	}

	.post-inner h2.wp-block-heading {
		margin-top: 20px;
	}

	.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 11px 4px;
		margin: 5px;
		display: inline-block;
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 20px;
	}

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

	.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 {
		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(--pubnews-global-preset-theme-color);
		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 p.form-submit {
		margin-bottom: 0;
	}

	.comment-form .comment-form-comment textarea {
		display: block;
		margin-top: 5px;
	}

	.pubnews_dark_mode .comment-form .comment-form-comment textarea,
	.pubnews_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: 40px;
	}

	.single-related-posts-section {
		position: relative;
	}

	.single-related-posts-wrap {
		display: grid;
		gap: 30px;
	}

	.single-related-posts-section-wrap .post-thumbnail {
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		border-radius: 4px;
		overflow: hidden;
	}

	/** LIST STYLE **/
		.single-related-posts-section-wrap.layout--list .single-related-posts-wrap {
			grid-template-columns: repeat(2, 1fr);
		}

		.single-related-posts-section-wrap.layout--list .post-thumbnail {
			height: 100%;
		}

		.single-related-posts-section-wrap.layout--list article {
			display: flex;
		}

		.single-related-posts-section-wrap.layout--list article img {
			height: 100%;
			display: block;
		}

	body #theme-content .single-related-posts-wrap h2.post-title {
		line-height: 1.36;
		margin: 0 0 7px;
		font-size: calc(var(--post-title-size)*0.78);
		line-height: calc(var(--post-title-lineheight) * 0.98);
	}

	body #theme-content .layout--list .single-related-posts-wrap h2.post-title {
		font-size: calc(var(--post-title-size)*0.68);
		margin-bottom: 4px;
	}

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

	.single-related-posts-wrap .post-meta span {
		font-weight: 500;
	}

	.single-related-posts-wrap .post-meta span:before,
	.single-related-posts-wrap .post-meta a.author_name:before {
		font-size: 11px;
	}

	.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: 0 0 0 15px;
	}


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

	.archive .secondary-sidebar,
	.search .secondary-sidebar  {
		flex: 0 1 30%;
	}

	body.archive .primary-content .page-header,
	body.search .primary-content .page-header {
		padding: 0;
		margin-bottom: 25px;
	}

	.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)*1.32);
		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);
		background: transparent;
		color: var(--post-title-color);
		padding: 0;
	}

	.archive.block-title--layout-seven .page-title {
		padding-left: 25px;
	}

	.primary-content article .post-meta > span {
		padding-right: 15px;
	}

	/** Search **/
	.search.search-results #theme-content .primary-content .blaze_box_wrap {
		position: relative;
	}

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

	.search-no-results .page-content {
		padding: 30px;
	}

	/* left-both-sidebar */
	.left-both-sidebar #theme-content .secondary-left-sidebar,
	.left-both-sidebar #theme-content .secondary-sidebar {
		flex: 1 1 25%;
		margin-right: 50px;
	}

	.left-both-sidebar #theme-content .primary-content {
		flex: 0 1 50%;
		max-width: 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: 50px;
	}

	.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%;
		max-width: 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 */
	.pubnews-image-hover--effect-one .post-thumb,
	.pubnews-image-hover--effect-one .post-thumb-wrap{
		position: relative;
		width: 100%;
		object-fit: cover;
	}

	.pubnews-image-hover--effect-one .post-thumb::before,
	.pubnews-image-hover--effect-one .post-thumb-wrap::before,
	.pubnews-image-hover--effect-one .widget_pubnews_category_collection_widget .categories-wrap .category-item: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;
	}

	.pubnews-image-hover--effect-one .post-thumb:hover::before,
	.pubnews-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 */
	.pubnews-image-hover--effect-two .post-thumb,
	.pubnews-image-hover--effect-two .post-thumb-wrap {
		position: relative;
		overflow: hidden;
	}

	.pubnews-image-hover--effect-two .post-thumb::before,
	.pubnews-image-hover--effect-two .post-thumb-wrap::before,
	body.pubnews-image-hover--effect-two .widget_pubnews_category_collection_widget  .post-thumb::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);
	}

	.pubnews-image-hover--effect-two .post-thumb:hover::before,
	.pubnews-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 */
	.pubnews-image-hover--effect-three .post-thumb,
	.pubnews-image-hover--effect-three .post-thumb-wrap  {
		overflow: hidden;
		position: relative;
	}

	.pubnews-image-hover--effect-three .post-thumb img,
	.pubnews-image-hover--effect-three .post-thumb-wrap img {
		-webkit-transform: rotate(0) scale(1) translate(-50%, -50%);
		transform: rotate(0) scale(1) translate(-50%, -50%);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;

		height: 100%;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.pubnews-image-hover--effect-three .widget .post-thumb img,
	.pubnews-image-hover--effect-three .widget .post-thumb-wrap img  {
		position: relative;
		top: initial;
		left: initial;
		transform: rotate(0) scale(1);
		-webkit-transform: rotate(0) scale(1);
		height: initial;
		width: initial;
		transition: 0.3s ease-in-out;
		height: 100%;
		width: 100%;
	}

	.pubnews-image-hover--effect-three .categories-wrap .category-item img,
	body.pubnews-image-hover--effect-four .categories-wrap .category-item img,
	body.pubnews-image-hover--effect-six .categories-wrap .category-item img,
	body.pubnews-image-hover--effect-seven .categories-wrap .category-item img {
		height: 85px;
	}

	.pubnews-image-hover--effect-three .post-thumb:hover img,
	.pubnews-image-hover--effect-three .post-thumb-wrap:hover a img,
	.pubnews-image-hover--effect-three .primary-content .post-thumb-wrap:hover img {
		-webkit-transform: rotate(2deg) scale(1.1) translate(-50%, -44%);
		transform: rotate(2deg) scale(1.1) translate(-50%, -44%);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	.pubnews-image-hover--effect-three #main-banner-section .post-thumb:hover img,
	.pubnews-image-hover--effect-three #main-banner-section .post-thumb-wrap:hover img,
	.pubnews-image-hover--effect-three .widget .post-thumb:hover img {
		-webkit-transform: rotate(2deg) scale(1.1) translate(-50%, -44%);
		transform: rotate(2deg) scale(1.1) translate(-50%, -44%);
	}

	.pubnews-image-hover--effect-three .widget .post-thumb:hover img,
	.pubnews-image-hover--effect-three .widget .post-thumb-wrap:hover img  {
		-webkit-transform: rotate(2deg) scale(1.1);
		transform: rotate(2deg) scale(1.1);
	}

	.pubnews-image-hover--effect-three .post-thumb img,
	.pubnews-image-hover--effect-three .post-thumb-wrap img {
		display: block;
		overflow: hidden;
	}

	/* effect-four */
	/* Zoom In #1 */
	.pubnews-image-hover--effect-four .post-thumb,
	.pubnews-image-hover--effect-four .post-thumb-wrap {
		overflow: hidden;
		position: relative;
	}

	.pubnews-image-hover--effect-four .post-thumb img,
	.pubnews-image-hover--effect-four .post-thumb-wrap img  {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		height: 100%;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.pubnews-image-hover--effect-four .widget .post-thumb img,
	.pubnews-image-hover--effect-four .widget .post-thumb-wrap img  {
		position: relative;
		top: initial;
		left: initial;
		transform: scale(1);
		-webkit-transform: scale(1);
		height: initial;
		width: initial;
		transition: 0.3s ease-in-out;
		height: 100%;
		width: 100%;
	}

	.pubnews-image-hover--effect-four .post-thumb:hover img,
	.pubnews-image-hover--effect-four .post-thumb-wrap:hover a img,
	.pubnews-image-hover--effect-four .primary-content .post-thumb-wrap:hover img {
		-webkit-transform: scale(1.05) translate(-48%, -48%);
		transform: scale(1.05) translate(-48%, -48%);
	}

	.pubnews-image-hover--effect-four #main-banner-section .post-thumb:hover img,
	.pubnews-image-hover--effect-four #main-banner-section .post-thumb-wrap:hover img {
		-webkit-transform: scale(1.05) translate(-48%, -48%);
		transform: scale(1.05) translate(-48%, -48%);
	}

	.pubnews-image-hover--effect-four .widget .post-thumb:hover img,
	.pubnews-image-hover--effect-four .widget .post-thumb-wrap:hover img,
	.pubnews-image-hover--effect-four .widget_pubnews_category_collection_widget .categories-wrap .post-thumb:hover img  {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	body .pubnews-image-hover--effect-four .post-thumb a,
	body .pubnews-image-hover--effect-four .post-thumb:hover a  {
		display: block;
		overflow: hidden;
	}

	.pubnews-image-hover--effect-four .widget_pubnews_category_collection_widget .categories-wrap .post-thumb img {
		-webkit-transform: scale(1) translate(0%, 0%);
		transform: scale(1) translate(0%, 0%);
	}

	/* effect-five */
	/* gray scale */
	.pubnews-image-hover--effect-five .post-thumb img,
	.pubnews-image-hover--effect-five .post-thumb-wrap img  {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.pubnews-image-hover--effect-five .post-thumb:hover img,
	.pubnews-image-hover--effect-five .post-thumb-wrap:hover a img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	/* effect-six */
	/* Zoom Out */
	.pubnews-image-hover--effect-six .post-thumb ,
	.pubnews-image-hover--effect-six .post-thumb-wrap {
		overflow: hidden;
		position: relative;
	}

	.pubnews-image-hover--effect-six .post-thumb img,
	.pubnews-image-hover--effect-six .post-thumb-wrap img,
	.pubnews-image-hover--effect-six .primary-content .news-list-wrap .post-thumb-wrap img  {
		-webkit-transform: scale(1.1) translate(-50%, -50%);
		transform: scale(1.1) translate(-50%, -50%);
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
		height: 100%;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.pubnews-image-hover--effect-six .widget .post-thumb img,
	.pubnews-image-hover--effect-six .widget .post-thumb-wrap img  {
		position: relative;
		top: initial;
		left: initial;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		height: initial;
		width: initial;
		transition: 0.3s ease-in-out;
		height: 100%;
		width: 100%;
	}

	.pubnews-image-hover--effect-six .post-thumb:hover img,
	.pubnews-image-hover--effect-six .post-thumb-wrap:hover a img,
	.pubnews-image-hover--effect-six .primary-content .news-list-wrap .post-thumb-wrap:hover img  {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}

	.pubnews-image-hover--effect-six .widget .post-thumb:hover img,
	.pubnews-image-hover--effect-six .widget .post-thumb-wrap:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.pubnews-image-hover--effect-six .categories-wrap .post-thumb img,
	.pubnews-image-hover--effect-seven .categories-wrap .post-thumb img,
	.pubnews-image-hover--effect-four .categories-wrap .post-thumb img {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}

	.pubnews-image-hover--effect-six .widget_pubnews_category_collection_widget .categories-wrap .post-thumb img {
		-webkit-transform: scale(1.1) translate(0%, 0%);
		transform: scale(1.1) translate(0%, 0%);
	}

	.pubnews-image-hover--effect-six .widget_pubnews_category_collection_widget .categories-wrap .post-thumb:hover img {
		-webkit-transform: scale(1) translate(0%, 0%);
		transform: scale(1) translate(0%, 0%);
	}

	/* effect-seven */
	/* Rotate */
	.pubnews-image-hover--effect-seven .post-thumb,
	.pubnews-image-hover--effect-seven .post-thumb-wrap {
		overflow: hidden;
		position: relative;
	}

	.pubnews-image-hover--effect-seven .post-thumb img,
	.pubnews-image-hover--effect-seven .post-thumb-wrap img,
	.pubnews-image-hover--effect-seven .primary-content .news-list-wrap .post-thumb-wrap img  {
		-webkit-transform: rotate(2deg) scale(1.17) translate(-50%, -42%);
		transform: rotate(2deg) scale(1.17) translate(-50%, -42%);
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;

		height: 100%;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.pubnews-image-hover--effect-seven .widget .post-thumb img,
	.pubnews-image-hover--effect-seven .widget .post-thumb-wrap img  {
		position: relative;
		top: initial;
		left: initial;
	-webkit-transform: rotate(1deg) scale(1.17);
		transform: rotate(1deg) scale(1.17);
		height: initial;
		width: initial;
		transition: 0.3s ease-in-out;
		height: 100%;
		width: 100%;

	}

	.pubnews-image-hover--effect-seven .post-thumb:hover img,
	.pubnews-image-hover--effect-seven .post-thumb-wrap:hover a img,
	.pubnews-image-hover--effect-seven .primary-content .news-list-wrap .post-thumb-wrap:hover img {
		-webkit-transform: rotate(0deg) scale(1) translate(-50%, -50%);
		transform: rotate(0deg) scale(1) translate(-50%, -50%);
	}

	.pubnews-image-hover--effect-seven .widget .post-thumb:hover img,
	.pubnews-image-hover--effect-seven .widget .post-thumb-wrap:hover img  {
		-webkit-transform: rotate(0) scale(1.09);
		transform: rotate(0) scale(1.09);
	}

	/* effect-eight */
	/* Opacity */
	.pubnews-image-hover--effect-eight figure.post-thumb,
	.pubnews-image-hover--effect-eight figure.post-thumb-wrap {
		position: relative;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}

	.pubnews-image-hover--effect-eight figure.post-thumb:before,
	.pubnews-image-hover--effect-eight figure.post-thumb-wrap:before {
		content: '';
		background-color: #0003;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 1;
	}

	.pubnews-image-hover--effect-eight figure.post-thumb:hover:before,
	.pubnews-image-hover--effect-eight figure.post-thumb-wrap:hover:before  {
		width: 100%;
		height: 100%;
	}

	.author-wrap.layout-one .post-thumb:before {
		border-radius: 50%;
	}

	/* effect-nine */
	/* Opacity */
	.pubnews-image-hover--effect-nine .post-thumb,
	.pubnews-image-hover--effect-nine .post-thumb-wrap {
		background: linear-gradient(-180deg, var(--white-text) 10%, #000 100%);
	}

	.pubnews-image-hover--effect-nine .post-thumb:hover img,
	.pubnews-image-hover--effect-nine .post-thumb-wrap:hover img  {
		opacity: .5;
	}

	.pubnews-image-hover--effect-nine .widget .categories-wrap.layout-one .category-item {
		background: var(--inner-container-bk);
	}

	.pubnews-image-hover--effect-nine .widget_pubnews_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image,
	.pubnews-image-hover--effect-nine .opinion-item  .post-thumb-wrap {
		background: none;
	}

	/* effect-ten */
	/* Flash */
	.pubnews-image-hover--effect-ten .post-thumb:hover img,
	.pubnews-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 */
	.pubnews-title-one .post-title a,
	.pubnews-title-one .news-carousel .post-title a,
	.pubnews-title-one .widget_block ul li a,
	.pubnews-title-one .widget_nav_menu ul li a {
		display: inline;
		background-image: linear-gradient(transparent calc(100% - 2px), var(--pubnews-global-preset-theme-color) 1px);
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
		background-repeat: no-repeat;
		background-size: 0;
		text-decoration: none;
	}

	.pubnews-title-one .post-title a:hover,
	.pubnews-title-one .news-carousel .post-title a:hover,
	.pubnews-title-one .widget_block ul li a:hover,
	.pubnews-title-one .widget_nav_menu ul li a:hover {
		background-size: 100%;
	}

	/* Title effect two */
	.pubnews-title-two .post-title a,
	.pubnews-title-two .news-carousel .post-title a,
	.pubnews-title-two .widget_block ul li a,
	.pubnews-title-two .widget_nav_menu ul li a  {
		display: inline;
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
	}

	.pubnews-title-two .post-title a:hover,
	.pubnews-title-two .news-carousel .post-title a:hover,
	.pubnews-title-two .widget_block ul li a:hover,
	.pubnews-title-two .widget_nav_menu ul li a:hover {
		color: var(--pubnews-global-preset-theme-color);
		text-decoration: none;
		background-image: none;
		background-size: 0;
	}

	/* Title effect three */
	.pubnews-title-three .post-title a,
	.pubnews-title-three .news-carousel .post-title a,
	.pubnews-title-three .widget_block ul li a,
	.pubnews-title-three .widget_nav_menu ul li a {
		-webkit-transition: background-size .25s cubic-bezier(.32,.74,.57,1);
		transition: background-size .25s cubic-bezier(.32,.74,.57,1);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 100% 0%;
		background-image: linear-gradient(var(--pubnews-global-preset-theme-color), var(--pubnews-global-preset-theme-color));
	}

	.pubnews-title-three .post-title a:hover,
	.pubnews-title-three .news-carousel .post-title a:hover,
	.pubnews-title-three .widget_block ul li a:hover,
	.pubnews-title-three .widget_nav_menu ul li a:hover {
		background-size: 100% 16%;
	}

	/** Title effect four */
	.pubnews-title-four .post-title a,
	.pubnews-title-four .news-carousel .post-title a,
	.pubnews-title-four .widget_block ul li a,
	.pubnews-title-four .widget_nav_menu ul li a {
		display: inline;
		background-image: linear-gradient(transparent calc(100% - 20px), var(--pubnews-global-preset-theme-color) 20px);
		background-repeat: no-repeat;
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
		background-repeat: no-repeat;
		background-size: 0;
		text-decoration: none;
	}

	.pubnews-title-four .post-title a:hover,
	.pubnews-title-four .news-carousel .post-title a:hover,
	.pubnews-title-four .widget_block ul li a:hover,
	.pubnews-title-four .widget_nav_menu ul li a:hover {
		background-size: 100%;
	}

	/** Title effect five */
	.pubnews-title-five .post-title a,
	.pubnews-title-five .news-carousel .post-title a,
	.pubnews-title-five .widget_block ul li a,
	.pubnews-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(--pubnews-global-preset-theme-color), var(--pubnews-global-preset-theme-color));
	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;

	}

	.pubnews-title-five .post-title a:hover,
	.pubnews-title-five .news-carousel .post-title a:hover,
	.pubnews-title-five .widget_block ul li a:hover,
	.pubnews-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 */
	.pubnews-title-six .post-title a,
	.pubnews-title-six .widget_block ul li a,
	.pubnews-title-six .widget_nav_menu ul li a {
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(to right,var(--pubnews-global-preset-theme-color),var(--pubnews-global-preset-theme-color) 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;
	}

	.pubnews-title-six .post-title a:hover,
	.pubnews-title-six .news-carousel .post-title a:hover,
	.pubnews-title-six .widget_block ul li a:hover,
	.pubnews-title-six .widget_nav_menu ul li a:hover {
		background-position: 0%;
	}

	.pubnews-title-six .main-banner-wrap .post-element .post-title a,
	.pubnews-title-six .banner-trailing-posts .post-element .post-title a,
	.pubnews-title-six .dark_bk .footer-widget .widget.widget_block ul li a,
	.pubnews-title-six .dark_bk .footer-widget .widget.widget_block ol li a,
	.pubnews-title-six .dark_bk .widget .post-title a,
	.off-canvas-active.pubnews-title-six .footer-widget .widget.widget_block ul li a,
	.off-canvas-active.pubnews-title-six .footer-widget .widget.widget_block ol li a,
	.off-canvas-active.pubnews-title-six .widget .post-title a {
		background-image: linear-gradient(to right,var(--pubnews-global-preset-theme-color),var(--pubnews-global-preset-theme-color) 50%,var(--white-text) 50%);
	}

	/* Title effect seven */
	.pubnews-title-seven .post-title a,
	.pubnews-title-seven .news-carousel .post-title a,
	.pubnews-title-seven .widget_block ul li a,
	.pubnews-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(--pubnews-global-preset-theme-color) 45%, var(--post-title-color) 55%);
		background-size: 100% 220%;
		background-position: 50% 100%;
	}

	.pubnews-title-seven .post-title a:hover,
	.pubnews-title-seven .news-carousel .post-title a:hover,
	.pubnews-title-seven .widget_block ul li a:hover,
	.pubnews-title-seven .widget_nav_menu ul li a:hover {
		background-position: 50% 0%;
		color: transparent;
	}

	.pubnews-title-seven .banner-layout--six .main-banner-trailing-posts .post-element .post-title a,
	.pubnews-title-seven .banner-trailing-posts .post-element .post-title a,
	.pubnews-title-seven .dark_bk .footer-widget .widget.widget_block ul li a,
	.pubnews-title-seven .dark_bk .footer-widget .widget.widget_block ol li a,
	.pubnews-title-seven .dark_bk .widget .post-title a,
	.off-canvas-active.pubnews-title-seven .footer-widget .widget.widget_block ul li a,
	.off-canvas-active.pubnews-title-seven .footer-widget .widget.widget_block ol li a,
	.off-canvas-active.pubnews-title-seven .widget .post-title a {
		background-image: linear-gradient(to bottom, var(--pubnews-global-preset-theme-color) 45%, var(--white-text) 55%);
	}

	/* Title effect eight */
	.pubnews-title-eight .post-title a,
	.pubnews-title-eight .news-carousel .post-title a,
	.pubnews-title-eight .widget_block ul li a,
	.pubnews-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(--pubnews-global-preset-theme-color), var(--pubnews-global-preset-theme-color)), 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;
	}

	.pubnews-title-eight .post-title a:hover,
	.pubnews-title-eight .news-carousel .post-title a:hover,
	.pubnews-title-eight .widget_block ul li a:hover,
	.pubnews-title-eight .widget_nav_menu ul li a:hover {
		background-size: 100% 100%, 100% 100%;
		background-position: 100% 50%, 50% 50%;
		color: transparent;
	}

	.pubnews-title-eight .banner-layout--six .main-banner-trailing-posts .post-element .post-title a,
	.pubnews-title-eight .banner-trailing-posts .post-element .post-title a,
	.pubnews-title-eight .dark_bk .footer-widget .widget.widget_block ul li a,
	.pubnews-title-eight .dark_bk .footer-widget .widget.widget_block ol li a,
	.pubnews-title-eight .dark_bk .widget .post-title a,
	.off-canvas-active.pubnews-title-eight .footer-widget .widget.widget_block ul li a,
	.off-canvas-active.pubnews-title-eight .footer-widget .widget.widget_block ol li a,
	.off-canvas-active.pubnews-title-eight .widget .post-title a {
		background-image: linear-gradient(to bottom, var(--pubnews-global-preset-theme-color), var(--pubnews-global-preset-theme-color)), linear-gradient(to bottom, var(--white-text), var(--white-text));
	}

	/* Title effect nine */
	.pubnews-title-nine .post-title a,
	.pubnews-title-nine .news-carousel .post-title a,
	.pubnews-title-nine .widget_block ul li a,
	.pubnews-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(--pubnews-global-preset-theme-color), var(--pubnews-global-preset-theme-color)), 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;
	}

	.pubnews-title-nine .post-title a:hover,
	.pubnews-title-nine .news-carousel .post-title a:hover,
	.pubnews-title-nine .widget_block ul li a:hover,
	.pubnews-title-nine .widget_nav_menu ul li a:hover {
		background-size: 100% 100%, 100% 100%;
		color: transparent;
	}

	.pubnews-title-nine .banner-layout--six .main-banner-trailing-posts .post-element .post-title a,
	.pubnews-title-nine .banner-trailing-posts .post-element .post-title a,
	.pubnews-title-nine .dark_bk .footer-widget .widget.widget_block ul li a,
	.pubnews-title-nine .dark_bk .footer-widget .widget.widget_block ol li a,
	.pubnews-title-nine .dark_bk .widget .post-title a,
	.off-canvas-active.pubnews-title-nine .footer-widget .widget.widget_block ul li a,
	.off-canvas-active.pubnews-title-nine .footer-widget .widget.widget_block ol li a,
	.off-canvas-active.pubnews-title-nine .widget .post-title a {
		background-image: linear-gradient(to bottom, var(--pubnews-global-preset-theme-color), var(--pubnews-global-preset-theme-color)), linear-gradient(to bottom, var(--white-text), var(--white-text));
	}

	/* Title effect ten */
	.pubnews-title-ten .post-title a,
	.pubnews-title-ten .news-carousel .post-title a,
	.pubnews-title-ten .widget_block ul li a,
	.pubnews-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(--pubnews-global-preset-theme-color) 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;
	}

	.pubnews-title-ten .post-title a:hover,
	.pubnews-title-ten .news-carousel .post-title a:hover,
	.pubnews-title-ten .widget_block ul li a:hover,
	.pubnews-title-ten .widget_nav_menu ul li a:hover {
		background-size: 260% 260%, 100% 100%;
		color: transparent;
	}

	.pubnews-title-ten .banner-layout--six .main-banner-trailing-posts .post-element .post-title a,
	.pubnews-title-ten .banner-trailing-posts .post-element .post-title a,
	.pubnews-title-ten .dark_bk .footer-widget .widget.widget_block ul li a,
	.pubnews-title-ten .dark_bk .footer-widget .widget.widget_block ol li a,
	.pubnews-title-ten .dark_bk .widget .post-title a,
	.off-canvas-active.pubnews-title-ten .footer-widget .widget.widget_block ul li a,
	.off-canvas-active.pubnews-title-ten .footer-widget .widget.widget_block ol li a,
	.off-canvas-active.pubnews-title-ten .widget .post-title a {
		background-image: radial-gradient(closest-side, var(--pubnews-global-preset-theme-color) 50%, transparent 100%), linear-gradient(to bottom, var(--white-text), var(--white-text));
	}

	/* Title effect none */
	.pubnews-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;
	}

	body #theme-content .primary-content article figure {
		position: relative;
		overflow: hidden;
		border-radius: 4px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	body.single #theme-content .primary-content article figure {
		box-shadow: none;
	}

	.archive #theme-content .primary-content article .entry-content figure {
		position: relative;
		overflow: hidden;
	}

	.home #theme-content .primary-content article figure img {
		display: block;
		height: 101%;
		width: 101%;
		object-fit: cover;
	}

	.nav-previous {
		padding: 5px 0;
		text-align: left;
		margin: 3px 2px;
	}

	/** 17.1 Archive Layout **/
		body #theme-content .primary-content article figure .post-categories {
			position: absolute;
			bottom: 15px;
			top: initial;
			left: 20px;
			display: flex;
			flex-wrap: wrap;
		}

		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: 10px;
		}

		body #theme-content .primary-content .post-title {
			line-height: calc(var(--post-title-lineheight) * 1.2);
		}

	/** 17.2 Archive Layout **/
		.ticker-item-wrap .post-date a{
			text-decoration: none;
		}

		.modified .published {
			display: none;
		}

		.modified .updated {
			display: inline-block;
		}

		a.post-link-button i {
			transition: 0.2s ease-in;
			padding-left: 5px;
			vertical-align: middle;
			font-size: 10px;
		}

		.post-element a.post-link-button {
			margin: 10px 0 0;
			display: inline-block;
			font-family: var(--post-link-btn-family);
			font-weight: 600;
			font-size: var(--post-link-btn-size);
			line-height: var(--post-link-btn-lineheight);
			letter-spacing: var(--post-link-btn-letterspacing);
			text-decoration: var(--post-link-btn-textdecoration);
			text-transform: var(--post-link-btn-texttransform);
			font-weight: var(--post-link-btn-weight);
			color: var(--post-title-color);
		}

		/* post layout one */
		body.post-layout--one #theme-content .primary-content article .blaze_box_wrap {
			display: flex;
		}

		body.post-layout--one #theme-content .primary-content article + article .blaze_box_wrap {
			margin-top: 40px;
		}

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

		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 0 5px 30px;
		}

		.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: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title {
		font-size: calc(var(--post-title-size)* 0.94);
		margin: 0 0 5px;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure.post-thumb-wrap {
		margin-bottom: 16px;
		position: relative;
		height: auto;
	}

	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: grid;
		gap: 40px;
	}

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

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

	body.post-layout--three #theme-content .news-list-wrap figure {
		flex: 0 1 35%;
		overflow: hidden;
	}

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

	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 {
		grid-template-columns: repeat(3, 1fr);
	}

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

	body.post-layout--four #theme-content .news-list-wrap .post-title {
		font-size: calc(var(--post-title-size)*0.94);
		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 + article {
		margin-top: 40px;
	}

	body.post-layout--five #theme-content .news-list-wrap article img {
		width: 100%;
	}

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

	body.post-layout--five #theme-content .news-list-wrap .post-element {
		text-align: center;
	}

	body.post-layout--five #theme-content .news-list-wrap .post-element .post-title {
		margin: 0 0 12px;
		font-size: calc(var(--post-title-size) * 1.2);
	}

	.navigation.posts-navigation {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}

	.navigation.posts-navigation a{
		text-decoration: none;
		font-size: 13px;
		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: 10px;
		transition: 0.2s ease-in;
		position: absolute;
		font-size: 11px;
	}

	.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 {
		background-color: var(--button-bk-color);
		color: var(--post-title-color);
		padding: 12px 20px;
		font-weight: 600;
		cursor: pointer;
		text-transform: uppercase;
		min-width: 30%;
		font-size: 11px;
		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 {
		transform: translateY(-2px);
	}

/*
============================
18.0 Single Post Layouts
============================
*/

	body.single #theme-content .primary-content .news-list-wrap article {
		padding-top: 0px;
	}

	body.single.both-sidebar #theme-content .row .primary-content {
		margin-right: 0px;
	}

	body.single #theme-content .row .primary-content .post-categories,
	.single h1.entry-title,
	.single .entry-header .entry-meta,
	.single .post-inner .entry-content {
		margin: 0;
	}

	.single .post-inner .entry-content p {
		margin: 0;
	}

	.single .post-inner .entry-content p + p {
		margin-top: 20px;
	}

	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.layout--list article {
		display: flex;
	}

	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;
		display: block;
		margin-top: 40px;
	}

	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(--pubnews-global-preset-theme-color);
	}

	.navigation.post-navigation .nav-previous {
		padding: 0;
	}

	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-subtitle i {
		font-size: 12px;
	}

	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 .tags-links a {
		text-decoration: none;
	}

	body.single article a.post-edit-link,
	body article a.wp-block-latest-comments__comment-link {
		text-decoration: underline;
		font-style: italic;
	}

	body article a.wp-block-latest-comments__comment-link:hover {
		color: var(--post-title-color);
	}

	body.single .post-inner-wrapper > article.post .post-inner .entry-content a:hover {
		text-decoration: underline;
	} 

	/** comment **/
	.logged-in-as a{
		color: var(--pubnews-global-preset-theme-color);
		text-decoration: none;
		padding-right: 5px;
		text-decoration: underline;
	}

	.comments-area {
		margin-top: 40px;
		margin-bottom: 0px;
		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(--pubnews-global-preset-theme-color);
		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);
	}

	.single-related-posts-section .related_post_close {
		display: none;
	}


	/*
	========================================================
	19.0 Breadcrumb
	========================================================
	*/

	.pubnews-breadcrumb-wrapper {
		background: var(--breadcrumb-background-color);
	}

	.pubnews-breadcrumb-wrap {
		width: 100%;
		padding: 16px 0;;
	}

	.pubnews-breadcrumb-wrap ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
	}

	.pubnews-breadcrumb-wrap ul li a{
		color: inherit;
		text-decoration: none;
	}

	.pubnews-breadcrumb-wrap ul li, 
	.pubnews-breadcrumb-wrap ul li a,
	.pubnews-breadcrumb-wrap ul li a span {
		display: inline-block;
		color: var(--breadcrumb-link-color);
		font-size: 13px;
	}

	.pubnews-breadcrumb-wrap ul li a:hover,
	.pubnews-breadcrumb-wrap ul li a:hover span{
		color: var(--breadcrumb-link-color-hover);
	}

	.pubnews-breadcrumb-wrap ul li span {
		color: var(--breadcrumb-text-color);
	}

	.pubnews_dark_mode .pubnews-breadcrumb-wrap ul li span {
		color: #fff;
	}

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

	.pubnews-breadcrumb-wrap ul li:last-child a:after{
		content: none;
	}

	.primary-content .pubnews-breadcrumb-wrap {
		padding: 15px 20px;
	}

	.archive .primary-content .pubnews-breadcrumb-wrap {
		padding: 15px;
	}

	.pubnews-breadcrumb-wrap a{
		color: inherit;
		text-decoration: none;
	}

	.archive-description {
		margin: 15px 0 10px 0;
	}


/*
========================================================
20.0 Footer Option Section
========================================================
*/

	#footer-opinions-section {
		padding-top: var(--opinions-padding-top);
		padding-bottom: var(--opinions-padding-bottom);
		background: var(--opinion-section-bk-color);
	}

	.opinions-items-wrap {
		display: grid;
		gap: 30px;
	}

	.opinions-items-wrap.column--two {
		grid-template-columns: repeat(2, 1fr);
	}

	.opinions-items-wrap.column--three {
		grid-template-columns: repeat(3, 1fr);
	}

	.opinions-items-wrap .opinion-item {
		align-items: center;
	}

	.opinions-items-wrap .opinion-item {
		display: flex;
	}

	.opinions-items-wrap .opinion-item figure{
		flex: 0 1 30%;
		text-align: center;
		margin-right: 16px;
		overflow: hidden;
		height: 100%;
	}

	.opinions-items-wrap .opinion-item figure img {
		object-fit: cover;
		margin: 0 auto;
		display: block;
	}

	.opinions-items-wrap .opinion-item .opinion-content {
		flex: 1 1 70%;
	}

	.opinions-items-wrap .opinion-item .opinion-content h2 {
		margin: 0;
		margin-bottom: 6px;
		font-size: calc( var(--post-title-size) * 0.86 );
		line-height: inherit;
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content h2 {
		font-size: calc(var(--post-title-size)*0.72);
		margin-bottom: 4px;
	}

	.opinions-items-wrap .opinion-item .opinion-content span{
		color: var(--meta-text-color);
	}

	.dark_bk .opinions-items-wrap .opinion-item .opinion-content span {
		color: #c7c7c7;
	}

	.opinions-items-wrap .opinion-item .opinion-content span,
	.opinions-items-wrap .opinion-item .opinion-content span i{
		font-size: calc( var(--meta-size) * 1.1);
	}

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

	.opinions-items-wrap .opinion-item .opinion-content span i {
		padding-right: 8px;
		font-size: 16px;
		color: var(--meta-text-color);
		margin-top: 0px;
		display: inline-block;
	}

/*
========================================================
21.0 Pagination
========================================================
*/

	.pagination,
	.pubnews-widget-loader{
		text-align: center;
		overflow: hidden;
	}

	.primary-content .pagination {
		margin-top: 40px;
	}

	.widget.widget_pubnews_posts_grid_two_column_widget .pubnews-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-right: 10px;
	}

	.pagination span,
	.pagination a {
		text-decoration: none;
		font-size: 13px;
		font-weight: 500;
		padding: 0;
		text-align: center;
		height: 36px;
		width: 37px;
		line-height: 35px;
		display: block;
		background-color: var(--pagination-bk-color);
		border-radius: 2px;
		-webkit-transition: 0.5s ease;
		transition: 1s ease;
		border: 1px solid #e3e3e3;
		color: #666;
	}

	.pubnews_dark_mode .pagination span,
	.pubnews_dark_mode .pagination a {
		border-color: #ffffff36;
		color: #fff;
	}

	.pagination span.current {
		background-color: var(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		border: none;
	}

	.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(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		border-color: var(--pubnews-global-preset-theme-color);
	}

	.prev.page-numbers,
	.next.page-numbers {
		font-size: 0.6rem;
	}

	.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%);
		position: relative;
	}

	body.pubnews_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.pubnews_website_frame_wrap {
		position: relative;
	} 

	.pubnews_website_frame_wrap .pubnews_website_frame {
		box-shadow: 0 0 100px 100px #fff;
		border: var(--pubnews-website-frame-width) solid var(--website-frame-color);
		position: fixed;
		pointer-events: none;
		bottom: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 999999;
		display: block;
	}

	body.pubnews_dark_mode.pubnews_website_frame_wrap .pubnews_website_frame {
		border: var(--pubnews-website-frame-width) solid var(--website-frame-color);
	}

/*
========================================================
23.0 Social Icons
========================================================*/

	.social-block-widget a.social-icon i {
		border: 2px solid var(--pubnews-global-preset-theme-color);
		font-size: 20px;
		background-color: var(--pubnews-global-preset-theme-color);
		color: var(--white-text);
		vertical-align: middle;
		line-height: 1;
		margin-right: 5px;
		border-radius: 3px;
		display: inline-block;
		width: 50px;
		height: 40px;
		line-height: 35px;
		text-align: center;
		transition: all ease-in-out .3s;
	}

	.social-block-widget a.social-icon i{
		font-size: 20px;
	}

	.social-block-widget a.social-icon:hover i {
		color: var(--pubnews-global-preset-theme-color);
		background-color: transparent;
	}

/** Default social icon colors **/

/** Instagram **/
	.social-block-widget.global-color-icon a.social-icon .fa-instagram,
	.widget_pubnews_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_pubnews_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_pubnews_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_pubnews_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_pubnews_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_pubnews_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_pubnews_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_pubnews_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 
========================================================
*/

	.blaze-switcher-button {
		position: fixed;
		right: 4px;
		bottom: 70px;
		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_pubnews_banner_ads_widget {
		background-color: transparent !important;
		padding: 0 !important;
	}

	.news-grid, .news-list {
		position: relative;
	}

	a.view-all-button {
		position: absolute;
		top: 4px;
		right: 0;
		z-index: 9;
		-webkit-transition: 0.6s ease-out;
		-moz-transition: 0.6s ease-out;
		transition: 0.6s ease-out;
		display: inline-block;
		font-size: 13px;
		color: #999;
		font-weight: 500;
		letter-spacing: 0.2px;
	}

	.news-filter a.view-all-button {
		top: 2px;
	}

	.block-title--layout-five a.view-all-button,
	.block-title--layout-six a.view-all-button {
		top: 10px;
	}

	body a.view-all-button {
		padding: 0;
		text-decoration: none;
	}

	a.view-all-button:hover {
		color: #161616;
	}

	a.view-all-button i {
		text-align: center;
		line-height: 22px;
		font-size: 0.66rem;
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
	}

	.archive-description {
		color: var(--meta-text-color);
		font-size: calc(var(--content-size) * 1.1);
		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: 30px;
	}

	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
========================================================
*/
	#pubnews-scroll-to-top {
		position: fixed;
		bottom: 5px;
		right: 5px;
		z-index: 999999999;
		display: none;
		font-size: var(--move-to-top-font-size);
		line-height: 25px;
		color: var(--move-to-top-color);
	}

	#pubnews-scroll-to-top span {
		background-color: var(--pubnews-global-preset-theme-color);
	}

	@media(max-width: 940px){
		#pubnews-scroll-to-top {
			font-size: var(--move-to-top-font-size-tablet);
		}
	}

	@media(max-width: 610px){
		#pubnews-scroll-to-top {
			font-size: var(--move-to-top-font-size-smartphone);
		}
	}

	#pubnews-scroll-to-top.align--right {
		right: 5px;
	}

	#pubnews-scroll-to-top.align--left {
		left: 5px;
		right: auto;
	}

	#pubnews-scroll-to-top.align--center {
		left: 50%;
		right: auto;
	}

	#pubnews-scroll-to-top.show {
		display: flex;
		gap: 6px;
	}

	#pubnews-scroll-to-top:hover span {
		cursor: pointer;
		color: var(--move-to-top-color-hover);
		background-color: var(--pubnews-global-preset-theme-color);
	}

	#pubnews-scroll-to-top span, #pubnews-scroll-to-top span i{
		font-style: inherit;
	}

	#pubnews-scroll-to-top .icon-holder {
		width: 40px;
		height: 35px;
		display: inline-block;
		text-align: center;
		line-height: 37px;
		border-radius: 2px;
	}

	#pubnews-scroll-to-top .icon-text {
		padding: 5px 14px;
		font-size: 13px;
		display: inline-block;
		border-radius: 2px;
		font-weight: 500;
	}

	#pubnews-scroll-to-top.show:hover {
		border-color: #02de9c;
	}


/*
========================================================
28.0 404 Page
========================================================
*/

	.error404 sub {
		bottom: 0;
		color: var(--pubnews-global-preset-theme-color);
	}

	.error404  h1.page-title {
		margin: 5px 0 13px 0;
		text-align: center;
		font-size: 30px;
	}

	.error404  .page-content {
		margin: 0 0 30px;
	}

	.error404 #theme-content .row .primary-content p {
		text-align: center;
		margin: 0;
		color: var(--post-title-color);
		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);
		text-decoration: var(--single-content-textdecoration);
		text-transform: var(--single-content-texttransform);
	}

	.error404 .page-footer {
		text-align: center;
	}

	.error404 #theme-content .button-404 {
		text-align: center;
		color: var(--white-text);
		background-color: var(--pubnews-global-preset-theme-color);
		display: inline-block;
		padding: 10px 20px;
		text-decoration: none;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 22px;
		border-radius: 4px;
	}

/*
========================================================
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-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: 940px) {
		.sidebar-sticky .secondary-left-sidebar,
		.sidebar-sticky .secondary-sidebar,
		.sidebar-sticky .primary-content {
			position: initial!important;
			align-self: normal;
		}
	}

/*
========================================================
30.0 Sticky Menu
========================================================
*/

	.menu-section.fixed_header,
	.main-header.fixed_header {
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
	}

	.menu-section.fixed_header,
	.main-header.fixed_header {
		animation: .3s smart-sticky ease-out;
		transition: transform .3s ease-out;
		will-change: opacity;
	}

	@keyframes smart-sticky {
		0% {
			transform: translateY(-100%);
		}

		100% {
			transform: translateY(0);
		}
	}

	.menu-section.fixed_header.fixed--off,
	.main-header.fixed_header.fixed--off {
		transform: translateY(-100%);
	}

	.main-header.fixed_header .site-branding-section {
		padding: 0;
	}

	.admin-bar .main-header.fixed_header,
	.admin-bar .menu-section.fixed_header {
		top: 32px;
	}

	@media (max-width: 610px) {
		.admin-bar .main-header.fixed_header,
		.admin-bar .menu-section.fixed_header {
			top: 0;
		}
	}

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

	.main-header.fixed_header .site-branding a img {
		font-size: 60%;
	}

	.main-header.fixed_header .site-branding .site-description {
		display: none;
	}

	@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(--pubnews-global-preset-theme-color);
		color: var(--white-text);
	}

	.pubnews-shortcode-block  {
		margin-bottom: 20px;
		font-family: var(--post-title-family);
	}

	.pubnews-shortcode-block a{
		text-decoration: none;
	}

	.pubnews-shortcode-block p,
	.pubnews-shortcode-block a,
	.pubnews-shortcode-block div,
	.pubnews-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 .pubnews-widget-carousel-posts .slick-prev i,
	.dark_bk .pubnews-widget-carousel-posts .slick-next i {
		padding-bottom: 2px;
		color: #bbb;
	}

	body .pubnews-category-no-bk .post-categories .cat-item {
		background-color: transparent !important;
	}

	body.pubnews_dark_mode .pubnews-category-no-bk .post-categories .cat-item a {
		color: #8a8a8c;
	}


/*
======================
32.0 Video Playlist
32.1 Layout One
32.2 Layout Two
======================
*/

	#video-playlist-section {
		padding-top: var(--video-playlist-padding-top);
		padding-bottom: var(--video-playlist-padding-bottom);
		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;
			overflow: hidden;
		}

		.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(--pubnews-global-preset-theme-color);
			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.72);
			color: var(--white-text);
		}

		.video-playlist-section.layout--one .player-list-wrap .video-title {
			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);
			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(--pubnews-global-preset-theme-color);
			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(--pubnews-global-preset-theme-color);
			border-radius: 20px;
		}

		.video-playlist-section.layout--one .playlist-items-wrap::-webkit-scrollbar-track {
			box-shadow: inset 0 0 5px var(--pubnews-global-preset-theme-color);
			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.2);
			line-height: 1.2;
			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(--pubnews-global-preset-theme-color);
			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;
		}

/*
=============================
33.0 Featured Post is Sticky
=============================
*/
	.archive.category article.sticky-hide {
		display: none;
	}

	.featured-post.is-sticky {
		position: relative;
		height: 550px;
		margin-bottom: 40px;
		width: 100%;
		overflow: hidden;
	}

	.featured-post.is-sticky .post-thumb-wrap {
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.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);
		line-height: calc( var(--post-title-lineheight) * 1.7 );
		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 .pubnews-container.pubnews-author-section {
		margin-bottom: 30px;
	}

	.archive.author .pubnews-container.pubnews-author-section .row {
		padding: 35px 35px 30px;
		position: relative;
		background: #f7f7f7;
		border-radius: 4px;
		align-items: center;
	}

	.archive.author.pubnews_dark_mode .pubnews-container.pubnews-author-section .row {
		background-color: #1c1c1c;
	}

	.archive.author .pubnews-container.pubnews-author-section img {
		width: 110px;
		height: 110px;
		object-fit: cover;
		border-radius: 4px;
	}

	.archive.author .pubnews-container.pubnews-author-section .author-content {
		margin-left: 35px;
	}

	.archive.author .pubnews-container.pubnews-author-section h2 {
		font-size: calc(var(--post-title-size) * 1.2);
	}

	.archive.author .pubnews-container.pubnews-author-section .author-desc {
		margin: 4px 0 25px;
		font-size: calc(var(--content-size) * 1.1);
		line-height: calc(var(--content-lineheight) * 1.2);
	}

	.archive.author .pubnews-container.pubnews-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 .pubnews-container.pubnews-author-section .row {
			flex-direction: column !important;
			align-items: center;
			padding: 20px;
		}
		.archive.author .pubnews-container.pubnews-author-section .author-content {
			margin: 10px 0 0;
			text-align: center;
		}
	}


/*
===========================
34.0 Content Width Layout
===========================
*/
	.ticker-news-section--full-width--layout .pubnews-container,
	#main-banner-section.width-full-width--layout .pubnews-container,
	.full-width-section.width-full-width--layout .pubnews-container,
	.leftc-rights-section.width-full-width--layout .pubnews-container,
	.lefts-rightc-section.width-full-width--layout .pubnews-container,
	.video-playlist-section.width-full-width--layout .pubnews-container,
	.bottom-full-width-section.width-full-width--layout .pubnews-container,
	#footer-opinions-section.width-full-width--layout .pubnews-container,
	.home .site-main.width-full-width--layout .pubnews-container,
	.search .site-main.width-full-width--layout .pubnews-container,
	.error404 .site-main.width-full-width--layout .pubnews-container,
	.single .site-main.width-full-width--layout .pubnews-container,
	.archive .site-main.width-full-width--layout .pubnews-container,
	.bottom-footer.width-full-width--layout .pubnews-container,
	.page .site-main.width-full-width--layout .pubnews-container,
	.pubnews-multi-column-section.width-full-width--layout .pubnews-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 .pubnews-container .row,
	.pubnews-multi-column-section.width-full-width--layout .row {
		margin: 0;
	}

/*
==============================
35.0 Post blocks hover effect
==============================
*/
	body .pubnews-section .row .primary-content .blaze_box_wrap,
	body .full-width-section .row > div .blaze_box_wrap,
	body .bottom-full-width-section .row > div .blaze_box_wrap,
	body .opinions-items-wrap .opinion-item,
	body .widget .categories-wrap.layout-one .category-item,
	body .widget_pubnews_author_info_widget .author-wrap,
	body #theme-content article .blaze_box_wrap,
	body .widget .post-item,
	body .widget.widget_block,
	body .widget.widget_pubnews_social_icons_widget .social-block-widget,
	body .widget.widget_nav_menu,
	body .widget.widget_meta ul,
	body .pubnews-multi-column-section .blaze_box_wrap,
	body.single .post-inner,
	body.single .comments-area,
	body .pubnews-breadcrumb-wrap.pubnews-card,
	body .single-related-posts-wrap .pubnews-card,
	body.page .primary-content .post-inner-wrapper,
	body.error404 #theme-content .row .post-inner-wrapper {
		transition: all .25s cubic-bezier(.02,.01,.47,1);
	}

	.pubnews-post-blocks-hover--effect-one .pubnews-section .row .primary-content .blaze_box_wrap:hover,
	.pubnews-post-blocks-hover--effect-one .full-width-section .row > div .blaze_box_wrap:hover,
	.pubnews-post-blocks-hover--effect-one .bottom-full-width-section .row > div .blaze_box_wrap:hover,
	.pubnews-post-blocks-hover--effect-one .opinions-items-wrap .opinion-item:hover,
	.pubnews-post-blocks-hover--effect-one .widget .categories-wrap.layout-one .category-item:hover,
	.pubnews-post-blocks-hover--effect-one .widget_pubnews_author_info_widget .author-wrap:hover,
	.pubnews-post-blocks-hover--effect-one #theme-content article .blaze_box_wrap:hover,
	.pubnews-post-blocks-hover--effect-one .widget .post-item:hover,
	.pubnews-post-blocks-hover--effect-one .widget.widget_block:hover,
	.pubnews-post-blocks-hover--effect-one .widget.widget_pubnews_social_icons_widget .social-block-widget:hover,
	.pubnews-post-blocks-hover--effect-one .widget.widget_nav_menu:hover,
	.pubnews-post-blocks-hover--effect-one .widget.widget_meta ul:hover,
	.pubnews-post-blocks-hover--effect-one .pubnews-multi-column-section .blaze_box_wrap:hover,
	.single.pubnews-post-blocks-hover--effect-one .post-inner:hover,
	.single.pubnews-post-blocks-hover--effect-one .comments-area:hover,
	.pubnews-post-blocks-hover--effect-one .pubnews-breadcrumb-wrap.pubnews-card:hover,
	.pubnews-post-blocks-hover--effect-one .single-related-posts-wrap .pubnews-card:hover,
	.page.pubnews-post-blocks-hover--effect-one .primary-content .post-inner-wrapper:hover {
		transform: translateY(-2px);
	}

	.pubnews-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 {
		position: relative;
	}

	.header-custom-button {
		position: absolute;
		right: 0;
		top: -28px;
		padding: 0 16px;
		text-decoration: none;
		background: var(--custom-btn-bkcolor);
		border-radius: 2px 2px 0 0;
	}

	.header-custom-button.pubnews-align--left {
		left: 0;
		right: initial;
	}

	.header-custom-button.pubnews-align--center {
		left: 50%;
		right: initial;
		transform: translateX(-50%);
	}

	.header-custom-button:hover {
		background: var(--custom-btn-bkcolor-hover);
	}

	.header-custom-button .icon {
		font-size: var(--custom-btn-icon-size);
		margin-right: 7px;
	}

	.site-header .fixed_header .header-custom-button {
		display: none;
	}

	.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 {
		font-family: var(--custom-btn-family);
		font-size: var(--custom-btn-size);
		font-weight: var(--custom-btn-font-weight);
		line-height: var(--custom-btn-lineheight);
		letter-spacing: var(--custom-btn-letterspacing);
		text-decoration: var(--custom-btn-textdecoration);
		text-transform: var(--custom-btn-texttransform);
	}

	.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 Two Column Section
=============================
*/

	.pubnews-multi-column-section .news-list .news-list-post-wrap .post-thumb-wrap {
		margin-right: 20px;
	}

	.pubnews-multi-column-section .news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
		margin: 0 0 0 20px;
	}

	.two-column-section {
		padding: 25px 0;
	}

	.pubnews-multi-column-section .row .section-column-wrap {
		display: grid;
		gap: 35px;
	}

	.pubnews-multi-column-section .section-column > div + div {
		margin-top: 30px;
		position: relative;
	}

	.pubnews-multi-column-section .post-meta a.author_name:before,
	.pubnews-multi-column-section .post-meta span.post-date:before,
	.pubnews-multi-column-section .post-meta span.post-comment:before {
		font-size: calc(var(--meta-size)*0.74);
	}

	.pubnews-multi-column-section .news-list-post-wrap,
	.pubnews-multi-column-section .news-grid-post-wrap {
		gap: 30px;
	}

/*
=============================
35.1 List Layout
=============================
*/

	/* list layout four */
	.pubnews-multi-column-section .news-list.layout--four .list-item .post-title {
		padding: 5px 0 5px 10px;
	}


/*
=============================
35.3 News List 2
=============================
*/
	.pubnews-multi-column-section .news-list-2 article:first-child .blaze_box_wrap{
		flex-direction: column;
		align-items: initial;
	}

	.pubnews-multi-column-section .news-list-2 article .post-thumb-wrap {
		width: 100%
	}

	.pubnews-multi-column-section .news-list-2 article:first-child.no-feat-img .post-thumb-wrap {
		padding-bottom: 60%;
	}

	.pubnews-multi-column-section .news-list-2 article:first-child .post-element {
		margin: 0;
		padding: 15px;
	}

	.pubnews-multi-column-section .news-list-2 .post-categories {
		margin-bottom: 5px;
	}

	.pubnews-multi-column-section .news-list-2 .post-categories li {
		margin: 0 8px 5px 0;
	}

	.pubnews-multi-column-section .news-list-2 .post-categories a {
		padding: 0;
	}

	.pubnews-multi-column-section .news-list-2 article:first-child .post-element .post-title {
		font-size: calc(var(--post-title-size)*0.98);
	}

	.pubnews-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 */
	.pubnews-multi-column-section .news-list-2.layout--two article:not(:first-child) .blaze_box_wrap {
		align-items: center;
	}

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

	.pubnews-multi-column-section .news-list-2.layout--two article:not(:first-child) .post-element {
		flex: 0 1 80%;
		margin-left: 15px;
	}

	.pubnews-multi-column-section .news-list-2.layout--two article:first-child .post-element .post-title {
		display: initial;
	}

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

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

	.pubnews-multi-column-section .news-list-2.layout--two article:first-child:hover .post-numbering {
		color: var(--pubnews-global-preset-theme-color);
	}

	.pubnews-multi-column-section .news-list-2.layout--two article:not(:first-child):hover .post-numbering {
		background-color: var(--pubnews-global-preset-theme-color);
	}


/*
=============================
36.0 Two Column Section
=============================
*/

	.two-column-section .row .section-column-wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	/*
	=============================
	36.1 List Layout
	=============================
	*/
		.two-column-section .news-list .post-title {
			font-size: calc(var(--post-title-size)*0.79);
			margin-bottom: 8px;
		}

	/*
	=============================
	36.2 Filter Layout
	=============================
	*/

		.pubnews-multi-column-section .news-filter .row-wrap:first-child,
		.pubnews-multi-column-section .news-filter.layout--one .trailing-post.bottom-trailing-post,
		.pubnews-multi-column-section .news-filter .news-filter-post-wrap .trailing-post.bottom-trailing-post,
		
		.pubnews-multi-column-section .news-alter .row-wrap:first-child,
		.pubnews-multi-column-section .news-alter .news-filter-post-wrap .trailing-post.bottom-trailing-post,
		.pubnews-multi-column-section .news-alter.layout--four .featured-post,
		.pubnews-multi-column-section .news-alter.layout--four .trailing-post {
			grid-template-columns: 100%;
		}

		/* LAYOUT TWO */
			.pubnews-multi-column-section.layout--two .news-filter .trailing-post.bottom-trailing-post,
			.pubnews-multi-column-section.layout--two .news-alter .trailing-post.bottom-trailing-post {
				grid-template-columns: repeat(2, 1fr);
			}


	/* Responsive */
	@media (max-width: 940px) {
		.pubnews-multi-column-section .news-list .news-list-post-wrap .post-title {
			font-size: calc(var(--post-title-size)*0.75);
		}
	}

	@media (max-width: 610px) {
		/* layout two */
		.pubnews-multi-column-section .news-list.layout--three .list-item .blaze_box_wrap .post-element {
			padding: 5px 0 5px 5px;
			order: 1;
		}

		/* layout four */
		.pubnews-multi-column-section .news-list.layout--four .list-item .post-title {
			padding: 0;
		}
	}

	@media (max-width: 768px) {
		.pubnews-multi-column-section .news-grid .news-grid-post-wrap {
			flex-direction: column;
		}
	}


/* 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(--pubnews-global-preset-theme-color);
		border-radius: 20px;
	}

	.search-results-wrap {
		padding: 15px 3px 0;
		text-align: left;
	}

	.search-results-wrap .article-item {
		display: flex;
		padding: 15px 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;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		border-radius: 4px;
		overflow: hidden;
		align-self: flex-start;
	}

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

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

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

	.search-results-wrap .article-item .post-element .post-date 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.97);
		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(--pubnews-global-preset-theme-color);
		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: 13px;
		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;
	}

	@keyframes tie-spin {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	.search-popup--style-three.pubnews_dark_mode .site-header.layout--default .search-form-wrap {
		background-color: #000;
	}

	/* layout three */
		.search-popup--style-three .search-results-wrap {
			width: 59%;
			margin: 0 auto;
			margin-top: 35px;
			padding: 0;
		}

		.search-popup--style-three .search-form-wrap .search-posts-wrap {
			max-height: 400px;
			padding-right: 15px;
		}

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

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

		.search-popup--style-three .search-results-wrap .article-item {
			align-items: center;
			border-color: #343434;
		}

		.search-popup--style-three .search-results-wrap .article-item .post-element .post-title a {
			color: var(--menu-color);
		}

/* search popup not found */
	.search-results-wrap.no-posts-found h2 {
		margin: 0;
		font-size: 18px;
	}

	.search-popup--style-three .search-results-wrap.no-posts-found h2,
	.search-popup--style-three .search-results-wrap.no-posts-found p {
		color: #fff;
	}

	.search-results-wrap.no-posts-found p {
		margin: 8px 0 0;
		line-height: 24px;
		font-family: var(--single-content-family);
		font-size: calc( var(--single-content-size) * 0.93 );
		font-weight: var(--single-content-weight);
		letter-spacing: var(--single-content-letterspacing);
		text-decoration: var(--single-content-textdecoration);
		text-transform: var(--single-content-texttransform);
	}

	/* 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(--pubnews-global-preset-theme-color);
		background-color: var(--white-text);
		border-color: var(--white-text);
	}

	.ads-banner-slider .slick-prev {
		left: 10px;
	}

	.ads-banner-slider .slick-next  {
		right: 10px;
	}

	.pubnews-title-six .banner-layout--six .post-title a {
		background-image: linear-gradient(to right,var(--pubnews-global-preset-theme-color),var(--pubnews-global-preset-theme-color) 50%,#ffffff 50%);
	}


/* image ratio */
/* GRID */
	.home .news-grid figure {
		padding-bottom: calc( var(--pubnews-post-grid-image-ratio) * 100% );
		width: 100%;
		overflow: hidden;
		margin-bottom: 16px;
	}

	.home .news-grid img,
	.home .news-list img,
	.news-carousel img,
	.news-filter img,
	.news-alter img,
	.primary-content .news-list-wrap .post-thumb-wrap img,
	.single .entry-header .post-thumbnail img,
	.page .post-inner-wrapper .post-thumbnail img {
		height: 101%;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: scale(1) translate(-50%,-50%);
	}

	.single .entry-header .post-thumbnail img,
	.page .post-inner-wrapper .post-thumbnail img {
		height: 100%;
	}

/* LIST */
	.home .news-list figure {
		padding-bottom: calc( var(--pubnews-post-list-image-ratio) * 100% );
	}

/* CAROUSEL */
	.news-carousel figure {
		padding-bottom: calc( var(--pubnews-post-carousel-image-ratio) * 100% );
		overflow: hidden;
		margin-bottom: 16px;
		border-radius: 4px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.leftc-rights-section .news-carousel figure,
	.lefts-rightc-section .news-carousel figure {
		padding-bottom: calc( ( var(--pubnews-post-carousel-image-ratio) + 0.4 ) * 100% );
	}

/* FILTER */
	/* LAYOUT ONE */
		.news-filter .featured-post figure {
			padding-bottom: calc( var(--pubnews-post-filter-image-ratio) * 100% );
			width: 100%;
			margin-bottom: 16px;
		}

		.news-filter .trailing-post figure {
			padding-bottom: calc( ( var(--pubnews-post-filter-image-ratio) * 0.3 ) * 100% );
		}

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

	.post-layout--two .primary-content .news-list-wrap .post-thumb-wrap,
	.post-layout--four .primary-content .news-list-wrap .post-thumb-wrap,
	.post-layout--five .primary-content .news-list-wrap .post-thumb-wrap {
		padding-bottom: calc( ( var(--pubnews-archive-image-ratio) + 0.33 ) * 100%);
	}

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

/* SINGLE */
	.single .entry-header .post-thumbnail.show-original-image,
	body.page .post-thumbnail.show-original-image {
		padding: initial;
	}

	.single .entry-header .post-thumbnail.show-original-image img,
	.page .post-thumbnail.show-original-image img {
		position: initial;
		transform: initial;
		width: initial;
		height: initial;
		object-fit: initial;
		display: block;
	}

	.single .entry-header .post-thumbnail {
		padding-bottom: calc( var(--pubnews-single-image-ratio) * 100% );
		position: relative;
		margin-bottom: 26px;
		overflow: hidden;
	}

/* PAGE */
	.page .post-inner-wrapper .post-thumbnail {
		padding-bottom: calc( var(--pubnews-page-image-ratio) * 100%);
		position: relative;
		margin-bottom: 30px;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.page .entry-content button {
		cursor: pointer;
	}

	.page .entry-content p {
		line-height: 1.8;
	}

/* Alter Layout */
.news-alter {
	position: relative;
}

.news-alter .row-wrap:first-child {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px
}

.news-alter .post-thumb-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
    -webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
    -moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
}

.news-alter .featured-post figure {
	padding-bottom: calc( var(--pubnews-post-alter-image-ratio) * 100% );
	margin-bottom: 16px;
}

.news-alter .featured-post .post-categories {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

	/* ALTER */
		.news-alter .trailing-post figure {
			padding-bottom: calc( ( var(--pubnews-post-alter-image-ratio) * 0.3 ) * 100% );
		}


/* 
============================
Single Layout
============================
*/

	.single figure.wp-block-gallery.has-nested-images,
	.single .wp-block-quote,
	.single .wp-block-image {
		margin: 40px 0;
	}

/* Single Layout three */
	.single.single-layout--three .entry-header {
		display: flex;
		flex-direction: column;
	}

	.single.single-layout--three .entry-header .post-thumbnail {
		order: 2;
		margin-top: 20px;
		border-radius: 4px;
		box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-webkit-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
		-moz-box-shadow: 0px 4px 9px -3px rgb(7 10 25 / 35%);
	}

	.single.single-layout--three .entry-header .entry-title {
		margin: 14px 0 8px;
	}

/* Single Layout four */
	.single.single-layout--four #theme-content .entry-header {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		gap: 30px;
		margin-bottom: 20px;
	}

	.single.single-layout--four .entry-header .post-thumbnail {
		margin-bottom: 0;
	}

	.single.single-layout--four .entry-header .entry-title {
		line-height: calc( var(--single-title-lineheight) * 0.86 );
		font-size: calc( var(--single-title-size) * 0.91 );
	}


/*
=========================================
26.0 Table Of Content
=========================================
*/

	.toc-wrapper {
		margin-bottom: 20px;
	}

	.single-post--layout-one .pubnews-table-of-content {
		margin-top: 20px;
	}

	.pubnews-table-of-content .table-of-content-title-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.pubnews-table-of-content .table-of-content-title-wrap .toc-title {
		padding: 0;
		margin: 0;
		font-size: 20px;
		color: var(--pubnews-single-content-color);
	}

	.pubnews-table-of-content .table-of-content-title-wrap .toc-title:before {
		content: '\f022';
		font-family: 'Font Awesome 5 Free';
		font-style: normal;
		font-size: 22px;
		margin-right: 15px;
		vertical-align: top;
		font-weight: 400;
	}

	.pubnews-table-of-content .table-of-content-title-wrap .toc-icon {
		cursor: pointer;
		font-size: 14px;
		color: var(--pubnews-single-content-color);
	}

	.pubnews-table-of-content.display--fixed .table-of-content-title-wrap .toc-icon {
		color: #fff;
	}

	.pubnews-table-of-content .table-of-content-list-wrap {
		margin: 12px 10px 0;
		display: block;
	}

	.pubnews-table-of-content.table-view--tree .toc-list-item-wrap {
		padding-left: 0;
		margin-left: 25px;
	}

	.pubnews-table-of-content.table-view--tree .toc-list-item-wrap:first-child,
	.pubnews-table-of-content.table-view--flat .toc-list-item-wrap {
		padding: 0;
		margin: 0;
	}

	.pubnews-table-of-content .toc-list-item-wrap {
		list-style: none;
	}

	.pubnews-table-of-content .toc-list-item,
	.pubnews-table-of-content .toc-list-item li {
		position: relative;
	}

	.pubnews-table-of-content .toc-list-item + .toc-list-item,
	.pubnews-table-of-content .toc-list-item-wrap {
		margin-top: 2px;
	}

	.pubnews-table-of-content .toc-list-item-wrap .toc-heading-title a {
		color: var(--pubnews-single-content-color);
		font-family: var(--single-content-family);
		font-size: calc( var(--single-content-size) * 0.85 );
		font-weight: var(--single-content-weight);
		line-height: var(--single-content-lineheight);
		letter-spacing: var(--single-content-letterspacing);
		text-transform: var(--single-content-texttransform);
		text-decoration: var(--single-content-textdecoration);
		position: relative;
	}

	.pubnews-table-of-content.list-type--symbol .toc-list-item-wrap .toc-heading-title a {
		padding-left: 20px;
	}

	.pubnews-table-of-content.list-type--symbol .toc-list-item-wrap .toc-heading-title a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: var(--pubnews-global-preset-theme-color);
	}

	.pubnews-table-of-content.list-type--symbol.display--fixed .toc-list-item-wrap .toc-heading-title a:before {
		background-color: #fff;
	}

	.pubnews-table-of-content.list-type--number .toc-list-item-wrap .toc-heading-title .numbering-prefix {
		margin-right: 5px;
	}

	.pubnews-table-of-content.display--inline .toc-fixed-icon {
		display: none;
	}

	.pubnews-table-of-content.display--inline .toc-wrapper {
		border: 1px solid #efefef;
		padding: 15px 20px;
		background: #00000005;
		border-radius: 6px;
	}

	.pubnews_dark_mode .pubnews-table-of-content.display--inline .toc-wrapper {
		border-color: #efefef33;
		background-color: #0000001a;
	}

	/* Icon */
		.pubnews-table-of-content.list-type--icon .toc-heading-icon {
			font-size: 11px;
			margin-right: 8px;
			vertical-align: middle;
		}

	/* Fixed */
		.pubnews-table-of-content.display--fixed .toc-fixed-icon {
			color: #fff;
			cursor: pointer;
			position: fixed;
			top: 210px;
			left: 0;
			z-index: 5;
			background: #000000;
			padding: 7px 20px 7px 12px;
			border-radius: 0 30px 30px 0;
		}

		.pubnews-table-of-content.display--fixed .toc-fixed-icon .toc-fixed-title {
			font-size: 15px;
		}

		.pubnews-table-of-content.display--fixed .toc-fixed-icon .toc-fixed-title.hide-on-mobile {
			display: none;
		}

		.pubnews-table-of-content.display--fixed .toc-fixed-icon .toc-fixed-title.hide-on-mobile ~ i {
			margin: 0;
		}

		.pubnews-table-of-content.display--fixed .toc-fixed-icon i {
			font-size: 14px;
			margin-left: 10px;
		}

		.pubnews-table-of-content.display--fixed .toc-wrapper {
			height: 100%;
			position: fixed;
			top: 0;
			left: 0;
			background: #161616;
			margin: 0;
			padding: 30px;
			width: 330px;
			z-index: 99999;
			visibility: hidden;
			transition: .4s ease-in-out;
			transition-property: transform, visibility;
			content-visibility: auto;
			transform: translate3d(-100%, 0, 0);
			overflow-y: auto;
		}

		.logged-in .pubnews-table-of-content.display--fixed .toc-wrapper {
			margin-top: 25px;
		}

		.pubnews-table-of-content.display--fixed .toc-wrapper.active {
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}

		.pubnews-table-of-content.display--fixed .table-of-content-list-wrap {
			margin-top: 15px;
			margin-bottom: 20px;
		}

		.pubnews-table-of-content.display--fixed .table-of-content-title-wrap .toc-title,
		.pubnews-table-of-content.display--fixed .toc-list-item-wrap .toc-heading-title a,
		.pubnews-table-of-content.display--fixed.list-type--icon .toc-heading-icon {
			color: #fff;
		}

		.pubnews-table-of-content.display--fixed.table-view--tree .toc-list-item-wrap {
			padding: 0;
			margin: 0;
		}

		.pubnews-table-of-content.display--fixed.table-view--tree .toc-list-item-wrap li {
			margin-top: 10px;
		}