@charset "UTF-8";
/*!
Theme Name: knightwp
Theme URI: https://www.warcraftwordpress.com
Author: David at Kodx
Author URI: https://kodx.me
Description: "ROYAL" World of Warcraft Theme
Version: 1.5.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: knightwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

COMMERICAL-TO-GPL LICENSE

GPL Code: ALL PHP CODE AND JAVASCRIPT CONTAINED IN THE SOFTWARE.
Commerical Code: ALL OTHER PARTS OF THE SOFTWARE, INCLUDING CSS CODE, GRAPHICS, DESIGN.
Intended Use: LIMITED TO TWO (2) WEBSITES OR BLOGS OWNED BY YOU.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html,
body,
div,
span,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
main,
nav,
ins {
  min-width: 0;
}

/* 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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: none; /* 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/* END NORMALIZE ----------------------------------------------- */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #524f4d;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

body {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

/* Chinese, Japanese, and Korean */
/* html[lang|="zh"],
html[lang|="ja"],
html[lang|="ko"] {
  font-family: "Noto Serif SC", "Noto Serif TC", "Noto Serif JP",
    "Noto Serif KR", serif;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Metamorphous", "Noto Serif", serif;
  color: #7e6e3b;
  text-shadow: -1px 0 #ffffff80, 0 1px #ffffff80, 1px 0 #ffffff80,
    0 -1px #ffffff80;
}

h1 {
  letter-spacing: -0.05em;
  font-size: 32px;
  line-height: 1.3em;
}

h2 {
  font-size: 26px;
  letter-spacing: -0.015em;
  line-height: 1.3em;
}

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #000000;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #b19a02 #543f00 #543f00;
  border-radius: 3px;
  background: #6a5300;
  color: gold;
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #b19a02 #543f00 #543f00;
}

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

input {
  font-family: serif;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #7e6e3b;
  text-decoration: none;
}

a:visited {
  color: #7e6e3b;
}

a:hover,
a:focus,
a:active {
  color: #9b8748;
}

a:focus {
  outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 88px;
  background: url("images/main-nav.webp") no-repeat;
  padding: 23px 150px 0px 50px;
  font-size: 16px;
}

.main-navigation a {
  color: #b58f31;
  white-space: nowrap;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  display: block;
  text-decoration: none;
  line-height: 58px;
  background: url("images/nav-divider.webp") no-repeat right center;
  padding: 0 1.5em 0 1.25em;
  cursor: pointer;
  text-transform: capitalize;
}

.main-navigation a:hover {
  color: #e6d6af;
}
.main-navigation a:focus {
  color: #e6d6af;
}
.main-navigation a:active {
  color: #e6d6af;
}

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

.main-navigation ul ul {
  box-shadow: 1px 1px 1px #000000;
  background: #1c0100;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  border: 1px solid #868686;

  opacity: 0;
}

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

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

.main-navigation ul ul a {
  width: auto;
  line-height: 2em;
  background: none;
  padding: 0 1em 0 0.625em;
  display: block;
  border-bottom: 1px dotted #543f0090;
  background-color: #543f0000;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}

.main-navigation ul ul a::before {
  content: "⌄"; /* Use the downwards arrowhead */
  display: inline-block;
  margin-right: 8px; /* Initial space before the text */
  margin-left: 2px;
  transition: transform 0.3s ease; /* Transition for transform property */
  font-size: 1em; /* Adjust size as needed */
  line-height: 1; /* Ensure line height matches font size */
  transform-origin: center; /* Rotate around the center */
  transform: rotate(-90deg) translateX(0); /* Rotate to point right with no initial translation */
  vertical-align: middle; /* Ensure vertical alignment */
  min-height: 26px; /* This is necessary for the chevron to find its middle */
}

.main-navigation ul ul a:hover {
  background-color: #543f00; /* Background color on hover */
}

.main-navigation ul ul a:hover::before {
  transform: rotate(-90deg) translateX(0) translateY(3px); /* Move the chevron 3px to the right on hover */
}

