/*
Theme Name: GUMTheme 2025
Theme URI: https://groundupmedia.com/
Description: Custom theme created for the Genesis Framework.
Author: GroundUp Media
Author URI: https://groundupmedia.com/

Version: 5.0.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: gumtheme
*/


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

- Color Palette


*/


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

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

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

html {
	box-sizing: border-box;
}

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

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

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

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


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

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

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

body {
	background-color: #f9f9f9;
	color: #333;
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
}

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

a {
	color: #0073e5;
	text-decoration: underline;
	transition: all 0.25s ease-in;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3 {
	font-family: Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.1;
	margin: 0 0 20px;
}

h4,
h5,
h6 {
	/*font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 400;*/
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 42px;
	font-size: 2.2em;
}

h2 {
	font-size: 32px;
	font-size: 1.8em;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-size: 1.333em;
}

h4 {
	font-size: 20px;
	font-size: 1.111em;
	font-weight: 700;
}

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

h5 {
	font-size: 18px;
	font-size: 1em;
}

h6 {
	font-size: 16px;
	font-size: 0.889em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

.header-gradient {
	background: rgb(0,191,231);
	background-image: linear-gradient(90deg, rgba(0,191,231,1) 0%, rgba(0,205,178,1) 20%, rgba(0,216,144,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	background-color: #f2f2f2;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}


/* Site Container - edit container class
	to account for all select parent elements
--------------------------------------------- */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background-color: #f2f2f2;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
    padding: 0.6em 1em;
    font-size: 1em;
}

.content .category-dropdown,
.sidebar .widget_categories form,
.select-container {
	position:relative; 
	display: inline;
}

.content .category-dropdown:after,
.sidebar .widget_categories form:after,
.select-container:after {
	content: ""; 
	width: 0; 
	height: 0; 
	position: absolute; 
	pointer-events: none;
}

.content .category-dropdown:after,
.sidebar .widget_categories form:after,
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 40%;
    right: 2%;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}

/* Select2 styles
--------------------------------------------- */

.content .select2-container {
	background-color: #f2f2f2;
	border-color: #e1e1e1;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
}

.content .select2-container .select2-selection--single {
	margin: 0;
}

.content .select2-container--default .select2-selection--single {
	background-color: #f2f2f2;
	border: none;
	border-color: transparent;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-radius: 3px;
	color: #333;
	font-size: 1em;
	font-weight: 400;
}

.content .select2-container .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 28px;
	padding-right: 20px;
	padding-left: 8px;
	padding-top: 8px;
}

.content .select2-selection__rendered,
.content .select2-container .select2-selection--single,
.content .select2-selection__arrow {
	height: 43px !important;
}

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #0073e5;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	padding: 0.6em 1em;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	opacity: 0.8;
}

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 {
	background-color: #0073e5;
	color: #fff;
	opacity: 1;
}

input:not([type=number]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #f2f2f2;
	border-color: #e1e1e1;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	color: #333333;
	font-size: inherit;
	font-family: inherit;
	/*padding: 0.6em 1em;*/
	letter-spacing: normal;
	-webkit-appearance: none;
}

input:[type=number] {
	padding: 0.15em 1em; 
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #ffffff;
	border-color: #888888;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}

input[type=search] {
	
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.entry-content button.button-transparent,
.entry-content .button-transparent input[type="button"],
.entry-content .button-transparent input[type="reset"],
.entry-content .button-transparent input[type="submit"],
.button.button-transparent {
	background-color: none;
	border: 1px solid #0073e5;
	border-radius: 3px;
	color: #0073e5;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	opacity: 0.8;
}

.entry-content button.button-transparent:hover,
.entry-content .button-transparent input[type="button"]:hover,
.entry-content .button-transparent input[type="reset"]:hover,
.entry-content .button-transparent input[type="submit"]:hover,
.button.button-transparent:hover {
	box-shadow: 0px 3px 18px 0px rgba(0,102,204,0.3);
}

input:focus::placeholder {
  color: transparent;
}

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

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

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

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

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

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

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

td:last-child,
th:last-child {
	padding-right: 0;
}

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

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

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

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


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

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

.site-container {
	background-color: #fff;
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	background-color: #ffffff;
	clear: both;
	margin: 0 auto;
	padding: 40px 40px 0;
}

.first-block-core-image .site-inner,
.first-block-core-cover .site-inner {
	padding: 0 40px 0;
}

.page.first-block-align-full .site-inner .entry > .entry-header,
.page.first-block-core-image .site-inner .entry > .entry-header,
.page.first-block-core-cover .site-inner .entry > .entry-header {
	display: none;
}


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

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

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

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

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

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

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

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

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

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

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

.archive-description ol,
.archive-description ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.archive-description ol > li {
	list-style-type: decimal;
}

.archive-description ul > li {
	list-style-type: disc;
}

.archive-description ol ul > li,
.archive-description ul ul > li {
	list-style-type: circle;
}

.archive-description ol ol,
.archive-description ul ul {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

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

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

.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,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.archive-title,
.entry-title {
	font-size: 36px;
	margin-bottom: 0.889em;
}

h1.archive-title {
	background: linear-gradient(90deg, rgba(1,57,111,1) 0%, rgba(187,23,42,1) 22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page .entry-title {
	font-size: 36px;
	margin-bottom: 0.889em;
}

.entry-content .gb-block-post-grid header .gb-block-post-grid-title a,
.entry-title a,
.sidebar .widget-title a {
	color: #00bfe7;
	text-decoration: none;
	opacity: 0.8;
}

.entry-content .gb-block-post-grid header .gb-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: #333;
	text-decoration: none;
	opacity: 1;
}

.widget-title,
.sidebar .widget-wrap h2.wp-block-heading {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	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 30px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 1.5em;
	/*margin-bottom: 10px;*/
	text-indent: -1.5em;
	text-indent: 0;
	white-space: wrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 1.5em;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* Slide Out Widget Area
--------------------------------------------- */

.panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

#slideout-container {
	display: none;
	background-color: #333;
	border-right: 4px solid #e1e1e1;
	color: #e1e1e1;
	padding: 2em 0.444em;
}

.slideout-open #slideout-container {
	display: block;
}

#slideout-container .slideout-wrap {
	background: transparent;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    padding: 1.15em;
    font-size: 16px;
    line-height: 1.5;
}

.slideout-wrap .slideout-widgets {
	
}

.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #FFF; /* A background-color is required */
	min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
 	display: block;
}

.slideout-toggle {
	background-color: transparent;
	border-width: 0;
	color: #a7a7a7;
	display: block;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	order: 9;
}

.slideout-toggle:focus,
.slideout-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.slideout-toggle {
	line-height: 20px;
	z-index: 1000;
	display: flex;
	margin-left: auto;
	padding: 0.25em;
}

.slideout-open body .slideout-toggle::before {
	content: "\f335";
}

.slideout-toggle.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    font-size: 2em;
    vertical-align: top;
    text-align: center;
}

.slideout-widgets {
	
}

.slideout-widgets.widget ul.menu li {
	list-style-type: none;
}

.slideout-widgets.widget ul.menu li a {
	color: #e1e1e1;
	font-family: Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.889em;
	font-weight: 700;
	text-decoration: none;
}

.slideout-widgets.widget ul.menu li a:hover {
	color: #0073e5;
	color: #58c1c5;
	text-decoration: none;
}

/* Header Widget
--------------------------------------------- */
.header-widget-container {
	background-color: transparent;
	border-color: #e1e1e1;
	border-radius: 3px;
	border-style: solid;
	border-width: 0;
	display: none;
	text-align: center;
	position: fixed;
	top: auto;
	right: 15%;
	bottom: auto;
	left: auto;
	width: auto;
	z-index: 999;
	
}
/*
.header-widget-container .wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	margin: 0;
}
*/
.header-widget-container.hidden {
	display: none;
}

.header-search-widget form {
	margin: 0;
}

.header-search-widget {
	padding: 0.6em;
}

.header-search-widget input[type="search"]{
	max-width: 600px;
}

.header-search-widget input[type="submit"],
.header-search-widget input[value="Search"]{ 
    display: none; 
}

.header-search-widget h3 {
	color: inherit;
	font-size: 0.895em;
	margin: 0 auto;
}

.header-search-widget .woocommerce-product-search button[type=submit] {
	display: none;
	background-color: #0066cc;
    border-color: #01396F;
    border-style: solid;
    border-radius: 3px;
    border-width: 2px;
    color: #ffffff;
    font-family: Source Sans Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

/* Gravity Forms
--------------------------------------------- */
.entry-content .gform_wrapper .gform-text-white .gfield_label, 
.entry-content .gform_wrapper .gform-text-white .gsection_title, 
.entry-content .gform_wrapper .gform-text-white .gform_title,
.entry-content .gform_wrapper .gform-text-white .field_sublabel_below,
.entry-content .gform_wrapper .gform-text-white .ginput_complex.ginput_container label {
	color: #ffffff;
}

.entry-content .gform_wrapper .chosen-container {
	font-size: 16px;
}

.entry-content .gform_wrapper .chosen-container-single .chosen-single {
	height: 45px;
	padding: 8px 0 0 8px;
}

.entry-content .gform_wrapper.gf_browser_chrome select {
	padding: 0.6em 1em;
}

.entry-content .ginput_container_select {
	position:relative;
}

.entry-content .ginput_container_select:after {
	content: ""; 
	width: 0; 
	height: 0; 
	position: absolute; 
	pointer-events: none;
}
/*
.entry-content .ginput_container_select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 40%;
    right: 2%;
    border-top: 8px solid black;
    opacity: 0.5;
}
*/
.entry-content .gform_wrapper textarea,
.entry-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #f2f2f2;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #333333;
	font-size: inherit;
	font-family: inherit;
	padding: 0.6em 1em;
	letter-spacing: normal;
}

.entry-content .gform_wrapper input[type=email]:focus,
.entry-content .gform_wrapper input[type=text]:focus,
.entry-content .gform_wrapper input[type=password]:focus,
.entry-content .gform_wrapper textarea:focus,
.entry-content .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #ffffff;
	border-color: #888888;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}

.entry-content .gform_wrapper button, 
.entry-content .gform_wrapper input[type="button"], 
.entry-content .gform_wrapper input[type="reset"], 
.entry-content .gform_wrapper input[type="submit"], 
.entry-content .gform_wrapper button[type="submit"], 
.entry-content .gform_wrapper .button {
	background-color: #ff4d00;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em 1em;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.entry-content .gform_wrapper button:hover, 
.entry-content .gform_wrapper input[type="button"]:hover, 
.entry-content .gform_wrapper input[type="reset"]:hover, 
.entry-content .gform_wrapper input[type="submit"]:hover, 
.entry-content .gform_wrapper button[type="submit"]:hover, 
.entry-content .gform_wrapper .button:hover {
    box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.gform_wrapper .gform-text-white button, 
.gform_wrapper .gform-text-white input[type="button"], 
.gform_wrapper .gform-text-white input[type="reset"], 
.gform_wrapper .gform-text-white input[type="submit"], 
button[type="submit"], 
.gform_wrapper .gform-text-white .button {
	background-color: #212121;
	border-width: 0;
	color: #fff;
}

.gform_wrapper .gform-text-white button:hover, 
.gform_wrapper .gform-text-white input[type="button"]:hover, 
.gform_wrapper .gform-text-white input[type="reset"]:hover, 
.gform_wrapper .gform-text-white input[type="submit"]:hover, 
button[type="submit"]:hover, 
.gform_wrapper .gform-text-white .button:hover {
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}


.entry-content .gform_wrapper .gform_validation_errors {
	background: #fff9f9;
	background: #f2f2f2;
    border-radius: 5px;
	border: 2px solid #ea1f25;
	color: #790000;
	color: #ea1f25;
	font-size: 1em;
	font-weight: 700;
	margin: 1em auto 2em auto;
	padding: 16px 48px 16px 48px;
	width: 75%;
	text-align: left;
}

.entry-content .gform_wrapper .gform_validation_errors > h2 {
	font-size: 1em;
	font-weight: 700;
}

.entry-content .gform_wrapper .gform_validation_errors > ol a {
	font-size: 1.2em;
	font-weight: 500;
}

.entry-content .gform_wrapper li.gfield.gfield_error, 
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 6px!important;
	border-top: 0px solid #c89797;
	border-bottom: 1px solid #c89797;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box;
}

.entry-content .gform_wrapper .gfield_error .gfield_label {
	color: #333333;
	font-weight: 700;
	letter-spacing: normal;
}

.entry-content .gform_wrapper .validation_message {
	color: #ea1f25;
	font-weight: 700;
	letter-spacing: normal;
}

.entry-content .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.entry-content .gform_wrapper li.gfield_error textarea {
	border-color: #ea1f25;
	border-width: 1px;
	border-style: solid;
}

.gform_wrapper.email_only_wrapper form {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	width: 100%;
}

.gform_wrapper.email_only_wrapper .gform_heading {
	display: flex;
	flex-flow: column;
	flex: 1 100%;
	text-align: center;
}

.gform_wrapper.email_only_wrapper .gform_body {
	clear: none;
	float: none;
}

.gform_wrapper.email_only_wrapper .gform_body > * {
	padding: 0;
	margin:	0;
}

.gform_wrapper.email_only_wrapper .top_label div.ginput_container,
.gform_wrapper.email_only_wrapper ul li.gfield,
.gform_wrapper.email_only_wrapper li.hidden_label input {
	margin: 0;
}

.gform_wrapper.email_only_wrapperr ul.gform_fields li.gfield {
	padding-left: 0;
}

.gform_wrapper.email_only_wrapper .gform_footer {
	clear: none;
	flex: 1;
	float: none;
	padding: 0;
	margin:	0;
}

.has-background-color .gform_wrapper.email_only_wrapper .button,
.has-background-color .gform_wrapper.email_only_wrapper input[type="submit"],
.has-background-gradient .gform_wrapper.email_only_wrapper .button,
.has-background-gradient .gform_wrapper.email_only_wrapper input[type="submit"],
.gform_wrapper.email_only_wrapper .button, 
.gform_wrapper.email_only_wrapper input[type="submit"] {
	background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    color: #fff;
    margin:	0;
    width: 100%;
}

.gform_wrapper.gravity-theme form.has-dark-background-color .gfield_label,
.gform_confirmation_wrapper.has-dark-background-color .gform_confirmation_message {
	color: #ffffff;
}

.entry-content .gform_wrapper .gfield_password_strength {
	background-color: #f2f2f2;
	border: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 3px;
	font-weight: 700;
	margin-top: 8px;
	padding: 8px;
	text-align: center;
}

.entry-content .gform_wrapper .gfield_password_strength.strong {
	background-color: #43b900;
	color: #ffffff;
	font-weight: 700;
}

.entry-content .gform_wrapper .gfield_password_strength.mismatch,
.entry-content .gform_wrapper .gfield_password_strength.short {
	background-color: #b9000f;
	color: #ffffff;
	font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

.site-container .entry-content .wpforms-confirmation-container-full, 
.site-container .entry-content div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background: #e0ffc7;
    border: 1px solid #b4d39b;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1)
}

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

.mailpoet_form.mailpoet_form_shortcode input[type="text"],
.mailpoet_form.mailpoet_form_shortcode .mailpoet_text,
.mailpoet_form.mailpoet_form_shortcode input[type="submit"],
.mailpoet_form.mailpoet_form_shortcode .mailpoet_submit {
	padding: 0.6em 1em !important;

}

.has-accent-color-background-color .mailpoet_form.mailpoet_form_shortcode label{
	color: #ffffff;
}

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

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

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

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

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


/* Site Header ef562d #58c1c5
---------------------------------------------------------------------------- */

.site-header {
	background-color: #f7f8f9;
	border-color: #f2f2f2 transparent;
	border-style: solid;
	border-width: 1px 0 4px 0;
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);*/
	padding: 0 20px;
	transition: .75s ease;
}

.sticky-header {
    position: -webkit-sticky;
	position: sticky;
    top: -120px;
    /*width: 100%;
    opacity: 0;*/
    z-index: 9999;
}

.show-header {
    top: 0;
    /*opacity: 1;*/
}
	
.site-header > .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
}

