
/*
	Theme Name: HJS Blocks
	Theme URI: https://hirejordansmith.com/
	Description: This is the HJS Blocks theme created for the Genesis Framework.
	Author: Hire Jordan Smith
	Author URI: https://hirejordansmith.com

	Version: 3.1.5

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: hjs-blocks
*/

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

/* ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
:root {}

.top-bar svg, .social-links svg, .button svg, .shop-menu svg, .global-fixed-buttons svg, .footer-widgets a svg, .hjs-review-badge svg, .breadcrumb svg, .scrolltop svg, .read-more svg, .author-follow svg, .cat-nav svg, .menu-item svg, .slick-arrow svg, .header-right-links a svg, .team-social a svg, .team-default .team-buttons a svg, .team-default .contact-call-links a svg, .team-email a svg, .team-phone a svg, .featured-links .links-wrap a svg, .media-content .content-wrap svg, .upcoming-events .tribe-events-calendar-list__event-datetime-wrapper svg, .open-search svg {
	height: 1em;
	fill: currentcolor;
	vertical-align: -.125em;
}

.social-links svg {
	width: 1em;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

body#tinymce {
	margin: 9px 10px;
	width: auto;
	float: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template, [hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: none;
	text-decoration: none;
}

b, strong {
	font-weight: inherit;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #222;
}

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;
	border-radius: 30px;
}

svg:not(:root) {
	overflow: hidden;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}

.clear {
	clear: both;
}

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

/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px browser default */
	scroll-padding-top: var(--scroll-padding-top);
}

.sticky {}

.bypostauthor {}

/* Chrome fix */
body {
	opacity: 1;
	transition: 1s opacity;
}

/* body.fade-out {
	opacity: 0;
	transition: none;
} */
body>div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	color: var(--body-color);
	font-family: var(--body-font-family);
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: var(--body-font-weight);
	line-height: 1.75;
	margin: 0;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a {
	color: var(--primary-color);
	text-decoration: underline;
	cursor: pointer;
}

a:focus, a:hover {
	color: var(--body-color);
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b, strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: var(--body-color);
}

blockquote {
	margin: 30px;
	border-left: 3px solid var(--primary-color);
	padding-left: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-family: "Lora", serif;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6, div.pum-container .pum-title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-font-weight);
	line-height: 1.2;
	margin: 0 0 20px;
	word-wrap: initial;
	color: var(--heading-color);
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 30px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container .play-icon {
	cursor: pointer;
	background: url("https://cdn-ilegncm.nitrocdn.com/CVxYMaFjXzyIiPTTlvuJxMEVWvsPxfKY/assets/images/optimized/rev-532f400/mvplender.com/wp-content/themes/hjs-blocks/images/video-play-sprite-100.png") no-repeat 0 10px;
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.embed-container .play-icon.nitro-lazy {
	background: none !important;
}

.embed-container .play-icon:hover {
	background-position: 0 -230px;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid transparent;
	height: auto;
}

.gallery img:focus, .gallery img:hover {
	border: 1px solid #fff;
}

/* ## Forms
--------------------------------------------- */
input, select, body .gform_wrapper.gravity-theme .gfield select.medium, textarea, div.gform_wrapper textarea.small, div.gform_wrapper textarea.medium, div.gform_wrapper textarea.large, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.ginput_product_price):not(.ginput_total), body .gform_wrapper.gravity-theme .gfield input.medium, body .wwof-ui .ant-input {
	background-color: #fff;
	border: 1px solid #ccc;
	color: var(--body-color);
	font-weight: 400;
	padding: 10px 15px;
	width: 100%;
	margin-top: 0;
	border-radius: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.ginput_product_price, .ginput_total {
	width: auto;
	font-weight: inherit;
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity {
	width: auto !important;
	max-width: 100px;
}

input:focus, textarea:focus, select:focus {
	border-color: var(--primary-color) !important;
	outline: none;
}

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .cards-wrap a.more-link, .tribe-events-button, .tribe-events-list .tribe-events-loop .tribe-events-content a.more-link, body .xoo-wsc-footer a.xoo-wsc-ft-btn, body #sb_instagram #sbi_load .sbi_load_btn, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings, .xoo-wsc-markup .xoo-wsc-btn {
	font-family: var(--button-font-family);
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	color: var(--primary-button-text-color);
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: var(--button-font-weight);
	padding: 15px 33px 17px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 50em;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .6px;
	display: inline-block;
	text-align: center;
}

div.gform_wrapper input.gf_coupon_code, .gform_wrapper input#gf_coupon_button.button {
	width: auto !important;
}

body .xoo-wsc-footer a.xoo-wsc-ft-btn {
	width: 100%;
}

.button.primary, body.woocommerce .button.primary {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.button.primary-alt, body.woocommerce .button.primary-alt {
	color: var(--primary-color);
	border-color: var(--primary-color);
	background: none;
}

.button.secondary, body.woocommerce .button.secondary {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--secondary-button-text-color);
}

.button.secondary-alt, body.woocommerce .button.secondary-alt {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
	background: none;
}

.button.white, body.woocommerce .button.white {
	color: var(--primary-color);
	border-color: #fff;
	background: #fff;
}

.button.white-alt, body.woocommerce .button.white-alt {
	color: #fff;
	border-color: #fff;
	background: none;
}

/*
.hjs-section.dark .button.white,
body.woocommerce .hjs-section.dark .button.white {
	color: #fff;
	border-color: #333;
	background: #333;
}
.hjs-section.dark .button.white-alt,
body.woocommerce .hjs-section.dark .button.white-alt {
	color: #333;
	border-color: #333;
	background: none;
} */
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, .cards-wrap a.more-link:focus, .cards-wrap a.more-link:hover, .cards-wrap .entry-content p a.more-link:not(.button):focus, .cards-wrap .entry-content p a.more-link:not(.button):hover, .tribe-events-button:hover, .tribe-events-button:focus, .tribe-events-list .tribe-events-loop .tribe-events-content a.more-link:hover, .tribe-events-list .tribe-events-loop .tribe-events-content a.more-link:focus, body .xoo-wsc-footer a.xoo-wsc-ft-btn:hover, body .xoo-wsc-footer a.xoo-wsc-ft-btn:focus, body #sb_instagram #sbi_load .sbi_load_btn:hover, body #sb_instagram #sbi_load .sbi_load_btn:focus, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:focus, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:focus, .xoo-wsc-markup .xoo-wsc-btn:hover, .xoo-wsc-markup .xoo-wsc-btn:focus {
	background-color: var(--primary-hover-color);
	border: 2px solid var(--primary-hover-color);
	color: #fff;
}

body #sb_instagram #sbi_load .sbi_load_btn:hover, body #sb_instagram #sbi_load .sbi_load_btn:focus {
	box-shadow: none;
}

.button.primary-alt:hover, .button.primary-alt:focus, body.woocommerce .button.primary-alt:hover, body.woocommerce .button.primary-alt:focus {
	color: #fff;
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.button.secondary:hover, .button.secondary:focus, body.woocommerce .button.secondary:hover, body.woocommerce .button.secondary:focus {
	color: #fff;
	border-color: var(--secondary-hover-color);
	background: var(--secondary-hover-color);
}

.button.secondary-alt:hover, .button.secondary-alt:focus, body.woocommerce .button.secondary-alt:hover, body.woocommerce .button.secondary-alt:focus {
	color: #fff;
	border-color: var(--secondary-color);
	background: var(--secondary-color);
}

.button.white:hover, .button.white:focus, .button.white-alt:hover, .button.white-alt:focus, body.woocommerce .button.white:hover, body.woocommerce .button.white:focus, body.woocommerce .button.white-alt:hover, body.woocommerce .button.white-alt:focus {
	color: var(--body-color);
	border-color: #eee;
	background: #eee;
}

.hjs-section.dark .button.white:hover, .hjs-section.dark .button.white:focus, body.woocommerce .hjs-section.dark .button.white:hover, body.woocommerce .hjs-section.dark .button.white:focus {
	color: #fff;
	border-color: #000;
	background: #000;
}

.hjs-section.dark .button.white-alt:hover, .hjs-section.dark .button.white-alt:focus, body.woocommerce .hjs-section.dark .button.white-alt:hover, body.woocommerce .hjs-section.dark .button.white-alt:focus {
	color: #000;
	border-color: #000;
	background: none;
}

.button-wrap {
	margin-bottom: 20px;
	margin-top: 30px;
	clear: both;
	display: inline-block;
}

.button-wrap .button {
	margin-bottom: 20px;
}

.button-wrap:last-child {
	margin-bottom: 0;
}

.button-wrap.center {
	width: 100%;
	text-align: center;
}

.button-wrap.right {
	width: 100%;
	text-align: right;
}

.button-wrap:last-child a.button {
	margin-bottom: 0;
}

.tribe-events-button {
	margin-right: 10px;
}

.entry-content p a:not(.button):not(.hjs-link), .entry-content li a:not(.button):not(.hjs-link), .entry-comments-link a:not(.button), .entry-categories a, .logged-in-as a, .posted_in a, a.woocommerce-review-link, .view-cat a, .hjs-section .card p a:not(.button):not(.hjs-link), .hjs-section .content-wrap p a:not(.button):not(.hjs-link), .hjs-section .title-content-wrap p a:not(.button), .hjs-section .section-description a:not(.button), .hjs-section .title-wrap a:not(.button), .hjs-section .section-bottom-content a:not(.button):not(.hjs-link), .widget ul>li.cat-item a:not(.button), .sidebar li a:not(.button), .sidebar p a:not(.button) {
	text-decoration: none;
	color: var(--body-color);
	-webkit-box-shadow: inset 0 -2px 0 var(--primary-color);
	box-shadow: inset 0 -2px 0 var(--primary-color);
	line-height: 1.2;
}

.hjs-section.light .column-content p a:not(.button):not(.read-more):not(.hjs-link), .hjs-section.light .content-wrap p a:not(.button):not(.hjs-link), .hjs-section.light .title-content-wrap p a:not(.button), .hjs-section.light .section-description a:not(.button), .hjs-section.light .title-wrap a:not(.button), .hjs-section.light .section-bottom-content a:not(.button):not(.hjs-link) {
	color: #fff;
}

.entry-comments-link a, .entry-categories a, .logged-in-as a, .posted_in a, a.woocommerce-review-link, .view-cat a, .hjs-section .card p a:not(.button):not(.hjs-link), .hjs-section .content-wrap p a:not(.button):not(.hjs-link), .hjs-section .title-content-wrap p a:not(.button), .hjs-section .section-description a:not(.button), .hjs-section .title-wrap a:not(.button), .hjs-section .section-bottom-content a:not(.button):not(.hjs-link), .widget ul>li.cat-item a:not(.button), .sidebar ul li a:not(.button) {
	-webkit-box-shadow: inset 0 -2px 0 var(--primary-color);
	box-shadow: inset 0 -2px 0 var(--primary-color);
}

.entry-content p a:not(.button):not(.hjs-link):hover, .entry-content p a:not(.button):not(.hjs-link):focus, .entry-content li a:not(.button):not(.hjs-link):hover, .entry-content li a:not(.button):not(.hjs-link):focus, .entry-comments-link a:hover, .entry-comments-link a:focus, .entry-categories a:hover, .entry-categories a:focus, .logged-in-as a:hover, .logged-in-as a:focus, .posted_in a:hover, .posted_in a:focus, a.woocommerce-review-link:hover, a.woocommerce-review-link:focus, .view-cat a:hover, .view-cat a:focus, .hjs-section .card p a:not(.button):not(.hjs-link):hover, .hjs-section .card p a:not(.button):not(.hjs-link):focus, .hjs-section .content-wrap p a:not(.button):not(.hjs-link):hover, .hjs-section .content-wrap p a:not(.button):not(.hjs-link):focus, .hjs-section .title-content-wrap p a:not(.button):hover, .hjs-section .title-content-wrap p a:not(.button):focus, .hjs-section .section-description a:not(.button):hover, .hjs-section .section-description a:not(.button):focus, .hjs-section .title-wrap a:not(.button):hover, .hjs-section .title-wrap a:not(.button):focus, .hjs-section .section-bottom-content a:not(.button):not(.hjs-link):hover, .hjs-section .section-bottom-content a:not(.button):not(.hjs-link):focus, .widget ul>li.cat-item a:not(.button):hover, .widget ul>li.cat-item a:not(.button):focus, .sidebar li a:not(.button):hover, .sidebar li a:not(.button):focus, .sidebar p a:not(.button):hover, .sidebar p a:not(.button):focus {
	color: var(--primary-color);
	border-bottom: none;
	-webkit-transition: background-color 350ms ease-out;
	transition: background-color 350ms ease-out;
	outline: none;
}

.hjs-section.light .column-content p a:not(.button):not(.hjs-link):hover, .hjs-section.light .column-content p a:not(.button):not(.hjs-link):focus, .hjs-section.light .content-wrap p a:not(.button):hover, .hjs-section.light .content-wrap p a:not(.button):focus, .hjs-section.light .title-content-wrap p a:not(.button):hover, .hjs-section.light .title-content-wrap p a:not(.button):focus, .hjs-section.light .section-description a:not(.button):hover, .hjs-section.light .section-description a:not(.button):focus, .hjs-section.light .title-wrap a:not(.button):hover, .hjs-section.light .title-wrap a:not(.button):hover:focus, .hjs-section.light .section-bottom-content a:not(.button):not(.hjs-link):hover, .hjs-section.light .section-bottom-content a:not(.button):not(.hjs-link):focus {
	color: var(--primary-color);
}

.hjs-section.light .column:not(.card) .hjs-link:hover, .hjs-section.light .column:not(.card) .hjs-link:focus, .hjs-section.light .section-bottom-content .hjs-link:hover, .hjs-section.light .section-bottom-content .hjs-link:focus {
	color: #fff;
}

.entry-content a.image-link {
	display: block;
	box-shadow: none;
}

.entry-content a.image-link:hover, .entry-content a.image-link:focus {
	background: none;
	padding: 0;
}

.entry-author a {
	color: var(--body-color);
	text-decoration: none;
}

.entry .post-featured-image, .entry .embed-container.featured {
	margin-bottom: 30px;
}

.entry .post-featured-image img {
	display: block;
	width: 100%;
}

.button {
	display: inline-block;
}

a.button.small, button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
	padding: 8px 16px;
}

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

