/**
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(/wp-content/themes/pubnews/assets/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;
		}/** pub news **/


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


/* Clamp Title */
    .clamp-title--on .news-grid .post-title,
    .clamp-title--on .news-list-post-wrap .list-item .post-title,
    .clamp-title--on .news-carousel .post-title,
    .clamp-title--on .news-filter .post-title,
    .clamp-title--on .news-alter .post-title,
    .clamp-title--on .pubnews-widget-carousel-posts .carousel-posts-wrap h2,
    .clamp-title--on .widget.widget_pubnews_news_filter_tabbed_widget .post-element .post-title,
    .clamp-title--on .widget .popular-posts-wrap .post-title,
    .clamp-title--on .widget_pubnews_posts_grid_two_column_widget .post-title,
    .clamp-title--on .widget .posts-grid-wrap .post-title,
    .clamp-title--on .widget_pubnews_posts_list_widget .permalink-wrapper,
    .clamp-title--on .widget-tabs-content .tab-item .post-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

/* Widget Loader */
    .widget.retrieving-posts .posts-wrap:before,
    .retrieving-posts .filter-tab-content-wrapper:after,
    .main-banner-slider:not(.slick-initialized):before,
    .popular-posts-wrap:not(.slick-initialized):before {
        content: '';
        position: absolute;
        margin: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        border-radius: 100%;
        z-index: 2;
        background-color: transparent;
        box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -o-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -ms-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -webkit-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
            -moz-box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        animation: cssload-spin ease infinite 4.6s;
            -o-animation: cssload-spin ease infinite 4.6s;
            -ms-animation: cssload-spin ease infinite 4.6s;
            -webkit-animation: cssload-spin ease infinite 4.6s;
            -moz-animation: cssload-spin ease infinite 4.6s;
    }

    .widget .posts-wrap {
        position: relative;
    }

    .widget.retrieving-posts .posts-wrap .post-item {
        opacity: 0.3;
    }

    @keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-o-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-ms-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-webkit-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    @-moz-keyframes cssload-spin {
        0%,
        100% {
            box-shadow: 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e;
        }
        25% {
            box-shadow: -15px 15px #9dcd2e, -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04;
        }
        50% {
            box-shadow: -15px -15px #ef7c04, 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e;
        }
        75% {
            box-shadow: 15px -15px #9dcd2e, 15px 15px #ef7c04, -15px 15px #9dcd2e, -15px -15px #ef7c04;
        }
    }

    .byline img,
    body.home .byline img {
        width: 19px;
        height: 19px;
        margin-right: 9px;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: -6px;
        position: initial;
        transform: initial;
    }

    article.sticky .blaze_box_wrap {
        border: 2px solid var(--pubnews-global-preset-theme-color);
        border-radius: 4px;
        padding: 12px;
    }

    article.sticky .post-thumb-wrap:after {
        content: '\f08d';
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        top: 10px;
        right: 15px;
        color: var(--pubnews-global-preset-theme-color);
        background: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        z-index: 1;
    }

    article.sticky .post-thumb-wrap:before {
        content: '';
    }

.post, .page {
    margin-bottom: 0;
}

.bodynoscroll .search_close_btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

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

.search-popup--style-three .site-header.layout--default .search-form-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 30px 0px;
    top: 100%;
    border-top: none;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%);
    z-index: 11;
}

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

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

.search-form-wrap form {
    display: flex;
}

.search-form-wrap form label {
    width: 100%;
    margin-right: 10px;
}

.search-form-wrap .search-field {
    width: 100%;
}

.search-popup--style-three .site-header.layout--default .search-form-wrap .search-field {
    width: 100%;
    height: 46px;
}

.pubnews_dark_mode.search-popup--style-three .search-field {
    background: #27272b;
    border-color: #343434;
    color: var(--white-text);
    outline: none;
}

.search-popup--style-three .site-header.layout--default .search-submit {
    text-transform: uppercase;
    padding: 15px 40px;
}

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

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

    .search-popup--style-three .site-header.layout--default .search-form-wrap form{
        width: 90%;
    }
}

.search .list-item figure.post-thumb-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
}

/** advertisement widget slider */

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block { 
    display: flex;
    flex-direction: column;
    max-width: 373px;
    height: 500px;
}

@media ( max-width: 375px ) {
    .widget_pubnews_ads_slider_widget .pubnews-advertisement-block {
        max-width: 343px;
    }
}

@media ( max-width: 320px ) {
    .widget_pubnews_ads_slider_widget .pubnews-advertisement-block {
        max-width: 295px;
    }
}

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

.widget_pubnews_ads_slider_widget figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%,-50%);
}

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

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block:hover .slick-arrow {
    visibility: visible;
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-prev {
    left: 10px;
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-next {
    right: 10px;
}

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

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block .slick-arrow i {
    padding: 9px 12px;
    border: 1px solid var(--white-text);
    border-radius: 2px;
    -webkit-transition: 0.5s ease;
    transition: 1s ease-in-out;
}

/*
    ===========================
        Background Animation
    ===========================
    */
        .background-animation--one .pubnews-background-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
            animation: animateBg 50s linear infinite;
        }

        @keyframes animateBg {
            0%,100% {
                transform:scale(1);
            }

            50% {
                transform:scale(1.2);
            }
        }

        .background-animation--one .pubnews-background-animation span.item {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 4px;
            height: 4px;
            background: var(--pubnews-animation-object-color);
            border-radius: 50%;
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
            animation:  animate-star 3s linear infinite;
        }

        .background-animation--one .pubnews-background-animation span.item::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            height: 1px;
            background: linear-gradient(90deg, var(--pubnews-animation-object-color), transparent);
        }

        @keyframes animate-star {
            0% {
                transform: rotate(315deg) translateX(0);
                opacity: 1;
            }

            70% {
                opacity: 1;
            }

            100% {
                transform: rotate(315deg) translateX(-1500px);
                opacity: 0;
            }
        }

        .background-animation--one .pubnews-background-animation span.item:nth-child(1) {
            top: 0;
            right: 0;
            left:initial;
            animation-delay: 0.5s;
            animation-duration: 1s;
        }

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

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

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

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

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

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

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

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

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

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

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

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

    /* BK Animation Two */
        .background-animation--two .pubnews-background-animation {
            position: fixed;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: -1;
            top: 0;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

        .background-animation--two .pubnews-background-animation .item:nth-child(13) {
            top: 91%;
            left: 6%;
            animation: animate 5s linear infinite;
        }

        @keyframes animate {
            0% {
                transform: scale(0) translateY(0) rotate(0);
                opacity: 1;
            }

            100% {
                transform: scale(1.3) translateY(-90px) rotate(360deg);
                opacity: 0;
            }
        }

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

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

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

        .background-animation--three .pubnews-background-animation .item:nth-child(1) {
            left: 86%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            border-radius: 33% 67% 58% 42% / 30% 32% 68% 70%;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(2) {
            left: 12%;
            width: 30px;
            height: 30px;
            animation-delay: 1.5s;
            animation-duration: 10s;
            background-color: transparent;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(2):after {
            content: '';
            position: absolute;
            border-width: 2.3em;
            border-style: solid;
            border-left-color: var(--pubnews-animation-object-color);
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-top-color: transparent;
        }

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

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

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

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

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

        .background-animation--three .pubnews-background-animation .item:nth-child(8) {
            left: 59%;
            width: 90px;
            height: 90px;
            animation-delay: 6.2s;
            border-radius: 73% 27% 58% 42% / 43% 56% 44% 57%;
        }

        .background-animation--three .pubnews-background-animation .item:nth-child(9),
        .background-animation--three .pubnews-background-animation .item:nth-child(10),
        .background-animation--three .pubnews-background-animation .item:nth-child(11),
        .background-animation--three .pubnews-background-animation .item:nth-child(12),
        .background-animation--three .pubnews-background-animation .item:nth-child(13) {
            display: none;
        }

        @keyframes animate-up {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
            }

            100% {
                transform: translateY(-800px) rotate(360deg);
                opacity: 0;
            }
        }

        .boxed--layout.background-animation--one .pubnews-background-animation,
        .boxed--layout.background-animation--two .pubnews-background-animation,
        .boxed--layout.background-animation--three .pubnews-background-animation {
            z-index: 1;
        }


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

    body {
        overflow-x: hidden;
    }

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

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

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

    .pubnews-cursor.type--one.isActive {
        animation: spin-1 4000ms infinite linear;
        width: 35px;
        height: 35px;
    }

    @keyframes spin-1 {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

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

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

/** 4.0 News Kit Elementor Compatible **/
    body.elementor-default article h2 {
        font-weight: initial;
        font-style: initial;
    }

    body.elementor-default.single-post #primary .primary-content article .entry-content a,
    body.single-post #primary article footer .tags-links a {
        text-decoration: initial;
    }

    body.elementor-default.single-post article .entry-content p a,
    body.elementor-default.single-post article .entry-content a {
        color: initial;
    }

    body.elementor-default .nekit-widget-section .post-categories a,
    body.elementor-default .nekit-widget-section .widget .post-categories a {
        line-height: initial;
    }

    body.elementor-default .nekit-widget-section .post-categories .cat-item,
    body.elementor-default .nekit-widget-section .post-categories .cat-item:hover {
        background-color: initial;
    }

    body.elementor-default .nekit-widget-section .post-meta span {
        padding: 0;
    }

    body.elementor-default .gallery .gallery-item {
        max-width: 100%;
    }

    .nekit-news-list-two-posts-wrap.nekit-widget-section .post-title {
        margin-left: -5rem;
    }

    .nekit-grid-widget .post-categories li a {
        padding: 0;
    }

    body.elementor-default .nekit-news-carousel-two-posts-wrap.nekit-carousel-widget article figure .post-categories {
        position: initial !important;
        display: initial !important;
    }

    body.elementor-default .nekit-filter-widget .trailing-post .post-categories,
    body.elementor-default .nekit-block-widget .trailing-post .post-categories {
        display: none !important;
    }

    /* List */
        body.elementor-default .list-item figure.post-thumb-wrap {
            flex: initial;
        }

        body.elementor-default .list-item .post-element {
            flex: 1;
            padding: initial;
        }

    /* Banner */
        body.elementor-default .banner-layout--two .main-banner-wrap,
        body.elementor-default .banner-layout--two .main-banner-popular-posts {
            max-width: initial;
        }:root {
	--pubnews-loader-icon-width: 250px;
	--pubnews-loader-icon-height: 250px;
}

body .pubnews_loading_box {
	position: fixed;
	opacity: 0.9;
	width: 100%;
	height: 100vh;
	background-color: #f0f0f0;
	z-index: 10;
	left: 0;
	top: 0;
}

.pubnews_loading_box .box {
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pubnews_loading_box {
	text-align: center;
}

.box.active {
  margin: 4px;
  border-width: 2px;
  border-color: #2271b1;
}

.pubnews_loading_box button {
  display: inline-block;
  background: transparent;
  border: 2px solid #d95f3d;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: calc(16px + 2vw);
}

.pubnews_loading_box [class*=loader-] {
  display: inline-block;
  width: var(--pubnews-loader-icon-width);
  height: var(--pubnews-loader-icon-height);
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.pubnews_loading_box .loader-1 {
  border: 0.2em dotted var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-1 linear infinite;
          animation: 1s loader-1 linear infinite;
}

@-webkit-keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-2 {
  border: 0.2em solid transparent;
  border-left-color: var(--pubnews-global-preset-theme-color);
  border-right-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-2 linear infinite;
          animation: 1s loader-2 linear infinite;
}

@-webkit-keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-3 {
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-3 linear infinite;
          animation: 1s loader-3 linear infinite;
  position: relative;
}

@-webkit-keyframes loader-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-4 {
  border: 1px solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-4 linear infinite;
          animation: 1s loader-4 linear infinite;
  position: relative;
}
.pubnews_loading_box .loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.2em;
  left: 50%;
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
}

@-webkit-keyframes loader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-5 {
  border: 0.2em solid transparent;
  border-top-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: 1s loader-5 linear infinite;
          animation: 1s loader-5 linear infinite;
  position: relative;
}
.pubnews_loading_box .loader-5:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  opacity: 0.5;
}

@-webkit-keyframes loader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-6 {
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: loader-6 1s ease-out infinite;
          animation: loader-6 1s ease-out infinite;
}

@-webkit-keyframes loader-6 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-6 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pubnews_loading_box .loader-7 {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
.pubnews_loading_box .loader-7:before, .loader-7:after {
  content: "";
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-7 1s linear infinite;
          animation: loader-7 1s linear infinite;
  opacity: 0;
}
.pubnews_loading_box .loader-7:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.pubnews_loading_box .loader-7:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes loader-7 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-7 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pubnews_loading_box .loader-8 {
  position: relative;
}
.pubnews_loading_box .loader-8:before, .loader-8:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: var(--pubnews-global-preset-theme-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-8 2s infinite ease-in-out;
          animation: loader-8 2s infinite ease-in-out;
}
.pubnews_loading_box .loader-8:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-8 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loader-8 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.pubnews_loading_box .loader-9 {
  background-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: loader-9 1s infinite ease-in-out;
          animation: loader-9 1s infinite ease-in-out;
}

@-webkit-keyframes loader-9 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-9 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pubnews_loading_box .loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.pubnews_loading_box .loader-10:before, .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid var(--pubnews-global-preset-theme-color);
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}
.pubnews_loading_box .loader-10:before {
  top: 0;
  left: 50%;
}
.pubnews_loading_box .loader-10:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.pubnews_loading_box .loader-11 {
  background-color: var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-11 1.2s infinite ease-in-out;
          animation: loader-11 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.pubnews_loading_box .loader-12 {
  position: relative;
}
.pubnews_loading_box .loader-12:before, .loader-12:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--pubnews-global-preset-theme-color);
  left: 50%;
  right: 0;
  top: 0;
  bottom: 50%;
  box-shadow: -0.5em 0 0 var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-12 1s linear infinite;
          animation: loader-12 1s linear infinite;
}
.pubnews_loading_box .loader-12:after {
  top: 50%;
  bottom: 0;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--pubnews-global-preset-theme-color);
    background-color: transparent;
  }
}

@keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--pubnews-global-preset-theme-color);
    background-color: transparent;
  }
}
.pubnews_loading_box .loader-13:before,
.pubnews_loading_box .loader-13:after,
.pubnews_loading_box .loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
          animation: loader-13 1.8s infinite ease-in-out;
}

.pubnews_loading_box .loader-13 {
  color: var(--pubnews-global-preset-theme-color);
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.pubnews_loading_box .loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.pubnews_loading_box .loader-13:after {
  left: 100%;
}
.pubnews_loading_box .loader-13:before, .loader-13:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}

@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
.pubnews_loading_box .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em var(--pubnews-global-preset-theme-color);
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
          animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  top: -1em;
}
.pubnews_loading_box .loader-14:after, .loader-14:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.pubnews_loading_box .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.pubnews_loading_box .loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-15 {
  background: var(--pubnews-global-preset-theme-color);
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}
.pubnews_loading_box .loader-15:after, .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.pubnews_loading_box .loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.pubnews_loading_box .loader-15:after {
  left: 0.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--pubnews-global-preset-theme-color), 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--pubnews-global-preset-theme-color), 0 0.25em 0 var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--pubnews-global-preset-theme-color), 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--pubnews-global-preset-theme-color), 0 0.25em 0 var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
}
.pubnews_loading_box .loader-16:before, .pubnews_loading_box .loader-16:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
          animation: 1s spin linear infinite;
}
.pubnews_loading_box .loader-16:before {
  transform: rotateX(70deg);
}
.pubnews_loading_box .loader-16:after {
  transform: rotateY(70deg);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--pubnews-global-preset-theme-color);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--pubnews-global-preset-theme-color);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--pubnews-global-preset-theme-color);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--pubnews-global-preset-theme-color);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-17 {
  position: relative;
  background-color: var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
}
.pubnews_loading_box .loader-17:after,.pubnews_loading_box  .loader-17:before {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  opacity: 0.8;
}
.pubnews_loading_box .loader-17:after {
  left: -0.5em;
  top: -0.25em;
  background-color: var(--pubnews-global-preset-theme-color);
  transform-origin: 0.75em 1em;
  -webkit-animation: loader-17 1s linear infinite;
          animation: loader-17 1s linear infinite;
  opacity: 0.6;
}
.pubnews_loading_box .loader-17:before {
  left: -1.25em;
  top: -0.75em;
  background-color: var(--pubnews-global-preset-theme-color);
  transform-origin: 1.5em 1em;
  -webkit-animation: loader-17 2s linear infinite;
          animation: loader-17 2s linear infinite;
}

@-webkit-keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
.pubnews_loading_box .loader-18 {
  position: relative;
}
.pubnews_loading_box .loader-18:before,.pubnews_loading_box  .loader-18:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.1em solid transparent;
  border-bottom-color: var(--pubnews-global-preset-theme-color);
  top: 0;
  left: 0;
  -webkit-animation: 1s loader-18 linear infinite;
          animation: 1s loader-18 linear infinite;
}
.pubnews_loading_box .loader-18:before {
  width: 1em;
  height: 1em;
}
.pubnews_loading_box .loader-18:after {
  width: 0.8em;
  height: 0.8em;
  top: 0.1em;
  left: 0.1em;
  animation-direction: reverse;
}

@-webkit-keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-19 {
  border-top: 0.2em solid var(--pubnews-global-preset-theme-color);
  border-right: 0.2em solid transparent;
  -webkit-animation: loader-19 1s linear infinite;
          animation: loader-19 1s linear infinite;
  border-radius: 100%;
  position: relative;
}

@-webkit-keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-20 {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 0.1em var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  position: relative;
}
.pubnews_loading_box .loader-20:after,.pubnews_loading_box  .loader-20:before {
  position: absolute;
  content: "";
  background-color: var(--pubnews-global-preset-theme-color);
  top: 0.5em;
  left: 0.5em;
  height: 0.1em;
  transform-origin: left center;
}
.pubnews_loading_box .loader-20:after {
  width: 0.4em;
  -webkit-animation: loader-20 2s linear infinite;
          animation: loader-20 2s linear infinite;
}
.pubnews_loading_box .loader-20:before {
  width: 0.3em;
  -webkit-animation: loader-20 8s linear infinite;
          animation: loader-20 8s linear infinite;
}

@-webkit-keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pubnews_loading_box .loader-21 {
  position: relative;
}
.pubnews_loading_box .loader-21:before, .pubnews_loading_box .loader-21:after {
  position: absolute;
  content: "";
}
.pubnews_loading_box .loader-21:before {
  width: 80%;
  height: 80%;
  left: 10%;
  bottom: 10%;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0px 0px 0px 0.1em var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-21 1s linear infinite;
          animation: loader-21 1s linear infinite;
  transform: rotate(-46deg);
}
.pubnews_loading_box .loader-21:after {
  width: 1em;
  height: 0.3em;
  border-radius: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -0.2em;
  z-index: -1;
}

@-webkit-keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}

@keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.pubnews_loading_box .loader-22 {
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pubnews_loading_box .loader-22:after, .pubnews_loading_box .loader-22:before {
  position: absolute;
  content: "";
  background-color: var(--pubnews-global-preset-theme-color);
}
.pubnews_loading_box .loader-22:after {
  width: 50%;
  height: 0.1em;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  -webkit-animation: loader-22 2s linear infinite alternate;
          animation: loader-22 2s linear infinite alternate;
}
.pubnews_loading_box .loader-22:before {
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
}

@-webkit-keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}

@keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.pubnews_loading_box .loader-23 {
  height: 0.5em;
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-radius: 0.1em;
  position: relative;
  -webkit-animation: loader-23 5s linear infinite;
          animation: loader-23 5s linear infinite;
}
.pubnews_loading_box .loader-23:after {
  width: 0.07em;
  height: 100%;
  background-color: var(--pubnews-global-preset-theme-color);
  border-radius: 0px 0.5em 0.5em 0px;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% + .1em);
}

@-webkit-keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--pubnews-global-preset-theme-color);
  }
}
.pubnews_loading_box .loader-24 {
  width: 0.8em;
  height: 1em;
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-radius: 0px 0px 0.2em 0.2em;
  position: relative;
}
.pubnews_loading_box .loader-24:after, .pubnews_loading_box .loader-24:before {
  position: absolute;
  content: "";
}
.pubnews_loading_box .loader-24:after {
  width: 0.2em;
  height: 50%;
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  border-left: none;
  border-radius: 0px 0.5em 0.5em 0px;
  left: calc(100% + .1em);
  top: 0.1em;
}
.pubnews_loading_box .loader-24:before {
  width: 0.1em;
  height: 0.3em;
  background-color: var(--pubnews-global-preset-theme-color);
  top: -0.3em;
  left: 0.05em;
  box-shadow: 0.2em 0px 0px 0px var(--pubnews-global-preset-theme-color), 0.2em -0.2em 0px 0px var(--pubnews-global-preset-theme-color), 0.4em 0px 0px 0px var(--pubnews-global-preset-theme-color);
  -webkit-animation: loader-24 1s linear infinite alternate;
          animation: loader-24 1s linear infinite alternate;
}

@-webkit-keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}

@keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
.pubnews_loading_box .loader-25 {
  border: 0.1em var(--pubnews-global-preset-theme-color) solid;
  position: relative;
  -webkit-animation: loader-25-1 5s linear infinite;
          animation: loader-25-1 5s linear infinite;
}
.pubnews_loading_box .loader-25:after {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  content: "";
  background-color: var(--pubnews-global-preset-theme-color);
  bottom: calc(100% + .2em);
  left: -0.4em;
  -webkit-animation: loader-25-2 1s ease-in-out infinite;
          animation: loader-25-2 1s ease-in-out infinite;
}

@-webkit-keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--pubnews-global-preset-theme-color);
  }
}

@keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--pubnews-global-preset-theme-color);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--pubnews-global-preset-theme-color);
  }
}
@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
@keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
.pubnews_loading_box .loader-26 {
  width: 0.5em;
  height: 0.5em;
  background-color: var(--pubnews-global-preset-theme-color);
  box-shadow: 1em 0px 0px var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  -webkit-animation: loader-26 1s ease-in-out infinite alternate;
          animation: loader-26 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}

@keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
.pubnews_loading_box .loader-27 {
  box-shadow: inset 0 0 0 0.1em var(--pubnews-global-preset-theme-color);
  border-radius: 50%;
  position: relative;
  margin-left: 1.2em;
}
.pubnews_loading_box .loader-27:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  right: 1.2em;
  top: 0;
  box-shadow: inset 0 0 0 0.1em var(--pubnews-global-preset-theme-color);
}
.pubnews_loading_box .loader-27:after {
  border: 0.2em solid var(--pubnews-global-preset-theme-color);
  box-shadow: -1.2em 0 0 0 var(--pubnews-global-preset-theme-color);
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 25%;
  position: absolute;
  content: "";
  -webkit-animation: loader-27 2s linear infinite alternate;
          animation: loader-27 2s linear infinite alternate;
}

@-webkit-keyframes loader-27 {
  0% {
    left: 0;
  }
  100% {
    left: 0.5em;
  }
}

@keyframes loader-27 {
  0% {
    left: 0;
  }
  100% {
    left: 0.5em;
  }
}
.pubnews_loading_box .loader-28 {
  position: relative;
  -webkit-animation: 2s loader-28 infinite;
          animation: 2s loader-28 infinite;
}
.pubnews_loading_box .loader-28:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 80% 20%;
  border: 0.1em solid var(--pubnews-global-preset-theme-color);
  transform: rotate(45deg);
  border-width: 0.1em 0.05em 0.05em 0.1em;
}
.pubnews_loading_box .loader-28:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  top: 0.4em;
  left: 50%;
  border-radius: 50%;
  box-shadow: -0.07em 0.07em 0 0.1em var(--pubnews-global-preset-theme-color);
  -webkit-animation: 2s loader-28-2 linear infinite;
          animation: 2s loader-28-2 linear infinite;
}

@-webkit-keyframes loader-28 {
  0%, 100% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(1);
  }
}

@keyframes loader-28 {
  0%, 100% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes loader-28 {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: transalteX(200%);
  }
}
@keyframes loader-28 {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: transalteX(200%);
  }
}
.pubnews_loading_box .loader-29 {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em var(--pubnews-global-preset-theme-color), -0.5em -0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), 0 -0.7em 0 -0.4em var(--pubnews-global-preset-theme-color), 0.5em -0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), -0.5em 0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), 0 0.7em 0 -0.4em var(--pubnews-global-preset-theme-color), 0.5em 0.5em 0 -0.4em var(--pubnews-global-preset-theme-color), -0.7em 0 0 -0.4em var(--pubnews-global-preset-theme-color), 0.7em 0 0 -0.4em var(--pubnews-global-preset-theme-color);
  -webkit-animation: 5s loader-29 linear infinite;
          animation: 5s loader-29 linear infinite;
}

@-webkit-keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/** Responsive css **/

/* 1030 for stickey **/
@media (max-width: 1030px){
	.sidebar-sticky #theme-content .row .secondary-sidebar {
		z-index: initial;
	}

	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .secondary-left-sidebar,
	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .primary-content {
	    position: initial;
	}
}


