/*
Theme Name: Be More with Less
Theme URI: https://bemorewithless.com/
Description: A custom hybrid block child theme compatible with the Genesis Framework.
Author: Ryan Townley
Author URI: https://ryantownley.com/
Version: 1.2.5
Template: genesis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-genesis
*/

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

html {
	box-sizing: border-box;
}

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

body {
	overflow-x: hidden;
}

/* Forms & Buttons
--------------------------------------------- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--borderline);
	border-radius: var(--wp--preset--border-radius--small);
	color: var(--wp--preset--color--foreground);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--font-weight--regular);
	line-height: var(--wp--custom--line-height--medium);
	padding: 10px;
	width: 100%;
}

textarea {
	line-height: var(--wp--custom--line-height--body);
}

input:focus,
textarea:focus {
	border: 1px solid transparent;
	outline: 1px dashed var(--wp--preset--color--foreground);
	outline-offset: -1px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.pagination a {
	-webkit-appearance: none;
	background-color: var(--wp--preset--color--foreground);
	border: 0;
	border-radius: var(--wp--preset--border-radius--small);
	color: var(--wp--preset--color--background);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	line-height: 1;
	padding: 11px 20px 12px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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,
.button:focus,
.button:hover,
.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	background-color: var(--wp--preset--color--hyperlink);
	border-width: 0;
	color: var(--wp--preset--color--background);
	text-decoration: none;
}

input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
	outline: 1px dashed var(--wp--preset--color--foreground);
	outline-offset: 1px;
}

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

::-ms-input-placeholder {
	color: var(--wp--preset--color--foreground-tint);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--wp--preset--color--foreground-tint);
	opacity: 1;
}

::placeholder {
	color: var(--wp--preset--color--foreground-tint);
	opacity: 1;
}

.button {
	display: inline-block;
}

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

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

a {
	text-decoration: underline;
}

a:focus,
a:hover {
	opacity: 0.85;
	text-decoration: underline;
}

/* Lists
--------------------------------------------- */

.entry-comments ol,
.entry-comments ul,
nav ul,
section:not(.entry-content) ol,
section:not(.entry-content) ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry-content ol>li {
	list-style-type: decimal;
	margin-bottom: 8px;
}

.entry-content ul>li,
.posts-by-year-month ul>li {
	list-style-type: disc;
	margin-bottom: 8px;
}

.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;
	margin-top: 0;
}

/* Objects & Images
--------------------------------------------- */

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid var(--wp--preset--color--borderline);
	margin: 30px auto;
}

figure {
	margin: 0;
}

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

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

.entry-content img {
	width: 100%;
}

a img:focus,
a img:hover {
	opacity: 0.8;
}

/* Paragraphs
--------------------------------------------- */

p {
	margin-bottom: 25px;
	padding: 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff !important;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
	color: #000 !important;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    word-wrap: normal !important;

}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    background: var(--wp--preset--color--background);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: var(--wp--preset--color--foreground);
    display: block;
    font-size: 1em;
    font-weight: var(--wp--custom--font-weight--semi-bold);
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

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

b,
strong {
	font-weight: var(--wp--custom--font-weight--semi-bold);
}

em,
i {
	font-style: italic;
}

small {
	font-size: var(--wp--preset--font-size--small);
}


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

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

.site-container {
	word-wrap: break-word;
}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 25px 20px 0;
}

.content-sidebar-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.first-block-align-full.full-width-content .site-inner,
.first-block-align-full.full-width-content .content-sidebar-wrap {
	padding-top: 0;
}

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

	.site-inner {
		padding-top: 40px;
	}

}


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

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

.author-box {
	background-color: var(--wp--preset--color--background-shade);
	border-radius: var(--wp--preset--border-radius--medium);
	margin-bottom: 60px;
	overflow: hidden;
	padding: 30px 20px;
}

.author-box p {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 10px;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

.author-box .author-box-title {
	margin-bottom: 5px;
	margin-top: 5px;
}

.author-box-content {
	overflow: hidden;
}

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

	.author-box {
		padding: 30px;
	}

}

/* Avatars
--------------------------------------------- */

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

