/*
Theme Name: 4CRS
Theme URI: https://www.riversports.com/
Description: This is a custom theme created for riversports.com that incorporates the Rapid Sales shopping cart.
Author: Drew Beezley
Author URI: https://www.rivers-media.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, 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

Template: genesis

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

Text Domain: riversports
*/


/* 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
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

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

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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-top-header::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,
.nav-top-header::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;
	height: 100%;
}

body {
	background-color: #fff;
	/*background: #fff url('/wp/wp-content/themes/4CRS/images/horseshoe-bend-background.jpg') no-repeat fixed center bottom; */
	background-clip: content-box;
	color: #333;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	height: 100%;
	overflow-x: hidden;
}

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

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	outline: none;
}

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

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,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: gray;
	opacity: 1;
}

:-ms-input-placeholder {
	color: gray;
	opacity: 1;
}

::placeholder {
	color: gray;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #BF1931;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	/*text-transform: capitalize;*/
}



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

input[type="button"].button-gray {
	background-color: #333333;
}
input[type="button"].button-gray:hover {
	background-color: #333333;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

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

td:first-child,
th:first-child {
	padding-left: 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: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
}

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


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

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

#genesis-content.content {
	min-height: 350px;
}

.site-container {
	animation: fadein 1.5s;
	word-wrap: break-word;
	height: 100%;	/* I added this and next line to prevent body from scrolling when ShiftNav overlay is active */
	overflow: visible;	/* this was also added and is the default, which makes it scroll to a transition stop, it then gets changes to "auto" using jQuery */
	scroll-behavior: smooth;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 60px auto 0 auto;
	padding: 50px 30px 100px 30px;	
}

.home .site-inner {
	max-width: none;
	padding: 0;
	margin: 0;
}


/* 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: 12px;
	/*margin-bottom: 20px;
	padding-bottom: 10px;*/
}

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

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

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

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

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

.search-result-counter {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.result-count {
	margin-left: 2px;
}
.result-count .fa-layers-text {
	font-size: 14px;
}
.result-count .fa-circle  {
	font-size: 28px;
}
/*
.search_result_counter {
	color: #333;
	font-weight: bold;
}
*/


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

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

.entry-title {
	/*font-size: 18px;*/
	font-weight: bold;
	margin-bottom: 10px;
}

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

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

.widget-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer-widgets .widget-title {
	font-size: 20px;
	font-weight: 800;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
	/*text-decoration: underline;*/
}



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


/* 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;*/
	outline: none;
}
/* do not display an outline on images */
a:focus {
	outline: none;
}

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

.site-header {
	box-sizing: border-box;
	width: 100%;
	/*padding-left: 15px;*/
	background-color: rgba(29, 46, 97, 0.8);
	/*background-color: rgba(80, 108, 160, 0.8);*/
	z-index: 10000;
	display: block;
	position: fixed;
	width: 100%;
}

.site-header .wrap {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}

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

.title-area {
	box-sizing: border-box;
	display: inline-block;
	z-index: 10000;
}

.wp-custom-logo .title-area {
	max-width: 220px;	/* matches the width of the logo image */
	width: 100%;
}

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

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

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

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


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

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	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: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

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

/* Responsive Menu
--------------------------------------------- */
/*
.menu .menu-item:focus {
	position: static;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-primary {
	display: inline-flex;   
	flex: 2 2 80%;
	flex-wrap: nowrap;
	max-height: 32px;
	height: 32px;
	margin-top: -7px;	/* this pulls the entire menu back up to be inline with the white background bar */
	padding-left: 15px;
}

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

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

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

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

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


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

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

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

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

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

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

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

