/*
Theme Name: SuperFun
Version: 1.0.0
Template: storefront
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> NORMALIZE TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	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: .6em 1em .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;
}
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;
}
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: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 980px) {
	.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%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*  BASE *************/
/*$black: #060403;*/
/*  FONTS ************/
/*$fontMain: $#2e383f;*/
/* colors from other theme */
/*  old scheme */
/*  greys */
/* special colors */
/*$hermesTan: #F6F2EB;*/
/* base rainbow */
/* theme defaults */
/*$textColor: #154360;*/
/* wrappers */
/* hero heights */
/* layouts */
/* layout adjustments */
/*  vendor */
/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #393d44;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}
[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}
[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}
[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}
[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}
[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}
[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}
[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}
[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}
[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}
[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}
[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}
[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}
[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}
[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}
[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}
[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}
[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}
[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}
[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}
[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}
[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}
[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}
[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}
[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}
[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}
[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}
[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}
[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}
[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}
[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}
[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}
[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}
[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}
[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}
[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}
[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}
[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}
[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}
[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}
[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}
[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}
[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}
[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}
[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}
[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}
[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}
[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}
[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}
[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}
[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}
[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}
[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}
[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}
[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}
[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}
[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}
[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}
[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}
[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}
[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}
[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}
[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}
[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}
[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}
[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}
[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}
[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}
[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}
[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}
[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}
[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}
[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}
[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}
[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}
[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}
[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}
[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}
[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}
[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}
[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}
[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}
[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}
[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}
[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}
[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}
[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}
[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}
[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}
[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}
[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}
[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}
[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}
[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}
[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}
[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}
[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}
[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}
[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}
[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}
[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}
[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}
[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}
[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}
[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}
[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}
[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}
[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}
[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}
[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}
[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}
[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}
[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}
[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}
[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}
[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}
[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}
[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}
[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}
[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}
[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}
[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}
[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}
[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}
[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}
[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}
[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}
[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}
[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}
[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}
[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}
[data-aos=fade-up]{transform:translate3d(0,100px,0)}
[data-aos=fade-down]{transform:translate3d(0,-100px,0)}
[data-aos=fade-right]{transform:translate3d(-100px,0,0)}
[data-aos=fade-left]{transform:translate3d(100px,0,0)}
[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}
[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}
[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}
[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}
[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}
[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}
[data-aos=zoom-in]{transform:scale(.6)}
[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}
[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}
[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}
[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}
[data-aos=zoom-out]{transform:scale(1.2)}
[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}
[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}
[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}
[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}
[data-aos^=slide][data-aos^=slide]{transition-property:transform}
[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}
[data-aos=slide-up]{transform:translate3d(0,100%,0)}
[data-aos=slide-down]{transform:translate3d(0,-100%,0)}
[data-aos=slide-right]{transform:translate3d(-100%,0,0)}
[data-aos=slide-left]{transform:translate3d(100%,0,0)}
[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}
[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}
[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}
[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}
[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}
[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}
[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}
[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}
[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./slick/fonts/slick.eot');
    src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick/fonts/slick.woff') format('woff'), url('./slick/fonts/slick.ttf') format('truetype'), url('./slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* modules */
/*@define-mixin atTiny {
  @media (min-width: 420px) {
    @mixin-content;
  }
}

@define-mixin atSmall {
  @media (min-width: 768px) {
    @mixin-content;
  }
}

@define-mixin atMedium {
  @media (min-width: 1024px) {
    @mixin-content;
  }
}

@define-mixin atLarge {
  @media (min-width: 1440px) {
    @mixin-content;
  }
}*/
/* not being used after form refactor */
/* LAYOUTS */
/* TEXT */
/* inputs */
/* centering utilities */
/*  from css tricks: https://css-tricks.com/line-on-sides-headers/ */
html {
  background-color: #fff;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.833;
  margin: 0 auto;
  color: #101010;
  overflow-x: hidden;
  background-color: red; /* added for mix-blend-mode to work */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  
/*  @mixin atSmall { font-size: 22px; }*/
}
.site-content {
  float: none;
}
/*section {
  min-height: 80vh;
}*/
@media (min-width: 768px) {
	p.paragraph,
h2.paragraph,
h3.paragraph,
h4.paragraph,
h5.paragraph,
div.paragraph {
		width: 430px;
		max-width: 100%;
	}
}
/*  fix goosebumps main section on homepage */
p + h3 {
  margin-top: 0;
}
.wp-caption {
  margin-bottom: 0;
}
figure + p {
  margin: 0;
}
.text--big {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.2em;
	font-weight: 600;
}
@media (min-width: 1024px) {
	.text--big {
		font-size: 1.6em;
	}
}
.text--small {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	padding-bottom: 1em;
	color: #1e5889;
	font-size: 0.8em;
	display: block;
}
@media (min-width: 768px) {
	.text--small {
		font-size: 1em;
	}
}
/*  border-left: 12px solid;
  border-image: linear-gradient(to right, #999 0%, white 100%);
  padding-left: 20px;*/
.quote p {
	font-size: .8em;
}
section {
  position: relative;
}
.skewbkg {
    width: 200vw;
    height: 100%;
    overflow: hidden;
    /*transform: skewY(3deg);*/
    transform-origin: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    
    left: -100vw;
/*    width: 150vw;
    left: -100%;*/
}
/******************************************************
   set correct font family for elements ♠
******************************************************/
body, button, input, select, optgroup, textarea {
  font-family: Montserrat, sans-serif;
}
/*a {
  color: $mainOrange;
  text-decoration: none;
}
a:visited {
  color: $mainOrange;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: $mainOrange;
  outline: 0;
}*/
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  color: #101010;
}
hr {
  margin: 0;
  padding: 0;
  background-color: #c4c4c4;
}
pre {
  text-align: left;
}
.disclaimer {
  font-size: 12px;
  color: #101010;
}
.byline {
  display: block;
  margin: 60px auto auto;
  text-align: center;
  font-weight: bold;
}
/******************************************************
   undo normalize styling ♠
******************************************************/
.hentry {
  margin: 0;
}
/******************************************************
   tables ♠
******************************************************/
td, th {
  padding: 10px;
  border-right: 0;
  border-left: 0;
}
table, tr {
  border-right: 0;
  border-left: 0;
}
/******************************************************
   utilities ♠
******************************************************/
.clearBoth {
  clear: both;
}
.pullRight, .pullRight p, .pullRight a {
  text-align: center;
  display: block;
  float: none;
}
@media (min-width: 768px) {
	.pullRight, .pullRight p, .pullRight a {
		text-align: right;
		float: right;
	}
}
.pullCenter, .pullCenter p, .pullCenter a {
  text-align: center;
  display: block;
  float: none;
  margin: auto;
}
.pullCenter-noblock {
  margin: auto; text-align: center;
}
/* for standalone heading group layout */
.single-heading .row {
  margin-top: 80px;
  margin-bottom: 0;
}
.single-heading .row h1 {
	margin: 0;
}
.clearfix::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.clearfix::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.break {
  white-space: nowrap;
  word-break: keep-all;
}
.break--all {
	clear: both;
	display: block;
}
@media (min-width: 768px) {
	.break--small {
		clear: both;
		display: block;
	}
}
@media (min-width: 1024px) {
	.break--medium {
		clear: both;
		display: block;
	}
}
@media (min-width: 1440px) {
	.break--large {
		clear: both;
		display: inline-block;
	}
}
/*******************************************************
Global Text Adjustments ♥
********************************************************/
.page-content, .entry-content, .entry-summary {
  margin: 0; 
}
.underline, a.underline {
  text-decoration: underline;
}
.underline:hover, .underline:focus, .underline:active, .underline:visited, a.underline:hover, a.underline:focus, a.underline:active, a.underline:visited {
	text-decoration: underline;
}
.basicText {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.boldText {
  font-weight: 700;
}
.italicText {
  font-style: italic;
}
.centerText {
  text-align: center;
}
.bigText, h3.bigText {
  font-size: 1.4em;
}
.whiteText, .whiteText p {
  color: #fff;
}
.blackText, .blackText p {
  color: black;
}
.lightText, .lightText p, a.lightText, .lightText a {
  color: rgba(255,255,255, 0.7);
}
.greenText, .greenText p, a.greenText, .greenText a {
  color: green;
}
.blueText, .blueText p, a.blueText, .blueText a {
  color: #1e5889;
}
/*******************************************************
Global Section background colors ♥
********************************************************/
.whiteBkg {
  background-color: #fff;
}
.darkBlueBkg {
  background: #393d44;
  color: #fff;
  font-weight: 300;
  margin-top: -1px;
}
.darkBlueBkg--translucent {
	background-color: rgba(3, 35, 63, 0.75);
	padding: 2.5rem;
}
.lightBlueBkg {
  background: #fafafa;
}
.darkBlueBkg p, .darkBlueBkg h2, .darkBlueBkg h3, .darkBlueBkg h4 {
  color: #fff;
}
.lightGreyBkg {
  background-color: #fafafa;
}
.image-bkg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-bkg p, .image-bkg h2 {
  color: #fff;
}
.gradient-bkg {
  background: linear-gradient(110deg, slateblue 0%, lightseagreen 100%);
}
.gradient-bkg h1,.gradient-bkg h2,.gradient-bkg h3,.gradient-bkg h4,.gradient-bkg h5,.gradient-bkg p {
	color: #fff;
}
/******************************************************
   alignments ♠
******************************************************/
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.align-center.col {
	float: none;
	margin: auto;
}
/******************************************************
   Let's target IE to respect aspect ratios and sizes for img tags containing SVG files ♠
******************************************************/
.lt-ie9 img[src$=".svg"] {
  width: 100%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}
html {
  background-color: #fff;
}
body {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  color: #393d44;
  overflow-x: hidden;
  background-color: #fff; /* added for mix-blend-mode to work */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/******************************************************
   set correct font family for elements ♠
******************************************************/
body, button, input, select, optgroup, textarea {
  font-family: "PT Sans Narrow", sans-serif;
}
a {
  color: #393d44;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	color: #393d44;
	color: #3a1ec8;
}
a[href=mailto] {
	color: red;
}
hr {
  margin: 0;
  padding: 0;
  background-color: #eee;
}
.disclaimer {
  font-size: 12px;
  color: #eee;
  text-align: center;
  line-height: 22px;
}
.byline {
  display: block;
  margin: 60px auto auto;
  text-align: center;
  font-weight: bold;
}
/******************************************************
   undo normalize styling ♠
******************************************************/
.hentry {
  margin: 0;
}
/******************************************************
   tables ♠
******************************************************/
td, th {
  padding: 10px;
  border-right: 0;
  border-left: 0;
}
table, tr {
  border-right: 0;
  border-left: 0;
}
/******************************************************
   utilities ♠
******************************************************/
.clearBoth {
  clear: both;
}
.clearfix::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.clearfix::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.break {
  white-space: nowrap;
  word-break: keep-all;
}
.break--all {
	clear: both;
	display: block;
}
.break--tiny {
	clear: both;
	display: inline-block;
}
@media (min-width: 768px) {
	.break--tiny {
		display: inline;
	}
}
@media (min-width: 768px) {
	.break--small {
		clear: both;
		display: inline-block;
	}
}
@media (min-width: 1024px) {
	.break--medium {
		clear: both;
		display: inline-block;
	}
}
@media (min-width: 1440px) {
	.break--large {
		clear: both;
		display: inline-block;
	}
}
/******************************************************
   for standalone heading group layout ♠
******************************************************/
.single-heading .row .col {
  padding-top: 40px;
  padding-bottom: 0;
}
.single-heading .row .col h1 {
	margin: 0;
}
/*  for widget area next to contetnt */
.content-block .widget {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*******************************************************

Global Text Adjustments ♥

********************************************************/
.page-content, .entry-content, .entry-summary {
  margin: 0; 
}
.underline, a.underline {
  text-decoration: underline;
}
.underline:hover, .underline:focus, .underline:active, .underline:visited, a.underline:hover, a.underline:focus, a.underline:active, a.underline:visited {
	text-decoration: underline;
}
.basicText {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.boldText {
  font-weight: 700;
}
.italicText {
  font-style: italic;
}
.centerText {
  text-align: center;
}
.smallText, p.smallText, a.smallText {
  font-size: 12px;
}
@media (min-width: 1024px) {
	.smallText, p.smallText, a.smallText {
		font-size: 12px;
	}
}
.largeText, p.largeText, a.largeText {
  font-size: 24px;
}
@media (min-width: 1024px) {
	.largeText, p.largeText, a.largeText {
		font-size: 32px;
	}
}
.breakText {
  word-break: break-word;
}
.whiteText, .whiteText p, a.whiteText, .whiteText a {
  color: white;
}
.blackText, .blackText p, a.blackText, .blackText a {
  color: #101010;
}
.redText, .redText p, a.redText, .redText a {
  color: #D50000;
}
.orangeText, .orangeText p, a.orangeText, .orangeText a {
  color: #f76346;
}
.yellowText, .yellowText p, a.yellowText, .yellowText a {
  color: #ffcc00;
}
.greenText, .greenText p, a.greenText, .greenText a {
  color: green;
}
.blueText, .blueText p, a.blueText, .blueText a {
  color: #338096;
}
.purpleText, .purpleText p, a.purpleText, .purpleText a {
  color: purple;
}
/*******************************************************

Global Section background colors ♥

********************************************************/
.whiteBkg {
  background-color: white;
}
.lightGreyBkg {
  background-color: #eee;
}
.transBkg {
  background-color: transparent;
}
.darkBkg {
  background: #641E16;
  color: white;
  font-weight: 300;
  margin-top: -1px;
}
.darkBkg--translucent {
	background-color: rgba(100,30,22, 0.6);
	padding: 2.5rem;
}
.darkBkg p, .darkBkg h2, .darkBkg h3, .darkBkg h4 {
  color: white;
}
.image-bkg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-bkg p, .image-bkg h2 {
  color: white;
}
.gradient-bkg h1,.gradient-bkg h2,.gradient-bkg h3,.gradient-bkg h4,.gradient-bkg h5,.gradient-bkg p {
	color: white;
}
/*******************************************************
   1.2 Social Media global ♠
*******************************************************/
.social-media li {
  display:inline-block;
  list-style-type: none;
}
.social-media .fa {
    font-size: 16px;
    wi7dth: 33px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
    transition: all .4s;
    margin: 5px;
    color: white;
    background: #393d44;
}
.social-media .fa:hover {
  color: #393d44;
  transition: all .4s;
  background: white;
}
/*******************************************************
  1.3 Blockquote ♠
*******************************************************/
blockquote{
  display:block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #393d44;
  text-align: justify;
  border-left: 0;
  border-right: 0;
}
/* Let's target IE to respect aspect ratios and sizes for img tags containing SVG files */
.lt-ie9 img[src$=".svg"] {
  width: 100%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}
/******************************************************
   alignments ♠
******************************************************/
.alignleft, .alignLeft {
  text-align: left;
}
.alignright, .alignRight {
  text-align: right;
}
.aligncenter, .alignCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.aligncenter.col, .alignCenter.col {
	float: none;
	margin: auto;
}
/******************************************************
   svg bullets ♠
******************************************************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row {
    position: relative;
    padding: 0;
    margin: 6em 0;
    
}
@media (min-width: 1440px) {
	.row {
		margin: 9em 0;
	}
}
.col--outer,
.hero .hero-content-container,
.row {
	box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-pack: center;
        justify-content: center;
}
.woocommerce-active .row {
	margin: 0;
	padding: 3em 0;
}
.col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

/*    + .col {
        margin-top: 4em;
        margin-bottom: 4em;
        
        &:last-of-type { margin-bottom: 0; }

        &-6, &-4, &-3, &-8 {

            @mixin atMedium {
                margin-top: 0;
                padding-left: 1em;
                
                &:first-of-type {
                    padding-left: 0;
                }
            }
        }
    }*/

}
/*@mixin clearfix;*/
@media (min-width: 768px) {
	.col {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
		margin-right: 0;/*&:first-of-type { padding-left: 0;  }*//*  removed for gif grid */
	}
/* 	.col:last-of-type {
		padding-right: 0;
	} */
}
@media (min-width: 768px) {
	.col1 {
		-ms-flex-preferred-size: 8.33%;
		    flex-basis: 8.33%;
		max-width: 8.33%;
	}
}
@media (min-width: 768px) {
	.col2 {
		-ms-flex-preferred-size: 16.66%;
		    flex-basis: 16.66%;
		max-width: 16.66%;
	}
}
@media (min-width: 768px) {
	.col3 {
		-ms-flex-preferred-size: 25%;
		    flex-basis: 25%;
		max-width: 25%;
	}
}
@media (min-width: 768px) {
	.col4 {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
		max-width: 33.33%;
	}
}
@media (min-width: 768px) {
	.col5 {
		-ms-flex-preferred-size: 41.66%;
		    flex-basis: 41.66%;
		max-width: 41.66%;
	}
}
@media (min-width: 768px) {
	.col6 {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.col7 {
		-ms-flex-preferred-size: 58.33%;
		    flex-basis: 58.33%;
		max-width: 58.33%;
	}
}
@media (min-width: 768px) {
	.col8 {
		-ms-flex-preferred-size: 66.66%;
		    flex-basis: 66.66%;
		max-width: 66.66%;
	}
}
@media (min-width: 768px) {
	.col9 {
		-ms-flex-preferred-size: 75%;
		    flex-basis: 75%;
		max-width: 75%;
	}
}
@media (min-width: 768px) {
	.col10 {
		-ms-flex-preferred-size: 83.33%;
		    flex-basis: 83.33%;
		max-width: 83.33%;
	}
}
@media (min-width: 768px) {
	.col11 {
		-ms-flex-preferred-size: 91.33%;
		    flex-basis: 91.33%;
		max-width: 91.33%;
	}
}
.col12 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.col--alignCenter {
	text-align: center;
}
.col--alignLeft {
	text-align: left;
}
.col--alignRight {
	text-align: right;
}
/******************************************************
   padding to col6 content blocks ♠
******************************************************/
/*.row .col-6 {
    padding-right: 0px;

    @mixin atSmall {
        padding-right: 15px;
    }
}
.row .col-6 + .col-6 {
    padding-left: inherit;
    padding-right: inherit;

    @mixin atSmall {
        padding-left: 15px;
        padding-right: 0;
    }
}

.row .horizontal-icon-block, .row .vertical-icon-block {
   .col-6 + .col-6 {
        padding-left: 0;
        padding-right: 0;     
   } 
}*/
.siteWrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.siteWrapper::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.siteWrapper::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.wrapper {
  /* width: 340px; */
  max-width: 100%;
  margin: auto;
  margin-top: 0px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  box-sizing: border-box;
  
}
.wrapper::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.wrapper::before {
	content: "";
	display: table;
	table-layout: fixed;
}
@media (min-width: 768px) {
	.wrapper {
		width: 768px;/*    padding-left: 0;
    padding-right: 0;*/
		text-align: left;
	}
}
@media (min-width: 1024px) {
	.wrapper {
		width: 1024px;
	}
}
@media (min-width: 1440px) {
	.wrapper {
		width: 1280px;
	}
}
/* end wrapper */
.text-page .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

}
@media (min-width: 768px) {
	.text-page .col {
		-ms-flex-preferred-size: 80%;
		    flex-basis: 80%;
	}
}
@media (min-width: 1024px) {
	.text-page .col {
		-ms-flex-preferred-size: 70%;
		    flex-basis: 70%;
	}
}
@media (min-width: 1440px) {
	.text-page .col {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
	}
}
.text-page .col h2, .text-page .col .title--h2 {
	font-size: 1.6em;
	margin-top: 2em;
}
@media (min-width: 768px) {
	.text-page .col h2, .text-page .col .title--h2 {
		font-size: 1.9em;
	}
}
@media (min-width: 1024px) {
	.text-page .col h2, .text-page .col .title--h2 {
		font-size: 1.8em;
	}
}
@media (min-width: 768px) {
	.text-page .col h2:first-of-type, .text-page .col .title--h2:first-of-type {
		margin-top: 0;
	}
}
/* end text-page */
h1, h2, h3, h4, h5 {
    font-family: "PT Sans Narrow", sans-serif;
    color: #151515;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 400;
}
h1, .title--h1 {
  font-size: 2em;
  line-height: 1.4;

}
@media (min-width: 768px) {
	h1, .title--h1 {
		font-size: 2em;
	}
}
@media (min-width: 1024px) {
	h1, .title--h1 {
		font-size: 2em;
	}
}
@media (min-width: 1440px) {
	h1, .title--h1 {
		font-size: 2em;
	}
}
h2, .title--h2 {
  font-size: 1.6em;
}
@media (min-width: 768px) {
	h2, .title--h2 {
		font-size: 1.6em;
	}
}
@media (min-width: 1024px) {
	h2, .title--h2 {
		font-size: 1.6em;
	}
}
h3, .title--h3 {
  font-size: 1em;
}
@media (min-width: 768px) {
	h3, .title--h3 {
		font-size: 1em;
	}
}
@media (min-width: 1024px) {
	h3, .title--h3 {
		font-size: 1em;
	}
}
/*h4, .title--h4 {
  font-size: 26px;
  line-height: 36px;

  @mixin atMedium {
    font-size: 26px;
  }
}
h5, .title--h5 {
  font-size: 18px;
  
  @mixin atMedium {
    font-size: 21px;
  }
}*/
header#masthead.site-header {
  background: transparent;
  /* padding-top: 3em; */
  z-index: 8;
}
@media (min-width: 1024px) {
	header#masthead.site-header {
		width: 100%;
		z-index: 5;
	}
}
/*header#masthead.activeNav {
  z-index: 9;
}*/
.wrapper--site-header {
  position: relative;
  display: block;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
  height: 120px;
}
.wrapper--site-header::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.wrapper--site-header::before {
	content: "";
	display: table;
	table-layout: fixed;
}
@media (min-width: 768px) {
	@supports (display: flex) {
		.wrapper--site-header {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: row;
			    flex-direction: row;
		}
	}
}
@media (min-width: 1024px) {
	.wrapper--site-header {
		margin: auto;
	}
}
body.woocommerce-active header#masthead .col-full .site-search {
  position: absolute;
  right: 0;
  top: 1em;
  z-index: 2;
}
body.woocommerce-active header#masthead .col-full .site-search input {
	z-index: 2;
}
/******************************************************
   logo ♠
******************************************************/
.header-logo {
  max-width: 100%;
  /*margin-top: 5em;*/
  margin-top: 0;

}
@media (min-width: 768px) {
	.header-logo {
		width: 320px;
		margin-top: 10px;
	}
}
#ctatop {
  background: #393d44;
  text-align: center;
  padding: 9px 0;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;  
  transition: height 500ms, background 500ms;
  height: 70px;
}
@media (min-width: 768px) {
	#ctatop {
		height: 36px;
		padding: 4px 0;
		position: fixed;
	}
}
#ctatop p {
	color: #fff;
	margin-bottom: 0;
	letter-spacing: .3px;
}
#ctatop a {
	color: #ffcc00;
	position: relative;
	z-index: 999;
}
#ctatop a:hover {
	cursor: pointer;
}
/*  hide on scroll */
#ctatop.hidecta {
	height: 0;
	padding: 0;
	overflow: hidden;
}
footer.site-footer, footer .row, footer section {
  background-color: #fafafa;
  text-align: center;
}
@media (min-width: 768px) {
	footer.site-footer, footer .row, footer section {
		text-align: left;
	}
}
footer .widget_recent_entries ul li, footer .widget_pages ul li, footer .widget_categories ul li, footer .widget_archive ul li, footer .widget_recent_comments ul li, footer .widget_nav_menu ul li, footer .widget_links ul li, footer .widget_product_categories ul li, footer .widget_layered_nav ul li, footer .widget_layered_nav_filters ul li {
	padding-left: 0;
}
footer img {
	margin: 0 auto 2em;
	width: 80px;
}
footer img + h3 {
	width: 180px;
	max-width: 100%;
	display: block;
	margin: auto;
}
button.slide-menu-control.is-active + .slide-menu {
  box-shadow: 8px 0 10px hsla(0,0%,0%,.15);
}
.slide-menu {
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  background: white;
  transition: transform 300ms ease-in-out;
  transform: translateX(100%);
  will-change: transform;
  z-index: 5;
}
.slide-menu ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  width: 320px;
  max-width: 100%;
  margin: 0;
  margin-top: 30px;
  margin-left: 20px;
}
.slide-menu ul li {
	text-indent: 0;
	padding-left: 0;
}
.slide-menu ul li:before {
	background-image: none;
	width: 0;
	height: 0;
	display: none;
	content: '';
}
.slide-menu ul li:hover, .slide-menu ul li:focus, .slide-menu ul li:active, .slide-menu ul li:visited {
	cursor: pointer;
}
.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.slide-menu ul a {
  display: block;
  padding: 6px;
  color: #101010;
  text-decoration: none;
  opacity: .85;
  transition: opacity .1s ease-in;
}
.slide-menu ul a:active, .slide-menu ul a:focus {
	opacity: 1;
}
.slide-menu.no-transition, .slide-menu.no-transition * {
  transition: none !important;
}
.btn {
	border: none;
	background: transparent;
	font-family: inherit;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
}
.slide-menu .slider {
	top: 48px;
}
.slide-menu .controls {
	overflow: hidden;
}
.slide-menu .btn {
	float: right;
	color: #101010;
	background: darken(#393d44, 12%);
	padding: 8px;
}
.slide-menu .btn:hover {
	background: darken(#393d44, 12% + 6%);
}
.slide-menu .btn + .btn {
	margin-right: 1px;
}
.btn[data-action="toggle"] {
	position: fixed;
	right: 10px;
	top: 20px;
	padding: 0;
	z-index: 9;
}
.slide-menu-logo {
  width: 180px;
  margin-top: 1.6em;
  margin-left: 26px;
}
/******************************************************
   NEW mobile nav 04.13.18 ♠
******************************************************/
.btn.slide-menu-control {
  display: block;
}
@media (min-width: 768px) {
	.btn.slide-menu-control {
		display: none;
	}
}
.slide-menu .slider {
  top: 0;
}
/*******************************************************
  Hamburger ♠
********************************************************/
.btn[data-action="toggle"] {
  position: fixed;
  right: 10px;
  left: auto;
  top: 20px;
  padding: 0;
  z-index: 9;
  width: 28px;
}
.hamburger-box {
  width: 28px;
  top: 3px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
  width: 26px;
  height: 3px;
  z-index: 999;
}
.hamburger {
  color: #fff;
}
.hamburger:hover, .hamburger:focus, .hamburger:active, .hamburger:visited {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.hamburger:hover {
	opacity: 1;
}
button.hamburger {
    box-shadow: unset;
    border: 0;
}
button.hamburger .hamburger-inner,
    button.hamburger .hamburger-inner:before,
    button.hamburger .hamburger-inner:after {
	background-color: #101010;
}
.main-navigation ul li.clicked ul,
.main-navigation ul li.clicked:hover ul,
.main-navigation ul li.clicked:hover ul ul,
.main-navigation ul li.clicked.focus ul ul,
.main-navigation ul li.clicked ul ul {
  left: auto;
  background: white;
}
.main-navigation .hamburger {
  display: block;
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) {
	.main-navigation .hamburger {
		display: none;
	}
}
/******************************************************
    end _s style ♠
******************************************************/
/* .main-navigation {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 1em;
} */
.main-navigation::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.main-navigation::before {
	content: "";
	display: table;
	table-layout: fixed;
}
@media (min-width: 768px) {
	.main-navigation {
		float: left;
		position: relative;
		width: 40%;
	}
}
.main-navigation .menu-primary-container {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.main-navigation ul::before {
	content: "";
	display: table;
	table-layout: fixed;
}
@media (min-width: 768px) {
	.main-navigation ul {
		display: block;
	}
}
.main-navigation ul li {
	list-style-position: outside;
	text-indent: 0;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.main-navigation ul li:before {
	background-image: none;
	width: 0;
	height: 0;
	display: none;
	content: '';
}
@media (min-width: 1024px) {
	.main-navigation ul li {
		position: relative;
		display: block;
		clear: none;
	}
}
.main-navigation ul li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	background: white;
}
/*  end main navigation */
.main-navigation ul li a {
	font-weight: normal;
	color: #393d44;
	display: block;
	text-decoration: none;
}
@media (min-width: 1024px) {
	.main-navigation ul li a {
		display: inline-block;
	}
}
@media (min-width: 1024px) {
	.main-navigation ul li a {
		padding: 20px 21px;
	}
}
.main-navigation ul li a:hover {
	cursor: pointer;
	color: #393d44;
}
/* end main navigation */
/******************************************************
   submenus level 1 ♠
******************************************************/
.main-navigation ul ul {
  padding: 0;
  position: absolute;
  left: -999em;
  z-index: 2;
  background: white;
  opacity: 0;
  transition: .1s opacity;
  visibility: hidden;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
.main-navigation ul ul li {
	padding: 0;
}
.main-navigation ul ul a {
	padding: 20px 0;
	margin: 0;
	width: 260px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}
/******************************************************
   submenu deeper levels indent ♠
******************************************************/
.main-navigation ul ul ul ul {
  top: 80px;
}
.main-navigation ul ul ul ul a {
	padding-left: 15px;
}
.main-navigation ul ul ul ul ul a {
  padding-left: 30px;
}
.main-navigation ul ul ul ul ul ul a {
  padding-left: 45px;
}
.main-navigation ul ul ul ul ul ul ul a {
  padding-left: 60px;
}
.main-navigation ul.menu ul li.menu-item-has-children>a::after, 
.main-navigation ul.menu ul li.page_item_has_children>a::after, 
.main-navigation ul.nav-menu ul li.menu-item-has-children>a::after, 
.main-navigation ul.nav-menu ul li.page_item_has_children>a::after {
  height: 18px;
}
/******************************************************

   Slideout Mobile Menu ♠
   
******************************************************/
/*******************************************************
  Hamburger ♠
********************************************************/
.btn[data-action="toggle"] {
  position: fixed;
  right: 10px;
  left: auto;
  padding: 0;
  z-index: 9;
  width: 28px;
}
.hamburger-box {
  width: 28px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #393d44;
  width: 26px;
  height: 3px;
  z-index: 9;
}
/******************************************************
   undo orange bullets on all menus ♠
******************************************************/
.site-main ul.menu li:before {
	background-image: none;
	width: 0;
	height: 0;
	display: none;
	content: '';
}
/******************************************************
   NEW mobile nav 04.13.18 ♠
******************************************************/
.slide-menu {
  width: 280px;  
  background: white;
  z-index: 9;
}
.main-navigation.toggled .slide-menu {
  box-shadow: 2px 2px 20px rgba(0,0,0,0.15);
}
.slide-menu-control {
  display: block;
}
@media (min-width: 1024px) {
	.slide-menu-control {
		display: none;
	}
}
.slide-menu .slider {
  top: 0;
}
.slide-menu li {    
  padding-left: 0;
  text-indent: 0;
}
.slide-menu .fa-chevron-right {
  padding-left: 10px;
}
.slide-menu .fa-chevron-left {
  padding-right: 10px;
}
/****************************************************************************************

   global ♥

*****************************************************************************************/
input, textarea, select {
  width: 100%;
}
.main-form {
  max-width: 100%; 
  width: 420px;
  position: relative;
}
form div.wpcf7-validation-errors, form div.wpcf7-acceptance-missing, form .wpcf7-response-output.wpcf7-spam-blocked, form .wpcf7-mail-sent-ng, form .wpcf7-response-output.wpcf7-mail-sent-ok {
	font-size: .9em;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="date"], 
.wpcf7 input[type="number"], 
.wpcf7 select {
  height: 48px;
  border-radius: 3px;
  font-weight: bold;
}
/*input {
  max-width: 100%;
}*/
textarea {
  padding-top: 16px;
  font-weight: 700;
}
/*.wpcf7 input[type="submit"], 
.wpcf7 button[type="submit"] {
  max-width: 280px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}*/
form iframe {
  min-height: 0;
}
form .byline {
  text-align: center;
}
.grecaptcha-badge {
   opacity: 0!important;
   z-index: 1;
}
/*******************************************************

  Main Form ♥

********************************************************/
.main-form {
  /*max-width: 100%;*/
  margin: 20px auto 0;
  margin-top: 0;
  clear: both;
  display: block;
 /* width: 420px;*/
  float: none;
}
/*  p {
    width: 100%;
  }*/
.main-form textarea {
	height: 160px;
}
/*  input[type=submit] {
    margin-bottom: 40px;

    @mixin atSmall {
      margin-bottom: 40px;
    }
  }*/
.main-form select {/*   width: 100%;*/
	padding-left: 15px;
	color: #c4c4c4;
	font-weight: 400;
}
.main-form select option {
	color: black;
}
.main-form select option:first-of-type {
	color: #c4c4c4;
}
.main-form select>option[value=""] {
	color: #c4c4c4;
}
.main-form .selection-made {
	color: black!important;
}
.home .main-form {
  float: none;  
}
@media (min-width: 768px) {
	.home .main-form {
		float: left;
	}
}
/****************************************************************************************

   Support Form ♥

*****************************************************************************************/
.support-contact-form::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.support-contact-form::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.support-contact-form .form-select {
	margin: 10px 0 20px;
}
@media (min-width: 768px) {
	.support-contact-form .form-select {
		margin: 10px 0;
	}
}
.support-contact-form .form-select select {/*width: 100%;*/
	padding-left: 10px;/*      @mixin atSmall {
        width: 47%;
      }*/
}
.support-contact-form p {
	z-index: 2;
	position: relative;
}
.support-contact-form p::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.support-contact-form p::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.support-contact-form p:nth-child(even) {/*    width: 100%;*/
	float: left;
}
@media (min-width: 768px) {
	.support-contact-form p:nth-child(even) {/*      width: 47%;*/
		margin: 10px 6% 0 0;
	}
}
.support-contact-form p:nth-child(odd) {/*    width: 100%;*/
	float: left;
}
@media (min-width: 768px) {
	.support-contact-form p:nth-child(odd) {/*      width: 47%;*/
		margin: 10px 0;
	}
}
.support-contact-form p.textarea {/*    width: 100%;*/
	margin-bottom: 0;
}
.support-contact-form .captcha-container {
	margin-top: 39px;
	bottom: 0;
	position: absolute;
}
.support-contact-form .contact-submit {
	position: relative;
	display: inline-block;
	float: left;
	top: 84px;
	clear: both;
}
.support-contact-form .contact-submit::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.support-contact-form .contact-submit::before {
	content: "";
	display: table;
	table-layout: fixed;
}
/******************************************************
   adaptive placeholder ♠
******************************************************/
.adaptive-ph input[type="text"][required]:focus, 
  .adaptive-ph input[type="email"][required]:focus, 
  .adaptive-ph input[type="tel"][required]:focus, 
  .adaptive-ph input[type="url"][required]:focus, 
  .adaptive-ph textarea[required]:focus {
	border-color: #1e5671;
	outline-color: #1e5671;
}
.adaptive-ph input[type="text"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="email"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="tel"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="url"][required]:focus + label[placeholder]:before,
  .adaptive-ph textarea[required]:focus + label[placeholder]:before {
	color: #1e5671;
}
.adaptive-ph input[type="text"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="text"][required]:valid + label[placeholder]:before,
  .adaptive-ph input[type="email"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="email"][required]:valid + label[placeholder]:before,
  .adaptive-ph input[type="tel"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="tel"][required]:valid + label[placeholder]:before,
  .adaptive-ph input[type="url"][required]:focus + label[placeholder]:before,
  .adaptive-ph input[type="url"][required]:valid + label[placeholder]:before,
  .adaptive-ph textarea[required]:valid + label[placeholder]:before,
  .adaptive-ph textarea[required]:focus + label[placeholder]:before  {
	transition-duration: .2s;
	transform: translate(0, -1.9em) scale(0.9, 0.9);
}
.adaptive-ph input[type="text"][required]:invalid + label[placeholder][for]:before,
  .adaptive-ph input[type="email"][required]:invalid + label[placeholder][for]:before,
  .adaptive-ph input[type="tel"][required]:invalid + label[placeholder][for]:before,
  .adaptive-ph input[type="url"][required]:invalid + label[placeholder][for]:before,
  .adaptive-ph textarea:invalid + label[placeholder][for]:before {
	content: attr(alt);
}
.adaptive-ph input[type="text"][required] + label[placeholder],
  .adaptive-ph input[type="email"][required] + label[placeholder],
  .adaptive-ph input[type="tel"][required] + label[placeholder],
  .adaptive-ph input[type="url"][required] + label[placeholder],
  .adaptive-ph textarea[required] + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 1.25em;
	margin-top: calc(-2.1em - 2px);
	margin-bottom: calc((2.1em - 1em) + 2px);
	position: absolute;
}
.adaptive-ph input[type="text"][required] + label[placeholder]:before,
  .adaptive-ph input[type="email"][required] + label[placeholder]:before,
  .adaptive-ph input[type="tel"][required] + label[placeholder]:before,
  .adaptive-ph input[type="url"][required] + label[placeholder]:before,
  .adaptive-ph textarea[required] + label[placeholder]:before {
	content: attr(placeholder);
	display: inline-block;
	margin: 0 calc(1em + 2px);
	padding: 3px 2px;
	color: #c4c4c4;
	white-space: nowrap;
	transition: 0.3s ease-in-out;
	background: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
}
.adaptive-ph textarea[required] + label[placeholder] {
	margin-top: -9.5em;
}
.adaptive-ph textarea[required] + label[placeholder]:before {
	background: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 4px calc(1em + 2px);
}
/* end adaptive ph */
/* validation messages & outline */
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-aborted {
  display: inline-block;
  background: #fff;
  border: 1px solid red;
  border-radius: 3px;
  position: absolute;
  width: 420px;
  max-width: 90%;
  left: 0;
  right: 0;
  bottom: 6px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4em 1em;
  z-index: 9;
  line-height: 1.3;
}
@media (min-width: 768px) {
	div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-aborted {
		max-width: 100%;
		right: unset;
		bottom: -3.5em;
	}
}
@media (min-width: 1024px) {
	div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-aborted {
		bottom: -1.7em;
		padding: 0.2em 1em;
		margin: auto;
		margin-left: 0;
		right: 0;
	}
}
.wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid green;
}
input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #D50000;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -20px;
    left: -6px;
    z-index: 100;
    border: 1px solid #D50000;
    background: #fff;
    padding: .2em .8em;
}
@media (min-width: 768px) {
	.use-floating-validation-tip span.wpcf7-not-valid-tip {
		left: -20px;
	}
}
.hidden-type-field {
  display: none;
  visibility: hidden;
  opacity: 0;
}
/*  USE TRANSPARENT ON ADAPTIVE PH BACKGROUND */
.adaptive-ph input[type="text"][required] + label[placeholder]:before, .adaptive-ph input[type="email"][required] + label[placeholder]:before, .adaptive-ph input[type="tel"][required] + label[placeholder]:before, .adaptive-ph input[type="url"][required] + label[placeholder]:before, .adaptive-ph textarea[required] + label[placeholder]:before {
    background: transparent;
  }
.adaptive-ph input[required] + label[placeholder]:before {
    top: 20px;
  }
form p {
    margin-bottom: 1.2em;
  }
input[type="submit"] {
  max-width: 280px;
  float: right;
}
.disclaimer.disclaimer-contact {
  color: #393d44;
}
/*  sign up */
.signup .wpcf7 form {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.signup .wpcf7 form p input {/*      flex-basis: 70%;
      max-width: 70%;*/
	height: 40px;
	font-size: 0.8em;
}
.signup .wpcf7 form input[type=submit] {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	max-width: 45%;
	margin: 0;
	font-size: 0.6em;
	height: 40px;
	border: 2px solid white;
	margin-left: 1em;
	line-height: 1.6;
	padding: 1em 2em;
}
.signup .wpcf7 form input[type=submit]:hover {
	cursor: pointer;
}
.signup .wpcf7 form .ajax-loader {
	position: absolute;
	right: -20px;
}
.signup .wpcf7 form .wpcf7-response-output {
	font-size: 0.8em;
	bottom: -5em;
}
@media (min-width: 1024px) {
	.signup .wpcf7 form .wpcf7-response-output {
		bottom: -3em;
	}
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  right: 1em;
  top: auto;
  bottom: -6em;
  left: auto;
}
@media (min-width: 768px) {
	.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
		right: 1em;
		top: 3em;
		bottom: auto;
	}
}
/*@mixin outlines;*/
.button, button,
input[type="button"], input[type="reset"], input[type="submit"] { 
    font-size: .8em;
    line-height: 22px;
    background: transparent;
    display: inline-block;
    text-align: center;
    
    
    
    color: #fff;
    border: 2px solid #fff;
    padding: 1em 2em;
    /*margin-top: 1em;*/
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.button:hover, .button:focus, .button:active, .button:visited, button:hover, button:focus, button:active, button:visited, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:visited {
	color: #fff;
}
a.woocommerce-Button.button {
    color: #fff;
}
ul, ol {
    margin: 0 0 0 20px;
    padding: 0;
}
ul li, ol li {
	margin: 10px 0;
}
ul {
	margin: 0;
    margin-top: 10px;
    margin-bottom: 40px;
	margin-left: 1em;
    text-align: left;
}
/* Do not edit modules/_sprite directly as it is generated automatically by Gulp.
Instead edit gulp/templates/sprite */
.icon-main {
      background-image: url('img/sprites/main/sprite-main-5abf9ad6.svg');
      display: inline-block;
    }
.no-svg .icon-main {
      background-image: url('img/sprites/main/sprite-main-5abf9ad6.png');
    }
.icon--chevron {
    width: 1794px;
    height: 1794px;
    background-position: 0 0;
  }
/*****************************************************
   global ♠
******************************************************/
.icon-title {
	color: #151515;
	font-family: "PT Sans Narrow", sans-serif;
}
.darkBlueBkg .icon-title {
	color: #fff;
}
.icon--Arrow, .icon--green-arrow, .icon--Arrow-Blue {
	position: relative;
	top: 10px;
	left: 5px;
}
.icon-blob {
	text-align: center;
}
.icon-disclaimer {
	font-size: 12px;
	line-height: 22px;
	color: #eee;
	padding: 0 0 0 5px;
	display: block;
}
.icon-container {
	display: inline-block;
}
/******************************************************
   icon headings titles ♠
******************************************************/
.icon-col .title {
  line-height: 1.3;
}
.icon-col .title--large {
	font-size: 22px;
}
@media (min-width: 768px) {
	.icon-col .title--large {
		font-size: 26px;
	}
}
.icon-col .title--medium {
	font-size: 21px;
}
.icon-col .title--small {
	font-size: 16px;
	line-height: 1.6;
}
/******************************************************
   icon container ♠
******************************************************/
.vertical-icon-block .icon-container {
	display: inline-block;

}
.vertical-icon-block .icon-container::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.vertical-icon-block .icon-container::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.vertical-icon-block .icon-container--large {
	height: 100px;
}
.vertical-icon-block .icon-container--medium {
	height: 80px;
}
.vertical-icon-block .icon-container--small {
	height: 60px;
}
.icon-description {
	margin: 10px auto;
	padding: 0 10px;
	box-sizing: border-box;
	height: auto;
}
.icon--heading {
	margin-bottom: 10px;
}
.alt-image-container {
	height: 70px;
}
.alt-image-container img {
	height: auto;
}
/******************************************************
   icon only blocks ♠
******************************************************/
.icon-only-block {
	text-align: center;
}
/******************************************************
   vertical icon blocks ♠
******************************************************/
.row .vertical-icon-block .col-6 + .col-6 {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.row .vertical-icon-block .col-6 + .col-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1024px) {
	.row .vertical-icon-block .col-6 + .col-6 {
		padding-top: 20px;
		padding-bottom: 60px;
		padding-left: 100px;
		padding-right: 100px;
	}
}
.vertical-icon-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.vertical-icon-block .icon-title {
	padding: 0;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.vertical-icon-block .icon-title {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.vertical-icon-block .icon-col {
	padding: 20px 10px 20px;
}
@media (min-width: 768px) {
	.vertical-icon-block .icon-col {
		padding: 20px 10px 60px;
	}
}
.vertical-icon-block .col-4 .icon-col:nth-child(1) {
	padding-left: 0;
}
.vertical-icon-block .col-4 .icon-col:nth-child(3) {
	padding-right: 0;
}
.vertical-icon-block .col-6.icon-col:nth-child(odd) {
	padding-left: 0;
}
.vertical-icon-block .col-6.icon-col:nth-child(even) {
	padding-right: 0;
}
@media (min-width: 1440px) {
	.vertical-icon-block .col-6 {
		padding: 20px 100px 60px;
	}
	.vertical-icon-block .col-6.icon-col:nth-child(odd) {
		padding-left: 0;
		padding-right: 120px;
	}
	.vertical-icon-block .col-6.icon-col:nth-child(even) {
		padding-right: 120px;
		padding-left: 0px;
	}
}
.vertical-icon-block .subheading {
	text-align: inherit;
	padding-left: 10px;
	padding-top: 20px;
	font-weight: 800;
	font-size: 12px;
}
.vertical-icon-block .icon-description {
	font-weight: 400;
}
.vertical-icon-block .icon-container, .vertical-icon-block .subheading, .vertical-icon-block .icon-title, .vertical-icon-block .icon-description {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
/******************************************************
   horizontal icon blocks ♠
******************************************************/
.horizontal-icon-block { /*end small icon*/
}
.horizontal-icon-block .icon-main {
	position: absolute;
	left: 0;
}
.horizontal-icon-block .icon--Arrow2 {
	top: 20px;
}
@media (min-width: 768px) {
	.horizontal-icon-block .icon--Arrow2 {
		top: -6px;
	}
}
@media (min-width: 1024px) {
	.horizontal-icon-block .icon--Arrow2 {
		top: 0;
	}
}
.horizontal-icon-block .icon-description, .horizontal-icon-block .icon-title {
	padding: 0;
	margin: 0;
	padding-left: 60px;
	padding-right: 0px;
	margin-bottom: 10px;
	display: block;
}
@media (min-width: 768px) {
	.horizontal-icon-block .icon-description, .horizontal-icon-block .icon-title {
		padding-left: 75px;
	}
}
@media (min-width: 1024px) {
	.horizontal-icon-block .icon-description, .horizontal-icon-block .icon-title {
		padding-right: 60px;
	}
}
.horizontal-icon-block .icon-description {
	padding-bottom: 50px;
}
.horizontal-icon-block .flawless-code-icon .icon-main {
	position: static;
}
.horizontal-icon-block .subheadingWithIcon .icon-main {
	position: relative;
	float: right;
	top: -10px;
	left: 10px;
}
.horizontal-icon-block .subheadingWithIcon {
	margin: auto;
}
@media (min-width: 1440px) {
	.horizontal-icon-block--smallicon {
		padding-left: 60px;
	}
}
.horizontal-icon-block--smallicon .icon-title {
	padding-bottom: 0;
	font-size: 18px;
}
@media (min-width: 1024px) {
	.horizontal-icon-block--smallicon .icon-title {
		font-size: 21px;
		line-height: 33px;
	}
}
.horizontal-icon-block--smallicon .icon-description, .horizontal-icon-block--smallicon .icon-title {
	padding-left: 50px;
	padding-right: 10px;
}
@media (min-width: 1024px) {
	.horizontal-icon-block--smallicon .icon-description, .horizontal-icon-block--smallicon .icon-title {
		padding-right: 30px;
	}
}
@media (min-width: 1440px) {
	.horizontal-icon-block--smallicon .icon-description, .horizontal-icon-block--smallicon .icon-title {
		padding-right: 50px;
		padding-right: 75px;/* prepaid page */
	}
}
#col6-icon-image .horizontal-icon-block--smallicon {
	padding-left: 0;
}
/******************************************************
   icon columns ♠
******************************************************/
.icon-col {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.icon-col.col-4 .content-block {
	padding-left: 0;
	padding-right: 0;
}
.icon-col.col-3 {
	vertical-align: top;
	width: 99%;
}
@media (min-width: 768px) {
	.icon-col.col-3 {
		width: 49%;
	}
}
@media (min-width: 1024px) {
	.icon-col.col-3 {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
/******************************************************
   Icons - box style ♠
******************************************************/
.icon-box-title {
	clear: both;
	display: block;
	padding-bottom: 40px;
	font-size: 12px;	
	font-weight: bold;	
	line-height: 22px;	
	text-align: center;
}
.icon-container--blockstyle {
	border: 1px solid #eee;
	border-radius: 2px;
}
@media (min-width: 1024px) {
	.icon-container--blockstyle {
		width: 130px;
		height: 120px;
	}
}
/******************************************************
   Icon Adjustments ♠
******************************************************/
.short_altpay-icon-block {
	float: left;
	margin: 0;
	float: none;
	width: 120px;
}
@media (min-width: 768px) {
	.short_altpay-icon-block {
		float: none;
	}
}
.icon-charities {
	transform: scale(1.15);
	margin: 0 24px;
}
.icon--HouseIcon {
	margin-bottom: 40px;
}
/******************************************************
   small icons container (company about us page) ♠
******************************************************/
.small-icons-container {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	    flex-flow: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

}
.small-icons-container .icon-charities {
	transform: none;
	margin: 10px;
}
.small-icons-container .icon-charities:first-of-type {
	margin-left: 0;
}
.small-icons-container .icon-charities:last-of-type {
	margin-right: 0;
}
#ctabanner {
  background: #f76346;
  padding: 6em 0;
  position: relative;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.15);


}
#ctabanner span, #ctabanner p, #ctabanner a, #ctabanner h1, #ctabanner h2, #ctabanner h3, #ctabanner h4, #ctabanner h5 {
	color: white;
}
@media (min-width: 768px) {
	#ctabanner {
		padding: 5em 0;
	}
}
@media (min-width: 768px) {
	#ctabanner .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}
#ctabanner .col7 {
	margin-bottom: 2em;
}
@media (min-width: 768px) {
	#ctabanner .col7 {
		margin-bottom: 0;
	}
}
#ctabanner form {
	margin-bottom: 0;
	margin-top: 0;
}
#ctabanner form p {
	float: left;
	height: 40px;
}
#ctabanner form p:first-of-type {
	width: 100%;
	margin-bottom: 1em;
}
@media (min-width: 1024px) {
	#ctabanner form p:first-of-type {
		width: 67%;
	}
}
@media (min-width: 1440px) {
	#ctabanner form p:first-of-type {
		width: 80%;
	}
}
#ctabanner form p:last-of-type {
	width: 100%;
	float: right;
}
@media (min-width: 768px) {
	#ctabanner form p:last-of-type {
		width: 33%;
	}
}
@media (min-width: 1024px) {
	#ctabanner form p:last-of-type {
		width: 33%;
		padding-left: 1em;
	}
}
@media (min-width: 1440px) {
	#ctabanner form p:last-of-type {
		width: 20%;
	}
}
/*  end form */
#ctabanner .wpcf7 input[type="email"] {
	height: 40px;
}
#ctabanner input[type="submit"] {
	height: 40px;
	border-color: white;
	color: white;
	margin-top: 2em;
}
#ctabanner p, #ctabanner h3 {
	margin-bottom: 0;
}
#ctabanner .wrapper {
	position: relative;
}
#ctabanner .use-floating-validation-tip span.wpcf7-not-valid-tip {
	color: #393d44;
}
/*  end ctabanner */
/******************************************************
   change x close button position on video lightbox ♠
******************************************************/
.pp_close {
  opacity: 0;
}
@media (min-width: 768px) {
	.pp_close {
		opacity: 1;
		position: absolute!important;
		top: -510px!important;
		left: -22px!important;
		z-index: 9!important;
	}
}
.pp_close:hover {
  opacity: 1!important;
}
.pp_content {
  text-align: center;
}
@media (min-width: 768px) {
	.pp_content {
		height: 480px!important;
	}
}
div.pp_default .pp_content, div.light_rounded .pp_content {
  background: black;
}
.pp_details {
  display: none;
}
@media (min-width: 768px) {
	.pp_details {
		display: block;
	}
}
@media(max-width: 460px) {
  iframe {
    width: 100%;
    max-width: 100%!important;
    min-height: 300px;
    height: auto;
  } 
}
/******************************************************
   terms conditions alt pymt methods pages add break word ♠
******************************************************/
.page-id-16104, .page-id-26414 {
  word-break: break-word;
}
/******************************************************
   not found content none ♠
******************************************************/
.no-results.not-found {
  background-color: #fff;
  width: 100%;
  padding: 40px;
}
form input[type="submit"].search-submit {
  padding: 20px 40px;
  margin: 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
}
/******************************************************
   breakpoints - desktop mobile - mobile class added to html under 768 ♠
******************************************************/
.desktop {
  display: none;
}
@media (min-width: 1024px) {
	.desktop {
		display: block;
	}
}
.mobile {
  display: block;
}
@media (min-width: 1024px) {
	.mobile {
		display: none;
	}
}
/******************************************************
   fix horizontal scrollbar on homepage in ie ♠
******************************************************/
.home {
  overflow-x: hidden;
}
/* for hidden subnavs 1.15 */
html {
  overflow-x: hidden;
}
/******************************************************
   dev tools ♠
*****************************************************/
/** {
  outline: 1px solid red;
}
section {
  outline: 2px solid green;
}

body {
  outline: 3px solid yellow;
}

.wrapper {
  outline: 3px solid cyan;
}

.sub-menu {
  outline: 2px solid yellow;
}

.button {
  outline: 2px solid cyan;
}*/
/*.icon-col {
  outline: 1px solid red;

  .content-block {
    outline: 1px solid yellow;    
  }
}*/
/*.col {
  outline: 3px solid red;
}*/
/*body, #page, section {
  position: relative;
  z-index: -999;
}


/*ul {
  outline: 1px solid green;
}

li {
  outline: 1px solid purple;

  &:before {
    outline: 1px solid red;
  }
}

a {
  outline: 1px solid purple;
}*/
/*.cta * {
  outline: 1px solid cyan;
}*/
/*a {
  background: #fc0!important;
}*/
/*.wrapper {
  background: $white;
}*/
/*.main-navigation, .site-branding {
  display: none;
}*/
/*.col {
  background: pink;
}*/
/*body, #page, section {
  background-color: #fc0!important;
}
*/
/* pages */
.home.woocommerce-active #h1-8 .row {
	margin-top: 7em;
}
.home #lifestyle-8 .col3 {
	position: relative;
	z-index: 3;
}
.home #lifestyle-8 .col3:first-of-type h3 {
	position: relative;
	display: inline-block;
}
.home #lifestyle-8 .col3:first-of-type h3::after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 3px dashed #f76346;
	top: 6px;
	width: 100%;
}
.home #lifestyle-8 .col3:first-of-type h3::after {
	left: 100%;
	margin-left: 15px;
}
.home #lifestyle-8 .col3:last-of-type h3 {
	position: relative;
	display: inline-block;
}
.home #lifestyle-8 .col3:last-of-type h3::before {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 3px dashed #f76346;
	top: 6px;
	width: 100%;
}
.home #lifestyle-8 .col3:last-of-type h3::before {
	right: 100%;
	margin-right: 15px;
}
.home #lifestyle-8 h3 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.home #lifestyle-8 img {
	max-width: 100%;
	width: 435px;
	margin: auto;
}
@media (min-width: 1440px) {
	.home #lifestyle-8 img {
		width: 635px;
	}
}
.home #lifestyle-8 p {
	font-size: 0.8em;
	line-height: 1.2;
}
.home #lifestyle-8 span {
	color: #f76346;
	font-style: italic;
	display: none;
}
@media (min-width: 1440px) {
	.home #lifestyle-8 span {
		display: block;
	}
}
.home #lifestyle-8 a {
	font-weight: bold;
	margin: 1em 0;
	display: inline-block;
}
.home #lifestyle-8 .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
.home #lifestyle-8 .col:first-of-type {
	padding-right: 80px;
}
.home #lifestyle-8 .col:last-of-type {
	padding-left: 80px;
}
.home #lifestyle-8 .col .alignTop {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.home #lifestyle-8 .col .alignBot {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.home #lifestyle-8 .col .alignVCenter {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
/* end home */
/*@mixin outlines;*/
.page-id-588 h1 {
	font-size: 2em;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.page-id-588 h1 {
		font-size: 2.2em;
	}
}
.page-id-588 h2 {
	font-size: 1.8rem;
}
@media (min-width: 768px) {
	.page-id-588 h2 {
		font-size: 2.2rem;
	}
}
.page-id-588 #intro-588 .row {
	margin-top: 2em;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.page-id-588 #intro-588 .row {
		margin-top: 4em;
		margin-bottom: 3em;
	}
}
.page-id-588 #historical-588 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	justify-content: center;
	margin-bottom: 4em;
}
.page-id-588 #historical-588 .col:first-of-type {
	-ms-flex-order: 2;
	    order: 2;
}
@media (min-width: 768px) {
	.page-id-588 #historical-588 .col:first-of-type {
		-ms-flex-order: 1;
		    order: 1;
	}
}
.page-id-588 #historical-588 .col:last-of-type {
	-ms-flex-order: 1;
	    order: 1;
}
@media (min-width: 768px) {
	.page-id-588 #historical-588 .col:last-of-type {
		-ms-flex-order: 2;
		    order: 2;
	}
}
.page-id-588 #historical-588 .col5 p, .page-id-588 #historical-588 .col5 h2 {
	width: 420px;
	max-width: 100%;
	float: right;
}
.page-id-588 #historical-588 .col5 h2 {
	margin-top: 0.5em;
}
@media (min-width: 768px) {
	.page-id-588 #historical-588 .col5 h2 {
		margin-top: 0;
	}
}
.page-id-588 #historical-588 img {
	margin: auto;
	width: 420px;
	max-width: 100%;
}
.page-id-588 #goosebumps-588 span, .page-id-588 #goosebumps-588 p, .page-id-588 #goosebumps-588 a, .page-id-588 #goosebumps-588 h1, .page-id-588 #goosebumps-588 h2, .page-id-588 #goosebumps-588 h3, .page-id-588 #goosebumps-588 h4, .page-id-588 #goosebumps-588 h5 {
	color: #fff;
}
.page-id-588 #goosebumps-588 .skewbkg {
	background: #A92322;/*		transform: skew(20deg);*//*		&:after {
		  background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 70px, transparent 0);
		  background-position: left-bottom;
		  background-repeat: repeat-x;
		  background-size: 70px 60px;
		  content: " ";
		  display: block;
		  position: absolute;
		  bottom: 0px;
		  left: 0px;
		  width: 100%;
		  height: 60px;
		}*/
}
.page-id-588 #goosebumps-588 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	justify-content: center;
	padding: 6em 0 4em;
}
.page-id-588 #goosebumps-588 .col10 {
	margin-top: 4em;
}
.page-id-588 #goosebumps-588 .col6 p, .page-id-588 #goosebumps-588 .col6 h2, .page-id-588 #goosebumps-588 .col6 h3 {
	width: 420px;
	max-width: 100%;
}
@media (min-width: 1024px) {
	.page-id-588 #goosebumps-588 .col6 p, .page-id-588 #goosebumps-588 .col6 h2, .page-id-588 #goosebumps-588 .col6 h3 {
		margin-left: 40px;
	}
}
.page-id-588 #goosebumps-588 h3 {
	font-size: 1.3em;
}
.page-id-588 #goosebumps-588 figcaption {
	display: none;
}
.page-id-588 #goosebumps-list-588 .skewbkg {
	background: #A92322;
	height: 180px;
}
@media (min-width: 768px) {
	.page-id-588 #goosebumps-list-588 .skewbkg {
		height: 220px;
	}
}
.page-id-588 #goosebumps-list-588 span, .page-id-588 #goosebumps-list-588 p, .page-id-588 #goosebumps-list-588 a, .page-id-588 #goosebumps-list-588 h1, .page-id-588 #goosebumps-list-588 h2, .page-id-588 #goosebumps-list-588 h3, .page-id-588 #goosebumps-list-588 h4, .page-id-588 #goosebumps-list-588 h5 {
	color: #101010;
}
.page-id-588 #goosebumps-list-588 h3 {
	font-size: 1.3em;
	color: #fff;
}
.page-id-588 #goosebumps-list-588 p {
	margin: 0;
}
.page-id-588 #goosebumps-list-588 .booklist-container {
	margin-top: 4em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;/*		height: 380px;*/
	overflow: hidden;
	transition: .3s height ease-in;/*		&.active {
			height: 100%;
		}*/
}
.page-id-588 #goosebumps-list-588 .booklist {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	margin: 0 1%;
}
@media (min-width: 768px) {
	.page-id-588 #goosebumps-list-588 .booklist {
		-ms-flex-preferred-size: 23%;
		    flex-basis: 23%;
	}
}
.page-id-588 #goosebumps-list-588 .booklist .title {
	font-weight: bold;
}
/*		ul {
			margin-bottom: 0;
		}*/