.entry-author-avatar {
    display: inline-block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.entry-author-avatar .avatar {
    width: 36px;
    height: 36px;
}

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

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

.comment .avatar {
	margin: 1px 10px 0 0;
	max-width: 30px;
}

/* Breadcrumbs
--------------------------------------------- */

.breadcrumb {
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xxxx-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.breadcrumb a {
	text-decoration: none;
}

.search .breadcrumb {
	font-size: var(--wp--preset--font-size--medium-small);
	margin-bottom: 30px;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 30px;
}

li.menu-item.search {
	display: none;
}

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

.search-form {
	overflow: visible;
	position: relative;
}

.search-form-input {
	-webkit-appearance: none;
	font-size: var(--wp--preset--font-size--x-small);
	height: 42px;
	padding-right: 50px;
}

.search-form input[type="submit"] {
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 471.9901 472.1'%3E%3Cpath fill='%23303d4d' stroke='%23303d4d' stroke-miterlimit='10' stroke-width='10' d='M460,430l-120.9-120.9c26.2-32,40.6-72.4,40.6-116.4,0-103.7-84.1-187.7-187.7-187.7S5,89,5,192.7s84,187.7,186.9,187.7c44,0,84.4-15.3,116.4-40.6l120.9,120.9c5.1,4.3,10.7,6.4,16.2,6.4s11.1-2.1,15.3-6.3c8.5-8.6,8.5-22.3-.7-30.8ZM48.4,192.7c0-79.6,64.8-144.4,144.4-144.4s144.4,64.8,144.4,144.4-64.8,144.4-144.4,144.4S48.4,272.3,48.4,192.7Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	clip: inherit;
	content: '';
	font-family: none;
	font-size: 0px;
	height: 42px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.search-form input[type="submit"]:focus,
.search-form input[type="submit"]:hover {
	opacity: 0.8;
}

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

	.entry-content .search-form {
		max-width: 300px;
	}

}

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

	.site-header .search-form {
		margin: 10px 0;
		width: 100%;
	}

}

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

	.site-header .search-form {
		margin-left: 15px;
		width: 180px;
	}

	li.menu-item.search {
		display: block;
	}

	.mobile-search,
	.mobile-search.activated {
		display: none;
	}

}

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

.entry-title a,
.sidebar .widget-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--wp--preset--color--hyperlink);
	opacity: 1;
}

.widget-title {
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xxxx-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	letter-spacing: 0.075em;
	line-height: var(--wp--custom--line-height--body);
	margin-bottom: 20px;
	text-transform: uppercase;
}

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

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

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

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


/* Skip Links & Accessibility
---------------------------------------------------------------------------- */

.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:not(:focus-visible) {
	outline: none
}

:focus-visible {
	outline-style: dashed;
	outline-color: var(--wp--preset--color--foreground);
	outline-width: 1px;
}


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

.site-header {
	animation: fadein 1s;
	background-color: var(--wp--preset--color--background);
	box-shadow: 0 -6px 12px 5px rgba(234, 224, 211, 0.65);
	padding: 10px 0;
	position: relative;
	z-index: 9;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.site-header .wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	min-height: 40px;
	position: relative;
}

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

	.site-header {
		min-height: 82px;
		padding: 20px;
	}

}

/* Title Area & Logo
--------------------------------------------- */

.title-area {
	align-items: center;
	display: flex;
	margin-left: 10px;
	min-height: 40px;
}

.wp-custom-logo .title-area {
	max-width: 160px;
	width: 100%;
}

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

.wp-custom-logo .custom-logo-link {
	display: block;
}

.site-title {
	font-size: var(--wp--preset--font-size--large);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.site-description, 
.wp-custom-logo .site-title {
	background-color: #fff !important;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
	color: #000 !important;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    word-wrap: normal !important;
}

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

	.title-area {
		margin-left: 15px;
	}

}

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

	.title-area {
		margin-left: 20px;
	}

}

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

	.title-area {
		margin-left: 0;
	}

}

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

	.wp-custom-logo .title-area {
		max-width: 180px;
	}

}

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

.genesis-nav-menu {
	clear: both;
	display: flex;
	font-family: var(--wp--preset--font-family--ui);
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: var(--wp--preset--color--foreground);
	display: inline-block;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	opacity: 1;
	color: var(--wp--preset--color--hyperlink);
}

.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: 0;
	position: static;
	width: 100%;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	display: inline-block;
	font-size: var(--wp--preset--font-size--xx-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	position: relative;
	width: auto;
	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;
}

.js .nav-primary {
	display: none;
}

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

.menu-toggle,
.search-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-radius: 50%;
	border-width: 0;
	box-shadow: none !important;
	display: block;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

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

.menu-toggle,
.search-toggle {
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 1000;
}

.menu-toggle {
	right: 0;
}

.search-toggle {
	right: 50px;
}

.menu-toggle::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 604.57 483.6499'%3E%3Cpath fill='%23303d4d' d='M566.785,0c20.867,0,37.785,16.918,37.785,37.785s-16.918,37.785-37.785,37.785H37.785C16.918,75.57,0,58.652,0,37.785S16.918,0,37.785,0h529ZM566.785,204.04c20.867,0,37.785,16.918,37.785,37.785s-16.918,37.785-37.785,37.785H37.785c-20.867,0-37.785-16.918-37.785-37.785s16.918-37.785,37.785-37.785h529ZM566.785,408.08c20.867,0,37.785,16.918,37.785,37.785s-16.918,37.785-37.785,37.785H37.785c-20.867,0-37.785-16.918-37.785-37.785s16.918-37.785,37.785-37.785h529Z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	float: right;
	height: 20px;
	width: 20px;
}