.main-navigation ul ul li {
  float: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: -2px;
  opacity: 1;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.main-navigation li {
  float: left;
  position: relative;
  cursor: pointer;
}

/* .main-navigation li:nth-last-child(1) a { background: none;} */

.main-navigation .menu-item-has-children > a::after {
  content: "⌄"; /* Unicode character for downwards arrowhead */
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
  font-size: 1em; /* Adjust size as needed */
  line-height: 1; /* Ensure line height matches font size */
  transform-origin: center center; /* Rotate around the center */
  vertical-align: middle; /* Ensure vertical alignment */
  min-height: 26px; /* this is necessary for chevron to find its middle */
}

/* Rotate chevron on hover for top-level parent items */
.main-navigation .menu-item-has-children:hover > a::after {
  transform: rotate(90deg); /* Rotate to point upwards */
}

/* Style for chevrons in submenus */
.main-navigation
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > a::after {
  content: "⌄"; /* Unicode character for right-pointing chevron */
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
  font-size: 1em; /* Adjust size as needed */
  line-height: 1; /* Ensure line height matches font size */
  transform-origin: center center; /* Rotate around the center */
  vertical-align: middle; /* Ensure vertical alignment */
}

/* Rotate chevrons in submenus on hover */
.main-navigation
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > a::after {
  transform: rotate(90deg); /* Rotate to point left */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: /* block */ none;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  margin-left: auto;
  text-align: right;
  flex: 0 0 50%;
}

/** Paging Navigation - custom fornt page excerpts*/
.paging-navigation {
  background: url("images/page-footer.webp") no-repeat left top transparent;
  height: 96px;
  margin: 0px 34px 24px 60px;
  padding: 0 32px;
  flex: 0 0 96px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/** customizing posts and comment navigation */

.nav-next > a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  padding: 0 44px 0 0;
  background: url("images/page-nav-right.webp") no-repeat right center
    transparent;
}

.nav-previous > a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  padding: 0 0 0 44px;
  background: url("images/page-nav-left.webp") no-repeat left center transparent;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

ol.children {
  padding: 0;
  margin-left: 1.5em;
}

.comments-area {
  /** flex item */
  position: relative;
  flex: 0 0 auto;
  background: url("images/comments-h-orn-g.webp") no-repeat left top,
    url("images/page-body.webp") repeat-y left -5px;
  margin: 0 34px 0 60px;
  padding: 16px 38px 24px;
}
h2.comments-title {
  text-align: center;
}
/*  span Post title */

/* end comments title */
/* start comments ordered lilst */
ol.comment-list {
  list-style: none;
  padding: 0;
}
li.comment {
} /** is shared class between all comments */
.bypostauthor {
} /* .bypostauthor class can be used to distinguish post author's comments in the thread */
/* li.depth-1 class can be used to style depth differently example: li.depth-1 li.depth-2 etc */
article.comment-body {
  padding: 0 0 24px 0;
  margin: 24px 0 0 0;
  border-bottom: 1px dotted #6a530075;
}

ol.children article.comment-body {
  border-left: 4px solid #725f0050;
  padding-left: 8px;
}

footer.comment-meta {
}
div.comment-author.vcard {
  position: relative;
}
img.avatar.photo {
  border-color: #ead461 #725f00 #725f00 #ead461;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  position: relative;
  box-shadow: 0px -1px 0px 0px #725f0050, 1px 0px 0px 0px #1e1900,
    0px 1px 0px 0px #5d4e00, -1px 0px 0px 0px #725f0050;
} /** commentator avatar */

b.fn {
  display: inline-block;
  padding: 0 8px;
} /* Author's name */

span.says {
} /* text says: */
/* End .comment-author */

/* start comment meta date+time */
div.comment-metadata {
  /* text-align: right;
						position: relative;
						top: -25px; */
}
div.comment-metadata a {
  font-size: 0.875rem;
}
time.datetime {
} /* March 7, 2018 at 11:43pm */
span.edit-link {
  float: right;
  margin-right: 0.5em;
} /* Editing your comment */
a.comment-edit-link {
  border-radius: 3px;
  border: 1px solid #725f0050;
  padding: 1px 8px 2px;
  font-size: 0.875rem;
  display: block;
} /* Edit */
a.post-edit-link {
  border-radius: 3px;
  border: 1px solid #725f0050;
  padding: 1px 8px 2px;
  font-size: 0.875rem;
  display: block;
}
/* end .comment-metadata */
/* End footer.comment-meta */
div.comment-content {
}
p {
}
/* end .comment-content */
div.reply {
}
a.comment-reply-link {
  border-radius: 3px;
  border: 1px solid #725f0050;
  padding: 1px 6px 3px;
  font-size: 0.875rem;
}
/* End article .comment-body */
/* END ol.comment-list  */

/** RESPOND to article area */

div#respond .comment-respond {
}
h3.comment-reply-title {
  text-align: center;
}
form.comment-form {
}
p.logged-in-as {
}
a {
} /* Logged in as User Name */
a {
} /* Log Out? */

