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

  ---------      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%);
  --lightgreen: #9FC899;
  --darkgreen: #375233;
  --peach: #F0E8DB;
  --logo: #DFD0BD;

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

}

/*********************
TEXT STYLES
*********************/
body, p, span, a, li {
    font-family: "nunito", sans-serif !important;
    color: var(--text);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 100;
}
h1, h2, h3, h4, h5, h6, .section .title, .section .subtitle {
    font-family: "the-seasons", sans-serif !important;
    color: var(--darkgreen);
    line-height: 1.25;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *  {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
h1 {
    font-size: 70px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
h1 strong {
  color: var(--secondary);
}
h1.large {
  font-size: 80px;
  font-weight: ;
}
h2 {
    font-size: 70px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--darkgreen);
}
h2 strong {
  color: var(--primary);
}
h2.thick {
    font-weight: 700;
    color: var(--darkgreen);
}
h3 {
    font-size: 50px;
    color: var(--darkgreen);
    font-family: 'nunito', sans-serif !important;
    font-weight: 300;
}
h3 strong {
  color: var(--secondary);
  font-weight: 600;
}
h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--darkgreen);
}
h4 strong {
  color: var(--secondary);
}
h5 {
  font-size: 30px;
  font-weight: 500;
    color: var(--darkgreen);
}
h5 strong {
  color: var(--secondary);
}
h5 a:hover strong {
  color: var(--text);
  transition: all ease .25s;
}
h6 {
    font-size: 25px;
    color: var(--text);
    font-weight: 200;
    font-family: 'nunito',sans-serif !important;
}
h6 strong {
  font-weight: 700;
}
.white {
  color: #fff;
}
.yellow {
  color: var(--secondary);
}
.primary-logo a {
  padding: 0px;
}
.primary {
  color: var(--primary) !important;
}
.banner {
    max-height: 100%;
    min-height: 130px;
    display: grid;
    position: relative;
    grid-template-columns: 100%;
    padding-top: 0px;
}
.top-bar-left.show-for-medium, .top-bar-right.show-for-medium {
    margin-top: -2rem;
}
.sticky .top-bar-left.show-for-medium, .sticky .top-bar-right.show-for-medium {
    margin-top: 0px;
}
body:not(.home) .banner {
    background: var(--secondary);
}
body:not(.home) .banner .banner-background .nk-awb-wrap.nk-awb-rendered {
    opacity: .5;
}
.banner.banner-content-true {
    min-height: 500px;
}
.single.single-post .banner {
    min-height: 230px;
}
.home .banner {
    height: 95vh;
    min-height: 850px;
}
.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%;
    background: var(--secondary);
}
.sidebar .nk-awb {
    background: none;
}
.content-module {
    padding: 120px 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: 1000px;
}
.grid-container.wide {
    max-width: 1600px;
}
.top-bar, .top-bar ul {
  background-color: transparent;
}
div#top-bar-menu {
    display: grid;
    grid-template-columns: 37% 1fr 37%;
    align-items: center;
    grid-gap: 1rem;
    z-index: 999999;
    position: relative;
}
div#top-bar-menu .top-bar-center {
    justify-content: center;
    justify-items: center;
}
.primary-logo {
    position: relative;
}
.primary-logo img {
    max-width: 260px;
    padding: 65px;
    position: relative;
    z-index: 9;
}
.primary-logo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -5px;
    z-index: 1;
    background: url(/wp-content/uploads/2025/04/logo-sun.png);
    background-repeat: no-repeat;
    background-position: 50% 81%;
    background-size: contain;
    transform: rotate(0deg);
    animation-name: sun;
    animation-timing-function: linear;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    transition: all ease 1s;
}
@keyframes sun{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
.banner-grid.grid-container {
  height: 100%;
  display: grid;
  padding-top: 7rem;
  align-content: end;
  padding-bottom: 5rem;
  max-width: calc(100% - 5rem);
}
.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;
}
strong.orange {
    color: var(--primary);
}
strong.green {
    color: var(--lightgreen);
}
.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 0rem 3rem 4rem;
}
.featured-content .large-order-2.cell:last-child .cell-inner.content-cell {
    padding: 3rem 4rem 3rem 0rem;
}
.featured-content .cell-inner:not(.content-cell) img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 700px !important;
    height: 700px;
    border-radius: 100%;
    max-width: none;
    right: -4rem;
    padding: 1rem;
    top: 50%;
    margin-top: -350px;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.featured-content .large-order-1 .cell-inner:not(.content-cell) img {
    right: auto;
    left: -4rem;
}
.orbiting-stars {
    width: 770px;
    height: 770px;
    position: absolute;
    background-size: contain !important;
    background: url(/wp-content/uploads/2025/04/orbiting-stars-cropper.png);
    top: 50%;
    margin-top: -385px;
    right: -6.5rem;
    animation-name: sun;
    background-repeat: no-repeat;
    animation-duration: 90s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.featured-content .large-order-1 .cell-inner:not(.content-cell) .orbiting-stars {
    right: auto;
    left: -6rem;
}
.content-module:not(.wide) .featured-content .cell-inner:not(.content-cell) img {
    width: 500px !important;
    top: 50%;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
}
.vbox-container img {
  max-width: 800px;
  height: auto;
  width: auto !important;
  max-height: 800px;
}

.module-background.darkgreen {
  background-color:var(--darkgreen);
}
.module-background.peach {
  background-color:var(--peach);
}
.module-background.logo {
  background-color:var(--logo);
}

.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) {
  color: var(--white);
}
.module-background.dark ~ .module *:not(strong) {
 color:var(--white);
}
.module-background.primary ~ .module *:not(strong) {
 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: 0;
    width: 100%;
    z-index: 9;
}
header.header {
    width: 100%;
    z-index: 99999999;
    padding: 0rem;
    top: 0px;
    background: none;
    margin-top: -3rem;
}
.grid-container {
    max-width: 1250px;
}
header ul.menu li a {
    color: var(--white) !important;
    cursor: pointer;
    padding: 12.5px 24px !important;
    transition: all ease .25s;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
}
header ul.menu li.active  a {
    background: none;
    color: var(--primary) !important;
}
header ul.menu li a:hover, header ul.menu > li:hover > a {
    color: var(--primary) !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: none !important;
    background: rgb(223 208 186);
    z-index: 999;
    min-width: 250px;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}