p.entry-meta {
	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 {
	font-size: 16px;
	line-height: 1.5;
}

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

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

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

.footer-widgets {
	background-image: url("/wp/wp-content/themes/4CRS/images/river-canyon-footer.svg"), 
					linear-gradient(#FED731, #FFE368);																		
	/*background-image: url("/wp/wp-content/themes/4CRS/images/river-canyon-footer.svg"), 
					linear-gradient(#fec731, #FED731, #FED731, #fcdd5a, #fb9065);*/	/* light yellow top, logo yellow middle-top, lighter yellow middle-bottom, pink bottom */
	background-repeat: no-repeat, repeat-x;
	background-attachment: scroll;
	background-position: right bottom, left top;		/* fallback */
	background-position: right calc(100% + 16px), left top;	 /* the calc does not work in this stagement even though it is supposed to so doing this via jQuery */
	background-size: 30%, 100%;
	background-clip: border-box;
	box-sizing: border-box;
	/*border-top: 5px solid #F96115;
	border-bottom: 5px solid #F96115;*/
	border-top: 10px solid #6A7DA1;
	border-bottom: 10px solid #6A7DA1;
	padding: 15px 0;
}

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



.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

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

.footer-widgets li {
	padding-bottom: 5px;
}

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

.site-footer {
	background-color: #A2C4D4;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	font-size: 12px;
	line-height: 1.3;
	padding: 5px 65px;
	text-align: center;
}

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

.footer-contact-info {
	white-space: nowrap;
	
}
.footer-contact-info li {
	line-height: 21px;
}
.footer-contact-info div {
	text-indent: 26px;
}

/* DREW ADDED START */

/* offset anchors because of sticky menu */
a[name]{
	display:block;
	position:relative;
	top: -115px; 
	visibility: hidden;
}



/* UBER MENU */
#ubermenu-main-3-primary {
	width: 100%;
	max-width: 100%;
	z-index: 10000;
}
/* this controls the width of the overall menu */
#ubermenu-main-3-primary > ul {
	display: inline-flex;
	flex: 6 1 100%;
	justify-content: flex-end;	
	width: 100%;
	max-width: 100%;
}
/* remove the outlines from what looks like to be buttons */
#ubermenu-main-3-primary a:active {
	outline: none;
}

.ubermenu-tabs-group .ubermenu-tab > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 1.1em;
}
.ubermenu-tabs-group {
	/*min-width: 120px;*/
}
  

.font-bold {
	font-weight: bold;
}

/* add some borders to top level menu items where borders are not added by ubermenu */
#my-shop-menu {
	border-left: 1px solid #6d6d6d;
}
#my-shop-menu:focus {
	outline: none;		/* this is needed because it is a span tag not an anchor tag only for this menu item */
}
/* ubermenu widget search bar area, there is no option in ubermenu to give a widget a custom html ID */
/* first declaration is for sandbox */
/* second declaration is for production */
#menu-item-11214,
#menu-item-15739 {
	display: inline-flex;
	flex: 10 25 100%;
 	justify-content: center;
	float: none;	/* remove the float caused by ubermenu on this item */
	border-left: 1px solid #6d6d6d;
	text-align: center;
	margin: 0 auto;
}
#menu-item-11214 ul,
#menu-item-15739 ul {
	display: inline-flex;
	flex: 10 25 100%;
 	justify-content: center;
	text-align: center;
	max-width: 90%;
	width: 100%;
	width: auto;
	margin: 0 auto;
}
/* These are the questions, profile, and cart menu items */
/* first set is for sandbox */
/* second set is for production */
#menu-item-11179, #menu-item-11184, #menu-item-11186,
#menu-item-15740, #menu-item-15741, #menu-item-15743 {
	float: none;
	direction: rtl;		/* make the submenu fly out to the left */
}
#my-cart {
	cursor: pointer;
}

/* PAGE SEARCH BAR */
.page-search-form form {
	display: flex;
	background-color: #E5E5E5;
	padding: 10px 15px;
	border-radius: 5px;
}

/* SEARCH BAR IN UBERMENU and in SHIFTNAV */
#search-2, #search-3, .shiftnav-search {
  	padding: 4px 0 4px 0;
	text-align: center;
}
#search-2 form, #search-3 form, .shiftnav-search .shiftnav-searchform, .shiftnav-search form {
	display: inline-flex;
	flex: 10 20 100%;
 	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding: 2px 5px !important;
	border-radius: 5px !important;
	background-color: #E5E5E5 !important;
}
.my-shiftnav {
	display: none;
}



/* the search bar from WP */
#s, .shiftnav-search-input {
	width: 100%;
	padding: 0;
	font-size: 1.3em;
	font-weight: 500;
	font-style: italic;
	background-color: transparent;
	border: none;
}
#s:focus, .shiftnav-search-input:focus {
	outline: none;
	border: none;
}
.shiftnav-search input.shiftnav-search-input {
	display: inline-block;
	font-size: .9em;
	padding: 2px 15px !important;
	
}

/* the magnifying glass (search button) */
.shiftnav .shiftnav-search .shiftnav-search-submit {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	padding: 2px 15px !important;
	width: auto !important;
	/*right: 15px !important;*/
	font-size: .9em;
}

#search-form button  {
	font-size: 1.4em;
	color: #000000;
	background-color: transparent;
	width: 30px;
	padding: 0;
}


