/*!
Theme Name: T-Max Theme
Theme URI: http://underscores.me/
Author: 3HORN Media
Author URI: https://3hornmedia.com
Description: A custom theme for tmaxtimers.com.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tmaxtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.mb20 {
  margin-bottom: 20px;
}

div.left {
  text-align: left;
}
div.left:before, div.left:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-book-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-book-opentype-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-bookitalic-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-bookitalic-opentype-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-medium-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-opentype-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-mediumitalic-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-mediumitalic-opentype-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-bold-opentype-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-opentype-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "arial-rounded";
  src: url("../fonts/arlrdbd-webfont.woff2") format("woff2"), url("../fonts/arlrdbd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "digital";
  src: url("../fonts/DSEG7Classic-Italic.woff2") format("woff2"), url("../fonts/DSEG7Classic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
button,
input,
select,
optgroup,
textarea {
  color: #444444;
  font-family: "gotham", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /* @media (min-width:$breakpoint-m) {font-size:1.4375rem;} */
}
@media (min-width: 600px) {
  html,
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  html,
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-weight: normal;
}

h1, h2 {
  font-family: "arial-rounded";
  font-size: 3.3333rem;
  line-height: 1.1666em;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h1, h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 900px) {
  h1, h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

h3 {
  font-family: "arial-rounded";
  font-size: 1.6666rem;
  line-height: 1em;
  color: #000000;
  margin: 20px 0;
}

h1.white, h2.white, h3.white {
  color: #ffffff;
}

h1.centered, h2.centered, h3.centered {
  text-align: center;
}

h3.digital {
  font-family: "digital";
  color: #444444;
  display: inline-block;
  background: #f7f7f7;
  border: 2px solid #707070;
  padding: 5px 5px 5px 20px;
  margin-bottom: 0;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul {
  margin: 0 0 20px 30px;
  padding: 0;
  list-style: disc;
}
ul li {
  margin-bottom: 0.5em;
}
ul li > ul {
  margin-bottom: 0;
  margin-left: 0;
}

ol {
  list-style: decimal;
  counter-reset: item;
  padding: 0;
  margin: 0 0 20px;
}
ol > li {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}
ol li::marker {
  font-weight: 500;
}
ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 700;
}
ol li > ol {
  padding-left: 20px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.tmax {
  list-style: none;
  margin: 0;
}
ul.tmax li {
  padding: 0 0 0 42px;
  position: relative;
}
ul.tmax li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/bullet-blue.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 15px;
}

ul.check {
  list-style: none;
  margin: 0;
}
ul.check > li {
  padding: 0 0 20px 40px;
  position: relative;
  font-size: 1.125rem;
}
ul.check > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/icon-check-green.svg) center no-repeat;
  background-size: contain;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #00AEEF;
  text-decoration: underline;
  transition: all 0.2s;
}
a:visited {
  color: #00AEEF;
}
a:hover, a:focus, a:active {
  color: #00AEEF;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
a.button.primary {
  border: 2px solid #00AEEF;
  background: #00AEEF;
  color: #ffffff;
  transition: all 0.2s;
}
a.button.primary:hover {
  background: #ffffff;
  color: #00AEEF;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
a.btn,
a.button:visited {
  display: inline-block;
  border: 2px solid;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  font-size: 1.2em;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}
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,
a.btn:active,
a.btn:focus,
a.button:visited:active,
a.button:visited:focus {
  border-color: #00AEEF;
}
button.primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary,
a.btn.primary,
a.button:visited.primary {
  border-color: #00AEEF;
  background: #00AEEF;
}
button.primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover,
a.btn.primary:hover,
a.button:visited.primary:hover {
  color: #00AEEF;
  background: #ffffff;
}
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary,
a.btn.secondary,
a.button:visited.secondary {
  border-color: #f26722;
  background: #f26722;
}
button.secondary:hover,
input[type=button].secondary:hover,
input[type=reset].secondary:hover,
input[type=submit].secondary:hover,
a.btn.secondary:hover,
a.button:visited.secondary:hover {
  color: #f26722;
  background: #ffffff;
}

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;
  padding: 10px;
  font-size: 21px;
  line-height: 24px;
  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%;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.form-wrap .form-field {
  width: 50%;
}
.form-wrap .form-field.left {
  padding-right: 10px;
}
.form-wrap .form-field.right {
  padding-left: 10px;
}
.form-wrap .form-field.full {
  width: 100%;
}

.required-legend span {
  font-size: 0.875em;
  display: flex;
  align-items: center;
}
.required-legend span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5a233;
  margin-right: 6px;
}

.required {
  display: flex;
  align-items: center;
}
.required:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5a233;
  margin-left: 6px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.site-header {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
header.site-header .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header.site-header .navbar .site-branding {
  width: 170px;
  margin-right: 80px;
}
@media (max-width: 1023px) {
  header.site-header .navbar .site-branding {
    margin-right: 30px;
  }
}
header.site-header .navbar .site-branding .site-logo {
  width: 100%;
  padding-top: 3px;
}

.header-sticky {
  display: none;
  width: 100%;
  background: #00AEEF;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-80px);
  transition: transform 0.5s;
  z-index: 9999;
}
.header-sticky.stuck {
  transform: translateY(0);
}
.header-sticky .navbar-sticky {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-sticky .navbar-sticky .site-branding {
  width: 102px;
  min-width: 102px;
  padding-top: 5px;
  margin-right: 30px;
}
.header-sticky .navbar-sticky .site-branding .site-logo {
  width: 100%;
}

section {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  /********** Centered Text Block **********/
  /********** Full-width Content **********/
  /********** 50/50 Content **********/
  /********** Columns Block **********/
  /********** Flippy Boxes **********/
  /********** Product Hero **********/
  /********** Specs Block **********/
  /********** Error Codes Block **********/
  /********** FAQ Block **********/
  /********** Download Blocks **********/
  /********** Alert Blocks **********/
}
section.mb0 {
  margin-bottom: 0;
}
section .centext-content p {
  text-align: center;
  font-size: 1.125rem;
}
section .column-wrap {
  display: flex;
  align-items: stretch;
}
section .column-wrap .left-content, section .column-wrap .right-content {
  width: 50%;
}
section .column-wrap .left-content {
  margin-right: 15px;
}
section .column-wrap .right-content {
  margin-left: 15px;
}
section.columns-block {
  padding: 50px 0;
}
@media (max-width: 600px) {
  section.columns-block {
    padding: 40px 0;
  }
}
section.columns-block.contact {
  padding: 0;
}
section.columns-block.noTopPad {
  padding-top: 0;
}
section.columns-block.noBotPad {
  padding-bottom: 0;
}
section.columns-block.noPad {
  padding-top: 0;
  padding-bottom: 0;
}
section .column-wrap {
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  section .column-wrap {
    flex-direction: column;
  }
}
section .column-wrap .column-box {
  width: 100%;
  padding: 0;
  margin-right: 2%;
}
section .column-wrap .column-box:last-of-type {
  margin-right: 0;
}
section .column-wrap .column-box.half {
  width: 49%;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.half {
    width: 100%;
  }
}
section .column-wrap .column-box.one-third {
  width: 32%;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.one-third {
    width: 100%;
  }
}
section .column-wrap .column-box.two-thirds {
  width: 64%;
}
@media (max-width: 900px) {
  section .column-wrap .column-box.two-thirds {
    width: 100%;
  }
}
section .column-wrap .column-box.centered {
  text-align: center;
}
@media (max-width: 600px) {
  section .column-wrap .column-box.tSearch, section .column-wrap .column-box.verify {
    padding: 20px 15px;
  }
}
section .column-wrap .column-box .column-icon {
  display: block;
  max-height: 165px;
  margin-bottom: 25px;
  text-align: center;
}
section .column-wrap .column-box .column-icon img {
  max-height: 165px;
}
section .column-wrap .column-box h3 {
  min-height: 32px;
}
@media (max-width: 900px) {
  section.columns-block#reasons .column-wrap .column-box.half {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  section.columns-block#reasons .column-wrap .column-box.half {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  section .noPad .column-wrap .column-box:not(.noPad) {
    padding: 20px 15px;
  }
}
section.flip-boxes {
  padding: 30px 0;
}
section.flip-boxes .flippy-wrap {
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  section.flip-boxes .flippy-wrap {
    flex-direction: column;
  }
}
section.flip-boxes .flippy-wrap a.hover {
  display: block;
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 900px) {
  section.flip-boxes .flippy-wrap a.hover {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.flip-boxes .flippy-wrap a.hover:last-of-type {
  margin-right: 0;
}
section.flip-boxes .flippy-wrap a.hover .hover-box {
  width: 100%;
  height: 411px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 900px) {
  section.flip-boxes .flippy-wrap a.hover .hover-box {
    height: 311px;
  }
}
section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 22, 49, 0.66);
  transform: translateY(290px);
  background: transparent;
  transition: all 0.4s;
}
@media (max-width: 900px) {
  section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content {
    transform: translateY(180px);
  }
}
section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content .hover-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 140px;
  padding: 0 30px;
}
section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content .hover-title h3 {
  color: #ffffff;
  margin-bottom: 0;
}
section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content .hover-text {
  padding: 10px 30px;
}
section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content .hover-text p {
  font-size: 1.125rem;
  color: white;
}
section.flip-boxes .flippy-wrap a.hover .hover-box .hover-content .hover-text span {
  display: block;
  color: #ffffff;
  font-weight: bold;
}
section.flip-boxes .flippy-wrap a.hover:hover .hover-box .hover-content {
  transform: translateY(0);
  background: #00AEEF;
}
section.flip-boxes .butt-wrap {
  text-align: center;
}
section .prodhero-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 600px) {
  section .prodhero-wrap {
    flex-direction: column;
  }
}
section .prodhero-wrap .hero {
  width: 50%;
  min-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  section .prodhero-wrap .hero {
    width: 100%;
    padding: 20px 0;
  }
}
section .prodhero-wrap .hero-content {
  width: 50%;
  min-width: 50%;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  section .prodhero-wrap .hero-content {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  section .prodhero-wrap .hero-content {
    width: 100%;
  }
}
section .prodhero-wrap .hero-content p {
  font-size: 1.6666rem;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 900px) {
  section .prodhero-wrap .hero-content p {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
section.specs-block {
  margin-bottom: 100px;
}
section.specs-block .specs-wrap {
  margin-bottom: 50px;
}
section.specs-block .specs-wrap .spec-line {
  display: flex;
  align-items: stretch;
}
section.specs-block .specs-wrap .spec-line p {
  line-height: 20px;
  margin: 0;
}
section.specs-block .specs-wrap .spec-line .spec-title {
  width: 20%;
  min-width: 20%;
  margin: 0 10px 10px 0;
  background: #efefef;
  padding: 15px 20px;
}
section.specs-block .specs-wrap .spec-line .spec-title p {
  text-align: right;
}
section.specs-block .specs-wrap .spec-line .spec-value {
  width: 100%;
  margin: 0 0 10px;
  background: #efefef;
  padding: 15px 20px;
}
section.specs-block a.file-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 20px;
}
section.specs-block a.file-link img {
  width: 49px;
  margin-right: 20px;
}
section.specs-block a.file-link span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5em;
}
section.specs-block a.file-link:hover {
  text-decoration: underline;
}
section.error-block {
  margin-bottom: 50px;
}
section.error-block .error-wrap .error-line {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 600px) {
  section.error-block .error-wrap .error-line {
    flex-wrap: wrap;
  }
}
section.error-block .error-wrap .error-line p {
  margin: 0;
}
section.error-block .error-wrap .error-line .code {
  width: 10%;
  min-width: 10%;
  margin: 0 10px 10px 0;
  background: #efefef;
  padding: 15px 20px;
}
@media (max-width: 600px) {
  section.error-block .error-wrap .error-line .code {
    width: 20%;
    margin: 0 2% 10px 0;
    padding: 15px;
  }
}
section.error-block .error-wrap .error-line .code p {
  text-align: center;
}
section.error-block .error-wrap .error-line .error {
  width: 30%;
  min-width: 30%;
  margin: 0 10px 10px 0;
  background: #efefef;
  padding: 15px 20px;
}
@media (max-width: 600px) {
  section.error-block .error-wrap .error-line .error {
    width: 78%;
    margin: 0 0 10px;
    padding: 15px;
  }
}
section.error-block .error-wrap .error-line .solution {
  width: 100%;
  margin: 0 0 10px;
  background: #efefef;
  padding: 15px 20px;
}
@media (max-width: 600px) {
  section.error-block .error-wrap .error-line .solution {
    margin: 0 0 20px;
    padding: 15px;
    border-bottom: 1px solid #707070;
  }
}
section.error-block .fine-print {
  padding: 20px 0;
}
section.error-block .fine-print p {
  margin: 0;
}
section.faq-block {
  padding: 0 0 70px;
}
section.faq-block.noTopPad {
  padding: 0 0 70px;
}
section.faq-block h2 {
  text-align: center;
}
section.faq-block .faq-description {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
section.faq-block .faq-section-heading {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
  font-size: 1.7777rem;
  line-height: 1.75em;
  color: #ffffff;
  margin-bottom: 20px;
}
section.faq-block .faq-section-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 56px solid #00AEEF;
  border-right: 30px solid transparent;
  border-bottom: none;
  border-left: none;
  z-index: -1;
}
section.faq-block .faq-wrap {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
section.faq-block .faq-wrap .accordion .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #707070;
  padding: 30px 0 20px;
}
section.faq-block .faq-wrap .accordion .accordion-header .faqIcon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: url(../images/accordion-icon.svg) no-repeat;
  background-position: center top;
  background-size: cover;
  margin-right: 15px;
}
section.faq-block .faq-wrap .accordion .accordion-header.active .faqIcon {
  background-position: center bottom;
}
section.faq-block .faq-wrap .accordion .accordion-header h3 {
  font-size: 1.3333rem;
  line-height: 1.25em;
  margin: 0;
}
section.faq-block .faq-wrap .accordion .accordion-content {
  display: none;
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 30px 30px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
}
@media (max-width: 600px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex {
    flex-direction: column;
    padding: 15px;
  }
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .accordion-text {
  width: 75%;
}
@media (max-width: 900px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .accordion-text {
    width: 83%;
  }
}
@media (max-width: 600px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .accordion-text {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon {
  display: block;
  margin-right: 40px;
}
@media (max-width: 900px) {
  section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon {
    margin-right: 0;
  }
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #444444;
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon a:hover {
  text-decoration: underline;
}
section.faq-block .faq-wrap .accordion .accordion-content .accordion-flex .link-icon a img {
  width: 57px;
  height: auto;
  margin-bottom: 10px;
}
section.download-block .download-row {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #9499A5;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
section.download-block .download-row:last-of-type {
  margin-bottom: 0;
}
section.download-block .download-row .download-image {
  width: 50px;
  margin-right: 20px;
}
section.download-block .download-row .dl-title {
  margin-right: auto;
}
section.download-block .download-row .dl-title h3 {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
}
section.download-block .download-row .dl-title .filesize {
  display: block;
}
section.download-block .download-row .dl-button {
  margin-left: 20px;
}
section.alert-block {
  padding: 0 0 50px;
}
section.alert-block .alert-box {
  padding: 30px 30px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.3);
}
section.alert-block .alert-box.none {
  border: 3px solid #707070;
  background: #f7f7f7;
}
section.alert-block .alert-box.alertBlue {
  border: 3px solid #00AEEF;
  background: #f7f7f7;
}
section.alert-block .alert-box.alertBlue h3 {
  color: #00AEEF;
}
section.alert-block .alert-box.alertLtblue {
  border: 3px solid #00AEEF;
  background: #c7e8f7;
}
section.alert-block .alert-box.alertRed {
  border: 3px solid #e32609;
  background: #f7f7f7;
}
section.alert-block .alert-box.alertRed h3 {
  color: #e32609;
}
section.alert-block .alert-box.alertGrey {
  border: 3px solid #ffffff;
  background: #9499A5;
}
section.alert-block .alert-box.alertGrey h3, section.alert-block .alert-box.alertGrey p {
  color: #ffffff;
}
section.alert-block .alert-box.alertGrey a {
  color: #f7f7f7;
}
section.alert-block .alert-box h3 {
  text-align: center;
}
section.alert-block .alert-box h3, section.alert-block .alert-box p {
  margin-bottom: 20px;
}

.phone {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75em;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .phone {
    font-size: 1rem;
  }
}
.phone:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-phone.svg) center no-repeat;
  background-size: contain;
  margin-right: 12px;
}
@media (max-width: 1600px) {
  .phone:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

.fax {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75em;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .fax {
    font-size: 1rem;
  }
}
.fax:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-fax.svg) center no-repeat;
  background-size: contain;
  margin-right: 12px;
}
@media (max-width: 1600px) {
  .fax:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

.email {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75em;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .email {
    font-size: 1rem;
  }
}
.email:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-email.svg) center no-repeat;
  background-size: contain;
  margin-right: 12px;
}
@media (max-width: 1600px) {
  .email:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

.ltgrey {
  background: #f7f7f7 !important;
}

.blue {
  background: #00AEEF !important;
}

.blue h1, .blue h2, .blue h3, .blue p, .blue a {
  color: #ffffff;
}

footer.site-footer {
  background: #00AEEF;
  padding: 23px 0;
}
footer.site-footer .footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  footer.site-footer .footer .footer-content {
    flex-direction: column;
  }
}
footer.site-footer .footer .footer-content .footer-left {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  footer.site-footer .footer .footer-content .footer-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer.site-footer .footer .footer-content p {
  font-size: 1em;
  margin: 0;
}
footer.site-footer .footer .footer-content a {
  font-size: 1em;
  color: #eeeeee;
  text-decoration: none;
}
footer.site-footer .footer .footer-content a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.menu li {
  padding: 0;
}
.main-navigation ul.menu > li {
  position: relative;
  margin: 0;
}
.main-navigation ul.menu > li:before {
  content: none;
}
.main-navigation ul.menu > li > a {
  font-family: "arial-rounded";
  font-size: 20px;
  line-height: 23px;
  color: #444444;
  text-transform: uppercase;
  padding: 44px 15px 41px;
  border-bottom: 4px solid #ffffff;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .main-navigation ul.menu > li > a {
    font-size: 18px;
    line-height: 20px;
    padding: 40px 12px 37px;
  }
}
@media (max-width: 1023px) {
  .main-navigation ul.menu > li > a {
    font-size: 16px;
    padding: 30px 10px 27px;
  }
}
.main-navigation ul.menu > li:hover > a, .main-navigation ul.menu > li.focus > a, .main-navigation ul.menu > li.current_page_item > a, .main-navigation ul.menu > li.current-menu-item > a, .main-navigation ul.menu > li.current_page_ancestor > a, .main-navigation ul.menu > li.current-menu-ancestor > a {
  border-bottom: 4px solid #00AEEF;
}
.main-navigation ul.menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 5px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  opacity: 0;
  transition: all 0.2s;
}
.main-navigation ul.menu ul.sub-menu > li:before {
  content: none;
}
.main-navigation ul.menu ul.sub-menu > li > a {
  font-size: 1rem;
  color: #707070;
  min-width: 260px;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
}
.main-navigation ul.menu ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-navigation ul.menu ul.sub-menu > li:hover > a, .main-navigation ul.menu ul.sub-menu > li.focus > a {
  color: #00AEEF;
}
.main-navigation ul.menu li:hover > ul,
.main-navigation ul.menu li.focus > ul {
  left: auto;
  opacity: 1;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/****** Sticky Menu ******/
.navbar-sticky .main-navigation ul.menu > li > a {
  color: #ffffff;
  padding: 25px 15px 19px;
  border-bottom: 3px solid #00AEEF;
}
.navbar-sticky .main-navigation ul.menu > li:hover > a, .navbar-sticky .main-navigation ul.menu > li.focus > a, .navbar-sticky .main-navigation ul.menu > li.current_page_item > a, .navbar-sticky .main-navigation ul.menu > li.current-menu-item > a, .navbar-sticky .main-navigation ul.menu > li.current_page_ancestor > a, .navbar-sticky .main-navigation ul.menu > li.current-menu-ancestor > a {
  border-bottom: 3px solid #ffffff;
}

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

/****** Mobile Menu ******/
.menu-toggle {
  border: none;
  background: none;
  padding: 0;
  width: 30px;
  text-indent: -9999em;
  background: url(../images/hamberder.svg) center no-repeat;
  background-size: contain;
  margin-left: auto;
}
.menu-toggle:hover, .menu-toggle:active {
  background: url(../images/hamberder-grey.svg) center no-repeat;
}

.mobile-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  z-index: 99999;
  transform: translateX(-100%);
  transition: all 0.7s ease-out;
}
.mobile-slide.slide {
  transform: translateX(0);
}
.mobile-slide .scrollTarget {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-slide .slide-header {
  padding: 30px 13px 10px;
  display: flex;
  justify-content: space-between;
}
.mobile-slide .slide-header .mobile-logo-wrap {
  width: 200px;
  height: auto;
}
.mobile-slide .slide-header .slide-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/close-x.svg) center no-repeat;
  background-size: contain;
}
.mobile-slide ul#mobile-menu {
  margin: 0;
}
.mobile-slide ul#mobile-menu li {
  padding: 0;
  margin: 0;
}
.mobile-slide ul#mobile-menu li:before {
  content: none;
}
.mobile-slide ul#mobile-menu li.mobileMain {
  position: relative;
  border-bottom: 3px solid #ffffff;
}
.mobile-slide ul#mobile-menu li.mobileMain > a {
  display: block;
  padding: 10px 20px;
  background: #00AEEF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
}
.mobile-slide ul#mobile-menu li .sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s;
  background-color: #ffffff;
}
.mobile-slide ul#mobile-menu li .sub-menu.open {
  max-height: 500px;
}
.mobile-slide ul#mobile-menu li .sub-menu li {
  border-top: 1px solid #f7f7f7;
  margin: 0;
}
.mobile-slide ul#mobile-menu li .sub-menu li a {
  display: block;
  padding: 5px 20px 5px 30px;
  font-size: 16px;
  text-decoration: none;
}
.mobile-slide ul#mobile-menu li .sub-menu li a:hover {
  color: #00AEEF;
}
.mobile-slide .mobile-sub-expander {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  border-radius: 50%;
  background: url(../images/down-arrow-white.svg) center no-repeat;
  background-size: 24px auto;
  transition: all 0.6s;
  cursor: pointer;
}
.mobile-slide .mobile-sub-expander.flipped {
  -webkit-transform: rotate(-540deg);
  transform: rotate(-540deg);
}
.mobile-slide .mobile-sub-sub-expander {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: #707070 url(../images/down-arrow-white.svg) center no-repeat;
  background-size: 24px auto;
  transition: all 0.4s;
}
.mobile-slide .mobile-sub-sub-expander.flipped {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-slide .slide-footer {
  width: 100%;
  padding: 30px;
}
.mobile-slide .slide-footer .slide-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-slide .slide-footer .slide-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  position: relative;
  text-indent: -9999px;
  background-size: contain;
}
.mobile-slide .slide-footer .slide-social a.Facebook {
  background: url(../images/social-facebook-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.Instagram {
  background: url(../images/social-instagram-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.LinkedIn {
  background: url(../images/social-linkedin-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.Twitter {
  background: url(../images/social-twitter-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.YouTube {
  background: url(../images/social-youtube-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a.Pinterest {
  background: url(../images/social-pinterest-blue.svg) center no-repeat;
}
.mobile-slide .slide-footer .slide-social a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .header-sticky {
    display: block;
  }
  .main-navigation ul.menu {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.rank-math-breadcrumb {
  padding: 20px 0 15px;
}
.rank-math-breadcrumb p {
  font-size: 0.875rem;
  margin: 0;
}
.rank-math-breadcrumb p a {
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
}
.rank-math-breadcrumb p a:hover {
  text-decoration: underline;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.flexwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

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

.entry-header {
  width: 100%;
  height: 280px;
  position: relative;
}
@media (max-width: 900px) {
  .entry-header {
    height: 200px;
  }
}
.entry-header.home {
  height: 220px;
  padding: 100px 0 0;
}
@media (max-width: 600px) {
  .entry-header.home {
    height: 160px;
    padding: 50px 0 0;
  }
}
.entry-header .page-head {
  padding-top: 115px;
}
@media (max-width: 900px) {
  .entry-header .page-head {
    padding-top: 85px;
  }
}

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

.entry-content.home-content {
  padding-bottom: 70px;
}

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

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper.narrow {
  max-width: 1200px;
}
.wrapper.fourteenhundo {
  max-width: 1400px;
}
.wrapper.wide {
  width: 100%;
}

section.product-wrap .loop-wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.product-wrap .loop-wrap .loop-product {
  width: 18%;
  min-width: 18%;
  margin-right: 2%;
  padding: 15px;
  margin-bottom: 70px;
  background: #00AEEF;
  border-radius: 0 25px 0 25px;
  opacity: 1;
  transition: all 0.2s;
}
@media (max-width: 1023px) {
  section.product-wrap .loop-wrap .loop-product {
    width: 31.3333%;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  section.product-wrap .loop-wrap .loop-product {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  section.product-wrap .loop-wrap .loop-product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.product-wrap .loop-wrap .loop-product:hover {
  opacity: 0.8;
}
section.product-wrap .loop-wrap .loop-product .loop-product-img {
  width: 100%;
  margin-bottom: 25px;
}
section.product-wrap .loop-wrap .loop-product .loop-product-img img {
  border-radius: 0 20px 0 20px;
}
section.product-wrap .loop-wrap .loop-product .loop-product-content {
  text-align: center;
}
section.product-wrap .loop-wrap .loop-product .loop-product-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
section.product-wrap .loop-wrap .loop-product .loop-product-content span {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.contact-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 900px) {
  .contact-wrap {
    flex-direction: column;
  }
}
.contact-wrap .contact-left {
  width: 75%;
  padding: 0 30px 50px 5vw;
}
@media (max-width: 1200px) {
  .contact-wrap .contact-left {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .contact-wrap .contact-left {
    width: 100%;
    padding: 0 5vw 50px;
  }
}
.contact-wrap .contact-right {
  width: 25%;
  padding: 59px 5vw 100px 30px;
  background: #f7f7f7;
}
@media (max-width: 1200px) {
  .contact-wrap .contact-right {
    width: 30%;
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .contact-wrap .contact-right {
    width: 100%;
    padding: 30px 5vw 100px;
  }
}

section.error-404 {
  padding: 100px 0 150px;
}

section.error-404 .page-content {
  display: block;
  width: 100%;
  padding-left: 35%;
  position: relative;
}
@media (max-width: 900px) {
  section.error-404 .page-content {
    padding-left: 5%;
  }
}

section.error-404 .page-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: url(../images/404.svg) top left no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

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