/*!
Theme Name: Web News
Theme URI: https://adorethemes.com/downloads/web-news/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Web News is a clean and elegantly designed multipurpose WordPress theme perfect for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, publishing or review site and any new-related websites. The modern and professional design is easy and quick to set up, especially with pre-built demo. The theme is fully widgetized & customize based theme, so users can manage the content by using widgets and live WordPress customizer. It is fully responsive and works flawlessly on all types of devices like mobiles, tablets, laptops, and computers. It is a simple, easy-to-use, modern and creative, user-friendly WordPress magazine theme. The codes included in the theme are made SEO-friendly so that people can easily notice you and you get more visitors. The clean and secure HTML codes of this theme make your website function smoothly on several platforms and as these are optimized codes, your website will have a faster page load time to load quickly. Live preview : https://demo.adorethemes.com/web-news/
Version: 1.0.3
Requires at least: 5.0 
Requires PHP: 5.6
Tested up to: 6.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: web-news
Tags: custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, left-sidebar, right-sidebar, blog, one-column, portfolio, photography, 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.

Web News 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
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
.theme-wrapper {
	max-width: var(--theme-wrapper-width);
	margin-inline: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.main-widget-section-wrap,
.theme-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	margin-top: 30px;
}

.main-widget-section-wrap .secondary-widgets-area,
.main-widget-section-wrap .primary-widgets-area,
.main-widget-section-wrap #secondary,
.main-widget-section-wrap #primary,
.theme-wrap .secondary-widgets-area,
.theme-wrap .primary-widgets-area,
.theme-wrap #secondary,
.theme-wrap #primary {
	width: 100%;
}

@media (min-width: 992px) {
	.theme-wrap #primary {
		width: calc(70% - 15px);
		flex-grow: 1;
	}
	.theme-wrap #secondary {
		width: calc(30% - 15px);
		position: sticky;
		top: 40px;
		flex-shrink: 0;
	}
	.no-sidebar .theme-wrap #secondary,
	.no-sidebar .theme-wrap #primary {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.main-widget-section-wrap.secondary-right-position:not(.full-width) .primary-widgets-area, .main-widget-section-wrap.secondary-left-position:not(.full-width) .primary-widgets-area {
		width: calc(70% - 15px);
		flex-grow: 1;
	}
	.main-widget-section-wrap.secondary-right-position:not(.full-width) .secondary-widgets-area, .main-widget-section-wrap.secondary-left-position:not(.full-width) .secondary-widgets-area {
		width: calc(30% - 15px);
		position: sticky;
		top: 40px;
		flex-shrink: 0;
	}
}

.main-widget-section-wrap.secondary-left-position,
.left-sidebar .theme-wrap {
	flex-direction: row-reverse;
}

.main-widget-section-wrap.full-width,
.no-sidebar .theme-wrap {
	display: block;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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;
	font-family: var(--font-heading);
}

h1,
.h1 {
	font-size: 4.4rem;
}

h2,
.h2 {
	font-size: 3.4rem;
}

@media (max-width: 992px) {
	h2,
	.h2 {
		font-size: 2.8rem;
	}
}

@media (max-width: 767.98px) {
	h2,
	.h2 {
		font-size: 2.3rem;
	}
}

h3,
.h3 {
	font-size: 1.9rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 600;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2,
h3 {
	font-size: 1.3em;
	margin: 1em 0;
}

.update-core-php h2 {
	margin-top: 4em;
}

.update-php h2,
.update-messages h2,
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

h1.page-title {
	font-size: 4.4rem;
	margin: 0.5rem 0 1.5rem;
}

@media (max-width: 480px) {
	h1.page-title {
		font-size: 2.4rem;
	}
}

.woocommerce-products-header__title {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
}

.page-header h1 {
	font-size: var(--font-size-xl);
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: monospace, monospace;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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
--------------------------------------------- */
:root {
	--primary-color: #289dcc;
	--color-text: #191B1D;
	--color-dark: #424242;
	--color-background: var(--color-white);
	--color-white: #fff;
	--color-text-rgb: 32, 33, 36;
	--shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	/* fonts size---------------------------------------------------- */
	--font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
	--font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);
	/* fonts size---------------------------------------------------- */
	/* container and gaps---------------------------------------------------- */
	--theme-wrapper-width: 1300px;
	/* container and gaps---------------------------------------------------- */
	/* font family */
	--font-head: 'Noto Serif', serif;
	--font-body: "ABeeZee", sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.light-mode {
	--color-text: #191B1D;
	--color-dark: #289dcc;
	--color-light: #f7f7f7;
	--color-background: #fff;
	--color-text-rgb: 32, 33, 36;
}

.dark-mode {
	--color-text: #fff;
	--color-dark: #111111;
	--color-light: #2a2a2a;
	--color-background: #191B1D;
	--color-text-rgb: 255, 255, 255;
}

body {
	background-color: var(--color-background);
	font-size: 1rem;
	font-family: var(--font-body);
	color: var(--color-text);
	margin: 0;
}

body.page {
	margin-bottom: 0;
}

body.custom-background.dark-mode {
	background-color: var(--color-background);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 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;
	background-color: transparent;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Start Scroll to top css
	--------------------------------------------- */
a#scroll-to-top {
	position: fixed;
	bottom: 53px;
	right: 30px;
	height: 40px;
	width: 40px;
	opacity: 0;
	visibility: hidden;
	z-index: 17;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid #fff;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	font-size: var(--font-size-sm);
}

a#scroll-to-top:hover,
a#scroll-to-top:focus {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

a#scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* End Scroll to top css
    --------------------------------------------- */
ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.author-social-contacts a,
ul.social-links a {
	width: 20px;
	height: 20px;
	opacity: 0.8;
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text);
}

.author-social-contacts a:focus, .author-social-contacts a:hover,
ul.social-links a:focus,
ul.social-links a:hover {
	color: var(--primary-color);
	opacity: 1;
}

.author-social-contacts a::before,
ul.social-links a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Font Awesome 5 brands';
	vertical-align: baseline;
	transition: all, ease, 0.3s;
}

.author-social-contacts a[href*='facebook.com']::before,
ul.social-links a[href*='facebook.com']::before {
	content: "\f39e";
}

.author-social-contacts a[href*='twitter.com']::before,
ul.social-links a[href*='twitter.com']::before {
	content: "\f099";
}

.author-social-contacts a[href*='instagram.com']::before,
ul.social-links a[href*='instagram.com']::before {
	content: "\f16d";
}

.author-social-contacts a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a[href*='discord.com']::before,
ul.social-links a[href*='discord.com']::before {
	content: "\f392";
}

.author-social-contacts a[href*='dribbble.com']::before,
ul.social-links a[href*='dribbble.com']::before {
	content: "\f17d";
}

.author-social-contacts a[href*='google.com']::before,
ul.social-links a[href*='google.com']::before {
	content: "\f1a0";
}

.author-social-contacts a[href*='line.me']::before,
ul.social-links a[href*='line.me']::before {
	content: "\f3c0";
}

.author-social-contacts a[href*='linkedin.com']::before,
ul.social-links a[href*='linkedin.com']::before {
	content: "\f08c";
}

.author-social-contacts a[href*='medium.com']::before,
ul.social-links a[href*='medium.com']::before {
	content: "\f23a";
}

.author-social-contacts a[href*='messenger.com']::before,
ul.social-links a[href*='messenger.com']::before {
	content: "\f39f";
}

.author-social-contacts a[href*='paypal.com']::before,
ul.social-links a[href*='paypal.com']::before {
	content: "\f1ed";
}

.author-social-contacts a[href*='pinterest.com']::before,
ul.social-links a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.author-social-contacts a[href*='reddit.com']::before,
ul.social-links a[href*='reddit.com']::before {
	content: "\f1a1";
}

.author-social-contacts a[href*='skype.com']::before,
ul.social-links a[href*='skype.com']::before {
	content: "\f17e";
}

.author-social-contacts a[href*='slack.com']::before,
ul.social-links a[href*='slack.com']::before {
	content: "\f198";
}

.author-social-contacts a[href*='snapchat.com']::before,
ul.social-links a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.author-social-contacts a[href*='spotify.com']::before,
ul.social-links a[href*='spotify.com']::before {
	content: "\f1bc";
}

.author-social-contacts a[href*='stackoverflow.com']::before,
ul.social-links a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.author-social-contacts a[href*='telegram.org']::before,
ul.social-links a[href*='telegram.org']::before {
	content: "\f3fe";
}

.author-social-contacts a[href*='twitch.tv']::before,
ul.social-links a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.author-social-contacts a[href*='vimeo.com']::before,
ul.social-links a[href*='vimeo.com']::before {
	content: "\f27d";
}

.author-social-contacts a[href*='whatsapp.com']::before,
ul.social-links a[href*='whatsapp.com']::before {
	content: "\f232";
}

.author-social-contacts a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.org']::before {
	content: "\f19a";
}

.author-social-contacts a[href*='tiktok.com']::before,
ul.social-links a[href*='tiktok.com']::before {
	content: "\e07b";
}

/* social widget */
.adore-widget.social-widget .social-widgets-wrap a {
	font-size: var(--font-size-sm);
	padding: 12px;
	opacity: 1;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1;
	border-radius: 0;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	opacity: 0.8;
}

.top-header-wrap .right-side ul.social-links a[href*='facebook.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='facebook.com'] {
	background-color: #3b5999;
}

.top-header-wrap .right-side ul.social-links a[href*='twitter.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='twitter.com'] {
	background-color: #55acee;
}

.top-header-wrap .right-side ul.social-links a[href*='instagram.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='instagram.com'] {
	background-color: #3F729B;
}

.top-header-wrap .right-side ul.social-links a[href*='youtube.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='youtube.com'] {
	background-color: #cd201f;
}

.top-header-wrap .right-side ul.social-links a[href*='discord.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='discord.com'] {
	background-color: #5865F2;
}

