/********************************************************************************************************************

  ---------      KBB DIGITAL CUSTOM STYLING      ---------

********************************************************************************************************************/

/*********************
VAIRABLES STYLES
*********************/

:root {
  --white: #ffffff; 
  --black: #000;
  --text: #222; 
/*
  --primary: #0d3071;
  --secondary: #668f84;*/
  --gradient: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%);

  --red: #EC7B56;
  --light: #f3f3f3;
  --dark: #5f6160;

  --orange: #ed5a2a;

}

/*********************
TEXT STYLES
*********************/
body, p, span, a, li {
  font-family: "proxima-nova", sans-serif !important;
  color: var(--text);
  font-size: 18px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, .section .title, .section .subtitle {
    font-family: "komet", sans-serif !important;
    color: var(--text);
    line-height: 1.25;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *  {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
h1 {
    font-size: 60px;
    margin-bottom: 1.5rem;
    font-weight: 900;
    color: var(--primary);
}
.banner h1 span {
    line-height: 1;
}
h1 strong {
  color: var(--secondary);
}
h1.large {
  font-size: 80px;
  font-weight: ;
}
h2 {
    font-size: 45px;
    margin-bottom: 1rem;
    font-weight: 900;
    color: var(--primary);
}
h2 strong {
  color: var(--primary);
}
h2.thick {
    font-weight: 700;
    color: var(--secondary);
}
h3 {
    font-size: 35px;
    color: var(--text);
    font-weight: 600;
}
h3 strong {
  color: var(--secondary);
}
h4 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
}
h4 strong {
  color: var(--secondary);
}

h5 strong {
    color: var(--red);
}
h5 {
    font-size: 26px;
    font-weight: 600;
}
h6 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
}
h6 strong {
  font-weight: 700;
}
.grid-container {
    max-width: 1350px;
}
.white {
  color: #fff;
}
.yellow {
  color: var(--secondary);
}
.primary-logo a {
  padding: 0px;
}
.primary {
  color: var(--primary) !important;
}
.banner .nk-awb-wrap.nk-awb-rendered {
    mix-blend-mode: multiply;
}
.banner {
    max-height: 100%;
    min-height: 150px;
    display: grid;
    position: relative;
    grid-template-columns: 100%;
    padding-top: 0px;
}
.banner .nk-awb-wrap.nk-awb-rendered {
    opacity: .2;
}
.single.single-post .banner {
    min-height: 230px;
}
.home .banner {
  height: 80vh;
  max-height: 700px;
  min-height: 500px;
}
.banner-background {
  position: relative;
  width: 100%;
  background: var(--primary);
  z-index: 1;
  height: 100%;
}
.banner-slider {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-slider .slick-prev {
  left:1rem;
}
.banner-slider .slick-next {
  right:1rem;
}
.banner-slider .slick-arrow:before,
.banner-slider .slick-arrow:after {
  color: var(--white);
}
.banner-slider .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.slick-track {
  height: 100%;
  clear: both !important;
  display: block;
}
.slick-list.draggable {
  height: 100%;
}
.nk-awb {
    height: 100%;
}

.content-module {
  padding: 100px 0rem;
  position: relative;
}
.footer-socials .cell-inner {
  padding: 50px 3rem 150px;
}
html {
  scroll-behavior: smooth;
}

.content-module .module:not(.call-to-action) {
  padding: 25px 1rem;
}
.module.shop-categories {
  padding: 50px 1rem !important;
}
.module.featured-content + .featured-content {
  padding-top: 50px;
}
.content-module .module.case-studies + .module.case-studies {
  padding-top: 0px;
}
.grid-container.thin {
  max-width: 60rem;
}
.grid-container.wide {
  max-width: 95%;
}
.top-bar, .top-bar ul {
  background-color: transparent;
}
.primary-logo img {
    max-width: 260px;
    transition: all ease .25s;
}
.banner-grid.grid-container {
  height: 100%;
  display: grid;
  padding-top: 7rem;
  align-content: end;
  padding-bottom: 5rem;
  max-width: calc(100% - 5rem);
}
.cta-bar .cell-inner {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 2rem;
    border-radius: 20px;
    position: relative;
    background: var(--primary);
    padding: 2.5rem 4rem;
    overflow: hidden;
}
.cta-bar .cell-inner::before {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2023/11/cta-bar-bg.png');
    width: 100%;
    height: 100%;
    opacity: .45;
    top: 0;
    left: 0px;
}
.cta-bar {
    margin-top: -6.5rem;
    z-index: 8;
    margin-bottom: -3.5rem;
    position: relative;
}
.cta-bar .cell-inner h4 {
    margin: 0px;
    color: #fff;
    font-size: 24px;
}

.banner h1 {
  margin-bottom: .5rem;
}
.home .banner-grid.grid-container {
  align-content: center;
}
.banner-grid.grid-container .cell-inner h1, .banner-grid.grid-container .cell-inner p, .banner-grid.grid-container .cell-inner h2,
.banner-grid.grid-container .cell-inner h3, .banner-grid.grid-container .cell-inner h4, .banner-grid.grid-container .cell-inner h5,
.banner-grid.grid-container .cell-inner h6, .banner-grid.grid-container .cell-inner a {
  color: #fff;
}
.banner-cta.hide-cta {
  display: none;
}
.featured-content .cell-inner {
  display: grid;
  align-content: center;
  justify-content: center;
  width: 100%;
  position: relative;
  min-height: 400px;
}
.featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
    padding: 3rem 3rem 3rem 0rem;
}
.featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
    padding: 3rem 0rem 3rem 3rem;
}
.featured-content .cell-inner:not(.content-cell) img {
    box-shadow: 0 3px 6px 0px rgba(0,0,0,0.3);
    object-fit: cover;
    object-position: center;
    float: right;
    position: absolute;
    border-radius: 20px;
    height: 100%;
}
.vbox-container img {
  max-width: 800px;
  height: auto;
  width: auto !important;
  max-height: 800px;
}

.module-background.nocolor {
  background-color:transparent;
}
.module-background.black {
  background-color:var(--black);
}
.module-background.white {
  background-color:var(--white);
}
.module-background.light {
  background-color:var(--light);
}
.module-background.dark {
  background-color:var(--dark);
}
.module-background.primary {
  background-color:var(--primary);
}
.module-background.secondary {
  background-color:var(--secondary);
}
.module-background.black ~ .module *:not(strong):not(input) {
  color: var(--white);
}
.module-background.dark ~ .module *:not(strong):not(input) {
 color:var(--white);
}
.module-background.primary ~ .module *:not(strong):not(input) {
    color: var(--white);
}
.service-box-content h3, .service-box-content p {
  color: var(--text) !important;
}

.content-module .module {
  z-index: 2;
  position: relative;
}
.module-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}



.header-container {
    position: fixed;
    top: 0px;
    z-index: 9;
    width: 100%;
}
header.header {
    width: 100%;
    padding: 5px 1rem;
    transition: all ease .25s;
}
header.header.sticky {
    background: rgb(0 35 18 / 98%);
    padding: 10px;
    transition: all ease .25s;
}
header.header.sticky .primary-logo img {
    max-width: 200px;
    transition: all ease .25s;
}

.primary-menu ul.menu li a {
    color: var(--white) !important;
    cursor: pointer;
    padding: 12.5px 25px;
    transition: all ease .25s;
    font-size: 18px;
    text-transform: uppercase;
}
.primary-menu ul.menu li.active > a, .category-nav ul.menu li.active > a {
    background: none;
    color: var(--white) !important;
}
.primary-menu ul.menu li a:hover, .primary-menu ul.menu > li:hover > a {
    color: var(--secondary) !important;
    transition: all ease .25s;
}
.primary-menu ul li.button {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  background: none;
}
.primary-menu ul li.button a{
  padding: 12.5px 40px;
  transition: all ease .25s;
  background-color: transparent;
}
.primary-menu ul li.button:hover a {
  background: var(--primary);
  transition: all ease .25s;
  color: var(--white) !important;
  border-radius: 0px !important;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: none;
}
ul.menu ul.menu.submenu {
  border: 1px solid var(--secondary);
  background: rgba(0, 0, 0, 0.51);
  z-index: 999;
}
.primary-menu ul.menu li .submenu a {
    padding: 20px 20px 20px;
    line-height: 1.25;
    background: #002715e0;
    opacity: .99;
}
.primary-menu ul.menu li .submenu a:hover, .primary-menu ul.menu .submenu > li:hover > a {
  color: var(--white) !important;
  transition: all ease .25s;
  background: var(--secondary) !important;
}

