/*!
Theme Name: CSA 2021
Theme URI: http://underscores.me/
Author: nine3nine Creative
Author URI: https://nine3nine.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: csa-2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

--------------------------------------------------------------*/
@media screen and (max-width: 31.25em) {
	html,
	body {
		font-size: 90%;
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/* 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: #4e4e4e;
	font-family: "Open Sans", 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: #0090b2;
}

a:visited {
	color: #0090b2;
}

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

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: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

.site-main .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button.button-primary,
.site-main .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button:not(.kb-btn-global-inherit),
.wp-block-button__link,
.widget .widget-button {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
	/*
	background: linear-gradient(to right, $color__red, $color__red-dark);
	font-weight: 700;
	border: 0;
	color: $color__cream;
	box-shadow: 3px 3px 4px rgba($color__gray, .5);
	border-radius: 5px;

	&:hover,
	&:active {
		background: linear-gradient(to right, $color__blue-bright, $color__blue);
		color: $color__white;
		border: 0;
	} */
}

.site-main .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button.button-primary:hover, .site-main .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button.button-primary:active,
.site-main .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button:not(.kb-btn-global-inherit):hover,
.site-main .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button:not(.kb-btn-global-inherit):active,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.widget .widget-button:hover,
.widget .widget-button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

.widget .widget-button {
	padding: 8px 10px;
	text-decoration: none;
	font-size: 0.9em;
}

.wc-block-featured-product .wp-block-button__link {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	/* background: linear-gradient(to right, $color__blue-bright, $color__blue);
	color: $color__white;

	&:hover,
	&:active {
		background: $color__yellow;
	} */
}

.wc-block-featured-product .wp-block-button__link:hover, .wc-block-featured-product .wp-block-button__link:active {
	background: #ffc320;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.error-404 {
	min-height: 500px;
	padding-top: 3em;
}

.error-404 h1 {
	font-family: "Newsreader", serif;
}

.error-404 .search-form .search-field {
	padding: 5px 10px;
}

.error-404 .search-form .search-submit {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
}

.error-404 .search-form .search-submit:hover, .error-404 .search-form .search-submit:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

.site-footer {
	background: linear-gradient(0deg, #f2ecdf, #f2ecdf 40%);
	border-top: 4px solid #920000;
}

.site-footer .widget {
	margin-bottom: 0;
}

.site-footer .widget p {
	margin: 0;
}

.site-footer .footer-columns,
.site-footer .site-info {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.site-footer .footer-columns {
	display: grid;
	grid-template-columns: minmax(150px, 250px) 1fr 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 2em;
	grid-row-gap: 1em;
	padding: 2em 3.5em 0 3.5em;
	color: #4e4e4e;
}

@media screen and (max-width: 62.5em) {
	.site-footer .footer-columns {
		grid-template-columns: minmax(150px, 200px) 1fr 1fr;
		font-size: 1em;
	}
}

@media screen and (max-width: 50em) {
	.site-footer .footer-columns {
		padding: 2em 2em 0 2em;
	}
}

@media screen and (max-width: 43.75em) {
	.site-footer .footer-columns {
		grid-template-columns: 150px 1fr 1fr;
	}
}

@media screen and (max-width: 37.5em) {
	.site-footer .footer-columns {
		display: block;
	}
}

.site-footer .footer-columns a:link,
.site-footer .footer-columns a:visited {
	color: #680909;
}

.site-footer .footer-columns a:hover,
.site-footer .footer-columns a:active {
	color: #0090b2;
}

.site-footer .footer-columns .menu {
	margin-left: 0;
	padding-left: 0;
}

.site-footer .footer-columns .menu .menu-item {
	list-style: none;
	font-weight: 700;
	margin-bottom: 8px;
}

@media screen and (max-width: 62.5em) {
	.site-footer .footer-columns .menu .menu-item {
		font-size: 0.9em;
	}
}

.site-footer .footer-columns .menu .menu-item .sub-menu {
	margin-top: 8px;
	margin-left: 0;
	padding-left: 12px;
}

.site-footer .footer-columns .menu .menu-item .sub-menu .menu-item {
	font-weight: 400;
}

.site-footer .footer-columns .footer-one {
	grid-column: 1 / 2;
	grid-row: 1 / -1;
}

@media screen and (max-width: 56.25em) {
	.site-footer .footer-columns .footer-one {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 53.125em) {
	.site-footer .footer-columns .footer-one {
		grid-row: 1 / 2;
	}
}

.site-footer .footer-columns .footer-one .logo {
	margin-bottom: 1em;
}

.site-footer .footer-columns .footer-one .logo a img {
	width: 100px;
	height: auto;
}

.site-footer .footer-columns .footer-one .address {
	margin-bottom: 1em;
}

.site-footer .footer-columns .footer-one .address-title {
	font-weight: 700;
}

.site-footer .footer-columns .footer-one .contact {
	margin-bottom: 3em;
}

@media screen and (max-width: 43.75em) {
	.site-footer .footer-columns .footer-one .contact {
		font-size: .8em;
	}
}

@media screen and (max-width: 37.5em) {
	.site-footer .footer-columns .footer-one .contact {
		margin-bottom: 1.5em;
		font-size: .9em;
	}
}

@media screen and (max-width: 37.5em) {
	.site-footer .footer-columns .footer-one .social {
		margin-bottom: 2em;
	}
}

.site-footer .footer-columns .footer-one .social ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: flex;
}

.site-footer .footer-columns .footer-one .social ul li {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (max-width: 62.5em) {
	.site-footer .footer-columns .footer-one .social ul li {
		font-size: 1.2em;
	}
}

.site-footer .footer-columns .footer-one .social ul li i {
	font-size: 2em;
}

@media screen and (max-width: 62.5em) {
	.site-footer .footer-columns .footer-one .social ul li i {
		font-size: 1.5em;
	}
}

.site-footer .footer-columns .footer-one .social ul li a:first-child {
	margin-right: 10px;
}

.site-footer .footer-columns .footer-two {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

@media screen and (max-width: 37.5em) {
	.site-footer .footer-columns .footer-two .menu {
		margin-bottom: 0;
	}
}

.site-footer .footer-columns .footer-three {
	grid-column: 3 / -1;
	grid-row: 1 / 2;
}

.site-footer .footer-columns .footer-four {
	grid-column: 2 / -1;
	grid-row: 2 / -1;
	justify-self: center;
}

@media screen and (max-width: 53.125em) {
	.site-footer .footer-columns .footer-four {
		grid-column: 1 / -1;
		padding-bottom: 2em;
	}
}

@media screen and (max-width: 37.5em) {
	.site-footer .footer-columns .footer-four {
		text-align: center;
	}
}

@media screen and (max-width: 31.25em) {
	.site-footer .footer-columns .footer-four {
		text-align: left;
	}
}

@media screen and (max-width: 37.5em) {
	.site-footer .footer-columns .footer-four .search-container {
		margin-bottom: 2em;
	}
}

.site-footer .footer-columns .footer-four .search-container .search-form .search-field {
	padding: 8px 10px;
	min-width: 350px;
	border-color: #4e4e4e;
}

@media screen and (max-width: 56.25em) {
	.site-footer .footer-columns .footer-four .search-container .search-form .search-field {
		min-width: 250px;
		font-size: 0.9em;
		padding: 6px 10px;
	}
}

@media screen and (max-width: 31.25em) {
	.site-footer .footer-columns .footer-four .search-container .search-form .search-field {
		width: 95%;
		min-width: initial;
		margin-bottom: 10px;
	}
}

.site-footer .footer-columns .footer-four .search-container .search-form .search-field:focus, .site-footer .footer-columns .footer-four .search-container .search-form .search-field:focus-within {
	outline-color: #0090b2;
}

.site-footer .footer-columns .footer-four .search-container .search-form .search-submit {
	color: #f2ecdf;
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	cursor: pointer;
	line-height: 1;
	padding: 0.7em 1em;
	box-shadow: 2px 2px 3px rgba(78, 78, 78, 0.5);
	border: 0;
}

@media screen and (max-width: 56.25em) {
	.site-footer .footer-columns .footer-four .search-container .search-form .search-submit {
		font-size: 0.9em;
	}
}

.site-footer .footer-columns .footer-four .search-container .search-form .search-submit:hover, .site-footer .footer-columns .footer-four .search-container .search-form .search-submit:active {
	color: #fff;
	background: linear-gradient(to right, #00aac6, #0090b2);
}

.site-footer .site-info {
	display: grid;
	grid-template-columns: 35% 63%;
	grid-column-gap: 2%;
	background-color: #4e4e4e;
	color: #fff;
	padding-top: 11px;
	padding-bottom: 15px;
	font-size: 0.9em;
}

@media screen and (max-width: 62.5em) {
	.site-footer .site-info {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 53.125em) {
	.site-footer .site-info {
		display: flex;
		flex-direction: column-reverse;
		flex-basis: 100%;
	}
}

.site-footer .site-info a:link,
.site-footer .site-info a:visited {
	color: #ffc320;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:active {
	color: #00aac6;
}

@media screen and (max-width: 53.125em) {
	.site-footer .site-info .copyright-one {
		text-align: center;
		margin-top: 10px;
	}
}

@media screen and (max-width: 31.25em) {
	.site-footer .site-info .copyright-one {
		text-align: left;
	}
}

.site-footer .site-info .copyright-two {
	text-align: right;
}

.site-footer .site-info .copyright-two ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding-left: 0;
}

@media screen and (max-width: 53.125em) {
	.site-footer .site-info .copyright-two ul {
		justify-content: center;
	}
}

@media screen and (max-width: 31.25em) {
	.site-footer .site-info .copyright-two ul {
		display: block;
		text-align: left;
	}
}

.site-footer .site-info .copyright-two ul li {
	list-style: none;
}

.site-footer .site-info .copyright-two ul li:not(:last-child) {
	padding-right: 8px;
}

@media screen and (max-width: 31.25em) {
	.site-footer .site-info .copyright-two ul li:not(:last-child) {
		padding-right: 0;
	}
}

.site-footer .site-info .copyright-two ul li:not(:last-child)::after {
	padding-left: 8px;
	content: "|";
}

@media screen and (max-width: 31.25em) {
	.site-footer .site-info .copyright-two ul li:not(:last-child)::after {
		display: none;
	}
}

.home .entry-header {
	display: none;
}

.home .hero {
	display: grid;
	grid-template-columns: 70% 26%;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2em;
	grid-row-gap: 2em;
}

@media screen and (max-width: 62.5em) {
	.home .hero {
		grid-template-columns: 65% 31%;
	}
}

@media screen and (max-width: 46.875em) {
	.home .hero {
		grid-template-columns: 62% 34%;
	}
}

@media screen and (max-width: 43.75em) {
	.home .hero {
		grid-column-gap: 1.5em;
		grid-row-gap: 1.5em;
	}
}

@media screen and (max-width: 31.25em) {
	.home .hero {
		grid-template-columns: 100%;
		grid-template-rows: repeat(3, 1fr);
	}
}

.home .hero-one {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

@media screen and (max-width: 31.25em) {
	.home .hero-one {
		grid-column: 1 / -1;
	}
}

.home .hero-two {
	grid-column: 1 / 2;
	grid-row: 2 / -1;
}

@media screen and (max-width: 31.25em) {
	.home .hero-two {
		grid-column: 1 / -1;
		grid-row: 2 / 3;
	}
}

.home .hero-three {
	grid-column: 2 / -1;
	grid-row: 1 / -1;
}

@media screen and (max-width: 31.25em) {
	.home .hero-three {
		grid-column: 1 / -1;
		grid-row: 3 / -1;
	}
}

.home .hero .hero-button {
	display: grid;
	align-items: flex-end;
	justify-items: flex-start;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	padding: 1em;
	text-decoration: none;
}

.home .hero .hero-button:link, .home .hero .hero-button:visited {
	color: #fff;
}

.home .hero .hero-button_conference {
	background-image: url("/wp-content/themes/csa-2021/assets/images/home-banner-annual-conference_virtual.jpg");
}

.home .hero .hero-button_membership {
	background-image: url("/wp-content/themes/csa-2021/assets/images/home-banner-become-a-member_bright.jpg");
}

.home .hero .hero-button_store {
	background-image: url("/wp-content/themes/csa-2021/assets/images/home-banner-browse-our-store_bright.jpg");
}

.home .hero .hero-button:hover, .home .hero .hero-button:active {
	filter: opacity(85%) brightness(1.1);
}

.home .hero .hero-button_text {
	font-family: "Newsreader", serif;
	font-size: 3em;
	line-height: 1;
	border-bottom: 3px solid currentColor;
	text-shadow: 3px 3px 5px #4e4e4e;
}

@media screen and (max-width: 65.625em) {
	.home .hero .hero-button_text {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 53.125em) {
	.home .hero .hero-button_text {
		font-size: 2.1em;
	}
}

.home .hero .hero-button_horizontal {
	min-height: 250px;
}

@media screen and (max-width: 75em) {
	.home .hero .hero-button_horizontal {
		min-height: 225px;
	}
}

@media screen and (max-width: 65.625em) {
	.home .hero .hero-button_horizontal {
		min-height: 200px;
	}
}

@media screen and (max-width: 53.125em) {
	.home .hero .hero-button_horizontal {
		min-height: 175px;
	}
}

@media screen and (max-width: 40.625em) {
	.home .hero .hero-button_horizontal {
		min-height: 150px;
	}
}

.home .about-box {
	margin-bottom: 1em;
}

@media screen and (max-width: 56.25em) {
	.home .home-lower .wp-block-column:first-child {
		flex-basis: calc(33% - 1em) !important;
	}
}

@media screen and (max-width: 50em) {
	.home .home-lower .wp-block-column:first-child {
		flex-basis: calc(40% - 1em) !important;
	}
}

@media screen and (max-width: 40.625em) {
	.home .home-lower .wp-block-column:first-child {
		flex-basis: calc(48% - 1em) !important;
	}
}

@media screen and (max-width: 37.5em) {
	.home .home-lower .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
}

@media screen and (max-width: 56.25em) {
	.home .home-lower .wp-block-column:last-child {
		flex-basis: calc(66% - 1em) !important;
	}
}

@media screen and (max-width: 50em) {
	.home .home-lower .wp-block-column:last-child {
		flex-basis: calc(60% - 1em) !important;
	}
}

@media screen and (max-width: 40.625em) {
	.home .home-lower .wp-block-column:last-child {
		flex-basis: calc(52% - 1em) !important;
	}
}

@media screen and (max-width: 37.5em) {
	.home .home-lower .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
}

.home .home-lower .home-heading {
	display: flex;
	align-items: flex-end;
	min-height: 100px;
	margin-bottom: 1em;
}

@media screen and (max-width: 37.5em) {
	.home .home-lower .home-heading {
		min-height: initial;
		padding-top: 1em;
	}
}

.home .home-lower .home-heading h3 {
	font-family: "Newsreader", serif;
	font-size: 1.7em;
	line-height: 1.1;
	color: #4e4e4e;
	border-bottom: 1px solid #e0dfda;
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 62.5em) {
	.home .home-lower .home-heading h3 {
		font-size: 1.5em;
	}
}

.home .home-lower figure.wp-block-image,
.home .home-lower p {
	margin-top: 0;
}

.home .home-lower .wp-block-column .wp-block-columns,
.home .home-lower .wp-block-column .wc-block-featured-product {
	min-height: 400px !important;
}

@media screen and (max-width: 81.25em) {
	.home .home-lower .wp-block-column .wp-block-columns,
	.home .home-lower .wp-block-column .wc-block-featured-product {
		min-height: 370px !important;
	}
}

@media screen and (max-width: 68.75em) {
	.home .home-lower .wp-block-column .wp-block-columns,
	.home .home-lower .wp-block-column .wc-block-featured-product {
		min-height: 340px !important;
	}
}

@media screen and (max-width: 62.5em) {
	.home .home-lower .wp-block-column .wp-block-columns,
	.home .home-lower .wp-block-column .wc-block-featured-product {
		min-height: 310px !important;
	}
}

@media screen and (max-width: 56.25em) {
	.home .home-lower .wp-block-column .wp-block-columns,
	.home .home-lower .wp-block-column .wc-block-featured-product {
		min-height: 350px !important;
	}
}

.home .home-lower .wp-block-column .wc-block-featured-product {
	background-color: rgba(241, 241, 241, 0.3);
}

.home .home-lower .wp-block-column .wc-block-featured-product__title, .home .home-lower .wp-block-column .wc-block-featured-product__description, .home .home-lower .wp-block-column .wc-block-featured-product__price {
	display: none;
}

@media screen and (max-width: 59.375em) {
	.home .home-lower .conference-box {
		flex-direction: column;
	}
}

@media screen and (max-width: 59.375em) {
	.home .home-lower .conference-box .wp-block-column {
		flex-basis: 100%;
	}
}

.home .home-lower .conference-box .conference-img-column .conference-image {
	background-image: url("/wp-content/themes/csa-2021/assets/images/csa-annual-conference-virtual.jpg");
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 59.375em) {
	.home .home-lower .conference-box .conference-img-column .conference-image {
		height: 110px;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 37.5em) {
	.home .home-lower .conference-box .conference-img-column .conference-image {
		height: 200px;
	}
}

@media screen and (max-width: 31.25em) {
	.home .home-lower .conference-box .conference-img-column .conference-image {
		height: 350px;
	}
}

@media screen and (max-width: 59.375em) {
	.home .home-lower .conference-box .conference-text-column {
		margin-left: 0;
	}
}

.site-header {
	display: grid;
	grid-template-columns: 1fr minmax(150px, auto);
	grid-template-rows: 1fr minmax(50px, auto) minmax(50px, auto);
	grid-column-gap: 3em;
	grid-row-gap: 1em;
}

@media screen and (max-width: 53.125em) {
	.site-header {
		grid-template-rows: 1fr minmax(50px, auto) auto;
	}
}

@media screen and (max-width: 46.875em) {
	.site-header {
		grid-column-gap: 2em;
		grid-template-rows: 1fr minmax(50px, auto);
		margin-bottom: 3em;
	}
}

@media screen and (max-width: 34.375em) {
	.site-header {
		grid-column-gap: 1em;
		margin-bottom: 2em;
	}
}

.site-header .site-branding {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}

.site-header .site-branding__wrap {
	margin-left: 6em;
	max-width: 120px;
	filter: drop-shadow(4px 5px 3px rgba(78, 78, 78, 0.3));
}

@media screen and (max-width: 46.875em) {
	.site-header .site-branding__wrap {
		margin-left: 3em;
	}
}

@media screen and (max-width: 37.5em) {
	.site-header .site-branding__wrap {
		margin-left: 2em;
		max-width: 100px;
	}
}

.site-header .site-branding__wrap-shape {
	background-color: #f2ecdf;
	padding: 1em 10px 1em 10px;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .widget p {
	margin: 0;
}

.site-header .header-upper,
.site-header .header-lower {
	padding-right: 1.5em;
}

@media screen and (max-width: 46.875em) {
	.site-header .header-upper,
	.site-header .header-lower {
		padding-right: 10px;
	}
}

.site-header .header-upper {
	grid-row: 1 / 2;
	grid-column: 2 / -1;
	margin-top: 1em;
	display: flex;
	flex-direction: row;
}

.site-header .header-upper .menu {
	display: flex;
	position: relative;
}

@media screen and (max-width: 46.875em) {
	.site-header .header-upper .menu {
		display: none;
	}
}

.site-header .header-upper .menu .menu-item {
	list-style: none;
	position: relative;
}

@media screen and (max-width: 62.5em) {
	.site-header .header-upper .menu .menu-item {
		font-size: .9em;
	}
}

@media screen and (max-width: 53.125em) {
	.site-header .header-upper .menu .menu-item {
		font-size: .8em;
	}
}

.site-header .header-upper .menu .menu-item:not(:last-child) {
	margin-right: 1em;
}

.site-header .header-upper .menu .menu-item a:link,
.site-header .header-upper .menu .menu-item a:visited {
	color: #1c1b19;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.site-header .header-upper .menu .menu-item a:hover,
.site-header .header-upper .menu .menu-item a:active {
	color: #0090b2;
	border-color: currentColor;
}

.site-header .header-upper .menu .menu-item.current-menu-item a:link,
.site-header .header-upper .menu .menu-item.current-menu-item a:visited {
	color: #920000;
}

.site-header .header-upper .menu .menu-item.current-menu-item a:hover,
.site-header .header-upper .menu .menu-item.current-menu-item a:active {
	color: #0090b2;
	border-color: currentColor;
}

.site-header .header-upper .menu .menu-item .sub-menu {
	width: 180px;
	position: absolute;
	left: 0;
	background-color: #e0dfda;
	border: 1px solid #0090b2;
}

.site-header .header-upper .menu .menu-item .sub-menu .menu-item {
	margin-right: 0;
	font-size: .8em;
}

.site-header .header-upper .menu .menu-item .sub-menu .menu-item a:link,
.site-header .header-upper .menu .menu-item .sub-menu .menu-item a:visited {
	padding: 5px 8px;
	font-weight: 600;
	text-transform: capitalize;
	border-bottom: none;
	display: block;
}

.site-header .header-upper .menu .menu-item .sub-menu .menu-item a:hover,
.site-header .header-upper .menu .menu-item .sub-menu .menu-item a:active {
	background-color: #0090b2;
	color: #fff;
}

.site-header .header-upper .menu .menu-item .sub-menu .menu-item:not(:last-child) {
	border-bottom: 1px solid #0090b2;
}

.site-header .header-upper .menu .menu-item-has-children a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0d7";
	color: #ffc320;
	font-size: 21px;
	line-height: 1;
	padding-left: 4px;
	text-decoration: none;
}

@media screen and (max-width: 62.5em) {
	.site-header .header-upper .menu .menu-item-has-children a::after {
		font-size: 18px;
	}
}

@media screen and (max-width: 53.125em) {
	.site-header .header-upper .menu .menu-item-has-children a::after {
		font-size: 15px;
	}
}

.site-header .header-upper .menu .menu-item-has-children.current-menu-item a::after {
	color: #920000;
}

.site-header .header-upper .menu .menu-item-has-children a:hover::after {
	color: #00aac6;
}

.site-header .header-upper .menu .menu-item-has-children .sub-menu li a::after {
	content: none;
}

.site-header .header-upper .menu li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.site-header .header-upper .menu li ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.site-header .header-upper .menu li ul ul ul {
	left: -999em;
	top: 0;
}

.site-header .header-upper .menu li ul ul a {
	width: 200px;
}

.site-header .header-upper .menu li ul li:hover > ul,
.site-header .header-upper .menu li ul li.focus > ul {
	left: auto;
}

.site-header .header-upper .menu li li {
	position: relative;
}

.site-header .header-upper .menu li:hover > ul,
.site-header .header-upper .menu li.focus > ul {
	display: block;
	left: auto;
}

.site-header .header-upper .cart-button-widget {
	margin-left: .8em;
}

@media screen and (max-width: 46.875em) {
	.site-header .header-upper .cart-button-widget {
		display: none;
	}
}

.site-header .header-upper a.cart-icon {
	color: #1c1b19;
}

.site-header .header-upper a.cart-icon:hover, .site-header .header-upper a.cart-icon:active {
	color: #0090b2;
}

.site-header .header-lower {
	grid-row: 2 / 3;
	grid-column: 2 / -1;
	justify-self: end;
	align-self: end;
}

.site-header .header-lower .search-container {
	overflow: hidden;
	float: right;
	height: 2.5em;
	width: 24em;
	border-radius: 0;
	background-color: #fff;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	/* .search-form {
        border-bottom: 2px solid $color__red-dark;

        .search-field {
          width: 250px;
          border: 0;
          font-family: $font__main;
          font-weight: 300;
          font-size: 1.3em;
        }

        .search-submit {
          color: $color__red-dark;
          border: 0;
          background-color: transparent;

          &:hover,
          &:active {
            background-color: $color__blue;
            color: $color__white;
            cursor: pointer;
          }

        }

      } */
}

@media screen and (max-width: 46.875em) {
	.site-header .header-lower .search-container {
		display: none;
	}
}

.site-header .header-lower .search-container:hover, .site-header .header-lower .search-container:focus, .site-header .header-lower .search-container:focus-within {
	width: 24em;
	border-radius: 5px 10px 10px 5px;
	outline: none;
}

@media screen and (max-width: 46.875em) {
	.site-header .header-lower .search-container:hover, .site-header .header-lower .search-container:focus, .site-header .header-lower .search-container:focus-within {
		width: 21em;
	}
}

@media screen and (max-width: 37.5em) {
	.site-header .header-lower .search-container:hover, .site-header .header-lower .search-container:focus, .site-header .header-lower .search-container:focus-within {
		width: 18em;
	}
}

.site-header .header-lower .search-container:hover input, .site-header .header-lower .search-container:focus input, .site-header .header-lower .search-container:focus-within input {
	display: inline-block;
	width: 20em;
	padding: 8px;
}

@media screen and (max-width: 46.875em) {
	.site-header .header-lower .search-container:hover input, .site-header .header-lower .search-container:focus input, .site-header .header-lower .search-container:focus-within input {
		width: 17em;
	}
}

@media screen and (max-width: 37.5em) {
	.site-header .header-lower .search-container:hover input, .site-header .header-lower .search-container:focus input, .site-header .header-lower .search-container:focus-within input {
		width: 14em;
	}
}

.site-header .header-lower .search-container input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
	height: 2em;
	margin: 8px;
	margin-right: -4.5em;
	background: #fff;
	color: #6A5D4F;
	font-size: 1em;
	font-weight: 400;
	border: 2px solid transparent;
	border-bottom-color: #680909;
	border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	display: inline-block;
	width: 20em;
	padding: 8px;
}

@media screen and (max-width: 46.875em) {
	.site-header .header-lower .search-container input {
		width: 0;
		padding: 0;
		border: 0;
		border-bottom: 2px solid #680909;
	}
}

.site-header .header-lower .search-container input:focus {
	outline: none;
	border: 2px solid #680909;
}

.site-header .header-lower .search-container .button {
	position: relative;
	float: right;
	width: 40px;
	height: 36px;
	margin: 3px;
	background: linear-gradient(to right, #920000, #680909);
	text-align: center;
	font-size: 21px;
	color: #FDF6E3;
	border-radius: 10px;
	border: none;
	box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.site-header .header-lower .search-container .button:hover, .site-header .header-lower .search-container .button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
}

.site-header .header-lower .search-container .button i {
	position: absolute;
	top: 8px;
	left: 11px;
}

.site-header .header-lower .search-container .button i:active {
	border: 0 !important;
	text-shadow: 0 0 0;
}

.site-header .main-navigation {
	grid-row: 3 / -1;
	grid-column: 1 / -1;
	background-color: #4e4e4e;
	align-self: center;
	margin-top: 10px;
}

@media screen and (max-width: 46.875em) {
	.site-header .main-navigation {
		display: none;
	}
}

.site-header .main-navigation .menu {
	justify-content: center;
}

.site-header .main-navigation .menu a:link,
.site-header .main-navigation .menu a:visited {
	color: #fff;
	border-bottom: 4px solid transparent;
	padding-bottom: 4px;
}

.site-header .main-navigation .menu a:hover,
.site-header .main-navigation .menu a:active {
	color: #00aac6;
	border-color: currentColor;
}

.site-header .main-navigation .menu .current_page_item a:link,
.site-header .main-navigation .menu .current_page_item a:visited {
	color: #ffc320;
	border-color: currentColor;
}

.site-header .main-navigation .menu .menu-item {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 0;
}

.site-header .main-navigation .menu .menu-item:not(:last-child) {
	margin-right: 1.5em;
}

@media screen and (max-width: 62.5em) {
	.site-header .main-navigation .menu .menu-item {
		font-size: 1em;
	}
}

@media screen and (max-width: 53.125em) {
	.site-header .main-navigation .menu .menu-item {
		font-size: .9em;
	}
}

.site-header .main-navigation .menu .menu-item .sub-menu {
	display: flex;
	flex-direction: column;
	border: 1px solid #0090b2;
	background-color: #f2ecdf;
	min-width: 200px;
}

@media screen and (max-width: 56.25em) {
	.site-header .main-navigation .menu .menu-item .sub-menu {
		min-width: 150px;
	}
}

.site-header .main-navigation .menu .menu-item .sub-menu li {
	margin: 0;
	padding: 0;
}

.site-header .main-navigation .menu .menu-item .sub-menu li:not(:last-child) {
	border-bottom: 1px solid #0090b2;
}

.site-header .main-navigation .menu .menu-item .sub-menu li a:link,
.site-header .main-navigation .menu .menu-item .sub-menu li a:visited {
	margin: 0;
	padding: 5px 10px;
	border-bottom: none;
	display: block;
	width: 100%;
	color: #1c1b19;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: .8em;
	line-height: 1.1em;
}

.site-header .main-navigation .menu .menu-item .sub-menu li a:hover,
.site-header .main-navigation .menu .menu-item .sub-menu li a:active {
	color: #fff;
	background-color: #0090b2;
}

.site-header .small-screen-nav .search-container {
	background-color: #e0dfda;
	padding: 5px 10px;
}

.site-header .small-screen-nav .search-container .search-field {
	width: 75%;
	padding: 3px 6px;
}

.site-header .small-screen-nav .search-container .search-submit {
	background-color: #920000;
	border-radius: 5px;
}

.site-header .small-screen-nav .search-container .search-submit i {
	color: #fff;
}

.site-header .small-screen-nav .search-container .search-submit:hover, .site-header .small-screen-nav .search-container .search-submit:active {
	background-color: #0090b2;
}

body.page {
	margin-bottom: 0;
}

.site-main {
	max-width: 1250px;
	margin: 0 auto;
	padding-left: 3em;
	padding-right: 3em;
}

@media screen and (max-width: 37.5em) {
	.site-main {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

.site-main .highlight-text {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #4e4e4e;
	margin-bottom: 1em;
}

@media screen and (max-width: 37.5em) {
	.site-main .highlight-text {
		margin-top: 0;
		font-size: 1.4em;
	}
}

@media screen and (max-width: 25em) {
	.site-main .highlight-text {
		font-size: 1.2em;
	}
}

.site-main .equal-highlight-columns .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.site-main .highlight-box {
	border: 1px solid #0090b2;
	padding: 1em 2em;
}

@media screen and (max-width: 37.5em) {
	.site-main .highlight-box:not(:last-child) {
		margin-bottom: 1.5em;
	}
}

.site-main .highlight-box-yellow {
	border-color: #ffc320;
}

.site-main .highlight-box h2, .site-main .highlight-box h3 {
	margin-top: 0;
}

.site-main .board-column h4 {
	margin-bottom: 0;
}

.site-main .board-column p {
	margin-top: 0;
}

.site-main .center-on-mobile {
	text-align: center;
}

.sub-page__title-bkg {
	height: 200px;
	background-image: url("/wp-content/themes/csa-2021/assets/images/page-title-background.jpg");
	background-size: cover;
	background-position: center;
}

.sub-page__title-bkg-zoar {
	background-image: url("/wp-content/themes/csa-2021/assets/images/page-title-background-zoar-garden.jpg");
}

.sub-page__title-bkg-bishop-hill {
	background-image: url("/wp-content/themes/csa-2021/assets/images/page-title-background-bishop-hill.jpg");
}

.sub-page__title-bkg-ephrata {
	background-image: url("/wp-content/themes/csa-2021/assets/images/page-title-background-ephrata.jpg");
}

.sub-page__title-bkg-yellow-building {
	background-image: url("/wp-content/themes/csa-2021/assets/images/page-title-background-yellow-building.jpg");
}

@media screen and (max-width: 46.875em) {
	.sub-page__title-bkg {
		border-top: 10px solid #4e4e4e;
	}
}

@media screen and (max-width: 34.375em) {
	.sub-page__title-bkg {
		border-top-width: 6px;
		height: 150px;
	}
}

@media screen and (max-width: 25em) {
	.sub-page__title-bkg {
		height: 120px;
	}
}

.sub-page {
	display: grid;
	grid-template-columns: 1fr minmax(200px, 300px);
	grid-column-gap: 6em;
	margin-bottom: 2em;
}

@media screen and (max-width: 75em) {
	.sub-page {
		grid-template-columns: 1fr minmax(200px, 250px);
		grid-column-gap: 4em;
	}
}

@media screen and (max-width: 59.375em) {
	.sub-page {
		grid-template-columns: 1fr minmax(200px, 225px);
		grid-column-gap: 3em;
	}
}

@media screen and (max-width: 59.375em) {
	.sub-page {
		grid-template-columns: 100%;
		grid-template-rows: repeat(2, auto);
		grid-row-gap: 3em;
	}
}

.sub-page h2,
.sub-page h3 {
	font-family: "Newsreader", serif;
	margin-top: 2em;
}

.sub-page .page-content {
	grid-column: 1 / 2;
	margin-top: 0;
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-content {
		grid-column: 1 / -1;
		grid-row: 1 / 2;
		border-bottom: 1px solid #e0dfda;
	}
}

.sub-page .page-content h1.entry-title {
	font-family: "Newsreader", serif;
	font-size: 4em;
	line-height: 1;
	color: #4e4e4e;
	border-bottom: 1px solid #e0dfda;
}

@media screen and (max-width: 46.875em) {
	.sub-page .page-content h1.entry-title {
		font-size: 3em;
	}
}

@media screen and (max-width: 25em) {
	.sub-page .page-content h1.entry-title {
		font-size: 2.1em;
	}
}

.sub-page .page-content ul {
	text-indent: -10px;
	margin-left: 10px;
}

@media screen and (max-width: 31.25em) {
	.sub-page .page-content ul {
		padding-left: 1em;
	}
}

.sub-page .page-content ul li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-page .page-content ul li::before {
	display: inline-block;
	width: 1em;
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #920000;
	font-size: 8px;
	line-height: 1;
}

.sub-page .page-content ul li ul {
	margin-top: 12px;
	padding-left: 20px;
}

.sub-page .page-content ul li ul li::before {
	color: #ffc320;
}

.sub-page .page-content figure figcaption {
	font-size: 85%;
	text-align: center;
	font-style: italic;
}

.sub-page .page-sidebar {
	grid-column: 2 / -1;
	margin-top: 2em;
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-sidebar {
		grid-column: 1 / -1;
		grid-row: 2 / -1;
		margin-top: 10px;
	}
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-sidebar .widget-area {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 2em;
		grid-row-gap: 1em;
	}
}

@media screen and (max-width: 34.375em) {
	.sub-page .page-sidebar .widget-area {
		grid-template-columns: 100%;
		grid-template-rows: repeat(4, auto);
	}
}

.sub-page .page-sidebar .widget .textwidget,
.sub-page .page-sidebar .widget .custom-html-widget {
	margin-bottom: 2em;
}

@media screen and (max-width: 75em) {
	.sub-page .page-sidebar .widget .textwidget,
	.sub-page .page-sidebar .widget .custom-html-widget {
		font-size: 0.9em;
	}
}

.sub-page .page-sidebar .widget:not(:last-child) {
	border-bottom: 1px solid #4e4e4e;
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-sidebar .widget:not(:last-child) {
		border-bottom: 0;
	}
}

.sub-page .page-sidebar .widget h2.widget-title {
	font-family: "Newsreader", serif;
	font-size: 1.4em;
	line-height: 1.1;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 62.5em) {
	.sub-page .page-sidebar .widget h2.widget-title {
		font-size: 1.2em;
	}
}

.sub-page .page-sidebar .widget p {
	margin: 0 0 1.2em 0;
}

.sub-page .page-sidebar .widget ul {
	margin: 0 0 0 30px;
	padding: 0;
	text-indent: -8px;
}

.sub-page .page-sidebar .widget ul li {
	list-style: none;
}

.sub-page .page-sidebar .widget ul li:not(:last-child) {
	margin-bottom: 10px;
}

.sub-page .page-sidebar .widget ul li::before {
	display: inline-block;
	width: 1em;
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #e0dfda;
	font-size: 8px;
	line-height: 1;
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-sidebar .widget.sidebar-image-feed figure {
		margin-top: 0;
	}
}

.sub-page .page-sidebar .widget.sidebar-image-feed figure .sidebar-image {
	width: 100%;
	height: auto;
}

.sub-page .page-sidebar .widget.sidebar-image-feed figure figcaption {
	text-align: center;
}

.sub-page .page-sidebar .widget.sidebar-image-feed figure figcaption .credit {
	display: block;
	font-style: italic;
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-sidebar .widget.sidebar-image-feed {
		border-bottom: 1px solid #4e4e4e;
	}
}

@media screen and (max-width: 59.375em) {
	.sub-page .page-sidebar .widget.sidebar-annual-conference {
		border-bottom: 1px solid #4e4e4e;
	}
}

@media screen and (max-width: 34.375em) {
	.sub-page .page-sidebar .widget.sidebar-early-volumes {
		border-bottom: 1px solid #4e4e4e;
	}
}

.search-results .site-main,
.search-no-results .site-main {
	min-height: 500px;
	padding-top: 3em;
	margin-bottom: 4em;
}

@media screen and (max-width: 37.5em) {
	.search-results .site-main,
	.search-no-results .site-main {
		padding-top: 1em;
	}
}

.search-results .site-main h1,
.search-no-results .site-main h1 {
	font-family: "Newsreader", serif;
	font-size: 2.5em;
	line-height: 1.1;
	border-bottom: 1px solid #e0dfda;
	margin-top: 0;
}

@media screen and (max-width: 31.25em) {
	.search-results .site-main h1,
	.search-no-results .site-main h1 {
		font-size: 2em;
	}
}

.search-results .site-main article,
.search-no-results .site-main article {
	margin-bottom: 3em;
}

.search-results .site-main article h2.entry-title,
.search-no-results .site-main article h2.entry-title {
	font-family: "Newsreader", serif;
	margin-bottom: 0;
}

.search-results .site-main article .post-thumbnail img,
.search-no-results .site-main article .post-thumbnail img {
	max-width: 300px;
}

@media screen and (max-width: 31.25em) {
	.search-results .site-main article .post-thumbnail img,
	.search-no-results .site-main article .post-thumbnail img {
		max-width: 100%;
	}
}

.search-results .site-main article .entry-summary,
.search-no-results .site-main article .entry-summary {
	margin-top: 8px;
}

.search-results .site-main article .entry-summary p,
.search-no-results .site-main article .entry-summary p {
	margin-top: 0;
}

.search-results .site-main article .entry-footer span:not(:last-child),
.search-no-results .site-main article .entry-footer span:not(:last-child) {
	margin-right: 10px;
}

.search-results .site-main .search-field,
.search-no-results .site-main .search-field {
	min-width: 250px;
	padding: 4px 8px;
}

@media screen and (max-width: 25em) {
	.search-results .site-main .search-field,
	.search-no-results .site-main .search-field {
		min-width: 200px;
	}
}

@media screen and (max-width: 18.75em) {
	.search-results .site-main .search-field,
	.search-no-results .site-main .search-field {
		min-width: 150px;
	}
}

.search-results .site-main button.search-submit,
.search-no-results .site-main button.search-submit {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
}

.search-results .site-main button.search-submit:hover, .search-results .site-main button.search-submit:active,
.search-no-results .site-main button.search-submit:hover,
.search-no-results .site-main button.search-submit:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

.main-navigation ul ul a {
	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;
}

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

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

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

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

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

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

/*

Styling for Small Screens Navigation Menu

 */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.small-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 15px;
	line-height: 2rem;
	font-size: 2rem;
	font-weight: 700;
	color: #920000 !important;
	z-index: 301;
}

.small-nav-toggle:hover, .small-nav-toggle:active {
	color: #fff !important;
	background-color: #0090b2;
}

.small-screen-nav {
	position: absolute;
	display: none;
	left: -200px;
	top: 0;
	height: 100%;
	overflow-y: scroll;
	transition: left 0.3s ease, box-shadow 0.3s ease;
	z-index: 999;
}

.small-screen-nav li::before {
	content: none;
}

.small-screen-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 97vw;
	background: #fff;
}

.small-screen-nav ul a:link,
.small-screen-nav ul a:visited {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}

.small-screen-nav ul li ul.sub-menu {
	padding-top: 0;
}

.small-screen-nav ul li ul.sub-menu li a {
	position: relative;
	padding-left: 2rem;
	font-family: "Open Sans", sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 1em;
}

.small-screen-nav ul li ul.sub-menu li a::before {
	content: "\003E";
	color: #4e4e4e;
	font-size: 1em;
	position: absolute;
	top: 11px;
	left: 13px;
}

.small-screen-nav ul.menu li ul.sub-menu li ul.sub-menu li a {
	position: relative;
	padding-left: 2.75rem;
	color: #c9c9c9;
}

.small-screen-nav ul.menu li ul.sub-menu li ul.sub-menu li a:hover, .small-screen-nav ul.menu li ul.sub-menu li ul.sub-menu li a:active {
	color: #fff;
}

.small-screen-nav ul.menu li ul.sub-menu li ul.sub-menu li a::before {
	content: "\007e";
	left: 24px;
	top: 9px;
}

.small-screen-nav li {
	border-bottom: 1px solid #e0dfda;
}

.small-screen-nav li:first-child {
	border-top: 1px solid #e0dfda;
}

.small-screen-nav a {
	display: block;
	padding: .75em 15px;
	line-height: 1;
	font-size: 1em;
	color: #4e4e4e;
	text-decoration: none;
}

.small-screen-nav a:hover, .small-screen-nav a:focus {
	background-color: #0090b2;
	color: #fff;
	text-decoration: underline;
}

.small-screen-nav .small-nav-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #bc0000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.small-screen-nav .small-nav-close:hover, .small-screen-nav .small-nav-close:active {
	color: #fff;
}

/* toggle the menu */
.small-screen-nav:target, .small-screen-nav[aria-expanded="true"] {
	display: block;
	left: 0;
	outline: none;
	box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
}

.small-screen-nav:target .small-nav-close,
.small-screen-nav[aria-expanded="true"] .small-nav-close {
	z-index: 1001;
}

.small-screen-nav:target ul,
.small-screen-nav[aria-expanded="true"] ul {
	position: relative;
	z-index: 1000;
}

.small-screen-nav:target + .backdrop,
.small-screen-nav[aria-expanded="true"] + .backdrop {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	cursor: default;
}

@supports (position: fixed) {
	.small-screen-nav,
	.small-screen-nav:target + .backdrop,
	.small-screen-nav[aria-expanded="true"] + .backdrop {
		position: fixed;
	}
}

.admin-bar .small-nav-toggle {
	top: 30px;
}

@media screen and (max-width: 46.875em) {
	.admin-bar .small-nav-toggle {
		top: 46px;
	}
}

.admin-bar .small-screen-nav {
	top: 46px;
}

@media screen and (min-width: 46.875em) {
	.small-nav-toggle,
	.small-screen-nav .small-nav-close,
	.small-screen-nav {
		display: none;
	}
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Constant Contact
--------------------------------------------- */
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-header {
	font-family: "Newsreader", serif;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-text,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-field label {
	font-family: "Open Sans", sans-serif;
}

.ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
	display: inline;
	width: unset;
}

.ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button:hover, .ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-success h2.ctct-form-header {
	font-family: "Newsreader", serif;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-success p.ctct-form-text {
	font-family: "Open Sans", sans-serif;
}

.site-footer .newsletter {
	padding-top: 20px;
	margin-bottom: 2em;
}

@media screen and (max-width: 37.5em) {
	.site-footer .newsletter {
		margin-bottom: 3em;
	}
}

.site-footer .newsletter .newsletter-title {
	font-family: "Newsreader", serif;
	color: #920000;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.1;
}

.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-text,
.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-field label {
	font-family: "Open Sans", sans-serif;
	color: #4e4e4e;
}

.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-field {
	margin-bottom: 10px;
}

.site-footer .newsletter .ctct-form-embed.form_1 input.ctct-form-element {
	padding: 3px 8px;
	height: 35px;
}

.site-footer .newsletter .ctct-form-embed.form_1 button.ctct-form-button {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
	display: inline;
	width: unset;
	padding: 10px 16px;
}

.site-footer .newsletter .ctct-form-embed.form_1 button.ctct-form-button:hover, .site-footer .newsletter .ctct-form-embed.form_1 button.ctct-form-button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-defaults {
	background-color: transparent;
	padding: 0;
}

.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-success h2.ctct-form-header {
	font-family: "Newsreader", serif;
}

.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-success p.ctct-form-text {
	font-family: "Open Sans", sans-serif;
}

.site-footer .newsletter .ctct-form-embed.form_1 .ctct-form-footer {
	display: none;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea {
	padding: 5px 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	padding: 5px 10px;
}

@media screen and (max-width: 31.25em) {
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"] {
		width: 100%;
	}
}

.wpcf7-form input[type="checkbox"] {
	width: 13px !important;
	-webkit-appearance: checkbox !important;
}

.wpcf7-form input[type="submit"] {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
	cursor: pointer;
}

/* GDPR Consent
--------------------------------------------- */
.cli-bar-container .cli-plugin-button,
.cli-bar-container .cli-plugin-main-button {
	background-color: #0090b2 !important;
}

.cli-bar-container .cli-plugin-button:hover, .cli-bar-container .cli-plugin-button:active,
.cli-bar-container .cli-plugin-main-button:hover,
.cli-bar-container .cli-plugin-main-button:active {
	background-color: #00aac6 !important;
}

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

/* Paypal
--------------------------------------------- */
.paypal-donate-form .donate-button {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 1.1em;
}

.paypal-donate-form .donate-button:hover, .paypal-donate-form .donate-button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

/* Woocommerce
--------------------------------------------- */
.woocommerce__page-content h1 {
	font-family: "Newsreader", serif;
	font-size: 4em;
	padding-top: .5em;
	border-bottom: 1px solid #e0dfda;
}

@media screen and (max-width: 56.25em) {
	.woocommerce__page-content h1 {
		padding-top: 0;
	}
}

@media screen and (max-width: 31.25em) {
	.woocommerce__page-content h1 {
		font-size: 3em;
	}
}

@media screen and (max-width: 25em) {
	.woocommerce__page-content h1 {
		font-size: 2.4em;
	}
}

.woocommerce__page-content a.added_to_cart {
	display: block;
}

.woocommerce__page-content .woocommerce-message a.button {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
}

.woocommerce__page-content .woocommerce-message a.button:hover, .woocommerce__page-content .woocommerce-message a.button:active {
	background: #ffc320;
}

.woocommerce__page-content .related h2 {
	font-family: "Newsreader", serif;
	font-size: 1.6em;
	padding-top: 2em;
	border-bottom: 1px solid #e0dfda;
}

.woocommerce__page-content .related h2.woocommerce-loop-product__title {
	border-bottom: none;
	font-family: "Open Sans", sans-serif;
}

.woocommerce__page-content ul.products li.product .price {
	color: #4e4e4e;
}

.woocommerce__page-content div.product span.price {
	color: #00aac6;
}

.woocommerce.single-product .site-main {
	margin-top: 4em;
	margin-bottom: 4em;
}

.woocommerce.single-product .site-main .entry-summary {
	margin-top: 0;
}

.woocommerce.single-product .site-main h1 {
	font-size: 2.3em;
}

.woocommerce.single-product .site-main p.price {
	color: #0090b2;
	font-weight: 700;
}

.woocommerce.single-product .site-main .input-text {
	padding: 5px 8px;
}

.woocommerce.single-product .site-main button.button.alt {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
}

.woocommerce.single-product .site-main button.button.alt:hover, .woocommerce.single-product .site-main button.button.alt:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

.woocommerce.single-product .site-main .product_meta .sku_wrapper {
	display: none;
}

.woocommerce.single-product .site-main .wc-tabs li.description_tab {
	color: #920000;
	text-transform: uppercase;
}

.woocommerce.single-product .site-main .wc-tab h2 {
	display: none;
}

.woocommerce.single-product .site-main .wc-tab h3 {
	font-family: "Newsreader", serif;
	font-size: 1.5em;
}

.woocommerce.single-product .site-main .wc-tab p {
	margin-left: 12px;
}

.woocommerce ul.products {
	text-indent: 0;
	margin-left: 0;
}

.woocommerce ul.products li.product::before {
	content: "";
}

.woocommerce ul.products li.product a h2:hover, .woocommerce ul.products li.product a h2:active {
	text-decoration: underline;
}

.woocommerce a.button {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
}

.woocommerce a.button:hover, .woocommerce a.button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

.woocommerce select {
	padding: 4px 10px;
}

.woocommerce .woocommerce-pagination {
	margin-bottom: 3em;
}

.cart-checkout-page .entry-header h1 {
	font-family: "Newsreader", serif;
	font-size: 3.5em;
	border-bottom: 1px solid #e0dfda;
	margin-top: 1em;
}

.woocommerce-checkout-payment button.button {
	background: linear-gradient(to right, #920000, #680909);
	font-weight: 700;
	border: 0;
	color: #f2ecdf;
	box-shadow: 3px 3px 4px rgba(78, 78, 78, 0.5);
	border-radius: 5px;
}

.woocommerce-checkout-payment button.button:hover, .woocommerce-checkout-payment button.button:active {
	background: linear-gradient(to right, #00aac6, #0090b2);
	color: #fff;
	border: 0;
}

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

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */