/*--------------------------------------------------------------
>>> 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
# Breakpoint
--------------------------------------------------------------*/

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

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

/*! modern-normalize v1.1.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).
*/

html {
	-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: currentColor; /* 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;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--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;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.visible {
	visibility: visible;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.w-full {
	width: 100%;
}

.list-disc {
	list-style-type: disc;
}

.list-decimal {
	list-style-type: decimal;
}

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

.gap-6 {
	gap: 1.5rem;
}

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

.p-6 {
	padding: 1.5rem;
}

.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

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

.filter {
	filter: var(--tw-filter);
}

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

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

/*--------------------------------------------------------------
# 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 {
	background-color: rgba(243, 244, 246, 1);
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
	background-color: rgba(243, 244, 246, 1);
}

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,
a:hover,
a:focus,
a:active,
a:visited {
	color: rgba(29, 78, 216, 1);
}

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;
	background-color: rgba(17, 24, 39, 1);
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	cursor: pointer;
}

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

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

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: rgba(107, 114, 128, 1);
	border-width: 1px;
	border-color: rgba(243, 244, 246, 1);
	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 {
	color: rgba(17, 24, 39, 1);
}

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

textarea {
	width: 100%;
}

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

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

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

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

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

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

.site-title,
.site-title a {
    color: rgba(17, 24, 39, 1);
}

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

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

.site-description {
	display: none;
}

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

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

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

.main-navigation {
	font-size: 18px;
	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 rgba(229, 231, 235, 1);
	position: relative;
}

.main-navigation a {
	color: rgba(55, 65, 81, 1);
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

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

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

.main-navigation ul ul {
	text-transform: none;
	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 rgba(229, 231, 235, 1);
}

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

.dropdown-toggle {
	background-color: transparent;
	border: 0 solid rgba(229, 231, 235, 1);
	border-left-width: 1px;
	border-radius: 0;
	color: rgba(17, 24, 39, 1);
	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;
	--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 {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}

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

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: rgba(17, 24, 39, 1);
	color: rgba(255, 255, 255, 1);
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:active {
	background-color: rgba(29, 78, 216, 1);
	color: rgba(255, 255, 255, 1);
}

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

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

.toggle-text {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

/* 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 {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-col {
	width: 100%;
}

.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 {
    width: 100%;
    margin: 0 auto;
}

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

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

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

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

.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;
    color: rgba(17, 24, 39, 1);
}

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

.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 {
    background-color: rgba(255, 255, 255, 1);
}

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

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

.page-header {
	margin-bottom: 1rem;
	padding: 2rem;
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(75, 85, 99, 1);
}

.page-header h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
    color: rgba(17, 24, 39, 1);
}

.page-header p, .search-result-count {
	margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(75, 85, 99, 1);
}

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

.entry-header h1.entry-title a,
.entry-header h2.entry-title a {
    color: rgba(17, 24, 39, 1);
}

.entry-content,
.content-page,
.content-single,
.entry-content p,
.content-page p,
.content-single p,
.content p {
    font-weight: 400;
    color: rgba(75, 65, 81, 1);
}

.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, .content p, .content ul, .content ol {
	margin-bottom: 1.5rem;
}

.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-wrapper {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: 500;
}

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

.content-post {
	flex-wrap: wrap;
}

article {
	margin-bottom: 1rem;
}

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

.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 {
    color: rgba(29, 78, 216, 1);
}

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

.read-more a,
.read-more a:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor: pointer;
}

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

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

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

.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;
    color: rgba(17, 24, 39, 1);
}

.hero-section {
    height: 400px;
    width: auto;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Related post */

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

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

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

.related-post a.url {
    color: rgba(75, 85, 99, 1);
}

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

.pagination {
	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
}

.nav-links > .page-numbers, .nav-links > .page-numbers.current {
	display: inline-block;
	text-align: center;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    min-width: 2.5em;
    line-height: 2.5em;
    background-color: rgba(17, 24, 39, 1);
}

.nav-links > .page-numbers {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.25rem;
}

.nav-links > .page-numbers.current {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(29, 78, 216, 1);
}

.nav-links,
.page-links {
    font-size: 14px;
    font-weight: 500;
    clear: both;
    text-transform: uppercase;
}

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

.nav-links a.page-numbers:hover,
.nav-links a.page-numbers:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(29, 78, 216, 1);
    text-decoration: none;
}

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

.nav-prev-text, .nav-next-text {
	display: none;
}

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

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

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

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

.nav-previous, .nav-next {
	width: 100%;
	padding: 2rem;
    background-color: rgba(17, 24, 39, 1);
}

.nav-previous .meta-nav, .nav-next .meta-nav {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
    color: rgba(229, 231, 235, 1);
}

.nav-previous .post-title, .nav-next .post-title {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
    color: rgba(243, 244, 246, 1);
}