.page-id-588 #goosebumps-list-588 .booklist li {
	text-indent: 1em;
	font-size: 0.8em;
	line-height: 1.1;
	margin: 6px 0;
}
@media (min-width: 768px) {
	.page-id-588 #goosebumps-list-588 .booklist li {
		font-size: 0.9em;
		margin: 0;
	}
}
.page-id-588 #goosebumps-list-588 .booklist img {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	position: relative;
	left: -.5em;
}
.page-id-588 #goosebumps-list-588 p.button-container {
	text-align: center;
	padding-top: 3em;
	display: none;
}
.page-id-588 #goosebumps-list-588 p.button-container a {
	transition: 1s ease-all;
}
.page-id-588 #goosebumps-list-588 p.button-container a.active {
	opacity: 0;
}
.page-id-588 #products-588 .row {
	margin-bottom: 4em;
}
@media (min-width: 768px) {
	
}
.page-id-588 #products-588 .col8 {
	font-weight: bold;
	font-size: 2em;
}
.page-id-588 #products-588 h2 {
	
}
.page-id-588 #video-588 .skewbkg {
	background: #fafafa;
}
.page-id-588 #video-588 .row {
	padding-top: 6em;
	padding-bottom: 6em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.page-id-588 #video-588 .col4 p, .page-id-588 #video-588 .col4 h2 {
	width: 300px;
	max-width: 100%;
}
.page-id-588 #instructions-588 .skewbkg {
	background: #fafafa;
}
.page-id-588 #instructions-588 .col12 h2 {
	margin-bottom: 3em;
}
.page-id-588 #instructions-588 .col12 h2:after {
	content: '';
	width: 620px;
	max-width: 100%;
	height: 3px;
	background: #f76346;
	display: block;
	margin: 1em auto 0;
}
@media (min-width: 768px) {
	.page-id-588 #instructions-588 .col12 h2 {
		margin-bottom: 3em;
	}
}
.page-id-588 #instructions-588 .col4 h2 {
	font-size: 1.6em;
	margin-bottom: .7em;
}
.page-id-588 #instructions-588 .col4 {
	margin-bottom: 2em;
}
.page-id-588 #try-us-588 {
	padding-top: 2em;
}
.page-id-588 #try-us-588 span, .page-id-588 #try-us-588 p, .page-id-588 #try-us-588 a, .page-id-588 #try-us-588 h1, .page-id-588 #try-us-588 h2, .page-id-588 #try-us-588 h3, .page-id-588 #try-us-588 h4, .page-id-588 #try-us-588 h5 {
	color: #fff;
}
.page-id-588 #try-us-588 .skewbkg {
	background: #338096;
}
.page-id-588 #try-us-588 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.page-id-588 #try-us-588 h2 {
	font-weight: bold;
	width: 420px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.page-id-588 #try-us-588 h2 {
		font-size: 2.6em;
	}
}
.page-id-588 #try-us-588 li h2 {
	font-size: 1.5em;
	font-weight: 500;
	width: 300px;
	max-width: 100%;
	margin: auto;
}
.page-id-588 #try-us-588 a:after, .page-id-588 #try-us-588 .onsale {
	display: none;
}
.page-id-588 #try-us-588 a.add_to_cart_button,
	.page-id-588 #try-us-588 a.added_to_cart.wc-forward {
	border: 1px solid #fff;
	font-size: 18px;
	padding: 10px 20px;
}
.page-id-588 #try-us-588 bdi {
	font-size: 24px;
	line-height: 3;
}
.page-id-588 #try-us-588 .col6:first-of-type * {
	float: right;
}
/* 	.abds-content-widget ul.product_list_widget li {
		flex-basis: 100%;
		
		&:after {
			right: -1em;
		}
	} */