header ul.menu li .submenu a {
    color: var(--darkgreen) !important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px !important;
    transition: all ease .25s;
}
header ul.menu li .submenu a:hover {
    background: #ffffff33;
    transition: all ease .25s;
}
.primary-menu ul.menu li .submenu a {
  padding: 10px 20px 10px;
  line-height: 1.25;
  background: var(--secondary);
  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(--primary) !important;
}

.primary-menu {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: end;
    margin-top: 0;
}
.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);
    border-color: #fff;
}
.cta-right a.button.white {
    font-weight: 300;
}
.banner-grid .cell-inner {
  text-align: right;

}
.content-module.wide .grid-container {
    max-width: 1600px;
}
.banner h1 {
    font-size: 70px;
    line-height: 1.25;
    text-align: left;
    color: var(--white) !important;
    margin-bottom: 2rem;
    font-weight: 100;
    font-family: 'nunito', sans-serif !important;
}
.banner h1 strong {
    font-weight: 400 !important;
    font-family: 'the-seasons', sans-serif;
}
.banner h1 strong.orange {
    color: var(--primary) !important;
}
.banner h1 strong.lightgreen {
    color: var(--lightgreen) !important;
}
.banner * {
   color: var(--white) !important; 
}
.banner-cta a, .button {
    font-weight: 800;
    padding: 20px 40px 20px;
    background: var(--primary);
    color: var(--darkgreen) !important;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid var(--primary);
    transition: all ease.25s;
    margin-top: 1rem;
}
.banner .button {
  font-size: 25px;
}
.banner a.button {
    margin: 0;
}
a.button-o {
    border: 2px solid var(--primary);
    border-radius: 15px;
    padding: 14px 35px 15px;
    margin: 0px;
    font-weight: 600;
    vertical-align: middle;
    color: var(--primary) !important;
    font-size: 24px;
    line-height: 1;
    transition: all ease .25s;
}
a.button-o:hover {
    background: var(--lightgreen);
    color: var(--darkgreen) !important;
    border-color: var(--lightgreen);
    transition: all ease .25s;
}
.banner-cta a:hover, .button:hover, .button.white:hover {
    background: var(--lightgreen);
    transition: all ease .25s;
    border-color: var(--lightgreen);
}
.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;
}
.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: 4rem;
    background: none;
    padding: 2rem;
    text-align: center;
}
.pagination {
  margin-left: 0;
  margin-bottom: 0px;
}
.pagination .current {
    padding: 1rem 1.5rem;
    background: var(--primary);
    color: var(--secondary);
    cursor: default;
    font-weight: 700;
    border-radius: 13px;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #dfd0bd;
}
.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 .content-module:last-child {
    padding: 0px;
}
.single--content-inner footer.article-footer {
    position: relative;
}

.single--content-inner .next-post-link svg {
    transform: rotate(180deg);
    fill: var(--text);
    width: 55px;
    vertical-align: middle;
    text-align: right;
    display: block;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    transition: all ease .25s;
}
.single--content-inner .next-post-link:hover a {
    transition: all ease .25s;
    left: 0px;
    color: #222;
}


.single--content-inner footer.article-footer {
    position: relative;
    margin-top: 8rem;
}

.next-post-link {
    position: fixed;
    left: 0px;
    overflow: hidden;
    top: 50%;
    border-radius: 0px 10px 10px 0px;
    background: var(--peach);
    max-width: 100px;
    text-align: center;
    padding: 7px 17px 50px;
}
.next-post-link:hover {
    background: var(--secondary);
    transition: all ease .25s;
}
.next-post-link:hover * {
    color: var(--white) !important;
    fill: var(--primary);
}
.prev-post-link {
    position: fixed;
    background: var(--peach);
    right: 0px;
    overflow: hidden;
    padding: 7px 17px 50px;
    text-align: center;
    top: 50%;
    border-radius: 10px 0px 0px 10px;
    max-width: 100px;
}
.prev-post-link:hover {
    background: var(--secondary);
    transition: all ease .25s;
}
.prev-post-link:hover * {
    color: var(--white) !important;
    fill: var(--primary);
}

