/*
Theme Name: Nari
Theme URI: https://wphait.com/themes/nari/
Author: WP Hait
Author URI: https://wphait.com/
Description: Nari is a feminine WordPress blog theme for bloggers, coaches, individuals and creative writers. This Google Core Web Vitals optimized WordPress blog theme is perfect for those users who focus on the speed of their website. Nari comes with easy to use inbuilt customizer, full-width banner, featured posts, social share and lots of other features needed for a perfect blog.
Requires at least: 4.9
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: https://opensource.org/licenses/GPL-2.0
Text Domain: nari
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce, grid-layout, one-column, two-columns, right-sidebar, footer-widgets, wide-blocks

Nari WordPress Theme, Copyright (C) 2022, WP Hait
Nari is distributed under the terms of the GNU GPL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2b394a;
	font-family: 'Oxygen', sans-serif;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2b394a;
	line-height: 1.4;
}

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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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: #fda5a4;
	text-decoration: none;
}

a:visited {
	color: #fda5a4;
}

a:hover,
a:focus,
a:active {
	color: #fda5a4;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.button,
.button:visited,
button,
.wp-block-search__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #fda5a4;
	border-radius: 3px;
	background: #fda5a4;
	color: #fff;
	line-height: 1;
	padding: 12px 36px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.button:hover,
button:hover,
.wp-block-search__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #fda5a4;
	text-decoration: none;
}

.button:active,
.button:focus,
button:active,
button:focus,
.wp-block-search__button:active,
.wp-block-search__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 {
	background: transparent;
	color: #fda5a4;
}

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

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 10px;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation-wrap {
	margin-top: 45px;
}

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

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

.main-navigation ul ul {
	width: 225px;
	background-color: #fff;
	border: 1px solid rgba(18, 18, 18, 0.08);
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	padding: 10px 20px;
	text-decoration: none;
	word-wrap: break-word;
	justify-content: space-between;
}

.main-navigation ul ul a svg {
	transform: rotate(-90deg);
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #2b394a;
	display: flex;
	align-items: center;
}

.main-navigation ul > li:hover > a,
.main-navigation ul > li.current-menu-item > a {
	text-decoration: none;
	color: #fda5a4;
	opacity: 1;
}

.main-navigation span.dropdown-menu-toggle {
    margin-left: 5px;
}

.main-navigation span.dropdown-menu-toggle svg {
	width: 10px;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.alignwide {
	margin-left: -120px;
	width: calc(100% + 240px);
	max-width: calc(100% + 240px);
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.site-content {
    padding: 60px 0;
}

/*--------------------------------------------------------------
# Header CSS
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	background: #fff;
	padding: 30px 0 20px 0;
	position: relative;
	box-shadow: 0 2px 9px -1px rgb(0 0 0 / 4%);
	border-bottom-color: #efefef;
}

.home .site-header {
	box-shadow: none;
	border-bottom: none;
}

.home.banner-disabled .site-header {
	box-shadow: 0 2px 9px -1px rgb(0 0 0 / 4%);
	border-bottom-color: #efefef;
}

.site-branding-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-title-tagline {
	text-align: center;
}

.site-branding .site-logo {
	line-height: 1;
}

.site-branding .site-logo img {
	width: auto;
}

.site-branding .site-title,
.site-branding .site-description {
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-branding .site-title,
.site-branding .site-title a {
	font-size: 40px;
	font-weight: 900;
	color: #2b394a;
	line-height: 1.75;
}

.site-branding .site-title a:hover {
	color: #fda5a4;
	text-decoration: none;
}

.site-branding .site-description {
	color: #2b394a;
}

/*--------------------------------------------------------------
#  Featured Banner CSS
--------------------------------------------------------------*/
.site-hero {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	line-height: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.site-hero .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.45);
}

.site-hero .hero-content {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	max-width: max-content;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.site-hero .hero-content:before,
.site-hero .hero-content:after {
	content: '';
	width: 70%;
	display: block;
	position: absolute;
	border: 1px solid rgba(255,255,255,.7);
	margin: auto;
	left: 0;
	right: 0;
	z-index: 99;
	opacity: 1;
	height: 50px;
}

.site-hero .hero-content:before {
	border-bottom: 0;
	top: -60px;
}

.site-hero .hero-content:after {
	border-top: 0;
	bottom: -45px;
}

.site-hero .hero-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin: 0;
}