.page-id-588 #try-us-588 p {
	font-size: 1.2em;
	font-weight: 300;
	width: 420px;
	max-width: 100%;
}
.page-id-588 #try-us-588 ins span {
	color: black;
	padding: 2px;
}
.page-id-588 #ideas-588 .skewbkg {
	background: #f59f49;
}
.page-id-588 #ideas-588 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.page-id-588 #ideas-588 .col:first-of-type * {
	float: right;
}
.page-id-588 #ideas-588 .col:first-of-type h2 {
	font-weight: bold;
	width: 420px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.page-id-588 #ideas-588 .col:first-of-type h2 {
		font-size: 2.6em;
	}
}
.page-id-588 #ideas-588 .col:first-of-type p {
	font-size: 1.2em;
	font-weight: 300;
	width: 420px;
	max-width: 100%;
}
.page-id-588 #ideas-588 .col:first-of-type em {
	display: inline;
	position: static;
	float: none;
}
.page-id-588 #ideas-588 .col {
	float: right;
}
.page-id-588 #ideas-588 .col .main-form {
	float: none;
	margin: auto;
	margin-top: 28px;
}
.page-id-588 #ideas-588 .col .main-form input[type="submit"] {
	padding: 1em;
	margin-bottom: 0;
}
.page-id-588 #ideas-588 .col .main-form input {
	margin-bottom: 1em;
}
.page-id-588 #bsc-588 {/* 	.col {
		background: $white;
	} */
}
.page-id-588 #bsc-588 .skewbkg {
	background: rgba(254,244,0, .3);
	background: #fff;
}
/* end page id */
.page-id-1345 { /* entry-content */


}
.page-id-1345 .subheading {
	padding-top: 10px;
}
.page-id-1345 .entry-content section .row .col:first-of-type {
	padding-top: calc(40px/4);
	padding-bottom: 0;
}
.page-id-1345 .entry-content section .row .col:last-of-type {
	padding-top: 0;
	padding-bottom: calc(40px/4);
}
.page-id-1345 .entry-content section:first-of-type .row .col {
	padding-top: 40px;
}
.page-id-1345 .entry-content section:first-of-type .row .col:first-of-type {
	padding-bottom: 0;
	padding-top: calc(40px/2)
}
.page-id-1345 .entry-content section:first-of-type .row .col:last-of-type {
	padding-top: 0;
}
.page-id-1345 .entry-content section:last-of-type .row .col {
	padding-bottom: 40px;
}
.page-id-1345 .entry-content section:last-of-type .row .col:first-of-type {
	padding-bottom: 0;
}
.page-id-1345 .entry-content section:last-of-type .row .col:last-of-type {
	padding-top: 0;
	padding-bottom: calc(40px/2);
}
@media (min-width: 768px) {
	.page-id-1345 .entry-content section .row .col {
		padding-top: calc(40px/4);
		padding-bottom: calc(40px/4);
	}
	.page-id-1345 .entry-content section .row .col:first-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-id-1345 .entry-content section .row .col:last-of-type {
		padding-top: 0;
		padding-bottom: calc(40px/4);
	}
	.page-id-1345 .entry-content section:first-of-type .row .col {
		padding-top: 40px;
	}
	.page-id-1345 .entry-content section:first-of-type .row .col:first-of-type {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-id-1345 .entry-content section:first-of-type .row .col:last-of-type {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-id-1345 .entry-content section:last-of-type .row .col {
		padding-bottom: 40px;
	}
	.page-id-1345 .entry-content section:last-of-type .row .col:first-of-type {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-id-1345 .entry-content section:last-of-type .row .col:last-of-type {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
/* end Page ID */
/*.parent-pageid-1344 {
	.subheading {
		margin-top: 20px;
	}
}*/
.ngg-pro-masonry {
	margin-top: 40px!important;
}
/* restaurants commercial */
.page-id-390 .hero, .page-id-390 .hero-container, .page-id-267 .hero, .page-id-267 .hero-container, .page-id-286 .hero, .page-id-286 .hero-container, .page-id-1350 .hero, .page-id-1350 .hero-container, .page-id-1351 .hero, .page-id-1351 .hero-container, .page-id-1348 .hero, .page-id-1348 .hero-container, .page-id-1349 .hero, .page-id-1349 .hero-container {
	min-height: 480px;
}
#section-1346 h1 {
	letter-spacing: 1px;
}
#section-1346 h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
#section-1346 .row .col.transBkg:last-of-type {
	padding-top: calc(40px/4);
}
@media (min-width: 768px) {
	#section-1346 .row .col.transBkg:last-of-type {
		padding-top: 40px;
	}
}
.error-404 h1 {
	padding-top: 40px;
}
.page-id-968 .right-sidebar .content-area {
	margin-right: 0;
}
.page-id-968 h2 {
	font-size: 72px;
	font-size: 46px;
	margin-bottom: .3em;
}
@media (min-width: 768px) {
	.page-id-968 h2 {
		font-size: 60px;
	}
}
.page-id-968 a.add_to_cart_button,
    .page-id-968 .button--nineties {
	background: #fff;
}
.page-id-968 a.add_to_cart_button:before, .page-id-968 .button--nineties:before {
	content: '';
	background: #7ad0ef;
	width: 160px;
	height: 60px;
	display: block;
	position: absolute;
	top: auto;
	bottom: -15px;
	left: 20%;
	border-radius: 0;
	z-index: -1;
}
@media (min-width: 768px) {
	.page-id-968 a.add_to_cart_button:before, .page-id-968 .button--nineties:before {
		bottom: -15px;
		left: 4px;
	}
}
@media (min-width: 1024px) {
	.page-id-968 a.add_to_cart_button:before, .page-id-968 .button--nineties:before {
		bottom: -15px;
		left: 60px;
	}
}
.page-id-968 a.add_to_cart_button.added:before, .page-id-968 .button--nineties.added:before {
	left: 0px;
	bottom: -10px;
}
.page-id-968 li.product a.woocommerce-LoopProduct-link:after {
	display: none;
}
.page-id-968 .products li:nth-child(1) a.add_to_cart_button:before {
	bottom: -10px;
	left: 20%;
}
@media (min-width: 768px) {
	.page-id-968 .products li:nth-child(1) a.add_to_cart_button:before {
		bottom: -10px;
		top: auto;
		left: -10px;
	}
}
@media (min-width: 1024px) {
	.page-id-968 .products li:nth-child(1) a.add_to_cart_button:before {
		bottom: -10px;
		left: 40px;
	}
}
.page-id-968 .products li:nth-child(1) a.add_to_cart_button.added:before {
	bottom: -10px;
	left: -10px;
}
.page-id-968 .price del {
	background-image: url('img/free.png');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 260px;
	display: inline-block;
	opacity: 1;
	text-decoration: none;
}
.page-id-968 .price del + ins {
	display: none;
}
.page-id-968 bdi {
	font-size: 2em;
}
.page-id-968 #intro-968 .skewbkg {/* background: url('img/memphis-large-background.jpg'); */
	background-size: cover;
	width: 120vw;
	height: 1723px;
	top: -4em;
	left: -20vw;
	overflow-y: visible;
	opacity: 0.2;
}
@media (min-width: 768px) {
	.page-id-968 #intro-968 .row {
		margin-top: 4em;
	}
}
.page-id-968 #intro-968 .products li:nth-child(1) a.add_to_cart_button:after {
	bottom: -24px;
	left: 40px;
}
.page-id-968 #intro-968 .products li:nth-child(2) a.add_to_cart_button:after {
	bottom: -20px;
	left: 60px;
}
.page-id-968 #make-968 .skewbkg {
	background: rgba(122,208,239, 0.5);
}
.page-id-968 #make-968 .col12 {
	margin-top: 2em;
}
@media (min-width: 768px) {
	.page-id-968 #make-968 .col12 {
		display: -ms-flexbox;
		display: flex;
	}
}
.page-id-968 #make-968 .col12 p {
	display: block;
	margin-right: 10px;
}
.page-id-968 #lisa-frank-968 .row {
	margin-top: 4em;
}
.page-id-968 #lisa-frank-968 .col:first-of-type {
	-ms-flex-order: 2;
	    order: 2;
}
@media (min-width: 768px) {
	.page-id-968 #lisa-frank-968 .col:first-of-type {
		-ms-flex-order: 1;
		    order: 1;
	}
}
.page-id-968 #lisa-frank-968 .col:last-of-type {
	-ms-flex-order: 1;
	    order: 1;
}
@media (min-width: 768px) {
	.page-id-968 #lisa-frank-968 .col:last-of-type {
		-ms-flex-order: 2;
		    order: 2;
	}
}
.page-id-968 #lisa-frank-968 .lisafrank-button {
	margin-top: 4em;
	display: block;
}
.page-id-968 #lisa-frank-968 .price del {
	filter: hue-rotate(200deg) saturate(200);
	background-position: 13% 50%;
}
.page-id-968 #lisa-frank-gallery-968 {
	margin-top: -100px;
}
.page-id-968 #lisa-frank-gallery-968 .col {
	display: -ms-flexbox;
	display: flex;
}
.page-id-968 #lisa-frank-gallery-968 p {
	float: left;
	margin-left: 20px;
}
.page-id-968 #room-968 .row {
	padding: 0;
}
@media (min-width: 768px) {
	.page-id-968 #room-968 .row {
		padding: 3em 0;
	}
}
.page-id-968 #room-968 .col {
	background: url('img/funky-gold-cloud.png') no-repeat;
	background-size: 100%;
	background-position: center top;
	height: 660px;
	overflow: visible;
}
@media (min-width: 768px) {
	.page-id-968 #room-968 .col {
		background-size: 90%;
	}
}
@media (min-width: 768px) {
	.page-id-968 #room-968 h2 {
		margin-top: 2em;
	}
}
.page-id-968 #room-968 p {
	width: 620px;
	max-width: 100%;
	margin: 0 auto 1em;
}
@media (min-width: 768px) {
	.page-id-968 #gallery-968 {
		margin-top: -220px;
	}
}
.page-id-968 #gallery-968 .skewbkg {
	background: #df698e;
	transform: skewY(20deg);
	top: -20%;
	height: 800px;
}
.page-id-968 #gallery-968 .col {
	padding: 0;
}
.page-id-968 #shop-968 .skewbkg {
	background: #df698e;
}
.page-id-968 #shop-968 .col {
	padding-left: 0;
}
.page-id-968 #shop-968 .col > h2 {
	margin-bottom: 1.5em;
	padding-top: 0.2em;
}
/*         background-size: 283%;
        background-position: 70% center;
        height: 160px; */