.prev-post-link span a::before {
    content: "PREVIOUS EVENT";
    font-size: 14px;
    font-weight: 1000;
    padding-bottom: 10px;
    display: inline-block;
    grid-row-start: 2;
    line-height: 1.2;
}
.single--content-inner .prev-post-link svg {
    fill: var(--text);
    width: 55px;
    vertical-align: middle;
    text-align: right;
    display: block;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    transition: all ease .25s;
}
.single--content-inner .prev-post-link:hover a {
    transition: all ease .25s;
    right: 0px;
    color: #222;
}
.prev-post-link a {
    position: absolute;
    font-size: 0;
    left: 0px;
    width: 100%;
    top: 0;
    height: 100%;
    display: grid;
    align-items: end;
}
.next-post-link a {
    position: absolute;
    font-size: 0;
    left: 0px;
    width: 100%;
    top: 0;
    height: 100%;
    display: grid;
    align-items: end;
}
.next-post-link span a::before {
    content: "NEXT EVENT";
    font-size: 14px;
    font-weight: 1000;
    padding-bottom: 10px;
    display: inline-block;
    grid-row-start: 2;
    line-height: 1.2;
}

.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) {
  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 {
    padding: 0px 1rem;
}
.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;
}
.post-content h4.large {
    font-weight: 200;
    font-family: 'nunito', sans-serif !important;
    font-size: 25px;
}













.footer {
  clear: both;
  margin-top: 0em;
  background: #212222;
  padding: 120px 0px 80px;
}
.footer p, .footer a, .footer span {
  font-size: 15px;
}
.copyright-footer {
    background: #191714;
    padding: 10px;
}
.copyright-footer p, .copyright-footer a {
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--white);
}
.footer .inner-footer .cell:first-child p {
  padding-right: 1rem;
}
.footer .menu li {
  display: block;
  float: none;
  width: 100%;
  font-size: 15px;
}
.footer h3 {
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}
.footer .menu li a {
    background: none;
    padding: 0px 0px 10px;
    transition: all ease .25s;
    line-height: 1.25;
    color: var(--text);
    font-size: 18px;
    padding-bottom: 10px;
}
.footer .menu li a:hover {
  color: var(--primary);
  transition: all ease .25s;
}
.footer h3.white {
  margin-bottom: 1.5rem;
}
.footer .cell svg {
  fill: var(--text);
  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 .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 {
    padding: 0px 1.25rem;
}
.inner-footer .cell img {
    width: 225px;
    margin-bottom: 0.5rem;
}
.inner-footer .large-4 .cell-inner p {
  margin-bottom: .5rem;
}
.blog-post-image img {
    border-radius: 13px;
    height: 270px;
    object-fit: cover;
}
#upcoming-events .cell >h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 2rem;
}
.view-all-events {
    text-align: center;
    margin-top: 2rem;
}
.content-module.extrapadding .cell-inner {
    padding: 2rem;
}

.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);
}
.footer {
    clear: both;
    margin-top: 0rem;
    background: var(--light);
    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: "the-seasons", sans-serif;
  font-size: 35px;
  margin-bottom: 2rem;
}
.footer-right-inner .menu {
  column-count: 2;
  display: inline-block;
  width: 100%;
}
#menu-footer-site-map {
    column-count: 3;
    display: inline-block;
    column-gap: 4rem;
}
.socials {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  grid-gap: 10px;
}
.footer span {
    vertical-align: middle;
    display: inline-block;
    color: var(--secondary);
    font-weight: 500;
    font-size: 18px;
}
.copyright-inner {
  display: grid;
  grid-template-columns: 50% 50%;
}
.copyright-right {
  text-align: right;
}

.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;
}
header.header.sticky {
    background: #332d1ecf;
    margin-top: 0;
    padding: 1.5rem 0px;
    transition: all ease .25s;
}
.header.sticky .primary-logo img {
    max-width: 250px;
    padding: 60px;
    position: relative;
    z-index: 9;
}
.header.sticky .primary-logo:before {
    left: -2px;
}
.header.sticky .primary-logo {
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -125px !important;
}

.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: 3rem;
    max-width: 1400px;
    z-index: 5;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
    background: var(--secondary);
}
.website-cta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    background-attachment: fixed;
    opacity: 5%;
    background-size: cover !important;
}
.content-module.overlaptop .content-container {
    margin-top: -230px;
}
.cta-left h5 {
    color: var(--white);
    font-family: 'nunito', sans-serif !important;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;
}
.cta-left h3 {
    font-size: 50px;
    color: var(--white);
    margin-bottom: 0px;
}
.cta-left h3 strong {
    color: var(--primary);
}
.content + .website-cta {
  padding: 1rem 2.5rem 2.5rem;
}
.website-cta .grid-container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 2.5rem;
    width: 100%;
    align-items: center;
    max-width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}
.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;
}
.content {
  position: relative;
}

.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 3rem;
}
.testimonials-box h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.testimonial-inner {
  text-align: center;
}
.post-content img {
    border-radius: 10px;
}
.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;
}
.post-content img {
    border-radius: 10px;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

li.slick-active button {
    background: var(--primary) !important;
}
.testimonial h4 {
    font-family: 'nunito', sans-serif !important;
    font-size: 20px;
}
.testimonials-box .slick-dots {
    list-style: none;
    margin: 30px 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: 5;
    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);
}

