/*!
Theme Name: Cheerful Blog
Theme URI: https://adorethemes.com/downloads/cheerful-blog/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Cheerful Blog is a WordPress theme specifically crafted for crafting professional blog websites, incorporating a contemporary and innovative layout. Its lightweight nature and customizable attributes make it user-friendly and perfect for a variety of blog genres such as fashion, lifestyle, travel, food, and photography. The theme's optimization ensures swift loading and easy access, guaranteeing an appealing appearance across all devices and screen dimensions. Additionally, Cheerful Blog exhibits cross-browser compatibility and mobile responsiveness. It is also equipped with translation capabilities, enabling its use for bloggers in any language. Boasting a multitude of features, Cheerful Blog encompasses all the essentials required to construct a distinctive and captivating blog site. Live preview : https://demo.adorethemes.com/cheerful-blog/
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cheerful-blog
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.

Cheerful Blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Root
	========================================================================== */
	:root {
		--post-item-background: #ffffff;
		--body-background: #eaeaea;
		--primary-color: #ef2853;
		--header-text-color: #ffffff;
		--color-text: #4b464c;
		--color-background: #fff;
		--color-background-rgba: 255, 255, 255;
		--color-light-background: #191B1D;
		--white: #fff;

		/* 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---------------------------------------------------- */

		/* font family */
		--font-site-title: 'Nunito', sans-serif;
		--font-tagline: "Muli", sans-serif;
		--font-head: 'Nunito', sans-serif;
		--font-body: "Muli", sans-serif;

		--transition: all .3s ease;

		--border-radius-all: 100vmax;
		--border-radius-all-tops: var(--border-radius-all) var(--border-radius-all) 0 0;
		--border-radius-all-bottoms: 0 0 var(--border-radius-all) var(--border-radius-all);
		--border-radius-all-lefts: var(--border-radius-all) 0 0 var(--border-radius-all);
		--border-radius-all-rights: 0 var(--border-radius-all) var(--border-radius-all) 0;
	}


/* Root
	========================================================================== */

	html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0;
	 	color: var(--color-text);
	 	background: var(--body-background);
	 	font-size: 1rem;
	 	line-height: 1.5;
	 	font-family: var(--font-body);
	 }

/**
 * 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;
	 	font-size: var(--font-size-sm);
	 	
	 	background: var(--primary-color);
	 	border-radius: 3px;
	 	color: #fff;
	 	line-height: 1;
	 	padding: 0.6em 1em;
	 }

	 button:focus,
	 input[type="button"]:focus,
	 input[type="reset"]:focus,
	 input[type="submit"]:focus,
	 button:hover,
	 input[type="button"]:hover,
	 input[type="reset"]:hover,
	 input[type="submit"]:hover {
	 	opacity: 0.8;
	 }

	 .loadmore-wrapper {
	 	display: flex;
	 	justify-content: center;
	 	margin-top: 20px;
	 }

	 .loadmore-wrapper .adore-load-more-posts {
	 	cursor: pointer;
	 	display: inline-flex;
	 	color: var(--color-text);
	 	text-decoration: none;
	 	font-weight: 900;
	 	border-radius: 100vmax;
	 	line-height: 1.3;
	 	padding: 8px 18px;
	 	background-color: #ffffff;
	 	letter-spacing: 0.5px;
	 	font-size: var(--font-size-sm);
	 	text-transform: uppercase;
	 	transition: var(--transition);
	 	
	 	
	 }
	 .loadmore-wrapper .adore-load-more-posts:hover,
	 .loadmore-wrapper .adore-load-more-posts:focus {
	 	
	 	opacity: 1;
	 }

/**
 * 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
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-head);
}

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: "Courier 10 Pitch", courier, monospace;
	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
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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: var(--transition);
	color: var(--primary-color);
}

ul.social-links a {
	color: var(--color-text);
}


.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: var(--transition);
}

.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*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a[href*='tiktok.com']::before,
ul.social-links a[href*='tiktok.com']::before {
	content: "\e07b";
}

.author-social-contacts a:focus,
ul.social-links a:focus,
.author-social-contacts a:hover,
ul.social-links a:hover {
	opacity: 1;
	color: var(--primary-color);
}
.jewih ul.social-links a{
	color: #fff;
}
/* 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;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid;
	border-color: #efefef91;
	background-color: var(--post-item-background);
	box-shadow: 0 0px 31px -7px rgb(0 0 0 / 12%);
}

.jewih .adore-widget.social-widget .social-widgets-wrap a {
	border-color: #343434;
	background-color: #2e2e2e;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='facebook.com'] {
	color: #3b5999;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='twitter.com'] {
	color: #55acee;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='instagram.com'] {
	color: #3F729B;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='youtube.com'] {
	color: #cd201f;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='discord.com'] {
	color: #5865F2;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='dribbble.com'] {
	color: #ea4c89;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='google.com'] {
	color: #dd4b39;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='line.me'] {
	color: #00b900;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='linkedin.com'] {
	color: #0e76a8;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='medium.com'] {
	color: #66cdaa;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='messenger.com'] {
	color: #006AFF;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='paypal.com'] {
	color: #3b7bbf;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='pinterest.com'] {
	color: #E60023;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='reddit.com'] {
	color: #ff5700;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='skype.com'] {
	color: #00aff0;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='slack.com'] {
	color: #ECB22E;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='snapchat.com'] {
	color: #FFFC00;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='spotify.com'] {
	color: #1DB954;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='stackoverflow.com'] {
	color: #F47F24;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='telegram.org'] {
	color: #229ED9;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='twitch.tv'] {
	color: #6441a5;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='vimeo.com'] {
	color: #86c9ef;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='whatsapp.com'] {
	color: #34B7F1;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='wordpress.org'] {
	color: #21759b;
}

.adore-widget.social-widget .social-widgets-wrap a[href*='youtube.com'] {
	color: #c4302b;
}

.adore-widget.social-widget .social-widgets-wrap a:focus,
.adore-widget.social-widget .social-widgets-wrap a:hover {
	
}

.social-widget.style-2 .social-widgets-wrap {
	gap: 5px;
}

.social-widget.style-2 .social-widgets-wrap a {
	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: var(--color-text);
	top: inherit;
	margin-inline-start: 5px;
}
.jewih .social-widget.style-2 .social-widgets-wrap a .screen-reader-text {
	color: #fff;
}

/* social widget */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	display: inline-flex;
	color: var(--color-text);
	text-decoration: none;
	font-weight: 600;
	border-radius: 100vmax;
	line-height: 1.3;
	padding: 0.6em 1em;
	background-color: var(--post-item-background);
	font-size: var(--font-size-sm);
	text-transform: capitalize;
	transition: var(--transition);
	
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
	opacity: 1;
}

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 {
	
}

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 var(--color-text);
	border-radius: 3px;
	padding: 3px;
	width: 100%;
	background-color: var(--post-item-background);
}

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%;
}

.pswp__ui--hidden {
	display: none;
}

