/*
Theme Name: Pure Blog
Theme URI: https://wphait.com/themes/pure-blog/
Author: WP Hait
Author URI: https://wphait.com/
Description: Pure Blog is a stylish WordPress blog theme perfect for creative writers who focus on simplicity and elegance in their online presence. This clean and minimal blog theme is perfect for bloggers who want to create a beautiful and functional online space without all the fuss. Pure Blog WordPress theme comes with 5+ inbuilt block patterns. So it is easy and quick to have your website ready in a few clicks. With its sleek design and focus on readability, this theme is sure to make a lasting impression on your audience. Whether you're writing about fashion, food, lifestyle, travel, or anything in between, the clean minimal WordPress theme i.e. Pure Blog is the perfect choice for a chic and professional online presence.
Requires at least: 5.5
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: https://opensource.org/licenses/GPL-2.0
Text Domain: pure-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce, grid-layout, one-column, footer-widgets, wide-blocks

Pure Blog WordPress Theme, Copyright (C) 2023, WP Hait
Pure Blog 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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.18em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

/* 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;
  -webkit-text-decoration: underline dotted;
          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: #2a2a2a;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.12rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #2a2a2a;
  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%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #875742;
  text-decoration: none;
}

a:visited {
  color: #875742;
}

a:hover,
a:focus,
a:active {
  color: #875742;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  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 #875742;
  border-radius: 3px;
  background: #875742;
  color: #fff;
  line-height: 1;
  padding: 12px 36px;
  text-decoration: none;
  cursor: pointer;
  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: #875742;
  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: #875742;
}

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 {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  padding-block: 1.4rem;
}
.main-navigation-wrap .main-navigation-inner {
  display: flex;
  align-items: center;
}
.main-navigation-wrap .main-navigation-left {
  width: 100%;
}

.scroll-down .main-navigation-wrap {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .main-navigation-wrap {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  transition: transform 0.4s;
}

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

.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;
  color: #2a2a2a;
  display: flex;
  align-items: center;
}

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

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

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

.search-wrap {
  line-height: 0;
  cursor: pointer;
}
.search-wrap .svg-icon {
  fill: #2a2a2a;
  width: 18px;
  height: 18px;
}
.search-wrap .svg-icon:last-child {
  display: none;
}
.search-wrap .search-icon.active .svg-icon:first-child {
  display: none;
}
.search-wrap .search-icon.active .svg-icon:last-child {
  display: block;
}

.search-form-wrap {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.search-form-wrap .search-form {
  position: absolute;
  right: 20px;
  top: 22px;
}
.search-form-wrap.active {
  display: block;
}

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

/*--------------------------------------------------------------
##  Blocks & Patterns
--------------------------------------------------------------*/
.entry-content .wp-block-query ul, .entry-content .wp-block-query ol {
  padding-left: 0;
}
.entry-content .wp-block-query a {
  color: inherit;
  text-decoration: none;
}
.entry-content .wp-block-query a:hover {
  color: #875742;
}
.entry-content .wp-block-social-links {
  padding-left: 0;
}
.entry-content .mc4wp-form .mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 20px;
  margin-top: 30px;
}
.entry-content .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.entry-content .mc4wp-form .mc4wp-form-fields p:first-child {
  width: 100%;
}
.entry-content .mc4wp-form .mc4wp-form-fields p:first-child label {
  display: none;
}
.entry-content .mc4wp-form .mc4wp-form-fields p:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
.entry-content .mc4wp-form input[type=email] {
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.entry-content .mc4wp-form input[type=email]:focus {
  outline: 1px dotted currentColor;
}
.entry-content .mc4wp-form input[type=submit] {
  color: inherit;
  border: 0;
  background: transparent;
  padding: 0;
}
.entry-content ul.wc-block-grid__products {
  padding-left: 0;
}
.entry-content .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  border-radius: 3px;
  font-size: 1.12rem;
  padding: 0.5em 1.5em;
}
.entry-content a.wc-block-grid__product-link {
  text-decoration: none;
  font-size: 1.62rem;
}
.entry-content .wc-block-grid__product-price {
  font-size: 1.12rem;
}
.entry-content .wc-block-grid__product-title {
  padding-top: 10px;
}