#sb_instagram .sbi_photo img {
    border-radius: 13px;
}
.byline {
  color: var(--text);
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 1rem;
  align-items: center;
}

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

.view-all-posts {
    text-align: center;
    margin-top: 50px;
}
.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-box img {
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
    transition: all ease .25s;
    width: 100%;
}
.service-box-inner {
    position: relative;
    height: 500px;
}
.service-title h3 {
    margin: 0px;
    color: var(--white);
    text-align: center;
    font-size: 42px;
}
.service-title h3 strong {
    display: block;
    margin: 0 auto;
    color: var(--primary);
}
.module.service-boxes:before {
    content: "";
    position: absolute;
    width: calc(100% + 5rem);
    height: 60%;
    left: -2.5rem;
    top: 50%;
    margin-top: -30%;
    border: 3px solid var(--primary);
    border-radius: 10px;
}
.service-box-inner {
    position: relative;
    width: 335px;
    border-radius: 10px;
    margin: 0 auto;
}
.service-title {
    background: none;
    padding: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.flip-card-back .service-title {
    align-items: end;
    justify-content: normal;
}
.flip-card-back .service-title h3 strong {
    display: inline;
}
.flip-card-back .service-title h3 {
    font-size: 30px;
    background: var(--secondary);
    width: 100%;
    color: var(--white);
    padding: 10px;
    display: block;
    border-radius: 10px;
}
.service-box {
    text-align: center;
    padding: 1rem;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  color: black;
}

/* Style the back side */
.flip-card-back {
    color: white;
    transform: rotateY(180deg);
    border-radius: 15px;
    background: #000;
}

.split-content .cell-inner.content-cell {
  display: grid;
  align-content: center;
  padding: 8rem 4rem;
  max-width: 700px;
}
.split-content .large-order-1 .cell-inner.content-cell {
    padding: 8rem 5rem 8rem 1rem;
    float: right;
}
.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: 30px;
    color: var(--darkgreen);
    padding-right: 3rem;
}
.accordion-title::before {
    margin-top: -17px !important;
}
.gallery-container .gallery-item {
  width: 33.334% !important;
}

.split-content .grid-container .cell-inner p > a:only-child {
  background: var(--primary);
  color: var(--white);
  padding: 7px 25px;
  border-radius: 2px;
  margin-top: 1rem;
  display: inline-block;
}

.page-id-15329 .banner {
  height: 80vh;
  max-height: 700px;
  min-height: 500px;
}
body.home .banner-content {
    position: relative;
    display: grid;
    max-width: 100%;
    height: 100%;
    align-content: end;
    padding-bottom: 8rem;
    justify-content: center;
    grid-template-columns: 100%;
    margin: 0 auto;
    padding-top: 3rem;
}
.banner-content {
    display: grid;
    position: relative;
    max-width: 100%;
    height: 100%;
    align-content: end;
    padding-bottom: 2rem;
    z-index: 9999;
}
.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;
  width: 100%;
}


.banner-content-bg-color.gradient {
  background: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%);
}
.banner-content-bg-color.white {
  background: var(--white);
}
.banner-content-bg-color.black {
  background: var(--black);
}
.banner-content-bg-color.text {
  background: var(--text);
}
.banner-content-bg-color.primary {
  background: var(--primary);
}
.banner-content-bg-color.secondary {
  background: var(--secondary);
}
.banner-content-bg-color.light {
  background: var(--light);
}
.banner-content-bg-color.dark {
  background: var(--dark);
}

.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: .3;
    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: 500px;
    object-fit: cover;
    border-radius: 13px;
    width: 100%;
}










.shop-wrapper {
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-gap: 3rem;
  max-width: 95%;
  margin: 0 auto 5rem;
  padding-top: 250px;
  position: relative;
  min-width: 1200px;
}
.shop-banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
}
.shop-banner .nk-awb-wrap.nk-awb-rendered {
  background: #000;
}
.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-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;
  padding: 0;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}
.single-product .woocommerce-Price-amount.amount {
  color: var(--primary);
  font-size: 40px;
}

.single-product .woocommerce-Price-amount.amount span{
  color: var(--primary);
  font-size: 40px;
}
.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: auto;
  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: 1000px;
}
.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: 1.5rem;
}
.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 {
  margin-bottom: 0;
  position: relative;
  display: grid;
  grid-template-columns: 57.5% 37.5%;
  grid-gap: 5%;
  align-items: center;
}
.woocommerce-product-gallery {
  width: 100% !important;
}
.woocommerce div.product div.summary {
  margin-bottom: 0em;
  width: 100% !important;
}
.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;
}

.content-module.largebg {
    padding: 200px 0px;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 230px;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  object-fit: cover !important;
  object-position: center;
}
.content-module .module-background .nk-awb {
  opacity: .2;
}
.content-module .module-background.nocolor .nk-awb {
    opacity: 1;
}
.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;
}
.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: 300px;
    border-radius: 27px;
    border: 10px solid transparent;
}

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