p.comment-notes {
  text-align: center;
  font-size: 0.875rem;
} /** Message to viewer aboutprivacy */
p.comment-form-comment {
}
label /* Comment */
                textarea#comment {
}
/** when not logged in */
p.comment-form-email {
}
p.comment-form-url {
}
p.form-submit {
}
input #submit .submit {
}

/* END #RESPOND */
/* END #COMMENTS */

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 2px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/** CSS GRID LAYOUT /////////////// */

/* Measurements */
/* 
site width  1216px
header undecided
menu 1216px x 88px. usable height 58px, frame 7px each side

slider 790px including nav arrows.
slider each frame 216 x 150px
nav arrows 38px x 150px
-----------
primary content area 790px
-----------
spanning body 696px
footer 96px
--------------
secondary content area 426px
--------------
widget size 350px
widget body width 334px (padding 8px - 8px)
widget footer 58px
--------------
*/

/** FLEX CHEAT SHEET 
 * float, clear and vertical-align have no effect on a flex item.
 * 
 * container properties *
 * 
.justify-content{} aligns individual items within the main-axis The CSS  property defines how the browser distributes space between and around content items along the main-axis of their container.
.align-items{} controls alignment on cross axis
.align-content{} aligns individual items within the cross-axis The CSS  property sets how the browser distributes space between and around content items along the cross-axis of a flexbox container.
 this property has no effect when there is only one line of flex items.



*/

/** GRID STRUCTURE ONLY */

body {
  min-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

.site {
  /** parent grid - one column three rows layout */
  display: grid;
  grid-template-columns: 1216px;
  grid-template-rows: auto 1fr auto; /** header content footer */
  justify-content: center; /* will center all content */
  height: 100vh;
}

.site-header {
  /** First Grid Row */
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}

.site-content {
  /** Second grid row and a Parent Grid for primary and secondary*/
  grid-column: 1 / -1;
  grid-row: 2 / 3;
}

.site-footer {
  /** Third Grid row */
  grid-column: 1 / -1;
  grid-row: 3 / 4;
}
/** end CSS Grid layout */

/** Start Styling */
/* .site { * parent grid - one column three rows layout } */

/** First Grid row **/

/** header */
.site-header {
  position: relative;
}

div.site-branding {
  position: relative;
  margin: 32px 0px 0px 60px;
  min-height: 120px;
  max-width: 700px;
}
a.custom-logo-link {
  float: left;
  margin-right: 1em;
}
img.custom-logo {
  max-width: 200px;
  max-height: 100px;
}

.title-wrap {
  float: left;
}

h1.site-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  margin: 0.5em 0em 0em;
  text-shadow: -1px 0 #ffffff95, 0 1px #ffffff95, 1px 0 #ffffff95,
    0 -1px #ffffff95;
  letter-spacing: -0.075em;
}

h1.site-title a,
p.site-title a {
  color: #6a450e;
}

