@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

header,
nav,
main,
section,
article,
aside,
footer {
  display: block;
}

article {
  margin: 0 0 2rem 0;
  padding: 0;
}

article:after {
  display: block;
  content: " ";
  clear: both;
}

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

a,
a:link,
a:visited {
  text-decoration: none;
  color: #d62f2f;
  transition: all 0.5s;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #d62f2f;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  background: #FFFFFF;
}

form {
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 100%;
}
form p {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

header {
  margin: 0 0 2rem 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 120%;
  color: black;
}

h1 {
  font-size: 3rem;
}
@media screen and (min-width: 1240px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 1240px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  color: #d62f2f;
  font-size: 1.75rem;
}
@media screen and (min-width: 1240px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 1.5rem;
}

h5 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 1rem;
}

hr {
  margin: 0 0 2rem 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  max-width: 22rem;
  color: #d62f2f;
  border: none;
  border-top: 4px solid #d62f2f;
  background-color: transparent;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  background: #FFFFFF;
}

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

input,
select,
button,
textarea {
  margin: 0 0 0.5rem 0;
  padding: 0;
  width: 100%;
  height: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #d62f2f;
  line-height: 3rem;
  outline: none;
  background-color: #FFFFFF;
  border: 0.15rem solid transparent;
}

input[type=submit] {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 185%;
  background-color: black;
}

li {
  margin: 0 0 0.5rem 0;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 145%;
}

p {
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 145%;
}

sup {
  font-size: 40%;
  vertical-align: super;
}

ul,
ol {
  margin: 0;
  padding: 0 0 40px 30px;
}

#mainwrap {
  padding: 10rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #mainwrap {
    padding: 12rem 0 0 0;
  }
}
@media screen and (min-width: 1240px) {
  #mainwrap {
    padding: 14rem 0 0 0;
  }
}

/*
.no-scroll #mainwrap {
	position: fixed;
	overflow: hidden;

	width: 100%;
	height: 100%;

	padding: 0 18px 0 0;
}
*/
#globalswrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  margin: 0;
  padding: 0 1rem;
  width: 100%;
  height: 2rem;
  color: #FFFFFF;
  line-height: 2rem;
  text-align: right;
  background-color: black;
}
#globalswrap * {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 2rem;
}
#globalswrap a,
#globalswrap a:link,
#globalswrap a:visited {
  color: #d62f2f;
  font-weight: 700;
}
#globalswrap a:active,
#globalswrap a:focus,
#globalswrap a:hover {
  color: #FFFFFF;
}

#headerwrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  color: #FFFFFF;
  background-color: black;
  border-bottom: 1rem solid #d62f2f;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#headerwrap:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%);
}
#headerwrap #logowrap {
  display: block;
  z-index: 21;
  margin: 0;
  width: 14rem;
  height: 4rem;
  background-image: url("../images/logo_race-products.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#headerwrap #logowrap a,
#headerwrap #logowrap a:link,
#headerwrap #logowrap a:visited,
#headerwrap #logowrap a:active,
#headerwrap #logowrap a:focus,
#headerwrap #logowrap a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  #headerwrap {
    padding: 2rem 1rem;
  }
  #headerwrap #logowrap {
    width: 20.75rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1240px) {
  #headerwrap #logowrap {
    width: 29rem;
    height: 7rem;
  }
}

#navwrap-trigger {
  position: fixed;
  top: 3rem;
  right: 7.5rem;
  z-index: 45;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  background-color: black;
  border: 0.15rem solid #d62f2f;
  cursor: pointer;
  transition: all 0.5s;
}
#navwrap-trigger span {
  position: absolute;
  top: -0.15rem;
  right: -0.12rem;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
}
#navwrap-trigger span hr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  margin: -1px 0 0 -10px;
  padding: 0;
  cursor: pointer;
  border-top: 0.15rem solid #FFFFFF;
  transition: all 0.5s;
}
#navwrap-trigger span hr:first-child {
  margin-top: -8px;
}
#navwrap-trigger span hr:last-child {
  margin-top: 6px;
}
#navwrap-trigger.active {
  color: #d62f2f;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