.search-toggle::before {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 471.9901 472.1'%3E%3Cpath fill='%23303d4d' stroke='%23303d4d' stroke-miterlimit='10' stroke-width='10' d='M460,430l-120.9-120.9c26.2-32,40.6-72.4,40.6-116.4,0-103.7-84.1-187.7-187.7-187.7S5,89,5,192.7s84,187.7,186.9,187.7c44,0,84.4-15.3,116.4-40.6l120.9,120.9c5.1,4.3,10.7,6.4,16.2,6.4s11.1-2.1,15.3-6.3c8.5-8.6,8.5-22.3-.7-30.8ZM48.4,192.7c0-79.6,64.8-144.4,144.4-144.4s144.4,64.8,144.4,144.4-64.8,144.4-144.4,144.4S48.4,272.3,48.4,192.7Z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	float: right;
	height: 20px;
	padding: 1px;
	width: 20px;
}

.menu-toggle.activated::before,
.search-toggle.activated::before {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1047.8918 1047.9332'%3E%3Cpath fill='%23303d4d' d='M637.4691,523.9833l386.9299-386.94c31.3199-31.309,31.3199-82.199,0-113.5-31.355-31.391-82.211-31.391-113.51,0l-386.98,386.92L137.029,23.5432c-31.332-31.391-82.176-31.391-113.53,0-31.332,31.332-31.332,82.188,0,113.5l386.98,386.94L23.499,910.9432c-31.332,31.332-31.332,82.141,0,113.5,31.355,31.3199,82.223,31.3199,113.53,0l386.88-386.98,386.98,386.98c31.297,31.3199,82.152,31.3199,113.53,0,31.297-31.355,31.297-82.164,0-113.5l-386.95-386.96Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	content: ' ';
	height: 20px;
	padding: 2px;
	width: 20px;
}

.sub-menu-toggle {
	-webkit-appearance: none;
	align-items: center;
	background: none;
	border: none;
	display: flex;
	float: right;
	padding: 10px;
	position: relative;
	z-index: 100;
}

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

	.menu-toggle {
		right: 5px;
	}

	.search-toggle {
		right: 55px;
	}

}

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

	.menu-toggle {
		right: 10px;
	}

	.search-toggle {
		right: 60px;
	}

}

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

	.sub-menu-toggle::before {
		border-top: 1px solid;
		border-right: 1px solid;
		color: var(--wp--preset--color--foreground);
		content: '';
		display: inline-block;
		height: 8px;
		margin-top: -2px;
		width: 8px;
		transform: rotate(135deg);
		transition: transform 0.3s ease;
	}

	.sub-menu-toggle.activated::before {
		margin-top: 6px;
		transform: rotate(-45deg);
	}

	.menu-item-has-children>.sub-menu-toggle {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
	}

}

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

	.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 .sub-menu,
	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-item {
		width: 210px;
	}

	.genesis-nav-menu .sub-menu {
		background-color: var(--wp--preset--color--background);
		border: 1px solid var(--wp--preset--color--borderline);
		border-radius: var(--wp--preset--border-radius--small);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
		opacity: 0;
		padding: 0;
		position: absolute;
		width: 210px;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -49px 0 0 208px;
	}

	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
	.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		background-color: var(--wp--preset--color--blush-tint);
		box-shadow: none;
	}

	.genesis-nav-menu .sub-menu li:first-child a {
		border-top-left-radius: var(--wp--preset--border-radius--small);
		border-top-right-radius: var(--wp--preset--border-radius--small);
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		border-bottom-left-radius: var(--wp--preset--border-radius--small);
		border-bottom-right-radius: var(--wp--preset--border-radius--small);
	}

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

}

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

.nav-primary {
	clear: left;
	padding: 0;
	position: relative;
	width: 100%;
}

.nav-primary a {
	padding: 10px;
}

.nav-primary .sub-menu a {
	margin: 0;
}

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

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

}

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

	.nav-primary a {
		padding-left: 20px;
	}

}

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

	.nav-primary .wrap {
		border-top: 2px solid var(--wp--preset--color--background-shade);
		padding-bottom: 10px;
		padding-top: 7px;
		position: relative;
		top: 10px;
	}

	.nav-primary .genesis-nav-menu {
		flex-direction: column;
	}

	.nav-primary .genesis-nav-menu > .menu-item:not(:nth-last-child(-n+2)) {
		border-bottom: 2px solid var(--wp--preset--color--background-shade);
		margin-bottom: 7px;
		padding-bottom: 10px;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu > .menu-item {
		border-top: 2px solid var(--wp--preset--color--background-shade);
		margin: 10px 0 0;
		padding-top: 7px;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		padding-left: 30px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 45px;
	}

}

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

	.nav-primary .menu-item.menu-item-has-children>a>span {
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.nav-primary .menu-item.menu-item-has-children>a>span::after {
		border-top: 1px solid;
		border-right: 1px solid;
		content: "";
		height: 6px;
		margin: 0 -3px 0 8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 6px;
	}

	.nav-primary .sub-menu .menu-item.menu-item-has-children>a>span {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav-primary .sub-menu .menu-item.menu-item-has-children>a>span::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.js .nav-primary {
		display: block;
	}

	.nav-primary {
		clear: none;
		padding: 0;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding: 11px 16px;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		margin: 0;
		padding: 16px;
	}

}

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

	.nav-primary .genesis-nav-menu .menu-item:not(:last-of-type) {
		margin: 0 10px 0 0;
	}

}