.top-header-wrap .right-side ul.social-links a[href*='dribbble.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

.top-header-wrap .right-side ul.social-links a[href*='google.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='google.com'] {
	background-color: #dd4b39;
}

.top-header-wrap .right-side ul.social-links a[href*='line.me'],
.adore-widget.social-widget .social-widgets-wrap a[href*='line.me'] {
	background-color: #00b900;
}

.top-header-wrap .right-side ul.social-links a[href*='linkedin.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='linkedin.com'] {
	background-color: #0e76a8;
}

.top-header-wrap .right-side ul.social-links a[href*='medium.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='medium.com'] {
	background-color: #66cdaa;
}

.top-header-wrap .right-side ul.social-links a[href*='messenger.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='messenger.com'] {
	background-color: #006AFF;
}

.top-header-wrap .right-side ul.social-links a[href*='paypal.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='paypal.com'] {
	background-color: #3b7bbf;
}

.top-header-wrap .right-side ul.social-links a[href*='pinterest.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='pinterest.com'] {
	background-color: #E60023;
}

.top-header-wrap .right-side ul.social-links a[href*='reddit.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='reddit.com'] {
	background-color: #ff5700;
}

.top-header-wrap .right-side ul.social-links a[href*='skype.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='skype.com'] {
	background-color: #00aff0;
}

.top-header-wrap .right-side ul.social-links a[href*='slack.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='slack.com'] {
	background-color: #ECB22E;
}

.top-header-wrap .right-side ul.social-links a[href*='snapchat.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='snapchat.com'] {
	background-color: #FFFC00;
}

.top-header-wrap .right-side ul.social-links a[href*='spotify.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='spotify.com'] {
	background-color: #1DB954;
}

.top-header-wrap .right-side ul.social-links a[href*='stackoverflow.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='stackoverflow.com'] {
	background-color: #F47F24;
}

.top-header-wrap .right-side ul.social-links a[href*='telegram.org'],
.adore-widget.social-widget .social-widgets-wrap a[href*='telegram.org'] {
	background-color: #229ED9;
}

.top-header-wrap .right-side ul.social-links a[href*='twitch.tv'],
.adore-widget.social-widget .social-widgets-wrap a[href*='twitch.tv'] {
	background-color: #6441a5;
}

.top-header-wrap .right-side ul.social-links a[href*='vimeo.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='vimeo.com'] {
	background-color: #86c9ef;
}

.top-header-wrap .right-side ul.social-links a[href*='whatsapp.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='whatsapp.com'] {
	background-color: #34B7F1;
}

.top-header-wrap .right-side ul.social-links a[href*='wordpress.org'],
.adore-widget.social-widget .social-widgets-wrap a[href*='wordpress.org'] {
	background-color: #21759b;
}

.top-header-wrap .right-side ul.social-links a[href*='youtube.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='youtube.com'] {
	background-color: #c4302b;
}

.top-header-wrap .right-side ul.social-links a[href*='tiktok.com'],
.adore-widget.social-widget .social-widgets-wrap a[href*='tiktok.com'] {
	background-color: #000;
}

.adore-widget.social-widget .social-widgets-wrap a:focus,
.adore-widget.social-widget .social-widgets-wrap a:hover {
	opacity: 1;
}

.social-widget.style-1 .social-widgets-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.social-widget.style-1 .social-widgets-wrap a {
	padding: 12px;
	opacity: 1;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 1;
	border-radius: 0;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	opacity: 0.8;
	font-size: var(--font-size-sm);
}

.social-widget.style-2 .social-widgets-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.social-widget.style-2 .social-widgets-wrap a {
	color: #fff;
	line-height: 1;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	opacity: 0.8;
	font-size: var(--font-size-sm);
	padding: 12px 20px;
	padding-inline-start: 12px;
}

.social-widget.style-2 .social-widgets-wrap a .screen-reader-text {
	clip: unset;
	clip-path: unset;
	height: auto;
	width: auto;
	margin: 0;
	position: relative !important;
	overflow: visible;
	color: #fff;
	top: inherit;
	margin-inline-start: 5px;
}

/* social widget */
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--primary-color);
	border-radius: 3px;
	background: var(--primary-color);
	color: var(--color-white);
	font-size: var(--font-size-sm);
	line-height: 1;
	padding: 0.6em 1em;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	opacity: 0.8;
}

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

.btn-read-more {
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	color: var(--color-text);
	font-size: var(--font-size-sm);
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.btn-read-more i {
	position: relative;
	height: 15px;
	width: 15px;
	margin-left: 7px;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}

.btn-read-more i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: currentColor;
}

.btn-read-more i::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border: 1px solid currentColor;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 0;
	border-left: 0;
}

.btn-read-more:visited {
	color: var(--color-text);
}

.btn-read-more:focus, .btn-read-more:hover {
	color: var(--primary-color);
}

.btn-read-more:focus i, .btn-read-more:hover i {
	transform: translateX(5px);
}

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: 0;
	padding: 3px;
	width: 100%;
}

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 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a,
.main-navigation ul .current-menu-ancestor > a {
	color: var(--primary-color);
}

@media (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex !important;
		flex-wrap: wrap;
	}
	.main-navigation ul li {
		position: relative;
	}
	.main-navigation ul li a {
		padding: 10px 15px;
		text-transform: uppercase;
		color: var(--color-text);
		display: inline-block;
	}
	.main-navigation ul li a:focus, .main-navigation ul li a:hover {
		color: var(--primary-color);
	}
	.main-navigation ul li.menu-item-has-children > a::after {
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		display: inline-block;
		margin-inline-start: 10px;
	}
	.main-navigation ul li.menu-item-has-children:focus-within > ul, .main-navigation ul li.menu-item-has-children:hover > ul {
		visibility: visible;
		filter: alpha(opacity=1);
		opacity: 1;
		z-index: 999;
	}
	.main-navigation ul ul {
		width: 200px;
		display: block;
		position: absolute;
		text-align: left;
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
		margin: 0 auto;
		padding: 0;
		box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.3);
		transition: top 0.4s;
		top: 100%;
		left: 0px;
		flex-direction: column;
		background-color: #fff;
	}
	.dark-mode .main-navigation ul ul {
		background-color: var(--color-dark);
	}
	.main-navigation ul ul li {
		border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15);
	}
	.main-navigation ul ul li a {
		display: block;
		padding: 10px 15px;
		display: flex;
		justify-content: space-between;
		text-transform: capitalize;
	}
	.main-navigation ul ul li ul {
		top: 0;
	}
	.main-navigation ul ul li:focus-within > ul, .main-navigation ul ul li:hover > ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul ul li.menu-item-has-children > a::after {
		content: "\f105";
	}
	.main-navigation ul .current_page_item > a,
	.main-navigation ul .current-menu-item > a,
	.main-navigation ul .current_page_ancestor > a,
	.main-navigation ul .current-menu-ancestor > a {
		position: relative;
	}
}

@media (max-width: 991px) {
	.main-navigation .menu-toggle {
		width: 35px;
		height: 35px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
		background: none;
		border: none;
		margin-block: 5px;
	}
	.main-navigation .menu-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: var(--color-text);
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}
	.main-navigation .menu-toggle span:nth-child(1) {
		top: calc(50% - 12px);
	}
	.main-navigation .menu-toggle span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.main-navigation .menu-toggle span:nth-child(3) {
		bottom: calc(50% - 12px);
	}
	.main-navigation.toggled .menu-toggle span:nth-child(1) {
		top: 14px;
		width: 0%;
		left: 50%;
	}
	.main-navigation.toggled .menu-toggle span:nth-child(2) {
		transform: rotate(45deg);
	}
	.main-navigation.toggled .menu-toggle span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	.main-navigation ul.nav-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 9999;
		display: none;
		background: #fff;
		box-shadow: var(--shadow);
	}
	.dark-mode .main-navigation ul.nav-menu {
		background-color: var(--color-dark);
	}
	.main-navigation ul.nav-menu li {
		position: relative;
	}
	.main-navigation ul.nav-menu li a {
		padding: 15px;
		text-transform: uppercase;
		color: var(--color-text);
		display: block;
	}
	.main-navigation ul.nav-menu li:first-child {
		border-top: 1px solid rgba(var(--color-text-rgb), 0.15);
	}
	.main-navigation ul.nav-menu li:not(:last-child) {
		border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15);
	}
	.main-navigation ul.nav-menu li.menu-item-has-children > a::after {
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		display: inline-block;
		margin-inline-start: 10px;
	}
	.main-navigation ul.nav-menu li.menu-item-has-children.focus > ul, .main-navigation ul.nav-menu li.menu-item-has-children:focus > ul, .main-navigation ul.nav-menu li.menu-item-has-children:hover > ul {
		height: auto;
		transform: scaleY(1);
	}
	.main-navigation ul.nav-menu ul {
		height: 0;
		transform: scaleY(0);
		transform-origin: top left;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
		margin-inline-start: 10px;
	}
	.main-navigation ul.nav-menu ul li {
		border-bottom: 1px solid #f1f1f1;
	}
	.main-navigation ul.nav-menu ul li a {
		display: block;
		padding: 10px 15px;
		text-transform: capitalize;
	}
	.main-navigation ul.nav-menu ul li a:focus {
		outline-offset: -2px;
	}
}

/* desktop navigation */
/* Adore Slick Navigation css start--------------------------------------------- */
.adore-navigation .adore-arrow {
	position: absolute;
	top: 5px;
	font-size: var(--font-size-sm);
	width: 40px;
	height: 40px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	cursor: pointer;
	font-weight: 600;
	transition: 0.4s;
	padding: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(15px);
}

.adore-navigation .adore-arrow:focus, .adore-navigation .adore-arrow:hover {
	opacity: 1;
	backdrop-filter: blur(0);
	background: var(--primary-color);
	color: #fff;
}

.adore-navigation .adore-arrow.slide-prev {
	right: 50px;
}

.adore-navigation .adore-arrow.slide-next {
	right: 5px;
}

.adore-navigation .slick-dots {
	margin: 0;
	padding: 10px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.adore-navigation .slick-dots li {
	display: flex;
}

.adore-navigation .slick-dots li button {
	font-size: 0;
	width: 8px;
	height: 8px;
	padding: 0;
	background-color: var(--primary-color);
	border: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.adore-navigation .slick-dots li.slick-active button {
	width: 20px;
}

/* Adore Slick Navigation css end--------------------------------------------- */
nav.navigation.pagination .nav-links {
	display: flex;
	gap: 5px;
	margin: 10px 0 20px;
}

nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	color: var(--color-text);
	border: 1px solid var(--color-text);
}

nav.navigation.pagination .nav-links span.prev, nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links a.next {
	font-size: 0;
}

nav.navigation.pagination .nav-links span.prev::after, nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30a";
	font-size: 1rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30b";
}