#navwrap-trigger.active span hr {
  transform: rotate(45deg);
  border-top: 0.15rem solid black;
}
#navwrap-trigger.active span hr:first-child {
  margin-top: -1px;
  transform: rotate(-45deg);
}
#navwrap-trigger.active span hr:last-child {
  margin-top: 1px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #navwrap-trigger {
    top: 5rem;
    right: 17rem;
    width: 8.5rem;
    padding: 0 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1240px) {
  #navwrap-trigger {
    display: none;
  }
}

#navwrap {
  position: fixed;
  top: 0;
  right: -23rem;
  z-index: 30;
  width: 23rem;
  height: 100%;
  margin: 0;
  padding: 9rem 0 0 2rem;
  background-color: black;
  box-shadow: -6px 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
#navwrap.active {
  right: 0;
}
#navwrap > div {
  flex: 1 1 100%;
  align-self: center;
}
#navwrap a,
#navwrap a:link,
#navwrap a:visited {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.414rem;
  transition: all 0.25s;
}
#navwrap a:active,
#navwrap a:focus,
#navwrap a:hover {
  color: #d62f2f;
}
#navwrap ul,
#navwrap li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#navwrap ul ul ul {
  display: none;
}
#navwrap .menu li {
  margin: 0;
  padding: 0.5rem 0;
}
#navwrap .menu > li {
  line-height: 2.5rem;
}
#navwrap .menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -1rem;
  width: 2rem;
  height: 0px;
  opacity: 0;
  transition: all 0.25s;
  background-color: #d62f2f;
}
#navwrap .menu > li > a:active:after, #navwrap .menu > li > a:focus:after, #navwrap .menu > li > a:hover:after, #navwrap .menu > li.current-menu-item > a:after, #navwrap .menu > li.current-menu-ancestor > a:after {
  height: 0.22rem;
  opacity: 1;
}
#navwrap .sub-menu {
  margin: 1rem 0 0 2rem;
  display: none;
}
#navwrap .sub-menu a {
  font-size: 1rem;
}
#navwrap .current-menu-item .sub-menu,
#navwrap .current-menu-ancestor .sub-menu {
  display: block;
}
@media screen and (min-width: 768px) {
  #navwrap {
    width: 45rem;
    right: -45rem;
  }
}
@media screen and (min-width: 1240px) {
  #navwrap {
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 1rem;
    right: 17rem;
    width: auto;
    height: 3rem;
    padding: 0;
    background-color: transparent;
    text-align: right;
  }
  #navwrap a,
#navwrap a:link,
#navwrap a:visited {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 3rem;
    line-height: 2.8rem;
    color: #FFFFFF;
    font-size: 1.25rem;
    border: 0.15rem solid black;
  }
  #navwrap ul,
#navwrap li {
    display: inline-block;
    line-height: 3rem;
    text-align: center;
  }
  #navwrap .menu > li {
    margin: 0 1.5rem;
    padding: 0;
  }
  #navwrap .sub-menu,
#navwrap .sub-menu > li {
    display: block;
    margin: 0;
    height: auto;
    width: 20rem;
    text-align: left;
    border: none;
    background-color: black;
  }
  #navwrap .sub-menu {
    position: absolute;
    margin: 0 0 0 -10rem;
    padding: 1rem 0;
    top: -9999px;
    left: 50%;
    z-index: 91;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s;
    background-color: black;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  }
  #navwrap .sub-menu li {
    padding: 1rem 0;
  }
  #navwrap .sub-menu li a,
#navwrap .sub-menu li a:link,
#navwrap .sub-menu li a:visited {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
    height: auto;
    line-height: 110%;
    text-align: center;
    font-size: 1rem;
    color: #FFFFFF;
    border: none;
  }
  #navwrap .sub-menu li a:active,
#navwrap .sub-menu li a:focus,
#navwrap .sub-menu li a:hover {
    color: #d62f2f;
  }
  #navwrap .sub-menu li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -1rem;
    width: 2rem;
    height: 0.22rem;
    opacity: 1;
    transition: all 0.25s;
    background-color: #d62f2f;
  }
  #navwrap .sub-menu li:last-child {
    padding-bottom: 0;
  }
  #navwrap .sub-menu li:last-child:after {
    display: none;
  }
  #navwrap li:hover .sub-menu {
    top: 3rem;
    opacity: 1;
  }
}