/* Mobile Search
--------------------------------------------- */

.mobile-search {
	clear: both;
	display: none;
	padding: 0 10px;
	width: 100%;
}

.mobile-search.activated {
	display: block;
}

.mobile-search .widget {
	margin-bottom: 0;
}

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

	.mobile-search {
		padding: 0 15px;
	}

}

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

	.mobile-search {
		padding: 0 20px;
	}

}

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

.nav-secondary {
	margin: 0 0 20px;
}

.nav-secondary .genesis-nav-menu {
	flex-wrap: wrap;
	justify-content: center;
	line-height: var(--wp--custom--line-height--body);
}

.nav-secondary .genesis-nav-menu .menu-item:not(:last-of-type) {
	margin: 0 5px 5px 0;
}

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

.nav-secondary a {
	padding: 8px 12px;
}

/* Archives
---------------------------------------------------------------------------- */

.archive .breadcrumb,
.archive-description {
	/* margin-left: auto;
	margin-right: auto; */
	max-width: 728px;
}

.archive-description {
	margin-bottom: 40px;
}

.archive-title {
	font-size: var(--wp--preset--font-size--xx-large);
	margin-bottom: 10px;
}

.archive-description p {
	font-size: var(--wp--preset--font-size--medium-smaller);
}

.search .archive-description {
    margin-bottom: 25px;
}

.search .archive-description .archive-title {
	font-size: var(--wp--preset--font-size--medium-large);
    margin-bottom: 0;
}

.archive .archive-grid-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px 10px;
	margin-bottom: 0;
}

.archive article {
	margin-bottom: 0;
}

.archive .entry-title {
	font-size: var(--wp--preset--font-size--medium-large);
	margin-bottom: 0;
}

.archive .entry-content p,
.archive .entry-footer,
.post-type-archive-web-story .entry-content {
	display: none !important;
	margin: 0;
}

.archive article img,
.archive article picture {
	display: block;
	margin-bottom: 12px;
}

.archive.paged .archive-description p,
.archive.paged:not(.search) .content::before {
	display: none;
}

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

	.archive .archive-grid-wrapper {
		grid-gap: 35px 20px;
		grid-template-columns: 1fr 1fr;
	}

}

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

	.archive.full-width-content .content {
		max-width: 100%;
		width: 100%;
	}

}

@media (min-width: 1024px) {

	.archive:not(.woocommerce) .content {
		max-width: 66%;
	}

}

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

/* Entry Header & Entry Meta
--------------------------------------------- */

.single-post .entry-header {
	margin-bottom: 25px;
}

.single-post .entry-title {
	margin-bottom: 10px;
}

.single-post .entry-title {
	clear: both;
	margin-bottom: 10px;
}

.entry-header .entry-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--wp--preset--font-family--ui);
    gap: 5px 10px;
    line-height: var(--wp--custom--line-height--heading);
    margin: 0;
    min-height: 36px;
    padding: 0;
    position: relative;
}

.entry-author {
    margin-right: 10px;
}

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

.first-block-align-full.full-width-content .entry-header {
	margin-bottom: 0;
}

.entry-meta {
	font-size: var(--wp--preset--font-size--xx-small);
	margin-bottom: 0;
}

.entry-author-link {
	font-weight: var(--wp--custom--font-weight--semi-bold);
	text-decoration: none;
}

.entry-date,
.entry-time,
.entry-modified-time {
	font-style: italic;
}

.entry-footer .entry-meta {
	border-top: 0;
	padding-top: 0;
}

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

.entry-comments-link {
	float: left;
	margin-right: 10px;
}

.entry-comments-link a {
	font-size: var(--wp--preset--font-size--xx-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	margin-right: 0;
	position: relative;
	text-decoration: none;
	top: 1px;
}

.entry-comments-link a:focus,
.entry-comments-link a:hover {
	text-decoration: underline;
}

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

.content {
	position: relative;
	width: 100%;
}

.entry {
	margin-bottom: 50px;
}

.last-block-align-full .entry {
	margin-bottom: 0;
}

.after-entry {
	margin-bottom: 30px;
}

.after-entry {
	margin-top: 50px;
}

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

	.content {
		margin-left: auto;
		margin-right: auto;
		max-width: 728px;
	}

}

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

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 728px;
	}

}

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

	.content {
		max-width: 728px;
	}

}

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

.pagination {
	clear: both;
}

.pagination div,
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 40px;
	padding: 0;
}

.comments-pagination div {
	margin: 30px auto 40px;
}