p.site-title {
  font-family: "Metamorphous", "Noto Serif", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  margin: 0.5em 0em 0em;
  text-shadow: -1px 0 #ffffff95, 0 1px #ffffff95, 1px 0 #ffffff95,
    0 -1px #ffffff95;
  letter-spacing: -0.075em;
}

p.site-description {
  font-size: 1.625rem;
  margin: 0 0 0.35em;
  color: #e3decf;
  text-shadow: -1px 0 #625a56, 0 1px #625a56, 1px 0 #625a56, 0 -1px #625a56;
}

.header-image {
  position: absolute;
  overflow: hidden;
  right: 108px;
  width: 470px;
  top: 0px;
  z-index: -1;
}

.header-image img {
  display: block;
}

/** SECOND GRID ROW OF A PARENT (.SITE) */
.site-content {
  /** both, primary and secondary divs are within site-content*/
  display: flex;
  align-items: stretch;
  background: url("images/sidebar-cloak.webp") no-repeat right top,
    url("images/chainmail-1160x77.webp") repeat-y center top -21px;
}

/** ************************************
	 * CONTENT AREA FOR ARTICLES AND PAGES
	 *  ************************************
	 */
.content-area {
  /** #primary  flex item*/
  margin: 0;
  position: relative;
  flex: 0 0 790px;
}

/* 		.content-area::before {
			content: "";
			background: url("images/rope.webp") center top no-repeat;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 600;
		} */

.site-main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* width: 100%; */
} /** wraps only articles area*/

header.page-header {
  /** flex item */
  background: url("images/page-head-790.webp") no-repeat;
  flex: 0 0 131px;
  margin-top: 12px;
} /** (ARCHIVES) CATEGORY TITLE SCROLL-HEADER */

/** no sidebar full width page */
.content-area.nosidebar {
  flex: 0 0 100%;
}

header.page-header.nosidebar {
  /** flex item */
  background: url("images/page-header-1192.webp") no-repeat;
  flex: 0 1 131px;
  margin-top: 12px;
}

h1.page-title {
  /** (archives) category heading */
  padding: 0px 30px 0px 60px;
  text-align: center;
  margin: 22px 0;
  font-family: "Metamorphous", "Noto Serif", serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: capitalize;
}

/** removing woocommerce page title */
.entry-content h1.page-title {
  margin: 0;
  font-size: 0.875rem;
  text-align: right;
}

body.woocommerce .entry-content {
  margin: 0;
}

/** LANDING PAGES SCROLL-HEADER */
h2.page-title {
  padding: 0px 30px 0px 60px;
  text-align: center;
  margin: 22px 0;
  font-family: "Metamorphous", "Noto Serif", serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: -1px;
} /** (archives) category heading */

.archive-description {
  text-align: center;
  margin-top: 32px;
  color: #515151;
  font-style: italic;
}

.hentry {
  position: relative;
  width: auto;
  background: url("images/page-body.webp") repeat-y;
  margin: 0 34px 0 60px;
  padding: 0px 38px 24px;
  flex: 0 0 auto;
}

.hentry.nosidebar {
  width: auto; /* 1098px; */
  background: url("images/page-body-1098.webp") repeat-y;
  margin: 0px 58px 0px 60px;
}

.entry-header {
  margin-bottom: 1em;
}
h1.entry-title {
  margin: 0;
  font-family: "Metamorphous", "Noto Serif", serif;
}

h2.entry-title {
  margin: 0;
  font-family: "Metamorphous", "Noto Serif", serif;
}

.entry-content {
} /** where article content gets posted */
.entry-content img {
  border: 4px solid #f9f9f9;
  box-shadow: 0 0 0 1px #dadada;
}

div.entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
}

/** post and summary thumbnail */
img.attachment-thumb-excerpt {
  width: 100%;
  height: auto;
  border: 4px solid #f9f9f9;
  box-shadow: 0 0 0 1px #dadada;
}

a.more-link {
  display: block;
  padding-right: 20px;
  margin: 0.875em 0 0 0;
  clear: both;
} /** read More link on excerpts */

