
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2 {
	margin-top: 1.5rem;
}

.jp-related-posts-i2__list {
	--hgap: 1rem;

	display: flex;
	flex-wrap: wrap;
	column-gap: var(--hgap);
	row-gap: 2rem;

	margin: 0;
	padding: 0;

	list-style-type: none;
}

.jp-related-posts-i2__post {
	display: flex;
	flex-direction: column;

	/* Default: 2 items by row */
	flex-basis: calc(( 100% - var(--hgap) ) / 2);
}

/* Quantity qeuries: see https://alistapart.com/article/quantity-queries-for-css/ */
.jp-related-posts-i2__post:nth-last-child(n+3):first-child,
.jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * {

	/* From 3 total items on, 3 items by row */
	flex-basis: calc(( 100% - var(--hgap) * 2 ) / 3);
}

.jp-related-posts-i2__post:nth-last-child(4):first-child,
.jp-related-posts-i2__post:nth-last-child(4):first-child ~ * {

	/* Exception for 4 total items: 2 items by row */
	flex-basis: calc(( 100% - var(--hgap) ) / 2);
}

.jp-related-posts-i2__post-link {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;

	width: 100%;
	margin-bottom: 1rem;

	line-height: 1.2;
}

.jp-related-posts-i2__post-link:focus-visible {
	outline-offset: 2px;
}

.jp-related-posts-i2__post-img {
	order: -1;

	max-width: 100%;
}

.jp-related-posts-i2__post-defs {
	margin: 0;

	list-style-type: unset;
}

