/*
Theme Name: Red Kite Two Three
Theme URI: http://www.slingshot.uk
Author: Mat Burhouse @ Slingshot Design Ltd
Author URI: http://www.slingshot.uk
Description: Custom theme for Red Kite Cycles by Slingshot.
Version: 325
License: No License
Text Domain: slingshot2016 

This theme is NOT licensed under the GPL.

Colours:
Red: E20613
Dark Grey: 4B5256
Light Grey: B4B7B8
Really Light Grey: E4E6E7
*/
/* <s> Reset
---------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: var(--wp--preset--color--background);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body,
button {
  color: var(--wp--preset--color--neutral-3);
}

html,
body,
.site {
  height: 100%;
}

@media screen and (min-width: 769px) {
  body {
    /*font-size: 14px;*/
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 17px;
  }
}
/* <s> Clearing floats
---------------------------------------------------------------- */
.site-header:before,
.site-header:after,
.site-pre-header:before,
.site-pre-header:after,
.site-content:before,
.site-content:after,
.site-sidebar:before,
.site-sidebar:after,
.site-footer:before,
.site-footer:after,
.grid-items:before,
.grid-items:after,
.grid-row:before,
.grid-row:after,
blockquote:before,
blockquote:after,
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table;
}

.site-header:after,
.site-pre-header:after,
.site-content:after,
.site-sidebar:after,
.site-footer:after,
.grid-items:after,
.grid-row:after,
blockquote:after {
  clear: both;
}

/* <s> Box Sizing
---------------------------------------------------------------- */
.primary-navigation,
.cols-3x1,
.cols-3x2,
.cols-4x1,
.cols-4x2,
.cols-4x3,
.cols-5x1,
.cols-5x2,
.cols-5x3,
.cols-5x4,
.grid-items .grid-item {
  box-sizing: border-box;
}

/* <s> Main textual items
---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
.primary-navigation,
.menu-toggle,
.site-pre-header,
.article-date,
.site-footer-widget.widget_nav_menu {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6em 0;
  font-weight: 600;
}

h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 14px;
  line-height: 1.5;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.7;
}

a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

a:hover,
a:active {
  color: var(--wp--preset--color--neutral-3);
  outline: 0;
}

.centred .article-header {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}
/* <s> Other textual content
------------------------------------------------------------------------------*/
b,
strong {
  font-weight: bold;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote {
  padding: 1em 1em 0em 1em;
  margin: 0 0 1em 0;
  background-color: var(--wp--preset--color--neutral-1);
  font-weight: bold;
}

blockquote cite,
blockquote small {
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

small {
  font-size: 65%;
}

big {
  font-size: 125%;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 1em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

table,
th,
td {
  /*border: 1px solid var(--wp--preset--color--background);*/
  /*border: 1px solid rgba(255,255,255,0.3); */
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

ins {
  text-decoration: none;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin: 2em 0 2em 0;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::-moz-selection {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  text-shadow: none;
}
::selection {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  text-shadow: none;
}

::-moz-selection {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  text-shadow: none;
}

/* <s> Forms
---------------------------------------------------------------- */
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px 7px;
}

textarea {
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0;
}

/* <s> Form Buttons
---------------------------------------------------------------- */
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: var(--wp--preset--color--primary);
  border: 0;
  color: var(--wp--preset--color--background);
  padding: 10px 30px 11px;
  vertical-align: bottom;
}

input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: var(--wp--preset--color--neutral-3);
  color: var(--wp--preset--color--background);
}

input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: var(--wp--preset--color--primary);
}

.search-field {
  width: 100%;
}

.search-submit {
  display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */
/* <s> Textual Buttons
---------------------------------------------------------------- */
.highlight-btn {
  padding: 0.6em 1em;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--wp--preset--color--background);
  text-shadow: none;
  text-decoration: none !important;
  border: 1px solid var(--wp--preset--color--background);
  font-weight: 300;
  display: inline-block;
}

.highlight-btn:hover {
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--background);
}

.highlight-btn-p {
  padding: 0 36px 36px 36px;
  margin: 0;
}

.highlight-btn-alt {
  text-transform: uppercase;
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none !important;
}

.highlight-btn-alt:hover {
  color: var(--wp--preset--color--neutral-3);
  border: 1px solid var(--wp--preset--color--neutral-3);
}

/* <s> Responsive images
---------------------------------------------------------------- */
.comment-content img,
.article-content img,
.entry-summary img,
.site-header img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.comment-content img[height],
.article-content img,
.entry-summary img,
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-],
.site-header img {
  height: auto;
}

img.size-large,
img.size-medium,
.wp-post-image,
.article-thumbnail img {
  height: auto;
  width: 100%;
}