.site-header .nav-wrap {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	flex: 1 auto;
}

/* See media queries */
.site-header .nav-primary {
	display: none;

}

.site-header .nav-secondary {
	display: none;
}

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

.wp-custom-logo .title-area {
	max-width: 360px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 50px;
	width: 100%;
}

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

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

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

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


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

.genesis-nav-menu {
	display: flex;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	border-bottom: 2px solid transparent;
	color: #a7a7a7;
	display: block;
	font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	transition: all 0.25s ease-in;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	border-bottom: 2px solid transparent;
	color: #a7a7a7;
	text-decoration: none;
	
}


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

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

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

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

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

/* Mega Menu
--------------------------------------------- */
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a img {
	transition: all 0.25s ease-in-out;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a img:hover {
	transform: scale(1.1);
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title {
	text-align: center;
}

.nav-secondary #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item a.mega-menu-link:before {
	font-size: 22px;
}

.mega-menu-wrap .mega-menu-item input:not([type=number]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]):not([type=file]),
.mega-menu-wrap .mega-menu-item .woocommerce-product-search input[type=search],
.mega-menu-wrap .mega-menu-item input[type=text]{
	background-color: #f2f2f2;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #333333;
	font-size: 18px;
	font-family: inherit;
	padding: 0.6em 1em;
	letter-spacing: normal;
	-webkit-appearance: none;
}