/** 1025 **/
	@media (max-width: 1025px) {

		.news-filter .news-filter-post-wrap .row-wrap,
		.news-filter.layout--one .trailing-post.bottom-trailing-post,
		.news-alter .news-alter-post-wrap .row-wrap,
		.news-alter.layout--four .trailing-post{
			grid-template-columns: 100%;
		}

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

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

		.pubnews-section .news-list .news-list-post-wrap {
    		grid-template-columns: 100%;
		}

		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap {
			height: 175px;
		}

		body #theme-content .row {
			flex-direction: column;
		}

		body #theme-content .row .primary-content {
			order: 1;
			margin-bottom: 40px;
		}

		body.right-sidebar #theme-content .row .primary-content,
		body.left-sidebar #theme-content .row .primary-content,
		.left-both-sidebar #theme-content .primary-content,
		.right-both-sidebar #theme-content .primary-content {
			max-width: 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: initial;
		}

		body .site #theme-content .row .secondary-left-sidebar {
			width: 100%;
			order: 2;
			margin: 20px 0 40px;
		}

		body .site #theme-content .row .secondary-sidebar {
			order: 3;
			margin: 0;
		}

		body.both-sidebar #theme-content .row .secondary-sidebar {
			margin-left: 0;
		}

		#theme-content .secondary-sidebar {
			width: 100%;
		}

		body.both-sidebar #theme-content .row .primary-content {
		    max-width: initial;
		}

		.ticker-news-wrap span.icon {
			display: none;
		}

		.single-related-posts-section-wrap.layout--list .single-related-posts-wrap {
			grid-template-columns: 100%;
		}

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

		.search.search-no-results #theme-content .row .primary-content {
			width: 100%;
		}

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

		body.archive.author #theme-content .pubnews-container.pubnews-author-section .row {
			flex-direction: row;
		}

		.search-popup--style-three .search-results-wrap .article-item .post-thumb-wrap {
			flex: 0 1 20%;
		}

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

		body.post-layout--four #theme-content .news-list-wrap {
			grid-template-columns: repeat(2, 1fr);
		}

		.two-column-section .row .section-column-wrap {
			grid-template-columns: 100%;
		}
	}

/** 940 tab**/
	@media (max-width: 940px) {

		.left-sidebar #theme-content .row,
		.right-sidebar #theme-content .row {
			flex-direction: column;
		}

		body.both-sidebar #theme-content .row .primary-content {
			max-width: 100%;
		}

		.leftc-rights-section .row,
		.lefts-rightc-section .row {
			flex-direction: column;
		}

		.leftc-rights-section .primary-content {
			margin-right: 0;
		}

		.leftc-rights-section .secondary-sidebar {
			margin-left: 0;
			margin-top: 25px;
		}

		.lefts-rightc-section .primary-content {
			margin-left: 0;
			order: 1;
		}

		.lefts-rightc-section .secondary-sidebar {
			margin-right: 0;
			margin-top: 25px;
			order: 2;
		}

		body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{
			flex: 0 1 50%;
		}

		.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap,
		.news-list-post-wrap.column--three .list-item.no-feat-img .post-thumb-wrap {
    		position: relative;
    		padding-bottom: 13%;
    		width: 100%;
    		min-height: 90px;
		}

		.main-banner-wrap .post-element .post-title,
		.pubnews-section .news-carousel .post-title,
		body #theme-content .news-list-wrap .blaze_box_wrap .post-element .post-title,
		body .single-related-posts-wrap #theme-content h2.post-title {
			font-size: calc(var(--post-title-size-tab) * 1.1);
			line-height: calc(var(--post-title-lineheight-tab) * 1.1);
			letter-spacing: var(--post-title-letterspacing-tab);
		}

		.banner-tabs-content .tab-item .post-title,
		.banner-layout--six .row .main-banner-trailing-posts .post-item .post-title,
		.banner-layout--six .row .trailing-posts-wrap-secondary .post-item .post-title {
			font-size: calc(var(--post-title-size-tab) * 0.89);
			line-height: calc(var(--post-title-lineheight-tab) * 0.9);
			letter-spacing: var(--post-title-letterspacing-tab);
		}

		.pubnews-section .news-filter .trailing-post .post-title,
		.pubnews-section .news-alter .trailing-post .post-title {
			font-size: calc(var(--post-title-size-tab) * 1.09);
			line-height: calc(var(--post-title-lineheight-tab) * 0.92);
			letter-spacing: var(--post-title-letterspacing-tab);
		}

		.pubnews-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 32.5%;
		}

		.header-custom-button .icon {
			font-size: var(--custom-btn-icon-size-tab)
		}

		/* Site Title */
		.site-branding .site-title a {
			font-size: var(--site-title-size-tab);
			line-height: var(--site-title-lineheight-tab);
			letter-spacing: var(--site-title-letterspacing-tab);
		}

		.site-header.layout--default .main-header .site-description {
			font-size: var(--site-tagline-size-tab);
			line-height: var(--site-tagline-lineheight-tab);
			letter-spacing: var(--site-tagline-letterspacing-tab);
		}

		/* block-title */
		h2.pubnews-block-title,
		h2.pubnews-widget-title,
		h2.widget-title,
		.wp-block-heading,
		.wp-block-search__label {
			font-size: calc(var(--block-title-size-tab)*0.68);
	    	line-height: var(--block-title-lineheight-tab);
	    	letter-spacing: var(--block-title-letterspacing-tab);
		}

		.post-meta span,
		.post-meta time,
		.post-meta .author_name {
			font-size: var(--meta-size-tab);
	    	line-height: var(--meta-lineheight-tab);
	    	letter-spacing: var(--meta-letterspacing-tab);
		}

		body.home article .post-element .post-excerpt {
			font-size: var(--content-size-tab);
	    	text-transform: var(--content-texttransform-tab);
	    	letter-spacing: var(--content-letterspacing-tab);
		}

		body.single .primary-content h1.entry-title {
		    font-size: var(--single-title-size-tab);
		    line-height: var(--single-title-lineheight-tab);
		    letter-spacing: var(--single-title-letterspacing-tab);
		}

		.single .entry-header .post-categories li {
		    line-height: var(--single-meta-lineheight-tab);
		    font-weight: var(--single-meta-weight-tab);
		}

		.single .entry-header .post-categories li a {
			font-size: var(--single-meta-size-tab)
		}

		.single .entry-meta > span {
			font-size: var(--single-meta-size-tab);
		}
		.single .entry-meta > span {
			font-size: var(--single-meta-size-tab);
		}

		.single .post-inner .entry-content{
		    font-size: var(--single-content-size-tab);
		    line-height: var(--single-content-lineheight-tab);
		    letter-spacing: var(--single-content-letterspacing-tab);
		}

		.post-layout--one .primary-content .news-list-wrap .post-thumb-wrap {
			padding-bottom: calc( var(--pubnews-archive-image-ratio-tab) * 100% );
		}

		.single .entry-header .post-thumbnail {
			padding-bottom: calc( var(--pubnews-single-image-ratio-tab) * 100% );
		}

		.page .post-inner-wrapper .post-thumbnail {
			padding-bottom: calc( var(--pubnews-page-image-ratio-tab) * 100%);
		}

	}

/** 768 **/
	@media (max-width: 768px) {
		.main-navigation.hover-effect--one .menu > li > a:hover:before, .main-navigation.hover-effect--one .nav.menu > li > a:hover:before {
			content: none;
		}

		.menu-item-description { 
			left: auto;
		}
		.sub-menu .menu-item-description {
		    margin-top: 3px;
		    line-height: 1.1;
		    padding-bottom: 3px;
		}

		.pubnews-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 44.5%;
		}

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

		.main-navigation ul ul {
			box-shadow: none;
		}

		.site-footer .bottom-footer .bottom-inner-wrapper {
			flex-direction: column;
		}

		.site-footer .site-info,
		.bottom-menu {
			text-align: center;
		}

		.featured-post.is-sticky,
		.featured-post.is-sticky .post-thumb-wrap img {
			height: 420px;
		}

		.featured-post.is-sticky .post-element {
			padding: 35px 35px 25px;
		}

		.featured-post.is-sticky .post-element h2 {
			width: 100%;
			font-size: calc(var(--post-title-size)*1.3);
		}

		body.post-layout--three #theme-content .news-list-wrap {
			grid-template-columns: 100%;
		}

		.news-alter.layout--four .featured-post {
			grid-template-columns: 100%;
		}

		.search-popup--style-three .search-results-wrap {
			width: 67%;
		}

		.single.single-layout--four #theme-content .entry-header {
			grid-template-columns: 100%;
		}
	}