/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

figure table {
	margin-bottom: 0;
}

figure figcaption {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
	margin-top: 10px;
}

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

td, th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 700;
	padding: 0 6px;
}

td:first-child, th:first-child {
	padding-left: 0;
}

.wp-block-table {
	margin-bottom: 50px;
}

table.tablepress tfoot th, table.tablepress thead th {
	background-color: #333;
	color: #fff;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span, .footer-newsletter .gform_required_legend, .media-banner .form-wrap .gform_required_legend {
	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, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: var(--body-color);
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	position: relative;
}

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

/* ## Site Containers
--------------------------------------------- */
.content-sidebar-wrap, .wrap, .tribe-common .tribe-common-l-container, #tribe-events-pg-template, div.hp-page {
	margin: 0 auto;
	max-width: 1350px;
}

.content-sidebar-wrap, .tribe-common.tribe-events .tribe-common-l-container, #tribe-events-pg-template, div.hp-page {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}

.remove-top-padding .content-sidebar-wrap {
	padding-top: 0;
}

.remove-bottom-padding .content-sidebar-wrap {
	padding-bottom: 0;
}

.remove-bottom-padding .content-sidebar-wrap .sidebar {
	padding-bottom: 30px;
}

main.tribe-events-pg-template, main#tribe-events-pg-template {}

.site-inner {
	clear: both;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

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

/* ### Content */
.content, .tribe-events-single .event-sidebar-content-wrap .tribe_events {
	float: right;
	width: 71%;
}

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

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

/* ### Primary Sidebar */
.sidebar-primary, .tribe-events-single .event-sidebar-content-wrap .event-sidebar {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary, .tribe-events-single .event-sidebar-content-wrap .event-sidebar {
	float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
*
* Width: 1350px
* Gutter: 30px
* Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.22222222222%;
}

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

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

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

.one-fourth {
	width: 23.3333333333%;
}

.three-fourths {
	width: 74.4444444444%;
}

.one-fifth {
	width: 18.2222222222%;
}

.two-fifths {
	width: 38.6666666667%;
}

.three-fifths {
	width: 59.1111111111%;
}

.four-fifths {
	width: 79.5555555556%;
}

.one-sixth {
	width: 14.8148148148%;
}

.five-sixths {
	width: 82.962962963%;
}

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

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

/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis

--------------------------------------------- */
body .breadcrumb {
	background-color: #e5e5e5;
	border-bottom: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 12px 0;
	z-index: 200;
	position: relative;
	display: block;
}

.breadcrumb svg {
	margin: 0 5px;
}

.breadcrumb a {
	text-decoration: none;
	color: var(--body-color);
	-webkit-box-shadow: inset 0 -2px 0 var(--primary-color);
	box-shadow: inset 0 -2px 0 var(--primary-color);
	line-height: 1.2;
	display: inline-block;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	color: var(--primary-color);
	padding-top: 2px;
	padding-bottom: 0;
	border-bottom: none;
	-webkit-transition: background-color 350ms ease-out;
	transition: background-color 350ms ease-out;
	outline: none;
}

.breadcrumb .fa {
	margin: 0 10px;
}

.after-entry, .archive-description, .author-box {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

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

.term-description {
	margin-bottom: 25px;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

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

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title, .archive-title {
	font-size: 40px;
	font-size: 4rem;
}

/* h2.entry-title {
	margin-bottom: 0;
} */
.entry-title a, .sidebar .widget-title a {
	color: var(--heading-color);
	text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
	color: var(--primary-color);
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
}

/* ## 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 {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

span.featured-image-caption {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	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 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

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

.widget ul>li {
	margin-bottom: 10px;
}

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

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	padding: 0;
}

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

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

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

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget, .sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #000;
}

.sidebar .enews-widget input, .sidebar .enews-widget input:focus {
	border: 1px solid #000;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: var(--primary-color);
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus, .sidebar .enews-widget input[type="submit"]:hover {
	background-color: #fff;
	color: var(--body-color);
}

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

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

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

/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	/* color: var(--body-color); */
	outline: #ccc solid 1px;
}

#gf_form_focus:focus {
	outline: none;
}

.light .slick-slide:focus {
	color: #fff;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	padding: 15px 0;
	background-blend-mode: normal !important;
}

.site-header > .wrap {
	display: flex;
}

.site-header .nav-primary .fa, .nav-primary .fa {
	position: relative;
	top: -3px;
	margin-left: 2px;
	font-size: 10px;
}

.site-header .nav-primary .fa, .nav-primary .fa {
	font-size: 16px;
	font-size: 1.6rem;
	top: -2px;
}

.site-header.scrolling {
	transition: .5s;
}

.site-header.scrolling .nav-primary {
	transition: .5s;
}

.top-bar-full {
	background: var(--primary-color);
	color: #fff;
	padding: 8px 0;
	text-align: center;
	margin: 0;
}

.top-bar-full a {
	color: #fff;
}

.top-bar-full span.link {
	text-decoration: underline;
	cursor: pointer;
}

.top-bar-full span.link:hover, .top-bar-full span.link:focus {
	text-decoration: none;
}

.top-bar-full .widget {
	margin: 0;
}

span.dashed, .top-bar-full span.dashed {
	font-size: 15px;
	border: 1px dashed #fff;
	padding: 6px 10px;
	border-radius: 4px;
}

.top-bar {
	background: #000;
	line-height: 50px;
	color: #fff;
}

.top-bar-contact {
	display: inline-block;
}

.top-bar a:not(.button):hover {
	color: var(--primary-color);
}

.top-bar .widget {
	width: auto;
	margin: 0;
}

.top-bar-left {
	float: left;
}

.top-bar ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0;
}

.top-bar ul li:last-of-type {
	margin-right: 0;
}

.top-bar ul li .fa {
	color: #fff;
}

.top-bar ul li a, .top-bar ul li p, .top-bar .social-links ul li a {
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
}

.top-bar ul li a svg {
	margin-right: 4px;
}

.top-bar .button {
	padding: 15px 25px;
}

.top-bar-right {
	float: right;
}

.top-bar .social-links ul li a {
	outline: none;
	line-height: inherit;
	border: 0;
}

.top-bar .social-links ul li {
	margin-bottom: 0;
}

.top-bar .top-bar-right-links {
	display: inline-block;
	margin-right: 20px;
}

.top-bar .social-links {
	display: inline-block;
}

.top-bar-contact ul li {
	display: inline-block;
	line-height: inherit;
	margin: 0;
	padding: 0 21px 0 20px;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.top-bar-contact ul li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .3);
	padding-left: 21px;
}

/* .top-bar .widget {
	width: auto;
	margin: 0;
}

.top-bar-left {
	float: left;
}

.top-bar ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0;
}
.top-bar ul li:last-of-type {
	margin-right: 0;
}

.top-bar ul li .fa {
	color: #fff;
}

.top-bar ul li a,
.top-bar ul li p,
.top-bar .social-links ul li a {
	text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
.top-bar a.button {
	border-radius: 0;
}
.top-bar ul li a svg {
    margin-right: 4px;
}

.top-bar-right {
	float: right;
}

.top-bar .social-links ul li a {
	outline: none;
}

.top-bar .social-links ul li {
	margin-bottom: 0;
}

.top-bar .top-bar-right-links {
	display: inline-block;
	margin-right: 20px;
}
.top-bar .social-links {
	display: inline-block;
} */
.header-bottom-bar {
	text-align: center;
	background-color: var(--primary-color);
	padding: 20px 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 1.8px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
}

.absolute-header .top-bar {
	position: absolute;
	width: 100%;
	z-index: 201;
	background: rgba(0, 0, 0, .2);
}

.absolute-header .site-header {
	position: absolute;
	width: 100%;
	z-index: 201;
	background: none;
	top: auto;
}

.absolute-header .top-bar ~ .site-header {
	margin-top: 43px;
}

.absolute-header .top-bar ~ .woo-menu .shop-menu {
	margin-bottom: -100px;
	margin-top: 60px;
	padding-top: 0;
}

.absolute-header .shop-menu li, .absolute-header .shop-menu li a {
	color: #fff;
}

.absolute-header .site-header .genesis-nav-menu > li > a {
	color: #fff;
}

/* # Page Banner
---------------------------------------------------------------------------------------------------- */
.page-banner {
	height: 150px;
	width: 100%;
	z-index: 990;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.page-banner h1 {
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0;
	text-align: center;
	color: #fff;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	margin-right: auto;
	align-self: center;
	flex-shrink: 0;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a.title-wrap, .site-title a.title-wrap:focus, .site-title a.title-wrap:hover {
	color: var(--heading-color);
	text-decoration: none;
	display: block;
	width: 150px;
}

.site-title a.image-wrap {
	display: block;
}

.site-title a.image-wrap img {
	display: block;
	border-radius: 0;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description, .site-title {
	margin-bottom: 0;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	align-items: flex-end;
	align-content: flex-end;
	text-align: right;
	justify-content: var(--header-vertical-align);
}

/* .site-header .widget-area .widget {
	margin-bottom: 15px;
}

.site-header .widget-area .widget:last-of-type {
	margin-bottom: 0;
} */
.header-right-links ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	align-items: center;
}

.header-right-links a:not(.button) {
	text-decoration: none;
	padding-left: 18px;
	position: relative;
}

.header-right-links li:first-child a:not(.button) {
	padding-left: 0;
}

.header-right-links li:not(:first-child) a:not(.button):before {
	content: "|";
	position: absolute;
	left: 0;
	color: #555;
	font-weight: 300;
}

.header-banner .header-right-links li:not(:first-child) a:not(.button):before {
	color: #fff;
}

.header-right-links .button {
	position: relative;
	padding: 14px 33px 15px;
}

.header-right-links ul li:last-of-type .button {
	padding-left: 50px;
}

.header-right-links .button svg {
	height: 2.7em;
	position: absolute;
	left: 1px;
	top: 1px;
}

.center-logo-header .site-header .header-widget-area {
	margin-top: 0;
	width: 100%;
}

.site-header .woo-menu {}

.header-right-top, .site-header .header-right-bottom {
	float: right;
	clear: right;
	/* margin-bottom: 10px; */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 15px;
}

.site-header .header-right-bottom {
	display: none;
}

.header-right-top .social-links, .header-right-top .header-right-links {
	display: inline-block;
}

.header-right-top .header-right-links li {
	display: inline-block;
}

/* Uncomment if header background is white */

/* .header-widget-area .header-right-links .button.white-alt {
	border: 1px solid #2b3542;
	color: #2b3542;
}
.header-widget-area .header-right-links .button.white-alt:hover,
.header-widget-area .header-right-links .button.white-alt:focus {
	background-color: #2b3542;
	color: #fff;
}*/

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	/* font-family: var(--heading-font-family); */
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	margin: 0 20px;
}

.genesis-nav-menu .menu-item.hidden {
	display: none;
}

.genesis-nav-menu .menu-item.menu-item-has-children>a:after {}

.genesis-nav-menu .menu-item.menu-item-has-children>a svg {
	margin-left: 5px;
}

.genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a:after {}

.genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a svg {
	float: right;
}

.genesis-nav-menu>.menu-item:last-child {
	margin-right: 0;
}

.genesis-nav-menu>.menu-item:first-child {
	margin-left: 0;
}

.genesis-nav-menu .sep:last-child {
	display: none;
}

.genesis-nav-menu .sep {
	color: var(--primary-color);
	margin: 0 10px 0 12px;
}

.genesis-nav-menu a {
	color: var(--heading-color);
	display: block;
	text-decoration: none;
	line-height: 2;
	text-transform: uppercase;
	padding: 5px 0;
}

.header-banner .genesis-nav-menu > li > a {
	color: var(--heading-color);
}

.genesis-nav-menu .highlight > a, .site-header .nav-primary .genesis-nav-menu .highlight > a, .site-header .genesis-nav-menu .highlight > a {
	background: var(--primary-color);
	padding: 11px 25px;
	border-radius: 5px;
	color: #fff;
	line-height: 2;
}

/* .genesis-nav-menu .current-menu-item>a, */

/* .header-banner .genesis-nav-menu > li.current-menu-item > a, */
.genesis-nav-menu .menu-item.sfHover>a, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .absolute-header .site-header .genesis-nav-menu a:hover, .absolute-header .site-header .genesis-nav-menu a:focus {
	color: var(--primary-color);
}

/* .genesis-nav-menu .sub-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, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu .menu-item.sfHover>a, .header-banner .genesis-nav-menu > li > a:hover, .header-banner .genesis-nav-menu > li > a:focus {
	color: var(--primary-color);
}

.genesis-nav-menu .sub-menu {
	border-top: none;
	background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 225px;
	z-index: 999;
	padding: 10px 0;
	margin-left: -20px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
}

.genesis-nav-menu .sub-menu a {
	background: none;
	border: none;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	/* width: 200px; */
	word-wrap: break-word;
	padding: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu, .genesis-nav-menu .menu-item:focus-within > .sub-menu {
	left: auto;
	opacity: 1;
}

.menu li a:focus + ul.sub-menu {
	display: block !important;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu .sub-menu li {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #fff;
	padding: 0;
	position: relative;
}

/*.nav-primary:first-of-type {
	display: none;
}*/
.post-edit-link {
	display: none;
}

/* Woo Search
-------------------------------------------------- */
.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
	position: relative;
	float: right;
}

.woocommerce-product-search input[type="submit"] {
	top: 7px;
	right: 10px;
	position: absolute;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0 0 1px 2px;
	background: url("https://cdn-ilegncm.nitrocdn.com/CVxYMaFjXzyIiPTTlvuJxMEVWvsPxfKY/assets/images/optimized/rev-532f400/mvplender.com/wp-content/themes/hjs-blocks/images/search-icon.png") center center no-repeat;
	text-indent: -9999em;
}

.woocommerce-product-search input[type="submit"].nitro-lazy {
	background: none !important;
}

/* .woocommerce-product-search input[type="submit"]:before {
	font-family: "FontAwesome";
	content: "\f0d7";
} */

/* ## Site Header Nav
--------------------------------------------- */
.site-header .nav-primary {
	background: none;
	border: none;
	width: auto;
	float: right;
	/* margin-top: 35px; */
	padding: 0;
	clear: right;
}

.site-header .nav-primary .genesis-nav-menu a, .site-header .genesis-nav-menu a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px 0 5px;
}

/* .site-header .genesis-nav-menu > .menu-item > a{
	border-bottom: 3px solid transparent;
}
.site-header .genesis-nav-menu > .menu-item > a:hover,
.site-header .genesis-nav-menu > .menu-item > a:focus,
.site-header .genesis-nav-menu > .menu-item.current-menu-item > a,
.site-header .genesis-nav-menu > .menu-item.sfHover > a{
	border-color: #fa6118;
} */
.site-header .nav-primary .genesis-nav-menu .sub-menu, .site-header .genesis-nav-menu .sub-menu {
	padding: 25px 0 20px;
	margin-left: -20px;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu .sub-menu, .site-header .genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 100%;
}

.center-logo-header .site-header .nav-primary .genesis-nav-menu .sub-menu a, .site-header .nav-primary .genesis-nav-menu .sub-menu a, .site-header .genesis-nav-menu .sub-menu a {
	line-height: 1.2;
	padding: 6px 20px;
	margin: 0;
}

/* ## Site Scroll to Top
--------------------------------------------- */
.fa {
	height: auto;
}

.scrolltop {
	display: none;
}

.scrolltop a.scroll {
	z-index: 10000;
	background: var(--primary-color);
	border-radius: 50%;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	border: none;
	text-decoration: none;
}

.scrolltop .fa {
	line-height: 1.1;
	display: block;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .nav-secondary {
	margin-bottom: 25px;
}

.site-footer .wrap .wrap {
	padding: 0;
}

.site-footer .genesis-nav-menu a {
	color: var(--footer-text-color);
	text-transform: uppercase;
	font-weight: 600;
}

.site-footer .genesis-nav-menu a:hover, .site-footer .genesis-nav-menu a:focus {
	color: var(--primary-color);
}

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

/* ## Entries
--------------------------------------------- */
.entry {
	/* background-color: #fff; */
	margin-bottom: 40px;
	margin-bottom: 0;
	margin-top: 40px;
	padding: 70px 80px;
	padding: 0;
}

.entry:first-of-type {
	margin-top: 0;
}

.content ol, .content ul, #tinymce ol, #tinymce ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.content ol>li, #tinymce ol > li {
	list-style-type: decimal;
}

.content ul>li, #tinymce ul > li {
	list-style-type: disc;
}

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

.content code {
	background-color: #000;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

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

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

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

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: var(--body-color);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
	background-color: var(--primary-color);
	color: #fff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.comment-respond, .entry-pings {
	padding: 0;
}

.comment-form-comment, .logged-in-as, .comment-notes, .comment-form-author, .comment-form-email {
	margin-bottom: 10px;
}

.comment-form-url {
	margin-bottom: 20px;
}

.entry-comments {
	padding: 20px;
	background: #fafafa;
	border: 1px solid #eee;
}

.entry-comments h3 {
	margin: 0;
}

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

.comment-list .children, .comment-list {
	margin-left: 0;
}

.comment-list .children li {
	background: #eee;
	margin-top: 20px;
	padding: 20px 30px;
	list-style: none;
}

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

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

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .button {
	width: 100%;
	display: block;
	text-align: center;
}

.sidebar .widget, .tribe-events-meta-group {
	margin-bottom: 30px;
}

.sidebar .widget .widget-title, div.tribe-events-meta-group .tribe-events-single-section-title, div.tribe-events-related-events-title, .property-sidebar .property-widget-title {
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	width: 100%;
	background: #292929;
	color: #fff;
	padding: 10px 15px 9px;
	line-height: 1;
	font-weight: 600;
	border-radius: 5px;
}

.sidebar ul, .sidebar ol {
	padding-left: 20px;
}

.sidebar .social-links ul li a {
	color: var(--primary-color);
	box-shadow: none;
	border: none;
}

.sidebar .social-links ul li a:hover, .sidebar .social-links ul li a:focus {
	color: var(--secondary-color);
}

.event-sidebar dd {
	margin: 0;
}

.event-sidebar .tribe-venue-location {
	margin-bottom: 10px;
}

.sidebar .widget.featuredpost .entry {
	margin-top: 15px;
}

.sidebar .widget.featuredpost .entry:first-of-type {
	margin-top: 5px;
}

.sidebar .widget.featuredpost .entry>a {
	margin: 0 10px 0 0;
}

.sidebar .widget.featuredpost .entry>a img {
	width: 70px;
	display: block;
}

.sidebar .widget.featuredpost .entry .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: var(--footer-widgets-bg-color);
	clear: both;
	padding: 25px 0 20px;
	color: var(--footer-widgets-text-color);
}

.footer-widgets p {
	color: var(--footer-widgets-text-color);
}

.footer-widgets a {
	color: var(--footer-widgets-text-color);
	text-decoration: none;
}

.footer-widgets .custom-html-widget a {
	display: block;
}

.footer-widgets .custom-html-widget a svg {
	margin-right: 5px;
}

.footer-widgets a:focus, .footer-widgets a:hover {
	color: var(--primary-color);
}

.footer-widgets .widget ul>li {
	margin-bottom: 0;
}

.footer-widgets h3.widget-title {
	color: var(--footer-widgets-text-color);
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	width: 22%;
	margin-left: 4%;
	float: left;
}

.footer-widgets-1 {
	margin-left: 0;
}

/* Global Contact CSS START */
.global-contact.hjs-section.no-title .one-third, .global-contact.hjs-section.no-title .two-thirds {
	margin-top: 0;
}

.global-contact .one-third h3.section-title, .global-contact .one-third .section-subtitle, .global-contact .one-third .section-description {
	text-align: left;
}

.global-contact .one-third.first, .form-content .content-wrap {
	line-height: 1.6;
}

.global-contact .one-third.first p, .form-content .content-wrap p {
	margin-bottom: 15px;
}

.global-contact h3, .form-content .content-wrap h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 18px;
}

.global-contact h3:first-of-type, .form-content .content-wrap h3:first-of-type {
	margin-top: 0;
}

.global-contact .social-links {
	margin-top: 10px;
}

.global-contact .general-information-text, .form-content .content-wrap .general-information-text {
	margin-top: 10px;
}

.global-contact .general-information-text a, .form-content .content-wrap .general-information-text a {
	display: inline-block;
}

.global-contact a.phone, .global-contact a.email, .form-content a.phone, .form-content a.email, .form-content a.address, .global-contact .hjs-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.global-contact.dark .social-links ul li a {
	color: var(--primary-color);
}

.global-contact a:hover, .global-contact a:focus, .form-content a:not(.hjs-link):hover, .form-content a:not(.hjs-link):focus, .global-contact .social-links ul li a:hover, .global-contact .social-links ul li a:focus {
	color: var(--heading-color);
}

.global-contact.dark .social-links ul li a:hover, .global-contact.dark .social-links ul li a:focus {
	opacity: .8;
}

.global-contact h3.section-title, .global-contact div.gform_wrapper h2.gform_title, .form-content h2.contact-title, .form-content div.gform_wrapper h2.gform_title {
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 600;
}

#global-contact .one-third.first p.location:nth-last-of-type(2n) {
	line-height: 1;
	margin-bottom: 0;
}

#global-partners-wrap {
	clear: both;
	padding-top: 70px;
}

#global-partners-wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

#global-partners-wrap ul li {
	width: 18%;
	padding: 0 1%;
	margin: 0 0 10px;
}

#global-partners-wrap ul li:before {
	display: none;
}

#global-partners-wrap ul li img {
	max-height: 90px;
}

#global-partners-wrap.footer-widgets-top, #global-partners-wrap.footer-top {
	padding-top: 0;
	margin-bottom: 30px;
}

#global-partners-wrap.footer-widgets-top h2, #global-partners-wrap.footer-widgets-bottom h2, #global-partners-wrap.footer-top h2 {
	color: #fff;
}

#global-partners-wrap h2 {
	text-align: center;
}

/* Contact Form Box styles start */
.global-contact.full-ui div.form-wrap, .global-contact.simple-ui div.global-contact-box {
	background: #fff;
	padding: 35px 33px 25px 35px;
	border-radius: 30px;
}

.global-contact div.gform_wrapper h2.gform_title, .global-contact div.form-wrap h2, .global-contact div.form-wrap h3 {
	color: var(--heading-color);
	text-align: left;
}

.global-contact .light div.gform_wrapper h2.gform_title, .global-contact div.form-wrap.light h2, .global-contact div.form-wrap.light h3 {
	color: #fff;
}

.global-contact.simple-ui div.form-wrap h2, .global-contact.simple-ui div.form-wrap h3 {
	text-align: center;
}

.global-contact .gform_required_legend {
	color: var(--body-color);
}

.global-contact .one-third.first {
	padding-top: 35px;
}

.global-contact .contact {
	display: flex;
	flex-wrap: wrap;
}

.hjs-section.checklist ul li {
	list-style-type: none;
}