.latest-post-footer {
  padding: 10px 1rem 0px;
}
.no-button {
    color: #2C2B29;
    font-size: 17px;
    font-weight: 600;
}
.module-background.primary + .module .cell p:last-child .button {
  background: var(--white);
  color: var(--primary) !important;
}
.blog-post-content h4 {
    font-size: 25px;
    font-weight: 200;
}
.test-moons {
    width: 250px;
    margin: 0 auto 2rem;
    display: block;
}
.testimonials-box h2 {
    text-align: center;
    margin-bottom: 2.5rem;
}
.testimonials-box {
    max-width: 650px;
    margin: 0 auto;
}
div#testimonials {
    padding: 0px;
}
.instagram-feed-footer {
    background: var(--light);
    padding: 50px 0px;
}
.instagram-feed-footer h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.instagram-feed-footer h3 strong {
    color: var(--primary);
}

.l-footer {
  background: var(--logo);
}
.footer-left {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 3rem;
    max-width: 695px;
    padding: 75px 4rem 75px 2rem;
    justify-self: end;
}
.r-footer {
  background: var(--peach);
}
.footer-right {
    padding: 75px 2rem 75px 5vw;
    max-width: 695px;
}

.post-type-archive-events .banner {
    min-height: 420px;
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 5vw;
}
.event-content {
    padding: 100px 0px;
}
.event-sidebar .widget {
    border-radius: 20px !important;
    overflow: hidden;
}
.event-sidebar .nk-awb-wrap-content.is-layout-constrained.wp-block-awb-is-layout-constrained {
    border-radius: 20px;
    overflow: hidden;
}
.event-sidebar a.wp-block-button__link {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 800;
}
.banner-content .grid-container {
    max-width: 1600px;
}
.archive-event-box {
    transform: scale(1);
    transition: all ease .25s;
}
.archive-event-box:hover {
    transform: scale(1.02);
    transition: all ease .25s;
}
.archive-event-box a {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0;
    align-items: center;
    border-radius: 10px;
    align-content: center;
    overflow: hidden;
    margin-bottom: 1rem;
    transform: scale(1);
    transition: all ease .25s;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.archive-event-box a:hover {
    transform: scale(1.02);
    transition: all ease .25s;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
}

.archive-event-box a .aeb-left {
    align-items: center;
    height: 100%;
    text-align: center;
    align-content: center;
    background: var(--primary);
}
.archive-event-box .aeb-right {
    background: var(--peach);
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    padding: 3rem 4rem 3rem 3rem;
}
.aeb-left h5 {
    font-weight: 100;
    font-size: 50px;
}
.aeb-left h5 strong {
    display: block;
    font-weight: 1000;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}
.aeb-right h2 {
    font-size: 50px;
    margin: 0 !important;
}
.event-data {
    DISPLAY: GRID;
    grid-template-columns: auto 1fr;
    grid-gap: 3rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d5cbbb;
}
.event-data .ed-time, .event-data .ed-location, .event-data .ed-price {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 1rem;
}

.event-data h5 {
    margin-bottom: 0px;
    font-family: 'nunito', sans-serif !important;
    font-weight: 300;
    font-size: 22px;
    align-items: center;
    align-content: center;
}
.event-data svg {
    width: 40px;
    height: 40px;
    fill: var(--secondary);
}
dl.gallery-item {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
dl.gallery-item img {
    height: 240px;
    object-fit: cover !important;
    border: 5px solid transparent !important;
}
.single--content h1.entry-title.single-title {
    margin-bottom: 1rem;
}
.single-post-content-area .single-intro img {
    height: 450px;
    object-fit: cover;
    object-position: center;
    object-position: 51% 33%;
    margin-bottom: 3rem;
    border-radius: 20px;
}
.single--content-inner .event-data {
    border-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    margin-bottom: 1rem;
    justify-self: center;
    padding-bottom: 2rem;
}
.single-post-content-area .gallery {
    margin-top: 2rem !important;
}
.event-registration {
    border-top: 2px solid var(--primary);
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 3rem;
}
.ed-wrap {
    border-bottom: 1px solid var(--logo);
    margin-bottom: 2rem;
}
.er-right {
    text-align: center;
}
.er-right h6 {
    margin-bottom: 0px;
}
.er-right a.button {
    margin-bottom: 0px;
}
.er-left h2 {
    margin: 0px;
    font-size: 50px;
}
.ed-wrap .event-data {
    grid-template-columns: auto auto auto;
}
.ed-price svg {
    width: 30px;
    height: 30px;
}



blockquote {
    border-left: 2px solid var(--peach);
}
blockquote h4 strong {
    font-size: 70px;
    color: var(--primary);
    font-weight: 1000;
    line-height: 0;
    position: relative;
    top: 25px;
    padding: 0px;
}

blockquote h4 strong:first-child {
    padding: 0px 10px 0px 0px;
}

blockquote h4 strong:last-child {
    padding: 0px 0px 0px 10px;
}

.blessing-card {
    background: url('/wp-content/uploads/2025/04/blessing-card-middle-scaled.jpg');
    background-size: contain;
    max-width: 950px;
    text-align: center;
    border-radius: 20px;
    padding: 175px 4rem;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.blessing-card::before {
    background: url('/wp-content/uploads/2025/04/blessing-card-top-scaled.jpg');
    background-size: contain;
    background-repeat: no-repeat;
   content:"";
   position: absolute;
   top: 0px;
   width: 100%;
   height: 125px;
   left: 0px;
}
.blessing-card::after {
    background: url('/wp-content/uploads/2025/04/Blessing-card-bottom-scaled.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 125px;
    left: 0px;
}

.blessing-card p {
    font-size: 25px;
}
.accordion-content {
    padding: 2rem;
}


body:not(.home) .primary-logo {
    opacity: 0;
    transition: all ease .25s;
}
body:not(.home) .sticky .primary-logo {
    opacity: 1;
    transition: all ease .25s;
}
body:not(.home) .primary-logo a {
    pointer-events: none;
}
body:not(.home) .sticky .primary-logo a {
    pointer-events: auto;
}
.close-button, .close-button.medium {
    right: 0rem;
    top: 0px;
    font-size: 2em;
    line-height: 0;
}

.close-button span {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    position: relative;
    background: var(--secondary);
    top: 0px;
    display: inline-block;
    line-height: 0;
    padding: 20px 14px 30px;
}
.mobile-menu img {
    height: 200px;
}

.mobile-sitemap .active > a {
    background: var(--primary);
    color: var(--secondary);
    font-weight: 600;
}
.mobile-sitemap {
    margin-top: 2rem;
}




.post-type-archive-tribe_events .banner .banner-content-inner {
    padding-top: 10rem;
}



h3.tribe-events-calendar-month__calendar-event-title {
    font-size: 20px !important;
}
section#tribe-events-pg-template {
    max-width: 100%;
    margin: 0 !important;
    padding: 0px !important;
}
.calendar-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 0px;
}
.tribe-events-single>.tribe_events {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 3rem;
    overflow: visible;
}
.tribe-events-single-event-description.tribe-events-content {
    grid-column-start: 1;
    grid-column-end: 2;
}

.tribe-events-single>.tribe_events .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row: 3;
    display: grid;
    grid-template-columns: 1fr;
}
.tribe-events-single>.tribe_events .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-venue-map {
    width: 100%;
    height: 400px !important;
}
.tribe-events-single>.tribe_events .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-venue {
    width: 100%;
}
.tribe-events-single>.tribe_events .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-venue-map iframe {
    height: 100%;
    max-height: 350px;
}

.tribe-events-event-meta dl {
    color: var(--secondary);
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 30px;
}
.tribe-events-meta-group.tribe-events-meta-group-organizer {
    display: none;
}
.single-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    position: absolute;
    top: -8rem;
    grid-column-start: 2;
    width: 200px;
    grid-row-start: 1;
    text-align: right;
    right: 0px;
}
.tribe-events-event-image {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 6;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    grid-row-start: 2;
    grid-row-end: 3;
    position: relative;
    grid-column-start: 1;
    grid-column-end: 2;
}
.tribe-events-event-meta:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: var(--tec-color-border-secondary);
}
.tribe-events-single-event-description.tribe-events-content p:last-child {
    margin-bottom: 0px !important;
}