.article-content-static {
  margin: 24px 34px 8px 60px;
  flex: 0 0 auto;
}

.article-content-static::before {
  content: "";
  display: block;
  background: url("images/page-scroll-header.webp") no-repeat center top
    transparent;
  width: 100%;
  height: 96px;
  margin-bottom: -3em;
}

.article-content-static::after {
  content: "";
  display: block;
  background: url("images/page-footer.webp") no-repeat center bottom transparent;
  width: 100%;
  height: 96px;
  margin-top: -3.5em;
}

/** Wrapper for content static */
.wrapper-content-static {
  padding: 0;
  background: #dedede;
  padding: 0px 38px 0px;
  background: url("images/page-body.webp") repeat-y;
}

/* Adding shadow to all embeds */
/* Target all video embeds (YouTube, Vimeo, etc.) inside wp-block-embed */
.wp-block-embed.is-type-video iframe,
.wp-block-embed.is-provider-youtube iframe,
.wp-block-embed.is-provider-vimeo iframe {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* 5px shadow with slight blur */
  border-radius: 5px; /* Optional: Add a small border radius for a smooth look */
}

/* END OF ARTICLE */
footer.entry-footer {
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
} /* footer of the article */

footer.entry-footer::after {
  content: "";
  background: url("images/celtic-article-foot2.webp") no-repeat center bottom;
  height: 43px;
  margin-top: 16px;
  width: auto;
  display: block;
}

footer.nosidebar.entry-footer::after {
  content: "";
  background: url("images/pagefooter1022x43.webp") no-repeat center bottom;
  height: 43px;
  margin-top: 16px;
  width: auto;
  display: block;
}
/** No Results found page */
section.no-results {
  display: flex;
  flex-direction: column;
}

.not-found {
  display: flex;
  flex-direction: column;
}

.page-content.error404 {
  text-align: center;
  min-height: 300px;
}

span.cat-links {
  margin-right: 1em;
} /* categories */
a {
} /* prints "posted in" before anchor which is a linkto source */
span.tags-links {
  margin-right: 1em;
} /* tags */
a {
} /* prints "Tagged" before anchor which is a linkto source */
span.comments-link {
  float: right;
} /* i.e. comment count and "leave a comment" link */
a {
} /* prints "* comments" before anchor which is a linkto source */
span.edit-links {
  margin-right: 1em;
} /* link "Edit" appears only for admins is optional and can be removed */

nav.navigation.post-navigation,
nav.navigation.posts-navigation {
  background: url("images/page-footer.webp") no-repeat transparent;
  height: 96px;
  padding: 0 32px;
  margin: 0px 34px 1.5em 60px;
}

footer.page-footer {
  background: url("images/page-footer.webp") no-repeat transparent;
  width: 696px;
  height: 96px;
  margin: 0 0 1.5em 60px;
  padding: 0 32px;
}

footer.page-footer.pagesonly {
  height: 48px;
  background-position: bottom center;
}

footer.page-footer.nosidebar {
  background: url("images/page-footer-1098.webp") no-repeat transparent;
  width: auto;
  height: 48px;
  background-position: bottom left;
  margin: 0px 58px 1.5em 60px;
}

.nav-links {
  /** styled in default place */
}
.nav-previous {
  /** styled in default place */
}
.nav-next {
  /** styled in default place */
}

/** sidebar area for widgets */
.widget-area {
  flex: 0 0 350px;
  margin: 0 76px 0 0;
  padding: 216px 0px 0px;
}

.widget-header {
  width: 350px;
  height: 58px;
  padding: 0px;
  background: url("images/widget-header.webp") no-repeat;
}

.widget {
  padding: 16px 24px;
  background: url("images/widget-body.webp") repeat-y;
}

/** Some Jetpack widget Overrides */
/** Social Icons Jetpack */

.jetpack_widget_social_icons ul li {
  background: none;
}

/** font color shadows
 *	base #7E6E3B
 *	hilight #D6C796
 * 	shadow #494022
  */

h2.widget-title {
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 26px;
  letter-spacing: -0.07em;
}