.global-contact .section-bottom-content ul li:before, .hjs-section.checklist ul li:before {
	/* display: none; */
	content: "";
	mask: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><!--!Font Awesome Pro v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d=\"M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 96C196.3 96 96 196.3 96 320C96 443.7 196.3 544 320 544C443.7 544 544 443.7 544 320C544 196.3 443.7 96 320 96zM403.1 230.6C408.3 223.5 418.3 221.9 425.4 227.1C432.5 232.3 434.1 242.3 428.9 249.4L300.9 425.4C298.1 429.2 293.9 431.6 289.2 431.9C284.5 432.2 279.9 430.6 276.6 427.3L212.6 363.3C206.4 357.1 206.4 346.9 212.6 340.7C218.8 334.5 229 334.5 235.2 340.7L285.9 391.4L402.9 230.6z\"/></svg>");
	display: inline-block;
	background: var(--primary-color);
	mask-repeat: no-repeat;
	height: 1.3em;
	width: 1.3em;
	margin-right: 5px;
	/* font-size: 90%; */
	top: 4px;
	position: absolute;
	left: 0;
}

.hjs-section.checklist .slick-dots li:before {
	display: none;
}

.hjs-section.checklist .slick-slider .slick-dots li {
	width: auto;
	padding: 0;
}

.global-contact .section-bottom-content ul li svg, .hjs-section.checklist ul li svg {}

.global-contact .section-bottom-content ul, .hjs-section.checklist ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin: 20px -1% 25px;
	font-weight: 400;
}

.global-contact .section-bottom-content ul:last-child, .hjs-section.checklist ul:last-child {
	margin-bottom: 0;
}

.global-contact .section-bottom-content {
	max-width: unset;
}

.global-contact .section-bottom-content ul li, .hjs-section.checklist ul li {
	width: 12.25%;
	margin: 0 1%;
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
}

.global-contact .section-bottom-content.list-columns-6 ul li, .hjs-section.checklist.list-columns-6 ul li {
	width: 14.6%;
}

.global-contact .section-bottom-content.list-columns-5 ul li, .hjs-section.checklist.list-columns-5 ul li {
	width: 18%;
}

.global-contact .section-bottom-content.list-columns-4 ul li, .hjs-section.checklist.list-columns-4 ul li {
	width: 23%;
}

.global-contact .section-bottom-content.list-columns-3 ul li, .hjs-section.checklist.list-columns-3 ul li {
	width: 31.33%;
}

.global-contact .section-bottom-content.list-columns-2 ul li, .hjs-section.checklist.list-columns-2 ul li {
	width: 48%;
}

.global-contact .section-bottom-content.list-columns-1 ul li, .hjs-section.checklist.list-columns-1 ul li {
	width: 100%;
}

.global-contact.simple-ui .full {
	width: 100%;
	margin-top: 20px;
}

.global-contact.simple-ui .gform_wrapper.gravity-theme .gform_footer {
	text-align: right;
}

.global-contact.simple-ui .global-contact-box, .global-contact.simple-ui .global-contact-box h2, .global-contact.simple-ui .global-contact-box h3 {
	color: var(--body-color);
}

.global-contact.simple-ui .global-contact-box a {
	color: var(--body-color);
}

.global-contact.simple-ui .global-contact-box a:hover, .global-contact.simple-ui .global-contact-box a:focus {
	color: var(--primary-color);
}

.gc-simple-wrap {
	width: calc(100% - 200px);
	margin-top: -45px;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
}

.gc-simple-wrap {
	width: calc(100% - 200px);
	margin-top: -45px;
	float: left;
}

.gc-simple-wrap > span {
	display: inline-block;
}

.gc-simple-wrap > span:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 10px;
}

.gc-simple-wrap a {
	text-decoration: none;
}

.gc-simple-wrap > span svg {
	margin-right: 4px;
	color: var(--primary-color);
}

.global-contact .gform_confirmation_message {
	color: var(--body-color);
}

/* Contact Form Box styles END */

/* Global Contact CSS END */

/* Global Features CSS START */
#global-features.hjs-section {
	padding: 0;
}

#global-features .wrap {
	padding: 0 !important;
	max-width: unset;
	display: flex;
	flex-wrap: wrap;
}

#global-features .wrap > div {
	margin: 0;
	flex-grow: 1;
}

#global-features .feature {
	padding: 80px 30px;
	text-align: center;
	height: 100%;
}

#global-features .feature .content-button-wrap {
	max-width: 350px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#global-features .feature.light .feature-content * {
	color: #fff;
}

#global-features .feature h3 {
	margin-bottom: 15px;
	font-size: 30px;
	font-size: 3rem;
}

#global-features .feature .hjs-buttons-group {
	margin-top: auto;
	padding-top: 25px;
}

/* Global Features CSS END */

/* Footer Newsletter */
.footer-newsletter {}

.footer-newsletter .wrap {
	padding: 30px 0;
	border-bottom: 1px solid rgba(140, 140, 150, .7);
}

.footer-newsletter .gform_wrapper h2.gform_title {
	margin: 0 0 4px;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: 1.5px !important;
}

.footer-newsletter.stacked .gform_wrapper {
	max-width: 1050px;
	margin: 0 auto;
}

.footer-newsletter.stacked .gform_wrapper h2.gform_title {
	margin: 0 auto 10px;
}

.footer-newsletter .gform_wrapper .gform_description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	width: 100%;
	line-height: 1.2;
}

.footer-newsletter.light .gform_wrapper h2.gform_title, .footer-newsletter.light .gform_wrapper .gform_description {
	color: #fff;
}

.footer-newsletter .gform_wrapper .gform_heading {
	width: 38%;
	margin-bottom: 0;
	float: left;
}

.footer-newsletter.stacked .gform_wrapper .gform_heading {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 25px;
}

.footer-newsletter .gform_wrapper .gform_body {
	width: 43%;
	float: left;
}

body .footer-newsletter div.gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.footer-newsletter.stacked .gform_wrapper .gform_body {
	width: 80%;
}

.footer-newsletter div.gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	width: 19%;
	float: left;
	clear: none;
	padding-left: 15px;
}

.footer-newsletter.stacked div.gform_wrapper .gform_footer {
	width: 20%;
}

.footer-newsletter div.gform_wrapper .gform_footer .button {
	width: 100%;
	padding: 15px 25px;
	margin: 0;
}

.footer-newsletter .gform_confirmation_message {
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}

.social-links ul li {
	display: inline-block;
	float: none;
	margin: 0 8px;
	padding: 0;
	line-height: 1;
}

.social-links ul li:first-of-type {
	margin-left: 0;
}

.social-links ul li:last-of-type {
	margin-right: 0;
}

.social-links ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	box-shadow: none;
}

.site-header .social-links ul li a {
	color: var(--body-color);
}

.header-banner .site-header .social-links ul li a, .header-banner .open-search {
	color: #fff;
}

.social-links ul li a:hover, .social-links ul li a:focus, .site-header .social-links ul li a:hover, .site-header .social-links ul li a:focus {
	padding: 0;
	background: none;
	color: var(--primary-color);
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.before-footer .widget {
	margin: 0;
}

.site-footer {
	background-color: var(--footer-bg-color);
	font-size: 16px;
	font-size: 1.6rem;
	padding: 65px 0 50px;
	text-align: center;
	color: var(--footer-text-color);
}

/* .site-footer a {
	color: #aaa;
} */
.site-footer .disclaimer, .site-footer .copyright {
	opacity: .7;
}

.site-footer .copyright {
	margin-bottom: 25px;
}

.site-footer .social-links {
	margin-bottom: 26px;
}

.site-footer .social-links svg {
	font-size: 17px;
	font-size: 1.7rem;
}

.site-footer .disclaimer {
	margin-bottom: 20px;
	text-align: justify;
}

.site-footer .social-links ul li a {
	color: var(--primary-color);
}

.site-footer .social-links ul li a:hover, .site-footer .social-links ul li a:focus {
	color: var(--primary-color);
}

.footer-widgets .social-links ul li a {
	color: var(--footer-widgets-text-color);
}

.footer-widgets .social-links ul li a:hover, .footer-widgets .social-links ul li a:focus {
	color: var(--primary-color);
}

/* Gravity Forms */
div.gform_wrapper {
	clear: both;
	margin: 0;
	overflow: hidden;
}

body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
	padding-bottom: 0;
}

body div.gform_wrapper .top_label li.hidden_label div.ginput_container {
	margin-top: 0 !important;
}

body .footer-newsletter div.gform_wrapper .top_label li.hidden_label div.ginput_container {
	margin-top: 0 !important;
}

div.gform_wrapper .gsection .gfield_label, div.gform_wrapper h2.gsection_title, div.gform_wrapper h2.gform_title {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 25px;
}

.gravity-form.dark .wrap {
	border-radius: 30px;
}

.ui-datepicker-title select {
	width: auto !important;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

div.gform_wrapper input.datepicker {
	width: auto !important;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox], div.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-top: 0 !important;
	margin-right: 5px;
}

div.gform_wrapper .gfield_checkbox li label, div.gform_wrapper .gfield_radio li label {
	font-size: 16px;
	font-size: 1.6rem;
}

body .gform_wrapper.gravity-theme .ginput_container_time {
	width: 75px;
	min-width: 75px;
	max-width: 75px;
	flex-basis: content;
}

body .gform_wrapper.gravity-theme .hour_minute_colon {
	line-height: 50px;
}

div.gform_wrapper .gfield_time_hour input[type=number], div.gform_wrapper .gfield_time_minute input[type=number] {
	padding-right: 7px !important;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin-top: 3px;
}

.gform_wrapper .gfield .gfield_date_month, .gform_wrapper .gfield .gfield_date_day, .gform_wrapper .gfield .gfield_date_year {
	max-width: unset;
	width: auto;
}

.gform_wrapper .gfield .gfield_date_month input[type=number], .gform_wrapper .gfield .gfield_date_day input[type=number] {
	width: calc(3rem + 30px) !important;
	padding-right: 0px !important;
}

.gform_wrapper .gfield .gfield_date_year input[type=number] {
	width: calc(6rem + 30px) !important;
	padding-right: 0px !important;
}

body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select, body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span, body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
	font-size: 16px;
}

table.ui-datepicker-calendar tbody {
	border: 0;
}

body .gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 150px;
}

/* Load More Styles */
.post-listing {
	margin-bottom: 40px;
}

.load-more {
	display: table;
	margin: 0 auto;
	clear: both;
}

/* Search Bar Widget */
.search-bar .widget {
	margin: 0;
	padding: 0;
}

.search-bar > .wrap {
	padding: 0;
}

.search-bar .widget.widget_product_search button {
	display: none;
}

.search-bar {
	display: none;
	/* background: #1e1e1e; */
	position: absolute;
	z-index: 9999999;
	width: 300px;
	max-width: 100%;
}

.shop-menu li {
	display: inline-block;
	font-weight: 500;
	margin: 0 8px;
	padding: 0;
}

.shop-menu li:last-child {
	margin-right: 0;
}

.shop-menu li a {
	color: var(--body-color);
	text-decoration: none;
	box-shadow: none;
}

.header-banner .shop-menu li, .header-banner .shop-menu li a, .header-banner .xoo-wsc-sc-cont, .header-banner .xoo-wsc-sc-bki {
	color: #fff;
}

.header-banner .xoo-wsc-sc-count {
	background: #fff;
	color: #000;
}

.shop-menu .side-cart-menu-item a {
	display: inline-block;
}