.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 {
    color: rgba(255, 255, 255, 1);
    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;
	--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;
	--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;
	/* @apply rounded; */
	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);
}

.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: 2rem;
	--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));
	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;
}

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, .comments-link, .edit-link, span.cat-links a, span.tags-links a, span.comments-link a, span.edit-link a {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.cat-links,
.tags-links,
.comments-link,
.edit-link,
.posted-on,
.byline,
span.cat-links a,
span.tags-links a,
span.comments-link a,
span.edit-link a,
span.posted-on,
span.byline {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgba(107, 114, 128, 1);
}

span.cat-links a,
span.tags-links a,
span.comments-link a,
span.edit-link a,
span.posted-on,
span.byline {
    margin-top: 5px;
}

.cat-links svg, .tags-links svg, .comments-link svg, .edit-link svg {
	display: inline-flex;
    font-size: 1em;
}

.cat-links a, .tags-links a, .comments-link a, .edit-link 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,
span.edit-link a:hover,
span.edit-link a:focus {
    color: rgba(29, 78, 216, 1);
}

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

.hidden {
	display: none;
}

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

.author-bio {
	display: flex;
	margin-top: 1rem;
	padding: 2rem;
    color: rgba(17, 24, 39, 1);
    background-color: rgba(255, 255, 255, 1);
}

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

.author-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.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: 400;
    color: rgba(75, 85, 99, 1);
}

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

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

.widget-area {
	width: 100%;
    font-weight: 500;
	color: rgba(55, 65, 81, 1);
}

.footer-widget-wrapper {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
}

.footer-widget-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-right: -2rem;
	overflow: hidden;
}

.widget, .footer-widget {
	margin-bottom: 1rem;
    font-size: 14px;
}

.footer-widget {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
	overflow: hidden;
}

.widget {
	padding: 2rem;
}

.widget,
#footer-widget {
    background-color: rgba(255, 255, 255, 1);
}

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

.widget-title, .footer-widget-title {
	font-weight: 700;
	margin-bottom: 1rem;
    color: rgba(17, 24, 39, 1);
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.widget ul, .footer-widget ul {
	margin: 0px;
	list-style-type: none;
}

.widget ul.sub-menu, .footer-widget ul.sub-menu {
	margin-left: 1rem;
	padding-top: 0.75rem;
}

.widget ul li, .widget ul li ul, .footer-widget ul li, .footer-widget ul li ul {
	padding-bottom: 0.75rem;
}

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

.widget ul li a,
.footer-widget ul li a {
    color: rgba(55, 65, 81, 1);
}

.widget ul li a:hover,
.footer-widget ul li a:hover {
    color: rgba(29, 78, 216, 1);
    text-decoration: underline;
}

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

#wp-calendar {
	width: 100%;
}

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

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

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

#wp-calendar caption, #wp-calendar tbody a, .wp-calendar-nav {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

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

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

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

.tagcloud a {
    color: rgba(17, 24, 39, 1);
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: rgba(29, 78, 216, 1);
    text-decoration: underline;
}

/* Miscellaneous
--------------------------------------------- */

.post-date,
ul li.recentcomments > a {
   font-weight: 400;
   color: rgba(107, 114, 128, 1);
}

.textwidget p {
	margin: 0px;
}

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

#site-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
    background-color: rgba(249, 250, 251,1);
    font-size: 14px;
}

#site-footer,
#site-footer a {
   color: rgba(107, 114, 128, 1);
}

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

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

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

.footer-menu {
	display: flex;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

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

.footer-menu-nav ul li {
	padding: 0.75rem;
}

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

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

form.search-form > label {
    background-color: rgba(243, 244, 246, 1);
    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;
    background-color: rgba(243, 244, 246, 1);
}

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

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

/* Jetpack infinite scroll */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
	display: block;
}

/* 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 {
	color: rgba(29, 78, 216, 1);
}

.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;
	background-color: rgba(255, 255, 255, 1);
}

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

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

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

/* Woocomerce navigation wrapper */

.woocommerce-MyAccount-navigation {
	border-right-width: 2px;
	border-color: rgba(29, 78, 216, 1);
}

/* 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 {
    color: rgba(17, 24, 39, 1);
}

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

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

/* Form */

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

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

.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;
	background-color: rgba(243, 244, 246, 1);
}

.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;
	background-color: rgba(243, 244, 246, 1);
}

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

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

/* Select */

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

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