/* ---------- PRODUCT NAV HERE -------------------------------------------------- */
#productnavwrap-trigger {
  position: fixed;
  top: 3rem;
  right: 4rem;
  z-index: 45;
  display: inline-block;
  margin: 0;
  padding: 0 0.6rem;
  width: 3rem;
  height: 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-size: 0;
  color: #FFFFFF;
  line-height: 2.8rem;
  background-color: black;
  border: 0.15rem solid #d62f2f;
  cursor: pointer;
  transition: all 0.5s;
}
#productnavwrap-trigger:before {
  display: block;
  content: "";
  position: absolute;
  top: -0.15rem;
  left: -0.15rem;
  width: 3rem;
  height: 3rem;
  text-indent: 0;
  text-align: center;
  line-height: 3rem;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
}
#productnavwrap-trigger span {
  position: absolute;
  top: -0.15rem;
  right: -0.12rem;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  display: none;
}
#productnavwrap-trigger span hr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  margin: -1px 0 0 -10px;
  padding: 0;
  cursor: pointer;
  border-top: 0.15rem solid #FFFFFF;
  transition: all 0.5s;
}
#productnavwrap-trigger span hr:first-child {
  margin-top: -8px;
}
#productnavwrap-trigger span hr:last-child {
  margin-top: 6px;
}
#productnavwrap-trigger.active {
  color: #d62f2f;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
#productnavwrap-trigger.active span {
  display: block;
}
#productnavwrap-trigger.active span hr {
  transform: rotate(45deg);
  border-top: 0.15rem solid black;
}
#productnavwrap-trigger.active span hr:first-child {
  margin-top: -1px;
  transform: rotate(-45deg);
}
#productnavwrap-trigger.active span hr:last-child {
  margin-top: 1px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #productnavwrap-trigger {
    top: 5rem;
    right: 5rem;
    width: 10.5rem;
    padding: 0 1rem;
    font-size: 1.25rem;
  }
  #productnavwrap-trigger:before {
    display: none;
  }
  #productnavwrap-trigger span {
    display: block;
  }
}
@media screen and (min-width: 1240px) {
  #productnavwrap-trigger {
    top: 7rem;
  }
}

#productnavwrap {
  position: fixed;
  top: 0;
  right: -23rem;
  z-index: 40;
  width: 23rem;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
  padding: 9rem 0 0 5rem;
  background-color: black;
  box-shadow: -6px 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
#productnavwrap::-webkit-scrollbar {
  display: none;
}
#productnavwrap.active {
  right: 0;
}
#productnavwrap nav ul,
#productnavwrap nav li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0.01rem 0;
}
#productnavwrap nav ul a,
#productnavwrap nav ul a:link,
#productnavwrap nav ul a:visited,
#productnavwrap nav li a,
#productnavwrap nav li a:link,
#productnavwrap nav li a:visited {
  display: block;
  margin: 0.5rem 0;
  padding: 0.25rem 0;
  line-height: 1.25rem;
  color: #FFFFFF;
}
#productnavwrap nav ul a:active,
#productnavwrap nav ul a:focus,
#productnavwrap nav ul a:hover,
#productnavwrap nav li a:active,
#productnavwrap nav li a:focus,
#productnavwrap nav li a:hover {
  color: #d62f2f;
}
#productnavwrap nav ul {
  font-weight: 700;
}
#productnavwrap nav ul.children {
  margin: 0 0 0 2rem;
  font-weight: 600;
}
#productnavwrap nav ul.children ul.children {
  margin: 0 0 0 2rem;
  font-weight: 400;
}
#productnavwrap nav li .paTrigger {
  position: absolute;
  top: 0.5rem;
  left: -3rem;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 100%;
  border: 0.15rem solid #FFFFFF;
  cursor: pointer;
}
#productnavwrap nav li .paTrigger:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  text-align: center;
  line-height: 1.8rem;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
  transition: all 0.5s;
}
#productnavwrap nav li .paTrigger.active:before {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  #productnavwrap {
    width: 45rem;
    right: -45rem;
    padding: 11rem 0 0 5rem;
  }
  #productnavwrap nav ul.children {
    margin: 0 0 0 4rem;
  }
  #productnavwrap nav ul.children ul.children {
    margin: 0 0 0 4rem;
  }
}