.primary-menu {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: end;
  margin-top: 0.5rem;
}
.shop-links svg {
  fill: var(--primary);
  transform: scale(1.2);
  vertical-align: middle;
  display: inline-block;
  height: 28px;
}
.shop-links a {
  padding: 0px 10px;
}
#menu-shop-1 li a {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 30px;
  transition: all ease .25s;
}
#menu-shop-1 li a:hover {
  color: var(--primary);
  transition: all ease .25s;
}
.button.white {
  background: var(--white);
}
.banner-grid .cell-inner {
  text-align: right;

}
.banner h1 {
    line-height: 1.25;
    text-align: left;
    color: var(--white) !important;
    margin-bottom: 1rem;
}
.banner h1 span {
    line-height: 1;
    font-weight: 900;
    font-family: "komet", sans-serif !important;
    letter-spacing: 2px;
}
.banner h1 span..members-only-message {
    background: #f1f1f1;
    padding: 2rem;
    border: 4px solid var(--primary);
} {
  -webkit-text-stroke: 2px #EC7B56;
  color: transparent !important;
  filter: drop-shadow(0px 0px 5px #EC7B56);

}

.banner h1 span.banner-green-text {
  -webkit-text-stroke: 2px #8FB77F;
  color: transparent !important;
  filter: drop-shadow(0px 0px 5px #8FB77F);
}

.banner * {
   color: var(--white) !important; 
}
.banner-cta a, .button {
    padding: 17.5px 65px;
    background: var(--secondary);
    color: var(--white) !important;
    font-size: 20px;
    border-radius: 50px;
    border: 2px solid var(--secondary);
    transition: all ease.25s;
    margin-top: 1rem;
}
.cta-right > a {
    padding: 25px 15px !important;
    margin: 0;
}
.button-open {
    padding: 17.5px 65px;
    background: none;
    color: var(--white) !important;
    font-size: 20px;
    border-radius: 50px;
    border: 2px solid var(--orange);
    transition: all ease.25s;
    margin-top: 1rem;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
a.button-open:hover {
    background: var(--orange);
    transition: all ease .25s;
}
.banner-cta a:hover, .button:hover, .button.white:hover {
  background: var(--primary);
  color: var(--white) !important;
  transition: all ease .25s;
}
.services-content .grid-container:first-child {
    margin-bottom: 3.5rem;
}
.services-content .large-3 .cell-inner {
    border-radius: 3px;
    background: var(--white);
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 3.5px 4px -2px rgba(0,0,0,0.5);
    transition: all ease .25s;
    margin-top: 0px;
}
.module-background.nocolor + .module.split-content .content-cell-inner a.button {
    background: none;
    color: var(--primary) !important;
    border-color: var(--primary);
}
.services-content .large-3 .cell-inner:hover {
    margin-top: -5px;
    box-shadow: 0px 3.5px 4px 0px rgba(0,0,0,0.75);
    transition: all ease .25s;
}
.service-box-content {
    padding: 1.5rem;
}
.service-box-graphic {
    padding: 2rem 2rem 0rem;
    opacity: .5;
    transition: all ease .25s;
}
.services-content .large-3 .cell-inner:hover .service-box-graphic {
    opacity: .99;
    transition: all ease .25s;
}
.service-box-content p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.5;
    margin-top: 1rem;
}
.service-box-content h3 {
    color: var(--text);
    border-left: 5px solid var(--secondary);
    padding: 3px 4px 3px 15px;
}
.services-content .grid-container .grid-x {
  position: relative;
  z-index: 2
}
.services-content:not(.overflow-off) .grid-container:last-child:after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -11rem;
    background: #fff;
    left: 0px;
    z-index: 1;
}
.services-content .grid-container:last-child {
    margin-bottom: -7rem;
}
span.yellow {
    color: var(--secondary) !important;
}





.blog-content a.excerpt-read-more {
    display: none;
}
.blog-content article .large-8 .cell-inner {
    padding: 2rem 0px;
}
.blog-content .post .cell-inner {
    height: 100%;
}
.blog-content .large-4 .wp-post-image {
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.blog-content .post {
    margin-bottom: 2rem;
}
.blog-content .post .large-8 .button {
    background: var(--secondary);
    color: #fff;
}
.grid-container .grid-x .cell .cell-inner p:last-child {
  margin-bottom: 0px;
}
.newsletter-signup {
  padding: 5rem 1rem;
  background: #f4f4f4;
}
.page-navigation {
  margin-top: 0px;
  background: var(--secondary);
  padding: 2rem;
  text-align: center;
}
.pagination {
  margin-left: 0;
  margin-bottom: 0px;
}
.pagination .current {
  padding: 1rem 1.5rem;
  background: #222;
  color: #fefefe;
  cursor: default;
  font-weight: 700;
}
.pagination a:hover, .pagination button:hover {
  background: #fff !important;
}
.pagination a, .pagination button {
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 0;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 700;
}
.newsletter-signup .cell-inner {
  display: grid;
  height: 100%;
  align-content: center;
}
.newsletter-signup .ginput_container input {
  background: none;
  padding: 15px !important;
  height: 60px;
  border: none;
  box-shadow: 0px 1.5px 4px -2px rgba(0,0,0,0.25);
  position: relative;
  z-index: 2;
}
.newsletter-signup .gform_wrapper .top_label div.ginput_container {
  background: #fff;
}
.newsletter-signup .ginput_container input::placeholder {
  font-weight: 700;
  color: #222;
  opacity: 1;
}
.gform_wrapper .gform_footer {
  padding: 0px !important;
}
.sidebar-one {
    border-top: 3px solid var(--secondary);
    border-bottom: 3px solid var(--secondary);
    padding: 1rem;
    margin-bottom: 2rem;
}
.sidebar-one svg {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    fill: var(--dark);
}
.sidebar-two .side-inner,
.sidebar-three .side-inner {
    position: relative;
    margin-bottom: 2rem;
}
.sidebar-two h3 span {
    background: #222;
    color: #fff;
    line-height: 42px;
    padding: 8px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.sidebar-two h3 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem)
}
.sidebar-two a {
    position: absolute;
    bottom: 1rem;
    background: var(--secondary);
    color: #222;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 3px;
    right: 1rem;
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.5);
}
.sidebar img {
    box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.5);
}
.side-inner img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.single-post-content-area {
    padding: 100px 1rem;
}
.blog-content .post .large-8 .button {
    background: var(--secondary);
    color: #fff;
}
.single--content .content-module {
    padding: 0px;
}
.single--content .content-module .module:not(.call-to-action) {
  padding: 25px 0px;
}
.single--content .content-module .module:not(.call-to-action) .grid-container {
  padding: 0px;
}
.single--content h1.entry-title.single-title {
    margin-bottom: 0px;
}
.single-post-content-area .single-intro img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.single--content-inner {
    padding: 50px 50px 0px;
}
.single .content .content-module:last-child {
    padding: 0px;
}
.single--content-inner footer.article-footer {
    position: relative;
}
.next-post-link {
    position: absolute;
    width: 45%;
    left: 0px;
    overflow: hidden;
    bottom: 0px;
}
.single--content-inner .next-post-link svg {
    fill: var(--text);
    width: 55px;
    transform: rotate(180deg);
    vertical-align: middle;
    text-align: right;
    position: absolute;
    height: 100%;
    z-index: 2;
    transition: all ease .25s;
    background: var(--secondary);
}
.single--content-inner .next-post-link:hover a {
    transition: all ease .25s;
    left: 0px;
    color: #222;
}
.next-post-link a {
    padding: 1.05rem 1.25rem 1rem 3.5rem;
    display: block;
    overflow: hidden;
    background: var(--secondary);
    position: relative;
    left: -100%;
    transition: all ease .25s;
}
.single--content-inner footer.article-footer {
    position: relative;
    margin-top: 8rem;
}


.prev-post-link {
    position: absolute;
    width: 45%;
    right: 0px;
    overflow: hidden;
    bottom: 0px;
}
.single--content-inner .prev-post-link svg {
    fill: var(--text);
    width: 55px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    height: 100%;
    right: 0px;
    z-index: 2;
    transition: all ease .25s;
    background: var(--secondary);
}
.single--content-inner .prev-post-link:hover a {
    transition: all ease .25s;
    right: 0px;
    color: #222;
}
.prev-post-link a {
    padding: 1.05rem 3.5rem 1rem 1.25rem;
    display: block;
    overflow: hidden;
    background: var(--secondary);
    position: relative;
    right: -100%;
    transition: all ease .25s;
}




.featured-content.no-shadows .cell-inner:not(.content-cell) img {
  box-shadow: none;
}
.featured-content.large-feature .cell-inner:not(.content-cell) img {
  max-height: 700px;
 }
.gform_wrapper .top_label div.ginput_container:not(.ginput_recaptcha):not(.ginput_complex) {
    background: #fff;
}
.gform_wrapper .top_label div.ginput_container.ginput_complex input {
    background: #fff;
}
.ginput_container textarea {
    background: none;
    padding: 15px !important;
    height: 120px;
    border: none;
    box-shadow: 0px 1.5px 4px -2px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}
.ginput_container input::placeholder,
.ginput_container textarea::placeholder {
  font-weight: 700;
  color: #222;
  opacity: 1;
}
.content-module .gform_wrapper h3.gform_title {
  font-size: 40px;
  margin-bottom: 1rem;
  font-weight: 500;
}

.content-module a, .no-button {
  position: relative;
}

.content-module a:not(.button):hover, .no-button:hover {
  color: var(--text);
  transition: all ease .25s;
  cursor: pointer;
}
.post-content {
  margin-top: 2rem;
}
.post-content h3 {
  margin-bottom: 1rem;
}

.module.two-column.extra-top {
  margin-top: 6rem;
}

.content-module hr {
  width: 100%;
  max-width: 100%;
  margin: 3rem auto;
}
.content-module hr:last-child {
  margin-bottom: 0px;
}














.footer {
  clear: both;
  margin-top: 0em;
  background: #212222;
  padding: 120px 0px 80px;
}

