/*
Theme Name: Mallory's Army
Theme URI: https://mallorysarmy.com/
Description: This is the Genesis child theme created for Mallory's Army.
Author: Second Melody
Author URI: https://www.secondmelody.com/

Version: 1.0.0

Template: genesis
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

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

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

body {
	background-color: #fff;
	color: #333;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #233F88;
	font-weight: 500;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a.arrow-button {
	align-items: center;
	display: flex;
}

a.arrow-button img {
	margin-left: 8px;
}

a.button) {
	font-weight: 400;
}

a:focus,
a:hover {
	color: #233F88;
	text-decoration: none;
}

p {
	margin: 0 0 32px;
	padding: 0;
}

.dark-row p {
	color: #fff;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	color: #13529E;
	font-family: "Mallory", sans-serif;
	font-size: 21px;
	margin: 0;
	position: relative;
}

blockquote:before {
	background: url(images/accent-blockquote.svg) center center/contain no-repeat;
	content: '';
	height: 67px;
	left: -95px;
	position: absolute;
	top: -32px;
	width: 85px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Mallory", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	color: #B4E1F9;
}

h2 {
	color: #13529E;
	font-size: 28px;
}

.dark-row h2 {
	color: #fff;
}

h3 {
	color: #13529E;	
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

.nf-form-fields-required {
	display: none;
}

body .nf-field-label label {
	font-weight: 400;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
body .elementor-button,
body.woocommerce a.button,
body.woocommerce a.button.alt,
body.woocommerce button.button,
body.woocommerce button.button.alt,
body.woocommerce input.button,
body.woocommerce input.button.alt,
body.woocommerce input.button[type="submit"],
body.woocommerce #respond input#submit,
body.woocommerce #respond input#submit.alt,
body.woocommerce-cart a.button,
body.woocommerce-cart a.button.alt,
body.woocommerce-cart .cart button.button,
body.woocommerce-cart .cart input.button,
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout.woocommerce-page #payment #place_order,
.woocommerce-account .woocommerce button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	align-items: center;
	background-color: #fff;
	border: 1px solid #63BFEC;
	border-radius: 22px;
	color: #27314D;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 32px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
	white-space: normal;
	width: auto;
}

.button,
body .elementor-button,
body.woocommerce a.button,
body.woocommerce a.button.alt,
body.woocommerce button.button,
body.woocommerce button.button.alt,
body.woocommerce input.button,
body.woocommerce input.button.alt,
body.woocommerce input.button[type="submit"],
body.woocommerce #respond input#submit,
body.woocommerce #respond input#submit.alt {
	display: inline-block;
}

button img,
a.button img {
	margin-right: 8px;
}

button.dark-blue,
.button.dark-blue,
.field-wrap input[type=button],
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout.woocommerce-page #payment #place_order {
	background-color: #13529E;
	border-color: #13529E;
	color: #fff;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
    float: right;
}

.button.ghost,
body.woocommerce a.button.ghost {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover,
body .elementor-button:hover,
body .elementor-button:focus,
body.woocommerce a.button:hover,
body.woocommerce a.button:focus,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce button.button:focus {
	background-color: #13529E;
	border-color: #13529E;
	color: #27314D;
}

button.dark-blue:hover,
button.dark-blue:focus,
a.button.dark-blue:hover,
a.button.dark-blue:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .woocommerce #payment #place_order:hover,
.woocommerce-checkout .woocommerce #payment #place_order:focus,
.woocommerce-checkout.woocommerce-page #payment #place_order:hover,
.woocommerce-checkout.woocommerce-page #payment #place_order:focus,
.field-wrap input[type=button]:hover,
.field-wrap input[type=button]:focus {
	background-color: #fff;
	color: #13529E;
}

.entry-content .button:focus,
.entry-content .button:hover,
body.woocommerce a.button:hover,
body.woocommerce a.button:focus,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce button.button:focus {
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.newsletter-signup .newsletter-button-container {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-signup input.newsletter-button-element {
	border-radius: 0 36px 36px 0;
}

.newsletter-signup input.newsletter-button-element:disabled {
	border: 1px solid #e80000;
}

.newsletter-signup .newsletter-button-container .nf-field-element:before {
	content: url(http://mallorystaging.wpengine.com/wp-content/uploads/2020/08/icon-peace-fingers.svg);
	left: 16px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
}

.label-right .checkbox-wrap .nf-field-element {
    max-width: 20px;
    width: auto !important;
}

.elementor hr.ninja-forms-field {
	color: #ddd;
	margin: 32px 0 48px;
}

.nf-field-description {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto 72px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
    align-items: center;
    display: flex;
	font-size: 16px;
    line-height: 1;
    margin-bottom: 80px;
}

.breadcrumb i {
	font-size: 10px;
	margin: 0 8px;
}

.breadcrumb i:first-of-type {
	margin: 0 8px 0 0;
}

.breadcrumb-link-wrap:first-of-type img {
	transition: 0.2s all ease-in-out;
}

.breadcrumb-link-wrap:hover:first-of-type img {
	transform: scale(1.1);
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.entry-header {
	background: url(images/bg-page-header.jpg) center center/cover no-repeat;
	margin-bottom: 80px;
	padding: 300px 0 56px;
}


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin: 0 auto;
	max-width: 1224px;
	padding: 0 32px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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


.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


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

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	padding: 0 32px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.site-header.active {
	background-color: #233f88;
}

.site-header > .wrap {
	display: flex;
	padding-top: 8px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	margin-right: auto;
}

.wp-custom-logo .title-area {
	max-width: 275px;
	padding-top: 40px;
	width: 100%;
	transition: 0.2s all ease-in-out;
}

.wp-custom-logo .site-header.active .title-area {
    max-width: 200px;
	padding-top: 20px;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.header-widget-area .widget_custom_html {
	margin-bottom: 16px;
	transition: 0.2s all ease-in-out;
}

.site-header.active .header-widget-area .widget_custom_html {
    margin-bottom: 8px;
}

.header-widget-area .custom-html-widget {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.header-widget-area .button,
body.woocommerce .header-widget-area a.button,
body.woocommerce-cart .header-widget-area a.button {
	font-size: 14px;
	margin-left: 24px;
	padding: 10px 20px;
}

.header-widget-area .button:hover,
.header-widget-area .button:focus,
body.woocommerce .header-widget-area a.button:hover,
body.woocommerce .header-widget-area a.button:focus {
	color: #fff;
}

body.woocommerce .header-widget-area a.button:hover,
body.woocommerce .header-widget-area a.button:focus,
body.woocommerce-cart .header-widget-area a.button:hover,
body.woocommerce-cart .header-widget-area a.button:focus {
	background-color: #236bb5;
	border-color: #236bb5;
}

.header-widget-area .button.ghost:hover,
.header-widget-area .button.ghost:focus,
body.woocommerce .header-widget-area a.button.ghost:hover,
body.woocommerce .header-widget-area a.button.ghost:focus {
	background-color: #236bb5;
	color: #fff;
}

body .elementor-toggle .elementor-tab-title {
	align-items: center;
	border-bottom: 0;
	color: #13529E;
	display: flex;
    font-family: "Mallory", sans-serif;
    font-size: 21px;
    line-height: 1.3;
}

body .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	margin-right: 24px;
	width: 30px;
}

body .elementor-toggle .elementor-tab-content {
	border-bottom: 0;
	padding-left: 72px;
}

.header-widget-area .cart-button,
body.woocommerce a.button.cart-button {
	display: none;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding: 16px 20px;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a:focus,
.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .current-menu-item > a {
	border-color: #63BFEC;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a span {
	align-items: center;
	border-bottom: 2px solid transparent;
	display: flex;
	padding-bottom: 8px;
}

.genesis-nav-menu > .menu-item > a:hover span,
.genesis-nav-menu > .menu-item > a:focus span,
.genesis-nav-menu > .current-menu-item > a span {
	border-color: #63BFEC;
}

.genesis-nav-menu a span img {
	margin-left: 8px;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Global
--------------------------------------------- */