/* Medium images  used a lot on pages so scale them */
@media screen and (min-width: 769px) {
  img.size-medium {
    width: 50%;
  }
  div.wp-caption {
    width: 50% !important;
  }
  div.wp-caption img.size-medium {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  img.size-medium {
    width: auto;
  }
  .wp-caption {
    width: auto;
  }
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* <s> User selected Alignment
---------------------------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
img.alignleft {
  margin: 0px 0 1em 0;
}

.wp-caption.alignleft {
  margin: 0px 0 1em 0;
}

blockquote.alignright,
img.alignright {
  margin: 0 0 1em 0;
}

.wp-caption.alignright {
  margin: 0 0 1em 0;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter,
img.alignnone {
  margin-top: 0px;
  margin-bottom: 1em;
}

.wp-caption {
  width: 100% !important;
  margin-bottom: 24px;
  position: relative;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: var(--wp--preset--color--neutral-3);
}

.wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 14px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--wp--preset--color--background);
  margin: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* <s> Assistive text
---------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: var(--wp--preset--color--neutral-1);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.hide {
  display: none;
}

/* <s> Utilities
 ----------------------------------------------------------------------------- */
.highlight {
  color: var(--wp--preset--color--primary);
}

.loader {
  z-index: 999999;
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999em;
  border-top: 0.4em solid rgba(226, 6, 19, 0.2);
  border-right: 0.4em solid rgba(226, 6, 19, 0.2);
  border-bottom: 0.4em solid rgba(226, 6, 19, 0.2);
  border-left: 0.4em solid rgb(226, 6, 19);
  transform: translateZ(0);
  opacity: 0;
  /* fade in then spin */
  animation: loads 2s, spinner 1.1s infinite linear;
  /* delay showing anim */
  animation-delay: 1s;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@keyframes loads {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinner {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
/* <s> Footer
----------------------------------------------------------------------------- */
.site-footer {
  padding: 30px 20px 20px 20px;
  background-image: url(images/stripe.gif);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% 10px;
  background-color: var(--wp--preset--color--background);
}

.site-footer h4 {
  text-transform: uppercase;
}

.site-footer p {
  line-height: 1.4;
}

.site-footer .widget {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--wp--preset--color--neutral-2);
}

.site-footer .widget:last-child {
  border-bottom: none;
}

.site-footer a {
  color: var(--wp--preset--color--neutral-3);
}

.site-footer-widget.widget_nav_menu {
  margin-bottom: 2em;
  text-transform: uppercase;
  font-weight: 600;
}

.site-footer-widget.widget_nav_menu ul {
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-widget.widget_nav_menu li {
  display: inline;
}

.site-footer-widget.widget_nav_menu li:after {
  content: " /";
  color: var(--wp--preset--color--neutral-2);
}

.site-footer-widget.widget_nav_menu li:last-child:after {
  content: "";
}

.site-footer-widget.widget_nav_menu a {
  padding: 0 0.5em;
}

/* <s> Credit
----------------------------------------------------------------------------- */
.site-credit {
  font-size: 8pt;
  text-align: center;
  padding: 1em;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--background);
}

.site-credit a {
  color: var(--wp--preset--color--neutral-3);
}

.site-credit a:hover {
  color: var(--wp--preset--color--primary);
}

/* <s> Sidebar
----------------------------------------------------------------------------- */
.site-sidebar {
  padding: 25px 1em 1em 1em;
}

.site-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-sidebar ul li {
  /*padding: 3px 0 6px 0;*/
}

.site-sidebar .widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.site-sidebar .widget:last-child {
  border-bottom: none;
}

.widget {
  margin-bottom: 30px;
}

.widget h4 {
  font-weight: 300;
  margin: 0 0 1em 0;
  color: var(--wp--preset--color--primary);
}

.site-sidebar ul ul {
  font-size: 95%;
  text-indent: 0.5em;
}

.site-sidebar ul ul ul {
  font-size: 90%;
  text-indent: 1em;
}

.site-sidebar ul ul ul ul {
  font-size: 85%;
  text-indent: 1.5em;
}

.site-sidebar .widget > ul > li {
  margin-bottom: 0.5em;
}

.site-sidebar .widget > ul > li > ul li {
  margin-bottom: 0.5em;
}

.site-sidebar .widget ul.children {
  margin-top: 0.5em;
}

.site-sidebar a {
  color: var(--wp--preset--color--neutral-3);
}

.site-sidebar .current_page_item > a,
.site-sidebar .current-cat a {
  color: var(--wp--preset--color--primary);
}

/* <s> Gallery
----------------------------------------------------------------------------- */
.gallery {
  padding: 10px 0 6px 0;
  margin: 0 -7px;
}

.gallery-item {
  float: left;
  margin: 0 7px 14px 7px;
  overflow: hidden;
  position: relative;
}

.gallery-icon {
  border: 5px solid var(--wp--preset--color--neutral-1);
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 14px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 14px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 14px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 14px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 14px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 14px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 14px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 14px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: var(--wp--preset--color--neutral-1);
  box-sizing: border-box;
  color: var(--wp--preset--color--foreground);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* <s> Post Paging Navigation
----------------------------------------------------------------------------- */
.nav-links {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.post-navigation,
.image-navigation,
.paging-navigation {
  margin: 0;
  padding: 2.5em 2.5em 60px 2.5em;
}

.post-navigation,
.image-navigation {
  border-top: 1px solid var(--wp--preset--color--neutral-2);
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  width: 100%;
}

.post-navigation .meta-nav {
  color: var(--wp--preset--color--primary);
  display: block;
  line-height: 2;
}

.post-navigation a,
.image-navigation a {
  color: var(--wp--preset--color--primary);
  display: block;
  line-height: 1.71429;
  text-transform: uppercase;
}

.post-navigation a:hover,
.image-navigation a:hover {
  color: var(--wp--preset--color--neutral-3);
}

.nav-links .nav-prev {
  width: 50%;
  float: left;
  text-align: left;
}

.nav-links .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .paging-navigation {
    padding: 0 2.5em 60px 2.5em;
  }
}
/* <s> Paging Navigation
----------------------------------------------------------------------------- */
.paging-navigation {
  margin: 0;
}

.paging-navigation .loop-pagination {
  text-align: center;
}

.paging-navigation .page-numbers {
  display: inline-block;
  margin-right: 1px;
  padding: 7px 12px 5px 12px;
  background: var(--wp--preset--color--neutral-2);
  color: var(--wp--preset--color--neutral-3);
}

.paging-navigation .page-numbers.current {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}

.paging-navigation a:hover {
  background: var(--wp--preset--color--neutral-3);
  color: var(--wp--preset--color--background);
}

/* <s> Content
----------------------------------------------------------------------------- */
.site-content {
  /*padding: 25px 15px 15px 15px;*/
  margin: 0 auto;
}

.nofullscreen .site-content,
.nofullscreen .site-footer {
  background-color: var(--wp--preset--color--background);
}

.article-content a {
  text-decoration: underline;
}

.blog-header h6 {
  font-weight: 300;
  padding: 2.5em 0;
}

.blog .site .site-content .section .article-header h1,
.single .site .site-content .section .article-header h1 {
  margin-bottom: 0.2em;
}

.blog-posts .article-header,
.blog-post .article-header {
  text-align: center;
  margin-bottom: 30px;
}

.article-date {
  color: var(--wp--preset--color--primary);
  font-size: 18px;
  margin-bottom: 1em;
}

.blog .site .site-content .section:nth-child(even) .article-date,
.single .site .site-content .section:nth-child(even) .article-date,
.section:nth-child(even) .highlight {
  color: var(--wp--preset--color--accent-2);
}

/* <s> Effects
----------------------------------------------------------------------------- */
.site-header,
#branding,
.primary-navigation a,
.highlight-btn,
.grid-item-overlay {
  transition: all 0.3s ease;
}

/*.grid-item a .grid-item-content{
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.grid-item a:hover .grid-item-content{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
*/
/* <s> Grid layout
---------------------------------------------------------------- */
.grid-item {
  position: relative;
  color: var(--wp--preset--color--background);
  text-align: center;
  height: 180px;
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--wp--preset--color--neutral-3);
  margin: 0 0 15px 0;
}

.grid-item a {
  color: var(--wp--preset--color--background);
  text-decoration: none !important;
}

.grid-item a:hover .grid-item-overlay {
  background-color: rgba(226, 6, 19, 0.7);
}

.grid-item-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.grid-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /*text-shadow: 0px 0px 12px rgba(0,0,0,0.80);*/
  transform: translateY(-50%);
}

.grid-item-content img {
  /*max-width: 272px!important;*/
  max-width: 90% !important;
  height: auto !important;
}

.grid-item p {
  line-height: 1;
}

.grid-item-icon {
  margin: 0 0 10px 0;
}

.grid-item-icon:before {
  color: var(--wp--preset--color--background);
  font-size: 60px;
}

.ssgb-content-title,
.grid-item h1,
.grid-item h2,
.grid-item h3,
.grid-item h4,
.grid-item h5,
.grid-item h6 {
  font-weight: 700;
  font-size: 28px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.grid-item .highlight-btn {
  font-size: 1.2em;
}

.grid-item ul {
  list-style: none;
  padding: 0;
}

.grid-item li {
  margin: 0;
  padding: 0;
}

.grid-item li:before {
  content: "\f00c";
  color: var(--wp--preset--color--background);
  margin: 0 4px 0 0;
}

/* <s> Gridbox overrides
----------------------------------------------------------------- */
.rkc .ssgb-content-title {
  margin-bottom: 0;
}

.rkc .ssgb-item:hover .ssgb-item-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.rkc .ssgb-item-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* <s> Columns
--------------------------------------------------------- */
.cols-2x1,
.cols-3x1,
.cols-3x2,
.cols-4x1,
.cols-4x2,
.cols-4x3,
.cols-5x1,
.cols-5x2,
.cols-5x3,
.cols-5x4 {
  width: 100%;
}

/* <s> Media Queries
----------------------------------------------------------------- */
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media screen and (min-width: 769px) {
  /* <s> Footer
  ----------------------------------------------------------------------------- */
  .site-footer {
    padding: 3.5em 2.5em 2.5em 2.5em;
    text-align: center;
  }
  .site-footer .widget {
    margin-bottom: 0;
    border-bottom: none;
  }
  /* <s> Sidebar
  ----------------------------------------------------------------------------- */
  .site-sidebar {
    padding: 2.5em 0 2.5em 2.5em;
  }
  /* <s> Post Paging Navigation
  ----------------------------------------------------------------------------- */
  .nav-links .nav-prev {
    width: 50%;
    float: left;
    text-align: left;
  }
  .nav-links .nav-next {
    width: 50%;
    float: right;
    text-align: right;
  }
  /* <s> Utilities
  --------------------------------------------------------- */
  .marginright {
    margin-right: 2%;
  }
  .marginleft {
    margin-left: 2%;
  }
  .marginbottom {
    margin-bottom: 2%;
  }
  /* <s> Grid layout
  ---------------------------------------------------------------- */
  .grid-item {
    margin-bottom: 0;
  }
  .grid-item-icon:before {
    font-size: 60px;
  }
  .grid-row .grid-item:last-child {
    margin-right: 0;
  }
  .grid-row {
    padding: 0 0 2% 0;
  }
  .grid-items .grid-row:last-child {
    padding: 0;
  }
  /* <s> Columns
  --------------------------------------------------------- */
  .cols-2x1 {
    width: 49%;
  }
  .cols-2x1:nth-child(2n+2) {
    margin-right: 0;
  }
  /* <s> Columns x 3
  --------------------------------------------------------- */
  .cols-3x1 {
    width: 32.3%;
  }
  .cols-3x1:nth-child(3n+3) {
    margin-right: 0;
  }
  /*.cols-3x2 {
  	width: 63%;
  	width: -webkit-calc(66.6% - 18px);
  	width:         calc(66.6% - 18px);
  }*/
  /* <s> Columns x 4
  ---------------------------------------------------------------- */
  .cols-4x1 {
    width: 23.5%;
  }
  .cols-4x1:nth-child(4n+4) {
    margin-right: 0;
  }
  /*.cols-4x2{
  	width: 49%;
  	width: -webkit-calc(50% - 27px);
  	width:         calc(50% - 27px);
  }

  .cols-4x3{
  	width: 72.7%;
  	width: -webkit-calc(75% - 27px);
  	width:         calc(75% - 27px);
  }*/
  /* <s> Columns x 5
  --------------------------------------------------------- */
  .cols-5x1 {
    width: 18.4%;
  }
  .cols-5x1:nth-child(5n+5) {
    margin-right: 0;
  }
  .cols-5x2 {
    width: 38%;
    width: calc(40% - 28px);
  }
  .cols-5x3 {
    width: 58%;
    width: calc(60% - 28px);
  }
  .cols-5x4 {
    width: 79.6%;
  }
  /* <s> User selected Alignment
  ---------------------------------------------------------------- */
  blockquote.alignleft,
  img.alignleft {
    margin: 0px 1em 1em 0;
  }
  .wp-caption.alignleft {
    margin: 0px 1em 1em 0;
  }
  blockquote.alignright,
  img.alignright {
    margin: 0 0 1em 1em;
  }
  .wp-caption.alignright {
    margin: 0 0 1em 1em;
  }
}
/*@media screen and (min-width: 1000px) {

#branding {
	width: 280px;
}

.primary-navigation {
	font-size: 12px;
	padding: 0 0 0 340px;
}

.primary-navigation a {
	padding: 2px 0.5%;
}

}*/
@media screen and (min-width: 1200px) {
  /* <s> Grid layout
  ---------------------------------------------------------------- */
  .grid-item {
    height: 220px;
  }
  .grid-item-icon:before {
    font-size: 80px;
  }
}
/*
--------------------------------------------------------------------------------------------------------------------------------
<s> Columns with 2.6% gutter
--------------------------------------------------------------------------------------------------------------------------------
*/
.row {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.col {
  display: block;
  float: left;
  margin: 0 0 0 2.6%;
}

.col:first-child {
  margin-left: 0;
}

.body-sidebar.col,
.body-main.col,
.body-secondary.col {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .body-secondary.col {
    margin-left: 2.6% !important;
  }
}
/* <s> 2 Columns
---------------------------------------------------------------- */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 48.7%;
}

@media only screen and (max-width: 769px) {
  .col {
    margin: 0 0 2.6% 0%;
  }
}
@media only screen and (max-width: 769px) {
  .span_2_of_2,
  .span_1_of_2 {
    width: 100%;
  }
}
/* <s> 3 Columns
---------------------------------------------------------------- */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 65.8%;
}

.span_1_of_3 {
  width: 31.6%;
}

.span_1_of_3:nth-child(4n+4) {
  margin-left: 0;
}

@media only screen and (max-width: 769px) {
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
}
/* <s> 4 Columns
---------------------------------------------------------------- */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.35%;
}

.span_2_of_4 {
  width: 48.7%;
}

.span_1_of_4 {
  width: 23.05%;
}

.span_1_of_4:nth-child(5n+5) {
  margin-left: 0;
}

@media only screen and (max-width: 769px) {
  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }
}
/* <s> 5 Columns
---------------------------------------------------------------- */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.48%;
}

.span_3_of_5 {
  width: 58.96%;
}

.span_2_of_5 {
  width: 38.44%;
}

.span_1_of_5 {
  width: 17.92%;
}

.span_1_of_5:nth-child(6n+6) {
  margin-left: 0;
}

@media only screen and (max-width: 769px) {
  .span_1_of_5,
  .span_2_of_5,
  .span_3_of_5,
  .span_4_of_5,
  .span_5_of_5 {
    width: 100%;
  }
}
/* <s> Other
---------------------------------------------------------------- */
#cyclescheme-calculator-widget {
  border: 0;
  height: 875px;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 878px) {
  #cyclescheme-calculator-widget {
    height: 1420px;
  }
}
/* <s> Metaslider overrides
---------------------------------------------------------------- */
.metaslider .caption-wrap {
  bottom: auto !important;
  left: auto !important;
  top: 0 !important;
  right: 0 !important;
  background-color: rgba(0, 0, 0, 0.25);
  width: auto;
  text-align: right;
}

.metaslider .flex-control-nav {
  bottom: 20px !important;
}

.metaslider .flex-control-paging li a {
  background: rgba(226, 6, 19, 0.6);
}

.metaslider .flex-control-paging li a.flex-active {
  background: rgb(226, 6, 19);
}

.metaslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.metaslider .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-weight: normal;
  font-size: 34px;
  line-height: 52px;
  width: 50px;
  height: 50px;
  display: inline-block;
  content: "\f001";
  color: rgb(226, 6, 19);
  text-align: center;
}

