@charset "UTF-8";
/*
Theme Name:     Gallo Storefront
Theme URI:      https://bitbucket.org/fraserYT/gallo-storefront/
Author:         Fraser Smith (fraserYT)
Author URI:     http://fraser.yt
Template:     	storefront
Description:  	Gallo Acoustics StoreFront based theme.For access to git, email hi@fraser.yt
Version:      	2020.02.1o
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
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.
Gallo Storefront is based on Storefront, which is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License 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
# Animations

--------------------------------------------------------------*/
/*
@media all and (min-width: $query__xsmall) { ... }
@media all and (min-width: $query__small) { ... }
@media all and (min-width: $query__medium) { ... }
@media all and (min-width: $query__large) { ...}
@media all and (min-width: $query__xlarge) { ...}
@media all and (min-width: $query__xxlarge) { ...}

@media all and (min-width: $query__storefront-sm) { ... }

//max resolution to design for: 5120px;
 */
/*--------------------------------------------------------------
# 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: none;
  /* 2 */
  text-decoration: none;
  /* 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: 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: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 9.6px;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1280px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1690px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 3em;
  font-weight: 300;
}

h2 {
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 2.6em;
  font-weight: 100;
}

h3 {
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 2.2em;
  font-weight: 100;
}

h4 {
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 2em;
  font-weight: 100;
}

h5 {
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 1.8em;
  font-weight: 100;
  margin: 0;
}

h6 {
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin: 1em 0;
}

.gallofont {
  font-family: "Comfortaa", cursive;
}

.current-menu-item {
  font-weight: 900;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Helvetica Neue", "Arial", "Verdana", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

.slider-copy {
  top: 4em;
}

.feature-copy {
  text-transform: uppercase;
  pointer-events: none;
  margin: 0 10%;
  max-width: 95%;
  padding-top: 0.3em;
}

#feature1 {
  padding-left: 10%;
}

#feature1, #feature2, #feature3 {
  font-size: 0.7em;
  position: inherit;
  margin: 0;
}
#feature1 h4, #feature1 p, #feature2 h4, #feature2 p, #feature3 h4, #feature3 p {
  padding: 0;
  margin: 0;
  line-height: 0;
}

@media all and (min-width: 480px) {
  #feature1, #feature2, #feature3 {
    font-size: 0.9em;
  }
}
@media all and (min-width: 600px) {
  #feature1 {
    font-size: 1.2em;
  }

  .feature-copy {
    padding-top: 0;
  }

  #feature2, #feature3 {
    padding-left: 0;
    font-size: inherit;
    position: absolute;
    margin-left: 10%;
    top: 3em;
  }
}
@media all and (min-width: 900px) {
  #feature1, #feature2, #feature3 {
    font-size: 1.6em;
  }
}
@media all and (min-width: 1280px) {
  #feature1 {
    font-size: 2em;
  }
}
@media all and (min-width: 1690px) {
  #feature1 {
    font-size: 2.5em;
  }
}
@media all and (min-width: 2880px) {
  #feature1 {
    font-size: 3em;
  }
}
@media all and (max-width: 600px) {
  .feature-copy.slider-copy {
    top: -3.5em;
  }
  .feature-copy.slider-copy img {
    padding-right: 40%;
    padding-left: 0;
  }
}
.copy-top-left {
  top: 10%;
}
.copy-top-left img {
  padding-right: 40%;
}

.copy-top-right {
  top: 10%;
}
.copy-top-right img {
  padding-left: 40%;
}

.copy-bottom-left {
  top: 80%;
}
.copy-bottom-left img {
  padding-right: 40%;
}

.copy-bottom-right {
  top: 80%;
}
.copy-bottom-right img {
  padding-left: 40%;
}

.copy-centre {
  top: 45%;
}
.copy-centre img {
  padding-right: 20%;
  padding-left: 20%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*: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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: none;
}

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

.woocommerce-widget {
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.7em;
  margin: auto;
}
.woocommerce-widget .sub-text {
  font-size: 0.8em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .woocommerce-widget {
    display: flex;
  }
  .woocommerce-widget a {
    margin: 0 1em;
  }
}

.news-widget {
  display: grid;
  grid-column-gap: 0.7em;
  align-items: center;
}
.news-widget img {
  height: 50em;
}
.news-widget .news-item {
  width: 100%;
  overflow: hidden;
  height: 50em;
}
.news-widget .news-item img {
  width: auto;
  height: 50em;
  object-fit: cover;
  transition: transform 1s;
}
.news-widget .news-item img:hover {
  transform: scale3d(1.1, 1.1, 1.1) translate3d(0em, 0em, 2em);
}

.news-text {
  background-color: rgba(250, 250, 250, 0.5);
  text-align: left;
  text-transform: uppercase;
}

.case-widget {
  display: grid;
  grid-column-gap: 0.5em;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .case-widget {
    display: flex !important;
  }
  .case-widget .single-image-button {
    height: 15em;
    margin-right: 1em;
  }
}
.case-widget img {
  height: 30em;
}
.case-widget .case-item {
  height: 30em;
  overflow: hidden;
}
.case-widget .case-item img {
  width: auto;
  height: 30em;
  object-fit: cover;
  transition: transform 1s;
}
.case-widget .case-item img:hover {
  transform: scale3d(1.1, 1.1, 1.1) translate3d(0em, 0em, 2em);
}

#PopupSignupForm_0 {
  z-index: 10000000;
  position: absolute;
}

@media all and (min-width: 600px) {
  .woocommerce-widget {
    grid-template-columns: repeat(4, 1fr);
  }

  .case-widget {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-widget {
    grid-template-columns: 2fr 1fr;
  }
}
.fslider_mb img {
  object-fit: cover;
}

.entry-content .contactUs-form .wpcfs7 {
  width: 70%;
  background: lightgray;
  border-radius: 10px;
  padding: 1em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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 {
  border-color: #aaa #bbb #bbb;
}

.menu-toggle {
  float: right;
  transition: all 0.5s;
}

.button-holder {
  width: 100%;
  text-align: center;
}
.button-holder .more-btn {
  text-align: center;
  border: 1px solid white;
  width: 20em;
}

.single-image-button {
  position: relative;
  overflow: hidden;
  display: grid;
  margin-bottom: 1em;
}
.single-image-button img {
  grid-area: 0/2;
  object-fit: cover;
  transition: transform 1s;
  width: auto;
  min-width: 100%;
}
.single-image-button:hover .image-footer-text {
  background: rgba(29, 156, 217, 0.4);
  transition: all 0.5s;
}
.single-image-button:hover .image-footer-text .head-text {
  color: #000;
}
.single-image-button:hover .image-footer-text .sub-text {
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-image-button img {
    width: 100% !important;
    height: auto;
  }
}
.two-image-button {
  overflow: hidden;
  position: relative;
  display: grid;
  display-template-column: 100%;
}
.two-image-button .first-image {
  grid-area: 1/2;
  object-fit: cover;
}
.two-image-button .first-image .image-footer-text {
  background: white;
}
.two-image-button .first-image:hover .image-footer-text {
  background: rgba(16, 163, 219, 0.5);
  transition: all 0.5s;
}
.two-image-button .first-image:hover .image-footer-text .head-text {
  color: #000;
}
.two-image-button .first-image:hover .image-footer-text .sub-text {
  color: #fff;
}
.two-image-button .second-image {
  grid-area: 1/2;
  object-fit: cover;
  display: none;
  pointer-events: none;
  transition: transform 1s;
}
.two-image-button .first-image:hover + .second-image {
  display: block;
}

.image-footer-text {
  pointer-events: none;
  position: absolute;
  z-index: 500;
  width: 100%;
  background: #009fe3;
  bottom: 0;
  text-align: left;
  text-transform: uppercase;
  padding-left: 1em;
  line-height: 0.2em;
  padding-top: 0.8em;
}
.image-footer-text .head-text {
  color: #000;
  font-weight: 500;
}
.image-footer-text .sub-text {
  color: #E8E8E8;
  font-weight: 600;
}

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: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 1em;
  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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #404040;
}
a:visited {
  color: #404040;
}
a:hover, a:focus, a:active {
  color: #1d9cd9;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

menu-toggle {
  outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1em;
  width: 100%;
}
.main-navigation .handheld-navigation {
  background: white;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
.main-navigation .handheld-navigation .menu {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation .handheld-navigation .menu .menu-item img {
  margin-left: auto;
  margin-right: auto;
}
.main-navigation .menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
  padding-right: 1em;
}
.main-navigation .menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children button {
  margin-top: 1em;
}
.main-navigation .menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.has-image button {
  margin-top: 2em;
}
.main-navigation ul.menu > li > a, .main-navigation .main-navigation ul.nav-menu > li > a {
  padding: 1.5em 1em;
  font-size: 1.5em;
}
.main-navigation ul ul {
  font-size: 1.1em;
}
.main-navigation .current-menu-item {
  font-weight: 900;
}
.main-navigation .menu-toggle {
  border: 0;
  font-size: 1.5em;
}
.main-navigation .menu-toggle span {
  padding: 0.5em;
}

@media (min-width: 768px) {
  .woocommerce-active .site-header .main-navigation .primary-navigation {
    display: block;
  }

  .main-navigation ul.menu > li > a, .main-navigation .main-navigation ul.nav-menu > li > a {
    color: #666;
    padding: 0.4em 1em;
    font-size: 1em;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
}
/* Small menu. */
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
}