nav.navigation.pagination .nav-links span:hover, nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.current {
	color: var(--color-white);
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.dots {
	border: none;
}

nav.navigation.pagination .nav-links span.dots:hover, nav.navigation.pagination .nav-links span.dots:focus {
	color: var(--color-text);
	border: none;
}

.site-main .post-navigation,
.site-main .posts-navigation {
	padding: 20px 0;
	border-block: 1px solid rgba(var(--color-text-rgb), 0.15);
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
	display: flex;
	gap: 10px;
}

@media only screen and (max-width: 600px) {
	.post-navigation .nav-links,
	.posts-navigation .nav-links {
		flex-direction: column;
	}
}

.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous {
	flex: 1 0 calc(50% - 5px);
}

@media (max-width: 600px) {
	.post-navigation .nav-links .nav-previous,
	.posts-navigation .nav-links .nav-previous {
		flex: 1 0 unset;
		width: 100%;
	}
}

.post-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-previous a {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	color: var(--color-text);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
	.post-navigation .nav-links .nav-previous a,
	.posts-navigation .nav-links .nav-previous a {
		flex-direction: column;
		align-items: flex-start;
	}
}

.post-navigation .nav-links .nav-previous a .nav-subtitle,
.posts-navigation .nav-links .nav-previous a .nav-subtitle {
	display: flex;
	gap: 5px;
	align-items: center;
}

.post-navigation .nav-links .nav-previous a .nav-subtitle::before,
.posts-navigation .nav-links .nav-previous a .nav-subtitle::before {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f104";
	display: inline-block;
}

.post-navigation .nav-links .nav-previous a:focus, .post-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-previous a:focus,
.posts-navigation .nav-links .nav-previous a:hover {
	color: var(--primary-color);
}

.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next {
	text-align: end;
	flex: 1 0 calc(50% - 5px);
}

@media (max-width: 600px) {
	.post-navigation .nav-links .nav-next,
	.posts-navigation .nav-links .nav-next {
		flex: 1 0 unset;
		width: 100%;
	}
}

.post-navigation .nav-links .nav-next a,
.posts-navigation .nav-links .nav-next a {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	justify-content: flex-end;
	color: var(--color-text);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
	.post-navigation .nav-links .nav-next a,
	.posts-navigation .nav-links .nav-next a {
		flex-direction: column;
		align-items: flex-end;
	}
}

.post-navigation .nav-links .nav-next a .nav-subtitle,
.posts-navigation .nav-links .nav-next a .nav-subtitle {
	display: flex;
	gap: 5px;
	align-items: center;
}

.post-navigation .nav-links .nav-next a .nav-subtitle::after,
.posts-navigation .nav-links .nav-next a .nav-subtitle::after {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: inline-block;
}

@media only screen and (max-width: 480px) {
	.post-navigation .nav-links .nav-next a .nav-subtitle::after,
	.posts-navigation .nav-links .nav-next a .nav-subtitle::after {
		order: 0;
	}
}

.post-navigation .nav-links .nav-next a:focus, .post-navigation .nav-links .nav-next a:hover,
.posts-navigation .nav-links .nav-next a:focus,
.posts-navigation .nav-links .nav-next a:hover {
	color: var(--primary-color);
}

@media only screen and (max-width: 480px) {
	.post-navigation .nav-links .nav-next a > *,
	.posts-navigation .nav-links .nav-next a > * {
		order: 1;
	}
}

.posts-navigation .nav-links .nav-previous a {
	flex-direction: row;
}

.posts-navigation .nav-links .nav-previous a::before {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f104";
	display: inline-block;
}

.posts-navigation .nav-links .nav-next a {
	flex-direction: row;
}

.posts-navigation .nav-links .nav-next a::after {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: inline-block;
}

@media only screen and (max-width: 480px) {
	.posts-navigation .nav-links .nav-next a::after {
		order: 0;
	}
}

.breadcrumb-trail.breadcrumbs {
	padding: 20px 0px;
}

.breadcrumb-trail.breadcrumbs ul.trail-items {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.breadcrumb-trail.breadcrumbs ul.trail-items li {
	display: inline-block;
	margin-right: 5px;
}

.breadcrumb-trail.breadcrumbs ul.trail-items li a {
	text-decoration: none;
	font-size: 13px;
	color: var(--color-text);
	opacity: 0.7;
}

.breadcrumb-trail.breadcrumbs ul.trail-items li a:focus, .breadcrumb-trail.breadcrumbs ul.trail-items li a:hover {
	opacity: 1;
	color: var(--primary-color);
	transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.breadcrumb-trail.breadcrumbs ul.trail-items li::after {
	content: ' / ';
	padding: 0 2px;
	color: var(--color-text);
	font-size: 13px;
}

.breadcrumb-trail.breadcrumbs ul.trail-items li:last-child::after {
	display: none;
}

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

main {
	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;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
section.no-results.not-found {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# archive layouts
--------------------------------------------------------------*/
.theme-archive-layout {
	margin-bottom: 30px;
}

.theme-archive-layout.grid-layout {
	display: grid;
	grid-gap: 30px;
}

.theme-archive-layout.grid-layout article {
	margin-bottom: 0;
}

.theme-archive-layout.grid-layout.grid-column-1 {
	grid-template-columns: repeat(1, 1fr);
}

.theme-archive-layout.grid-layout.grid-column-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 480px) {
	.theme-archive-layout.grid-layout.grid-column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.theme-archive-layout.grid-layout.grid-column-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 480px) {
	.theme-archive-layout.grid-layout.grid-column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.theme-archive-layout.grid-layout.grid-column-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 480px) {
	.theme-archive-layout.grid-layout.grid-column-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.theme-archive-layout.list-layout {
	display: grid;
	gap: 10px;
	margin-bottom: 50px;
}

.theme-archive-layout.list-layout article {
	margin-bottom: 0;
}

.theme-archive-layout.list-layout .post-item {
	display: flex;
}

@media (min-width: 991px) {
	.theme-archive-layout.list-layout.list-style-2 .post-item {
		flex-direction: row-reverse;
		text-align: end;
	}
	.theme-archive-layout.list-layout.list-style-2 .post-item .post-item-content .entry-meta,
	.theme-archive-layout.list-layout.list-style-2 .post-item .entry-cat .post-categories {
		justify-content: flex-end;
	}
}

@media (min-width: 991px) {
	.theme-archive-layout.list-layout.list-style-3 article:nth-child(even) .post-item {
		flex-direction: row-reverse;
		text-align: end;
	}
	.theme-archive-layout.list-layout.list-style-3 article:nth-child(even) .post-item .post-item-content .entry-meta,
	.theme-archive-layout.list-layout.list-style-3 article:nth-child(even) .post-item .entry-cat .post-categories {
		justify-content: flex-end;
	}
}

@media (min-width: 601px) {
	.theme-archive-layout.list-layout.list-style-4 {
		grid-gap: 50px;
	}
}

@media (min-width: 601px) {
	.theme-archive-layout.list-layout.list-style-4 article .post-item {
		display: block;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 450px;
		padding: 50px 0;
		background: transparent;
	}
}

@media (min-width: 601px) {
	.theme-archive-layout.list-layout.list-style-4 article .post-item .post-item-image {
		position: absolute;
		height: 100%;
		width: calc(60% - 50px);
		background-size: cover;
		background-position: 50%;
		left: 0;
		top: 0;
	}
}

@media (min-width: 601px) {
	.theme-archive-layout.list-layout.list-style-4 article .post-item .post-item-content {
		position: relative;
		flex-grow: 0;
		z-index: 2;
		width: 50%;
		padding: 50px;
		background-color: var(--color-light);
	}
}

@media (min-width: 601px) {
	.theme-archive-layout.list-layout.list-style-4 article:nth-child(even) .post-item {
		flex-direction: row-reverse;
	}
}

@media (min-width: 601px) {
	.theme-archive-layout.list-layout.list-style-4 article:nth-child(even) .post-item .post-item-image {
		left: unset;
		right: 0;
	}
}

/*--------------------------------------------------------------
# archive layouts
--------------------------------------------------------------*/
.site-main article .entry-header .entry-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-main);
	margin-top: 0;
	margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
	.site-main article .entry-header .entry-title {
		margin-bottom: 1.1rem;
	}
}

.site-main article .entry-header .entry-title a {
	text-decoration: none;
	color: var(--text-color-normal);
}

.site-main article .entry-meta {
	padding-bottom: 10px;
}

.site-main article .entry-meta span {
	font-size: 16px;
	font-weight: normal;
}

.site-main article .entry-meta span a,
.site-main article .entry-meta span span {
	font-weight: normal;
}

.site-main article .entry-meta span a {
	text-decoration: none;
	color: var(--text-color-normal);
}

.site-main article .entry-meta span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-meta span a i {
	margin-inline-end: 5px;
}

.site-main article .entry-meta span.comments-link a {
	font-weight: bold;
}

.site-main article .post-thumbnail {
	display: block;
	line-height: 0;
	text-align: center;
}

.site-main article .post-thumbnail img {
	transition: all 0.3s linear;
}

@media (min-width: 992px) {
	.site-main article .entry-meta {
		padding: 10px 0 20px;
		padding-top: 0;
	}
}

.site-main article .entry-content {
	margin-top: 0;
}

.site-main article .entry-content p {
	margin-bottom: 10px;
}

.site-main article .entry-footer {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.site-main article .entry-footer span {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}

.site-main article .entry-footer span a,
.site-main article .entry-footer span span {
	font-weight: normal;
}

.site-main article .entry-footer span a {
	text-decoration: none;
	color: var(--text-color-normal);
}

.site-main article .entry-footer span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

.related-posts h2 {
	font-size: var(--font-size-lg);
	font-family: var(--font-main);
	line-height: 1.2;
}

.related-posts article .post-thumbnail {
	line-height: 0;
	aspect-ratio: 1/0.7;
	overflow: hidden;
}

.related-posts article .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-posts article .mag-post-img img {
	aspect-ratio: 1/0.7;
	object-fit: cover;
}

.related-posts article .entry-header {
	margin-top: 10px;
}

.related-posts article .entry-header .entry-title {
	font-size: var(--font-size-md);
}

.related-posts article .entry-header .entry-title a {
	display: inline-block;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
body.single .site-main > article header {
	margin-bottom: 10px;
}

body.single .site-main > article header .entry-title {
	margin-bottom: 10px;
}

body.single .site-main > article header .entry-meta {
	padding-bottom: 0;
	margin-bottom: 10px;
}

/*------------##gutenberg support----------*/
img.alignright {
	clear: right;
}

img.alignleft {
	clear: left;
}

div.wp-block h6 a,
div.wp-block h5 a,
div.wp-block h4 a,
div.wp-block h3 a,
div.wp-block h2 a,
div.wp-block h1 a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

div.wp-block b,
div.wp-block strong {
	font-weight: bold;
}

div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
	background-color: transparent;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .aligncenter {
	text-align: center;
}

.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]) {
	padding-left: 0;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-position: inside;
}

.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]) li {
	padding-bottom: 5px;
	padding-top: 5px;
}

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul {
	margin-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child {
	padding-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) .alignwide,
.entry-content ul:not([class*="wp-"]) .alignwide {
	padding-left: 30px;
}

.entry-content ol:not([class*="wp-"]) .alignfull,
.entry-content ul:not([class*="wp-"]) .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	padding-left: 40px;
}

.entry-content ol:not([class*="wp-"]) {
	list-style-type: decimal;
}

.entry-content ul:not([class*="wp-"]) {
	list-style-type: disc;
}

.entry-content p.has-drop-cap:not(:focus):first-letter {
	font-weight: normal;
}

.entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-quote.is-large {
	margin-top: 2.57143em;
	margin-bottom: 2.14286em;
	padding-top: 1.71429em;
	padding-bottom: 1.71429em;
}

.entry-content .wp-block-image figcaption {
	text-align: center;
}

.entry-content .wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content .wp-block-file {
	margin: 0 0 20px;
}

.entry-content .wp-block-file > a:not([class]),
.entry-content .wp-block-file .wp-block-file__textlink {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .wp-block-file .wp-block-file__button-richtext-wrapper {
	display: inline-block;
	margin: 0;
}

.entry-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file a.wp-block-file__button {
	display: inline-block;
	position: relative;
	text-align: center;
	border: none;
}

.entry-content [dir=rtl] .wp-block-file > a:not([class]),
.entry-content [dir=rtl] .wp-block-file .wp-block-file__textlink {
	margin-left: 20px;
	margin-right: 0;
}

.entry-content .wp-block-audio {
	margin-bottom: 20px;
}

.entry-content .wp-block-audio figcaption {
	margin: 0;
	padding: 10px 0;
}

.entry-content .wp-block-video {
	margin: 0 0 20px;
	text-align: center;
}

.entry-content .wp-block-video video {
	display: inline-block;
}

.entry-content .wp-block-video figcaption {
	margin: 0;
	padding: 6px 0 15px;
	text-align: center;
}

.entry-content .wp-block-code {
	background-color: #f3f3f3;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
	margin: 0 0 20px;
	border: none;
}

.entry-content .wp-block-code code,
.entry-content .wp-block-code .editor-plain-text {
	background-color: #000000;
	padding: 10px;
	color: inherit;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: inherit;
	display: block;
}

.entry-content .wp-block-preformatted {
	margin: 0 0 20px;
}

.entry-content .wp-block-preformatted pre {
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .wp-block-preformatted a {
	text-decoration: underline;
}

.entry-content .wp-block-pullquote {
	margin: 30px 0;
	padding: 30px 0;
}

.entry-content .wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6;
}

.entry-content .wp-block-pullquote.alignleft {
	margin-right: 2em;
}

.entry-content .wp-block-pullquote.alignright {
	margin-left: 2em;
}

.entry-content .wp-block-pullquote:not(.is-style-solid-color) {
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
	padding-left: 50px;
	padding-right: 50px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.entry-content .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote.alignleft blockquote,
.entry-content .wp-block-pullquote.alignright blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	margin: 0;
	padding: 16px;
	border-width: 0;
	border-style: solid;
	text-align: center;
}

.entry-content .wp-block-pullquote blockquote::before,
.entry-content .wp-block-pullquote.alignleft blockquote::before,
.entry-content .wp-block-pullquote.alignright blockquote::before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
	content: none;
}

.entry-content .wp-block-pullquote blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote cite,
.entry-content .wp-block-pullquote.alignleft blockquote cite,
.entry-content .wp-block-pullquote.alignright blockquote cite,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
	display: block;
	margin-top: 15px;
}