/* big slideshow specific */
.metaslider .flex-direction-nav a:before {
  color: rgb(255, 255, 255);
}

/* <s> Basic Structure
 ----------------------------------------------------------------------------- */
body {
  background-color: var(--wp--preset--color--neutral-1);
}

.site {
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0 0;
  background-image: url(images/stripe.gif);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% 10px;
}

/*.nofullscreen{
	//max-width: 1366px;
	max-width: var(--wp--style--global--wide-size);
}*/
/* <s> Header
----------------------------------------------------------------------------- */
/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
  min-height: 32px;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 999;
  padding: 0;
  text-align: center;
  background-color: var(--wp--preset--color--background);
}

.site-header-inner {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  gap: 0.25em 1em;
}
.site-header-inner > * {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.site-header-inner .sswoo-product-search {
  order: 3;
  flex-basis: 100%;
}
.site-header-inner #site-pre-header {
  flex-grow: 1;
  order: 4;
  flex-basis: 100%;
}

#site-pre-header {
  padding: 6px 20px;
}

.site-pre-header a {
  color: var(--wp--preset--color--neutral-3);
}

.site-pre-header .alignright {
  display: none;
}

.site-pre-header .divider {
  padding: 0 1.5vw;
  color: var(--wp--preset--color--neutral-1);
}

#branding {
  display: block;
  width: min(55vw, 270px);
  height: auto;
  padding: 15px 12px 13px 12px;
}

#branding h1 {
  margin: 0;
}

.site-header .sswoo-product-search {
  text-align: left;
}

.site-header .sswoo-product-search .search-field {
  border: none;
  width: 80%;
  width: calc(100% - 48px);
  float: left;
  height: 38px;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--neutral-3);
  border-radius: 0;
}

.site-header .sswoo-product-search button {
  float: left;
  width: 48px;
  padding: 10px;
  background: var(--wp--preset--color--neutral-3);
  color: var(--wp--preset--color--background);
  font-size: 18px;
  border: none;
  cursor: pointer;
  height: 38px;
  text-align: center;
}

/* <s> Navigation
----------------------------------------------------------------------------- */
.primary-navigation {
  position: absolute;
  top: 53px;
  left: -101%;
  width: 100%;
  /*height: 100%;*/
  z-index: 1001;
  padding: 0;
  transition: all 0.3s ease;
  color: var(--wp--preset--color--neutral-3);
  font-size: 120%;
  text-align: left;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--background);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.3);
}