.mega-menu-wrap .mega-menu-item .woocommerce-product-search button[type=submit] {
	display: none;
	background-color: #0066cc;
    border-color: #01396F;
    border-style: solid;
    border-radius: 3px;
    border-width: 2px;
    color: #ffffff;
    font-family: Source Sans Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	border-bottom: 2px solid #a7a7a7;
	color: #a7a7a7;
	text-decoration: none;
	
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	border-bottom: 2px solid transparent;
	color: #a7a7a7;
	color: #888888;
	display: block;
	font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-top: 6px;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	border-bottom: 2px solid #a7a7a7;
	color: #333;
	font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #a7a7a7;
	color: #888888;
	font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, 
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #a7a7a7;
	color: #333;
	font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(0, 0, 0, 0);
    color: #333;
	font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
    text-decoration: none;
    border-color: #fff;
}
*/


/* Primary Menu
--------------------------------------------- */

.nav-primary {
	/*clear: left;
	float: right;*/
	margin-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.nav-primary a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	outline-offset: -1px;
	padding: 0.6em 1em;
}

/* Secondary Menu
--------------------------------------------- */

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

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

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

.nav-secondary a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	outline-offset: -1px;
	padding: 0.6em;
}

/* Header Menu
--------------------------------------------- */
.nav-header {
	background-color: #555;
}