.entry-content .wp-block-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content .wp-block-table caption {
	text-align: center;
	padding: 20px;
}

.entry-content .wp-block-table :not([class]):not([id]) {
	border-spacing: 0;
	border-collapse: collapse;
}

.entry-content .wp-block-table :not([class]):not([id]) th,
.entry-content .wp-block-table :not([class]):not([id]) td {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
	padding: 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	word-break: break-all;
}

.entry-content .wp-block-table td:last-child,
.entry-content .wp-block-table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
}

.entry-content .wp-block-table td:last-child td,
.entry-content .wp-block-table th:last-child td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-content .wp-block-table.is-style-stripes {
	border-width: 0;
	border-style: solid;
}

.entry-content .wp-block-table .wp-block-table__cell-content {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	padding: 0;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content .wp-block-spacer {
	clear: both;
}

.entry-content ul.wp-block-archives,
.entry-content ul.wp-block-categories,
.entry-content ul.wp-block-categories__list {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

.entry-content div.wp-block ul.wp-block-archives ul,
.entry-content div.wp-block ul.wp-block-categories ul,
.entry-content div.wp-block ul.wp-block-categories__list ul {
	margin-bottom: 0;
	padding: 10px 0 0;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown,
.entry-content div.wp-block-categories.wp-block-categories-dropdown {
	margin-bottom: 20px;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown label,
.entry-content div.wp-block-categories.wp-block-categories-dropdown label {
	display: none;
}

.entry-content .wp-block-latest-comments {
	list-style: none;
	margin-bottom: 20px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
	min-height: auto;
	margin: 25px 0 0;
	padding: 0;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin: 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
	min-height: 48px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	width: 48px;
	height: 48px;
	margin: 0 17px 0 0;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.entry-content .wp-block-latest-comments article {
	display: block;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin: 0;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	margin: -3px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
	margin: 5px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
	margin: 0 auto 10px;
	float: none;
}

.entry-content .wp-block-latest-comments.aligncenter article {
	padding: 0 3px;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
	text-align: center;
}

.entry-content .wp-block-columns .wp-block-column {
	margin-bottom: 20px;
}

.entry-content .wp-block-columns .wp-block-column > p {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column > p:not(.has-background) {
	padding-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
	padding-bottom: 0;
}

[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	margin: 0 0 0 17px;
	float: right;
}

[dir=rtl] .wp-block-latest-comments article {
	margin: 0 3px 0 0;
}

/*no-align*/
.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*no-align*/
.wp-block-embed-youtube figcaption {
	text-align: center;
}

/*alignfull*/
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignfull iframe,
.wp-block-embed-youtube.alignfull iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignfull*/
/*alignwide*/
.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignwide iframe,
.wp-block-embed-youtube.alignwide iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignwide*/
@media only screen and (min-width: 1025px) {
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		margin-top: 2.66667em;
		margin-bottom: 2em;
		padding: 0.66667em;
		padding-top: 1.33333em;
		padding-bottom: 1.33333em;
	}
}

@media only screen and (max-width: 480px) {
	.wp-block-media-text {
		display: block;
	}
	.wp-block-media-text .wp-block-media-text__media {
		margin: 10px auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}

.aligncener,
.alignfull,
.alignwide {
	margin-top: 30px;
	margin-bottom: 30px;
}

.alignfull .alignfull,
.alignwide .alignwide {
	padding-top: 10px;
	padding-bottom: 10px;
}

body.no-sidebar:not(.ascendoor-boxed-layout) .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	margin-right: calc(50% - 50vw - 10px);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 1230px) {
	body.no-sidebar:not(.ascendoor-boxed-layout) .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0 20px;
		background-color: var(--clr-background);
	}
}

body.no-sidebar:not(.ascendoor-boxed-layout) .alignfull .alignwide {
	margin-inline: auto;
}

body.no-sidebar:not(.ascendoor-boxed-layout) .alignfull .aligncenter {
	margin-inline: auto;
}

body.no-sidebar:not(.ascendoor-boxed-layout) .alignwide {
	max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
	body.no-sidebar:not(.ascendoor-boxed-layout) .alignwide {
		width: calc(100% + (100vw - 100%) / 2);
		margin-left: calc((100% - 100vw) / 4);
	}
}

@media (min-width: 1171px) {
	body.no-sidebar:not(.ascendoor-boxed-layout) .alignwide {
		width: 1140px;
		margin-left: -195px;
	}
}

body.no-sidebar:not(.ascendoor-boxed-layout) .alignwide .alignwide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

body.no-sidebar figure.wp-block-embed.is-type-wp-embed.alignfull,
body.no-sidebar figure.wp-block-table.alignfull,
body.no-sidebar div.wp-block-text-columns.alignfull,
body.no-sidebar div.wp-block-columns.alignfull,
body.no-sidebar div.wp-block-categories-dropdown.alignfull,
body.no-sidebar div.wp-block-file.alignfull {
	padding: 0 25px;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
}

.wp-block-search .wp-block-search__input {
	border-radius: var(--border-radius-all-lefts);
}

.wp-block-search .wp-block-search__button {
	margin: 0;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--color-white);
	border-radius: var(--border-radius-all-rights);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-inline: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	width: 50%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image > a {
	line-height: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a {
	text-decoration: none;
	color: var(--color-text);
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a:hover {
	color: var(--primary-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
	width: 100%;
	margin-inline: 0;
	margin-block-end: 1.5em;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	color: var(--text-color-normal);
}

/*------------##gutenberg support----------*/
.no-sidebar .entry-content {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.site-main > article .mag-post-single .entry-content {
	padding: 20px;
}

.site-main > article .mag-post-single .entry-content:empty {
	padding: 0;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
section.error-404.not-found {
	margin-bottom: 30px;
}

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

.bypostauthor {
	display: block;
}

/**
 * Comments Wrapper
 */
.comments-area {
	padding-bottom: 30px;
}

.comments-area > * {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comments-area > *:first-child {
	margin-top: 0;
}

.comments-area > *:last-child {
	margin-bottom: 0;
}

.comments-area.show-avatars .avatar {
	border-radius: 50%;
	position: absolute;
	top: 10px;
}

.comments-area.show-avatars .fn {
	display: inline-block;
	padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
	padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comment-reply-title {
	display: flex;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
	font-size: 30px;
}

/**
 * Comment Lists
 */
.comments-area [type="checkbox"],
.comments-area [type="radio"] {
	margin-bottom: 7px;
	margin-right: 10px;
}

.comment-list {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

.comment-list ol {
	margin-left: 0;
}

.comment-list > li {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children > li {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 482px) {
	.comment-list .depth-2,
	.comment-list .depth-3 {
		padding-left: calc(4 * 20px);
	}
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
	margin-bottom: calc(0.25 *20px);
}

@media only screen and (min-width: 482px) {
	.comment-meta .comment-author {
		margin-bottom: 0;
		padding-right: 0;
	}
}

.comment-meta .comment-author .fn {
	font-weight: normal;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	color: var(--text-color-normal);
	padding: 8px 0 9px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}

@media only screen and (min-width: 482px) {
	.comment-meta {
		margin-right: inherit;
	}
	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-body {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}

.comment-body .reply {
	margin: 0;
}

.comment-content {
	word-wrap: break-word;
	font-size: 16px;
	padding-bottom: 15px;
	color: #555;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-respond > * {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-respond > *:first-child {
	margin-top: 0;
}

.comment-respond > *:last-child {
	margin-bottom: 0;
}

.comment-respond > *:last-child.comment-form {
	margin-bottom: 30px;
}

.comment-author {
	padding-top: 3px;
}

.reply a,
.comment-content a,
.comment-meta .comment-metadata a,
.comment-author .url {
	color: currentColor;
}

.reply a:focus, .reply a:hover,
.comment-content a:focus,
.comment-content a:hover,
.comment-meta .comment-metadata a:focus,
.comment-meta .comment-metadata a:hover,
.comment-author .url:focus,
.comment-author .url:hover {
	color: var(--primary-color);
}

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

.comment-form > * {
	flex-basis: 100%;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	flex-basis: 0;
	flex-grow: 1;
}

@media only screen and (max-width: 481px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		flex-basis: 100%;
	}
}

.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
	font-size: 1rem;
	font-weight: normal;
}

.comment-form > p {
	margin-bottom: 10px;
}

.comment-form > p a {
	color: var(--text-color-normal);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
}

.comment-form > p a:focus, .comment-form > p a:hover {
	color: var(--primary-color);
}

.comment-form > p:first-of-type {
	margin-top: 0;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
	display: block;
	font-size: var(--global--font-size-sm);
	margin-bottom: calc(.5 *20px);
	width: 100%;
	font-weight: var(--form--label-weight);
}

.comment-form > p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 482px) {
	.comment-form > p.comment-form-author,
	.woocommerce #review_form #respond p {
		margin-right: calc(1.5 * 20px);
	}
	.comment-form > p.comment-notes,
	.comment-form > p.logged-in-as {
		display: block;
	}
}

nav.breadcrumb-trail ul.trail-items {
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--text-color-normal);
}

nav.breadcrumb-trail ul.trail-items li {
	display: inline-block;
}

nav.breadcrumb-trail ul.trail-items li a {
	text-decoration: none;
	color: var(--text-color-normal);
}

nav.breadcrumb-trail ul.trail-items li a:hover {
	color: var(--primary-color);
}

nav.breadcrumb-trail ul.trail-items li::after {
	margin: 0 0.3rem;
}

nav.breadcrumb-trail ul.trail-items li:last-child::after {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*comments section====*/
#comments.comments-area {
	margin-block: 20px;
}

#comments.comments-area .comments-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-main);
	line-height: 1.2;
}

#comments.comments-area .comment-list .comment .comment-author img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50px;
}

#comments.comments-area .comment-list .comment .comment-content p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond {
	margin-top: 20px;
}

#comments.comments-area div#respond #reply-title {
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
}

#comments.comments-area div#respond p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond label {
	font-weight: normal;
}

#comments.comments-area div#respond textarea {
	width: 100%;
	background: #fafafa;
}

#comments.comments-area div#respond p.comment-form-url,
#comments.comments-area div#respond p.comment-form-email,
#comments.comments-area div#respond p.comment-form-author {
	display: inline-block;
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-url label,
#comments.comments-area div#respond p.comment-form-email label,
#comments.comments-area div#respond p.comment-form-author label {
	display: block;
}

#comments.comments-area div#respond p.comment-form-url input,
#comments.comments-area div#respond p.comment-form-email input,
#comments.comments-area div#respond p.comment-form-author input {
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-cookies-consent label {
	margin-left: 8px;
	position: relative;
	top: -1px;
}

#comments.comments-area div#respond input[type="submit"] {
	display: inline-block;
	margin-top: 10px;
}

#comments.comments-area div#respond #reply-title small a {
	display: inline-block;
	margin-left: 10px;
}