.site-footer {
  border-top: 5px solid #009fe3;
}

@media screen and (min-width: 768px) {
  .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%;
}

.primary-navigation {
  color: #E8E8E8;
}
.primary-navigation .menu-item:hover {
  background-color: #E8E8E8;
}
.primary-navigation .menu-item:hover > a {
  color: #009fe3;
}
.primary-navigation .menu-item .sub-menu {
  background: #fff;
}
.primary-navigation .menu-item .sub-menu .menu-item:last-of-type {
  margin-top: unset;
  margin-left: unset;
  float: unset;
}
.primary-navigation .menu-item:last-of-type {
  width: 60px;
  position: relative;
  float: right;
  margin-top: -1em;
  margin-left: 2em;
}
.primary-navigation .menu-item:last-of-type .sub-menu {
  width: 60px;
  border-radius: 0 0 10px 10px;
}
.primary-navigation .menu-item:last-of-type .sub-menu .menu-item {
  margin-top: unset;
}
.primary-navigation .menu-item:last-of-type .sub-menu .menu-item:last-of-type {
  margin-left: unset;
  float: unset;
}
.primary-navigation .menu-item:last-of-type .sub-menu li a {
  width: auto;
}
.primary-navigation .menu-item:last-of-type .sub-menu li a img {
  margin-left: auto;
  margin-right: auto;
}

.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
  content: none;
}

.primary-navigation > #menu-top > li:nth-of-type(6) {
  background-color: #009fe3;
  color: #000;
}
.primary-navigation > #menu-top > li:nth-of-type(6) a {
  color: #fff;
}

@media all and (min-width: 600px) {
  .main-navigation {
    letter-spacing: 0.5px;
  }
}
@media all and (min-width: 900px) {
  .main-navigation {
    letter-spacing: 0.12em;
  }
}
@media all and (min-width: 1280px) {
  .main-navigation {
    letter-spacing: 0.18em;
  }
}
/*--------------------------------------------------------------
# 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;
}

.middling {
  text-align: center;
}

.section-start {
  padding-top: 1em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content: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-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global layouts
--------------------------------------------------------------*/
.site-content {
  padding-top: 6em;
}

.blue-banner {
  width: 100vw;
  height: 5em;
  background-color: #009fe3;
}

.blue-sub-banner {
  background-color: #009fe3;
  padding-bottom: 0.2em;
}
.blue-sub-banner .support-menu {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
}
.blue-sub-banner .support-menu .menu-support-container ul {
  display: block;
  margin-left: 0;
}
.blue-sub-banner .support-menu .menu-support-container ul li {
  display: inline-block;
}
.blue-sub-banner .support-menu .menu-support-container ul li a:hover::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 1px;
  border-bottom: 4px solid #ffffff;
  margin-left: -1em;
}
.blue-sub-banner .support-menu .menu-support-container ul li:last-child a:hover::after {
  margin-left: 0;
}
.blue-sub-banner .support-menu .menu-support-container ul li.current-menu-item {
  pointer-events: none;
}
.blue-sub-banner .support-menu .menu-support-container ul li.current-menu-item:after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 1px;
  border-bottom: 4px solid #ffffff;
  margin-left: -1em;
}
.blue-sub-banner .support-menu .menu-support-container ul li.current-menu-item:last-child::after {
  margin-left: 0;
}
.blue-sub-banner .support-menu .menu-support-container ul li:before {
  content: "|";
  font-weight: bold;
  float: left;
  color: #43454b;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.blue-sub-banner .support-menu .menu-support-container ul li:first-child::before {
  display: none;
}

@media screen and (min-width: 600px) {
  .site-content {
    padding-top: 6em;
  }
}
.entry-content {
  padding: 0 1em;
}
@media screen and (min-width: 600px) {
  .entry-content {
    padding: 0 2em;
  }
}

.clearpadding {
  padding: none;
}

.body-indent {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.full-page-content-area img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.invisible {
  opacity: 0.01;
}

.vanished {
  display: none;
}

.reappeared {
  display: block;
}

#eu_cookie_law_widget-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.fa-times-thin:before {
  content: "×";
}

.entry-taxonomy .cat-links {
  display: none;
}

/*--------------------------------------------------------------
## Page templates
--------------------------------------------------------------*/
.retailers-content-area {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
.retailers-content-area a {
  font-weight: 900;
}
.retailers-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
.retailers-content-area p {
  font-size: 1.5em;
}
.retailers-content-area .retailers-content-area #wpsl-wrap {
  padding-top: 5em;
}
.retailers-content-area .entry-title {
  display: none;
}
@media all and (min-width: 600px) {
  .retailers-content-area #wpsl-wrap {
    width: 60vw;
    padding-top: 5em;
    margin: 1em auto;
  }
}