/* ---------- SEARCH HERE -------------------------------------------------- */
#searchwrap-trigger {
  position: fixed;
  top: 3rem;
  right: 0.5rem;
  z-index: 55;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  text-align: left;
  text-indent: -999rem;
  line-height: 2.8rem;
  background-color: black;
  border: 0.15rem solid black;
  cursor: pointer;
  transition: all 0.5s;
}
#searchwrap-trigger:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  text-align: center;
  line-height: 3rem;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
}
#searchwrap-trigger.active:before {
  content: "";
}
@media screen and (min-width: 768px) {
  #searchwrap-trigger {
    top: 5rem;
    right: 1rem;
  }
}
@media screen and (min-width: 1240px) {
  #searchwrap-trigger {
    top: 7rem;
  }
}

#searchwrap {
  position: fixed;
  top: 2rem;
  right: -23rem;
  z-index: 50;
  width: 22rem;
  height: 5rem;
  margin: 0;
  padding: 1rem 0;
  transition: all 1s;
  overflow: hidden;
  background-color: black;
  box-shadow: -6px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
#searchwrap form {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 100%;
}
#searchwrap form div {
  display: inline-block;
  font-size: 1rem;
  line-height: 100%;
}
#searchwrap form label {
  position: absolute;
  top: 0rem;
  left: 14.3rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  text-indent: -999rem;
  background-color: transparent;
  pointer-events: none;
  border: 0.15rem solid transparent;
  opacity: 0;
  transition: opacity 0.25s;
}
#searchwrap form label:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  text-align: center;
  line-height: 3rem;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
}
#searchwrap form input {
  margin: 0;
  padding: 0;
  line-height: 100%;
  opacity: 0;
  transition: opacity 0.25s;
}
#searchwrap form input[type=text] {
  width: 12rem;
  margin: 0 1rem;
  padding: 0 1rem;
}
#searchwrap form input[type=submit] {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  color: black;
  overflow: hidden;
}
#searchwrap.active {
  right: 0;
}
#searchwrap.active form label {
  opacity: 1;
}
#searchwrap.active form input {
  opacity: 1;
}
@media screen and (min-width: 1240px) {
  #searchwrap {
    top: 4rem;
  }
}
@media screen and (min-width: 1240px) {
  #searchwrap {
    top: 6rem;
  }
}

/* ---------- BREADCRUMB HERE -------------------------------------------------- */
#breadcrumbwrap {
  margin: 0 0 2rem 0;
  padding: 0;
  color: #d62f2f;
}
#breadcrumbwrap a,
#breadcrumbwrap a:link,
#breadcrumbwrap a:visited {
  display: inline-block;
  padding: 0 0.5rem;
  text-decoration: none;
  color: black;
  transition: all 0.5s;
}
#breadcrumbwrap a:active,
#breadcrumbwrap a:focus,
#breadcrumbwrap a:hover {
  color: #d62f2f;
}
#breadcrumbwrap strong {
  display: inline-block;
  padding: 0 0.5rem;
  color: black;
}

.page-template-template-page-dark #breadcrumbwrap a,
.page-template-template-page-dark #breadcrumbwrap a:link,
.page-template-template-page-dark #breadcrumbwrap a:visited {
  color: #FFFFFF;
}
.page-template-template-page-dark #breadcrumbwrap strong {
  color: #FFFFFF;
}

.inner {
  margin: auto;
  padding: 0 1rem;
  max-width: 102rem;
}

a.btn,
a:link.btn,
a:visited.btn,
div.btn,
span.btn {
  display: inline-block;
  font-weight: 700;
  color: #d62f2f;
  margin: 0 auto;
  padding: 0 1rem;
  line-height: 2rem;
  color: #FFFFFF;
  border: 2px solid #d62f2f;
  background-color: #d62f2f;
  transition: all 0.5s;
  cursor: pointer;
}
a.btn.light,
a:link.btn.light,
a:visited.btn.light,
div.btn.light,
span.btn.light {
  color: #d62f2f;
  background-color: #FFFFFF;
}
a.btn.light.active,
a:link.btn.light.active,
a:visited.btn.light.active,
div.btn.light.active,
span.btn.light.active {
  color: #FFFFFF;
  background-color: #d62f2f;
}

a:active.btn,
a:focus.btn,
a:hover.btn,
div:hover.btn {
  transform: scale(1.1);
}

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cards > * {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .cards > * {
    flex: 0 0 48%;
  }
}
@media screen and (min-width: 1024px) {
  .cards > * {
    flex: 0 0 22%;
  }
}

.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columns > * {
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .columns > * {
    flex: 0 0 48.5%;
  }
}