.site-sidebar [type=search] {
  width: 100%;
}

.hero-banner-sleek .has-negative-margin {
  position: relative;
  z-index: 99;
  margin-top: -200px;
}

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

.post,
.page {
  margin: 0;
}

.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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

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

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

.site-content {
  padding: 60px 0;
  border-block: 1px solid #e9e9e9;
}

/*--------------------------------------------------------------
# Header CSS
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  position: relative;
}

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

.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: 60px;
  line-height: 1.1;
  font-weight: 500;
  color: #606060;
  letter-spacing: 6px;
}

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

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

/*social links*/
.social-links {
  width: 100%;
}
.social-links-inner ul {
  display: flex;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.social-links-inner ul li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #2a2a2a;
  transition: 0.4s ease-in-out;
}
.social-links-inner ul li a {
  display: block;
}
.social-links-inner ul li a svg {
  fill: #2a2a2a;
}
.social-links-inner ul li:hover {
  background: #2a2a2a;
}
.social-links-inner ul li:hover svg {
  fill: #fff;
}

/*--------------------------------------------------------------
#  Breadcrumb CSS
--------------------------------------------------------------*/
.page-header-breadcrumb {
  padding: 0 0 15px 0;
  position: relative;
}

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

.sidebar-layout-left .inner-wrapper {
  flex-direction: row-reverse;
}

.sidebar-layout-no-sidebar .site-main {
  width: 100%;
}

.sticky-sidebar-enabled .inner-wrapper {
  align-items: flex-start;
  position: relative;
}

.sticky-sidebar-enabled .site-sidebar {
  position: sticky;
  top: 20px;
}

.site-main {
  width: 70%;
}

.global-layout-list .site-posts-wrap article.post {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
##  Blog Layouts
--------------------------------------------------------------*/
/** Masonry Layout **/
.global-layout-masonry .site-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.global-layout-masonry .site-posts-wrap article {
  width: 50%;
  padding: 0 15px 30px 15px;
}

/** Grid Layout **/
.global-layout-grid .site-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.global-layout-grid .site-posts-wrap article {
  flex-basis: calc(50% - 15px);
}

.global-layout-grid .site-posts-wrap article {
  margin-bottom: 0;
}

/** List Grid Layout **/
.global-layout-list-grid .site-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.global-layout-list-grid .site-posts-wrap article {
  flex-basis: calc(50% - 15px);
}

.global-layout-list-grid .site-posts-wrap article:first-child {
  flex-basis: 100%;
}

/** List Masonry Layout **/
.global-layout-list-masonry .site-posts-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.global-layout-list-masonry .site-posts-wrap article:first-child {
  width: 100%;
}

.global-layout-list-masonry .site-posts-wrap article {
  width: 50%;
  padding: 0 15px 30px 15px;
}

/*--------------------------------------------------------------
## Content Misc
--------------------------------------------------------------*/
.site-posts-wrap .entry-content p:last-child {
  margin-bottom: 0;
}

.site-posts-wrap .entry-content a.btn-more {
  padding-bottom: 0;
}

.full-width-shop .site-main,
.page-template-tpl-full-width .site-main,
.page-template-tpl-no-title-space .site-main {
  width: 100%;
  max-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,
.entry-footer a {
  color: #2a2a2a;
}

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

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

.entry-meta span,
.entry-footer span {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
}
.entry-meta span.cat-links a, .entry-meta span.tags-links a,
.entry-footer span.cat-links a,
.entry-footer span.tags-links a {
  padding-left: 3px;
}
.entry-meta span.cat-links a:first-child, .entry-meta span.tags-links a:first-child,
.entry-footer span.cat-links a:first-child,
.entry-footer span.tags-links a:first-child {
  padding-left: 0;
}

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

.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: 20px;
}
.entry-content ul ul, .entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-bottom: 0;
}

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

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

.wp-block-button a.wp-block-button__link {
  text-decoration: none;
  color: #fff;
}
.wp-block-button a.wp-block-button__link:hover {
  color: #fff;
}