.frontpage-content-area {
  margin-top: 2em;
}
.frontpage-content-area a {
  font-weight: 300;
}
.frontpage-content-area .hentry {
  margin: 0;
}
.frontpage-content-area .entry-header {
  display: none;
}
.frontpage-content-area .post-thumbnail {
  height: 100vh;
}
.frontpage-content-area .intro-text {
  padding: 10% 0 5% 0;
}
.frontpage-content-area .intro-text h1 {
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.frontpage-content-area .intro-text p {
  font-size: 2em;
}
.frontpage-content-area #slideshow {
  margin-top: 4em;
  position: relative;
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
}
.frontpage-content-area #slideshow .slider-height {
  width: auto;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.frontpage-content-area #slideshow .slider-height img {
  object-fit: contain;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.frontpage-content-area #slideshow .feature-slide {
  width: 100%;
  top: 0;
  left: 0;
  transition: visibility 3s, opacity 1.5s linear;
  position: absolute;
  max-height: 80vh;
}
.frontpage-content-area #slideshow .feature-slide .slider-image {
  position: relative;
}
.frontpage-content-area #slideshow .feature-slide .slider-image img {
  height: auto;
  width: 100vw;
  object-fit: contain;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .frontpage-content-area #slideshow .feature-slide .slider-image img {
    width: auto;
  }
}
.frontpage-content-area #slideshow .feature-slide .slider-copy {
  width: 300px;
  position: absolute;
  z-index: 700;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 5em;
  transition: width 0.2s;
}
.frontpage-content-area #slideshow .feature-slide .slider-text {
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  background-color: #009fe3;
  z-index: 700;
  max-width: 100vw;
  margin-top: -7em;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  transition: width 0.2s;
}
.frontpage-content-area #slideshow .prev, .frontpage-content-area #slideshow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  background-color: #009fe3;
}
.frontpage-content-area #slideshow .prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.frontpage-content-area #slideshow .next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.frontpage-content-area #slideshow .prev:hover, .frontpage-content-area #slideshow .next:hover {
  background-color: #E8E8E8;
}
.frontpage-content-area #slideshow .slidedots {
  text-align: center;
}
.frontpage-content-area #slideshow .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.frontpage-content-area #slideshow .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #009fe3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.frontpage-content-area #slideshow .active, .frontpage-content-area #slideshow .dot:hover {
  background-color: #717171;
}
.frontpage-content-area .feature-product {
  padding-top: 4em;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: auto;
}
.frontpage-content-area .feature-product .img {
  object-fit: cover;
}
.frontpage-content-area .feature-product .feature-copy {
  z-index: 10;
}
.frontpage-content-area .feature-product .feature-copy p {
  display: flex;
  align-items: center;
}
.frontpage-content-area .feature-product .feature-copy p span {
  color: #1d9cd9;
  font-size: 100%;
  padding-bottom: 0.4em;
  padding-top: 0.3em;
}
.frontpage-content-area .custom-content {
  top: 0;
  width: 100vw;
  overflow: hidden;
}
.frontpage-content-area .case-widget, .frontpage-content-area .news-widget {
  grid-gap: 0.7em;
}
.frontpage-content-area .case-widget .head-text, .frontpage-content-area .news-widget .head-text {
  font-weight: 500;
  font-size: 0.9em;
}
.frontpage-content-area .under-fold {
  position: relative;
  clear: both;
}
.frontpage-content-area .inner-circle .circle-inner {
  background-image: url("https://galloacoustics.com/wp-content/uploads/2018/09/background_gallo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
}
.frontpage-content-area .inner-circle .circle-inner .inner-copy {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  text-align: center;
  padding: 2em 0;
}
.frontpage-content-area .inner-circle .circle-inner .inner-copy h2 {
  color: black;
  font-size: 2em;
  font-weight: 900;
}
.frontpage-content-area .inner-circle .circle-inner .inner-copy p {
  color: white;
}
.frontpage-content-area .inner-circle .circle-inner .inner-image img {
  max-height: 30em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}
.frontpage-content-area .inner-circle .circle-inner .inner-signup {
  max-width: 90%;
  align-self: center;
  justify-self: center;
  width: 80%;
}
.frontpage-content-area .inner-circle .circle-inner .inner-signup #mc_embed_signup_scroll {
  display: grid;
  padding-top: 2em;
  grid-template-columns: 90% 10%;
}
.frontpage-content-area .inner-circle .circle-inner .inner-signup #mc_embed_signup_scroll ::placeholder {
  color: black;
}
.frontpage-content-area .inner-circle .circle-inner .inner-signup #mc_embed_signup input.email {
  border: 1px solid white;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
}
.frontpage-content-area .inner-circle .circle-inner .inner-signup #mc_embed_signup input.button {
  min-width: 10px;
  width: 100%;
  font-size: 2em;
  font-weight: 900;
  border-radius: 0;
  background: black;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .frontpage-content-area .inner-circle .circle-inner {
    display: flex !important;
  }
  .frontpage-content-area .inner-circle .circle-inner #mc_embed_signup {
    padding-right: 3em;
  }
  .frontpage-content-area .inner-circle .circle-inner #mc_embed_signup #mc_embed_signup_scroll {
    display: inline !important;
  }
}
.frontpage-content-area .social-widget {
  margin-bottom: 1em;
}
.frontpage-content-area .section {
  margin-top: 5em;
}
.frontpage-content-area .news-text {
  position: relative;
}
.frontpage-content-area .main-product {
  text-align: center;
  top: 50%;
}
.frontpage-content-area .feature-text {
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-color: #009fe3;
  z-index: 700;
  max-width: 100vw;
  margin-top: -7em;
  color: #fff;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.frontpage-content-area .feature-text .feature-head {
  margin-left: 5%;
  font-size: 1.2em;
  font-weight: 400;
}
.frontpage-content-area .feature-text .feature-sub {
  margin-left: 5%;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 0.6em;
  padding-bottom: 0.5em;
}
.frontpage-content-area .sb_instagram_header {
  display: none;
}
.frontpage-content-area .mailer-banner {
  position: relative;
}
.frontpage-content-area .mailer-banner .mailer-text {
  position: absolute;
  pointer-events: none;
  padding-left: 40%;
  max-width: 90%;
  z-index: 10;
  position: absolute;
}
.frontpage-content-area .mailer-banner .mailer-text h1, .frontpage-content-area .mailer-banner .mailer-text p {
  color: white;
}
.frontpage-content-area .mailer-banner .mailer-text .mailer-header {
  font-size: 2em;
}
.frontpage-content-area .mailer-banner .mailer-text .mailchimp-code {
  padding-top: 5em;
}
.frontpage-content-area .mailer-banner .mailer-text .mailchimp-code .mc_embed_signup_scroll h2 {
  font-size: 2em;
  font-color: white;
}
.frontpage-content-area .mailer-banner .mailer-text .mailer-copy {
  font-size: 1.5em;
}
@media all and (min-width: 600px) {
  .frontpage-content-area {
    margin-top: 0;
  }
  .frontpage-content-area #slideshow {
    margin-top: 0;
  }
  .frontpage-content-area .feature-product {
    padding-top: 0em;
  }
  .frontpage-content-area .intro-text {
    padding: 10% 10em 10% 10em;
  }
  .frontpage-content-area .inner-circle {
    grid-template-columns: 25% 75%;
  }
  .frontpage-content-area .inner-circle .signup-form {
    display: grid;
  }
  .frontpage-content-area .inner-circle .signup-form .mailchimp-widget {
    align-self: center;
  }
  .frontpage-content-area .inner-circle .logo {
    margin: 0;
  }
  .frontpage-content-area .inner-circle img {
    padding: 2em;
  }
}
@media all and (min-width: 768px) {
  .frontpage-content-area .intro-text {
    padding: 3% 15em 3% 15em;
  }
  .frontpage-content-area .inner-circle .circle-inner {
    background-image: url("https://galloacoustics.com/wp-content/uploads/2018/09/background_gallo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
  }
  .frontpage-content-area .inner-circle .circle-inner .inner-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    text-align: center;
    padding: 0;
  }
  .frontpage-content-area .inner-circle .circle-inner .inner-copy h2 {
    color: black;
    font-size: 2em;
    font-weight: 900;
  }
  .frontpage-content-area .inner-circle .circle-inner .inner-copy p {
    color: white;
  }
}
@media all and (min-width: 1690px) {
  .frontpage-content-area .inner-circle .circle-inner .inner-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    text-align: center;
  }
  .frontpage-content-area .inner-circle .circle-inner .inner-copy h2 {
    color: black;
    font-size: 2.5em;
    font-weight: 900;
  }
  .frontpage-content-area .inner-circle .circle-inner .inner-copy p {
    color: white;
    font-size: 1.5em;
  }
}
@media all and (min-width: 2880px) {
  .frontpage-content-area .inner-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    text-align: center;
  }
  .frontpage-content-area .inner-copy h2 {
    color: black;
    font-size: 3.5em;
    font-weight: 900;
  }
  .frontpage-content-area .inner-copy p {
    color: white;
    font-size: 2em;
  }
}

