/*   
Theme Name: Starterpistol
Author: Anthony Ramirez
Author URI: https://www.ramirezsolutions.com
*/

/****************************************
 Global Styles
****************************************/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--copy);
  font-family: var(--font-family);
  line-height: 1.5;
}

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

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

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

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

body {
  background: var(--background-color);
  /* Fallback for when there is no custom background color defined. */
  margin: 0;
  position: relative;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: var(--secondary-font);
  font-weight: 600;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: var(--font-family);
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

img.lazy {
   background-image: none;
   background-color: #eee;
}

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

p {
  font-size: var(--base-font);
  color: var(--copy);
  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: var(--font-family);
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: var(--font-family);
}

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

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

big {
  font-size: 125%;
}

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

ul {
  list-style: disc;
}

ul.two-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-moz-column-gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style: decimal;
}

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

li {
	font-size: var(--font-md);
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: var(--font-sm);
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 0;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

label {
	display: block;
    font-size: var(--font-sm);
}

/****************************************
 Accessibility
****************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  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;
}

/************************************************
 Accordion
************************************************/
.accordion {
  padding: 2em 0;
}

.accordion-item {
  clear: both;
  margin-bottom: .5em;
}

.accordion__title {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 2em 4em 2em 1em;
  position: relative;
}

.accordion__title span {
  background-image: url(images/plus.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 21px;
}

.accordion__title.is-open {
  background-color: #e7e5dd;
  color: #042a4e;
}

.accordion__title.is-open span {
  background-image: url(images/minus.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 21px;
}

@media (min-width: 650px) {
  .accordion__title.is-open span {
    right: 40px;
  }
}


.accordion__content { 
  display: none;
  border-bottom: 1px solid #042a4e;
  border-left: 1px solid #042a4e;
  border-right: 1px solid #042a4e;
  overflow: hidden;
  padding: 2em; 
}


.accordion--large {
  margin-bottom: 20px;
}

.accordion--large .accordion__title {
  font-size: 40px;
  font-weight: 400;
  padding: 0.75em 1em;
}

.accordion--large .accordion__title span {
  right: 2em;
  top: 25px;
}

.accordion--large .accordion__title.is-open span {
  right: 2em;
  top: 25px;
}

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

/****************************************
 Back To Top
****************************************/

.backtotop a {
  background-color: #8dbf42;
  display: inline-block;
  padding: 10px 15px 1px 15px;
  width: 80%;
}

.backtotop:before {
	background-image: url(images/circle-arrow-up-solid.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	-webkit-filter: invert(76%) sepia(5%) saturate(6194%) hue-rotate(166deg) brightness(97%) contrast(94%);
    filter: invert(76%) sepia(5%) saturate(6194%) hue-rotate(166deg) brightness(97%) contrast(94%);
	height: 21px;
	width: 21px;
}

.backtotop:hover:before {
	-webkit-filter: invert(100%) sepia(100%) saturate(20%) hue-rotate(2deg) brightness(106%) contrast(105%);
    filter: invert(100%) sepia(100%) saturate(20%) hue-rotate(2deg) brightness(106%) contrast(105%);
}

/****************************************
 Breadcrumbs
****************************************/
.breadcrumbs {
	border-bottom: 1px solid var(--quaternary-color);
	padding: 1em 0;
	text-align: center;
	text-transform: lowercase;
}

.breadcrumbs p.inner {
	font-size: var(--font-sm);
	margin: 0;
}

.breadcrumbs .breadcrumb_last,
.breadcrumbs a {
  	font-size: var(--font-sm);
    margin: 0 1em;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumb_last {
	color: var(--copy);
  	margin: 0 0 0 1em ;
}

.breadcrumbs-inner {
	color: var(--gray);
    font-size: var(--font-xs);
	margin: 0;
}

/****************************************
 Buttons
****************************************/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background-color: var(--link-color);
  color: #fff;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  white-space: pre-line;
  width: 100%;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: var(--link-hover);
}

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 {
  background-color: var(--link-hover);
}

a.button,
.button {
	display: inline-block;
	font-size: var(--font-md);
	font-weight: 600;
	line-height: 1;
	padding: 1em 3em;
	text-decoration: none;
	white-space: pre-wrap;
}

a.button--small,
.button--small {
	font-size: var(--font-sm);
}

a.button--large,
.button--large {
	background-color: #fff;
	border: 2px solid #fff;
	color: var(--primary-color);
	font-size: var(--font-md);
	text-transform: uppercase;
}

a.button--large:hover,
.button--large:hover {
	background-color: var(--secondary-color);
	border: 2px solid var(--secondary-color);
	color: #000;
}

a.button--accent-color,
.button--accent-color {
	background-color: var(--accent-color);
	color: var(--secondary-color);
}

a.button--accent-color:hover,
.button--accent-color:hover {
	background-color: #000;
	color: var(--secondary-color);
}

a.button--primary-color,
.button--primary-color {
	background-color: var(--primary-color);
	color: #fff;
}

a.button--primary-color:hover,
.button--primary-color:hover {
	background-color: var(--secondary-color);
	color: #000;
}

a.button--secondary-color,
.button--secondary-color {
	background-color: var(--secondary-color);
	color: #fff;
}

a.button--secondary-color:hover,
.button--secondary-color:hover {
	background-color: var(--primary-color);
	color: #fff;
}

a.button--transparent,
.button--transparent {
	background-color: transparent;
	border: 2px solid var(--accent-color);
	border-radius: 30px;
	color: var(--accent-color);
}

a.button--transparent:hover,
.button--transparent:hover {
	background-color: var(--accent-color);
	color: #fff;;
}

.woocommerce a.button--transparent,
.woocommerce .button--transparent {
	background-color: transparent;
	border: 2px solid var(--accent-color) !important;
	border-radius: 30px !important;
	color: var(--accent-color) !important;
}

.woocommerce a.button--transparent:hover,
.woocommerce .button--transparent:hover {
	background-color: var(--accent-color) !important;
	color: #fff !important;
}

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

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


/****************************************
 Colors
****************************************/
.color--accent {
	background-color: var(--accent-color);
	color: var(--primary-color);
}

.color--accent,
.color--tertiary {
	color: var(--primary-color);
}

.color--primary {
	background-color: var(--primary-color);
}

.color--secondary {
	background-color: var(--secondary-color);
}

.color--tertiary {
	background-color: var(--tertiary-color);
}

.color--quaternary {
	background-color: var(--quaternary-color);
}

.color--primary,
.color--secondary,
.color--quaternary {
	color: #fff;
}

.color-text--primary {
	color: var(--primary-color);
}

.color-text--secondary {
	color: var(--secondary-color);
}

.color-text--tertiary {
	color: var(--tertiary-color);
}

.color-text--quaternary {
	color: var(--quaternary-color);
}
/****************************************
 Columns
****************************************/
.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.columns--vertical-center {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-half {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

.column-thirds {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
}

.column-fourths {
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
}

.column-three-fourths {
	-ms-flex-preferred-size: 74%;
	flex-basis: 74%;
}

.column-two-thirds {
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
}

.column-ten {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

.column-ninety {
	-ms-flex-preferred-size: 90%;
	flex-basis: 90%;
}

/****************************************
 Comments
****************************************/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/****************************************
 Display
****************************************/
.is-hidden {
	display: none !important;
}

.is-visible {
    display: block !important;
}

/****************************************
 Fields & Forms
****************************************/
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 {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--copy);
	border-radius: 0;
	color: #000;
	font-family: var(--font-family);
	font-size: var(--base-font);
	padding: 15px;
	text-align: left;
	max-width: 100%;
}

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 {
	color: var(--copy);
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
    color: var(--copy);
	font-size: var(--font-md);
}
:-ms-input-placeholder {
    color: var(--copy);
	font-size: var(--font-md);
}
::-ms-input-placeholder {
    color: var(--copy);
	font-size: var(--font-md);
}
::placeholder {
    color: var(--copy);
	font-size: var(--font-md);
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_footer .gform_button {
	background-color: transparent !important;
	border: 2px solid var(--secondary-color);
	color: var(--secondary-color) !important;
	font-size: var(--font-md);
	margin: 1em 0 0 0 !important;
	padding: 0.5em 3em !important;
	text-transform: uppercase !important;
	width: auto;
}

.gform_footer .gform_button:hover, .gform_footer .gform_button:focus { 
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
  color: #fff !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 300 !important;
    font-size: var(--font-sm) !important;
}

/****************************************
 Grid
****************************************/
.grid {
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.grid-item {
	line-height: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.grid-item .inner {
	padding: 1em 0;
	line-height: 1;
}

.grid-item a {
	display: block;
}

.grid-item p {
	color: #000;
	margin: 0;
}
  
.grid-item p.title {
  	font-weight: 600;
}

.grid-item p.customer,
.grid-item p.date {
	font-size: var(--font-sm);
	font-weight: 300;
}

.grid-item p.title,
.grid-item p.customer,
.grid-item p.date {
	margin: 0 0 .25em 0;
}
  
.grid__pagination {
	border-top: 1px solid #ccc;
	display: block;
	margin: 2em 0;
	padding: 1em 0 0 0;
	text-align: center;
}
  
.grid__pagination.hidden {
  	display: none;
}
  
.grid__pagination span.page-numbers.current {
	background-color: var(--link-color);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 18px;
}
  
.grid__pagination a.page-numbers {
	color: #000 !important;
	display: inline-block;
	font-size: 14px;
	padding: 5px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
  
.grid__pagination a.page-numbers:hover, 
.grid__pagination a.page-numbers:focus {
	background-color: var(--link-hover);
	color: #fff !important;
	text-decoration: none;
}

.grid-2-columns .column-half {
	border: none;
	padding: 0;
}

.grid-2-columns img {
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.grid-3-columns {
  	text-align: center;
}

.grid-3-columns .column-half,
.grid-3-columns .column-thirds,
.grid-3-columns .column-fourths {
  	margin: 0 0 1em 0;
}

.grid-3-columns .column-half img,
.grid-3-columns .column-thirds img,
.grid-3-columns .column-fourths img {
	border: none;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.grid-3-columns .column-half img {
	height: 350px;
}

.grid-3-columns .column-thirds img,
.grid-3-columns .column-fourths img {
  	height: 250px;
}

.grid-3-columns a {
	border: none;
	display: block;
	text-decoration: none;
}

.grid-3-columns a:hover {
  	border: 3px solid var(--primary-color);
}

.grid-3-columns p.grid-item__description a {
  	margin: 1em 0 0 0;
}

.grid-3-columns .grid__content {
	background-color: var(--lt-gray);
	padding: 1em;
}

.grid-3-columns .grid__content p {
  	font-size: var(--font-sm);
}

/****************************************
 Hero
****************************************/
.hero {
	min-height: 700px;
}

.hero h1 {
	font-size: var(--font-4x);
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.hero h2 {
	font-size: var(--font-2x);
    font-weight: 400;
    margin: 0 0 2em 0;
}

.hero h2 span {
	color: var(--secondary-color);
}

.hero h1,
.hero h2 {
	line-height: 1;
}

.hero h1,
.hero h2,
.hero p {
	color: #fff;
}

.hero p {
	font-size: var(--font-md);
	font-weight: 300;
	margin: 0 0 1em 0;
}

.hero .column-thirds.media {
	text-align: center;
}

.hero,
.hero--internal {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero--internal {
  	background-position: 50% 50%;
}

.hero:before,
.hero--internal:before {
	background-color: #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	opacity: .4;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.hero .columns {
  	min-height: 600px;
    position: relative;
    z-index: 10;
}

.hero--internal,
.hero--internal .inner {
  	min-height: 300px;
}

.hero--internal .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero--internal .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero--internal h1 {
	font-family: var(--font-secondary);
	font-size: var(--font-3x);
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 3;
}

.hero--internal h1,
.hero--internal.has-image h1 {
	color: #fff;
}

.hero #background-video {
	bottom: 0;
	height: 100vh;
	left: 0;
	object-fit: cover;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

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

/****************************************
 Layout Constrain
****************************************/
.l-constrain {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding-left: 1em;
	padding-right: 1em;
}

.l-constrain--wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	padding-left: 1em;
	padding-right: 1em;
}

/****************************************
 Links
****************************************/
a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--link-hover);
}

a:hover, a:active, a:focus {
    outline: 0;
}

a.is-pdf:after {
	background-image: url(images/icon-pdf.svg);
	background-repeat: no-repeat;
    content: "";
	display: inline-block;
	-webkit-filter: invert(18%) sepia(87%) saturate(7180%) hue-rotate(358deg) brightness(106%) contrast(111%);
    filter: invert(18%) sepia(87%) saturate(7180%) hue-rotate(358deg) brightness(106%) contrast(111%);
	height: 18px;
	margin: 0 0 0 .5em;
	width: 18px;
	vertical-align: middle;
}

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

/****************************************
 Menus
****************************************/
.main-navigation {
	font-family: var(--font-family);
	font-size: var(--font-sm);
	margin-right: 30px;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background-color: var(--primary-color);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul, 
.main-navigation ul ul li.focus > ul {
  	left: 100%;
}

.main-navigation ul ul a {
  	width: 200px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  	display: block;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  	left: auto;
}

.main-navigation li {
	float: left;
	margin: 0 1em 0 0;
	position: relative;
}

.main-navigation ul.sub-menu li {
	line-height: 1.2;
	margin: 0;
}

.main-navigation ul.sub-menu li a {
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	padding: 1em 2em;
}

.main-navigation ul.sub-menu li a:hover,
.main-navigation ul.sub-menu li a:focus {
	background-color: var(--link-hover);
}

.main-navigation a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.main-navigation a {
    color: var(--primary-color);
}

.main-navigation a:hover, .main-navigation a:focus {
  	color: var(--accent-color);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  	display: block;
}

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

/****************************************
 Message Bar
****************************************/
.message-bar {
	background-color: var(--secondary-color);
	font-size: var(--font-sm);
	padding: 1em;
	text-align: center;
}

.message-bar p {
	color: #000;
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0;
}

.message-bar a {
	color: #000;
	font-size: var(--font-md);
	padding: 0 0 1px 0;
}

.message-bar a:hover {
	border-bottom: dotted 1px #000;
}

/****************************************
 Mobile Menu
****************************************/
.hamburger {
  	display: none;
}

.mobile-menu ul {
	margin: 0;
	padding: 0;
}

.mobile-menu ul li {
	border-bottom: 1px solid #fff;
	display: block;
}

.mobile-menu ul li a {
	background-color: var(--primary-color);
	padding: 1em;
}

.mobile-menu ul li.menu-item-has-children a:after {
	background-image: url(images/chevron-down-solid.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	-webkit-filter: invert(1);
	filter: invert(1);
	height: 18px;
	margin: 0 0 0 .5em;
	-webkit-transform: rotatex(0deg);
	-ms-transform: rotatex(0deg);
	transform: rotatex(0deg);
	width: 18px;
	vertical-align: middle;
}

.mobile-menu ul li.menu-item-has-children a.is-open:after {
	-webkit-transform: rotatex(-180deg);
	-ms-transform: rotatex(-180deg);
	transform: rotatex(-180deg);
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu li a {
  	background-color: #fff;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu li a:hover,
.mobile-menu ul li.menu-item-has-children ul.sub-menu li a:focus {
  	background-color: #000;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu li a:after {
  	display: none;
}

/****************************************
 Page
****************************************/
.page__content {
  	padding: 2em 0 4em 0;
}

.page__title h1,
h1.page-title {
	color: var(--primary-color);
	font-size: var(--font-3x);
	font-weight: 500;
	letter-spacing: -2px;
	margin: .75em 0 0 0;
	text-transform: uppercase;
}

.page__description {
	font-size: var(--font-md);
	font-weight: 300;
}

.page__description p {
	margin: 0;
}

.page__description p.subtitle {
	color: var(--copy);
	margin: 0 0 2em 0;
}

.page__content ul {
	font-size: var(--base-font);
	font-weight: 300;
}

.page__content h2 {
  	color: var(--primary-color);
	font-weight: 500;
}

.page-template-contact .hero--internal {
	background-color: transparent;
	display: block;
}

.page-template-contact .hero--internal:before {
	display: none;
}

.page-template-contact .hero--internal .media img {
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.page-template-contact .site-content {
	padding: 0;
}

.page-template-contact .page__title h1 {
	color: var(--primary-color);
	margin: 0;
	text-align: left;
}

.page-template-contact .hero--internal .inner {
	min-height: auto;
	padding: 2em 0 1em 0;
}

.page-template-contact .hero--internal p.address {
	font-size: var(--font-sm);
	font-weight: 600;
}

.page-template-contact .hero--internal label {
	font-weight: 400;
	margin: 0 0 .5em 0;
}

.page-template-contact .page__title h1,
.page-template-contact .hero--internal label,
.page-template-contact h2 {
	text-transform: uppercase;
}

.page-template-contact h2 {
	font-weight: 600;
	margin: 0;
}

.page-template-contact #message-us {
	margin: -50px 0 0 0;
}

.page-template-account .page__title h1 {
	margin: 1em 0;
    text-align: center;
}

/****************************************
 Pip Nav
****************************************/
.pip-nav {
	clear: both;
	margin: 0 auto;
	padding: 30px 0.5em 10px 0.5em;
	width: 100%;
}

.pip-nav ul {
	margin-left: 0;
	text-align: center;
}

.pip-nav ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.pip-nav ul li.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: var(--font-sm);
}

.pip-nav ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: var(--copy);
	display: block;
	font-size: var(--font-sm);
	padding: 5px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.pip-nav ul li a:hover, 
.pip-nav ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

/****************************************
 Prefooter
****************************************/
.pre-footer {
	background-color: var(--primary-color);
	padding: 2em;
} 

.pre-footer h2, 
.pre-footer h3 {
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.pre-footer h3 {
	font-size: var(--font-2x);
	line-height: 1;
}

.pre-footer p {
	color: #fff;
	margin: 0;
}

.pre-footer p.phone,
.pre-footer p.email {
	margin: 0 0 1em 0;
}

.pre-footer p.phone a,
.pre-footer p.email a {
	color: #fff;
}

.pre-footer p.phone a:hover,
.pre-footer p.email a:hover {
	color: var(--link-hover);
}

.pre-footer p.phone a {
	font-size: var(--font-xl);
}

.pre-footer p.email a {
	font-size: var(--font-sm);
}

.pre-footer p.email:before,
.pre-footer p.address:before {
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	-webkit-filter: invert(100%) sepia(100%) saturate(20%) hue-rotate(2deg) brightness(106%) contrast(105%);
    filter: invert(100%) sepia(100%) saturate(20%) hue-rotate(2deg) brightness(106%) contrast(105%);
	height: 18px;
	margin: 0 .5em 0 0;
	width: 18px;
	vertical-align: middle;
}

.pre-footer p.email:before {
	background-image: url(images/envelope-regular.svg);
}

.pre-footer p.address:before {
	background-image: url(images/map-marker-alt-solid.svg);
}

.pre-footer p.address {
	color: #fff;
	font-size: var(--font-sm);
	margin: 0 0 1em 0;
}

.pre-footer__nav ul a {
	color: #fff;
}

.pre-footer__nav ul a:hover {
	color: var(--link-hover);
}

.pre-footer__nav ul li {
	margin: 0 0 .5em 0;
}

.pre-footer small {
	color: #fff;
}

.pre-footer img.site-logo {
	height: 150px;
    width: auto;
}

/****************************************
 Posts and Pages
****************************************/
.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;
}

/****************************************
 Reviews
****************************************/
#reviews ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.review-item {
	background-color: #fff;
    min-height: 250px;
	margin: 1em 0 0 0;
    padding: 2em;
}

.review__name {
	font-weight: 600;
	margin: 0 0 .5em 0;
}

.review__description {
	display: -webkit-box;
	margin: 1em 0 0 0;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.stars {
    color: var(--secondary-color);
}

.section--testimonials .woocommerce-tabs {
	margin: 2em 0;
	position: relative;
}

.section--testimonials .woocommerce .star-rating {
	float: none;
	margin: .5em auto;
}

.review__link {
	margin: 1em 0;
}

/****************************************
 Sections
****************************************/
.section {
	background-color: #fff;
	display: block;
	padding: 2em 1em;
}

.section.section--fifty-fifty {
	padding: 4em 0;
}

.section--fifty-fifty h2,
.section--fifty-fifty h3 {
    text-transform: uppercase;
}

.section--fifty-fifty h2 {
	color: var(--primary-color);
    font-size: var(--font-3x);
    font-weight: 700;
	line-height: 1;
    margin: 0;
}

.section--fifty-fifty h3 {
	color: var(--secondary-color);
    font-size: var(--font-lg);
    font-weight: 600;
    margin: 0 0 1em 0;
}

.section--fifty-fifty h3 span {
	color: var(--primary-color);
}

.section--fifty-fifty .column-half.content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
    align-self: center;
	padding: 0 2em;
}

.section--fifty-fifty .description {
	margin: 0 0 2em 0;
}

.section--fifty-fifty.media-left .media img {
	border-radius: 50%;
}

.section--fifty-fifty.media-right .column-half.media.slider {
	overflow: hidden;
}

.section--fifty-fifty a.button--large:hover, 
.section--fifty-fifty .button--large:hover {
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	color: #fff;
}

.section--testimonials {
	background-color: var(--quaternary-color);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    font-weight: 300;
    line-height: 1.7;
    padding: 4em 0 6em 0;
	position: relative;
    text-align: center;
}

.section--testimonials:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
}

.section--testimonials h2 {
	color: var(--primary-color);
	font-size: var(--font-4x);
	line-height: 1;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.section--newsletter {
	padding: 4em 0 6em 0;
	text-align: center;
}

.section--newsletter h2 {
	color: var(--primary-color);
	font-size: var(--font-3x);
	margin: 0;
	text-transform: uppercase;
}

.section--newsletter #gform_4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section--newsletter p {
	margin: 0 0 2em 0;
}

.section--newsletter #gform_submit_button_2,
.pre-footer .newsletter #gform_submit_button_3 {
	background-color: transparent !important;
    color: var(--secondary-color) !important;
    font-size: var(--font-md);
    text-transform: uppercase;
	width: 100%;
}

.section--newsletter #gform_submit_button_2:hover,
.pre-footer .newsletter #gform_submit_button_3:hover {
	background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.section--newsletter .gform_wrapper.gravity-theme .gform_fields,
.pre-footer .newsletter .gform_wrapper.gravity-theme .gform_fields {
	border: 2px solid var(--secondary-color);
	grid-column-gap: 0;
}

.section--newsletter .ginput_container.ginput_container_email input,
.pre-footer .newsletter .ginput_container.ginput_container_email input {
	border: none;
	padding: 15px !important;
}

.section--newsletter #gform_fields_2,
.pre-footer .newsletter #gform_fields_3 {
	position: relative;
}

.section--newsletter #gform_fields_2 .gfield_description.validation_message.gfield_validation_message,
.pre-footer .newsletter #gform_fields_3 .gfield_description.validation_message.gfield_validation_message {
	position: absolute;
}

.pre-footer .newsletter .gform_body.gform-body {
	background-color: #fff;
	margin: 1em 0;
}

.section--newsletter #gform_wrapper_2 {
	margin: 0 auto;
	width: 60%;
}

.section--text-facts {
	background-color: var(--secondary-color);
	padding: 1em 0;
	text-align: center;
}

.single-product .section--text-facts {
	background-color: var(--primary-color);
}

.section--text-facts span {
	color: #000;
	text-transform: uppercase;
}

.section--text-facts span.stars:before {
	background-image: url(images/stars.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
    margin: 0 0.5em 0 0;
    width: 24px;
    vertical-align: middle;
}

.section--contact {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.section--contact:before {
	background-image: url(/wp-content/uploads/2023/04/Rap-PNG-File.png);
	background-repeat: no-repeat;
	content: "";
	height: 684px;
	left: 0;
	opacity: .1;
	position: absolute;
	top: 0;
	width: 100%;
}

.section--contact .inner {
	padding: 4em 0 6em 0;
	position: relative;
}

.section--contact p.primary {
	color: var(--secondary-color);
	font-size: var(--font-lg);
	font-weight: 600;
}

.section--contact p.secondary {
	color: var(--copy);
	font-size: var(--font-md);
	font-weight: 300;
}

.section--contact .cta {
	background-color: var(--secondary-color);
	position: relative;
    z-index: 100;
}

.section--contact .cta a {
	color: #000;
	display: block;
	font-size: var(--font-xl);
	font-weight: 600;
	padding: 1em 0;
	text-align: center;
	text-transform: uppercase;
}

.section--contact .cta a:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.section--contact h2 {
	color: var(--primary-color);
	font-size: var(--font-3x);
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

.section--video {
	line-height: 0;
	padding: 0;
}

.section--video iframe {
	height: 500px;
	width: 100%;
}

.section--product-content .column-half.text.top,
.section--product-content .column-half.media.top,
.section--product-content .column-half.text.bottom,
.section--product-content .column-half.media.bottom {
	margin: 1em 0;
}

.section--product-reviews h2 {
	font-size: var(--font-2x);
    font-weight: 500;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
}

/****************************************
 Site Footer
****************************************/
.site-footer {
	background-color: var(--primary-color);
	border-top: 1px solid var(--lt-gray);
	clear: both;
	color: #fff;
	font-size: var(--base-font);
	padding: 1em 2em;
	text-align: center;
	width: 100%;
}

.site-footer .columns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.site-footer a:hover {
	color: var(--link-hover);
}

.site-footer .site-info {
	font-size: var(--font-sm);
    text-align: left;
}

.site-footer .logo--credit-cards:before {
	background-image: url(images/credit-cards.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 44px;
    margin: 0 0 0 auto;
    width: 150px;
}

/****************************************
 Site
****************************************/
.site-branding {
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
}

.site-menu {
    background-color: transparent;
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: auto;
    line-height: 1;
}

.site-menu--mobile {
	background-color: var(--primary-color);
	display: none;
	left: 0;
	max-height: calc(100% - 50px);
	min-height: 100%;
	overflow-y: auto;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.site-menu--mobile a {
	color: #fff;
	display: block;
}

.site-menu--mobile a:hover {
	background-color: #000;
	color: #fff;
}

.site-menu--mobile ul.sub-menu {
	background-color: #fff;
	display: none;
}

.site-menu--mobile ul.sub-menu li a {
	border-bottom: 1px solid var(--gray);
	color: var(--primary-color);
	padding: 1em;
}

.site-menu--mobile ul.sub-menu li a:hover,
.site-menu--mobile ul.sub-menu li a:focus {
	border-bottom: 1px solid var(--gray);
	background-color: var(--gray);
	color: #000;
}

.site-menu__close {
	background-color: var(--primary-color);
	border-bottom: 1px solid #fff;
	padding: 1em;
}

.site-menu__close .fas.fa-times-circle {
	color: #fff;
	font-size: var(--font-xl);
}

.site-name {
	background-color: #faf9f5;
	display: inline-block;
	line-height: normal;
	overflow: hidden;
	padding: 0.75em 1em;
	text-align: left;
}

.site-logo img,
.site-logo--secondary img {
	-o-object-fit: contain;
	object-fit: contain;
	text-align: center;
}

.site-logo a {
	color: var(--accent-color);
	font-size: var(--font-lg);
	font-weight: 700;
	text-decoration: none;
}

.site-logo--secondary {
	display: inline-block;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	padding: .25em;
	text-align: center;
}

.site-logo--secondary img {
	height: 75px;
}

.site-logo img {
	height: 90px;
	text-align: left;
	width: auto;
}

.site-title h1 {
	color: #000;
	font-family: var(--font-family);
	font-size: var(--font-lg);
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.site-title p {
	margin: 0;
}

.site-logo,
.site-description {
	display: inline-block;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.site-description {
	text-align: right;
}

.site-description p {
	color: #fff;
	font-family: var(--font-secondary);
	font-size: var(--font-2x);
	font-weight: 400;
	margin: 0;
}

.site-main {
  margin: 0;
}

.site-content {
  padding: 0;
}

.site-cart .inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-cart a {
	display: block;
}

.site-cart .cart-count {
	line-height: 1.3;
    margin: 0 .25em 0 0;
    text-align: center;
}

.site-cart .cart-count .number {
	background-color: var(--accent-color);
    border-radius: 50%;
    color: #fff;
    font-size: var(--font-xs);
    margin: 0 0 .25em;
    padding: 2px 5px;
}

.site-cart .cart-count:after {
	background-image: url(images/icon-cart.svg);
	background-repeat: no-repeat;
	content: "";
	display: block;
	-webkit-filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(226deg) brightness(106%) contrast(105%);
    filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(226deg) brightness(106%) contrast(105%);
	height: 24px;
	width: 24px;
}

.site-cart .cart-price label,
.site-cart .cart-price .woocommerce-Price-amount.amount {
	display: block;
}

.site-cart .cart-price label {
	color: var(--med-gray);
	font-size: var(--font-xs);
}

.site-cart .cart-price .woocommerce-Price-amount.amount {
	font-size: var(--font-lg);
	line-height: 1;
}

.site-search {
	display: none;
}

.site-search .bt-search-field,
.site-search .input-group-btn {
	display: inline-block;
}

.site-search .search-form {
	display: none;
}

.site-search__icon {
	color: var(--primary-color);
}

.site-search,
.site-header__account {
	margin: 0 1em;
}

.site-cart {
	margin: 0 0 0 1em;
}

/****************************************
 Site Header
****************************************/
.site-header {
	background-color: #fff;
    border-bottom: 1px solid var(--quaternary-color);
	padding: 1em;
	width: 100%;
}

.site-header .columns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header .column-thirds.logo {
	text-align: center;
}

.site-header .column-thirds.columns {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-header__account span.icon:before {
	background-image: url(images/circle-user-solid.svg);
	background-repeat: no-repeat;
    content: "";
    display: block;
    -webkit-filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(226deg) brightness(106%) contrast(105%);
    filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(226deg) brightness(106%) contrast(105%);
    height: 24px;
    width: 24px;
}

.site-header__account span.icon:hover:before {
	-webkit-filter: invert(93%) sepia(97%) saturate(5080%) hue-rotate(337deg) brightness(97%) contrast(93%);
    filter: invert(93%) sepia(97%) saturate(5080%) hue-rotate(337deg) brightness(97%) contrast(93%);
}

/****************************************
 Slider
****************************************/
.aps-slider-wrapper-class a.adl-featured-img-link {
  	margin: 0 !important;
}

.slide{
     position: relative;
     z-index: 1;
}

.slider-content{
     position: absolute;
     top: 20px;
     left: 20px;
     z-index: 100;
}

#slider__home {
	margin-bottom: 0 !important;
	position: relative;
}

#slider__home .sa_hover_container:before {
	background-color: #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	opacity: .4;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

#slider__home h1 {
  	z-index: 10;
}

#slider__home .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 400px;
}

#slider__home .inner h1 {
	color: #fff;
	font-size: var(--font-4x);
	font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
#slider__home .owl-dots {
  	z-index: 10;
}

.owl-carousel .owl-dots button {
  	width: auto;
}

#slider__home .owl-dots {
  	bottom: 20px !important;
}
/****************************************
 Social Media
****************************************/
.social-media ul {
	margin: 0;
	padding: 0;
}
.social-media ul li {
    display: inline-block;
    margin: 0 1em 0 0;
}

.social-media ul li a {
	color: var(--dark-gray);
	font-size: var(--font-lg);
}

.social-media ul li a:hover {
	color: var(--primary-color);
}

.social-media--footer ul {
	margin: 1em 0 0 0;
}

.social-media--header {
    float: right;
}

span[class*="socicon-"]:before {
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(688%) hue-rotate(248deg) brightness(115%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(688%) hue-rotate(248deg) brightness(115%) contrast(100%);
	height: 21px;
	width: 21px;
}

span[class*="socicon-"]:hover:before {
	-webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(6194%) hue-rotate(166deg) brightness(97%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(6194%) hue-rotate(166deg) brightness(97%) contrast(94%);
}

.socicon-anchor:before {
	background-image: url(images/anchor-fm.svg);
}

.socicon-audiomack:before {
	background-image: url(images/audiomack-logo-black.svg);
}

.socicon-blogger:before {
	background-image: url(images/blogger.svg);
}

.socicon-deviantart:before {
	background-image: url(images/deviantart.svg);
}

.socicon-discord:before {
	background-image: url(images/Discord-Logo-Black.svg);
}

.socicon-email:before {
	background-image: url(images/envelope-regular.svg);
}

.socicon-facebook:before {
	background-image: url(images/facebook-f-brands.svg);
}

.socicon-flickr:before {
	background-image: url(images/flickr.svg);
}

.socicon-github:before {
	background-image: url(images/github.svg);
}

.socicon-houzz:before {
	background-image: url(images/houzz.svg);
}

.socicon-instagram:before {
	background-image: url(images/instagram-square-brands.svg);
}

.socicon-lastfm:before {
	background-image: url(images/square-lastfm.svg);
}

.socicon-linkedin:before {
	background-image: url(images/linkedin-in-brands.svg);
}

.socicon-linktree:before {
	background-image: url(images/linktree-brands.svg);
}

.socicon-meetup:before {
	background-image: url(images/meetup.svg);
}

.socicon-myspace:before {
	background-image: url(images/myspace.svg);
}

.socicon-patreon:before {
	background-image: url(images/patreon.svg);
}

.socicon-paypal:before {
	background-image: url(images/paypal.svg);
}

.socicon-pinterest:before {
	background-image: url(images/pinterest.svg);
}

.socicon-playstation:before {
	background-image: url(images/playstation.svg);
}

.socicon-reddit:before {
	background-image: url(images/reddit.svg);
}

.socicon-rss:before {
	background-image: url(images/square-rss-solid.svg);
}

.socicon-skype:before {
	background-image: url(images/skype.svg);
}

.socicon-snapchat:before {
	background-image: url(images/snapchat.svg);
}

.socicon-soundcloud:before {
	background-image: url(images/soundcloud.svg);
}

.socicon-spotify:before {
	background-image: url(images/spotify.svg);
}

.socicon-stackoverflow:before {
	background-image: url(images/stack-overflow.svg);
}

.socicon-telegram:before {
	background-image: url(images/telegram.svg);
}

.socicon-tiktok:before {
	background-image: url(images/tiktok-brands.svg);
}

.socicon-twitter:before {
	background-image: url(images/twitter-brands.svg);
}

.socicon-tumblr:before {
	background-image: url(images/tumblr.svg);
}

.socicon-wordpress:before {
	background-image: url(images/wordpress.svg);
}

.socicon-wikipedia:before {
	background-image: url(images/wikipedia-w.svg);
}

.socicon-vimeo:before {
	background-image: url(images/vimeo.svg);
}

.socicon-vine:before {
	background-image: url(images/vine.svg);
}

.socicon-xbox:before {
	background-image: url(images/xbox.svg);
}

.socicon-yammer:before {
	background-image: url(images/yammer.svg);
}

.socicon-youtube:before {
	background-image: url(images/youtube-brands.svg);
}

.share-buttons {
  padding: 2em 0 1em 0;
  text-align: center;
}

.share-buttons h3 {
  text-transform: uppercase;
}

.share-buttons .a2a_kit a {
  -webkit-filter: invert(98%) sepia(0%) saturate(55%) hue-rotate(258deg)
    brightness(85%) contrast(86%);
  filter: invert(98%) sepia(0%) saturate(55%) hue-rotate(258deg) brightness(85%)
    contrast(86%);
}

.share-buttons span.a2a_svg.a2a_s__default {
  background-color: transparent !important;
}


/****************************************
 Testimonials
****************************************/
.testimonials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.testimonial__item {
	background-color: #fff;
	border: 3px solid transparent;
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	margin: 0;
	position: relative;
}

.testimonial__item:nth-child(odd) {
	border: 3px solid var(--secondary-color);
}

.testimonial__item:nth-child(even) {
	border: 3px solid var(--tertiary-color);
}

.testimonial__item .inner {
	padding: 2em;
	position: relative;
	text-align: left;
}

.testimonial__item:hover {
	border: 3px solid var(--accent-color);
}

.testimonial__item a {
	display: block;
	text-decoration: none;
}

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

/****************************************
 Woocommerce
****************************************/
/* .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
} */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0 !important;
	line-height: inherit !important;
	padding: 15px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--secondary-color);
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: var(--primary-color);
}

.woocommerce .quantity .qty {
    border: 1px solid var(--lt-gray);
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--copy);
    font-size: var(--font-xl);
    margin: 0;
}

.woocommerce .product .images {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.woocommerce div.product div.images div.thumbnails {
	-ms-flex-preferred-size: 14%;
    flex-basis: 14%;
}

.woocommerce-product-gallery__image {
	-ms-flex-preferred-size: 84%;
    flex-basis: 84%;
}

.woocommerce ul.yith_magnifier_gallery li {
	display: block;
}

.woocommerce li.yith_magnifier_thumbnail img {
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100px;
}

.woocommerce li.yith_magnifier_thumbnail {
	width: auto !important;
}

.woocommerce div.product div.images img {
	width: auto;
}

.woocommerce-message {
    border-top-color: var(--secondary-color);
}

.woocommerce-message:before {
	color: var(--secondary-color);
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce .coupon .button {
	width: 100%;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,  
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	width: auto;
}

.wc-proceed-to-checkout .button,
.woocommerce-Button.button,
.button.wc-backward {
	white-space: normal;
}

.woocommerce-page h1 {
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
	text-align: center;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link {
    display: inline-block;
    margin: 0 1em 0 0;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link a {
    color: var(--copy);
    font-weight: 500;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account li.woocommerce-MyAccount-navigation-link a:hover {
	border-bottom: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.woocommerce-page .thumbnails.noslider a.yith_magnifier_thumbnail {
	margin: 0 0 .5em 0;
}

.woocommerce-product-details__short-description {
	border-bottom: 1px solid var(--lt-gray);
    margin: 0 0 2em 0;
}

.woocommerce div.product {
	overflow: hidden;
}

.woocommerce .reviews__rating-average,
.woocommerce #comments {
	text-align: center;
}

.woocommerce .reviews__rating-average {
	padding: 0.5em 0;
}

.woocommerce .reviews__rating-average .star-rating {
	float: none;
    margin: 0 auto;
}

.woocommerce #comments h2 {
	margin: 1em 0 0 0;
}

.woocommerce .comments__count p {
	color: var(--primary-color);
    font-weight: 500;
	margin: 0;
    text-transform: uppercase;
}

.woocommerce div.product .product_title {
	margin: 0;
}

.woocommerce .star-rating span::before {
	color: var(--secondary-color);
}

a.woocommerce-review-link {
	color: var(--copy);
    font-size: var(--font-sm);
}

.woocommerce #reviews #comments ol.commentlist.starterpistol-reviews {
	margin: 4em 0 0 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
    border-bottom: 1px solid #e4e1e3;
    border-radius: 0;
    text-align: left;
}

.woocommerce #reviews .product-name,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce__reviews-count {
	margin: 0;
}

.woocommerce div#review_form_wrapper {
	background-color: var(--lt-gray);
	padding: 2em;
}

.woocommerce div#review_form_wrapper .comment-reply-title {
	display: block;
    font-size: var(--font-lg);
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

.woocommerce__reviews-count {
	color: var(--primary-color);
    font-weight: 500;
    margin: 0 0 2em 0;
    text-transform: uppercase;
}

.woocommerce #review_form_wrapper #respond input#submit {
    background-color: var(--primary-color);
}

.woocommerce #review_form_wrapper #respond input#submit:hover {
    background-color: var(--secondary-color);
}

.woocommerce #review_form_wrapper #respond input#submit,
.woocommerce #review_form_wrapper #respond input#submit:hover {
    color: #fff;
}

.woo-variation-swatches.wvs-show-label .variations td, 
.woo-variation-swatches.wvs-show-label .variations th {
	display: inline;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--secondary-color);
}

.woocommerce .product_meta {
	display: none;
}

.woocommerce span.onsale {
	display: none;
}

.woocommerce .product .woocommerce-Price-amount.amount {
	color: var(--copy);
}

/**************************************
 Youtube Videos
**************************************/
.embed-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.youtube {
	cursor: pointer;
	position: relative;
	width: 100%;
}

.youtube:before {
	background-color: var(--tertiary-color);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .75;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.youtube.has-video:before {
	display: none;
}

.youtube img {
	left: 0;
	margin-top: 0; 
	position: absolute;
	top: -17%;
	width: 100%;
}

.youtube .play-button {
    background-color: var(--secondary-color);
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgb(0 0 0 / 60%);
    height: 75px;
    opacity: 0.8;
    width: 75px;
    z-index: 100;
}

.youtube .play-button:hover {
    background-color: #fff;
}

.youtube .play-button:before {
	border-color: transparent transparent transparent var(--quaternary-color);
    border-style: solid;
    border-width: 12px 0px 13px 24px;
    content: "";
}

.youtube .play-button:hover:before {
	border-color: transparent transparent transparent var(--secondary-color);
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.youtube iframe {
    height: 100%;
    left: 0;
    top: 0;
	width: 100%;
}

.youtube .content {
	left: 50%;
	min-height: 600px;
    position: absolute;
    top: 50%;
    transform: translate3d( -50%, -50%, 0 );
	width: 100%;
    z-index: 100;
}

.youtube .content div.before,
.youtube .content div.after {
    color: #fff;
    font-size: var(--font-2x);
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

.youtube .content div.after {
	right: -30px;
}

.youtube .content div.before {
	left: -90px;
}

.youtube .columns {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .section--video .youtube span.before:before,
.section--video .youtube span.after:after {
	color: var(--secondary-color);
    font-size: var(--font-lg);
    height: 100%;
	position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
}

.section--video .youtube span.before:before {
	content: "Snap-in-place";
}

.section--video .youtube span.after:after {
	content: "Seat Cover";
} */

/****************************************
 Media Queries
****************************************/
@media only screen and (max-width: 1350px) {

}

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


}

@media only screen and (max-width: 1200px) {
	.section--newsletter #gform_wrapper_2 {
		width: 100%;
	}
}

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

@media only screen and (max-width: 950px) {
	.youtube .play-button {
		height: 50px;
		width: 50px;
	}
	
	.youtube .play-button:before {
		border-width: 9px 0px 8px 16px;
	}
}

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

}

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

@media only screen and (max-width: 750px) {
	.site-header .column-thirds.logo,
	.site-header .column-thirds.columns,
	.column-half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.column-thirds,
	.column-fourths,
	.testimonial__item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	.site-header .column-thirds.logo {
		border-bottom: 1px solid var(--lt-gray);
		margin: 0 0 1em 0;
		padding: 1em 0;
	}
	
	.site-header__account {
		margin: 0 auto 0 0;
	}

	.testimonial__item {
		margin: 0 0 2em 0;
	}

	.site-footer__widgets {
		display: block;
		margin: 0 0 2em 0;
	}

	.site-menu {
		display: none;
	}

	.hamburger {
		display: inline-block;
		margin: 0 0 0 auto;
	}

	.hamburger .fas.fa-bars:not(.home) {
		color: #000;
	}

	.hamburger .fas.fa-bars {
		color: #fff;
	  	font-size: var(--font-xl);
	}
	
	.section--fifty-fifty {
		text-align: center;
	}
	
	.section--fifty-fifty .column-half.media img {
		height: 200px;
	}
	
	.section--fifty-fifty.media-right .column-half.media img {
		margin: 0 0 2em 0;
	}
	
	.section--fifty-fifty.media-left .column-half.media img {
		margin: 2em 0 0 0;
	}
	
	.section--fifty-fifty .column-half.content {
		padding: 0 1em;
	}
	
	.section--testimonials .review-item {
		padding: 2em 1em;
	}
	
	.pre-footer .column-thirds.newsletter {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 2em 0 0 0;
		text-align: center;
	}
	
	.logo--credit-cards {
		display: none;
	}
	
	.woocommerce-product-gallery__image,
	.woocommerce div.product div.images div.thumbnails {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.section--product-content .column-half.media.top,
	.section--product-content .column-half.media.bottom {
		text-align: center;
	}
	 
	.section--product-content .column-half.media.top img,
	.section--product-content .column-half.media.bottom img {
		height: 300px;
	}
	
	.youtube .content div.before,
	.youtube .content div.after {
		display: none;
	}
	
	.hero #background-video { 
		display: none; 
	}
	
    .hero {
		background-image: url(/wp-content/uploads/2023/04/speaker-wall.jpg);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
    }
}

@media only screen and (max-width: 700px) {
	.page__title h1 {
		font-size: var(--font-2x);
    	line-height: 1.2;
	}
}

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

@media only screen and (max-width: 600px) {
	.hero .column-thirds {
		-ms-flex-preferred-size: 100%;
      	flex-basis: 100%;
	}
	
	.hero .column-thirds.media {
		display: none;
	}
	
	.hero,
	.hero .columns,
	.sa_hover_container {
		min-height: 400px !important;
	}
	
	.hero h1 {
		font-size: var(--font-2x);
	}
	
	.hero h2,
	.h2,
	.section h2 {
		font-size: var(--font-xl);
	}
	
	.section h3,
	.section--contact p.primary {
		font-size: var(--base-font);
		line-height: 1;
	}
	
	.section--contact p.primary {
		line-height: 1.2;
	}
}

@media only screen and (max-width: 550px) {
  .grid {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 500px) {
	.column-thirds,
	.column-fourths,
	.testimonial__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.pre-footer {
		text-align: center;
	}
	
	.pre-footer .site-logo {
		margin: 0 0 2em 0;
	}
	
}

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

@media only screen and (max-width: 400px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		display: block;
    	float: none;
    	width: 100%;
	}
}

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