body.woocommerce.full-width-content .content,
body.woocommerce-page.full-width-content .content {
	max-width: 100%;
	padding: 0;
}

body.woocommerce-account.full-width-content .content {
	padding: 0;
}

body .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0;
}

body .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.social-icons {
	align-items: center;
	display: flex;
}

.social-icons a {
	padding: 10px 0;
}

.social-icons img {
	transition: 0.2s all ease-in-out;
}

.social-icons a:hover img {
	transform: translateY(-3px);
}

.film-social-icons a {
	font-size: 20px;
	padding: 12px;
}

.film-social-icons a i {
	transition: 0.2s all ease-in-out;
}

.film-social-icons a:hover i,
.film-social-icons a:focus i {
	transform: translateY(-3px);
}

.film-social-icons a:first-of-type {
	margin-left: 24px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -12px !important;
}

.red-border {
	border-left: 4px solid #F0576A;
	padding-left: 32px;
}

.green-border {
	border-left: 4px solid #27CBA4;
	padding-left: 32px;
}

.red-border p,
.green-border p {
	line-height: 1.65;
	margin-bottom: 8px;
}

.red-border p:last-of-type,
.green-border p:last-of-type {
	margin-bottom: 0;
}

body .elementor-swiper-button {
	color: #13529E;
}


