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

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

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

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

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

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

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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	padding-bottom: 40px;
}

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

h2,
.h2 {
	font-size: var(--theme--heading-size2);
}

h3,
.h3 {
	font-size: var(--theme--heading-size3);
}

h4,
.h4 {
	font-size: var(--theme--heading-size4);
}

h5,
.h5 {
	font-size: var(--theme--heading-size5);
}

h6,
.h6 {
	font-size: var(--theme--heading-size6);
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #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: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #9b9b9b;
}

a:visited {
	color: #222222;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: var(--theme--accent-color);
	color: #ffffff;
	line-height: 1;
	padding: 13px 24px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid var(--theme--form-border-color);
	border-radius: 3px;
	padding: 11px 24px;
	background: var(--theme--form-background-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/* Container
------------------------------------------------------------ */
.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	max-width: var(--theme--site-width);
}

.container-fluid {
	max-width: 1770px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.container-fluid .site-main {
	margin-left: -15px;
	margin-right: -15px;
}

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* Force clearfix on grids */
.grid,
.grid--rev,
.grid--full,
.grid-uniform {
	*zoom: 1;
}

.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
	content: '';
	display: table;
	clear: both;
}

/* Manual grid__item clearfix */
.grid__item.clear {
	clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid,
.grid--rev,
.grid--full,
.grid-uniform {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
}

.grid__item {
	min-height: 1px;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
	direction: rtl;
	text-align: left;
	flex-direction: row-reverse;
}

.grid--rev>.grid__item {
	direction: ltr;
	text-align: left;
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/** Whole */
.one-whole {
	flex: 0 0 100%;
	width: 100%;
}

/* Halves */
.one-half {
	flex: 0 0 50%;
	width: 50%;
}

/* Thirds */
.one-third {
	flex: 0 0 33.333%;
	width: 33.333%;
}

.two-thirds {
	flex: 0 0 66.666%;
	width: 66.666%;
}

/* Quarters */
.one-quarter {
	flex: 0 0 25%;
	width: 25%;
}

.two-quarters {
	flex: 0 0 50%;
	width: 50%;
}

.three-quarters {
	flex: 0 0 75%;
	width: 75%;
}

/* Fifths */
.one-fifth {
	flex: 0 0 20%;
	width: 20%;
}

.two-fifths {
	flex: 0 0 40%;
	width: 40%;
}

.three-fifths {
	flex: 0 0 60%;
	width: 60%;
}

.four-fifths {
	flex: 0 0 80%;
	width: 80%;
}

/* Sixths */
.one-sixth {
	flex: 0 0 16.666%;
	width: 16.666%;
}

.two-sixths {
	flex: 0 0 33.333%;
	width: 33.333%;
}

.three-sixths {
	flex: 0 0 50%;
	width: 50%;
}

.four-sixths {
	flex: 0 0 66.666%;
	width: 66.666%;
}

.five-sixths {
	flex: 0 0 83.333%;
	width: 83.333%;
}

/* Eighths */
.one-eighth {
	flex: 0 0 12.5%;
	width: 12.5%;
}

.two-eighths {
	flex: 0 0 25%;
	width: 25%;
}

.three-eighths {
	flex: 0 0 37.5%;
	width: 37.5%;
}

.four-eighths {
	flex: 0 0 50%;
	width: 50%;
}

.five-eighths {
	flex: 0 0 62.5%;
	width: 62.5%;
}

.six-eighths {
	flex: 0 0 75%;
	width: 75%;
}

.seven-eighths {
	flex: 0 0 87.5%;
	width: 87.5%;
}

/* Tenths */
.one-tenth {
	flex: 0 0 10%;
	width: 10%;
}

.two-tenths {
	flex: 0 0 20%;
	width: 20%;
}

.three-tenths {
	flex: 0 0 30%;
	width: 30%;
}

.four-tenths {
	flex: 0 0 40%;
	width: 40%;
}

.five-tenths {
	flex: 0 0 50%;
	width: 50%;
}

.six-tenths {
	flex: 0 0 60%;
	width: 60%;
}

.seven-tenths {
	flex: 0 0 70%;
	width: 70%;
}

.eight-tenths {
	flex: 0 0 80%;
	width: 80%;
}

.nine-tenths {
	flex: 0 0 90%;
	width: 90%;
}

/* Twelfths */
.one-twelfth {
	flex: 0 0 8.333%;
	width: 8.333%;
}

.two-twelfths {
	flex: 0 0 16.666%;
	width: 16.666%;
}

.three-twelfths {
	flex: 0 0 25%;
	width: 25%;
}

.four-twelfths {
	flex: 0 0 33.333%;
	width: 33.333%;
}

.five-twelfths {
	flex: 0 0 41.666%;
	width: 41.666%;
}

.six-twelfths {
	flex: 0 0 50%;
	width: 50%;
}

.seven-twelfths {
	flex: 0 0 58.333%;
	width: 58.333%;
}

.eight-twelfths {
	flex: 0 0 66.666%;
	width: 66.666%;
}

.nine-twelfths {
	flex: 0 0 75%;
	width: 75%;
}

.ten-twelfths {
	flex: 0 0 83.333%;
	width: 83.333%;
}

.eleven-twelfths {
	flex: 0 0 91.666%;
	width: 91.666%;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.flex-start {
	justify-content: flex-start;
}

.flex-space {
	justify-content: space-between;
}

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

.flex-even {
	justify-content: space-evenly;
}

.flex-end {
	justify-content: flex-end;
}

.align--flex-start {
	align-items: flex-start;
}

.align--flex-center {
	align-items: center;
}

.align--flex-end {
	align-items: flex-end;
}

@media only screen and (max-width: 571px) {

	/** Whole */
	.small--one-whole {
		flex: 0 0 100%;
		width: 100%;
	}

	/* Halves */
	.small--one-half {
		flex: 0 0 50%;
		width: 50%;
	}

	/* Thirds */
	.small--one-third {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.small--two-thirds {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	/* Quarters */
	.small--one-quarter {
		flex: 0 0 25%;
		width: 25%;
	}

	.small--two-quarters {
		flex: 0 0 50%;
		width: 50%;
	}

	.small--three-quarters {
		flex: 0 0 75%;
		width: 75%;
	}

	/* Fifths */
	.small--one-fifth {
		flex: 0 0 20%;
		width: 20%;
	}

	.small--two-fifths {
		flex: 0 0 40%;
		width: 40%;
	}

	.small--three-fifths {
		flex: 0 0 60%;
		width: 60%;
	}

	.small--four-fifths {
		flex: 0 0 80%;
		width: 80%;
	}

	/* Sixths */
	.small--one-sixth {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.small--two-sixths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.small--three-sixths {
		flex: 0 0 50%;
		width: 50%;
	}

	.small--four-sixths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.small--five-sixths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	/* Eighths */
	.small--one-eighth {
		flex: 0 0 12.5%;
		width: 12.5%;
	}

	.small--two-eighths {
		flex: 0 0 25%;
		width: 25%;
	}

	.small--three-eighths {
		flex: 0 0 37.5%;
		width: 37.5%;
	}

	.small--four-eighths {
		flex: 0 0 50%;
		width: 50%;
	}

	.small--five-eighths {
		flex: 0 0 62.5%;
		width: 62.5%;
	}

	.small--six-eighths {
		flex: 0 0 75%;
		width: 75%;
	}

	.small--seven-eighths {
		flex: 0 0 87.5%;
		width: 87.5%;
	}

	/* Tenths */
	.small--one-tenth {
		flex: 0 0 10%;
		width: 10%;
	}

	.small--two-tenths {
		flex: 0 0 20%;
		width: 20%;
	}

	.small--three-tenths {
		flex: 0 0 30%;
		width: 30%;
	}

	.small--four-tenths {
		flex: 0 0 40%;
		width: 40%;
	}

	.small--five-tenths {
		flex: 0 0 50%;
		width: 50%;
	}

	.small--six-tenths {
		flex: 0 0 60%;
		width: 60%;
	}

	.small--seven-tenths {
		flex: 0 0 70%;
		width: 70%;
	}

	.small--eight-tenths {
		flex: 0 0 80%;
		width: 80%;
	}

	.small--nine-tenths {
		flex: 0 0 90%;
		width: 90%;
	}

	/* Twelfths */
	.small--one-twelfth {
		flex: 0 0 8.333%;
		width: 8.333%;
	}

	.small--two-twelfths {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.small--three-twelfths {
		flex: 0 0 25%;
		width: 25%;
	}

	.small--four-twelfths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.small--five-twelfths {
		flex: 0 0 41.666%;
		width: 41.666%;
	}

	.small--six-twelfths {
		flex: 0 0 50%;
		width: 50%;
	}

	.small--seven-twelfths {
		flex: 0 0 58.333%;
		width: 58.333%;
	}

	.small--eight-twelfths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.small--nine-twelfths {
		flex: 0 0 75%;
		width: 75%;
	}

	.small--ten-twelfths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	.small--eleven-twelfths {
		flex: 0 0 91.666%;
		width: 91.666%;
	}

	.small--show {
		display: block !important;
	}

	.small--hide {
		display: none !important;
	}

	.small--text-left {
		text-align: left !important;
	}

	.small--text-right {
		text-align: right !important;
	}

	.small--text-center {
		text-align: center !important;
	}

	.small--left {
		float: left !important;
	}

	.small--right {
		float: right !important;
	}

	.small--align--flex-start {
		align-items: flex-start;
	}

	.small--align--flex-center {
		align-items: center;
	}

	.small--align--flex-end {
		align-items: flex-end;
	}

	.small--flex-start {
		justify-content: flex-start;
	}

	.small--flex-space {
		justify-content: space-between;
	}

	.small--flex-center {
		justify-content: center;
	}

	.small--flex-even {
		justify-content: space-evenly;
	}

	.small--flex-end {
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 572px) and (max-width: 880px) {

	/** Whole */
	.medium--one-whole {
		flex: 0 0 100%;
		width: 100%;
	}

	/* Halves */
	.medium--one-half {
		flex: 0 0 50%;
		width: 50%;
	}

	/* Thirds */
	.medium--one-third {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.medium--two-thirds {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	/* Quarters */
	.medium--one-quarter {
		flex: 0 0 25%;
		width: 25%;
	}

	.medium--two-quarters {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium--three-quarters {
		flex: 0 0 75%;
		width: 75%;
	}

	/* Fifths */
	.medium--one-fifth {
		flex: 0 0 20%;
		width: 20%;
	}

	.medium--two-fifths {
		flex: 0 0 40%;
		width: 40%;
	}

	.medium--three-fifths {
		flex: 0 0 60%;
		width: 60%;
	}

	.medium--four-fifths {
		flex: 0 0 80%;
		width: 80%;
	}

	/* Sixths */
	.medium--one-sixth {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.medium--two-sixths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.medium--three-sixths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium--four-sixths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.medium--five-sixths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	/* Eighths */
	.medium--one-eighth {
		flex: 0 0 12.5%;
		width: 12.5%;
	}

	.medium--two-eighths {
		flex: 0 0 25%;
		width: 25%;
	}

	.medium--three-eighths {
		flex: 0 0 37.5%;
		width: 37.5%;
	}

	.medium--four-eighths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium--five-eighths {
		flex: 0 0 62.5%;
		width: 62.5%;
	}

	.medium--six-eighths {
		flex: 0 0 75%;
		width: 75%;
	}

	.medium--seven-eighths {
		flex: 0 0 87.5%;
		width: 87.5%;
	}

	/* Tenths */
	.medium--one-tenth {
		flex: 0 0 10%;
		width: 10%;
	}

	.medium--two-tenths {
		flex: 0 0 20%;
		width: 20%;
	}

	.medium--three-tenths {
		flex: 0 0 30%;
		width: 30%;
	}

	.medium--four-tenths {
		flex: 0 0 40%;
		width: 40%;
	}

	.medium--five-tenths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium--six-tenths {
		flex: 0 0 60%;
		width: 60%;
	}

	.medium--seven-tenths {
		flex: 0 0 70%;
		width: 70%;
	}

	.medium--eight-tenths {
		flex: 0 0 80%;
		width: 80%;
	}

	.medium--nine-tenths {
		flex: 0 0 90%;
		width: 90%;
	}

	/* Twelfths */
	.medium--one-twelfth {
		flex: 0 0 8.333%;
		width: 8.333%;
	}

	.medium--two-twelfths {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.medium--three-twelfths {
		flex: 0 0 25%;
		width: 25%;
	}

	.medium--four-twelfths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.medium--five-twelfths {
		flex: 0 0 41.666%;
		width: 41.666%;
	}

	.medium--six-twelfths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium--seven-twelfths {
		flex: 0 0 58.333%;
		width: 58.333%;
	}

	.medium--eight-twelfths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.medium--nine-twelfths {
		flex: 0 0 75%;
		width: 75%;
	}

	.medium--ten-twelfths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	.medium--eleven-twelfths {
		flex: 0 0 91.666%;
		width: 91.666%;
	}

	.medium--show {
		display: block !important;
	}

	.medium--hide {
		display: none !important;
	}

	.medium--text-left {
		text-align: left !important;
	}

	.medium--text-right {
		text-align: right !important;
	}

	.medium--text-center {
		text-align: center !important;
	}

	.medium--left {
		float: left !important;
	}

	.medium--right {
		float: right !important;
	}

	.medium--align--flex-start {
		align-items: flex-start;
	}

	.medium--align--flex-center {
		align-items: center;
	}

	.medium--align--flex-end {
		align-items: flex-end;
	}

	.medium--flex-start {
		justify-content: flex-start;
	}

	.medium--flex-space {
		justify-content: space-between;
	}

	.medium--flex-center {
		justify-content: center;
	}

	.medium--flex-even {
		justify-content: space-evenly;
	}

	.medium--flex-end {
		justify-content: flex-end;
	}
}

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

	/** Whole */
	.medium-down--one-whole {
		flex: 0 0 100%;
		width: 100%;
	}

	/* Halves */
	.medium-down--one-half {
		flex: 0 0 50%;
		width: 50%;
	}

	/* Thirds */
	.medium-down--one-third {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.medium-down--two-thirds {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	/* Quarters */
	.medium-down--one-quarter {
		flex: 0 0 25%;
		width: 25%;
	}

	.medium-down--two-quarters {
		flex: 0 0 50%;
		width: 75%;
	}

	.medium-down--three-quarters {
		flex: 0 0 75%;
		width: 75%;
	}

	/* Fifths */
	.medium-down--one-fifth {
		flex: 0 0 20%;
		width: 20%;
	}

	.medium-down--two-fifths {
		flex: 0 0 40%;
		width: 40%;
	}

	.medium-down--three-fifths {
		flex: 0 0 60%;
		width: 60%;
	}

	.medium-down--four-fifths {
		flex: 0 0 80%;
		width: 80%;
	}

	/* Sixths */
	.medium-down--one-sixth {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.medium-down--two-sixths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.medium-down--three-sixths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium-down--four-sixths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.medium-down--five-sixths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	/* Eighths */
	.medium-down--one-eighth {
		flex: 0 0 12.5%;
		width: 12.5%;
	}

	.medium-down--two-eighths {
		flex: 0 0 25%;
		width: 25%;
	}

	.medium-down--three-eighths {
		flex: 0 0 37.5%;
		width: 37.5%;
	}

	.medium-down--four-eighths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium-down--five-eighths {
		flex: 0 0 62.5%;
		width: 62.5%;
	}

	.medium-down--six-eighths {
		flex: 0 0 75%;
		width: 75%;
	}

	.medium-down--seven-eighths {
		flex: 0 0 87.5%;
		width: 87.5%;
	}

	/* Tenths */
	.medium-down--one-tenth {
		flex: 0 0 10%;
		width: 10%;
	}

	.medium-down--two-tenths {
		flex: 0 0 20%;
		width: 20%;
	}

	.medium-down--three-tenths {
		flex: 0 0 30%;
		width: 30%;
	}

	.medium-down--four-tenths {
		flex: 0 0 40%;
		width: 40%;
	}

	.medium-down--five-tenths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium-down--six-tenths {
		flex: 0 0 60%;
		width: 60%;
	}

	.medium-down--seven-tenths {
		flex: 0 0 70%;
		width: 70%;
	}

	.medium-down--eight-tenths {
		flex: 0 0 80%;
		width: 80%;
	}

	.medium-down--nine-tenths {
		flex: 0 0 90%;
		width: 90%;
	}

	/* Twelfths */
	.medium-down--one-twelfth {
		flex: 0 0 8.333%;
		width: 8.333%;
	}

	.medium-down--two-twelfths {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.medium-down--three-twelfths {
		flex: 0 0 25%;
		width: 25%;
	}

	.medium-down--four-twelfths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.medium-down--five-twelfths {
		flex: 0 0 41.666%;
		width: 41.666%;
	}

	.medium-down--six-twelfths {
		flex: 0 0 50%;
		width: 50%;
	}

	.medium-down--seven-twelfths {
		flex: 0 0 58.333%;
		width: 58.333%;
	}

	.medium-down--eight-twelfths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.medium-down--nine-twelfths {
		flex: 0 0 75%;
		width: 75%;
	}

	.medium-down--ten-twelfths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	.medium-down--eleven-twelfths {
		flex: 0 0 91.666%;
		width: 91.666%;
	}

	.medium-down--show {
		display: flex !important;
	}

	.medium-down--hide {
		display: none !important;
	}

	.medium-down--text-left {
		text-align: left !important;
	}

	.medium-down--text-right {
		text-align: right !important;
	}

	.medium-down--text-center {
		text-align: center !important;
	}

	.medium-down--left {
		float: left !important;
	}

	.medium-down--right {
		float: right !important;
	}

	.medium-down--align--flex-start {
		align-items: flex-start;
	}

	.medium-down--align--flex-center {
		align-items: center;
	}

	.medium-down--align--flex-end {
		align-items: flex-end;
	}

	.medium-down--flex-start {
		justify-content: flex-start;
	}

	.medium-down--flex-space {
		justify-content: space-between;
	}

	.medium-down--flex-center {
		justify-content: center;
	}

	.medium-down--flex-even {
		justify-content: space-evenly;
	}

	.medium-down--flex-end {
		justify-content: flex-end;
	}
}

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

	/** Whole */
	.large--one-whole {
		flex: 0 0 100%;
		width: 100%;
	}

	/* Halves */
	.large--one-half {
		flex: 0 0 50%;
		width: 50%;
	}

	/* Thirds */
	.large--one-third {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.large--two-thirds {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	/* Quarters */
	.large--one-quarter {
		flex: 0 0 25%;
		width: 25%;
	}

	.large--two-quarters {
		flex: 0 0 50%;
		width: 50%;
	}

	.large--three-quarters {
		flex: 0 0 75%;
		width: 75%;
	}

	/* Fifths */
	.large--one-fifth {
		flex: 0 0 20%;
		width: 20%;
	}

	.large--two-fifths {
		flex: 0 0 40%;
		width: 40%;
	}

	.large--three-fifths {
		flex: 0 0 60%;
		width: 60%;
	}

	.large--four-fifths {
		flex: 0 0 80%;
		width: 80%;
	}

	/* Sixths */
	.large--one-sixth {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.large--two-sixths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.large--three-sixths {
		flex: 0 0 50%;
		width: 50%;
	}

	.large--four-sixths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.large--five-sixths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	/* Eighths */
	.large--one-eighth {
		flex: 0 0 12.5%;
		width: 12.5%;
	}

	.large--two-eighths {
		flex: 0 0 25%;
		width: 25%;
	}

	.large--three-eighths {
		flex: 0 0 37.5%;
		width: 37.5%;
	}

	.large--four-eighths {
		flex: 0 0 50%;
		width: 50%;
	}

	.large--five-eighths {
		flex: 0 0 62.5%;
		width: 62.5%;
	}

	.large--six-eighths {
		flex: 0 0 75%;
		width: 75%;
	}

	.large--seven-eighths {
		flex: 0 0 87.5%;
		width: 87.5%;
	}

	/* Tenths */
	.large--one-tenth {
		flex: 0 0 10%;
		width: 10%;
	}

	.large--two-tenths {
		flex: 0 0 20%;
		width: 20%;
	}

	.large--three-tenths {
		flex: 0 0 30%;
		width: 30%;
	}

	.large--four-tenths {
		flex: 0 0 40%;
		width: 40%;
	}

	.large--five-tenths {
		flex: 0 0 50%;
		width: 50%;
	}

	.large--six-tenths {
		flex: 0 0 60%;
		width: 60%;
	}

	.large--seven-tenths {
		flex: 0 0 70%;
		width: 70%;
	}

	.large--eight-tenths {
		flex: 0 0 80%;
		width: 80%;
	}

	.large--nine-tenths {
		flex: 0 0 90%;
		width: 90%;
	}

	/* Twelfths */
	.large--one-twelfth {
		flex: 0 0 8.333%;
		width: 8.333%;
	}

	.large--two-twelfths {
		flex: 0 0 16.666%;
		width: 16.666%;
	}

	.large--three-twelfths {
		flex: 0 0 25%;
		width: 25%;
	}

	.large--four-twelfths {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.large--five-twelfths {
		flex: 0 0 41.666%;
		width: 41.666%;
	}

	.large--six-twelfths {
		flex: 0 0 50%;
		width: 50%;
	}

	.large--seven-twelfths {
		flex: 0 0 58.333%;
		width: 58.333%;
	}

	.large--eight-twelfths {
		flex: 0 0 66.666%;
		width: 66.666%;
	}

	.large--nine-twelfths {
		flex: 0 0 75%;
		width: 75%;
	}

	.large--ten-twelfths {
		flex: 0 0 83.333%;
		width: 83.333%;
	}

	.large--eleven-twelfths {
		flex: 0 0 91.666%;
		width: 91.666%;
	}

	.large--show {
		display: block !important;
	}

	.large--hide {
		display: none !important;
	}

	.large--text-left {
		text-align: left !important;
	}

	.large--text-right {
		text-align: right !important;
	}

	.large--text-center {
		text-align: center !important;
	}

	.large--left {
		float: left !important;
	}

	.large--right {
		float: right !important;
	}

	.large--align--flex-start {
		align-items: flex-start;
	}

	.large--align--flex-center {
		align-items: center;
	}

	.large--align--flex-end {
		align-items: flex-end;
	}

	.large--flex-start {
		justify-content: flex-start;
	}

	.large--flex-space {
		justify-content: space-between;
	}

	.large--flex-center {
		justify-content: center;
	}

	.large--flex-even {
		justify-content: space-evenly;
	}

	.large--flex-end {
		justify-content: flex-end;
	}
}

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

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

.main-navigation ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.main-navigation ul .menu-item-has-children>.sub-menu {
	background: #fff;
}

.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children:before {
	right: 20px;
}

.main-navigation ul .menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
	left: 100%;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: calc(100% + 30px);
	left: -999em;
	z-index: 99999;
}

.main-navigation ul .menu-item-has-children:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 100%;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #000;
}

.menu-toggle{
	display: block;
}

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

	.menu-toggle{
		display: none;
	}
}

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

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

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

.posts-navigation .nav-previous,
.posts-navigation .nav-next{
    padding: 0 15px;
}

.posts-navigation{
	flex: 0 0 100%;
}

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

/* Posts and pages
--------------------------------------------- */
body:is(.home) .section--index-template {
    margin-top: 30px;
}

.sticky {
	display: block;
}

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

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

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

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

/* Comments
--------------------------------------------- */
.comments-area {
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px solid var(--theme--border-color);
}

.comments-area .comments-title,
.comments-area .comment-list,
.comments-area .comment-respond {
	flex: 0 0 100%;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	font-family: var(--theme--heading-fonts);
	text-transform: var(--theme--heading-font-text);
}

.comments-area .comment-form-cookies-consent label {
	text-transform: none;
	font-weight: 400;
}

.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
	display: inline-block;
	width: calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
}

.comments-area .comment-respond .comment-form-email {
	float: right;
}

.comments-area .comment-respond input {
	width: 100%;
}

.comments-area .comment-respond input[type="submit"] {
	width: unset;
}

.comments-area .comment-form-cookies-consent input {
	float: left;
	width: auto;
	margin: 2px 5px 2px 0;
}

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

.comments-area .comment-list .children,
.comments-area .comment-list ol {
	list-style: none;
	margin-top: 30px;
}

.comments-area .comment-list .comment {
	margin-bottom: 30px;
}

.comments-area .comment-content a {
	word-wrap: break-word;
}

.comments-area .bypostauthor {
	display: block;
}

.comments-area .avatar {
	float: left;
	overflow: hidden;
	width: 95px;
	height: 95px;
	margin-right: 25px;
	border: 3px solid #fff;
	border-radius: 0;
}

.comments-area .reply {
	text-align: right;
}

.comments-area .reply .comment-reply-link {
	background: #000;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 0px;
	text-decoration: none;
}

.comments-area .comment-metadata {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comments-area .comment-list a {
	text-decoration: none;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

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

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

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

.widget ul li a,
.widget ol li a {
	text-decoration: 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 {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Meta
--------------------------------------------- */
.entry-meta {
	display: inline-flex;
	flex-wrap: wrap;
    gap: 10px;
	align-items: center;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .comments-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 15px;
}

.entry-meta.no-thumbnail-meta .posted-on svg,
.entry-meta .byline svg,
.entry-meta .comments-link svg,
.entry-meta.no-thumbnail-meta .posted-on:hover svg {
	fill: #000;
}

.entry-meta .posted-on svg{
	fill: #ffffff;
}

.entry-meta span {
    display: flex;
    gap: 5px;
	align-items: center;
}

.entry-meta .posted-on a{
	color: #ffffff;
}
.entry-meta .byline a,
.entry-meta .comments-link a {
	text-decoration: none;
	color: #000;
}

.entry-meta span a, 
.entry-meta span svg {
    color: #000;
	text-decoration: none;
}

.article .content-inner .entry-meta.no-thumbnail-meta .date {
    background: unset;
    padding: 0;
    top: unset;
    margin: 0;
}

.entry-meta .comments-link {
    margin: 0;
}


.entry-meta.no-thumbnail-meta .posted-on a {
    color: #000;
}

.entry-footer {
	display: flex;
	flex-wrap: wrap;
}

.entry-footer .vc_inline-link {
	display: none;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 15px;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	text-decoration: none;
}

.entry-footer .cat-links svg,
.entry-footer .tags-links svg {
	margin-right: 7.5px;
	fill: var(--theme--body-color);
}

.entry-meta .byline:hover a,
.entry-meta .posted-on:hover a,
.entry-meta .comments-link:hover a {
	color: var(--theme--link-hover-color);
}

.entry-meta .byline:hover svg,
.entry-meta .posted-on:hover svg,
.entry-meta .comments-link:hover svg {
	fill: var(--theme--link-hover-color);
}

.entry-meta .posted-on:hover svg{
	fill: #fff;
}


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

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

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 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;
}

/*--------------------------------------------------------------
# Global Style
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
	padding: 11px 24px;
	width: 100%;
}

body {
	font-family: var(--theme--website-base-font-family);
	font-size: var(--theme--website-base-font-size);
	font-weight: var(--theme--website-base-font-weight);
	font-style: var(--theme--website-base-font-style);
	line-height: var(--theme--website-base-line-height);
	letter-spacing: var(--theme--website-base-letter-spacing);
	text-transform: var(--theme--website-base-text-transform);
	overflow-x: hidden;
	color: var(--theme--base-color);
}

h1,
h2,
h3,
h5,
h5,
h6 {
	font-family: var(--theme--website-heading-font-family);
	font-weight: var(--theme--website-heading-font-weight);
    font-style: var(--theme--website-heading-font-style);
    line-height: var(--theme--website-heading-line-height);
    letter-spacing: var(--theme--website-heading-letter-spacing);
    text-transform: var(--theme--website-heading-text-transform);
	color: var(--theme--heading-color);
}

.left-sidebar .content-area {
	order: 1;
}

input:focus,
textarea:focus {
	outline: none;
}

/*--------------------------------------------------------------
# Override Default Container Width
--------------------------------------------------------------*/

.elementor-page .site-content .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.elementor-page .site-content .grid {
	margin: 0;
}

.elementor-page .site-content .grid__item {
	padding: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background: var(--theme--header-background);
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
	position: relative;
	padding: 30px 0;
	z-index: 999;
}

.site-header .site-branding .site-description, 
.header-navigation:not(.toggled) .main-navigation a{
	color: var(--theme--header-color);
}

.header-navigation .main-navigation ul>li>.sub-menu li a,
.sticky-header.is-sticky .header-navigation .main-navigation ul>li>.sub-menu li a {
	padding: 15px;
	color: #000;
}

.site-header .site-branding .site-title,
.site-header .site-branding .site-description {
	margin: 0;
	line-height: 1;
}

.site-header .site-branding .site-title a {
	text-decoration: none;
}

.site-header .grid-layout .branding{
	display: flex;
	grid-area: logo;
	align-items: center;
}

.site-header .site-branding img {
	max-width: var(--theme--desktop-logo-size);
}

.site-header .grid-layout .navigation{
	display: flex;
	grid-area: navigation;
}

.site-header .header-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	gap: 30px;
}

.site-header .header-right{
	display: flex;
	align-items: center;
	grid-area: widget;
	justify-content: flex-end;
}

.site-header .site-header-cart {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .site-header-cart:hover:before {
	content: "";
	position: absolute;
	height: calc( 100% + 30px);
    width: calc( 100% + 30px);
    left: -30px;
    top: calc(100% - 30px);
}

.site-header .site-header-cart .nav--cart-item {
	position: relative;
}

.site-header .widget--header-right .widget--header-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	gap: 25px;
	position: relative;
}

.site-header .widget--header-right .search-form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .search-form input[type="search"] {
	border-right: 0;
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	height: 44px;
	padding-left: 15px;
}

.site-header .search-form .search-submit {
	border-radius: 0;
	cursor: pointer;
	height: 44px;
	background: #ffffff;
	border-left: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 15px 3px 3px;
}


.site-header .mobile-product-search{
	display: none;
} 



.site-header .site-header-cart .count {
	top: -8px;
	right: -8px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: var(--theme--accent-color);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 12px;
	position: absolute;
}

.site-header .site-header-cart:hover .cart-container {
	display: block;
	visibility: visible;
	transform: translateY(0);
}

/*----------------------------------------
 HEADER
---------------------------------------- */
.site-header .flex-layout{
	display: flex;
	align-items: center;
}

.site-header .flex-layout .branding, 
.site-header .flex-layout .navigation {
	display: flex;
    width: auto;
}
.site-header .flex-layout .navigation{
	width: 100%;
}

.site-header .grid-layout{
	display: grid;
    grid-template-columns: auto 2fr auto;
	grid-template-areas: "logo navigation widget";
	align-items:center;
    column-gap: 15px;
}


.site-header .site-header-cart .cart-container .product_list_widget {
	max-height: 450px;
	overflow-y: auto;
}

.site-header .site-header-cart .cart-container .product-image img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

.site-header .site-header-cart .cart-container .widget_shopping_cart {
	box-shadow: 0 5px 15px 0 rgb(50 50 50 / 20%);
	-webkit-box-shadow: 0 5px 15px 0 rgb(50 50 50 / 20%);
	padding: 30px;
	background: #fff;
	display: block;
}

/*----------------------------------------
 STICKY HEADER
---------------------------------------- */
.admin-bar .sticky-header.is-sticky, 
.admin-bar .sticky-header.sticky-always {
    top: 32px;
}


.sticky-header.sticky-shadow,
.sticky-header.is-sticky {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

.sticky-header{
    -webkit-transition: ease all 300ms;
    transition: ease all 300ms;
}

.sticky-header.sticky-scrolltop {
    position: sticky;
    top: -200px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
}

.sticky-header.is-sticky, .sticky-header.sticky-always {
    position: sticky;
    top: 0;
}

.sticky-header.is-sticky {
    padding: 15px 0;
	background: var(--theme--header-sticky-background);
}

.sticky-header.is-sticky .main-navigation ul ul{
    top: calc(100% + 17px);
}

.sticky-header.is-sticky .main-navigation ul ul ul {
    top: 0;
}

.sticky-header.is-sticky .site-branding .site-description, 
.sticky-header.is-sticky .header-navigation:not(.toggled) .main-navigation a{
	color: var(--theme--header-sticky-color);
}

.sticky-header.is-sticky .widget--header-right li:not(.search--widget-block) svg path{
	fill: var(--theme--header-sticky-color);
}

.sticky-header.is-sticky .site-header-cart:hover:before {
    height: calc( 100% + 15px);
    width: calc( 100% + 15px);
    top: calc(100% - 15px);
}

.sticky-header.is-sticky .site-header-cart .cart-container{
	top: calc(100% + 15px);
}




/*------------------------------ 
BREADCRUMB 
------------------------------*/


.page-header-wrapper,
.woocommerce-page-header,
.page-header:not(.entry-header) {
	background: #f1f1f1;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 3em;
}

.woocommerce-breadcrumb a,
.page-header-wrapper,
.page-header nav ul li a {
	text-decoration: none;
}

.page-header-wrapper .page-header nav ul li {
	display: inline-block;
}

.page-header-wrapper .page-header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.page-header-wrapper h1 {
	margin: 0;
}

/*------------------------------
     404 PAGE-DESIGN 
     ------------------------------*/

.error404 .error-404,
.no-results {
	text-align: center;
}

.error404 .error-404 .search-form .search-field,
.no-results .search-field {
	width: 100%;
	padding: 14px 34px;
}

.error404 .error-404 .search-form,
.no-results .search-form {
	margin: 2em auto;
	position: relative;
	width: 54%;
}

.error404 .error-404 .search-form .search-submit,
.no-results .search-form .search-submit {
	position: absolute;
	right: 0;
	cursor: pointer;
	height: 100%;
	border-radius: 0px;
	background: var(--theme--primary-color);
	fill: var(--theme--button-color);
}

.error404 .error-404 .search-form .search-submit:hover, 
.no-results .search-form .search-submit:hover{
	background: var(--theme--secondary-color);
	fill: var(--theme--button-hover-color);
}


/* -------------------------------------
    BLOG-PAGE 
    ---------------------------------------*/



.single-post .comments-area .comment-form .logged-in-as a {
	text-decoration: none;
	color: var(--theme--secondary-color);
	font-weight: 600;
}

.single-post .section-author-box .author-thumb img {
	height: 40px;
	overflow: hidden;
	object-fit: cover;
	width: 40px;
}

.single-post .comments-area .comment-form {
	background: #f1f1f169;
	padding: 2rem;
	border: 1px solid #f1f1f1;
}

.single-post .large--three-quarters {
	max-width: 1055px;
	margin: 0 auto;
}

.single-post .post-navigation .nav-links {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.single-post .post-navigation .nav-links a span {
	display: flex;
	flex-direction: column;	
}

.single-post .post-navigation .nav-links a span.nav-subtitle{
	text-transform: uppercase;
	font-size: 14px;
	color: #9b9b9b;
}

.single-post .post-navigation .nav-links a span.nav-title{
	color: #000000;
	text-transform: capitalize;
}

.single-post .post-navigation .nav-links a {
	text-decoration: none;
}

.single-post h3 {
	font-size: var(--theme--heading-size1);
	word-break: break-word;
	line-height: 1.2;
}

/* -------------------------------------
BLOG-PAGE-SINGLE
---------------------------------------*/

.single-post .main-content {
	margin-top: 2.5rem;
}

.single-post .section-author-box {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.single-post .comments-area .comment-form .logged-in-as a {
	text-decoration: none;
}

.none-sidebar .post-card .entry-content .read-more {
	display: block;
	max-width: 175px;
	text-align: center;
}

.single-post .section-author-box .author-details .author-name h3 {
	font-size: var(--theme--heading-size6);
}

.single-post .section--related-posts .entry-content .read-more {
	display: block;
	text-align: center;
	margin: 1rem 0;
	max-width: 175px;
}

.comments-area .comment-list .comment-content {
	overflow: hidden;
}

.comment-respond .comment-reply-title a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0.7rem;
}

.single-post .comments-area .comment-respond h3 {
	font-size: var(--theme--heading-size6);
}

.single-post .entry-meta svg:not(.feather-book-open) {
	fill: var(--theme--secondary-color);
}

.single-post .entry-meta a {
	color: var(--theme--secondary-color);
}

.related--single-entry .article .content-inner{
	padding: 15px;
}

.related--single-entry .article .content-inner .entry-meta .date{
	left: 5px;
	top:0;
}

.related--single-entry .article .content-inner .entry-meta .posted-on svg {
	fill: #fff;
}

.related--single-entry .article .content-inner .entry-meta.no-thumbnail-meta .posted-on svg{
	fill: #000;
}

.related--single-entry .article .content-inner .entry-meta .posted-on {
	border: none;
}

.related--single-entry .article .content-inner .entry-meta .posted-on a {
	color: #fff;
	border: none;
}

.related--single-entry .article .content-inner .entry-meta.no-thumbnail-meta .posted-on a{
	color: #000;
}

.related--single-entry .entry-content .read-more {
	display: block !important;
	max-width: 150px;
}


/* -------------------------------------
404 NOTHING-FOUND-PAGE
------------------------------------- */

.search-no-results .not-found .page-content .search-form .search-field {
	width: 100%;
	padding: 1rem 1rem;
}

.search-no-results .not-found .page-content .search-form {
	position: relative;
}

.search-no-results .not-found .page-content .search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 2.5;
	cursor: pointer;
}

/*-------------------------------------
 OTHER COMPONENTS
 --------------------------------------*/

input {
	border-radius: 0 !important;
}

.button,
.woocommerce-Tabs-panel--reviews .form-submit .submit,
.single-post .comments-area .comment-respond .submit,
.site-footer .section-footer .wp-block-button__link,
.error404 .page-content .btn-primary,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a{
	background: var(--theme--accent-color);
	color: var(--theme--button-color);
	text-decoration: none;
	padding: 11px 24px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	display: block;
	letter-spacing: 1.5px;
	line-height: 1.68;
	width: fit-content;
	margin: 0 auto;
}

.button:hover,
.woocommerce-Tabs-panel--reviews .form-submit .submit:hover,
.single-post .comments-area .comment-respond .submit:hover,
.site-footer .section-footer .wp-block-button__link:hover,
.error404 .page-content .btn-primary:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.article .content-inner .entry-content .read-more:hover,
.sidebar-widget form button:hover{
	background: var(--theme--primary-color);
	color: var(--theme--button-hover-color);
}

.single-post .comments-area .comment-respond .submit,
.woocommerce-Tabs-panel--reviews .form-submit .submit,
.posts-navigation .nav-previous a, 
.posts-navigation .nav-next a {
	margin: 0;
}

.error404 .page-content .btn-primary {
	display: inline-block;
}

.wc-proceed-to-checkout a {
	padding: 24px 20px;
	background: var(--theme--accent-color);
}

.button:visited,
.button:focus,
.button:hover {
	color: var(--theme--button-hover-color);
	background: var(--theme--primary-color);
}

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

.search-no-results .site-main .woocommerce-info {
	border-top: 3px solid var(--theme--accent-color);
	text-transform: capitalize;
	background: #f7f6f7;
	padding: 12px 22px 12px 14px;
	margin: 0 0 24px;
	width: 100%;
}

/*-----------------------------------------
        Sidebar
-----------------------------------------*/
.sidebar-widget .widget_block h2,
.sidebar-widget .widgettitle {
    font-size: 20px;
}

.sidebar-widget form label {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.sidebar-widget form input[type="search"] {
	border: 1px solid #e6e6e6;
	width: 100%;
	padding: 10px 25px;
	border-radius: 0;
}

.sidebar-widget form .wp-block-search__inside-wrapper {
	position: relative;
}

.sidebar-widget form button {
	background: var(--theme--accent-color);
	color: var(--theme--button-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	text-transform: uppercase;
	padding: 11px;
	border: 0;
	border-radius: 0;
	line-height: 1.68;
}

.sidebar-widget .widget {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 1.5rem;
}

.sidebar-widget .widget li {
    margin-bottom: 15px;
}

.sidebar-widget  .widget .search-form {
    display: flex;
}

.sidebar-widget  .widget .search-form svg {
    fill: var(--theme--button-color);
}



/*-----------------------------------------
        Post Cards
-----------------------------------------*/
.main-content .article {
	margin: unset;
}

.article .content-inner {
	transition: all 0.5s ease-in-out;
	position: relative;
    margin-bottom: 45px;
    border-bottom: 1px solid #e4e4e4;
    padding: 30px;
    background: #f5f5f5;
    margin-bottom: 40px;
}

.article .content-inner .post-thumbnail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	overflow: hidden;
}

.article .content-inner .post-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.article .content-inner .entry-meta .date {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: absolute;
	top: 30px;
	background: var(--theme--primary-color);
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	left: 20px;
}

.article .content-inner .no-thumbnail-meta .date,
.related--single-entry .article .content-inner .no-thumbnail-meta .date{
	position: relative;
	display: inline-block;
	left: 0;
}

.article .content-inner .entry-meta .date:before {
	content: "";
	position: absolute;
	left: 3px;
    bottom: -7px;
	border: 7px solid transparent;
	border-bottom-color: var(--theme--primary-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.article .content-inner .no-thumbnail-meta .date:before {
	content: none;
}

.article .content-inner .entry-meta .posted-on,
.article .content-inner .entry-meta .byline {
	margin-right: 0px;
}

.entry-meta.no-thumbnail-meta .posted-on:hover a {
    color: #000;
}

/* Archive Dynamic Font Size */
.entry-title {
    font-size: var(--theme--archive--title-font-size);
}

.entry-meta{
	font-size: var(--theme--archive--meta-fontsize);
}

.article .content-inner .entry-title {
	text-decoration: none;
	width: 100%;
	margin: 20px 0;
	position: relative;
}

.related--single-entry .entry-title{
	font-size: 18px !important;
}


.article .content-inner .entry-title a {
	text-decoration: none;
	color: #222222;
}

.article .content-inner .entry-content {
	padding-bottom: 15px;
	margin-top: 0px;
}

.article .content-inner .entry-content p {
	margin-top: 0px;
}

.article .content-inner .entry-content p:last-child {
	margin-bottom: 0;
}

.article .content-inner .entry-content .read-more {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	background: var(--theme--accent-color);
	position: relative;
	text-transform: uppercase;
	padding: 11px 24px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: var(--theme--button-color);
	text-align: center;
	letter-spacing: 1.5px;
	max-width: 171px;
	width: 100%;
	line-height: 1.68;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	color: var(--theme--footer-color);
	background-color: var(--theme--footer-background);
}

.footer--style-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
}

.site-footer .section-footer {
	padding-top: 45px;
	padding-bottom: 20px;
}


.site-footer .section-footer h2,
.site-footer .section-footer h6 {
	margin-top: 0;
}

.site-footer .dual-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-footer .dual-wrapper .section-copyright .site-info {
	display: flex;
	gap: 15px;
	align-items: center;
}



/* Block Widgets
--------------------------------------------- */
.site-footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .widget ul li {
	margin-bottom: 15px;
	letter-spacing: .05em;
	line-height: 1.13rem;
	font-size: var(--theme--body-font-size);
}

.site-footer .widget ul li a {
	text-decoration: none;
}

/* Copyright
--------------------------------------------- */
.site-footer .footer-bottom {
	padding: 15px 0;
	color: var(--theme--credit-color);
	background-color: var(--theme--credit-background);
}

.site-footer .section-copyright .copyright {
	font-size: 14px;
	margin: 0px;
}

.site-footer .section-copyright a {
	text-decoration: none;
	color: var(--theme--credit-link-color);
}

.site-footer .section-copyright a:hover {
	color: var(--theme--credit-link-hover-color);
}

/*------------------------------------- 
FOOTER-SECTION
-------------------------------------*/

.site-footer ul li a {
	font-weight: 700;
}

.site-footer #block-15 h2 {
	font-size: 2.5em;
	text-align: left;
	margin: 0;
}

.site-footer .social-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .social-icons li {
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
}

.site-footer .widgettitle {
	font-size: 20px;
	margin-top: 0;
}

.site-footer p {
	font-weight: normal;
}

.site-footer p a {
	color: var(--theme--primary-color);
}

.site-footer .section--footer-widget .footer-block-one h2 {
	text-align: left;
}

.site-footer .widget ul li a {
	font-weight: 300;
}

.site-footer .section--footer-widget .footer-block-four h2 {
	text-align: left;
	text-transform: capitalize;
}

/*--------------------------------------------------------------
# Scroll to Top
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    bottom: -70px;
    right: 30px;
    cursor: pointer;
    background-color: var(--theme--scroll-top-background);
    font-size: 16px;
    line-height: 1;
    padding: var(--theme--scroll-top-padding);
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 997;
    color: #fff;
	width: fit-content;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.back-to-top svg {
    stroke: var(--theme--scroll-top-color);
	width: var(--theme--scroll-top-size);
	height: var(--theme--scroll-top-size);
}

.back-to-top.display {
    visibility: visible;
    opacity: 1;
    bottom: var(--theme--scroll-top-vertical-offset);
}

.back-to-top.display {
    border-radius: var(--theme--scroll-top-border-radius);
    bottom: var(--theme--scroll-top-vertical-offset);
}

.back-to-top.position-left {
    left: var(--theme--scroll-top-side-offset);
}

.back-to-top.position-right {
    right: var(--theme--scroll-top-side-offset);
}

.visibility-mobile-only {
    display: none;
}

.back-to-top:hover{
	background-color: var(--theme--scroll-top-hover-background);
}

.back-to-top:hover svg{
	stroke: var(--theme--scroll-top-hover-color);
}