.story-content-area {
  max-width: 100vw;
  width: 100vw;
}
.story-content-area .cat-links {
  display: none;
}
.story-content-area a {
  font-weight: 300;
}
.story-content-area .blog-content {
  background: #E8E8E8;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
}
.story-content-area .text-block {
  padding: 3em 0;
}
.story-content-area .two-up {
  display: flex;
}
.story-content-area .two-up img {
  margin: 0 1em;
  width: 50%;
  object-fit: contain;
}
.story-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.story-content-area .entry-meta, .story-content-area .posted-on, .story-content-area .entry-header, .story-content-area .nav-links {
  display: none;
}
.story-content-area .hentry.type-post .entry-content {
  float: left;
  padding: unset;
  width: 100vw;
}
.story-content-area .hentry.type-post .entry-content p, .story-content-area .hentry.type-post .entry-content h1, .story-content-area .hentry.type-post .entry-content h2, .story-content-area .hentry.type-post .entry-content h3 {
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.story-content-area .hentry.type-post .entry-content h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.story-content-area .hentry.type-post .entry-content p {
  font-size: 1.5em;
  line-height: 1.7em;
  width: 60vw;
}
.story-content-area .hentry.type-post .entry-content .wp-post-image, .story-content-area .hentry.type-post .entry-content .full-width-image {
  object-fit: contain;
  width: 100vw;
  max-height: 80vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .story-content-area .hentry.type-post .entry-content .wp-post-image, .story-content-area .hentry.type-post .entry-content .full-width-image {
    width: auto;
    min-width: 200px;
  }
}
.story-content-area .hentry {
  margin: 0;
}

.wpsl_stores .entry-content #wpsl-wrap, .wpsl_stores .entry-content .wpsl-gmap-canvas {
  margin-top: 8em;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.wpsl_stores .entry-content .wpsl-locations-details {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 600px) {
  .story-content-area .wpsl_stores .entry-content #wpsl-wrap, .story-content-area .wpsl_stores .entry-content .wpsl-gmap-canvas {
    margin-top: 15em;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .story-content-area .wpsl_stores .entry-content .wpsl-locations-details {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.standard-content-area {
  max-width: 100vw;
  width: 100vw;
}
.standard-content-area a {
  font-weight: 900;
}
.standard-content-area banner-image img {
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh;
  width: 100vw;
  object-fit: contain;
}
.standard-content-area .entry-header {
  position: relative;
}
.standard-content-area .entry-header .entry-title {
  display: none;
}
.standard-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
.standard-content-area .entry-meta, .standard-content-area .posted-on, .standard-content-area .entry-header, .standard-content-area .nav-links {
  display: none;
}
.standard-content-area .hentry.type-post .entry-content {
  float: left;
  padding: unset;
  width: 100vw;
}
.standard-content-area .hentry.type-post .entry-content p, .standard-content-area .hentry.type-post .entry-content h1, .standard-content-area .hentry.type-post .entry-content h2, .standard-content-area .hentry.type-post .entry-content h3 {
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.standard-content-area .hentry.type-post .entry-content h1 {
  font-weight: 400;
  font-size: 2.5em;
}
.standard-content-area .hentry.type-post .entry-content p {
  font-size: 1.5em;
  line-height: 1.7em;
  width: 60vw;
}
.standard-content-area .hentry.type-post .entry-content .wp-post-image, .standard-content-area .hentry.type-post .entry-content .full-width-image {
  object-fit: contain;
  width: 100vw;
  max-height: 80vh;
}
.standard-content-area .hentry {
  margin: 0;
}

.backpage-content-area {
  width: 80vw;
  margin: 0 auto;
}
.backpage-content-area a {
  font-weight: 600;
}
.backpage-content-area .entry-header {
  display: none;
  text-align: center;
}
.backpage-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
.backpage-content-area .policy-body {
  padding-top: 3em;
  padding-bottom: 3em;
  column-count: 2;
  column-gap: 5em;
  width: 100%;
}
.backpage-content-area .policy-body p + h4 h4 {
  margin-top: 0;
  font-weight: 300;
  font-size: 2em;
}
.backpage-content-area .policy-body h4 {
  line-height: 1.3;
  padding-bottom: 0.2em;
  margin-top: 0;
}
.backpage-content-area .policy-body p {
  font-size: 1.5em;
}

.contact-content-area {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.contact-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
.contact-content-area p {
  font-size: 1.5em;
  line-height: 1.7em;
}
.contact-content-area .entry-header {
  display: none;
  text-align: center;
}
.contact-content-area .entry-content .contact-page-content, .contact-content-area .entry-content .legal-page-content {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact-content-area .entry-content .contact-page-content, .contact-content-area .entry-content .legal-page-content {
    display: table;
  }
}
.contact-content-area input.wpcf7-form-control.wpcf7-submit {
  font-size: 1em;
  width: 100%;
}
.contact-content-area .wpcf7-form-control-wrap .wpcf7-form-control, .contact-content-area .wpcf7-form-control-wrap .wpcf7-submit {
  font-size: 1em;
  width: 100%;
}
@media all and (min-width: 600px) {
  .contact-content-area .entry-content .contact-page-content {
    grid-template-columns: 1fr 1fr;
  }
  .contact-content-area .entry-content .legal-page-content {
    grid-template-columns: 1fr 3fr;
  }
}

.cart-content-area a {
  font-weight: 300;
}
.cart-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.cart-content-area .entry-header {
  display: none;
  text-align: center;
}
.cart-content-area .checkout-button.button.alt.wc-forward {
  background-color: #009fe3;
}
.cart-content-area .woocommerce-shipping-destination {
  display: none;
}

@media all and (min-width: 768px) {
  .cart-content-area {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1690px) {
  .cart-content-area {
    width: 60vw;
  }
}
.single-product-content-area {
  width: 100vw;
  max-width: 100vw;
  /*
  //
  //Media Query - Small
  //
  */
  /*
  //
  //Media Query - Medium 
  //
  */
  /*
  //
  //Media Query - Large
  //
  */
  /*
  //
  //Media Query - Extra Large
  //
  */
  /*
  //
  //Media Query - extra extra large
  //
  */
}
.single-product-content-area a {
  font-weight: 900;
}
.single-product-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.single-product-content-area p {
  font-size: 1.5em;
}
.single-product-content-area .entry-title {
  display: none;
}
.single-product-content-area .header-section {
  padding-top: 4em;
  position: relative;
  overflow: hidden;
  display: grid;
}
.single-product-content-area .header-section .header-media {
  width: 100vw;
}
.single-product-content-area .header-section img {
  min-width: 100vw;
  max-width: 100vw;
  max-height: 75vh;
  object-fit: contain;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-product-content-area .header-section img {
    width: auto;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-product-content-area .header-section video {
  height: 100vh;
  object-fit: cover;
}
.single-product-content-area .header-section .header-content {
  z-index: 10;
  text-transform: uppercase;
  left: 2em;
  padding-left: 1em;
  top: 10em;
  color: #009fe3;
  line-height: 0;
  align-items: baseline;
  padding-top: 5em;
  position: initial;
  font-size: 0.7em;
}
.single-product-content-area .header-section .header-content .header-text h1 {
  font-size: 5em;
  color: #009fe3;
  font-weight: 300;
  margin: 0;
}
.single-product-content-area .header-section .header-content .header-text p {
  z-index: 10;
  font-size: 3em;
  text-align: justify;
}
.single-product-content-area .text-1 h5 {
  color: #009fe3;
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
}
.single-product-content-area .text-1 .header-text h1, .single-product-content-area .product-features .header-text h1 {
  text-transform: uppercase;
  font-size: 2.2em;
  margin-top: 0;
}
.single-product-content-area .text-1 .header-text p, .single-product-content-area .product-features .header-text p {
  font-size: 2.4em;
}
.single-product-content-area .image-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
.single-product-content-area .image-2 img {
  width: 100vw;
  object-fit: cover;
}
.single-product-content-area .product-features {
  padding: 5em 0;
  margin-left: auto;
  margin-right: auto;
}
.single-product-content-area .product-features p {
  font-size: 1.8em;
}
.single-product-content-area .six-up-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
.single-product-content-area .image-3 img {
  width: 100vw;
  object-fit: cover;
}
.single-product-content-area .tech-specs {
  padding: 3em;
  margin-left: auto;
  margin-right: auto;
}
.single-product-content-area .tech-specs .tech-blueprint {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
}
.single-product-content-area .tech-specs .tech-blueprint .blueprint-image, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text {
  background: white;
  display: grid;
  text-size: 2.5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-product-content-area .tech-specs .tech-blueprint .blueprint-image, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text {
    display: flex;
  }
}
.single-product-content-area .tech-specs .tech-blueprint .blueprint-image table, .single-product-content-area .tech-specs .tech-blueprint .blueprint-image td, .single-product-content-area .tech-specs .tech-blueprint .blueprint-image th, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text table, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text td, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text th {
  padding: 1em 0;
}
.single-product-content-area .tech-specs .tech-blueprint .blueprint-image img, .single-product-content-area .tech-specs .tech-blueprint .blueprint-image table, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text img, .single-product-content-area .tech-specs .tech-blueprint .blueprint-text table {
  align-self: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-product-content-area .tech-specs .tech-blueprint {
    display: flex !important;
  }
}
.single-product-content-area .image-4 img, .single-product-content-area .image-5 img {
  width: 100vw;
  object-fit: cover;
  margin-bottom: 1em;
}
@media all and (min-width: 600px) {
  .single-product-content-area .header-section {
    padding-top: 0;
  }
  .single-product-content-area .header-section .header-content {
    position: absolute;
    padding-left: 1em;
    left: 5em;
    top: 20em;
    align-items: baseline;
    padding-top: 0;
    font-size: 1em;
  }
  .single-product-content-area .text-1 {
    padding: 5% 0;
  }
  .single-product-content-area .image-grid {
    grid-template-columns: 1fr 1fr;
  }
  .single-product-content-area .four-up-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
  }
  .single-product-content-area .four-up-grid p {
    margin: 2em;
  }
  .single-product-content-area .product-features p {
    font-size: 1.5em;
  }
  .single-product-content-area .tech-specs .tech-blueprint {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .single-product-content-area .text-1 {
    padding: 5% 15em;
  }
  .single-product-content-area .tech-specs {
    padding-left: 3em;
    padding-right: 3em;
  }
  .single-product-content-area .six-up-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 900px) {
  .single-product-content-area .header-section .header-content {
    left: 10em;
    top: 15em;
  }
  .single-product-content-area .product-features {
    width: 60vw;
    padding: 5em 3em;
  }
}
@media all and (min-width: 1280px) {
  .single-product-content-area .header-section .header-content {
    left: 15em;
    top: 15em;
  }
}
@media all and (min-width: 2880px) {
  .single-product-content-area .header-section .header-content {
    left: 15em;
    top: 25em;
  }
}

.custom-content-area a {
  font-weight: 900;
}
.custom-content-area img {
  object-fit: contain;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.custom-content-area .entry-header {
  display: none;
  text-align: center;
}
.custom-content-area .custom-content {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
.custom-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1em;
  padding-top: 1em;
}
.custom-content-area h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2em;
}
.custom-content-area p {
  font-size: 1.5em;
  line-height: 1.7em;
}
.custom-content-area .wp-auto-content {
  height: 100%;
}
.custom-content-area .three-up-widget {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10em;
  margin: 5em 0;
}
.custom-content-area .three-up-widget .three-up-item h1 {
  font-size: 2em;
}
.custom-content-area .three-up-widget .three-up-item p {
  font-size: 1.2em;
}
@media all and (min-width: 768px) {
  .custom-content-area .three-up-widget {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.custom-content-area .custom-video {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.custom-content-area .custom-video .feature-video {
  max-height: 80vh;
  width: auto;
  position: relative;
}
.custom-content-area .custom-video .feature-video video {
  max-height: 80vh;
  width: auto;
  max-width: 60vw;
}
.custom-content-area .custom-text {
  padding-bottom: 5em;
}

.philosophy-content-area a {
  font-weight: 900;
}
.philosophy-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.philosophy-content-area p {
  font-size: 1.5em;
}
.philosophy-content-area .entry-header {
  display: none;
}
.philosophy-content-area .entry-content {
  margin: 0;
  padding: 0;
}

.international-content-area {
  padding-bottom: 10em;
}
.international-content-area .entry-header {
  display: none;
}
.international-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
}
.international-content-area .international-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1em;
  padding-top: 5em;
}
.international-content-area .international-list h4 {
  text-transform: uppercase;
}
.international-content-area .international-list .dealer-country {
  padding-bottom: 5em;
}
.international-content-area .international-list .dealer-country .dealer-territory {
  background: white;
  display: grid;
  grid-template-columns: 50% 20%;
  grid-gap: 2em;
}
.international-content-area .international-list .dealer-country .dealer-territory .dealer-address {
  align-self: center;
}
.international-content-area .international-list .dealer-country .dealer-territory .dealer-flag {
  align-self: auto;
}
.international-content-area .international-list .dealer-country .dealer-territory .dealer-flag img {
  border-radius: 50%;
  width: 60%;
  box-shadow: 2px 0.1px 2px rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 600px) {
  .international-content-area .international-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1280px) {
  .international-content-area .international-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .international-content-area .international-list {
    display: inline-flex;
    flex-direction: column;
  }
  .international-content-area .international-list .dealer-territory {
    display: inline-flex !important;
  }
  .international-content-area .international-list .dealer-territory .dealer-address {
    margin-right: 5em;
  }
}

.news-content-area {
  margin-top: 2em;
}
.news-content-area .hentry {
  margin: 0;
}
.news-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.news-content-area p {
  font-size: 1.5em;
}
.news-content-area .entry-header {
  display: none;
}
.news-content-area .entry-header {
  display: none;
  text-align: center;
}
.news-content-area .cat-links {
  display: none;
}

.blogroll-content-area {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.blogroll-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 0;
  padding-top: 1em;
}
.blogroll-content-area .site-main {
  padding-top: 3em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3em;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blogroll-content-area .site-main {
    display: flex;
  }
}
.blogroll-content-area .site-main .type-post {
  display: grid;
  grid-template-rows: 0fr 1fr 0fr;
  border: 1px solid lightgray;
  height: min-content;
  background-color: white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blogroll-content-area .site-main .type-post {
    display: table;
    margin-left: 5em;
  }
  .blogroll-content-area .site-main .type-post .entry-header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.blogroll-content-area .site-main .more-link {
  border: 1px solid black;
  padding: 0.3em;
  background-color: white;
  font-size: 0.8em;
}
.blogroll-content-area .site-main img {
  object-fit: cover;
  overflow: hidden;
  width: 90%;
  height: 20em;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blogroll-content-area .site-main img {
    width: auto;
  }
}
.blogroll-content-area .site-main .entry-content {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blogroll-content-area .site-main .entry-content {
    width: auto;
    float: none;
  }
}
.blogroll-content-area .site-main .entry-content p {
  text-align: center;
}
.blogroll-content-area .site-main .entry-header {
  text-align: center;
  width: auto;
  display: grid;
  padding-top: 2em;
  position: relative;
  background-color: #009fe3;
}
.blogroll-content-area .site-main .entry-header h2, .blogroll-content-area .site-main .entry-header a {
  font-weight: 300;
  font-size: 1.3em;
  color: white;
}
.blogroll-content-area .site-main .entry-header span {
  color: white;
}
.blogroll-content-area .site-main .entry-header .posted-on {
  order: 2;
  font-size: 0.9em;
  padding-bottom: 0.4em;
}
.blogroll-content-area .site-main .entry-header .posted-on a {
  font-size: 0.9em;
}
.blogroll-content-area .site-main .entry-header .entry-title {
  order: 1;
  height: auto;
  min-height: 3em;
  margin: 0 1em;
}
.blogroll-content-area .site-main .entry-header .entry-title h2 {
  font-weight: 900;
  font-size: 0.6em;
}
.blogroll-content-area .site-main .entry-header .post-author {
  display: none;
}
.blogroll-content-area .site-main .entry-meta {
  display: none;
}
.blogroll-content-area .site-main .entry-meta .author {
  display: none;
}
.blogroll-content-area .site-main .entry-meta .cat-links .label {
  display: none;
}
.blogroll-content-area .site-main .custom-content {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
.blogroll-content-area .site-main h1 {
  font-weight: 300;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 0;
  padding-top: 1em;
}
.blogroll-content-area .site-main h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2em;
}
.blogroll-content-area .site-main p {
  font-size: 1.5em;
  line-height: 1.7em;
}
.blogroll-content-area .site-main .wp-auto-content {
  height: 100%;
}
.blogroll-content-area .site-main .custom-video {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.blogroll-content-area .site-main .custom-video .feature-video {
  max-height: 80vh;
  width: auto;
  position: relative;
}
.blogroll-content-area .site-main .custom-video .feature-video video {
  max-height: 80vh;
  width: auto;
}
.blogroll-content-area .site-main .custom-text {
  padding-bottom: 5em;
}
@media all and (min-width: 600px) {
  .blogroll-content-area .site-main {
    grid-template-columns: repeat(3, 1fr);
  }
  .blogroll-content-area .site-main img {
    width: 90%;
    height: 15em;
  }
}
@media all and (min-width: 1280px) {
  .blogroll-content-area .site-main {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-content-area {
  max-width: 100vw;
  width: 100vw;
}
.about-content-area a {
  font-weight: 900;
}
.about-content-area .blog-content {
  background: #E8E8E8;
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
}
.about-content-area h1, .about-content-area h2, .about-content-area h3, .about-content-area h4, .about-content-area h5, .about-content-area p {
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
  font-size: 1.5em;
}
.about-content-area h1 em, .about-content-area h2 em, .about-content-area h3 em, .about-content-area h4 em, .about-content-area h5 em, .about-content-area p em {
  width: 40vw;
}
.about-content-area .text-block {
  padding: 3em 0;
}
.about-content-area .two-up {
  display: flex;
}
.about-content-area .two-up img {
  margin: 0 1em;
  width: 50%;
  object-fit: contain;
}
.about-content-area h1 {
  font-weight: 300;
  font-size: 2.5em;
}
.about-content-area .entry-meta, .about-content-area .posted-on, .about-content-area .entry-header, .about-content-area .nav-links {
  display: none;
}
.about-content-area .hentry.type-post .entry-content {
  float: left;
  padding: unset;
  width: 100vw;
}
.about-content-area .hentry.type-post .entry-content p, .about-content-area .hentry.type-post .entry-content h1, .about-content-area .hentry.type-post .entry-content h2, .about-content-area .hentry.type-post .entry-content h3 {
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-content-area .hentry.type-post .entry-content h1 {
  font-weight: 400;
  font-size: 2.5em;
}
.about-content-area .hentry.type-post .entry-content p {
  font-size: 1.5em;
  line-height: 1.7em;
  width: 60em;
}
.about-content-area .hentry.type-post .entry-content .wp-post-image, .about-content-area .hentry.type-post .entry-content .full-width-image {
  object-fit: contain;
  width: 100vw;
  max-height: 80vh;
}
.about-content-area .hentry {
  margin: 0;
}

.wpsl_stores .entry-content #wpsl-wrap, .wpsl_stores .entry-content .wpsl-gmap-canvas {
  margin-top: 8em;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.wpsl_stores .entry-content .wpsl-locations-details {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 600px) {
  .story-content-area .wpsl_stores .entry-content #wpsl-wrap, .story-content-area .wpsl_stores .entry-content .wpsl-gmap-canvas {
    margin-top: 15em;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .story-content-area .wpsl_stores .entry-content .wpsl-locations-details {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.manuals-content-area #main > h1 {
  text-transform: uppercase;
}
.manuals-content-area #manuals {
  display: grid;
  grid-template-columns: 1fr;
}
.manuals-content-area #manuals .manual {
  border: 1px solid #009fe3;
  border-radius: 10px;
  overflow: hidden;
  margin: 2em;
}
.manuals-content-area #manuals .manual p {
  margin: 0;
  opacity: 0;
}
.manuals-content-area #manuals .manual .product_name {
  margin: 1em 0 0 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.6em;
  height: 5em;
}
.manuals-content-area #manuals .manual .product_name p {
  z-index: 100;
  background: white;
  position: relative;
}
.manuals-content-area #manuals .manual .product_image {
  padding-top: 100%;
  position: relative;
}
.manuals-content-area #manuals .manual .product_image img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.manuals-content-area #manuals .manual:hover {
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}
.manuals-content-area #manuals .manual:hover p {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media all and (min-width: 600px) {
  .manuals-content-area #manuals {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 900px) {
  .manuals-content-area #manuals {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1280px) {
  .manuals-content-area #manuals {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .manuals-content-area #manuals .manual .product_name {
    font-size: 0.5em;
  }
}
@media all and (min-width: 2880px) {
  .manuals-content-area #manuals {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .manuals-content-area #manuals .manual .product_name {
    font-size: 0.6em;
  }
}

.portal-content-area {
  margin-left: 10%;
  margin-right: 10%;
}
.portal-content-area main > h1 {
  text-align: center;
}
.portal-content-area .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  grid-row-gap: 2em;
}
.portal-content-area .link-grid .link-block {
  width: 165px;
}
.portal-content-area .link-grid .link-block .head {
  height: 5em;
}
.portal-content-area .link-grid .link-block h5 {
  text-align: center;
}
@media all and (min-width: 768px) {
  .portal-content-area .link-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 900px) {
  .portal-content-area .link-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1280px) {
  .portal-content-area .link-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1690px) {
  .portal-content-area .link-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.too-small {
  position: fixed;
}

@media all and (min-width: 250px) {
  .too-small {
    display: none;
  }
}
.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom {
  z-index: 100000000 !important;
}

.country-picker .country-drop-btn {
  width: 4em;
  height: 4em;
  border-radius: 50%;
}
.country-picker .country-options {
  background: white;
  width: fit-content;
  border-radius: 10px;
  left: -0.3em;
  position: relative;
}
.country-picker ul {
  margin-left: 0;
}
.country-picker ul li {
  padding: 0.3em;
}

.site-header {
  padding: 1em 0 0 0;
  height: 8em;
}

.gallo-sf-header-content {
  display: grid;
  grid-template-columns: 1fr 0 1fr;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallo-sf-header-content {
    display: flex;
  }
}
.gallo-sf-header-content .header-logo {
  padding: 1em;
  z-index: 900;
}
.gallo-sf-header-content .header-nav-menu {
  padding-top: 1em;
}
.gallo-sf-header-content .header-nav-menu .main-navigation {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
}
.gallo-sf-header-content .country-picker img {
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
.gallo-sf-header-content .header-woo {
  padding-right: 2em;
  display: grid;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallo-sf-header-content .header-woo {
    display: flex;
  }
}
.gallo-sf-header-content .header-woo .woo-cart .site-header-cart .cart-contents {
  padding-left: 1em;
}
.gallo-sf-header-content .header-woo .woo-cart .site-header-cart .cart-contents::after {
  padding-right: 1em;
}

.site-title, .site-description {
  display: none;
}

.site-header .col-full {
  max-width: 100vw;
}
.site-header .custom-logo-link img {
  width: 12em;
  padding: 0 1em;
}
.site-header .site-header-cart .cart-contents {
  padding: 0;
}

.site-header.menuTop {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 9999999;
  top: 0;
  padding-top: 5px;
  left: 0;
  background: #fff;
  border: none;
}

.site-header.menuScrolled {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
  border: none;
}

.site-branding {
  display: grid;
  grid-template-columns: 25% 75%;
}

.gallo_logo {
  width: 100%;
  margin-left: 4%;
  padding: 1em 1.5em 0.4em 1.5em;
}

.widget.woocommerce.widget_product_search {
  float: right;
}
.widget.woocommerce.widget_product_search .search-field {
  border: 0;
  border-radius: 25px;
  width: 13em;
}

.site-header .site-header-cart .cart-contents {
  width: 12em;
  float: right;
}

.closureContent {
  padding: 2em 5em;
}
.closureContent .flag-icon {
  display: flex;
  padding-bottom: 1em;
}
.closureContent .flag-icon img {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 1em;
}

#regionPopup {
  color: #919dad;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #919eae;
  box-shadow: 5px 10px 50px #000;
  margin-top: auto;
  max-height: 80vh;
  max-width: 35vw;
  min-width: 50vw;
}
@media all and (min-width: 600px) {
  #regionPopup {
    min-width: 30vw;
  }
}
@media all and (min-width: 768px) {
  #regionPopup {
    min-width: unset;
  }
}
#regionPopup #regionCloseBtn {
  position: absolute;
  top: 1em;
  right: 1em;
  padding-right: 0;
}
#regionPopup #regionCloseBtn button {
  background: #919eae;
  font-weight: 100;
  font-size: 0.8em;
  margin: 0;
  padding: 0.3em;
  border: none;
}
@media all and (min-width: 600px) {
  #regionPopup #regionCloseBtn button {
    font-size: 1em;
  }
}
@media all and (min-width: 900px) {
  #regionPopup #regionCloseBtn button {
    font-size: 1.5em;
  }
}
@media all and (min-width: 1690px) {
  #regionPopup #regionCloseBtn button {
    font-size: 3em;
  }
}
#regionPopup .closureContent {
  padding: 1em;
}
#regionPopup .closureContent h1 {
  font-size: 3em;
  font-weight: 300;
}
#regionPopup .closureContent h4 {
  font-size: 1em;
  font-weight: 400;
}
#regionPopup .closureContent ul {
  width: fit-content;
  margin: unset;
  margin-left: auto;
  margin-right: auto;
}
#regionPopup .closureContent ul li {
  width: fit-content;
}
#regionPopup .closureContent ul li img {
  width: 1.2em;
  height: 1.2em;
}
#regionPopup .closureContent ul li a {
  font-size: 1em;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  #regionPopup .closureContent {
    padding: 2em 5em;
  }
  #regionPopup .closureContent h1 {
    font-size: 5em;
    font-weight: 300;
  }
  #regionPopup .closureContent h4 {
    font-size: 1.4em;
    font-weight: 400;
    text-align: left;
  }
  #regionPopup .closureContent ul {
    width: fit-content;
    margin: unset;
    margin-left: auto;
    margin-right: auto;
  }
  #regionPopup .closureContent ul li {
    width: fit-content;
  }
  #regionPopup .closureContent ul li img {
    width: 1.5em;
    height: 1.5em;
  }
  #regionPopup .closureContent ul li a {
    font-size: 1em;
    font-weight: 400;
  }
}