.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: #2a2a2a;
}

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

/*--------------------------------------------------------------
#  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 {
  padding: 5px 0;
  color: #2a2a2a;
}

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

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

.site-sidebar a:hover {
  color: #875742;
  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%;
  margin-top: 30px;
}

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

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

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

.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: #875742;
  padding: 8px 16px;
  border: 1px solid #875742;
  text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
  color: #fff;
  background: #875742;
  border-color: #875742;
  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: #875742;
  padding: 8px 16px;
  border: 1px solid #875742;
}

/*--------------------------------------------------------------
# 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: #875742;
  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;
  transition: 0.4s ease-in-out;
}

.woocommerce span.onsale {
  background: #875742;
  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: #875742;
}

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

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

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

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

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

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

.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: #2a2a2a;
  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;
}

/*--------------------------------------------------------------
##  Author box
--------------------------------------------------------------*/
.pure-blog-author-box {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pure-blog-author-box .author-box-content {
  display: flex;
  gap: 20px;
}

.pure-blog-author-box .author-box-image {
  min-width: 100px;
}

.pure-blog-author-box.avatar-round .author-box-image img {
  border-radius: 100px;
}

.pure-blog-author-box .author-box-name {
  margin-top: 0;
}

.pure-blog-author-box .author-box-link-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pure-blog-author-box .author-box-link-items li {
  display: inline-block;
}

.pure-blog-author-box .author-box-link-items li::after {
  content: " | ";
  margin: 0 5px;
}

.pure-blog-author-box .author-box-link-items li:last-child::after {
  content: "";
  margin: 0;
}

/*--------------------------------------------------------------
#  Footer CSS
--------------------------------------------------------------*/
.footer-widgets {
  padding: 60px 0 30px 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: #2a2a2a;
  text-decoration: none;
  font-weight: normal;
}

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

.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 {
  padding: 5px 0;
  color: #2a2a2a;
}

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

.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: #2a2a2a;
  padding: 0 3px;
}

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

.site-footer {
  text-align: center;
}
.site-footer-inner {
  border-top: 1px solid #e9e9e9;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-block: 30px;
}

/*--------------------------------------------------------------
##  Social Share CSS
--------------------------------------------------------------*/
.pure-blog-social-share {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}

.pure-blog-social-share h2.heading {
  margin: 0;
}

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

.pure-blog-social-share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2a2a2a;
}
.pure-blog-social-share ul li a svg {
  fill: #2a2a2a;
}

.pure-blog-social-share ul li a:hover {
  background-color: #2a2a2a;
}
.pure-blog-social-share ul li a:hover svg {
  fill: #fff;
}