.pagination ul li {
	margin: 0 8px 15px 0;
}

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

.pagination a {
	background-color: var(--wp--preset--color--background-shade);
	color: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--xx-small);
	padding: 5px 10px;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	background-color: var(--wp--preset--color--powder-blue);
	color: var(--wp--preset--color--foreground);
	opacity: 1;
}

.comments-pagination a {
	padding: 9px 12px;
}

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

.entry-comments {
	font-size: var(--wp--preset--font-size--medium-small);
	margin-bottom: 50px;
	margin-top: 80px;
}

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

.entry-comments h3:first-of-type {
	display: none;
}

.comment-reply-title {
	display: block !important;
	font-size: var(--wp--preset--font-size--large);
	margin-bottom: 10px;
}

#cancel-comment-reply-link {
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--regular);
	line-height: var(--wp--custom--line-height--body);
	margin-top: 10px;
}

#cancel-comment-reply-link::before {
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1047.8918 1047.9332'%3E%3Cpath fill='%23303d4d' d='M637.4691,523.9833l386.9299-386.94c31.3199-31.309,31.3199-82.199,0-113.5-31.355-31.391-82.211-31.391-113.51,0l-386.98,386.92L137.029,23.5432c-31.332-31.391-82.176-31.391-113.53,0-31.332,31.332-31.332,82.188,0,113.5l386.98,386.94L23.499,910.9432c-31.332,31.332-31.332,82.141,0,113.5,31.355,31.3199,82.223,31.3199,113.53,0l386.88-386.98,386.98,386.98c31.297,31.3199,82.152,31.3199,113.53,0,31.297-31.355,31.297-82.164,0-113.5l-386.95-386.96Z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 10px 10px;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
}

.comment-respond {
	background-color: var(--wp--preset--color--background-shade);
	border-radius: var(--wp--preset--border-radius--small);
	clear: both;
	margin: 0 0 80px;
	padding: 20px;
}

li.comment .comment-respond {
	margin-bottom: 30px;
	margin-top: 30px;
}

.comment-respond,
.comment-reply {
	font-size: var(--wp--preset--font-size--x-small);
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

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

p.comment-form-comment,
p.comment-form-author,
p.comment-form-email {
	flex-basis: 100%;
}

.comment-form-comment textarea {
	max-height: 100px;
}

.comment-content p {
	margin-bottom: 20px;
}

.comment-list li {
	padding: 20px 0 0 20px;
	position: relative;
}

.comment-list li.depth-1:first-of-type::before {
	content: "Comments";
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--large);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	position: absolute;
	top: -30px;
	width: 100%;
}

.comment-reply a::before {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 767.1538 528.1149'%3E%3Cpath fill='%23303d4d' d='M14.9635,234.1744L321.6835,4.1344c4.7266-3.2031,10.441-4.6172,16.117-3.9883,5.6719.6328,10.938,3.2656,14.848,7.4258,3.9062,4.1602,6.2031,9.582,6.4766,15.285v121.2c334.32,0,397.68,232.2,408,356.04.3242,6.6289-2.1133,13.098-6.7305,17.867-4.6172,4.7656-11.004,7.4102-17.641,7.3008-6.6367-.1133-12.934-2.9688-17.391-7.8867-148.2-172.92-366.24-133.32-366.24-133.32v121.2c-.2734,5.7031-2.5703,11.125-6.4766,15.285-3.9102,4.1602-9.1758,6.793-14.848,7.4258-5.6758.6289-11.391-.7852-16.117-3.9883L14.961,293.9405c-9.418-7.0469-14.961-18.117-14.961-29.879s5.543-22.832,14.961-29.879l.0025-.008Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 5px;
	width: 12px;
}

.comment-list .depth-1 {
	margin-bottom: 10px;
	padding-left: 0;
}

.comment-header {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	justify-content: space-between;
	margin-bottom: 15px;
}

.comment-author-name {
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--semi-bold);
}

.comment-author-name a {
	text-decoration: none;
}

.comment-author-name a:focus,
.comment-author-name a:hover {
	text-decoration: underline;
}

.comment-content {
	clear: both;
}

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

.comment-respond label {
	display: block;
	font-weight: var(--wp--custom--font-weight--semi-bold);
	margin-bottom: 5px;
}

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

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

.comment-time {
	font-size: var(--wp--preset--font-size--xx-small);
}

.comment-time-link,
.comment-time-link:focus,
.comment-time-link:hover {
	text-decoration: none;
}

.entry-comments article {
	border: 1px solid var(--wp--preset--color--borderline);
	border-radius: var(--wp--preset--border-radius--small);
	padding: 20px;
}

.comment-list li.bypostauthor>article {
	border: 1px solid var(--wp--preset--color--blush);
	box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

p.comment-form-subscriptions {
	margin-left: -8px;
}

p.form-submit {
	width: 100%;
}

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

	p.comment-form-author,
	p.comment-form-email {
		flex-basis: 48.7%;
	}

}

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

	.comment-respond,
	.entry-comments article {
		padding: 30px;
	}

}


