/*!
Theme Name: Sislers
Theme URI: http://underscores.me/
Author: Will Pacheco
Author URI: http://pachecostudios.com
Description: Custom theme created by Will Pacheco for Sislers Stone
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sislers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sislers is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

::-moz-selection { background: #fde900; }
::selection { background: #fde900; }


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
img::-moz-selection { 
	background: transparent; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
img::selection { 
	background: transparent;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', serif;
	clear: both;
}
h1:after, h2:after, h3:after {
	content: '';
	width: 80%;
	display: block;
	height: 2px;
	background: #cc0000;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	margin:0;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	height: 100%; 
	
}
body.modal-active {
	overflow: visible;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: rgb(245, 245, 245);
	/* Fallback for when there is no custom background color defined. 
	background-image: url('img/noisy_net.png');*/
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	background: #3b4864;
	outline-style: solid;
	outline-color: #3b4864;
	outline-width: 3px;
	border: 2px solid #fff;
	padding: 6px 20px;
	font-family: 'Arvo', serif;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #252e42;
	margin: 10px;
	-webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline-style: solid;
	outline-color: #3b4864;
	outline-width: 2px;
	border-color: #fde900;

	background: #252e42;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline:none;
	border-color: #fde900;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 2px solid #ccc;
	padding: 8px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	color: #111;
	border: 2px solid #fde900;
}