/* Hide, except from screen readers */
.jp-related-posts-i2__post-defs dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.jp-related-posts-i2__post-defs dd {
	margin: 0;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list {
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	margin-bottom: 2rem;
}

/* Breakpoints */

@media only screen and (max-width: 640px) {

	.jp-related-posts-i2__list {
		display: block;
	}

	.jp-related-posts-i2__post {
		margin-bottom: 2rem;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts::after {
	content: "";
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: 700;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: 700;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position: relative;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: 400;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	height: auto;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: 0.6;
}

/* Hide the date by default, but leave the element there if
 * a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

@media only screen and (max-width: 640px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}

/*
 * Hide the related post section in the print view of a post
 */

@media print {

	.jp-relatedposts {
		display: none !important;
	}
}


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label:not(.screen-reader-text){display:block;width:100%}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/categories/style.min.css */

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:3em;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/gallery/style.min.css */

h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/heading/style.min.css */

ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/list/style.min.css */

.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/paragraph/style.min.css */

.wp-block-code{box-sizing:border-box}.wp-block-code code{direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/code/style.min.css */

.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
/*# sourceURL=https://economicalnewsmarathi.com/wp-includes/blocks/separator/style.min.css */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
@media only screen and (max-width: 799px){.ub-hide-on-mobile{display:none}}@media only screen and (min-width: 800px)and (max-width: 1023px){.ub-hide-on-tablet{display:none}}@media only screen and (min-width: 1024px){.ub-hide-on-desktop{display:none}}#ez-toc-container{background:#F9F9F9;border:1px solid #AAA;border-radius:4px;-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .05);box-shadow:0 1px 1px rgb(0 0 0 / .05);display:table;margin-bottom:1em;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#EDF6FF}#ez-toc-container.ez-toc-white{background:#FFF}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none #fff0}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container ul,#ez-toc-container li{margin:0;padding:0}#ez-toc-container ul,#ez-toc-container li,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:none;list-style:none none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}#ez-toc-container.ez-toc-black p.ez-toc-title{color:#FFF}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0px!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container.ez-toc-black a{color:#FFF}#ez-toc-container.ez-toc-black a:visited{color:#FFF}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center;color:#444}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#EDEDED}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid #fff0;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ez-toc-btn:hover,.ez-toc-btn:focus{color:#333;text-decoration:none}.ez-toc-btn:active,.ez-toc-btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.ez-toc-btn-default{color:#333;background-color:#fff;border-color:#ccc}.ez-toc-btn-default:hover,.ez-toc-btn-default:focus,.ez-toc-btn-default:active,.ez-toc-btn-default.active{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default:active,.ez-toc-btn-default.active{background-image:none}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default{text-shadow:0 -1px 0 rgb(0 0 0 / .2);-webkit-box-shadow:inset 0 1px 0 rgb(255 255 255 / .15),0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 0 rgb(255 255 255 / .15),0 1px 1px rgb(0 0 0 / .075)}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.ez-toc-btn:active,.btn.active{background-image:none}.ez-toc-btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.ez-toc-btn-default:hover,.ez-toc-btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-btn-default:active,.ez-toc-btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon{font-size:16px;margin-left:2px}#ez-toc-container input{position:absolute;left:-999em}#ez-toc-container input[type="checkbox"]:checked+nav,#ez-toc-widget-container input[type="checkbox"]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-toggle label{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}#ez-toc-container .ez-toc-js-icon-con{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em auto!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}.ez-toc-toggle #item{position:absolute;left:-999em}label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}#ez-toc-container .eztoc-toggle-hide-by-default{display:none}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.eztoc-hide{display:none}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}.ez-toc-list.ez-toc-columns-2{column-count:2;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-2>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-3{column-count:3;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-3>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-4{column-count:4;column-gap:20px;column-fill:balance}.ez-toc-list.ez-toc-columns-4>li{display:block;break-inside:avoid;margin-bottom:8px;page-break-inside:avoid}.ez-toc-list.ez-toc-columns-optimized{column-fill:balance;orphans:2;widows:2}.ez-toc-list.ez-toc-columns-optimized>li{display:block;break-inside:avoid;page-break-inside:avoid}@media (max-width:768px){.ez-toc-list.ez-toc-columns-2,.ez-toc-list.ez-toc-columns-3,.ez-toc-list.ez-toc-columns-4{column-count:1;column-gap:0}}@media (max-width:1024px) and (min-width:769px){.ez-toc-list.ez-toc-columns-4{column-count:2}.ez-toc-list.ez-toc-columns-3{column-count:2}}.fusion-footer #ez-toc-container{display:none}
div#ez-toc-container .ez-toc-title {font-size: 120%;}div#ez-toc-container .ez-toc-title {font-weight: 500;}div#ez-toc-container ul li , div#ez-toc-container ul li a {font-size: 95%;}div#ez-toc-container ul li , div#ez-toc-container ul li a {font-weight: 500;}div#ez-toc-container nav ul ul li {font-size: 90%;}.ez-toc-box-title {font-weight: bold; margin-bottom: 10px; text-align: center; text-transform: uppercase; letter-spacing: 1px; color: #666; padding-bottom: 5px;position:absolute;top:-4%;left:5%;background-color: inherit;transition: top 0.3s ease;}.ez-toc-box-title.toc-closed {top:-25%;}
.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item ;}.ez-toc-counter nav ul li a::before {content: counters(item, '.', decimal) '. ';display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item ;}.ez-toc-widget-container nav ul li a::before {content: counters(item, '.', decimal) '. ';display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }
/*# sourceURL=eztoc-inline-css */
.hostinger-reach-block-connect{display:flex;flex-direction:column;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}
.hostinger-reach-block-dialog{display:block;flex-direction:column;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.05)}.hostinger-reach-block-dialog__actions{display:flex;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:flex;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{flex-direction:row;justify-content:flex-start;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;box-shadow:0 0 0 rgba(0,0,0,0);border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message.is-success{background:rgba(0,158,91,.1019607843);font-weight:bold;padding:1em;gap:10px}

/*# sourceMappingURL=subscription.css.map*//*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/localnews/assets/lib/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9GKTbFzsQ.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9GYTbFzsQ.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* latin-ext */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9H4TbFzsQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9H2TbE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9GKTbFzsQ.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9GYTbFzsQ.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* latin-ext */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9H4TbFzsQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/heebo/NGS6v5_NC0k9P9H2TbE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://economicalnewsmarathi.com/wp-content/fonts/public-sans/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
Theme Name: LocalNews
Theme URI: https://blazethemes.com/theme/local-news-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Transform your news site into BBC, CNN, or The New York Times in a snap with LocalNews Theme. With the perfect mix of all the right elements, you’ll get a theme that provides a tailor-made system that ticks every checkbox any aspiring news site needs. Quicker setup with beautiful pre-built layouts, breaking news on the ticker, fast page loading speed, and custom news blocks for different sections - all available in LocalNews Theme. Check out all pre built demos at: https://blazethemes.com/theme/local-news-free
Version: 1.0.18
Requires at least: 5.3
Tested up to: 6.9
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: localnews
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.

LocalNews Free 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-local"],
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-local"]: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;
	height: 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-header.layout--two .main-navigation ul {
		justify-content: center;
	}




	

}

.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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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.ln_main_body{ --ln-global-preset-color-1: #c2113c;}
 body.ln_main_body{ --ln-global-preset-color-2: #f4be3e;}
 body.ln_main_body{ --ln-global-preset-color-3: #d95f3d;}
 body.ln_main_body{ --ln-global-preset-color-4: #000000;}
 body.ln_main_body{ --ln-global-preset-color-5: #545454;}
 body.ln_main_body{ --ln-global-preset-color-6: #333333;}
 body.ln_main_body{ --ln-global-preset-gradient-color-1: linear-gradient(90deg, #c2113c 0%, #f4be3e 100%);}
 body.ln_main_body{ --ln-global-preset-gradient-color-2: linear-gradient(90deg, #ffafbd 0%, #ffc3a0 100%);}
 body.ln_main_body{ --ln-global-preset-gradient-color-3: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);}
 body.ln_main_body{ --ln-global-preset-gradient-color-4: linear-gradient(90deg, #cc2b5e 0%, #753a88 100%);}
 body.ln_main_body{ --ln-global-preset-gradient-color-5: linear-gradient(90deg, #ee9ca7 0%, #ffdde1 100%);}
 body.ln_main_body{ --ln-global-preset-gradient-color-6: linear-gradient(90deg, #42275a 0%, #734b6d 100%);}
.ln_font_typography { --header-padding: 35px;} .ln_font_typography { --header-padding-tablet: 30px;} .ln_font_typography { --header-padding-smartphone: 30px;}.ln_font_typography { --site-title-family : Heebo; }
.ln_font_typography { --site-title-weight : 700; }
.ln_font_typography { --site-title-texttransform : capitalize; }
.ln_font_typography { --site-title-textdecoration : none; }
.ln_font_typography { --site-title-size : 45px; }
.ln_font_typography { --site-title-size-tab : 43px; }
.ln_font_typography { --site-title-size-mobile : 40px; }
.ln_font_typography { --site-title-lineheight : 45px; }
.ln_font_typography { --site-title-lineheight-tab : 42px; }
.ln_font_typography { --site-title-lineheight-mobile : 40px; }
.ln_font_typography { --site-title-letterspacing : 0px; }
.ln_font_typography { --site-title-letterspacing-tab : 0px; }
.ln_font_typography { --site-title-letterspacing-mobile : 0px; }
body .site-branding img.custom-logo{ width: 141px; }@media(max-width: 940px) { body .site-branding img.custom-logo{ width: 200px; } }
@media(max-width: 610px) { body .site-branding img.custom-logo{ width: 200px; } }
.ln_main_body { --site-bk-color: #f6f6f6}.ln_font_typography  { --move-to-top-background-color: #d95f3d;}.ln_font_typography  { --move-to-top-background-color-hover : #d95f3d; }.ln_font_typography  { --move-to-top-color: #fff;}.ln_font_typography  { --move-to-top-color-hover : #000; }@media(max-width: 610px) { .ads-banner{ display : block;} }body #ln-scroll-to-top{ padding: 8px 20px 8px 20px; }@media(max-width: 940px) { body #ln-scroll-to-top{ padding: 8px 20px 8px 20px; } }
@media(max-width: 610px) { body #ln-scroll-to-top{ padding: 8px 20px 8px 20px; } }
@media(max-width: 610px) { body #ln-scroll-to-top.show{ display : none;} }body #ln-scroll-to-top{ border: 1px none #000000;}body .menu-section{ border-bottom: 3px none var( --theme-color-red );}body.ln_main_body{ --move-to-top-font-size: 16px;}
body.ln_main_body{ --move-to-top-font-size-tablet: 14px;}
body.ln_main_body{ --move-to-top-font-size-smartphone: 12px;}
body .site-footer.dark_bk{ border-top: 5px solid var( --theme-color-red );} body.ln_main_body{ --theme-color-red: #d95f3d;} body.local_news_dark_mode{ --theme-color-red: #d95f3d;}.ln_font_typography .main-navigation ul.menu ul li, .ln_font_typography  .main-navigation ul.nav-menu ul li, .ln_font_typography .main-navigation ul.menu ul, .ln_font_typography .main-navigation ul.nav-menu ul{ border-color: ;}.ln_font_typography .main-navigation ul.menu ul li, .ln_font_typography  .main-navigation ul.nav-menu ul li, .ln_font_typography .main-navigation ul.menu ul, .ln_font_typography .main-navigation ul.nav-menu ul li{ border-color: ;}
/*# sourceURL=localnews-style-inline-css */
/**
1.0 Normalize 
2.0 Header
3.0 Ticker

4.0 Banner Slider
	4.1 Banner Layout One
	4.2 Banner Layout Two

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

10.0 List Layout
	10.1 List Layout One
	10.2 List Layout Two

11.0 Carousel Layout
	11.1 Carousel Layout One
	11.2 Carousel Layout Two

12.0 Filter Layout
	12.1 Filter Layout One
	12.2 Filter Layout Two

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

**/

/*1.0 Normalize */	
	:root {
		/* presets */
		--ln-global-preset-color-1: #c2113c;
		--ln-global-preset-color-2: #f4be3e;
		--ln-global-preset-color-3: #d95f3d;
		--ln-global-preset-color-4: #000000;
		--ln-global-preset-color-5: #545454;
		--ln-global-preset-color-6: #333333;
		--ln-global-preset-gradient-color-1: linear-gradient(90deg, #c2113c 0%, #f4be3e 100%);
		--ln-global-preset-gradient-color-2: linear-gradient(90deg, #ffafbd 0%, #ffc3a0 100%);
		--ln-global-preset-gradient-color-3: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
		--ln-global-preset-gradient-color-4: linear-gradient(90deg, #cc2b5e 0%, #753a88 100%);
		--ln-global-preset-gradient-color-5: linear-gradient(90deg, #ee9ca7 0%, #ffdde1 100%);
		--ln-global-preset-gradient-color-6: linear-gradient(90deg, #42275a 0%, #734b6d 100%);

		--main-bk-color: #fff;

		--site-bk-color: #f6f6f6;

		/* Ticket background */
		--ticker-outer-bk-color: #f5f5f5;
		--ticker-inner-bk-color: #ffffff;

		/** Section background color */
		--full-width-section-bk-color: #fff8e8;
		--leftc-rights-section-bk-color: #ececec;
		--lefts-rightc-section-bk-color: #fff8e8;
		--full-width-bottom-section-bk-color: #ececec;
		--opinion-section-bk-color: #fff8e8;

		/* Section content bk color */
		--full-width-content-bk-color: #ffffff;
		--leftc-rights-content-bk-color: #ffffff;
		--lefts-rightc-content-bk-color: #ffffff;
		--full-width-bottom-content-bk-color: #ffffff;
		--opinion-content-bk-color: #ffffff;

		/** Theme archive bk color */
		--theme-section-bk-color: #545454;
		--theme-content-bk-color: #ffffff;

		/* border bottom color */
		--border-bottom-color: #f0f0f0;

		/* 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;

		--author-color: #333333;
		--meta-text-color: #8A8A8C;
		--main-content-text-color: #505050;


		

		--post-content-font: 'Heebo', sans-serif;
		--post-meta-font: 'Heebo', sans-serif;


		--block-title-color: #161616;
		--post-title-color: #000000;

		--post-content-color: #505050;
		--post-meta-color: #8A8A8C;

		--theme-color-red: #d95f3d;
		--dark-bk-color: #000000;

		--inner-container-bk: #fff;

		/** Site Title font */
			--site-title-size: 38px;
			--site-title-size-tab: 38px;
			--site-title-size-mobile: 38px;

			--site-title-family: 'Heebo';

			--site-title-lineheight: 42px;
			--site-title-lineheight-tab: 38px;
			--site-title-lineheight-mobile: 38px;

			--site-title-letterspacing: 0;
			--site-title-letterspacing-tab: 0;
			--site-title-letterspacing-mobile: 0;

			--site-title-textdecoration: 'none';
			--site-title-texttransform: 'Capitalize';

			--site-title-weight: 700;

		/** Block Tittle Font */

			--block-title-size: 30px;
			--block-title-size-tab: 28px;
			--block-title-size-mobile: 26px;

			--block-title-family: 'Heebo', sans-serif;

			--block-title-lineheight: 48px;
			--block-title-lineheight-tab: 46px;
			--block-title-lineheight-mobile: 39px;

			--block-title-letterspacing: 0;
			--block-title-letterspacing-tab: 0;
			--block-title-letterspacing-mobile: 0;

			--block-title-textdecoration: 'none';
			--block-title-texttransform: 'Capitalize';

			--block-title-weight: 600;


		/** Post Tittle Font */
			--post-title-size: 22px;
			--post-title-size-tab: 20px;
			--post-title-size-mobile: 20px;

			--post-title-family: 'Public Sans', sans-serif;

			--post-title-lineheight: 28px;
			--post-title-lineheight-tab: 28px;
			--post-title-lineheight-mobile: 28px;

			--post-title-letterspacing: 0;
			--post-title-letterspacing-tab: 0;
			--post-title-letterspacing-mobile: 0;

			--post-title-textdecoration: 'none';
			--post-title-texttransform: 'lowercase';

			--post-title-weight: 600;

		/** Meta Title Font */
			--meta-size: 14px;
			--meta-size-tab: 14px;
			--meta-size-mobile: 14px;

			--meta-family: 'Public Sans', 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: 'lowercase';

			--meta-weight: 400;

		/** Content Font */
			--content-size: 16px;
			--content-size-tab: 16px;
			--content-size-mobile: 16px;

			--content-family: 'Heebo', 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-texttransform: 'lowercase';

			--content-weight: 400;


		/** Menu Font */
			--menu-size: 16px;
			--menu-size-tab: 16px;
			--menu-size-mobile: 16px;

			--menu-family: 'Public 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: uppercase;

			--menu-color: #ffffff;
			--menu-color-hover: #d95f3d;

			--menu-weight: 500;

			--menu-color-active: #d95f3d;
			--menu-color-submenu: #ffffff;
			--menu-color-submenu-hover: #d95f3d;

			/* Submenu */
			--submenu-size: 15px;
			--submenu-size-tab: 15px;
			--submenu-size-mobile: 15px;

			--submenu-family: 'Public Sans', sans-serif;

			--submenu-lineheight: 24px;
			--submenu-lineheight-tab: 24px;
			--submenu-lineheight-mobile: 22px;

			--submenu-letterspacing: 0;
			--submenu-letterspacing-tab: 0;
			--submenu-letterspacing-mobile: 0;

			--submenu-textdecoration: 'none';
			--submenu-texttransform: uppercase;

		/** Single Post */
			--single-title-size: 34px;
			--single-title-size-tab: 32px;
			--single-title-size-mobile: 30px;

			--single-title-family: 'Heebo', sans-serif;

			--single-title-lineheight: 34px;
			--single-title-lineheight-tab: 32px;
			--single-title-lineheight-mobile: 30px;

			--single-title-letterspacing: 0;
			--single-title-letterspacing-tab: 0;
			--single-title-letterspacing-mobile: 0;

			--single-title-textdecoration: 'none';
			--single-title-texttransform: 'uppercase';

			--single-title-weight: 600;

			/* single-meta */
			--single-meta-size: 14px;
			--single-meta-size-tab: 14px;
			--single-meta-size-mobile: 14px;

			--single-meta-family: 'Public Sans', sans-serif;

			--single-meta-lineheight: 24px;
			--single-meta-lineheight-tab: 24px;
			--single-meta-lineheight-mobile: 22px;

			--single-meta-letterspacing: 0;
			--single-meta-letterspacing-tab: 0;
			--single-meta-letterspacing-mobile: 0;

			--single-meta-textdecoration: 'none';
			--single-meta-texttransform: 'lowercase';

			--single-meta-weight: 400;

			/* single-content */
			--single-content-size: 16px;
			--single-content-size-tab: 16px;
			--single-content-size-mobile: 16px;

			--single-content-family: 'Public Sans', 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;

		/** Breadcrumb Options */
		--breadcrumb-background-color: #ffffff;
		--breadcrumb-link-color: #000000;
		--breadcrumb-link-color-hover: #000000;

		--breadcrumb-text-color: #000000;


		/** Move to top options */
		--move-to-top-color: #ffffff;
		--move-to-top-color-hover: #ffffff;

		--move-to-top-background-color: #d95f3d;
		--move-to-top-background-color-hover: #d95f3d;

		--move-to-top-border-color: #d95f3d;
		--move-to-top-border-color-hover: #d95f3d;

		--move-to-top-font-size: 20px;
		--move-to-top-font-size-tablet: 16px;
		--move-to-top-font-size-smartphone: 14px;
		--readmore-button-font-size: 14px;
		--readmore-button-font-size-tablet: 12px;
		--readmore-button-font-size-smartphone: 10px;

		/** Header Padding **/
		--header-padding: 0px;
		--header-padding-tablet: 0px;
		--header-padding-smartphone: 0px;

		/** Top Header **/
		--top-header-menu-color: #fff;
		--top-header-menu-color-hover: #d8d8d8;

		--top-header-social-color: #fff;
		--top-header-social-color-hover: #d8d8d8;

		/** Sidebar Toggle color */
		--sidebar-toggle-color: #f8f8f8;
		--sidebar-toggle-color-hover: #d95f3d;

		/** Search color */
		--search-color: #f8f8f8;
		--search-color-hover: #d95f3d;

		--website-frame-color: #d95f3d;

		/** Footer Text color **/
		--footer-text-color: #ffffff;
		--footer-text-color-hover: #d95f3d;

		/** bottom text color **/
		--footer-bottom-text-color: #8A8A8C;
		--footer-bottom-link-color: #ffffff;
		--footer-bottom-link-color-hover: #f9f9f9;

	}

	.local_news_dark_mode {
		--main-bk-color: #000;

		--ticker-outer-bk-color: #212121;
		--ticker-inner-bk-color: #000000;

		--full-width-section-bk-color: #3d3a3a;
		--leftc-rights-section-bk-color: #3d3a3a;
		--lefts-rightc-section-bk-color: #3d3a3a;
		--full-width-bottom-section-bk-color: #3d3a3a;
		--opinion-section-bk-color: #3d3a3a;


		--full-width-content-bk-color: #000000;
		--leftc-rights-content-bk-color: #000000;
		--lefts-rightc-content-bk-color: #000000;
		--full-width-bottom-content-bk-color: #000000;
		--opinion-content-bk-color: #000000;

		--theme-section-bk-color: #545454;
		--theme-content-bk-color: #000000;

		--border-bottom-color: #525252;

		--body-text-default-color: #ffffff;

		--green-text-color: #2AB391;
		--border-line-color: #E2E2E2;
		--menu-active-color: #DE4331;

		--noimg-bk-color: #282828;

		--white-text: #fff;

		--author-color: #8A8A8C;
		--meta-text-color: #8A8A8C;
		--main-content-text-color: #c6c6c6;


		--block-title-color: #f9f9f9;
		--post-title-color: #f3f3f3;

		--post-content-color: #505050;
		--post-meta-color: #c3c3c3;

		--theme-color-red: #d95f3d;
		--dark-bk-color: #1a1a1a;

		--inner-container-bk: #191919;

		--website-frame-color: #d95f3d;
		

		/** Breadcrumb Options */
		--breadcrumb-background-color: #191919;
		--breadcrumb-link-color:#ffffff;
		--breadcrumb-link-color-hover:#f0f0f0;
		--breadcrumb-text-color: #ffffff;

	}

	html {
	 	scroll-behavior: smooth;
	}

	body {
		font-family: var(--block-title-family);
		scroll-behavior: smooth;
		font-size: 16px;
		background: var(--site-bk-color);
	}

	body.local_news_dark_mode {
		background: #131313;
	}

	figure {
		margin: 0px;
	}

	.post-thumb img {
    	display: block;
    }

	.ln-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;
	}

	.ln-container-fluid .row{
		padding: 0 2rem;
	}

	.ln-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{
		padding-bottom: 23%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 165px;
	}
	
	article {
		overflow: hidden;
	}

	.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) {
		.ln-container-fluid .row {
		    padding: 0 0.5rem;
		}
	}

	@media (min-width: 576px) {
	  .ln-container {
	    max-width: 540px;
	  }
	}

	@media (min-width: 676px) {
	  .ln-container {
	    max-width: 620px;
	  }
	}

	@media (min-width: 768px) {
	  .ln-container {
	    max-width: 720px;
	  }
	}

	@media (min-width: 868px) {
	  .ln-container {
	    max-width: 820px;
	  }
	  .ln-container {
	    padding-right: var(--bs-gutter-x, 1rem);
	    padding-left: var(--bs-gutter-x, 1rem);
	  }
	}

	@media (min-width: 992px) {
	  .ln-container {
	    max-width: 960px;
	  }
	}

	@media (min-width: 1086px) {
	  .ln-container {
	    max-width: 1060px;
	  }
	}

	@media (min-width: 1200px) {
	  .ln-container {
	    max-width: 1140px;
	  }
	}

	@media (min-width: 1300px) {
	  .ln-container {
	    max-width: 1240px;
	  }
	}

	@media (min-width: 1400px) {
	  .ln-container  {
	    max-width: 1320px;
	  }
	}

	.post-categories {
		text-transform: uppercase;
		text-decoration: none;
		margin: 0px;
		padding-left: 0px;
	}

	.post-categories a{
		text-decoration: none;
		color: var(--white-text);
		font-size: calc(var(--meta-size)*0.9);
		font-family: var(--meta-family);
		box-sizing: border-box;
		transition: all .4s ease;
	}	

	.post-categories a:hover{
		font-weight: 600;
		font-size: var(--meta-size);
	}

	.post-categories li::marker {
		color: transparent;
	}

	.post-title {
	    color: var(--post-title-color);

	    font-family: var(--post-title-family);
	    line-height: var(--post-title-lineheight);
	    letter-spacing: var(--post-title-letterspacing);
	    text-decoration: var(--post-title-textdecoration);
	    text-transform: var(--post-title-texttransform);
	    font-weight: var(--post-title-weight);

	}

	h2.section-title {
		font-family: var(--post-title-family);
	}

	h2.ln-block-title,
	h2.local-news-widget-title {
		border-bottom: 2px solid var(--border-bottom-color);
    	display: block;
    	margin-top: 0;
    	margin-bottom: 25px;
    	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.local-news-widget-title {
		font-size: calc(var(--block-title-size)*0.82);
	}

	h2.ln-block-title span,
	h2.local-news-widget-title span {
		display: inline-block;
	    vertical-align: top;
	    position: relative;
	    bottom: -2px;
	    padding-bottom: 10px;
	    margin-bottom: 0;
	    border-bottom: 2px solid var(--theme-color-red);
			text-decoration: inherit;
	}

	h2.ln-block-title span:before,
	h2.local-news-widget-title span:before {
		content: "";
	    width: 0;
	    height: 0;
	    position: absolute;
	    bottom: -7px;
	    left: 0;
	    border-left: 0;
	    border-right: 5px solid transparent;
	    border-top: 5px solid var(--theme-color-red);
	}

	h2.ln-block-title span sub,
	h2.local-news-widget-title span sub {
		color: var(--theme-color-red);
	    text-decoration: none;
	    font-size: inherit;
	    position: initial;
	}

	a.post-link-button {
		text-decoration: none;
    	color: var(--post-title-color);
    	font-family: var(--post-title-family);
	}

	a.post-link-button i{
		padding-left: 5px;
		vertical-align: middle;
	}

	a.post-link-button:hover, a.post-link-button:hover i {
		color: var(--theme-color-red);
	}

	.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);
	}

	.post-meta a{
		text-decoration: none;
	}

	.post-meta .author_name {
		color: var(--meta-text-color);
		font-weight: 500;
		padding-right: 5px;

		font-size: var(--meta-size);
    	font-family: var(--meta-family);
    	font-weight: var(--meta-weight);
    	text-transform: var(--meta-texttransform);
    	text-decoration: var(--meta-textdecoration);
	}

	.news-carousel.layout--two .post-meta .author_name,
	.news-carousel.layout--two .post-meta span.author_name:before, 
	.news-carousel.layout--two .post-meta a.author_name:before {
    	color: var(--white-text);
	}

	#theme-content {
		padding: 40px 0;
	}

	#theme-content .row {
		display: flex;
	}
	
	body.both-sidebar #theme-content .row .secondary-left-sidebar{
		flex: 0 1 25%;
		margin-right: 20px;
	}

	body.both-sidebar #theme-content .row .secondary-sidebar {
		flex: 0 1 25%;
		margin-left: 20px;
    	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: 20px;
	}

	body.right-sidebar #theme-content .row .secondary-sidebar,
	body.left-sidebar #theme-content .row .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 20px;
    	padding: 0;
	}

	#theme-content .row .primary-content {
	    background-color: var(--inner-container-bk);
	    padding: 20px 0;
	    flex: 1 1 50%;
	}

	body.post-layout--two #theme-content .row .primary-content {
		padding: 20px 5px;
	}

	body.post-layout--two #theme-content .pagination {
		padding-left: 15px;
	}

	.widget_block h2{
		margin: 0px;
	}

	/** page sidebar **/
	body.both-sidebar #theme-content .row .primary-content {
		max-width: 50%;
		flex: 0 1 50%;
	}

	body.right-sidebar #theme-content .row .primary-content,
	body.left-sidebar #theme-content .row .primary-content {
		max-width: 70%;
		flex: 0 1 70%;
	}

	.page h1.entry-title {
		margin-top: 0px;
	}


/*
=========================================
2.0 Header
	2.1 Header One
	2.2 Header Two

	2.3 Responsive
=========================================
*/
	#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(--theme-color-red);
	    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: 9;
	}

	.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(--theme-color-red);
	    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-image: linear-gradient(90deg, #c2113c 0%, #f4be3e 100%)
	}

	.site-header.layout--default .top-header .row{
		display: flex;
		align-items: center;
		min-height: 40px;
	}

	.site-header.layout--default .top-header li.menu-item {
		display: inline-block;
	}

	.site-header.layout--default .top-menu {
		flex: 0 1 60%;
	}

	.site-header.layout--default .social-icons-wrap {
		flex: 1 1 40%;
		padding: 0 5px;
		text-align: right;
	}

	.site-header.layout--default .top-menu a{
		color: var(--top-header-menu-color);
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		padding: 0 12px
	}

	.site-header.layout--default .top-menu a:hover{
		color: var(--top-header-menu-color-hover);
	}

	.site-header.layout--default .social-icons-wrap .social-icons{
		padding: 8px 0;
	}

	.site-header.layout--default .social-icons-wrap .social-icon{
		color: var(--top-header-social-color);
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
		padding: 0px 4px
	}

	.site-header.layout--default .social-icons-wrap .social-icon:hover{
		color: var(--top-header-social-color-hover);
	}

	.site-header.layout--default .site-branding-section {
		background-color: var(--dark-bk-color);
		padding: var(--header-padding) 0;
	}

	.site-header.layout--default .main-header .site-title {
	    margin: 0;
		padding: 0 5px;
		color: var(--white-text);
		line-height: 1;
	}

	.site-header.layout--default .main-header .site-description {
		margin: 0;
		padding: 0 5px;
	}

	.site-header.layout--default .main-header .site-branding-section .row {
		display: flex;
		align-items: center;
		padding-top: 5px;
   		padding-bottom: 5px;
	}

	.site-header.layout--default .main-header .site-branding-section .site-branding {
		flex: 0 1 35%;
		text-align: left;
	}
	
	.site-header.layout--default .main-header .site-branding-section .ads-banner {
		flex: 0 1 65%;
	    text-align: right;
	    position: relative;
	    max-height: 120px;
	    padding: 15px 5px;
	    overflow: hidden;
	}

	.site-header.layout--default .main-header .site-branding-section .ads-banner img{
		width: 100%;
		height: auto;
	}

	.site-title a{
		text-decoration: none;
	}

	/** Menu Section **/

	.site-header.layout--default .menu-section {
		background-color: var(--dark-bk-color);
	}   

	.site-header.layout--default .menu-section .row {
		height: auto;
		align-items: center;
		display: flex;
	} 

	.site-header.layout--default .sidebar-toggle-wrap {
		flex: 1;
		padding: 0 5px;
	}

	.site-header.layout--default nav.main-navigation{
		flex: 1 1 90%;
		height: 100%;
	}

	.site-header.layout--default .search-wrap {
		flex: 0 1 2.5%;
	    padding: 0 5px;
	    text-align: right;
	    position: relative;
	}

	.site-header.layout--default .search-wrap .search-trigger {
		background-color: transparent;
	    border: none;
	    color: var(--search-color);
	}

	.site-header.layout--default .search-wrap .search-trigger:hover {
		color: var(--search-color-hover);
	}

	.site-header.layout--default .search-form-wrap.hide {
		display: none;
	}

	.site-header.layout--default .search-form-wrap {
	    position: absolute;
	    width: 330px;
	    height: auto;
	    padding: 15px 10px;
	    background-color: var(--inner-container-bk);
	    right: 0;
	    top: 42px;
	    z-index: 999999;
	    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.20);
	}

	.site-header.layout--default .search-form-wrap form{
		text-align: center;
	}

	.site-header.layout--default .search-submit {
		border: none;
    	background-color: var(--theme-color-red);
    	color: var(--white-text);
    	vertical-align: top;
    	padding-bottom: 10px;
    	text-transform: uppercase;
	}

	.site-header.layout--default .search-submit:hover {
		cursor: pointer;
	}

	.site-header.layout--default .top-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
    
	/* Search toggle */

	/* The container of the hamburger lines */
	.search-wrap .search-trigger:hover{
		cursor: pointer;
	}

	.ln_sidetoggle_menu_burger{
	  display:flex;
	  align-items:center;
	  flex-direction:column;
	  cursor:pointer;
	}

	.ln_sidetoggle_menu_burger span{
	  background-color:var(--sidebar-toggle-color);
		width: 1.5em;
    height: 0.14em;
    margin: 0.19em 0;
	  display:block;
	  transition: all .4s ease;
	  transform-origin:0 0;
	}


	.ln_sidetoggle_menu_burger:hover span,
	.sidebar-toggle-trigger.slideshow .ln_sidetoggle_menu_burger span{
		background-color: var(--sidebar-toggle-color-hover);
	}

	.sidebar-toggle-trigger.slideshow .ln_sidetoggle_menu_burger span:nth-child(1) {
	  transform: rotate(45deg) translate(1px, -1px);
	}

	.sidebar-toggle-trigger.slideshow .ln_sidetoggle_menu_burger span:nth-child(2) {
	  transform: scaleX(0);
	}

	.sidebar-toggle-trigger.slideshow .ln_sidetoggle_menu_burger span:nth-child(3) {
	  transform: rotate(-45deg) translate(1px, 0);
	}



	/** 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;
		}

		.main-navigation .menu li,
		.main-navigation .nav-menu.menu li {
			display: flex;
			align-items: center;
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
			position: relative;
			padding: 15px 15px;
		    transition: all .4s ease;
		  	transform-origin:0 0;

		  	color: var(--menu-color);

		  	font-family: var(--menu-family);
		  	
		    font-weight: var(--menu-weight);
		    font-size: 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.current-menu-item > a, 
		.main-navigation .nav.menu li.current-menu-item > a,
		.main-navigation .menu li.current_page_item > a, 
		.main-navigation .nav.menu li.current_page_item > a {
			color: var(--menu-color-active);
		}

		.main-navigation .menu li a:hover,
		.main-navigation .nav.menu li a:hover{
			color: var(--menu-color-hover);
		}
	
		.main-navigation ul.menu ul,
		.main-navigation ul.nav-menu ul
		 {
			background-color: var(--dark-bk-color);
		    display: block;
		    left: -999em;
		    margin: 0;
		    position: absolute;
		    z-index: 99999;
		    text-align: left;
		    border: 1px solid #171717;
		    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;
		}

		.main-navigation ul.menu ul li,
		.main-navigation ul.nav-menu ul li {
			float: none;
		    border-top: 0;
		    padding: 0 0;
		    position: relative;
		    border-bottom: 1px solid #171717;
		}

		.main-navigation ul.menu ul li:last-child,
		.main-navigation ul.nav-menu ul li:last-child {
			border-bottom: none;
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
			font-size: 15px;
			min-width: 220px;
			width: 100%;
			color: var(--menu-color-submenu);

			font-family: var(--submenu-family);
		  	
		    font-weight: var(--submenu-weight);
		    font-size: var(--submenu-size);
		    line-height: var(--submenu-lineheight);
		    letter-spacing: var(--submenu-letterspacing);
		 
		    text-transform: var(--submenu-texttransform);
		    text-decoration: var(--submenu-textdecoration);

		}
		.main-navigation ul.menu ul li a:after,
		.main-navigation ul.nav-menu ul li a:after  {
			color: var(--menu-color-submenu);
		}

		.main-navigation ul.menu ul li a:hover,
		.main-navigation ul.nav-menu ul li a:hover  {
			color: var(--menu-color-submenu-hover);
		}
		.main-navigation ul.menu ul li a:hover:after,
		.main-navigation ul.nav-menu ul li a:hover:after  {
			color: var(--menu-color-submenu-hover);
		}

		.main-navigation ul.menu li:hover > ul, 
		.main-navigation ul.menu li.focus > ul,
		.main-navigation ul.nav-menu li:hover > ul, 
		.main-navigation ul.nva-menu li.focus > ul {
		    right: auto;
		    left: 0;
		    -webkit-animation: zoomIn .3s ease-in;
		    -moz-animation: zoomIn .3s ease-in;
		    animation: zoomIn .3s ease-in;
		    height: auto;

		}

		.main-navigation .menu > li li a,
		.main-navigation .nav-menu > li li a  {
		    float: none;
		    display: block;
		    padding: 9px 22px;
		    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.9);
		    font-weight: 900;
		    line-height: var(--menu-lineheight);
		    color: var(--menu-color);
		    margin-left: 8px;
		}

		.main-navigation ul.menu ul li.menu-item-has-children > a:after,
		.main-navigation ul.menu ul li.page_item_has_children > a:after,
		.main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
		.main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
		    display: inline-block;
		    font-family: "Font Awesome 5 Free";
		    content: "\f105";
		    font-style: normal;
		    font-size: 14px;
		    font-weight: 900;
		    line-height: 1;
		    color: var(--menu-color-submenu);
		    margin-left: 8px;
		    float: right;
		    line-height: inherit;
		}
	}

	nav.main-navigation .toggle-sub-menu, 
	nav.main-navigation ul.menu .toggle-sub-menu,
	nav.main-navigation ul.nav-menu .toggle-sub-menu  { 
		display: none;
	}

	@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);
		}

	}

	#ln_menu_burger span{
	  background-color:ghostwhite;
	}

	@media (max-width: 769px){
		.site-header.layout--default .top-menu {
			display: none;
		}

		.site-header.layout--default .social-icons-wrap {
			flex: 1;
			text-align: center;
		}

		.site-header.layout--default .main-header .site-branding-section .row{
			flex-direction: column;
    		align-items: center;
		}

		.site-header.layout--default .main-header .site-branding-section .site-branding { 
			padding: 20px 5px;
			text-align: center;
		}

		#ln_menu_burger{
		  display:flex;
		  align-items:center;
		  flex-direction:column;
		  cursor:pointer;
		}

		#ln_menu_burger span{
		  width:2em;
		  height:.2em;
		  margin:0.26em 0;
		  display:block;
		  transition: all .4s ease;
		  transform-origin:0 0;
		}

		.main-navigation.toggled #ln_menu_burger span:nth-child(1) {
		  transform: rotate(45deg) translate(1px, -1px);
		}

		.main-navigation.toggled #ln_menu_burger span:nth-child(2) {
		  Transform: scaleX(0);
		}

		.main-navigation.toggled #ln_menu_burger span:nth-child(3) {
		  transform: rotate(-45deg) translate(1px, 0);
		}

		.sidebar-toggle-wrap {
			display: none;
			flex: 0;
		}

		button.menu-toggle {
			background-color: transparent;
			display: flex;
			align-items: center;
		    border: none;
		    border-radius: 3px;
		    background: transparent;
		    color: rgba(0, 0, 0, 0.8);
		    line-height: 1;
		    padding: 0.3em 0.5em 0.2em;
		    margin-top: 4px;
		}

		.menu_txt {
			display: block;
		    color: var(--theme-color-red);
		    padding-left: 10px;
		    float: none;
		    font-weight: 600;
		    font-size: 18px;
		    text-transform: uppercase;
		}

		nav.main-navigation ul.menu,
		nav.main-navigation ul.nav-menu {
			background-color: var(--dark-bk-color);
		    z-index: 999999;
		    position: absolute;
		    width: 100%;
		    left: 0;
		    padding: 10px 30px;
		}

		nav.main-navigation ul.menu li,
		nav.main-navigation ul.nav-menu li {
			float: none;
		    border-top: 0;
		    position: relative;
		    border-bottom: 1px solid #171717;
		}

		nav.main-navigation ul.menu li a,
		nav.main-navigation ul.nav-menu li a{
			font-size: var(--menu-size-mobile);
		    font-weight: var(--menu-weight);
		    letter-spacing: var(--menu-letterspacing-mobile);
		    color: var(--menu-color);
		    font-family: var(--menu-family);
		    float: none;
		    display: block;
		    padding: 9px 22px;
		    text-decoration: var(--menu-textdecoration-mobile);
		}

		nav.main-navigation.toggled ul>li .children, nav.main-navigation.toggled ul>li .sub-menu {
    		display: none;
		}

		nav.main-navigation .toggle-sub-menu, 
		nav.main-navigation ul.menu .toggle-sub-menu,
		nav.main-navigation ul.nav-menu .toggle-sub-menu { 
			display: inline-block;
		}

		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%;
    		padding-left: 20px;
		}

		nav.main-navigation .toggle-sub-menu {
		    padding-right: 20px;
		    display: inline-block;
    		text-align: right;
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
		    font-size: var(--menu-size-mobile);
		    line-height: var(--menu-lineheight-mobile);
		    letter-spacing: var(--menu-letterspacing-mobile);
		}

		.main-navigation ul.menu ul li a,
		.main-navigation ul.nav-menu ul li a  {
		    font-size: var(--submenu-size-mobile);
		    line-height: var(--submenu-lineheight-mobile);
		    letter-spacing: var(--submenu-letterspacing-mobile);
		}

		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{
		    font-size: var(--menu-size-mobile);
		    line-height: var(--menu-lineheight-mobile);
		    letter-spacing: var(--menu-letterspacing-mobile);
		}

	}

/*	@media (max-width: 940px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{

		    font-size: var(--menu-size-tab);
		    line-height: var(--menu-lineheight-tab);
		    letter-spacing: var(--menu-letterspacing-tab);

		}
	}

	@media (max-width: 768px){
		.main-navigation .menu li a,
		.main-navigation .nav.menu li a{

		    font-size: var(--menu-size-mobile);
		    line-height: var(--menu-lineheight-mobile);
		    letter-spacing: var(--menu-letterspacing-mobile);

		}
	}*/
	
	.after-header.header-layout-banner-two .ads-banner {
		text-align: center;
    	padding: 1.5em 0;
	}

	/** Header Two **/
	.site-header.layout--two .main-header .site-branding-section .site-branding {
		flex: 1;
		text-align: center;
		padding: 25px 0;
	}	

	.site-branding .site-title a {
		font-size: var(--site-title-size);
		line-height: var(--site-title-lineheight);
		letter-spacing: var(--site-title-letterspacing);
		text-decoration: var(--site-title-textdecoration);
		text-transform: var(--site-title-texttransform);
		font-weight: var(--site-title-weight);
		font-family: var(--site-title-family);
	}

	/*** sidebar Toggle **/
		body.bodynoscroll {
			position: fixed;
		    width: 100%;
		    overflow-y: scroll;
		}

		.sidebar-toggle.hide {
			display: none;
		}

		.sidebar-toggle {
			display: none;
			position: absolute;
		    z-index: 99999;
		    width: 100%;
		    background-color: var(--dark-bk-color);
		    color: var(--white-text);
		    padding: 20px;
		    left: 0;
		    height: calc(100vh - 280px);
		    overflow-y: scroll;
		    margin-top: 15px;
		}

		.site-header.layout--default .menu-section .sidebar-toggle .row{
		     height: initial; 
		     align-items: initial; 
		     display: initial; 
		}

		/* Scrollbar styling */ 

		.sidebar-toggle::-webkit-scrollbar,
		.related_posts_popup_sidebar::-webkit-scrollbar {
		  width: 7px;
		}

		/* Track */
		.sidebar-toggle::-webkit-scrollbar-track,
		.related_posts_popup_sidebar::-webkit-scrollbar-track {
		  box-shadow: inset 0 0 5px #000000; 
		  border-radius: 10px;
		}
		 
		/* Handle */
		.sidebar-toggle::-webkit-scrollbar-thumb,
		.related_posts_popup_sidebar::-webkit-scrollbar-thumb{
		  background: var(--theme-color-red); 
		  border-radius: 20px;
		}

		/* Handle on hover */
		.sidebar-toggle::-webkit-scrollbar-thumb:hover,
		.related_posts_popup_sidebar::-webkit-scrollbar-thumb:hover {
		  background: var(--theme-color-red); 
		}
		/* End scrollbar styling*/


/*
=========================================
3.0 Ticker
	3.1 Ticker One
	3.2 Tricker Two

	3.3 Responsive
=========================================
*/

	.ticker-item-wrap .post-date time{
		font-size: var(--meta-size);
	    font-family: var(--post-title-family);
	    color: var(--meta-text-color);
	    font-weight: 300;
	    text-decoration: none;
	}	 

	.ticker-item-wrap .post-date a{
		text-decoration: none;
	}  

	/** Ticker One **/
	.ticker-news-wrap.layout--one .ticker_label_title{
		font-size: 18px;
	    text-transform: uppercase;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    text-align: center;
	    padding: 17px 12px;
	    margin-right: 0;
	    line-height: 32px;
	    font-weight: 600;
			height: 100px;
	}

	.local-news-ticker-box {
		height: auto;
		overflow: hidden;
	}

	.ticker-news-wrap {
		margin: 2em 0;
		margin-bottom: 1em;
	}

	.ticker-news-wrap.layout--one  {
		width: 100%;
	    height: 98px;
	    display: flex;
	    align-items: center;
	    overflow: hidden;
	    max-height: 98px;
	}
	.ticker-news-wrap.layout--one .ticker-item {
		position: relative;
	    float: left;
	    clear: none;
	    display: inline-block;
	}

	.ticker-news-wrap.layout--one .local-news-ticker-box ul li {
		float: left;
		align-items: center;
		margin-right: 25px;
		display: flex!important;
		top: 0;
		vertical-align: middle;
		height: 105px;
		overflow: hidden;

	}

	.ticker-news-wrap.layout--one .ticker-item .feature_image{
		max-width: 158px;
		margin-right: 20px;
		
	}

	.ticker-news-wrap.layout--one   .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.87);
		color: var(--post-title-color);
		font-family: var(--post-title-family);
		max-width: 220px;
	}

	.ticker-news-wrap.layout--one .ticker-item h2.post-title a{ 
		overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    line-height: inherit;
	}

	.ticker-news-wrap.layout--one .local-news-ticker-controls button, .ticker-news-wrap.layout--one .local-news-ticker-controls button:hover  {
		background-color: var(--theme-color-red);
		border: none;
	    height: 99px;
	    border-radius: 0;
	}	

	.ticker-news-wrap.layout--one .local-news-ticker-controls button i {
		color: var(--white-text);
	}

	.ticker-item-wrap {
		list-style: none;
		margin: 0;
	}

	.ticker-item-wrap .feature_image img {
		display: block;
	}

	.local-news-ticker-controls button:hover {
		cursor: pointer;
	}

	.ticker_label_title {
		position: relative;
	}

	.rim_wrap {
		position: absolute;
		width: 50px;
		height: 50px;
		overflow: hidden;
		top: 25%;
		left: 25%;
		border-radius: 50%;
	}

	.local-news-ticker.layout--two .rim_wrap {
		right: 10%;
		left: initial;
	}

	.local-news-ticker.layout--two .rim_wrap {
		top: 6%;
	}

	.rim-1, .rim-2, .rim-3{
	  	position: absolute;
	  	top: 50%;
	  	left: 50%;
	  	border-radius: 50%;
	  	width: 0em;
	  	height: 0em;
	  	border: white 0.2em solid;
    	background: #f1ebe93d;
	}
	.rim-1 {
	  -webkit-animation: expand 3s linear infinite;
	}
	.rim-2 {
	  -webkit-animation: expand 3s linear 0.5s infinite;
	}
	.rim-3 {
	  -webkit-animation: expand 3s linear 1s infinite;
	}

	@-webkit-keyframes expand {
	  0% {
	    top: calc(50% - .5em);
	    left: calc(50% - .5em);
	    width: 1em;
	    height: 1em;
	    border: white .1em solid;
	    opacity: 1;
	  }
	  100% {
	    top: calc(50% - 5.5em);
	    left: calc(50% - 5.5em);
	    width: 11em;
	    height: 11em;
	    border: white .2em solid;
	    opacity: 0;
	  }
	}

	/** Ticker Two **/
	.ticker-news-wrap.layout--two .ticker_label_title{
		font-size: 18px;
	    font-weight: 500;
	    text-transform: uppercase;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    text-align: center;
	    padding: 12px 5px;
	    margin-right: 0;
	    line-height: 35px;
	    min-height: 60px;
	    flex: 0 0 12%;
	    font-weight: 600;
	}

	.ticker-news-wrap.layout--two  {
		width: 100%;
	    height: auto;
	    display: flex;
	    align-items: center;
	    background-color: var(--ticker-outer-bk-color);
	    padding: 5px;
	}
	.ticker-news-wrap.layout--two .ticker-item {
		position: relative;
	    float: left;
	    clear: none;
	    display: inline-block;
	}

	.ticker-news-wrap.layout--two .local-news-ticker-box {
		background-color: var(--ticker-inner-bk-color);
		padding: 5px 0;
	}

	.ticker-news-wrap.layout--two .local-news-ticker-box ul li {
		float: left;
		align-items: flex-start;

		display: flex!important;
		margin-right: 30px;
		flex-direction: column;
	}

	.ticker-news-wrap.layout--two .ticker-item .feature_image{
		max-width: 147px;
		margin-right: 20px;
	}

	.ticker-news-wrap.layout--two .ticker-item h2.post-title{
		font-size: calc(var(--post-title-size) * 0.85);
		font-family: var(--post-title-family);
		margin-bottom: 2px;
    	margin-top: 2px;
    	font-weight: 600;
    	display: inline-block;float: left;
	}

	.ticker-news-wrap.layout--two .ticker-item h2.post-title a{ 
		color: inherit;
		text-decoration: none;
		font-weight: inherit;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	.ticker-news-wrap.layout--two .local-news-ticker-controls button, .ticker-news-wrap.layout--two .local-news-ticker-controls button:hover  {
		background-color: var(--theme-color-red);
		border: none;
	    height: 60px;
	    border-radius: 0;
	}	

	.ticker-news-wrap.layout--two .local-news-ticker-controls button i {
		color: var(--white-text);
	}

/*
=========================================
4.0 Banner Slider
	4.1 Banner Slider One
	4.2 Banner Slider Two
	3.3 Responsive
=========================================
*/
	.banner-layout--one .row {
		display: flex;
		align-items: center;

		align-items: flex-start;
	}

	figure.post-thumb-wrap {
		margin: 0px;
	}

	.banner-layout--one figure.post-thumb-wrap {
		height: 520px;
	}

	.banner-layout--one figure.post-thumb-wrap img{
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.banner-layout--one .main-banner-slider .post_slider_template_one {
		position: relative;
		height: 100%;
	}

	.post_slider_template_one .post-excerpt {
		color: var(--white-text);
	}

	.banner-layout--one .main-banner-slider .post-element{
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.banner-layout--one .main-banner-wrap{
		flex: 0 1 65%;
		max-width: 65%;
		padding-right: 20px;
		height: 100%;
	}


	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
	    height: 520px;
	    background-color: var(--noimg-bk-color);
	}

	.banner-layout--one .main-banner-wrap .slick-dots {
		top: 5px;
	}

	.banner-layout--one .post_slider_template_one .post-categories a {
		color: var(--white-text);
	    font-weight: 500;
	    font-size: var(--meta-size);
	}

	.banner-layout--one .post_slider_template_one .post-categories a:hover {
		font-size: calc(var(--meta-size)*1.05);
	}
	

	ul.post-categories li {
		display: inline-block;
		margin: 5px 2px 0 0;
		padding-right: 3px;
	}

	.banner-layout--one .main-banner-tabs {
		flex: 0 1 35%;
	}

	.banner-layout--one .main-banner-tabs i{
		padding-right: 10px;
	}

	.main-banner-wrap article.slide-item {
		position: relative;
	}

	.banner-layout--one .main-banner-wrap article.slide-item {
	    height: 100%;
	    overflow: hidden;
	}

	.banner-layout--one .slide-item .post-meta span.post-date:before {
		color: var(--white-text);
	}

	.banner-layout--one .main-banner-tabs article.no-feat-img figure {
		height: 96px;
	}

	.main-banner-wrap .post-element {
		position: absolute;
	    bottom: 0;
	    left: 0;
	    padding: 20px;
	    background-image: linear-gradient(to top, #1a1919, transparent);
	    color: var(--white-text);
	}

	.main-banner-wrap .post-element p {
		margin: 10px 0 2px;
	}

	.main-banner-wrap .post-meta ul {
		margin: 0;
		list-style: none;
		padding-left: 0;
	}

	.main-banner-wrap .post-meta ul a{
		text-decoration: none;
	}

	.main-banner-wrap .post-meta .post-categories {
	    display: inline-block;
	    font-weight: 500;
	    font-size: 18px;
	    padding-right: 5px;
    }

    .post_slider_template_one .post-meta .post-date time {
    	color: var(--white-text);
    }

    .main-banner-wrap .post-element .post-title {
    	color: var(--white-text);
	    font-size: calc(var(--post-title-size) * 1.71);
	    width: 90%;
	    display: inline-block;
	    margin: 11px 0 5px;
    }

   .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;
	    color: #fff;
	    border: none;
	    font-size: 25px;
	    color: var(--theme-color-red);
    }

    .main-banner-wrap .slick-arrow:hover {
    	cursor: pointer;
    }

    .main-banner-wrap .slick-next  {
    	right: 0px;
    }

    .main-banner-wrap .slick-dots {
	    position: absolute;
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: right;
	    bottom: 40px;
	    height: 0;
	    right: 10px;
    }

    .main-banner-wrap .slick-dots li{
        position: relative;
	    display: inline-block;
	    width: 20px;
	    height: 20px;
	    margin: 0 5px;
	    padding: 0;
	    cursor: pointer;
	}

	.main-banner-wrap .slick-dots li button {
		font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 20px;
	    height: 20px;
	    padding: 5px;
	    cursor: pointer;
	    color: transparent;
	    border: 0;
	    outline: none;
	    background: transparent;
	}

	.main-banner-wrap .slick-dots li.slick-active button:before {
		content: '';
	    background-color: var(--theme-color-red);
	    opacity: 1;
	}

	.main-banner-wrap .slick-dots li button::before {
		content: '';
    	background-color: var(--white-text);
    	opacity: 1;
	    font-family: slick;
	    font-size: 50px;
	    line-height: 20px;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 15px;
	    height: 15px;
	    content: "•";
	    text-align: center;
	    opacity: 0.75;
	    -webkit-font-smoothing: antialiased;
	}

	.main-banner-tabs ul.banner-tabs {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.main-banner-tabs .banner-tab {
		background-color: #f1f1f1;
	    padding: 5px 10px;
	    color: #333333;
	    text-align: center;
	    font-weight: 600;
	    margin-right: 15px;
	    flex: 1;
	    font-size: 15px;
	}

	.main-banner-tabs .banner-tab:hover {
		background-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.main-banner-tabs .banner-tab:last-child {
		margin-right: 0px;
	}

	.main-banner-tabs ul.banner-tabs:last-child {
		margin-right: 0px;
	}

	.banner-tab:hover {
		cursor: pointer;
	}

	.banner-tab.active {
		background-color: var(--theme-color-red);
	    color: var(--white-text);
	    font-weight: 600;
	}
    
    .banner-tabs-content .post-item {
    	display: flex;
    	align-items: center;
    }

    .banner-tabs-content .post-thumb {
    	flex: 0 1 35%;
    	max-width: 145px;
	    height: 96px;
	    overflow: hidden;
	    background-color: var(--noimg-bk-color);
    }

    .banner-tabs-content .post-thumb img,
    .popular-posts-wrap .post-thumb img
    {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .banner-tabs-content .post-element {
    	margin-left: 15px;
        flex: 1 1 60%;
        font-family: var(--post-title-family);
    }

    .banner-tabs-content .post-categories a {
    	color: var(--theme-color-red);
    	font-weight: 500;
    	font-size: calc(var(--meta-size)*0.95);
    	transition: all 0.4s ease;
    }

    .banner-tabs-content .post-categories a:hover{
		font-weight: 600;
		font-size: calc(var(--meta-size));
	}

    .banner-tabs-content .post-categories {
    	display: inline-block;
    }

    .banner-tabs-content .post-date {
    	font-style: 0.8rem;
    }

    .banner-tabs-content .tab-item .post-title
     {
    	margin: 0px;
    	padding-top: 5px;
    	font-size: calc(var(--post-title-size)*0.80);
    	color: var(--post-title-color);
    }

    .banner-tabs-content .tab-item .post-title a,
    .banner-tabs-content .comment-item .ln_comment_post
    {
    	text-decoration: none;
    	color: inherit;
    }

    .banner-tabs-content .post-item:first-child,
    .banner-tabs-content .comment-item:first-child
     {
    	padding-top: 20px;
    }

    .banner-tabs-content .post-item,
    .banner-tabs-content .comment-item{
    	padding: 13px 0;
    	border-bottom: 1px dashed #afafaf;
    }

    .banner-tabs-content .post-item:last-child,
    .banner-tabs-content .comment-item:last-child{
    	border-bottom: none;
    }

    .banner-tabs-content .tab-item {
    	display: none;
    }

    .banner-tabs-content .tab-item.active {
    	display: block;
    }

    #main-banner-section {
    	padding: 1em 0;
    	padding-bottom: 2em;
    }

    .banner-tabs-content .comment-item {
    	display: flex;
    }

    .banner-tabs-content .comment-item .ln_avatar{
    	flex: 0 1 20%;
    	padding-right: 20px;
    	text-align: center;
    }

    .banner-tabs-content .comment-item .ln-comm-content{
    	flex: 0 1 80%;
    }

   .banner-tabs-content .comment-item .ln-comm-content a{
    	margin: 0px;
	    padding-top: 5px;
	    font-size: calc(var(--post-title-size)*0.8);
	    line-height: 1.2;
	    text-decoration: none;
	    color: var(--post-title-color);
	    font-weight: 600;
	    font-family: var(--post-title-family);
    }

    .banner-tabs-content .comment-item  .ln-comment {
    	margin-bottom: 0;
    	margin-top: 8px;
    	font-size: var(--content-size);
    }

     /* banner order */
    .tab_slider--banner_slider .main-banner-wrap{
    	order: 2;
    	padding-right: 0;
    	padding-left: 20px;
    }

    .banner-layout--two.tab_slider--banner_slider  .main-banner-wrap{
    	padding-right: 0px;
    }

		.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-prev {
			left: 25px;
			right: auto;
		}

		.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-next {
			right: auto;
			left: 70px;
		}

		.tab_slider--banner_slider.banner-layout--two .main-banner-slider .post-element {
			float: right;
		}

    @media (max-width: 1000px) {
    	.banner-layout--one .row {
    		flex-direction: column;
    	}

    	.tab_slider--banner_slider .main-banner-wrap{
    		order: initial;
    		padding-left: 0px;
    	}

    	.banner-layout--one .main-banner-wrap {
    		max-width: 100%;
    		flex: 100%;
    		padding-right: 0px;
    		margin-bottom: 20px;
    	}


    	.banner-layout--one figure.post-thumb-wrap,
    	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
	    	height: 420px;
		}


    	.banner-layout--one .main-banner-tabs {
    		width: 100%;
    	}
    }



    @media (max-width: 500px) {

    	.banner-layout--one figure.post-thumb-wrap,
    	.banner-layout--one .no-feat-img figure.post-thumb-wrap{	
	    	height: 320px;
		}

    	.main-banner-wrap .post-element .post-excerpt {
    		display: none;
    	}

    	.banner-layout--one .main-banner-wrap .post-element .post-title {
    		font-size: 1.8rem;
    		line-height: 36px;
    		width: 100%;
    	}

    	.banner-layout--two .main-banner-wrap .main-banner-slider .post-element .post-title{
			font-size: 1.6rem;
			line-height: 30px;
		}
    }


    /** BannerTwo **/
	    .banner-layout--two .row {
			display: flex;
			padding: 20px;
			align-items: center;
			background-color: #d9c1bb17;
			align-items: flex-start;

		}

		.banner-layout--two .main-banner-wrap .no-feat-img figure.post-thumb {
			width: 100%;
			height: 100%;

			background-color: var(--noimg-bk-color);
		} 

		figure.post-thumb-wrap {
			margin: 0px;
		}

		.banner-layout--two figure.post-thumb-wrap img{
			width: 100%;
		}

		.banner-layout--two .main-banner-slider .post_slider_template_two {
			position: relative;
			height: 100%;
		}

		.banner-layout--two .main-banner-slider .post-element{
			bottom: 0px;
			width: 80%;
			background-color: var(--main-bk-color);
			color: var(--post-title-color);
			background-image: none;
			position: relative;
			margin-top: -80px;
    		border-bottom: 4px solid var(--theme-color-red);
		}

		.banner-layout--two .main-banner-wrap{
			flex: 0 1 65%;
			max-width: 65%;
			padding-right: 20px;
		}

		.banner-layout--two .main-banner-wrap .post-excerpt {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		}

		.banner-layout--two .main-banner-popular-posts {
			flex: 0 1 35%;
			max-width: 35%;
		}

		.banner-layout--two .main-banner-wrap .post-element .post-title {
			color: var(--post-title-color);
			font-size: 1.8rem;
			line-height: 36px;
		}

		.banner-layout--two .main-banner-wrap .post-element  .post-categories a {
			color: var(--theme-color-red);
		}

		.banner-layout--two .main-banner-wrap .slick-arrow {
		    position: absolute;
		    bottom: 170px;
		    z-index: 9;
		    background-color: var(--main-bk-color);
		    border: none;
		    font-size: 20px;
		    color: var(--theme-color-red);
		    padding: 10px 10px;
		    height: 40px;
		    top: initial;
		}

		.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
			height: 480px;
    		overflow: hidden;
		}

		.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb  img {
			width: 100%;
		    height: 100%;
		    object-fit: cover;
		}

		.banner-layout--two .main-banner-wrap .slick-next {
			right: 10px;
		}

		.banner-layout--two .main-banner-wrap .slick-prev {
			right: 50px;
		}

		.main-banner-wrap article.slide-item {
			position: relative;
		}

		.main-banner-popular-posts h2.section-title,
		.widget h2.section-title {
			margin: 0;
			margin-bottom: 5px;
		    line-height: 1;
		    padding-bottom: 10px;
		    width: 80%;
		    font-size: 1.3rem;
		}

		.popular-posts-wrap .slick-prev {
			position: absolute;
		    top: -10px;
		    right: 55px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.local_vertical_slider .popular-posts-wrap .slick-prev {
			right: 60px;;
		}

		.popular-posts-wrap .slick-next {
			position: absolute;
		    top: -10px;
		    right: 20px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.popular-posts-wrap .slick-prev i {
			padding-bottom: 2px;
		}

		.popular-posts-wrap .slick-arrow{
			cursor: pointer;
		}

		.local_vertical_slider .popular-posts-wrap .slick-arrow {
			transform-origin: 0 0;
  			transform: rotate(270deg);
  			padding: 7px;
		    text-align: center;
		    padding-top: 9px;
		    color: var(--body-text-default-color);
		}

		.popular-posts-wrap .slick-track article {
			display: flex;
			align-items: center;
			padding: 12px 1px;
			height: 114px;
		}

		.popular-posts-wrap .slick-track article figure.post-thumb{
			flex: 0 1 32%;
			position: relative;
			height: 100%;
		}

		.popular-posts-wrap .slick-track article .post-element {
			flex: 0 1 68%;
			padding-left: 20px;
		}

		.main-banner-popular-posts .post-element .post-categories a,
		.widget .post-element .post-categories a {
			color: var(--theme-color-red);
			font-size: calc( var(--meta-size) * 0.9 );
		}

		.main-banner-popular-posts .post-element .post-categories a:hover,
		.widget .post-element .post-categories a:hover {
			font-size: var(--meta-size);
		}

		.post-thumb .post-count{
			position: absolute;
		    color: var(--white-text);
		    background-color: var(--theme-color-red);
		    width: 30px;
		    height: 30px;
		    border-radius: 50%;
		    top: -12px;
		    left: 15px;
		    line-height: 1;
		    font-size: 0.9rem;
		    font-weight: 500;
		    text-align: center;
		    padding: 7px;
		    border: 2px solid var(--white-text);
		    z-index: 9999;
		}

		.popular-posts-wrap .post-title {
		    margin: 0px;
		    padding-top: 5px;
		    font-size: calc(var(--post-title-size)*0.82);
		    line-height: 1.2;
		    text-decoration: none;
		    color: var(--post-title-color);

		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.popular-posts-wrap .post-title a{
			text-decoration: none;
			color: inherit;
		}

		.banner-layout--two .popular-posts-wrap {
			height: 500px;
		}

		.popular-posts-wrap .post-meta {
			margin-top: 5px;
			font-size: 0.9rem;
		}

		.banner-layout--two .popular-posts-wrap .slick-list .slick-track,
		.widget .popular-posts-wrap .slick-list .slick-track {
			overflow: hidden;
			display: flex;
			flex-direction: column;
		}

		.banner-layout--two  .main-banner-wrap .slick-dots {
			top: 10px;
			right: 10px;
		}

		.main-banner-popular-posts .no-feat-img figure {
			height: 88px;
    		background-color: var(--noimg-bk-color);
		}

		.main-banner-popular-posts.local_horizontal_slider .no-feat-img figure {
		    height: 112px;
		}
		

		/* Horizontal Slider */
		.main-banner-popular-posts.local_horizontal_slider .slick-list {
			height: 500px;
			overflow: hidden;
		}

		.main-banner-popular-posts.local_horizontal_slider .popular-posts-wrap .slick-arrow {
		    z-index: 9;
		    top: -35px;
		    height: 30px;
		    vertical-align: middle;
		    width: 32px;
		    text-align: center;
		    padding: 6px;
		    color: var(--body-text-default-color);
		}



		.banner-layout--two .local_horizontal_slider .popular-posts-wrap .slick-list .slick-track, 
		.widget .local_horizontal_slider .popular-posts-wrap .slick-list .slick-track  {
			display: block;
		}


		.main-banner-popular-posts.local_horizontal_slider .slick-slide article {
			display: flex !important;
			flex-wrap: wrap;
		}

		.main-banner-popular-posts.local_horizontal_slider .slick-slide article .post-thumb {
			flex: 0 1 35% !important;
		}

		.main-banner-popular-posts.local_horizontal_slider .slick-slide article .post-element {
			flex: 0 1 65%;
		}

		.main-banner-popular-posts .popular-posts-wrap .post-thumb img { 
			display: block;
		    height: 100%;
		    width: 100%;
		    object-fit: cover;
		}

		@media (max-width: 950px) {
			.banner-layout--two .row { 
				flex-direction: column;
			}

			.banner-layout--two .row .main-banner-wrap {
				flex: 1;
				max-width: 100%;
				padding-right: 0px;
			}

			.banner-layout--two .main-banner-popular-posts {
				flex: 1;
			    max-width: 100%;
			    width: 100%;
			    margin-top: 1.5em;
			}

			.main-banner-popular-posts .popular-posts-wrap .slick-track article figure.post-thumb {
				max-width: 150px;
			}

			.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
    			height: 410px;
			}
		}

		@media (max-width: 760px) {
			.banner-layout--two .main-banner-wrap .slick-arrow {
				bottom: 40%;
			}

			.main-banner-popular-posts .popular-posts-wrap .slick-next {
				right: 10px;
			}
		}

		@media (max-width: 650px) {
			.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb {
    			height: 310px;
			}
		}

		@media (max-width: 485px) {
			.banner-layout--two .main-banner-slider .post-element{
				margin-top: 0;
				width: 100%;
				padding: 8px;
			}

			.banner-layout--two .main-banner-wrap .slick-arrow {
				bottom: 220px;
			}
		}

		@media (max-width: 400px) {
			.banner-layout--two .main-banner-wrap .slick-arrow {
				/*display: none!important;*/
				visibility: hidden;
			}
		}
		

/*
=========================================
5.0 Full Width Sectin
=========================================
*/

	#full-width-section {
		padding: 50px 0;
	    background: var(--full-width-section-bk-color);
	}

	#full-width-section  .row {
		background-color: var(--full-width-content-bk-color);
	    padding: 20px;
	}


/*
=========================================
6.0 Left Content Right Sidebar
=========================================
*/
	.leftc-rights-section {
		padding: 50px 0;
		background: var(--leftc-rights-section-bk-color);
	}

	.leftc-rights-section .row {
		display: flex;
	}

	.leftc-rights-section .primary-content {
		flex: 0 1 70%;
		padding: 20px;
		background-color: var(--leftc-rights-content-bk-color);
	}

	.leftc-rights-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-left: 20px;
	}

	.leftc-rights-section .secondary-sidebar .widget {
		background-color: var(--leftc-rights-content-bk-color);
	}

	.local-news-section .primary-content > div,
	.full-width-section .row > div,
	.bottom-full-width-section .row > div {
		margin-bottom: 20px;
	}

	.local-news-section .primary-content > div:last-child,
	.full-width-section .row > div:last-child,
	.bottom-full-width-section .row > div:last-child {
		margin-bottom: 0;
	}

	.secondary-sidebar section:last-child {
	    margin-bottom: 0;
	}


/*
=========================================
7.0 Right Content Left Sidebar
=========================================
*/
	.lefts-rightc-section {
		padding: 50px 0;
    	background: var(--lefts-rightc-section-bk-color);
	}

	.lefts-rightc-section .row {
		display: flex;
	}

	.lefts-rightc-section .primary-content {
		flex: 0 1 70%;
		padding: 20px;
		background-color: var(--lefts-rightc-content-bk-color);
	}

	.lefts-rightc-section .secondary-sidebar {
		flex: 0 1 30%;
		margin-right: 20px;
	}

	.lefts-rightc-section .secondary-sidebar .widget{
		background-color: var(--lefts-rightc-content-bk-color);
	}

/*
=========================================
8.0 Bottom Full Width Section
=========================================
*/
	#bottom-full-width-section {
		padding: 50px 0;
		background-color: var(--full-width-bottom-section-bk-color);
	}

	#bottom-full-width-section .row {
		background-color: var(--full-width-bottom-content-bk-color);
		padding: 20px;
	}


/*
=========================================
9.0 Grid Layout
	9.1 Grid Layout One
	9.2 Grid Layout Two
=========================================
*/

	.news-grid .news-grid-post-wrap {
		display: flex;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
	}

	.news-grid .news-grid-post-wrap article.grid-item {
	    flex: 0 1 33.333%;
	    padding: 0 15px;
	    padding-bottom: 20px;

	    display: flex;
	    flex-direction: column;
	}

	.post-excerpt {
		margin-top: 6px;

		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(--letter-spacing);
		
	}

	.post-meta span.author_name:before, .post-meta a.author_name:before {
	    content: '\f2bd';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-right: 7px;
	    font-size: var(--meta-size);
	    display: inline-block;
	    color: var(--meta-text-color);
	}

	.post-meta span.post-date:before {
		color: var(--meta-text-color);
	    position: relative;
	    margin: 0 1px;
	    content: "\f017";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 0px;
	    padding-right: 3px;
	    margin-left: 2px;
	    font-size: var(--meta-size);
	    font-weight: normal;
	}

	.post-meta span.post-comment:before {
	    color: var(--meta-text-color);
	    position: relative;
	    margin: 0 5px;
	    content: "\f4ad";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 7px;
	    padding-right: 0px;
	    margin-left: 3px;
	    font-size: var(--meta-size);
	    font-weight: 500;
	}

	.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;
	}



	/*
	=========================================
	9.1 Grid Layout One
	=========================================
	*/

		.news-grid.layout--one figure.post-thumb-wrap {
		    margin: 0px;
		    position: relative;
		}

		.news-grid.layout--one figure.post-thumb-wrap img{
			display: block;
		    width: 100%;
		    height: 100%;
		    object-fit: cover;
		    margin: 0;
		}

		.news-grid.layout--one figure.post-thumb-wrap .post-categories {
			position: absolute;
	    	bottom: 0;

	    	display: flex;
	    	flex-wrap: wrap;
		}

		.news-grid.layout--one figure.post-thumb-wrap .post-categories li{
			background-color: var(--theme-color-red);
		    line-height: 1;
		    padding: 6px 12px;
		    margin-right: 5px;
		}

		.news-grid.layout--one .post-title {
			margin: 10px 0;
			margin-top: 15px;
			font-size: var(--post-title-size);
		}

		.news-grid.layout--one .post-excerpt p{
			margin: 13px 0;
		}

		.leftc-rights-section .news-grid.layout--one .post-title,
		.leftc-rights-section .news-grid.layout--two .post-title,
		.lefts-rightc-section .news-grid.layout--one .post-title,
		.lefts-rightc-section .news-grid.layout--two .post-title {
			font-size: calc( var(--post-title-size)*0.9);
		}

	/*
	=========================================
	9.2 Grid Layout Two
	=========================================
	*/
		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap{
			height: 250px;
		}

		.leftc-rights-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap
		{
			height: 250px;
		}

		.news-grid.layout--two figure.post-thumb-wrap {
		    margin: 0px;
		    position: relative;
		}

		.news-grid.layout--two figure.post-thumb-wrap img{
			display: block;
			width: 100%;
			height: 100%;
		}

		.news-grid.layout--two figure.post-thumb-wrap .post-categories {
			position: absolute;
	    	bottom: 0;

	    	display: flex;
	    	flex-wrap: wrap;
		}

		.news-grid.layout--two figure.post-thumb-wrap .post-categories li{
			background-color: var(--theme-color-red);
		    line-height: 1;
		    padding: 6px 12px;
		    margin-right: 5px;
		}

		.news-grid.layout--two .post-title {
			margin: 10px 0;
			margin-top: 15px;
			font-size: var(--post-title-size);
		}

		.news-grid.layout--two .post-excerpt p{
			margin: 13px 0;
		}

		.news-grid.layout--two .post-element {
			display: flex;
		}

		.news-grid.layout--two .post-count {
			flex: 0 1 15%;

			font-size: calc(var(--post-title-size)*2);
			align-items: center;
		    justify-content: center;
		    text-align: center;
		    font-weight: 700;
		    color: var(--meta-text-color);
		    padding: 5px;
		}

		.news-grid.layout--two .post-element-inner {
			flex: 0 1 85%;
		}


/*
=========================================
10.0 List Layout
	10.1 List Layout One
	10.2 List Layout Two
=========================================
*/
	.list-item.no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 22%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 100px;
	}

	#lefts-rightc-section .list-item.no-feat-img .post-thumb-wrap,
	#leftc-rights-section .list-item.no-feat-img .post-thumb-wrap  {
		background-color: var(--noimg-bk-color);
		min-height: 100px;
	}

	/*
	=========================================
	10.1 List Layout One
	=========================================
	*/
		.news-list-post-wrap .list-item {
			display: flex;
			padding:20px 0;
			border-bottom: 1px solid var(--border-bottom-color);
			align-items: flex-start;
		}

		.news-list-post-wrap .list-item:first-child {
			padding-top: 0;
		}

		.news-list-post-wrap .list-item:last-child {
			border-bottom: none;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap{
			flex: 0 1 35%;
			margin: 0;
			margin-right: 25px;
			position: relative;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap img{
			display: block;
			width: 100%;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories{
			position: absolute;
			bottom: 0;
		    display: flex;
		    flex-wrap: wrap;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories li {
		    background-color: var(--theme-color-red);
		    line-height: 1;
		    padding: 6px 12px;
		    margin-right: 5px;
		}

		.news-list-post-wrap .list-item .post-element{
			flex: 0 1 65%;
		}

		.news-list-post-wrap .list-item .post-title {
	    	margin: 10px 0;
	    	margin-top: 5px;
	    	font-size: calc(var(--post-title-size)*1.2);
		}

		#theme-content .news-list-post-wrap .list-item .post-title {
			font-size: var(--post-title-size);
		}

		.post-title a {
		    color: inherit;
		    text-decoration: none;
		    line-height: initial;
		}

		.news-list-post-wrap .list-item .post-excerpt p {
			margin: 12px 0 0;
		}

		#theme-content .news-list-wrap .post-element .post-excerpt p{
			margin: 0px;
		}

	/*
	=========================================
	10.2 List Layout Two
	=========================================
	*/

		.news-list.layout--two .list-item figure.post-thumb-wrap {
			order: 2;
			margin: 0 0 0 25px;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap .post-categories {
			top: 0;
			right: 0;
			bottom: initial;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap .post-categories li {
			margin: 0 0 5px 5px;
		}


	/** News List columnts 2 **/
		.news-list-post-wrap.column--two .list-item figure.post-thumb-wrap,
		.news-list-post-wrap.column--three .list-item figure.post-thumb-wrap{
			flex: 0 1 40%;
		}

		.news-list-post-wrap.column--two .list-item .post-element,
		.news-list-post-wrap.column--three .list-item .post-element{
			flex: 0 1 60%;
		}

		.full-width-section .news-list-post-wrap.column--two .list-item figure.post-thumb-wrap{
			flex: 0 1 35%;
		}

		.full-width-section .news-list-post-wrap.column--two .list-item .post-element{
			flex: 0 1 65%;
		}

		.news-list-post-wrap.column--two {
			display: flex;
			flex-wrap: wrap;
		}

		.news-list-post-wrap.column--two .list-item {
			flex: 0 1 50%;
			border-bottom: none;
		}

		.news-list-post-wrap.column--two .list-item {
			padding: 0 15px 20px 0;
		}

		.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap {
	    	position: relative;
	    	padding-bottom: 21%;
		}

		.news-list-post-wrap.column--two .list-item .post-title {
			font-size: calc(var(--post-title-size)*0.9);
		}

		.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.85);

			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

	/** News List columnts 3 **/
		.news-list-post-wrap.column--three {
			display: flex;
			flex-wrap: wrap;
		}

		.news-list-post-wrap.column--three .list-item {
			flex: 0 1 33%;
			border-bottom: none;
			align-items: center;
		}

		.news-list-post-wrap.column--three .list-item {
			padding: 0 15px 25px 0;
		}

		.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;
		}

		.news-list.layout--two .news-list-post-wrap.column--two .post-element-inner,
		.news-list.layout--two .news-list-post-wrap.column--three .post-element-inner
		 {
		 	text-align: center;
		}

/*
=========================================
11.0 Carousel Layout
	11.1 Carousel Layout One
	11.2 Carousel Layout Two
=========================================
*/

	.news-carousel-post-wrap {
		display: grid
	}

	.news-carousel {
		margin-bottom: 50px;
	}

	.news-carousel {
		position: relative;
	}

	.news-carousel .slick-slider {
		position: initial;
	}

	.news-carousel .slick-arrow {
		position: absolute;
		cursor: pointer;
		background-color: var(--white-text);
		border: none;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		z-index: 9;
		top: 50%;
		transform: translateY(-50%);
		padding: 5px;
		box-shadow: 0 4px 17px 0 rgb(0 0 0 / 16%);
		transition: .25s ease-in;
	}

	.news-carousel .slick-dots {
	    position: absolute;
	    display: block;
	    width: 80%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    top: 25px;
	    text-align: right;
	    right: 0;
    }

    .news-carousel .slick-dots li{
        position: relative;
	    display: inline-block;
	    padding: 0;
	    margin: 0 8px;
	    cursor: pointer;
	}

	.news-carousel .slick-dots li button {
		font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 10px;
	    height: 10px;
	    cursor: pointer;
	    outline: none;
	    background: transparent;
	    border: 1px solid var(--theme-color-red);
	    border-radius: 50%;
	}

	.news-carousel .slick-dots li.slick-active {
		background-color: var(--theme-color-red);
		border-radius: 50%;
	}

	.news-carousel .slick-list {
		margin: 0 -10px;
	}

	.news-carousel article {
		padding: 0 10px;
	}

	.news-carousel .post-title a {
		color: inherit;
	    text-decoration: none;
	    line-height: initial;

	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    display: inline;

	}

	.news-carousel .post-excerpt {
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    color: var(--white-text);
	}

	.news-carousel .post-categories li {
		padding: 0 8px;
    	background-color: var(--theme-color-red);
	}

	.news-carousel .post-thumb-wrap {
		position: relative;
	}

	.news-carousel .post-meta span.post-comment:before,
	.news-carousel .post-meta span.post-date:before {
		color: var(--white-text);
	}

	.news-carousel .no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 62.5%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}


	/*
	=========================================
	11.1 Carousel Layout One
	=========================================
	*/
		.news-carousel.layout--one .slick-prev {
			left: -12px;
		}

		.news-carousel.layout--one .slick-next {
			right: -12px;
		}

		.news-carousel.layout--one .slick-arrow:hover {
		    box-shadow: 0 4px 17px 0 rgb(0 0 0 / 26%);
		    margin-top: -2px;
		}

		.news-carousel.layout--one .post-categories {
			position: absolute;
			bottom: 0;
		}

		.news-carousel.layout--one .post-title {
			font-size: calc(var(--post-title-size)*0.9);
			margin: 15px 0 10px 0;

			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.news-carousel.layout--two .post-title {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}

		.news-carousel.layout--one .post-meta span.post-comment:before,
		.news-carousel.layout--one .post-meta span.post-date:before {
			color: var(--meta-text-color);
		}

		.news-carousel.layout--one .post-thumb-wrap img {
			width: 100%;
		}


	

	/*
	=========================================
	11.2 Carousel Layout Two
	=========================================
	*/
		.news-carousel.layout--two .slick-arrow {
			border-radius: initial;
		    top: 62%;
		    width: 30px;
		    height: 34px;
		    background: transparent;
		    border: 1px solid var(--white-text);
		    color: var(--white-text);
		    font-size: 0.8rem;
		    box-shadow: none;
		}

		.news-carousel.layout--two .slick-arrow:hover {
			background-color: var(--white-text);
			color: var(--dark-bk-color);
		}

		.news-carousel.layout--two .slick-prev {
			left: 15px;
		}

		.news-carousel.layout--two .slick-next {
			right: 15px;
		}

		.news-carousel.layout--two .post-thumb-wrap img {
			mix-blend-mode: darken;
			width: 100%;
		}

		.news-carousel.layout--two .post-element {
			position: absolute;
			top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
		    text-align: center;
		    width: 100%;
		    padding: 0 10px;
		}

		.news-carousel.layout--two .post-categories li {
			margin: 0 5px 10px 0;
		}

		.news-carousel.layout--two .post-title {
			font-size: calc(var(--post-title-size)*0.9);
			margin: 0 0 10px 0;
			color: var(--white-text);
		}

		.news-carousel.layout--two .post-title a {
			color: var(--white-text);
		}

		.news-carousel.layout--two .post-meta span,
		.news-carousel.layout--two .post-meta time
		 {
			color: var(--white-text);
			font-size: 0.85rem;
		}


/*
=========================================
12.0 Filter Layout
	 12.1 Filter Layout One
	 12.2 Filter Layout Two
=========================================
*/
	.news-filter .post_title_filter_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 2px solid var(--border-bottom-color);
		margin-bottom: 25px;
	}

	.news-filter h2.ln-block-title {
		flex: 0 1 50%;
	    border-bottom: none;
    	margin: 0;
	}

	.news-filter .filter-tab-wrapper {
		flex: 0 1 50%;
		text-align: right;
		padding-bottom: 0px;
	}

	.news-filter .tab-title {
		padding-right: 15px;
		display: inline-block;
    	cursor: pointer;
    	font-size: 14px;
	}

	.news-filter .tab-title:last-child {
		padding: 0;
	}

	.news-filter .tab-title.isActive {
		color: var(--theme-color-red);
	}

	.news-filter .row-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.news-filter .post-thumb-wrap {
		position: relative;
		align-self: flex-start;
	}

	.news-filter img {
		display: block;
	}

	.news-filter .post-categories {
		position: absolute;
		bottom: 0;
	}

	.news-filter .post-categories li {
		background-color: var(--theme-color-red);
	    padding: 0px 8px;
	}

	.news-filter .featured-post .post-title {
		font-size: calc(var(--post-title-size)*1.1);
		margin: 15px 0 11px;
	}

	.news-filter .trailing-post .post-title {
		margin: 2px 0 8px 0;
	    font-size: calc(var(--post-title-size)*0.85);
	    line-height: 1.3;
	}

	.news-filter .post-title a {
		color: inherit;
		text-decoration: none;
		line-height: initial;
	}

	.news-filter .post-excerpt p {
		margin: 10px 0 0;
	}

	.news-filter .trailing-post .post-excerpt {
		display: none;
	}

	.news-filter .trailing-post .post-excerpt p {
		margin-top: 6px;
	}

	.featured-post .filter-item.no-feat-img .post-thumb-wrap {
		height: 305px;
		background-color: var(--noimg-bk-color);
	}

	.trailing-post .filter-item.no-feat-img .post-thumb-wrap {
		position: relative;
	    padding-bottom: 23%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    min-height: 100px;
	}

	.news-filter.layout--two .trailing-post .filter-item.no-feat-img .post-thumb-wrap {
		padding-bottom: 67%;
	}

	.news-filter .bottom-trailing-post .post-title {
		font-size: 1.2rem;
	}

	.retrieving-posts .filter-tab-content-wrapper .tab-content{
		opacity: 0.2;
	}
	.retrieving-posts .filter-tab-content-wrapper:after {
		content: url('/wp-content/themes/localnews/assets/images/loader/loader_one.gif');
		position: absolute;
	    left: 50%;
	    top: 50%;
	}

	.ajax-load-more{
		position: relative;
	}

	.retrieving-posts .ajax-load-more:after {
		display: inline-block;
	    content: url(/wp-content/themes/localnews/assets/images/loader/loader_one_small.gif);
	    position: relative;
	    margin-left: 15px;
	    position: absolute;
	    top: 0;
	}

	/*
	=========================================
	12.1 Filter Layout One
	=========================================
	*/
		.news-filter.layout--one,
		.news-filter.layout--two {
			position: relative;
		}

		.news-filter.layout--one .featured-post {
			flex: 0 1 50%;
			padding-right: 13px;
		}

		.news-filter .featured-post article {
			padding-bottom: 15px;
		}

		.news-filter.layout--one .trailing-post {
			flex: 0 1 50%;
			padding-left: 13px;
		}

		/* Traling Post */
		.news-filter.layout--one .trailing-post article {
			display: flex;
			flex-wrap: wrap;
			padding-bottom: 13px;
			margin-bottom: 13px;
	    	border-bottom: 1px solid var(--border-bottom-color);
		}

		.news-filter.layout--one .trailing-post article:last-child {
			border-bottom: none;
		}

		.news-filter.layout--one .trailing-post .post-thumb-wrap {
			flex: 0 1 35%;
		}

		.news-filter.layout--one .trailing-post .post-element {
			flex: 0 1 65%;
			padding-left: 18px;
		}

		/* Bottom Traling Post */
		.news-filter.layout--one .trailing-post.bottom-trailing-post {
			flex: 100%;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 48.8%;
		}

		.lefts-rightc-section .news-filter.layout--one .trailing-post.bottom-trailing-post article,
		.leftc-rights-section .news-filter.layout--one .trailing-post.bottom-trailing-post article {
			flex: 0 1 48.4%;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post article:nth-last-child(2) {
			border-bottom: none;
		}
		

	/*
	=========================================
	12.2 Filter Layout Two
	=========================================
	*/
		.news-filter.layout--two .row-wrap {
			margin: 0 -13px;
		}

		.news-filter.layout--two .featured-post {
			flex: 0 1 50%;
			padding: 0 13px;
		}

		.news-filter.layout--two .trailing-post {
			flex: 0 1 50%;
		}

		/* Trailing Post */
		.news-filter.layout--two .trailing-post  {
			display: flex;
			flex-wrap: wrap;
		}

		.news-filter.layout--two .trailing-post article {
			flex: 0 1 50%;
			padding: 0 13px;
			margin: 0 0 20px 0;
		}

		.news-filter.layout--two .trailing-post .post-element {
			margin-top: 12px;
		}


		/* Bottom Trailing Post */
		.news-filter .trailing-post.bottom-trailing-post {
			flex: 100%;
		}

		.news-filter .trailing-post.bottom-trailing-post article {
			flex: 0 1 33.33%;
		}


/*
=========================================
13.0 Footer Section
=========================================
*/

	/*
	=========================================
	13.1 Bottom Footer Four Column
	=========================================
	*/
		.dark_bk .widget{
			background-color: transparent;
			padding: 0;
			margin: 10px 0;
		}

		.dark_bk .widget-title {
			color: var(--white-text);
		}

		.dark_bk .widget_local_news_widget_title_widget {
			background-color: transparent;
			padding: 0 0 10px;
			margin: 10px 0;
			margin-bottom: 20px;
		}

		.dark_bk  .widget-tabs-content .tab-item .post-title {
			color: var(--white-text);
		}

		.dark_bk h2.local-news-widget-title span,
		.dark_bk .widget_local_news_posts_list_widget .card__content-title a,
		.dark_bk .widget ul li a,
		.dark_bk .widget ol li a,
		.dark_bk .popular-posts-wrap .post-title a,
		.dark_bk .popular-posts-wrap .slick-arrow {
			color: var(--white-text);
		}

		.dark_bk .widget.widget_block ul,
		.dark_bk .widget ul, 
		.dark_bk .widget.widget_block ol,
		.dark_bk .widget .posts-list-wrap,
		.dark_bk .wp-block-tag-cloud, 
		.dark_bk .widget.widget_block p,
		.dark_bk .widget_local_news_popular_posts_widget {
			background-color: transparent;
			padding: 0;
			color: var(--white-text);
		}

		.dark_bk .post-card.author-wrap,
		.dark_bk .widget .categories-wrap  {
			background-color: transparent;
			color: var(--white-text);
		}

		.dark_bk .wp-block-tag-cloud a {
			background-color: var(--theme-color-red);
			color: var(--white-text);
		}

		.dark_bk .widget_local_news_posts_list_widget .post-content,
		.dark_bk .widget.widget_block p,
		.dark_bk .widget p,
		.dark_bk .widget h2,
		.dark_bk .widget a{
			color: var(--footer-text-color);
		}


		.dark_bk .widget h2:hover,
		.dark_bk .widget a:hover{
			color: var(--footer-text-color-hover);
		}

		.dark_bk .widget_local_news_posts_list_widget .post-item {
			border-bottom-color: #8a8a8c2e;
		}

		/* Footer Popular Post */
		.widget .popular-posts-wrap .slick-track article {
			width: 100% !important;
			overflow: hidden;
		}


		footer .widget .popular-posts-wrap .slick-track article figure.post-thumb {
			max-width: 155px;
		}

		footer .main-footer {
			background-color: #000000ed;
			padding: 35px 0;
			display: flex;
			flex-wrap: wrap;
			margin-top: -1px;
		}

		footer .main-footer .row {
			display: flex;
			flex-wrap: wrap;
		}

		.footer-widget.column-one {
			flex: 100%;
			padding: 0 15px;
		}

		.main-footer .footer-widget.column-two {
			flex: 0 1 50%;
			padding: 0 15px;
		}

		.main-footer .footer-widget.column-three {
			flex: 0 1 33.33%;
			padding: 0 15px;
		}

		.main-footer .footer-widget.column-four {
			flex: 0 1 25%;
			padding: 0 15px;
		}

		/* Responsive */
		@media (max-width: 900px) {
			.main-footer .footer-widget.column-four {
				flex: 0 1 50%;
			}
		}

		@media (max-width: 768px) {
			footer .row {
				flex-direction: column;
			}
		}

	/*
	=========================================
	13.2 Bottom Footer Social Icons
	=========================================
	*/

		.widget a.social-icon {
    		margin-bottom: 7px;
    		display: inline-block;
		}

		footer .social-icons-wrap {
			margin-bottom: 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: #3a3a3a;
		    border-radius: 50%;
		    text-align: center;
		    line-height: 2.8;

		}

		footer .social-icons-wrap a:hover {
			color: var(--footer-bottom-link-color-hover);
		}

	/*
	=========================================
	13.3 Bottom Footer Menu
	=========================================
	*/
		.bottom-menu {
			margin-bottom: 20px;
		}

		.bottom-menu ul {
			margin: 0;
			padding: 0;
		}

		.bottom-menu ul li {
			display: inline-block;
			padding: 0 12.5px;
		    margin-bottom: 11px;
		    font-family: var(--post-title-family);
		    text-transform: uppercase;
		    font-weight: 600;
		    font-size: 0.813rem;
		    letter-spacing: .07em;
		}

		.bottom-menu ul li a {
			text-decoration: none;
			color: var(--footer-bottom-link-color);
		}

		.bottom-menu a{
			color: var(--footer-bottom-link-color);
			text-decoration: none;
		}

		.bottom-menu a:hover,
		.bottom-menu ul li a:hover,
		.site-footer .site-info a:hover  {
			color: var(--footer-bottom-link-color-hover);
		}

	.site-footer.dark_bk {
		border-top: 5px solid  #d95f3d;
	}
	.site-footer .bottom-footer {
		padding: 20px 0;
		background-color: var(--dark-bk-color);
		text-align: center;
		margin-top: -1px;
	}

	.site-footer .site-info {
		color: var(--footer-bottom-text-color);
		font-size: 0.813rem;
		padding: 0 20px;
	}

	.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

=========================================
*/

	/* Widget normalize */ 
		.widget.widget_block ul,
		.widget ul,
		.widget.widget_block ol,
		.widget .posts-list-wrap {
			margin: 0;
			padding: 0px;
		}

		.widget .wp-block-page-list,
		.widget .wp-block-latest-posts.wp-block-latest-posts__list,
		.widget .menu
		 {
			padding-left: 5px;
		}

		.widget ul li,
		.widget ol li {
			border-bottom: 1px solid #8a8a8c2e;
			padding: 9px 0;
			font-size: calc(var(--post-title-size)*0.73);
			font-family: var(--post-title-family);
			list-style: none;
		}

		.widget ul li:last-child,
		.widget ol li:last-child,
		.widget_local_news_posts_list_widget .post-item:last-child {
			border-bottom: none;
		}

		.widget ul li a:before {
			content: '\f0da';
			font-family: 'Font Awesome 5 Free';
			color: var(--theme-color-red);
			font-weight: 900;
			padding-right: 6px;
		}

		.widget ul li a,
		.widget ol li a {
		    color: var(--post-title-color);
		    text-decoration: none;
		    line-height: initial;
		    padding-right: 5px;

		}

		.wp-calendar-table caption {
			padding: 10px 15px;
			font-weight: 600;
		}

		.wp-calendar-nav-prev a{
		    text-decoration: none;
		    color: var(--theme-color-red);
		}

		.widget.widget_recent_entries .post-date {
			display: block;
			color: var(--meta-text-color);
		}

		.widget.widget_block p {
			margin-bottom: 0;
			margin-top: 0px;
			text-align: initial;
		}

		.widget.widget_block .wp-block-tag-cloud {
			margin-bottom: 0;
			margin-top: 0px;
			text-align: center;
		}

		.widget.widget_block p.wp-block-tag-cloud {
			text-align: center;
		}

		.wp-block-tag-cloud a {
		    text-decoration: none;
		    font-size: 0.75rem !important;
		    background-color: var(--dark-bk-color);
		    color: var(--white-text);
		    padding: 6px 12px;
		    margin: 5px 5px 5px 0;
		    font-family: var(--post-title-family);
		    font-weight: 500;
		}

		.widget.widget_nav_menu .menu-item-has-children,
		.widget.widget_nav_menu .page_item_has_children  {
			padding-bottom: 0;
		}

		.widget.widget_nav_menu .menu-item-has-children .sub-menu,
		.widget.widget_nav_menu .page_item_has_children .children  {
			padding: 0;
			border-top: 1px solid #8a8a8c2e;
	    	margin-top: 10px;
		}

		.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_search {
			background-color: var(--inner-container-bk);
			padding: 10px 15px 15px;
		}

		.secondary-sidebar .widget_search label{
			font-weight: 600;
		    font-size: 18px;
		    padding-bottom: 7px;
		    display: inline-block;
		    vertical-align: middle;

		}
		
		.wp-block-search__button, .widget.widget_search .search-submit {
			background-color: var(--theme-color-red);
		    color: var(--white-text);
		    border: none;
		    text-transform: uppercase;
		    font-size: 15px;
		    line-height: 17px;
		    padding: 5px 12px;
		    padding-bottom: 4px;
		    vertical-align: middle;
		}

		.widget.widget_search .search-submit {
			padding: 10px 12px;
			vertical-align: top;
		}

		.wp-block-search__button:hover {
			cursor: pointer;
			opacity: 0.9;
		}

	/* 14.1 Widget Comments */
		.wp-block-latest-comments li {
			margin-bottom: 0;
		}

		.wp-block-latest-comments__comment img {
			margin-top: 4px;
		}

		.widget .wp-block-latest-comments__comment-author {
			color: var(--theme-color-red);
			font-style: italic;
			font-size: 1rem;
		}

		.wp-block-latest-comments__comment-link {
			font-weight: 500;
		}

		.wp-block-latest-comments__comment-meta time {
			margin-top: 10px;
		    font-size: 0.8rem;
		    color: var(--meta-text-color);
		}

		.widget .wp-block-latest-comments__comment-excerpt p {
			padding: 0;
			margin-bottom: 0;
			font-size: 0.9rem;
		}

	/* 14.2 Posts List Layout One*/
	
		.widget_local_news_posts_list_widget .post-item {
			display: flex;
			flex-wrap: wrap;
			padding: 12px 0;
		    border-bottom: 1px solid var(--border-bottom-color);
		}

		.widget_local_news_posts_list_widget .post-item:first-child {
			padding-top: 0px;
		}

		.widget_local_news_posts_list_widget .post-item figure.post-thumb {
			max-height: 80px;
			overflow: hidden;
		}

		.widget_local_news_posts_list_widget .post-item:first-child figure.post-thumb {
			max-height: 180px;
			overflow: hidden;
		}

		.sidebar-toggle .widget_local_news_posts_list_widget .post-item:first-child figure.post-thumb,
		.sidebar-toggle .widget_local_news_posts_list_widget .post-item figure.post-thumb {
			max-height: initial;
		}



		.widget_local_news_posts_list_widget .post-item .post_thumb_image {
			flex: 0 1 30%;
		}

		.widget_local_news_posts_list_widget .post-item .post-content-wrap {
			flex: 0 1 70%;
			padding-left: 15px;
		}

		.widget_local_news_posts_list_widget img {
			height: 100%;
			object-fit: cover;
		    object-position: center center;
		    width: 100%;
		}

		.widget_local_news_posts_list_widget .card__content-category {
			margin: 0 0 6px 0;
			display: inline-block;
			margin-right: 8px;
		}

		.widget_local_news_posts_list_widget .card__content-category a {
			color: var(--theme-color-red);
			text-decoration: none;
		    font-weight: var(--meta-weight);
		    font-size: var(--meta-size);
		    font-family: var(--meta-family);
		}

		.widget_local_news_posts_list_widget .card__content-title {
			line-height: 1.3;
			font-size: calc(var(--post-title-size)*0.75);
		}

		.widget_local_news_posts_list_widget .card__content-title a {
			text-decoration: none;
			color: inherit;
		    font-family: var(--post-title-family);
		}

		.widget_local_news_posts_list_widget .post-content {
			margin-top: 8px;
			font-size: 0.85rem;
			color: var(--main-content-text-color);
		}

	/* 14.3 Posts List Layout Two */
		.widget_local_news_posts_list_widget .layout-two .post-item:first-child {
			flex-direction: column;
			padding-top: 0px;
		}

		.widget_local_news_posts_list_widget .layout-two .post-item:first-child .post-title a{
			font-size: var(--post-title-size);
		}

		.secondary-left-sidebar .widget_local_news_posts_list_widget .layout-two .post-item:first-child .post-title a,
		.secondary-sidebar .widget_local_news_posts_list_widget .layout-two .post-item:first-child .post-title a,
		.site-footer .widget_local_news_posts_list_widget .layout-two .post-item:first-child .post-title a {
			font-size: calc(var(--post-title-size) * 0.85);
		}


		.widget_local_news_posts_list_widget .layout-two .post-item:first-child .post-content-wrap {
			padding-left: 0;
			padding-top: 3px;
		}

	/* 14.4 Sidebar Author */
		.widget_local_news_author_info_widget h2.widget-title{
			text-align: center;
			padding: 10px;
		}

		.widget_local_news_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: 10px;
		    background-color: var(--theme-color-red);
		    border-radius: 50%;
		}

		.author-wrap.layout-one .post-thumb img {
		    border-radius: 48%;
	    	width: 150px;
	    	height: 150px;
	    	object-fit: cover;
		}

		.author-wrap.layout-one .author-thumb-wrap span {
			color: var(--theme-color-red);
		}

		.author-name {
			margin: 10px 0 4px;
		}

		.author-name a {
			text-decoration: none;
			color: inherit;
		}

		.author-desc {
			font-size: 0.93rem;
			font-family: var(--post-title-family);
			color: var(--meta-text-color);
		}

	/* 14.5 Sidebar Author Layout Two */
		.author-wrap.layout-two .author-thumb-wrap {
			position: relative;
		}

		.author-wrap.layout-two .author-thumb-wrap span {
			position: absolute;
		    bottom: 0;
		    left: 0;
		    padding: 3px 6px;
		    background: var(--theme-color-red);
		    color: var(--white-text);
		    border-radius: 3px;
		}

		.author-wrap.layout-two .post-thumb {
			min-height: 220px;
			background-color: var(--theme-color-red);
			border-radius: 3px;
		}

		.author-wrap.layout-two img {
			border-radius: 3px;
			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;
		    bottom: 0;
		    z-index: 9;
		    background-color: var(--theme-color-red);
		    border-radius: 2px;
		    padding: 4px 8px;
		    color: var(--white-text);
		    font-size: 15px;
		}

	/* 14.6 Sidebar Category Collection Layout One */
		.widget{
			background-color: var(--inner-container-bk);
			padding: 15px;
		}

		.widget .categories-wrap.layout-one .category-item {
			position: relative;
			margin-bottom: 15px;
		}

		.widget .categories-wrap.layout-one .category-item:last-child {
			margin-bottom: 0;
		}

		.widget .categories-wrap.layout-one img {
			height: 100px;
		    width: 100%;
		    object-fit: cover;
		    display: block;
		}

		.widget .categories-wrap.layout-one .cat-meta-wrap {
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
	        color: var(--white-text); 
		    text-decoration: none;
		    background: #00000070;
		    padding: 5px 8px;
		    width: 60%;
	    	text-align: center;
		}

		.widget .categories-wrap.layout-one .post-title {
			display: flex;
			display: flex;
		    flex-direction: column;
		    text-align: center;
		}

		.categories-wrap.layout-one span.category-count:before {
	    	content: '-';
	    	padding: 0 5px;
		}

		.categories-wrap.layout-one .category-count {
		    font-style: italic;
		    font-size: 14px;
		}

	/* 14.7 Sidebar Category Collection Layout Two */
		.categories-wrap.layout-two .category-item {
		    position: relative;
		    margin-bottom: 20px;
		}

		.categories-wrap.layout-two .category-item:last-child {
			margin-bottom: 0;
		}

		.categories-wrap.layout-two .category-item:hover .cat-meta {
			height: 80px;
		}

		.categories-wrap.layout-two .category-item img {
		    height: 80px;
		    width: 100%;
		    object-fit: cover;
		    display: block;
		}

		.categories-wrap.layout-two .category-item a {
		    position: absolute;
		    bottom: 0;
		    text-decoration: none;
		    width: 100%;
		}

		.categories-wrap.layout-two .cat-meta {
		    height: 40px;
		    display: flex;
		    align-items: center;
		    background: linear-gradient(90deg, rgb(217 95 61 / 61%) 0%, rgb(0 0 0 / 54%) 100%);
		    color: var(--white-text);
		    padding: 0 15px;
		    justify-content: space-between;
		    -webkit-transition: 0.2s ease-in-out;
		    -moz-transition: 0.2s ease-in-out;
		    -ms-transition: 0.2s ease-in-out;
		    -o-transition: 0.2s ease-in-out;
		    transition: 0.2s ease-in-out;
		}

		.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_local_news_widget_title_widget {
		    margin-bottom: 0;
		    background: var(--inner-container-bk);
		    padding: 20px 15px 10px 15px;
		    padding-bottom: 0px!important;
		}

		.widget_local_news_widget_title_widget h2.local-news-widget-title {
			margin-bottom: 0;
		}

		.widget.widget_text P {
			margin-top: 0;
		}

		h2.widget-title {
			padding: 10px 15px 15px 0px;
	    	margin: 0;
		   font-size: var(--post-title-size);
		}

	/* 14.9 Align Center */
		.local-news-widget-title.align--center {
			text-align: center;
		}

		.local-news-widget-title.align--center span:before {
			left: 50%;
			transform: translateX(-50%);
			border-left: 5px solid transparent;
		}

		/* Align Right */
		.local-news-widget-title.align--right {
			text-align: right;
		}

		.local-news-widget-title.align--right span:before {
			border-right: 0;
			border-left: 5px solid transparent;
			left: initial;
			right: 0;
		}

	/* 14.10 Widget Popular Post */
		.widget_local_news_popular_posts_widget {
			background-color: var(--theme-section-bk-color);
			padding: 15px;
		}
		.widget_local_news_popular_posts_widget ul.post-categories {
			background-color: transparent;
			margin-top: 5px;
			padding: 0;
		}

		.widget_local_news_popular_posts_widget ul.post-categories li {
			border-bottom: none;
			padding: 0;
			margin: 0 5px 0 0;
		}

		.widget_local_news_popular_posts_widget ul li a:before {
			display: none;
		}

		@media (max-width: 940px) {
			.widget .popular-posts-wrap .slick-track article figure.post-thumb {
				max-width: 160px;
			}
		}

	/* 14.11 widget slider horizontal **/
		.widget_local_news_popular_posts_widget .local_horizontal_slider .popular-posts-wrap  {
			display: grid;

		}

		.widget_local_news_popular_posts_widget .local_horizontal_slider .popular-posts-wrap .slick-arrow {
		    z-index: 9;
		    top: -48px;
		    height: 28px;
		    vertical-align: middle;
		    width: 32px;
		    text-align: center;
		    padding: 5px;
		    color: var(--body-text-default-color);
		}

		.widget_local_news_popular_posts_widget .local_horizontal_slider .popular-posts-wrap .slick-arrow i{
			font-size: 14px;
		}

		.widget_local_news_popular_posts_widget .local_horizontal_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
		    top: -13px;
		}

		.widget_local_news_popular_posts_widget .local_horizontal_slider.no_heading_widget .popular-posts-wrap .slick-arrow.slick-prev {
			right: 55px;
		}

		.widget_local_news_popular_posts_widget .local_vertical_slider .popular-posts-wrap .slick-arrow {
		    transform-origin: 0 0;
		    transform: rotate(270deg);
		    padding: 7px;
		    text-align: center;
		    padding-top: 9px;
		    top: -20px;
		}

		.widget_local_news_popular_posts_widget .local_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow {
		    top: 12px;
		}

		.widget_local_news_popular_posts_widget .local_vertical_slider.no_heading_widget .popular-posts-wrap .slick-arrow.slick-prev {
		    right: 60px;
		}


		.widget_local_news_popular_posts_widget article.no-feat-img figure {
		    background: var(--noimg-bk-color);
		    height: 80px;
		}

	/* 14.12 Widget carasoul **/
		.local-news-widget-carousel-posts .slick-prev {
			position: absolute;
		    top: -20px;
		    right: 60px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.local-news-widget-carousel-posts .slick-next {
			position: absolute;
		    top: -20px;
		    right: 20px;
		    background-color: transparent;
    		border-radius: 1px;
		}

		.local-news-widget-carousel-posts .slick-prev i {
			padding-bottom: 2px;
		}

		.local-news-widget-carousel-posts .slick-arrow{
			cursor: pointer;
		}

		.local-news-widget-carousel-posts.local_vertical_slider .slick-arrow {
			transform-origin: 0 0;
  			transform: rotate(270deg);
  			padding: 7px;
		    text-align: center;
		    padding-top: 9px;
		    color: var(--body-text-default-color);
		}

		.local-news-widget-carousel-posts .carousel-posts-wrap {
			display: grid;
		}


		.local-news-widget-carousel-posts.layout--one .carousel-posts-wrap .post-item {
			overflow: hidden;
		}

		.local-news-widget-carousel-posts.layout--one .carousel-posts-wrap .post-element .post-categories {
			display: none;
		}


		.local-news-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;
		}

		.local-news-widget-carousel-posts.layout--one .carousel-posts-wrap .post-categories {
		    position: absolute;
		    bottom: 0;
		    display: flex;
		    flex-wrap: wrap;
		}

		.local-news-widget-carousel-posts .carousel-posts-wrap h2{
		    margin: 10px 0 5px 0;
		    font-size: var(--post-title-size);
		}

		.local-news-widget-carousel-posts .carousel-posts-wrap .post-categories li {
		    background-color: var(--theme-color-red);
		    line-height: 1;
		    padding: 6px 12px;
		    margin-right: 5px;
		}

		.local-news-widget-carousel-posts .carousel-posts-wrap .post-categories a {
		    text-decoration: none;
		    color: var(--white-text);
		    font-size: 0.8rem;
		}

		/** Horizongtal Arrow **/
		.local-news-widget-carousel-posts.local_horizontal_slider .slick-prev i {
			padding-bottom: 0px;
		}

		.local-news-widget-carousel-posts.local_horizontal_slider .slick-arrow {
		    cursor: pointer;
		    padding: 5px 8px;
		    top: -45px;
		    color: var(--body-text-default-color);
		}

		.local-news-widget-carousel-posts.local_horizontal_slider .slick-arrow.slick-prev {
			right: 50px;
		}

		.local-news-widget-carousel-posts.local_horizontal_slider.no_heading_widget .slick-arrow {
		    cursor: pointer;
		    padding: 5px 8px;
		    top: 5px;
			z-index: 999;
		}

		.local-news-widget-carousel-posts.local_vertical_slider.no_heading_widget .slick-arrow {
			cursor: pointer;
		    padding: 5px 8px;
		    top: 30px;
			z-index: 999;
		}

		.news-carousel.layout--one .slick-arrow i {
			color: var(--theme-color-red);
		}

		/** news carasoul layout two **/
			.local-news-widget-carousel-posts.layout--two {
				overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-line-clamp: 2;
			    -webkit-box-orient: vertical;
			}

			.local-news-widget-carousel-posts.layout--two .post-thumb-wrap .post-categories {
				display: none;
			}

			.local-news-widget-carousel-posts.layout--two .post-categories{
				margin-bottom: 8px;
			}

			.local-news-widget-carousel-posts.layout--two article{
				position: relative;
			}

			.local-news-widget-carousel-posts.layout--two .post-thumb-wrap img {
				mix-blend-mode: darken;
			}

			.local-news-widget-carousel-posts.layout--two .post-element {
				position: absolute;
				top: 50%;
			    left: 50%;
			    transform: translate(-50%, -50%);
			    text-align: center;
			    width: 100%;
			    padding: 0 10px;
			}

			.local-news-widget-carousel-posts.layout--two .post-categories li {
				margin: 0 5px 10px 0;
			}

			.local-news-widget-carousel-posts.layout--two .post-title {
				font-size: calc(var(--post-title-size)*0.9);
				font-weight: 400;
				margin: 0 0 10px 0;
				color: var(--white-text);
			}

			.local-news-widget-carousel-posts.layout--two .post-title a {
				color: var(--white-text);
			}

			.local-news-widget-carousel-posts.layout--two .post-meta span,
			.local-news-widget-carousel-posts.layout--two .post-meta time
			 {
				color: var(--white-text);
				font-size: 0.85rem;
			}

			.local-news-widget-carousel-posts.layout--two .post-categories li {
			 	margin: 0 5px 0 0;
			}

	/* 14.13 Widget Tabbed Posts */
		.widget-tabs-content .tab-item {
			display: none;
		}

		.widget-tabs-content .tab-item.active {
			display: block;
		}

		.tabbed-widget i {
			padding-top: 5px;
			padding-right: 5px;
			display: block;
    		width: 100%;
		}


		.tabbed-widget-tabs {
			display: flex;
		}

		.tabbed-widget-tabs .tabbed-widget {
			list-style: none;
			margin: 0;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
		}

		.tabbed-widget-tabs .tabbed-widget {
			background-color: #f1f1f1;
		    padding: 5px 10px;
		    color: #333333;
		    text-align: center;
		    font-weight: 600;
		    margin-right: 15px;
		    flex: 1;

		    align-items: center;
    		text-align: center;
    		justify-content: center;
		}

		.tabbed-widget-tabs .tabbed-widget:hover {
			background-color: var(--theme-color-red);
			color: var(--white-text);
		}

		.tabbed-widget-tabs .tabbed-widget:last-child {
			margin-right: 0px;
		}

		.tabbed-widget-tabs .tabbed-widgets:last-child {
			margin-right: 0px;
		}

		.tabbed-widget-tabs .tabbed-widget:hover {
			cursor: pointer;
		}

		.tabbed-widget-tabs .tabbed-widget.active {
			background-color: var(--theme-color-red);
		    color: var(--white-text);
		    font-weight: 600;
		    align-items: center;
    		text-align: center;
    		justify-content: center;
		}
	    
	    .widget-tabs-content .post-item {
	    	display: flex;
	    	align-items: center;
	    }

	    .widget-tabs-content .post-thumb {
	    	flex: 0 1 35%;
	    	max-width: 145px;
		    height: 90px;
		    overflow: hidden;
		    background-color: var(--noimg-bk-color);
	    }

	    .widget-tabs-content .post-thumb img,
	    .popular-posts-wrap .post-thumb img
	    {
	    	width: 100%;
	    	height: 100%;
	    	object-fit: cover;
	    }

	    .widget-tabs-content .post-element {
	    	margin-left: 15px;
	        flex: 1 1 60%;
	        font-family: var(--post-title-family);
	    }

	    .widget-tabs-content .post-categories a {
	    	color: var(--theme-color-red);
	    	font-weight: 500;
	    	font-size: 0.8rem;
	    }

	    .widget-tabs-content .post-categories {
	    	display: inline-block;
	    }

	    .widget-tabs-content .post-date {
	    	font-style: 0.9rem;
	    }

	    .widget-tabs-content .tab-item .post-title
	     {
	    	margin: 0px;
	    	padding-top: 5px;
	    	font-size: calc(var(--post-title-size)*0.82);
	    	line-height: 1.2;
	    	text-decoration: none;
	    	color: var(--post-title-color);
	    	font-weight: 600;
	    }

	    .widget-tabs-content .tab-item .post-title a,
	    .widget-tabs-content .comment-item .ln_comment_post
	    {
	    	text-decoration: none;
	    	color: inherit;
	    }

	    .widget-tabs-content .post-item:first-child,
	    .widget-tabs-content .comment-item:first-child
	     {
	    	padding-top: 20px;
	    }

	    .widget-tabs-content .post-item,
	    .widget-tabs-content .comment-item{
	    	padding: 13px 0;
	    	border-bottom: 1px dashed #afafaf;
	    }

	    .widget-tabs-content .tab-item {
	    	display: none;
	    }

	    .widget-tabs-content .tab-item.active {
	    	display: block;
	    }

	    #main-banner-section {
	    	padding: 2em 0;
	    	padding-top: 1.5em;
	    }

	    .widget-tabs-content .comment-item {
	    	display: flex;
	    }

	    .widget-tabs-content .comment-item .ln_avatar{
	    	flex: 0 1 20%;
	    	padding-right: 20px;
	    	text-align: center;
	    }

	    .widget-tabs-content .comment-item .ln-comm-content{
	    	flex: 0 1 80%;
	    }

	   .widget-tabs-content .comment-item .ln-comm-content a{
	    	margin: 0px;
		    padding-top: 5px;
		    font-size: 1rem;
		    line-height: 1.2;
		    text-decoration: none;
		    color: var(--post-title-color);
		    font-weight: 600;
		    font-family: var(--post-title-family);
	    }

	    .widget-tabs-content .comment-item  .ln-comment {
	    	margin-bottom: 0;
	    	margin-top: 8px;
	    }

	    .widget ul.post-categories li a:before {
	    	content: none;
	    }

	    .widget ul.post-categories li {
	    	border: none;
	    	padding: 0;
	    }

	    .widget-tabs-content .post-item:last-child {
	    	border-bottom: none;
	    }


	/* 14.14 Widget Opinion */
	.opinions-items-wrap.column--one {
		display: flex;
		flex-direction: column;
	}

	.opinions-items-wrap.column--one .opinion-item{
		padding: 10px 0;

		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
		text-align: left;
	}

	.opinions-items-wrap.column--one .opinion-item figure img {
	    border-radius: 70%;
	    width: 75px;
	    height: 75px;
	    object-fit: cover;
	}

	.opinions-items-wrap.column--one .opinion-item .opinion-content h2 {
	    margin: 0;
	    margin-bottom: 15px;
	    font-size: calc(var(--post-title-size)*0.8);
	}

	.widget .opinions-items-wrap.column--one .opinion-item .opinion-content h2 {
		margin-bottom: 5px;
	}

	.opinions-items-wrap.column--one .opinion-item .opinion-content span i {
    	font-size: 16px;
	}

	.opinions-items-wrap.column--one .opinion-item .opinion-content span {
		font-size: 0.9rem;
	}

/*
=========================================
15.0 Single Page
=========================================
*/

	.single .row .primary-content {
		flex: 0 1 70%;
	    padding: 20px;
	    background: var(--inner-container-bk);
	}

	.single .row .secondary-sidebar {
		flex: 0 1 30%;
    	padding-left: 20px;
	}

	.single h1.entry-title {
		color: var(--post-title-color);

		font-family: var(--single-title-family);
	    font-size: var(--single-title-size);
	    font-weight: var(--single-title-weight);
	    margin: 15px 0;
	    line-height: var(--single-title-lineheight);
	    letter-spacing: var(--single-title-letterspacing);
	}

	.single .entry-header .post-categories li {
		background-color: var(--theme-color-red);
	    padding: 0px 8px 1px;
	    border-radius: 3px;
	    line-height: var(--single-meta-lineheight);
	    font-weight: var(--single-meta-weight);
	    font-family: var(--single-meta-family);
	    margin: 0 5px 5px 0;
	}

	.single .entry-header .post-categories li a,
	.single .entry-header .post-categories li a {
		font-size: calc(var(--single-meta-size)*0.85);
		font-family: var(--single-meta-family);
	}

	.single .entry-header .entry-meta {
		color: var(--meta-text-color);
		margin-bottom: 20px;
	}

	.single .entry-header  .entry-meta > span {
		margin-right: 8px;
		font-size: var(--single-meta-size);
	}

	.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);
	}

	.single .author a {
		color: var(--author-color);
	}

	.single .author:before {
	    content: '\f2bd';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-right: 7px;
	    font-size: var(--single-meta-size);
	    display: inline-block;
	    color: var(--meta-text-color);
	}

	.single .post-comment:before {
	    margin: 0 5px;
	    content: "\f4ad";
	    font-family: 'Font Awesome 5 Free';
	    padding: 0 2px 0 7px;
	    margin-left: 0;
	    font-size: var(--single-meta-size);
	    font-weight: 500;
	}


	.single .post-inner .entry-content{
		font-family: var(--single-content-family);
	    font-size: var(--single-content-size);
	    font-weight: var(--single-content-weight);
	    line-height: var(--single-content-lineheight);
	    letter-spacing: var(--single-content-letterspacing);
	}

	.single .post-inner .entry-content h1,
	.single .post-inner .entry-content h2,
	.single .post-inner .entry-content h3,
	.single .post-inner .entry-content h4,
	.single .post-inner .entry-content h5,
	.single .post-inner .entry-content h6
	{
		line-height: initial;
	}
	
	.entry-footer .tags-links a{
	    color: #fff;
	    background-color: var(--dark-bk-color);
	    padding: 2px 9px;
	    margin: 5px;
	    display: inline-block;
	    margin-bottom: 5px;
	}
    

	/* Single Post Comment */
	.comments-area h2.comments-title {
		font-family: var(--post-title-family);
	    font-size: 1.4rem;
	    letter-spacing: -.005em;
	    font-weight: 400;
	}

	.comment-meta .comment-author.vcard {
		margin-top: -15px;
	}



	.read-time:before {
	    margin: 0 5px;
	    content: "\f5da";
	    font-family: 'Font Awesome 5 Free';
	    padding: 0 2px 0 7px;
	    margin-left: 0;
	    font-size: var(--meta-size);
	    font-weight: 900;
	    margin-left: 3px;
	}

	.comments-area h2.comments-title span {
		font-weight: 600;
	    font-size: 1.8rem;
	    font-style: italic;
	    text-decoration: underline;
	}

	ol.comment-list {
		margin-left: 0;
		padding-left: 0;
	}

	ol.comment-list li {
		margin-bottom: 15px;
		position: relative;
	}

	ol.comment-list li a {
		text-decoration: none;
		color: inherit;
		font-family: var(--post-title-family);
	}

	.comment-list .comment-meta > div {
		display: inline-block;
	}

	.comment-list .comment-author img {
	    margin-right: 20px;
	    width: 40px;
	    object-fit: cover;
	    height: 100%;
	    bottom: -25px;
	    position: relative;
	}

	.comment-list .comment-author a {
	    font-size: 14px;
    	font-weight: 600;
    	margin-right: 3px;
	}

	.comment-metadata,
	.says {
		color: #999;
		font-size: 13px;
	    font-weight: 400;
	}

	.edit-link {
		color: #000;
		margin-left: 5px;
		font-size: 1rem;
	}

	.comment-content p {
		margin-top: 0;
	    margin-left: 60px;
	    font-size: 0.938rem;
	    line-height: 1.714;
	    border-bottom: 1px dashed #e8e8e8;
	    padding-bottom: 20px;
	    margin-bottom: 0;
	    font-family: var(--post-title-family);
	}

	.comment-list .reply {
		position: relative;
    	right: 15px;
	    font-size: 12px;
	    border-bottom: 1px solid var(--theme-color-red);
	    text-align: right;
	    float: right;
	    margin-top: -29px;
	}

	.comment-list .reply a {
	    color: #999;
	    padding: 5px 0;
	    display: block;
	    letter-spacing: .03em;
	    font-family: var(--post-title-family);
	    text-transform: uppercase;
	}

	.comment-list .reply a:before {
		content: '\f064';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-right: 6px;
	}

	ol.children {
		margin-top: 10px;
	}

	ol.children .comment-content p {
		font-size: 0.9rem;
	}

	/* Form */
	.comment-respond {
		margin: 50px 0 20px;
	}

	.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;
	}

	.comment-form > * {
		width: 100%;
	}

	.comment-form p {
		margin: 0 0 20px;
		color: #777;
	}

	.comment-form .comment-form-comment textarea {
		display: block;
	}

	.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 {
		padding: 20px;
	}

	.single-related-posts-wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	body.single .single-related-posts-wrap .primary-content article {
		flex: 0 1 33.33%;
		padding: 0 13px;
	}

	.single-related-posts-wrap img {
		display: block;
	}

	.single-related-posts-wrap h2.post-title {
		font-size: var(--post-title-size);
	    line-height: 1.36;
	    margin-bottom: 9px;
	    margin-top: 0;
	}

	.single-related-posts-wrap h2.post-title a {
		text-decoration: none;
    	color: inherit;
	}

	.single-related-posts-wrap .post-meta span {
		font-size: 12px;
		font-weight: 500;
	}

	.single-related-posts-wrap .post-meta span:before {
		font-size: 10px;
	}

	body.single #theme-content .primary-content .single-related-posts-section-wrap.layout--list .single-related-posts-section article{
		flex: 0 1 50%;

		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.single-related-posts-section-wrap.layout--list .single-related-posts-section article figure.post-thumb-wrap { 
		flex: 0 1 48%;
	}	

	.single-related-posts-section-wrap.layout--list .single-related-posts-section article .post-element {
		flex: 1 1 48%;	
		padding-left: 15px;
	}

	.single-post .related_posts_popup_sidebar {
		z-index: 99;
	}	

/*
=========================================
16.0 Archive
=========================================
*/

/*	#theme-content {
		background-color: var(--theme-section-bk-color);
	}
*/
	#theme-content .primary-content, #theme-content .widget{
		background-color: var(--theme-content-bk-color);
	}

	#theme-content .widget:last-child {
		margin-bottom: 0;
	}

	.archive .primary-content,
	.search .primary-content {
		background-color: var(--theme-content-bk-color);
		padding: 20px;
		flex: 0 1 70%;
	}

	.archive .secondary-sidebar,
	.search .secondary-sidebar  {
		flex: 0 1 30%;
		padding-left: 20px;
	}

	.archive .page-header,
	.search .page-header {
		border-bottom: 2px solid var(--border-bottom-color);
	    display: block;
	    margin: 0;
	    margin-bottom: 20px;
	    font-size: 1.5rem;
	}

	.archive .page-title,
	.search .page-title {
		font-size: 1.5rem;
		display: inline-block;
	    position: relative;
	    bottom: -2px;
	    padding-bottom: 5px;
	    margin: 0;
	    border-bottom: 2px solid var(--theme-color-red);
	}

	.archive .page-title span,
	.search .page-title span  {
		color: var(--theme-color-red);
	}

	.archive .page-title:before,
	.search .page-title:before {
		content: "";
	    width: 0;
	    height: 0;
	    position: absolute;
	    bottom: -7px;
	    left: 0;
	    border-left: 0;
	    border-right: 5px solid transparent;
	    border-top: 5px solid var(--theme-color-red);
	}

	body.post-layout--two.archive header.page-header {
		margin: 5px 15px 20px 15px;
	}

	/** Search **/
	.search #theme-content .primary-content {
		padding: 20px;
	}
	.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;
	}

	.search .news-list-post-wrap article .post-element {
		padding-right: 25px;
	}

	.search .primary-content sub{
		font-size: inherit;
		bottom: 0;
	}
    