/** 610 Mobile**/
	@media (max-width: 610px) {

		/* site title */
		.site-branding .site-title a {
			font-size: var(--site-title-size-mobile);
			line-height: var(--site-title-lineheight-mobile);
			letter-spacing: var(--site-title-letterspacing-mobile);
		}

		.site-header.layout--default .main-header .site-description {
			font-size: var(--site-tagline-size-mobile);
			line-height: var(--site-tagline-lineheight-mobile);
			letter-spacing: var(--site-tagline-letterspacing-mobile);
		}

		/* block-title */
		h2.pubnews-block-title,
		h2.pubnews-widget-title,
		h2.widget-title,
		.wp-block-heading,
		.wp-block-search__label {
			font-size: calc(var(--block-title-size-mobile)*0.63);
	    	line-height: var(--block-title-lineheight-mobile);
	    	letter-spacing: var(--block-title-letterspacing-mobile);
		}

		/** post title **/
		.post-title {
		    line-height: var(--post-title-lineheight-mobile);
		    letter-spacing: var(--post-title-letterspacing-mobile);
		}

		body.single .primary-content h1.entry-title {
		    font-size: calc( var(--single-title-size-mobile) * 0.86 );
		    line-height: var(--single-title-lineheight-mobile);
		    letter-spacing: var(--single-title-letterspacing-mobile);
		}

		.single .entry-header .post-categories li {
		    line-height: var(--single-meta-lineheight-mobile);
		    font-weight: var(--single-meta-weight-mobile);
		}

		.single .entry-header .post-categories li a {
			font-size: var(--single-meta-size-mobile)
		}

		.single .entry-meta > span {
			font-size: var(--single-meta-size-mobile);
		}
		.single .entry-meta > span {
			font-size: var(--single-meta-size-mobile);
		}

		.single .post-inner .entry-content{
		    font-size: var(--single-content-size-mobile);
		    line-height: var(--single-content-lineheight-mobile);
		    letter-spacing: var(--single-content-letterspacing-mobile);
		}

		.header-custom-button .icon {
			font-size: var(--custom-btn-icon-size-mobile)
		}

		.main-banner-wrap .post-element .post-title,
		.banner-layout--six .row .main-banner-trailing-posts .post-item .post-title,
		.banner-layout--six .row .trailing-posts-wrap-secondary .post-item .post-title,
		.pubnews-section .news-carousel .post-title,
		body #theme-content .news-list-wrap .blaze_box_wrap .post-element .post-title,
		.single-related-posts-wrap h2.post-title {
			font-size: calc(var(--post-title-size-mobile) * 1.2);
			line-height: calc(var(--post-title-lineheight-mobile) * 1.2);
			letter-spacing: var(--post-title-letterspacing-mobile);
		}

		.pubnews-section .news-filter .featured-post .post-title,
		.pubnews-section .news-alter .featured-post .post-title {
			font-size: calc(var(--post-title-size-mobile) * 1.5);
			line-height: calc(var(--post-title-lineheight-mobile) * 1.2);
			letter-spacing: var(--post-title-letterspacing-mobile);
		}

		.pubnews-section .news-filter .trailing-post .post-title,
		.pubnews-section .news-alter .trailing-post .post-title {
			font-size: calc(var(--post-title-size-mobile) * 1.09);
			line-height: calc(var(--post-title-lineheight-mobile) * 0.92);
			letter-spacing: var(--post-title-letterspacing-mobile);
		}

		.pubnews-section .news-grid .news-grid-post-wrap {
			grid-template-columns: 100%;
		}

		.news-grid.layout--two .post-count {
			text-align: center;
		}

		.news-list-post-wrap article .blaze_box_wrap {
			flex-direction: column;
		}

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

		body .news-list .news-list-post-wrap article.list-item .blaze_box_wrap figure.post-thumb-wrap {
			margin: 0 0 13px 0;
		}

		.news-list .news-list-post-wrap article.no-feat-img figure {
			width: 100%;
			padding-bottom: 60%;
		}

		body.post-layout--one #theme-content .primary-content article .blaze_box_wrap {
			flex-direction: column;
		}

		body.post-layout--one #theme-content .primary-content article .blaze_box_wrap .post-element {
			padding: 16px 0 0;
		}

		.post-meta span,
		.post-meta time,
		.post-meta .author_name {
			font-size: var(--meta-size-mobile);
	    	line-height: var(--meta-lineheight-mobile);
	    	letter-spacing: var(--meta-letterspacing-mobile);
		}

		body.home article .post-element .post-excerpt {
			font-size: var(--content-size-mobile);
	    	text-transform: var(--content-texttransform-mobile);
	    	letter-spacing: var(--content-letterspacing-mobile);
		}

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

		.news-list.layout--three .news-list-post-wrap .blog_inner_wrapper {
			flex-direction: column;
		}

		.news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
			margin-left: 0;
		}

		.news-list.layout--three .news-list-post-wrap .post-element {
			order: 2;
		}

		.news-list.layout--four .list-item .post-title {
			margin: 0px 0 6px;
			padding: 0;
		}

		.news-list.layout--four .list-item {
			align-items: flex-start;
		}

		.ticker-news-wrap .pubnews-ticker-controls {
			display: none;
		}

		body .news-carousel .slick-slider ul.slick-dots {
			display: none !important;
		}
		
		.news-carousel .slick-dotted {
			padding-bottom: 0;
		}

		body.post-layout--three #theme-content .news-list-wrap article .blaze_box_wrap {
			flex-direction: column;
		}

		.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,
		.bottom-full-width-section.width-full-width--layout .pubnews-container,
		.site-main.width-full-width--layout .pubnews-container,
		.header-width--full-width header.site-header .pubnews-container,
		.search .site-main.width-full-width--layout .pubnews-container,
		.error404 .site-main.width-full-width--layout .pubnews-container,
		.home .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,
		.pubnews-multi-column-section.width-full-width--layout .pubnews-container {
			margin: 0;
		}

		.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,
		.bottom-full-width-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,
		.header-width--full-width header.site-header .row,
		.pubnews-multi-column-section.width-full-width--layout .row {
			margin-right: calc(var(--bs-gutter-x) * -.5);
   			margin-left: calc(var(--bs-gutter-x) * -.5);
		}

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

		.site-header.layout--default .top-ticker-news .slick-list li {
			text-align: initial;
		}

		.search-popup--style-three .search-results-wrap {
			width: 95%;
		}

		body.post-layout--two #theme-content .row .primary-content .news-list-wrap,
		body.post-layout--four #theme-content .news-list-wrap {
			grid-template-columns: 100%;
		}

		.post-layout--one .primary-content .news-list-wrap .post-thumb-wrap {
			padding-bottom: calc( var(--pubnews-archive-image-ratio-mobile) * 100% );
		}

		.single .entry-header .post-thumbnail {
			padding-bottom: calc( var(--pubnews-single-image-ratio-mobile) * 100% );
		}

		.page .post-inner-wrapper .post-thumbnail {
			padding-bottom: calc( var(--pubnews-page-image-ratio-mobile) * 100%);
		}

		.news-carousel {
			overflow: hidden;
		}

		.sidebar-sticky .primary-content {
			align-self: normal;
		}

		.news-list figure.post-thumb-wrap {
			padding-bottom: calc( ( var(--pubnews-post-list-image-ratio) * 2.5 ) * 100% );
		}

		.two-column-section .news-list .news-list-post-wrap article.list-item .blaze_box_wrap figure.post-thumb-wrap {
			margin: 0 0 16px 0;
		}

		.two-column-section .news-list.layout--three .news-list-post-wrap .post-thumb-wrap {
			order: 1;
		}

		footer .main-footer .row {
			margin-inline: -24px;
		}

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

		body.post-layout--three #theme-content .news-list-wrap .post-element {
			padding: 16px 0 0 0;
		}

		body.post-layout--five #theme-content .news-list-wrap .post-thumb-wrap {
			margin-bottom: 16px;
		}

	}

	@media (max-width: 700px){
		body.single #theme-content .primary-content .layout--grid .single-related-posts-wrap article {
			flex: 1 1 100%;
		}
	}

	@media (max-width: 500px){
		banner-tab i{
			display: block;
			padding: 2px 0;
		}
	}

	@media (max-width: 430px){
		body.post-layout--four #theme-content .news-list-wrap {
			grid-template-columns: 100%;
		}
	}/*!
Theme Name: Pubnews
Theme URI: https://blazethemes.com/theme/pubnews-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Pubnews is an exceptional news theme designed to satisfy all your requirements. It is customizer-based as well as fully compatible with Elementor builder.  Pubnews theme offers extensive customization options for the header, footer, inner pages, and any part of the website. You will greatly enjoy diving into its live customizer, which incorporates all WordPress possibilities, such as post query parameters, real-time preview, expanded typography, and extensive style modification options. With a top-notch and intuitive design, this theme gives your website a professional news/magazine appearance. It includes six news layouts that can be customized at a granular level and added to any section as many times as you want. If you prefer creating your website with Elementor, we highly recommend you to use the theme with News Kit Elementor Addons plugin. With News Kit Elementor Addons and Elementor integrated into your website, Pubnews theme offers limitless possibilities in the world of drag and drop page building. Alternatively, if you don’t have any time to spare on building pages, you can easily import pre-built starter sites with a single click. No hassle! No complexity! Check out all the pre-built starter websites here https://blazethemes.com/theme/pubnews-free
Version: 1.0.8
Tested up to: 6.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pubnews
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pubnews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--body-text-default-color);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    border-left: 5px solid var(--border-bottom-color);
    padding-left: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: var(--post-content-font);
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 40px;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.2em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0.3em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-trendy"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-trendy"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 48.1em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1em;
	display: grid;
	grid-gap: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body.pubnews_font_typography{ --pubnews-global-preset-color-1: #64748b;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-2: #27272a;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-3: #ef4444;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-4: #eab308;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-5: #84cc16;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-6: #22c55e;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-7: #06b6d4;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-8: #0284c7;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-9: #6366f1;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-10: #84cc16;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-11: #a855f7;}
 body.pubnews_font_typography{ --pubnews-global-preset-color-12: #f43f5e;}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-1: linear-gradient( 135deg, #485563 10%, #29323c 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-2: linear-gradient( 135deg, #FF512F 10%, #F09819 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-3: linear-gradient( 135deg, #00416A 10%, #E4E5E6 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-4: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-5: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-6: linear-gradient( 135deg, #81FBB8 10%, #28C76F 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-7: linear-gradient( 135deg, #EB3349 10%, #F45C43 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-8: linear-gradient( 135deg, #FFF720 10%, #3CD500 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-9: linear-gradient( 135deg, #FF96F9 10%, #C32BAC 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-10: linear-gradient( 135deg, #69FF97 10%, #00E4FF 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-11: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);}
 body.pubnews_font_typography{ --pubnews-global-preset-gradient-color-12: linear-gradient( 135deg, #FF7AF5 10%, #513162 100%);}
.pubnews_font_typography { --header-padding: 30px;}
 .pubnews_font_typography { --header-padding-tablet: 20px;}
 .pubnews_font_typography { --header-padding-smartphone: 20px;}
.pubnews_font_typography { --archive-padding-top: 25px;}
 .pubnews_font_typography { --archive-padding-top-tablet: 25px;}
 .pubnews_font_typography { --archive-padding-top-smartphone: 25px;}
.pubnews_font_typography { --archive-padding-bottom: 25px;}
 .pubnews_font_typography { --archive-padding-bottom-tablet: 25px;}
 .pubnews_font_typography { --archive-padding-bottom-smartphone: 25px;}
.pubnews_main_body #full-width-section{ background: }
.pubnews_main_body #leftc-rights-section{ background: }
.pubnews_main_body #lefts-rightc-section{ background: }
.pubnews_main_body #bottom-full-width-section{ background: }
.pubnews_main_body .two-column-section{ background: }
.pubnews_main_body .site-header.layout--default .top-header{ background: #151515}
.pubnews_main_body .site-header.layout--default .menu-section, .search-popup--style-three .site-header.layout--one .search-form-wrap{ background: #ffffff}
.pubnews_main_body .main-navigation ul.menu ul, .pubnews_main_body .main-navigation ul.nav-menu ul{ background: #ffffff}
.pubnews_font_typography { --site-title-family : Outfit; }
.pubnews_font_typography { --site-title-weight : 700; }
.pubnews_font_typography { --site-title-texttransform : unset; }
.pubnews_font_typography { --site-title-textdecoration : none; }
.pubnews_font_typography { --site-title-size : 40px; }
.pubnews_font_typography { --site-title-size-tab : 40px; }
.pubnews_font_typography { --site-title-size-mobile : 40px; }
.pubnews_font_typography { --site-title-lineheight : 45px; }
.pubnews_font_typography { --site-title-lineheight-tab : 42px; }
.pubnews_font_typography { --site-title-lineheight-mobile : 40px; }
.pubnews_font_typography { --site-title-letterspacing : 0px; }
.pubnews_font_typography { --site-title-letterspacing-tab : 0px; }
.pubnews_font_typography { --site-title-letterspacing-mobile : 0px; }
.pubnews_font_typography { --site-tagline-family : Outfit; }
.pubnews_font_typography { --site-tagline-weight : 500; }
.pubnews_font_typography { --site-tagline-texttransform : capitalize; }
.pubnews_font_typography { --site-tagline-textdecoration : none; }
.pubnews_font_typography { --site-tagline-size : 14px; }
.pubnews_font_typography { --site-tagline-size-tab : 14px; }
.pubnews_font_typography { --site-tagline-size-mobile : 14px; }
.pubnews_font_typography { --site-tagline-lineheight : 15px; }
.pubnews_font_typography { --site-tagline-lineheight-tab : 15px; }
.pubnews_font_typography { --site-tagline-lineheight-mobile : 15px; }
.pubnews_font_typography { --site-tagline-letterspacing : 0px; }
.pubnews_font_typography { --site-tagline-letterspacing-tab : 0px; }
.pubnews_font_typography { --site-tagline-letterspacing-mobile : 0px; }
.pubnews_font_typography { --block-title-family : Outfit; }
.pubnews_font_typography { --block-title-weight : 600; }
.pubnews_font_typography { --block-title-texttransform : uppercase; }
.pubnews_font_typography { --block-title-textdecoration : none; }
.pubnews_font_typography { --block-title-size : 16px; }
.pubnews_font_typography { --block-title-size-tab : 16px; }
.pubnews_font_typography { --block-title-size-mobile : 16px; }
.pubnews_font_typography { --block-title-lineheight : 23px; }
.pubnews_font_typography { --block-title-lineheight-tab : 23px; }
.pubnews_font_typography { --block-title-lineheight-mobile : 23px; }
.pubnews_font_typography { --block-title-letterspacing : 0px; }
.pubnews_font_typography { --block-title-letterspacing-tab : 0px; }
.pubnews_font_typography { --block-title-letterspacing-mobile : 0px; }
.pubnews_font_typography { --post-title-family : Outfit; }
.pubnews_font_typography { --post-title-weight : 500; }
.pubnews_font_typography { --post-title-texttransform : unset; }
.pubnews_font_typography { --post-title-textdecoration : none; }
.pubnews_font_typography { --post-title-size : 22px; }
.pubnews_font_typography { --post-title-size-tab : 18px; }
.pubnews_font_typography { --post-title-size-mobile : 15px; }
.pubnews_font_typography { --post-title-lineheight : 24px; }
.pubnews_font_typography { --post-title-lineheight-tab : 30px; }
.pubnews_font_typography { --post-title-lineheight-mobile : 26px; }
.pubnews_font_typography { --post-title-letterspacing : 0px; }
.pubnews_font_typography { --post-title-letterspacing-tab : 0px; }
.pubnews_font_typography { --post-title-letterspacing-mobile : 0px; }
.pubnews_font_typography { --meta-family : DM Sans; }
.pubnews_font_typography { --meta-weight : 400; }
.pubnews_font_typography { --meta-texttransform : capitalize; }
.pubnews_font_typography { --meta-textdecoration : none; }
.pubnews_font_typography { --meta-size : 12px; }
.pubnews_font_typography { --meta-size-tab : 12px; }
.pubnews_font_typography { --meta-size-mobile : 12px; }
.pubnews_font_typography { --meta-lineheight : 16px; }
.pubnews_font_typography { --meta-lineheight-tab : 16px; }
.pubnews_font_typography { --meta-lineheight-mobile : 16px; }
.pubnews_font_typography { --meta-letterspacing : 0px; }
.pubnews_font_typography { --meta-letterspacing-tab : 0px; }
.pubnews_font_typography { --meta-letterspacing-mobile : 0px; }
.pubnews_font_typography { --content-family : DM Sans; }
.pubnews_font_typography { --content-weight : 400; }
.pubnews_font_typography { --content-texttransform : unset; }
.pubnews_font_typography { --content-textdecoration : none; }
.pubnews_font_typography { --content-size : 15px; }
.pubnews_font_typography { --content-size-tab : 15px; }
.pubnews_font_typography { --content-size-mobile : 15px; }
.pubnews_font_typography { --content-lineheight : 24px; }
.pubnews_font_typography { --content-lineheight-tab : 24px; }
.pubnews_font_typography { --content-lineheight-mobile : 24px; }
.pubnews_font_typography { --content-letterspacing : 0px; }
.pubnews_font_typography { --content-letterspacing-tab : 0px; }
.pubnews_font_typography { --content-letterspacing-mobile : 0px; }
.pubnews_font_typography { --menu-family : Outfit; }
.pubnews_font_typography { --menu-weight : 600; }
.pubnews_font_typography { --menu-texttransform : capitalize; }
.pubnews_font_typography { --menu-size : 15px; }
.pubnews_font_typography { --menu-size-tab : 15px; }
.pubnews_font_typography { --menu-size-mobile : 15px; }
.pubnews_font_typography { --menu-lineheight : 36px; }
.pubnews_font_typography { --menu-lineheight-tab : 36px; }
.pubnews_font_typography { --menu-lineheight-mobile : 36px; }
.pubnews_font_typography { --menu-letterspacing : 0px; }
.pubnews_font_typography { --menu-letterspacing-tab : 0px; }
.pubnews_font_typography { --menu-letterspacing-mobile : 0px; }
.pubnews_font_typography { --submenu-family : Outfit; }
.pubnews_font_typography { --submenu-weight : 500; }
.pubnews_font_typography { --submenu-texttransform : capitalize; }
.pubnews_font_typography { --submenu-size : 14px; }
.pubnews_font_typography { --submenu-size-tab : 14px; }
.pubnews_font_typography { --submenu-size-mobile : 14px; }
.pubnews_font_typography { --submenu-letterspacing : 0px; }
.pubnews_font_typography { --submenu-letterspacing-tab : 0px; }
.pubnews_font_typography { --submenu-letterspacing-mobile : 0px; }
.pubnews_font_typography { --post-link-btn-family : DM Sans; }
.pubnews_font_typography { --post-link-btn-weight : 500; }
.pubnews_font_typography { --post-link-btn-texttransform : unset; }
.pubnews_font_typography { --post-link-btn-textdecoration : none; }
.pubnews_font_typography { --post-link-btn-size : 14px; }
.pubnews_font_typography { --post-link-btn-size-tab : 14px; }
.pubnews_font_typography { --post-link-btn-size-mobile : 14px; }
.pubnews_font_typography { --post-link-btn-lineheight : 21px; }
.pubnews_font_typography { --post-link-btn-lineheight-tab : 21px; }
.pubnews_font_typography { --post-link-btn-lineheight-mobile : 21px; }
.pubnews_font_typography { --post-link-btn-letterspacing : 0px; }
.pubnews_font_typography { --post-link-btn-letterspacing-tab : 0px; }
.pubnews_font_typography { --post-link-btn-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-title-family : Outfit; }
.pubnews_font_typography { --single-title-weight : 600; }
.pubnews_font_typography { --single-meta-family : DM Sans; }
.pubnews_font_typography { --single-meta-weight : 400; }
.pubnews_font_typography { --single-meta-texttransform : capitalize; }
.pubnews_font_typography { --single-meta-textdecoration : none; }
.pubnews_font_typography { --single-meta-size : 14px; }
.pubnews_font_typography { --single-meta-size-tab : 14px; }
.pubnews_font_typography { --single-meta-size-mobile : 14px; }
.pubnews_font_typography { --single-meta-lineheight : 26px; }
.pubnews_font_typography { --single-meta-lineheight-tab : 26px; }
.pubnews_font_typography { --single-meta-lineheight-mobile : 26px; }
.pubnews_font_typography { --single-meta-letterspacing : 0px; }
.pubnews_font_typography { --single-meta-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-meta-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-family : DM Sans; }
.pubnews_font_typography { --single-content-weight : 400; }
.pubnews_font_typography { --single-content-texttransform : unset; }
.pubnews_font_typography { --single-content-textdecoration : none; }
.pubnews_font_typography { --single-content-size : 18px; }
.pubnews_font_typography { --single-content-size-tab : 18px; }
.pubnews_font_typography { --single-content-size-mobile : 18px; }
.pubnews_font_typography { --single-content-lineheight : 29px; }
.pubnews_font_typography { --single-content-lineheight-tab : 29px; }
.pubnews_font_typography { --single-content-lineheight-mobile : 29px; }
.pubnews_font_typography { --single-content-letterspacing : 0px; }
.pubnews_font_typography { --single-content-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h1-family : DM Sans; }
.pubnews_font_typography { --single-content-h1-weight : 700; }
.pubnews_font_typography { --single-content-h1-texttransform : unset; }
.pubnews_font_typography { --single-content-h1-textdecoration : none; }
.pubnews_font_typography { --single-content-h1-size : 32px; }
.pubnews_font_typography { --single-content-h1-size-tab : 16px; }
.pubnews_font_typography { --single-content-h1-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h1-lineheight : 46px; }
.pubnews_font_typography { --single-content-h1-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h1-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h1-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h1-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h1-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h2-family : DM Sans; }
.pubnews_font_typography { --single-content-h2-weight : 700; }
.pubnews_font_typography { --single-content-h2-texttransform : unset; }
.pubnews_font_typography { --single-content-h2-textdecoration : none; }
.pubnews_font_typography { --single-content-h2-size : 26px; }
.pubnews_font_typography { --single-content-h2-size-tab : 16px; }
.pubnews_font_typography { --single-content-h2-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h2-lineheight : 38px; }
.pubnews_font_typography { --single-content-h2-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h2-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h2-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h2-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h2-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h3-family : DM Sans; }
.pubnews_font_typography { --single-content-h3-weight : 700; }
.pubnews_font_typography { --single-content-h3-texttransform : unset; }
.pubnews_font_typography { --single-content-h3-textdecoration : none; }
.pubnews_font_typography { --single-content-h3-size : 19px; }
.pubnews_font_typography { --single-content-h3-size-tab : 16px; }
.pubnews_font_typography { --single-content-h3-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h3-lineheight : 27px; }
.pubnews_font_typography { --single-content-h3-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h3-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h3-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h3-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h3-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h4-family : DM Sans; }
.pubnews_font_typography { --single-content-h4-weight : 700; }
.pubnews_font_typography { --single-content-h4-texttransform : unset; }
.pubnews_font_typography { --single-content-h4-textdecoration : none; }
.pubnews_font_typography { --single-content-h4-size : 17px; }
.pubnews_font_typography { --single-content-h4-size-tab : 16px; }
.pubnews_font_typography { --single-content-h4-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h4-lineheight : 24px; }
.pubnews_font_typography { --single-content-h4-lineheight-tab : 22px; }
.pubnews_font_typography { --single-content-h4-lineheight-mobile : 22px; }
.pubnews_font_typography { --single-content-h4-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h4-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h4-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h5-family : DM Sans; }
.pubnews_font_typography { --single-content-h5-weight : 700; }
.pubnews_font_typography { --single-content-h5-texttransform : unset; }
.pubnews_font_typography { --single-content-h5-textdecoration : none; }
.pubnews_font_typography { --single-content-h5-size : 14px; }
.pubnews_font_typography { --single-content-h5-size-tab : 16px; }
.pubnews_font_typography { --single-content-h5-size-mobile : 16px; }
.pubnews_font_typography { --single-content-h5-lineheight : 20px; }
.pubnews_font_typography { --single-content-h5-lineheight-tab : 20px; }
.pubnews_font_typography { --single-content-h5-lineheight-mobile : 20px; }
.pubnews_font_typography { --single-content-h5-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h5-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h5-letterspacing-mobile : 0px; }
.pubnews_font_typography { --single-content-h6-family : DM Sans; }
.pubnews_font_typography { --single-content-h6-weight : 700; }
.pubnews_font_typography { --single-content-h6-texttransform : unset; }
.pubnews_font_typography { --single-content-h6-textdecoration : none; }
.pubnews_font_typography { --single-content-h6-size : 11px; }
.pubnews_font_typography { --single-content-h6-size-tab : 11px; }
.pubnews_font_typography { --single-content-h6-size-mobile : 10px; }
.pubnews_font_typography { --single-content-h6-lineheight : 16px; }
.pubnews_font_typography { --single-content-h6-lineheight-tab : 16px; }
.pubnews_font_typography { --single-content-h6-lineheight-mobile : 16px; }
.pubnews_font_typography { --single-content-h6-letterspacing : 0px; }
.pubnews_font_typography { --single-content-h6-letterspacing-tab : 0px; }
.pubnews_font_typography { --single-content-h6-letterspacing-mobile : 0px; }
body .site-branding img{ width: 230px; }
@media(max-width: 940px) { body .site-branding img{ width: 200px; } }
@media(max-width: 610px) { body .site-branding img{ width: 200px; } }
body.block-title--layout-seven h2.pubnews-block-title:before, body.block-title--layout-seven h2.widget-title span:before, body.archive.block-title--layout-seven .page-header span:before, body.search.block-title--layout-seven .page-header span:before, body.archive.block-title--layout-seven .page-title:before, body.block-title--layout-seven h2.pubnews-widget-title span:before, body.block-title--layout-seven .pubnews-custom-title:before { background-color: #ff2453 }
body.block-title--layout-seven h2.pubnews-block-title:after, body.block-title--layout-seven h2.widget-title span:after, body.archive.block-title--layout-seven .page-header span:after, body.search.block-title--layout-seven .page-header span:after, body.archive.block-title--layout-seven .page-title:after, body.block-title--layout-seven h2.pubnews-widget-title span:after, body.block-title--layout-seven .pubnews-custom-title:after { background-color: #be2edd }
.pubnews_main_body { --site-bk-color: #ffffff}
body { --newsletter-bk-color: var( --pubnews-global-preset-theme-color )}
body { --newsletter-bk-color-hover: var( --pubnews-global-preset-theme-color )}
@media(max-width: 610px) { .ads-banner{ display : block;} }
@media(max-width: 610px) { body #pubnews-scroll-to-top.show{ display : block;} }
.widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border: 1px none #448bef;}
body.pubnews_main_body .site-header.layout--default .site-branding-section{ background: #ffffff}
body.pubnews_main_body .site-footer .main-footer, body .dark_bk .posts-grid-wrap.layout-two .post-content-wrap{ background: #0f0f11}
 body.pubnews_main_body{ --pubnews-global-preset-theme-color: #cf2e2e;}
 body.pubnews_dark_mode{ --pubnews-global-preset-theme-color: #cf2e2e;}
 body.pubnews_main_body{ --pubnews-animation-object-color: var( --pubnews-global-preset-theme-color );}
 body.pubnews_dark_mode{ --pubnews-animation-object-color: var( --pubnews-global-preset-theme-color );}
.widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .author-wrap.layout-two .post-thumb, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ 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%) }
.widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border-radius: 4px; }@media(max-width: 940px) { .widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border-radius: 4px; } }
@media(max-width: 610px) { .widget .post_thumb_image, .widget .widget-tabs-content .post-thumb, .widget .popular-posts-wrap article .post-thumb, .widget.widget_pubnews_news_filter_tabbed_widget .tabs-content-wrap .post-thumb, .widget .pubnews-widget-carousel-posts .post-thumb-wrap, .author-wrap.layout-two .post-thumb, .widget .pubnews-widget-carousel-posts.layout--two .slick-list, .widget_pubnews_category_collection_widget .categories-wrap .category-item{ border-radius: 4px; } }
body .post-categories .cat-item.cat-30347 { background-color : #333333}
body .post-categories .cat-item.cat-30347:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30347 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30347 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-35 { background-color : #333333}
body .post-categories .cat-item.cat-35:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-35 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-35 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-2984 { background-color : #333333}
body .post-categories .cat-item.cat-2984:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-2984 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-2984 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30426 { background-color : #333333}
body .post-categories .cat-item.cat-30426:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30426 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30426 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-28361 { background-color : #333333}
body .post-categories .cat-item.cat-28361:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-28361 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-28361 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30487 { background-color : #333333}
body .post-categories .cat-item.cat-30487:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30487 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30487 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-37 { background-color : #333333}
body .post-categories .cat-item.cat-37:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-37 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-37 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-86 { background-color : #333333}
body .post-categories .cat-item.cat-86:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-86 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-86 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-3 { background-color : #333333}
body .post-categories .cat-item.cat-3:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-3 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-3 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-21226 { background-color : #333333}
body .post-categories .cat-item.cat-21226:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-21226 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-21226 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30510 { background-color : #333333}
body .post-categories .cat-item.cat-30510:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30510 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30510 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30625 { background-color : #333333}
body .post-categories .cat-item.cat-30625:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30625 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30625 a:hover { color : #448bef;}
body .post-categories .cat-item.cat-30516 { background-color : #333333}
body .post-categories .cat-item.cat-30516:hover { background-color : #448bef}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30516 a { color : #333333}
body .pubnews-category-no-bk .post-categories .cat-item.cat-30516 a:hover { color : #448bef;}
/*!
Theme Name: Pubnews Plus
Theme URI: https://blazethemes.com/theme/pubnews-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Pubnews Plus is an exceptional news theme designed to satisfy all your requirements. It is customizer-based as well as fully compatible with Elementor builder.  Pubnews theme offers extensive customization options for the header, footer, inner pages, and any part of the website. You will greatly enjoy diving into its live customizer, which incorporates all WordPress possibilities, such as post query parameters, real-time preview, expanded typography, and extensive style modification options. With a top-notch and intuitive design, this theme gives your website a professional news/magazine appearance. It includes six news layouts that can be customized at a granular level and added to any section as many times as you want. If you prefer creating your website with Elementor, we highly recommend you to use the theme with News Kit Elementor Addons plugin. With News Kit Elementor Addons and Elementor integrated into your website, Pubnews theme offers limitless possibilities in the world of drag and drop page building. Alternatively, if you don’t have any time to spare on building pages, you can easily import pre-built starter sites with a single click. No hassle! No complexity! Check out all the pre-built starter websites here https://blazethemes.com/theme/pubnews-free
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pubnews-plus
Template: pubnews
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pubnews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



figure {
    margin: 0px;
}

/**
Variables
**/
:root {
		/* presets */
		--pubnews-newsletter-color: #ffffff;
		--pubnews-global-preset-theme-color: #cf2e2e;
		--social-icon-bk-color: #ffffff;
		--social-icon-size: 16px;
		--menu-color: #161616;
		--search-color: #161616;

		--sidebar-toggle-color: #161616;
		--mobile-menu-bk-color: #ffffff;

	}