.pure-blog-social-share ul li a svg {
  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 rgba(79, 76, 60, 0.2);
  background-color: rgba(255, 255, 255, 0.85);
  color: #875742;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

#back_to_top.is-visible {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
##  Featured Posts
--------------------------------------------------------------*/
.featured-posts .featured-posts-inner {
  display: grid;
  gap: 30px;
}

.featured-posts.cols-2 .featured-posts-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-posts.cols-3 .featured-posts-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-posts.cols-4 .featured-posts-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-posts .featured-post {
  position: relative;
  padding: 0 20px 20px;
  display: flex;
  align-items: flex-end;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
}
.featured-posts .featured-post .featured-post-categories {
  color: #fff;
}
.featured-posts .featured-post .featured-post-categories a {
  color: #fff;
}
.featured-posts .featured-post h2 {
  margin-top: 15px;
  margin-bottom: 0;
}
.featured-posts .featured-post h2 a {
  color: #fff;
}
.featured-posts .featured-post .featured-post-read-more {
  display: inline-block;
  margin-top: 30px;
}

.featured-posts .featured-post .featured-post-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.featured-posts .featured-post .featured-post-content {
  z-index: 10;
}

/*--------------------------------------------------------------
##  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: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation-wrap {
    padding: 20px 0;
  }
  .main-navigation-wrap .main-navigation-left .main-nav {
    margin-left: 0;
  }
  .main-navigation.active-mobile ul {
    display: block;
    z-index: 99;
    padding-top: 20px;
  }
  .main-navigation.active-mobile ul a {
    justify-content: space-between;
    padding: 10px 0;
  }
  .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;
    padding-top: 0;
    border: none;
  }
  .main-navigation.active-mobile ul ul li.focus > ul {
    opacity: 1;
    left: 0;
  }
  .main-navigation-wrap .main-navigation-inner {
    align-items: flex-start;
  }
  .main-navigation-wrap .menu-toggle {
    background: transparent;
    padding: 0;
    border: none;
  }
  .main-navigation-wrap .menu-bar {
    display: block;
    width: 30px;
    height: 3px;
    background: #2a2a2a;
    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;
  }
  .pure-blog-social-share {
    width: 100%;
    position: relative;
    top: 0;
  }
  .pure-blog-social-share ul {
    flex-direction: row;
    justify-content: center;
  }
  .featured-posts.cols-2 .featured-posts-inner,
  .featured-posts.cols-3 .featured-posts-inner,
  .featured-posts.cols-4 .featured-posts-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .featured-posts .featured-post {
    min-height: 350px;
  }
  .global-layout-grid .site-posts-wrap article,
  .global-layout-list-grid .site-posts-wrap article {
    flex-basis: 100%;
  }
  .global-layout-masonry .site-posts-wrap article,
  .global-layout-list-masonry .site-posts-wrap article {
    width: 100%;
  }
}
/*--------------------------------------------------------------
##  Dark Theme
--------------------------------------------------------------*/
body.dark-skin,
.dark-skin #masthead,
.dark-skin .featured-posts,
.dark-skin .footer-widgets,
.dark-skin #colophon,
.dark-skin.scroll-up .main-navigation-wrap {
  background-color: #000;
}

body.dark-skin,
.dark-skin a,
.dark-skin p,
.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6,
.dark-skin .site-branding .site-title,
.dark-skin .site-branding .site-title a,
.dark-skin .site-branding .site-description,
.dark-skin .main-navigation a,
.dark-skin .site-hero .hero-content h2,
.dark-skin .entry-header .entry-title,
.dark-skin .entry-header .entry-title a,
.dark-skin .entry-header .entry-meta a,
.dark-skin .entry-footer a,
.dark-skin .footer-widget a,
.dark-skin .footer-widget p,
.dark-skin .footer-widget span,
.dark-skin .footer-widgets .footer-widget ul li,
.dark-skin .footer-widgets .footer-widget ol li,
.dark-skin .footer-menu a,
.dark-skin .post-navigation .nav-links a,
.dark-skin .site-info,
.dark-skin .site-sidebar p,
.dark-skin .site-sidebar ul li,
.dark-skin .site-sidebar ol li,
.dark-skin .site-sidebar ul li a,
.dark-skin .site-sidebar ol li a {
  color: #fff;
}

.dark-skin.home .site-header {
  box-shadow: none;
}

.dark-skin .main-navigation ul ul {
  background-color: #000;
}

.dark-skin .social-links li {
  border-color: #fff;
}
.dark-skin .social-links li svg {
  fill: #fff;
}
.dark-skin .social-links li:hover {
  background: #fff;
}
.dark-skin .social-links li:hover svg {
  fill: #2a2a2a;
}

.dark-skin .site-content,
.dark-skin .main-navigation-wrap {
  border-color: #565656;
}
.dark-skin .search-wrap .svg-icon {
  fill: #fff;
}
.dark-skin .site-footer-inner,
.dark-skin .footer-widgets {
  border-top-color: #565656;
}
.dark-skin .footer-menu .menu a:after {
  color: #fff;
}
.dark-skin .pure-blog-author-box {
  border-top-color: #565656;
  border-bottom-color: #565656;
}

@media screen and (max-width: 767px) {
  .dark-skin .main-navigation-wrap .menu-bar {
    background-color: #fff;
  }
  .dark-skin .main-navigation.active-mobile ul a {
    background-color: #000;
  }
  .dark-skin .main-navigation-wrap .menu-toggle {
    background-color: #000;
  }
}