.comment div#respond,
.comment-content {
	margin-left: 70px;
}

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

.bypostauthor {
	display: block;
}

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

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

.adore-widget {
	margin-bottom: 30px;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}

/*widget list===============*/
.widget:not(.adore-widget) ol,
.widget:not(.adore-widget) ul {
	list-style: none;
	padding: 0;
	margin-inline: 0;
}

.widget:not(.adore-widget) ol li,
.widget:not(.adore-widget) ul li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: var(--font-size-sm);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget:not(.adore-widget) ol li a,
.widget:not(.adore-widget) ul li a {
	text-decoration: none;
	color: var(--color-text);
}

.widget:not(.adore-widget) ol li a:focus, .widget:not(.adore-widget) ol li a:hover,
.widget:not(.adore-widget) ul li a:focus,
.widget:not(.adore-widget) ul li a:hover {
	color: var(--primary-color);
}

.widget:not(.adore-widget) ol ol,
.widget:not(.adore-widget) ol ul,
.widget:not(.adore-widget) ul ol,
.widget:not(.adore-widget) ul ul {
	padding-top: 7px;
	margin-left: 10px;
	padding-left: 10px;
}

.widget:not(.adore-widget) > ol > li,
.widget:not(.adore-widget) > ul > li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget:not(.adore-widget) > ol > li a,
.widget:not(.adore-widget) > ul > li a {
	color: var(--color-text);
	transition: all 0.5s linear;
}

.widget:not(.adore-widget) > ol > li a:focus, .widget:not(.adore-widget) > ol > li a:hover,
.widget:not(.adore-widget) > ul > li a:focus,
.widget:not(.adore-widget) > ul > li a:hover {
	color: var(--primary-color);
}

.widget:not(.adore-widget) ol > li:last-child,
.widget:not(.adore-widget) ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*widget list===============*/
/*widget tag cloud ===============*/
.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	text-decoration: none;
	font-size: var(--font-size-sm) !important;
	color: var(--color-text);
	border: 1px solid var(--color-text);
	padding: 3px 7px;
	margin-inline-end: 5px;
	margin-block-end: 5px;
	line-height: 1.2;
}

.wp-block-tag-cloud a:focus, .wp-block-tag-cloud a:hover,
.tagcloud a:focus,
.tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

/*widget tag cloud ===============*/
/*widget search ===============*/
.widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible {
	outline: 0;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	cursor: pointer;
	color: var(--color-white);
	background-color: var(--primary-color);
	margin: 0;
	padding: 10px 25px;
}

.search-form {
	display: flex;
}

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

.search-form .search-field {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
	border-radius: 0;
}

.search-form .search-submit {
	border-radius: 0;
}

/*widget search ===============*/
/*widget wp social links ===============*/
.wp-block-social-links li {
	margin: 0 !important;
	padding: 0 !important;
}

/*widget wp social links ===============*/
/* 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: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

/* Preloader--------------------------------------------- */
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: var(--color-background);
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
}

#loader .loader-container {
	position: relative;
	z-index: 12;
}

#loader .loader-container #preloader {
	position: relative;
	margin: auto;
	width: 100px;
}

#loader .dots-1 {
	width: 4px;
	aspect-ratio: 1;
	border-radius: 50%;
	box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
	transform: translateX(-38px);
	animation: d1 .5s infinite alternate linear;
}

@keyframes d1 {
	50% {
		box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
	}
	100% {
		box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
	}
}

/* Preloader--------------------------------------------- */
/* sections Start--------------------------------------------- */
.main-widget-section,
.frontpage {
	margin-top: 30px;
}

.news-ticker-section:not(:first-child),
.main-banner-section:not(:first-child) {
	margin-top: 30px;
}

.news-ticker-section:first-child,
.main-banner-section:first-child {
	margin-top: 0;
}

.news-ticker-section + .main-banner-section {
	margin-top: 10px;
}

/* sections End--------------------------------------------- */
/* header navigation start--------------------------------------------- */
.site-header {
	margin-bottom: 10px;
}

.site-header .top-header {
	background-color: var(--color-dark);
	padding-block: 10px;
	position: relative;
	color: #fff;
}

.site-header .top-header .top-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .top-header .top-header-wrap .left-side .top-info {
	font-size: var(--font-size-sm);
	font-weight: bold;
	letter-spacing: 0.5px;
}

.site-header .top-header .top-header-wrap .right-side {
	margin-block: -10px;
}

.site-header .top-header .top-header-wrap .right-side ul.social-links {
	gap: 0;
	flex-wrap: wrap;
}

.site-header .top-header .top-header-wrap .right-side ul.social-links a {
	color: #fff;
	padding: 20px;
}

.site-header .middle-header .middle-header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 15px;
	gap: 30px;
}

@media (max-width: 991px) {
	.site-header .middle-header .middle-header-wrap {
		flex-direction: column;
		gap: 15px;
	}
}

.site-header .middle-header .middle-header-wrap .site-branding {
	margin-right: auto;
}

@media (max-width: 991px) {
	.site-header .middle-header .middle-header-wrap .site-branding {
		width: 100%;
		text-align: center;
	}
}

.site-header .middle-header .middle-header-wrap .site-branding .site-identity .site-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

.site-header .middle-header .middle-header-wrap .site-branding .site-identity .site-title a {
	text-decoration: none;
}

.site-header .middle-header .middle-header-wrap .site-branding .site-identity .site-description {
	margin-bottom: 0;
	margin-top: 5px;
}

.site-header .middle-header .middle-header-wrap .adore-adver {
	width: 100%;
	line-height: 0;
}

@media (min-width: 992px) {
	.site-header .middle-header .middle-header-wrap .adore-adver {
		width: 60%;
	}
}

.site-header .middle-header .middle-header-wrap .adore-adver a {
	display: block;
	line-height: 0;
}

.site-header .middle-header .middle-header-wrap .adore-adver a img {
	width: 100%;
}

.site-header .middle-header .middle-header-wrap .adore-adver a:focus {
	outline-color: var(--primary-color);
	outline-offset: 2px;
}

.site-header .middle-header .middle-header-wrap .adore-adver .slick-dots {
	padding: 5px;
}

.site-header .middle-header .middle-header-wrap.no-image {
	justify-content: center;
	padding-block: 30px;
}

.site-header .middle-header .middle-header-wrap.no-image .site-branding {
	margin-right: 0;
	text-align: center;
}

.site-header .middle-header.adore-header-image {
	padding-block: 10px;
	position: relative;
}

.site-header .middle-header.adore-header-image > * {
	position: relative;
	z-index: 1;
}

.site-header .middle-header.adore-header-image::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}

.site-header .adore-header {
	background-color: var(--color-background);
}

.site-header .adore-header .header-wrapper {
	border-top: 2px solid var(--color-text);
	border-bottom: 1px solid var(--color-text);
}