figure.hero {
  margin: 0 0 0.5rem 0;
  padding: 0;
  overflow: hidden;
}
figure.hero:before {
  content: "";
  display: block;
  width: 1px;
  margin: 0;
  padding: 66.666% 0 0 0;
  float: left;
}
figure.hero:after {
  content: "";
  display: block;
  clear: both;
}
figure.hero img {
  position: absolute;
  margin: auto;
  top: -1000rem;
  left: -1000rem;
  bottom: -1000rem;
  right: -1000rem;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  z-index: 10;
}

.page-template-template-page-dark {
  color: #FFFFFF;
  background-color: black;
}

#contentwrap {
  overflow: hidden;
}
#contentwrap #primary {
  margin-bottom: 4rem;
}
#contentwrap #secondary {
  margin-bottom: 4rem;
}
#contentwrap #pagination,
#contentwrap .pagination {
  margin: 0 0 4rem 0;
  padding: 0;
  text-align: center;
}
#contentwrap.dark {
  color: #FFFFFF;
  background-color: black;
}
#contentwrap.dark h1,
#contentwrap.dark h2,
#contentwrap.dark h4,
#contentwrap.dark h5 {
  color: #FFFFFF;
}

.wp-block-media-text {
  margin: 0 0 2rem 0;
  padding: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  margin: 0 0 2rem 0;
  padding: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 5%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 5% 0 0;
  }
}

.wp-block-quote {
  margin: 0 -9rem 3rem -9rem;
  padding: 3rem 10rem;
  color: #FFFFFF;
  background-color: black;
  border-bottom: 1rem solid #d62f2f;
  box-shadow: -6px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.wp-block-quote p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-quote {
    padding: 3rem 12rem;
  }
}
@media screen and (min-width: 1240px) {
  .wp-block-quote {
    margin: 0 -99rem 3rem -99rem;
    padding: 3rem 114rem;
  }
}

.page-template-template-page-dark .wp-block-quote {
  color: black;
  background-color: #FFFFFF;
}

.wp-block-gallery {
  margin: 0 0 2rem 0;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-item figure figcaption.blocks-gallery-item__caption {
  pointer-events: none;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  background: transparent;
  background-color: #d62f2f;
  opacity: 0;
  transition: opacity 0.5s;
}
.wp-block-gallery .blocks-gallery-item figure:hover figcaption.blocks-gallery-item__caption {
  opacity: 0.8;
}

.mapwrap {
  margin: -2rem 0 2rem 0;
}
.mapwrap:before {
  content: "";
  display: block;
  width: 1px;
  margin: 0;
  padding: 80% 0 0 0;
  float: left;
}
@media screen and (min-width: 768px) {
  .mapwrap:before {
    padding: 27.5% 0 0 0;
  }
}
.mapwrap:after {
  content: "";
  display: block;
  clear: both;
}
.mapwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

/* ---------- FORMS ---------------------------------------------------------------------------------------------------- */
.wpcf7-form {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #d62f2f;
}
.wpcf7-form label {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: black;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
  height: 3rem;
  line-height: 3rem;
  color: black;
  outline: none;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  zoom: 1;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=password],
.wpcf7-form select {
  width: 100%;
}
.wpcf7-form textarea {
  width: 100%;
  height: 9rem;
}
.wpcf7-form input[type=submit] {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  height: 4rem;
  line-height: 4rem;
  padding: 0 4rem;
  color: #FFFFFF;
  font-size: 2rem;
  border-color: black;
  background-color: black;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #FF0;
  font-size: 0.75rem;
  display: block;
  margin: -0.75rem 0 1rem 0;
  padding: 0;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 20px 10px;
  text-align: center;
}
.wpcf7-form div.wpcf7-validation-errors {
  border: 2px solid red;
}

div.wpcf7 .wpcf7-form .ajax-loader {
  position: relative;
  display: inline-block;
  margin: 0 1rem 1rem 1rem;
  padding: 0;
  width: 4rem;
  height: 4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  font-size: 4rem;
  line-height: 4rem;
  vertical-align: middle;
  text-align: center;
  background-image: none;
}

div.wpcf7 .wpcf7-form .ajax-loader:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  color: white;
}