/* TOP HEADER NAV */
.nav-top-header {	
	position: absolute;
	top: 0;
	right: 21px;
	font-size: 0.7em;
	font-weight: 700;
	white-space: nowrap;
}
/*
.nav-top-header .genesis-nav-menu {
	line-height: 1.5;
}
*/
.nav-top-header .menu-item {
	display: inline-block;
}
.nav-top-header a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
/* Free shipping in header */
.free-ship-header {
	height: 20px;
	position: absolute;
	top: 3px;
	left: 310px;
	font-size: 0.6em;
	font-weight: 700;
	white-space: nowrap;
}
.free-ship-header a {
	color: #ffffff;
	text-decoration: none;
}

/* MOBILE CART NAV */
.nav-mobile-cart {
	display: none;
}



/* cart in the header for mobile */
/*
#cart-icon-mobile {
	display: none;
}
*/

/* the background for the space between the viewport and the top of the menu */
/* so you don't see page content behind the top of the menu */
.pre-header-background {
	position: fixed;
	width: 100%;
	height: 22px;
	background-color: #ffffff;
	z-index: 9999;		/* one below the header z-index */
}

/* the background for the header */
.header-background {
	position: absolute;
	top: 22px;
	width: 100%;
	height: 32px;
	margin-left: -15px;
	overflow: visible;
	background-color: #ffffff;
	z-index: 9999;
}

/* FOOTER */
.footer-icons {
	font-size: 2.4em;
	color: #333333;
}
.footer-icons a {
	color: #333333;
}
.footer-icons a:hover {
	color: black;
}
.footer-icons i,
.footer-icons svg {
	margin: 5px;
}
.social-media-icons {
	float: left;
}
.payment-icons {
	float: right;
}
/* footer artwork */
/*
.footer-art-wrapper {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;		
	align-items: flex-end;			
	border-bottom: 15px solid #F96115;
	background-image: linear-gradient(white, #D6460D, #FED731);	
	z-index: -10;
	
}
.footer-art {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 30%;
	flex: 0 0 auto;
	justify-content: flex-end;
	position: relative;
	top: 15px;
	padding-top: 80px;

}
*/

/* FOOTER WIDGETS */
/* overwrites and changes for Recent Posts / Blog Posts with Thumbnails Widget (RPWWT) */
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 45px;
    height: 45px;
}
.rpwwt-widget ul li img {
	display: block;
    float: left;
    margin: .3em .75em .75em 0;
}
.rpwwt-widget {
	line-height: 24px;
}
.rpwwt-widget ul li {
	float: left;
	margin-bottom: 0 !important;
	padding-bottom: 3px;
}
.rpwwt-widget ul li:last-child {
	padding-bottom: 0;
}
/*
.rpwwt-widget ul li:first-child {
	padding: 0 10px 3px 10px !important;
}
*/
.rpwwt-widget img {
	border: 2px solid #333333;
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}


/* News Letter link in FOOTER */
.footer-widgets #my-newsletter {
	margin-top: 10px;
	padding: 4px 10px;
	border-radius: 5px;
	background-color: #A2C4D4;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	font-size: .9em;
	font-weight: 400;
	font-style: italic;
	
}
.footer-widgets #my-newsletter a {
	text-decoration: none;
	color: inherit;
}
#my-newsletter .my-newsletter-inner {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}

/* CONTACT FORM 7 - CF7 */
.screen-reader-response {
	display: none;
}

/* Contact Form 7 Newsletter Email form (in footer widget) */
/*
.footer-widgets #wpcf7-f4714-o1 {
	margin-top: 10px;
}
.footer-widgets #wpcf7-f4714-o1 form {
	padding: 4px 10px !important;
	border-radius: 5px !important;
	background-color: #A2C4D4 !important;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
 this is the text input field for the email address 
.footer-widgets #wpcf7-f4714-o1 #my-newsletter {
	padding: 0;
	font-size: .9em;
	font-weight: 400;
	font-style: italic;
	background-color: transparent;
	border: none;
}
.footer-widgets #wpcf7-f4714-o1  .your-email {
	float: left;
	width: 90%;			 might be able to make this wider once I have an icon for submit button 
}

.footer-widgets #wpcf7-f4714-o1  .ajax-loader {
	float: right;
}

.footer-widgets #wpcf7-f4714-o1 .wpcf7-submit {
	padding: 0;
	font-size: 1.3em;
	background-color: transparent;
	float: right;
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	color: inherit;
	width: 10%;
}
.footer-widgets #wpcf7-f4714-o1 .fa-angle-right:before {
    content: "\f105";
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
}
.footer-widgets #wpcf7-f4714-o1 .wpcf7-submit:focus {
	outline: none;
	border: none;
}
.footer-widgets #wpcf7-f4714-o1 .wpcf7-validation-errors {
	display: none !important;
}
.footer-widgets .wpcf7-not-valid-tip {
	padding-top: 10px;
}
*/