.pswp__ui--hidden button {
	background-color: transparent;
	font-size: 0;
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.vupe,
.page {
	margin: 0 0 1.5em;
}

.home.page {
	margin-bottom: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.nizyz,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget:not(.adore-widget) {
	background-color: var(--post-item-background);
	padding: 20px;
}

body.error404 .widget.widget_archive {
	margin-top: 30px;
	border-radius: 5px;
	margin-inline: auto;
	max-width: 800px;
}

.jewih .widget:not(.adore-widget){
	background-color: #2e2e2e;
}

.widget select {
	max-width: 100%;
}

.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 ol,
.widget ul:not(.entry-meta) {
	list-style: none;
	padding: 0;
	margin-inline: 0;
}

.widget ol li,
.widget ul:not(.entry-meta) li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: var(--font-size-sm);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget ol li a,
.widget ul:not(.entry-meta) li a {
	text-decoration: none;
	color: var(--color-text);
	transition: var(--transition);
}

.widget ol li a:focus,
.widget ul:not(.entry-meta) li a:focus,
.widget ol li a:hover,
.widget ul:not(.entry-meta) li a:hover {
	color: var(--primary-color);
}

.widget ol ol,
.widget ul ol,
.widget ol ul,
.widget ul ul {
	padding-top: 7px;
	margin-left: 10px;
	padding-left: 10px;
}

.widget>ol>li,
.widget>ul>li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget>ol>li a,
.widget>ul>li a {
	color: var(--color-text);
	transition: var(--transition);
}

.widget>ol>li a:focus,
.widget>ul>li a:focus,
.widget>ol>li a:hover,
.widget>ul>li a:hover {
	color: var(--primary-color);
}

.widget ol>li:last-child,
.widget ul:not(.entry-meta)>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,
.tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.jewih .wp-block-tag-cloud a,
.jewih .tagcloud a {
	border: 1px solid #fff;
}

.jewih .wp-block-tag-cloud a:focus,
.jewih .tagcloud a:focus,
.jewih .wp-block-tag-cloud a:hover,
.jewih .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 {
	padding: 6px 16px;
	font-size: 0.9rem;
	border-top-left-radius: 100vmax;
	border-bottom-left-radius: 100vmax;
}

.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;
	margin: 0;
	padding: 10px 25px;
	border-top-right-radius: 100vmax;
	border-bottom-right-radius: 100vmax;
	
}

.search-form {
	display: flex;
}

.search-form label,
.search-form .search-field {
	width: 100%;
}

.search-form .search-field {
	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 ==*/

/*widget calendar ==*/
.wp-block-calendar #today,
.wp-block-calendar a {
	color: var(--primary-color);
}

/*widget calendar ==*/


/* Custom widgets start
--------------------------------------------- */
.widget-title {
	padding-block-end: 15px;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	background: none;
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	font-family: var(--font-head);
	font-size: var(--font-size-base);
}
.navigation-container-wrapper.menu-bg-image .widget-title {
	color: #fff;
}
.widget-title::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 60px;
	height: 3px;
	background: var(--primary-color);
}

/* social widget start*/
.social-widget .social-widgets-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* social widget end*/
/* author widget start*/
.author-widget {
	background-color: var(--post-item-background);
	padding: 15px;
}
.jewih .author-widget {
	background-color: #2e2e2e;
}
.navigation-container-wrapper.menu-bg-image .author-widget .widget-title {
color: var(--color-text);
}
.author-widget .author-img {
	line-height: 0;
	position: relative;
	width: 30%;
	min-width: 100px;
	aspect-ratio: 1;
	isolation: isolate;
}

.author-widget .author-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	transition: var(--transition);
}
.author-widget .author-img img.blur-img {
	z-index: -1;
	filter: blur(20px);
	opacity: 0.4;
	transform: translateX(7px) translateY(7px) translateZ(0);
}

.author-widget .author-part {
	display: flex;
	gap: 15px;
	margin-block-end: 15px;
	align-items: center;
}

.author-widget .author-name-part .author-name {
	margin: 0 0 5px;
	font-size: var(--font-size-base);
	font-weight: 700;
	line-height: 1.3;
}

.author-widget .author-name-part .author-position {
	margin-block: 5px;
	font-size: var(--font-size-sm);
}

.author-widget .author-details .author-description {
	margin: 0;
	margin-block-start: 10px;
}

.author-widget .author-social-contacts {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}
.author-widget .author-social-contacts a {
	font-size: 14px;
}

/* author widget end */

/* featured widget start */
.featured-widget .gynuky.vupe-list {
	margin-bottom: 10px;
	min-height: 100px;
}

.featured-widget .gynuky.vupe-list .lefuvah {
	flex: 0 0 30%;
	max-width: 30%;
}

.featured-widget .gynuky.vupe-list .bebir {
	gap: 5px;
	flex-grow: 1;
	padding: 0 10px;
	text-align: start;
}

.featured-widget .gynuky .bebir .entry-title {
	line-height: 1.3;
	font-size: var(--font-size-sm);
}

.featured-widget .gynuky.vupe-list .bebir .entry-meta,
.featured-widget .gynuky.vupe-list .bebir .wewavyh .vupe-categories {
	justify-content: flex-start;
}

/* featured widget end */
/* grid widget start */
.grid-widget .adore-widget-body {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.grid-widget .gynuky .lefuvah{
	aspect-ratio: 4/2.8;
	background-color: #f5f5f5;
}
.jewih .grid-widget .gynuky .lefuvah{
	background-color: #979797;
}
.grid-widget .gynuky .bebir {
	padding: 15px;
}

.grid-widget .gynuky .bebir .entry-title {
	margin-block: 0;
	line-height: 1.3;
	font-size: var(--font-size-sm);
}

.grid-widget .gynuky.syjehen .bebir .entry-meta {
	margin: 0;
}

.grid-widget .entry-meta li {
	border: none;
	padding: 0;
}

@media (max-width: 320px) {

	.grid-widget .adore-widget-body {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* grid widget end */

/* Custom widgets end
--------------------------------------------- */
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.nizyz .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 .jewih {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .jewih {
	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. */
#nepaz[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 #preloader {
	position: relative;
	margin: auto;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* preloader 1 */
#preloader .pre-loader-1 {
	width: 15px;
	aspect-ratio: 1;
	border-radius: 50%;
	animation: load-1 1s infinite linear alternate;
}

@keyframes load-1 {
	0% {
		box-shadow: 20px 0 #000, -20px 0 #0002;
		background: #000
	}

	33% {
		box-shadow: 20px 0 #000, -20px 0 #0002;
		background: #0002
	}

	66% {
		box-shadow: 20px 0 #0002, -20px 0 #000;
		background: #0002
	}

	100% {
		box-shadow: 20px 0 #0002, -20px 0 #000;
		background: #000
	}
}

/* preloader 1 */
/* preloader 2 */
#preloader .pre-loader-2 {
	width: 60px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
	background:
	var(--_g) 0% 50%,
	var(--_g) 50% 50%,
	var(--_g) 100% 50%;
	background-size: calc(100%/3) 100%;
	animation: load-2 1s infinite linear;
}

@keyframes load-2 {
	33% {
		background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
	}

	50% {
		background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
	}

	66% {
		background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
	}
}

/* preloader 2 */
/* preloader 3 */

#preloader .pre-loader-3 {
	--s: 15px;
	width: calc(var(--s)*2.33);
	aspect-ratio: 1;
	display: flex;
	justify-content: space-between;
	animation: load-3-0 1s infinite;
}

#preloader .pre-loader-3::before,
#preloader .pre-loader-3::after {
	content: "";
	width: var(--s);
	--_g: no-repeat radial-gradient(farthest-side, #000 94%, #0000);
	background:
	var(--_g) top,
	var(--_g) bottom;
	background-size: 100% var(--s);
	transform-origin: 50% calc(100% - var(--s)/2);
	animation: inherit;
	animation-name: load-3-1;
}

#preloader .pre-loader-3::after {
	--_s: -1;
}

@keyframes load-3-0 {
	100% {
		transform: translateY(calc(var(--s) - 100%))
	}
}

@keyframes load-3-1 {
	100% {
		transform: rotate(calc(var(--_s, 1)*-180deg))
	}
}

/* preloader 3 */
/* preloader 4 */

#preloader .pre-loader-4 {
	height: 15px;
	aspect-ratio: 5;
	--_g: no-repeat radial-gradient(farthest-side, #000 94%, #0000);
	background: var(--_g), var(--_g), var(--_g), var(--_g);
	background-size: 20% 100%;
	animation:
	load-4-1 .75s infinite alternate,
	load-4-2 1.5s infinite alternate;
}

@keyframes load-4-1 {

	0%,
	10% {
		background-position: 0 0, 0 0, 0 0, 0 0
	}

	33% {
		background-position: 0 0, calc(100%/3) 0, calc(100%/3) 0, calc(100%/3) 0
	}

	66% {
		background-position: 0 0, calc(100%/3) 0, calc(2*100%/3) 0, calc(2*100%/3) 0
	}

	90%,
	100% {
		background-position: 0 0, calc(100%/3) 0, calc(2*100%/3) 0, 100% 0
	}
}

@keyframes load-4-2 {

	0%,
	49.99% {
		transform: scale(1)
	}

	50%,
	100% {
		transform: scale(-1)
	}
}

/* preloader 4 */
/* preloader 5 */

#preloader .pre-loader-5 {
	height: 15px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(farthest-side, currentColor 90%, #0000);
	background:
	var(--_g) left,
	var(--_g) right;
	background-size: 25% 100%;
	display: grid;
}

#preloader .pre-loader-5:before,
#preloader .pre-loader-5:after {
	content: "";
	height: inherit;
	aspect-ratio: 1;
	grid-area: 1/1;
	margin: auto;
	border-radius: 50%;
	transform-origin: -100% 50%;
	background: currentColor;
	animation: load-5 1s infinite linear;
}