.shop-menu .xoo-wsc-sc-bki {
	font-size: 18px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger .xoo-wsc-sc-subt {
	order: 1;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger .xoo-wsc-sc-bkcont {
	display: flex;
	flex-direction: row-reverse;
	column-gap: 3px;
}

.shop-menu span.xoo-wsc-sc-count {
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: static;
}

.shop-menu li a svg, .shop-menu .xoo-wsc-sc-icon {
	margin-right: 5px;
}

.shop-menu li a:hover, .shop-menu li a:focus, .header-banner .shop-menu li a:hover, .header-banner .shop-menu li a:focus {
	color: var(--primary-color);
	background: none;
	padding: 0;
}

.woo-menu {
	position: relative;
	z-index: 999;
	transition: z-index 3s;
}

.woo-menu .widget {
	margin: 0;
}

.woo-menu .shop-menu {
	/* float: right;
	margin-bottom: -48px;
	margin-bottom: -58px;
	padding-top: 12px;
	position: relative; */
	font-size: 16px;
	font-size: 1.6rem;
}

.woo-menu .wrap {
	padding: 0;
}

/* Gravity Form Select Updates */
.gform_wrapper .ginput_container_select {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.gform_wrapper .reset .ginput_container_select {
	position: static;
	overflow: initial;
}

.gform_wrapper.gravity-theme .ginput_container_date select {
	padding-right: 30px !important;
}

body .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
	min-width: 95px;
	width: 100%;
	padding-left: 10px;
}

.gform_wrapper [class*="gfield_date_dropdown_"]:after, .gform_wrapper .ginput_container_select::after, .gfield:not(.international) .ginput_container .address_state::after, .ginput_container .address_country::after, div.gform_wrapper .gfield_time_ampm::after {
	right: 15px;
	top: 11px;
	position: absolute;
	pointer-events: none;
	content: "";
	mask: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z\"/></svg>");
	display: inline-block;
	background: var(--primary-color);
	mask-repeat: no-repeat;
	height: 24px;
	width: 18px;
	mask-size: 100% auto;
	mask-position: center;
}

.gform_wrapper .enhanced-ui .ginput_container_select:after {
	top: 13px;
}

.gform_wrapper [class*="gfield_date_dropdown_"]:after {
	right: 5px;
}

.ginput_container .address_state, .ginput_container .address_country, div.gform_wrapper .gfield_time_ampm, .gform_wrapper.gravity-theme .ginput_container_date {
	position: relative;
}

.ginput_container .address_state:after, .gfield:not(.international) .ginput_container .address_state:after {
	top: auto;
	bottom: 15px;
}

.ginput_container .address_country:after {
	top: auto;
	bottom: 12px;
}

div.gform_wrapper .gfield_time_ampm:after {
	right: 10px;
	top: 10px;
}

.field_sublabel_below .ginput_container .address_country:after, .field_sublabel_below .ginput_container .address_state:after, .field_sublabel_below.gfield:not(.international) .ginput_container .address_state:after {
	bottom: auto;
	top: 12px;
}

body .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .top_label .ginput_container_select select, .gform_wrapper.gravity-theme .top_label .ginput_container_date select, .gform_wrapper.gravity-theme .top_label .ginput_container_select select.medium, .gform_wrapper.gravity-theme .top_label .ginput_container_select select.large, .address_country select, .address_state select, div.gform_wrapper .gfield_time_ampm select, body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select, .gform_variation_wrapper .gform_wrapper .ginput_container_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	float: right;
	/* margin: 5px 0px; */
	padding: 0px 24px;
	line-height: 1.75;
	color: var(--body-color);
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-ms-word-break: normal;
	word-break: normal;
	padding: 0 0 0 15px;
	border-radius: 10px;
	outline: none;
	font-size: 16px;
	font-size: 1.6rem;
}

body .gform_wrapper.gravity-theme select.nitro-lazy, .gform_wrapper.gravity-theme .top_label .ginput_container_select select.nitro-lazy, .gform_wrapper.gravity-theme .top_label .ginput_container_date select.nitro-lazy, .gform_wrapper.gravity-theme .top_label .ginput_container_select select.medium.nitro-lazy, .gform_wrapper.gravity-theme .top_label .ginput_container_select select.large.nitro-lazy, .address_country select.nitro-lazy, .address_state select.nitro-lazy, div.gform_wrapper .gfield_time_ampm select.nitro-lazy, body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select.nitro-lazy, .gform_variation_wrapper .gform_wrapper .ginput_container_select select.nitro-lazy {
	background-image: none !important;
}

body div.gform_wrapper .gfield_time_ampm select, body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	float: none;
	margin-top: 0;
	margin-right: 0;
	max-width: 75px !important;
}

body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 24px;
}

.gform_wrapper .ginput_container_select select::-ms-expand {
	display: none;
}

body .gform_wrapper.gravity-theme .gfield_label, body .gform_wrapper.gravity-theme .gfield label, body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction, body .gform_wrapper.gravity-theme .chosen-container-multi, body .gform_wrapper.gravity-theme .ginput_product_price, body .gform_wrapper.gravity-theme .ginput_product_price_label, body .gform_wrapper.gravity-theme .ginput_quantity_label, body .gform_wrapper.gravity-theme input[type] {
	font-size: 16px;
	font-size: 1.6rem;
}

.gform_wrapper .chosen-container-multi .search-choice-close {
	box-shadow: none !important;
}

body .gform_wrapper.gravity-theme .gfield_label + .gfield_description {
	margin-top: 0;
}

body .gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding: 0 0 10px;
}

body .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 600;
}

.gform_wrapper.gravity-theme .gform-text-input-reset {
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

/* GF-DropDown/MultiSelect - Enhanced UI CSS START */
body .gform_wrapper .chosen-container {
	font-size: inherit;
}

body .gform_wrapper.gravity-theme .gfield select.medium.gfield_select+div.chosen-container-multi[style], body .gform_wrapper.gravity-theme .gfield select.medium.gfield_select+div.chosen-container-single[style] {
	width: 100% !important;
}

.gform_wrapper .gfield.enhanced-ui .ginput_container_select {
	overflow: visible;
}

body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single, body .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single, body .gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
	height: auto !important;
	background: #fff;
	padding: 0;
	line-height: inherit !important;
	border: 1px solid #ccc;
	box-shadow: none;
}

body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
	padding: 10px 15px;
	line-height: inherit;
	margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div, body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
	display: none;
}

body .gform_wrapper.gravity-theme .chosen-container .chosen-results {
	color: inherit;
}

body .gform_wrapper .gfield.enhanced-ui .ginput_container_select svg {
	top: 10px;
}

body .gform_wrapper .chosen-container-multi .chosen-choices {
	padding: 8px 15px 2px;
}

/* Enhanced UI CSS END */
.video-wrapper {
	width: 100%;
	position: relative;
}

.video-block {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-overlay * {
	padding: .4em;
	margin: 0;
}

.video-overlay {
	text-shadow: 2px 2px 2px #000;
	color: white;
	z-index: 99;
}

.video-overlay h1 {
	font-size: 2em;
	color: #fff;
	text-align: center;
}

.video-overlay h2 {
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}

.video-overlay h3 {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}

.videoClick {
	text-align: center;
}

.videoClick a {
	color: white;
	background-color: rgba(241, 241, 241, .25);
	font-size: 1.7em;
	cursor: pointer;
	cursor: hand;
}

.video {
	display: none;
}

.video-sub {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 992px) {
	.video {
		display: block;
		width: 100%;
	}
	
	.video-sub {
		display: none;
	}
}

/* =============================
	Magnific Defaults
==============================*/
body .mfp-image-holder .mfp-close {
	background: #fff;
	color: var(--heading-color);
	opacity: 1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	padding: 0;
	text-indent: 3px;
	right: -15px;
	top: -15px;
	text-indent: 1px;
	right: -15px;
	top: 25px;
}

body .mfp-bottom-bar {}

body .mfp-figure small {
	color: #fff;
	display: block;
	font-size: 80%;
	line-height: 1;
	margin-top: 5px;
}

body .mfp-title {
	line-height: 1.4;
	font-weight: 600;
}

body div.mfp-counter {
	top: 0;
}

body img.mfp-img {}

.mfp-figure figure figcaption {
	margin: 0;
}

body .mfp-counter {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

body div.mfp-iframe-holder {
	padding-right: 5%;
	padding-left: 5%;
}

body .mfp-image-holder .mfp-content {
	max-width: calc(100% - 100px);
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 35px;
	width: auto;
	max-width: 740px;
	margin: 20px auto;
	overflow: hidden;
}

/* .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
} */
.xoo-wsc-basket {
	position: static !important;
	box-shadow: none !important;
	display: none !important;
}

body .xoo-wsc-header {
	border-bottom: 2px solid #eee;
	padding: 10px 15px;
}

.site-header .xoo-wsc-basket {
	display: block !important;
}

#sticky-wrapper {
	position: relative;
	z-index: 9995;
}

.xoo-wsc-tax.xoo-wsc-tool, .xoo-wsc-shipping.xoo-wsc-tool, .xoo-wsc-total.xoo-wsc-tool, .xoo-wsc-discount.xoo-wsc-tool {
	display: none;
}

.genesis-nav-menu .menu-item.hide-logged-out {
	display: none;
}

.logged-in .genesis-nav-menu .menu-item.hide-logged-out {
	display: inline-block;
}

.logged-in .genesis-nav-menu .menu-item.hide-logged-in {
	display: none;
}

.genesis-nav-menu .menu-item.show-mobile {
	display: none;
}

.xoo-wsc-qtybox input[type=number].xoo-wsc-qty {
	width: auto;
	min-width: 25px;
}

.hide-social .swp_social_panel, .hjs-flex-content .swp_social_panel {
	display: none;
}

.hjs-flex-content .flex-content .swp_social_panel {
	display: block;
}

.content-banner {
	margin-bottom: 20px;
}

.content-banner img {
	display: block;
}

.global-cta .title-wrap {
	max-width: 920px;
	margin: 0 auto;
}

/* -- Global CTA Newsletter -- */
.global-cta .gform-body {
	width: 80%;
	margin-right: 14px;
}

.global-cta #gform_3 {
	display: flex;
}

.global-cta .gform_wrapper.gravity-theme .gform_footer, .global-cta .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 3px 0 0 0;
}

.global-cta .gform_footer .gform_button {
	line-height: 1.3;
	width: 100%;
	padding: 15px 10px 12px;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
	flex-grow: 1;
}

.global-cta .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	grid-column: span 4;
}

.global-cta .gform_wrapper.gravity-theme .gfield.gfield--width-half.gf_right_half {
	grid-column: span 8;
}

/* -- Global CTA Newsletter -- */
#global-contact-form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 15px 20px 20px;
}

#global-contact-form .gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0;
}

.global-form.slideup-form {
	height: auto;
	display: none;
}

.global-form.slideup-form {
	position: fixed;
	width: auto;
	bottom: 0;
	right: 0;
	z-index: 999;
	color: #fff;
}

.global-form.slideup-form .form-title-area {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 57px;
	background: #000;
	color: #fff;
	overflow: hidden;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	border: none;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid var(--primary-color);
	cursor: pointer;
}

a.slideup-toggle {
	display: block;
	overflow: hidden;
	border: none;
}

.global-form.slideup-form .form-title-area h3 {
	color: #fff;
	width: auto;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
}

span.mobile-toggle {
	color: #fff;
	border: none;
	background: none;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
}

.global-form.slideup-form.active span.mobile-toggle {
	display: none;
}

/* .global-form.slideup-form .form-wrap {
	width: 100%;
	max-width: 350px;
	float: none;
	position: static;
	display: none;
	background: #000;
	clear: both;
	padding: 20px
}

.global-form.slideup-form .form-wrap .form {
	padding: 25px 40px
}

.global-form.slideup-form .form-wrap .form {
	background: #1f1e30
} */
.global-form.slideup-form.active span.mobile-toggle {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* .slideup-form div.gform_wrapper h3.gform_title {
	margin: 0;
	color: #fff;
}

.slideup-form .gform_wrapper button[type="submit"] {
	width: 100%
}

.slideup-form .gform_wrapper .gform_footer {
	margin-top: 0
} */
#global-subscribe-form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 0 20px 20px;
}

/* # Single Post Author Info
------------------------------------------------------------------------------------------------ */
.author-content {
	background: #eef2f6;
	padding: 25px;
	margin: 0 0 80px;
	line-height: 1.6;
}

.author-content .wrap {
	padding: 0;
}

.author-content img {
	display: block;
	margin: 0 0 10px;
	border-radius: 50%;
}

.author-content h2 {
	text-decoration: none;
	font-size: 38px;
	font-size: 2.8rem;
	color: var(--heading-color);
	display: block;
	padding: 0;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 600;
}

.author-content .author-role {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
	color: #777;
	font-style: italic;
	padding: 0;
	text-transform: uppercase;
}

.author-content .author-bio {
	margin: 10px 0;
}

.author-bio p:last-of-type {
	display: inline;
}

.author-content a.read-more {
	text-decoration: none;
	margin-left: 10px;
	-webkit-box-shadow: inset 0 -2px 0 #e45026;
	box-shadow: inset 0 -2px 0 #e45026;
	color: #00142d;
}

.author-content a.read-more:hover, .author-content a.read-more:focus {
	color: #e45026;
}

a.read-more .svg-inline--fa {
	vertical-align: -.175em;
}

.author-content .author-follow a {
	margin: 0 10px 0;
	text-decoration: none;
}

.author-content .author-follow a:first-child {
	margin-left: 10px;
	margin-right: 0;
}

/* Related Posts START */
div.rp4wp-related-posts {
	overflow: hidden;
	background: #ededf2;
	padding: 20px 25px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

div.rp4wp-related-posts h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 28px;
	text-transform: uppercase;
}

div.rp4wp-related-posts ul>li {
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px;
}

div.rp4wp-related-posts ul>li img {
	display: block;
}