.select2-dropdown {
	background-color: rgba(243, 244, 246, 1);
	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 {
	color: rgba(17, 24, 39, 1);
}

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

.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 {
	color: rgba(29, 78, 216, 1);
}

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

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

/* 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 {
	background-color: rgba(17, 24, 39, 1);
	color: rgba(255, 255, 255, 1);
	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 {
	background-color: rgba(29, 78, 216, 1);
	color: rgba(255, 255, 255, 1);
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	background-color: rgba(209, 213, 219, 1);
	color: rgba(17, 24, 39, 1);
	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 {
	color: rgba(29, 78, 216, 1);
}

/**
 * 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;
	background-color: rgba(29, 78, 216, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 0.25rem;
	clear: both;
}

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

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

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

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

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: rgba(96, 165, 250, 1);
	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: rgba(59, 130, 246, 1);
	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: rgba(59, 130, 246, 1);
}

.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 {
	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: 600;
	height: auto;
	left: 7px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
	background: #efefef;
	outline: thin dotted;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
	text-align: left;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

.aligncenter {
	text-align: center;
	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;
    background-color: rgba(243, 244, 246, 1);
}

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

a.wp-block-button__link {
	text-decoration: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0 !important;
}

.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;
    background-color: rgba(243, 244, 246, 1);
}

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

.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;
    color: rgba(17, 24, 39, 1);
}

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

/*--------------------------------------------------------------
# Screen Size Breakpoint
--------------------------------------------------------------*/

@media (min-width: 768px) {
    /* Content */
    .content-col {
        width: 66%;
    }
    /* Author bio */
    .author-description {
		padding-left: 1.5rem;
	}
    /* Widget area */
    .widget-area {
        width: 31.888%;
    }
    .footer-widget {
		width: 50%;
	}
}

@media (max-width: 768px) {
    /* Author bio */
    .author-bio {
		flex-wrap: wrap;
	}
    .author-avatar.vcard img {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 1023px) {
    .main-navigation {
        width: 100%;
        height: 100vh;
        position: absolute;
        overflow: hidden;
        left: 0;
        z-index: 99999;
    }
    .main-navigation {
		padding-left: 1rem;
		padding-right: 1rem;
	}
    .main-navigation {
		margin-top: 1.5rem;
	}
    .main-navigation {
        background: rgba(255, 255, 255, 1);
    }
}

@media (min-width: 1024px) {
    .main-navigation {
        font-size: 13px;
        text-transform: uppercase;
    }
    .content-col {
        width: 65.899%;
    }
    .widget-area {
        width: 31.555%;
    }
    /* Header */
    #site-header {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
    #site-header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .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 rgba(229, 231, 235, 1);
		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: rgba(255, 255, 255, 1);
		border: 1px solid rgba(229, 231, 235, 1);
		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: rgba(229, 231, 235, 1) transparent;
		border-width: 0 10px 10px;
		right: 8px;
		top: -9px;
	}
	.main-navigation ul ul:after {
        border-color: rgba(255, 255, 255, 1) transparent;
        border-width: 0 8px 8px;
        right: 10px;
        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;
	}
	.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-page, .content-post, .content, .page-header, .no-results-text.not-found-text {
		padding: 2.5rem;
	}
    article, .page-header {
		margin-bottom: 1.5rem;
	}
    .entry-content-wrapper {
		flex-wrap: wrap;
	}
    .content-center-wrapper {
        width: 85%;
    }
    .content-center-wrapper .post-thumbnail {
        margin-bottom: -100px;
    }
    .content-center {
        width: 85%;
        margin: 0 auto;
        padding: -3rem;
        position: relative;
    }
    /* Author bio */
    .author-bio {
		margin-top: 1.5rem;
	}
    .author-bio {
		padding: 2.5rem;
	}
    /* Comment */
    .comments-area {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
    .comments-area {
		padding: 2.5rem;
	}
    /* Pagination */
    .nav-prev-text,
    .nav-next-text {
        display: contents;
    }
    .pagination {
		padding-left: 0px;
		padding-right: 0px;
	}
    /* Nav and prev navigation */
    .navigation.post-navigation {
		margin-top: 1.5rem;
	}
    .nav-previous {
		margin-bottom: 1.5rem;
	}
    .nav-previous, .nav-next {
		padding: 2.5rem;
	}
    .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: 2.5rem;
	}
    .widget {
		margin-bottom: 1.5rem;
	}
    .footer-widget {
		width: 25%;
	}
    /* Footer */
    #site-footer {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .footer-inner {
		display: flex;
	}
    .footer-inner {
		flex-wrap: wrap;
	}
    .footer-inner {
		justify-content: space-between;
	}
    .footer-content {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
    .footer-widget-wrapper {
		padding: 1.5rem;
	}
}

@media (min-width: 1280px) {
    /* Header */
    #site-header {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .main-navigation {
		padding: 0px;
	}
    /* Content area */
    #main-content {
		margin: 0px;
	}
    #main-content {
		padding: 3rem;
	}
    .content-col {
        width: 66%;;
    }
    .widget-area {
        width: 31.888%;
    }
    /* Footer */
    #site-footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .footer-widget-wrapper {
		padding: 3rem;
	}
}

@media (min-width: 1288px) {
    /* Content area */
    #main-content {
        margin: 0 auto;
    }
    #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));
	}
}
