/*
Theme Name: Fairy
Theme URI: https://www.candidthemes.com/themes/fairy
Author: candidthemes
Author URI: https://www.candidthemes.com/
Description: Fairy is a free and minimal WordPress blog theme. It is a Gutenberg ready WordPress theme and compatible with all blocks and patterns of WordPress. This theme is developed based on customizer settings. You can see the live changes that you have made in customizer. Fairy also comes with added custom widgets for author, featured posts and social icons. It has top level menu, social icons, slider, promotional banner, sidebar option, Mailchimp subscription, and many more other features. In addition, it has copyright text, go to the top, footer widgets, blog page options, related posts, sticky sidebar, etc. This theme is lightweight and easy to use theme for travel blog, food blog, technology blog and fashion blog. You can also use this theme for news and magazine sites too. Furthermore, it comes with demo data to make the site like the demo, detailed documentation including video and text, free support via chat and forum. It is developed by the experts WordPress developers so that you will never look for alternatives after using this theme. Try this awesome and carefully crafted theme today. Demo: https://demo.candidthemes.com/fairy/
Version: 1.0.2
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Prefer License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fairy
Tags: grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, translation-ready, footer-widgets, custom-colors, custom-header, editor-style, rtl-language-support, theme-options, threaded-comments, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fairy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

img, iframe, video, object {
	max-width: 100%;
	margin: 0;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

* {
	min-height: 0;
	min-width: 0;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Mulish", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Poppins", sans-serif;
}

/* h1 {
	font-size: 2em;
} */

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
--------------------------------------------- */
body {
	background: #fff;
}

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:focus {
	outline: thin dotted;
}

.fyditaq a:focus {
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.fyditaq {
	display: block;
	width: 100%;
}

.fyditaq ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.fyditaq ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.fyditaq ul ul ul {
	left: -999em;
	top: 0;
}

.fyditaq ul ul li:hover > ul,
.fyditaq ul ul li.focus > ul,
.fyditaq ul ul li.focus-visible > ul {
	display: block;
	left: 100%;
}

.fyditaq ul ul a {
	width: 200px;
}

.fyditaq ul li:hover > ul,
.fyditaq ul li.focus > ul,
.fyditaq ul li.focus-visible > ul {
	left: auto;
}

.fyditaq li {
	position: relative;
}

.fyditaq a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.binixe,
.fyditaq.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.binixe {
		display: none;
	}

	.fyditaq ul {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		text-transform: capitalize;
		text-align: left;
	}

	.fyditaq #nipe > li {
		margin-right: 20px;
	}

	.fyditaq #nipe > li:last-child {
		margin-right: 0px;
	}

	.fyditaq ul ul {
		flex-direction: column;
		padding-top: 20px;
		box-shadow: none;
	}

	.fyditaq ul ul a {
		display: block;
		padding: 10px 15px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14);
	}

	.fyditaq ul ul ul {
		left: 0;
		z-index: -1;
		padding-top: 0;
	}

	.fyditaq ul ul li:hover ul,
	.fyditaq ul ul li.focus ul,
	.fyditaq ul ul li.focus-visible ul {
		opacity: 1;
		left: 100%;
		visibility: visible;
	}
}

.jobi .tebuz-navigation,
.jobi
.posts-navigation,
.jobi
.xezy-navigation {
	margin: 0 0 1.5em;
}

.tebuz-navigation .fokecyc,
.posts-navigation .fokecyc,
.xezy-navigation .fokecyc {
	display: flex;
}

.tebuz-navigation .qaza-previous,
.posts-navigation .qaza-previous,
.xezy-navigation .qaza-previous {
	flex: 1 0 50%;
}

.tebuz-navigation .qaza-next,
.posts-navigation .qaza-next,
.xezy-navigation .qaza-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.xezy,
.page {
	margin: 0 0 30px;
}

.sopu:not(.xona) {
	display: none;
}

.page-content,
.qipeh,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.mojufid a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.vaby {
	margin: 0 0 1.5em;
}

.vaby select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.qipeh .wp-smiley,
.mojufid .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 .qohu {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .qohu {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.vyzyvej {
	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;
}

.vyzyvej: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. */
#saxes[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;
}

/*****
	*	GRID BASE CSS

	*	Using flex box rule
	*	'.hywes' class for grid-container
	*	'.kibihal-' class for grid-column
*/

/* Grid Container CSS Styling
--------------------------------------------- */
.hywes {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: -15px;
	margin-right: -15px;
}

@media screen and (min-width: 992px) {
	.hywes.hywes-inverse-md [class*="col-"]:first-child {
		order: 2;
	}

	.hywes.hywes-inverse-md [class*="col-"]:last-child {
		order: 1;
	}
}

.hywes.hywes-full-width [class*="col-"] {
	flex-basis: 100%;
	max-width: 100%;
}

.hywes.hywes-full-width .related-post [class*="col-"] {
	flex-basis: 50%;
	max-width: 50%;
}

.hywes.hywes-center-col {
	justify-content: center;
}

.kibihal, [class*="col-"] {
	padding: 0 15px;
}

.kibihal {
	flex: 100%;
	max-width: 100%;
}

.decony {
	flex: 0 0 100%;
	max-width: 100%;
}

.kibihal-1-2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.kibihal-1-3 {
	flex: 0 0 33.33337%;
	max-width: 33.33337%;
}

.kibihal-2-3 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.kibihal-1-4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.kibihal-2-4 {
	flex: 0 0 75%;
	max-width: 75%;
}

@media screen and (max-width: 767px) {
	[class*="col-"] {
		flex: 100%;
		max-width: 100%;
	}

}

@media screen and (min-width: 768px) {
	.hywes {
		flex-direction: row;
	}

	.kibihal-sm-1-1 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.kibihal-sm-1-2, .xezy-navigation .fokecyc > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.semo {
		flex: 0 0 33.33337%;
		max-width: 33.33337%;
	}

	.jyker {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.kibihal-sm-1-4 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.kibihal-sm-2-4 {
		flex: 0 0 75%;
		max-width: 75%;
	}

}

@media screen and (min-width: 992px) {
	.hywes {
		margin-left: -15px;
		margin-right: -15px;
	}

	.kibihal, [class*="col-"] {
		padding: 0 15px;
	}


	.kibihal-md-1-1, .nuxuje {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.kibihal-md-1-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.tojyr {
		flex: 0 0 33.33337%;
		max-width: 33.33337%;
	}

	.jiruluh {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.kibihal-md-1-4 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.kibihal-md-2-4 {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media screen and (min-width: 1200px) {
	.hywes {
		margin-left: -20px;
		margin-right: -20px;
	}

	.kibihal, [class*="col-"] {
		padding: 0 20px;
	}

	#saxes[class*="col-"],
	.hywes-inverse-md #nas[class*="col-"]
	{
		padding: 0 15px 0 20px;
	}
	.hywes-inverse-md #saxes[class*="col-"],
	#nas[class*="col-"]{
		padding: 0 20px 0 15px;
	}
	.hywes-full-width #saxes[class*="col-"],
	.hywes-center-width #saxes[class*="col-"]
	{
		padding: 0 20px;
	}


	.kibihal-lg-1-1 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.kibihal-lg-1-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.vufof {
		flex: 0 0 33.33337%;
		max-width: 33.33337%;
	}

	.fybef {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.cufuper {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.halawul {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.xukukar {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

/*  *	Header Layout CSS
------------------------------------*/
.hifaro{
	display: block;
	text-align: center;
}
.leqazos {
	padding: 20px 0 30px;
}

.xokoled .custom-logo-link img {
	margin: 0 auto;
}

.leqazos .custom-logo-link {
	display: block;
}

.jyjor .custom-logo-link + .hygo {
	margin-top: 15px;
}

.leqazos .custom-logo-link img {
	display: block;
}


.myqygi {
	padding: 15px 0;
	border-width: 0 0 3px;
	border-style: solid;
	border-color: #d10014;
}

.xokoled .myqygi {
	padding: 0;
}

.xokoled .myqygi #nipe {
	padding: 15px 0;
}
.hifaro i{
	transition:all 1s;
}

.ct-rotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	.foquhys .xukukar{
		display: none;
		padding-top: 10px;
	}
	.xokoled .mowo {
		margin-bottom: 15px;
	}

	.xokoled .binixe {
		display: inline-block;
	}

	.fyditaq ul#nipe {
		display: none;
	}

	.fyditaq.toggled ul#nipe {
		display: block;
	}

	.leqazos-menu-top .myqygi {
		padding: 0;
		border-bottom: none;
	}

	.leqazos-menu-top {
		background-color: #fff;
		border-width: 0 0 3px;
		padding-bottom: 30px;
		border-style: solid;
		border-color: #d10014;
	}

	.xokoled.leqazos-menu-top {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.hifaro{
		display: none;
	}
	.leqazos .hywes {
		align-items: center;
	}

	.leqazos {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
		z-index: 2;
		position: relative;
	}

	.leqazos #nipe > li {
		margin-right: 1.2em;
	}

	.leqazos #nipe > li:last-child {
		margin-right: 0;
	}

	.xokoled {
		padding: 0px 0 0;
	}

	.mowo {
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
	}

	.myqygi {
		padding: 15px 0;
		border-width: 0 0 3px;
		border-style: solid;
		border-color: #d10014;
	}

	.leqazos-menu-top .myqygi {
		padding: 0;
		border-bottom: 1px solid #eee;
	}

	.leqazos-menu-top .mowo {
		margin-bottom: 0;
		padding-bottom: 35px;
		border: none;
	}

	.leqazos-menu-top {
		background-color: #fff;
		border-width: 0 0 3px;
		border-style: solid;
		border-color: #d10014;
	}

	#nipe {
		flex-wrap: wrap;
	}

	#nipe .menu-item-has-children > a:after,
	#nipe .page_item_has_children > a:after {
		display: inline-block;
		font-family: 'Fontawesome';
		margin-left: 10px;
	}

	#nipe ul .menu-item-has-children > a:after,
	#nipe ul .page_item_has_children > a:after {
		float: right;
		transform: rotate(-90deg);
	}

	#nipe ul .menu-item-has-children:after,
	#nipe ul .page_item_has_children:after {
		content: '';
		display: table;
		clear: both;
	}

	#buv.leqazos #nipe > li {
		margin-right: 0;
	}

	#buv.leqazos #nipe > li + li {
		margin-left: 1.2rem;
	}
}