#preloader .pre-loader-5:after {
	transform-origin: 200% 50%;
	--s: -1;
	animation-delay: -.5s;
}

@keyframes load-5 {

	58%,
	100% {
		transform: rotate(calc(var(--s, 1)*1turn))
	}
}

/* preloader 5 */
/* preloader 6 */

#preloader .pre-loader-6 {
	width: 45px;
	aspect-ratio: .75;
	--c: no-repeat linear-gradient(#000 0 0);
	background:
	var(--c) 0% 50%,
	var(--c) 50% 50%,
	var(--c) 100% 50%;
	animation: load-6 1s infinite linear alternate;
}

@keyframes load-6 {
	0% {
		background-size: 20% 50%, 20% 50%, 20% 50%
	}

	20% {
		background-size: 20% 20%, 20% 50%, 20% 50%
	}

	40% {
		background-size: 20% 100%, 20% 20%, 20% 50%
	}

	60% {
		background-size: 20% 50%, 20% 100%, 20% 20%
	}

	80% {
		background-size: 20% 50%, 20% 50%, 20% 100%
	}

	100% {
		background-size: 20% 50%, 20% 50%, 20% 50%
	}
}

/* preloader 6 */
/* preloader 7 */

#preloader .pre-loader-7 {
	width: 45px;
	aspect-ratio: 1;
	--c: no-repeat linear-gradient(#000 0 0);
	background: var(--c), var(--c), var(--c);
	animation:
	load-7-1 1s infinite,
	load-7-2 1s infinite;
}

@keyframes load-7-1 {

	0%,
	100% {
		background-size: 20% 100%
	}

	33%,
	66% {
		background-size: 20% 20%
	}
}

@keyframes load-7-2 {

	0%,
	33% {
		background-position: 0 0, 50% 50%, 100% 100%
	}

	66%,
	100% {
		background-position: 100% 0, 50% 50%, 0 100%
	}
}

/* preloader 7 */

/* Preloader
--------------------------------------------- */
/* Theme Wrapper
--------------------------------------------- */
.rivorol {
	margin-top: 50px;
}

.pefa-large {
	width: 100%;
	max-width: 1600px;
	margin-inline: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1600px) {
	.pefa-large {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.pefa {
	max-width: 1320px;
	margin-inline: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.zeniwip {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
}

.zeniwip #secondary,
.zeniwip #nepaz {
	width: 100%;
}

.left-sidebar .zeniwip {
	flex-direction: row-reverse;
}

.lijo .zeniwip {
	display: block;
}

@media (min-width: 992px) {
	.zeniwip #nepaz {
		width: calc(70% - 15px);
		flex-grow: 1;
		position: sticky;
		top: 40px;
	}

	.zeniwip #secondary {
		width: calc(30% - 15px);
		position: sticky;
		top: 40px;
		flex-shrink: 0;
	}

	.lijo .zeniwip #secondary,
	.lijo .zeniwip #nepaz {
		width: 100%;
	}
}

/* End Theme Wrapper
--------------------------------------------- */
/* sections Start
--------------------------------------------- */

.frontpage {
	margin-top: 50px;
}

.frontpage.banner-section:first-child {
	margin-top: 0;

}

.frontpage.primary-background {
	background-color: var(--primary-color);
	padding-block: 50px;
	margin-block: 50px;
}

.instagram-section+.newsletter-section {
	margin-top: 0;
}

@media (max-width: 600px) {
	.frontpage {
		margin-top: 30px;
	}
}

/* sections End
--------------------------------------------- */
/* Section Head
--------------------------------------------- */
.section-head {
	margin-bottom: 20px;
	text-align: start;
	gap: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}



@media (max-width: 600px) {
	.section-head {
		gap: 5px;
		flex-direction: column;
		align-items: flex-start;
	}

}

.section-head .section-title {
	margin: 0;
	margin-bottom: 5px;
	font-size: var(--font-size-md);
	font-family: var(--font-head);
}

.section-head .section-subtitle {
	margin: 0;
}

.section-head .adore-view-all {
	font-weight: bold;
	text-decoration: none;
	color: var(--color-text);
	font-size: var(--font-size-sm);
}

.section-head .adore-view-all: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;
}

.section-head .adore-view-all:focus,
.section-head .adore-view-all:hover {
	color: var(--primary-color);
	text-decoration: underline;
}


.primary-background .section-head .adore-view-all,
.primary-background .section-head {
	color: #fff;
}

/* End Section Head
--------------------------------------------- */