.pubnews_dark_mode { 
		--pubnews-newsletter-color: #ffffff;
		--sidebar-toggle-color: #777777;
		--mobile-menu-bk-color: #000000;
	}





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

    box-shadow: 0 2px 7px -4px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 7px -4px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 7px -4px rgba(0, 0, 0, .16);
}

.site-header.layout--default.layout--one .newsletter-element a {
	padding: 4px 13px 8px;
}

.site-header.layout--default .social-icons-wrap .social-icon {
	color: #161616;
	border: 1px solid rgba(0, 0, 0, .09);
}

.pubnews_dark_mode .site-header.layout--default .social-icons-wrap .social-icon { 
	color: #ffffff;
}

.site-header.layout--default .social-icons-wrap .social-icon:hover {
	color: var(--pubnews-global-preset-theme-color);
}

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

.site-header.layout--default.layout--one .menu-section {
	border-top: 1px solid #efefef;
}

#pubnews_menu_burger span {
	background-color: #161616;
}

.pubnews_dark_mode #pubnews_menu_burger span {
	background-color: #777777;
}

@media (max-width: 769px) {
    nav.main-navigation ul.menu li, nav.main-navigation ul.nav-menu li {
        border-bottom: 1px solid #d2d2d2;
    }

    nav.main-navigation ul.menu li a, nav.main-navigation ul.nav-menu li a {
    	color: #000000;
    }

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

}