@media screen and (min-width: 992px) {
	.xokoled #nipe > li {
		margin-right: 2em;
	}

	.xokoled #nipe > li:last-child {
		margin-right: 0;
	}

	.xokoled {
		padding: 10px 0 0;
	}

	.mowo {
		padding-top: 35px;
		padding-bottom: 35px;
		border-bottom: 1px solid #eee;
	}

	.xokoled.left-logo-ad .mowo {
		padding-bottom: 35px;
	}

	.myqygi {
		padding: 15px 0;
		border-width: 0 0 3px;
		border-style: solid;
		border-color: #d10014;
	}

	.leqazos-menu-top .myqygi {
		padding: 15px 0;
		border-bottom: 1px solid #eee;
	}

	.leqazos-menu-top .mowo {
		margin-bottom: 0;
		padding-bottom: 35px;
		border: none;
	}

	.leqazos-menu-top {
		background-color: #fff;
		border-width: 0 0 3px;
		border-style: solid;
		border-color: #d10014;
	}

	.leqazos-left-logo .myqygi {
		padding: 25px 0;
	}

	.tucylyz {
		display: none;
	}

	#nipe .menu-item-has-children > a:after,
	#nipe .page_item_has_children > a:after {
		content: '\f107 ';
	}
}


.hygo {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.3em;
	font-family: 'Poppins', sans-serif;
}

.hygo a {
	text-decoration: none;
}

.poduxos {
	margin: 0;
}

.hygo, .poduxos {
	line-height: 1;
}

.leqazos-left-logo.sticky-header .is-sticky-header, .xokoled.sticky-header .is-sticky-header,
.leqazos-menu-top.sticky-header .is-sticky-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
}

.leqazos-left-logo.sticky-header .myqygi.is-sticky-header, .leqazos-menu-top.sticky-header .is-sticky-header {
	padding: 15px 0;
}

.admin-bar .leqazos-left-logo.sticky-header .is-sticky-header, .admin-bar .xokoled.sticky-header .is-sticky-header, .admin-bar .leqazos-menu-top.sticky-header .is-sticky-header {
	top: 25px;
}

.leqazos-menu-top.sticky-header .is-sticky-header {
	border-bottom: 3px solid #d10014;
}

.leqazos-menu-top.sticky-header {
	border-color: transparent;
}

.leqazos.leqazos-left-logo {
	padding: 0;
}

.leqazos.leqazos-left-logo .mowo,
.leqazos.xokoled .foquhys {
	padding: 10px 0;
}

.leqazos.leqazos-left-logo .mowo ul,
.leqazos.xokoled .foquhys ul {
	margin: 0;
}

.leqazos.leqazos-left-logo .mowo .poluli,
.leqazos.xokoled .foquhys .poluli {
	list-style: none;
	padding: 0;
	display: flex;
	flex-flow: wrap row;
}

.leqazos.leqazos-left-logo .mowo .social-menu,
.leqazos.leqazos-left-logo .myqygi #nipe,
.leqazos.xokoled .foquhys .social-menu,
.leqazos.xokoled .foquhys #nipe {
	justify-content: flex-end;
}

.leqazos.leqazos-left-logo .mowo .social-menu li a,
.leqazos.xokoled .foquhys .social-menu li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.leqazos.leqazos-left-logo .mowo .social-menu li a:before,
.leqazos.xokoled .foquhys .social-menu li a:before {
	font-size: 15px;
}

.leqazos.leqazos-left-logo .mowo .poluli li,
.leqazos.xokoled .foquhys .poluli li {
	margin-right: 20px;
}

.leqazos.leqazos-left-logo .mowo .poluli li:last-child,
.leqazos.xokoled .foquhys .poluli li:last-child {
	margin-right: 0px;
}

.leqazos.leqazos-left-logo .mowo .poluli li a,
.leqazos.xokoled .foquhys .poluli li a {
	text-decoration: none;
	color: #141413;
	transition: color 300ms ease-in-out;
}

.leqazos.leqazos-left-logo .mowo .poluli li a:hover,
.leqazos.leqazos-left-logo .mowo .poluli li a:focus,
.leqazos.xokoled .foquhys .poluli li a:hover,
.leqazos.xokoled .foquhys .poluli li a:focus {
	text-decoration: none;
	color: #d10014;
}

.leqazos-left-logo .mowo .rulo,
.xokoled .foquhys .rulo {
	display: flex;
	flex-flow: wrap row;
	justify-content: flex-end;
}

.leqazos-left-logo .mowo .rulo .tube,
.xokoled .foquhys .rulo .tube {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: none;
	border-radius: 50%;
	padding: 0;
	margin-right: 10px;
}


.leqazos-left-logo .mowo .rulo .tube:focus,
.xokoled .foquhys .rulo .tube:focus {
	outline: 1px dashed #d10014;
}

.palebyl > .gorigu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: height 300ms ease-in-out,
	opacity 300ms ease-in-out,
	visibility 300ms ease-in-out,
	z-index 300ms ease-in-out,
	transform 300ms ease-in-out;
}

.palebyl > .gorigu.ct-search-access {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 35;
	visibility: visible;
	transform: scale(1);
}

.gorigu button.hehudo {
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 35px;
	right: 35px;
}

.xukukar {
	width: 100%;
}

.xokoled .leqazos-ad-wrapper {
	max-width: 1000px;
	margin: 2rem auto 0;
}


@media screen and (min-width: 768px) {

	.xokoled.left-logo-ad {
		text-align: left;
	}

	.xokoled.left-logo-ad .hywes .decony:first-child {
		flex: 0 0 33.33337%;
		max-width: 33.33337%;
	}

	.xokoled.left-logo-ad .hywes .decony:last-child {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.xokoled .myqygi.left-menu .qusot {
		justify-content: flex-start;
	}


	.xokoled.left-logo-ad .leqazos-ad-wrapper {
		margin: 0;
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.leqazos {
		position: relative;
		z-index: 30;
	}

	.leqazos .binixe {
		position: relative;
		top: -40px;
		right: 0px;
		float: right;
		padding: 0.3rem 0rem;
		font-size: 15px;
		display: block;
	}

	.leqazos.fyditaq {
		background-color: #fff;
	}

	.leqazos .fyditaq.toggled {
		padding-top: 20px;
	}

	.leqazos .fyditaq #nipe {
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 5;
		padding-bottom: 10px;
		transition: all 300ms ease-in-out;
		height: 0;
		display: block;
		left: -110%;
		opacity: 0;
	}

	.leqazos .fyditaq.toggled #nipe {
		height: auto;
		left: 0;
		top: 100%;
		opacity: 1;
	}

	.leqazos .fyditaq #nipe a {
		padding: 10px 15px;
		border-bottom: 1px solid #f5f5f5;
	}

	.sticky-header.leqazos-left-logo {
		position: relative !important;
		top: 0 !important;
	}

	#nipe .menu-item-has-children,
	#nipe .page_item_has_children {
		position: relative;
	}

	.fyditaq #nipe li {
		margin-right: 0;
	}

	.xokoled .fyditaq #nipe li:last-child {
		margin-right: 0px;
	}

	#nipe .menu-item-has-children > a span {
		display: none;
	}

	#nipe .for-sub-menu, .leqazos-left-logo #nipe .sec-sub-menu {
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		height: 45px;
		font-family: 'Fontawesome';
		background: #f5f5f5;
		z-index: 2;
	}

	#nipe .sub-menu {
		position: relative !important;
		height: 0 !important;
		left: -100px !important;
		width: 0;
		transition: all 300ms ease-in-out;
		padding-top: 0;
	}

	#nipe .sub-menu.open,
	#nipe li.focus > ul.sub-menu,
	#nipe li.focus-visible > ul.sub-menu,
	#nipe .sub-menu.sec-open {
		height: auto !important;
		min-height: 1px;
		float: none;
		width: 100%;
		left: 0 !important;
		padding-top: 0;
	}

	#nipe .sub-menu a {
		display: block;
		width: 100%;
	}

	#nipe .for-sub-menu:before, .leqazos-left-logo #nipe .sec-sub-menu:before {
		content: '\f107 ';
		position: absolute;
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		top: 0;
		right: 0;
		color: #000;
		z-index: 3;
	}
}