div.rp4wp-related-post-content > a {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
	/* padding-bottom: 7px; */
	color: var(--heading-color);
	text-decoration: none;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	text-transform: uppercase;
	box-shadow: none !important;
}

div.rp4wp-related-post-content > a:hover, div.rp4wp-related-post-content > a:focus {
	color: var(--primary-color);
}

div.rp4wp-related-post-content p {
	font-size: 16px;
	font-size: 1.6rem;
}

div.rp4wp-related-post-image {
	width: 20%;
}

div.rp4wp-related-post-content {
	width: 80%;
	float: left;
}

/* Related Posts END */

/* # Popup Maker
---------------------------------------------------------------------------------------------------- */
body div.pum-overlay {
	background: rgba(0, 0, 0, .6);
}

/* div.pum-container div.pum-content + .pum-close.popmake-close:after {
    font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
    content: '\f00d';
    font-weight: 900;
    height: auto;
    width: auto;
    left: auto;
    bottom: auto;
    color: #000000;
    font-size: 30px;
    display: none;
} */

/* div.pum-container div.pum-content + .pum-close.popmake-close svg {
    font-size: 30px;
} */
body div.pum-overlay div.pum-container {
	padding: 18px;
	border-radius: 0px;
	border: 1px none #000;
	box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, .23);
	background-color: rgba(249, 249, 249, 1);
	position: relative;
	background: #fff;
	padding: 30px;
	width: auto;
	max-width: 740px !important;
	margin: 20px auto;
	overflow: hidden;
}

body div.pum-overlay div.pum-content+.pum-close {
	top: 0;
	right: 0;
	background: var(--primary-color);
	line-height: 1.4;
	font-weight: 400;
	padding: 8px 12px;
	border-radius: 0;
}

body div.pum-overlay div.pum-content+.pum-close:hover, body div.pum-overlay div.pum-content+.pum-close:focus {
	background: var(--secondary-color);
}

div.pum-container .gform_heading {
	text-align: center;
	color: var(--heading-color);
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 20px;
}

div.pum-container .gform_wrapper .gform_description {
	width: auto;
	margin-bottom: 0;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}

div.pum-container div.gform_wrapper .gform_footer {
	padding-right: 0;
}

div.pum-container div.gform_wrapper .gform_footer button {
	width: 100%;
}

div.pum-container .pum-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1;
}

body div.pum-container.pum-responsive.pum-responsive-medium {
	width: 100%;
}

.cat-nav {
	padding: 0 15px;
	background: none;
	/* color: #fff; */
	color: var(--body-color);
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

.cat-nav svg {
	font-size: 85%;
}

a.cat-nav:hover, a.cat-nav:focus {
	color: var(--primary-color);
}

.category-links-wrap {
	/* margin-bottom: 40px; */
	text-align: center;
	/* background: #1e1e1e; */
	padding: 30px 0;
}

.category-links-wrap h3 {
	/* color: #fff; */
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

/* .blog .archive-description {
	display: none;
} */

/* .blog .site-inner,
.category .site-inner,
.tag .site-inner,
.author .site-inner  {
	padding-top: 0;
} */
.acf-editor-wrap.tmce-active .wp-editor-area {
	color: #222 !important;
}

/* .alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
} */
.entry-content .alignfull, .entry-content .alignwide {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

@media only screen and ( min-width: 950px ) {
	.entry-content .alignwide {
		margin-left: -125px;
		margin-right: -125px;
		max-width: 950px;
	}
}

.entry .video-info {
	text-align: left;
	margin-top: 5px;
	line-height: 1.4;
}

.cards-wrap .entry .video-info {
	padding: 0 20px;
}

.entry .video-info .label {
	color: #101010;
	opacity: .5;
	font-weight: 500;
}

.entry .video-info .sep {
	display: inline-block;
	margin: 0 10px;
}

.entry .video-info .sermon-category a, .cards-wrap .entry .video-info .sermon-category a {
	display: inline;
	text-decoration: none;
}

.single-sermon .content-sidebar-wrap {}

.single-sermon .entry-header.video {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(16, 16, 16, .2);
}

.single-sermon .entry-header.video .title-info-wrap {
	width: 55%;
}

.single-sermon  .entry-header.video.entry-title {
	margin-bottom: 10px;
}

.single-sermon .entry .entry-header.video .video-info {
	margin-top: 15px;
}

.single-sermon .entry-header .buttons-wrap {
	width: 45%;
	text-align: right;
}

.single-sermon .entry-header .buttons-wrap ul {
	margin: 0;
}

.single-sermon .entry-header .buttons-wrap ul li {
	display: inline-block;
	margin-right: 40px;
	list-style: none;
}

.single-sermon .entry-header .buttons-wrap ul li:last-of-type {
	margin-right: 0;
}

.single-sermon .entry-header .buttons-wrap ul li a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	color: #101010;
}

.single-sermon .entry-header .buttons-wrap ul li a:hover, .single-sermon .entry-header .buttons-wrap ul li a:focus {
	color: var(--secondary-color);
}

.single-sermon .entry-header .buttons-wrap ul li a:hover > span, .single-sermon .entry-header .buttons-wrap ul li a:focus > span {
	background: var(--secondary-color);
}

.single-sermon .entry-header .buttons-wrap ul li a > span {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 75px;
	height: 75px;
	background: var(--primary-color);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-sermon .entry-header .buttons-wrap ul li a > span svg {
	font-size: 30px;
	font-size: 3rem;
}

.single-sermon .entry-header .audio-player {
	width: 100%;
	margin-top: 15px;
	display: none;
}

.single-sermon .entry-header .audio-player audio {
	width: 100%;
}

.single-sermon .entry-header .audio-player .speed-control {
	display: flex;
	align-items: center;
	margin-left: 20px;
	text-transform: uppercase;
}

.single-sermon .entry-header .audio-player .speed-control span {
	margin-left: 8px;
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 10px 20px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 5px;
	text-transform: uppercase;
	line-height: 1;
}

.single-sermon .content-header {
	margin-top: 20px;
	margin-bottom: 5px;
}

.single-sermon .related-articles-downloads.hjs-section {
	padding: 30px 30px;
	background: #ededf2;
}

.single-sermon .related-articles-downloads .card {
	background: #fff;
}

.single-sermon .other-videos .cards-wrap {
	margin-top: 20px;
}

.single-sermon .other-videos.hjs-section {
	background: #ededf2;
	padding: 30px 30px 0;
	margin-top: 30px;
}

.single-sermon .other-videos .cards-wrap .entry .entry-header .entry-title {
	text-align: left;
	justify-content: flex-start;
}

.prev-next.hjs-section {
	padding: 40px 0 !important;
}

.prev-next-buttons {
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}

.prev-next-buttons .prev, .prev-next-buttons .next {
	text-align: center;
	width: 49% !important;
}

.prev-next-buttons .sermon-video-image-wrap {
	position: relative;
}

.prev-next-buttons .sermon-video-image-wrap img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.prev-next-buttons a.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	left: 0;
	top: 0;
}

.prev-next-buttons .prev svg {
	margin-right: 5px;
}

.prev-next-buttons .next svg {
	margin-left: 5px;
}

/* Review Bades Style CSS ************************** START **************************** */
.hjs-review-badge {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border-top: 5px solid var(--primary-color);
	border-radius: 3px;
	padding: 10px;
	line-height: 1;
	color: var(--body-color);
	vertical-align: top;
	margin: 5px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

.hjs-review-badge .badge-source-logo, .hjs-review-badge .badge-source-logo svg {
	width: 40px;
	height: 40px;
}

.hjs-review-badge .review-details {
	text-align: left;
	margin-left: 12px;
}

.hjs-review-badge .review-heading {
	margin-bottom: 10px;
	color: var(--heading-color);
}

.hjs-review-badge .based-on-text {
	color: var(--body-color);
}

.hjs-review-badge .score-stars {
	margin-bottom: 10px;
	color: #f7941d;
}

.hjs-review-badge.fb-review-badge .score-stars, .hjs-review-badge.fb-review-badge .badge-source-logo svg {
	color: #3c5b9b;
}

.hjs-review-badge.yelp-review-badge .score-stars, .hjs-review-badge.yelp-review-badge .badge-source-logo svg {
	color: #f15c4f;
}

.hjs-review-badge .score {
	font-weight: 500;
	font-size: 20px;
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 4px;
}

/* Review Bades Style CSS ************************** END **************************** */

/* Gravity Forms Error style only color indicatio no error message ********** START ***************** */
body .gform_wrapper div.validation_error, .gform_wrapper ol.validation_list, .gform_wrapper div#error {
	display: none;
}

body .gform_wrapper .top_label .gfield_error {
	width: 100%;
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

body .gform_wrapper.gform_validation_error .top_label input.medium, body .gform_wrapper.gform_validation_error .top_label select.medium {}

body .gform_wrapper .top_label .gfield_error input, html:not(.browser-android) body .gform_wrapper .top_label .gfield_error select, .gform_wrapper .gfield_error .chosen-container-multi .chosen-choices, .gform_wrapper .gfield_error .chosen-container-single .chosen-single, .gform_wrapper .gfield_error textarea {
	background-color: #ffdfdf !important;
	background-image: none;
}

body .gform_wrapper .top_label .gfield_error input.nitro-lazy, html:not(.browser-android) body .gform_wrapper .top_label .gfield_error select.nitro-lazy, .gform_wrapper .gfield_error .chosen-container-multi .chosen-choices.nitro-lazy, .gform_wrapper .gfield_error .chosen-container-single .chosen-single.nitro-lazy, .gform_wrapper .gfield_error textarea.nitro-lazy {
	background-image: none !important;
}

body .gform_wrapper .validation_message, body .gform_wrapper .ginput_container+.gfield_description.validation_message {
	background: none;
	border: 0;
	padding: 0;
	margin-top: 2px;
}

.gform_wrapper .gform_validation_errors h2 {
	color: #c02b0a !important;
	text-align: left;
}

.gform_wrapper.gravity-theme .gfield textarea {
	display: block;
}

/* Gravity Forms Error style only color indicatio no error message ********** END ***************** */

/* #Custom CSS - Start
------------------------------------------------------------------------------------- */
body.blog .site-inner, body.archive .site-inner, body.search .site-inner {
	background: #fafafa;
}

.hjs-mobile-menu-container ul li.current-menu-item > a {
	background: none !important;
}

/* #Custom CSS - End
------------------------------------------------------------------------------------- */
.single-team .team-profile {
	display: inline-block;
	width: 100%;
}

.single-team .team-title {
	margin-bottom: 5px;
}

.single-team .team-subtitle {
	margin-bottom: 10px;
}

.single-team .team-email, .single-team .team-phone {
	margin-bottom: 10px;
}

.single-team .team-email a, .single-team .team-phone a {
	box-shadow: none !important;
}

.single-team .team-email a svg, .single-team .team-phone a svg {
	color: var(--primary-color);
	margin-right: 4px;
	vertical-align: middle;
}

.single-team .team-sub-heading {
	margin-bottom: 10px;
}

.single-team .team-sub-heading.contact-heading {
	margin-top: 20px;
}

.single-team .team-social {
	display: inline-block;
	margin-left: 10px;
}

.single-team .team-social li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.page-menu {
	padding: 30px 0;
	background: #f4f4f4;
}

.page-menu .widget {
	margin: 0;
	text-align: center;
}

.page-menu .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 23px;
}

.page-menu ul.menu {
	margin: 0 -10px;
}

.page-menu ul.menu li {
	display: inline-block;
	margin: 0 10px;
}

.page-menu ul.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: var(--body-color);
}

.page-menu ul.menu li.current-menu-item a, .page-menu ul.menu li a:hover, .page-menu ul.menu li a:focus {
	color: var(--primary-color);
}

/* Related posts below content-sidebar wrap CSS START */
.related-posts-container {
	clear: both;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.related-posts-container .wrap {
	padding: 0;
}

.related-posts-wrap div.rp4wp-related-posts {
	background: none;
	border: 0;
	padding: 0;
	overflow: visible;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.related-posts-wrap div.rp4wp-related-posts h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	line-height: 1;
}

.related-posts-wrap .rp4wp-related-posts ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -25px;
}

.related-posts-wrap div.rp4wp-related-posts ul>li {
	width: 31.75%;
	box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 10%);
	/* border-radius: 5px; */
	display: flex;
	flex-direction: column;
	background: #fff;
}