@media (min-width: 768px) {
	.page-id-968 #shop-968 .col > h2 {
		display: block;
		background: url('img/gold-burst-white-lines.png') no-repeat;
		padding-top: 1.9em;
		background-size: 110%;
		height: 300px;
		background-position: 100% center;
	}
}
@media (min-width: 1024px) {
	.page-id-968 #shop-968 .products.columns-4 {
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 1440px) {
	.page-id-968 #shop-968 .products li a.add_to_cart_button {
		margin-top: 3em;
	}
}
.page-id-968 #shop-968 .products li:nth-child(1) a.add_to_cart_button:after {
	bottom: -20px;
	left: 50px;
}
.page-id-968 #shop-968 .products li:nth-child(2) a.add_to_cart_button:after {
	bottom: -12px;
	left: 40px;
}
.page-id-968 #shop-968 .products li:nth-child(3) a.add_to_cart_button:after {
	bottom: -20px;
	left: 40px;
}
.page-id-968 #shop-968 .products li:nth-child(4) a.add_to_cart_button:after {
	bottom: -10px;
	left: 40px;
}
.page-id-968 #shop-968 .price del {
	width: 165px;
}
@media (min-width: 1024px) {
	.page-id-968 #shop-968 .price del {
		width: 220px;
	}
}
.page-id-968 #shop-968 bdi {
	color: #fff;
}
.page-id-968 #shop-968 .woocommerce-loop-product__link h2 {
	color: #fff;
}
.page-id-968 #printables-968 .row {
	margin-top: 4em;
}
.page-id-968 #cta-968 .skewbkg {
	background: rgba(254,244,0, 0.4);
}
.page-id-968 #cta-968 .row {
	padding-top: 4em;
}
.page-id-968 #cta-968 .col8 {
	text-align: center;
}
@media (min-width: 768px) {
	.page-id-968 #cta-968 .col8 {
		text-align: left;
	}
}
.page-id-968 #cta-968 .col4 {
	text-align: center;
}
@media (min-width: 768px) {
	.page-id-968 #cta-968 .col4 {
		text-align: right;
	}
}
.page-id-968 #cta-968 .button--nineties{
	font-size: 1.3em;
	padding: 20px;
}
.page-id-968 #cta-968 .button--nineties:hover, .page-id-968 #cta-968 .button--nineties:focus, .page-id-968 #cta-968 .button--nineties:active, .page-id-968 #cta-968 .button--nineties:visited {
	background: black;
	color: #fff;
}
.page-id-968 #cta-968 .button--nineties:before {
	left: auto;
	right: 20px;
	bottom: 0;
	width: 220px;
	height: 90px;
}
@media (min-width: 768px) {
	.page-id-968 #cta-968 .button--nineties:before {
		bottom: 30%;
		right: -20px;
	}
}
@media (min-width: 1024px) {
	.page-id-968 #cta-968 .button--nineties:before {
		bottom: 45%;
	}
}
/* end page id */
.page-id-1045 #intro-1045 span, .page-id-1045 #intro-1045 p, .page-id-1045 #intro-1045 a, .page-id-1045 #intro-1045 h1, .page-id-1045 #intro-1045 h2, .page-id-1045 #intro-1045 h3, .page-id-1045 #intro-1045 h4, .page-id-1045 #intro-1045 h5 {
	color: #fff;
}
.page-id-1045 #intro-1045 .skewbkg {
	background: #A92322;
}
.page-id-1045 #intro-1045 .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	justify-content: center;
	padding: 6em 0 4em;
}
.page-id-1045 #intro-1045 .col10 {
	margin-top: 4em;
}
.page-id-1045 #intro-1045 .col6 p, .page-id-1045 #intro-1045 .col6 h2, .page-id-1045 #intro-1045 .col6 h3 {
	width: 420px;
	max-width: 100%;
}
@media (min-width: 1024px) {
	.page-id-1045 #intro-1045 .col6 p, .page-id-1045 #intro-1045 .col6 h2, .page-id-1045 #intro-1045 .col6 h3 {
		margin-left: 40px;
	}
}
.page-id-1045 #intro-1045 h3 {
	font-size: 1.3em;
}
.page-id-1045 #intro-1045 figcaption {
	display: none;
}
.page-id-1045 #goosebumps-list-1045 .skewbkg {
	background: #A92322;
	height: 180px;
}
@media (min-width: 768px) {
	.page-id-1045 #goosebumps-list-1045 .skewbkg {
		height: 220px;
	}
}
.page-id-1045 #goosebumps-list-1045 span, .page-id-1045 #goosebumps-list-1045 p, .page-id-1045 #goosebumps-list-1045 a, .page-id-1045 #goosebumps-list-1045 h1, .page-id-1045 #goosebumps-list-1045 h2, .page-id-1045 #goosebumps-list-1045 h3, .page-id-1045 #goosebumps-list-1045 h4, .page-id-1045 #goosebumps-list-1045 h5 {
	color: #101010;
}
.page-id-1045 #goosebumps-list-1045 h3 {
	font-size: 1.3em;
	color: #fff;
}
.page-id-1045 #goosebumps-list-1045 p {
	margin: 0;
}
.page-id-1045 #goosebumps-list-1045 .booklist-container {
	margin-top: 4em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
	transition: .3s height ease-in;
}
.page-id-1045 #goosebumps-list-1045 .booklist {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	margin: 0 1%;
}
@media (min-width: 768px) {
	.page-id-1045 #goosebumps-list-1045 .booklist {
		-ms-flex-preferred-size: 23%;
		    flex-basis: 23%;
	}
}
.page-id-1045 #goosebumps-list-1045 .booklist .title {
	font-weight: bold;
}
.page-id-1045 #goosebumps-list-1045 .booklist li {
	text-indent: 1em;
	font-size: 0.8em;
	line-height: 1.1;
	margin: 6px 0;
}
@media (min-width: 768px) {
	.page-id-1045 #goosebumps-list-1045 .booklist li {
		font-size: 0.9em;
		margin: 0;
	}
}
.page-id-1045 #goosebumps-list-1045 .booklist img {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	position: relative;
	left: -.5em;
}
.page-id-1045 #goosebumps-list-1045 p.button-container {
	text-align: center;
	padding-top: 3em;
	display: none;
}
.page-id-1045 #goosebumps-list-1045 p.button-container a {
	transition: 1s ease-all;
}
.page-id-1045 #goosebumps-list-1045 p.button-container a.active {
	opacity: 0;
}
/* woocommerce */
/*.woocommerce {
  display: flex;
  justify-content: center;
}*/
h2 + h3 {
	border-top: 0;
	padding-top: 0;
}
.right-sidebar .content-area,
.content-area {
	width: 100%;
}
/*  wrapper adjustments */
body.post-type-archive-product .wrapper, body.archive .wrapper, body.single-product .wrapper, body.tax-product_cat .wrapper, body.woocommmerce .wrapper {
	padding-left: 2em;
	padding-right: 2em;
}
/*  remove padding from colTransBkg:last-of-type */
body.woocommerce-checkout .row .col.transBkg:last-of-type, body.woocommerce-cart .row .col.transBkg:last-of-type {
	padding-top: 0;
	padding-bottom: 0;
}
body.woocommerce-account .row .col.transBkg:last-of-type {
	padding-top: 40px;
}
/*#page>.wrapper {
	@mixin atSmall {
		padding-left: $colPaddingLeft;
		padding-right: $colPaddingRight;
	}
}*/
body.woocommerce-active #primary.content-area {
	margin-bottom: 0;
}
body.woocommerce-active .col-full {
	width: 100%!important;
	max-width: 100%!important;
	padding: 0;
	margin: auto;
	float: none;
}
body.woocommerce-active .site-main {
	margin-bottom: auto;
	min-height: 300px;
}
/*  change link colors */
body.woocommerce-active .hentry .entry-content a:not(.button),
body.woocommerce-active .widget-area a:not(.button) {
	text-decoration: none;
}
/*  removed styles to fix nav */
body.woocommerce-active ul li {/*	text-indent: 0;
	padding-left: 0;*//*	&:before, &:after {
		position: static;
		padding: 0;
		margin: 0;
		display: inline;
		background-image: unset;
	}*/
}
body.woocommerce-active .pagination .page-numbers li .page-numbers.current, body.woocommerce-active .woocommerce-pagination .page-numbers li .page-numbers.current {
	background: #eee;
}
/* end body.woocommerce-active */
/*  footer */
footer.site-footer {
	padding-bottom: 100px;
}
@media (min-width: 768px) {
	footer.site-footer {
		padding-bottom: 30px;
	}
}
footer.site-footer .wrapper {
	padding-left: 2em;
	padding-right: 2em;
}
footer.site-footer .copyright {
	padding-top: 30px;
}
footer.site-footer a:not(.button) {
	text-decoration: none;
}
footer.site-footer .widget .widget-title, footer.site-footer .widget .widgettitle {
	border-bottom: 0;
	font-weight: 600;
	padding-bottom: 10px;
}
/*  remove icons from menus */
footer.site-footer .widget_nav_menu ul li::before {
	display: none;
}
footer.site-footer ul {
	text-align: center;
}
@media (min-width: 768px) {
	footer.site-footer ul {
		text-align: left;
	}
}
/*  breadcrumb */
.storefront-breadcrumb {
	margin-bottom: 0;
	background: #444444;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.storefront-breadcrumb a {
	color: #fff;
	text-decoration: none;
}
/*  notification bar at top of page */
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background: #85838F;
	margin-bottom: 30px;
}
/*  alert message */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments,
.woocommerce-NoticeGroup {
	margin: auto;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 340px) {
	.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments,
.woocommerce-NoticeGroup {/*max-width: calc($wrapperTiny - $colPaddingLeft - $colPaddingRight);*/
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments,
.woocommerce-NoticeGroup {
		max-width: calc(768px - 2em - 2em);
	}
}
@media (min-width: 1024px) {
	.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments,
.woocommerce-NoticeGroup {
		max-width: calc(1024px - 2em - 2em);
	}
}
@media (min-width: 1440px) {
	.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments,
.woocommerce-NoticeGroup {
		max-width: calc(1280px - 2em - 2em);
	}
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li, .woocommerce-noreviews li, p.no-comments li, .woocommerce-NoticeGroup li {
	margin: 0;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a, .woocommerce-NoticeGroup a {
	color: #ffcc00;
}
.woocommerce-error a:hover, .woocommerce-error a:focus, .woocommerce-error a:active, .woocommerce-error a:visited, .woocommerce-info a:hover, .woocommerce-info a:focus, .woocommerce-info a:active, .woocommerce-info a:visited, .woocommerce-message a:hover, .woocommerce-message a:focus, .woocommerce-message a:active, .woocommerce-message a:visited, .woocommerce-noreviews a:hover, .woocommerce-noreviews a:focus, .woocommerce-noreviews a:active, .woocommerce-noreviews a:visited, p.no-comments a:hover, p.no-comments a:focus, p.no-comments a:active, p.no-comments a:visited, .woocommerce-NoticeGroup a:hover, .woocommerce-NoticeGroup a:focus, .woocommerce-NoticeGroup a:active, .woocommerce-NoticeGroup a:visited {
	color: #ffcc00;
}
body.woocommerce-cart .woocommerce-error {
	margin-bottom: 20px;
}
body.woocommerce-active span img, body.woocommerce-active p img, body.woocommerce-active a img, body.woocommerce-active h1 img, body.woocommerce-active h2 img, body.woocommerce-active h3 img, body.woocommerce-active h4 img, body.woocommerce-active h5 img {
	margin-top: 0;
	margin-bottom: 0;
}
body.woocommerce-active .content-block p {
	margin: 0;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 0;
    margin-left: 0;
    border-radius: 2px;
    /*color: #fff;*/
    color: #338096;
    clear: both;
    font-weight: 600;
    margin-top: 0;
    border: 0;
}
@media (min-width: 768px) {
	.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
		padding: 0 1.618em;
	}
}
/* checkmark */
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
	color: #D50000;
	left: -30px;
}
@media (min-width: 768px) {
	.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
		top: 0;
		left: 0;
	}
}
/*  remove arrows from buttons */
.wc-forward::after, .woocommerce-Button--next::after {
	display: none;
}
.onsale {
	position: absolute;
	border: 0;
	color: white;
	background-color: #D50000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	font-size: 12px;
	top: 10px;
	left: 10px;
	letter-spacing: .05em;
}
@media (min-width: 768px) {
	.onsale {
		width: 30px;
		height: 30px;
		top: 0;
		left: 0;
		padding-top: 9px;
		font-size: 9px;
	}
}
@media (min-width: 1024px) {
	
}
@media (min-width: 1440px) {
	.onsale {
		width: 40px;
		height: 40px;
		padding-top: 10px;
		font-size: 12px;
		top: 10px;
		left: 10px;
	}
}
.onsale + .price ins {
	color: #D50000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments, .woocommerce-NoticeGroup {
	background: transparent;
}
li.product {
	position: relative;
}
li.product a:after {
	content: 'PDF';
	background: #ffcc00;
	position: absolute;
	z-index: 3;
	right: -14px;
	top: 10px;
	bottom: auto;
	padding: 8px 12px;
	border-radius: 50%;
	font-size: 11px;
	font-weight: bold;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
@media (min-width: 1440px) {
	li.product a:after {
		right: 0;
	}
}
/*	li:after {
			content: 'PDF download';
			background: $mainYellow;
			position: absolute;
			z-index: 3;
			right: 0;
			bottom: 13.6em;
			padding: 2px 10px;
			border-radius: 20px;
			font-size: 11px;
			font-weight: bold;
			@mixin boxshadow;
			
			@mixin atSmall {
				bottom: 12.3em;
			}
			
			@mixin atMedium {
				font-size: 14px;
				bottom: 9.8em;
				bottom: 5.5em;
				right: 5em;
				padding: 3px 12px;
			}
	}*/
ul.products h2 {/*min-height: 40px;*/
	margin-top: 1em;
}
ul.product_list_widget li.product {
	position: relative;
}
ul.product_list_widget li.product:after {
	content: 'PDF download';
	color: #ffcc00;
	position: absolute;
	z-index: 3;
	right: -1em;
	bottom: 11em;
	padding: 2px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
}
@media (min-width: 768px) {
	ul.product_list_widget li.product:after {
		bottom: 11.1em;
	}
}
@media (min-width: 1024px) {
	ul.product_list_widget li.product:after {
		font-size: 14px;
		bottom: 8.6em;
		right: -.6em;
		padding: 2px 12px;
	}
}
@media (min-width: 1440px) {
	ul.product_list_widget li.product:after {
		right: 3.3em;
	}
}
ul.product_list_widget .product-title {
	/* min-height: 66px; */
	margin-top: 1em;
	margin-left: 1em;
}
.woocommerce-Price-amount.amount {
	margin-left: 1em;
}
li.product a.add_to_cart_button + a {
	margin-left: .5em;
}
li.product a.add_to_cart_button:after {
	border-radius: 0;
	background: transparent;
	padding: 0;
}
/* fix thumbnails on items page */
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    	width: 17%;
    	float: left;
    	margin-right: 3.111111%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: none;
}
/*a[rel="prev"],
a[rel="next"] {
	display: none;
}*/
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product>a, .hentry .entry-content ul.products li.product>a {
	line-height: 2;
}
form {
	border-radius: 6px;

}
form[role="search"], form.woocommerce-ordering {
	background: transparent;
}
.woocommerce form label,
@mixin inputs {
	font-size: 15px;
}
span.select2-selection--single {
	border: 1px solid rgba(0,0,0,0);
}
form.checkout::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
form.checkout::before {
	content: "";
	display: table;
	table-layout: fixed;
}
#site-header-cart {
	padding-top: 5px;
	font-size: 14px;
	list-style: none;
	display: none;

}
@media (min-width: 768px) {
	#site-header-cart {
		display: block;
		/* padding-top: 30px; */
		padding-bottom: 10px;
	}
}
#site-header-cart:hover {
	cursor: pointer;
}
#site-header-cart .cart-contents {
	padding: 0;
	margin: 0;
}
#site-header-cart img {
	float: left;/*		margin-left: 0;
		margin-right: 10px;
		margin-top: -5px;*/
	padding-left: 30px;
	padding-right: 20px;
	width: 60px;
}
#site-header-cart .quantity {
	font-style: italic;
	font-size: 12px;
	text-align: right;
	width: 90%;
	display: block;
	margin-top: -20px;
}
#site-header-cart span.count {
	display: none;
}
#site-header-cart ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 100%;
	clear: both;
}
#site-header-cart ul li:before, #site-header-cart ul li:after {
	position: static;
	padding: 0;
	margin: 0;
	display: inline;
	background-image: unset;
}
#site-header-cart ul li.woocommerce-mini-cart-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* move subtotal all the way to right */
#site-header-cart p.woocommerce-mini-cart__total.total {
	padding-right: 0;
	display: block;
	text-align: right;
}
/*  float btn container */
#site-header-cart p.woocommerce-mini-cart__buttons.buttons {
	text-align: right;
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 20px;
}
/*  widget-shopping-cart styles */
#site-header-cart .widget_shopping_cart {
	width: unset;
	background: white;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
@media (min-width: 768px) {
	#site-header-cart .widget_shopping_cart {
		width: 360px!important;
	}
}
#site-header-cart .widget_shopping_cart .product_list_widget li a.remove {/*			margin-right: 20px;
			padding-right: 0;
			
			&:before {
				text-align: center;
			}*/
}
#site-header-cart .widget_shopping_cart .buttons a {
	display: inline-block;
	float: none;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 400;
	width: 80px;
	width: 110px;
	text-transform: uppercase;
	clear: none;
}
#site-header-cart .widget_shopping_cart .buttons a:first-of-type {
	margin-right: 5%;
}
/* end .widget-shopping-cart */
#site-header-cart.site-header-cart.focus .widget_shopping_cart, 
	#site-header-cart.site-header-cart:hover .widget_shopping_cart {
	right: 0;
	left: auto;
	/* padding-top: 20px; */
}
/* end #site-header-cart */
ul#menu-account {
	/* padding-top: 26px; */
	list-style: none;
	margin: 0;
}
ul.woocommerce-mini-cart li {
	border-bottom: 1px solid #eee;
}
/* header */
.main-navigation {
	z-index: 11;
}
@media (min-width: 768px) {
	.main-navigation {
		z-index: 8;
	}
}
/*#masthead */
.main-navigation ul {
	padding: 30px 60px;
}
@media (min-width: 768px) {
	.main-navigation ul {
		padding: 0;
	}
}
.main-navigation ul li {
	clear: both;
}
@media (min-width: 768px) {
	.main-navigation ul li {
		clear: none;
	}
}
button.menu-toggle {
	padding: 0;
}
button.menu-toggle span::before, 
button.menu-toggle::after, 
button.menu-toggle::before {
	top: -10px;
	left: auto;
	width: 26px;
	height: 3px;
}
/* remove margins and padding from search in header */
.custom-logo-link, .site-branding, .site-header-cart, .site-logo-anchor, .site-logo-link, .site-search {
	margin-bottom: 0;
}
/* form[role="search"] {
	padding: 0;
	padding-top: 10px;
} */
.site-search .widget_product_search input[type=search], 
.site-search .widget_product_search input[type=text] {
	padding-top: 10px;	
	padding-bottom: 10px;
	padding-right: 10px;
}
/*  nav */
.storefront-handheld-footer-bar * {
	background: white;
}
.storefront-handheld-footer-bar ul.columns-3 li {
	margin-top: 0;
	margin-bottom: 0;
}
.menu {
	width: 100%;
}
#order_review, #order_review_heading {
	width: 100%;
}
#masthead.site-header {
	padding: 0;
	margin: 0;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
	margin-bottom: auto;
}
/*  account nav */
#masthead .account-navigation {
	float: left;
	display: none;
}
@media (min-width: 768px) {
	#masthead .account-navigation {
		display: block;
		margin-top: -2px;
		/* margin-left: -20px; */
	}
}
#masthead .account-navigation ul#menu-account li {
	float: left;
	padding-right: 20px;
}
@media (min-width: 1440px) {
	#masthead .account-navigation ul#menu-account li {
		padding-right: 26px;
	}
}
#masthead .account-navigation ul#menu-account li:last-child {
	display: none;
}
@media (min-width: 1024px) {
	#masthead .account-navigation ul#menu-account li:last-child {
		display: block;
	}
}
#masthead .account-navigation ul#menu-account li a {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	font-size: 14px;
}
/*  slide menu styles */
/*#masthead .main-navigation .slide-menu {
	button {	
		border: 0;
	}

	ul.sub-menu {
		padding: 0;
	}

	ul {
	    padding-left: 0;
	    list-style: none;
	    position: relative;
	    width: 320px;
	    max-width: 100%;
	    margin: 0;
	}
}*/
/******************************************************
   Slide Menu ♠
******************************************************/
.slide-menu ul {
	left: 0;
	padding: 0;
}
.slide-menu ul li {
	text-indent: 0;
}
.slide-menu ul li a {
	color: #393d44;
	left: 0;
	padding: 10px 20px 10px 30px;
	font-size: 21px;
}
.slide-menu ul li a:hover, .slide-menu ul li a:focus, .slide-menu ul li a:active, .slide-menu ul li a:visited {
	color: #393d44;
}
.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}
.main-navigation ul li.clicked:hover > ul, .main-navigation ul li.clicked.focus > ul, .main-navigation ul li.clicked > ul {
	
}
.main-navigation ul li.clicked ul, .main-navigation ul li.clicked:hover ul, .main-navigation ul li.clicked:hover ul ul, .main-navigation ul li.clicked.focus ul ul, .main-navigation ul li.clicked ul ul {
	
}
/* search bar in header */
/*header .widget_product_search {
	input {
		font-size: 14px;
	}
}
.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
	padding: 20px 30px 20px 60px;
}*/
input {
	z-index: 3;
}
/*  btn */
.added_to_cart, 
.button, 
button, 
input[type=button], 
input[type=reset], 
input[type=submit],
.added_to_cart.alt, 
.added_to_cart.cta, 
.button.alt, 
.button.cta, 
button.alt, 
button.cta, 
input[type=button].alt, 
input[type=button].cta, 
input[type=reset].alt, 
input[type=reset].cta, 
input[type=submit].alt, 
input[type=submit].cta {
	font-weight: 400;
	background: transparent;
	color: #444444;
	border: 1px solid #444444;
	padding: 4px 12px;
	font-size: 14px;
}
.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active, .added_to_cart:visited, .button:hover, .button:focus, .button:active, .button:visited, button:hover, button:focus, button:active, button:visited, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, input[type=button]:visited, input[type=reset]:hover, input[type=reset]:focus, input[type=reset]:active, input[type=reset]:visited, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit]:visited, .added_to_cart.alt:hover, .added_to_cart.alt:focus, .added_to_cart.alt:active, .added_to_cart.alt:visited, .added_to_cart.cta:hover, .added_to_cart.cta:focus, .added_to_cart.cta:active, .added_to_cart.cta:visited, .button.alt:hover, .button.alt:focus, .button.alt:active, .button.alt:visited, .button.cta:hover, .button.cta:focus, .button.cta:active, .button.cta:visited, button.alt:hover, button.alt:focus, button.alt:active, button.alt:visited, button.cta:hover, button.cta:focus, button.cta:active, button.cta:visited, input[type=button].alt:hover, input[type=button].alt:focus, input[type=button].alt:active, input[type=button].alt:visited, input[type=button].cta:hover, input[type=button].cta:focus, input[type=button].cta:active, input[type=button].cta:visited, input[type=reset].alt:hover, input[type=reset].alt:focus, input[type=reset].alt:active, input[type=reset].alt:visited, input[type=reset].cta:hover, input[type=reset].cta:focus, input[type=reset].cta:active, input[type=reset].cta:visited, input[type=submit].alt:hover, input[type=submit].alt:focus, input[type=submit].alt:active, input[type=submit].alt:visited, input[type=submit].cta:hover, input[type=submit].cta:focus, input[type=submit].cta:active, input[type=submit].cta:visited {
	color: #444444;
	background: transparent;
}
/* update cart & apply coupon buttons */
button[name="apply_coupon"],
button[name="update_cart"],
a.checkout-button,
a.added_to_cart {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
table.cart td.actions input[name="coupon_code"] {
	width: 138px;
	float: right;
	padding: 0 6px;
}
@media (min-width: 768px) {
	table.cart td.actions input[name="coupon_code"] {
		width: auto;
		float: none;
	}
}
.cart-collaterals .checkout-button {
	float: right;
	margin-right: 20px;	
}
.wc-proceed-to-checkout .button.checkout-button {
	font-size: 16px;
}
.wc-proceed-to-checkout .button {
	display: inline-block;
}
.wc-proceed-to-checkout {
/*	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;*/
}
ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
	margin-bottom: 0;
}
.abds-content-widget ul.product_list_widget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: space-between;
	    justify-content: space-between;
		align-items: center;
}
/* @media (min-width: 1440px) {
	.abds-content-widget ul.product_list_widget {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
} */
.abds-content-widget ul.product_list_widget li {
	border-bottom: none;
}
.abds-content-widget ul.product_list_widget li:nth-child(1) {
	background: red;
}
.abds-content-widget ul.product_list_widget li:nth-child(2) {
	background: orange;
}
.abds-content-widget ul.product_list_widget li:nth-child(3) {
	background: yellow;
}
.abds-content-widget ul.product_list_widget li:nth-child(4) {
	background: green;
}
.abds-content-widget ul.product_list_widget li:nth-child(5) {
	background: blue;
}
.abds-content-widget ul.product_list_widget li:nth-child(6) {
	background: indigo;
}
.abds-content-widget ul.product_list_widget li:nth-child(7) {
	background: violet;
}
.abds-content-widget ul.product_list_widget li:nth-child(8) {
	background: red;
}
.abds-content-widget ul.product_list_widget li:nth-child(9) {
	background: orange;
}