@media (min-width: 48.1em) {
    .main-navigation .menu li a, .main-navigation .nav.menu li a {
        padding: 8px 15px;
   }

   .main-navigation .menu li:hover > a, .main-navigation .nav.menu li:hover > a {
        color: var(--pubnews-global-preset-theme-color);
   }
 }



.main-banner-wrap .slick-arrow i {
	padding: 2px 14px 0; 
}



@media (max-width: 500px) {

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

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

@media (min-width: 48.1em) {
    .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    	color: #000;
    	border-bottom: 1px solid #dedede;
    }

    .pubnews_dark_mode .main-navigation ul.menu ul li a, .pubnews_dark_mode .main-navigation ul.nav-menu ul li a {
    	border-bottom: 1px solid #595959;
    }

}

nav.main-navigation ul > li ul {
    border-top: 1px solid #dedede;
}

.pubnews_dark_mode nav.main-navigation ul > li ul {
    border-top: 1px solid #595959;
}

/* Banner Layout Three */
		.banner-layout--three .pubnews-container .row:first-child {
			display: grid;
			grid-template-columns: 54%46%;
		}

		.banner-layout--three .main-banner-wrap {
			padding-right: 1px;
		}

		/* .banner-layout--three .slick-list article, */
		.banner-layout--three .slick-list article .post-thumb {
			height: 444px;
		}

		.banner-layout--three .slick-list article .post-thumb img {
			height: 100%;
		}

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


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

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

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

		.banner-layout--three .banner-trailing-posts article {
			flex: 0 1 50%;
			padding: 0 1px;
			position: relative;
			height: 191px;
		}

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

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

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

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

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

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

		.site-header.layout--default .header-right-button-wrap span.title-text {
		    font-size: calc(var(--menu-size)* 0.8);
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    font-weight: 500;
		}

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

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

/** overiding css **/
.post-categories a, .widget .post-categories a {
    text-decoration: none;
    color: var(--white-text);
   }

.post-title a:visited {
	color: inherit;
}

.widget {
    margin-bottom: 40px;
}

.main-navigation ul .sub-menu {
	box-shadow: none;
}

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

.widget .wp-block-image img {
	 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%);
}

.widget_pubnews_ads_slider_widget figure{
	height: 380px;
}

.widget_pubnews_ads_slider_widget figure img {
	height: 100%;
	width: 100%;
	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%);
}

.widget_pubnews_ads_slider_widget .pubnews-advertisement-block {
	height: 100%;
}


.widget.widget_pubnews_ads_slider_widget .slick-arrow i {
	line-height: 16px;
    border: none;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    transition: 1s ease;
    color: #000;
    background-color: var(--white-text);
}

.widget.widget_pubnews_ads_slider_widget .slick-arrow {
	transition: all .25s cubic-bezier(.02,.01,.47,1);
}


.widget.widget_pubnews_ads_slider_widget .slick-arrow.slick-prev:hover {
	transform: translateX(-2px);
}

.widget.widget_pubnews_ads_slider_widget .slick-arrow.slick-next:hover {
	transform: translateX(2px);
}



/** 1025 **/
@media (max-width: 1025px) {
    body .pubnews-section.banner-layout--three .pubnews-container .row:first-child, .banner-layout--four .row:first-child, .single-related-posts-section-wrap.layout--list .single-related-posts-wrap {
        grid-template-columns: 100%;
    }

    .banner-layout--three .pubnews-container .row:first-child .main-banner-wrap {
        margin-bottom: 2px;
    }
}


.widget .wp-block-categories-list li, .widget .wp-block-categories-list li {
	font-size: inherit;
}

img#wpstats{display:none}
							header .site-title a, header .site-title a:after  {
					color: #000;
				}
				header .site-title a:hover {
					color: #000000;
				}
								.site-description {
						color: #494949;
					}
						

        .group-card {

            margin-bottom: 20px;

            position: relative;

            border: 2px solid transparent;

            border-radius: 5px;

            background: #f0f8ff;

            display: flex;

            align-items: center;

            padding: 7px;

            justify-content: space-between;

            overflow: hidden;

        }

        .whatsapp-card {

            animation: whatsapp-border-animation 1s infinite;

        }

        .telegram-card {

            animation: telegram-border-animation 1s infinite;

        }

        .instagram-card {

            animation: instagram-border-animation 1s infinite;

        }

        @keyframes whatsapp-border-animation {

            0% {

                border-color: transparent;

            }

            50% {

                border-color: #25d366;

            }

            100% {

                border-color: transparent;

            }

        }

        @keyframes telegram-border-animation {

            0% {

                border-color: transparent;

            }

            50% {

                border-color: #004F7A;

            }

            100% {

                border-color: transparent;

            }

        }

        @keyframes instagram-border-animation {

            0% {

                border-color: transparent;

            }

            50% {

                border-color: #E1306C;

            }

            100% {

                border-color: transparent;

            }

        }

        .seoquake-nofollow {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            font-size: 1rem;

            font-weight: bold;

            text-decoration: none;

            padding: 5px 20px;

            border-radius: 2px;

            flex-shrink: 0;

            transition: all 0.3s ease-in-out;

            color: white !important;

        }

        .seoquake-nofollow i {

            margin-right: 5px;

        }

        .whatsapp-card .seoquake-nofollow {

            background: #25d366;

        }

        .telegram-card .seoquake-nofollow {

            background: #004F7A;

        }

        .instagram-card .seoquake-nofollow {

            background: #E1306C;

        }

        .seoquake-nofollow:hover {

            transform: scale(1.05);

        }

    
.sticky-ads{ position: fixed; bottom: 0; left: 0; width: 100%; min-height: 140px; max-height: 200px; padding: 5px 0; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); -webkit-transition: all .1s ease-in; transition: all .1s ease-in; display: flex; align-items: center; justify-content: center; background-color: #fefefe; z-index: 20; }.sticky-ads-close { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 12px 0 0; position: absolute; right: 0; top: -30px; background-color: #fefefe; box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } .sticky-ads .sticky-ads-close svg { width: 22px; height: 22px; fill: #000; } .sticky-ads .sticky-ads-content { overflow: hidden; display: block; position: relative; height: 70px; width: 100%; margin-right: 10px; margin-left: 10px;    min-width: 45px;
    word-break: keep-all;