.tribe-events-meta-group {
    padding: 2rem 0px !important;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
    padding-bottom: 1rem !important;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-venue {
    padding: 0px !important;
}
.tribe-events-schedule.tribe-clearfix {
    display: none;
}
h1.tribe-events-single-event-title {
    margin-bottom: 1rem;
}
.tribe-events-event-meta.primary dl {
    color: var(--secondary);
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1rem;
    grid-row-gap: 5px;
}
.tribe-events-event-meta.primary dl dt {
    font-size: 20px;
}
.tribe-events-event-meta.primary dl dd {
    font-size: 18px !important;
}
.tribe-events-event-meta.primary dl dd:nth-child(2n), 
.tribe-events-event-meta.primary dl dd:nth-child(4n), 
.tribe-events-event-meta.primary dl dd:nth-child(6n) {
    grid-row-start: 2;
}
.tribe-events-event-meta.primary dl dt:not(:first-child) {
    margin: 0px;
}
.tribe-events-event-image img {
    display: block;
    border-radius: 20px;
}
dt.tribe-venue-tel-label {
    font-size: 20px;
}
dd.tribe-venue-tel {
    font-size: 18px;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    margin: 0;
    z-index: 9999;
    padding: 0;
}

div#tribe-events-content {
    padding: 0px 2rem;
}

a.tribe-events-calendar-month-mobile-events__mobile-event-title-link.tribe-common-anchor::after {
    content: "VIEW EVENT";
    display: block;
    background: var(--primary);
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.ginput_container.ginput_container_consent input {
    height: auto;
}
.gfield.waiver-questionnaire tr {
    display: grid;
    grid-template-columns: 70% auto auto;
    text-align: left;
}
.gfield.waiver-questionnaire tr td.gsurvey-likert-choice {
    height: 100% !important;
}
.gfield.waiver-questionnaire tr td.gsurvey-likert-row-label {
    text-align: left;
    padding: 10px;
}
.ginput_container.ginput_container_radio  input {
    height: auto !important;
}
select.gfield_select {
    border: 2px solid var(--primary);
    height: 60px;
}


















/* responsive */
@media screen and (max-width: 1400px) {
    .primary-logo img {
        max-width: 250px;
    }
    .header .grid-container.wide {
        padding: 0px;
    }
    div#top-bar-menu {
        grid-template-columns: 1fr auto 1fr;
    }
    header ul.menu li a {
        font-size: 20px;
        padding: 12.5px 20px !important;
    }
    .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
        padding: 3rem 2rem 3rem 0rem;
    }
}