/*
========================================================
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 */
	.local-news-image-hover--effect-one .post-thumb,
	.local-news-image-hover--effect-one .post-thumb-wrap{
		position: relative;
		width: 100%;
	    object-fit: cover;
	}
	.local-news-image-hover--effect-one .post-thumb::before,
	.local-news-image-hover--effect-one .post-thumb-wrap::before  {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		display: block;
		content: '';
		width: 0;
		height: 0;
		background: rgba(255,255,255,.2);
		border-radius: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
	}
	.local-news-image-hover--effect-one .post-thumb:hover::before,
	.local-news-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 */
	.local-news-image-hover--effect-two .post-thumb,
	.local-news-image-hover--effect-two .post-thumb-wrap {
		position: relative;
		overflow: hidden;
	}
	.local-news-image-hover--effect-two .post-thumb::before,
	.local-news-image-hover--effect-two .post-thumb-wrap::before {
		position: absolute;
		top: 0;
		left: -75%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}
	.local-news-image-hover--effect-two .post-thumb:hover::before,
	.local-news-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 */
	

	.local-news-image-hover--effect-three .post-thumb,
	.local-news-image-hover--effect-three .post-thumb-wrap  {
		overflow: hidden;
	}

	.local-news-image-hover--effect-three .post-thumb img,
	.local-news-image-hover--effect-three .post-thumb-wrap img {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		
	}
	.local-news-image-hover--effect-three .post-thumb:hover img,
	.local-news-image-hover--effect-three .post-thumb-wrap:hover img {
		-webkit-transform: rotate(2deg) scale(1.05);
		transform: rotate(2deg) scale(1.05);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	.local-news-image-hover--effect-three .post-thumb img,
	.local-news-image-hover--effect-three .post-thumb-wrap img {
	    display: block;
	    overflow: hidden;
	}

	.popular-posts-wrap .post-thumb{
		overflow: visible!important;
		
	}

	.local-news-image-hover--effect-three .popular-posts-wrap .post-thumb:hover img{
		-webkit-transform: rotate(0deg) scale(1.02);
		transform: rotate(0deg) scale(1.02);
	}

	/* effect-four */
	/* Zoom In #1 */
	.local-news-image-hover--effect-four .post-thumb,
	.local-news-image-hover--effect-four .post-thumb-wrap {
		overflow: hidden;
	}

	.local-news-image-hover--effect-four .post-thumb img,
	.local-news-image-hover--effect-four .post-thumb-wrap img  {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.local-news-image-hover--effect-four .post-thumb:hover img,
	.local-news-image-hover--effect-four .post-thumb-wrap:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	body .local-news-image-hover--effect-four .post-thumb a,
	body .local-news-image-hover--effect-four .post-thumb:hover a  {
	    display: block;
	    overflow: hidden;
	}

	/* effect-five */
	/* gray scale */
	.local-news-image-hover--effect-five .post-thumb img,
	.local-news-image-hover--effect-five .post-thumb-wrap img  {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.local-news-image-hover--effect-five .post-thumb:hover img,
	.local-news-image-hover--effect-five .post-thumb-wrap:hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	/* effect-six */
	/* Sepia */
	.local-news-image-hover--effect-six .post-thumb img,
	.local-news-image-hover--effect-six .post-thumb-wrap img {
			-webkit-filter: sepia(0);
		filter: sepia(0);
	}
	.local-news-image-hover--effect-six .post-thumb:hover img,
	.local-news-image-hover--effect-six .post-thumb-wrap:hover img  {
		-webkit-filter: sepia(100%);
		filter: sepia(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

/*
========================================================
16.0 Title Hover Effect
========================================================
*/

	/* Title effect one */
	.local-news-title-one .post-title a,
	.local-news-title-one .news-carousel .post-title a
	 {
		display: inline;
	    background-image: linear-gradient(transparent calc(100% - 1px), var(--theme-color-red) 1px);
	    background-repeat: no-repeat;
	    -webkit-transition: 0.5s ease;
	    transition: 1s ease;
	    background-repeat: no-repeat;
	    background-size: 0;
	    text-decoration: none;
	}

	.local-news-title-one .post-title a:hover,
	.local-news-title-one .news-carousel .post-title a:hover {
		background-size: 100%;
	}

	/* Title effect two */
	.local-news-title-two .post-title a,
	.local-news-title-two .news-carousel .post-title a
	 {
		display: inline;
	    -webkit-transition: 0.5s ease;
	    transition: 1s ease;
	}

	.local-news-title-two .post-title a:hover,
	.local-news-title-two .news-carousel .post-title a:hover {
		color: var(--theme-color-red);
		text-decoration: none;
		background-image: none;
		background-size: 0;
	}

	/* Title effect three */
	.local-news-title-three .post-title a,
	.local-news-title-three .news-carousel .post-title a
	 {
		display: inline;
	    background-repeat: no-repeat;
	    text-decoration: none;
	}

	.local-news-title-three .post-title a:hover,
	.local-news-title-three .news-carousel .post-title a:hover {
		background-image: linear-gradient(transparent calc(100% - 1px), var(--theme-color-red) 1px);
		background-size: 100%;
	}

	/** Title effect four */
	.local-news-title-four .post-title a,
	.local-news-title-four .news-carousel .post-title a
	 {
		display: inline;
	    background-image: linear-gradient(transparent calc(100% - 20px), var(--theme-color-red) 20px);
	    background-repeat: no-repeat;
	    -webkit-transition: 0.5s ease;
	    transition: 1s ease;
	    background-repeat: no-repeat;
	    background-size: 0;
	    text-decoration: none;
	}

	.local-news-title-four .post-title a:hover,
	.local-news-title-four .news-carousel .post-title a:hover {
		background-size: 100%;
	}

	/** Title effect five */
	.local-news-title-five .post-title a,
	.local-news-title-five .news-carousel .post-title a
	 {
	  text-decoration: none;
	  background-image: linear-gradient(#222b40, #222b40), linear-gradient(
	      rgb(176, 251, 188),
	      rgb(176, 251, 188)
	    ), linear-gradient(#feb2b2, #feb2b2);
	  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;

	}

	.local-news-title-five .post-title a:hover,
	.local-news-title-five .news-carousel .post-title a:hover {
		background-size: 20px 2px, 0 2px, 100% 2px;
  		background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
	}


	/* Title effect none */
	.local-news-title-none .post-title a:hover,
	.local-news-title-three .news-carousel .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;
	}

	#theme-content .primary-content article {
		flex: 0 1 50%;
	    padding: 0 20px;
	    padding-bottom: 20px;
	}

	.search-results #theme-content .primary-content .news-list-post-wrap.column--one article {
		padding: 0;
		padding-bottom: 20px;
	}

	#theme-content .primary-content article figure{
		margin: 0px;
    	position: relative;
	}

	#theme-content .primary-content article figure img{
		display: block;
	}

	.nav-previous {
		padding: 5px 25px;
	}

	/** 17.1 Archive Layout **/
	
		body.post-layout--one #theme-content .primary-content article figure .post-categories {
	    	position: absolute;
	    	bottom: 0;
	    	display: flex;
	    	flex-wrap: wrap;
		}

		body.post-layout--one #theme-content .primary-content article figure .post-categories li {
	    	background-color: var(--theme-color-red);
	    	line-height: 1;
	    	padding: 6px 12px;
	    	margin-right: 5px;
		}

		body.post-layout--one #theme-content .primary-content article .post-element h2{
			margin: 0 0 15px 0;
			    font-size: calc(var(--post-title-size)*1.1);
		}

		body.post-layout--one.both-sidebar #theme-content .primary-content article .post-element h2{
			margin: 0 0 15px 0;
			    font-size: calc(var(--post-title-size)*0.9);
		}

	/** 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 {
			font-size: var(--readmore-button-font-size);
    		display: block;
		}

		@media(max-width: 940px){
			a.post-link-button {
				font-size: var(--readmore-button-font-size-tablet);
			}
			a.post-link-button i {
				font-size: var(--readmore-button-font-size-tablet);
			}
		}

		@media(max-width: 610px){
			a.post-link-button {
				font-size: var(--readmore-button-font-size-smartphone);
			}
			a.post-link-button i {
				font-size: var(--readmore-button-font-size-smartphone);
			}
		}

		a.post-link-button i {
			font-size: var(--readmore-button-font-size);
		}

		.post-element a.post-link-button {
			margin: 10px 0;
			display: inline-block;
		}

		/* post layout one */
		body.post-layout--one #theme-content .primary-content {
		    display: initial;
		    padding: 20px;
		    align-items: flex-start;
		    margin-right: 0px;
		}

		body.post-layout--one #theme-content .primary-content article{
		    flex: 100%;
		    display: flex;
		    border-bottom: 1px solid var(--border-bottom-color);
		    align-items: flex-start;
		    padding: 0 0 15px 0;
		    margin-bottom: 15px;
		}

		body.post-layout--one #theme-content .primary-content article:first-child{
			padding-top: 0px;
		}

		body.post-layout--one #theme-content .primary-content article:last-child{
			border-bottom: none;
		}

		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%;
		    margin: 0;
		    margin-right: 25px;
		    position: relative;
		}

		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%;
		}

		.post-layout--one #theme-content figure.no-feat-img {
		    position: relative;
		    padding-bottom: 25%;
		    background: var(--noimg-bk-color);
		    background-position: center;
		    background-size: cover;
		    overflow: hidden;
		}

	/* post layout two */	
	body.post-layout--two #theme-content .primary-content .news-list-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title{
		font-size: calc(var(--post-title-size)* 0.9);
		margin-bottom: 5px;
	}

	body.post-layout--two.no-sidebar #theme-content .primary-content .news-list-wrap article{
		flex: 0 1 33.33%;
	}



	body.post-layout--two #theme-content .primary-content .news-list-wrap article{
		flex: 0 1 50%;
	    padding: 0 15px;
	    padding-bottom: 20px;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article .post-tile{
		font-size: var(--post-title-size);
	}
	

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure.post-thumb-wrap {
	    margin: 0px;
	    position: relative;
	    height: auto;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories {
	    position: absolute;
	    bottom: 0;
	    display: flex;
	    flex-wrap: wrap;
	}

	body.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories li {
		background-color: var(--theme-color-red);
	    line-height: 1;
	    padding: 6px 12px;
	    margin-right: 5px;
	}

	body.post-layout--two #theme-content figure.no-feat-img {
	    position: relative;
	    padding-bottom: 66.5%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	}

	.navigation.posts-navigation {
		width: 100%;
		display: block;
	}

	.navigation.posts-navigation a{
		text-decoration: none;
	    font-size: 1rem;
	    color: var(--theme-color-red);
	    position: relative;
	}

	.navigation.posts-navigation .nav-previous a:before {
		content: '\f104';
	    font-family: 'Font Awesome 5 Free';
	    color: var(--theme-color-red);
	    font-weight: 900;
	    padding-right: 6px;
	    line-height: 1;
	    transition: 0.2s ease-in;
	    display: inline-block;
	    position: absolute;
	    left: -13px;
	    top: 4px;
	}

	.navigation.posts-navigation .nav-next {
		padding-right: 20px;
	}

	.navigation.posts-navigation .nav-next a:after {
		content: '\f105';
	    font-family: 'Font Awesome 5 Free';
	    color: var(--theme-color-red);
	    font-weight: 900;
	    padding-left: 6px;
	    line-height: 1;
	    transition: 0.2s ease-in;
	    position: absolute;
	    right: -13px;
	    top: 4px;
	}

	.navigation.posts-navigation .nav-previous a:hover:before {
		left: -18px;
	}

	.navigation.posts-navigation .nav-next a:hover:after {
		right: -18px;
	}

	a.post-link-button i {
		transition: 0.2s ease-in;
	}

	a.post-link-button:hover i {
		margin-left: 4px;
	}

	.pagination .ajax-load-more {
		background-color: var(--theme-color-red);
	    color: #fff;
	    font-weight: 600;
	    padding: 10px 13px;
	    border: none;
	}

	.pagination .ajax-load-more:hover {
		cursor: pointer;
	}