.widget-footer {
  height: 46px;
  background: url("images/widget-footer.webp") no-repeat;
  margin: 0 0 1.5em;
}

.widget-area ul,
.widget-area ol {
  margin: 0;
  padding: 0 2em;
  list-style: none;
}

.widget-area ul {
  font-size: 0.75rem;
  list-style: none;
}

.widget-area a {
  font-size: 1rem;
  text-shadow: -1px 0 #ffffff70, 0 1px #ffffff70, 1px 0 #ffffff70,
    0 -1px #ffffff70;
  font-weight: 700;
}

.widget-area li {
  margin: 0;
  padding: 1em 0;
  padding-left: 32px; /* Space for the background image */
  position: relative; /* Required for pseudo-element positioning */
  border-bottom: 2px dotted #a99c81;
  list-style: none; /* Remove default list bullet */
}

.widget-area li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 25px; /* Width of one state */
  height: 25px; /* Height of the image */
  background: url("images/list-dual-romb-ico.webp") no-repeat left center;
  overflow: hidden; /* Clip the sprite sheet */
}

.widget-area li:hover::before {
  background-position: -25px center; /* Shift to show the hover state */
}

/* these styles are for nested lists in widgets, 
for example categories and subcategories 
.children is core class assigned by wordpress */
ul.children {
  max-height: fit-content;
  border: 1px solid #ffffff10;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: -1.5em;
  border-radius: 4px;
  background: #fefefe4d;
  padding: 0 1em;
}

ul.children li {
  padding-left: 32px;
}
ul.children li:last-child {
  border-bottom: unset;
}
/* .comment-author-link {
} */

/** Search form Widget */
.search-form {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.search-field {
  max-width: 99%;
  width: 99%;
  box-sizing: border-box;
}

/** Site footer
------------------------------------------------------------*/

.site-footer {
  /** Third Grid row */
  width: calc(100% - 56px);
  background: url("images/footer-bg-1160.webp") no-repeat center top #000000;
  height: auto;
  padding: 40px;
  margin: 0 auto;
}

/** site footer three Widgets */

/** adding extra wrap to prevent Safari from freaking out on flexbox */
.foot-widget-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.site-footer-widget {
  flex: 0 1 33.333%;
  padding: 0 1em 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #28191499;
}
.site-footer h2.widget-title {
  padding-bottom: 0.5em;
}

.site-footer ul {
  list-style: none;
  list-style-position: inside;
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
}
.site-footer li {
  flex: 1 1 100%;
  margin: 0.25em 0;
  padding: 0.25em 0.5em;
  background: #28191490;
  border: 1px solid#28191499;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* .site-footer ul a {} */

div.site-info {
  display: block;
  clear: both;
  text-align: center;
  padding: 2em;
  font-size: 0.765em;
}

/** Sidebar Calendar */
/* .widget_calendar {} */

.widget_calendar #wp-calendar caption {
  color: #534c2a;
  text-align: center;
  background: #ffffff50;
  border: 1px solid #ffffff70;
  border-bottom: none;
}

.widget_calendar #wp-calendar thead th {
  background: #ffffff50;
  border: 1px solid #ffffff70;
  color: rgb(106, 83, 0);
  padding: 8px 0px;
  text-align: center;
  text-shadow: -1px 0 #ffffff80, 0 1px #ffffff80, 1px 0 #ffffff80,
    0 -1px #ffffff80;
}

.widget_calendar #wp-calendar tbody td {
  background: #ffffff50;
  border: 1px solid #ffffff70;
  padding: 8px 0px;
  text-align: center;
  color: #7e6e3b;
  text-shadow: -1px 0 #ffffff80, 0 1px #ffffff80, 1px 0 #ffffff80,
    0 -1px #ffffff80;
}

/* ********************* 
Expandimenu Widget navigation menu 
********************** */
.widget_nav_menu .menu {
  list-style: none;
  padding: 0 2em;
  margin: 0;
}