.xokoled {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.leqazos {
		position: relative;
		text-align: left !important;
		z-index: 30;
	}

	.leqazos .binixe {
		position: relative;
		top: -40px;
		right: 0;
		float: right;
		padding: 0.3rem 0.8rem;
		font-size: 15px;
		display: block;
	}

	.leqazos .fyditaq {
		background-color: #fff;
	}

	.leqazos .fyditaq #nipe {
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 5;
		padding-bottom: 10px;
		transition: all 300ms ease-in-out;
		height: 0;
		display: block;
		left: -110%;
		opacity: 0;
	}

	.leqazos .fyditaq.toggled #nipe {
		height: auto;
		left: 0;
		top: 100%;
		opacity: 1;
	}

	.leqazos .fyditaq #nipe a {
		padding: 10px 15px;
		border-bottom: 1px solid #f5f5f5;
	}

	.sticky-header, .leqazos-left-logo.sticky-header .is-sticky-header, .xokoled.sticky-header .is-sticky-header, .leqazos-menu-top.sticky-header .is-sticky-header {
		position: relative !important;
		top: 0 !important;
	}

	#nipe .menu-item-has-children,
	#nipe .page_item_has_children {
		position: relative;
	}

	.fyditaq #nipe li {
		margin-right: 0;
	}

	#nipe .for-sub-menu, #nipe .sec-sub-menu {
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		height: 45px;
		font-family: 'Fontawesome';
		background: #f5f5f5;
		z-index: 2;
	}

	#nipe .sub-menu {
		position: relative !important;
		height: 0 !important;
		left: -100px !important;
		width: 0;
		transition: all 300ms ease-in-out;
		padding-top: 0;
	}

	#nipe .sub-menu.open,
	#nipe li.focus > ul.sub-menu,
	#nipe li.focus-visible > ul.sub-menu,
	#nipe .sub-menu.sec-open {
		height: auto !important;
		min-height: 1px;
		float: none;
		width: 100%;
		left: 0 !important;
		padding-top: 0;
	}

	#nipe .sub-menu a {
		display: block;
		width: 100%;
	}

	#nipe .for-sub-menu:before, #nipe .sec-sub-menu:before {
		content: '\f107 ';
		position: absolute;
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		top: 0;
		right: 0;
		color: #000;
		z-index: 3;
	}

	.xokoled .mowo {
		margin-bottom: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.qipeh figure {
		max-width: 100%;
		width: 100% !important;
	}

	.xyculyp {
		max-width: 100%;
	}

	.leqazos.leqazos-left-logo .mowo,
	.leqazos.xokoled .foquhys {
		padding: 12px 0;
	}

	.leqazos.leqazos-left-logo .mowo .hywes,
	.leqazos.xokoled .foquhys .hywes {
		justify-content: center;
		align-items: center;
	}

	.leqazos.leqazos-left-logo .mowo .hywes .cujiky,
	.leqazos.xokoled .foquhys .hywes .cujiky {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 400px) {
	.leqazos.leqazos-left-logo .mowo .hywes .poluli li,
	.leqazos.xokoled .foquhys .hywes .poluli li {
		font-size: 14px;
		margin-right: 15px;
	}

	.leqazos.leqazos-left-logo .mowo .hywes .poluli li:last-child,
	.leqazos.xokoled .foquhys .hywes .poluli li:last-child {
		margin-right: 0px;
	}
}

.binixe {
	width: 45px;
	height: 35px;
	padding: 0px !important;
	text-align: center;
	position: relative !important;
	top: 0 !important;
	margin-top: -40px !important;
	right: 0 !important;
	float: right;
}

.binixe .fedec {
	width: 27px;
	height: 3px;
	background-color: #fff;
	display: block;
	transition: all 300ms ease-in-out;
	margin-left: auto;
	margin-right: auto;
}

.binixe .fedec + .fedec {
	margin-top: 4px;
}

.toggled .binixe .fedec:last-child {
	display: none;
}

.toggled .binixe .fedec {
	transform: rotate(45deg);
}

.toggled .binixe .fedec:nth-child(2) {
	transform: rotate(135deg);
	margin-top: -3px;
}


/*  *	Footer Layout CSS
------------------------------------*/

/* Site Footer Top Section */
.qohu .qohu-top {
	padding: 60px 0;
}

.qohu-top .vaby .xenezu {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 18px;
}

.qohu-top .vaby ul {
	margin: 0 0 20px;
}

@media screen and (max-width: 991px) {
	.qohu-top .vaby {
		margin-bottom: 2em;
	}

	.qohu-top .decony:last-child .vaby {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.qohu-top .vaby {
		margin-bottom: 1.8em;
	}

	.qohu-top .decony:last-child .vaby {
		margin-bottom: 0;
	}
}

/* Site Footer Bottom Section */

.bumavil {
	padding: 40px 0;
}

.bumavil p, .bumavil ul {
	margin: 0;
}

.bumavil .tilo {
	padding: 0 15px;
}

.bumavil a {
	margin-left: 5px;
}

/*  Hero Slider CSS
---------------------------------------------*/
.hero-slider-section {
	padding: 3.5em 0 0;
}

.vaby .hero-slider-section,
.vaby .hero-slider-section .xukukar {
	padding: 0;
}

.hero-slider-section .slick-slide img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.hero_slick-slider .slick-slide img {
	height: 600px;
}

.vaby .hero_slick-slider .slick-slide img {
	height: 300px;
}

.hero_slick-slider + .hero-style-carousel {
	margin-top: 30px;
}

.hero-style-carousel .slick-slide {
	margin: 0 5px;
}

.hero_slick-slider .slick-list {
	height: 600px !important;
	overflow: hidden;
}

.vaby .hero_slick-slider .slick-list {
	height: 300px !important;
	overflow: hidden;
}

.hero-style-carousel .slick-list {
	height: 400px !important;
	overflow: hidden;
	margin: 0 -5px;
}

.hero_slick-slider .bobyp .xyculyp {
	max-width: 800px;
	left: 50%;
	transform: translateX(-50%);
}

.hero_slick-slider .bobyp .mubup {
	font-size: 2.5rem;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.hero-slider-section .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: auto;
	height: auto;
}

.hero-slider-section .slick-prev {
	left: 3%;
}

.hero-slider-section .slick-next {
	right: 3%;
}

.slick-prev:before, .slick-next:before {
	font-size: 40px;
}

@media screen and (max-width: 991px) {
	.hero-slider-section {
		padding: 1.8em 0 1em;
	}

	.hero_slick-slider .bobyp .mubup {
		font-size: 1.5rem;
	}
}

.bobyp-bg-image .fejyda {
	margin-bottom: 1em;
}

.meta > * {
	margin-right: 1.5em;
}

.haqicam > * {
	margin-right: 1em;
	display: inline-block;
}

.meta > *:last-child {
	margin-left: 0;
}

.meta > *:before, .haqicam .madivur {
	display: inline-block;
	margin-right: 5px;
}

.meta a, .haqicam a {
	text-decoration: none;
}

/*  Archive Page
------------------------------------------*/
.page-header {
	margin-bottom: 2.5em;
}

.page-header .page-title {
	margin-bottom: 10px;
}

.page-header div > p {
	margin-top: 0px;
	margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
	.boxoqy.single-section, .boxoqy.archive-list-section {
		padding-top: 3.5em;
	}
}

/*  Single Page
--------------------------------------------------------*/
.xezy-navigation .fokecyc {
	flex-wrap: wrap;
	flex-direction: column;
}

.xezy-navigation .fokecyc > * a {
	text-decoration: none;
	text-align: right;
	display: inline-block;
}

.xezy-navigation .fokecyc > .qaza-previous a {
	text-align: left;
}

ul, ol {
	margin-left: 0;
	margin-bottom: 2em;
}

a:focus {
	outline: 1px dashed #f30;
}

.jobi ul li, .jobi ol li {
	margin-bottom: 0.5rem;
}

.xezy-navigation .fokecyc > .qaza-previous .qaza-subtitle:before {
	margin-right: 10px;
}

.xezy-navigation .fokecyc > .qaza-next .qaza-subtitle:after {
	margin-left: 10px;
}

.xezy-navigation .fokecyc > * .qaza-title {
	display: block;
	font-weight: 600;
}

.jusugac .luvyq {
	padding: 0.5em 1em;
	text-decoration: none;
	margin-right: 3px;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.jusugac {
		margin-bottom: 1.8em;
	}
}

.related-post .gudem .mubup,
.vaby .hero_slick-slider .bobyp .mubup {
	/* margin-bottom: 0; */
	font-size: 20px;
}

.related-post .gudem img {
	height: 202px;
	width: 100%;
	object-fit: cover;
}

.zalo-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 2.5em;
}

.zalo-wrapper .zalo {
	max-width: 150px;
}

.fairy_widget_author .profile-wrapper .zalo img {
	border-radius: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

.zalo-description {
	flex: 1;
	max-width: 100%;
	padding-left: 40px;
}

.zalo-title {
	font-size: 16px;
	font-weight: 600;
}

.zalo-title a {
	text-decoration: none;
}

.zalo-title span {
	font-size: 14px;
	color: #554e4e;
}

.zalo-wrapper .zalo-social-profiles {
	list-style: none;
	padding-left: 0;
	margin: 0;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.fahixoc .card_media {
		margin-bottom: 20px;
	}

	.fahixoc ul {
		padding-left: 30px;
	}

	.zalo-wrapper {
		align-items: center;
	}

	.zalo-wrapper .zalo-description {
		padding-left: 0;
	}

	.xezy-navigation .fokecyc {
		flex-direction: row;
	}

	.xezy-navigation .fokecyc > * a {
		text-align: left;
	}

	.xezy-navigation .fokecyc .qaza-next a {
		text-align: right;
	}

	.search .decony .tekuv {
		margin-top: 2em;
	}
}

@media screen and (min-width: 768px) {
	.xezy-navigation .fokecyc {
		flex-direction: row;
		justify-content: space-between;
	}

	.xezy-navigation .fokecyc > * .qaza-title {
		display: block;
	}

	.zalo-wrapper {
		flex-direction: row;
	}
}

/*  Search CSS
--------------------------------------------*/
.gorigu .gudem.waqur .card_media {
	margin-bottom: 0;
}

.gorigu .gudem .card_media img {
	margin-bottom: 20px;
}

.gorigu .gudem .entry-title {
	margin-top: 0;
	margin-bottom: 1rem;
}

.gorigu .gudem .entry-summary {
	margin-top: 0;
	margin-bottom: 1rem;
}

/*	Comments List Design
---------------------------*/
.xezy-navigation + .siqobah {
	margin-top: 2em;
}

.gibyvy {
	padding-left: 0;
	list-style: none !important;
}

.gibyvy ol {
	padding-left: 30px;
	margin-left: 0 !important;
}

.gibyvy .children {
	list-style: none !important;
}

.gibyvy .tebuz .dusyb {
	padding: 20px;
	border-radius: 5px;
	background-color: #f5f5f5;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.14);
	margin-bottom: 15px;
}

.ct-dark-mode .gibyvy .tebuz .dusyb {
	background-color: #2b2b2b;
	color: #fff;
}

.ct-dark-mode .gibyvy .tebuz .dusyb time {
	color: #e5e5e5;
}

.gibyvy .tebuz .dusyb a {
	text-decoration: none;
	color: #d10014;
}

.gibyvy .tebuz .dusyb .vawedy img {
	float: left;
	width: 60px;
	border-radius: 5px;
	margin-right: 10px;
}

.gibyvy .tebuz .dusyb .tepi a {
	font-size: 14px;
	color: #555;
}

.gibyvy .tebuz .dusyb .tepi a.tebuz-edit-link {
	color: #d10014;
	margin-left: 20px;
}

.vawedy.cagoq > * {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.gibyvy .tebuz .dusyb .haru:after {
	content: '';
	display: table;
	clear: both;
}

blockquote {
	margin: 0 0 30px;
	padding-left: 20px;
	border-left: 5px solid #d10014;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.1rem;
}

h6 {
	font-size: 1rem;
}

/*  Card CSS
--------------------------------------------*/
.bobyp-bg-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.bobyp-bg-image:after, .bobyp-bg-image.bobyp-promo .card_media a:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, rgba(209, 0, 20, 0.5), rgba(0, 0, 0, 0.5));
}

.bobyp-bg-image.bobyp-promo:after {
	display: none;
}

.bobyp-bg-image.bobyp-promo .card_media a:after {
	top:0;
	opacity: 1;
	transition: top 350ms ease-in-out,
	opacity 350ms ease-in-out;
	transition-delay: 100ms;
}

.bobyp-bg-image.bobyp-promo:hover .card_media a:after {
	top: 0;
	opacity: 1;
}

.bobyp-bg-image.bobyp-promo .xyculyp {
	bottom: 50%;
	transform: translateY(50%);
}

.bobyp-bg-image.bobyp-promo .mubup {
	margin: 0;
}

.bobyp-bg-image.bobyp-promo .mubup > a {
	display: block;
	padding: 0.6rem 2rem;
	margin: 0 auto;
	max-width: 85%;
	background-color: rgba(255, 255, 255, 0.25);
	transition: all 350ms ease-in-out;
	transition-delay: 400ms;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
	position: relative;
	z-index: 1;
}

.bobyp-bg-image.bobyp-promo:hover .mubup a {
	background-color: rgba(255, 255, 255, 0.75);
	color: #d10014;

	animation: promoPulse 2s 1;
}

@keyframes promoPulse {
	0% {
		opaity: 0;
		transform: scale(0);
	}
	50% {
		opaity: 0.5;
		transform: scale(1.05);
	}
	100% {
		opaity: 1;
		transform: scale(1);
	}
}

.bobyp-bg-image .card_media {
	margin: 0;
}

.bobyp-bg-image.bobyp-promo .card_media img {
	display: block;
}

.bobyp-bg-image .xyculyp {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 0px 20px 3%;
	text-align: center;
}

.mubup, .single .bobyp .entry-title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.25;
}