/* Home
--------------------------------------------- */

.home .site-inner {
	padding-top: 0;
}

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

.hero-row p {
	color: #fff;
	font-size: 24px;
}	

.home-events-row .arrow-button {
    color: #fff;
    margin-bottom: 32px;
    justify-content: flex-end;
}

.home-sponsors-row .swiper-slide-image {
	opacity: 0.5;
	transition: 0.2s all ease-in-out;
}

.home-sponsors-row .swiper-slide-image:hover {
	opacity: 1;
}


/* Blog
--------------------------------------------- */

.elementor-posts {
	margin-bottom: 56px;
}

body .elementor-posts .elementor-post__title {
	font-size: 28px;
    margin-bottom: 8px;
}

body .elementor-posts .elementor-post__meta-data {
	color: #27314D;
	font-size: 16px;
}

body .elementor-posts .elementor-post__excerpt p {
	color: #6E6E6E;
	font-size: 16px;
}

body .elementor-posts .elementor-post__read-more {
	font-size: 16px;
	font-weight: 400;
}


/* Blog > Single Post
--------------------------------------------- */

.author-avatar {
	border-radius: 50%;
	width: 47px;
}

.attachment-blog-post-thumbnails {
	float: left;
	margin: 0 32px 32px 0;
}


/* Shop
--------------------------------------------- */

.donation-callout,
body.woocommerce .donation-callout a.button {
	background-color: #E5F4FD;
}

.donation-callout {
	border-radius: 4px;
    margin-left: 190px !important;
	padding: 40px;
}

.donation-callout h2 {
	color: #1C2E36;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding-left: 32px;
	position: relative;
}

.donation-callout h2:before {
	background: url('/wp-content/uploads/2020/08/icon-blue-ribbon.svg') center center/contain no-repeat;
	content: '';
	display: block;
	left: 0;
	height: 24px;
	position: absolute;
	top: -2px;
	width: 21px;
}

body.woocommerce .donation-callout a.button:hover,
body.woocommerce .donation-callout a.button:focus {
	background-color: #13529E;
}

.donation-callout p:last-of-type {
	margin-bottom: 0;
}

.archive.woocommerce .page-description {
	margin-bottom: 80px;
}

.woocommerce ul.products {
	justify-content: flex-start;
}

.woocommerce ul.products li.product .price {
	color: #1C2E36;
	font-weight: 700;
}

.post-type-archive-product .content-sidebar-wrap,
.single-product .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1224px;
    padding: 0 32px;
}


/* Shop > Single Products
--------------------------------------------- */

.woocommerce div.product .product_title {
	color: #27314D;
	font-family: Rubik, sans-serif;
	margin-bottom: 40px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #0C50A0;
	font-family: "Mallory", sans-serif;
	font-size: 28px;
}

.variations tbody,
.variations tr {
	border: 0;
}

.variations tr {
	display: flex;
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	padding: 0;
}

.woocommerce div.product form.cart .variations td.label {
	margin: 8px 24px 0 0;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	background-color: #13529E;
	border-color: #13529E;
	color: #fff;
	line-height: 1;	
}

.product_meta,
.woocommerce-tabs {
	display: none;
}

.related.products {
	float: left;
}


/* Cart
--------------------------------------------- */

.woocommerce-cart .woocommerce.full-width-content .content,
.woocommerce-cart.woocommerce-page.full-width-content .content {
	max-width: unset;
}

.woocommerce-cart table.cart button {
	float: right !important;
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
	padding: 14px 32px;
}


/* Checkout
--------------------------------------------- */

#order_review_heading {
	margin-top: 64px;
}

/* Donate Now
--------------------------------------------- */

.in-action-elements .row1 > .row1 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.wc-label-button:hover,
.wc-label-button:focus {
	background-color: #b3e1f8;
}