.nav-header a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	outline-offset: -1px;
	padding: 0.6em 1em;
}

/* Footer Menu
--------------------------------------------- */
.nav-footer {
	background-color: transparent;
	display: flex;
    flex: 1 100%;
    justify-content: center;
	font-size: 1em;
	margin: 0;
	order: 1;
}

.nav-footer .genesis-nav-menu a {
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: normal;
	outline-offset: -1px;
	padding: 0.6em 1.2em;
	text-decoration: none;
}


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

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

.entry {
	margin-bottom: 40px;
}

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

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

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 1em;
}

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

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

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

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

.content a.anchor-name {
	display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}

.entry-content .singular-image.entry-image {
	margin-bottom: 1.5em;
}

/* Tooltip
--------------------------------------------- */

.gum-tooltip {
	position: relative;
	transition: visibility 0.25s ease-in-out;
}

.gum-tooltip > * {
	margin: 0;
	padding: 0;
}

.gum-tooltip .gum-tooltip-title {
	padding-left: 30px;
	color: #58c1c5;
	font-style: italic;
	font-weight: 700;
	opacity: 0.8;
}

.gum-tooltip .gum-tooltip-title:hover,
.gum-tooltip .gum-tooltip-title:focus {
	color: #333;
	opacity: 1;
}

.gum-tooltip .gum-tooltip-title::before {
	background-image: url(images/bg-tooltip.png);
	background-size: contain;
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    transition: transform .8s ease-in-out;
	
}

.gum-tooltip .gum-tooltip-title:hover::before {
	transform: rotate(500deg);
	top: 14px;
}

.gum-tooltip .gum-tooltip-title:hover {
	cursor: pointer;
}

.gum-tooltip .gum-tooltip-content {
	background-color: rgba(0, 193, 232, 1);
	background-color: rgba(89, 194, 197, 1);
	border-color: #00bfe7;
	border-style: solid;
	border-radius: 3px;
	border-width: 0;
	color: #fff;
	line-height: 1.15em;
	padding: 1em;
	/*display: none;*/
	position: absolute;
	top: 2em;
	right: 30%;
	left: 2%;
	transition: visibility 0.3s linear,opacity 0.3s linear;
	visibility: hidden;	z-index: 9999;
	opacity: 0;
}


.gum-tooltip:hover .gum-tooltip-content {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
}


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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

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

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

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

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

.sidebar {
	background: #fff;
    padding: 0 1.15em;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}

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

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

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