@media screen and (max-width: 1250px) {
.featured-content .cell-inner:not(.content-cell) img {
    width: 600px !important;
    height: 600px !important;
    right: -4rem;
    padding: 1rem;
    top: 50%;
    margin-top: -350px;
}
.orbiting-stars {
    width: 660px !important;
    height: 660px !important;
    top: 50%;
    margin-top: -382px;
    right: -6rem;
}
}
@media screen and (max-width: 1210px) {
header ul.menu li a {
    font-size: 20px;
    padding: 12.5px 16px !important;
}
	.tribe-events-single>.tribe_events {
		grid-template-columns: 1fr;
	}
	.tribe-events-event-image {
		grid-column-start: 1;
		grid-row-start: 2;
		grid-row-end: unset;
	}
	.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
		grid-row-start: unset;
		grid-row-end: unset;
		position: relative;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.tribe-events-single>.tribe_events .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row: unset;
		display: grid;
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 1180px) {
  header.header {
    padding: 10px 0px;
  }
  #top-bar-menu {
    padding: 0px;
  }
  
  .primary-menu ul.menu li a {
    font-size: 17px;
  }
  body.home .banner-content {
      padding-bottom: 1rem;
  }
  header ul.menu li a {
      font-size: 17px;
      padding: 12.5px 16px !important;
  }
}
@media screen and (max-width: 1120px) {
    .featured-content .cell-inner:not(.content-cell) img {
        position: absolute;
        right: 50%;
        top: 0;
        width: 500px !important;
        margin-right: -250px;
        margin-top: 0px;
        height: 500px !important;
    }
    .orbiting-stars {
        width: 560px !important;
        height: 560px !important;
        top: -2rem;
        margin-top: 0;
        margin-right: -280px;
        right: 50%;
    }
    .featured-content .cell-inner {
        margin-bottom: 5rem;
    }
    .service-boxes-6 {
        grid-template-columns: 1fr 1fr;
    }
    .module.service-boxes:before {
        content: "";
        position: absolute;
        width: 90%;
        height: 85%;
        left: 05%;
        top: 6rem;
        margin-top: 0;
        border: 3px solid var(--primary);
        border-radius: 10px;
    }
    .service-boxes-6 {
        padding: 0px !important;
    }
    .service-box {
        text-align: center;
        padding: 0;
    }
}
@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;
  }
}

@media screen and (max-width: 1023px) {
    .banner h1 {
        font-size: 50px;
    }
    .events-grid {
        grid-template-columns: 1fr;
    }
    .blessing-card::after {
        height: 109px;
    }
    .footer-left {
        justify-self: start;
    }
    .banner h1 {
        font-size: 60px;
    }
    body.home .banner-content {
        padding-bottom: 3rem;
    }
    header ul.menu li a {
        font-size: 17px;
        padding: 12.5px 16px !important;
    }
  .split-content .image-cell img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    height: 100%;
}
.primary-logo img {
    max-width: 250px;
    padding: 3.75rem;
}
.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 0rem 0rem;
      margin-bottom: 2rem;
  }
  .featured-content .large-order-1.cell:last-child .cell-inner.content-cell {
      padding: 0;
      margin-bottom: 2rem;
  }
  .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;
  }
}


@media screen and (max-width: 965px) {
    .header.sticky .primary-logo img {
        max-width: 200px;
        padding: 45px;
        position: relative;
        z-index: 9;
    }
    .header.sticky .primary-logo {
        position: absolute;
        top: -80px;
        left: 0rem;
        margin-left: 0 !important;
    }
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  header.header {
    padding: 10px 0px 15px;
  }
  .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%;
  }
  .top-bar-left.float-left li.primary-logo {
      float: none;
      width: 100%;
      margin-bottom: 0rem;
  }
  .top-bar-left.float-left {
      display: block;
      width: 100%;
  }
.primary-menu {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-items: end;
  margin: 1rem auto 0px;
}
.top-bar .show-for-medium {
    display: none;
}
.top-bar-right.show-for-small-only {
    display: block !important;
}
div#top-bar-menu {
    max-width: 90%;
    grid-template-columns: 1fr 40px;
    margin: 0 auto;
    padding-left: 0;
    justify-content: start;
    justify-items: start;
}
.menu-icon {
    width: 40px;
    height: 20px;
}

.menu-icon::after {
    height: 3px;
    border-radius: 15px;
    background: var(--primary);
    -webkit-box-shadow: 0 7px 0 var(--primary),0 14px 0 var(--primary);
    box-shadow: 0 8px 0 var(--primary),0 16px 0 var(--primary);
}
.menu-icon:hover::after {
    background: var(--secondary);
    -webkit-box-shadow: 0 8px 0 var(--secondary),0 16px 0 var(--secondary);
    box-shadow: 0 8px 0 var(--secondary),0 16px 0 var(--secondary);
}
div#off-canvas {
    background: #dfd0bd;
    box-shadow: none !important;
    width: 100%;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    text-align: center;
    max-width: 400px;
}
.off-canvas.is-open {
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
}
}


@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;
  }
}