.primary-navigation.toggled-on {
  left: 0;
}

/*.primary-navigation.has-preheader{
	top: 81px;
}*/
.admin-bar .primary-navigation {
  top: 99px;
}

.admin-bar .primary-navigation.has-preheader {
  top: 81px;
}

.primary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--wp--preset--color--background);
}

.primary-navigation li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.primary-navigation ul ul {
  padding: 0 0 0 20px;
}

.primary-navigation ul ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.primary-navigation ul ul li:last-child {
  border: none;
}

.primary-navigation a {
  color: var(--wp--preset--color--neutral-3);
  display: block;
}

.primary-navigation a:hover {
  color: var(--wp--preset--color--primary);
}

/* current menu item */
.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
  color: var(--wp--preset--color--primary);
}

.primary-navigation a {
  padding: 10px 15px;
}

/* menu and close */
#responsive-menu-icon {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.lines-button {
  background: 0;
  background-color: transparent !important;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 10px;
}

.lines-button .lines {
  transition: background 0.2s 0.2s ease;
}

.lines {
  background: var(--wp--preset--color--neutral-3);
  display: inline-block;
  height: 3px;
  position: relative;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 28px;
}

.lines-button .lines:before,
.lines-button .lines:after {
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: top 0.2s 0.2s ease, transform 0.2s ease;
  -ms-transition: top 0.2s 0.2s ease, -ms-transform 0.2s ease;
  -moz-transition: top 0.2s 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: top 0.2s 0.2s ease, -o-transform 0.2s ease;
  -webkit-transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
}

.lines:before {
  top: 10px;
}

.lines:after {
  top: -10px;
}

.lines:before,
.lines:after {
  background: var(--wp--preset--color--neutral-3);
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: 1px center;
  -ms-transform-origin: 1px center;
  -moz-transform-origin: 1px center;
  -o-transform-origin: 1px center;
  -webkit-transform-origin: 1px center;
  width: 28px;
}

#responsive-menu-icon.close .lines-button .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}

#responsive-menu-icon.close .lines-button .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

#responsive-menu-icon.close .lines-button .lines:before,
#responsive-menu-icon.close .lines-button .lines:after {
  transition: top 0.2s ease, transform 0.2s 0.2s ease;
  -ms-transition: top 0.2s ease, -ms-transform 0.2s 0.2s ease;
  -moz-transition: top 0.2s ease, -moz-transform 0.2s 0.2s ease;
  -o-transition: top 0.2s ease, -o-transform 0.2s 0.2s ease;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.2s ease;
  top: 0;
  width: 28px;
}

#responsive-menu-icon.close .lines-button .lines {
  background: transparent;
  transition: background 0.2s 0 ease;
  -ms-transition: background 0.2s 0 ease;
  -moz-transition: background 0.2s 0 ease;
  -o-transition: background 0.2s 0 ease;
  -webkit-transition: background 0.2s 0 ease;
}

@media screen and (min-width: 769px) {
  /*.admin-bar .site-header{
  	top: 32px;
  }
  .admin-bar .primary-navigation{
  	top: 66px;
  }
  .admin-bar .primary-navigation.has-preheader{
  	top: 66px;
  }*/
  /*.admin-bar .site-content{
  	padding: 42px 10px 10px 20px;
  }*/
  /* <s> Header
  ----------------------------------------------------------------- */
  .site-header-inner {
    flex-wrap: nowrap;
  }
  .site-header-inner .sswoo-product-search {
    flex-grow: 1;
    order: 2;
    flex-basis: auto;
  }
  .site-header-inner #site-pre-header {
    flex-grow: 0;
    flex-basis: auto;
  }
  #branding {
    /*float:left;*/
    padding: 30px 20px;
    z-index: 9999;
    position: relative;
  }
  /* <s> Navigation
  ----------------------------------------------------------------- */
  .primary-navigation li .current_page_item > a,
  .primary-navigation li .current_page_ancestor > a,
  .primary-navigation li .current-menu-item > a,
  .primary-navigation li .current-menu-ancestor > a {
    color: var(--wp--preset--color--background);
  }
  .scrolled-on .primary-navigation li .current_page_item > a,
  .scrolled-on .primary-navigation li .current_page_ancestor > a,
  .scrolled-on .primary-navigation li .current-menu-item > a,
  .scrolled-on .primary-navigation li .current-menu-ancestor > a {
    color: var(--wp--preset--color--foreground);
  }
  .primary-navigation ul ul li:first-child {
    border-top: none;
  }
  .primary-navigation {
    position: static;
    font-size: 1.5vw;
    font-weight: 600;
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    border-top: 1px solid var(--wp--preset--color--neutral-1);
    border-bottom: 1px solid var(--wp--preset--color--neutral-1);
  }
  /*.primary-navigation.has-preheader{
  	top: 66px;
  }*/
  #responsive-menu-icon {
    display: none;
  }
  .primary-navigation .nav-menu {
    padding: 0;
    top: 0;
    border-top: none;
  }
  .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
  .primary-navigation ul {
    background-color: transparent;
  }
  .primary-navigation li {
    border: 0;
    display: inline;
    position: relative;
    padding: 6px 0;
  }
  /*
  .myclass ul li {
     ...this will affect both levels of li.
  }

  .myclass > ul > li {
     ...this will only affect the first level.
  }

  .myclass > ul > li > ul > li {
     ...this will only affect the second level.
  }
  */
  .primary-navigation > ul > li:after {
    content: " /";
    color: var(--wp--preset--color--neutral-2);
  }
  .primary-navigation > ul > li:last-child:after {
    content: "";
  }
  .primary-navigation a {
    display: inline-block;
    padding: 2px 0.5vw;
    white-space: nowrap;
  }
  .primary-navigation .current_page_item > a,
  .primary-navigation .current_page_ancestor > a,
  .primary-navigation .current-menu-item > a,
  .primary-navigation .current-menu-ancestor > a {
    /*background-color: var(--wp--preset--color--background);*/
  }
  /* sub menu not the same */
  .primary-navigation ul ul .current_page_item > a,
  .primary-navigation ul ul .current_page_ancestor > a,
  .primary-navigation ul ul .current-menu-item > a,
  .primary-navigation ul ul .current-menu-ancestor > a {
    color: var(--wp--preset--color--primary);
  }
  .primary-navigation ul ul li:before {
    content: "" !important;
    display: none;
  }
  .primary-navigation ul ul li a {
    background-color: var(--wp--preset--color--neutral-3) !important;
  }
  .primary-navigation li:last-child a {
    border-right: none;
  }
  .primary-navigation ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 26px;
    left: -49px;
    display: none;
    z-index: 99999;
    padding: 10px 0 0 0;
    text-align: left;
  }
  .primary-navigation ul li:last-child > ul {
    left: -100px;
  }
  /* arrowhead */
  .primary-navigation ul ul:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    transition-duration: 0.3s;
    transition-property: top;
    left: calc(50% - 10px);
    /*left: 35px;*/
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--wp--preset--color--neutral-3) transparent;
  }
  .primary-navigation ul li:last-child > ul:before {
    left: 125px;
  }
  .primary-navigation ul ul li {
    padding: 0;
  }
  .primary-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  .primary-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .primary-navigation ul ul a {
    color: var(--wp--preset--color--background);
    padding: 6px 12px;
    white-space: normal;
    width: 146px;
    border-style: none;
    background-color: var(--wp--preset--color--neutral-3);
  }
  .primary-navigation ul ul li:first-child a {
    padding-top: 15px;
  }
  .primary-navigation ul ul li:last-child a {
    padding-bottom: 15px;
  }
  .primary-navigation ul ul a:hover,
  .primary-navigation ul ul li.focus > a {
    color: var(--wp--preset--color--primary);
  }
  .primary-navigation ul li:hover > ul,
  .primary-navigation ul li:active > ul,
  .primary-navigation ul li.focus > ul {
    /*left: 7px;*/
    display: block;
  }
  .primary-navigation ul ul li:hover > ul,
  .primary-navigation ul ul li:active > ul,
  .primary-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .primary-navigation li .menu-item-has-children > a,
  .primary-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }
}
@media screen and (min-width: 1200px) {
  .primary-navigation {
    font-size: 16px;
  }
  .primary-navigation a {
    padding: 2px 1%;
  }
}
.site-content {
  background-color: var(--wp--preset--color--background);
}