.before-site-footer {
	background-color: #013f51;
	padding: 1em 40px;
	margin-top: 30px;
	text-align: center;
}

.before-site-footer .wrap {
	max-width: 1200px;
	margin: 0 auto;
	
}

.before-footer-widgets.widget {
	margin: 0;
}

.site-footer {
	background-color: #f7f8f9;
	border-color: #f2f2f2 transparent;
	border-style: solid;
	border-width: 4px 0 1px 0;
	color: #333;
	font-size: 0.889em;
	line-height: 1.5;
	padding: 1.111em 20px;
	margin-top: 30px;
	/*text-align: center;*/
}

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

.site-footer a {
	color: #0066cc;
	text-decoration: none;
}

.site-footer a:hover {
	opacity: 0.8;
}

.site-footer > .wrap {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
}

.after-site-footer {
	border-image: linear-gradient(120deg, rgba(0,191,231,1) 0%, rgba(0,216,144,1) 100%);
	background-color: transparent;
	padding: 1em 40px;
	text-align: center;
}

.after-site-footer .wrap {
	border-color: #F7F8F9;
	border-style: solid;
	border-radius: 3px;
	border-width: 0px;
	max-width: 1140px;
	margin: 0 auto;
}

.after-footer-widgets.widget {
	margin: 0;
}

.after-footer-widgets.widget .widgettitle,
.after-footer-widgets.widget .widget-title {
	display: none;
}

.after-footer-widgets.widget p {
	font-size: 0.667em;
}

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

.footer-widgets {
	background-color: transparent;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	order: 1;
}

.footer-widgets > .wrap {
	display: flex;
	flex-flow: row wrap;
}

.footer-widgets .footer-widget-area {
	flex: 1;
	margin-bottom: 1em;
	padding-left: 0;
	padding-right: 0;
}

.footer-widgets .footer-widget-area:first-child{
	/*padding-left: 0;*/
}

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

.footer-widgets .widget-title {
	font-size: 1.111em;
	font-weight: 700;
	line-height: 1.65;
	margin-bottom: 16px;
}

.footer-widgets ul.menu > li {
	list-style-type: none;
}

/* Customizer Business info
--------------------------------------------- */

.gumtheme-before-header:before {
	content: " ";
    display: table;
}

.gumtheme-before-header:after {
	clear: both;
	content: " ";
    display: table;
}

.gumtheme-before-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0.25em auto 0 auto;
	padding: 0;
	max-width: 1200px;
}

.gumtheme-business-header,
.gumtheme-social-header {
	font-size: 1em;
	width: auto;
}

.gumtheme-business-header .business-phone {
	display: flex;
	font-size: 0.889em;
	margin: 0 1em;
}

.gumtheme-business-block a,
.gumtheme-business-header a {
	text-decoration: none;
}

.gumtheme-business-name-block,
.gumtheme-business-address-block,
.gumtheme-business-state-block,
.gumtheme-business-contact-block {
	margin: 0 0 0.5em 0;
}

.gumtheme-business-logo {
	width: auto;
	margin: 0 0 1em 0;
	max-width: 150px;
	padding: 0 0.25em;
}

.gumtheme-business-name {
	font-size: 1.111em;
	font-weight: 400;
	margin: 0 0.5em 0 0;
	padding: 0 0.25em;
}

.gumtheme-business-address,
.gumtheme-business-city,
.gumtheme-business-state,
.gumtheme-business-zipcode,
.gumtheme-business-phone,
.gumtheme-business-email,
.gumtheme-business-website {
	padding: 0 0.25em;
}

/* Social Icons
--------------------------------------------- */

.fa::before {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
}

nav .fa::before, 
nav .fas::before, 
nav .fal::before, 
nav .fab::before, 
nav .fad::before {
	position: relative;
	left: -0.25em;
	top: 0;
	pointer-events: all;
}

nav a.fa.icon-only > span[itemprop=name] {
	display: none;
}

nav a.fa.icon-only::before, 
nav a.fas.icon-only::before, 
nav a.fal.icon-only::before, 
nav a.fab.icon-only::before, 
nav a.fad.icon-only::before {
	left: 0;
}

ul.gumtheme-social {
	display: flex;
	width: auto;
}

ul.gumtheme-social li:last-child {
	padding-right: 0.3em;
}

ul.gumtheme-social li .fab {
	font-size: 1.25em;
}

ul.gumtheme-social li a {
	border: none;
	text-decoration: none;
}

.gumtheme-social-footer {
	display: flex;
	font-size: 1em;
	flex: 1 100%;
	justify-content: center;
	order: 3;
}

.gumtheme-social-footer ul.gumtheme-social li {
	line-height: 1.2;
	padding: 0.6em 1em;
}

/* Footer Copyright
--------------------------------------------- */

.gumtheme-footer-copyright {
	display: flex;
    flex-flow: row wrap;
    flex-flow: column;
    justify-content: center;
	font-size: 0.9em;
	text-align: center;
	width: auto;
	order: 9;
}

.gumtheme-footer-text {
	margin: 1.15em auto;
}

.gumtheme-copyright {
	margin: 1.15em auto;
}
.gumtheme-copyright,
.gumtheme-attribution {
	
	
}

/* Text <hr>
--------------------------------------------- */

.entry-content .hr-line-text {
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin-top: 6px;
	position: relative;
}

.entry-content .hr-line-text::after {
	background-color: #212121;
	content: "";
	display: block;
	height: 3px;
	margin-left: 0;
	width: 80px;
	position: absolute;
    right: 20%;
    top: 50%;
}

