/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
	- Woocommerce
# Utilities
	- Accessibility
	- Alignments
	- Block editor
# Media Query
--------------------------------------------------------------*/

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

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

/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

* {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.visible {
	visibility: visible;
}

.grid {
	display: grid;
}

.w-full {
	width: 100%;
}

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

.content-center {
	align-content: center;
}

.gap-6 {
	gap: 1.5rem;
}

.rounded {
	border-radius: 0.25rem;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.p-6 {
	padding: 1.5rem;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	display: none;
}

.sticky .posted-on {
	display: none;
}

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

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	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 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	line-height: 1;
	cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

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 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

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 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	border-radius: 0.25rem;
	padding: 0.25rem;
}

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 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

select {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

textarea {
	width: 100%;
}

/* Word break
--------------------------------------------- */

*,
*::before,
*::after {
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

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

/* Header
--------------------------------------------- */

#site-header {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.header-wrapper {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

.header-inner {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.site-brand {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.site-brand p {
	margin: 0px;
}

.site-title, .site-title a, .site-description {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.site-title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}

.site-title a:hover, .site-title a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.site-description {
	font-weight: 500;
}

/* Menu Navigation
--------------------------------------------- */

.site-header-menu {
	display: none;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

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

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover, .main-navigation a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	content: '\25BE';
	font-size: 32px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: '\25BE';
}

/* Menu toogle */

.menu-toggle {
	width: 100%;
	font-size: 16px;
	font-size: 0.8125rem;
}

.no-js .menu-toggle {
	display: none;
}

.menu-button-wrapper {
	margin-top: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	border-radius: 0.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .toggle-icon:hover, .toggle-icon:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.toggle-icon {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	padding-right: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* Posts and pages
--------------------------------------------- */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.5;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#main-content {
	width: 100%;
	flex-grow: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.content-wrapper {
	display: grid;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
}

.content-col {
	grid-column: 1 / -1;
}

.content-col a:hover, .content-col a:focus {
	text-decoration: underline;
}

.content-full-wrapper {
	flex-wrap: wrap;
}

.content-full, .content-center {
	width: 100%;
}

.content-center-wrapper {
	display: flex;
	justify-content: center;
}

.content-full .content-single .wp-block-image {
	display: flex;
	justify-content: center;
}

.content-single img {
	border-radius: 0.25rem;
}

.content-single input {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 0.25rem;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.content-single input[type="submit"] {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.content-single input[type="submit"]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.content-page h1, .content-single h1, .content-page h2, .content-single h2, .content-page h3, .content-single h3, .content-page h4, .content-single h4, .content-page h5, .content-single h5, .content-page h6, .content-single h6 {
	margin-bottom: 1rem;
}

.content-page h1, .content-single h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.content-page h2, .content-single h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.content-page h3, .content-single h3 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.content-page h4, .content-single h4 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.content-page h5, .content-single h5 {
	font-size: 1rem;
	line-height: 1.5rem;
}

.content-page h6, .content-single h6 {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

article, .no-results.not-found p, .no-results-text.not-found-text {
	padding: 1.5rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.no-results-text.not-found-text p {
	padding: 0px;
}

.page-header, .search-result-count {
	font-weight: 700;
}

.page-header {
	margin-bottom: 1rem;
	padding: 1.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.page-header p {
	margin-bottom: 0px;
}

.search-result-count {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding-top: 0.75rem;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.page-header, .search-result-count, .entry-content, .content-page, .content-single, .entry-content p, .content-page p, .content-single p, .entry-header h1.entry-title a, .entry-header h2.entry-title a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.entry-content p, .entry-content ul, .entry-content ol, .content-page p, .content-page ul, .content-page ol, .content-single p, .content-single ul, .content-single ol {
	margin-bottom: 1rem;
}

.entry-content a, .entry-content a, .content-single a {
	text-decoration: underline;
}

.entry-content ul li, .entry-content ol li, .content-page ul li, .content-page ol li
.content-single ul li, .content-single ol li {
	list-style-position: inside;
}

.entry-content img {
	border-radius: 0.25rem;
}

.entry-content-wrapper {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.content-page, .content-post {
	padding: 1.5rem;
}

.content-post {
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.entry-header h1.entry-title, .entry-header h1.entry-title, .entry-header h2.entry-title {
	margin-bottom: 0.5rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.entry-header h1.entry-title a:hover, .entry-header h1.entry-title a:focus, .entry-header h2.entry-title a:hover, .entry-header h2.entry-title a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.read-more {
	display: flex;
	width: 100%;
	margin-top: 0.75rem;
}

.read-more a, .read-more a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: 0.25rem;
	cursor: pointer;
}

.read-more a, .read-more a:hover, .read-more a:focus {
	text-decoration: none;
}

.read-more a {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.read-more a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.read-more a:focus {
    outline: thin dotted;
    outline-offset: -5px;
}

.entry-footer {
	clear: both;
	margin-top: 1.5rem;
}

.entry-footer span a {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.post-thumbnail {
	margin-right: 1.5rem;
}

.post-thumbnail, img.attachment-post-thumbnail {
	border-radius: 0.25rem;
}

/* Related post */

.related-post {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
	font-weight: 700;
}

.related-post p {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.related-post .post-thumbnail {
	margin-bottom: 1rem;
	margin-left: 0px;
	margin-right: 0px;
}

.related-post > p {
	margin-bottom: 2rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.related-post h2 {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-post span.byline {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
}

.related-post a, .related-post a:active, .related-post a:visited {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.related-post a:hover, .related-post a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
	text-decoration: underline;
}

/* Pagination
--------------------------------------------- */

.pagination {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.nav-links > .page-numbers, .nav-links > .page-numbers.current {
	display: inline-block;
	text-align: center;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.nav-links > .page-numbers,
.nav-links > .page-numbers.current {
    min-width: 2.5em;
    line-height: 2.5em;
}

.nav-links > .page-numbers, .nav-links > .page-numbers.current {
	border-radius: 0.25rem;
	border-width: 1px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.nav-links > .page-numbers {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nav-links > .page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.nav-links, .page-links {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	clear: both;
}

.nav-links, .nav-links a, .page-links a, .page-links span.page-links-title {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.nav-links a.page-numbers:hover, .nav-links a.page-numbers:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.nav-links > span, .nav-links > .page-numbers {
	margin: 0.25rem;
}

span.post-page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.nav-links > .prev .page-numbers {
	align-content: flex-start;
	align-items: flex-start;
}

.page-links a, .page-links span.page-links-title {
	margin-right: 1.5rem;
}

.page-links span.post-page-numbers {
	margin-right: 1.5rem;
}

/* Next and prev
--------------------------------------------- */

.navigation.post-navigation {
	margin-top: 1rem;
}

.navigation.post-navigation > .nav-links {
	flex-wrap: wrap;
}

.nav-previous {
	margin-bottom: 1rem;
}

.nav-next {
	margin-top: 1rem;
}

.nav-previous, .nav-next {
	padding: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.nav-previous {
	text-align: left;
}

.nav-next {
	text-align: right;
}

.nav-previous .meta-nav, .nav-next .meta-nav {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.nav-previous .post-title, .nav-next .post-title {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.nav-previous a span.post-title:hover, .nav-previous a span.post-title:focus, .nav-next a span.post-title:hover, .nav-next a span.post-title:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
	text-decoration: underline;
}

/* Comments
--------------------------------------------- */

.comment-field {
	width: 100%;
	height: 15rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.comments-title, .logged-in-as, .comment-author b.fn, .comment-author b a, .comment-reply-title, .comment-content, .comment-notes, .comments-link a, .comments-area label, a.comment-reply-link {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.comment-reply-title {
	margin-bottom: 1rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
}

.comments-title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}

.logged-in-as, .comment-content, .comment-notes, .comment-form-cookies-consent, .no-comments {
	font-weight: 500;
}

.logged-in-as a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.fn a:focus, .comment-metadata time:hover, .comment-metadata time:focus, .logged-in-as a:hover, .logged-in-as a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
	text-decoration: underline;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	font-weight: 700;
}

.comment-form #author, .comment-form #email, .comment-form #url {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

span.required {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.comment-content {
	margin-top: 1.5rem;
	font-weight: 500;
}

.comment-content a {
	word-wrap: break-word;
	text-decoration: underline;
}

.comment-content a:hover, .comment-content a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
	text-decoration: underline;
}

.bypostauthor {
	display: block;
}

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

.comment-author-info {
	display: inline-block;
	vertical-align: middle;
}

.comment-meta .avatar {
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: 700;
}

.comment-author b a {
	font-weight: 700;
}

.comment-author b a:hover {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.comment-author > .says, .comment-metadata time {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.edit-link > .comment-edit-link {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.25rem;
	cursor: pointer;
}

.edit-link > .comment-edit-link:hover, .edit-link > .comment-edit-link:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.entry-meta.comment-metadata {
	margin-top: 0;
}

.comment-respond {
	margin-top: 0;
}

.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.comment-content {
	padding: 30px;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 0.25rem;
}

.depth-1.parent > .children {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 2px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comments-link {
	display: flex;
}

.comments-link a {
	padding-left: 0.25rem;
	margin-bottom: 0.25rem;
}

.comments-link a:hover {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.comments-link a:first-child {
	padding: 0px;
}

.comment-list > .comment:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1.5em;
}

.comment-form-cookies-consent {
	display: flex;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	align-items: center;
}

.comment-form-cookies-consent input {
	margin-right: 0.5em;
	margin-bottom: 0;
}

.one-container .comments-area {
	margin-top: 1.5rem;
}

.comments-area {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1.5rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.comment-content .reply {
	font-size: 85%;
}

.comment-submit {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-radius: 0.25rem;
	cursor: pointer;
	font-weight: 500;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.comment-submit:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.comment-submit:focus {
	outline: thin dotted;
   outline-offset: -5px;
}

.no-comments {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.reply {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.reply a {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.reply a:focus {
	outline: thin dotted;
   outline-offset: -5px;
}

a.comment-reply-link {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-weight: 500;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.25rem;
}

a.comment-reply-link:hover, a.comment-reply-link:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
	text-decoration: none;
}

#cancel-comment-reply-link {
	padding-left: 10px;
}

/* Content tags
--------------------------------------------- */

.cat-links, .tags-links {
	display: flex;
	flex-wrap: wrap;
}

.cat-links, .tags-links, span.cat-links a, span.tags-links a, span.edit-link a, span.comments-link a, span.posted-on, span.byline {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.cat-links a, .tags-links a {
	padding-left: 0.25rem;
	margin-bottom: 0.25rem;
}

span.cat-links a:hover, span.cat-links a:focus, span.tags-links a:hover, span.tags-links a:focus, span.comments-link a:hover, span.comments-link a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

span.edit-link a, span.edit-link a:hover, span.edit-link a:focus {
	text-decoration: none;
}

span.edit-link a {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

span.edit-link a:focus {
    outline: thin dotted;
    outline-offset: -5px;
}

.cat-links a:first-child, .tags-links a:first-child {
	padding: 0px;
}

.edit-link a.post-edit-link, .edit-link a:hover {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-radius: 0.25rem;
	cursor: pointer;
}

.edit-link a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

span.posted-on, span.byline {
	font-size: 1rem;
	line-height: 1.5rem;
}

span.posted-on a {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

span.author.vcard a:hover {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

/* Author bio
--------------------------------------------- */

.author-bio {
	display: flex;
	margin-top: 1rem;
	padding: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.author-title-wrapper {
	padding-right: 1.5rem;
}

.author-avatar.vcard img {
	border-radius: 9999px;
}

.author-title {
	font-weight: 700;
}

.author-description {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.author-description p, .author-description a.author-link {
	width: 100%;
}

.author-description p {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.author-description a.author-link {
	width: 100%;
	display: flex;
	align-items: flex-end;
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

/* Widgets
--------------------------------------------- */

.widget-area {
	grid-column: 1 / -1;
	font-weight: 500;
}

.widget {
	padding: 1.5rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget a:hover, .widget a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.widget a:hover,
.widget a:focus {
    text-decoration: underline;
}

.widget > ul li, .widget > ul li::before, .widget ul.menu li.menu-item, .widget ul.menu li.menu-item a, .widget > ul li a, .tagcloud a {
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.widget-title {
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.widget > ul, .widget > ul.menu, .widget ul.menu {
	margin: 0px;
}

.widget > ul li, .widget ul.menu li.menu-item {
	list-style-type: none;
}

.widget ul li a:hover, .widget ul.menu li.menu-item a:hover, .recentcomments > .comment-author-link a, #recentcomments a {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.widget > ul li, .widget ul.menu li.menu-item {
	padding-bottom: 0.75rem;
}

.widget > ul li:first-child, .widget ul.menu li.menu-item:first-child {
	padding-top: 0.75rem;
}

.widget > ul li:last-child, .widget ul.menu li.menu-item:last-child {
	padding-bottom: 0px;
}

.widget > ul li::before,
.widget ul.menu li.menu-item::before {
    content: '\00BB';
}

.widget > ul li::before, .widget ul.menu li.menu-item::before {
	padding-right: 0.25rem;
}

/* Calendar
--------------------------------------------- */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption, #wp-calendar thead, #wp-calendar tbody, .wp-calendar-nav a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#wp-calendar caption {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

#wp-calendar thead, #wp-calendar tbody {
	text-align: center;
}

#wp-calendar caption, #wp-calendar tbody a, .wp-calendar-nav {
	font-weight: 700;
}

#wp-calendar tbody a, .wp-calendar-nav-prev a:hover, .wp-calendar-nav-next a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.wp-calendar-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-content: space-around;
}

/* Tagclouds
--------------------------------------------- */

.tagcloud a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.tagcloud a:hover, .tagcloud a:focus {
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.tagcloud a:hover,
.tagcloud a:focus {
    text-decoration: underline;
}

/* Footer
--------------------------------------------- */

#site-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 600;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.footer-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
}

#site-footer, #site-footer a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#site-footer a:hover, #site-footer a:focus {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

#site-footer a:hover,
#site-footer a:focus {
    text-decoration: underline;
}

#footer-menu, .footer-menu-list-wrapper {
	flex-wrap: wrap;
}

#footer-menu,
.footer-menu-list-wrapper {
    /* @apply w-full; */
}

#footer-menu, .footer-menu-list-wrapper {
	margin-bottom: 1.25rem;
}

#footer-menu, .footer-menu-list-wrapper, .footer-content, .site-info {
	display: flex;
}

.footer-menu-list-wrapper > ul, .footer-menu-nav > ul {
	margin: 0px;
}

.footer-menu-list-wrapper > ul li, .footer-menu-nav > ul li {
	list-style-type: none;
}

.footer-menu-list-wrapper, .footer-menu-list {
	margin-right: 2rem;
}

.footer-content {
	justify-content: space-between;
	align-content: center;
}

.site-info {
	flex-wrap: wrap;
}

.site-info p {
	margin-bottom: 0px;
}

.footer-copyright {
	margin-right: 0.25rem;
}

.to-the-top-long {
	display: none;
}

.to-the-top-short {
	display: block;
}

/* Form
--------------------------------------------- */

form.search-form {
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
}

form.search-form > label {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	margin-right: 0.5rem;
}

input.search-field {
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

input.search-submit {
	display: none;
}

/* 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 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}

.gallery-item a:focus img {
	outline-offset: -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%;
}

figure.wp-caption a:focus img {
	outline-offset: 2px;
}

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

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

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

/* Jetpack */

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

/* Woocommerce */

.woocommerce-MyAccount-content a, .woocommerce-MyAccount-content a:hover, .woocommerce-MyAccount-content a:active, .woocommerce-MyAccount-content a:focus, .woocommerce-MyAccount-content a, :visited {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}

/* Woocomerce wrapper */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 16%;
}

/* Store page */

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-products-header, .woocommerce ul.products, .single-product div.product {
	padding: 1.5rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.woocommerce .woocommerce-products-header {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.woocommerce .woocommerce-products-header h1.page-title {
	padding-bottom: 1.5rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 80%;
}

/* Woocomerce navigation wrapper */

.woocommerce-MyAccount-navigation {
	/* @apply col-span-2; */
	border-right-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

/* Woocomerce navigation list */

.woocommerce-MyAccount-navigation ul {
	margin-left: 0px;
}

.woocommerce-MyAccount-navigation ul li {
	padding-bottom: 1.5rem;
	list-style-type: none;
}

.woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation-link a:visited {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link a:hover {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.woocommerce-MyAccount-navigation-link a {
	padding-bottom: 0.5rem;
}

/* Form */

.woocommerce form .form-row label {
	font-weight: 700;
}

.woocommerce form .form-row .required {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.woocommerce input.input-text, .woocommerce textarea {
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
	border-width: 2px;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 1.3;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 50%;
	line-height: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.25rem;
	border-width: 2px;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-width: 1px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.woocommerce input.input-text:focus, .woocommerce textarea:focus {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

/* Select */

.select2-container--default .select2-selection--single {
	height: 2.25rem;
	border-radius: 0.25rem;
	border-width: 2px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.select2-search--dropdown {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.select2-dropdown {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	border-style: none;
}

.select2-results__option {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

li.select2-results__option {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	line-height: 1;
	margin-top: 1.5rem;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

p.woocommerce-LostPassword.lost_password a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

p.woocommerce-LostPassword.lost_password a:hover {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

/* Button */

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-account .addresses .title .edit {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-radius: 0.25rem;
	cursor: pointer;
	font-weight: 500;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce > .return-to-shop .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.woocommerce-account .addresses .title .edit {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:active, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus, .woocommerce > .return-to-shop .button:hover, .woocommerce > .return-to-shop .button:active, .woocommerce > .return-to-shop .button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus, .woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce input.button:hover
.woocommerce input.button:active, .woocommerce input.button:focus, .woocommerce input.button.alt:hover
.woocommerce input.button.alt:active, .woocommerce input.button.alt:focus, .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .edit:active, .woocommerce-account .addresses .title .edit:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	border-radius: 0.25rem;
	font-weight: 500;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/*
Theme Name: NesiaPress
WooCommerce styles override
*/

/**
 * Shop tables
 */

.woocommerce table.shop_table {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */

ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */

.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */

@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */

.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */

.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

/**
 * Payment
 */

.woocommerce-checkout #payment {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.25rem;
}

/**
 * Notices
 */

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-radius: 0.25rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews {
	clear: both;
}

.woocommerce-info, .woocommerce-noreviews {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.woocommerce-error {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

p.woocommerce-info, .woocommerce-info::before, .woocommerce-error::before {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.showcoupon, .showcoupon:hover, .showcoupon:focus, .showcoupon:active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-bottom-width: 2px;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*--------------------------------------------------------------
# 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 {
	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;
	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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

/* Block editor
--------------------------------------------- */

.block-editor__typewriter {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.wp-block {
	max-width: 1024px;
}

.wp-block[data-align=wide] {
	max-width: 1280px;
}

.wp-block[data-align=full] {
	max-width: 100%;
}

.wp-block-cover {
	margin-bottom: 1.25rem;
}

.wp-block-preformatted, .wp-block-verse {
	border-radius: 0.25rem;
}

.blocks-gallery-item img, .wp-block-image, .wp-block-image > .alignleft img, .wp-block-image > .alignright img, .wp-block-image > .aligncenter img, .wp-block-media-text__media img, img.wp-block-cover__image-background {
	border-radius: 0.25rem;
}

.wp-block-group, .wp-block-image, .wp-block-button, .wp-block-media-text {
	margin-bottom: 2rem;
}

.wp-block-search__input {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.wp-block-search__button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.wp-block-search .wp-block-search__input {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.wp-block-search .wp-block-search__button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-editor-block-list__layout h1 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.block-editor-block-list__layout h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.block-editor-block-list__layout h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.block-editor-block-list__layout p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
	margin-bottom: 1rem;
}

.block-editor-block-list__layout a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
	text-decoration: none;
}

.block-editor-block-list__layout ul li, .block-editor-block-list__layout ol li {
	list-style-position: inside;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media (max-width: 394px) {
    .footer-copyright {
		margin-right: 0px;
	}
}

@media (max-width: 436px) {
    .footer-content {
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
    /* Main Navigation */
    .menu-toggle {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.site-header-menu {
		margin: 1.3125em 0;
	}
    /* Content */
    .content-col {
		grid-column: span 6 / span 6;
	}
    .entry-header h1.entry-title, .entry-header h1.entry-title, .entry-header h2.entry-title {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
    /* Widget area */
    .widget-area {
		grid-column: span 3 / span 3;
	}
    /* back to top */
    .to-the-top-long {
		display: block;
	}
    .to-the-top-short {
		display: none;
	}
}

@media (min-width: 1024px) {
    /* Header */
    .header-inner {
		display: flex;
	}
    .header-inner {
		justify-content: space-between;
	}
    .header-inner {
		align-items: center;
	}
    .site-brand {
		text-align: left;
	}
    /* Menu navigation */
    .site-header-menu {
		display: block;
		flex: 0 1 auto;
	}
	.main-navigation {
		margin: 0 -0.875em;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}
	.main-navigation .primary-menu > li {
		float: left;
	}
	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}
	.main-navigation li:hover > a, .main-navigation li.focus > a {
		--tw-text-opacity: 1;
		color: rgba(29, 78, 216, var(--tw-text-opacity));
	}
	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}
	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}
	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}
	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}
	.main-navigation .menu-item-has-children > a:after {
      content: '\25BE';
	}
	.main-navigation .menu-item-has-children > a:after {
		padding-left: 0.5rem;
	}
	.main-navigation .menu-item-has-children > a:after {
      position: absolute;
      right: 0.625em;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.4em;
		transform: rotate(90deg);
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle {
		display: none;
	}
    /* Content single & page */
    #main-content {
		max-width: 80rem;
	}
    #main-content {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
    #main-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .content-wrapper {
		gap: 1.5rem;
	}
    .content-page, .content-post, .page-header, .no-results-text.not-found-text {
		padding: 2rem;
	}
    .content-post, .page-header {
		margin-bottom: 1.5rem;
	}
    .entry-content-wrapper {
		flex-wrap: wrap;
	}
    .content-center {
       width: 85%;
    }
    .content-page h1.entry-title, .content-post h1.entry-title {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
    /* Author bio */
    .author-bio {
		margin-top: 1.5rem;
	}
    .author-bio {
		padding: 2rem;
	}
    /* Comment */
    .comments-area {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
    .comments-area {
		padding: 2rem;
	}
    /* Pagination */
    .pagination {
		padding-left: 0px;
		padding-right: 0px;
	}
    /* Nav and prev navigation */
    .nav-previous, .nav-next {
		padding: 0px;
	}
    .nav-previous, .nav-next {
		background-color: transparent;
	}
    .navigation.post-navigation {
		padding-left: 0px;
		padding-right: 0px;
	}
    .navigation.post-navigation > .nav-links {
		display: flex;
	}
    .navigation.post-navigation > .nav-links {
		justify-content: space-between;
	}
    /* Related post */
    .related-post p {
		padding-left: 0px;
		padding-right: 0px;
	}
    /* Widget */
    .widget {
		padding: 2rem;
	}
    .widget {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1280px) {
    /* Header */
    #site-header {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .site-description {
		display: block;
	}
    .main-navigation {
		padding: 0px;
	}
    /* Content area */
    #main-content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .content-center {
       width: 75%;
    }
    /* Footer */
    #site-footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 1288px) {
    /* Content area */
    #main-content {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 1024px) {
   .woocommerce .woocommerce-breadcrumb, .woocommerce ul.products, .single-product div.product {
		padding: 2rem;
	}
   .woocommerce .woocommerce-breadcrumb, .woocommerce ul.products, .single-product div.product {
		margin-bottom: 1.5rem;
	}

   .woocommerce .woocommerce-products-header {
		padding: 2rem;
	}

   .woocommerce-products-header h1.page-title {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 640px) {

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