.mubup a, .entry-title a {
	text-decoration: none;
	word-break: break-word;
}

.bobyp-bg-image .xyculyp a {
	text-decoration: none;
}

.gudem {
	flex-direction: column;
	padding: 20px;
	box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
}

.gudem .xyculyp .haqicam {
	margin-bottom: 10px;
}

.gudem .xyculyp p {
	margin-top: 0px;
}


.fahixoc .card_media {
	flex-basis: 100%;
	max-width: 100%;
}

.fejyda a {
	font-size: 15px;
}

.gudem .haqicam * {
	font-size: 14px;
}

.gudem .qipeh {
	margin-top: 0;
}

.vaby .hero_slick-slider .bobyp .mubup {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.gudem {
		flex-direction: row;
		padding: 30px;
	}

	.gudem.reverse-row {
		flex-direction: row-reverse;
	}

	.gudem .mubup, .search .gudem .entry-title,
	.vaby .hero_slick-slider .bobyp .mubup {
		font-size: 26px;
	}

	.gudem .card_media {
		flex-basis: 50%;
		max-width: 50%;
	}

	.gudem .xyculyp {
		flex: 1;
		max-width: 100%;
	}

	.gudem .card_media + .xyculyp {
		padding-left: 30px;
	}

	.gudem.reverse-row .card_media + .xyculyp {
		padding-left: 0px;
		padding-right: 30px;
	}

	.gudem .card_media img {
		margin: 0 auto;
		display: block;
	}

	.gudem.waqur .card_media {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.gudem.waqur .card_media + .xyculyp {
		padding-left: 0;
		flex-basis: 100%;
		max-width: 100%;
	}

	.gudem.waqur.fahixoc .card_media {
		/* flex-basis: inherit !important; */
		/* max-width: none !important; */
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2em;
	}

	.fahixoc .haqicam {
		margin-bottom: 2em;
	}
}

@media screen and (min-width: 992px) {
	.hywes.hywes-full-width .gudem .card_media {
		flex-basis: 35%;
		max-width: 35%;
	}

	.hywes.hywes-full-width .related-post .gudem .card_media,
	.single .hywes.hywes-full-width  article .gudem .card_media,
	.hywes.hywes-full-width .fairy-three-column .gudem .card_media{
		flex-basis: 100%;
		max-width: 100%;
	}
}

.fahixoc {
	/* padding-top: 0; */
}

.card_media {
	margin: 0;
}

.fejyda {
	margin-bottom: 0.5em;
}

.fejyda a {
	display: inline-block;
	padding-bottom: 3px;
	margin-right: 1em;
	position: relative;
	text-decoration: none;
}

.fejyda.bg-label a {
	padding: 0.3em 0.8em;
}

.fejyda a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
}

.fejyda.bg-label a:after {
	display: none;
}

.page-links .xezy-page-numbers.notykep, .page-links .xezy-page-numbers:hover {
	color: #d10014;
}

.page-links .xezy-page-numbers.notykep, .page-links .xezy-page-numbers {
	text-decoration: none;
}

/*  Utilities Classes
---------------------------------------------*/

.boxoqy, .qohu-top {
	padding: 2em 0;
}

.promo-section.boxoqy {
	padding-bottom: 0;
}

@media screen and (max-width: 1200px) {

	.boxoqy, .qohu-top {
		padding: 1.5em 0;
	}

	.promo-section.boxoqy {
		padding-bottom: 0;
	}

}