.section {
  padding: 1em;
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section:nth-child(even) {
  background-color: var(--wp--preset--color--neutral-3);
  color: var(--wp--preset--color--background);
  padding: 15px;
}

.section:nth-child(even) blockquote {
  color: var(--wp--preset--color--neutral-3);
  background-color: var(--wp--preset--color--neutral-2);
}

.section:nth-child(even) blockquote a {
  color: var(--wp--preset--color--foreground);
}

.section:nth-child(even) a {
  color: var(--wp--preset--color--accent-2);
  text-decoration: underline;
}

.section:last-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .site-content {
    /*padding: 2.5em;*/
  }
  blockquote {
    padding: 2em 2em 1em 2em;
    margin: 0 0 2em 0;
  }
  .section {
    padding: 1em 2.5em 2.5em 2.5em;
  }
  .section:last-child {
    margin-bottom: 2.5em;
  }
  .section:nth-child(even) {
    padding: 2.5em 2.5em 1.5em 2.5em;
  }
  .sidebar-on .section:nth-child(even) {
    margin-right: 2.5em;
  }
  .sidebar-on .section:nth-child(odd) {
    padding: 2.5em 2.5em 1.5em 0em;
  }
}
/* <s> Gutenberg overrides
---------------------------------------------------------------- */
.has-black-background-color {
  background-color: var(--wp--preset--color--foreground);
}

.has-black-color {
  color: var(--wp--preset--color--foreground);
}

.has-white-background-color {
  background-color: var(--wp--preset--color--background);
}

.has-white-color {
  color: var(--wp--preset--color--background);
}

.has-light-grey-background-color {
  background-color: var(--wp--preset--color--neutral-1);
}

.has-light-grey-color {
  color: var(--wp--preset--color--neutral-1);
}

.has-medium-grey-background-color {
  background-color: var(--wp--preset--color--neutral-2);
}

.has-medium-grey-color {
  color: var(--wp--preset--color--neutral-2);
}

.has-dark-grey-background-color {
  background-color: var(--wp--preset--color--neutral-3);
}

.has-dark-grey-color {
  color: var(--wp--preset--color--neutral-3);
}

.has-red-background-color {
  background-color: var(--wp--preset--color--primary);
}

.has-red-color.has-red-color {
  color: var(--wp--preset--color--primary);
}

.has-green-background-color {
  background-color: var(--wp--preset--color--accent-1);
}

.has-green-color.has-green-color {
  color: var(--wp--preset--color--accent-1);
}

.has-yellow-background-color {
  background-color: var(--wp--preset--color--accent-2);
}

.has-yellow-color.has-yellow-color {
  color: var(--wp--preset--color--accent-2);
}

.has-blue-background-color {
  background-color: var(--wp--preset--color--accent-3);
}

.has-blue-color.has-blue-color {
  color: var(--wp--preset--color--accent-3);
}