/* @media (min-width: 768px) {
	.abds-content-widget ul.product_list_widget li {
		-ms-flex-preferred-size: 31%;
		    flex-basis: 31%;
	}
} */
.abds-content-widget ul.product_list_widget li img {
	max-width: 100%;
	float: none;
}
.abds-content-widget ul.product_list_widget span.product-title {
	display: block;
	width: 100%;
	clear: both;
}
/*  end abds-content-widget */
/* SHOP *********************************/
.archive {



/* ul.products li.product .button {
	margin-right: 1em;
} */



}
/*filter toggles*/
.archive ul.woocommerce-widget-layered-nav-list,
.archive .price_slider_wrapper,
.archive ul.product-categories {
	display: none;
}
.archive ul.woocommerce-widget-layered-nav-list:hover, .archive .price_slider_wrapper:hover, .archive ul.product-categories:hover {
	cursor: pointer;
}
.archive ul.woocommerce-widget-layered-nav-list li a, .archive .price_slider_wrapper li a, .archive ul.product-categories li a {
	text-decoration: none;
}
/*.site-main ul.products.columns-4 li.product {
	width: 100%;

	@mixin atSmall {
		width: 48.5%;
		margin-right: 1.5%;
	}

	@mixin atMedium {
		width: 23.5%;
	}
}
*/
.archive div.woocommerce-widget-layered-nav:hover, .archive div.widget_price_filter:hover, .archive div.widget_product_categories:hover {
	cursor: pointer;
}
/*#primary {
	width: 100%;
	margin-right: 0;
	
	@mixin atSmall {
		width: 70%;
	}

	@mixin atMedium {
		width: 80%;
	}
}

#secondary {
	padding: 20px;
	padding-right: 0;
	margin-top: 20px;
	
    @mixin atSmall {
		float: left;
		width: 30%;
    }

    @mixin atMedium {
		width: 20%;
    }
}*/
.archive ul.woocommerce-widget-layered-nav-list {
	padding-left: 10px;
}
/*  layout */
.archive .woocommerce-widget-layered-nav-list__item li {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
/* remove margins from filter titles to eliminate jump on toggle */
.archive .widget .widget-title, .archive .widget .widgettitle {
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.archive .woocommerce.widget {
	margin-bottom: 0;
}
.archive #woocommerce_layered_nav-3 .widget-title,
.archive #woocommerce_product_categories-2 .widget-title {
	padding-top: 20px;
}
.archive .textwidget p {
	margin-bottom: 0;
	padding: 0;
}
/* remove "SHOP" title */
.archive header.woocommerce-products-header {
	display: none;
}
/* Default sorting box at top of product feed */
.archive select[name="orderby"] {
	height: 40px;
	padding-left: 6px;
}
.archive .storefront-sorting {
	padding-top: 10px;
}
.archive a.added_to_cart.wc-forward {
	line-height: 1.6;/*	font-weight: 400;
	background: $hermesBrown;
	color: $mainWhite;
	
	@mixin pseudo {
		color: $mainWhite;
	}	*/
}
.archive ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 18px;
}
/*  products */
/*	@mixin atSmall {
		display: flex;
		align-items: stretch;
	}*/