.madivur, .vaby[class*="widget_"] > ul li:before, .meta .nizic:before, .meta .daxaseb:before, .repelym:hover:after, .posts-navigation .fokecyc a:hover:after, .lujyny li a, .xezy-navigation .fokecyc > .qaza-previous .qaza-subtitle:before, .xezy-navigation .fokecyc > .qaza-next .qaza-subtitle:after, .breadcrumb-trail .trial-items li + li:before, .breadcrumbs ul li + li:before {
	display: inline-block;
	font-family: 'Fontawesome';
}

.double-angle-right:before, .vaby[class*="widget_"] > ul li:before, .breadcrumb-trail .trial-items li + li:before, .breadcrumbs ul li + li:before {
	content: '\f101';
}

.user-circle:before, .meta .daxaseb:before {
	content: '\f2bd';
}

.calendar-o:before, .meta .nizic:before {
	content: '\f133';
}

.logn-arrow-right:before, .repelym:hover:after, .posts-navigation .fokecyc a:hover:after, .xezy-navigation .fokecyc > .qaza-next .qaza-subtitle:after {
	content: '\f178';
}

.long-arrow-left:before, .posts-navigation .fokecyc .qaza-previous a:hover:after, .xezy-navigation .fokecyc > .qaza-previous .qaza-subtitle:before {
	content: '\f177';
}

.lujyny li a.website:before {
	content: "\f08e";
}

.facebook:before, .lujyny li a[href*="facebook.com"]:before {
	content: '\f09a';
}

.twitter:before, .lujyny li a[href*="twitter.com"]:before {
	content: '\f099';
}

.linkedin:before, .lujyny li a[href*="linked.com"]:before, .lujyny li a[href*="linkedin.com"]:before {
	content: '\f0e1';
}

.github:before, .lujyny li a[href*="github.com"]:before {
	content: '\f09b';
}

.instagram:before, .lujyny li a[href*="instagram.com"]:before {
	content: '\f16d';
}

.pinterest:before, .lujyny li a[href*="pinterest.com"]:before {
	content: '\f0d2';
}

.youtube:before, .lujyny li a[href*="youtube.com"]:before {
	content: '\f167';
}

.vk:before, .lujyny li a[href*="vk.com"]:before {
	content: '\f189';
}

/*  Flex Utility CSS
-----------------------------*/

.d-flex, .fairy-latest .list-post .xezy-block-style, .fairy-popular .list-post .xezy-block-style, .newsletter-content .mc4wp-form .mc4wp-form-fields,
.fairy_widget_author .lujyny, .social-menu, .hugik, .gudem,
.zalo-wrapper .zalo-social-profiles, .breadcrumb-trail .trial-items, .breadcrumbs ul, .theiaStickySidebar > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap, .fairy-latest .list-post .xezy-block-style, .fairy-popular .list-post .xezy-block-style,
.fairy_widget_author .lujyny, .social-menu,
.newsletter-content .mc4wp-form .mc4wp-form-fields, .hugik, .gudem,
.zalo-wrapper .zalo-social-profiles, .breadcrumb-trail .trial-items, .breadcrumbs ul, .theiaStickySidebar > div > div {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex-row, .fairy-latest .list-post .xezy-block-style,
.flex-row, .fairy-popular .list-post .xezy-block-style,
.newsletter-content .mc4wp-form .mc4wp-form-fields,
.fairy_widget_author .lujyny, .social-menu, .hugik,
.zalo-wrapper .zalo-social-profiles, .breadcrumb-trail .trial-items, .breadcrumbs ul, .theiaStickySidebar > div > div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.qusot, .fyditaq ul.qusot {
	justify-content: center;
}

.justify-content-left {
	justify-content: flex-start;
}

.justify-content-right {
	justify-content: flex-end;
}

.align-items-center, .theiaStickySidebar > div > div {
	align-items: center;
}

.text-left, .fyditaq ul ul a {
	text-align: left;
}

.litafud {
	text-align: center;
}

.text-right {
	text-align: right;
}

.wp-block-cover {
	margin-bottom: 20px;
}

.siqobah {
	margin-top: 2em;
}

.doweryb {
	margin-bottom: 10px;
}

.zolavu {
	margin-top: 5px;
	margin-bottom: 1.5rem;
}

.biwaful p > label {
	margin-bottom: 2px;
	display: inline-block;
}

.biwaful p[class*="comment-form-"] {
	margin-bottom: 1em;
}

.xezy-password-form input[type="password"] {
	margin-top: 10px;
	margin-bottom: 15px;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=number], input[type=datetime], input[type=url], select, textarea {
	width: 100%;
	display: block;
	padding: 0 15px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=file]:focus, input[type=number]:focus, input[type=datetime]:focus, input[type=url]:focus, select:focus, textarea:focus {
	outline: 1px dashed #d10014;
	border: none;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=datetime], input[type=url], select {
	height: 40px;
	line-height: 40px;
}

.transi-main, .vaby a, .hugik .xokozav, .repelym, .fejyda a, .mubup a,
.meta a, .haqicam a, .posts-navigation .fokecyc a, .lujyny li a, .xezy-navigation .fokecyc > * a, .wp-block-button__link, button, input[type="button"], input[type="reset"], input[type="submit"], .jusugac .luvyq {
	-webkit-transition: 400ms linear;
	-moz-transition: 400ms linear;
	-ms-transition: 400ms linear;
	-o-transition: 400ms linear;
	transition: 400ms linear;
}

/*  Search Form Design CSS
-----------------------------------*/

.hugik .xuxat {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	padding: 0 15px;
	/* margin-bottom: 10px; */
}

.hugik > label {
	flex-basis: 75%;
	max-width: 75%;
}

.wyvu .hugik > label {
	flex-basis: 60%;
	max-width: 60%;
}

.hugik .xuxat:focus {
	outline: 0;
	/* border: 0; */
}

.hugik .xokozav {
	padding: 0.8em 2em;
	cursor: pointer;
	border: none;
	border-radius: 0;
	flex: 1;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	/* .hugik {
        flex-direction: row;
    } */
}


/*****
	*	Widget Style CSS
----------------------------*/

/* 	Widget Title Design CSS
----------------------------------*/
.fairy-before-footer-widgets {
	background-color: #fff;
}

.vaby .xenezu {
	font-size: 20px;
	line-height: 1.125;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.vaby .xenezu:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 8px;
}

.fairy-widget-title-one .tekuv .vaby .xenezu {
	text-align: center;
}

.fairy-widget-title-one .tekuv .vaby .xenezu:after {
	margin: 8px auto 0;
}

.fairy-widget-title-two .vaby .xenezu {
	display: flex;
	flex-flow: wrap row-reverse;
	justify-content: flex-end;
	align-items: center;
}

.fairy-widget-title-two .vaby .xenezu:after {
	margin: 0 10px 0 0;
	width: 30px;
}

.fairy-widget-title-three .vaby .xenezu {
	text-align: center;
	padding: 8px 15px;
	border: 1px solid #fff;
}

.fairy-widget-title-three .tekuv .vaby .xenezu {
	border: 1px solid #ccc;
}

.fairy-widget-title-three .vaby .xenezu:after {
	display: none;
}

.vaby ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
}

.vaby ul li {
	margin-bottom: 0.8em;
	position: relative;
}

.vaby[class*="widget_"] > ul li {
	margin-bottom: 0.8em;
	padding-left: 20px;
	position: relative;
}

.vaby ul li:last-child {
	margin-bottom: 0;
}

.vaby[class*="widget_"] > ul li:before {
	position: absolute;
	left: 0;
}

.vaby a {
	text-decoration: none;
}

.tekuv .vaby {
	padding: 2em;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.fairy-before-footer-widgets.tekuv .vaby,
.fairy-after-slider-widgets.tekuv .vaby {
	box-shadow: none;
}

.tekuv .xenezu {
	margin-top: 0;
	margin-bottom: 1.3em;
}

.fairy_widget_author {
	text-align: center;
}

.fairy_widget_author .xenezu:after {
	margin: 3px auto 0;
}

.fairy_widget_author .profile-wrapper .zalo {
	margin: 0 auto 1em;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.fairy_widget_author .profile-wrapper .zalo img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.fairy_widget_author .lujyny, .social-menu {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.bumavil .social-menu {
	justify-content: center;
	margin-bottom: 1.5em;
}

.fairy_widget_author .lujyny {
	justify-content: center;
}

.lujyny li, .social-menu li {
	margin-right: 0.5em;
	padding-left: 0 !important;
}

.lujyny li:last-child, .social-menu li:last-child {
	margin-right: 0em;
}

.vaby .lujyny li:before, .vaby .social-menu li:before {
	display: none;
}

.lujyny li a, .social-menu li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	background-color: #eee;
	font-size: 0;
	text-decoration: none !important;
}

.profile-wrapper .lujyny li a {
	border-radius: 5px;
}

.lujyny li a:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(5px);
}

#fairy-social-icons-2 .social-menu li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

#fairy-social-icons-2 .social-menu li a:before {
	font-size: 20px;
}

.lujyny li a:before, .social-menu li a:before {
	font-size: 18px;
}