.related-posts-wrap div.rp4wp-related-post-image {
	width: 20%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.related-posts-wrap div.rp4wp-related-post-image img {
	width: 100%;
}

.related-posts-wrap div.rp4wp-related-post-content {
	width: 100%;
	padding: 15px 20px 25px;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.related-posts-wrap div.rp4wp-related-post-content p {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.related-posts-wrap div.rp4wp-related-post-content > a {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	min-height: 48px;
}

.related-posts-wrap a.button, .related-posts-wrap a.hjs-link {
	display: table;
	margin: 20px auto 0;
}

.related-posts-wrap a.hjs-link {
	color: #e45026;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.related-posts-wrap a.hjs-link:hover, .related-posts-wrap a.hjs-link:focus {
	color: var(--body-color);
}

/* Related posts below content-sidebar wrap CSS END */

/* Use SVG instead of Fontawesome pseudo elements css ***** START ********** Uncomment this if required */

/*
.gform_wrapper [class*="gfield_date_dropdown_"]:after,
.gform_wrapper .ginput_container_select::after,
.gfield:not(.international) .ginput_container .address_state::after,
.ginput_container .address_country::after,
div.gform_wrapper .gfield_time_ampm::after {
	display: block;
	font-family: inherit;
	font-size: inherit;
    content: '';
    right: 8px;
    top: 16px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    background: url(images/caret-down-solid-primary.svg);
    width: 19px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.gform_wrapper [class*="gfield_date_dropdown_"]:after,
.gform_wrapper .ginput_container_select:after,
.ginput_container .address_state:after,
.ginput_container .address_country:after,
div.gform_wrapper .gfield_time_ampm:after {
	right: 15px;
	top: 16px;
	position: absolute;
}
body .gform_wrapper .gfield.enhanced-ui .ginput_container_select:after {
	top: 10px;
}
.gform_wrapper [class*="gfield_date_dropdown_"]:after {
    right: 5px;
}
.ginput_container .address_state:after,
.gfield:not(.international) .ginput_container .address_state:after {
    top: auto;
	bottom: 15px;
}
.ginput_container .address_country:after  {
    top: auto;
	bottom: 10px;
}
div.gform_wrapper .gfield_time_ampm:after {
	right: 10px;
	top: 10px;
}

body a.hjs-link:after,body span.hjs-link:after{
    display: inline-block;
    font-family: "inherit";
    content: ">>";
    background: url(images/chevron-double-right-solid-primary.svg);
    font-size: 90%;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 5px;
    line-height: 1;
    color: transparent;
    position: relative;
    top: -1px;
}
body a.hjs-link:hover:after,
body a.hjs-link:focus:after,
body span.hjs-link:hover:after,
body span.hjs-link:focus:after {
    background-image: url(images/chevron-double-right-solid.svg);
} */
.genesis-nav-menu .menu-item.menu-item-has-children>a:after {
	/* display: inline-block;
    font-family: inherit;
    content: "";
    background: url(images/angle-down-solid.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 10px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px; */
	content: "";
	mask: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z\"/></svg>");
	display: inline-block;
	background: currentcolor;
	mask-repeat: no-repeat;
	height: 15px;
	width: 15px;
	mask-position: center;
	mask-size: 100%;
	margin-left: 4px;
	position: relative;
	top: 1px;
}

/* .header-banner .genesis-nav-menu .menu-item.menu-item-has-children>a:after {
    background-image: url(images/angle-down-solid-white.svg);
} */
.genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a:after {
	content: "";
	/* background: url(images/angle-down-solid.svg); */
	float: right;
	transform: rotate(-90deg);
}

/* .genesis-nav-menu .current-menu-item>a:after, */

/* .genesis-nav-menu .sub-menu .current-menu-item>a:after, */
.genesis-nav-menu .menu-item.sfHover>a:after, .genesis-nav-menu a:focus:after, .genesis-nav-menu a:hover:after, .absolute-header .site-header .genesis-nav-menu a:hover:after, .absolute-header .site-header .genesis-nav-menu a:focus:after, .genesis-nav-menu .sub-menu .current-menu-item>a:focus:after, .genesis-nav-menu .sub-menu .current-menu-item>a:hover:after, .genesis-nav-menu .sub-menu a:hover:after, .genesis-nav-menu .sub-menu a:focus:after, .genesis-nav-menu .sub-menu .menu-item.sfHover>a:after, .header-banner .genesis-nav-menu > li > a:hover:after, .header-banner .genesis-nav-menu > li > a:focus:after {}

/*
body form.woocommerce-product-search button:after {
    display: block;
    content: '';
    font-family: inherit;
    background: url(images/search-solid-white.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 18px;
} */

/* Use SVG instead of Fontawesome pseudo elements css ***** START **********/
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	border: none;
	box-shadow: none;
	color: #ddd !important;
	background: none;
}

/* Use below css to display readonly inline calendar */

/* body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover,
body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: none;
    outline: 0;
	box-shadow: none;
	color: #2f4054;
	cursor: default;
}
body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default,
body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    border: 0!important;
} */
.mobile.open-search {
	display: none;
}

.center-logo-header .site-header {
	position: relative;
	width: 100%;
	z-index: 991;
	background: #fff;
	/* margin-top: 47px; */
	padding: 0;
}

.sticky-header .site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.home.header-banner .site-header {
	position: absolute;
	z-index: 991;
	width: 100%;
}

.center-logo-header .site-header .nav-primary {
	margin-top: 0;
	width: 100%;
}

.center-logo-header .site-header .title-area {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.center-logo-header .site-header .nav-primary ul.menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	justify-content: space-between;
}

.center-logo-header .site-header li.break {
	margin-right: auto;
}

.center-logo-header .site-header .nav-primary .genesis-nav-menu a {
	padding: 22px 0;
}

.slick-slide > div {
	height: 100%;
}

.global-fixed-buttons {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transform: translateY(-50%);
	row-gap: 10px;
}

.global-fixed-buttons a {
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	border-radius: 5px 0 0 5px;
	padding: 7px 10px 7px 17px;
	text-decoration: none;
}

.global-fixed-buttons a .link-icon {
	display: inline-block;
	margin-right: 7px;
}

.global-fixed-buttons a .link-text {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all 1s;
}

.global-fixed-buttons a:hover .link-text, .global-fixed-buttons a:focus .link-text {
	max-width: 300px;
}

.gform_wrapper.gravity-theme .gfield.short-field {
	max-width: 500px;
}

.lan-switcher {
	display: flex;
	align-items: center;
}

.lan-switcher svg {
	fill: #665f4f;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.lan-switcher aside {
	display: flex;
	align-items: center;
}

.lan-switcher aside, .lan-switcher aside ul li a {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
}

.lan-switcher aside .wgcurrent {
	color: #c3922e;
	text-decoration: underline;
}

.lan-switcher aside ul li a {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 800;
	color: #665f4f;
	display: block;
	padding: 0 0 0 7px;
	border-left: 1px solid #000;
	margin-left: 8px;
}

.country-selector.weglot-inline li {
	margin-top: 0 !important;
}

.lan-switcher .country-selector.weglot-inline ul {
	vertical-align: unset;
	display: flex;
}

body .gform_wrapper.gravity-theme .gform_delete_file {
	background-color: var(--primary-color);
	padding: 5px 12px;
	margin-left: 10px;
}

body .facetwp-checkbox {
	background: none !important;
	position: relative;
	padding-left: 27px;
}

body .facetwp-checkbox:before {
	content: "";
	mask: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--><path d=\"M320 112c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l256 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64z\"/></svg>");
	display: inline-block;
	background: #918f8f;
	mask-repeat: no-repeat;
	height: 18px;
	width: 18px;
	mask-position: center;
	mask-size: 100%;
	left: 0;
	position: absolute;
	top: 5px;
}