/*
========================================================
18.0 Single Post Layouts
========================================================
*/

	body.single #theme-content .primary-content .news-list-wrap article {
		padding-top: 0px;
	}

	.both-sidebar.single h1.entry-title {
		font-size: 2rem;
	}

	body.single.both-sidebar #theme-content .row .primary-content {
		margin-right: 0px;
	}

	body.single.both-sidebar #theme-content .row .secondary-sidebar {
		padding-left: 0px;
	}

	body.single.both-sidebar #theme-content .primary-content .single-related-posts-wrap article{
		flex: 0 1 50%;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article{
		flex: 0 1 33.33%;
		padding: 0 15px;

		display: flex;
		flex-direction: column;
		border-bottom: none;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article figure{
		margin-right: 0px;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article figure.no-feat-img {
	    position: relative;
	    padding-bottom: 60%;
	    background: var(--noimg-bk-color);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    width: 100%;
	}

	body.single #theme-content .primary-content .single-related-posts-wrap article .post-title {
		margin: 7px 0 10px 0;
    	font-size: calc(var(--post-title-size)*0.8);
	}



	body.single .navigation.post-navigation{
		background-color: var(--ticker-outer-bk-color);
    	padding: 15px;
    	margin-bottom: 0;
    	margin-top: 15px;
    	display: block;
	}

	body.single .navigation.post-navigation a{
		text-decoration: none;
		color: var(--author-color);
	}

	.navigation.post-navigation .nav-subtitle {
		font-weight: 600;
		display: block;
		color: var(--theme-color-red);
	}

	.navigation.post-navigation .nav-previous {
		padding: 0;
	}

	nav.navigation.post-navigation{
	    display: block;
	    flex: 1 1 100%;
	}

	body.single .navigation.post-navigation .nav-previous i {
		padding-right: 5px;
	}

	body.single .navigation.post-navigation .nav-next i {
		padding-left: 5px;
	}

	body.single .navigation.post-navigation .nav-previous,
	body.single .navigation.post-navigation .nav-next {
		-webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:   0.6s ease-out;
	    color: var(--theme-color-red);
	}

	body.single .navigation.post-navigation .nav-previous:hover .nav-subtitle{
		margin-left: -10px;
		display: block;

		-webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:   0.6s ease-out;
	}

	body.single .navigation.post-navigation .nav-next:hover .nav-subtitle{
		margin-right: -10px;
		display: block;

		-webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:   0.6s ease-out;
	}

	body.single article a{
		text-decoration: none;
	}
	
	body.single .post-inner-wrapper > article.post .post-inner .entry-content a:hover{
		text-decoration: underline;
	}



    

	/** comment **/
	.logged-in-as a{
		color: var(--theme-color-red);
    	text-decoration: none;
    	padding-right: 5px;
	}

	.comments-area {
		margin-top: 40px;
		margin-bottom: 0px;
	}

	.comments-area h2.comments-title{
		font-size: calc( var(--post-title-size)*0.8 );

		border-top: 2px solid var(--border-bottom-color);
	    border-bottom: 2px solid var(--border-bottom-color);
	    line-height: 1.5;
	    padding: 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}

	.comments-area h2.comments-title span{
		font-size: inherit;
		text-decoration: none;
	}

	#respond {
		padding: 20px;
    	border: 1px solid var(--border-bottom-color);
	}

	.related_posts_popup_sidebar.related_posts_popup {
		position: fixed;
	    right: 0;
	    bottom: 20px;
	    background-color: var(--ticker-inner-bk-color);
	    width: 650px;
	    height: 320px;
	    overflow-y: scroll;
	    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
	}

	.single-related-posts-section .related_post_close {
		display: none;
	}

	.related_posts_popup_sidebar .single-related-posts-section .related_post_close {
		display: block;
	}

	.related_posts_popup_sidebar .related_post_close {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 1.1rem;
		color: #ff0000;
	}

	.single-post .related_posts_popup_sidebar {
	    direction: rtl;
	}

	.related_posts_popup_sidebar .single-related-posts-section {
		direction: ltr;
	}