div[class*=ays-pb-modal_].ays_cmd_window,div[class*=ays-pb-modal_].ays_win98_window,div[class*=ays-pb-modal_].ays_winxp_window{z-index:1;pointer-events:fill;animation-fill-mode:forwards!important}.ays-pb-modals{position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999999999;text-align:center;height:100%}.ays-pb-modals.ays-pb-notification-modal{position:unset;text-align:unset;height:auto}div[class*=ays-pb-modal_].ays_notification_window{width:100%;animation-duration:0s!important;position:relative}.ays_pb_fa,i.ays_pb_fa{font-weight:900}.ays_pb_fa{display:inline-block;font:900 14px/1 'Font Awesome 5 Free';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ays_pb_far{font-weight:400!important}.ays_pb_fa_volume{content:"f028"}.ays_pb_fa_volume_off{content:"f026"}.fa-window-maximize:before{content:'';position:absolute;box-shadow:0 0 0 0 #ccc;width:10px;height:10px;border:1px solid #fff;border-top:3px solid #fff;top:4px;left:4px}.ays-close-button-on-off,.ays_pb_display_none_inp,input.ays-pb-modal-check[type=checkbox]{display:none!important}.ays-pb-modals:not(.ays-pb-modals.ays-pb-notification-modal)::before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.ays-pb-modal-check,.ays-pb-modal-check:checked~.ays-pb-modal{pointer-events:auto}.ays_button.ays_two{position:fixed;left:5px;top:5px;color:#9c00ff!important}div[class*=ays-pb-modal_].ays_cmd_window{width:450px;transition:.5s!important;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;overflow-y:scroll}.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar),.ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays-pb-modal:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_cmd_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_lil_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_ubuntu_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_window:not(.ays-pb-show-scrollbar),div[class*=ays-pb-modal_].ays_winxp_window:not(.ays-pb-show-scrollbar){scrollbar-width:none}.ays_cmd_window .ays_cmd_window-content{height:79%;position:relative;background:unset;box-shadow:unset;border:unset}.ays_cmd_window.ays_cmd_window--maximized,.ays_ubuntu_window.ays_ubuntu_window--maximized,.ays_window.ays_cmd_window--maximized,.ays_winxp_window.ays_winxp_window--maximized{width:98%!important;flex-grow:1!important;height:98%!important;top:unset!important}.ays_cmd_window.ays_cmd_window--minimized,.ays_window.ays_cmd_window--minimized{height:25px!important;width:250px!important;bottom:0!important;top:unset!important;overflow:visible}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile,.ays_cmd_window.ays_cmd_window--minimized .ays_cmd_window-content,.ays_pb_display_none,.ays_ubuntu_window.ays_ubuntu_window--minimized .ays_ubuntu_folder-info,.ays_window.ays_cmd_window--minimized .ays_cmd_window-content{display:none}.ays_cmd_window.ays_cmd_window--destroyed{opacity:0;width:0;height:0}.ays_cmd_window-header{background-color:#eee;height:25px;display:flex;position:sticky;top:0;z-index:12;box-shadow:unset;border-bottom:0}.ays_cmd_window-controls{display:flex;height:100%;justify-content:flex-end;align-items:center;width:20%;background-image:unset;padding:0;box-shadow:unset}.ays_cmd_window-header .ays_cmd_window_title{width:80%;cursor:pointer}.ays_cmd_window-header .ays_cmd_window_title h2{margin:0;padding:0;text-align:left;text-indent:5px;font-size:19px;overflow:hidden;text-overflow:ellipsis;word-break:unset;white-space:nowrap}.ays-pb-modal h2::before,.ays_cmd_window-header .ays_cmd_window_title h2::before,.ays_lil_header .ays_lil_title h2::before,.ays_ubuntu_window .ays_ubuntu_topbar h2::before,.ays_win98_header .ays_win98_title h2::before,.ays_winxp_title-bar .ays_winxp_title-bar-title h2::before{content:none}.ays_cmd_window-controls .ays_cmd_control-item{display:inline-block;width:25px;height:25px;text-align:center;vertical-align:middle;color:#333;transition:.15s ease-in;cursor:pointer;margin-bottom:0}.ays_cmd_window-controls .ays_cmd_control-item:hover{background-color:#ccc}.ays_cmd_control-item.ays_cmd_control-close{font-size:18px;line-height:22px;font-family:sans-serif!important;min-width:100%}.ays_cmd_control-item.ays_cmd_control-close:hover{background-color:#ec6060;color:#fff}.ays_cmd_control-item.ays_cmd_control-maximize{line-height:19px}.ays_cmd_control-item.ays_cmd_control-minimize{line-height:22px}.ays_cmd_window-cursor{display:flex;margin:5px;position:sticky;top:30px;z-index:10}.ays_cmd_window-cursor .ays_cmd_i-cursor-indicator{font-size:1em;font-family:Consolas,monospace;margin:0 2px 0 5px}.ays_cmd_window-cursor .ays_cmd_i-cursor-underscore{width:10px;height:3px;align-self:flex-end;margin-right:5px;-webkit-animation:steps(2,start) infinite ays_cmd_blink;-webkit-animation-duration:1s!important;animation:steps(2,start) infinite ays_cmd_blink;animation-duration:1s!important;animation-fill-mode:forwards}.ays_cmd_window-input{background-color:inherit!important;border:none!important;outline:0!important;color:transparent!important;text-shadow:0 0 0 #fff;font-family:Consolas,monospace;flex:1;height:0}.ays_cmd_window-input:focus{outline:0}.ays_cmd_i-prompt{width:62px;height:62px;background:url("https://cdn4.iconfinder.com/data/icons/small-n-flat/24/terminal-48.png") center no-repeat rgba(0,0,0,.35);border-radius:10px;box-shadow:0 3px 1px rgba(0,0,0,.25);cursor:pointer;transition:.15s ease-in-out}.ays_cmd_i-prompt:hover{background-position:center 4px}.ays_cmd_i-prompt.ays_cmd_hidden{width:0;height:0;opacity:0}@-webkit-keyframes ays_cmd_blink{to{visibility:hidden}}@keyframes ays_cmd_blink{to{visibility:hidden}}ul.ays_cmd_window-controls-ul{display:flex;list-style:none;padding:0 5px 0 0;margin:0}ul.ays_cmd_window-controls-ul li:not(:last-child){margin-right:7px;padding-bottom:5px}ul.ays_cmd_window-controls-ul li{margin:0;min-width:0}.ays_cmd_window .ays_cmd_window-content>p{position:sticky;bottom:6px;margin:auto}.ays_cmd_window>p,.ays_winxp_window .ays_winxp_content>div:first-child>p{margin:0;font-size:16px}.ays_cmd_window-cursor>input{box-shadow:none!important}div[class*=ays-pb-modal_].ays_winxp_window{position:absolute;width:200px;background-color:#091e89;overflow:hidden;border-radius:7px 7px 0 0;transition:.3s ease-in-out;top:0;left:0;right:0;bottom:0;margin:auto;overflow-y:scroll;font-family:"MS Reference",sans-serif}.ays_ubuntu_window.ays_ubuntu_window--minimized,.ays_winxp_window.ays_winxp_window--minimized{height:35px!important;width:350px!important;bottom:0!important;top:unset!important;overflow:visible}.ays_winxp_title-bar .ays_winxp_close{display:block;width:100%;height:100%;color:#fff;line-height:20px;font-size:14px;cursor:pointer}.ays_winxp_title-bar{width:100%;height:35px;background:linear-gradient(to bottom,#4094ff 0,#0056e4 13%,#0056e4 71%,#16428b 100%);position:sticky;top:0;z-index:2}.ays_winxp_title-bar .ays_winxp_title-bar-title{position:absolute;top:7.5px;left:2.5px;color:#fff;text-shadow:1px 1px #10397e;font-size:15px;width:80%;text-align:left}.ays_winxp_title-bar .ays_winxp_title-bar-title h2{margin:0;width:100%;font-size:18px;text-indent:5px;font-weight:400;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ays_winxp_title-bar .ays_winxp_title-bar-close,.ays_winxp_title-bar .ays_winxp_title-bar-max,.ays_winxp_title-bar .ays_winxp_title-bar-min{position:absolute;width:20px;height:20px;top:5px;right:5px;border-radius:2px;border:1px solid #fff}.ays_winxp_title-bar .ays_winxp_title-bar-close{background:linear-gradient(135deg,#f1a689 0,#c0442a 50%,#c2311e 100%)}.ays-pb-modal_1 .ays_winxp_content>div:first-child hr{height:1px;background-color:#d3d3d3}.ays_winxp_title-bar-max.far.fa-window-maximize.fa-xs{display:inline-block;text-align:center;height:20px;line-height:20px;color:#fff;font-size:13px}.ays_winxp_title-bar .ays_winxp_title-bar-max,.ays_winxp_title-bar .ays_winxp_title-bar-min{background:linear-gradient(135deg,#7eaed6 0,#1b72ff 50%,#1655be 100%)}.ays_winxp_title-bar .ays_winxp_title-bar-max{right:30px;display:flex;align-items:center;justify-content:center}.ays_winxp_title-bar .ays_winxp_title-bar-min{right:55px}.ays_winxp_title-bar .ays_winxp_title-bar-close:hover{background:linear-gradient(135deg,#c0442a 100%,#c0442a 100%)}.ays_winxp_title-bar .ays_winxp_title-bar-max:hover,.ays_winxp_title-bar .ays_winxp_title-bar-min:hover{background:linear-gradient(#456eb3 50%,#617392 50%,#b0b4bb 50%,#4178d6 50%)}.ays_win98_window .ays_win98_header .ays_win98_btn-close,div[class*=ays-pb-modal_].ays_win98_window{position:absolute;margin:auto;background:silver;border-top:1px solid #fff;border-left:1px solid #fff;font-size:12px;top:0}.ays_winxp_title-bar-min:after{content:'';position:absolute;box-shadow:0 0 0 0 #ccc;width:10px;border-bottom:2px solid #fff;bottom:4px;left:4px}.ays_winxp_window .ays_winxp_content{position:relative;box-sizing:border-box;padding:10px;min-height:100%!important;width:100%!important;left:0;bottom:0;top:0;right:0;margin:auto;background-color:#fff}.ays_winxp_window .ays_winxp_content>p:last-child{position:sticky;margin:auto;font-size:16px}div[class*=ays-pb-modal_].ays_win98_window{left:0;right:0;bottom:0;width:30em;border-right:1px solid #111;border-bottom:1px solid #111;font-family:monospace,arial,sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow-y:scroll}.ays_win98_window .ays_win98_head{position:sticky;top:0;z-index:2;width:100%;padding:2px;height:auto;box-shadow:unset;border:none}.ays_win98_window .ays_win98_header{min-height:25px;background:#008;background-image:linear-gradient(to right,#00007b,#1980cb);color:#fff;padding:0}.ays_win98_window .ays_win98_header .ays_win98_title{height:22px;padding:2px 0 0 5px;font-weight:700;width:90%;text-align:left}.ays_win98_window .ays_win98_header .ays_win98_btn-close{bottom:0;right:5px;display:block;height:15px;width:17px;border-right:1px solid #666;border-bottom:1px solid #666;box-shadow:1px 1px 0 #111;color:#000;font-weight:700;line-height:12px;cursor:pointer}.ays_win98_window .ays_win98_header .ays_win98_btn-close>div{display:block;width:100%;height:100%;margin:0;min-width:100%;color:#000}.ays_win98_window .ays_win98_header .ays_win98_btn-close:active{background:#b0b0b0;border-color:#333 #ddd #ddd #333;box-shadow:-1px -1px 0 #666}.ays_image_window .ays_image_header .ays_image_btn-close:active span,.ays_lil_window .ays_lil_header .ays_lil_btn-close:active span,.ays_minimal_window .ays_minimal_header .ays_minimal_btn-close:active span,.ays_video_window .ays_video_header .ays_video_btn-close:active span,.ays_win98_window .ays_win98_header .ays_win98_btn-close:active span,.ays_win98_window .ays_win98_main button:active span{position:relative;top:1px;left:1px}.ays_win98_window .ays_win98_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;padding-bottom:2px}.ays_win98_window .ays_win98_main .ays_win98_content{position:absolute;width:99%}.ays_win98_window .ays_win98_main .ays_win98_image{position:absolute;height:40px;width:40px;top:40px;left:20px;border-radius:5px;background-size:cover}.ays_win98_header .ays_win98_title h2{margin:0;font-size:19px;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ays_lil_window .ays_lil_main .ays_lil_content hr,.ays_win98_window .ays_win98_main .ays_win98_content hr{height:1px;background-color:#d3d3d3;margin:0}.ays_win98_window .ays_win98_main .ays_win98_content>p:last-child{position:absolute;bottom:11px;right:0;left:0;margin:auto}.ays_image_window .ays_image_main .ays_image_content>p:first-child,.ays_lil_window .ays_lil_main .ays_lil_content>p:first-child,.ays_minimal_window .ays_minimal_main .ays_minimal_content>p:first-child,.ays_win98_window .ays_win98_main .ays_win98_content>p:first-child{margin-top:0;margin-bottom:0;padding:10px 0}.close-lil-btn{width:30px;height:30px;display:inline-block;position:absolute;-webkit-transition:.5s!important;transition:.5s!important;border-radius:100%;background:#d75f70;font-weight:lighter;font-size:25px;text-decoration:none!important;line-height:1;cursor:pointer;overflow:hidden;display:flex;justify-content:center;align-items:center}.ays-pb-modal,.ays-pb-modal-macos,.ays-pb-modal-macos:not(.ays-pb-show-scrollbar),.ays-pb-modal:not(.ays-pb-show-scrollbar),.ays_cmd_window,.ays_cmd_window:not(.ays-pb-show-scrollbar),.ays_ubuntu_window,.ays_ubuntu_window:not(.ays-pb-show-scrollbar),.ays_win98_window,.ays_win98_window:not(.ays-pb-show-scrollbar),.ays_window,.ays_window:not(.ays-pb-show-scrollbar),.ays_winxp_window,.ays_winxp_window:not(.ays-pb-show-scrollbar){-ms-overflow-style:none}.close-lil-btn-text{font-size:12px;text-align:center;display:flex;justify-content:center;align-items:center}.close-lil-btn:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}div[class*=ays-pb-modal_].ays_lil_window{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;overflow-y:scroll;font-family:monospace,arial,sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;pointer-events:fill;animation-duration:.5s;display:none;animation-fill-mode:forwards}div[class*=ays-pb-modal_].ays_image_window,div[class*=ays-pb-modal_].ays_minimal_window,div[class*=ays-pb-modal_].ays_template_window{left:0;bottom:0;max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:fill;animation-duration:.5s;display:none;animation-fill-mode:forwards;position:absolute;right:0;font-family:monospace,arial,sans-serif;z-index:1;top:0;cursor:default;max-width:100%}div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar{overflow-y:auto}.ays_lil_window .ays_lil_head{position:sticky;top:0;z-index:4;width:100%;padding:2px 0;height:auto}.ays_lil_window .ays_lil_header .ays_lil_title{display:inline-block;font-weight:700;width:100%;text-align:left}.ays_template_window .ays_template_header .close-template-btn,.close-image-btn,.close-minimal-btn{font-size:19px;min-width:30px;text-align:start;z-index:1;position:absolute;line-height:1;cursor:pointer}.ays_lil_window .ays_lil_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;padding-bottom:2px;max-height:100%}.ays_image_window .ays_image_main .ays_image_content,.ays_lil_window .ays_lil_main .ays_lil_content,.ays_minimal_window .ays_minimal_main .ays_minimal_content{width:100%;height:100%;overflow:hidden}.ays_lil_header .ays_lil_title h2{margin:0!important;font-size:25px;padding-top:10px;padding-bottom:10px;text-align:center;color:#1a1a1a;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all}.ays_lil_window .ays_lil_main .ays_lil_content>p:last-child{margin:auto}.ays_lil_header{height:100%}.close-image-btn,.close-minimal-btn{font-weight:100}div[class*=ays-pb-modal_].ays_image_window,div[class*=ays-pb-modal_].ays_minimal_window{margin:auto;user-select:none}.ays_image_window .ays_image_header .ays_popup_image_title,.ays_minimal_window .ays_minimal_header .ays_popup_minimal_title{font-weight:700}.ays_image_window .ays_image_head,.ays_minimal_window .ays_minimal_head,.ays_video_window .ays_video_head{height:20%}.ays_image_window .ays_image_main,.ays_minimal_window .ays_minimal_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;max-height:80%;overflow-y:scroll}.ays_image_header .ays_popup_image_title h2{margin:0!important;font-size:25px;padding-top:20px;text-align:center;color:#1a1a1a;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all}.ays_image_window .ays_image_main .ays_image_content>p:last-child,.ays_minimal_window .ays_minimal_main .ays_minimal_content>p:last-child{margin:auto;font-size:15px;position:absolute;bottom:-30px;left:0;right:0}.ays_content_box{padding:20px}.ays_content_box.ays_notification_content_box{padding:20px;display:flex;align-items:center;height:100%;width:100%;gap:20px;box-sizing:border-box}.ays_pb_notification_logo{max-width:10%;width:100%;height:100%;text-align:center;display:flex;justify-content:center}.ays_pb_notification_logo a{display:flex;justify-content:center;align-items:center}.ays_pb_notification_main_content{max-width:80%;width:100%}.ays_notification_content_box_with_logo .ays_pb_notification_main_content{max-width:70%}.ays_pb_notification_button_1{width:20%;display:flex;align-items:center;justify-content:center;min-width:105px}.ays_pb_notification_button_1 a{text-decoration:none}.ays_pb_notification_button_1 button{display:flex;align-items:center;font-style:normal;line-height:normal;margin:0;cursor:pointer;word-break:keep-all}.ays_minimal_header .ays_popup_minimal_title h2{margin:0!important;font-size:25px;padding:5px 0;text-align:center;color:#1a1a1a;font-weight:500;font-family:monospace,arial,sans-serif;word-break:break-all}.ays_minimal_window .ays_content_box,div[class*=ays-pb-modal_].ays-pb-modal.ays-pb-modal-image-type-img,div[class*=ays-pb-modal_].ays-pb-modal.ays_facebook_window{padding:0}.ays-pb-modals div.ays_minimal_window div.ays_pb_description{margin:0;padding:5px 0;text-align:center;font-size:18px}div.ays_pb_description{word-break:break-word;word-wrap:break-word}.ays-pb-modals div.ays_minimal_window div.ays_pb_description p{margin:0;padding:0}.ays_template_window .ays_template_header .close-template-btn{font-weight:lighter;text-decoration:none!important}div[class*=ays-pb-modal_].ays_template_window{margin:auto;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #111;border-bottom:1px solid #111;user-select:none;overflow:hidden}.ays_template_window .ays_template_header h2{margin:auto;font-size:26px;line-height:100%;word-break:break-all}.ays_template_window .ays_template_header .ays_template_title{height:100%;display:flex}.ays_template_window .ays_template_content{width:65%;padding:0 10px;overflow:hidden}.ays_template_window p.ays_pb_timer{position:absolute;bottom:-8px;right:0;width:inherit;text-align:center}.ays_template_window header.ays_template_head{height:12%;border:none}div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar footer.ays_template_footer,div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar header.ays_template_head{height:auto}.ays_template_window .ays_bg_image_box{width:35%}.ays_template_window footer.ays_template_footer{display:flex;height:88%;padding:0;background:unset;box-shadow:unset}div[class*=ays-pb-modal_].ays_ubuntu_window,div[class*=ays-pb-modal_].ays_window{box-shadow:0 0 20px 0 rgba(0,0,0,.43);pointer-events:fill;animation-fill-mode:forwards!important;position:absolute;left:0;right:0}.ays_template_window .ays_template_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;max-height:93%;overflow-y:auto;scrollbar-width:none}.ays_template_window .ays_template_header{height:100%;display:flex;justify-content:center;align-items:center}.ays_template_window footer.ays_template_footer .ays_template_content p{margin-bottom:5px!important}div[class*=ays-pb-modal_].ays_ubuntu_window{border-top-right-radius:12px;border-top-left-radius:12px;border:1px solid #3c3b37;background-color:#f2f1f0;transition:.3s;top:0;display:none;bottom:0;margin:auto;z-index:1;overflow-y:scroll}.ays_ubuntu_window .ays_ubuntu_topbar{height:40px;width:100%;display:flex;align-items:center;background-image:linear-gradient(#65645e,#3c3b37);border-top-right-radius:10px;border-top-left-radius:10px;border-bottom:1px solid #302f2c;position:sticky;top:0;z-index:100}.ays-pb-modal-macos .row p,.ays_ubuntu_window p{margin:0}.ays_ubuntu_window .ays_ubuntu_window_content{padding-top:5px}.ays_ubuntu_window .ays_ubuntu_window_content p{text-align:left;padding:0 10px;font-size:16px;white-space:initial}.ays_ubuntu_window .ays_ubuntu_topbar p{color:#dfdbd0;margin-left:20px}.ays_ubuntu_window .ays_ubuntu_topbar h2{margin:0;text-indent:10px;font-size:24px;font-weight:500;padding:0;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons{background-image:linear-gradient(#363632,#4e4d48);margin-left:15px;border-radius:500px;padding:2px 3px 1px;height:25px;display:flex}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close{width:20px;height:20px;border-radius:50%;background-image:linear-gradient(#f79674,#df5106);display:block;margin:0!important;cursor:pointer}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close:hover{background-image:linear-gradient(#f8a082,#f85c09)}.ays_ubuntu_window .ays_ubuntu_tools ul li:hover,.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide:hover,.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize:hover{background-image:linear-gradient(#a2a19d,#6b6b65)}.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide,.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize{width:20px;height:20px;border-radius:50%;margin-left:5px;background-image:linear-gradient(#989792,#5a5a55);display:inline-block}.ays_ubuntu_window .ays_ubuntu_tools{height:30px;width:100%;display:flex;align-items:center;background-color:#3c3b37;color:#dfdbd0;position:sticky;top:40px;z-index:100}.ays_ubuntu_window .ays_ubuntu_tools ul{list-style:none;display:flex;align-items:center;justify-content:flex-start;margin:0;padding:0}.ays_ubuntu_window .ays_ubuntu_tools ul li{display:inline-block;padding:0 5px;margin-bottom:0}.ays_ubuntu_window .ays_ubuntu_tools ul li:hover{cursor:default;line-height:30px}.ays_ubuntu_window .ays_ubuntu_folder-info{height:30px;width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#f2f1f0;border-top:1px solid #c5c1bc;position:sticky;bottom:0}.ays_ubuntu_window .ays_ubuntu_folder-info p.ays_ubuntu_right{position:relative}.ays_ubuntu_window .ays_ubuntu_folder-info p{color:#5f4c53;width:100%}div[class*=ays-pb-modal_].ays_window{transition:.2s;background:#fff;z-index:100000;display:none;top:0;bottom:0;margin:auto;border-radius:4px;vertical-align:middle;overflow:auto}.ays-pb-modal-macos .ays-pb-modal-close svg,.ays_window .ays-pb-modal-close svg{position:absolute;left:0;top:0;bottom:0;right:0;font-size:10px;margin:auto;opacity:0;transition:.5s ease-in-out}.ays_window .ays-pb-modal-close{position:relative;display:inline-block;top:0;left:0;right:0;bottom:0;cursor:pointer;pointer-events:auto;margin:0}.ays_window .ays_topBar{width:100%;height:50px;background-image:linear-gradient(#d3d3d3,#c8c8c8);border-bottom:1px solid grey;display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px;pointer-events:fill;position:sticky;top:0;z-index:100}.ays_window .ays_topBar .ays_close,.ays_window .ays_topBar .ays_fullScreen,.ays_window .ays_topBar .ays_hide{cursor:pointer}.ays_window .ays_topBar h2{margin:0;width:100%;text-align:center;padding:0;font-size:25px;font-weight:500;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div[class*=ays-pb-modal_].ays-pb-modal,div[class*=ays-pb-modal_].ays-pb-modal-macos{background:#fff;position:absolute;vertical-align:middle;overflow:auto;animation-fill-mode:forwards!important;right:0;bottom:0;display:none;z-index:1;top:0;left:0}.ays_window .ays_topBar h2::before{display:none;content:none;height:0}.ays_window .ays_topBar .ays_close{height:12px;width:12px;background-color:#f74544;border-radius:50%;margin-left:15px;border:1px solid #f62726;position:relative;display:inline-block;margin-bottom:0;min-width:30%}.ays_window .ays_topBar .ays_hide{height:12px;width:12px;background-color:#fbaf15;border-radius:50%;margin-left:10px;border:1px solid #f1a304;display:inline-block}.ays_window .ays_topBar .ays_fullScreen{height:12px;width:12px;background-color:#38c228;border-radius:50%;margin-left:10px;border:1px solid #32af24;display:inline-block}.ays_video_content,.ays_video_content video{height:100%;width:100%}.ays_window .ays_text{text-align:center;display:block;align-items:center;justify-content:center;font-family:Josefin Sans,sans-serif}.ays_window hr{margin:0 0 1.5em}.ays-pb-modals div.ays_pb_description,.ays_window p{margin:0;padding:10px;text-align:center;font-size:18px}.ays-pb-modal.ays-pb-modal_1>div>div,.ays_window .ays_pb_timer{text-align:center}.ays-pb-modal-image-type-img .ays_pb_timer{position:absolute;width:100%;bottom:10px;margin:0}.ays_pb_description>*,.ays_pb_timer{color:inherit}.ays_window .ays_text .ays_text-inner h1,.ays_window .ays_text .ays_text-inner h4{margin:15px}.ays_button{color:#fff!important;z-index:1}div[class*=ays-pb-modal_].ays-pb-modal-macos{border:3px solid #f1f1f1;margin:auto;text-align:center;border-radius:4px;white-space:normal;pointer-events:auto;max-height:95vh;animation-duration:.5s!important}.ays-pb-modal-macos .ays-pb-modal-close:hover svg{opacity:1}.ays-pb-modal-macos .ays-pb-modal-close{position:relative;display:inline-block;top:0;left:0;right:0;bottom:0;margin:auto;cursor:pointer;pointer-events:auto}.ays-pb-modal-macos .description,.ays-pb-modal-macos .row.description{padding:0;background-color:#f1f1f1}.ays-pb-modal-macos .row{padding:10px;background:#f1f1f1;border-top-left-radius:4px;border-top-right-radius:4px;margin:0!important}.ays-pb-modal-macos .column{float:left}.ays-pb-modal-macos .left{width:15%}.ays-pb-modal-macos .right{width:10%}.ays-pb-modal-macos .middle{width:75%}.ays-pb-modal-macos .row:after{content:"";display:table;clear:both}.ays-pb-modal-macos .dot{margin-top:4px;height:12px;width:12px;background-color:#bbb;border-radius:50%;display:inline-block;position:relative}.ays-pb-modal-macos input[type=text]{width:100%;border-radius:3px;border:none;background-color:#fff;margin-top:-8px;height:25px;color:#666;padding:5px;text-align:center}.ays-pb-modal-macos .gits{width:90%;margin:auto;border-bottom:1px solid #ccc}.ays-pb-modal-macos .bar{width:17px;height:3px;background-color:#aaa;margin:3px 0;display:block}.ays_window.ays-pb-modal_1>p:last-child{position:sticky;margin:auto}div[class*=ays-pb-modal_].ays-pb-modal{margin:auto;padding:25px;border-radius:4px}.ays-pb-modal.ays_facebook_window{display:flex;justify-content:center;padding-top:20px;max-width:500px;margin:0 auto}.ays-pb_default_container_box{position:relative;height:100%}.ays-pb-modal h2{text-align:center;padding:0;word-break:break-word}.ays-pb-modal-close{position:absolute;cursor:pointer}.ays-pb-modal.ays-pb-modal_1>p:last-child{position:sticky;margin:auto;background-color:#fff}.ays_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_cmd_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays-pb-modal:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays-pb-modal-macos:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_ubuntu_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_winxp_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_lil_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_template_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays_win98_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar{width:0!important;scrollbar-width:none}.ays-pb-modals .mejs-container .mejs-controls button{background-color:#222}.ays-pb-modals .mejs-container,.ays-pb-modals video.wp-video-shortcode{width:100%!important}body[class^=pb_disable_scroll],html[class^=pb_disable_scroll]{overflow-y:hidden;position:fixed;width:100%}div[class*=ays-pb-modal_].ays_video_window{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;font-family:monospace,arial,sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;pointer-events:fill;animation-duration:.5s;display:none;box-shadow:5px 10px 18px #888;animation-fill-mode:forwards}.ays_video_window .ays_video_main{font-family:monospace,arial,sans-serif;letter-spacing:-1px;padding-bottom:2px;max-height:80%;overflow-y:scroll}.close-video-btn{position:absolute;font-weight:100;font-size:10px;line-height:1;cursor:pointer;z-index:1}.ays_video_content{position:absolute;top:0;left:0;z-index:-1;display:flex}div.ays-pb-modals div.ays-pb-social-shares{display:flex;align-items:center;justify-content:center;margin:10px 0;flex-wrap:wrap}div.ays-pb-modals div.ays-pb-social-shares>a{width:48px;height:48px;display:flex;align-items:center;justify-content:center}div.ays-pb-modals div.ays-pb-social-buttons-content{max-width:100%}.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box}.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box img{max-width:100%;max-height:100%}.ays-pb-modals .ays_content_box,div.ays-pb-modals div.ays-pb-social-buttons-heading{word-break:break-word;max-width:100%}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad{cursor:pointer;font-size:12px}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad:hover{text-decoration:underline}div.ays_template_window header.ays_template_head div.ays_template_header .close-template-btn-container{min-width:auto;margin:0;color:#000}.ays-pb-visually-hidden-label{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip:rect(0 0 0 0);overflow:hidden}.ays-pb-modals .ays-popup-hrs-default{margin:15px 0}@media screen and (max-width:768px){.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_pc{display:none}.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile{display:inline}.ays_pb_show_desc_on_mobile,.ays_pb_show_title_on_mobile{display:block!important}.ays_pb_hide_desc_on_mobile,.ays_pb_hide_title_on_mobile{display:none!important}}