@media all and (min-width: 768px) {
  .gallo-sf-header-content {
    grid-template-columns: 1fr 8fr 1fr;
  }

  .gallo-sf-header-content .header-nav-menu {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
  }
  .gallo-sf-header-content .header-nav-menu .main-navigation {
    float: none;
    position: inherit;
  }

  .site-branding {
    grid-template-columns: 15% 80%;
  }

  .site-header.menuTop {
    background: none;
    float: left;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    padding: 15px 10px;
    width: 100%;
  }

  .site-header.menuScrolled {
    background: #fff;
    float: left;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .site-header.menuScrolled .site-branding {
    margin-top: 0;
  }

  .site-branding {
    width: 100%;
    margin-top: 1%;
  }

  .gallo_logo {
    width: 90%;
    margin: 1em 10%;
  }

  .widget_shopping_cart_content {
    width: 20vw;
    transform: translate(-85%, 0);
    position: absolute;
    background: white;
  }
}
@media all and (min-width: 1280px) {
  .gallo_logo {
    width: 70%;
  }
}
@media all and (min-width: 1690px) {
  .site-header {
    width: 99vw;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.site-content {
  overflow: hidden;
  min-height: 90vh;
}
.site-content .col-full {
  max-width: 100vw;
  width: 100vw;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em;
}

.post-thumbnail, .feature-product {
  width: 100vw;
  overflow: hidden;
}
.post-thumbnail img, .feature-product img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

body.woocommerce #primary {
  float: none;
  width: 100%;
}

.nav-links {
  display: none !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  width: 80%;
  display: grid;
  padding: 0;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat 2, 1fr;
  z-index: 100;
  border-top: 2px solid #009fe3;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.site-footer .site-info {
  display: grid;
  grid-template-columns: 100%;
  padding: 1em 0 0 0;
}
.site-footer .site-info .footer-column-one {
  padding-bottom: 1em;
}
.site-footer .site-info .footer-column-one .footer-one-top {
  display: grid;
  grid-template-columns: 45% 55%;
  border-bottom: 2px solid #009fe3;
}
.site-footer .site-info .footer-column-one .footer-one-top .footer-address img {
  width: 30px;
  height: 30px;
  margin: 1em 0;
}
.site-footer .site-info .footer-column-one .footer-one-top .footer-address .galloac {
  font-weight: 900;
}
.site-footer .site-info .footer-column-one .footer-one-top .footer-contact {
  padding-top: 4em;
  float: right;
  text-align: right;
}
.site-footer .site-info .footer-column-one .footer-one-bottom {
  padding-top: 1.5em;
  display: grid;
  grid-template-columns: 50% 50%;
}
.site-footer .site-info .footer-column-one .footer-one-bottom .footer-cedia {
  float: left;
  text-align: left;
}
.site-footer .site-info .footer-column-one .footer-one-bottom .footer-cedia img {
  width: 4em;
}
.site-footer .site-info .footer-column-one .footer-one-bottom .footer-social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 8em;
  float: right;
  text-align: right;
}
.site-footer .site-info .footer-column-two {
  line-height: 1.7em;
  text-transform: uppercase;
  list-style-type: none;
  display: grid;
  grid-template-columns: 50% 50%;
}
.site-footer .site-info .footer-copyright {
  float: left;
  bottom: 0;
  font-weight: 200;
  font-size: 0.9em;
}
@media all and (min-width: 600px) {
  .site-footer .site-info {
    grid-template-columns: 34% 66%;
  }
  .site-footer .site-info .footer-column-one .footer-one-top {
    grid-template-columns: 100%;
  }
  .site-footer .site-info .footer-column-one .footer-one-top .footer-contact {
    padding-top: 0;
    float: left;
    text-align: left;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom {
    grid-template-columns: 30% 70%;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom .footer-cedia {
    float: left;
    text-align: left;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom .footer-cedia img {
    width: 6em;
  }
  .site-footer .site-info .footer-column-two {
    padding-top: 5.3em;
    padding-left: 10em;
  }
}
@media all and (min-width: 768px) {
  .site-footer .site-info .footer-column-one .footer-one-top {
    grid-template-columns: 48% 52%;
  }
  .site-footer .site-info .footer-column-one .footer-one-top .footer-contact {
    padding-top: 4em;
    float: right;
    text-align: right;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom {
    grid-template-columns: 50% 50%;
  }
  .site-footer .site-info .footer-column-two {
    padding-left: 20em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-footer {
    width: 80%;
    display: flex;
    padding: 0;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat 2, 1fr;
    z-index: 100;
    border-top: 2px solid #009fe3;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-info {
    display: flex;
    grid-template-columns: 100%;
    padding: 1em 0 0 0;
  }
  .site-footer .site-info .footer-column-one {
    padding-bottom: 1em;
    width: 100%;
  }
  .site-footer .site-info .footer-column-one .footer-one-top {
    display: flex;
    grid-template-columns: 45% 55%;
    border-bottom: 2px solid #009fe3;
  }
  .site-footer .site-info .footer-column-one .footer-one-top .footer-address img {
    width: 30px;
    height: 30px;
    margin: 1em 0;
  }
  .site-footer .site-info .footer-column-one .footer-one-top .footer-address .galloac {
    font-weight: 900;
  }
  .site-footer .site-info .footer-column-one .footer-one-top .footer-contact {
    padding-top: 4em;
    float: right;
    text-align: right;
    width: 100%;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom {
    padding-top: 1.5em;
    display: flex;
    grid-template-columns: 50% 50%;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom .footer-cedia {
    float: left;
    text-align: left;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom .footer-cedia img {
    width: 4em;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom .footer-social {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 8em;
    float: right;
    text-align: right;
  }
  .site-footer .site-info .footer-column-one .footer-one-bottom .footer-social a {
    padding-left: 1em;
  }
  .site-footer .site-info .footer-column-two {
    line-height: 1.7em;
    text-transform: uppercase;
    list-style-type: none;
    display: flex;
    grid-template-columns: 50% 50%;
    width: 100vw;
  }
  .site-footer .site-info .footer-column-two .footer-menu-one, .site-footer .site-info .footer-column-two .footer-menu-two {
    width: 100vw;
  }
  .site-footer .site-info .footer-copyright {
    float: left;
    bottom: 0;
    font-weight: 200;
    font-size: 0.9em;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.no-shadow {
  box-shadow: none;
}

.column {
  float: left;
  width: 25%;
  padding: 0 15px;
}

@media all and (min-width: 600px) {
  .shadow {
    box-shadow: rgba(0, 0, 0, 0.5) 2px 1px 6px;
  }
}
/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
SVG Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

/* Social Menu fallbacks */
.no-svg .social-menu a {
  height: auto;
  width: auto;
}

.no-svg .social-menu li a .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}

.white-logo {
  background-image: url("https://galloacoustics.com/wp-content/uploads/2018/01/cropped-Gallo_Logo_white-1.png");
}

.black-logo {
  background-image: url("../assets/images/Gallo_Logo_black.png");
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-3em, -1em, 4em);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale3d(2, 2, 2) translate3d(-5em, -1.2em, 4em);
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0em, 0em, 2em);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*
 * controls transition of header upon scroll
 */
.site-header {
  transition: all 0.5s;
}

.two-image-button .second-image {
  animation: fadein 0.5s forwards;
}

.single-image-button :hover {
  transform: scale3d(1.1, 1.1, 1.1) translate3d(0em, 0em, 2em);
}

.feature-anim :hover {
  transform: scale3d(1.01, 1.01, 1.01) translate3d(0.2em, 0em, 0em);
}
@supports (-ms-ime-align: auto) {
  .feature-anim :hover {
    transform: scale3d(1, 1, 1) translate3d(0em, 0em, 0em);
  }
}
.feature-anim img {
  transition: all 0.5s;
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-message {
  background-color: #009fe3;
}

.shipping-calculator-form {
  display: block !important;
  width: 12em;
  float: right;
}
@media all and (min-width: 768px) {
  .shipping-calculator-form {
    float: none;
  }
}

.shipping-calculator-button {
  font-size: 1.2em;
}

.content-area .woocommerce-result-count {
  display: none;
}
.content-area .page-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
}

.woocommerce-tabs .panel {
  float: none;
}

#tab-description h2 {
  font-size: 2.5em;
  font-weight: 300;
}

.store-banner {
  padding-top: 3em;
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 1em;
  width: 100vw;
  background-color: #009fe3;
  color: white;
  padding-left: 10vw;
  padding-right: 10vw;
}
.store-banner .banner-item {
  display: flex;
}
@media all and (min-width: 768px) {
  .store-banner {
    display: flex;
    justify-content: space-around;
  }
}
.store-banner img {
  object-fit: contain;
  align-self: center;
  max-height: 4em;
  padding-right: 1em;
}
.store-banner h1 {
  align-self: center;
  font-size: 0.8em;
  color: white;
  font-weight: 300;
  letter-spacing: 0.01em;
}

h1.product_title.entry-title {
  text-transform: uppercase;
}

.woocommerce-product-details__short-description h4 {
  font-size: 1.6em;
}
.woocommerce-product-details__short-description p {
  font-size: 1.1em;
}
@media all and (min-width: 900px) {
  .woocommerce-product-details__short-description h1 {
    padding-right: 8em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .store-banner {
    display: flex;
  }
  .store-banner img {
    padding-left: 5em;
    padding-right: 1em;
  }
}
.orderby {
  display: none;
}

.woocommerce-loop-category__title {
  text-transform: uppercase;
  font-weight: 300;
}
.woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
  display: block;
}
.woocommerce-shipping-calculator .shipping-calculator-form button {
  color: white;
  background-color: #009fe3;
}

.single-product div.product {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
}

.type-product h2 {
  text-transform: uppercase;
  font-weight: 300;
}

.woocommerce-LoopProduct-link, .product-category {
  overflow: hidden;
}
.woocommerce-LoopProduct-link img:hover, .product-category img:hover {
  transform: scale3d(1.1, 1.1, 1.1) translate3d(0em, 0em, 1em);
  transition: all 0.5s;
}

ul.products li.product, ul.products li.product-category.product {
  overflow: hidden;
}
ul.products li.product a, ul.products li.product a.woocommerce-loop-product__link, ul.products li.product-category.product a, ul.products li.product-category.product a.woocommerce-loop-product__link {
  display: inline-block;
  overflow: hidden;
}
ul.products li.product a.button, ul.products li.product-category.product a.button {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
ul.products li.product img, ul.products li.product-category.product img {
  margin-bottom: 0;
}
ul.products li.product h2, ul.products li.product-category.product h2 {
  z-index: 100;
  position: relative;
  background-color: white;
  margin-top: 0;
  padding-top: 1em;
}

.term-description {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .flex-viewport {
  min-height: fit-content;
  max-height: fit-content;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  width: 100% !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:first-of-type {
  display: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    display: inline-block;
    width: 100%;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    width: 14% !important;
  }
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
  font-weight: 300;
}

.woocommerce-product-gallery__trigger {
  pointer-events: none;
}

.single_add_to_cart_button.alt {
  background-color: #009fe3;
}

.woocommerce-error, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
  width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before {
  content: none;
}

.flex-viewport {
  min-height: fit-content;
  max-height: fit-content;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0;
  width: 80vw;
  height: auto;
}

ul.wc-tabs {
  display: none;
}

#tab-description {
  display: contents;
}
#tab-description h1 {
  font-weight: 300;
  text-transform: uppercase;
}
#tab-description .tech-details {
  display: grid;
  grid-template-columns: 1fr;
  width: 80vw;
  padding-bottom: 5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tab-description .tech-details {
    display: inline;
  }
}
#tab-description .tech-details .tech-table, #tab-description .tech-details .tech-blueprint {
  align-self: center;
}
@media all and (min-width: 768px) {
  #tab-description .tech-details {
    grid-template-columns: 1fr 1fr;
  }
}

.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  pointer-events: none;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_country_field .select2.select2-container.select2-container--default {
  padding-bottom: 1em;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #shipping_country_field #shipping_country-description {
  pointer-events: none;
  display: block !important;
}

ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
  font-size: 1.5em;
  font-weight: 300;
}

.woowidgets-store {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.woowidgets-store h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 300;
}
.woowidgets-store p {
  padding-left: 1.5em;
}
.woowidgets-store .featured-products h1, .woowidgets-store .featured-certified h1, .woowidgets-store .featured-accessories h1 {
  padding-bottom: 1.2em;
}
.woowidgets-store .featured-products .woocommerce .products, .woowidgets-store .featured-certified .woocommerce .products, .woowidgets-store .featured-accessories .woocommerce .products {
  display: grid;
  grid-gap: 1em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .woowidgets-store .featured-products .woocommerce .products, .woowidgets-store .featured-certified .woocommerce .products, .woowidgets-store .featured-accessories .woocommerce .products {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .woowidgets-store .featured-products .woocommerce .products, .woowidgets-store .featured-certified .woocommerce .products, .woowidgets-store .featured-accessories .woocommerce .products {
    grid-template-columns: 0 repeat(5, 1fr);
  }
}
.woocommerce-products-header .term-description p {
  font-size: 1.5em;
}

.store-main-page .products.columns-4 {
  display: grid;
}
.store-main-page .products.columns-4 li.product-category.product {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .store-main-page .products.columns-4 {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.stock.out-of-stock::before {
  content: "";
}

.stock.in-stock::before {
  content: "";
}

#wc_customer_source_checkout_field.select {
  border-radius: 3px;
  padding: 3px;
  background: #f2f2f2;
}

/*# sourceMappingURL=style.css.map */