.archive ul.products li {/*		a.add_to_cart_button, a.added_to_cart, a.wc-forward {
			max-width: 120px;
			margin: auto;
		}*/
}
/*		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		
		a {
			flex-basis: 100%;
		}*/
.archive ul.products li img {
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
/*  end body class */
/*  single product  ***********************/
/*	&.right-sidebar .content-area {
		width: 100%;
	}
*/
body.single-product h1 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
}
@media (min-width: 768px) {
	body.single-product h1 {
		padding-top: 0;
	}
}
body.single-product div.product {
	margin-top: 40px;
}
body.single-product .woocommerce-error, 
	body.single-product .woocommerce-info, 
	body.single-product .woocommerce-message, 
	body.single-product .woocommerce-noreviews, 
	body.single-product p.no-comments {
	margin-bottom: 0;
}
/*	div.product .woocommerce-product-gallery {
		width: 100%;
		margin: 0;
		padding: 0;
		
		@mixin atSmall {
			width: 37%;
		}
	}*/
body.single-product div.product .summary {
	float: left;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	body.single-product div.product .summary {
		padding-left: 40px;
	}
}
/* layout width */
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
	float: left;
	clear: none;
	width: 100%;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li {
	display: list-item;
}
/*	div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs {

		li:nth-child(4n+1) {
			clear: none;
		}
		li:nth-child(3n+1) {
			margin-right: 5px;
			
			@mixin atSmall {
				margin-right: 7px;
			}
			
			@mixin atMedium {
				margin-right: 8px;
			}

			@mixin atLarge {
				margin-right: 14px;
			}
		}
		li:nth-child(6) {
			margin-right: 0;
		}
		li:last-child {
			margin-right: 0;
		}

	}*/
body.single-product figure {
	margin: 0;
}
/* wc tabs */
body.single-product .woocommerce-tabs .panel h2:first-of-type {
	text-transform: uppercase;
	font-size: 24px;
}
/*div.product .woocommerce-product-gallery .flex-viewport {
		margin-bottom: 10px;
	}

	div.product .woocommerce-product-gallery img {
		width: 530px;
	}*/
body.single-product ul.wc-tabs li a {
	text-transform: uppercase;
}
/*	div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		margin-bottom: 20px;
		margin-top: 0;
		margin-right: 9px;
		
		@mixin atSmall {
			margin-right: 7px;
		}

		@mixin atMedium {
			margin-right: 11px;
		}

		@mixin atLarge {
			margin-right: 14px;
		}
	}
*/
body.single-product .storefront-product-pagination {
	display: none;
}
body.single-product .storefront-sticky-add-to-cart.storefront-sticky-add-to-cart--slideInDown {
	display: none;
}
body.single-product .product_meta {
	display: none;
}
/* end single-product body class */
#video-single-product h2 {
	margin-bottom: 3em;
	margin-bottom: 1em;
}
#video-single-product h2:after {
	content: '';
	width: 620px;
	max-width: 100%;
	height: 3px;
	background: #f76346;
	display: block;
	margin: 1em auto 0;
}
@media (min-width: 768px) {
	#video-single-product h2 {
		margin-bottom: 3em;
	}
}
#video-single-product h2:after {
	width: 460px;
	margin-left: 0;
}
@media (min-width: 768px) {
	#video-single-product h2 {
		margin-bottom: 1em;
	}
}
#video-single-product ul {
	margin-left: 2em;
}
#video-single-product ul li {
	margin: 0;
}
#video-single-product .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
/* CHECKOUT */
body.woocommerce-checkout .content-block {
	padding-left: 0;
	padding-right: 0;
}
body.woocommerce-checkout .col.col-12 {
	padding: 0;
}
body.woocommerce-checkout h3 {
	font-weight: bold;
}
body.woocommerce-checkout .checkout-your-order {
	padding-top: 0;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .checkout-your-order {
		margin-left: 15px;
	}
}
body.woocommerce-checkout .checkout-your-order h3#order_review_heading {
	background: white;
	padding-top: 40px;
	padding-left: 20px;
}
body.woocommerce-checkout .checkout-your-order ul.wc_payment_methods.payment_methods.methods {
	background: white;
}
body.woocommerce-checkout .checkout-your-order div.form-row.place-order {
	background: white;
}
body.woocommerce-checkout .checkout-your-order ul, body.woocommerce-checkout .checkout-your-order ul li {
	margin-top: 0;
}
/*  privacy policy in sidebar */
body.woocommerce-checkout .checkout-your-order .woocommerce-privacy-policy-text {
	font-size: 14px;
	padding-bottom: 20px;
}
body.woocommerce-checkout .checkout-your-order th.product-name,
		body.woocommerce-checkout .checkout-your-order th.product-total {
	padding-bottom: 10px;
}
body.woocommerce-checkout .checkout-your-order tr.cart_item td {/*			padding-top: 0;
			padding-bottom: 0;*/
}
body.woocommerce-checkout .checkout-your-order tr.cart-subtotal td,
		body.woocommerce-checkout .checkout-your-order tr.cart-subtotal th {
	padding-bottom: 0;
	padding-top: 40px;
}
body.woocommerce-checkout .checkout-your-order tr.order-total td,
		body.woocommerce-checkout .checkout-your-order tr.order-total th {
	padding-top: 0;
}
/*  end checkout-your-order */
body.woocommerce-checkout .col8 {
	background: white;
	margin: 0;
	margin-bottom: 4em;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .col8 {
		box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
		padding: 4em;
	}
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .col8 {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
	}
}
body.woocommerce-checkout .col4 {
	margin: 0;
	max-width: 100%;
}
body.woocommerce-checkout .col4::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
body.woocommerce-checkout .col4::before {
	content: "";
	display: table;
	table-layout: fixed;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .col4 {
		box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
	}
}
@media (min-width: 1024px) {
	body.woocommerce-checkout .col4 {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
}
body.woocommerce-checkout .col4 button {
	margin-bottom: 1em;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead, body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody, body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
	margin-top: 20px;
	margin-bottom: 20px;
	background: white;
}
body.woocommerce-checkout.woocommerce-active .content-block p {
	margin-bottom: 20px;
}
@media (min-width: 1024px) {
	body.woocommerce-checkout form.woocommerce-checkout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}
body.woocommerce-checkout #payment .place-order .button {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 20px;
	line-height: 1.3;
	font-size: 1.2em;
}
@media (min-width: 1024px) {
	body.woocommerce-checkout #payment .place-order .button {
		margin-left: 0;
	}
}
body.woocommerce-checkout #payment .place-order .button:hover {
	background: #fff;
}
body.woocommerce-checkout #payment .place-order {
	margin-top: 0;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .form-row-first {
		width: 47.0588235294%;
		float: left;
		margin-right: 5.8823529412%;
		clear: both;
	}
}
@media (min-width: 768px) {
	body.woocommerce-checkout .form-row-last {
		width: 47.0588235294%;
		float: right;
		margin-right: 0;
	}
}
body.woocommerce-checkout .product-name {
	font-size: 1em;
}
body.woocommerce-checkout .woocommerce-checkout-payment {
	padding: 1.41575em;
}
@media (min-width: 768px) {
	body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
		padding-left: 2em;
	}
}
body.woocommerce-checkout ul {
	list-style: none;
}
body.woocommerce-checkout .woocommerce-error a, body.woocommerce-checkout .woocommerce-info a, body.woocommerce-checkout .woocommerce-message a, body.woocommerce-checkout .woocommerce-noreviews a, body.woocommerce-checkout p.no-comments a, body.woocommerce-checkout .woocommerce-NoticeGroup a {
	color: #338096;
	font-weight: 400;
}
body.woocommerce-checkout .woocommerce-form__input.woocommerce-form__input-checkbox {
	width: auto;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
	font-size: 0.9em;
}
/*td.product-name {
	padding: 3em 0;
}*/
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field {
	width: 20%;
	float: left;
	clear: none;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
body.woocommerce-checkout #billing_state_field {
	width: 20%;
}
body.woocommerce-checkout #billing_postcode_field  {
	width: 20%;
}
body.woocommerce-checkout #billing_phone_field {
	width: 20%;
	float: left;
	clear: none;
}
body.woocommerce-checkout span.optional {
	color: #929396;
	font-size: 0.8em;
	font-style: italic;
}
/* end body class */
/* Account **********************************/
/*	.woocommerce {
		display: flex;
	}*/