.vaby.fairy-latest .list-post li,
.vaby.fairy-popular .list-post li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}

.vaby.fairy-latest .list-post li:last-child,
.vaby.fairy-popular .list-post li:last-child {
	margin-bottom: 0em;
	padding-bottom: 0em;
	border-bottom: none;
}

.vaby.fairy-latest .list-post .xezy-thumb,
.vaby.fairy-popular .list-post .xezy-thumb {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	max-width: 3100px;
	overflow: hidden;
	border-radius: 5px;
}

.vaby.fairy-latest .list-post .xezy-thumb img,
.vaby.fairy-popular .list-post .xezy-thumb img {
	display: block;
}

.vaby.fairy-latest .list-post .xezy-content,
.vaby.fairy-popular .list-post .xezy-content {
	-ms-flex-preferred-size: calc(100% - 100px);
	flex-basis: calc(100% - 100px);
	max-width: calc(100% - 100px);
}

.vaby.fairy-latest .list-post .xezy-thumb + .xezy-content,
.vaby.fairy-popular .list-post .xezy-thumb + .xezy-content {
	padding-left: 10px;
}

.vaby.fairy-latest .list-post .xezy-content .fejyda a, .vaby.fairy-latest .list-post .xezy-content .xezy-meta,
.vaby.fairy-popular .list-post .xezy-content .fejyda a, .vaby.fairy-popular .list-post .xezy-content .xezy-meta {
	font-size: 14px;
}

.vaby.fairy-latest .list-post .xezy-content .xezy-title,
.vaby.fairy-popular .list-post .xezy-content .xezy-title {
	font-size: 18px;
	margin: 0 0 2px;;
}

.vaby.fairy-latest .list-post .xezy-content .fejyda,
.vaby.fairy-popular .list-post .xezy-content .fejyda {
	margin-bottom: 5px;
}