.copyright-footer {
  background: var(--primary);
  padding: 20px;
}
.copyright-footer p, .copyright-footer a {
  margin-bottom: 0px;
  font-size: 16px;
  color: var(--white);
}
.footer-contact-info span {
    font-size: 20px;
    font-weight: 600;
}
.footer .menu li {
  display: block;
  float: none;
  width: 100%;
  font-size: 15px;
}
.footer h3 {
    margin-bottom: 1.5rem;
    font-size: 25px;
    font-weight: 700;
    color: var(--primary);
}
.footer .menu li a {
    background: none;
    padding: 0px 0px 10px;
    transition: all ease .25s;
    line-height: 1.25;
    color: var(--text);
    font-size: 17.5px;
    padding-bottom: 17px;
}
.footer .menu li a:hover {
  color: var(--primary);
  transition: all ease .25s;
}
.footer h3.white {
  margin-bottom: 1.5rem;
}
.footer .cell svg {
    fill: var(--secondary);
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    transition: all ease .25s;
    display: inline-block;
}
.footer .large-5 .socials {
  margin-top: 2rem;
}
.footer .cell svg:hover {
  transition: all ease .25s;
  opacity: .99;
}
.footer-document-link {
    margin-top: 1.5rem;
    max-width: 650px;
}
.footer .locations-footer span {
  vertical-align: middle;
  padding-left: 0rem;
  display: block;
  color: #ccc;
  font-size: 13px;
}
.locations-footer a {
  color: #ccc;
  font-size: ;
}
.footer .cell p:last-child svg:hover {
  opacity: 1;
  transition:all ease .25s;
}

.content.blog-content {
  padding: 100px 0px;
}
.blog-introduction {
  margin-bottom: 3rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.blog-post-content {
  padding: 1rem;
}
.blog-post-box {
  background: var(--light);
}
.inner-footer .cell img {
  width: 245px;
  margin-bottom: 0.5rem;
}
.inner-footer .large-4 .cell-inner p {
  margin-bottom: .5rem;
}






.gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
  clear: both;
  width: 100%;
}

.ginput_container input {
  background: none;
  padding: 15px 20px !important;
  height: 75px;
  position: relative;
  z-index: 2;
  box-shadow: none;
  border: 2.5px solid var(--primary);
}
.ginput_container textarea {
  background: none;
  padding: 15px 20px !important;
  height: 150px;
  position: relative;
  z-index: 2;
  box-shadow: none;
  border: 2.5px solid var(--primary);
}
.copyright-footer {
    padding: 10px;
    background: #000000;
}
.footer {
    clear: both;
    margin-top: 0rem;
    background: #fff;
    padding: 0;
}
.footer-right-inner {
  display: grid;
  grid-template-columns: 53.5% 41.5%;
  grid-gap: 5%;
  border-left: 2px solid #dedede;
  padding-left: 6rem;
}
.footer-right-inner h3 {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  margin-bottom: 2rem;
}
.footer span {
    vertical-align: middle;
    display: inline-block;
}
.footer-contact-info span {
    font-size: 20px;
    font-weight: 600;
}
.copyright-inner {
  display: grid;
  grid-template-columns: 50% 50%;
}
.copyright-right {
  text-align: right;
}
.footer-contact-info {
    margin-top: 2rem;
}
.footer-contact-svg {
    display: inline-block;
    text-align: center;
    margin-right: 0.5rem;
    padding: 3.5px 9px 7.5px;
    border: 3px solid var(--secondary);
    width: 44px;
    border-radius: 100%;
    height: 44px;
}
.footer-document-link a span {
    font-weight: 600;
    color: var(--primary);
}
.footer-document-link a {
    display: grid;
    grid-template-columns: auto auto;
    background: #FEF6D2;
    padding: 10px 20px;
    align-items: center;
    border-radius: 5px;
    border: 3px solid var(--primary);
}
.footer-document-link svg {
    justify-self: end;
    width: 40px !important;
    height: 40px !important;
    fill: var(--primary) !important;
    margin: 0 !important;
}
.buttons-container {
  margin-top: 2rem;
}
.button + .button {
  margin-left: .5rem;
}
.error404 .content-module .cell-inner {
  text-align: center;
}
.flaticon-back.slick-arrow {
  left: 0.5rem;
  bottom: .5rem;
  top: auto;
}
.flaticon-right-arrow {
  right: 0.5rem;
  bottom: .5rem;
  top: auto !important;
}
.phone-button {
  padding: 12px 35px 17px;
}
tbody, tfoot, thead, tbody tr:nth-child(2n) {
  border: none !important;
  background-color: transparent !important;
}


.slick-arrow.slick-disabled {
  opacity: .5;
}

.products.columns-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.products.columns-3::before {
  display: none !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
  padding-bottom: 2.5rem;
  position: relative;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .button.product_type_variable.add_to_cart_button {
  position: absolute;
  bottom: 0px;
}
.afterpay-payment-info {
  font-size: 13px;
  display: block;
}
.afterpay-payment-info strong .woocommerce-Price-amount.amount {
  font-size: 20px;
}
.afterpay-payment-info strong .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 20px;
}

.enquire-now-button {
  border: 2px solid var(--primary);
  padding: 10px 30px;
  display: inline-block;
  transition:all ease .25s;
  background: none;
}

.enquire-now-button:hover {
  border: 2px solid var(--primary);
  background: var(--primary);
  transition:all ease .25s;
  color: var(--white);
}
#exampleModal1 h3 {
  background: var(--primary);
  color: var(--white);
  padding: 1rem;
}
#exampleModal1 {
  padding: 0px;
  border: none;
}
#exampleModal1 #gform_wrapper_3 {
  padding: 0px 1rem;
  margin-top: 0px;
}
#exampleModal1 .close-button span {
  color: var(--white);
  position: relative;
  top: -3px;
}
#exampleModal1 .gfield {
  padding: 0px;
}
#gform_submit_button_3 {
  background: var(--primary);
  color: var(--white) !important;
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 30px;
  display: inline-block;
}
#gform_confirmation_wrapper_3 {
  text-align: center;
  padding: 1rem;
}
#gform_confirmation_message_3 {
  font-size: 20px;
}




.read-more-product.button {
  position: absolute !important;
  bottom: 0px !important;
  background: #fff !important;
  z-index: 9;
}
.read-more-product.button + .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}


.read-more-product-only .afterpay-payment-info {
  display: none;
}


.enquire-only-product .afterpay-payment-info {
  display: none;
}

.module .cell-inner #gallery-1 img {
  border: none;
  width: calc(100% - 5px);
  height: 350px;
  object-fit: cover;
}
.module .cell-inner dl dt {
  margin-bottom: 0px;
  font-weight: 700;
}
.module .cell-inner #gallery-1 .gallery-item {
  padding: 0px;
  margin-bottom: 0px;
}
.website-cta {
  background: none;
  padding: 2rem;
  z-index: 9;
  position: relative;
}
.content + .website-cta {
  padding: 1rem 2.5rem 2.5rem;
}
.website-cta .grid-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2.5rem;
  align-content: center;
}
.pre-footer-cta.content .nk-awb {
  opacity: .25;
}
.reduced-width .grid-container {
  max-width: 1000px;
}
.content-module.notop { 
  padding-top: 0px !important;
}
.content-module.nobot { 
  padding-bottom: 0px !important;
}
.page-id-14 .pre-footer-cta.content {
  display: none;
}
.website-cta .grid-container .cta-left p{
  font-size: 24px;
  color: var(--white);
  margin: 0px;
  line-height: 35px;
}
.button-o.white {
  font-size: 20px;
  background: none;
  color: var(--white);
  line-height: 40px;
  padding: .5rem 5rem;
  border: 2px solid var(--white);
  transition: all ease .25s;
}
.button-o.white:hover {
  background: var(--white);
  color: var(--primary);
  transition: all ease .25s;
}
.cta-right, .cta-left {
    display: grid;
    align-content: center;
    position: relative;
    z-index: 9;
}
.cta-right a.button {
    background: var(--primary);
    padding: 17.5px 5px !important;
}
.cta-right a.button:hover {
    background: var(--secondary);
    transition: all ease .25s;
}
.content {
  position: relative;
}
.module-background.nocolor + .module.split-content .content-cell-inner a.button:hover {
    background: var(--primary) !important;
    color: #fff !important;
}
.social-icon svg {
  width: 75px;
  height: 75px;
  fill: var(--primary);
  margin-right: 1rem;
  margin-top: 1rem;
}
.footer-socials {
  border-bottom: 25px solid var(--primary);
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding-top: 100px;
}
.footer-socials::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: var(--primary);
  z-index: 2;
  bottom: -2.5rem;
  opacity: .7;
  transform: rotate(-1.25deg);
  left: 0px;
}
.slick-arrow::before, .slick-arrow::after {
  color: var(--primary) !important;
}
.sidebar .widget {
  margin-bottom: 2rem;
}

.textwidget.custom-html-widget h3 {
  background: var(--secondary);
  color: var(--white);
  padding: 1rem;
  font-weight: 400;
}
#custom_html-2 {
  margin-bottom: 1rem;
}
.testimonials-wrapper {
  padding: 0px 5rem;
}
.testimonials-box h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.testimonial-inner {
  text-align: center;
}

.cell-inner p .aligncenter {
  margin: 0 auto;
  display: block;
}
.cell-inner p:first-child .aligncenter {
  margin: 0 auto 2rem;
}
.cell-inner p:not(:first-child) .aligncenter {
  margin: 2rem auto 2rem;
}
.cell-inner p:last-child .aligncenter {
  margin: 2rem auto 0rem;
}




.testimonials-box .slick-dots {
  list-style: none;
  margin: 20px 0px 0px;
  text-align: center;
}
.testimonials-box .slick-dots li {
  display: inline;
}

.testimonials-box .slick-dots li button {
  border: 2px solid var(--primary);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background: none;
  transition: all ease .25s;
  color: transparent;
}
.testimonials-box .slick-dots li button:hover {
  background: var(--primary);
  transition: all ease .25s;
}

#menu-footer-site-map-1 {
  columns: 2;
  display: block;
}






.module.split-content {
  position: relative;
  z-index: 9;
}
.insta-feed-module {
  position: relative;
  z-index: 99;
}
.split-content-image {
    position: relative;
    z-index: 7;
    overflow: hidden;
}

.module.accordion {
  background: none !important;
}


.blog-post-image {
  position: relative;
}
.blog-post-image .byline {
  position: absolute;
  bottom: 0px;
  left: 1rem;
  background: var(--primary);
  color: var(--white);
  margin: 0px;
  padding: 4px 5px;
  font-size: 12px;
  display: grid;
  grid-template-columns: 15px auto;
  grid-gap: 5px;
  align-items: center;
}
.blog-post-image .byline svg {
  width: 15px;
  height: 15px;
  fill:var(--white);
}

.blog-post-data a {
  color: var(--white);
  background: var(--text);
  padding: 5px 9px;
  font-size: 12px;
  border-radius: 2px;
}
.content a:hover {
  color: var(--primary);
}


.byline {
  color: var(--text);
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 1rem;
  align-items: center;
}

.gallery-container .gallery br {
  display: none;
}


.service-boxes {
  display: grid;
  grid-gap: 10px;
}
.service-boxes-1 {
  grid-template-columns: 1fr;
}
.service-boxes-2 {
  grid-template-columns: 1fr 1fr;
}
.service-boxes-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.service-boxes-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.service-boxes-5 {
  grid-template-columns: 1fr 1fr 1fr;
}
.service-boxes-6 {
  grid-template-columns: 1fr 1fr 1fr;
}
.service-boxes-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.service-boxes-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}



.service-image {
  overflow: hidden;
}
.service-box img {
    height: 70px;
    object-fit: contain;
}
.service-title {
    margin-top: 1.25rem;
}
.service-title p {
    padding-right: 2rem;
    margin-bottom: 4px;
    color: #fff;
}
.service-title h3 {
    margin-bottom: 1.5rem;
    color: var(--white);
    text-transform: uppercase;
}
.split-content .cell-inner.content-cell {
  display: grid;
  align-content: center;
  padding: 8rem 4rem;
  max-width: 630px;
}
.split-content .large-order-1 .cell-inner.content-cell {
    padding: 14rem 2rem 13rem 0rem;
    float: right;
}
.image-right .cell-inner.image-cell:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #fff 10%, transparent);
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
}

.image-left .cell-inner.image-cell:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, #fff 90%);
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
}

.module-background.light + .module.split-content .image-right .cell-inner.image-cell:before {
    background: linear-gradient(90deg, var(--light) 10%, transparent);
}

.module-background.light + .module.split-content .image-left .cell-inner.image-cell:before {
    background: linear-gradient(90deg, transparent, var(--light) 90%);
}

.module-background.black + .module.split-content .image-right .cell-inner.image-cell:before {
    background: linear-gradient(90deg, var(--black) 10%, transparent);
}

.module-background.black + .module.split-content .image-left .cell-inner.image-cell:before {
    background: linear-gradient(90deg, transparent, var(--black) 90%);
}
.module-background.white + .module.split-content .image-right .cell-inner.image-cell:before {
    background: linear-gradient(90deg, var(--white) 10%, transparent);
}

.module-background.white + .module.split-content .image-left .cell-inner.image-cell:before {
    background: linear-gradient(90deg, transparent, var(--white) 90%);
}
.module-background.primary + .module.split-content .image-right .cell-inner.image-cell:before {
    background: linear-gradient(90deg, var(--primary) 10%, transparent);
}

.module-background.primary + .module.split-content .image-left .cell-inner.image-cell:before {
    background: linear-gradient(90deg, transparent, var(--primary) 90%);
}
.module-background.secondary + .module.split-content .image-right .cell-inner.image-cell:before {
    background: linear-gradient(90deg, var(--secondary) 10%, transparent);
}

.module-background.secondary + .module.split-content .image-left .cell-inner.image-cell:before {
    background: linear-gradient(90deg, transparent, var(--secondary) 90%);
}
.module-background.dark + .module.split-content .image-right .cell-inner.image-cell:before {
    background: linear-gradient(90deg, var(--dark) 10%, transparent);
}

.module-background.dark + .module.split-content .image-left .cell-inner.image-cell:before {
    background: linear-gradient(90deg, transparent, var(--dark) 90%);
}




.split-content .image-cell img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-content .image-cell {
    position: relative;
}
.accordion .accordion-item a {
  font-size: 20px;
  color: var(--black);
  padding-right: 3rem;
}
.gallery-container .gallery-item {
  width: 33.334% !important;
}


.page-id-15329 .banner {
  height: 80vh;
  max-height: 700px;
  min-height: 500px;
}
.banner-content {
    position: relative;
    display: grid;
    height: 100%;
    align-content: center;
    justify-content: center;
    grid-template-columns: 100%;
}
.banner-content-bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.banner-content .grid-container {
    position: relative;
    z-index: 99;
    padding-top: 120px;
    width: 100%;
    padding-bottom: 50px;
}




.banner-content-bg-color.light + .grid-container *, .banner-content-bg-color.white + .grid-container * {
  color: var(--text) !important;
}



.slick-slide {
  position: relative;
}
.banner-content-bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 2;
}
.banner-slider .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.banner-slide .slider-inner-contnet {
  position: relative;
  z-index: 999;
  top: 0px;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: start;
  justify-items: center;
  margin: 0 auto;
  grid-template-columns: 1200px;
}
.slider-inner-content-cell {
  max-width: 700px;
}

.module .cell-inner p img:only-child {
  height: 400px;
  object-fit: cover;
  width: 100%;
}







.shop-wrapper {
    display: grid;
    grid-template-columns: 330px 1fr;
    grid-gap: 3rem;
    max-width: 1250px;
    margin: 0 auto 5rem;
    padding: 200px 1rem 0px;
    position: relative;
}
.shop-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
}
.shop-banner .nk-awb-wrap.nk-awb-rendered {
    background: var(--primary);
}
.shop-banner .nk-awb-wrap.nk-awb-rendered .nk-awb-inner {
    mix-blend-mode: multiply;
}
.shop-wrapper #primary {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
}
.shop-wrapper #sidebar1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}
.gift-voucher-sidebar {
  background: var(--primary);
  background-size: cover;
  padding: 1rem;
  border-radius: 0px;
  margin-top: 2rem;
}

.woocommerce .top-bar-righter a.button {
    padding: 17.5px 65px;
    background: none;
    color: var(--white) !important;
    font-size: 20px !important;
    border-radius: 50px !important;
    border: 2px solid var(--orange);
    transition: all ease.25s !important;
}
.woocommerce .top-bar-righter a.button:hover {
  background: var(--primary) !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  border-top: 2px solid var(--primary);
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-left: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 2px solid var(--primary);
}
.woocommerce-MyAccount-navigation-link.is-active {
  background: var(--primary);
  color: var(--white);
}
.woocommerce-MyAccount-navigation-link.is-active a{
  color: var(--white);
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: var(--primary);
  transition: all ease .25s;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--white) !important;
  transition: all ease .25s;
}
.woocommerce-info {
  border-top-color: var(--black);
}
.woocommerce-info::before {
  color: var(--primary);
}
.woocommerce-MyAccount-content > p {
  font-weight: 400;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  margin-top: 3rem;
}
.woocommerce-Button.button {
  background: var(--primary) !important;
  color: var(--white) !important;
  padding: 1rem 2rem !important;
  border-radius: 0px !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none !important;
  width: 100% !important;
  display: block;
}
.woocommerce-Address address {
  font-weight: 400;
}

.widget_product_categories .widgettitle {
  color: var(--primary);
  padding: .75rem 1rem;
  font-weight: 400;
  font-size: 30px;
  border-radius: 5px 5px 0px 0px;
} 
.product-categories li.cat-item:nth-child(2n) {
  background: var(--light);
}
.product-categories li {
  padding: 9.5px 14px 11px;
}
.cat-item.cat-item-88 {
  display: none;
}
.product .button {
  background: var(--primary) !important;
  border-radius: 0px !important;
  color: var(--white) !important;
  border: 1.5px solid var(--primary) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: all ease .25s;
  text-transform: uppercase;
}
.product .button:hover {
  background: var(--primary) !important;
  color: #fff !important;
  transition: all ease .25s;
}
.buttons-container {
  margin-top: 2rem;
}
.button + .button {
  margin-left: .5rem;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    font-size: 30px;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 13px;
}
.single-product .summary .price * {
    color: var(--primary) !important;
    font-size: 40px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100px;
    display: inline-block;
    margin-top: 1rem;
    margin-right: 1rem;
}
.single .woocommerce-product-gallery__image img:not(.wp-post-image) {
    width: 100px !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}