.widget_nav_menu .menu-item {
  position: relative;
  padding-left: 32px;
  background-image: none;
}

.widget_nav_menu .menu-item.menu-item-has-children > a {
  position: relative;
}
/* for opening and closing the submenu */
.widget_nav_menu .menu-item.menu-item-has-children > a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 10px;
}

.widget_nav_menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.widget_nav_menu .sub-menu:not(.open) {
  transition: none; /* No transition when not open (instant close) */
}

.widget_nav_menu .sub-menu .menu-item {
  padding-left: 32px;
}

.widget_nav_menu .sub-menu .menu-item:last-child {
  border-bottom: unset;
}

.widget_nav_menu .sub-menu.open {
  max-height: 800px;
  margin-top: 1.2em;
  margin-bottom: 1em;
  margin-left: -1.5em;
  border: 1px solid #ffffff10;
  border-radius: 4px;
  background: #fefefe4d;
  padding: 0 1em;
}

/* Ensure proper base state */
.widget_nav_menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* Open state - height will be set by JS */
.widget_nav_menu .sub-menu.open {
  max-height: 1000px; /* Fallback value */
  transition: max-height 0.5s ease-in-out;
}

/* Better visual feedback */
.widget_nav_menu .menu-item-has-children > a::after {
  transition: transform 0.3s ease;
}
.widget_nav_menu .sub-menu.open + a::after {
  transform: rotate(180deg);
}

/* 	END WIDGETS
    --------------------------------------------------------------*/

/* Footer Calendar Widget*/

.calendar_wrap {
  padding: 0 5px;
}

table#wp-calendar {
  border-style: none;
  border-spacing: 0;
  border-collapse: collapse;
}

#wp-calendar thead th {
  background: rgba(150, 131, 87, 0.5);
  border: 1px solid #372a1f;
  color: #f0e5b2;
  padding: 8px 0px;
  text-align: center;
}

#wp-calendar tbody td {
  background: #28191490;
  border: 1px solid #524327;
  padding: 8px 0px;
  text-align: center;
  color: #7e6e3b;
}

#wp-calendar caption {
  color: #ead461;
  text-align: center;
  background: #28191490;
  border: 1px solid #524327;
  border-bottom: none;
}

#wp-calendar td#prev {
  text-align: left;
}
#wp-calendar td#next {
  text-align: right;
}
#wp-calendar td.pad {
}

#wp-calendar #today {
  background: #ead46180;
  color: #1e1900;
}
#wp-calendar tfoot tr {
}

/** Tag cloud widget */

.tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.tagcloud a {
  border: 1px solid #28191499;
  border-radius: 3px;
  margin: 2px;
  padding: 4px 8px;
  background: #28191490;
}

.widget.widget_recent_entries ul a {
  display: block;
}

/** When SlickNav mobile menu is activated remove the main menu bar and others..*/

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
}

/** Responsive Desktop */