body .facetwp-checkbox.checked:before {
	mask-image: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\"/></svg>");
	background: var(--primary-color);
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button {
	background: none;
	box-shadow: none;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:focus {
	color: #f57f23;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
	background: none !important;
	border: 0;
	padding: 0;
}

body button.hjs-mobile-menu-trigger {
	margin-top: 0;
}

.woo-menu.mobile, .header-right-top.mobile {
	display: none;
}

a:has(img) {
	box-shadow: none !important;
}

.single-post .content {
	max-width: var(--single-post-max-width);
}

.top-bar .mobile-label, .site-header .mobile-label, .header-right-links .mobile-label {
	display: none;
}

.sticky-sidebar .content-sidebar-wrap .sidebar {
	position: sticky;
	top: 0;
}

.entry .post-subtitle {
	display: table;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	font-weight: 600;
	color: #555;
	line-height: 1.5;
}

.recent-posts .entry .post-subtitle {
	margin-top: 10px;
}

.entry a.post-subtitle {
	color: var(--primary-color);
}

.entry a.post-subtitle:hover, .entry a.post-subtitle:focus {
	color: var(--body-color);
}

.single .entry .post-subtitle {
	text-align: left;
	margin: 0 0 20px;
}

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

/* Set the browser width to 1200px and style then place styles here */
@media only screen and (max-width: 1399px) {
	.content-sidebar-wrap, .wrap, .tribe-common.tribe-events .tribe-common-l-container, #tribe-events-pg-template, .footer-newsletter .wrap, div.hp-page {
		/* max-width: 1140px; */
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.nav-primary .wrap {
		padding-right: 0;
		padding-left: 0;
	}
	
	.footer-newsletter .wrap div.gform_wrapper {
		max-width: 100%;
	}
	
	.genesis-nav-menu .menu-item {
		margin: 0 10px;
	}
}

/* Set the browser width to 1024px and style then place styles here */
@media only screen and (max-width: 1199px) {
	.genesis-nav-menu .menu-item {
		margin: 0 8px;
	}
	
	#global-features .feature {
		padding: 60px 30px;
	}
	
	#global-features .wrap > div.one-fourth {
		flex-basis: 50%;
	}
	
	.global-contact .section-bottom-content.list-columns-7 ul li, .hjs-section.checklist.list-columns-7 ul li {
		width: 14.5%;
	}
	
	.site-header .genesis-nav-menu {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	h1, .entry-title, .archive-title, .global-contact h3.section-title, .global-contact div.gform_wrapper h2.gform_title, .form-content h2.contact-title, .form-content div.gform_wrapper h2.gform_title, .page-banner h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

/* Set the browser width to 901px and style then place styles here */
@media only screen and (max-width: 1023px) {
	.global-cta .gform-body {
		width: 75%;
	}
	
	#global-partners-wrap ul li {
		width: 24%;
		padding: 0 1%;
	}
	
	.content, .tribe-events-single .event-sidebar-content-wrap .tribe_events, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .tribe-events-single .event-sidebar-content-wrap .event-sidebar, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	
	.tribe-events-single .event-sidebar-content-wrap .tribe_events {
		margin-bottom: 50px;
	}
	
	.genesis-nav-menu li, .header-image .title-area, .site-header ul.genesis-nav-menu, .site-header .search-form {
		float: none;
	}
	
	.genesis-nav-menu {
		text-align: center;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.site-header .widget_product_search {
		display: none;
	}
	
	.site-header .nav-primary {
		background: none;
		border: none;
		width: 300px;
		float: right;
		margin-top: 8px;
		padding: 0;
		clear: right;
	}
	
	.site-header .nav-primary .genesis-nav-menu .sub-menu, .site-header .genesis-nav-menu .sub-menu {
		margin-left: 0;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		margin: 0 auto 40px;
	}
	
	.footer-newsletter .gform_wrapper .gform_heading {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-newsletter div.gform_wrapper .gform_footer, .footer-newsletter.stacked div.gform_wrapper .gform_footer {
		width: 28.5%;
	}
	
	.footer-newsletter .gform_wrapper .gform_body, .footer-newsletter.stacked .gform_wrapper .gform_body {
		width: 71%;
	}
	
	.site-header {
		padding: 12px 0;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin-left: 0;
		text-align: center;
	}
	
	.breadcrumb {
		padding-left: 0;
		padding-right: 0;
	}
	
	.single-post .content-sidebar-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	
	.single-post .content-sidebar-wrap .content {
		order: 1;
	}
	
	.single-post .content-sidebar-wrap .sidebar-primary {
		order: 3;
		margin-top: 30px;
	}
	
	.single-post .content-sidebar-wrap .related-posts-container {
		order: 2;
	}
	
	.nav-primary {
		display: none;
	}
	
	.global-contact .section-bottom-content.list-columns-7 ul li, .hjs-section.checklist.list-columns-7 ul li, .global-contact .section-bottom-content.list-columns-6 ul li, .hjs-section.checklist.list-columns-6 ul li {
		width: 18%;
	}
	
	.mobile.open-search {
		display: inline-block;
		font-size: 25px;
		margin-top: 12px;
		margin-left: 15px;
	}
	
	.header-banner .mobile.open-search {
		color: #fff;
	}
	
	.site-header > .wrap {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.site-header .woo-menu, .site-header .header-right-top {
		display: none;
	}
	
	.woo-menu.mobile {
		display: block;
		order: 0;
		float: none;
		background: #000;
		color: #fff;
		width: 100vw;
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		max-width: 100vw;
		padding: 5px 0;
		text-align: center;
	}
	
	.header-right-top.mobile {
		display: flex;
		float: none;
		padding: 0 3%;
		justify-content: space-between;
		margin: 5px 0;
	}
	
	.header-right-top.mobile *:last-child {
		margin-left: auto;
	}
	
	.top-bar + .woo-menu.mobile, .top-bar-full + .woo-menu.mobile {
		border-top: 1px solid #727272;
	}
	
	.shop-menu span.xoo-wsc-sc-count {
		background: #fff;
		color: var(--heading-color);
	}
	
	body .xoo-wsc-sc-bki {
		color: #fff;
	}
	
	.side-cart-menu-item .xoo-wsc-sc-cont {
		color: #fff;
	}
	
	.woo-menu ul li a, .woo-menu ul li {
		color: #fff;
		margin: 0;
	}
	
	.woo-menu ul li {
		margin: 0 10px;
	}
	
	.site-header .header-right-bottom {
		display: flex;
		margin: 0 0 0 auto;
	}
	
	.site-header .widget-area {
		justify-content: var(--header-vertical-align-mobile);
	}
	
	.sidebar-top-mobile .content-sidebar-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		row-gap: 40px;
	}
	
	.sidebar-top-mobile .content-sidebar-wrap .sidebar {
		margin-top: 0;
	}
}

/* Set the browser width to 768px / 740px and style then place styles here */
@media only screen and (max-width: 900px) {
	h1, .entry-title, .archive-title, .global-contact h3.section-title, .global-contact div.gform_wrapper h2.gform_title, .form-content h2.contact-title, .form-content div.gform_wrapper h2.gform_title, .page-banner h1 {
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	.global-cta .gform-body {
		width: 70%;
	}
	
	body, body>div {}
	
	/* .site-inner {
		padding: 5% 0 0;
	} */
	.content-sidebar-wrap, .tribe-common.tribe-events .tribe-common-l-container, #tribe-events-pg-template, div.hp-page {
		/* margin-top: 5%; */
		padding-bottom: 5%;
	}
	
	/* .entry, */
	.after-entry, .archive-description, .author-box, .comment-respond, .entry-comments, .entry-pings, .sidebar .widget {
		/*padding: 30px;*/
		margin-bottom: 5%;
	}
	
	.sidebar {
		margin-top: 5%;
	}
	
	.pagination {
		margin: 5% auto;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.shop-menu li.welcome-message, .shop-menu li.sep {
		display: none;
	}
	
	.social-links ul li {
		margin: 0 6px 15px;
	}
	
	.global-contact.hjs-section .one-third {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.global-contact .one-third.first {
		padding-top: 0;
	}
	
	.global-contact .one-third h3.section-title, .global-contact .one-third .section-subtitle, .global-contact .one-third .section-description {
		text-align: center;
	}
	
	.global-contact div.gform_wrapper h2.gform_title, .global-contact div.gform_wrapper .gform_footer {
		text-align: center;
	}
	
	.single-sermon .entry-header.video {
		flex-wrap: wrap;
	}
	
	.single-sermon .entry-header.video .title-info-wrap {
		width: 100%;
	}
	
	.single-sermon .entry-header .buttons-wrap {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	
	#global-features .wrap > div.one-third {
		flex-basis: 100%;
	}
	
	.related-posts-wrap div.rp4wp-related-posts ul>li {
		width: 48.5%;
	}
	
	.gc-simple-wrap {
		width: 100%;
		margin-top: 20px;
		float: none;
		text-align: center;
	}
	
	.global-contact.simple-ui .gform_wrapper.gravity-theme .gform_footer {
		text-align: center;
	}
}

/* Set the browser width to 480px and style then place styles here */
@media only screen and (max-width: 739px) {
	.header-right-links ul li:last-of-type .button {
		background-color: #e5e5e5;
	}
	
	h1, .entry-title, .archive-title, .global-contact h3.section-title, .global-contact div.gform_wrapper h2.gform_title, .form-content h2.contact-title, .form-content div.gform_wrapper h2.gform_title, .page-banner h1 {
		font-size: 30px;
		font-size: 3rem;
	}
	
	h3, .global-contact h3, .form-content .content-wrap h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.global-cta #gform_3, .global-cta .gform_wrapper.gravity-theme .gform_fields {
		display: unset;
	}
	
	.global-cta .gform-body {
		width: 100%;
	}
	
	#global-partners-wrap ul li {
		width: 45%;
		padding: 0 4%;
	}
	
	body, body>div {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.content-sidebar-wrap, .wrap, main.tribe-events-pg-template, main#tribe-events-pg-template, .footer-newsletter .wrap, div.hp-page {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	div.mfp-container {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	body .mfp-image-holder .mfp-content {
		max-width: calc(110% - 80px);
	}
	
	.footer-newsletter .gform_wrapper .gform_body, .footer-newsletter.stacked .gform_wrapper .gform_body {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}
	
	.footer-newsletter div.gform_wrapper .gform_footer, .footer-newsletter.stacked div.gform_wrapper .gform_footer {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	
	.hide-text-mobile {
		display: none;
	}
	
	.top-bar .widget {
		width: 100%;
		text-align: center;
		float: none;
	}
	
	.top-bar-contact ul li {
		margin: 0 0;
	}
	
	.top-bar-social {
		display: none;
	}
	
	.genesis-nav-menu .menu-item.show-mobile {
		display: inline-block;
	}
	
	.genesis-nav-menu .menu-item.hide-mobile {
		display: none;
	}
	
	.site-footer {
		padding-bottom: 70px;
	}
	
	.global-form.slideup-form {
		display: block !important;
	}
	
	.global-form.slideup-form .form-title-area {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 68px;
		background: #000;
		color: #fff;
		overflow: hidden;
		width: 100%;
		height: 100%;
		border-radius: 0;
		border: none;
		float: right;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.global-form.slideup-form {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9999;
		color: #fff;
	}
	
	.global-form.slideup-form .form-title-area h3 {
		width: auto;
		float: left;
		margin: 10px 0 0;
		text-align: center;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	/* .global-form.slideup-form .form-wrap {
		max-width: 100%
	} */
	span.mobile-toggle {
		color: #fff;
		border: none;
		font-size: 48px;
		font-size: 4.8rem;
		background: var(--primary-color);
		display: block;
		width: 70px;
		height: 52px;
		float: right;
		text-align: center;
		line-height: 1.1;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		position: static;
		text-indent: 0;
	}
	
	.global-form.slideup-form.active span.mobile-toggle {
		display: block;
	}
	
	.global-form.slideup-form .form-title-area {
		padding: 0 0 0 3.5%;
	}
	
	div.rp4wp-related-post-image {
		width: 35%;
		margin-bottom: 15px;
	}
	
	div.rp4wp-related-post-content {
		width: 65%;
	}
	
	div.pum-container .pum-title {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 10px;
	}
	
	div.pum-container .gform_wrapper span.gform_description {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.single-sermon .other-videos .cards-wrap {
		margin-top: 25px;
	}
	
	.single-sermon .related-articles-downloads.hjs-section, .single-sermon .other-videos.hjs-section {
		padding: 30px 15px;
	}
	
	.top-bar {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#global-contact {
		padding: 50px 0;
	}
	
	#global-contact .contact .first {
		margin-top: 0px;
	}
	
	.site-footer {
		padding: 40px 0 !important;
	}
	
	.footer-newsletter {
		padding: 50px 0;
	}
	
	.footer-newsletter.stacked .gform_wrapper h2.gform_title {
		font-size: 27px;
		font-size: 2.7rem;
	}
	
	#global-features .wrap > div {
		flex-basis: 100% !important;
	}
	
	.related-posts-wrap div.rp4wp-related-posts ul>li {
		width: 100%;
	}
	
	.related-posts-wrap div.rp4wp-related-post-content > a {
		min-height: unset;
	}
	
	.global-contact .section-bottom-content.list-columns-7 ul li, .hjs-section.checklist.list-columns-7 ul li, .global-contact .section-bottom-content.list-columns-6 ul li, .hjs-section.checklist.list-columns-6 ul li, .global-contact .section-bottom-content.list-columns-5 ul li, .hjs-section.checklist.list-columns-5 ul li, .global-contact .section-bottom-content.list-columns-4 ul li, .hjs-section.checklist.list-columns-4 ul li {
		width: 31%;
	}
	
	.global-contact .section-bottom-content.list-columns-3 ul li, .hjs-section.checklist.list-columns-3 ul li, .global-contact .section-bottom-content.list-columns-2 ul li, .hjs-section.checklist.list-columns-2 ul li {
		width: 100%;
	}
	
	.header-right-top.mobile {
		padding: 0 5%;
	}
	
	.top-bar .mobile-label, .site-header .mobile-label, .header-right-links .mobile-label {
		display: inline-block;
	}
	
	.top-bar .desktop-label, .site-header .desktop-label, .header-right-links .desktop-label {
		display: none;
	}
}

/* DO NOT ADD STYLES TO THIS MEDIA QUERY */
@media only screen and (max-width: 641px) {
	body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: inherit;
	}
	
	.global-contact.full-ui div.form-wrap, .global-contact.simple-ui div.global-contact-box {
		padding: 20px;
	}
}

/* Set the browser width to 320px and style then place styles here */
@media only screen and (max-width: 479px) {
	h1, .entry-title, .archive-title, .global-contact h3.section-title, .global-contact div.gform_wrapper h2.gform_title, .form-content h2.contact-title, .form-content div.gform_wrapper h2.gform_title, .page-banner h1 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	h3, .global-contact h3, .form-content .content-wrap h3 {
		font-size: 20px;
		font-size: 2rem;
	}
	
	#global-partners-wrap ul li {
		width: 100%;
		padding: 0;
	}
	
	button, input[type="button"], input[type="reset"], input[type="submit"], .button {}
	
	.shop-menu li a span.text {
		display: none;
	}
	
	.shop-menu li a .fa {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.top-bar-contact ul li .fa {
		display: none;
	}
	
	.top-bar-contact ul li:first-of-type {
		margin-left: 0;
	}
	
	.top-bar-contact ul li:last-of-type {
		margin-right: 0;
	}
	
	.page-banner h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.woo-menu ul li a, .woo-menu ul li {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 5px;
		font-weight: 500;
	}
	
	.site-header .widget-area {
		float: none;
	}
	
	.breadcrumb {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	div.rp4wp-related-post-image {
		width: 100%;
	}
	
	div.rp4wp-related-post-content {
		width: 100%;
	}
	
	.author-content .wrap {
		display: block;
	}
	
	.author-content img {
		width: 200px;
		margin: 0 auto 20px;
	}
	
	body div.pum-overlay div.pum-container {
		padding: 40px 20px 20px;
	}
	
	.single-sermon .entry-header .buttons-wrap ul li {
		margin-right: 12px;
	}
	
	.single-sermon .entry-header .buttons-wrap ul li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.single-sermon .entry-header .buttons-wrap ul li a > span svg {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.single-sermon .entry-header .buttons-wrap ul li a > span {
		width: 50px;
		height: 50px;
	}
	
	.prev-next-buttons .button {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 10px 18px;
	}
	
	#global-features .feature {
		padding: 40px 5%;
	}
	
	.global-contact .section-bottom-content.list-columns-7 ul li, .hjs-section.checklist.list-columns-7 ul li, .global-contact .section-bottom-content.list-columns-6 ul li, .hjs-section.checklist.list-columns-6 ul li, .global-contact .section-bottom-content.list-columns-5 ul li, .hjs-section.checklist.list-columns-5 ul li, .global-contact .section-bottom-content.list-columns-4 ul li, .hjs-section.checklist.list-columns-4 ul li, .global-contact .section-bottom-content.list-columns-3 ul li, .hjs-section.checklist.list-columns-3 ul li {
		width: 48%;
	}
	
	.center-logo-header .site-header .title-area {
		left: 5%;
		transform: translate(0, -50%);
	}
	
	.site-header .header-right-links li .button {
		padding: 10px;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
	*, *::before, *::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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 .5cm;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	.content, .content-sidebar, .tribe-events-single .event-sidebar-content-wrap .tribe_events {
		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;
		top: -100px;
	}
	
	.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;
	}
}