.woocommerce div.product .stock {
  color: var(--dark);
  font-style: italic;
  font-weight: 400;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  font-size: 16px !important;
  background: var(--primary) !important;
  color: var(--white) !important;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
}
.woocommerce .quantity .qty {
  width: 5rem;
  text-align: center;
  margin: 0px;
  height: 51px;
  border: 2px solid var(--primary);
}
.product-categories li.current-cat > a {
  color: var(--primary);
}
.product_meta {
  display: none;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: 450px;
    box-shadow: none;
    border-radius: 0px;
    margin: 0 auto;
    object-fit: contain;
}
.related-products .afterpay-payment-info {
  display: none;
}
.single-product #sidebar1 {
  display: none;
}
.single-product .shop-wrapper {
    grid-template-columns: 100%;
    grid-gap: 0px;
    max-width: 1500px;
}
.back-to-archive .button {
  background: var(--primary) !important;
  padding: 1rem 2rem !important;
  border-radius: 0px !important;
}
.single-product .shop-wrapper #primary {
  grid-column-start: 1;
  grid-row-start: 1;
}
.back-to-archive {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  background: var(--light);
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 5rem;
}
.back-to-archive h3 {
  margin: 0px;
  align-content: center;
  display: grid;
}
.related-products .grid-container {
  max-width: 1000px;
}
.related.products h2 {
  display: none;
}
.related.products {
  margin-top: 5rem;
}
.related-products {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.related-products-banner {
  background: url('/wp-content/uploads/2019/10/torquay-merchant-image-sep1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 50px;
  width: 100%;
  margin-bottom: 6rem;
}
.product-information {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 3.5rem;
    border: 5px solid var(--primary);
    padding: 2rem;
}
.product-information p:last-child {
    margin-bottom: 0px;
}
.product-information h2:not(:first-child) {
  margin-top: 2rem;
}
.woocommerce-product-attributes.shop_attributes {
  margin-top: 1rem;
  border: none !important;
}

.product-information tbody {
  display: block;
  text-align: left;
  border: none;
}
.woocommerce table.shop_attributes th {
  padding: 0rem 15px 0px 0px;
  border: none !important;
  width: auto;
  position: relative;
}
.woocommerce-product-attributes-item__label::after {
  content: ":";
  position: absolute;
  right: 9px;
}
.product-information tbody tr {
  padding-right: 4rem;
}
.product-information tbody tr:nth-child(2n), .woocommerce .product-information table.shop_attributes tr:nth-child(2n) td, .woocommerce .product-information table.shop_attributes tr:nth-child(2n) th {
  background: none;
  border: none;
}
.woocommerce table.shop_attributes td {
  border: none;
}
.woocommerce-product-attributes-item__label {
  font-weight: 400 !important;
}
.product-information h2 {
  font-size: 30px;
}
.woocommerce div.product {
    position: relative;
    display: grid;
    grid-template-columns: 57.5% 37.5%;
    grid-gap: 5%;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.woocommerce-product-gallery {
  width: 100% !important;
}
.woocommerce div.product div.summary {
    margin-bottom: 0em;
    width: 100% !important;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}
.button:focus {
  background: var(--primary);
  color: var(--white) !important;
}
.woocommerce div.product div.images {
  margin-bottom: 0em;
  width: 100%;
}
.wpgs--with-images .flaticon-back::before {
  background: var(--secondary);
  border-radius: 50%;
  line-height: 1;
  padding: 4px 2px 2px 4px;
  color: var(--primary);
}
.wpgs--with-images .flaticon-right-arrow::before {
  padding: 4px !important;
  background: var(--secondary);
  border-radius: 50%;
  line-height: 1;  
  color: var(--primary);
}
.flaticon-back.slick-arrow {
  left: 0.5rem;
  bottom: .5rem;
  top: auto;
}
.flaticon-right-arrow {
  right: 0.5rem;
  bottom: .5rem;
  top: auto !important;
}
.wpgs-nav.slick-initialized.slick-slider {
  display: none;
}
.button.wc-forward {
  background: var(--primary) !important;
  color: var(--white) !important;
  font-weight: 400 !important;
  transition: all ease .25s;
}
.button.wc-forward:hover {
  background: var(--text) !important;
  color: var(--white) !important;
  transition:all ease .25s;
}
.checkout-button.button.alt.wc-forward {
  background: var(--primary);
  font-weight: 400;
  transition:all ease .25s;
}
.woocommerce-cart .content .grid-container, .woocommerce-checkout .content .grid-container {
  max-width: 1000px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100% !important;
}
.shop_table.shop_table_responsive tr.order-total + tr:last-child {
  display: none;
}
.checkout-button.button.alt.wc-forward:hover {
  background: var(--secondary);
  color: var(--primary);
  transition:all ease .25s;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 2px solid var(--primary) !important;
  box-shadow: none !important;
  padding: 5px 10px;
  height: 50px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid var(--primary);
  border-radius: 0px;
  height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  /* border: 2px solid var(--primary); */
  height: 47px !important;
  padding: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  background: var(--secondary);
}
#place_order {
  background: var(--primary);
  font-weight: 400;
  border-radius: 0px;
  padding: 1rem 2.5rem;
  transition: all ease .25s;
}
#place_order:hover {
  background: var(--secondary);
  color: var(--primary) !important;
  transition: all ease .25s;
}

.product-type-variable .label {
  display: none;
}
#product-1380 tbody {
  border: none !important;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 0em;
  border: 2px solid var(--primary);
  height: 60px;
  margin-bottom: 0px;
}

.single-product .product-type-variable .price .woocommerce-Price-amount.amount, .single-product .product-type-variable .price .woocommerce-Price-amount.amount span {
  font-size: 25px;
}
.woocommerce-variation-price .woocommerce-Price-amount.amount, .woocommerce-variation-price .woocommerce-Price-amount.amount span {
  font-size: 50px !important;
}
.woocommerce-variation-price {
  margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em;
  color: #fff;
}
.woocommerce div.product form.cart table td {
  padding: 0px 0px 0rem;
  position: relative;
  display: block;
}
.product-type-variable .label {
  display: block !important;
  width: 100%;
  background: none;
  padding: 0px !important;
}
.product-type-variable .label label {
  color: var(--primary) !important;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em;
  color: #fff;
  position: absolute;
  top: 0px;
  right: -3rem;
  height: 100%;
}
.woocommerce div.product form.cart .reset_variations::before {
  content: "x";
  color: var(--white);
  font-size: 20px;
  border: 1px solid var(--primary);
  width: 40px;
  text-align: center;
  height: 100%;
  background: var(--primary);
  transition: all ease .25s;
  display: grid;
  align-content: center;
}
.single_variation_wrap {
  margin-top: 1rem;
}
.woocommerce div.product form.cart .reset_variations:hover::before {
  transition:all ease .25s;
  color: var(--primary);
  border: 1px solid var(--primary);
  background: var(--secondary);
}
.menu-item a:hover {
  color: var(--primary);
  transition: all ease .25s;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0em;
  border: 0;
  width: 100%;
}
.postid-1380 .related-products {
  display: none;
}

.related.products .product {
  margin: 0px !important;
  width: 100% !important;
  padding: 5px 5px 3rem !important;
  float: none !important;
}

.related.products .product a img {
  border-radius: 0px;
  height: 350px;
}
.related.products .products.columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.related.products .products.columns-4:before {
  display: none !important;
}
.module.sale-banner {
  padding: 100px 0px;
  background: var(--light);
  position: relative;
}
h2.woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce-loop-category__title {
  font-weight: 600;
}

.product-categories .children li {
  padding: 10px;
}
.product-categories .children li:first-child {
  padding-top: 15px;
}
.product-categories .children li:last-child {
  padding-bottom: 5px;
}
.product-categories li a:hover {
  color: var(--primary);
  transition: all ease .25s;
}
.product-categories li a {
  transition: all ease .25s;
}
.home .banner {
  max-height: 700px;
  height: 100%;
  overflow: hidden;
  min-height: 88vh;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 230px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: contain!important;
    object-position: center;
}
.content-module .module-background:not(.nocolor) .nk-awb {
    opacity: .2;
}
.content-module.bgtexture .module-background .nk-awb {
    opacity: 1 !important;
}
.phone-button {
  padding: 12px 35px 17px;
}
tbody, tfoot, thead, tbody tr:nth-child(2n) {
  border: none !important;
  background-color: transparent !important;
}
.slick-arrow.slick-disabled {
  opacity: .5;
}

.products.columns-3::before {
  display: none !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
  padding-bottom: 2.5rem;
  position: relative;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .button.product_type_variable.add_to_cart_button {
  position: absolute;
  bottom: 0px;
}
.afterpay-payment-info {
  font-size: 13px;
  display: block;
}
.afterpay-payment-info strong .woocommerce-Price-amount.amount {
  font-size: 20px;
}
.afterpay-payment-info strong .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 20px;
}

.enquire-now-button {
  border: 2px solid var(--primary);
  padding: 10px 30px;
  display: inline-block;
  transition:all ease .25s;
  background: none;
}

.enquire-now-button:hover {
  border: 2px solid var(--primary);
  background: var(--primary);
  transition:all ease .25s;
  color: var(--white);
}
#exampleModal1 h3 {
  background: var(--primary);
  color: var(--white);
  padding: 1rem;
}
#exampleModal1 {
  padding: 0px;
  border: none;
}
#exampleModal1 #gform_wrapper_3 {
  padding: 0px 1rem;
  margin-top: 0px;
}
#exampleModal1 .close-button span {
  color: var(--white);
  position: relative;
  top: -3px;
}
#exampleModal1 .gfield {
  padding: 0px;
}
#gform_submit_button_3 {
  background: var(--primary);
  color: var(--white) !important;
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 30px;
  display: inline-block;
}
#gform_confirmation_wrapper_3 {
  text-align: center;
  padding: 1rem;
}
#gform_confirmation_message_3 {
  font-size: 20px;
}