.wc-donation-f-submit-donation {
	width: 100%;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content {
	margin: 0 auto;
	padding: 0 32px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	align-items: center;
	display: flex;
	font-size: 16px;
	margin-bottom: 48px;
}

.single-post p.entry-meta {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}

p.entry-meta .author-avatar {
	margin-right: 16px;
}

p.entry-meta .entry-author {
	margin: 0 5px;
}

p.entry-meta .entry-time {
	margin-left: 5px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #13529e;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	background: url('/wp-content/uploads/2020/11/bg-footer.png') center bottom/contain no-repeat #E6EDEF;
	color: #236BB5;
	clear: both;
	padding: 64px 32px 120px;
	position: relative;
}

.footer-widgets:before {
	background: url(images/accent-footer-flower.svg) center center no-repeat;
	content: '';
	display: block;
	height: 45px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -24px;
	width: 45px;
}

.footer-widgets h2 {
	font-size: 18px;
}

.footer-widgets .social-icons {
	margin-bottom: 32px;
}

.footer-widgets .social-icons li {
	margin-right: 16px;
}

.footer-widgets form {
	margin-bottom: 32px;
	position: relative;
}

.footer-widgets form input {
	border: 1px solid #236BB5;
	border-radius: 36px;
}

.footer-widgets form button {
	border-radius: 0 36px 36px 0;
	padding-left: 16px;
	position: absolute;
    right: 0;
    top: 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	padding-left: 32px;
	padding-right: 32px;
}

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

.footer-widgets-2 a:not(.button) {
	display: block;
	margin-bottom: 16px;
}

.footer-widgets-2 a.button {
	margin-bottom: 40px;
	margin-top: 16px;
}

.footer-widgets-2 p {
	line-height: 1.2;
}

.footer-widgets-2 .wp-image-407 {
	margin-left: 100px;
	margin-top: 16px;
	width: 135px;
}

.text-signup-callout {
	background-color: #EEF3F4;
	font-size: 14px;
	padding: 24px;
}

.text-signup-callout img {
	margin-right: 8px;
}

.text-signup-callout p {
	margin-bottom: 16px;
}

.text-signup-callout p:last-of-type {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

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


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {
	
	body #responsive-menu-container {
		padding-top: 80px;
	}
	
	#responsive-menu-additional-content {
		align-items: flex-start;
		display: flex;
    	flex-direction: column;
	}
	
	#responsive-menu-additional-content .button {
    	font-size: 14px;
		margin-bottom: 12px;
		padding: 8px 16px;
	}
	
	.wp-custom-logo .title-area {
		max-width: 175px;
	}
	
	.responsive-menu-item-link img,	
	.header-widget-area {
		display: none;
	}
	
	.responsive-menu-item-link {
		font-weight: 400;
	}
	
	.entry-header {
		font-size: 24px;
		padding: 240px 0 56px;
	}
	
	.donation-callout {
		margin-left: 32px !important;
	}
	
	.footer-widget-area {
		margin-bottom: 40px;
		padding: 0;
	}
	
}

@media only screen and (max-width: 480px) {
	
	body.woocommerce ul.products[class*=columns-] li.product,
	body.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	
	.related.products {
		margin-top: 64px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		padding-left: 0;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin: 0 0 12px;
	}
	
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
    	margin-top: 28px;
	}

	blockquote:before {
		display: block;
		left: -52px;
		position: relative;
		top: unset;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		text-align: center;
	}

	.footer-widgets-2 .wp-image-407 {
        margin-left: 0;
	}

	.film-social-icons .follow {
		display: block;
		padding: 0 0 12px 12px;
	}

	.film-social-icons a:first-of-type {
		margin-left: 0;
	}

	.attachment-blog-post-thumbnails {
		float: none;
		margin: 0 0 32px;
	}
	
}


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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		background-color: #b4e0f9;
		border-bottom: 1px solid #657b9c;
		border-top: 1px solid #657b9c;		
	}
	
	.genesis-nav-menu .sub-menu li:first-of-type a:hover,
	.genesis-nav-menu .sub-menu li:first-of-type a:focus {
		border-top: 0;
	}

	.genesis-nav-menu .sub-menu li:first-of-type a:hover,
	.genesis-nav-menu .sub-menu li:first-of-type a:focus {
		border-top: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.entry-content {
		max-width: 1224px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1224px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