.entry-content .hr-line-header {
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0;
}



/* BE Bux
--------------------------------------------- */
.be-bux-container {
	font-weight: normal;
}

.be-bux-message {
	flex: 1 0 100%;
	font-weight: 700;
}

.be-bux-inner {
	border-color: #00bfe7;
	border-radius: 3px 3px 0 0;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0.5em;
}

.widget.be-bux-inner,
.be-bux-inner .widget {
	margin-bottom: 0;
}

.be-bux-logo {
	flex: 1 0 15%;
}

.be-bux-text {
	flex: 1 0 85%;
}

.be-bux-inner .widget-title,
.be-bux-inner .widgettitle,
.be-bux-inner .be-bux-title {
	background-image: linear-gradient(90deg, rgba(0,191,231,1) 0%, rgba(0,205,178,1) 20%, rgba(0,216,144,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.5em;
	margin: 0;
	
}
/*
.be-bux-inner img,
.be-bux-inner p:last-of-type {
	margin-bottom: 0;
}
*/
.be-bux-link {
	
}

.woocommerce-page div.product div.summary .inflow_share_banner {
	border-color: #00bfe7;
	border-radius: 0 0 3px 3px;
	border-style: solid;
	border-width: 0 2px 2px 2px;
	margin: 0;
}

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

.first-block-genesis-blocks-gb-container .site-inner {
	padding-top: 0;
}

/*
.wp-block-genesis-blocks-gb-columns.col-border-box .gb-block-layout-column {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
	padding: 1em 1em 0 1em;
}
*/

.first-block-genesis-blocks-gb-container .gb-container-content p.no-margin {
	margin-bottom: 0;
}

.gb-block-accordion details .gb-accordion-title::before {
	content: '\f0fe';
	content: '\f067';
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	padding-right: 1em;
}

.gb-block-accordion details[open] .gb-accordion-title::before {
	content: '\f146';
	content: '\f068';
}

.gb-block-accordion details .gb-accordion-title::marker {
	content: '';
}

.gb-block-accordion summary::-webkit-details-marker {
	display: none;
}

.entry-content .wp-block-cover-image .wp-block-cover__inner-container {
	width: calc(100% - 5px);
}

.entry-content .box-shadow {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
	padding: 1em 1em 0 1em;
}

.entry-content .gb-button {
	/*background-color: #0066cc;
	border-color: #ffffff;
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	font-size: inherit;*/
	border-radius: 3px;
	font-weight: 700;
	padding: 0.6em 1em;
	letter-spacing: 0.015em;
}

.entry-content .gb-button:hover {
	/*border-color: #0066cc;
	background-color: transparent !important;
	color: #0066cc !important;*/
	text-decoration: none;
}

.entry-content .wp-block-image.neg-margin-bottom {
	margin: 0 0 -1em 0;
}

/* WP Blocks
--------------------------------------------- */
h3.block-heading.has-background {
	border-width: 1px;
	border-radius: 3px;
	padding: 0.5em;
	width: fit-content;
}

/* Plugin Custom Styles
---------------------------------------------------------------------------- */
.content .bsui .embed-item-cover-xy {
	object-fit: contain;
}

.content .bsui .embed-responsive .embed-responsive-item {
	width: auto;
}

.content .wpsl-search {
	background: #fff;
	border-color: #e1e1e1;
	border-style: solid;
	border-radius: 0px;
	border-width: 1px 0 0;
	margin-bottom: 12px;
	padding: 12px 12px 0 12px;
}

.content .wpsl-search #wpsl-search-wrap form {
	display: flex;
	flex-flow: row wrap;
}

.content .wpsl-search #wpsl-search-wrap form div {
	display: flex;
	align-items: self-start;
    flex-direction: column;
    justify-content: flex-end;
}

.content .wpsl-search #wpsl-search-wrap div label {
	font-weight: 700;
	text-transform: capitalize;
	width: 100%;
}

.content .wpsl-search #wpsl-search-wrap input[type=text],
.content .wpsl-search #wpsl-search-wrap select {
	background-color: #f2f2f2;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #333333;
    font-size: inherit;
    font-family: inherit;
    padding: 0.6em 1em;
    letter-spacing: normal;
}

.content .wpsl-search .wpsl-dropdown {
	width: auto;
}

.content .wpsl-search .wpsl-dropdown .wpsl-selected-item {
	padding: 0.6em 1em !important;
}

.content .wpsl-search #wpsl-search-wrap input[type=submit],
.content .wpsl-search #wpsl-search-wrap #wpsl-search-btn {
	background: transparent;
	background-color: transparent;
    border-color: #ef562d;
    border-color: #0073e5;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #0073e5;
    font-weight: 700;
    padding: 0.6em 1em;
    margin: 0.5em;
    letter-spacing: 0.015em;
    transition: all 0.2s;
    white-space: normal;
    outline: none;
    opacity: 0.8;
}

.content .wpsl-search #wpsl-search-wrap input[type=submit]:hover{
	opacity: 1;
}

.content #wpsl-stores {
	border-color: #e1e1e1;
	border-style: solid;
	border-radius: 0px;
	border-width: 0 0 4px;
	height: 700px !important;
}

.content #wpsl-result-list ul {
	display: flex;
	flex-flow: row wrap;
	flex: 1;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content #wpsl-result-list ul li {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    align-items: self-start;
    display: flex;
    flex-direction: column;
    flex: 1 100%;
	width: 100%;
}