.read-more-product.button {
  position: absolute !important;
  bottom: 0px !important;
  background: #fff !important;
  z-index: 9;
}
.read-more-product.button + .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}


.read-more-product-only .afterpay-payment-info {
  display: none;
}


.enquire-only-product .afterpay-payment-info {
  display: none;
}
.woocommerce ul.products li.product .button:focus {
  background: var(--primary) !important;
}

.gallery-container .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.module .cell-inner #gallery-1.gallery-columns-4 img {
  height: 250px;
}

.latest-post-content {
  padding: 1rem 1rem 5px;
}

.latest-post-footer {
  padding: 10px 1rem 0px;
}
.no-button {
  background: var(--primary);
  padding: 6px 18px;
  color: var(--white);
  font-size: 14px;
}

.module-background.primary + .module .cell p:last-child .button {
    background: var(--orange);
    color: var(--white) !important;
    border-color: var(--orange);
}
.header .grid-container .grid-x > .large-12 .top-bar {
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 0 auto !important;
    align-items: center;
    align-items: center;
}
.service-box-inner {
    margin: 0rem;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 2.5rem 2.5rem .5rem;
    transition: all ease .25s;
}
.service-box-inner:hover {
    background: #F9F5E4;
    transition: all ease .25s;
}
.service-box-inner:hover * {
    transition: all ease .25s;
    color: var(--primary) !important;
    fill: var(--primary);
}
.service-read-more svg {
    fill: #fff;
    width: 60px;
    margin-left: -20px;
}
.service-box-inner:hover img.si-non-hover {
    display: none;
}
.service-box-inner:not(:hover) img.si-hover {
    display: none;
}
.service-box:hover {
    transform: scale(1.025);
    transition: all ease .25s;
}
.service-box {
    transition: all ease .25s;
}
.product-category-heading {
  text-align: center;
}
.wc-product-categories-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: .5rem;
}
.wc-product-categories-grid img {
    background: #fff;
    height: 350px;
    padding: 1.25rem;
    border-radius: 5px;
    object-fit: contain;
}
.product-cat-overlay {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1.5rem;
    color: var(--primary);
}
.shop-all {
    text-align: center;
    margin-top: 3rem;
}
.content-module a.button {
    background: var(--primary);
    border-color: var(--primary);
}


.brand-logo.slick-slide {
    display: grid !important;
    align-items: center;
    padding: 2rem;
}
.module.brand-logos-carousel {
    padding: 0px !important;
}
.brand-logo.slick-slide img {
    filter: grayscale(1);
    object-fit: contain;
    height: 115px;
    transition: all ease .25s;
}
.brand-logo.slick-slide img:hover {
    filter: grayscale(0);
    transition: all ease .25s;
}
.ticker-text-cell-inner h6 {
    margin: 0;
    color: #fff;
    padding: 0.5rem;
}
.footer-ticker {
    background: var(--primary);
    margin-top: -1px;
}
.inner-footer .large-7.medium-12.small-12.cell {
    background: #FEF6D2;
    position: relative;
    padding: 70px;
}
.inner-footer .large-7.medium-12.small-12.cell::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('/wp-content/uploads/2023/11/dark-tire.png');
    width: 100%;
    height: 100%;
    opacity: .4;
}
.inner-footer .small-12.medium-12.large-5.cell {
    padding: 70px;
}
.inner-footer .large-7.medium-12.small-12.cell .cell-inner {
    position: relative;
    z-index: 3;
}
.footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}


.shop-banner .nk-awb-wrap.nk-awb-rendered {
    background: var(--primary);
}
.shop-banner .nk-awb-wrap.nk-awb-rendered .nk-awb-inner {
    mix-blend-mode: multiply;
}
.sidebar-upload-download-box {
    background: linear-gradient(to right, rgb(6 83 47 / 85%), rgb(6 83 47 / 85%)), url('/wp-content/uploads/2023/10/colin-lloyd-AOKgCxezZjY-unsplash.png');
    border: 2px solid var(--secondary);
    border-radius: 5px;
    padding: 2rem;
    text-align: center;
    outline: 5px solid;
    background-size: cover !important;
}
.sidebar-upload-download-box h4 {
    color: var(--white);
}
.sidebar-upload-download-box a.button {
    background: none;
    border: 2px solid var(--secondary);
    padding: 12px 30px;
    display: inline-block;
    margin-top: 1rem;
    transition: all ease .25s;
}
.sidebar-upload-download-box a.button:hover {
    background: var(--secondary);
    transition: all ease .25s;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    grid-row-end: 3;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    grid-row-start: 1;
}
.single-event-content-area {
    padding: 100px 0px;
}
.single-event-content-area h1.entry-title.single-title {
    text-align: center;
    margin-bottom: 2rem;
}
.event-download-area {
    background: #f1f1f1;
    padding: 100px 0px;
}
.event-download-area h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.event-download-row a {
    display: grid;
    grid-template-columns: 1fr 50px;
    max-width: 700px;
    margin: 0 auto 1rem;
    border: 5px solid var(--primary);
    padding: 1rem;
    align-items: center;
    border-radius: 5px;
    transition: all ease .25s;
}
.event-download-row a:hover {
    transition: all ease .25s;
    background: var(--primary);
}
.event-download-row h4 {
    margin: 0px;
    transition: all ease .25s;
}
.event-download-row a:hover h4 {
    color: #fff;
    transition: all ease .25s;
}
.edr-right {
    display: grid;
    align-items: center;
}
.event-download-row a svg {
    fill: var(--primary);
    transition: all ease .25s;
}
.event-download-row a:hover svg {
    fill: var(--white);
    transition: all ease .25s;
}
.event-upload-area {
    padding: 100px;
    contain-intrinsic-block-size: auto 100px;
}
.event-upload-area .gform_wrapper {
    max-width: 700px;
    margin: 0 auto !important;
    float: none !important;
}
.event-upload-area h2 {
    margin-bottom: 2rem;
}
.single-event-content-area .single--content-inner :last-child {
    margin-bottom: 0px !important;
}
.events-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
.event-content {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
    padding: 1rem;
    align-items: center;
}
.events-inner {
    background: var(--secondary);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
    transition: all ease .25s;
}
.events-inner:hover {
    transform: scale(1.02);
    transition: all ease .25s;
}
.event-content h4 {
    margin: 0px;
    color: var(--white);
}
.event-content  span.button {
    margin: 0px;
    border-color: var(--white);
    padding: 15px 35px;
    font-size: 15px;
    max-width: 170px;
    justify-self: end;
    transition: all ease .25s;
}
.event-content span.button:hover {
    background: var(--white) !important;
    color: var(--primary) !important;
    transition: all ease .25s;
}
.training-courses-inner a {
    border: 2px solid var(--primary);
    display: block;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    transition: all ease .25s;
}
.training-courses-inner a:hover {
    background: var(--primary);
    transition: all ease .25s;
}
.training-courses-inner a:hover h4 {
    color: #fff !important;
    transition: all ease .25s;
}
.training-courses-inner a h4 {
    margin-bottom: 4px;
}
.course-training-list {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}



.banner-background .nk-awb-overlay {
    opacity: 1;
    mix-blend-mode: multiply;
}

.gallery-size-large img {
    height: 200px;
    object-fit: cover;
    border: none !important;
}
.members-only-message {
    background: #f1f1f1;
    padding: 2rem;
    border: 4px solid var(--primary);
    margin-bottom: 6rem;
}
.single-course-content-area.reduced-width {
    padding: 100px 0rem 0;
}
.course-download-grid {
    background: #f1f1f1;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin-top: 4rem;
}
.course-download-header {
    grid-column-start: 1;
    grid-column-end: 4;
    margin-bottom: 2rem;
    text-align: center;
}
.course-download-grid .event-download-row h4 {
    font-size: 22px;
}
.course-download-grid .event-download-row a {
    padding: .5rem 1rem;
}
.single-course-content-area.reduced-width h1.entry-title.single-title {
    margin-bottom: 2rem !important;
}
div#gform_wrapper_13 {
    padding: 2rem;
}
input#gform_submit_button_13 {
    background: var(--primary);
}
.service-box > a {
    height: 100%;
    display: grid;
}
.top-bar-righter a.button {
    background: none;
    transition: all ease .25s;
    border-color: var(--orange);
}
.top-bar-righter a.button:hover {
    background: var(--orange) !important;
    transition: all ease .25s;
}


span.banner-orange-text {
    text-shadow: none;
    color: transparent !important;
    -webkit-text-stroke: 2px #ed5a2a;
    text-stroke: 2px #ed5a2a;
}
.footer .menu li a {
    text-transform: uppercase;
}
.woocommerce ul.products li.product .button.read-more-product.button {
    background: var(--primary) !important;
}


.top-bar-righter.show-for-medium svg {
    fill: var(--orange);
    width: 30px;
    height: 30px;
    margin: 0px 7px;
}
.top-bar-righter.mobile-icons svg {
    fill: var(--orange);
    width: 45px;
    height: 45px;
    margin: 0 20px;
}
.top-bar-righter.mobile-icons {
    text-align: center;
    margin-top: 2rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: var(--secondary);
}



















/* responsive */



@media screen and (max-width: 1350px) {
    .top-bar-righter a.button {
        padding: 13.5px 35px;
    }
    .primary-menu ul.menu li a {
        padding: 12.5px 20px;
    }

    .woocommerce .top-bar-righter a.button {
        padding: 13.5px 35px;
        font-size: 17px !important;
    }
}