.wp-block-media-text {
  min-height: 380px;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-button__link {
  text-decoration: none !important;
}

.woocommerce div.product:before,
.woocommerce div.product:after,
.related.products:before,
.related.products:after {
  content: "";
  display: table;
}

.woocommerce div.product:after,
.related.products:after {
  clear: both;
}

.menu-item-basket,
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-shop .sswoo-title-price {
  box-sizing: border-box;
}

.price,
.woocommerce .button {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  line-height: 1.2;
  word-break: keep-all;
  white-space: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* product page */
.woocommerce div.product p.price {
  font-size: 18px;
}

.woocommerce div.product p.price {
  margin: 0.6em 0 0.7em 0;
  font-weight: 600;
  color: #010101;
}

/* sale stuff */
.woocommerce-grouped-product-list-item.sale del .woocommerce-Price-amount {
  text-decoration: line-through;
}

.woocommerce-grouped-product-list-item.sale ins .woocommerce-Price-amount {
  text-decoration: none;
  font-weight: 600;
  color: #E20613;
}

.woocommerce span.onsale {
  background-color: #E20613;
}

.woocommerce div.product .out-of-stock {
  color: #E20613;
}

/* category product titles/prices */
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.25em;
}

.woocommerce ul.products li.product .price,
.sswoo-title-price {
  font-size: 1.1em;
}

/*.woocommerce-shop .sswoo-title-price{
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #4B5256;
  font-weight: 600;
}

.woocommerce ul.products li.product .price {
  color: #4B5256;
  font-weight: 400;
}

.woocommerce-price-suffix {
  font-size: 100%;
}

.woocommerce ul.products li.product .woocommerce_thumbnail_wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.woocommerce ul.products li.product .woocommerce_thumbnail_wrapper img {
  height: auto;
  width: 100%;
  left: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Icons */
.menu-toggle:before,
.sswoo-cart-link:before,
.sswoo-cart-link:after,
#tab-downloads a:before,
.reset_variations:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: inherit;
  width: 16px;
  height: 16px;
  /*color: #E30613;*/
}

.fa-2x,
.fa-3x,
.fa-4x,
.fa-5x {
  position: relative;
  top: 0.25em;
}

.fa-ul {
  margin-left: 2.5em;
}

.fa-ul li {
  margin-bottom: 1em;
}

.fa-li {
  left: -1.4em !important;
  top: 0 !important;
  width: 1.6em !important;
}

.centred .fa-li {
  position: relative !important;
  left: 0 !important;
  top: 0.2em !important;
}

#tab-downloads a:before {
  content: "\f1c1";
  margin-right: 9px;
  color: #E30613;
}

/* add to cart button on cat page */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #4B5256;
  color: #FFFFFF !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #A1A1A1;
  color: #FFFFFF;
}

.woocommerce ul.products li.product strong,
.woocommerce div.quantity {
  display: inline;
}

/* CTA buttons */
.woocommerce ul.products li.product .button {
  margin: 1em 0;
}

.woocommerce ul.products li.product a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #E20613;
  color: #FFFFFF;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #E20613;
  color: #FFFFFF;
}
.woocommerce ul.products li.product a.button.disabled, .woocommerce ul.products li.product a.button.disabled:hover, .woocommerce ul.products li.product a.button:disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled {
  background-color: #a0a4a5;
  color: #FFFFFF;
}

/* product search widget button */
.woocommerce-product-search button {
  background-color: #4B5256;
  color: #FFFFFF;
  font-size: 100%;
  margin: 1em 0 0 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce-product-search button:hover {
  background-color: #A1A1A1;
  color: #FFFFFF;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: none;
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #FFFFFF;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: underline;
}

.woocommerce-error,
.woocommerce-message {
  color: #FFFFFF;
  background-color: #E30613;
}

.woocommerce-info {
  color: #FFFFFF;
  background-color: #E30613;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #B4B7B8;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #E30613;
}

.sswoo-header-alt h2,
.related.products > h2 {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #4B5256;
  padding: 0.4em 1em;
  margin: 0 0 20px 0;
}

.woocommerce-pagination {
  margin-bottom: 2em;
}

/*.sswoo-header-alt.cat-video h2{
    background-color: #E30613;
}*/
/* filters */
.sswoo-filters {
  margin: 0 0 20px 0;
}

.sswoo-sidebar {
  padding: 1em 0 0 0;
}

.sswoo-sidebar .widget-title {
  display: inline;
  margin: 0 0.7em 0 0;
}

.sswoo-sidebar select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAATElEQVQYlbXRsQ3AMAgFUaY53TgZyZt4VNI6iMRugkSDXvGBiFLABGadP4CaarZwBS1URwVLjwCuD5Bqvub7qY4zbbc7vlMHt6+p4AZsMkzJXJ/dhQAAAABJRU5ErkJggg==) no-repeat 97% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #282828;
  padding: 0.4em 2.5em 0.4em 1em;
  /*min-width: 100%;*/
  margin: 0 0 1em 0;
}

/* thumbs */
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woocommerce div.product {
  margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs {
  margin: 2em 0 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: var(--wp--preset--color--neutral-2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--wp--preset--color--neutral-2);
  background-color: var(--wp--preset--color--neutral-2);
  border-radius: 0;
  padding: 0 0.7em;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--wp--preset--color--neutral-3);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wp--preset--color--black);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: var(--wp--preset--color--neutral-1);
  border-bottom-color: var(--wp--preset--color--neutral-1);
  color: var(--wp--preset--color--neutral-3);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  padding: 0.75em 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 1.5em 2.5em;
  background-color: var(--wp--preset--color--neutral-1);
  border-color: var(--wp--preset--color--neutral-2);
  min-height: 284px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
  padding: 0.6em 0;
}
.woocommerce div.product form.cart .variations select {
  padding: 0.3em 3em 0.3em 0.3em;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes tr {
  border: none;
  font-style: normal;
  padding: 3px 0;
}

.woocommerce table.shop_attributes th {
  width: 100px;
}

.woocommerce table.shop_attributes th:after {
  content: ":";
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: transparent;
}

.woocommerce-Tabs-panel--specification strong {
  width: 30%;
}

.woocommerce-Tabs-panel--specification em {
  font-style: normal;
  float: right;
  width: 70%;
}

#tab-downloads p {
  margin-bottom: 1em;
}

#tab-downloads a {
  color: #2F2F2F;
}

#tab-description-content h3 {
  border-top: 1px solid #E3E3E3;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.woocommerce-variation-price {
  padding: 0 0 0.5em 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #4B5256 !important;
  font-weight: 700;
}

.woocommerce-variation-availability .stock {
  font-weight: 600;
  font-size: 100% !important;
  color: #14AE40 !important;
}
.woocommerce-variation-availability .stock.out-of-stock {
  color: #E20613 !important;
}