body.woocommerce-account .col {
	padding-left: 0;
	padding-right: 0;
}
body.woocommerce-account ul

	
	button[type="submit"] {
	margin-top: 20px;
}
body.woocommerce-account .woocommerce-error .button, body.woocommerce-account .woocommerce-info .button, body.woocommerce-account .woocommerce-message .button, body.woocommerce-account .woocommerce-noreviews .button, body.woocommerce-account p.no-comments .button {
	padding: 3px 3px 3px 20px;
	padding: 1em;
}
/* sidebar nav in account */
body.woocommerce-account .content-block {
	padding-left: 0;
	padding-right: 0;
}
/*	.woocommerce-MyAccount-navigation {
		width: 30%;
		max-width: 30%;
	}
	.woocommerce-MyAccount-content {
		width: 70%;
		max-width: 70%;
		float: none;
	}*/
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin-top: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:first-of-type {
	margin-top: 0;
}
body.woocommerce-account .woocommerce-form.woocommerce-form-login.login {
	max-width: 460px;
}
@media (max-width: 720px) {
	body.woocommerce-account .u-column1.col-1.woocommerce-Address {
		width: 100%;
	}
}
body.woocommerce-account .entry-content nav.woocommerce-MyAccount-navigation {
	background: white;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 1024px) {
	body.woocommerce-account .entry-content nav.woocommerce-MyAccount-navigation {
		padding: 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
}
body.woocommerce-account .entry-content nav.woocommerce-MyAccount-navigation ul {
	border-top: 0;
}
body.woocommerce-account .entry-content nav.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}
body.woocommerce-account.woocommerce-active .content-block form {
	margin-top: 50px;
}
@media (min-width: 768px) {
	body.woocommerce-account.woocommerce-active .content-block form {
		margin-top: 0;
	}
}
body.woocommerce-account.woocommerce-active .content-block form p {
	margin-bottom: 10px;
	text-align: left;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
	margin-top: 0;
}
body.woocommerce-account a.woocommerce-Button.button {
	color: #101010;
	border: 1px solid #101010;
	border-left-color: #101010!important;
}
/* end body class */
/*  Home ************************************ */
.home.right-sidebar #primary {
	width: 100%;
}
body.woocommerce-cart .col .woocommerce {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce-notices-wrapper {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-bottom: 3em;
}
body.woocommerce-cart .row {
	padding: 0;
}
body.woocommerce-cart form.woocommerce-cart-form {
	background: white;
	padding: 2em;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
	margin: 0;
}
@media (min-width: 1024px) {
	body.woocommerce-cart form.woocommerce-cart-form {
		-ms-flex-preferred-size: 68%;
		    flex-basis: 68%;
		padding: 3em 3.415em;
	}
}
body.woocommerce-cart div.cart-collaterals {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin: 0;
	padding: 3em 2em;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
@media (min-width: 1024px) {
	body.woocommerce-cart div.cart-collaterals {
		-ms-flex-preferred-size: 30%;
		    flex-basis: 30%;
	}
}
@media (min-width: 768px) {
	body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-cart .cart-collaterals .shipping_calculator {
		width: 100%;
	}
}
body.woocommerce-cart .cart-collaterals h2 {
	font-size: 24px;
}
@media (min-width: 768px) {
	body.woocommerce-cart .cart-collaterals h2 {
		padding-left: 1em;
	}
}
body.woocommerce-cart .cart-collaterals {
	background: white;
	font-size: 16px;
}
body.woocommerce-cart h1 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 60px;
}
@media (min-width: 768px) {
	body.woocommerce-cart h1 {
		margin-bottom: 0;
	}
}
body.woocommerce-cart .content-block {
	padding-left: 0;
	padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
	margin-top: 40px;
}
/*  alert message */
body.woocommerce-cart .woocommerce-error, 
body.woocommerce-cart .woocommerce-info, 
body.woocommerce-cart .woocommerce-message, 
body.woocommerce-cart .woocommerce-noreviews, 
body.woocommerce-cart p.no-comments {
	margin-bottom: 0;
}
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th {
	padding: 0;
	vertical-align: middle;
	border: 0;
}
@media (min-width: 768px) {
	body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th {
		text-align: left;
	}
	body.woocommerce-cart table.cart td:nth-child(2), body.woocommerce-cart table.cart td:nth-child(4), body.woocommerce-cart table.cart td:nth-child(5), body.woocommerce-cart table.cart th:nth-child(2), body.woocommerce-cart table.cart th:nth-child(4), body.woocommerce-cart table.cart th:nth-child(5) {
		text-align: center;
	}
	body.woocommerce-cart table.cart td:nth-child(3), body.woocommerce-cart table.cart th:nth-child(3) {
		text-align: left;
	}
	body.woocommerce-cart table.cart td:last-child, body.woocommerce-cart table.cart th:last-child {
		text-align: right;
	}
}
body.woocommerce-cart table.cart th.product-thumbnail {
	padding-left: 0;
}
body.woocommerce-cart table.cart td.actions {
	border: 0;
}
/*padding-top: 30px;*/
@media (min-width: 768px) {
	body.woocommerce-cart table.cart td.actions {
		padding-top: 40px;
	}
}
body.woocommerce-cart table.shop_table_responsive tr td {
	text-align: center;
}
@media (min-width: 768px) {
	body.woocommerce-cart table.shop_table_responsive tr td {
		text-align: right;
	}
	body.woocommerce-cart table.shop_table_responsive tr td label {
		float: right;
	}
}
body.woocommerce-cart ul#shipping_method {
	margin: 0;
}
body.woocommerce-cart ul#shipping_method li {
	margin: 0;
}
body.woocommerce-cart ul#shipping_method td {
	vertical-align: middle;
}
body.woocommerce-cart label[for="shipping_method_0_flat_rate1"] {
	padding-left: 20px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
	height: auto;
	display: block;
	margin: 2em 0;
}
@media (min-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
		border: 0;
		height: 130px;
		display: table-row;
	}
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr {
	height: 60px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr th {
	vertical-align: bottom;
}
body.woocommerce-cart a.remove::before {
	color: pink;
	font-size: 16px;
	position: absolute;
	display: block;
	top: 0;
}
@media (min-width: 768px) {
	body.woocommerce-cart a.remove::before {
		top: 2px;
	}
}
/* shipping info blurb */
body.woocommerce-cart p.woocommerce-shipping-destination {
	display: inline-block;
	display: none;
}
body.woocommerce-cart form.woocommerce-shipping-calculator {
	display: inline-block;
	clear: both;
	float: right;
	padding: 0;
	margin: 0;
	color: #393d44;
	font-size: 0.85em;
}
body.woocommerce-cart form.woocommerce-shipping-calculator p.form-row {
	font-size: 16px;
	padding: 6px 12px;
	text-align: left;
}
body.woocommerce-cart form.woocommerce-shipping-calculator option {
	min-height: 1em;
}
/*form.woocommerce-shipping-calculator,
p.woocommerce-shipping-destination {
	display: none;
}*/
body.woocommerce-cart .button.wc-backward {
	margin-top: 3em;
}
/*  end body class */
@media (min-width: 768px) {
	body:not(.page-template-template-fullwidth-php) table.cart td, 
body:not(.page-template-template-fullwidth-php) table.cart th {
		padding: 0 10px;
	}
}
body:not(.page-template-template-fullwidth-php) table.cart td:first-of-type, body:not(.page-template-template-fullwidth-php) table.cart th:first-of-type {
	padding-left: 0;
}
body:not(.page-template-template-fullwidth-php) table.cart td:last-of-type, body:not(.page-template-template-fullwidth-php) table.cart th:last-of-type {
	padding-right: 0;
}
body:not(.page-template-template-fullwidth-php) table.cart td.product-thumbnail {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	body:not(.page-template-template-fullwidth-php) table.cart td.product-thumbnail {
		margin-bottom: 0;
	}
}
table.cart td.product-remove a.remove {
    text-align: left;
}
table.shop_table_responsive thead {
    display: none;
}
@media (min-width: 768px) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
}
table.shop_table_responsive tr td {
    display: block;
    text-align: left;
    clear: both;
}
@media (min-width: 768px) {
	table.shop_table_responsive tr td {
		clear: none;
		display: table-cell;
	}
}
table.shop_table_responsive tr td.product-price::before,
table.shop_table_responsive tr td.product-quantity::before,
table.shop_table_responsive tr td.product-subtotal::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
}
@media (min-width: 768px) {
	table.shop_table_responsive tr td.product-price::before,
table.shop_table_responsive tr td.product-quantity::before,
table.shop_table_responsive tr td.product-subtotal::before {
		display: none;
	}
}
input.qty {
	width: 50px;
	float: right;
}
body.woocommerce-cart .woocommerce-Price-amount.amount {
	float: right;
}
td.product-subtotal {
	padding-bottom: 60px;
}
.product-name {
/*	font-size: 1.2em;
*/	line-height: 1.3;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.product-name {
		font-size: 1.1em;
	}
}
.product-subtotal .woocommerce-Price-amount.amount {
	padding-bottom: 2em;
}
@media (min-width: 768px) {
	.product-subtotal .woocommerce-Price-amount.amount {
		padding-bottom: 0;
	}
}
body.woocommerce-order-received .woocommerce-order {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-order: 1;
	    order: 1;
}
body.woocommerce-order-received .woocommerce-order-downloads {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-order: 3;
	    order: 3;
	margin-top: 2em;
	margin-bottom: 5em;
	background: rgba(250,250,250, 0.5);
	padding: 2em 3em 1em;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
body.woocommerce-order-received .woocommerce-order-details {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-order: 4;
	    order: 4;
	padding: 2em 3em 1em;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
@media (min-width: 1024px) {
	body.woocommerce-order-received .woocommerce-order-details {
		-ms-flex-preferred-size: 69%;
		    flex-basis: 69%;
	}
}
@media (min-width: 1440px) {
	body.woocommerce-order-received .woocommerce-order-details {
		-ms-flex-preferred-size: 75%;
		    flex-basis: 75%;
	}
}
body.woocommerce-order-received .woocommerce-customer-details {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-order: 5;
	    order: 5;
	padding: 2em 3em 1em;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
@media (min-width: 1024px) {
	body.woocommerce-order-received .woocommerce-customer-details {
		-ms-flex-preferred-size: 20%;
		    flex-basis: 20%;
	}
}
body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-ms-flex-order: 2;
	    order: 2;
	margin: 1em 0;
}
body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	float: left;
}
body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
	padding: 1em 1.618em;
}
body.woocommerce-order-received .woocommerce-MyAccount-downloads-file.button {
	width: 100%;
	padding: 0.5em .5em;
}
body.woocommerce-order-received p.order-again {
	display: none;
}
body.woocommerce-order-received h2.woocommerce-order-downloads__title {
	text-align: center;
}
@media (min-width: 768px) {
	body.woocommerce-order-received h2.woocommerce-order-downloads__title {
		text-align: left;
	}
}
body.woocommerce-order-received .woocommerce-table--order-downloads td {
	text-align: center;
}
@media (min-width: 768px) {
	body.woocommerce-order-received .woocommerce-table--order-downloads td {
		text-align: left;
	}
}
body.woocommerce-order-received .woocommerce-table--order-downloads td:before {
	display: block;
	width: 100%;
}
@media (min-width: 768px) {
	body.woocommerce-order-received .woocommerce-table--order-downloads td:before {
		display: none;
		width: auto;
	}
}
/*  end body-order-received */
.storefront-handheld-footer-bar {
	display: none;
}
.secondary-navigation {
	display: none;
}
/*body.woocommerce-active ul li {
	display: block;
}*/
body.woocommerce-active ul#site-header-cart li {
	
}
#secondary {
	display: none;
}
.archive .storefront-sorting::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.archive .storefront-sorting::before {
	content: "";
	display: table;
	table-layout: fixed;
}
/*.archive ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
	
	li {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        
        @mixin atSmall {  
			flex-basis: 33%;
			width: 33%;
        }

        img, div, span {
        	flex-basis: 100%;
        	margin: auto;
        }
        a {
        	margin: auto;
        }
        h2.woocommerce-loop-product__title {
        	margin-bottom: 0;
        	min-height: 0;
        	margin: 1em 0 0;
        }
	}
}*/
@media (min-width: 768px) {
	.woocommerce-ordering {
		float: left;
		margin-right: 1em;
		margin-bottom: 0;
		padding: 0.327em 0;
	}
	.woocommerce-pagination {
		float: right;
		border: 0;
		clear: none;
		padding: 0;
		margin-bottom: 0;
	}
	.woocommerce-result-count {
		float: left;
		position: relative;
		margin-bottom: 0;
		padding: 0.327em 0;
	}
}
.site-search {
	display: none;
}
@media (min-width: 768px) {
	.site-search {
		display: block;
	}
}
/*  pdf download yellow bubble */
ul.products li:after, ul.product_list_widget li:after {
	display: none;
}
.storefront-sorting {
	font-size: 0.875em;
}
@media (min-width: 768px) {
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		font-size: 0.875em;
		left: -999em;
		display: block;
	}
	.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
		display: none;
		left: 0;
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
	.woocommerce-active .site-header .site-header-cart {
		width: 80px;
	}
}
/*.page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product, .page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product, .page-template-template-homepage-php .site-main ul.products.columns-3 li.product, .page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product, .storefront-full-width-content .site-main ul.products.columns-3 li.product, .storefront-full-width-content .header-widget-region ul.products.columns-3 li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
}

.site-main ul.products.columns-3 li.product {
	@mixin atSmall {
	    width: 29.4117647059%;
    	float: left;
    	margin-right: 5.8823529412%;		
	}

}

.site-main ul.products li.product {
	@mixin atSmall {
		width: 29.4117647059%;
	    float: left;
	    margin-right: 5.8823529412%;
	}    
	    
}*/
/*.single-product div.product {
    position: relative;
    overflow: hidden;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.706325903em;
}
@media (min-width: 768px) {
	.storefront-full-width-content.single-product div.product .images {
	    width: 39.1304347826%;
	    float: left;
	    margin-right: 4.347826087%;
	    margin-bottom: 3.706325903em;
	}
}*/
/*@mixin outlines;*/



















































/* base */
.header-wrapper {
	background: white;
}
.account-navigation {
	margin-top: 0;
}
#site-header-cart {
	margin-top: 0;
}
body.page-template-default h2 {
	font-size: 3em;
}


.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
	padding: 0 1em;
}
.woocommerce-active .site-header .main-navigation {
	padding-left: 20px;
	padding-right: 0;
	margin-right: 10px;
}
@media(min-width:1024px) {
	.woocommerce-active .site-header .main-navigation {
		margin-right: 35px;
	}
}
section.section--basic .row {
	align-items: center;
}
#video-single-product h2:after {
	background: #cd2176;
}



/* FEATURED */
.row--featured {
	justify-content: center;
}
.col--featured-left {
}
/* .col--featured-left img {
	border-radius: 12px;
	padding-top: 4em;
	padding-bottom: 4em;
	width: 520px;
} */
.col--featured-right {
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding: 2em;
}
@media(min-width:768px) {
	.row--featured {
		justify-content: center;
	}
	.col--featured-left {
		position: relative;
		z-index: 3;
	}
	.col--featured-left img {
		border-radius: 12px;
		padding-top: 4em;
		padding-bottom: 4em;
		width: 520px;
	}
	.col--featured-right:last-of-type {
		padding-right: 4em;
	}
}
@media(min-width:1024px) {
	.col--featured-left {
		left: 2em;
	}
	.col--featured-right {
		padding-left: 6em;
		position: relative;
		left: -2em;
	}
}
@media(min-width:1440px) {
	.col--featured-left {
		left: 4em;
	}
	.col--featured-right {
		padding-left: 8em;
		position: relative;
		left: -4em;
	}
}
a.button--featured {
	background: #cd2176;
	color: white!important;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding: 1em 4em;
	border-radius: 6px;
}
a.button--featured:hover,
a.button--featured:active,
a.button--featured:visited {
	background: #cd2176;
}





/* PRODUCT LIST WIDGET */
.abds-content-widget ul.product_list_widget {
	gap: 2em;
	justify-content: center;
}
@media(min-width:768px) {
	.abds-content-widget ul.product_list_widget {
		flex-wrap: nowrap;
	}	
}
.abds-content-widget ul.product_list_widget li {
	border-bottom: none;
	padding: 2em;
}
.abds-content-widget ul.product_list_widget li:nth-child(1) {
	background: rgba(255,255,255, 0.7);
}
.abds-content-widget ul.product_list_widget li:nth-child(2) {
	background: rgba(255,255,255, 0.7);
}
.abds-content-widget ul.product_list_widget li:nth-child(3) {
	background: rgba(255,255,255, 0.7);
}
.abds-content-widget ul.product_list_widget li:nth-child(4) {
	background: rgba(255,255,255, 0.7);
}
.abds-content-widget ul.product_list_widget li:nth-child(5) {
	background: rgba(255,255,255, 0.7);
}
.abds-content-widget ul.product_list_widget li:nth-child(6) {
	background: indigo;
}
.abds-content-widget ul.product_list_widget li:nth-child(7) {
	background: violet;
}
.abds-content-widget ul.product_list_widget li:nth-child(8) {
	background: red;
}
.abds-content-widget ul.product_list_widget li:nth-child(9) {
	background: orange;
}


/* SINGLE POSTS */
body.single {
	background: white;
}
.single h1 {
	margin-bottom: 0;
	margin-top: 1em;
}
@media(min-width: 768px) {
	.single .hentry .wp-post-image {
		margin-left: 0;
	}
	.single .entry-content > div {
		width: 760px;
	}
}



.skewbkg--white {
	background: white;
}
.skewbkg--pink {
	background: rgb(255, 153, 168);
}
.skewbkg--mint {
	background: rgba(113, 222, 213, 1);
}
.skewbkg--ice {
	background: rgba(111, 161, 208, 1);
}
.skewbkg--orchid {
	background: rgb(195, 146, 222);
}
.skewbkg--push-pop {
	background: rgb(242, 195, 107);
}


/* BOXES */
.woocommerce-active .row.row--box {
	/* display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: space-between;
	    justify-content: space-between;
		align-items: center;	 */
		justify-content: center;
		gap: 2%;
		padding: 3em 0 4em;
}
.col--box {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
.content_col--box {
	position: relative;
	padding: 2em;
	border-radius: 12px;
	height: 100%;
	background: rgba(255,255,255,0.7);
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
.content_col--box:last-of-type {
	padding-right: 2em;
}
body.page-template-default .content_col--box h2 {
	text-align: right;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.content_col--box img {
	margin: auto;
	object-fit: cover;
}
@media(min-width:768px) {
	.content_col--box img {
		height: 100%;
	}
}
.content_col--box_label {
	position: absolute;
	bottom: -20px;
	padding: 1em;
	width: 80%;
	background: white;
	line-height: 1;
	left: auto;
	right: -10px;
	margin: auto;
	border-radius: 12px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.15);
}
.col--box_description {
	text-align: right;
	margin-bottom: 0;
	color: rgb(69 137 132);
	margin-top: 10px;
}
/* @media(min-width:768px) {
	.row--boxes {
		flex-wrap: nowrap;
	}
}
 */



@media (min-width: 768px) {
	.col--box.col {
		padding: 0;	
	}
	.col--box.col:last-of-type {
		
	}
}
@media (min-width: 768px) {
	.col--box.col1 {
		-ms-flex-preferred-size: 4.33%;
		    flex-basis: 4.33%;
		max-width: 4.33%;
	}
}
@media (min-width: 768px) {
	.col--box.col2 {
		-ms-flex-preferred-size: 12.66%;
		    flex-basis: 12.66%;
		max-width: 12.66%;
	}
}
@media (min-width: 768px) {
	.col--box.col3 {
		-ms-flex-preferred-size: 21%;
		    flex-basis: 21%;
		max-width: 21%;
	}
}
@media (min-width: 768px) {
	.col--box.col4 {
		-ms-flex-preferred-size: 29.33%;
		    flex-basis: 29.33%;
		max-width: 29.33%;
	}
}
@media (min-width: 768px) {
	.col--box.col5 {
		-ms-flex-preferred-size: 37.66%;
		    flex-basis: 37.66%;
		max-width: 37.66%;
	}
}
@media (min-width: 768px) {
	.col--box.col6 {
		-ms-flex-preferred-size: 46%;
		    flex-basis: 46%;
		max-width: 46%;
	}
}
@media (min-width: 768px) {
	.col--box.col7 {
		-ms-flex-preferred-size: 54.33%;
		    flex-basis: 54.33%;
		max-width: 54.33%;
	}
}
@media (min-width: 768px) {
	.col--box.col8 {
		-ms-flex-preferred-size: 62.66%;
		    flex-basis: 62.66%;
		max-width: 62.66%;
	}
}
@media (min-width: 768px) {
	.col--box.col9 {
		-ms-flex-preferred-size: 71%;
		    flex-basis: 71%;
		max-width: 71%;
	}
}
@media (min-width: 768px) {
	.col--box.col10 {
		-ms-flex-preferred-size: 79.33%;
		    flex-basis: 79.33%;
		max-width: 79.33%;
	}
}
@media (min-width: 768px) {
	.col--box.col11 {
		-ms-flex-preferred-size: 87.33%;
		    flex-basis: 87.33%;
		max-width: 87.33%;
	}
}




/* blog */
.main-blog-page {
	position: relative;
}
.hentry .wp-post-image {
	margin-bottom: 0;
}
body.page-template-default .main-blog-page .main-blog-page_title h2,
body.page-template-default .main-blog-page h2,
.main-blog-page h2 {
	padding: 0.3em;
	margin-bottom: 0;
	line-height: 1;
}
.main-blog-page_title {
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.9);
}
.blog-description {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3;
}
.col{
	margin-bottom: 2em;
}
.widget .widget-title,.widget .widgettitle {
	border: none;
}


.section--recent-posts .col .entry-content.main-blog-page,
.col .entry-content.main-blog-page {
    height: 260px;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.25);
}
.col .entry-content.main-blog-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog main > .row {
	justify-content: start;
}

.woocommerce-active .row.row--intro {
	padding-bottom: 0;
	display: block;
}
.woocommerce-active .row.row--intro h2 {
	margin-bottom: 0;
}
.woocommerce-active .row.row--intro.col--alignCenter .col {
	margin: auto;
}
.woocommerce-active .row.row--intro.col--alignRight .col {
	margin-right: 0;
    margin-left: auto;
}
.woocommerce-active .row.row--intro .col {
	width: 860px;
	max-width: 100%;
}
body.page-template-default .title--recent-posts {
	font-size: 1.6em;
}

/* temp fix for weird space underneath first section */
.entry-content section:first-of-type .skewbkg {
	height: 105%;
}




.widget_search form:not(.wp-block-search)::before, 
.widget_product_search form:not(.wp-block-search)::before {
	display: none;
}

.site-header .widget {
    text-align: right;
}

.section--boxes .col.col4.col--alignLeft.col--box {
    height: 300px;
}
.section--boxes .col.col4.col--alignLeft.col--box img {
	width: 100%;
	height: 100%;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0;
}

body.page-template-default h2 {
	font-size: 2.4em;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

body.page-template-default h1 {
	font-size: 2.8em;
	margin-bottom: 0.5em;
	line-height: 1.2;
}


/* posts */
body.post-template-default a {
	color: blue;
}
.single .hentry .wp-post-image {
	width: 420px;
	max-width: 100%;
	margin-bottom: 1em;
}

.single article.type-post {
	width: 820px;
    max-width: 100%;
    margin: auto;
	background: white;
	margin-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}

article.type-post ol li ul {
	margin-top: 0;
}
article.type-post ol li ul li {
    margin-top: 0;
	line-height: 1.2;
}

.header-wrapper {
	background-color: white;
}
@media(min-width:768px) {
	.single #page {
		background-color: #e9e1e1;
	}
	.single main#main {
		background: #e9e1e1;
	}
}

.author .col4 img {
	width: 100%;
}