/*
========================================================
19.0 Breadcrumb
========================================================
*/

	.local-news-breadcrumb-wrap {
		width: 100%;
	    background: var(--breadcrumb-background-color);
	    margin-bottom: 15px;
	    padding: 15px;
	}

	.local-news-breadcrumb-wrap ul {
		margin: 0;
	    padding: 0;
	    list-style: none;
	    text-decoration: none;
	}

	.local-news-breadcrumb-wrap ul li a{
		color: inherit;
		text-decoration: none;
	}

	.local-news-breadcrumb-wrap ul li, 
	.local-news-breadcrumb-wrap ul li a,
	.local-news-breadcrumb-wrap ul li a span {
		display: inline-block;
		color: var(--breadcrumb-link-color);
	}

	.local-news-breadcrumb-wrap ul li a:hover,.local-news-breadcrumb-wrap ul li a:hover span{
		color: var(--breadcrumb-link-color-hover);
	}

	.local-news-breadcrumb-wrap ul li span{
		color: var(--breadcrumb-text-color);
	}

	.local-news-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;
	}

	.local-news-breadcrumb-wrap ul li:last-child a:after{
		content: none;
	}

	.primary-content .local-news-breadcrumb-wrap {
		padding: 15px 20px;
	}

	.archive .primary-content .local-news-breadcrumb-wrap {
		padding: 15px;
		padding-top: 0px;
	}


	.local-news-breadcrumb-wrap a{
		color: inherit;
		text-decoration: none;
	}

	.archive-description {
    	margin: 15px 0 10px 0;
	}