.content #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
	border-color: #e1e1e1;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	padding: 1em;
	margin: 0.5em 0;
}

/* WPGive Plugin
--------------------------------------------- */

.give-page table#give_donation_receipt .give-receipt-thead-text {
	font-size: 24px;
}

.give-page table.give-table {
	font-size: 1em;
}

.entry-content .drop-cap-text .gb-drop-cap-text p {
	font-size: 22px;
	line-height: 1.5;
}

.entry-content .give-totals-shortcode-wrap {
	background-color: #212121;
	border-radius: 3px;
	color: #ffffff;
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin: 0.25em 0;
	padding: 0 0.5em;
	width: auto;
}

.entry-content .give-btn {
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	padding: 1em 4em;
	cursor: pointer;
	line-height: 1.2em;
	font-size: 1em;
	opacity: 0.8;
	transition: all 0.25s ease-in;
}

.entry-content .give-btn:hover {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 1.02em 4.02em;
	cursor: pointer;
	line-height: 1.2em;
	font-size: 1em;
	opacity: 1;
}

/* Affiliate WP
--------------------------------------------- */

.entry-content div.affwp-errors {
	background-color: #f5f5f5;
	border-color: #ea1f25;
	border-style: solid;
	border-width: 3px 0 0 0;
    padding: 1em 1em 1em 2.5em;
    
}

p.affwp-error::before {
    color: #ea1f25;
    content: "\f071";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    margin-right: 0.5em;
}
.entry-content .affwp-form {
	
}

.entry-content .affwp-form label {
    font-weight: 700;
    line-height: 2;
}

.entry-content .affwp-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #f2f2f2;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #333333;
    font-size: inherit;
    font-family: inherit;
    padding: 12px;
    letter-spacing: normal;
}

.entry-content .affwp-form input[type=email]:focus, 
.entry-content .affwp-form input[type=text]:focus, 
.entry-content .affwp-form input[type=password]:focus, 
.entry-content .affwp-form textarea:focus, 
.entry-content .affwp-form input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #ffffff;
    border-color: #0073e5;
    box-shadow: 0px 3px 18px 0px rgba(0,102,204,0.3);
    border-color: #ef562d;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}

#affwp-generate-ref-url input[type=submit],
.entry-content .affwp-form .button,
.entry-content .affwp-form input.button[type=submit] {
    background-color: #ea1f25;
    background-color: #ff4d00;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em 1em;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    opacity: 1;
}

#affwp-generate-ref-url input[type=submit]:hover,
.entry-content .affwp-form .button:hover,
.entry-content .affwp-form input.button[type=submit]:hover {
	opacity: 0.8;
}

#affwp-affiliate-dashboard::before {
	content: ' ';
    display: table;
}
    
#affwp-affiliate-dashboard::after {
	clear: both;
	content: ' ';
    display: table;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation {
	border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 40px;
	float: left;
	width: 24%;
}

#affwp-affiliate-dashboard .affwp-tab-content {
	float: right;
	width: 74%;
}

#affwp-affiliate-dashboard .affwp-tab-content h4 {
	font-size: 1.5em;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul#affwp-affiliate-dashboard-tabs {
	text-align: left;
	padding-left; 20px;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul#affwp-affiliate-dashboard-tabs li {
	display: block;
	margin: 0 0 0.5em 0;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation #affwp-affiliate-dashboard-tabs li a {
	color: red;
	text-decoration: none;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation #affwp-affiliate-dashboard-tabs li a::before {
	font-family: dashicons;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	padding-right: 0.5em;
}