@media screen and (max-width: 1024px) {
  body {
    font-size: 0.938rem;
  }

  .main-navigation {
    display: none;
  }
  .site {
    grid-template-columns: 100%;
  }
  .site-content {
    background: none;
  }
  .site-main {
    background: url("images/chainmail-1160x77.webp") center top;
    border-top: 1px solid #a3a3a3;
  }
  .content-area {
    flex: 0 0 100%;
  } /** #primary */
  .widget-area {
    display: none;
  } /** #secondary */
  .header-image {
    display: none;
  }

  /** <header> */
  div.site-branding {
    margin: 0 auto;
    min-height: unset;
    float: none;
  }

  .site-branding {
    max-width: unset;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-bottom: 0;
    width: 100%;
  }

  .custom-logo-link {
    display: none;
  }

  div.title-wrap {
    float: none;
  }

  p.site-title,
  h1.site-title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center;
  }

  p.site-description {
    font-size: 1rem;
    text-align: center;
  }

  header.page-header {
    background: #dedede;
    border-bottom: 2px solid #f1f1f1;
    flex: 0 0 auto;
    margin-top: 16px;
  }

  header.page-header.nosidebar {
    background: #dedede;
    border-bottom: 2px solid #f1f1f1;
    flex: 0 0 auto;
    margin-top: 16px;
  }

  span.featured-txt {
    background: #676767;
    padding: 0 8px 2px;
    border-radius: 3px;
    border: 1px solid #9c9c9c;
    box-shadow: inset 0px 0px 3px #000;
  }

  /** Scroll header */
  h1.page-title,
  h2.page-title {
    margin: 0.5em;
    padding: 0 1em;
    font-size: 1.4rem;
  }
  /** body header */
  h1.entry-title {
    font-size: 1.4em;
    text-align: center;
  }

  div.entry-meta {
    text-align: center;
  }

  .hentry {
    margin: 0;
    padding: 0.5em 1em;
    background: #dedede;
    border-bottom: 2px solid #f1f1f1;
  }

  .hentry.nosidebar {
    margin: 0;
    padding: 0.5em 1em;
    background: #dedede;
    border-bottom: 2px solid #f1f1f1;
  }

  .wrapper-content-static {
    background: #dedede;
    padding: 0px 16px;
  }

  .article-content-static {
    margin: 16px 0 0 0;
    background: #dedede;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .article-content-static::before {
    content: "";
    display: block;
    background: #dedede;
    width: 100%;
    height: 0;
    margin-bottom: 0;
  }

  .article-content-static::after {
    content: "";
    display: block;
    background: #dedede;
    width: 100%;
    height: 0;
    margin-top: 0;
  }

  .page-footer.nosidebar {
    display: none;
  }

  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1em;
  }

  footer.entry-footer::after {
    background: none;
    height: 0px;
    margin-top: 0.5em;
  }

  span.comments-link {
    margin-top: 0.5em;
    text-align: center;
    float: none;
  }

  span.comments-link a {
    display: block;
    text-align: center;
    border: 1px solid #543f004d;
    background: #7e6e3b1a;
    margin: 1em auto 0.5em;
    padding: 0.5em;
  }

  nav.navigation.post-navigation {
    background: #dedede;
    margin: 0;
    height: auto;
    border-bottom: 2px solid #f1f1f1;
  }

  .paging-navigation {
    background: #dedede;
    margin: 0;
    padding: 0 1em;
    font-size: 0.875rem;
    height: unset;
    flex: 0 0 auto;
  }

  .nav-previous > a {
    background: none;
    padding: 1em 0;
    height: unset;
    line-height: unset;
  }

  .nav-next > a {
    background: none;
    padding: 1em 0;
    height: unset;
    line-height: unset;
  }

  .site-footer {
    background: #150909;
    padding: 1em;
    width: 100%;
  }

  .foot-widget-wrap {
    flex-flow: column nowrap;
  }

  .site-footer-widget {
    /** Flex Item */
    flex: 1 1 100%;
    padding: 1em 0.5em;
    border-bottom: 2px solid #543f004d;
  }

  .site-footer ul {
    padding: 0;
  }

  .comments-area {
    background: #dedede;
    margin: 0;
    padding: 0 1em;
  }

  footer.page-footer.pagesonly {
    display: none;
  }
}

/** Woocommerce overrides */

/** Fixed oval that was supposed to be a circle */
.woocommerce span.onsale {
  padding: 0 2px;
}

/** Esthetics fix */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

/** Esthetics fix */
.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 2px solid #928b8833;
}
/** Esthetics fix */
.woocommerce #reviews #comments h2 {
  text-align: center;
}

/** Shopping cart sidebar Widget */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  border: 1px solid #d1d0cf;
  border-radius: 3px;
}
/** Shopping cart sidebar Widget */
.widget_shopping_cart_content {
  background: #fff6;
  border-radius: 3px;
  padding: 0.5em;
  border: 1px solid #fff3;
}

/** removing arrow */
li.woocommerce-mini-cart-item.mini_cart_item {
  background-image: none;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #fff5;
  padding: 4px 0 0;
}

.woocommerce a.remove {
  font-size: 1.5rem;
}