/*
========================================================
20.0 Footer Option Section
========================================================
*/

	#footer-opinions-section {
		padding: 50px 0;
		background: var(--opinion-section-bk-color);
	}

	#footer-opinions-section .row {
	    background-color: var(--opinion-content-bk-color);
	    padding: 20px;
	}

	.opinions-items-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.opinions-items-wrap.column--two .opinion-item{
		flex: 0 1 48%;
		margin-right: 15px;
		padding: 10px 0;

		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.opinions-items-wrap.column--three .opinion-item{
		flex: 0 1 33%;
		display: flex;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.opinions-items-wrap .opinion-item figure{
		flex: 0 1 30%;
		text-align: center;

	}

	.opinions-items-wrap .opinion-item figure img {
		border-radius: 70%;
	    width: 125px;
	    height: 125px;
	    object-fit: cover;
	}

	.opinions-items-wrap.column--three .opinion-item figure img {
		border-radius: 70%;
	    width: 75px;
	    height: 75px;
	    object-fit: cover;
	}

	.opinions-items-wrap .opinion-item .opinion-content{
		flex: 1 1 70%;
		padding-left: 8px;
	}

	.opinions-items-wrap .opinion-item .opinion-content h2{
		margin: 0;
		margin-bottom: 15px;
		font-size: var(--post-title-size);
		line-height: inherit;
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content h2{
		font-size: calc(var(--post-title-size)*0.8);
		margin-bottom: 10px;
	}

	.opinions-items-wrap .opinion-item .opinion-content span{
		padding: 15px;
		color: var(--meta-text-color);
	}

	.opinions-items-wrap .opinion-item .opinion-content span,
	.opinions-items-wrap .opinion-item .opinion-content span i{
		font-size: calc(var(--meta-size)*1.2);
	}

	.opinions-items-wrap.column--three .opinion-item .opinion-content span,
	.opinions-items-wrap.column--three .opinion-item .opinion-content span i{
		font-size: calc(var(--meta-size)*1.1);
	}

	.opinions-items-wrap .opinion-item .opinion-content span i {
		padding-right: 8px;
	    font-size: 20px;
	    color: var(--meta-text-color);
	    margin-top: 0px;
	    display: inline-block;
	}

	.your-opinions-block-widget .opinions-items-wrap.column--one .opinion-item {
		padding-top: 0px;
	}

/*
========================================================
21.0 Pagination
========================================================
*/

	.pagination{
		width: 100%;
	}

	ul.page-numbers {
    	margin-left: 0;
    	list-style: none;
    	padding-left: 0px;
    	margin-top: 10px;
    	margin-bottom: 10px;
	}

	ul.page-numbers li {
	    display: inline-block;
	    margin-right: 5px;
	}

	.pagination span, .pagination a {
		text-decoration: none;
	    color: var(--white-text);
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 1;
	    background-color: transparent;
	    border: 2px solid var(--theme-color-red);
	    padding: 0;
	    text-align: center;
	    border: 0;
	    -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;
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	    display: block;
    }

    .pagination span, .pagination a {
	    color: var(--theme-color-red);
	    border: 2px solid var(--theme-color-red);
	    border-color: var(--theme-color-red);
	    background-color: transparent;
	    border-radius: 2px; 
	}

	.pagination span.current {
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	}
	.pagination a:hover {
    	background-color: var(--theme-color-red);
    	color: var(--white-text);
	}

	.pagination .nav-previous a,
	.pagination .nav-next a {
		display: inline;
		border: none;
		padding: 6px;
	}

	.pagination .navigation.posts-navigation .nav-previous a:before,
	.pagination .navigation.posts-navigation .nav-next a:after {
		top: 11px;
	}


/** 
========================================================
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.local_news_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;
	    }
	}
/*
========================================================
23.0 Social Icons
========================================================*/

	.social-block-widget a.social-icon i {
		border: 2px solid var(--theme-color-red);
		font-size: 20px;
	    padding: 8px 10px;
	    background-color: var(--theme-color-red);
	    color: var(--white-text);
	    vertical-align: middle;
	    line-height: 1;
	    margin-right: 5px;
	    border-radius: 3px;
	    display: inline-block;
	}

	.social-block-widget a.social-icon i{
		font-size: 20px;
	}

	.social-block-widget a.social-icon:hover i {
		color: var(--theme-color-red);
		background-color: transparent;
	}

	/** Default social icon colors **/

	/** Instagram **/
	.social-block-widget.global-color-icon a.social-icon .fa-instagram {
		background-color: #3f729b;
		border: 2px solid #3f729b;
	}
	.social-block-widget a.social-icon: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  {
		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 {
		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 {
		background-color: #0077b5;
		border: 2px solid #0077b5;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-linkedin {
		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 {
		background-color: #55acee;
		border: 2px solid #55acee;
	}

	.social-block-widget.global-color-icon a.social-icon:hover .fa-twitter {
		color: #55acee;
		background-color: transparent;
	}

	/** vk **/
	.social-block-widget.global-color-icon a.social-icon .fa-vk {
		background-color: #0077ff;
		border: 2px solid #0077ff;
	}

	.social-block-widget.global-color-icon a.social-icon:hover .fa-vk {
		color: #0077ff;
		background-color: transparent;
	}

	/** social wifi **/ 
	.social-block-widget.global-color-icon a.social-icon .fa-wifi {
		background-color: #099;
		border: 2px solid #099;
	}
	.social-block-widget.global-color-icon a.social-icon:hover .fa-wifi {
		color: #099;
		background-color: transparent;
	}

/*
========================================================
24.0 LItemode Darkmode 
========================================================*/

	.site-header.layout--default .mode_toggle_wrap {
	    flex: 0 1 2.5%;
	    padding: 0 5px;
	}
	.mode_toggle {
		display: block;
		 --size: 1.2rem;
		 appearance: none;
		 outline: none;
		 cursor: pointer;
		 width: var(--size);
		 height: var(--size);
		 box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
		 border-radius: 999px;
		 color: var(--white-text);
		 transition: all 500ms;
	}
	.mode_toggle:checked {
		 --ray-size: calc(var(--size) * -0.4);
		 --offset-orthogonal: calc(var(--size) * 0.65);
		 --offset-diagonal: calc(var(--size) * 0.45);
		 transform: scale(0.75);
		 color: var(--theme-color-red);
		 box-shadow: inset 0 0 0 var(--size),
	               calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size),
	               var(--offset-orthogonal) 0 0 var(--ray-size),
	               0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size),
	               0 var(--offset-orthogonal) 0 var(--ray-size),
	               calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size),
	               var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size),
	               calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size),
	               var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size);
	}
	 .mode_toggle {
		 z-index: 1;
	}
	.mode_toggle:hover {
		color: var(--theme-color-red);
	}

	 .mode_toggle:checked ~ .background {
		 --bg: white;
	}


/*
========================================================
25.0 Miscellaneous
========================================================
*/

	.ln-advertisement-block {
		margin-bottom: 20px;
	}

	.widget .ln-advertisement-block {
		margin-bottom: 0px;
	}

	.news-grid, .news-list {
		position: relative;
	}

	a.view-all-button {
		position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 9;
	    background: var(--theme-color-red);
	    padding: 1rem 0.25rem 0.5rem 1.25rem;
	    border-radius: 0 0 0 100%;
	    top: -20px;
	    right: -20px;

	    -webkit-transition: 0.6s ease-out;
	    -moz-transition:  0.6s ease-out;
	    transition:  0.6s ease-out;

	    border: none;

	}
	body a.view-all-button {
		border: none;
	}

	a.view-all-button i {
		color: var(--white-text);
		top: -7px;
    	left: -4px;

    	padding: 5px;
    	margin-top: -10px;

    	display: inline-block;
    	-webkit-transition: 0.4s ease-out;
	    -moz-transition:  0.4s ease-out;
	    transition:  0.4s ease-out;
	}

	a.view-all-button:hover i {
		color: var(--white-text);
		-webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
	}

	.archive-description {
		font-size: 1rem;
    	color: var(--meta-text-color);
	}

	footer.entry-footer {
		clear: both;
		margin-top: 15px;
	}

/*
========================================================
26.0 Menu Hover Effect
========================================================
*/

	.main-navigation.hover-effect--one .menu > li > a:before,
	.main-navigation.hover-effect--one .nav.menu > li > a:before,
	.main-navigation.hover-effect--one .menu .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,
	.main-navigation.hover-effect--one  .menu .nav-menu > li > a:hover:before
	 {
	  left: 15px;
	  right: 15px;
	}


/*
========================================================
27.0 Move To Top
========================================================
*/
	#ln-scroll-to-top {
		position: fixed;
		bottom: 5px;
		right: 5px;
		padding: 8px 20px;
		z-index: 999999999;
		display: none;
		font-size: var(--move-to-top-font-size);
		color: var(--move-to-top-color);
		background-color: var(--move-to-top-background-color);
	}

	@media(max-width: 940px){
		#ln-scroll-to-top {
			font-size: var(--move-to-top-font-size-tablet);
		}
	}

	@media(max-width: 610px){
		#ln-scroll-to-top {
			font-size: var(--move-to-top-font-size-smartphone);
		}
	}

	#ln-scroll-to-top.align--right {
		right: 5px;
	}

	#ln-scroll-to-top.align--left {
		left: 5px;
		right: auto;
	}

	#ln-scroll-to-top.align--center {
		left: 50%;
    	right: auto;
	}

	#ln-scroll-to-top.show {
		display: block;
	}

	#ln-scroll-to-top:hover {
		cursor: pointer;
		color: var(--move-to-top-color-hover);
		background-color: var(--move-to-top-background-color-hover);
	}

	#ln-scroll-to-top span, #ln-scroll-to-top span i{
		font-style: inherit;
	}

	#ln-scroll-to-top .icon-text {
		padding-left: 3px;
	}

	#ln-scroll-to-top.show:hover {
		border-color: #d95f3d ;
	}


	/*
	========================================================
	28.0 404 Page
	========================================================
	*/

		.error404 sub {
			bottom: 0;
			color: var(--theme-color-red);
		}

		.error404  h1.page-title {
			margin: 5px 0 15px 0;
		}

		.error404 #theme-content .row .primary-content {
			padding: 20px;
		}

		.error404 #theme-content .row .primary-content p{
			font-size: var(--post-title-size);
				text-align: center;
				color: var(--post-title-color);
		}

		.error404 .page-footer {
			text-align: center;
		}

		.error404 #theme-content .button-404 {
			text-align: center;
				color: var(--white-text);
				background-color: var(--theme-color-red);
				display: inline-block;
				padding: 10px 20px;
				text-decoration: none;
				font-weight: 500;
				text-transform: uppercase;
				font-size: var(--post-title-size);
		}

/*
========================================================
29.0 Stickey Sidebar
========================================================
 */

	.single.sidebar-sticky #theme-content .row .secondary-sidebar {
		z-index: 1;
	}

	.single.sidebar-sticky #theme-content .primary-content {
		z-index: 2;
	}

	.single.sidebar-sticky #theme-content .row .secondary-sidebar aside{
		position: relative;
		z-index: 999;
	}

	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .secondary-left-sidebar,
	.sidebar-sticky .secondary-sidebar,
	.sidebar-sticky .primary-content {
		position: -webkit-sticky;
	    position: sticky;
	    top: 0;
	    align-self: flex-start;
	}

/*
========================================================
30.0 Stickey Menu
========================================================
*/
	.main-header .menu-section.fixed_header{
		position: fixed;
		z-index: 99;
		width: 100%;
		top: 0;
	}
	.admin-bar .main-header .menu-section.fixed_header{
		top: 32px;
	}

	.wp-customizer .main-header .menu-section.fixed_header{
		position: relative!important;
	}
	

	@media screen and (max-width: 584px) {
		body.admin-bar .main-header .menu-section.fixed_header{
			top: 0px;
		}
	}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		background-color: var(--theme-color-red);
		color: var(--white-text);
	}

	.ln-shortcode-block  {
		margin-bottom: 20px;
		font-family: var(--post-title-family);
	}

	.ln-shortcode-block a{
		text-decoration: none;
	}

	.ln-shortcode-block p,
	.ln-shortcode-block a,
	.ln-shortcode-block div,
	.ln-shortcode-block span {
		font-family: var(--post-title-family);
	}

	.widget_email-subscribers-form form {
		margin-top: 20px;
	}

	.widget_email-subscribers-form input{
		width: 100%;
		border: none;
	}

	.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 .local-news-widget-carousel-posts .slick-prev i,
	.dark_bk .local-news-widget-carousel-posts .slick-next i {
		padding-bottom: 2px;
		color: var(--white-text);
	}

	body .entry-content a, 
	body .post-standard__content a, 
	body .format-standard .entry-content a,
	body .comment-content a, .wp-block-latest-comments a, .widget_text a{
		text-decoration: underline!important;
	}

	.local_news_dark_mode .local-news-breadcrumb-wrap ul li span {
		color: #fff;
	}

	.single .single-related-posts-section .author:before {
		content: '';
	}

	.single .single-related-posts-section  .post-meta span.author_name:before, .post-meta a.author_name:before {
		font-size: 10px;
	}

	@media(max-width: 768px) {
		.related_posts_popup_sidebar .single-related-posts-section .single-related-posts-wrap{
			flex-direction: column;
		}

		.single-related-posts-section .single-related-posts-wrap{
			flex-direction: column;
		}

		.related_posts_popup_sidebar.related_posts_popup {
			width: 500px;
		}
	}

	@media(max-width: 550px) {
		.related_posts_popup_sidebar.related_posts_popup {
			width: 350px;
		}
	}

	@media(max-width: 350px) {
		.related_posts_popup_sidebar.related_posts_popup {
			width: 200px;
		}
	}

	.single .entry-meta span.post-date:before {
	    color: var(--meta-text-color);
	    position: relative;
	    margin: 0 1px;
	    content: "\f017";
	    font-family: 'Font Awesome 5 Free';
	    padding-left: 0px;
	    padding-right: 3px;
	    margin-left: 2px;
	    font-size: var(--meta-size);
	    font-weight: normal;
	}

	.dark_bk  .widget-tabs-content .comment-item .ln-comm-content a {
		color: var(--white-text);
	}:root {
	--ln-loader-icon-width: 250px;
	--ln-loader-icon-height: 250px;
}

body .ln_loading_box {
	position: fixed;
	opacity: 0.9;
	width: 100%;
	height: 100vh;
	background-color: #f0f0f0;
	z-index: 10;
	left: 0;
	top: 0;
}

.ln_loading_box .box{
  position: absolute;
  left: calc(50% - 100px);
  top: calc( 50vh - 150px);
  border: none;
}

.ln_loading_box {
	text-align: center;
}

.box.active {
  margin: 4px;
  border-width: 2px;
  border-color: #2271b1;
}

.ln_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);
}

.ln_loading_box [class*=loader-] {
  display: inline-block;
  width: var(--ln-loader-icon-width);
  height: var(--ln-loader-icon-height);
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.ln_loading_box .loader-1 {
  border: 0.2em dotted var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-2 {
  border: 0.2em solid transparent;
  border-left-color: var(--theme-color-red);
  border-right-color: var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-3 {
  border: 0.2em solid var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-4 {
  border: 1px solid var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: 1s loader-4 linear infinite;
          animation: 1s loader-4 linear infinite;
  position: relative;
}
.ln_loading_box .loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.2em;
  left: 50%;
  border: 0.2em solid var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-5 {
  border: 0.2em solid transparent;
  border-top-color: var(--theme-color-red);
  border-radius: 50%;
  -webkit-animation: 1s loader-5 linear infinite;
          animation: 1s loader-5 linear infinite;
  position: relative;
}
.ln_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(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-6 {
  border: 0.2em solid var(--theme-color-red);
  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;
  }
}
.ln_loading_box .loader-7 {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
.ln_loading_box .loader-7:before, .loader-7:after {
  content: "";
  border: 0.2em solid var(--theme-color-red);
  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;
}
.ln_loading_box .loader-7:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ln_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;
  }
}
.ln_loading_box .loader-8 {
  position: relative;
}
.ln_loading_box .loader-8:before, .loader-8:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: var(--theme-color-red);
  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;
}
.ln_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);
  }
}
.ln_loading_box .loader-9 {
  background-color: var(--theme-color-red);
  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;
  }
}
.ln_loading_box .loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.ln_loading_box .loader-10:before, .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid var(--theme-color-red);
  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;
}
.ln_loading_box .loader-10:before {
  top: 0;
  left: 50%;
}
.ln_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);
  }
}
.ln_loading_box .loader-11 {
  background-color: var(--theme-color-red);
  -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);
  }
}
.ln_loading_box .loader-12 {
  position: relative;
}
.ln_loading_box .loader-12:before, .loader-12:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--theme-color-red);
  left: 50%;
  right: 0;
  top: 0;
  bottom: 50%;
  box-shadow: -0.5em 0 0 var(--theme-color-red);
  -webkit-animation: loader-12 1s linear infinite;
          animation: loader-12 1s linear infinite;
}
.ln_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(--theme-color-red);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--theme-color-red);
    background-color: transparent;
  }
}

@keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: var(--theme-color-red);
  }
  50% {
    box-shadow: -0.5em 0 0 var(--theme-color-red);
    background-color: transparent;
  }
}
.ln_loading_box .loader-13:before,
.ln_loading_box .loader-13:after,
.ln_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;
}

.ln_loading_box .loader-13 {
  color: var(--theme-color-red);
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.ln_loading_box .loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.ln_loading_box .loader-13:after {
  left: 100%;
}
.ln_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;
  }
}
.ln_loading_box .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em var(--theme-color-red);
  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;
}
.ln_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;
}
.ln_loading_box .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.ln_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(--theme-color-red);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--theme-color-red);
  }
}

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em var(--theme-color-red);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em var(--theme-color-red);
  }
}
.ln_loading_box .loader-15 {
  background: var(--theme-color-red);
  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;
}
.ln_loading_box .loader-15:after, .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.ln_loading_box .loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ln_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(--theme-color-red), 0 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--theme-color-red), 0 0.25em 0 var(--theme-color-red);
  }
}

@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 var(--theme-color-red), 0 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: 0 -0.25em 0 var(--theme-color-red), 0 0.25em 0 var(--theme-color-red);
  }
}
.ln_loading_box .loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
}
.ln_loading_box .loader-16:before, .ln_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;
}
.ln_loading_box .loader-16:before {
  transform: rotateX(70deg);
}
.ln_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(--theme-color-red);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--theme-color-red);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--theme-color-red);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--theme-color-red);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--theme-color-red);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--theme-color-red);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--theme-color-red);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px var(--theme-color-red);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--theme-color-red);
  }
  25% {
    box-shadow: 0 0.2em 0 0px var(--theme-color-red);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--theme-color-red);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--theme-color-red);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--theme-color-red);
  }
  75% {
    box-shadow: 0px -0.2em 0 0 var(--theme-color-red);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--theme-color-red);
  }
}
.ln_loading_box .loader-17 {
  position: relative;
  background-color: var(--theme-color-red);
  border-radius: 50%;
}
.ln_loading_box .loader-17:after,.ln_loading_box  .loader-17:before {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  opacity: 0.8;
}
.ln_loading_box .loader-17:after {
  left: -0.5em;
  top: -0.25em;
  background-color: var(--theme-color-red);
  transform-origin: 0.75em 1em;
  -webkit-animation: loader-17 1s linear infinite;
          animation: loader-17 1s linear infinite;
  opacity: 0.6;
}
.ln_loading_box .loader-17:before {
  left: -1.25em;
  top: -0.75em;
  background-color: var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-18 {
  position: relative;
}
.ln_loading_box .loader-18:before,.ln_loading_box  .loader-18:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.1em solid transparent;
  border-bottom-color: var(--theme-color-red);
  top: 0;
  left: 0;
  -webkit-animation: 1s loader-18 linear infinite;
          animation: 1s loader-18 linear infinite;
}
.ln_loading_box .loader-18:before {
  width: 1em;
  height: 1em;
}
.ln_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);
  }
}
.ln_loading_box .loader-19 {
  border-top: 0.2em solid var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-20 {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 0.1em var(--theme-color-red);
  border-radius: 50%;
  position: relative;
}
.ln_loading_box .loader-20:after,.ln_loading_box  .loader-20:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-red);
  top: 0.5em;
  left: 0.5em;
  height: 0.1em;
  transform-origin: left center;
}
.ln_loading_box .loader-20:after {
  width: 0.4em;
  -webkit-animation: loader-20 2s linear infinite;
          animation: loader-20 2s linear infinite;
}
.ln_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);
  }
}
.ln_loading_box .loader-21 {
  position: relative;
}
.ln_loading_box .loader-21:before, .ln_loading_box .loader-21:after {
  position: absolute;
  content: "";
}
.ln_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(--theme-color-red);
  -webkit-animation: loader-21 1s linear infinite;
          animation: loader-21 1s linear infinite;
  transform: rotate(-46deg);
}
.ln_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;
  }
}
.ln_loading_box .loader-22 {
  border: 0.1em var(--theme-color-red) solid;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ln_loading_box .loader-22:after, .ln_loading_box .loader-22:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-red);
}
.ln_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;
}
.ln_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);
  }
}
.ln_loading_box .loader-23 {
  height: 0.5em;
  border: 0.1em var(--theme-color-red) solid;
  border-radius: 0.1em;
  position: relative;
  -webkit-animation: loader-23 5s linear infinite;
          animation: loader-23 5s linear infinite;
}
.ln_loading_box .loader-23:after {
  width: 0.07em;
  height: 100%;
  background-color: var(--theme-color-red);
  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(--theme-color-red);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--theme-color-red);
  }
}

@keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px var(--theme-color-red);
  }
  100% {
    box-shadow: inset 1em 0px 0px var(--theme-color-red);
  }
}
.ln_loading_box .loader-24 {
  width: 0.8em;
  height: 1em;
  border: 0.1em var(--theme-color-red) solid;
  border-radius: 0px 0px 0.2em 0.2em;
  position: relative;
}
.ln_loading_box .loader-24:after, .ln_loading_box .loader-24:before {
  position: absolute;
  content: "";
}
.ln_loading_box .loader-24:after {
  width: 0.2em;
  height: 50%;
  border: 0.1em var(--theme-color-red) solid;
  border-left: none;
  border-radius: 0px 0.5em 0.5em 0px;
  left: calc(100% + .1em);
  top: 0.1em;
}
.ln_loading_box .loader-24:before {
  width: 0.1em;
  height: 0.3em;
  background-color: var(--theme-color-red);
  top: -0.3em;
  left: 0.05em;
  box-shadow: 0.2em 0px 0px 0px var(--theme-color-red), 0.2em -0.2em 0px 0px var(--theme-color-red), 0.4em 0px 0px 0px var(--theme-color-red);
  -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;
  }
}
.ln_loading_box .loader-25 {
  border: 0.1em var(--theme-color-red) solid;
  position: relative;
  -webkit-animation: loader-25-1 5s linear infinite;
          animation: loader-25-1 5s linear infinite;
}
.ln_loading_box .loader-25:after {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  content: "";
  background-color: var(--theme-color-red);
  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(--theme-color-red);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--theme-color-red);
  }
}

@keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 var(--theme-color-red);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 var(--theme-color-red);
  }
}
@-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);
  }
}
.ln_loading_box .loader-26 {
  width: 0.5em;
  height: 0.5em;
  background-color: var(--theme-color-red);
  box-shadow: 1em 0px 0px var(--theme-color-red);
  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);
  }
}
.ln_loading_box .loader-27 {
  box-shadow: inset 0 0 0 0.1em var(--theme-color-red);
  border-radius: 50%;
  position: relative;
  margin-left: 1.2em;
}
.ln_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(--theme-color-red);
}
.ln_loading_box .loader-27:after {
  border: 0.2em solid var(--theme-color-red);
  box-shadow: -1.2em 0 0 0 var(--theme-color-red);
  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;
  }
}
.ln_loading_box .loader-28 {
  position: relative;
  -webkit-animation: 2s loader-28 infinite;
          animation: 2s loader-28 infinite;
}
.ln_loading_box .loader-28:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 80% 20%;
  border: 0.1em solid var(--theme-color-red);
  transform: rotate(45deg);
  border-width: 0.1em 0.05em 0.05em 0.1em;
}
.ln_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(--theme-color-red);
  -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%);
  }
}
.ln_loading_box .loader-29 {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em var(--theme-color-red), -0.5em -0.5em 0 -0.4em var(--theme-color-red), 0 -0.7em 0 -0.4em var(--theme-color-red), 0.5em -0.5em 0 -0.4em var(--theme-color-red), -0.5em 0.5em 0 -0.4em var(--theme-color-red), 0 0.7em 0 -0.4em var(--theme-color-red), 0.5em 0.5em 0 -0.4em var(--theme-color-red), -0.7em 0 0 -0.4em var(--theme-color-red), 0.7em 0 0 -0.4em var(--theme-color-red);
  -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 .row-wrap {
			flex-direction: column;
		}

		.news-filter.layout--one .featured-post {
			padding-right: 0;
		}

		.news-filter .row-wrap .trailing-post {
			padding-left: 0;
		}

		.news-filter.layout--one .trailing-post.bottom-trailing-post {
			flex-direction: column;
		}

		.news-filter.layout--two .trailing-post.bottom-trailing-post article {
			flex: 0 1 50%;
		}

		.full-width-section .news-grid.layout--two .no-feat-img figure.post-thumb-wrap {
			height: 175px;
		}

		.both-sidebar #theme-content .row {
			flex-direction: column;
		}
		body.both-sidebar #theme-content .row .primary-content {
			order: 1;
			margin-bottom: 20px;
		}
		body.both-sidebar #theme-content .row .secondary-left-sidebar {
			order: 2;
			margin: 0;
			margin-bottom: 20px;
		}
		body.both-sidebar #theme-content .row .secondary-sidebar {
			order: 3;
			margin: 0;
		}

		.news-list-post-wrap.column--three .list-item {
    		flex: 0 1 50%;
		}

		.opinions-items-wrap.column--three .opinion-item {
    		flex: 0 1 50%;
		}

		.opinions-items-wrap.column--two {
			flex-direction: column;
		}

		body.single #theme-content .primary-content .single-related-posts-section-wrap.layout--list .single-related-posts-section article{
			flex: 0 1 100%;
		}

		body.both-sidebar #theme-content .row .primary-content {
		    max-width: initial;
		}

	}

/** 940 tab**/
	@media (max-width: 940px) {

		.left-sidebar #theme-content .row,
		.right-sidebar #theme-content .row {
			flex-direction: column;
		}

		#theme-content .row .primary-content {
			order: 1;
			margin-bottom: 20px;
		}
		#theme-content .row .secondary-left-sidebar {
			order: 2;
			margin: 0;
		}
		#theme-content .row .secondary-sidebar {
			order: 3;
			margin: 0;
		}

		body.both-sidebar #theme-content .row .primary-content {
			max-width: 100%;
		}

		body.right-sidebar #theme-content .row .primary-content,
		body.left-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,
		.news-list-post-wrap.column--three
		 {
			flex-direction: column;
		}

		.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;
		}	

		.popular-posts-wrap .slick-track article {
			height: 132px;
		}

		.post-title {

		    line-height: var(--post-title-lineheight-tab);
		    letter-spacing: var(--post-title-letterspacing-tab);
		    text-decoration: var(--post-title-textdecoration-tab);
		    text-transform: var(--post-title-texttransform-tab);

		}

		body h2.post-title,
		.news-grid.layout--one .post-title, .news-grid.layout--two .post-title,
		.news-list-post-wrap .list-item .post-title,
		.news-list-post-wrap.column--two .list-item .post-title,
		.news-list-post-wrap.column--three .list-item .post-title,
		body.post-layout--one #theme-content .primary-content article .post-element h2,
		body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title,
		.opinions-items-wrap .opinion-item .opinion-content h2,
		.leftc-rights-section .news-grid.layout--one .post-title, 
		.leftc-rights-section .news-grid.layout--two .post-title, 
		.lefts-rightc-section .news-grid.layout--one .post-title, 
		.lefts-rightc-section .news-grid.layout--two .post-title    
		 {
			font-size: var(--post-title-size-tab);
		}

		.local-news-widget-carousel-posts .no-feat-img .post-thumb-wrap {
    		padding-bottom: 32.5%;
		}

		/* 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);
		}
		/* block-title */
		h2.ln-block-title,
		h2.local-news-widget-title {
			font-size: var(--block-title-size-tab);
	    	line-height: var(--block-title-lineheight-tab);
	    	letter-spacing: var(--block-title-letterspacing-tab);
		}

		.post-meta span,
		.post-meta time {
			
			font-size: var(--meta-size-tab);
	    	text-transform: var(--meta-texttransform-tab);
	    	text-decoration: var(--meta-textdecoration-tab);
		}

		.post-meta .author_name {
			font-size: var(--meta-size-tab);
	    	text-transform: var(--meta-texttransform-tab);
	    	text-decoration: var(--meta-textdecoration-tab);
		}

		.post-excerpt {
			font-size: var(--content-size-tab);
	    	text-transform: var(--content-texttransform-tab);
	    	text-decoration: var(--content-textdecoration-tab);
		}

		.single 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);
		}

		body.right-sidebar #theme-content .row .secondary-sidebar, 
		body.left-sidebar #theme-content .row .secondary-sidebar,
		body.right-sidebar #theme-content .row .secondary-left-sidebar, 
		body.left-sidebar #theme-content .row .secondary-left-sidebar {
			margin: 0;
		}


	}

/** 900 **/
	@media (max-width: 900px) {
		.news-grid .news-grid-post-wrap article.grid-item {
			flex: 0 1 50%;
		}

		.post-thumb .post-count {
			top: -10px;
		}
	}

/** 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;
		}

		.opinions-items-wrap {
			flex-direction: column;
		}

		.opinions-items-wrap .opinion-item figure img {
	    	width: 75px;
	    	height: 75px;
		}

		.local-news-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;
		}

		.news-list-post-wrap.column--two .list-item{
			padding-right: 0px;
		}

	}

/** 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);
		}
		/* block-title */
		h2.ln-block-title,
		h2.local-news-widget-title {
			font-size: var(--block-title-size-mobile);
	    	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);
		    text-decoration: var(--post-title-textdecoration-mobile);
		    text-transform: var(--post-title-texttransform-mobile);

		}

		.single h1.entry-title {
		    font-size: var(--single-title-size-mobile);
		    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);
		}

		body h2.post-title,
		.news-grid.layout--one .post-title, .news-grid.layout--two .post-title,
		.news-list-post-wrap .list-item .post-title,
		.news-list-post-wrap.column--two .list-item .post-title,
		.news-list-post-wrap.column--three .list-item .post-title,
		body.post-layout--one #theme-content .primary-content article .post-element h2,
		body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title,
		.opinions-items-wrap .opinion-item .opinion-content h2,
		.leftc-rights-section .news-grid.layout--one .post-title, 
		.leftc-rights-section .news-grid.layout--two .post-title, 
		.lefts-rightc-section .news-grid.layout--one .post-title, 
		.lefts-rightc-section .news-grid.layout--two .post-title   
		 {
			font-size: var(--post-title-size-mobile);
		}

		.news-grid .news-grid-post-wrap article.grid-item {
			flex: 100%;
		}

		.ticker-news-wrap.layout--one .ticker-item h2.post-title {
			font-size: 17px;
		}

		.news-list-post-wrap .list-item {
			flex-direction: column;
		}

		.news-list-post-wrap .list-item figure.post-thumb-wrap {
			margin-right: 0px;
		}

		.news-list .post-element {
			padding-top: 10px;
		}

		.news-list.layout--two .list-item figure.post-thumb-wrap {
			margin: 0;
		}

		.news-list.layout--two .list-item .post-element {
			order: 2;
		}

		.news-filter.layout--one .trailing-post article {
			flex-direction: column;
		}

		.news-list-post-wrap article.no-feat-img figure {
			width: 100%;
		}
		
		.news-filter.layout--two .trailing-post {
			flex-direction: column;
		}

		.news-filter.layout--one .trailing-post .post-element {
			padding: 15px 0 0;
		}

		body.post-layout--two #theme-content .row .primary-content .news-list-wrap article,
		body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{
			flex: 0 1 100%;
		}

		.search .news-list-post-wrap article .post-element {
			padding-right: 0px;
		}

		.post-excerpt {
			font-size: var(--content-size-mobile);
	    	text-transform: var(--content-texttransform-mobile);
	    	text-decoration: var(--content-textdecoration-mobile);
		}

		.site-header.layout--default .site-branding-section {
			padding: var(--header-padding-smartphone) 0;
		}


	}
	@media (max-width: 500px){
		banner-tab i{
			display: block;
			padding: 2px 0;
		}
	}

	@media (max-width: 430px){
		body.post-layout--one #theme-content .primary-content article {
			flex-direction: column;
		}

		body.post-layout--one #theme-content .primary-content article figure {
			margin-right: 0px;
		}

		body.post-layout--one.both-sidebar #theme-content .primary-content article .post-element h2 {
			margin-top: 10px;
		}

	}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: 0.5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}

div.sharedaddy h3.sd-title::before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2c3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
	box-sizing: border-box;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}


.jetpack-likes-widget-unloaded .likes-widget-placeholder,
.jetpack-likes-widget-loading .likes-widget-placeholder,
.jetpack-likes-widget-loaded iframe {
	display: block;
}

.jetpack-likes-widget-loaded .likes-widget-placeholder,
.jetpack-likes-widget-unloaded iframe,
.jetpack-likes-widget-loading iframe {
	display: none;
}

.entry-content .post-likes-widget,
.post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2ea2cc;
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4e4e4e;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: remove inline style so !important is not needed */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {

	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: 0.5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}

body.highlander-light h3.sd-title::before {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

body.highlander-dark h3.sd-title::before {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}

.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
	margin: 0 8px 12px 0;
	padding: 0;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 0.5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}

/* Sharing email errors */
.sd-content .share-email-error .share-email-error-title {
	margin: 0.5em 0;
}

.sd-content .share-email-error .share-email-error-text {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: 0.5em 0;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li > a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	border-radius: 4px;
	color: #2c3338 !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
	text-shadow: none;
	line-height: 23px;
	padding: 4px 11px 3px 9px;
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 6px 0 5px;
	min-height: 20px;
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
	position: relative;
	top: 2px;
}

.sd-content ul li a.sd-button > span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li > a.sd-button span,
.sd-social-official .sd-content > ul > li .digg_button > a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
	margin-left: 6px;
}

/* Icon Only */
.sd-social-icon .sd-content ul li a.sd-button > span {
	margin-left: 0;
}

body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
	display: none;
}

/* Text Only */
.sd-social-text .sd-content ul li a.sd-button span {
	margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
	line-height: 12px;
	margin-left: 3px;
}


.sd-social-official .sd-content > ul > li > a.sd-button::before,
.sd-social-official .sd-content > ul > li .digg_button > a::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a::before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:hover,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
}

/* All icons */
.sd-content ul li a.sd-button::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 400 18px/1 social-logos;
	vertical-align: top;
	text-align: center;
}

/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button::before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

	.sd-content ul li a.sd-button::before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button::before {
	position: relative;
	top: -2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

	.sd-social-official ul li a.sd-button::before {
		top: 0;
	}
}