/* Widget Areas & Widgets
---------------------------------------------------------------------------- */

.widget {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 50px;
}

.after-entry .widget {
	font-size: var(--wp--preset--font-size--medium);
}

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

.widget p:last-child,
.widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

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

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

	.sidebar {
		clear: both;
	}

}

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

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

	.sidebar {
		float: right;
		max-width: 300px;
	}

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

}

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

	.sidebar {
		max-width: 336px;
	}

}

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

.featured-content .widget-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px 20px;
	padding-top: 36px;
	position: relative;
}

.featured-content .widget-title {
	position: absolute;
}

.featured-content .widget-wrap a {
	margin: 0;
}

.featured-content .entry {
	margin-bottom: 0;
}

.featured-content article img,
.featured-content article picture {
	display: block;
	margin-bottom: 8px;
}

.featured-content .entry-header {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: var(--wp--preset--font-size--medium-small);
	margin-bottom: 0;
}

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

	.featured-content .widget-wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

}

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

	.sidebar .featured-content .widget-wrap {
		grid-template-columns: 1fr 1fr;
	}

	.sidebar .featured-content .entry-title {
		font-size: var(--wp--preset--font-size--small);
		margin-bottom: 0;
	}

}

/* Topbar
--------------------------------------------- */

.topbar {
	background-color: var(--wp--preset--color--background-shade);
	clear: both;
	padding: 8px 20px;
	position: relative;
	text-align: center;
}

.topbar .wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
}

.topbar p {
	margin-bottom: 0;
}

.topbar .widget {
	font-size: var(--wp--preset--font-size--xx-small);
	margin-bottom: 0;
}

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

.topbar .alignleft,
.topbar .alignright {
	margin: 0;
}

.topbar a {
	text-decoration: none;
}

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

.footer-widgets {
	clear: both;
	padding: 0;
}

.footer-widgets .wrap {
	margin: 0 auto;
}

.footer-widgets .widget:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 781px) {

	.footer-widgets .wp-block-columns.is-style-column-gap-80 {
		gap: 60px !important;
	}

}

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

.after-footer-widgets {
	clear: both;
	padding: 40px 20px 0;
}

.after-footer-widgets .widget:last-of-type {
	margin-bottom: -40px;
}

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

.site-footer {
	background-color: var(--wp--preset--color--background);
	clear: both;
	font-size: var(--wp--preset--font-size--xxx-small);
	line-height: var(--wp--custom--line-height--body);
	padding: 40px 20px;
	text-align: center;
}

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

/* Plugins & Scripts
---------------------------------------------------------------------------- */

/* AdThrive / Raptive
--------------------------------------------- */

html .entry-content .adthrive-collapse-player {
    border-bottom: 0 !important;
    border-top: 0 !important;
	min-height: 215px;
    padding: 0 !important;
    width: 100% !important;
}

html .entry-content .adthrive {
	margin: 30px 0 !important;
}

html .entry-content h3.adthrive-player-title {
    display: none !important;
}

/* ConvertKit
--------------------------------------------- */

.formkit-form {
    background-color: var(--wp--preset--color--blush-tint) !important;
	border: 0 !important;
	border-radius: var(--wp--preset--border-radius--medium) !important;
	box-shadow: none !important;
	max-width: 728px !important;
	min-height: 227px;
}

.formkit-form .formkit-alert-success {
    background: #fff !important;
    border-color: #fff !important;
	color: #0A8554 !important;
	line-height: 1.5 !important;
	padding: 10px 20px 12px !important;
	text-align: left !important;
}

.home .formkit-form {
	max-width: 1024px !important;
}

.sidebar .formkit-form {
	min-height: 341px;
}

.formkit-column:first-of-type {
    background-color: var(--wp--preset--color--blush-tint) !important;
}

.formkit-form .formkit-column:nth-child(2) {
    border-top: none !important;
}

.sidebar .formkit-form[min-width~="600"] [data-style="minimal"] {
    padding: 30px !important;
}

.formkit-form .formkit-header {
    margin: 0 0 15px !important;
}

.formkit-form .formkit-subheader {
    margin: 0 0 7px !important;
}

.formkit-form h2 {
	margin: 0 !important;
}

.formkit-form .formkit-header h2 {
	font-size: var(--wp--preset--font-size--large) !important;
}