@media screen and (max-width: 769px ) { 
    div#top-bar-menu {
        max-width: 100%;
        grid-template-columns: 1fr 40px;
        margin: 0 auto;
        padding-right: 2rem;
        padding-left: 0;
        justify-content: start;
        justify-items: start;
    }
  .primary-menu ul.menu li a {
    font-size: 15px;
  }
  .footer .large-5 .socials {
    margin-top: 1rem;
  }
  .footer .grid-container .cell {
      margin: 0;
      display: block;
      width: 100% !important;
  }
  .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;
  }
  .blessing-card::after {
      height: 89px;
  }
}

@media screen and (max-width: 710px) {
  .back-to-archive {
    padding: 2rem 2rem;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 1rem;
  }
  .service-boxes-2, .service-boxes-4, .service-boxes-6, .service-boxes-8 {
      grid-template-columns: 1fr;
  }
  .service-box-inner {
      width: 300px;
      height: 460px;
  }
}




@media screen and (max-width: 639px) {
    .top-bar-right.show-for-small-only {
        display: block !important;
        justify-self: end;
    }
    .content-module.extrapadding .cell-inner {
        padding: 1rem 0rem;
    }
    .blessing-card::after {
        background-position: bottom;
    }
    .blessing-card {
        padding: 75px 4rem;
    }
    .blessing-card::after {
        height: 75px;
    }
    .footer-left {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        text-align: center;
        max-width: 695px;
        padding: 35px 2rem;
        justify-self: center;
    }

  #menu-footer-site-map {
      column-count: 2;
      display: inline-block;
      column-gap: 4rem;
  }
  .inner-footer .cell img {
      width: 225px;
      margin-bottom: 0.5rem;
      margin: 0 auto !important;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .banner-content-inner .button, .banner-content-inner .button-o {
      display: block;
      margin: 0px !important;
      padding: 20px !important;
  }
  .banner-content-inner p:last-child {
      line-height: 10px;
      margin-bottom: 0px;
  }
  .home .banner {
      height: 100vh;
      min-height: 600px;
      max-height: 100% !important;
  }
  header.header.sticky {
      padding: 0.5rem 0px;
  }
  .header.sticky .primary-logo {
      top: -60px !important;
  }
  .primary-logo {
      position: relative;
      margin-left: -2rem;
  }
  .header.sticky .primary-logo {
      position: absolute;
      top: -80px;
      left: 0rem;
      margin-left: -3rem !important;
  }
  .module.service-boxes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .website-cta {
    padding: 1rem 0px 2rem;
  }
  .testimonials-wrapper {
      padding: 2rem 2rem 13rem;
  }
  .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%;
  }
  .menu-icon::after {
    background: var(--primary);
    -webkit-box-shadow: 0 7px 0 var(--primary),0 14px 0 var(--primary);
    box-shadow: 0 9px 0px var(--primary),0 18px 0 var(--primary);
    height: 3px;
    transition: all ease .25s;
  }
  .menu-icon:hover::after {
    background: var(--secondary);
    -webkit-box-shadow: 0 7px 0 var(--secondary),0 14px 0 var(--secondary);
    box-shadow: 0 9px 0px var(--secondary),0 18px 0 var(--secondary);
    height: 3px;
    transition: all ease .25s;
  }
  .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;
    padding-left: 0 !important;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-right: 0px !important;
}
  .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;
  }
  .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 0rem 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;
  }
  .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: cover !important;
  }
  .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;
  }
  .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;
  }

  #upcoming-events .cell >h2 {
      text-align: center;
      font-size: 50px;
      margin-bottom: 2rem;
  }
  header.header {
    padding: 5px 0px 0px;
  }
  h2 {
      font-size: 50px;
      margin-bottom: 1rem;
      font-weight: 600;
      color: var(--darkgreen);
  }
  blockquote h4 strong {
    font-size: 40px;
    color: var(--primary);
    font-weight: 1000;
    line-height: 0;
    position: relative;
    top: 10px;
    padding: 0px;
}
  h4 {
      font-size: 30px;
      font-weight: 700;
      color: var(--darkgreen);
  }
  .footer .small-12.medium-12.large-2.cell {
    margin-bottom: 1.5rem;
  }
  .footer .large-5:last-child {
    margin-top: 3rem;
  }
  .footer {
      padding: 50px 0px 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: 0;
      border-radius: 0px !important;
  }
  .off-canvas ul li:not(.active):hover a {
    color: var(--dark);
  }
  .single--content h1.entry-title.single-title {
    margin-bottom: 1rem;
  }
  .banner h1 {
      font-size: 33px;
      margin-bottom: 1rem;
  }
  .content-module.largebg {
      padding: 50px 0px;
  }
  .testimonials-box h2 {
      margin-top: 9rem;
      margin-bottom: 0rem;
  }
  .banner-content-inner .button, .banner-content-inner .button-o {
      display: block;
      margin: 0px !important;
      padding: 15px !important;
      font-size: 20px;
  }
  body.home .banner-content {
      padding-bottom: 1rem;
  }
  .primary-logo img {
      max-width: 200px;
      padding: 50px;
      position: relative;
      left: -2px;
  }

}

@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;
  }
  .primary-logo {
      position: relative;
      margin-left: -2rem !important;
  }
}

@media screen and (max-width: 400px) {
.products.columns-3 {
  grid-template-columns: 1fr;
}
.footer .cell svg {
  margin-right: .5rem;
}
#menu-footer-site-map {
    column-count: 1;
    display: inline-block;
    column-gap: 1rem;
}


}
@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;
  }
}