/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li {
	padding-left: 10px;
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a::before,
.sd-content ul li.no-icon a::before {
	display: none;
}

body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

/* Hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {

	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a::before,
.sd-social-text .sd-content ul li.share-print a::before,
.sd-content ul li.share-print div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-print a::before,
.sd-social-official .sd-content li.share-print a::before {
	content: "\f469";
}

.sd-social-icon .sd-content ul li.share-email a::before,
.sd-social-text .sd-content ul li.share-email a::before,
.sd-content ul li.share-email div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-email a::before,
.sd-social-official .sd-content li.share-email a::before {
	content: "\f410";
}

.sd-social-icon .sd-content ul li.share-linkedin a::before,
.sd-social-text .sd-content ul li.share-linkedin a::before,
.sd-content ul li.share-linkedin div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-linkedin a::before {
	content: "\f207";
}

.sd-social-icon .sd-content ul li.share-twitter a::before,
.sd-social-text .sd-content ul li.share-twitter a::before,
.sd-content ul li.share-twitter div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-twitter a::before,
.sd-social-icon .sd-content ul li.share-x a::before,
.sd-social-text .sd-content ul li.share-x a::before,
.sd-content ul li.share-x div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-x a::before {
	content: "\f10e";
}

.sd-social-icon .sd-content ul li.share-reddit a::before,
.sd-social-text .sd-content ul li.share-reddit a::before,
.sd-content ul li.share-reddit div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-reddit a::before,
.sd-social-official .sd-content li.share-reddit a::before {
	content: "\f222";
}

.sd-social-icon .sd-content ul li.share-tumblr a::before,
.sd-social-text .sd-content ul li.share-tumblr a::before,
.sd-content ul li.share-tumblr div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-tumblr a::before {
	content: "\f607";
}

.sd-social-icon .sd-content ul li.share-pinterest a::before,
.sd-social-text .sd-content ul li.share-pinterest a::before,
.sd-content ul li.share-pinterest div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-pinterest a::before {
	content: "\f210";
}

.sd-social-icon .sd-content ul li.share-facebook a::before,
.sd-social-text .sd-content ul li.share-facebook a::before,
.sd-content ul li.share-facebook div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-facebook a::before {
	content: "\f203";
}

.sd-social-icon .sd-content ul li.share-press-this a::before,
.sd-social-text .sd-content ul li.share-press-this a::before,
.sd-content ul li.share-press-this div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-press-this a::before,
.sd-social-official .sd-content li.share-press-this a::before {
	content: "\f205";
}

.sd-social-official .sd-content li.share-press-this a::before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-telegram a::before,
.sd-social-text .sd-content ul li.share-telegram a::before,
.sd-content ul li.share-telegram div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-telegram a::before,
.sd-social-official .sd-content li.share-telegram a::before {
	content: "\f606";
}

.sd-social-official .sd-content li.share-telegram a::before {
	color: #08c;
}

.sd-social-icon .sd-content ul li.share-threads a::before,
.sd-social-text .sd-content ul li.share-threads a::before,
.sd-content ul li.share-threads div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-threads a::before,
.sd-social-official .sd-content li.share-threads a::before {
	content: "\f10d";
}

.sd-social-official .sd-content li.share-threads a::before {
	color: #000;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-threads a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-mastodon a::before,
.sd-social-text .sd-content ul li.share-mastodon a::before,
.sd-content ul li.share-mastodon div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-mastodon a::before,
.sd-social-official .sd-content li.share-mastodon a::before {
	content: "\f10a";
}

.sd-social-official .sd-content li.share-mastodon a::before {
	color: #563acc;
}

.sd-social-icon .sd-content ul a.share-more::before,
.sd-social-text .sd-content ul a.share-more::before,
.sd-content ul li.advanced a.share-more::before,
.sd-social-icon-text .sd-content a.share-more::before,
.sd-social-official .sd-content a.share-more::before {
	content: "\f415";
}

.sd-social-official .sd-content a.share-more::before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
	content: "\f608";
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
	color: #43d854;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-nextdoor a::before,
.sd-social-text .sd-content ul li.share-nextdoor a::before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-nextdoor a::before,
.sd-social-official .sd-content li.share-nextdoor a::before {
	content: "\f10c";
}

.sd-social-official .sd-content li.share-nextdoor a::before {
	color: #8ed500;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-nextdoor a.sd-button {
	background: #8ed500;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-bluesky a::before,
.sd-social-text .sd-content ul li.share-bluesky a::before,
.sd-content ul li.share-bluesky div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-bluesky a::before,
.sd-social-official .sd-content li.share-bluesky a::before {
	content: "\f10f";
}

.sd-social-official .sd-content li.share-bluesky a::before {
	color: #0085ff;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-bluesky a.sd-button {
	background: #0085ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-deprecated a::before,
.sd-social-icon-text .sd-content li.share-deprecated a::before,
.sd-social-official .sd-content li.share-deprecated a::before,
.sd-content ul li.share-deprecated div.option.option-smart-off a::before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}

.sd-social-official .sd-content > ul > li > a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul {
	display: flex;
	flex-wrap: wrap;
}

.sd-social-official .sd-content ul::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul > li {
	display: flex;
	max-height: 18px;
}

.sd-social-official .sd-content ul > li .option-smart-off {
	margin-right: 8px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

/* Individual official buttons */
.pinterest_button,
.twitter_button,
.linkedin_button > span {
	margin: 0 !important;
}

.linkedin_button > span,
.pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-tumblr iframe {
	max-width: 53px;
	width: unset;
}

body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom > a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-content ul li.share-custom a span[hidden] {
	display: none;
}

body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text .custom-sharing-span {
	color: transparent;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul {
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner::before,
.sharing-hidden .inner::after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner::after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	max-width: 32px;
}

.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a:hover {
	border: none;
	opacity: 0.6;
}


.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button::before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button {
	background: #0866ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-x a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-digg a.sd-button {
	color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-press-this a.sd-button {
	background: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-telegram a.sd-button {
	background: #08c;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-mastodon a.sd-button {
	background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
	color: #fff !important;
}

#jetpack-source_f_name {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

.sd-content .share-customize-link {
	margin-top: 8px;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}

@media print {

	.sharedaddy.sd-sharing-enabled {
		display: none;
	}
}
@font-face{font-family:social-logos;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAACQoAAsAAAAARIgAACPYAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACLYArqeNNLC4EWAAE2AiQDgigEIAWERgeGPBuCN1UHctg4ALbGdNooatHexFFUK7Ls/y8JVA6rSDf8ApEUKhCkOqVWMK2YHGHTw1W/d4S5M3e+2eV7AyOLM1ZXsQTXYpvLiuMiHMLBNmfib/ttd4TGPsmFp1p7e/N3P1EQWR4ASRQShT4jU1EnHKLD6dr0AQ3xa+vnVe2+3GKBTdhgcXdJC7agVRZYxDilTPSLcWKegBUfT7GuMAovULkS7w7svrAuKhsgoP4/4uB28phTDohe9f9HwE867ZvXzrRk2GU7DnwCkDRFyhyU116paWdakqXAgdD2Jh8S/gCU3ck5KydpHoStMLBN/nl2gC5cDo+If7c9Kz9jaMbGJGgLV4JsFhC2gQwVrP9/OsvWWjwg0lEVKJqkpLLQfFm+mW+ZxvadbHlJWtSRZQe9IW3YVYi6dFvlbRm0HbJ1RNCFqEtR5qVMiqZB4h/iENWxXu5+Ntg2jOmYUzSYbtVaSQuCJeau/vZNXmdo0xmBIpr7PYvyaiZZOmIHXOFffeBjOPfKUEepPHYEAyCC1wjf1MzSFokzB6+co4DLAKKc1i3NmZPHDxLqm6CgUiCDOHWVpq52GIBtN0CD9onfomIYfGAOi6JrO32EHasZJkU1FKagBIcywAc/HDYJB+76+MjkwuwbjqD+vAP94JoO9TeqlHFBLS+IEEKJTqyS5PGe5CnelHFFlFJejZrxPywkQDC7yotF7ItMgWKD1u9cfDTYTJizBKt77HNg8ZATLvy3eOCgyDOtWpl+A4qUSmDTZ1aAVFki5IqTL1exWjVSJswbli+IU44m3aIISiTxaNBuhAEFg8Wv15Apc8ZkKFegUqcug0JQSApVaNSqzbhJPXw4YALIw5iacxXz1xZaw8nCyM4iyMuimM5iqM7iKMsS6M+SGMhSKMrSKM0ySGRZVGU59GVVmM2qEcjyaEkAshIIkQTGaIIgnmCYSXDkJgSKEwq1CY+aREAqETGRSJhPZAwnCvITDYKJFvWJDjmJBU2JFd2JHdEkCek8HiV5EpJ5CprzpqChXQXt7WowkgKYUYWbwvCnCGIpho4UR29KYCglMZVSmEt5jKVGZKRWlKc2FKR2VKZJ6EyT0ZU6MJg6EUpdCKduZKYpKEw9qEhT0ZgOGCT1DpL6MJ76MZmmoSdNhy/NmKBuFhZm4B5+y5inzKPM+7bYZa0eIGUWgnxAIDYHMBuUZ2HgQWjTGEReMFDqtnoCL4ehzaAnDJo+iD6RoMqvOO0Jgs7rEN0GslXG1vpPg0hqQUyWE1iHyDAGGq2/YzlW0OWIKIqg8j2AKPNvhqOYdX+Atosk77BjcySFzxE4NUAvcJxiRV1dNLOci4tjOR1r0uu/MOdZuoHljbwW5WUElNLymC+O4yjUbtBl9HxqfCCP0ypcfGkCCkTvzwQLRZmYZL1Zcqtp2irGxbljw/VqWsWqVByn4gWtJGhRlOZIVHE18iiGctoClrfazRTF1KSLpBKEuPMNJN2CM9VoNDnjJcXDJWG4h+JYPMlaZSA8i7S4pJaWLdIR0wjmcG6xFhTnPgxQ+vlZGaxHZc86dn8IIoQ7/Zw7hijDWqw9qEkgKKU2Lr+j9U2XD6w7Z8yrwfWtF1D4EWglQlO5LNtQoDxX83iMtaXzWBSOzeMIMUEYASDy5VYXHvH5mpmzyAPuEdN8faGYk9BNM6o0gBJBzcp289WUSr1sCcbFR/tWKNLMQeWzGuu2TbuxQR3heneo9s6IqbopspCmci611PUlM1tiDLEJoHzFGGoxKERy6Wp1YZGsxbr2uSpCY6rplOLUPeuxttZS4t8hgCUG7Tmo3VOM6+MFimlXEWLO9gCUT4hxqcVYexXirZ94UA59M/oGRYM6LItTJ5EN5AB9Mzg0JDjZrPAWHS0JKs/hn57aUbnc9vLV2VLNmWTLpv0pm46ryT7NHu8mYYjDgU3Tq7V5wf3SLmvWWJzYtd4AnnhNI0oRi50RUiTxQ4/cg+iKvZXlOHn04eEj/SIoM1xdkwUBs5Vuap6Rlg82gV2SA7YvzZVlentg09SO6RfFA1kRLo6f9nd2hCISqeWyNNP5hn5QZL1k6eF9nu+PFhc2L57cH4Tn4sQ8yix17OjRW1s6p8WJlWev1L+cUCevmsv9ad8l6Xk92rrY7L21fYnuL1vaEZMEMX9QDPbvK3G6lZjJ0WS2Wi5kd3szCWL2TczScuRYM3ZMbcvoDRnFbybx6/KNXXfCXouj15ZQLGEkE9tS5DomwxwgzO6yFr/QI8Y5aqnG9/VeNNRaiyPNvZCQjbDnL87Pdf1TH/L+x2PAQEDNiWEMYW1R6gJGzacfgvriirQ0Fiv08SDkQ/1H/UuRYzKJmPTRbY7d+YzFOA6MrKQIjXkQstTpE0vfnqsTev9g8IvjXoUnSUG/X4z3e7vEhcLXNnOxGddF9UmtKySR+bkflbp5J4GB57ffLNJt2pm5mmFJmURlmuE6M1JxHWtqUTAXhCRGJD34KA3LRIaGTnt2UadPWehCS5MYSgtGBEhIBIkbsLMvPx6cc7RbX+ZSq7n3YhW5KbXaKxEE+JXWJyKbps5YUAbufp5hAoCtPU8V4uADAcMcA9fPiVI1r0EJD16QDeNCxUIzIY6qbIeM7MjdKT+6ZQ+4mC3tv2yunlyYkT7dlQh9ZdmbwiaCwEA+8I/k4PEWx1sB+y8HI4wIIkDO1bd6puZHjJZpe5shOxwI6BIRLlxw1oYnP8GnL754FFJcpiRHftRaU9fes5A0DmvWynVusyydTruqMk0zL4r/5/msru/S5QFxKy5UXkd6puamS1uprZOXbZAQKrbSHa2JVWo1X50t85DzVa9E69Zurqy4KQWbOiNTd+hzafvk2O6tRCnG3+T6VQAUIYatMMKHoyAH5m0YVKamP1Ru9mDnqEWitH3GZgObd+veRWr3VB8v0hsnY+coTZ0Ik7mYSyhxHduSEudQQJd0FWF74EU1Ki9qhGxGfS2VD3mgWSpwCB5HGAjnXZBgHmMhlEGNzRk8NGnmkWgeMTeA8leixFr/akRtJwdl97fG1cShYTHgbrzmfgCsOpg0Z6IYXozgl+d1ZBgTgZgOpYHSg+VzaU5ugGkFsem20s1Wz7bVzjzmWTItWUcEnsIbY89RBEcbTpBlfbZBw8BB8QGQWJJ1/dct5P0VgxwjJyaBHdwasAfq5p04siV/xGv6mPVeyNCwh50RTwbnZNgB9cEPa871pf3nidGFXcVM4H4nWb7oLBycZevh8qoP5MHLwbCL9xu3vv9T34XN88vnt768dfOXB3xsThwAKeAZuc7mWnHNPfbXGi3miBEiNFLtLtVf2cpehvSnCOLBh4V4aqLZMxVG5QK5wZwYBu5zT8/A/jGywDq/TBTK/4/wFjIj23csdauGuOwqH5tSu6eiYH2ekYvrN523MC7t9SzO00VULyINnVJ7XmEP3jx4dcofpHoVQau6Hla8IUZ9GHoxAs4ht2+CSu2e3oatGAFSke2zc19j3m25Ouk7lp/q4x61GTq92Yjy0L5Ht3fmR3E+O2w3p1VT5NyXFn3MOREK7j3W1FqGnGPae+5DNc3KOi/mVTdty3q2PZ8fMDdlkLYt1rwSzTzSPxxp/fBsQsvjxX9unBwc7e0M8hk/+BjpZT+NJAhLjFId4celGPh4okTKOHQTwLEUG8pbS2v+L6/2xlEejBEGaiZZlIArs1jPZmo+N12HZJRFdCCunuL+TQJHUHqgipmMmX7oPm7L2yZjUwAjlU6ZuVq22gncrAG9TwIF49qjDR4ZWi22pHap2kAgdxA4CCLPbNWYCsWdMXqq83/n911p0IwNc/0C1Bdr+lr6rdAP/+IC29r817WXnXb4e8tTQQhZfMlbHAyUK9Zmu6C+vBrHp1ktOsqRN8r2s7Q7MEdzCEXuNa2XQAXBnAsh+Mgw4xAvvzVXgYQ7jKMp1l4nUztRgFypaRIUl863yvANRMEgFVvqcVGywzLtCCXy535VW4Qxl2pOqTMBPF1flWFEeLK+TsHL2yh4j2nJ5hjTi4zEyZpB6TyiHrhfT80IRSgesjIdWcumYzdmDqG2tGOCL+lJtrC95h6PtFcyqjUhGnQbBs+XvA+BMRMgYGp9Jnq/zVBObbMpYxm1FPSoxZxjTAKiEzOSBTMVyDgjEQauZODpoAdKcErVe9vhRtZq3oiAG8DJvGNMuq3JVj/tWc1zKC6r4KJUw/ZlZdC+Z4r00t3soRoGE9m8FoyzI1ZdLww52oQy2KHXhPXnCkdxATlGbyQnjivF1vLTyPogbs07N2TJ+qatoB2dO6FlMHvgUEE28/6v+11qN7Q0t2kZ0rM0k8l4N6j71oEBqT72s8KjVHKQtNVDWC4DyJmcrLfsVndwCCAYAQ2y5m8tULMAx9GTopYCCbu6ZDxMhiSsWU+O4kn0RZKhj1FY3Oeg9MScAahi7jUBdRqhabei4q04CqlGhGSczUte3rJ8ddnGWfzSkhZLEzI4NNnG5Z9g0CUdFwQq5lg9Ktut8bfF/ndTmrX7o29aZmptz9zu+pN89ROM9WOLCM7bjwkxR2vzYTHII1vnzYSYdKKuY58LUgYPjSQneY6wHy15Nc3KepYXDSGIjkA8C9YJcnuo4/w9ojPIyhxdtClgIwiBT/VD+JGZId2HbqQ/hGmVCPOdBfpo/Z7NP8GNGZcfxeXpAPK9o5OtRUJSUL7BK1oB5cq1jJ6kdpKS2qqj7ZC25B6AAAas0U+zESIoZY5Vt33MdfySqA/kGMQtoQRpdYxS3kIbJ7N3qF9yoQgia+RdiB7Dy3q9yIalzdCO/GGZ9esfXDadspfP7MaWu474h1dyYh6d37kDEK5WOUUWo1IvMSO05074tpRjPheuGvuiUcsRS8mUkbX/AFB95xDYlvmTQhESAIAYxxClGgWli56lyp+ocYtzlPWCWhdyLHaSzr2pEmZiGOz/X/DwhMIYEL4S9gXa2Iz+wvpSso31iD85F83FLbZFzIeiwJp++PzBuv0rOBF0Lo7VGAqti8PggVzvJpY8fnQwyzL+7zlDoOr6JF/1PIhiiLOWAkb1IL+0dm+uvrxKzMnHN5DUNywN2Sd66WJ7doj18eI/fXZBajb04u/nzw3PbELgg8vngk37zLFunHLI6FQLsUj7LhINMxwiGBji2eBfz7oNFNYDF49ldPAgJOnn9iSLJU/gXqW6aYdYf6cjE+MsprG8g2sfyHj+I18u7k2RXtR8qKJvYHeJowTHEZExSXhCYswXclAnJCAhYhsBKln4EOP9kcrIoJRalBdhzncjVUyOJsQIcRSEUY92BHH3NUtvInwbf9yDD1MMH2ilNd+uS58Q9O/nMVGskpPpoYou1f/zTVXC4MVj4DTeyltg/Z8MtrsaR0jE+fn5lXWWYF5iZfJVHcVh5Oii8Z3GpLBhvyCa+sKiLR31ZRQIZgj0zv8IwAg/ISRYhTaAnUURIiFz2pn6x8Qsqr/+zLRMIzWLMnpof40Rj+Xfsfpxw+k4XFtBV8AKHqcQYkSOiMQpAJEQBLb0cPAh6fudzz9/D0AQCYFey9wfYmAFVlBPz87CiG2qbXgZBCAchojhErdFmMzxfaw1VwvBOARV7cMlEyyrutK6VNq9oOZjVjo3Xfvy5pu3VGzLnza6ZEd4KPU6jWXWz0RNNmsQa23IJJgLjN29AUzkqHNKXEO7xBV896R+znejDMU3RrJRvKQqjyU2jdTCfqo2V50Lfn2FBXgzBmSTKNm9iFcuU3WFn1EPlxGvnI6v/H+cE5/HNONOvJmZVz2tAmtmmrFtIfD6IjSMpKFpRDp1RyJ79WiEjKCy6PqCV+j7zMvMfbqblrdtf8C4hiN5KPG0CAqkg6JW2i75pOA9/wAJ183sNuYUZbW2Zo3K8XTOrA9pZc7gxiqztXWxl64jk6SP9o6ZD2knj269Di+PqL44W19LZFfYhmgpQtYC8S1gn11qxs2zSgSpPH2WKXFX28wVFVnVD6L+B9VLd+4cWzII76oeY4YnPJcZ+OufgQTA1wXXM7nuw9xms6VLHfV+Jn7mjaq7LObN3GF3LrM+uI4bmL5NdTjF1sy+aPXtUe3xWV9km20ph1XbfguoIkQkPkyEDSpja8E/P97/OTNbUbIz0ctvvLh1sGPdummnXq/wlnkrXj81TRdxkGOuZjPf67/X0FyjOn/Q/6B5s+/B0lladRFda6R/tuU3tvXXhT+rMM45NuFP8G6/0njGrmmwPPXdJUOgVV8X5JXbzDCVyfJ5YumUz4oGPsHPU23N96aUu6q2DVhdNKhu5/WdYj/oeFCUklw0oKhFaq4iD1JX4Y5k6zYpRZmu6XyRW7nwT4DHf25lHkVU21SRR3o/dctZfFOuINqL7WQrjmqjMN49tl1Fo1lRvABi9Ygi1WCivdbUco2YRYAO0dKqsyT2/HiqOtGWaNRu05DtLYk8s5bUWsPx1ad+7Em06FpB4fGs2cHgZ0BK5Zh4RoVMy2I9Ve6YLupMWOyMXnRXNQ2uKWqaaPuwjkDYERVN8FwEwW0jWAyTQ1W2gtYYdWZPzaxf/dE2PVhgi+mk65hykq8Wb6lq6msQ1ehZSWTb8qdmLalRf0jPz+78B30YUC0PJo+nbVrgG/mBr3kagDyMzpO8RDdTSzu/UTQorYdA946rGVvn8qSUlqaklLuyx2dljc92RUKzZoVsxzjRIBjMWJQDZbeEbtbCvmO5mlr65gt9kLhqeUf+mnSD98UV7Mg86iY7y9RuCZS4mXyrVjs394W4ABJG0tFKDEdjaAqSB5dCaYgNC1p7ALQXiSCNSAQGS+yjPaNXjPKMWvnI86h6+UrPylEpHo8H2He1teXxsS4xemJVigJqj0QmSPelqojH/m355szmidIlqcoSLPf5I/GKUF0d42OtrR3l2JxXzgGBUiwN1hxBVtjg7DwLDxqCCCBjVhE09jXNNsTa3kswS5dlnB6EYtG2/R9//9H+tiiGDqJx+bJkTnivbS5vRfzY2NSg40Q+qkM8UytazspSyBGS5IRwxTFrVxJ+c1bFuYwFJGGaDOp3VZC4Pr/SN3eSd1KzzrJi7gfu/1L/89w/GO/vjdd3espwHwx8JXDcdbzl/v2VOsgAGZorCaM0QMY0h0Y5eV7i1aI6bSwPOl4ckBc3ZfGZP9xyyBWS5Hif2eTL42vOH3fXynpAxw+Jnb90jadz6PFdv3TmWCv4+Ptrk8EKLsCtAJOvBaz+6vju13/lX/jD9McLJvU26nF8xJRniuGxd88gFy8i8blsM5gaBduh3u1ptVXb/OHjcu/9uVHzWuxYV698KeJfVWVPi/Xy20EGt51LiRE71DtU29XbWwivqnWmUoWv7QCHjzphGIeAQ9dqBAQvBkFEAw57hwxOmiiaNQyTEBQXnKixGIYRMGyQugGECBqMXjLo3y/1yuujYx2tPN2T1vO0I5BRV2s3wIhUu3nGkYcZ4NbqxfrFh9lHz67Jaf+G1jPf0jlrnlOzgUuKXqbms169Yt+EUz27Nof+htHTEQVVnHJZAb/gfcRqQgmr6LZ53+PbiPVvmxvN/5LH+F7+EN+1bL45nVOytQV2LsPSaFJDyRSj29CoA3/8cY7+lt4iFU3bXD8EL2TjOdChKltQXpk3b/Bw0clt7//t7E5218zaIHLiw2uBTZ8IxHVY+CianGKiNOLwwfPyKssXVCdLz48e/bwkZMq5+hzJqrXoLFqrlKPPlTPB2Eey5Hf4Jcfk6qsRGm5PaoflMiECb0hvYOakzwF2/HE4j2PHBDgGg154MHychyPmGJYcG4hYfkQ8yI8WOAIL15AUc1F8kQt0JDlCVnvAkfhkyKJwLL4v9LXJdLHKsLPH57AHgtbURle4wDJHL+DCDXPULjpmNOjNmPmcAb/E3j4hJf64IfQUPBRZbNYWmOD500/AAvQibBj32V7Iz+O/8n741d94Gak5BWPwqRoEBZuspmtTrZmJ4fdL8XDiW3jptHHlNaBMn6DJgQTIgCCD6Ee6a/SgIc32783IolEKBMFxMEIhGgISwYJnwR9XlJ0ZK9tGPXtsv0knD336NYV/cfKypswFPbN/evIo2C5anlu4Vi9ZbwcRHyTk1dNigqhJLI9PvKdhH7k1Q5rFQzSH8ZTWLg7zYIwe4kHGol1DNmcWc7opYzMO3H3EnMDkd1I07m9lheD6hfnqYED3IiXM0Gsu6fSPFHJEugB5YHPP+2rZUmlQLAEXclOkCPv0IUcU6Xrt8a5SNs5w/tn0Z88bdDLidXgRR9JknYEX3cK//KXpy5d5RR1LwD6pFXbZf4XJfggry5Y9yiu4Piulps+8Y4dK8acr9NPETKl+1N1v/x+YCj+X8dPO/77qs1/f3Ki8TXHbw0ej/ftG2zowZrKVkiBlSxm+uRo1/Nd0s+CJjruja26k55JffV5s5r4Pvff6lyogco8Frgf52b4kc0xizkdDjvx7IrD0uQVC6bhPH/zw/JzAml+xt8zirPfrQFN9ib5kJ2tPor9lFjEP6KSkBvobmjNQg+2p9geMjjvSjukX4//IRU2LSxbb5pJd3x/ku/guUDm2KK2KRE1ZW3T3CmYAg95OpVMiHmicSYnXjXbPNcs1j6S+8MZCEs9HaVRxVE7QPVn5h4cgCNaZq1bhm20+gsRZZwhLw2A2jwVVOMX9K2yRmbakVmWXbfczyiXXRddF6oPrLEqkE2kEjbF2ERr4nnouN5JZRo7ErXiEwNhBC1lyEaW2EOYIF9Nmfq75Wrui4uZu32w7zFRxlQMrMVYuSRoqJlMkIiRLoXphK5bRbtrUfJwn6ppy2zVfnO084MqwllinWu3MrrM/i5Z+Y2pJqrE/ct2YmpTQMfMzkT5EyOTgwJvfDGDOn8YClkYsO62Z9+gt8zEbYSIParpFDuwsbfjh0w3C+llC4/iU8Y3CprbwX/KTw7oB9VYLpDn74xr1pYwW9XUIgrJpmc4uro9XEQsIlYpYoV5dia9Wr5CFFoBH9ert1X6ZlHtte2IMy5jy1Cg6Mq0rMc8USTxYNQTht+TIBXzwh+Y/baY0Xc4KZIw2d1/7n2Yl9SZB9wS9OFsBXBXKGyS1J+jFaB9sCM+jD8778Ya5DpB0jy8gBLcmG/dXQmI9yhPpAIU4oAZqyAhDMk3HBQ/4CwTLDGMAKhBPrwUdiiz5JDWDNnhvwH4lw5TsTUKmciuwKA+hs4JhgdYETSa2Pjg4ulRcGh0crGdNSEBDC+HgLBTio9gKbiqS5E02ZWhCphtoBGFUsk/KFblVD0VxI3ne29J2O/pmw0ng8+1RVvh7DiuuTT7CRPrOvF7boz1V+/oZH2kifJtcyuEe/wplj88HTja8Gb3d1uJtWLExKIoPV3EgaTF4UmhAI8h0PAqEYBsrffEa5glgQvOuDAExOmAMTo5HBNjsk6chODJu3GabN7plQxKCw0mUHAfjUj2MI2PGQAIiQGP25gLWdt1sY6EcM00eIHDWoojICQMQYtggmvQc95YiG2D8Wj/6mqNwrXAhoApUJXsL+AQT/lCa6d+QR5yLNruC+lKy36dV9x1t+zw4x5EdcN2UkHLVawB9/b7jfmmpn55I+/PcE+X78sTi4vDE7XuxBRZ3ZKLlhFr4zb8pKUmjjSP0wESl18jJIR9Z0unEsZoM7cC345zz3DjaywfGr+asHHOO4aRXO2mVhYu5d1CcRUWDD70hTfXZak1IWzhNk9GoPFefuux3NFIq869V5i01BquNe2fN0MwAHb9o1boR5JkzpNVt06lT1boy8uxZkteu5HVqqt6G/7c2tFa3tV/YthL8/saZuDOn/QvrMjGycOLc0576a4y+DsSg9/cQDwBA9vzJmxGzeYnPFETAB508nwgnAPGt9ePatcC7ZpIR8nb/Ez+Urrn+0zuOe2+mCseYprLOJXOWdE7beXXS8sWoOwSF4u6AEAChO3EhKP4VkD4wafaBcb6+ElRlolQn9MeaQQ7OPGBeZh50vkLfp7upb5gRNj2KKZlf9BnwmujTDYj6t65XwyVdS1SEofbkQtWCkzcXEGCb6Kb02WNevxd00Z27fj5QrUQi7vSIO5yuYdy7R97Q3qiqusECvJuoLnBl1mYmFxRpumWB7RNUzyy8efKZ03tben4pLBvvODpCueS87Lzv/KBDa9b1hg418aXFWcFZoF5+ouwO2pnPCQahRdALR6hDwiGhV+id43fDcuIJsldYwUIJ79jLTCBjszA0Ri2/lcC18tlNIzPoEq/Nm2OFYWlDz7xE3QjV9CVf6HXcNhv4Bn+l0fsiclg5vkaVqhJvNRbSEFBsRsWYouIIX73wCbh8Rh4qL6Lvv5r5n+/OTkz4NvWD/8vL0rK/SUzdfBAoj2//QEU/F4/L3z30Pm7Maox7bV/3XkicJu4+MmKT8KoNL8scmfST+L0V/7LUSzyhHIblDHqIb0iN/DX1pa6sZudVBtTVbMkb9dK3QDeTtEzcOMe5vGl2NVi9vHCCdWng+saxMmUtnJA/51OfdWQeDEEwgGAYwt9FIcBDEAwBfslfEjqA3B4glGwG0O7dIoLjEJmffrj3h9b4yTeJfdkLQDoAl3I5Ntrrij+YHrZrP5dL3+SQuHeiHd0fNs5wr2TIn4wamdqcGm0Csmb7BlLtZJ1qckPa5y3fTy/2fcvnad6zQBpBZwfTUI9wIGqbBB3/7bOXH9tMoePX/eaR8pHPcLBN/XeYbLHobliMegvRaoYS307yLzZCcX+9bER/vjReNobvIOp3697nwsDEk7VIxiQxyJ8yLxL96QIMCeIKG4pjaWBHfDeYukrQzra1B+4NJK6vso4yNYdPJGk/c5EWW7/StmWlc4WuwmkcsTyzMVnkuWnpKFLzaLB1rbnWGQdvnmTSXM54enmvQDnkLKFAUnDyGRL+53+K0fArcQ2xykifY76uKLEbQSXk2qpK+irz9iz/H0ZIcyx1z98cPGN72XsBvLwvOl7OL88uD8YWx+qk4qrBVaHZtesidQmrTiWApt6SMVJcHKs6go/1wwX4szLq3FHrIyBLRqIpChG+2h1OvVHFSorkcG2v8zYhvgAI1FwyCm/LSayqI5IftmzUjV8M3GGakmRtZNAER2b5+OyACQYFM6MU6vSmPBfqkgFJq2byBYNoOTqdIwo8HIQHVKhS2KSgrwyn9uwyX5z5knX2KSMLMjxXlodtCvxS1STl0d5FjazLMTIVO6I2m8lvKFvL978uPhnKdAqEiFuZR2mTokzP9Pu/I5tKfnad53kodZOSV2kzrskMqv6e7+ehp7nWUfc4/xU92ztn9UvHoan2PyPH30NNZKA5r8bCqFPaU5tUWSpqdchxSId9IVi/yUDfGp8cGhmt1zI+bg+JWlsfFjMETIcDKLCVLjII83lxvCC/a+2+nzL835D9muG701NHMQeqaRdkgRMsgiLgP6mUB1OSqlkvqYGAtUQHFklwByUS/TC4xQAsmWIEtwkW/WQ/ywFyw6pB56YiwqjYJiLo3BfQQdtEDI1HIo7OJ5GmKu5ShqQ8+w/BAVsm4D922+F2SIV5+6x9t/NzvJ1Kpj+qQwiSQwvvHAwoq/LzmxTmYkB2Af2pkHgaMyIWLQ3TFGnnfSco8QURjnDfVP2bSMFG9eptGnudHVF4wo1MDlkojKvp1EXDjtfscDA8kFRKotk64WOuMtG/5KI3TDCbWsa03hlSdBkPeswnqXqH5RLLLG4EIlf/AiykenH8gmjDtGzH9XxBlGRFo9XpDXHG+IREk9litdmTkh1OlzvFkzrA6/OnpWdkZmUPHDR4yNCc3EAwFI7k5RcUFhWHfksqfpj/jsdltEZzfGyhB7+mbtnGBKbfxOlmriVLAJYfcAJ7mS+A6S9eTasUEdc9mcOY7jjkbqRjchEAFTOpPtcQFqWhMQjIKmxAUiCEWGBfOZVcRja7Gg7z4l68VGBYOFcvWEWtQ6Q1nw4qEbg3AQUD5zWxWllB9OWYlJ8wjAgYxLYALPAv2AyYYT/BseDEeSB6+DK21ZwwmKiVuQitP0vPVMIh4BBajxAwA7QwDRgSnHiz8NaAajAMIYd6gxf6272JCEnM4oTzSwmvpZc2akeqJ9KGjgsZWsvN/eqh34j5IkEyJKf8CyUI+IKto7zggyIz2+itlVJw5rB5HT6o0IOtuNJFIHAm9JGGaDCIDRwKFSCP3XwdxjnouaFeEzEy6PvkJX+dXHURsiLl+U5jYAMOhLNBsW4L4haIMbx8l7kKnR1nyMVjft2OT1ozDREheDJzr2R6Ls9kUwRcdGQw8iQBAA==) format("woff2")}.social-logo{display:inline-block;font-family:social-logos;font-style:normal;font-weight:400;line-height:1;vertical-align:middle;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img#wpstats{display:none}
							.site-title {
					position: absolute;
					clip: rect(1px, 1px, 1px, 1px);
					}
									.site-description {
						position: absolute;
						clip: rect(1px, 1px, 1px, 1px);
					}
						
.wp-elements-cca72c22654d1942a00db62f522f0f46 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--vivid-cyan-blue);}.wp-elements-494f512807c15817f2aba3735714b26f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-caa82efd5007b206d70d2648e0837508 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-68390536755769df13b1fafd4ea2c342 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-8f35a6fe6b3fd372fdabab57f6d1a9cc a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-aa36966840bfc56c0c0f255c00a1f087 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-f89eaf72ae266896baeb251b0ee5377f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-3ef4f6b0fb7ade9e0e2154522e0b1ac9 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--vivid-cyan-blue);}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
/*# sourceURL=core-block-supports-inline-css */

		.googlesitekit-sign-in-with-google__frontend-output-button{max-width:320px}
		.interim-login #login>.googlesitekit-sign-in-with-google__frontend-output-button{margin-bottom:16px}
		