.home #mainwrap {
  padding: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .home #mainwrap {
    padding: 10rem 0 0 0;
  }
}
@media screen and (min-width: 1240px) {
  .home #mainwrap {
    padding: 12rem 0 0 0;
  }
}
.home #headerwrap {
  margin: 0;
}
.home #breadcrumbwrap {
  display: none;
}
.home #slides {
  display: none;
}
.home #bannerwrap {
  margin: 0 0 2rem 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 0;
  font-size: 0;
}
.home #bannerwrap:before {
  content: "";
  display: block;
  width: 1px;
  margin: 0;
  padding: 40% 0 0 0;
  float: left;
}
.home #bannerwrap:after {
  content: "";
  display: block;
  clear: both;
}
.home #bannerwrap div {
  width: 100%;
  height: 100%;
}
.home #bannerwrap #slideshow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.home #bannerwrap .slick-dots {
  position: absolute;
  bottom: 0;
  margin: 0 0 1rem 0;
  padding: 0;
  z-index: 55;
  width: 100%;
  list-style: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
}
.home #bannerwrap .slick-dots li {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  overflow: hidden;
  text-indent: -100rem;
  text-align: left;
  font-size: 1rem;
  line-height: 2rem;
  cursor: pointer;
  border-radius: 2rem;
  background-color: #FFFFFF;
  opacity: 0.33;
}
.home #bannerwrap .slick-dots li.slick-active {
  opacity: 0.66;
}
.home #bannerwrap .slick-dots li button {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
}
.home #bannerwrap .slide {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 100%;
  z-index: 10;
}
.home #bannerwrap .slide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}
.home #bannerwrap .slide a {
  position: absolute;
  z-index: 14;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #bannerwrap .slide figure {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #bannerwrap .slide figure img {
  position: absolute;
  margin: auto;
  top: -1000rem;
  left: -1000rem;
  bottom: -1000rem;
  right: -1000rem;
  width: 100% !important;
  height: auto !important;
}
.home #bannerwrap .slide .bodycopy {
  position: relative;
  z-index: 13;
  color: #FFFFFF;
  margin: 0;
  padding: 1rem;
  width: auto;
  height: auto;
  font-size: 1rem;
}
.home #bannerwrap .slide .bodycopy h2 {
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.home #bannerwrap .slide .bodycopy p {
  display: none;
}
.home #bannerwrap .slide .bodycopy .wp-caption {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .home #bannerwrap .slide .bodycopy {
    padding: 2rem;
  }
  .home #bannerwrap .slide .bodycopy h2 {
    text-align: left;
    font-size: 1.75rem;
  }
  .home #bannerwrap .slide .bodycopy p {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .home #bannerwrap .slide .bodycopy {
    max-width: 35rem;
  }
  .home #bannerwrap .slide .bodycopy h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1240px) {
  .home #bannerwrap .slide .bodycopy {
    padding: 4rem 0 0 10rem;
  }
  .home #bannerwrap .slide .bodycopy:after {
    content: "";
    display: block;
    width: 3.6rem;
    height: 4rem;
    margin: 2rem 0 0 0;
    padding: 0 0 0 0.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 4.2rem;
    transition: all 0.5s;
    border-radius: 4rem;
    opacity: 0.33;
    background-color: #d62f2f;
  }
}
.home #bannerwrap .slide:hover .bodycopy:after {
  opacity: 1;
}
.home #contentwrap #featureusewrap {
  margin: 0;
  padding: 0;
}
.home #contentwrap #featureusewrap h2 {
  text-align: center;
  padding: 0 0 2rem 0;
  margin: 0 auto 2rem 0;
  font-size: 1.75rem;
}
.home #contentwrap #featureusewrap h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.25rem;
  width: 10rem;
  margin: 0 0 0 -5rem;
  background-color: #d62f2f;
}
@media screen and (min-width: 768px) {
  .home #contentwrap #featureusewrap h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1240px) {
  .home #contentwrap #featureusewrap h2 {
    font-size: 2.5rem;
  }
}
.home #contentwrap #featureusewrap .ufeature figure {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.home #contentwrap #featureusewrap .ufeature h3 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  text-align: center;
}
.home #contentwrap #featureusewrap .ufeature .textwidget img {
  display: none;
}
.home #contentwrap #featureusewrap .ufeature .textwidget a,
.home #contentwrap #featureusewrap .ufeature .textwidget a:link,
.home #contentwrap #featureusewrap .ufeature .textwidget a:visited {
  display: inline-block;
  font-weight: 700;
  color: #d62f2f;
  margin: 0 auto;
  padding: 0 1rem;
  line-height: 2rem;
  color: #FFFFFF;
  border: 2px solid #d62f2f;
  background-color: #d62f2f;
  transition: all 0.5s;
  cursor: pointer;
}
.home #contentwrap #featureusewrap .ufeature .textwidget a:active,
.home #contentwrap #featureusewrap .ufeature .textwidget a:focus,
.home #contentwrap #featureusewrap .ufeature .textwidget a:hover {
  transform: scale(1.1);
}
.home #contentwrap #featureusewrap .ufeature .textwidget p:last-child {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home #contentwrap #featureusewrap {
    padding: 2rem 0;
  }
}
.home #contentwrap #primary {
  margin: 0;
  padding: 4rem 1rem 3rem 1rem;
  color: #FFFFFF;
  text-align: center;
  background-color: black;
}
.home #contentwrap #primary article {
  margin: 0 auto;
  padding-bottom: 1px;
  max-width: 70rem;
}
.home #contentwrap #primary article h1,
.home #contentwrap #primary article h2,
.home #contentwrap #primary article h4,
.home #contentwrap #primary article h5 {
  width: auto;
  color: #FFFFFF;
}
.home #contentwrap #primary article h2:after {
  left: 50%;
  margin: 0 0 0 -5rem;
}
.home #contentwrap #featureproductwrap {
  margin: 0;
  padding: 1rem 0;
  min-height: 400px;
  background: transparent linear-gradient(180deg, #FAFAFA 0%, #D5D5D5 100%) 0% 0% no-repeat padding-box;
}
.home #contentwrap #featureproductwrap h2 {
  font-size: 1.75rem;
  text-align: center;
  padding: 0 0 2rem 0;
  margin: 0 auto 2rem 0;
}
.home #contentwrap #featureproductwrap h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.25rem;
  width: 10rem;
  margin: 0 0 0 -5rem;
  background-color: #d62f2f;
}
@media screen and (min-width: 768px) {
  .home #contentwrap #featureproductwrap h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1240px) {
  .home #contentwrap #featureproductwrap h2 {
    font-size: 2.5rem;
  }
}
.home #contentwrap #featureproductwrap .inner {
  padding: 0 5%;
}
.home #contentwrap #featureproductwrap .cards > * {
  flex: 0 0 100%;
}
.home #contentwrap #featureproductwrap .pfeature {
  margin: 0 0 1rem 0;
}
.home #contentwrap #featureproductwrap .pfeature:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.33) 100%) 0% 0% no-repeat padding-box;
}
.home #contentwrap #featureproductwrap .pfeature:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 0.5rem;
  background-color: #d62f2f;
}
.home #contentwrap #featureproductwrap .pfeature figure:before {
  padding: 50% 0 0 0;
}
.home #contentwrap #featureproductwrap .pfeature figure img {
  position: absolute;
  margin: auto;
  top: -1000rem;
  left: -1000rem;
  bottom: -1000rem;
  right: -1000rem;
  width: 100% !important;
  height: auto !important;
}
.home #contentwrap #featureproductwrap .pfeature .textwidget {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  padding: 3% 5% 0 5%;
  color: #FFFFFF;
}
.home #contentwrap #featureproductwrap .pfeature .textwidget h3 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #FFFFFF;
}
.home #contentwrap #featureproductwrap .pfeature .textwidget img {
  display: none;
}
.home #contentwrap #featureproductwrap .pfeature .textwidget p {
  font-size: 0.75rem;
}
.home #contentwrap #featureproductwrap .pfeature .textwidget a,
.home #contentwrap #featureproductwrap .pfeature .textwidget a:link,
.home #contentwrap #featureproductwrap .pfeature .textwidget a:visited {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -999rem;
}
@media screen and (min-width: 768px) {
  .home #contentwrap #featureproductwrap {
    padding: 2rem 0;
  }
  .home #contentwrap #featureproductwrap .cards > * {
    flex: 0 0 48%;
  }
}
@media screen and (min-width: 1024px) {
  .home #contentwrap #featureproductwrap {
    padding: 4rem 0;
  }
  .home #contentwrap #featureproductwrap .pfeature .textwidget {
    padding: 5% 8% 0 8%;
  }
  .home #contentwrap #featureproductwrap .pfeature .textwidget p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1240px) {
  .home #contentwrap #featureproductwrap .cards > * {
    flex: 0 0 32%;
  }
  .home #contentwrap #featureproductwrap .pfeature:before {
    background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.1) 100%) 0% 0% no-repeat padding-box;
  }
}
@media screen and (min-width: 1920px) {
  .home #contentwrap #featureproductwrap .pfeature .textwidget {
    padding: 5% 22% 0 8%;
  }
}