@media screen and (max-width: 1220px) {
    .primary-logo img {
        max-width: 200px;
        transition: all ease .25s;
    }
    .top-bar-righter a.button {
        padding: 10px 25px;
        font-size: 14px;
    }
    .banner {
        min-height: 130px;
    }
}
@media screen and (max-width: 1180px) {
  #top-bar-menu {
    padding: 0px;
  }
  
  .primary-menu ul.menu li a {
    font-size: 17px;
  }
  .primary-menu ul.menu li a {
      font-size: 16px;
      padding: 10px 15px;
  }
  .cta-bar .cell-inner {
      padding: 1.5rem 2rem;
  }

  .banner {
      min-height: 110px;
  }
}
@media screen and (max-width: 1050px) {
  .primary-menu ul.menu li a {
      padding: 12.5px 12px !important;
  }
  .primary-menu ul li.button a {
    padding: 12.5px 15px;
  }
  .primary-logo img {
      max-width: 180px;
  }

  .banner {
      min-height: 100px;
  }
}

@media screen and (max-width: 1023px) {
    ul.products.columns-4 li {
        width: 46% !important;
    }
  .split-content .image-cell img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    height: 100%;
}
.split-content .content-cell {
    padding: 4rem 1.5rem 4rem 1.5rem !important;
    max-width: 639px !important;
    margin: 0 auto !important;
    float: none !important;
}
  .featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
      padding: 0rem 0rem 3rem 0rem;
  }
  .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
      padding: 0rem 0rem 3rem 0rem;
  }
  .content-module {
      padding: 50px 0rem;
      position: relative;
  }
  .three-column .cell .cell-inner {
      margin: 1rem 0px;
  }
  .side-inner img {
      height: auto;
  }
  .post-ad-box {
      margin: 0 auto;
      max-width: 400px;
  }
  .socials {
    grid-template-columns: 120px 120px 120px;
  }
  .footer-right-inner {
    border-left: none;
    padding-left: 0px;
    margin-top: 4rem;
  }
  .vbox-container img {
    max-width: 639px;
    height: auto;
    width: auto !important;
  }
  .website-cta .grid-container {
    grid-template-columns: 1fr;
    align-content: center;
    text-align: center;
    grid-gap: 1rem;
    padding: 1rem 1rem;
  }
  .cta-right, .cta-left {
    display: inline-block;
    align-content: center;
  }
  .gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
  .featured-content .cell-inner:not(.content-cell) img {
    float: none;
    position: relative;
     height: auto !important; 
    width: 100% !important;
    display: block;
  }
  .module.service-boxes {
      grid-template-columns: 1fr 1fr;
  }
  .wc-product-categories-grid {
      grid-template-columns: 1fr 1fr 1fr;
  }
  .inner-footer .small-12.medium-12.large-5.cell {
      padding: 70px;
      text-align: center;
  }
  .products.columns-3 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 1rem;
  }
}


@media screen and (max-width: 965px) {
    .related.products .products.columns-4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .course-training-list {
        grid-template-columns: 1fr;
        text-align: center;
    }
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  header.header {
    padding: 10px 0px 15px;
  }
  .banner {
      min-height: 160px;
  }
  .banner-grid.grid-container {
    height: 100%;
    display: grid;
    padding-top: 7rem;
    align-content: end;
    padding-bottom: 5rem;
    z-index: 1;
    position: relative;
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  div#top-bar-menu {
      display: grid;
      justify-content: center;
      text-align: center;
      width: 100%;
      grid-template-columns: auto auto;
  }

  .top-bar-left.float-left li.primary-logo {
      float: none;
      width: 100%;
      margin-bottom: 0rem;
  }
  .top-bar-left.float-left {
      display: block;
      width: 100%;
      grid-column-start: 1;
      grid-column-end: 3;
  }
.primary-menu {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-items: end;
  margin: 1rem auto 0px;
}
.woocommerce .top-bar-righter a.button {
    padding: 13.5px 25px;
    font-size: 17px !important;
}
}


@media screen and (max-width: 900px) {
div#top-bar-menu {
    grid-template-columns: auto auto;
    grid-gap: 1rem;
}
.primary-menu {
    margin-top: 0px;
}
.top-bar-righter a.button {
    padding: 10px 25px;
    margin: 0;
    font-size: 14px;
}
div#top-bar-menu .top-bar-left.float-left {
    grid-column-start: 1;
    grid-column-end: 3;
}
}

@media screen and (max-width: 870px) {
  .banner-background .cell.large-9.medium-8.small-12 {
      width: calc(100% - 1.875rem);
  }
  h1 {
      font-size: 38px;
  }
  .gallery-container .gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
   .shop-wrapper {
       grid-template-columns: 1fr;
   }  
   .shop-wrapper #primary {
       grid-column-start: 1;
       grid-column-end: 2;
       grid-row-start: 1;
   }   
   .shop-wrapper #sidebar1 {
       grid-column-start: 1;
       grid-column-end: 2;
       grid-row-start: 2;
   }
}

@media screen and (max-width: 769px ) { 
  .primary-menu ul.menu li a {
    font-size: 15px;
  }
  .footer .large-5 .socials {
    margin-top: 1rem;
  }
  .footer .grid-container .cell {
    margin: 1rem 1rem !important;
    display: block;
    width: calc(100% - 2rem);
  }
  .footer h3 {
    margin-bottom: 0.5rem;
    font-weight: 400;
  }

  .service-boxes-1, .service-boxes-3, .service-boxes-5, .service-boxes-7 {
    grid-template-columns: 1fr;
  }
  .service-boxes-2, .service-boxes-4, .service-boxes-6, .service-boxes-8 {
    grid-template-columns: 1fr 1fr;
  }
  .cta-bar .cell-inner {
      grid-template-columns: 1fr;
      text-align: center;
      grid-gap: .5rem;
  }
  .cta-right > a {
      padding: 13px 25px !important;
      margin: 0;
  }
  .cta-bar {
      padding-bottom: 3rem;
  }
  .footer-menus * {
      text-align: center;
  }
  .footer h3 {
      margin-bottom: 0.5rem;
      font-weight: 800;
  }
  .inner-footer .large-7.medium-12.small-12.cell {
      background: #FEF6D2;
      position: relative;
      padding: 70px;
      margin: 0 !important;
      width: 100%;
  }
  .footer-menus {
      grid-template-columns: 1fr;
  }
  .copyright-inner {
      display: grid;
      grid-template-columns: 1fr;
      text-align: center;
  }
  .copyright-right {
      text-align: center;
  }
  .woocommerce .top-bar-righter a.button {
      padding: 13.5px 19px;
      font-size: 17px !important;
  }
}

@media screen and (max-width: 710px) {
  .back-to-archive {
    padding: 2rem 2rem;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 700px) {
    div#top-bar-menu .top-bar-left.float-left {
        grid-column-start: 1;
        text-align: left;
        grid-column-end: 2;
    }
div#top-bar-menu {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-gap: 1rem;
        padding: 0px 1rem;
}
.top-bar-right.float-right.show-for-small-only {
    display: block !important;
}
.top-bar-righter.show-for-medium {
    display: none;
}
.menu-icon::after {
    background: var(--white);
    -webkit-box-shadow: 0 7px 0 var(--white),0 14px 0 var(--white);
    box-shadow: 0 9px 0px var(--white),0 18px 0 var(--white);
    height: 3px;
    transition: all ease .25s;
}
.top-bar-right.show-for-medium {
    display: none;
}
.menu-icon {
    width: 35px;
    height: 23px;
}
div#off-canvas {
    background: #02331c;
    padding: 1rem;
    box-shadow: none !important;
    width: 350px;
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
}
div#off-canvas.off-canvas.is-open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
#off-canvas .menu .active > a {
    background: none;
    color: var(--orange);
}
#off-canvas li a {
    font-size: 25px;
    padding: 10px 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100 !important;
}
.mobile-sitemap {
    margin-top: 1rem;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: var(--orange) transparent transparent;
}
ul.menu ul.menu.submenu {
    border: none;
    background: rgba(0, 0, 0, 0.51);
    z-index: 999;
}
#off-canvas li .submenu a {
    padding: 15px 15px;
    font-size: 19px;
}
.primary-logo img {
    max-width: 250px;
}
.banner {
    min-height: 140px;
}
}