.home .formkit-form .formkit-header h2 {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.formkit-form .formkit-subheader h2,
.formkit-form .formkit-subheader p,
.formkit-form .formkit-subheader p span {
	font-size: var(--wp--preset--font-size--small) !important;
	line-height: var(--wp--custom--line-height--medium);
}

.home .formkit-form .formkit-subheader h2 {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.formkit-form p {
    margin: 0 !important;
}

.formkit-form .formkit-fields {
    margin: 0 auto !important;
}

.formkit-form .formkit-input {
	border: 1px solid var(--wp--preset--color--borderline) !important;
	font-size: var(--wp--preset--font-size--x-small) !important;
	padding: 10px !important;
	text-align: center;
}

.formkit-form .formkit-input:focus {
	border: 1px dashed var(--wp--preset--color--foreground) !important;
}

.formkit-form .formkit-submit {
	background-color: var(--wp--preset--color--foreground) !important;
    border-radius: var(--wp--preset--border-radius--small) !important;
	font-size: var(--wp--preset--font-size--x-small) !important;
    font-weight: var(--wp--custom--font-weight--semi-bold) !important;
	margin: 0 !important;
}

.formkit-form .formkit-submit:focus,
.formkit-form .formkit-submit:hover {
	opacity: 0.8;
}

.formkit-form .formkit-submit > span {
    padding: 12px 24px 14px !important;
}

.formkit-guarantee {
    display: none;
}

@media (max-width: 639px) {

	.formkit-column:first-of-type {
		padding: 20px 20px 0 !important;
	}

}

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

	.entry-content .formkit-form[min-width~="600"] [data-style="minimal"] {
		padding: 40px 60px !important;
	}

	.home .entry-content .formkit-form[min-width~="600"] [data-style="minimal"] {
		padding: 40px 0 !important;
	}

	.home .formkit-form .formkit-fields {
		flex-wrap: nowrap !important;
		gap: 10px !important;
		justify-content: center;
	}

	.home .formkit-form .formkit-field, 
	.home .formkit-form .formkit-submit {
		margin: 0 !important;
		flex: unset !important;
	}

	.home .formkit-form .formkit-field {
		min-width: 260px !important;
	}

}

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

	.entry-content .formkit-form[min-width~="600"] [data-style="minimal"] {
		padding: 40px 60px 25px !important;
	}

	.entry-content .formkit-form .formkit-fields {
		flex-wrap: nowrap !important;
		gap: 10px !important;
		justify-content: center;
	}

	.entry-content .formkit-form .formkit-field, 
	.entry-content .formkit-form .formkit-submit {
		flex: unset !important;
		max-height: 44px;
	}

}

/* Kit: Save This Article Opt-in
--------------------------------------------- */

#savethisarticle {
	margin: 25px 0;
	min-height: 295px;
}

@media screen and (min-width: 768px) {
	#savethisarticle {
		min-height: 227px;
	}
}

#savethisarticle .formkit-form {
	background-color: var(--wp--preset--color--blush) !important;
	border-radius: var(--wp--preset--border-radius--medium) !important;
	max-width: 100% !important;
}

#savethisarticle form.seva-form.formkit-form .formkit-field:nth-child(2),
#savethisarticle form.seva-form.formkit-form .formkit-field:nth-child(3) {
	display: none;
}

#savethisarticle .formkit-form {
	border: none !important;
}

#savethisarticle .formkit-form .formkit-header h2,
#savethisarticle .formkit-form p {
	text-align: left;
}

#savethisarticle .formkit-form p {
	margin-bottom: 15px !important;
}

#savethisarticle .formkit-form .formkit-header {
	margin-bottom: 0 !important;
}

#savethisarticle .formkit-form .formkit-header h2 {
	color: var(--wp--preset--color--foreground) !important;
	font-size: 30px !important;
	margin: 0 0 5px !important;
}

#savethisarticle .formkit-form .formkit-subheader {
	margin-top: 0 !important;
}

#savethisarticle .formkit-form .formkit-subheader p {
	color: var(--wp--preset--color--foreground) !important;
	font-size: var(--wp--preset--font-size--medium-small) !important;
	font-weight: var(--wp--custom--font-weight--regular) !important;
}

#savethisarticle .formkit-form .seva-fields.formkit-fields .formkit-field {
	flex: 50% !important;
	margin-right: 15px !important;
	width: 50%;
}

#savethisarticle .formkit-form .seva-fields.formkit-fields button {
	flex: 20% !important;
	width: 20%;
	flex: 15% !important;
	text-decoration: none;
	height: 46px;
	padding: 12px !important;
}

#savethisarticle .formkit-form[data-uid="360c163929"] .formkit-submit > span {
	padding: 0 !important;
}

#savethisarticle .formkit-form .formkit-submit:hover > span {
	background: transparent !important;
}

#savethisarticle .formkit-form .seva-fields.formkit-fields button > * {
	transition: unset !important;
}

#savethisarticle .formkit-form .seva-fields.formkit-fields button:hover {
	opacity: 0.8;
}

#savethisarticle .formkit-form .formkit-guarantee {
	display: none;
}

@media (max-width: 555px) {
	#savethisarticle .formkit-form .seva-fields.formkit-fields button {
		flex: 25% !important;
	}
}