.woocommerce div.product div.images {
  margin-bottom: 3em;
}

.woocommerce-product-gallery--with-images .flex-direction-nav {
  display: none;
}
.woocommerce-product-gallery--with-images .flex-control-paging {
  width: 100%;
  position: absolute;
  bottom: -1em;
  text-align: center;
  margin-bottom: 0;
}
.woocommerce-product-gallery--with-images .flex-control-paging li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.woocommerce-product-gallery--with-images .flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #888888;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.woocommerce-product-gallery--with-images .flex-control-paging li a:hover {
  background: #000000;
}
.woocommerce-product-gallery--with-images .flex-control-paging li a.flex-active {
  background: #E20613;
  cursor: default;
}
.woocommerce-product-gallery--with-images .flex-control-thumbs {
  padding-top: 0.25% !important;
}
.woocommerce-product-gallery--with-images .flex-control-thumbs li {
  width: 16.16% !important;
  padding: 0.25% !important;
}

.sswoo-cart-link {
  position: absolute;
  top: 2px;
  right: 0px;
}

.sswoo-cart-link .amount {
  font-weight: bold;
}

.sswoo-cart-link .count {
  position: relative;
  top: -2px;
  font-size: 15px;
  border-radius: 50%;
  padding: 2px;
  background-color: #FF0000;
  width: 18px;
  height: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
  display: inline-block;
}

.sswoo-cart-link {
  color: #282828;
}

.sswoo-cart-link:after {
  content: "\f291";
  color: #282828;
}

.sswoo-cart-link:hover,
.sswoo-cart-link:hover:after {
  color: #FFFFFF;
}

.sswoo-cart {
  display: none;
}

.sswoo-cart.toggled-on {
  display: block;
}

.sswoo-cart .widget_shopping_cart {
  /*position: absolute;
     top: 22px;
     right: 0;
  left: 0;*/
  margin: 0 auto;
  /*display: none;*/
  z-index: 99999;
  padding: 1em 1em 0.1em 1em;
  text-align: left;
  font-size: 0.85em;
  border-top: 1px solid #C8E6E7;
}

.sswoo-cart .widget_shopping_cart_content {
  /*background-color: #282828;*/
  /*padding: 2em 1em 0.1em 1em;*/
}

.sswoo-cart .widget_shopping_cart ul a {
  /*color: #FFFFFF;	*/
}

.sswoo-cart .widget_shopping_cart ul a:hover {
  color: #FFFFFF;
}

/*.sswoo-cart:hover > .widget_shopping_cart,
.sswoo-cart:active > .widget_shopping_cart,
.sswoo-cart.focus > .widget_shopping_cart {
	display:block;
}*/
.sswoo-cart .widget_shopping_cart .empty {
  border: none;
  padding: 0 0 1em 0 !important;
}

.sswoo-cart .widget_shopping_cart .total {
  border-top: none;
  padding: 1em 0;
  font-weight: 600;
  text-align: right;
}

.sswoo-cart .widget_shopping_cart .button.checkout {
  float: right;
}

.sswoo-cart .mini_cart_item a {
  padding: 5px;
  white-space: normal;
}

.sswoo-cart .woocommerce a.button {
  font-size: 100%;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 100px;
}

.woocommerce-checkout #payment {
  background-color: var(--wp--preset--color--neutral-1);
}
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--wp--preset--color--white);
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: var(--wp--preset--color--white);
}

@media screen and (min-width: 769px) {
  /* Shop page */
  .woocommerce-shop .article-content {
    padding-top: 55px;
  }
  .sswoo-filters {
    margin: 0 0 30px 0;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.image {
    width: 62%;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 36%;
  }
  .woocommerce-product-gallery--with-images {
    position: relative;
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav {
    display: inline-block;
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev a:before,
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-next a:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 76"><path d="m2,76c-.51,0-1.02-.2-1.41-.59-.78-.78-.78-2.05,0-2.83l34.59-34.59L.59,3.41C-.2,2.63-.2,1.37.59.59,1.37-.2,2.63-.2,3.41.59l36,36c.78.78.78,2.05,0,2.83L3.41,75.41c-.39.39-.9.59-1.41.59Z" fill="%23CCCCCC"/></svg>');
    background-repeat: no-repeat;
    background-size: 34px 34px;
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev a:before {
    transform: rotate(180deg);
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev,
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-next {
    display: block;
    position: absolute;
    top: 250px;
    z-index: 1;
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev {
    left: 0;
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-next {
    right: 0;
  }
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev a,
  .woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-next a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    display: block;
  }
  .sswoo-cart-link {
    display: none !important;
  }
  .sswoo-cart {
    position: absolute;
    z-index: 999;
    left: 65%;
    top: 2em;
    padding: 10px 0 0 0;
    color: #FFFFFF;
  }
  .sswoo-cart .widget_shopping_cart {
    width: 300px;
    background-color: #282828;
    border-top: none;
  }
  .sswoo-cart a {
    color: #FFFFFF;
    font-weight: 400 !important;
  }
  .sswoo-cart a:hover,
  .sswoo-cart a:hover:before,
  .sswoo-cart-link:hover:before {
    color: #95d3d5;
  }
  /* arrowhead */
  .sswoo-cart:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    transition-duration: 0.3s;
    transition-property: top;
    left: 45%;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #282828 transparent;
  }
  .sswoo-cart li {
    display: block;
    border: 0;
  }
}
@media screen and (min-width: 1280px) {
  .sswoo-header-alt h2,
  .related.products > h2 {
    padding: 0.9em 1.5em;
    margin: 0 0 40px 0;
  }
  /* product titles/prices */
  /*.woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
      font-size: 18px;
  }*/
  .woocommerce div.product {
    margin-bottom: 80px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 1.4em;
  }
  .woocommerce-tabs .panel {
    min-height: 439px;
  }
}
.nf-form-content {
  max-width: 2560px !important;
  padding: 0 !important;
}

.nf-form-fields-required {
  font-size: 85%;
  margin-bottom: 2em;
}