/* HOME PAGE SLIDER */
/* first declaration is for sandbox */
/* second declaration is for production */
.home #soliloquy-container-11202,
.home #soliloquy-container-15774 { 
	position: relative;
	padding:0 !important;
	max-width: 100% !important;
	margin: 54px 0 0 0;
	z-index: 5;
	max-height: none !important;
}
.soliloquy-container, .soliloquy-container .soliloquy-image {
	width: 100%;
	max-width: 100%;	
}
/* slider navigation dots */
/*
.soliloquy-pager {
	display: none;
}
*/

.home .soliloquy-viewport {
	border-bottom: 8px solid #000000;
}
.home .post-edit-link {
	display: none !important;
}

/* parallax effect */
.parallax-1 {
	background-image: url('/wp/wp-content/uploads/hanson-lava-MD.jpg');
	/*background-image: url("/wp/wp-content/uploads/Grand-BW.jpg");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-blend-mode: luminosity;
	background-color: tan;
}

/* TEXT BOX */
.dark-text-box {
	background-color: rgba(0,0,0,.7);
	padding: 10px 20px;
	color: white;
	border-radius: 5px;
}
.dark-text-box a {
	color: white;
}

/* HOME PAGE */
.hp-site-wrap {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.hp-welcome {
	background-color: white;
}

.hp-shop {
	display: flex;
	justify-content: space-evenly;
	background-color: #262525;
	background-image: linear-gradient(#333, #e5e3e3, #333);
	padding: 30px 0;
	border-top: 8px solid #000000;
	border-bottom: 8px solid #000000;
}
.hp-shop-2 {
	display: flex;
	justify-content: space-evenly;
	background-color: #000000;
}
.hp-products {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: nowrap;
}
.hp-promotions {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.home .entry {
	margin-bottom: 0 !important;
}

  

  
/* Promo buttons on sidebar */
.promo-btn {
	width: 80%;
	padding: 3px 5px;
	margin: 15px auto;
	border:1px solid #222222;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.promo-btn:hover {

}
.promo-btn a {
	color: white;
	text-decoration: none;
}

.free-ship-btn {
	background-image: linear-gradient(-45deg, #a21919, #D61515, #a21919 );
}
.price-match-btn {
	background-image: linear-gradient(-45deg, #333333, #7e7e7e, #333333 );
}
.discount-btn {
	background-image: linear-gradient(-45deg, #234ea0, #6A7DA1, #234ea0 );
}

/* Gift Card button */
.gift-card-btn {
	background-color: #F8F8F8;
	border:1px solid #222222;
	border-radius: 10px;
	text-align: center;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	line-height: 20px;
	padding: 3px 5px;
	
}
.gift-card-btn a {
	text-decoration: none;
	color: inherit;
}
.gift-card-btn img {
	margin: 5px auto;
}

/* TOOLTIP */
.tooltip {
  position: relative;
	display: inline-block;
	white-space: normal;
  /*border-bottom: 1px dotted black;*/
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 3px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltip-text a {
	color: #ffffff;

}
.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 32px;
	margin: 4px 8px 0 0;
	text-shadow: 1px 1px darkgray;
	color: gray;
	font-weight: bolder;
	top: 3px;
	position: relative;
}

/* LIVE CHAT ICON */
.live-chat {
	cursor: pointer !important;	
	width: 140px !important;	/* 240px - 140px = 50px so right: 50px; */
	background-color: #A2C4D4 !important;
	background-image: linear-gradient(#6A7DA1, #A2C4D4, #6A7DA1) !important;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff !important;
	border-radius: 20px !important;
	border: 1px solid black !important;
	box-sizing: border-box !important;
	text-align: center !important;
	
}
.live-chat span {
	display: block !important;
	text-transform: uppercase !important;
	color: #000000 !important;
	width: 120px !important;
	height: 22px !important;
	margin: 0 auto !important;
	line-height: 20px !important;
	font-size: 20px !important;
	font-weight: bolder !important;
}

.live-chat-large {
	position: absolute;
	right: 10px;
	top: 57px;
}
.live-chat-mobile {
	margin: 0 auto !important;
}
  

/* Google reCaptcha v3.0 badge */
.grecaptcha-badge { display: none; }
  

/* GENERIC FORMATTING CLASSES */
.view-hidden {
	display: none !important;
}
/* center an image */
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* verical alignment */
.align-middle {
	vertical-align: middle;
}
/* float classes */
.float-right {
	float: right;
}
.float-left {
	float: left;
}
/* padding classes */
/* padding all around */
.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-25 {
	padding: 25px;
}
.p-30 {
	padding: 30px;
}
/* padding-top */
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
/* padding-right */
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-25 {
	padding-right: 25px;
}
.pr-30 {
	padding-right: 30px;
}
/* padding-bottom */
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
/* padding-left */
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}

/* margin classes */
/* margin all around */
.m-5 {
	margin: 5px;
}
.m-10 {
	margin: 10px;
}
.m-15 {
	margin: 15px;
}
.m-20 {
	margin: 20px;
}
.m-25 {
	margin: 25px;
}
.m-30 {
	margin: 30px;
}
/* margin-top */
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
/* margin-right */
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
/* margin-bottom */
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
/* margin-left */
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}

/* TEXT ALIGN */
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}

/* FONT */
.font-smaller {
	font-size: smaller;
}
.font-larger {
	font-size: larger;
}
/* GENERIC CLASSES END */

/* TABS */
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}
ul.tabs li{
	background: none;
	border: 1px solid #E5E5E5;
	border-radius: 5px 5px 0 0;
	color: #333;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	margin-right: 10px;
}

ul.tabs li.current{
	background: #EFEFEF;
	color: #333;
}

.tab-content{
	display: none;
	background: #ffffff;
	padding: 15px;
	border-top: 1px solid rgb(229, 229, 229);
}

.tab-content.current{
	display: inherit;
}

img#wpstats{
	width: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

.sr-text {
	display: none;
}


/* DREW ADDED STOP */


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

/* for formats ABOVE 900px */
/*@media only screen and (min-width: 960px) {*/
@media only screen and (min-width: 900px) {

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

	.site-header {
		display: block;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	/* Live Chat Mobile */
	#menu-item-11370, #menu-item-17875 {
		display: none !important;
	}
	

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

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

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

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

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

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

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

	.genesis-nav-menu .sub-menu {
		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;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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

	/* Responsive Menu
	--------------------------------------------- */
	/*
	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	*/
	
	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		/*overflow: hidden;*/
		/*margin: 0;*/
		/*clear: none;*/
		/*float: right;*/
		/*width: auto;*/
		
	}
/*
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
*/
	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		/*margin-top: 60px;*/
		margin-top: 45px;
		max-width: 1140px;
	}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

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

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

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

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

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

}

/* for formats BELOW 900px */
/*@media only screen and (max-width: 960px) {*/
@media only screen and (max-width: 900px) {

	.site-header .wrap {
		padding: 0;
	}
	
	.header-background {
		margin: 0px;
	}

	.footer-widgets {
		background-size: 60%, 100%;
		padding-bottom: 160px;
	}

	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		display: none;		/* hide the Ubermenu for smaller formats */
	}
	
	.nav-top-header {
		display: none;		/* hide the top header menu for smaller formats */
	}
	
	.free-ship-header {
		display: none;		/* hide the free shipping in the header */
	}
	
	
	.title-area {
		display: inline-flex;
		flex: 0 0 auto;
		position: relative;
		left: -2px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* ShiftNav, the other ShiftNav css can be found in /css/my-shiftnav.css */
	.my-shiftnav {
		display: inline-flex !important;
		flex: 1 1 auto;
		justify-content: flex-start;
		z-index: 10000;
		margin-left: 10px;
		font-size: 22px;
		line-height: 1.3em;
		padding: 3px 0;
	}



	
	/* 	MOBILE CART NAV FOR SMALLER SCREEN SIZES */
	.nav-mobile-cart {
		/*display: inline-block;*/
		display: inline-flex;
		flex: 1 1 auto;
		justify-content: flex-end;
		text-decoration: none;
		color: #000000;
		z-index: 10000;
		margin-right: 10px;
	}
	.nav-mobile-cart > div {
		background-color: transparent;
	}
	.nav-mobile-cart:hover {
		color: rgb(77, 144, 254);	/* blue link color */
	}
	.nav-mobile-cart .ubermenu-mobile_cart_config .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 22px;
		line-height: 1.3em;
		margin-bottom: 6px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#my-mobile-cart {
		padding: 3px 0;
		cursor: pointer;
	}
	/*
	.ubermenu-mobile_cart_config .ubermenu-submenu {
		margin-top: 20px;
	}
	*/
	.ubermenu-mobile_cart_config .ubermenu-submenu {
		top: 83px !important;

	}
	   
	
	/* Inner Site Div */
	.site-inner {
		/*padding: 60px 30px 0;*/
		padding: 30px 0;
	}
	
	/* Contact Form 7 for Newsletter (in footer) */
	/*
	#wpcf7-f4714-o1 form { 
		margin-left: auto;
		margin-right: auto;
	}
	*/

}


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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}