@media screen and (max-width: 639px) {
    .banner {
        min-height: 110px;
    }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .home .banner {
      height: auto;
      max-height: 100% !important;
      min-height: auto !important;
  }
  .banner-content-inner {
      padding: 0rem 0px 4rem;
  }
  .module.service-boxes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .website-cta {
    padding: 1rem 0px 2rem;
  }
  .testimonials-wrapper {
    padding: 0px 0rem;
  }
  .service-box img {
    width: 100%;
  }
  #exampleModal1 .close-button span {
    color: var(--white);
    position: relative;
    top: auto;
    bottom: 0px;
    height: auto;
    width: 100%;
    left: 0px;
    right: auto;
  }
  #exampleModal1 .close-button {
    width: 100%;
  }
  .mobile-nav-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    height: 100%;
  }
  .menu-icon {
    width: 35px;
    height: 23px;
  }
  div#top-bar-menu {
      display: grid;
      justify-content: start;
      text-align: center;
      width: 100%;
      grid-template-columns: 1fr 1fr;
  }
  .top-bar-left.float-left {
      text-align: left;
  }
  .top-bar-right.show-for-small-only li {
      width: 100%;
      text-align: right;
      padding: 1rem;
  }
  .top-bar-left.float-left li.primary-logo {
      margin-bottom: 0rem;
  }
  div#mobileNav {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.97) 100%);
    background-size: cover;
    padding: 0px;
  }
  div#mobileNav ul#offcanvas-nav {
      justify-content: center;
      height: 100%;
  }
  .mobile-contact {
    grid-column-start: 1;
    grid-column-end: 3;
    background: var(--primary);
    position: absolute;
    align-self: start;
    padding: 1rem 3rem 1.5rem 1rem;
    width: 100%;
    bottom: 0px;
  }
  div#mobileNav ul#offcanvas-nav a {
    color: var(--secondary);
    padding: 14px 0px;
    font-size: 22.5px;
    font-style: italic;
    font-weight: 400;
  }
  .mobile-categories .menu-item {
    display: block;
    width: 100%;
  }
  .mobile-categories .menu-item a {
      padding: 14px 0px;
      font-size: 22.5px;
      font-style: italic;
      font-weight: 400;
  }
  .mobile-nav-container h6 {
      font-size: 30px;
      font-weight: 400;
  }
  div#mobileNav ul#offcanvas-nav .active > a {
      background: none;
      color: var(--secondary);
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: var(--secondary) transparent transparent;
  }
  .menu li.button {
      padding: 0px;
  }
  .menu li.button a {
      color: var(--text) !important;
  }
  .close-button span {
      color: #fff;
      font-size: 45px;
      font-weight: 300;
      position: relative;
      background: var(--secondary);
      top: 0px;
      display: inline-block;
      padding: 3px 14px;
      height: 100%;
  }
    .close-button, .close-button.medium {
      right: 0rem;
      height: 100%;
      top: 0px;
      font-size: 2em;
      line-height: 1;
  }
  .content-module {
      padding: 50px 0rem;
      position: relative;
  }
  .featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
      padding: 0px 0px 2rem;
  }
  .case-study-wrapper .cell-inner img {
      height: 280px;
  }
  .call-to-action .cell-inner.content-cell {
      padding: 3rem 1rem;
  }
  .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
      padding: 0rem 0rem 2rem 0rem;
  }
  .single--content-inner {
      padding: 25px;
  }
  .single-post-content-area {
      padding: 50px 0rem;
  }
  .next-post-link, .prev-post-link {
      position: relative;
      width: 100%;
  }
  .next-post-link {
      margin-bottom: .5rem;
  }
  .next-post-link a {
      left: 0px;
  }
  .prev-post-link a {
      right: 0px;
  }
  .single--content-inner footer.article-footer {
      margin-top: 2rem;
  }
  .mobile-phone {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .mobile-nav-container {
    display: grid;
    grid-template-columns:100%;
    align-items: start;
    height: 100%;
    padding-top: 0px;
  }
  .mobile-row {
    margin: 1rem 0rem;
  }
  .mobile-nav-container .floating-graphic-bottom {
    width: 200px;
    bottom: 4rem;
    right: 0px;
    left: auto;
    transition: ;
    transform: ;
    transform: scaleX(-1);
  }
  .shop-links {
    display: inline-block;
  }
  .mobile-phone a svg {
    margin-right: 0.5rem;
    color: var(--white);
    fill: var(--white);
    padding-top: ;
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
  }
  .mobile-nav-container svg {
    fill: var(--white);
  }
  .mobile-phone a {
    color: var(--white);
    font-size: 20px;

  }
  .mobile-sitemap {
      padding: 1rem;
  }
  .mobile-categories {
      padding: 1rem;
  }
  .banner-grid .cell-inner {
    text-align: center;
  }
  .home .banner-background .nk-awb .nk-awb-wrap, .home .module-background:not(.nocolor) .nk-awb .nk-awb-wrap {
    width: 100%;
  }
  .banner-grid.grid-container {
    height: 100%;
    display: grid;
    padding-top: 14rem;
    align-content: end;
    padding-bottom: 2rem;
  }
  .sale-float-inner {
    display: grid;
    grid-template-columns: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 2rem;
  }
  .sale-banner .cell-inner img {
    height: 150px;
    object-position: center;
  }
  .sale-float {
    max-width: 300px;
    padding: 1.5rem 1.5rem;
  }
  .sf-right {
    text-align: center;
    display: inherit;
  }
  .sale-float-container {
    margin-top: -130.5px;
  }
  .banner-slider .slick-slide img {
    display: block;
    width: 100vw;
    height: 400px;
  }
  .banner-slider {
    position: relative !important;
    height: auto;
  }
  .banner-grid.grid-container {
    height: auto;
    display: grid;
    padding-top: 2rem;
    align-content: end;
    padding-bottom: 0rem;
    margin-top: -6rem;
    margin-bottom: -5rem;
    width: calc(100% - 2rem);
  }
  .footer-right-inner {
    grid-template-columns: 100%;
  }

  .woocommerce div.product {
    grid-template-columns: 100%;
    grid-gap: 0px;
  }
  .woocommerce div.product div.summary {
      margin-bottom: 1em;
      width: 100% !important;
      margin-top: 2rem;
      grid-row-start: 2;
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-end: 3;
  }
  .product-information {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 2rem;
  }
  .woocommerce div.product form.cart .reset_variations {
    right: 0rem;
    top: 0px;
  }
  .woocommerce .quantity .qty {
    position: relative;
    left: 0px;
  }
  .woocommerce div.product form.cart {
    margin-bottom: 2em;
    width: 100%;
  }
  .woocommerce div.product form.cart .variations select {
    max-width: calc(100% - 4rem);
  }
  .products.columns-3 {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce ul.products li.product a img {
      object-fit: contain;
      height: 400px;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .button.product_type_variable.add_to_cart_button {
    position: relative;
    bottom: 0px;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product:last-child {
    margin-bottom: 0px !important;
  }
  .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 3rem;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    padding-bottom: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
  }
  .featured-content .cell-inner:not(.content-cell) img {
    max-height: 500px;
    object-fit: contain !important;
    object-position: center;
    max-width: 100%;
    float: none !important;
    width: 100%;
  }
  .footer-socials {
    border-bottom: 25px solid var(--primary);
    position: relative;
    overflow: hidden;
    z-index: 3;
    text-align: center;
  }
  .copyright-inner {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .copyright-right {
    text-align: center;
  }
  header.header {
    padding: 5px 0px 0px;
  }
  .primary-logo img {
      max-width: 200px;
      max-height: 100% !important;
  }
  .footer .small-12.medium-12.large-2.cell {
    margin-bottom: 1.5rem;
  }
  .footer .large-5:last-child {
    margin-top: 3rem;
  }
  .footer {
      padding: 0;
  }
  .gallery .gallery-item {
    width: 100% !important;
  }
  .button.wc-forward {
    background: var(--primary) !important;
    color: var(--white) !important;
    font-weight: 400 !important;
    transition: all ease .25s;
    float: none !important;
    display: block !important;
  }
  .woocommerce-cart .woocommerce .quantity .qty, .woocommerce-checkout .woocommerce .quantity .qty {
    position: relative;
    left: 2rem;
  }
  .mobile-menu {
    padding: 1rem 1rem .15rem;
    margin-top: 1rem;
  }
  .mobile-sitemap .menu li.active > a {
    background: var(--primary);
  }
  .off-canvas ul.menu ul.menu.submenu {
    background: none !important;
    border: none !important;
    margin-left: 1rem;
  }
  .off-canvas ul li:not(.active):hover a {
    color: var(--dark);
  }
  .single--content h1.entry-title.single-title {
    margin-bottom: 1rem;
  }
  .banner .button-open {
      margin-top: 0;
  }
  .wc-product-categories-grid {
      grid-template-columns: 1fr 1fr;
  }
  .brand-logo.slick-slide img {
      filter: grayscale(1);
      object-fit: contain;
      height: 135px;
      transition: all ease .25s;
  }
  .brand-logo.slick-slide {
      display: grid !important;
      align-items: center;
      padding: 1rem;
  }
  .ticker-text-cell-inner h6 {
      margin: 0;
      color: #fff;
      padding: 0.5rem;
      text-align: center;
      font-size: 16px;
  }
  .inner-footer .large-7.medium-12.small-12.cell {
      padding: 40px;
  }
  .inner-footer .small-12.medium-12.large-5.cell {
      padding: 30px;
      text-align: center;
  }
  .woocommerce div.product {
      grid-template-columns: 1fr;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
      grid-row-end: 2;
  }
}

@media screen and (max-width: 520px) {
  .related.products .products.columns-4 {
    display: block;
  }

  .shop-categories .grid-x .cell {
    width: 100%;
  }
  .woocommerce ul.products li.product .button {
    margin-top: 1em;
    position: relative;
  }
}
@media screen and (max-width: 450px) {
    .wc-product-categories-grid {
        grid-template-columns: 1fr;
    }
    .wc-product-categories-grid img {
        width: 100%;
    }
    .products.columns-3 {
        grid-template-columns: 1fr;
    }       
    ul.products.columns-4 li {
        width: 46% !important;
    } 
    ul.products.columns-4 li {
        width: 100% !important;
        float: none !important;
    }
}
@media screen and (max-width: 400px) {
.products.columns-3 {
  grid-template-columns: 1fr;
}
.footer .cell svg {
  margin-right: .5rem;
}
}
@media screen and (max-width: 360px) {
  .footer-right-inner .menu {
    column-count: 1;
    display: inline-block;
    width: 100%;
  }
}


@media screen and (max-height: 630px){
  .mobile-row {
    margin: 0rem 0rem;
  }
  .mobile-row img {
    max-width: 150px;
  }
}