article.page.intro {
  margin: 0 0 2rem 0;
  padding: 0;
}
article.page.full {
  margin: 0 0 4rem 0;
  padding: 0;
}
article.page.full header h1 {
  padding: 0 0 4rem 0;
  margin: 0 auto 4rem 0;
}
article.page.full header h1:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background-color: #d62f2f;
}
article.page.full h2 {
  padding: 0 0 2rem 0;
  margin: 0 auto 2rem 0;
}
article.page.full h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 10rem;
  background-color: #d62f2f;
}
article.page.full .mapwrap {
  display: none;
}
article.page.full .bodycopy .wp-block-quote:last-child {
  border-bottom: none;
  margin-bottom: -4rem !important;
}
@media screen and (min-width: 768px) {
  article.page.full header h1 {
    width: 50%;
  }
}

article.post.intro {
  margin: 0 0 2rem 0;
  padding: 0;
}
article.post.full {
  margin: 0 0 2rem 0;
  padding: 0;
}

article.product.excerpt {
  margin: 0 0 4rem 0;
  padding: 0;
}
article.product.excerpt header {
  margin: 0;
  text-align: center;
}
article.product.excerpt header figure {
  background-color: rgba(0, 0, 0, 0.05);
}
article.product.excerpt header figure a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -999rem;
  overflow: hidden;
}
article.product.excerpt header h3 {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
article.product.excerpt footer {
  text-align: center;
}
article.product.full {
  margin: 0 0 2rem 0;
  padding: 0;
}
article.product.full header h1 {
  padding: 0 0 4rem 0;
  margin: 0 auto 4rem 0;
}
article.product.full header h1:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background-color: #d62f2f;
}
@media screen and (min-width: 768px) {
  article.product.full header h1 {
    width: 50%;
  }
}