.site-header .adore-header .header-wrapper .header-nav-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.site-header .adore-header .header-wrapper .header-nav-search {
		width: 100%;
		position: relative;
	}
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end {
	display: flex;
	align-items: center;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .random-post a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	color: var(--color-text);
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .random-post a:focus, .site-header .adore-header .header-wrapper .header-nav-search .header-end .random-post a:hover {
	color: var(--primary-color);
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search {
	width: 30px;
	position: relative;
	display: inline-block;
	text-align: center;
}

@media (max-width: 480px) {
	.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search {
		position: unset;
	}
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-icon {
	color: var(--color-text);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	outline: 0;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-icon:focus, .site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-icon:hover {
	color: var(--primary-color);
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-icon:focus-within {
	outline: 1px dashed;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form {
	position: absolute;
	background: #fff;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	width: 325px;
	padding: 14px;
	z-index: 99;
	box-shadow: 0 2px 9px -7px #000;
}

@media (max-width: 480px) {
	.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form {
		width: 100%;
	}
}

.dark-mode .site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form {
	background-color: var(--color-dark);
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form .search-form {
	display: flex;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form .search-form label {
	width: 75%;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form .search-form label input {
	width: 100%;
	border-radius: 0px;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap .navigation-search-form .search-form input.search-submit {
	border-radius: 0px;
	width: 25%;
	margin: 0;
	font-size: var(--font-size-sm);
	border: none;
	background: var(--primary-color);
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em;
}

.site-header .adore-header .header-wrapper .header-nav-search .header-end .navigation-search .navigation-search-wrap.show .navigation-search-form {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

.site-header .adore-header.fix-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;
}

@media (min-width: 1024px) {
	.admin-bar .site-header .adore-header.fix-header {
		top: 32px;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	.admin-bar .site-header .adore-header.fix-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.site-header .adore-header.fix-header .site-branding {
		display: none;
	}
}

/* header navigation end--------------------------------------------- */
/* categories--------------------------------------------- */
.entry-cat .post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.entry-cat .post-categories li {
	margin-inline-end: 5px;
	margin-block-start: 5px;
	display: flex;
}

.entry-cat .post-categories li a {
	color: #fff;
	display: block;
	background-color: var(--primary-color);
	font-size: var(--font-size-xs);
	text-decoration: none;
	line-height: 1;
	padding: 3px 7px;
	border-radius: 3px;
	transition: all 0.5s;
}

.entry-cat .post-categories li a:focus, .entry-cat .post-categories li a:hover {
	opacity: 0.8;
}

.entry-cat .post-categories li a:focus {
	outline-offset: 2px;
	outline-color: var(--color-text);
}

.entry-cat.no-bg .post-categories li a {
	color: var(--primary-color);
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

.entry-cat.no-bg .post-categories li a:focus, .entry-cat.no-bg .post-categories li a:hover {
	opacity: 1;
	color: var(--color-text);
}

.entry-cat.no-bg .post-categories li:not(:last-child) a::after {
	content: "\22C5";
	font-weight: bold;
	padding: 0 0 0 5px;
	opacity: 0.7;
	color: var(--color-text);
}

/* categories--------------------------------------------- */
/* Post Item Common--------------------------------------------- */
.post-item .post-item-image {
	position: relative;
	aspect-ratio: 1/0.7;
	background-color: var(--color-light);
}

.post-item .post-item-image a {
	position: relative;
	display: block;
	height: 100%;
}

.post-item .post-item-image a:focus {
	outline-offset: 1px;
}

.post-item .post-item-image a img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.post-item .post-item-image img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.post-item .post-item-content {
	padding-block-start: 20px;
}

.post-item .post-item-content .entry-title {
	margin-block: 10px;
	line-height: 1.3;
	font-size: var(--font-size-base);
	font-family: var(--font-head);
}

.post-item .post-item-content .entry-title a {
	color: var(--color-text);
	display: inline;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	transition: all 0.5s;
}

.post-item .post-item-content .entry-title a:focus, .post-item .post-item-content .entry-title a:hover {
	color: var(--primary-color);
}

.post-item .post-item-content .entry-meta {
	margin: 0;
	margin-block-end: 10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 6px;
	column-gap: 12px;
}

.post-item .post-item-content .entry-meta:last-child {
	margin-block-end: 0;
}

.post-item .post-item-content .entry-meta li {
	padding: 0;
	border: none;
	margin-bottom: 0;
	font-size: var(--font-size-xs);
	text-transform: capitalize;
	font-weight: 500;
}

.post-item .post-item-content .entry-meta li a {
	text-decoration: none;
	color: var(--color-text);
}

.post-item .post-item-content .entry-meta li a:focus, .post-item .post-item-content .entry-meta li a:hover {
	color: var(--primary-color);
}

.post-item .post-item-content .entry-meta li:last-child {
	display: flex;
	align-items: center;
}

.post-item .post-item-content .entry-meta li span {
	margin-inline-end: 5px;
}

.post-item .post-item-content .post-content p,
.post-item .post-item-content .post-exerpt p {
	margin-block-end: 10px;
	margin-block-start: 0;
}

.post-item .post-item-content .post-btn a:focus, .post-item .post-item-content .post-btn a:hover {
	color: var(--primary-color);
}

.post-item:focus-within .post-item-content .entry-title a, .post-item:hover .post-item-content .entry-title a {
	text-decoration-color: currentColor;
}

.post-item.small-list, .post-item.post-list {
	display: flex;
	gap: 20px;
	transition: all 0.4s ease-in-out;
}

.post-item.small-list .post-item-image, .post-item.post-list .post-item-image {
	width: 50%;
	margin: 0;
}

.post-item.small-list .post-item-content, .post-item.post-list .post-item-content {
	width: calc(50% - 20px);
	flex-grow: 1;
	padding-block: 20px;
	align-self: center;
}

@media (max-width: 600px) {
	.post-item.post-list:not(.small-list) {
		flex-direction: column;
		gap: 0;
	}
	.post-item.post-list:not(.small-list) .post-item-image {
		width: 100%;
	}
	.post-item.post-list:not(.small-list) .post-item-content {
		text-align: start;
		width: 100%;
		padding-inline: 0;
		padding-block-end: 0;
	}
}

.post-item.small-list {
	gap: 10px;
}

.post-item.small-list .post-item-image {
	width: 30%;
}

.post-item.small-list .post-item-content {
	width: calc(70% - 20px);
	padding: 0;
}

.post-item.small-list .post-item-content .entry-title {
	font-size: var(--font-size-sm);
}

.post-item.overlay-post {
	min-height: 380px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.post-item.overlay-post::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(80%, rgba(17, 17, 17, 0.6)), to(#111111));
	background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 80%, #111111 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.post-item.overlay-post .post-overlay {
	position: relative;
	z-index: 1;
}

.post-item.overlay-post .post-item-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.post-item.overlay-post .post-item-content {
	position: relative;
	z-index: 1;
}

.post-item.overlay-post .post-item-content .entry-cat .post-categories li a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	text-transform: capitalize;
	color: #eee;
	background-color: transparent;
	border: 1px solid #d0d0d0;
	transition: all 0.4s ease-in-out;
	border-radius: 3px;
}

.post-item.overlay-post .post-item-content .entry-cat .post-categories li a:focus, .post-item.overlay-post .post-item-content .entry-cat .post-categories li a:hover {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	opacity: 1;
}

.post-item.overlay-post .post-item-content .entry-cat .post-categories li a:focus {
	outline-color: #fff;
}

.post-item.overlay-post .post-item-content .entry-title a {
	color: #fff;
}

.post-item.overlay-post .post-item-content .entry-title a:focus, .post-item.overlay-post .post-item-content .entry-title a:hover {
	color: #fff;
}

.post-item.overlay-post .post-item-content .entry-meta li {
	color: #fff;
}

.post-item.overlay-post .post-item-content .entry-meta li a {
	color: #fff;
}

.post-item.overlay-post .post-item-content .post-exerpt p {
	color: #fff;
}

.post-item.overlay-post .post-item-content .post-btn a {
	color: #fff;
}

.post-item.overlay-post .post-item-content .post-btn a:focus, .post-item.overlay-post .post-item-content .post-btn a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.post-item.overlay-post {
		min-height: 380px;
	}
}

/* Post Item Common--------------------------------------------- */
/* news ticker Section start--------------------------------------------- */
.news-ticker-section {
	margin-bottom: 10px;
}

.news-ticker-section .news-ticker-section-wrapper {
	background-color: #f1f1f1;
	position: relative;
	height: 45px;
	display: flex;
	overflow: hidden;
}

.dark-mode .news-ticker-section .news-ticker-section-wrapper {
	background-color: var(--color-dark);
}

.news-ticker-section .news-ticker-section-wrapper .marquee-part {
	display: flex;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker {
	width: 100%;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li {
	margin: 0;
	float: none;
	flex-shrink: 0;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer {
	display: flex;
	align-items: center;
	gap: 5px;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image {
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	line-height: 1;
	position: relative;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image img {
	height: 30px;
	width: 30px;
	object-fit: cover;
	margin: 0;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title {
	flex-shrink: 0;
	text-align: start;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a {
	text-decoration: none;
	font-size: var(--font-size-sm);
	line-height: 1.2;
	color: var(--color-text);
	font-weight: 600;
	display: block;
}

.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a:focus, .news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a:hover {
	color: var(--primary-color);
}

@media (max-width: 575px) {
	.news-ticker-section .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a {
		font-size: calc(var(--font-size-xs) - 0.15px);
	}
}

.news-ticker-section .news-ticker-section-wrapper .acme-news-ticker-label {
	background: var(--primary-color);
	padding: 10px;
	width: auto;
	float: left;
	line-height: normal;
	height: 100%;
	color: #fff;
	position: relative;
	flex-shrink: 0;
	z-index: 9;
}

@media (max-width: 481px) {
	.news-ticker-section .news-ticker-section-wrapper .acme-news-ticker-label {
		font-size: var(--font-size-sm);
		display: flex;
		align-items: center;
	}
}

.customize-partial-edit-shortcuts-shown .news-ticker-section .news-ticker-section-wrapper .acme-news-ticker-label {
	padding-left: 35px;
}

.customize-partial-edit-shortcuts-shown .news-ticker-section .news-ticker-section-wrapper .acme-news-ticker-label .customize-partial-edit-shortcut {
	left: 32px;
	bottom: 38px;
}

.news-ticker-section .news-ticker-section-wrapper .acme-news-ticker-label::after {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -10px;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 553.5 553.5" preserveAspectRatio="none"><polygon points="0,553 553.5,553.5 0,0 "/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 553.5 553.5" preserveAspectRatio="none"><polygon points="0,553 553.5,553.5 0,0 "/></svg>');
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	background-color: var(--primary-color);
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer {
	font-size: 0;
	min-height: 45px;
	display: flex;
	align-items: center;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker {
	width: 100%;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li {
	margin: 0;
	float: none;
	flex-shrink: 0;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer {
	display: flex;
	align-items: center;
	gap: 5px;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-image {
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	line-height: 1;
	position: relative;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-image img {
	height: 30px;
	width: 30px;
	object-fit: cover;
	margin: 0;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-title {
	flex-shrink: 0;
	text-align: start;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-title a {
	text-decoration: none;
	font-size: var(--font-size-sm);
	line-height: 1.2;
	color: var(--color-text);
	font-weight: 600;
	display: block;
}

.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-title a:focus, .news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-title a:hover {
	color: var(--primary-color);
}

@media (max-width: 575px) {
	.news-ticker-section .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-title a {
		font-size: calc(var(--font-size-xs) - 0.15px);
	}
}

.news-ticker-section.display-number .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-image .ticker-no {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 100%;
	height: 100%;
	font-weight: 700;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sm);
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.25);
}

.news-ticker-section.two-lines .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer {
	max-width: 400px;
}

.news-ticker-section.two-lines .news-ticker-section-wrapper .tickercontainer ul.newsticker li .newsticker-outer .newsticker-title {
	line-height: 1.1;
	flex-shrink: 1;
	font-size: var(--font-size-sm);
}

/* news ticker Section end--------------------------------------------- */
/* Start Banner Slider Section--------------------------------------------- */
.main-banner-section .banner-items-wrapper {
	display: grid;
	gap: 10px;
}

.main-banner-section .banner-items-wrapper .slider-item {
	min-height: 260px;
}

.main-banner-section.style-4 .banner-items-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.main-banner-section.style-4 .banner-items-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.main-banner-section.style-4 .banner-items-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.main-banner-section.style-4 .banner-items-wrapper .slider-item:nth-child(2), .main-banner-section.style-4 .banner-items-wrapper .slider-item:first-child {
	grid-row: span 2;
}

@media (max-width: 600px) {
	.main-banner-section.style-4 .banner-items-wrapper .slider-item:nth-child(2), .main-banner-section.style-4 .banner-items-wrapper .slider-item:first-child {
		grid-row: span 1;
	}
}

@media (min-width: 601px) {
	.main-banner-section.style-4 .banner-items-wrapper .slider-item:nth-child(2), .main-banner-section.style-4 .banner-items-wrapper .slider-item:first-child {
		min-height: 380px;
	}
	.main-banner-section.style-4 .banner-items-wrapper .slider-item:nth-child(2) .post-item-content .entry-title, .main-banner-section.style-4 .banner-items-wrapper .slider-item:first-child .post-item-content .entry-title {
		font-size: var(--font-size-md);
	}
}

/* End Banner Slider Section--------------------------------------------- */
/* Start Grid Posts Section--------------------------------------------- */
.post-grid-wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.post-grid-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.post-grid-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* End Grid Posts Section--------------------------------------------- */
/* Start Section header css--------------------------------------------- */
.widget-header {
	position: relative;
}

.widget-header > a {
	text-decoration: none;
	font-size: var(--font-size-xs);
	color: var(--color-text);
	transition: all 0.5s;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.widget-header > a::after {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: inline-block;
	margin-inline-start: 10px;
}

.widget-header > a:focus, .widget-header > a:hover {
	color: var(--primary-color);
}

.section-header-1 .widget-header .widget-title {
	padding-block-end: 10px;
	border-bottom: 1px solid rgba(var(--color-text-rgb), 0.15);
	text-align: left;
	background: none;
	position: relative;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 15px;
	color: var(--color-text);
	font-size: var(--font-size-md);
}

.section-header-1 .widget-header .widget-title::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 60px;
	height: 3px;
	background: var(--primary-color);
}

.section-header-1 .widget-header > a {
	position: absolute;
	top: 0;
	right: 0;
	padding-block: 5px;
}

.section-header-1 .widget-header .site-footer .widget-title {
	border-bottom: 1px double rgba(255, 255, 255, 0.15);
}

.section-header-3 .widget-header,
.section-header-2 .widget-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.section-header-3 .widget-header .widget-title,
.section-header-2 .widget-header .widget-title {
	flex-grow: 1;
	text-align: start;
	background: none;
	position: relative;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 15px;
	color: var(--color-text);
	font-size: var(--font-size-base);
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-header-3 .widget-header .widget-title::before,
.section-header-2 .widget-header .widget-title::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary-color);
	order: 2;
}

.section-header-3 .widget-header .widget-title::after,
.section-header-2 .widget-header .widget-title::after {
	display: inline-block;
	content: "";
	width: 10px;
	flex-grow: 1;
	height: 6px;
	border: 1px double rgba(var(--color-text-rgb), 0.15);
	border-width: 1px 0 1px 0;
	order: 3;
}

.section-header-3 .widget-header > a,
.section-header-2 .widget-header > a {
	margin-bottom: 15px;
}

.section-header-2 .widget-header .site-footer .widget-title::after {
	border: 1px double rgba(255, 255, 255, 0.15);
	border-width: 1px 0 1px 0;
}

.section-header-3 .widget-header .widget-title::before {
	width: 30px;
	height: 3px;
	order: 0;
	border-radius: 0;
}

.section-header-3 .widget-header .widget-title::after {
	border-radius: 0;
	height: 3px;
	border: none;
	background-color: rgba(var(--color-text-rgb), 0.15);
}

.section-header-3 .widget-header .site-footer .widget-title::after {
	background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 600px) {
	.section-header-3 .tab-filter-widget .widget-header,
	.section-header-2 .tab-filter-widget .widget-header {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
	.section-header-3 .tab-filter-widget .widget-header .widget-title,
	.section-header-2 .tab-filter-widget .widget-header .widget-title {
		margin-bottom: 5px;
	}
}

.section-header-3 .secondary-widgets-area .tab-filter-widget .widget-header,
.section-header-3 .site-footer .tab-filter-widget .widget-header,
.section-header-2 .secondary-widgets-area .tab-filter-widget .widget-header,
.section-header-2 .site-footer .tab-filter-widget .widget-header {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.section-header-3 .secondary-widgets-area .tab-filter-widget .widget-header .widget-title,
.section-header-3 .site-footer .tab-filter-widget .widget-header .widget-title,
.section-header-2 .secondary-widgets-area .tab-filter-widget .widget-header .widget-title,
.section-header-2 .site-footer .tab-filter-widget .widget-header .widget-title {
	margin-bottom: 5px;
}

/* End Section header css--------------------------------------------- */
.recentpost-section .recentpost-wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.recentpost-section .recentpost-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.recentpost-section .recentpost-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.recentpost-section.style-2 .recentpost-wrapper .post-item {
	min-height: 220px;
}

.recentpost-section.style-2 .recentpost-wrapper .post-item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

@media (max-width: 600px) {
	.recentpost-section.style-2 .recentpost-wrapper .post-item:first-child {
		grid-column: span 1;
		grid-row: span 1;
	}
}

@media (min-width: 601px) {
	.recentpost-section.style-2 .recentpost-wrapper .post-item:first-child .post-item-content .entry-title {
		font-size: var(--font-size-md);
	}
}

.popular-post-section .pupular-post-wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
	.popular-post-section .pupular-post-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.popular-post-section .pupular-post-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 768px) {
	.popular-post-section.style-1 .pupular-post-wrapper .post-item:first-child {
		grid-column: span 2;
		grid-row: span 2;
	}
	.popular-post-section.style-1 .pupular-post-wrapper .post-item:first-child .post-item-content .entry-title {
		font-size: var(--font-size-md);
	}
}

@media (min-width: 768px) {
	.popular-post-section.style-1 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content {
		padding-block-start: 10px;
	}
	.popular-post-section.style-1 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content .entry-cat,
	.popular-post-section.style-1 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content .post-exerpt,
	.popular-post-section.style-1 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content .post-btn {
		display: none;
	}
}

@media (min-width: 768px) {
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:first-child {
		grid-column: span 2;
		grid-row: span 2;
		grid-column: 2/4;
	}
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:first-child .post-item-content .entry-title {
		font-size: var(--font-size-md);
	}
}

@media (min-width: 768px) {
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:nth-child(2) {
		grid-column-start: 1;
		grid-row-start: 1;
	}
}

@media (min-width: 768px) {
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content {
		padding-block-start: 10px;
	}
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content .entry-cat,
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content .post-exerpt,
	.popular-post-section.style-2 .pupular-post-wrapper .post-item:not(:first-child) .post-item-content .post-btn {
		display: none;
	}
}

/* featured widget start */
.featured-widget .post-item {
	border: none;
	align-items: center;
	margin-bottom: 20px;
}

.featured-widget .post-item .post-item-content {
	flex-grow: 1;
}

.featured-widget .post-item .post-item-content .entry-title {
	font-size: var(--font-size-base);
}

@media (max-width: 600px) {
	.featured-widget .post-item .post-item-content .entry-title {
		font-size: var(--font-size-sm);
	}
}

@media (max-width: 600px) {
	.featured-widget .post-item .post-item-content .post-exerpt {
		display: none;
	}
}

.site-footer .featured-widget .post-item .post-item-content,
#secondary .featured-widget .post-item .post-item-content,
.secondary-widgets-area .featured-widget .post-item .post-item-content {
	padding-block: 0;
	padding-inline-end: 0;
}

.site-footer .featured-widget .post-item .post-item-content .entry-title,
#secondary .featured-widget .post-item .post-item-content .entry-title,
.secondary-widgets-area .featured-widget .post-item .post-item-content .entry-title {
	font-size: var(--font-size-sm);
}

.site-footer .featured-widget .post-item .post-item-content .post-exerpt,
#secondary .featured-widget .post-item .post-item-content .post-exerpt,
.secondary-widgets-area .featured-widget .post-item .post-item-content .post-exerpt {
	display: none;
}

/* featured widget end */
/* Start Tab widget */
.posts-tabs-widget .post-tabs-wrapper .post-tabs-head {
	position: relative;
	margin-bottom: 20px;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	background-color: #999;
	opacity: 0.5;
	left: 0;
	bottom: 0;
}

.site-footer .posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before,
.dark-mode .posts-tabs-widget .post-tabs-wrapper .post-tabs-head::before {
	background-color: #fff;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: flex;
	position: relative;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li {
	outline: none;
	flex: 1;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a {
	font-size: var(--font-size-sm);
	font-weight: bold;
	color: #fff;
	background-color: var(--primary-color);
	padding: 8px 12px;
	text-decoration: none;
	outline: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive {
	color: var(--color-text);
	background-color: transparent;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a.inactive:hover {
	color: var(--primary-color);
	outline: none;
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:not(.inactive):focus, .posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:not(.inactive):hover {
	color: #fff;
	background-color: var(--primary-color);
}

.posts-tabs-widget .post-tabs-wrapper .post-tabs-head .post-tabs li a:hover {
	color: var(--primary-color);
	outline: none;
}

.posts-tabs-widget .post-item {
	margin-bottom: 20px;
}

@media (max-width: 600px) {
	.posts-tabs-widget .post-item .post-item-image {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.posts-tabs-widget .post-item .post-item-content {
		padding-block: 0;
		padding-inline-end: 0;
		padding-inline-start: 10px;
	}
	.posts-tabs-widget .post-item .post-item-content .post-categories,
	.posts-tabs-widget .post-item .post-item-content .post-exerpt,
	.posts-tabs-widget .post-item .post-item-content .post-btn {
		display: none;
	}
}

#secondary .posts-tabs-widget .post-item,
.site-footer .posts-tabs-widget .post-item,
.secondary-widgets-area .posts-tabs-widget .post-item {
	margin-bottom: 10px;
}

#secondary .posts-tabs-widget .post-item .post-item-content .post-categories,
#secondary .posts-tabs-widget .post-item .post-item-content .post-exerpt,
#secondary .posts-tabs-widget .post-item .post-item-content .post-btn,
.site-footer .posts-tabs-widget .post-item .post-item-content .post-categories,
.site-footer .posts-tabs-widget .post-item .post-item-content .post-exerpt,
.site-footer .posts-tabs-widget .post-item .post-item-content .post-btn,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .post-categories,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .post-exerpt,
.secondary-widgets-area .posts-tabs-widget .post-item .post-item-content .post-btn {
	display: none;
}

/* End Tab widget */
/* Start express list widget*/
.express-list-widget .express-list-widget-wrapper {
	display: grid;
	gap: 20px;
}

.express-list-widget.style-2 .express-list-widget-wrapper {
	grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 768px) {
	.express-list-widget.style-2 .express-list-widget-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 600px) {
	.express-list-widget.style-2 .express-list-widget-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.express-list-widget.style-2 .express-list-widget-wrapper .post-item.overlay-post, .express-list-widget.style-2 .express-list-widget-wrapper .post-item.post-grid {
	grid-row: span 4;
	grid-column: span 2;
}

.express-list-widget.style-2 .express-list-widget-wrapper .post-item.small-list {
	grid-column: span 2;
}

.auto-fold .express-list-widget.style-2 .express-list-widget-wrapper {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
	.auto-fold .express-list-widget.style-2 .express-list-widget-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 600px) {
	.auto-fold .express-list-widget.style-2 .express-list-widget-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.main-widget-section-wrap:not(.full-width) .primary-widgets-area .express-list-widget.style-2 .express-list-widget-wrapper {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 600px) {
	.main-widget-section-wrap:not(.full-width) .primary-widgets-area .express-list-widget.style-2 .express-list-widget-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

#secondary .express-list-widget.style-2 .express-list-widget-wrapper,
.site-footer .express-list-widget.style-2 .express-list-widget-wrapper,
.secondary-widgets-area .express-list-widget.style-2 .express-list-widget-wrapper {
	grid-template-columns: repeat(2, 1fr);
}

/* End express list widget */
/* grid widget start */
.grid-widget .post-grid-widget-wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
	.grid-widget .post-grid-widget-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.grid-widget .post-grid-widget-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.auto-fold .grid-widget .post-grid-widget-wrapper {
	grid-template-columns: repeat(2, 1fr);
}

.main-widget-section-wrap:not(.full-width) .primary-widgets-area .grid-widget .post-grid-widget-wrapper {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
	.main-widget-section-wrap:not(.full-width) .primary-widgets-area .grid-widget .post-grid-widget-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

#secondary .grid-widget .post-grid-widget-wrapper,
.site-footer .grid-widget .post-grid-widget-wrapper,
.secondary-widgets-area .grid-widget .post-grid-widget-wrapper {
	grid-template-columns: repeat(1, 1fr);
}

/* grid widget end */
/* Start list widget */
.list-widget.style-1 .post-list-widget-wrapper {
	display: grid;
	gap: 20px;
}

@media (max-width: 600px) {
	.list-widget.style-1 .post-list-widget-wrapper .post-item {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-image {
		width: 100%;
	}
}

.list-widget.style-2 .post-list-widget-wrapper {
	display: grid;
	gap: 30px;
}

@media (max-width: 600px) {
	.list-widget.style-2 .post-list-widget-wrapper {
		gap: 20px;
	}
}

.list-widget.style-2 .post-list-widget-wrapper .post-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 450px;
	padding: 50px 0;
	background: transparent;
	border: none;
}

@media (max-width: 600px) {
	.list-widget.style-2 .post-list-widget-wrapper .post-item {
		position: relative;
		display: block;
		align-items: center;
		justify-content: flex-end;
		min-height: unset;
		padding: 0;
		background: transparent;
		border: none;
	}
}

.list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-image {
	position: absolute;
	height: 100%;
	width: calc(60% - 50px);
	background-size: cover;
	background-position: 50%;
	left: 0;
	top: 0;
	max-width: none;
}

@media (max-width: 600px) {
	.list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-image {
		position: relative;
		height: unset;
		width: 100%;
		background-size: cover;
		background-position: 50%;
		left: unset;
		top: unset;
		max-width: none;
	}
}

.list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-content {
	flex-grow: 0;
	position: relative;
	z-index: 2;
	width: 50%;
	padding: 30px;
	background-color: #fafafa;
}

.dark-mode .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-content {
	background-color: var(--color-dark);
}

@media (max-width: 600px) {
	.list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-content {
		flex-grow: 0;
		position: relative;
		z-index: unset;
		width: 100%;
		padding: 20px;
	}
}

@media (min-width: 601px) {
	.list-widget.style-2 .post-list-widget-wrapper .post-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.list-widget.style-2 .post-list-widget-wrapper .post-item:nth-child(even) .post-item-image {
		left: unset;
		right: 0;
	}
}

#secondary .list-widget.style-1 .post-list-widget-wrapper,
.site-footer .list-widget.style-1 .post-list-widget-wrapper,
.secondary-widgets-area .list-widget.style-1 .post-list-widget-wrapper {
	display: grid;
	gap: 20px;
}

#secondary .list-widget.style-1 .post-list-widget-wrapper .post-item,
.site-footer .list-widget.style-1 .post-list-widget-wrapper .post-item,
.secondary-widgets-area .list-widget.style-1 .post-list-widget-wrapper .post-item {
	flex-direction: column;
	gap: 0;
}

#secondary .list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-image,
.site-footer .list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-image,
.secondary-widgets-area .list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-image {
	width: 100%;
}

#secondary .list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-content,
.site-footer .list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-content,
.secondary-widgets-area .list-widget.style-1 .post-list-widget-wrapper .post-item .post-item-content {
	width: 100%;
	padding: 0;
	padding-block-start: 20px;
}

#secondary .list-widget.style-2 .post-list-widget-wrapper,
.site-footer .list-widget.style-2 .post-list-widget-wrapper,
.secondary-widgets-area .list-widget.style-2 .post-list-widget-wrapper {
	gap: 20px;
}

#secondary .list-widget.style-2 .post-list-widget-wrapper .post-item,
.site-footer .list-widget.style-2 .post-list-widget-wrapper .post-item,
.secondary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item {
	position: relative;
	display: block;
	align-items: center;
	justify-content: flex-end;
	min-height: unset;
	padding: 0;
	background: transparent;
	border: none;
}

#secondary .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-image,
.site-footer .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-image,
.secondary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-image {
	position: relative;
	height: unset;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	left: unset;
	top: unset;
	max-width: none;
}

#secondary .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-content,
.site-footer .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-content,
.secondary-widgets-area .list-widget.style-2 .post-list-widget-wrapper .post-item .post-item-content {
	flex-grow: 0;
	position: relative;
	z-index: unset;
	width: 100%;
	padding: 20px;
}

/* End list widget */
/* Start small list widget */
.small-list-widget .small-list-widget-wrapper {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
	.small-list-widget .small-list-widget-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.auto-fold .small-list-widget .small-list-widget-wrapper {
	grid-template-columns: repeat(2, 1fr);
}

.main-widget-section-wrap:not(.full-width) .primary-widgets-area .small-list-widget .small-list-widget-wrapper {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
	.main-widget-section-wrap:not(.full-width) .primary-widgets-area .small-list-widget .small-list-widget-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

#secondary .small-list-widget .small-list-widget-wrapper,
.site-footer .small-list-widget .small-list-widget-wrapper,
.secondary-widgets-area .small-list-widget .small-list-widget-wrapper {
	grid-template-columns: repeat(1, 1fr);
}

/* End small list widget */
/* Start post carousel widget */
.posts-carousel-widget .carousel-wrapper {
	overflow: hidden;
}

.posts-carousel-widget .carousel-wrapper .slick-list {
	margin: 0 -10px;
}

.posts-carousel-widget .carousel-wrapper .slick-list .slick-slide {
	padding: 0 10px;
}

/* End post carousel widget */
/* Start trending post widget */
.trending-posts-widget .trending-posts-widget-wrapper .post-item {
	margin-bottom: 15px;
}

.trending-posts-widget .trending-posts-widget-wrapper .post-item .post-item-image {
	position: relative;
}

.trending-posts-widget .trending-posts-widget-wrapper .post-item .post-item-image .number {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 25px;
	height: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-xs);
	background-color: var(--primary-color);
}

.trending-posts-widget .trending-posts-widget-wrapper .post-item .post-item-content .entry-title {
	margin-top: 0;
}

/* End trending post widget */
/*--404 page--*/
section.error-404.not-found {
	margin-bottom: 50px;
	text-align: center;
	max-width: 991px;
	margin-inline: auto;
}

/*--404 page--*/
/* Start footer css--------------------------------------------- */
.newsletter-section + .site-footer {
	margin-top: 0;
}

.site-footer {
	margin-top: 50px;
	background-color: #1c1c1c;
}

.dark-mode .site-footer {
	background-color: #101010;
}

.site-footer .top-footer {
	padding-top: 50px;
}

.site-footer .top-footer .top-footer-widgets {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}

.site-footer .top-footer .top-footer-widgets .footer-widget {
	width: 25%;
	padding-inline: 15px;
	flex-shrink: 0;
	color: #fff;
}

@media (max-width: 768px) {
	.site-footer .top-footer .top-footer-widgets .footer-widget {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.site-footer .top-footer .top-footer-widgets .footer-widget {
		width: 100%;
	}
}

.site-footer .top-footer .top-footer-widgets .footer-widget h1,
.site-footer .top-footer .top-footer-widgets .footer-widget h2,
.site-footer .top-footer .top-footer-widgets .footer-widget h3,
.site-footer .top-footer .top-footer-widgets .footer-widget h4,
.site-footer .top-footer .top-footer-widgets .footer-widget h5,
.site-footer .top-footer .top-footer-widgets .footer-widget h6 {
	margin-top: 0;
}

.site-footer .top-footer .top-footer-widgets .footer-widget a {
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.site-footer .top-footer .top-footer-widgets .footer-widget a:focus, .site-footer .top-footer .top-footer-widgets .footer-widget a:hover {
	color: #fff;
	opacity: 1;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .widget .widget-title {
	color: #fff;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a {
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:focus, .site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:hover,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:hover {
	opacity: 1;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .post-item .mag-post-excerpt {
	color: #fff;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .post-item.post-list .mag-post-img > a {
	opacity: 1;
}

.site-footer .bottom-footer {
	position: relative;
	padding: 15px 0;
	z-index: 1;
}

.site-footer .bottom-footer .bottom-footer-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
}

.site-footer .bottom-footer .bottom-footer-info .site-info a {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.site-footer .bottom-footer .bottom-footer-info .site-info a:focus, .site-footer .bottom-footer .bottom-footer-info .site-info a:hover {
	opacity: 1;
}

.site-footer .bottom-footer .bottom-footer-info .social-icons ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .bottom-footer::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #d9d9d9;
	opacity: 0.1;
}

.dark-mode .site-footer .bottom-footer::before {
	background-color: #000;
	opacity: 0.5;
}

.footer-sticky .site-footer {
	position: sticky;
	bottom: 0;
	top: 0;
	z-index: 0;
}

/* End footer css--------------------------------------------- */

/*# sourceMappingURL=style.css.map */