/* header navigation start
--------------------------------------------- */
.verez {
	position: relative;
}
.qoxusi{
	padding-block: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: linear-gradient(#0000004a 40%, rgba(0, 0, 0, 0) 100%);
	transition: var(--transition);
}

body.home.page .qoxusi{
	position: unset;
}

.hunana {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xikyfe {
	width: 30%;
	flex-grow: 1;
}

.xikyfe .gonoxo .kaxape {
	font-size: var(--font-size-lg);
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

.kaxape a {
	font-family: var(--font-site-title);
}

.qoxusi-title.no-image .xikyfe .gonoxo .kaxape {
	font-size: var(--font-size-xxl);
}

.xikyfe .gonoxo .kaxape a {
	text-decoration: none;
	color: var(--header-text-color);
}

.xikyfe .gonoxo .hyge-description {
	margin-bottom: 0;
	margin-top: 5px;
}

.hyge-description {
	font-family: var(--font-tagline);
}

.qequto {
	display: flex;
	align-items: center;
	gap: 10px;
}

.qoxusi-title.no-image {
	text-align: center;
}

.qoxusi-title.has-image {
	text-align: start;
}

.qoxusi-title.has-image .qoxusi-title-wrapper {
	gap: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.qoxusi-title.has-image .qoxusi-title-wrapper {
		flex-direction: column;
		gap: 15px;
	}
}

/* navigation search  */
.xivok {
	width: 30px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.xivok .xudaxil .xivok-icon {
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	outline: 0;
	height: 30px;
	width: 30px;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.xivok .xudaxil .xivok-icon:focus,
.xivok .xudaxil .xivok-icon:hover {
	opacity: 1;
}

.xivok .xudaxil .xivok-icon:focus-within {
	outline: 1px dashed;
}

.xivok .xudaxil .baky {
	position: absolute;
	background: transparent;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	width: 325px;
	padding: 14px;
	z-index: 99;
}

.xivok .xudaxil .baky .search-form {
	display: flex;
}

.xivok .xudaxil .baky .search-form label {
	width: 75%;
}

.xivok .xudaxil .baky .search-form label input {
	padding: 6px 16px;
	font-size: 0.9rem;
}

.xivok .xudaxil .baky .search-form input.search-submit {
	cursor: pointer;
	margin: 0;
	padding: 2px 25px;
}

.xivok .xudaxil.show .baky {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 480px) {
	.xivok {
		position: unset;
	}

	.xivok .xudaxil .baky {
		width: 100%;
	}
}

/* navigation search  */

.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: var(--font-size-base);
}

.main-navigation ul a {
	text-decoration: none;
}
.menu-toggle {
	width: 35px;
	height: 35px;
	position: relative;
	transform: rotate(0deg);
	overflow: hidden;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	padding: 5px;
	border: 1px solid var(--white);
	margin: 5px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: transparent;
}
.menu-toggle:hover {
	opacity: 1;
}

.menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	max-width: 23px;
	background: var(--white);
	border-radius: 3px;
	opacity: 1;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
.main-navigation.toggled .menu-toggle{
	position: fixed;
	z-index: 9999;
	inset-inline-end: 30px;
	top: var(--padding-top-height);
	border: 1px solid var(--color-text);
	background-color: var(--color-background);
}
@media (min-width: 992px) {
	.main-navigation.toggled .menu-toggle{
		inset-inline-end: 20%;
	}
}
.main-navigation.toggled .menu-toggle:focus,
.main-navigation.toggled .menu-toggle:hover{
	border: 1px solid var(--primary-color);
}
.main-navigation.toggled .menu-toggle:focus{
	outline: 1px dotted var(--primary-color);
	outline-offset: 1px;
}

.main-navigation.toggled .menu-toggle span {
	position: absolute;
	left: 0;
	background: var(--color-text);
}
.main-navigation.toggled .menu-toggle:focus span ,
.main-navigation.toggled .menu-toggle:hover span {
	background: var(--primary-color);
}

.main-navigation.toggled .menu-toggle span:nth-child(1) {
	transform: translateX(-50%) rotate(45deg);
	left: 50%;
}

.main-navigation.toggled .menu-toggle span:nth-child(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.header-nav-search {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.hunana {
	position: relative;
}

.main-navigation .navigation-container-wrapper {
	padding: 30px;
	position: fixed;
	width: 100%;
	height: 100vh;
	right: auto;
	left: 0;
	top: 0;
	z-index: 999;
	background: var(--color-background);
	padding-top: var(--padding-top-height);
	display: none;
	overflow-y: scroll;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main-navigation .navigation-container-wrapper.menu-bg-image {
isolation: isolate;
}
.main-navigation .navigation-container-wrapper.menu-bg-image::before {
position: fixed;
content: "";
inset: 0;
background-color: #000;
opacity: 0.5;
z-index: -1;
}

.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 a {
	margin-block: 15px;
	text-transform: uppercase;
	color: var(--color-text);
	display: inline-block;
	font-weight: bold;
	opacity: 0.7;
	transition: var(--transition);
}
.main-navigation .navigation-container-wrapper.menu-bg-image ul a {
	color: #fff;
	opacity: 1;
	transition: var(--transition);
    position: relative;
}
.main-navigation .navigation-container-wrapper.menu-bg-image ul a::before {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    background-color: currentColor;
    transition: var(--transition);
}
.main-navigation ul a:focus ,
.main-navigation ul a:hover {
	opacity: 1;
	color: var(--primary-color);
}
.main-navigation .navigation-container-wrapper.menu-bg-image ul a:focus::before,
.main-navigation .navigation-container-wrapper.menu-bg-image ul a:hover::before {
	transform: scaleX(1);
}

.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 {
	opacity: 1;
	color: var(--primary-color);
}

.main-navigation ul 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 li.menu-item-has-children:hover>ul ,
.main-navigation ul li.menu-item-has-children.focus>ul {
	height: auto;
	transform: scaleY(1);
}

.main-navigation ul ul a {
	display: inline-block;
	padding: 0px 15px;
}

.main-navigation ul ul li a {
	text-transform: capitalize;
}

.main-navigation ul ul li a:focus {
	outline-offset: -2px;
}

.main-navigation .menu li {
	position: relative;
}
.main-navigation .navigation-container-wrapper-inside {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
	max-width: 1320px;
	margin-inline: auto;
}

@media (min-width: 992px) {
	.main-navigation .navigation-container-wrapper-inside >* {
		position: sticky;
		top: 40px;
	}
}
@media (max-width: 991px) {
	.main-navigation .navigation-container-wrapper-inside {
		flex-direction: column;
	}
}
/* header navigation end
--------------------------------------------- */

/* Post Item Common
--------------------------------------------- */

.gynuky {
	transition: all 0.5s ease-in-out;
	background-color: var(--post-item-background);
	box-shadow: 0 30px 90px rgba(0,0,0,.14);
}

.gynuky .lefuvah {
	position: relative;
	overflow: hidden;
	transition: var(--transition);
}

.gynuky .lefuvah a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 0;
}

.gynuky .lefuvah a:focus {
	outline-offset: -3px;
}

.gynuky .lefuvah a img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4/2.8;
	object-fit: cover;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gynuky .lefuvah img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gynuky .kyxyc {
	line-height: 1;
	font-weight: bold;
	font-size: calc(var(--font-size-sm) - 2px);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.gynuky .bebir {
	font-size: var(--font-size-sm);
	padding: 30px 25px;
	display: flex;
	gap: 10px;
	flex-direction: column;
}

/* =============== entry categories =============== */
.wewavyh .vupe-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 7px;
}

.wewavyh .vupe-categories li a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: bold;
	font-size: var(--font-size-sm);
	line-height: 1;
	transition: var(--transition);
	position: relative;
	letter-spacing: 0.8px;
}
.overlay-post .wewavyh .vupe-categories li a {
	color: var(--white);
}
.wewavyh .vupe-categories li a::before {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	transform: scaleX(0);
	transform-origin: left;
	background-color: currentColor;
	transition: var(--transition);
}

.wewavyh .vupe-categories li a:focus::before,
.wewavyh .vupe-categories li a:hover::before {
	transform: scaleX(1);
}

.wewavyh .vupe-categories li a:focus {
	outline-offset: 2px;
}

/* =============== entry categories =============== */
.gynuky .bebir .entry-title {
	margin-block: 0;
	line-height: 1.5;
	font-size: calc(var(--font-size-sm) + 1px);
	font-size: var(--font-size-base);
	font-family: var(--font-head);
}

.jewih .gynuky .bebir .entry-title {
	font-weight: normal;
}

.gynuky .bebir .entry-title a {
	text-decoration: none;
	color: var(--color-text);
	display: inline;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent;
	-moz-text-decoration-color: transparent;
	transition: var(--transition);
}

.gynuky:focus-within .bebir .entry-title a,
.gynuky:hover .bebir .entry-title a {
	color: var(--color-text);
	text-decoration-color: currentColor;
	-webkit-text-decoration-color: currentColor;
	-moz-text-decoration-color: currentColor;
}

.gynuky .bebir .entry-title a:focus,
.gynuky .bebir .entry-title a:hover {
	color: var(--primary-color);
	text-decoration-color: currentColor;
	-webkit-text-decoration-color: currentColor;
	-moz-text-decoration-color: currentColor;
}

.gynuky .bebir .entry-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 10px;
	align-items: center;
}

.gynuky .bebir .entry-meta li {
	margin-bottom: 0;
	font-size: var(--font-size-sm);
	font-weight: 500;
}

.gynuky .bebir .entry-meta li i {
	margin-inline-end: 5px;
	font-size: calc(var(--font-size-sm) - 1px);
}

.gynuky .bebir .entry-meta li a {
	text-decoration: none;
	color: var(--color-text);
}

.gynuky .bebir .entry-meta li a:focus,
.gynuky .bebir .entry-meta li a:hover {
	color: var(--primary-color);
}

.gynuky .bebir .vupe-content p{
	margin: 0;
}
.gynuky .bebir .btn-read-more {
	cursor: pointer;
	display: inline-flex;
	position: relative;
	color: var(--color-text);
	text-decoration: none;
	font-weight: 600;
	line-height: 1.3;
	font-size: var(--font-size-sm);
	text-transform: capitalize;
	transition: var(--transition);
}
.gynuky .bebir .btn-read-more::before {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	transform: scaleX(0);
	transform-origin: left;
	background-color: currentColor;
	transition: var(--transition);
}
.gynuky .bebir .btn-read-more:focus,
.gynuky .bebir .btn-read-more:hover {
	color: var(--primary-color);
}
.gynuky .bebir .btn-read-more:focus::before,
.gynuky .bebir .btn-read-more:hover::before {
	transform: scaleX(1);
}

/* Post Item Common
--------------------------------------------- */

/* Adore Slick Navigation css start
--------------------------------------------- */

.hija .adore-arrow {
	position: absolute;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	font-size: var(--font-size-sm);
	width: 40px;
	height: 40px;
	color: var(--color-text);
	text-align: center;
	line-height: 1px;
	z-index: 1;
	cursor: pointer;
	font-weight: 600;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
	background: var(--post-item-background);
	transform-origin: 0 0;
	border-radius: 100%;
	scale: 0.5;
	opacity: 0;
	visibility: hidden;
	
	
}

.hija:focus-within .adore-arrow,
.hija:hover .adore-arrow {
	scale: 1;
	opacity: 1;
	visibility: visible;
}


.hija .adore-arrow:focus,
.hija .adore-arrow:hover {
	color: var(--primary-color);
	
}

.hija .adore-arrow.slide-prev {
	left: -20px;
}

.hija .adore-arrow.slide-next {
	right: -20px;
}

.hija:focus-within .adore-arrow {
	opacity: 1;
	visibility: visible;
}


/* Adore Slick Navigation css end
--------------------------------------------- */
/* Adore Slick Dots css start
--------------------------------------------- */
.hija .slick-dots {
	margin: 0;
	margin-block: 10px;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

.hija .slick-dots li {
	display: flex;
}

.hija .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 100vmax;
	transition: var(--transition);
	border: 1px solid var(--color-text);
	background-color: var(--primary-color);
}

.hija .slick-dots li.slick-active button {
	width: 25px;
	opacity: 1;
	
}

/* Adore Slick Dots css end
--------------------------------------------- */

/* Start Banner Section
--------------------------------------------- */
.adore-banner-archive article{
	margin: 0;
}
.adore-banner-archive .gynuky.overlay-post,
.adore-banner-archive .gynuky.syjehen{
	overflow: hidden;
	position: relative;
	min-height: 800px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 991px) {
	.adore-banner-archive .gynuky.overlay-post,
	.adore-banner-archive .gynuky.syjehen{
		min-height: 600px;
	}
}
@media (max-width: 767px) {
	.adore-banner-archive .gynuky.overlay-post,
	.adore-banner-archive .gynuky.syjehen{
		min-height: 450px;
	}
}

.adore-banner-archive .gynuky.syjehen .lefuvah{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.adore-banner-archive .gynuky.syjehen .lefuvah::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(2,2,2,.25);
	transition: all 0.4s;
}
.adore-banner-archive .gynuky.overlay-post .bebir,
.adore-banner-archive .gynuky.syjehen .bebir{
	position: relative;
	padding: 20px;
	padding-top: 50px;
	z-index: 1;
	color: var(--white);
	width: 100%;
	max-width: 1320px;
	margin-inline: auto;
	border-radius: unset;
}
.adore-banner-archive .gynuky .bebir .entry-title{
	font-size: var(--font-size-xl);
	max-width: 800px;
}
@media (max-width: 767px) {
	.adore-banner-archive .gynuky .bebir .entry-title{
		font-size: var(--font-size-lg);
	}
}
.adore-banner-archive .gynuky .wewavyh .vupe-categories li a{
	font-size: var(--font-size-sm);
}

.adore-banner-archive .wewavyh .vupe-categories li a,
.adore-banner-archive .gynuky .bebir .entry-title a, 
.adore-banner-archive .gynuky .bebir .entry-title a,
.adore-banner-archive .gynuky .bebir .entry-meta li a,
.adore-banner-archive .gynuky .bebir .btn-read-more{
	color: var(--white);
}
.adore-banner-archive .gynuky.overlay-post .lefuvah-blur,
.adore-banner-archive .gynuky .bebir .kyxyc,
.adore-banner-archive .gynuky .bebir .vupe-content,
.adore-banner-archive .gynuky .bebir .heliwu{display: none;}

.adore-banner-archive .gynuky.overlay-post:focus-within .lefuvah-not-blur-wrap, 
.adore-banner-archive .gynuky.overlay-post:hover .lefuvah-not-blur-wrap {
	transform: scale(1) translateZ(0);
}
.adore-banner-archive .gynuky.overlay-post .lefuvah-not-blur{
	transform: scale(1) translateZ(0);
}

/* banner slider dots */
.banner-archive-slider.hija .slick-dots{
	position: absolute;
	inset-inline-end: 20px;
	bottom: 20px;
	margin: 0;
	gap: 12px;
	flex-direction: column;
	align-items: flex-end;
}
.banner-archive-slider.hija .slick-dots li button{
	height: 3px;
	width: 20px;
	border: none;
	background-color: var(--white);
}
.banner-archive-slider.hija .slick-dots li.slick-active button{
	width: 38px;
}
/* banner slider dots */
/* End Banner Section
--------------------------------------------- */

/* Start List Posts Section
--------------------------------------------- */

.gynuky.vupe-list {
	display: flex;
	transition: var(--transition);
}

.gynuky.vupe-list .lefuvah {
	flex: 0 0 50%;
	max-width: 50%;
}
.gynuky.vupe-list:not(.has-image) .lefuvah {
	display: none; 
}

.wabor article.has-post-thumbnail .gynuky.vupe-list:not(.has-image) .lefuvah {
	display: block;
}

.gynuky.vupe-list .bebir {
	flex-grow: 1;
	padding: 20px;
	align-self: center;
}

/* End List Posts Section
--------------------------------------------- */

/* Start Posts Overlay Section
--------------------------------------------- */
.gynuky.overlay-post{
	position: relative;
	min-height: 320px;
	border-radius: 5px;
	box-shadow: unset;
	background-color: transparent;
}
.gynuky.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;
}

.gynuky.overlay-post.slider-item::after {
	display: none;
}

.gynuky.overlay-post .bebir .btn-read-more,
.gynuky.overlay-post .bebir .entry-meta .reading-time,
.gynuky.overlay-post .bebir .entry-meta li,
.gynuky.overlay-post .bebir .entry-meta li a,
.gynuky.overlay-post .bebir .entry-title a:focus,
.gynuky.overlay-post .bebir .entry-title a:hover,
.gynuky.overlay-post .bebir .entry-title a {
	color: #fff;
}

.gynuky.overlay-post .lefuvah-not-blur-wrap{
	border: 1px solid transparent;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: #222;
	background-color: transparent;
	backface-visibility: hidden;
	box-shadow: unset;
	transition: var(--transition);
}
.gynuky.overlay-post .lefuvah-not-blur{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-color: #222;
	z-index: 2;
	transition: var(--transition);
	transform: scale(1.13) translateZ(0);
}
.gynuky.overlay-post .lefuvah-not-blur::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);;
	transition: var(--transition);
}
.gynuky.overlay-post .lefuvah-blur{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-color: #222;
	transition: opacity .28s ease;
	filter: blur(20px);
	opacity: 0;
	z-index: 1;
	transition: var(--transition);
	transform: translateY(10px) translateZ(0);
}
.gynuky.overlay-post .lefuvah-not-blur-wrap{
	transform: scale(1) translateZ(0);
}
.gynuky.overlay-post:focus-within .lefuvah-not-blur-wrap,
.gynuky.overlay-post:hover .lefuvah-not-blur-wrap{
	transform: scale(1.08) translateZ(0);
}
.gynuky.overlay-post:focus-within .lefuvah-not-blur{
	transform: scale(1.13) translateZ(0);
}
.gynuky.overlay-post:focus-within .lefuvah-not-blur,
.gynuky.overlay-post:hover .lefuvah-not-blur{
	transform: scale(1) translateZ(0);
}
.gynuky.overlay-post:focus-within .lefuvah-blur,
.gynuky.overlay-post:hover .lefuvah-blur{
	opacity: 0.7;
}

.gynuky.overlay-post .bebir{
	position: absolute;
	padding: 20px;
	padding-top: 50px;
	left: 0;
	bottom: 0;
	z-index: 3;
	color: var(--white);
	width: 100%;
	transition: var(--transition);
}

/* End Posts Overlay Section
--------------------------------------------- */

/* Start Page Banner Section
--------------------------------------------- */
.rapy{
	padding-block: 100px;
	padding-top: 150px;
	position: relative;
	isolation: isolate;
	background-color: #111;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.rapy::before{
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	opacity: 0.3;
	background-color: #000;
}
.rapy.vupe-single{
	padding: 25px;
}
@media (max-width: 600px) {
	.rapy.vupe-single{
		padding-top: 100px;
	}
}
.rapy.vupe-single .page-banner-outer{
	position: relative;
	padding-top: 100%;
}

@media (min-width: 768px) {
	.rapy.vupe-single .page-banner-outer{
		padding-top: 50%;
	}
}
@media (min-width: 992px) {
	.rapy.vupe-single .page-banner-outer{
		padding-top: 32%;
	}
}

.rapy.vupe-single .page-banner-outer .pidywas{
	position: absolute;
	inset: 0;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
}

.pidywas{
	max-width: 850px;
	margin-inline: auto;
	text-align: center;
	color: var(--white);
}
.pidywas h1{
	margin-top: 0;
	font-size: var(--font-size-xl);
}

@media (max-width: 768px) {
	.pidywas h1{
		font-size: calc(var(--font-size-lg) - 2px);
	}
}
.pidywas a,
.pidywas ul.trail-items li:after{
	color: var(--white);
	text-decoration: none;
}
.pidywas .entry-meta{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

/* End Page Banner Section
--------------------------------------------- */
/* Start archive layouts
--------------------------------------------- */
@media (min-width: 992px) {
	.theme-archives{
		margin-top: -100px;
	}
}
/* grid layout */
.wabor.xyxosaz {
	margin-inline: -15px;
}

.wabor.xyxosaz article {
	width: 100%;
}

@media (min-width: 768px) {
	.wabor.xyxosaz article {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.wabor.xyxosaz article {
		width: 33.33%;
	}
}

.wabor.xyxosaz.grid-column-1 article {
	width: 100%;
}

@media (min-width: 992px) {
	.wabor.xyxosaz.fyry article {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.wabor.xyxosaz.grid-column-3 article {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	.wabor.xyxosaz.grid-column-4 article {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.wabor.xyxosaz.grid-column-5 article {
		width: 25%;
	}
}

@media (min-width: 1440px) {
	.wabor.xyxosaz.grid-column-5 article {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.wabor.xyxosaz.grid-column-6 article {
		width: 25%;
	}
}

@media (min-width: 1440px) {
	.wabor.xyxosaz.grid-column-6 article {
		width: 20%;
	}
}

@media (min-width: 1600px) {
	.wabor.xyxosaz.grid-column-6 article {
		width: 16.66%;
	}
}

.wabor.xyxosaz article {
	padding-inline: 15px;
	margin: 0;
	margin-bottom: 30px;
}

.wabor.xyxosaz article:not(.has-post-thumbnail) .gynuky {
	padding: 15px;
}
.wabor.xyxosaz article:not(.has-post-thumbnail) .gynuky .lefuvah{
	box-shadow: unset;
	border: unset;
	overflow: visible;
}
.wabor.xyxosaz article:not(.has-post-thumbnail) .kyxyc {
	padding-block: 5px;
	padding-inline: 0;
}
.wabor.xyxosaz article:not(.has-post-thumbnail) .gynuky .lefuvah .wewavyh {
	position: unset;
	padding: 0;
}

/* grid layout */

/* End archive layouts
--------------------------------------------- */
/* Start Post navigations
--------------------------------------------- */

.wowaris .vupe-navigation,
.wowaris .posts-navigation {
	margin-top: 30px;
	padding: 20px 0;
	border-block: 1px solid #191b1d29;
}

.vupe-navigation .jydojoh,
.posts-navigation .jydojoh {
	display: flex;
}

@media only screen and (max-width: 480px) {

	.vupe-navigation .jydojoh,
	.posts-navigation .jydojoh {
		flex-wrap: wrap;
	}
}

.vupe-navigation .nav-previous,
.posts-navigation .nav-previous {
	flex: 1 0 50%;
}

.vupe-navigation .nav-previous a,
.posts-navigation .nav-previous a {
	display: inline-flex;
	gap: 5px;
	color: var(--color-text);
	transition: var(--transition);
	text-decoration: none;
	flex-direction: column;
}

.vupe-navigation .nav-previous a .nav-subtitle::before,
.posts-navigation .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;
	margin-inline-end: 5px;
}

.vupe-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover {
	color: var(--primary-color);
}

.vupe-navigation .nav-next,
.posts-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.vupe-navigation .nav-next a,
.posts-navigation .nav-next a {
	display: inline-flex;
	gap: 5px;
	justify-content: flex-end;
	color: var(--color-text);
	transition: var(--transition);
	text-decoration: none;
	flex-direction: column;
}

.vupe-navigation .nav-next a .nav-subtitle::after,
.posts-navigation .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;
	margin-inline-start: 5px;
}

.vupe-navigation .nav-next a:focus,
.vupe-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover {
	color: var(--primary-color);
}

/* numeric pagination     */
nav.navigation.pagination .jydojoh {
	display: flex;
	gap: 5px;
	margin: 10px 0 20px;
	justify-content: center;
}

nav.navigation.pagination .jydojoh span,
nav.navigation.pagination .jydojoh a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
	color: var(--color-text);
	border: 1px solid var(--color-text);
}

nav.navigation.pagination .jydojoh span.prev,
nav.navigation.pagination .jydojoh a.prev,
nav.navigation.pagination .jydojoh span.next,
nav.navigation.pagination .jydojoh a.next {
	font-size: 0;
}

nav.navigation.pagination .jydojoh span.prev::after,
nav.navigation.pagination .jydojoh a.prev::after,
nav.navigation.pagination .jydojoh span.next::after,
nav.navigation.pagination .jydojoh 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 .jydojoh span.next::after,
nav.navigation.pagination .jydojoh a.next::after {
	content: "\f30b";
}

nav.navigation.pagination .jydojoh span:hover,
nav.navigation.pagination .jydojoh a:hover,
nav.navigation.pagination .jydojoh span:focus,
nav.navigation.pagination .jydojoh a:focus {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .jydojoh span.current {
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .jydojoh span.dots {
	border: none;
}

nav.navigation.pagination .jydojoh span.dots:hover,
nav.navigation.pagination .jydojoh span.dots:focus {
	color: var(--color-text);
	border: none;
}

/* numeric pagination     */


/* End Post navigations
--------------------------------------------- */
/* Start Single Post/Page
--------------------------------------------- */

body.sticky {
	display: block;
}

.vupe,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.nizyz,
.entry-summary {
	margin: 1.5em 0 0;
}

/*--404 page--*/
section.error-404.not-found {
	margin-bottom: 50px;
	text-align: center;
	max-width: 991px;
	margin-inline: auto;
}

/*--404 page--*/
/*--single--*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.wowaris article .entry-header .entry-title {
	font-size: var(--font-size-lg);
	margin-top: 0;
	margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
	.wowaris article .entry-header .entry-title {
		margin-bottom: 1.1rem;
	}
}

.wowaris article .entry-header .entry-title a {
	text-decoration: none;
	color: var(--color-text);
}

.wowaris article .entry-meta {
	padding-bottom: 10px;
}

.wowaris article .entry-meta span {
	font-size: 16px;
	font-weight: normal;
}

.wowaris article .entry-meta span a,
.wowaris article .entry-meta span span {
	font-weight: normal;
}

.wowaris article .entry-meta span a {
	text-decoration: none;
	color: var(--color-text);
}

.wowaris article .entry-meta span a:hover {
	color: var(--primary-color);
}

.wowaris article .entry-meta span a i {
	margin-inline-end: 5px;
}

.wowaris article .entry-meta span.comments-link a {
	font-weight: bold;
}

.wowaris article .vupe-thumbnail {
	display: block;
	line-height: 0;
}

.wowaris>article .vupe-thumbnail img {
	width: auto;
}

@media (min-width: 992px) {
	.wowaris article .entry-meta {
		padding: 10px 0 20px;
		padding-top: 0;
	}
}

.wowaris article .nizyz {
	margin-top: 0;
}

.wowaris article .nizyz p {
	margin-bottom: 10px;
}

.wowaris article .entry-footer {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.wowaris article .entry-footer span {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}

.wowaris article .entry-footer span a,
.wowaris article .entry-footer span span {
	font-weight: normal;
}

.wowaris article .entry-footer span a {
	text-decoration: none;
	color: var(--color-text);
}

.wowaris article .entry-footer span a:hover {
	color: var(--primary-color);
}

.wowaris article .entry-footer span.comments-link a {
	font-weight: bold;
}

/*--single--*/
body.single .wowaris>article header {
	margin-bottom: 10px;
}

body.single .wowaris>article header .entry-title {
	margin-bottom: 10px;
}

body.single .wowaris>article header .entry-meta {
	padding-bottom: 0;
	margin-bottom: 10px;
}

/* End Single Post/Page
--------------------------------------------- */

/* Start breadcrumbs
--------------------------------------------- */

.breadcrumb-trail.breadcrumbs {
	padding: 20px 0px;
}

body.aft-single-full-header .breadcrumb-trail.breadcrumbs {
	padding-bottom: 20px;
}

ul.trail-items {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

ul.trail-items li {
	display: inline-block;
	margin-right: 5px;
}

ul.trail-items li a {
	text-decoration: none;
	font-size: 13px;
	color: var(--color-text);
	opacity: 0.7;
}

ul.trail-items li a:hover {
	opacity: 1;
	color: var(--primary-color);
	transition: var(--transition);
}

ul.trail-items li:after {
	content: ' / ';
	padding: 0 2px;
	color: var(--color-text);
	font-size: 13px;
}

ul.trail-items li:last-child:after {
	display: none;
}

/* End breadcrumbs
--------------------------------------------- */
/* Start comments css
--------------------------------------------- */

.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: var(--post-item-background);
	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,
.comment-content a:focus,
.comment-meta .comment-metadata a:focus,
.comment-author .url:focus,
.reply a:hover,
.comment-content a:hover,
.comment-meta .comment-metadata a:hover,
.comment-author .url:hover {
	color: var(--theme-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: var(--transition);
	text-decoration: none;
}

.comment-form>p a:focus,
.comment-form>p a:hover {
	color: var(--theme-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(--theme-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 section====*/
#comments.comments-area {
	margin-block: 20px;
}

#comments.comments-area .comments-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-body);
	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%;
}

#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;
}

/* End comments css
--------------------------------------------- */

/* Start Newsletter section
--------------------------------------------- */

.newsletter-section {
	position: relative;
	padding: 40px 0;
}

.newsletter-section .section-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.4;
}

.newsletter-section .section-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsletter-section .newsletter-section-wrapper {
	position: relative;
	display: flex;
	gap: 20px;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

.newsletter-section .newsletter-section-wrapper .text-section {
	max-width: 750px;
}

.newsletter-section .newsletter-section-wrapper .text-section .newsletter-title {
	font-size: var(--font-size-md);
	line-height: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

.newsletter-section .newsletter-section-wrapper .text-section p {
	margin: 0;
}

@media (max-width: 992px) {
	.newsletter-section .newsletter-section-wrapper .text-section p {
		margin-bottom: 20px;
		text-align: center;
	}
}

.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget .widgettitle {
	display: none;
}

.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form {
	display: flex;
}

.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p {
	display: flex;
	margin: 0;
}

.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p input {
	padding: 12px 30px;
	
	background-color: var(--post-item-background);
	border-radius: var(--border-radius-all-lefts);
}

.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p input:focus,
.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p input:focus-visible {
	outline: none;
}

.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
	width: 100%;
}

@media (max-width: 480px) {
	.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 200px;
	}
}

@media (max-width: 320px) {
	.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 150px;
	}
}

.newsletter-section .newsletter-section-wrapper .newsletter-form button[type="submit"] {
	cursor: pointer;
	color: var(--color-text);
	background-color: #fff;
	font-size: var(--font-size-sm);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	padding: 15px 25px;
	transition: all 0.3s ease;
	position: relative;
	border-top-right-radius: 100vmax;
	border-bottom-right-radius: 100vmax;
	
	
}

/* End Newsletter section
--------------------------------------------- */
/* Start Instagram section
--------------------------------------------- */

.instagram-section .instagram-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}

.instagram-section .instagram-wrapper .instagram-img {
	padding-inline: 15px;
	margin-bottom: 15px;
	aspect-ratio: 1/0.7;
	width: 16.5%;
	flex-grow: 1;
	position: relative;
	isolation: isolate;
	transition: var(--transition);
}

@media (max-width:767px) {
	.instagram-section .instagram-wrapper {
		margin-inline: -10px;
	}

	.instagram-section .instagram-wrapper .instagram-img {
		width: 50%;
		padding-inline: 10px;
		margin-bottom: 10px;
	}
}

.instagram-section .instagram-wrapper .instagram-img img {
	width: 100%;
	width: calc(100% - 30px);
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	position: absolute;
	inset: 0;
}
.instagram-section .instagram-wrapper .instagram-img img.blur-img {
	z-index: -1;
	filter: blur(20px);
	opacity: 0;
	transition: var(--transition);
	transform: translateY(10px) translateZ(0);
}
.instagram-section .instagram-wrapper .instagram-img:hover{
	transform: scale(1.08) translateZ(0);
}
.instagram-section .instagram-wrapper .instagram-img:hover img.blur-img {
	opacity: 0.7;
}

.instagram-section .instagram-head {
	font-weight: normal;
	padding: 3px 10px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	font-size: var(--font-size-sm);
	text-align: center;
}

.instagram-section .instagram-head a {
	text-decoration: none;
	color: var(--color-text);
}

.instagram-section .instagram-head a:focus,
.instagram-section .instagram-head a:hover {
	color: var(--primary-color);
}


/* End Instagram section
--------------------------------------------- */
/* Start footer css
--------------------------------------------- */
.jewih {
	margin-top: 50px;
	background-color: #1c1c1c;
}

.jewih .gynuky{
	background-color: #2e2e2e;
}

.newsletter-section+.jewih {
	margin-top: 0;
}

.jewih .top-footer .top-footer-widgets {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-inline: -15px;
}

.jewih .top-footer .top-footer-widgets .footer-widget {
	width: 33.33%;
	padding-inline: 15px;
	flex-shrink: 0;
	flex-grow: 1;
	color: #fff;
}

@media (max-width: 768px) {
	.jewih .top-footer .top-footer-widgets .footer-widget {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.jewih .top-footer .top-footer-widgets .footer-widget {
		width: 100%;
	}
}

.jewih .top-footer .top-footer-widgets .footer-widget h1,
.jewih .top-footer .top-footer-widgets .footer-widget h2,
.jewih .top-footer .top-footer-widgets .footer-widget h3,
.jewih .top-footer .top-footer-widgets .footer-widget h4,
.jewih .top-footer .top-footer-widgets .footer-widget h5,
.jewih .top-footer .top-footer-widgets .footer-widget h6 {
	margin-top: 0;
}

.jewih .top-footer .top-footer-widgets .footer-widget a {
	color: #fff;
	opacity: 0.8;
	transition: var(--transition);
}

.jewih .top-footer .top-footer-widgets .footer-widget a:focus,
.jewih .top-footer .top-footer-widgets .footer-widget a:hover {
	color: #fff;
	opacity: 1;
}

.jewih .top-footer .top-footer-widgets .footer-widget .gynuky.vupe-list .mag-post-img>a {
	opacity: 1;
}

.jewih .top-footer .top-footer-widgets .footer-widget .widget .widget-title {
	color: #fff;
}

.jewih .top-footer .top-footer-widgets .footer-widget .widget ul li a,
.jewih .top-footer .top-footer-widgets .footer-widget .widget ol li a {
	color: #fff;
	opacity: 0.8;
	transition: var(--transition);
}

.jewih .top-footer .top-footer-widgets .footer-widget .widget ul li a:focus,
.jewih .top-footer .top-footer-widgets .footer-widget .widget ol li a:focus,
.jewih .top-footer .top-footer-widgets .footer-widget .widget ul li a:hover,
.jewih .top-footer .top-footer-widgets .footer-widget .widget ol li a:hover {
	opacity: 1;
}

.jewih .top-footer .top-footer-widgets .footer-widget .mag-post-excerpt {
	color: #fff;
}

.jewih .wowu {
	position: relative;
	padding: 15px 0;
	z-index: 1;
}

.jewih .wowu .hagoz {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	position: relative;
}
.jewih .wowu .hagoz.gejizyb {
	justify-content: center;
}

.jewih .wowu .hagoz .dyzas a {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
	transition: var(--transition);
}

.jewih .wowu .hagoz .dyzas a:focus,
.jewih .wowu .hagoz .dyzas a:hover {
	opacity: 1;
}

.jewih .wowu .hagoz .cyqeh ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jewih .wowu::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #d9d9d9;
	opacity: 0.1;
}

@media (max-width: 600px) {
	.jewih .wowu .hagoz {
		flex-direction: column;
		gap: 10px;
	}
}


/* End footer css
--------------------------------------------- */
/* Start Scroll to top css
--------------------------------------------- */
a.cheerful-blog-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: var(--color-text);
	border-radius: 10px;
	background-color: var(--post-item-background);
	border: 1px solid #fff;
	transition: var(--transition);
	font-size: var(--font-size-sm);
	
	
}

a.cheerful-blog-scroll-to-top:hover,
a.cheerful-blog-scroll-to-top:focus {
	color: var(--primary-color);
	transform: translateY(-10px);
}

a.cheerful-blog-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* End Scroll to top css
--------------------------------------------- */