.filter a.btn {
  margin: 0 0.5rem;
}

#footerwrap {
  margin: 0;
  padding: 2rem 1rem;
  color: #FFFFFF;
  background-color: black;
  border-top: 1rem solid #d62f2f;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#footerwrap .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footerwrap .inner .widget {
  flex: 0 0 100%;
  margin: 0 0 2rem 0;
  padding: 0;
}
#footerwrap .inner .widget img {
  max-width: 45%;
  height: auto;
}
#footerwrap .inner .widget:first-child {
  flex: 0 0 100%;
  font-size: 0.8rem;
}
#footerwrap .inner .widget:first-child p {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
#footerwrap .inner a:active,
#footerwrap .inner a:focus,
#footerwrap .inner a:hover {
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  #footerwrap .inner .widget {
    flex: 0 0 20%;
  }
  #footerwrap .inner .widget:first-child {
    flex: 0 0 42.5%;
    margin: 0 15% 0 0;
  }
}
@media screen and (min-width: 1240px) {
  #footerwrap .inner .widget {
    flex: 0 0 15%;
  }
  #footerwrap .inner .widget:first-child {
    flex: 0 0 35%;
    margin: 0 30% 0 0;
  }
}

#copyrightwrap {
  color: black;
  background-color: #FFFFFF;
}
#copyrightwrap .inner {
  padding: 2rem 1rem;
  text-align: center;
  line-height: 2rem;
}
#copyrightwrap .inner * {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 2rem;
}
#copyrightwrap .inner strong {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin: 0;
}
#copyrightwrap .inner a,
#copyrightwrap .inner a:link,
#copyrightwrap .inner a:visited {
  color: black;
}
#copyrightwrap .inner a:active,
#copyrightwrap .inner a:focus,
#copyrightwrap .inner a:hover {
  color: #d62f2f;
}
@media screen and (min-width: 1024px) {
  #copyrightwrap .inner {
    padding: 0 1rem;
    text-align: right;
    line-height: 4rem;
  }
  #copyrightwrap .inner * {
    line-height: 4rem;
  }
  #copyrightwrap .inner strong {
    display: inline;
    color: #d62f2f;
    margin: 0 0.5rem;
  }
}

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