.site-hero .hero-content a {
	line-height: 1;
    color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-hero .hero-content a:hover {
    color: #fda5a4;
    text-decoration: none;
}

.site-hero .hero-content a:before,
.site-hero .hero-content a:after {
	content: '';
	width: 20px;
	border: 1px solid rgba(255,255,255,.7);
	border-bottom: 0;
}

/*--------------------------------------------------------------
#  Featured Posts CSS
--------------------------------------------------------------*/
.featured-posts {
	width: 100%;
	padding: 60px 0;
	background: #f1f7ff;
}

.featured-posts h2.heading {
	position: relative;
	text-align: center;
	line-height: 1;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
}

.featured-posts h2.heading:before,
.featured-posts h2.heading:after {
	content: '';
	width: 40px;
	position: absolute;
	border: 1px solid #fda5a4;
	margin: auto;
	height: 40px;
}

.featured-posts h2.heading:before {
	border-bottom: 0;
	border-right: 0;
	top: -20px;
	left: -40px;
}

.featured-posts h2.heading:after {
	border-top: 0;
	border-left: 0;
	bottom: -20px;
	right: -40px;
}

.featured-posts-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.featured-posts-inner .featured-post {
	width: calc(33.33% - 14px);
}

/*--------------------------------------------------------------
#  Breadcrumb CSS
--------------------------------------------------------------*/
.page-header-breadcrumb {
	padding: 20px 0 15px 0;
	position: relative;
	border-bottom: 1px dotted rgba(18, 18, 18, 0.12);
	margin-bottom: 30px;
}

.page-header-breadcrumb + .site-content {
	padding-top: 0;
}

.page-header-breadcrumb .page-title,
.page-header-breadcrumb .entry-title,
.page-header-breadcrumb p {
	margin-top: 0;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
#  Blog CSS
--------------------------------------------------------------*/
.inner-wrapper {
	display: flex;
	gap: 40px;
}

.site-main {
	width: 70%;
}

.full-width-shop .site-main,
.page-template-tpl-full-width .site-main,
.page-template-tpl-no-title-space .site-main {
	width: 100%;
}

.page-template-tpl-no-title-space .site-content,
.page-template-tpl-no-title-space .page,
.page-template-tpl-no-title-space .entry-content {
	padding: 0;
	margin: 0;
}

.error404 .site-main {
	width: 100%;
	text-align: center;
}

.entry-header .entry-title,
.entry-header .entry-title a,
.entry-header .entry-meta a {
	color: #2b394a;
}

.entry-header .entry-title a:hover,
.entry-header .entry-meta a:hover {
	color: #fda5a4;
	text-decoration: none;
}

.entry-meta,
.entry-footer {
	display: inline-flex;
}

.entry-meta span,
.entry-footer span {
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 0.9rem;
}

.entry-meta span:before,
.entry-footer span:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #6f6f6f;
	margin: 0 10px;
	transform: skewX(-20deg);
}

.entry-meta span.cat-links a,
.entry-footer span.cat-links a,
.entry-meta span.tags-links a,
.entry-footer span.tags-links a {
	margin-left: 3px;
}

.entry-meta span.cat-links a:first-child,
.entry-footer span.cat-links a:first-child,
.entry-meta span.tags-links a:first-child,
.entry-footer span.tags-links a:first-child {
	margin-left: 0;
}

.entry-meta span:first-child:before,
.entry-footer span:first-child:before {
	content: none;
}

a.btn-more {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.page-header .page-title {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Single Post CSS
--------------------------------------------------------------*/
.post-thumbnail {
	display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 0;
	padding-left: 15px;
}

.entry-content a {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.entry-content a.btn-more {
	text-decoration: none;
}

.single .post-navigation .nav-links {
	gap: 20px;
}

.single .post-navigation .nav-previous,
.single .post-navigation .nav-next {
	max-width: 50%;
	flex: auto;
}

.single .post-navigation .nav-links a {
	background: transparent;
	border: none;
	padding: 0;
	color: #2b394a;
}

.single .post-navigation .nav-links a:hover {
	background: transparent;
	color: #fda5a4;
}

/*--------------------------------------------------------------
#  Related Posts CSS
--------------------------------------------------------------*/
.related-posts {
	width: 100%;
	padding-top: 15px;
}

.related-posts-inner {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.related-post {
	width: calc(50% - 10px);
}

/*--------------------------------------------------------------
#  Sidebar CSS
--------------------------------------------------------------*/
.site-sidebar {
	width: 30%;
}

.site-sidebar ul,
.site-sidebar ol {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.site-sidebar .footer-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-sidebar ul li,
.site-sidebar ol li {
	border-top: 1px dotted rgba(18, 18, 18, 0.12);
	padding: 15px 0;
	color: #2b394a;
}

.site-sidebar ul li:first-child,
.site-sidebar ol li:first-child {
	border-top: none;
	padding-top: 0;
}

.site-sidebar ul li a,
.site-sidebar ol li a {
	color: #2b394a;
}

.site-sidebar a:hover {
	color: #fda5a4;
	text-decoration: none;
}

.site-sidebar .wp-block-search__label {
	font-size: 1.5em;
	line-height: 1.2;
}

.site-sidebar .wp-block-search__inside-wrapper {
	padding-top: 15px;
}

.site-sidebar .wp-block-latest-comments__comment {
	line-height: 1.75;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pagination CSS
--------------------------------------------------------------*/
.navigation.pagination {
	display: flex;
	justify-content: center;
	width: 100%;
}

.nav-links a {
	color: #fda5a4;
	padding: 8px 16px;
	border: 1px solid #fda5a4;
	text-decoration: none;
}

.nav-links a:hover {
	color: #fff;
	border-color: #fda5a4;
	background: #fda5a4;
}

.nav-links .current {
	color: #fff;
	background: #fda5a4;
	padding: 8px 16px;
	border: 1px solid #fda5a4;
}

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
	background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 5px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li:first-child {
	margin-left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
	padding: 0;
	color: #fda5a4;
	padding: 8px 16px;
	border: 1px solid #fda5a4;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: transparent;
	color: #fff;
	background: #fda5a4;
	border-color: #fda5a4;
	padding: 8px 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #fff;
	background: #fda5a4;
	padding: 8px 16px;
	border: 1px solid #fda5a4;
}

/*--------------------------------------------------------------
# Comment Form CSS
--------------------------------------------------------------*/
.comment-form p {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.comment-form p.comment-form-cookies-consent {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
}

.comment-form p.form-submit {
    align-items: flex-start;
}

.comment-form .required {
	color: #f95959;
}

.comment-form p.logged-in-as,
.comment-form p.comment-notes {
    flex-direction: row;
    column-gap: 5px;
}

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

li.comment.depth-1 {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

li.comment.depth-1:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.comment-meta .comment-author {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.comment-meta span.says {
    display: none;
}

.comment-reply-title small {
	margin-left: 15px;
}

.comment .children .comment {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

.comment-respond,
.comments-area .comments-title {
	padding-top: 60px;
	margin-top: 0;
}

p.form-submit {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
	padding-bottom: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #fda5a4;
	color: #fff !important;
	text-transform: none;
	font-weight: normal;
	padding: 12px 36px;
	border-radius: 3px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background: #232323;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.woocommerce span.onsale {
	background: #fda5a4;
	padding: 0;
}

.woocommerce ul.products li.product a:hover h2,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
	text-decoration: none;
	color: #fda5a4;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #404040;
}

.woocommerce-message {
	border-top-color: #fda5a4;
}

.woocommerce-message::before {
	color: #fda5a4;
}

.woocommerce-info {
	border-top-color: #2b394a;
}

.woocommerce-info::before {
	color: #2b394a;
}

.woocommerce-product-rating .star-rating,
.comment-text .star-rating {
	color: #fda5a4;
}

.woocommerce .quantity .qty {
	padding: 5px 10px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	padding: 5px 10px;
	width: 120px;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single {
	height: 40px;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 5px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 7px
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #2b394a;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	text-align: left;
}

.variations select,
select.orderby {
  background: url("assets/img/icon-dropdown.svg") no-repeat right #fff;
  background-position-x: 96%;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.variations select::-ms-expand,
select.orderby::-ms-expand {
  display: none;
}

.woocommerce .product .summary {
	margin-top: 0;
}

.summary .woocommerce-variation-price {
    padding-bottom: 15px;
}

.summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #fff;
	background-color: transparent;
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #d3ced2;
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	outline: none;
}

.woocommerce table.shop_attributes th {
	text-align: left;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 15px;
	padding: 15px 0;
}

.related.products h2:first-child {
	text-transform: capitalize;
}

.woocommerce-products-header .page-title {
	margin-top: 0;
}

/*--------------------------------------------------------------
#  Footer CSS
--------------------------------------------------------------*/
.footer-widgets {
	background-color: #f1f7ff;
	padding: 60px 0 10px 0;
	text-align: left;
}

.footer-widgets-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 60px;
}

.footer-widget {
	max-width: calc(33.33% - 40px);
}

.footer-widget a,
.footer-widget p,
.footer-widget span,
.site-info,
.footer-menu a {
	color: #2b394a;
	text-decoration: none;
	font-weight: normal;
}

.footer-widget a:hover,
.footer-widget a:hover span,
.footer-menu a:hover {
	color: #fda5a4;
}

.footer-widgets .footer-widget ul,
.footer-widgets .footer-widget ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-widgets .footer-widget ul li,
.footer-widgets .footer-widget ol li {
	border-top: 1px dotted rgba(18, 18, 18, 0.12);
	padding: 15px 0;
	color: #2b394a;
}

.footer-widgets .footer-widget ul li:first-child,
.footer-widgets .footer-widget ol li:first-child {
	border-top: none;
}

.footer-widgets .footer-widget ul li.wp-social-link,
.site-sidebar ul li.wp-social-link {
	border-top: none;
	padding: 0;
}

.footer-widgets .footer-widget h2 {
	margin-top: 0;
}

.footer-widget ins bdi {
	color: #2b394a;
	padding: 0 3px;
}

.footer-widget ins bdi span{
	color: #2b394a;
}

.site-footer {
    text-align: center;
    padding: 30px 0;
    background: #f1f7ff;
    box-shadow: 0 2px 9px -1px rgb(0 0 0 / 10%);
}

.footer-menu .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	column-gap: 10px;
	margin: 0;
	padding: 0;
}

.footer-menu .menu a {
	display: inline-flex;
	align-items: center;
}

.footer-menu .menu a:after {
	content: ".";
	color: #fda5a4;
	margin-left: 10px;
}

.footer-menu .menu li:last-child a:after {
	content: none;
	margin-left: 0;
}

.site-info {
	margin-top: 30px;
}

/*--------------------------------------------------------------
##  Social Share CSS
--------------------------------------------------------------*/
.single .site-main article.post {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.nari-social-share {
	position: sticky;
	top: 20px;
}

.nari-social-share ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nari-social-share ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 50%;
	background-color: #2b394a;
}

.nari-social-share ul li a:hover {
	background-color: #fda5a4;
}

.nari-social-share ul li a svg {
	max-width: 20px;
	height: auto;
}

/*--------------------------------------------------------------
##  Back to top CSS
--------------------------------------------------------------*/

#back_to_top {
	position: fixed;
	right: 20px;
	bottom: 76px;
	z-index: 99;
	display: grid;
	place-content: center;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	box-shadow: 0 0 12px rgb(79 76 60 / 20%);
	background-color: rgba(255, 255, 255, 0.85);
	color: #fda5a4;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
}

#back_to_top.is-visible {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------
##  Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px){
	.site-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 767px){
	.main-navigation-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.main-navigation-wrap {
		flex-direction: row-reverse;
	}

	.main-navigation.active-mobile ul {
		display: block;
		top: 100%;
		width: 100%;
		left: 0;
		padding-left: 0;
		background-color: #f1f7ff;
		z-index: 99;
		margin-left: -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-top: 20px;
		margin-bottom: -20px;
	}

	.main-navigation.active-mobile ul a {
		justify-content: space-between;
		padding: 10px 20px;
	}

	.main-navigation.active-mobile ul.menu > li:last-child a {
		padding-right: 20px;
	}

	.main-navigation.active-mobile ul ul.sub-menu {
		margin-top: 0;
	}

	.main-navigation.active-mobile ul ul,
	.main-navigation.active-mobile ul ul ul {
		opacity: 0;
	}

	.main-navigation.active-mobile ul li.focus > ul {
		opacity: 1;
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-navigation.active-mobile ul ul li.focus > ul {
		opacity: 1;
		left: 0;
	}

	.main-navigation-wrap .menu-toggle {
		background: transparent;
		padding: 0;
		margin: 0 auto;
		border: none;
	}

	.main-navigation-wrap .menu-bar {
		display: block;
		width: 30px;
		height: 3px;
		background: #2b394a;
		margin-bottom: 5px;
	}

	.main-navigation-wrap .menu-bar:last-child {
		margin-bottom: 0;
	}

	.btn-active .menu-bar:nth-child(2) {
		opacity: 0;
	}

	.btn-active .menu-bar:first-child {
		transform: rotate(45deg);
		transform-origin: 4px;
	}

	.btn-active .menu-bar:last-child {
		transform: rotate(-45deg);
		transform-origin: 4px;
	}

	.main-navigation.active-mobile span.dropdown-menu-toggle svg {
		transform: rotate(-90deg);
	}

	.main-navigation.active-mobile ul li.focus > a span.dropdown-menu-toggle svg {
		transform: rotate(0deg);
	}

	.main-navigation-wrap .additional-items {
	    margin-left: 0;
	    margin-right: 15px;
	}

	.inner-wrapper,
	.featured-posts-inner,
	.related-posts-inner {
		flex-direction: column;
	}

	.site-hero .hero-content,
	.site-main,
	.site-sidebar,
	.featured-posts-inner .featured-post,
	.footer-widget,
	.related-post {
		width: 100%;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

	.footer-widgets-inner,
	.site-footer-inner {
		flex-direction: column;
	}

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

	.site-info {
		text-align: center;
	}

	.footer-menu {
		padding-top: 15px;
	}

	.footer-menu .menu {
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	.single .site-main article.post {
		flex-direction: column-reverse;
	}

	.comment-form p.logged-in-as,
	.comment-form p.comment-notes {
		display: block;
	}

	.nari-social-share {
		width: 100%;
		position: relative;
		top: 0;
	}

	.nari-social-share ul {
		flex-direction: row;
		justify-content: center;
	}
}