#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--urls a::before {
	content: "\f226";
	content: "\f625";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--stats a::before {
	content: "\f174";
	content: "\f643";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--graphs a::before {
	content: "\f316";
	content: "\f080";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--referrals a::before {
	content: "\f102";
	content: "\f2c2";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--payouts a::before {
	content: "\f226";
	content: "\f873";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--visits a::before {
	content: "\f484";
	content: "\f6a3";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--creatives a::before {
	content: "\f484";
	content: "\f03e";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--settings a::before {
	content: "\f484";
	content: "\f013";
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-navigation ul li.affwp-affiliate-dashboard-link--logout a::before {
	content: "\f310";
	content: "\f08b";
}


/* Front Page
--------------------------------------------- */

/* Customizer
	https://www.canva.com/colors/color-palettes/foil-covered-sneakers/
	#333652 dark blue
	#FAD02C yellow
	#E9EAEC pewter
	#90ADC6 blue grey
	
	https://www.canva.com/colors/color-palettes/way-up-north/
	#1E3D58 navy blue
	#057DCD royal blue
	#43B0F1 blue grotto
	#E8EEF1 off white
	
	//Warm and Bold
	#212121 black
	#062F4F blue ink
	#813722 lavendar
	#882601 red embers
	
	#CFDBD5 light green
	#E8EDDF alabaster
	#F5CB5C maize
	#333533 warm grey
	#242423 erie black
	
	BASE Colors
	#F2F2F2 off white page bg
	#5F564F brown footer
	#D3D0CB grey header
	#F3574A red accent
	#767D76 grey green compliment


.theme-default .site-header {
	background-color: #f3f5f7;
	border-color: #5F564F;
	border-style: solid;
	border-width: 0 0 4px;
}

.theme-default .site-title {
	color: #5F564F;
}

.theme-default .site-title a {
	color: #5F564F;
}

.theme-default .site-title a:hover {
	color: #5F564F;
	opacity: 0.8;
}

.theme-default .genesis-nav-menu a, {
.theme-default .menu-toggle,
.theme-default .sub-menu-toggle
	color: #F3574A;
	opacity: 0.8;
}

.theme-default .genesis-nav-menu a:focus,
.theme-default .genesis-nav-menu a:hover,
.theme-default .genesis-nav-menu .current-menu-item > a,
.theme-default .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.theme-default .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.theme-default .menu-toggle:focus,
.theme-default .menu-toggle:hover,
.theme-default .sub-menu-toggle:focus,
.theme-default .sub-menu-toggle:hover {
	opacity: 1;
}

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

.theme-default .site-footer {
	background-color: #5F564F;
}


.theme-default .site-footer p {
	color: #DDDDDD;
}

.theme-default .site-footer a {
	color: #EEEEEE;
}

.theme-default .site-footer a:hover,
.theme-default .site-footer a:focus {
	color: #FFFFFF;
}

.theme-blue .site-header {
	background-color: #124c75;
	border-bottom: 4px solid #0274be;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Media Queries
---------------------------------------------------------------------------- */
/*
@media only screen 
	and (min-width: 319px) 
	and (orientation: portrait) {
	  
	.wp-custom-logo .site-container .site-header .title-area {
		max-width: 210px;
	}
}

@media only screen 
	and (min-width: 374px) 
	and (orientation: portrait) {
	  
	.wp-custom-logo .site-container .site-header .title-area {
		max-width: 250px;
	}
}
*/

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

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

}

@media only screen and (min-width: 799px) {
	.content #wpsl-result-list ul li {
		box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
	    align-items: self-start;
	    display: flex;
	    flex-direction: column;
	    flex: 0 1 30.75%;
		width: 30.75%;
	}
}

@media only screen and (min-width: 900px) {
	
	.site-footer > .wrap {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.nav-footer {
		background-color: transparent;
		font-size: 1em;
		margin: 0;
	}
	
	.nav-footer .genesis-nav-menu {
		flex: 1 100%;
	}
	
	.nav-footer .genesis-nav-menu a {
		text-align: center;
		font-size: 0.9em;
		font-weight: normal;
	}
	
	.gumtheme-footer-copyright {
		flex: 1 100%;
	}
	
	.gumtheme-after-footer {
		flex: 1 100%;
	}
	
	.gform_wrapper.email_only_wrapper form {
		width: 60%;
	}
	.gform_wrapper.email_only_wrapper .gform_body {
		flex: 2;
	}
	
}

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

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

	.site-header {
		/*position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;*/
	}
	
	.admin-bar .site-header {
		top: 32px;
	}

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

	.genesis-nav-menu .menu-item {
		
	}
	
	.genesis-nav-menu .menu-item.highlight,
	.genesis-nav-menu .menu-item.highlight a {
		background-color: #cc3300;
	}
	
	.genesis-nav-menu .menu-item.highlight a {
		color: #ffffff;
	}
	
	#responsive-menu-container #responsive-menu li#responsive-menu-item-36.highlight a,
	#responsive-menu-container #responsive-menu li#responsive-menu-item-36.highlight a:hover,
	#responsive-menu-container #responsive-menu li#responsive-menu-item-36.highlight.responsive-menu-current-item > .responsive-menu-item-link:hover {
		color: #ffffff;
		background-color: #cc3300 !important;
		border-color: #002244;
	}
	
	
	.genesis-nav-menu .menu-item.highlight:focus,
	.genesis-nav-menu .menu-item.highlight:hover {
		opacity: 0.9;
	}

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

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

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

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}
	
	.genesis-nav-menu .menu-item.menu-item-has-children:last-child .sub-menu {
		right: 0;
		left: auto;
		text-align: right;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */
	
	.menu-toggle {
		display: none;
	}
	
	.slideout-toggle {
		display: none;
	}

	/* Header Menu
	--------------------------------------------- */
	/*
	.site-header .wrap {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	*/
	
	.site-header .nav-secondary {
		display: flex;
		/*flex: 1 auto;*/
		display: flex;
		flex-flow: row;
		align-items: center;
		margin-left: auto;
	}
	
	.site-header .nav-primary {
		display: flex;
		flex-flow: row;
		align-items: center;
		padding-bottom: 0;
		padding-top: 0;
	}
	

	.nav-primary .genesis-nav-menu a {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: -0.02em;
		outline-offset: -1px;
	
	}


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

	.site-inner {
		max-width: 1140px;
		max-width: 1200px;
	}
	/* Content
	--------------------------------------------- */

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

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.entry-content .wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 70px);
	}

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

	.sidebar {
		float: right;
		width: 30%;
		max-width: 340px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

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

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

	/* Footer Widgets
	--------------------------------------------- */
	.before-footer-widgets .wrap,
	.footer-widgets .wrap {
		max-width: 100%;
	}

}

@media screen and (max-width: 960px) {
	#responsive-menu-container #responsive-menu li.highlight.responsive-menu-item a {
		color: #ffffff;
		background-color: #cc3300 !important;
	}
	
}

@media screen and (max-width: 420px) {
	.wp-custom-logo .site-container.slideout-panel .title-area {
		max-width: 75%;
	}
	
}


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

@media print {

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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


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

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

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

}