.vaby.fairy-latest .list-post .xezy-content .xezy-meta .madivur,
.vaby.fairy-popular .list-post .xezy-content .xezy-meta .madivur {
	margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.vaby.fairy-latest .list-post .xezy-thumb,
	.vaby.fairy-popular .list-post .xezy-thumb {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
		max-width: 150px;
	}

	.vaby.fairy-latest .list-post .xezy-content,
	.vaby.fairy-popular .list-post .xezy-content {
		flex: 1;
		max-width: 100%;
	}

	.vaby.fairy-popular .list-post .xezy-block-style,
	.vaby.fairy-popular .list-post .xezy-block-style {
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.vaby.fairy-latest .list-post .xezy-thumb,
	.vaby.fairy-popular .list-post .xezy-thumb {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
		max-width: 150px;
		margin-right: 15px;
	}

	.vaby.fairy-latest .list-post .xezy-content,
	.vaby.fairy-popular .list-post .xezy-content {
		flex: 1;
		max-width: 100%;
	}

	.vaby.fairy-latest .list-post .xezy-block-style,
	.vaby.fairy-popular .list-post .xezy-block-style {
		align-items: center;
	}
}

@media screen and (max-width: 500px) {
	.vaby.fairy-latest .list-post .xezy-thumb,
	.vaby.fairy-popular .list-post .xezy-thumb {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		max-width: 100px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 500px) {
	.vaby.fairy-latest .list-post .xezy-thumb,
	.vaby.fairy-popular .list-post .xezy-thumb {
		-ms-flex-preferred-size: 80px;
		flex-basis: 80px;
		max-width: 80px;
	}
}

@media screen and (min-width: 992px) {
	.tekuv .vaby {
		padding: 2em;
	}
}

@media screen and (min-width: 1200px) {
	.tekuv .vaby {
		margin-bottom: 30px;
	}

	.fairy-before-footer-widgets.tekuv .vaby,
	.fairy-after-slider-widgets.tekuv .vaby {
		margin-bottom: 0;
	}
}

figcaption {
	font-size: 14px;
}


/* Button Style CSS
---------------------------------------*/
.repelym, .posts-navigation .fokecyc a, .wp-block-button__link,
button, input[type="button"], input[type="reset"], input[type="submit"], .ajax-pagination .show-more {
	padding: 0.5em 1.5em;
	display: inline-block;
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	line-height: 1.5;
	cursor: pointer;
	color: #fff;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	min-height: 45px;
}

[type=checkbox], [type=radio] {
	margin-right: 5px;
}

.repelym:hover, .posts-navigation .fokecyc a:hover {
	padding-right: 2.8em;
}

.repelym:hover {
	color: #fff;
}

.repelym:hover:after, .posts-navigation .fokecyc a:hover:after, .posts-navigation .fokecyc .qaza-previous a:hover:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 400ms linear;
	transition-delay: 100ms;
}

.qohu a, .qohu p, .qohu span, .qohu {
	color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-width: 1px;
}

.posts-navigation .fokecyc .qaza-previous a:hover {
	padding-right: 1.5em;
	padding-left: 2.8em;
}

.posts-navigation .fokecyc .qaza-previous a:hover:after {
	right: auto;
	left: 15px;
}

.wp-block-button + .wp-block-button {
	margin-top: 1rem;
}

/* 404 ERROR PAGE CSS
------------------------------*/
.error-404 {
	padding: 5em 0;
}

.error-404-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.error-404-title, .error-404 .page-title {
	margin: 0;
	line-height: 1.125;
}

.error-404-title {
	font-size: 5.5rem;
	margin-bottom: 0.35em;
}

.error-404 .page-title {
	font-weight: 500;
}

.error-404 .hugik .xuxat:focus {
	opacity: 0.98;
	background-color: #fff;
}

/*	Go To Top Button Design CSS
----------------------------------------*/
.vavot {
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	background-color: #d10014;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	z-index: 20;
}

.vavot.show {
	opacity: 1;
}

.qipeh:after {
	content: '';
	display: table;
	clear: both;
}

body, body.xezy, body.page {
	margin: 0;
}

.wp-block-table, .wp-block-table.is-style-stripes {
	border: none;
	margin-bottom: 30px;
}

.wp-block-table table th, .wp-block-table table td {
	padding: 8px;
}

.wp-block-table table th, .wp-block-table table td {
	border-bottom: 1px solid transparent;
}

.wp-block-table table {
	border-top: 1px solid transparent;
	text-align: left;
	margin-bottom: 0;
}

.wp-block-table figcaption {
	margin-top: 8px;
}

.wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripes table th,
.wp-block-table.is-style-stripes table td {
	border: none;
}

.ct-dark-mode a:hover {
	text-decoration: underline !important;
}

.wp-calendar-table {
	text-align: center;
}

.wp-calendar-table caption {
	padding: 5px 10px;
	margin-bottom: 5px;
	font-weight: 700;
}

.tagcloud .tag-cloud-link {
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0 2px 5px 0;
	display: inline-block;
	color: #777;
}

.vaby.widget_mc4wp_form_widget {
	text-align: left;
}

/* .vaby.widget_mc4wp_form_widget .xenezu:after {
	margin-left: auto;
	margin-right: auto;
} */

.vaby.widget_mc4wp_form_widget input[type="email"] {
	margin-top: 10px;
	text-align: center;
}

.vaby.widget_mc4wp_form_widget input[type="submit"] {
	width: 100%;
	color: #fff;
}

.vaby.widget_mc4wp_form_widget .mc4wp-form-fields p {
	margin: 10px 0;
}

.qohu .calendar_wrap {
	padding: 10px;
	border-radius: 5px;
}

.leqazos.xokoled {
	padding-top: 0;
}

.qohu .vaby.widget_mc4wp_form_widget {
	padding: 50px 25px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.newsletter-section {
	padding: 2rem 0 4rem;
}

.newsletter-content {
	padding: 1.5rem 2rem;
	box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
}

.newsletter-content .hywes {
	align-items: flex-end;
}

.newsletter-content h2 {
	margin: 0 0 0.5rem;
}

.newsletter-content h2 + p {
	margin: 0;
}

.newsletter-content .mc4wp-form p {
	margin: 0;
}

.newsletter-content .mc4wp-form .mc4wp-form-fields {
	align-items: center;
}

.newsletter-content .mc4wp-form .mc4wp-form-fields p:first-child {
	flex: 0 0 75%;
	max-width: 75%;
}

.newsletter-content .mc4wp-form .mc4wp-form-fields p:last-child {
	flex: 0 0 25%;
	max-width: 25%;
}

.newsletter-content .mc4wp-form .mc4wp-form-fields p input {
	height: 50px;
	border-radius: 0 5px 5px 0;
}

.newsletter-content .mc4wp-form .mc4wp-form-fields p input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.newsletter-content .mc4wp-form .mc4wp-form-fields p input[type="email"] {
	line-height: 50px;
	border-radius: 5px 0 0 5px;
}

.newsletter-section label {
	font-size: 0;
	display: block;
}

@media screen and (min-width: 992px) {
	.newsletter-content {
		padding: 3rem 4rem;
	}
}

@media screen and (max-width: 991px) {
	.newsletter-content h2 + p {
		margin-bottom: 30px;
	}

	.bobyp-bg-image.bobyp-promo {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.newsletter-content .decony {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {

	.newsletter-content .mc4wp-form .mc4wp-form-fields p:first-child {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}

	.newsletter-content .mc4wp-form .mc4wp-form-fields p:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.newsletter-content .mc4wp-form .mc4wp-form-fields input[type="submit"] {
		border-radius: 5px;
		width: 100%;
	}
}

/* Breadcrumb Style */

.breadcrumb-trail .trial-items, .breadcrumbs ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.breadcrumb-trail .trial-items a, .breadcrumbs ul a {
	text-decoration: none;
	color: #333;
	transition: color 300ms;
}

.breadcrumb-trail .trial-items li, .breadcrumbs ul li {
	margin-bottom: 0;
	line-height: 1;
}

.breadcrumb-trail .trial-items a:hover, .breadcrumbs ul a:hover, .breadcrumb-trail .trial-items .trial-end a, .breadcrumbs ul li:last-child a {
	text-decoration: none;
	color: #d10014;
}

.breadcrumb-trail .trial-items li + li:before, .breadcrumbs ul li + li:before {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	color: #333;
}

span.breadcrumb {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 15px;
	vertical-align: middle;
	border: 1px solid #404040;
	border-radius: 5px;
}

.fairy-breadcrumb-wrapper {
	margin-bottom: 30px;
}

.ajax-pagination .show-more .madivur {
	display: none;
}

.ajax-pagination .show-more .madivur-spinner {
	display: inline-block;
}

/* Entry-content Css Style */
.qipeh table {
	border-collapse: collapse;
}

.qipeh table th, .qipeh table td {
	border: 1px solid #ddd;
	padding: 10px;
}

.qipeh dl a,
.qipeh table a,
.qipeh ul a {
	color: #d10014;
}

/* Blog Grid Style */
.rahe {
	display: flex;
	flex-flow: wrap row;
	margin: 0 -15px;
}

.rahe > * {
	flex-basis: 100%;
	max-width: 100%;
	padding: 0 15px;
}

.rahe.fairy-masonry > * {
	padding: 0 15px 15px;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.rahe {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.rahe > * {
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	.rahe.fairy-two-column > * {
		flex-basis: 50%;
		max-width: 50%;
	}

	.rahe.fairy-three-column > * {
		flex-basis: 33.3337%;
		max-width: 33.3337%;
	}

	.rahe.fairy-two-column.fairy-masonry, .rahe.fairy-three-column.fairy-masonry {
		display: block;
	}

	.rahe.fairy-masonry > * {
		float: left;
		height: auto;
		max-height: max-content;
		padding: 0 15px 30px;
		margin-bottom: 0 !important;
	}

	.rahe.fairy-two-column.fairy-masonry > * {
		width: 50%;
	}

	.rahe.fairy-three-column.fairy-masonry > * {
		width: 33.3337%;
	}

	.rahe.fairy-masonry > * {
		margin-bottom: 10px;
		position: relative;
	}
}

@media screen and (max-width: 991px) {

	.rahe.fairy-masonry {
		height: auto !important;
	}
}

.rahe.fairy-alternate > * {
	flex-basis: 100%;
	max-width: 100%;
}

@media screen and (min-width: 992px) {
	.rahe.fairy-alternate > *:nth-child(2n), .rahe.fairy-alternate > *:nth-child(n+3) {
		flex-basis: 50%;
		max-width: 50%;
	}

	.rahe.fairy-alternate > *:nth-child(3n+1) {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.rahe.fairy-two-column > * > .gudem, .rahe.fairy-three-column > * > .gudem, .rahe.fairy-alternate > * > .gudem {
	margin: 0;
	height: 100%;
	padding: 15px;
}

.rahe.fairy-two-column > * > .gudem, .rahe.fairy-three-column > * > .gudem {
	flex-direction: row;
}

.rahe.fairy-two-column > * > .gudem > *, .rahe.fairy-three-column > * > .gudem > *, .rahe.fairy-alternate > *:nth-child(2n) > .gudem > *, .rahe.fairy-alternate > *:nth-child(n+3) > .gudem > * {
	flex-basis: 100%;
	max-width: 100%;
	padding: 0;
}

.rahe.fairy-two-column > * > .gudem > .card_media, .rahe.fairy-three-column > * > .gudem > .card_media, .rahe.fairy-alternate > * > .gudem > .card_media {
	margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
	.rahe.fairy-alternate > article:nth-child(1) > .gudem > .card_media,
	.rahe.fairy-alternate > article:nth-child(1) > .gudem > .card_media + .xyculyp,
	.rahe.fairy-alternate > article:nth-child(3n+1) > .gudem > .card_media,
	.rahe.fairy-alternate > article:nth-child(3n+1) > .gudem > .card_media + .xyculyp {
		flex-basis: 50%;
		max-width: 50%;
	}

	.rahe.fairy-alternate > *:nth-child(3n+1) > .gudem > .card_media + .xyculyp {
		padding-left: 30px;
	}

	.rahe.fairy-alternate > *:nth-child(3n+1) > .gudem.reverse-row > .card_media + .xyculyp {
		padding-left: 0px;
		padding-right: 30px;
	}

	.rahe.fairy-alternate > article:nth-child(1) > .gudem.waqur > *,
	.rahe.fairy-alternate > article:nth-child(3n+1) > .gudem.waqur > * {
		flex-basis: 100%;
		max-width: 100%;
	}

	.rahe.fairy-alternate > article:nth-child(1) > .gudem > .card_media,
	.rahe.fairy-alternate > article:nth-child(3n+1) > .gudem > .card_media {
		margin-bottom: 0;
	}

	.rahe.fairy-alternate > article:nth-child(1) > .gudem > .card_media + .xyculyp,
	.rahe.fairy-alternate > article:nth-child(3n+1) > .gudem > .card_media + .xyculyp {
		padding-left: 0;
	}

	.rahe.fairy-alternate > article:nth-child(1) > .gudem.waqur > .card_media,
	.rahe.fairy-alternate > article:nth-child(3n+1) > .gudem.waqur > .card_media {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	#nas {
		width: 100%;
	}

	.theiaStickySidebar {
		position: relative !important;
		left: 0 !important;
	}
}

/***********
	*  Colors CSS
-------------------------------------- */

/*  Primary Color CSS
---------------------------------------*/

.primary-color, p a, h1 a, h2 a, h3 a, h4 a, h5 a, .zalo-title a, figure a, table a, span a, strong a, li a, h1 a, .sixyfe-border, .fyditaq #nipe > li > a:hover, .tekuv .vaby a:hover, .tekuv .vaby a:focus,
.bobyp-bg-image .xyculyp a:hover, .fyditaq #nipe > li.focus > a, .fyditaq #nipe > li.focus-visible > a, .fejyda a:hover, .mubup a:hover, .gudem .haqicam a:hover, .hygo a:visited, .xezy-navigation .fokecyc > * a:hover, .xezy-navigation .fokecyc > * a:focus, .wp-block-button.is-style-outline .wp-block-button__link, .error-404-title, .ct-dark-mode a:hover, .ct-dark-mode .vaby ul li a:hover, .ct-dark-mode .tekuv .vaby ul li a:hover, .ct-dark-mode .xezy-navigation .fokecyc > * a, .ct-dark-mode .zalo-wrapper .zalo-title a,
.ct-dark-mode .wp-calendar-nav a, .qohu a:hover {
	color: #F36;
}

.primary-bg, .sixyfe, .fyditaq ul ul a, #nas .vaby .xenezu:after, #saxes .vaby .xenezu:after, .fairy-before-footer-widgets .vaby .xenezu:after, .fairy-after-slider-widgets .vaby .xenezu:after, .hugik .xokozav, .fejyda a:after, .posts-navigation .fokecyc a, .fejyda.bg-label a, .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:hover, button, input[type="button"], input[type="reset"], input[type="submit"], .jusugac .luvyq.notykep, .jusugac .luvyq:hover, table #today, .tagcloud .tag-cloud-link:hover, .ajax-pagination .show-more, .lujyny a.website, #buv #nipe.off_canva_nav > .close-nav {
	background-color: #F36;
}

.primary-border, .sixyfe-border, .xokoled, .wp-block-button.is-style-outline .wp-block-button__link,
.ajax-pagination .show-more {
	border-color: #F36;
}

/*  Secondary Color CSS
---------------------------------------*/

.secondary-color, a:hover, a:focus, .repelym-prmiary-border:hover, .sixyfe-border:focus, .repelym-secondary-border, .fyditaq a, .tekuv .vaby a, .hugik .xuxat:focus, .fejyda a, .mubup a, .page-links .xezy-page-numbers {
	color: #141413;
}

.secondary-bg, .sixyfe:hover, .sixyfe:focus, .repelym-secondary, .fyditaq ul ul li:hover > a, .hugik .xokozav:hover, .fyditaq #nipe ul li.focus > a, .posts-navigation .fokecyc a:hover, .fejyda.bg-label a:hover, .wp-block-button__link:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .jusugac .luvyq, .ct-dark-mode .leqazos .sub-menu a:hover, .ajax-pagination .show-more:hover {
	background-color: #141413;
}

.secondary-border, .sixyfe:hover, .sixyfe:focus, .repelym-secondary-border, .ajax-pagination .show-more:hover {
	border-color: #141413;
}

/*  Accent Color CSS
---------------------------------------*/

.accent-color, button, input[type="button"], input[type="reset"], input[type="submit"], .ct-dark-mode .biwaful p, .ct-dark-mode .wp-block-quote cite, .ct-dark-mode table {
	color: #e5ece9;
}

.accent-bg, body, .tagcloud .tag-cloud-link {
	background-color: #e5ece9;
}

.accent-border, .wp-block-table table, .wp-block-table table th, .wp-block-table table td {
	border-color: #e5ece9;
}

/*  White Color CSS
---------------------------------------*/

.white-color,
.fejyda.bg-label a, .fyditaq ul ul a,
.fyditaq #nipe li ul li.focus a,
.qohu a, .qohu, .qohu *,
.hugik .xokozav, .bobyp-bg-image .xyculyp *,
.sixyfe, .sixyfe:hover, .posts-navigation .fokecyc a:hover,
.posts-navigation .fokecyc a, .fejyda.bg-label a,
.fejyda.bg-label a:hover, .sixyfe:visited, .lujyny a:before, .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wp-block-cover-text, .wp-block-cover p:not(.has-text-color), .jusugac .luvyq, .sixyfe:visited, .sixyfe:active, .sixyfe:focus, body .sixyfe, .repelym.sixyfe, .ct-dark-mode .leqazos a, .ct-dark-mode .leqazos p, .ct-dark-mode .gudem a, .ct-dark-mode .gudem p, .ct-dark-mode .gudem .mubup, .ct-dark-mode .gudem span, .ct-dark-mode .tekuv .vaby a, .ct-dark-mode .tekuv .vaby .xenezu, .ct-dark-mode .tekuv .vaby p, .ct-dark-mode .tekuv .vaby span, .ct-dark-mode .tekuv .vaby span a, .ct-dark-mode .tekuv .vaby li, .ct-dark-mode figcaption, .ct-dark-mode .gudem time, .ct-dark-mode .gudem .meta a, .ct-dark-mode .gudem .haqicam a, .ct-dark-mode .doweryb, .ct-dark-mode .xezy-title, .vavot.show:active, .vavot.show:visited, .vavot.show:focus, .vavot.show:hover, .ct-dark-mode .wp-block-table table, .ct-dark-mode ul li, .ct-dark-mode .syficap, table #today, .tekuv .tagcloud .tag-cloud-link:hover, .qohu .tagcloud .tag-cloud-link:hover, .ct-dark-mode .jusugac .luvyq:hover, .gorigu.ct-search-access .xokozav:hover, .gorigu.ct-search-access .xokozav:focus, .ajax-pagination .show-more, .ajax-pagination .show-more:hover,
.qohu .qohu-top .xenezu, #buv #nipe.off_canva_nav > .close-nav,
.ct-dark-mode .leqazos.leqazos-left-logo .mowo .poluli li a, .ct-dark-mode .leqazos.xokoled .foquhys .poluli li a {
	color: #fff;
}

.white-bg, .leqazos, .qohu-top .vaby .xenezu:after, .gudem, .tekuv .vaby {
	background-color: #fff;
}

.light-grayish-white-bg, .hugik .xuxat:focus, .leqazos.leqazos-left-logo .mowo,
.leqazos.xokoled .foquhys, .newsletter-content {
	background-color: #eee;
}

.white-border {
	border-color: #fff;
}

.dark-grayish-white-border, .tekuv .xenezu {
	border-color: #ccc;
}

/*  Black Color CSS
---------------------------------------*/

.black-color {
	color: #000;
}

.black-bg, body.ct-dark-mode {
	background-color: #000;
}

.black-border {
	border-color: #000;
}

.black-v2-bg, .qohu-top, .ct-dark-mode .leqazos .sub-menu a, .ct-dark-mode .tagcloud .tag-cloud-link, .gorigu.ct-search-access .xokozav:hover,
.gorigu.ct-search-access .xokozav:focus,
.ct-dark-mode .leqazos.leqazos-left-logo .mowo {
	background-color: #37373f;
}

.black-v2, .gudem .haqicam a, .xezy-navigation .fokecyc > * a, .ct-dark-mode .wp-block-table.is-style-stripes table tr:nth-child(2n+1) {
	color: #37373f;
}

.black-v3-bg, .bumavil, .ct-dark-mode .leqazos, .ct-dark-mode .gudem, .ct-dark-mode .tekuv .vaby, .ct-dark-mode .qohu .tagcloud .tag-cloud-link, .ct-dark-mode .qohu .calendar_wrap, .ct-dark-mode .leqazos-left-logo.sticky-header .is-sticky-header, .ct-dark-mode .xokoled.sticky-header .is-sticky-header, .ct-dark-mode .leqazos-menu-top.sticky-header .is-sticky-header {
	background-color: #2e2e35;
}

/*  BRAND COLOURS CSS CLASSES
-----------------------------------*/

.fb-color {
	color: #3b5998;
}

.fb-bg, .lujyny a[href*="facebook.com"] {
	background-color: #3b5998;
}

.tw-color {
	color: #1da1f2;
}

.tw-bg, .lujyny a[href*="twitter.com"] {
	background-color: #1da1f2;
}

.ln-color {
	color: #0077b5;
}

.ln-bg, .lujyny a[href*="linked.com"], .lujyny a[href*="linkedin.com"] {
	background-color: #0077b5;
}

.pin-color {
	color: #bd081c;
}

.pin-bg, .lujyny a[href*="pinterest.com"] {
	background-color: #bd081c;
}

.insta-color {
	color: #833ab4;
}

.insta-bg, .lujyny a[href*="instagram.com"] {
	background-color: #833ab4;
}

.youtube-color {
	color: #ff0000;
}

.youtube-bg, .lujyny a[href*="youtube.com"] {
	background-color: #ff0000;
}

.github-color {
	color: #bd2c00;
}

.github-bg, .lujyny a[href*="github.com"] {
	background-color: #bd2c00;
}

.vk-color {
	color: #45668e;
}

.vk-bg, .lujyny a[href*="vk.com"] {
	background-color: #45668e;
}


@media screen and (min-width: 768px) {
	#buv.leqazos #nipe > li {
		margin-right: 0;
	}

	#buv.leqazos #nipe > li + li {
		margin-left: 1.2rem;
	}
}


@media screen and (max-width: 767px) {
	.hero .xukukar,
	.fairy-after-slider-widgets .xukukar,
	.fairy-before-footer-widgets .xukukar,
	.promo-section .xukukar [class*="col-"],
	.related-post [class*="col-"],
	#nas {
		padding-left: 0;
		padding-right: 0;
	}

	.jusugac,
	#vob h2.syficap,
	#xywi {
		padding-left: 15px;
		padding-right: 15px;
	}

	.rahe, {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.rahe > * {
		padding: 0;
	}

	#saxes {
		padding: 0;
	}

	#saxes .related-post,
	#saxes .xezy-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	.fyditaq ul {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.binixe {
		display: block;
	}

	.jyjor{
		padding-left: 48px;
		padding-right: 48px;
	}
	.leqazos-left-logo .jyjor{
		padding-left: 0;
	}
	#buv #nipe {
		height: 100% !important;
		max-height: 110vh;
		overflow-y: auto;
		width: 100%;
		opacity: 0;
		top: 0;
		left: -100%;
		position: fixed !important;
		background-color: rgba(0, 0, 0, 0.75);
	}

	#buv #nipe > li,
	#buv #nipe > li > a {
		background-color: #fff;
	}

	#buv.leqazos #nipe > li + li {
		margin-left: 0;
	}

	#buv #nipe.off_canva_nav {
		height: 100% !important;
		width: 100%;
		opacity: 1;
		left: 0%;
	}

	#buv #nipe.off_canva_nav .tucylyz {
		border-radius: 0;
	}

	#buv #nipe.off_canva_nav > * {
		width: 75%;
	}

	#nipe .sub-menu {
		left: -100% !important;
	}

	#nipe .sub-menu.open,
	#nipe li.focus > ul.sub-menu,
	#nipe li.focus-visible > ul.sub-menu,
	#nipe .sub-menu.sec-open {
		height: auto !important;
		min-height: 1px;
		float: none;
		width: 100%;
		left: 0 !important;
		padding-top: 0;
	}
}

/*
Instagram Feed
 */
#sb_instagram {
	position: relative;
}

#sbi_load {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

/*
Widgets
 */
.fairy-before-footer-widgets .vaby:last-child {
	margin-bottom: 0;
}

.fairy-after-slider-widgets {
	margin-top: 2em;
}
h3#vybyf,
#pufy{
	width: 100%;
}
article.sticky .gudem{
	border: 5px solid #d10014;
}
.xezy-thumbnail a:focus img,
.card_media a:focus img{
	border: 1px dashed #d10014;
}