select  {
	color: #666;
	border: 2px solid #ccc;
	padding: 4px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
select:hover {
	color:#111;
}

textarea {
	width: 100%;
}
.call-to-action { /* button styles should be the same -- change these if changes are desired*/
	background: #3b4864;
	display:inline-block;
	margin-top: 20px;
	outline-style: solid;
	outline-color: #3b4864;
	outline-width: 3px;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-family: 'Arvo', serif;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	
	-webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
}
.call-to-action a, .call-to-action a:link, .call-to-action a:hover, .call-to-action a:visited, a.call-to-action a:link.call-to-action, a:hover.call-to-action, a:visited.call-to-action  {
	color: #fff;
	text-decoration: none;
}
.call-to-action:hover {
	outline-style: solid;
	outline-color: #3b4864;
	outline-width: 2px;
	border-color: #fde900;
}
.red, input[type="button"].berocket_aapf_reset_button {
	background: #a51d22;
	outline-color: #cc0000;
	text-shadow: 1px 1px 1px #600004;
}
.red:hover, input[type="button"].berocket_aapf_reset_button:hover {
	background: #600004;
	outline-color: #600004;
}
.green {
	background: #1c941b;
	outline-color: #1c941b;
	text-shadow: 1px 1px 1px #136112;
}
.green:hover {
	background: #136112;
	outline-color: #136112;
}
.blue {
	background: #2b88d9;
	outline-color: #2b88d9;
	text-shadow: 1px 1px 1px #3b679e;
}
.blue:hover {
	background: #3b679e;
	outline-color: #3b679e;
}
.yellow {
	background: #fde900;
	outline-color: #fde900;
	color: #847a00;
	text-shadow: none;
}
.yellow:hover {
	background: #bdae00;
	outline-color: #bdae00;
	color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#wp-admin-bar-new-post {
	display: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
	text-decoration: underline;
}

a:visited {
	color: #404040;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}
.custom-logo {
	margin-bottom: 0;
}
.site-title, .site-description {
	color: #fff;
	margin: 0;
	font-family: 'Arvo', serif;
}
.site-description { 
	margin-bottom: 1.5em;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-menu-container {
	background-image: url(data:image/png;base64,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);

}
.main-navigation {
	display: block;
	position: relative;
	width: 100%;
	font-family: 'Arvo', serif;
	border-top: 4px solid #292727;
	border-bottom: 2px solid #fde900;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51b23+0,e51b23+24,cc0000+33,cc0000+33,cc0000+50,cc0000+67,e51b23+76,e51b23+99 */
	background: #e51b23; /* Old browsers */
	background: -moz-linear-gradient(left, #e51b23 0%, #e51b23 24%, #cc0000 33%, #cc0000 33%, #cc0000 50%, #cc0000 67%, #e51b23 76%, #e51b23 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e51b23 0%,#e51b23 24%,#cc0000 33%,#cc0000 33%,#cc0000 50%,#cc0000 67%,#e51b23 76%,#e51b23 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e51b23 0%,#e51b23 24%,#cc0000 33%,#cc0000 33%,#cc0000 50%,#cc0000 67%,#e51b23 76%,#e51b23 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51b23', endColorstr='#e51b23',GradientType=1 ); /* IE6-9 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+20,cc0000+20,e51b23+35,e51b23+50,e51b23+65,cc0000+80,cc0000+100 */
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(left, #cc0000 0%, #cc0000 20%, #cc0000 20%, #e51b23 35%, #e51b23 50%, #e51b23 65%, #cc0000 80%, #cc0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cc0000 0%,#cc0000 20%,#cc0000 20%,#e51b23 35%,#e51b23 50%,#e51b23 65%,#cc0000 80%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cc0000 0%,#cc0000 20%,#cc0000 20%,#e51b23 35%,#e51b23 50%,#e51b23 65%,#cc0000 80%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
}
.main-navigation a, .main-navigation a:hover, .main-navigation a:visited, .main-navigation a:focus {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	text-decoration: none;
}
.main-navigation .menu-main-menu-container, .link-wrap {
	width: 100%;
	margin: 0 auto; 
}
.main-navigation .nav-link {
	padding: 4px 12px; 
	border-top: 2px solid rgba(229,27,35,0);
	position: relative;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main-navigation ul {
	list-style-type: none;
	width: 100%;
	display:block;
}
.main-navigation .menu {
	width: 85%; 
	margin: 0 auto; 
	padding: 0;
}
.main-navigation .sub-menu {
	display: none; 
	
}

.main-navigation .menu-depth-1 {
	width: 100%; 
	padding: 10px 0;
	margin: 0;
	background-color: #292727;
	border-bottom: 2px solid #fde900;
	position: absolute; 
	left: 0px;
	z-index: 999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#273043+0,292727+100 */
	/* used to be 45484d */
	background: #273043; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #273043 0%, #292727 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #273043 0%,#292727 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #273043 0%,#292727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273043', endColorstr='#292727',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
}

.main-navigation .menu-item-depth-0 {
	vertical-align: top;
	display: inline-block;
}
.main-navigation .menu-item-depth-0:hover {
	background-color: #a51d22;
}
.main-navigation .menu-item-depth-0 .nav-link:after {
	content: '';
	display: block;
	border-top: 2px solid rgba(253,233,0,1);
	width: 0;
	position: absolute;
	left: 0;
	top: -2px;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
.main-navigation .menu-item-depth-0 .nav-link:hover:after {
	width: 100%; 
}
.main-navigation .menu-item-depth-1 { 
	width: 85%; 
	margin: 0 auto; 
}
.main-navigation .menu-item-depth-1 .nav-link {
	width: 30%;
	padding-left: 12px; 
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
.main-navigation .menu-item-depth-1 .nav-link:hover { 
	background-color: #EFF6EE; 
	padding-left: 12px;
	margin-left: 12px;
	color: #292727;
	text-shadow: none;
}
.main-navigation .menu-item-depth-1 .nav-link a:hover {
	color: #292727;
	text-shadow: none;
}
/*.main-navigation .menu-item-depth-1:hover a {
	color: #292727;
	text-shadow: none; 
}*/
.main-navigation .menu-item-depth-1 .nav-link:before {
	content: '';
	background-color: rgba(0,0,0,0);
	width: 3px;
	position: absolute;
	left: 0;
	top: -2px;
}

.main-navigation .menu-item-depth-1 .nav-link:after {
	border-top:none;
	border-left: 2px solid rgba( 253,233,0,1 );
	width: 2px; 
	height: 0; 
	top: -1px;
	left: -4px;
}
.main-navigation .menu-item-depth-1 .nav-link:hover:after {
	border-top:none;
	height: 100%;
}
.main-navigation .menu-depth-2 {
	width: 70%; 
	max-width: 700px;
	height: 100%;
	color: #292727;
	background-color: #EFF6EE;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#EFF6EE+0,f5f5f5+100 */
	background: -moz-linear-gradient(left, #EFF6EE 0%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #EFF6EE 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #EFF6EE 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFF6EE', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
	border-right: 2px solid #0d0d0d;
	position: absolute; 
	left: 30%;
	top: 0; 
	text-shadow: none;
	z-index: 9999;
}
.main-navigation .menu-depth-2 .nav-link {
	padding-left: 0;
	background-color: transparent; 
}
.main-navigation .menu-depth-2 .nav-link:hover {
	background-color: transparent; 
}
.main-navigation .menu-item-depth-2 a {
	color: #292727;
	text-shadow: none;
}
.main-navigation .menu-item-depth-2 .nav-link:before {
}
.main-navigation .menu-item-depth-2 .nav-link:after {
	border-left: none;
	border-top: none;
	height: 100%;
	border-bottom: 2px solid #e51b23;
	width: 0;
	max-width: 150px;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
.main-navigation .menu-item-depth-2 .nav-link:after:hover {
	width: 150px;
}
.main-navigation .link-wrap {
	display: block;
	width: 100%;
	margin: 0 auto; 
	position: relative;
}
.active-selection.nav-link{
	border-top: 2px solid rgba(253,233,0,1);
	background-color: #a51d22;
	-webkit-box-shadow: inset 0px -22px 28px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -22px 28px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0px -22px 28px 1px rgba(0,0,0,0.1);
}
.sub-active-selection.nav-link {
	color: #292727;
	text-shadow: none;
	background-color: #EFF6EE;
	margin-left: 12px;
}
.sub-active-selection:before {
	border-left: 2px solid rgba( 253,233,0,1 );
	background-color: rgba(253,233,0,1);
	width: 2px; 
	height: 0; 
	margin-top: 1px;
	margin-left: -4px;
	height: 100%; 
}
.nav-thumb { 
	position: absolute;
	top: 4px; 
	right: 7.5%; 
	display:none;
	height: 230px; 
	width: 230px; 
	overflow: hidden;
	z-index: 99999;
}
.nav-thumb img {
	width: 100%; 
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.nav-modal {
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	height:100%;
	width: 100%;
	z-index: 1;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
.sub-sub-menu-item:hover .nav-thumb{
	display:block;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	margin: 0 auto;
	width: 100%; 
	background-color: #cc0000;
	outline:none;
	border: none;
}
.menu-toggle:hover {
	outline:none;
	background-color: #a51d22;
}
.menu-icon {
	width: 32px;
    height: 4px;
    background-color: white;
	margin: 6px auto;
	-webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25)
}
.menu-toggle:hover .menu-icon {
	background-color: #fde900;
}
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
## Home Splash
--------------------------------------------------------------*/
.header-splash {
	width: 100%;
}
.home-splash {
	width: 100vw;
	height: 100vh; 
	background-image: url('img/large-gravel-2560.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-bottom: #292727;
	-webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
}
.home-splash-logo {
	width: 100%; 
	height: 100%; 
	position: relative;
}
.home-splash-logo-content {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 10%;
}
.home-splash-logo-content a {
	margin-right: 40px;
	justify-content: space-evenly;
}
.home-splash-logo img {
	max-width: 70%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.splash-title {
	display:none;
}
.menu-splash-nav-container {
	margin-bottom: 20px;
}
.menu-splash-nav-container ul {
	text-align: center;
	list-style-type: none; 
}
.menu-splash-nav-container ul li {
	display:inline-block;
	margin-bottom: 20px;
}
.menu-splash-nav-container ul li a {
	display: block;
	border: 2px solid #fff;
	font-family: 'Arvo', serif;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	font-size: 150%;
	padding: 20px 40px; 
	font-weight: bold;
	background: rgba(0,0,0,0.25);
	outline-color:rgba(0,0,0,0);
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; 
	text-align: center; 
	-webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
}
.menu-splash-nav-container ul li a:hover {
	transform: scale(1.25);
	outline-color: #fff;
}
.is-home {
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	opacity: 0;
	height: 0;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.fixed {
	position: fixed;
}

/* --- CHROME FIX FOR SVG ----- */
svg { max-height: 100%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*-------- SITE HEADER -----------*/
header {
	width: 100%; 
	display: block;
	top: 0;
	z-index: 999;
}
.site-header {
	
}
.header-content {
	padding: 20px 7.5% 0 7.5%;
	background: url('img/stone-2560.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover 172px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.custom-logo { 
	margin: 0 0 20px 0;
}
.site-branding {
	display: inline-block;
}
.header-search {
	display: inline-block;
	margin-bottom: 10px;
}
.header-search input.search-field, .search-form input.search-field {
	width: 100px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-right: -20px;
}
.header-search input.search-field:focus, .search-form input.search-field:focus {
	width: 250px;
}
#header-search {
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.splash-search {
	width: 100%; 
	position: absolute;
	bottom: 40px; 
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.splash-search .search-form {
	width: 70%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative; 
}
.splash-search .search-form .search-field {
	width: 100%; 
}
.splash-search .search-form .search-submit {
	position: absolute;  
	right:0;
	top: 3px;
}
.nav-search {
	position: absolute; 
	right: 0;
}

.bottom {
}
.ui-tabs {
	padding: 0 20px;
	
}
.ui-tabs ul {
	list-style-type: none;
	margin: 0;
	padding-right: 0;
	
}
.ui-tabs ul li {
	padding: 6px 12px;
	margin-right: 10px;
	display: inline-block;
	background-color: #b1b1b1;
}
.ui-tabs ul li a {
	text-decoration: none;
}
.ui-tabs ul li.ui-state-active {
	border-top: 2px solid #a51d22;
	font-weight: bold;
	background-color:#d1d1d1;
}
.ui-tabs-panel {
	
	padding: 20px 20px;
	background-color:#d1d1d1;
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.53);
-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.53);
box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.53);
}
/*-------------------------------*/
.content-wrap {
	position: relative; 
	width: 100%; 
	height: 100%;
}
.site-content {
	/*background-color: rgb(245, 245, 245);*/

	position: relative; 
	/*-webkit-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 1px 2px rgba(0,0,0,0.25);*/
}
.site-content, .site-footer-content {
	padding: 40px 0;
	width: 85%; 
	max-width: 1920px;
	margin: 0 auto;
}
.home-content {
	padding-top:0;
	margin-top:-20px;
}
.clear {
	font-size: 150%;
	padding: 20px 40px; 
	font-weight: bold;
	background: rgba(0,0,0,0.25);
	outline-color:rgba(0,0,0,0);
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
.clear:hover {
	transform: scale(1.25);
	outline-color: #fff;
}

footer {
	font-size: 90%;
	background-image: url('img/concrete_wall.png');
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
footer h1:after, footer h2:after {
	width: 25%;
}
footer a {
	color: #fff;
	text-decoration: underline;

}
footer.entry-footer {
	background-image: none;
}
#footer-border-wrap {
	width: 100%; 
	position: relative;
	margin-top: 170px;
}
.footer-border {
	width: 100%;
	height: 332px; /*width of frame is 1920px */
	background-image: url('img/Rock-Divider.png');
	background-repeat: repeat-x;
	position: absolute; 
	bottom: -150px;
}
.footer-social {
	content: '';
	width: 100%;
	height: 50px;
	margin: 20px 0 20px 0;
	padding: 0 80px;
}
.footer-social img {
	height: 50px;
	width: 50px;
	margin-left: 20px;
	float: right;
	display: inline-block;
}
.company-info {
	width: 100%; 
	position: relative;
}
.company-location-row {
	width: 100%;
	display: table;
}
.company-location-left, .company-location-right {
	display: table-cell;
	vertical-align: bottom;
	width: 48%;
	padding: 20px;
	display:inline-block;
}
.company-location-right {
	text-align: right;
}
footer .site-info {
	visibility: hidden;
}
.accordion {
	font-family: 'Arvo', serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	cursor: pointer;
	width: 100%; 
	color: #fff;
	margin:0;
	user-select: none;
	border-top: 1px solid #292727;
	border-bottom: 1px solid #fde900;
	background: #3b4864;
    /*background: #cc0000;
    background: -moz-linear-gradient(left, #cc0000 0%, #cc0000 20%, #cc0000 20%, #e51b23 35%, #e51b23 50%, #e51b23 65%, #cc0000 80%, #cc0000 100%);
    background: -webkit-linear-gradient(left, #cc0000 0%,#cc0000 20%,#cc0000 20%,#e51b23 35%,#e51b23 50%,#e51b23 65%,#cc0000 80%,#cc0000 100%);
    background: linear-gradient(to right, #cc0000 0%,#cc0000 20%,#cc0000 20%,#e51b23 35%,#e51b23 50%,#e51b23 65%,#cc0000 80%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=1 );*/
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;

}
.accordion:hover {
	background: #3b679e; /* Old browsers */
	
}

.accordion-inner-wrap {
	padding: 4px 12px;
	width: 100%;
	height: 100%;
	background-image: url(data:image/png;base64,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);
	
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
.accordion-inner-wrap:hover {
	padding-left: 30px;
}
.accordion.default .accordion-inner-wrap {
	padding-left: 30px
}
.accordion:before {
	content: '+';
	float:right;
	padding: 4px 12px;
}
.accordion-content {
	display: none;
	padding: 0 20px;
	background-color: rgb(230, 230, 230);
}
.accordion-content p:empty, .accordion-content ~ p:empty:not(.accordion-content) {
	display: none;
}
.accordion-content ul{ 
	list-style-type: none; 
	padding: 0;
	margin: 0;
}
.accordion-content ul li {
	color: #000;
	height: 35px;
	padding: 4px 12px;
	text-align: center;
	padding-bottom: 0;
	line-height: 25px; 
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	border-bottom: 1px solid #292727;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
.accordion-content ul li:nth-child(odd) {
	background-color: #d2bd92;
}
.accordion-content ul li:nth-child(even) {
	background-color: #dad2bf;
}
.accordion-content ul li:hover {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	letter-spacing: 0.5px;
	line-height: 24px;
	background-color: #9d877a;
}
.accordion.default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ebae8+0,2b88d9+50,3b689f+100 */
	background: #7ebae8; /* Old browsers */
	background: -moz-linear-gradient(left, #7ebae8 0%, #2b88d9 50%, #3b689f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #7ebae8 0%,#2b88d9 50%,#3b689f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #7ebae8 0%,#2b88d9 50%,#3b689f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebae8', endColorstr='#3b689f',GradientType=1 ); /* IE6-9 */
	transition: all 500 ease-in-out;
}
.accordion.default:before {
	content: '-';
}
.pdf-modal {
	cursor: pointer;
	
}
.pdf-doc {
	display: inline-block; padding-left: 12px; height: 20px;
}
#modal-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 999;
}

#modal-wrap {
	background-color: white;
	display: none;
	padding: 10px;
	width: 80%;
	height: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

#modal-wrap.covid-alert {
	width: auto;
	max-width: 680px;
	height: auto;
	border-radius: 10px;
	padding: 30px;
}

.covid-alert #modal-close {
	top: -25px;
	right: -25px;
}

#modal-content, #modal-content iframe  {
	overflow:hidden;
	width: 100%;
	height: 100%;
}

#modal-background.modal-active, #modal-wrap.modal-active {
	display: block;
	overflow: visible;
}

#modal-close {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	line-height: 50%;
	text-shadow: 1px 1px #600004;
	background-color: #a51d22;
	outline: none;
	height: 30px;
	width: 30px;
	padding: 2px;
	border-radius: 50%;
	position: absolute; 
	right: -10px;
	top: -10px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
h1.entry-title, h1.page-title {
	text-align: center;
	color: #fff;
	padding: 5px 25px;
	background: #3b4864;
	border-top: 1px solid #292727;
	border-bottom: 1px solid #fde900;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	margin-bottom: 40px;
	user-select: none; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#292727+0,273043+25,273043+50,273043+75,273043+75,292727+100 */
background: #292727; /* Old browsers */
background: -moz-linear-gradient(left, #292727 0%, #273043 25%, #273043 50%, #273043 75%, #273043 75%, #292727 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #292727 0%,#273043 25%,#273043 50%,#273043 75%,#273043 75%,#292727 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #292727 0%,#273043 25%,#273043 50%,#273043 75%,#273043 75%,#292727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292727', endColorstr='#292727',GradientType=1 ); /* IE6-9 */
}
h1.entry-title:after, h1.page-title:after {
	content: none;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
.search-form {
	position: relative;
}

.search-submit {
	margin-left: -5px;
	
}
.search-submit:hover { 
	outline: none;
}

/*--------------------------------------------------------------
## WOOCOMMERCE
--------------------------------------------------------------*/
.woocommerce-breadcrumb {
	margin-top: -25px;
	font-size: 80%;
}
.woocommerce-breadcrumb .breadcrumb {
	color: #fff;
    position: relative;
	display: inline-block;
	padding: 4px 12px;
	background: #3b4864;
	border: 1px solid #fff;
	margin-top: 5px;
	margin-right: 4px;
	transform: skew(-20deg);   
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);
}
.woocommerce-breadcrumb:first-child {
	margin-left: 4px;
}

.woocommerce-breadcrumb .breadcrumb:first-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
	z-index: -1;
	border-left: 1px solid #fff;
	background: #3b4864;
    transform-origin: bottom left;
    transform: skew(20deg, 0deg);
}
.woocommerce-breadcrumb .breadcrumb:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -11px;
	z-index: -1;
	border-right: 1px solid #fff;
	background: #3b4864;
    transform-origin: bottom left;
    transform: skew(20deg, 0deg);
}
.woocommerce-breadcrumb .breadcrumb:hover:first-child:after {
	border-left: 1px solid #fde900;
}
.woocommerce-breadcrumb .breadcrumb:hover {
	border: 1px solid #fde900;
}
.woocommerce-breadcrumb .breadcrumb:last-child:hover {
	border: 1px solid #fff;
}
.woocommerce-breadcrumb a{
	display:block;
	transform: skew(20deg); 
	text-decoration: none; 
	color: #fff;
}
.product {
}
.flex-viewport { 
	width: 100%; 
	border-bottom: 4px solid #a51d22;
}
.flex-control-nav {
	width: 100%; 
}
.flex-control-nav li{
	margin-right: 10px;
}
.flex-active {
	border-bottom: 4px solid #a51d22;
	background-color: transparent;
}
.product-type-simple {
	width: 100%; 
}
.product .summary, .product .entry-summary {
	width: 60%;
	float: right; 
	position: relative;
}
.woocommerce-tabs {
	width: 40%;
	padding-right: 5%;
	float: left;
	margin-top: 80px;
}
.woocommerce-product-gallery, .woocommerce-product-gallery__wrapper {
	width: 100%;
	max-height: 100%;
}
.pswp__caption__center {
	text-align: center;
}
.product_title {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 35%;
}

.products-results-main {
	display: block;
	float: none;
	width: 100%;
}
.page-template .products-results {
	width: 100%; 
	display: block;
	width: 100%; 
}
.products-results {
	display: inline-block;
	float: right;
	width: 80.5%;
}
.upsells-wrap {
	width: 100%;
	position: relative; 
	clear: both;
}
.upsells-bg {
	width: 100%;
	height: 20%;
	border-bottom: 2px solid #FDE900;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde900+0,fefcea+50,fde900+99&0.59+0,0.25+15,0.25+85,0.5+100 */
background: -moz-linear-gradient(left, rgba(253,233,0,0.59) 0%, rgba(253,239,70,0.25) 15%, rgba(254,252,234,0.25) 50%, rgba(253,238,67,0.25) 85%, rgba(253,233,0,0.48) 99%, rgba(253,233,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(253,233,0,0.59) 0%,rgba(253,239,70,0.25) 15%,rgba(254,252,234,0.25) 50%,rgba(253,238,67,0.25) 85%,rgba(253,233,0,0.48) 99%,rgba(253,233,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(253,233,0,0.59) 0%,rgba(253,239,70,0.25) 15%,rgba(254,252,234,0.25) 50%,rgba(253,238,67,0.25) 85%,rgba(253,233,0,0.48) 99%,rgba(253,233,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96fde900', endColorstr='#80fde900',GradientType=1 ); /* IE6-9 */
}
.upsells {
	/*width: 85%; 
	margin: 0 auto; 
	padding: 0;*/
}
.upsells .products-results {
	width: 100%; 
	display: block;
	float: none;
	padding: 20px; 
}
.upsells li.product h2:before, .upsells li.product h2:after {
	display: none;
}
.cross-sell-custom .products-results, .product .products-results {
	width: 100%; 
	display: block;
	float: none;
	padding: 20px; 
}
.woocommerce-related {
	clear:both;
	position: relative;
	height: 500px;
}
.related .products-results {
	width: 100%;
}
.woocommerce-ordering {
	margin-bottom: 20px;	
}
.woocommerce-product-gallery__image {
	background: #273043; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #273043 0%, #292727 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #273043 0%,#292727 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #273043 0%,#292727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273043', endColorstr='#292727',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	overflow: hidden; 
	text-align: center;
	max-height: 600px;
	width: 100%; 
	border-bottom: 4px solid #a51d22;
	position: relative;
}
.woocommerce-product-gallery__image img {
	width: auto;
	max-height: 600px; 
	height: auto;
	overflow: auto;
}
.price {
	float: right;
}
.woocommerce-ordering select {
	width: 100%;
}
.woocommerce-filters {
	width: 15%;
	margin-right: 3.8%;
	float: left;
	margin-bottom: 40px;
}
.woocommerce-filters .filter, .woocommerce-filters .woocommerce-ordering {
	width: 100%;
	display:inline-block;
}

.woo-featured-image-bg {
	width: 100%; 
	opacity: 0.35; 
	height: 600px; 
	position: absolute; 
	z-index: 0; 
	background-image: url('<?php echo $featured_img_url ?>'); 
	background-size: cover;  
	-webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));  
	mask-image: linear-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.related-documents {
	margin: 40px 0;
}
.related-documents .call-to-action {
	margin-right: 40px;
}
.related-products-wrap { 
	width: 100%; 
	background-image: url('img/Rock-Wall-Divider_smaller.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: bottom;
	position: absolute;
	bottom: -200px;
	height: 650px;
}
.related {
	width: 85%; 
	margin: 0 auto; 
	padding: 0;
}
.wc-tabs {
	display:none; 
}
#tab-description h2 {
	display: none;
}
#tab-description  {
	margin: 0 0 1.5em 0;
	padding: 1.5em 20px 0 20px;
	background-color: rgba(255,255,255,0.75);
}

.pswp__button, .pswp__button:hover {
	outline: none;
}


.woocommerce-loop-product__link .price {
	display: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	visibility: hidden;
    display: none;
}

.timely-compact-frame {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## SEARCH RESULTS PAGE
--------------------------------------------------------------*/
#search-results {
	width: 100%;

}
.search-result {
	display: inline-block;
	width: 22%;
	height: 100%;
	margin-right: 2.5%;
	vertical-align: top;
	padding: 10px;
	background-color: rgba(255,255,255, 0.5);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.55);
}
.search-result .post-thumbnail {
	width: 100%; 
	text-align: center;
	display: block;
}
.search-result img {
	margin: 0 auto;
	max-height: 336px;
	width: auto;
}
.search-result h2 {
	text-align: center; 
}
.search-result h2:after {
	width: 100%; 
}
.search-result .entry-summary {
	width: 100%;
	float: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Wordpress
--------------------------------------------------------------*/
.post-edit-link {
	text-shadow: none;
}

/*--------------------------------------------------------------
## POP UP HELPER
--------------------------------------------------------------*/
#pop-up-helper {
	position: fixed;
	border-top: 2px solid #a51d22;
	bottom: 0; 
	right: 7.5%;
	z-index: 9999;
	display: none;
	max-height: 400px;
	text-align: left;
	width: 400px; 
	background-color: #000;
	color: #fff;
	background: #273043;
	background: -moz-radial-gradient(center, ellipse cover, #273043 0%, #292727 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #273043 0%,#292727 100%);
	background: radial-gradient(ellipse at center, #273043 0%,#292727 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273043', endColorstr='#292727',GradientType=1 );
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
#pop-up-content {
	border-bottom: 1px solid #fde900;
	padding: 10px;
}
#pop-up-close {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	line-height: 50%;
	text-shadow: 1px 1px #600004;
	background-color: #a51d22;
	outline: none;
	height: 30px;
	width: 30px;
	padding: 2px;
	border-radius: 50%;
	position: absolute; 
	right: -10px;
	top: -10px;
}
#pop-up-helper .call-to-action {
	float: right;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.search-result {
		width: 31%;
		margin-right: 2%;
	}
	.product_title {
		width: 100%;
	}
	.woocommerce-tabs, .product .summary, .product .entry-summary {
		width: 100%;
		float: none;
		display: block;
		padding-right: 0;
	}
	.woocommerce-filters {
		width: 0;
		display: none;
	}
	.woocommerce-ordering, .products-results {
		width: 100%; 
	}
	.entry-summary figure {
		margin-top: 0;
	}
	.woocommerce-tabs {
		margin-top: 0;
	}
	.main-navigation .menu-item-depth-1 .nav-link {
		width: 50%; 
	}
	.main-navigation .menu-depth-2 {
		width: 65%;
		left: 35%;
	}
	
}
@media screen and (max-width: 970px) {
	.search-result {
		width: 45%;
		margin-right: 3%;
	}
	.sub-sub-menu-item:hover .nav-thumb{
		display: none;
	} 
	.company-location-left, .company-location-right {
		width: 100%; 
	}
}
@media screen and (max-width: 720px) {
	.main-navigation .menu-item-depth-1 .nav-link {
		width: 100%; 
	}
	.sub-sub-menu {
		display:none;
	}
	
}
@media screen and (max-width: 616px) {
	.search-result {
		width: 100%;
		margin-right: 0;
	}
	.menu-main-menu-container {
		min-height: 2px;
	}
	.menu-main-menu-container #primary-menu {
		display: none;
	}
	.main-navigation .menu-item-depth-0 {
		display: block;
		width: 100%; 
		text-align: center;
	}
	.main-navigation .nav-link {
		padding: 8px 0;
	}
	.sub-menu {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.header-search .search-submit {
		display:none;
	}
	#pop-up-helper {
		width: 100%;
		right: 0;
	}
	#modal-wrap.covid-alert {
		width:100%;
		max-width: 90%;
		margin:0;
	}
}