@media (max-width: 434px) {
	#savethisarticle .formkit-form .seva-fields.formkit-fields {
		display: grid !important;
	}

	#savethisarticle .formkit-form .seva-fields.formkit-fields .formkit-field {
		flex: 100% !important;
		width: 100%;
		margin-right: 0 !important;
		min-width: auto;
	}

	#savethisarticle .formkit-form .seva-fields.formkit-fields button {
		width: 100%;
		flex: 100% !important;
		min-width: auto;
	}
}

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

    #savethisarticle .formkit-form[min-width~="600"] [data-style="minimal"] {
        padding: 30px 60px 20px !important;
    }

}

/* Related Posts by Taxonomy
--------------------------------------------- */

.related-gallery {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
}

.related-gallery .gallery-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 10px;
}

.related-gallery .gallery-item .wp-caption-text {
	background: none;
	font-family: var(--wp--preset--font-family--secondary);
	font-size: var(--wp--preset--font-size--medium-large);
	font-weight: var(--wp--custom--font-weight--semi-bold);
	line-height: var(--wp--custom--line-height--heading);
	margin: 0;
	padding: 0;
	text-align: left;
}

.related-gallery .gallery-item .wp-caption-text::first-letter {
    text-transform: capitalize;
}

.related-gallery .gallery-item .wp-caption-text a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.related-gallery .gallery-item .wp-caption-text a:focus,
.related-gallery .gallery-item .wp-caption-text a:hover {
    color: var(--wp--preset--color--hyperlink);
	opacity: 1;
}

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

	.related-gallery {
		grid-template-columns: 1fr 1fr;
	}

    .related-gallery .gallery-item .wp-caption-text {
        font-size: var(--wp--preset--font-size--small);
    }

}

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

    .related-gallery .gallery-item .wp-caption-text {
        font-size: var(--wp--preset--font-size--medium);
    }

}

/* Simple Banner
--------------------------------------------- */

.simple-banner .simple-banner-text {
	font-size: var(--wp--preset--font-size--xx-small);
}

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

	.simple-banner .simple-banner-text {
		padding: 10px 40px 10px 15px !important;
	}

	.simple-banner .simple-banner-button {
		right: 7px !important;
	}

}

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

	.simple-banner .simple-banner-text {
		padding: 10px 45px 10px 20px !important;
	}

	.simple-banner .simple-banner-button {
		right: 12px !important;
	}

}

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

	.simple-banner .simple-banner-text {
		font-size: var(--wp--preset--font-size--x-small);
	}

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

}

/* WordPress Popular Posts
--------------------------------------------- */

ul.wpp-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px 20px;
}

.wpp-list li {
	line-height: var(--wp--custom--line-height--heading);
	margin-bottom: 0;
	overflow: unset !important;
}

.wpp-thumbnail {
	display: block;
	margin: 0 0 8px !important;
}

.wpp-list a.image-link {
	display: block;
}

.wpp-post-title {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--bold);
	line-height: var(--wp--custom--line-height--heading);
	margin-bottom: 0;
}

.wpp-post-title::first-letter {
    text-transform: uppercase;
}

.footer-widgets a.wpp-post-title,
.sidebar a.wpp-post-title {
	font-size: var(--wp--preset--font-size--x-small);
}

a.wpp-post-title {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

a.wpp-post-title:focus,
a.wpp-post-title:hover {
	color: var(--wp--preset--color--hyperlink);
    opacity: 1;
	text-decoration: none;
}

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

	.footer-widgets ul.wpp-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.footer-widgets ul.wpp-list {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

}

/* Other Custom Styles
---------------------------------------------------------------------------- */

.home .entry,
.landing-page .entry {
	margin-bottom: 0;
}

.home .site-inner, .home .content {
    max-width: 100%;
}

.page-template-archive-date h1 {
	margin-bottom: 40px;
}

.page-template-archive-date .posts-by-year-month h2.is-style-kicker {
    font-size: var(--wp--preset--font-size--x-small);
    font-weight: var(--wp--custom--font-weight--bold);
	margin-bottom: 25px;
}

.page-template-archive-date .posts-by-year-month h3 {
    font-size: var(--wp--preset--font-size--large);
}

.posts-by-year-month ul {
	font-size: var(--wp--preset--font-size--medium-small);
	margin-bottom: 40px;
}

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

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

	.after-footer-widgets,
	.before-footer-widgets,
	.site-footer,
	.site-inner,
	.topbar {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media only screen and (min-width: 360px) and (max-width: 414px) {

	.after-footer-widgets,
	.before-footer-widgets,
	.site-footer,
	.site-inner,
	.topbar {
		padding-left: 15px;
		padding-right: 15px;
	}

}

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

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

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

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

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

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

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

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

	.before-footer-widgets .wrap,
	.site-header .wrap,
	.topbar .wrap {
		max-width: 1200px;
	}

}

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

	.home .hero .wp-block-columns,
	.home .articles .wp-block-columns {
		min-width: 1024px !important;
	}

}

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

	.home .articles .wp-block-columns {
		min-width: 1200px !important;
	}

}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--wp--preset--color--foreground) !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;
	}

}