@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap");
* {
  margin: 0;
}
@font-face {
  font-family: "Font Awesome Brands";
  src: url("https://www.themattresspeople.co.za/wp-content/themes/raw/assets/fonts/fa-brands-400.woff2") format("woff2"), url("https://www.themattresspeople.co.za/wp-content/themes/raw/assets/fonts/fa-brands-400.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome Reg";
  src: url("https://www.themattresspeople.co.za/wp-content/themes/raw/assets/fonts/fa-regular-400.woff2") format("woff2"), url("https://www.themattresspeople.co.za/wp-content/themes/raw/assets/fonts/fa-regular-400.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome Bold";
  src: url("https://www.themattresspeople.co.za/wp-content/themes/raw/assets/fonts/fa-solid-900.ttf") format("ttf"), url("https://www.themattresspeople.co.za/wp-content/themes/raw/assets/fonts/fa-solid-900.woff2") format("woff2");
  font-weight: lighter;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
h1 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  color: #333;
  margin: 10px 0px;
  margin-bottom: 30px;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #333;
  margin: 10px 0px;
  margin-bottom: 18px;
}
h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333;
}
h4 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  color: #333;
}
h5 {
  color: #333;
  font-size: 15px;
  font-family: "Playfair Display", serif;
}
header {
  background: #fff;
  position: absolute;
  min-height: 10px;
  width: 100%;
  margin: auto;
  border-bottom: solid 3px #A6CE39;
  z-index: 9999;
  transition: all 0.3s;
  webkit-transition: all 0.3s;
}
header .header-content {
  width: auto;
  max-width: 1400px;
  margin: auto;
  padding: 10px 0px;
  transition: all 0.3s;
  webkit-transition: all 0.3s;
}
header .header-content .site-branding img {
  width: auto;
  max-width: 234px;
  height: auto;
}
header.article-header {
  display: none;
}
.top-bar-left.float-left, .top-bar-right.float-right.show-for-small-only {
  display: none;
}
.header-flexwrap {
  display: flex;
}
.header-flexwrap .header-flex:nth-child(1) {
  display: block;
  width: 15%;
  justify-content: flex-start;
  text-align: left;
}
.header-flexwrap .header-flex:nth-child(1) .social-widget {
  padding-top: 20px;
}
.header-flexwrap .header-flex:nth-child(2) {
  display: flex;
  width: 100%;
  justify-content: center;
}
.header-flexwrap .header-flex:nth-child(3) {
  display: flex;
  width: 15%;
  justify-content: flex-end;
  text-align: right;
}
.header-flexwrap .header-flex a i {
  font-size: 14px;
  color: #333;
}
.left_menu li, .right_menu li {
  list-style: none;
  display: inline-block;
}
.left_menu li a, .right_menu li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 52px 15px;
  line-height: 7.5;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.left_menu li a .current-menu-item::after, .right_menu li a .current-menu-item::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 4px;
  right: 0;
  top: -4px;
  background: #97B545;
}
header.is-scrolling .left_menu li ul, header.is-scrolling .right_menu li ul {
  width: 300px;
  margin-top: 13px;
  background: #242424d9;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
header.is-scrolling .left_menu li ul li a, header.is-scrolling .right_menu li ul li a {
  line-height: 2;
  padding: 15px 35px !important;
}
header.is-scrolling .left_menu li a, header.is-scrolling .right_menu li a {
  padding: 49px 15px;
  line-height: 6.5;
}
.left_menu ul li {
  position: relative;
}
.left_menu ul li.current-menu-item::after, .right_menu ul li.current-menu-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  top: -10px;
  background: #97B545;
}
.left_menu li a::after, .right_menu li a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  right: 0;
  top: 0px;
  background: #97B545;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.left_menu li a:hover::after, .right_menu li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  background: #97B545;
}
header.is-scrolling .left_menu li a::after, header.is-scrolling .right_menu li a::after {
  top: 4px !important;
}
ul#menu-left-menu, ul#menu-right-menu {
  margin: 0px;
  padding: 0px;
}
ul#main-nav li a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 15px;
  right: 0;
  top: -4px;
  background: #0397C5;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.site-branding img {
  transition: all 0.3s;
  webkit-transition: all 0.3s;
}
.site-title, .site-description {
  display: none;
}
header.is-scrolling {
  background: #fff;
  position: fixed;
  min-height: 10px;
  overflow: visible;
  animation: reveal 0.7s ease-in-out;
}
@keyframes reveal {
  from {
    top: -145px;
  }
  to {
    top: 0px;
  }
}
header.is-scrolling ul#main-nav li a::after {
  top: 43px;
}
header.is-scrolling .header-content {
  padding: 10px 0px;
  padding-bottom: 5px;
}
header.is-scrolling .site-branding img {
  max-width: 180px;
}
.header-cta {
  text-align: right;
}
.header-cta a.tel:before {
  content: "";
  font-family: "Font Awesome";
  display: inline-block;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: 100;
  line-height: 3.2;
  margin-right: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header-cta a.tel:hover:before {
  opacity: 0.8;
}
.header-cta a.email:before {
  content: "";
  font-family: "Font Awesome";
  display: inline-block;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: 100;
  line-height: 3.2;
  margin-right: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header-cta a.email:hover:before {
  opacity: 0.8;
}
.cta-scroll {
  width: 100%;
  max-width: 100%;
  min-height: 10px;
  top: 96px;
  padding: 20px 0px;
  left: 0;
  position: fixed;
  text-align: right;
  background: #ffffff63;
  opacity: 0;
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.cta-scroll .cta-scroll-padding {
  width: auto;
  max-width: 1400px;
  padding: 0px 35px;
  margin: auto;
}
.cta-scroll .cta-scroll-padding a.menu {
  color: #fff;
  background: #97B545;
  padding: 10px 15px;
  margin-right: 15px;
  border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cta-scroll .cta-scroll-padding a.menu::after {
  content: "";
  font-family: "Font Awesome Bold";
  font-weight: 100 !important;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
}
.cta-scroll .cta-scroll-padding a.menu:hover {
  opacity: 0.8;
}
.cta-scroll .cta-scroll-padding a.book {
  color: #fff;
  background: #97B545;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cta-scroll .cta-scroll-padding a.book::after {
  content: "";
  font-family: "Font Awesome Bold";
  font-weight: 300;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
}
.cta-scroll .cta-scroll-padding a.book:hover {
  opacity: 0.8;
}
.header_search {
  float: right;
}
* {
  margin: 0px;
}
.banner {
  max-width: 100%;
  min-height: 800px;
  background: url(https://www.themattresspeople.co.za/wp-content/uploads/2022/11/pexels-taryn-elliott-7866272.jpg);
  background-size: cover;
  overflow: hidden;
  border-radius: 0 0 35px 35px;
}
.banner .banner-content-wrap {
  display: flex;
  width: auto;
  max-width: 1470px;
  padding: 0px 35px;
  margin: auto;
}
.banner .banner-content-wrap .banner-content:nth-child(1) {
  width: 15%;
  display: flex;
  justify-content: center;
  height: 800px;
  flex-direction: column;
}
.banner .banner-content-wrap .banner-content:nth-child(2) {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .banner-content-wrap .banner-content:nth-child(2) h1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.banner .banner-content-wrap .banner-content:nth-child(2) h4 {
  font-size: 23px;
  color: #fff;
}
.banner .banner-content-wrap .banner-content:nth-child(3) {
  width: 15%;
  display: flex;
  justify-content: center;
  min-height: 800px;
  flex-direction: column;
  z-index: 9;
}
.homebanner h1 {
  font-size: 55px;
  margin: 10px 0px !important;
  padding: 0px 35px !important;
  margin-bottom: 0px !important;
}
.homebanner h4 {
  font-size: 22px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  margin: 10px 0px !important;
  margin-top: 0px !important;
  padding: 0px 35px !important;
}
.homebanner h4 em {
  font-family: "Playfair Display", serif;
  font-weight: 300 !important;
}
.findoutmore a {
  color: #fff;
  border-radius: 50px;
  padding: 13px 45px;
  padding-right: 70px;
  border: solid #fff 1.7px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.findoutmore a::after {
  content: "";
  font-family: "Font Awesome Bold";
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.findoutmore a:hover {
  color: #333;
  background: #97B545;
  border: solid #97B545 1.7px;
}
.findoutmore a:hover::after {
  color: #333;
  margin-left: 25px;
}
.findoutmore1 a {
  color: #97B545;
  border-radius: 50px;
  padding: 13px 45px;
  padding-right: 70px;
  border: solid #97B545 1.7px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.findoutmore1 a::after {
  content: "";
  font-family: "Font Awesome Bold";
  font-size: 14px;
  color: #97B545;
  margin-left: 15px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.findoutmore1 a:hover {
  color: #333;
  background: #97B545;
  border: solid #97B545 1.7px;
}
.findoutmore1 a:hover::after {
  color: #333;
  margin-left: 25px;
}
.banner-social {
  width: auto;
  max-width: 1470px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 35px;
  top: 67.4vh;
  text-align: center;
  line-height: 3;
  color: #fff;
  z-index: 9;
}
.banner-social .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1em !important;
  height: 1em !important;
}
.banner-social a i {
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner-social a i:hover {
  color: #97B545;
}
.feature-social {
  width: 35px;
  height: auto;
  position: absolute;
  left: 32px;
  right: auto;
  top: 252px;
  text-align: center;
  line-height: 3;
  color: #333;
}
.feature-social a i {
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.feature-social a i:hover {
  color: #97B545;
}
.banner-content-wrap .banner-content:nth-child(1) a.learnmore:hover::after {
  padding: 25px;
}
.btn {
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 16px 45px;
  padding-right: 70px;
  border: solid #fff 1.7px;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn:hover {
  color: #333;
  background: #97B545;
  border: solid #97B545 1.7px !important;
}
.btn:hover::after {
  margin-left: 20px;
  color: #333;
}
.btn::after {
  content: "";
  font-family: "Font Awesome Bold";
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  padding-top: 4px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container video {
  width: 100%;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Playfair Display", serif;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 23px !important;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  color: #fff !important;
}
.slideshow .slide .text p {
  font-size: 23px !important;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  color: #fff !important;
}
.slideshow .slide .btn {
  margin: 35px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1470px;
  padding: 0px 35px;
  cursor: default;
  z-index: 2;
  text-align: left;
}
.slideshow .pagination .item {
  display: block;
  padding: 15px 5px;
  position: relative;
  width: 8px;
  height: 8px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
  width: 12px;
  height: 12px;
  top: 13px;
  left: 3px;
}
.slideshow .arrows {
  width: auto;
  max-width: 1470px;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0;
  right: 0;
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 65vh;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.slideshow .arrows .arrow {
  width: auto;
}
.slideshow .arrows .prev {
  text-align: right;
  margin-right: 100px;
  cursor: pointer !important;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  text-align: right;
  cursor: pointer !important;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.margintop-100px {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
.margintop-100px .wp-block-column a {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
.margintop-100px-wblocks {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
.margintop-100px-wblocks .block-column {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
.block-contact {
  position: relative;
  z-index: 99;
}
.block-contact .block-column {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: -450px;
  padding: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
.block-contact a {
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.block-contact a:hover {
  color: #97B545;
}
.block-contact .number:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #fff;
  margin-right: 10px;
}
.block-contact .email:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #fff;
  margin-right: 10px;
}
.block-contact .post:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #fff;
  margin-right: 10px;
}
.block-contact .postbox:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #fff;
  margin-right: 10px;
}
.block-contact .location:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #fff;
  margin-right: 10px;
}
.ytp-cued-thumbnail-overlay {
  border-radius: 15px;
  overflow: hidden;
}
.whychooseus .blockwidthsmall {
  width: 80%;
}
.whychooseus h3 {
  display: block;
  width: 100%;
}
.whychooseus img {
  width: 42px;
}
.whiteblock {
  background: #fff;
  border-radius: 15px;
  padding: 30px 35px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.whiteblock .phone:before {
  content: "";
  font-family: "Font Awesome Bold";
  margin-right: 10px;
}
.whiteblock .email:before {
  content: "";
  font-family: "Font Awesome Bold";
  margin-right: 10px;
}
.contact-section a {
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-section .whitelay {
  margin-bottom: -300px;
  background: #fff;
  padding: 0px 30px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
.top-bar#top-bar-menu {
  text-align: center;
}
ul #main-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
ul #main-nav li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
ul#main-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-left: 0px;
  font-size: 14px;
}
ul#main-nav li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
ul#main-nav li a {
  padding: 10px 10px;
  color: #333;
  line-height: 1.5;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  webkit-transition: all 0.3s;
}
ul#main-nav li ul li a {
  line-height: 2.5;
  color: #fff;
}
ul#main-nav li ul li.current_page_item a {
  color: #97B545;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
ul#main-nav li ul li.current_page_item a:hover {
  color: #333;
}
ul#main-nav li ul li a:hover::after {
  width: 0px;
  right: auto;
  left: 0;
  background: #97B545;
}
ul#main-nav li {
  display: inline-block;
  position: relative;
}
ul#main-nav li.current_page_item a {
  color: #97B545;
}
header.is-scrolling ul#main-nav li.current_page_item a {
  color: #97B545;
}
li#menu-item-18:hover::after {
  content: "";
  font-family: "Font Awesome";
}
li#menu-item-18::after {
  content: "";
  font-family: "Font Awesome";
  font-weight: 700;
  color: #fff;
  margin-left: -10px;
  padding-right: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
li#menu-item-72 a {
  color: red !important;
}
header ul li ul {
  background: #3c3c3ca8;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  width: 350px;
  margin-top: 10px;
  border-radius: 0px;
  overflow: hidden;
  position: absolute;
  padding-left: 0px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 0;
  transform: translate(0px, -50px);
  -webkit-transform: translate(0px, -50px);
}
header ul li ul li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header ul li ul li a {
  padding: 15px 15px !important;
  display: block !important;
  color: #fff !important;
  width: 100%;
  line-height: 2 !important;
  margin-top: 0px !important;
}
header ul li ul li a:hover {
  background: #77a464;
}
li#menu-item-19 {
  z-index: 99;
}
header ul li:hover > ul, header ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}
header ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  padding: 0px !important;
}
ul#main-nav li a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  right: 0;
  top: 46px;
  background: #97B545;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
ul#main-nav li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  background: #97B545;
}
header.is-scrolling ul#main-nav li a {
  padding: 10px 10px;
  line-height: 1.5;
  color: #333;
}
header.is-scrolling ul#main-nav li ul li a {
  line-height: 2;
}
svg.search-icon .is-menu .search-icon-path {
  fill: #fff;
}
svg.search-icon {
  display: inline-block;
  margin-bottom: -5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header.is-scrolling .astm-search-menu.is-menu.is-dropdown.menu-item a {
  color: #333 !important;
}
header.is-scrolling svg.search-icon {
  fill: #333 !important;
  color: #333 !important;
}
path.search-icon-path {
  padding-top: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer {
  background: #F3F3F3;
  margin: 0px;
  max-width: 100%;
  display: block;
}
footer a {
  color: #333;
  font-weight: 300;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer a:hover {
  opacity: 0.7;
}
footer h3 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  color: #97B545;
  margin-bottom: 20px;
  font-weight: 400 !important;
  display: block;
}
footer li {
  font-size: 14px !important;
}
footer .signup {
  width: 100%;
  background: #97B545;
}
footer .signup .signup-inner {
  max-width: 1400px;
  padding: 35px 35px;
  margin: auto;
}
footer .signup .signup-inner .wp-block-columns {
  margin-bottom: 0px !important;
}
footer .signup .signup-inner h3 {
  color: #fff;
  font-size: 35px;
  margin: 10px 0px;
}
footer .inner-footer {
  width: auto;
  max-width: 1400px;
  padding: 90px 35px;
  min-height: 100px;
  margin: auto;
}
footer .inner-footer ul {
  padding-left: 0px;
}
footer .inner-footer ul li {
  display: block;
  list-style: none;
  line-height: 2;
}
footer .inner-footer ul li a {
  color: #333;
  font-weight: 300;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .inner-footer ul li a:hover {
  opacity: 0.7;
}
footer .user {
  color: #333;
  font-weight: 300;
  padding-left: 30px !important;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .user:before {
  content: "";
  font-family: "Font Awesome Bold";
  position: absolute;
  left: 0;
  font-weight: 300;
}
footer .user:hover {
  opacity: 0.7;
}
footer .wp-block-separator {
  border: 1px solid #CBCBCB;
  border-right: none;
  border-left: none;
  width: 184px;
}
footer p {
  margin: 5px 0px;
}
footer .branches {
  color: #646464;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .branches:before {
  content: "";
  color: #333;
  font-family: "Font Awesome Bold";
  margin-right: 10px;
  font-weight: 400;
}
footer .number {
  color: #333;
  font-weight: 300;
  padding-left: 20px !important;
  padding: 8px 10px;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .number:before {
  content: "";
  font-family: "Font Awesome Bold";
  position: absolute;
  left: 0;
  font-weight: 400;
}
footer .number:hover {
  opacity: 0.7;
}
footer .email {
  color: #333;
  font-weight: 300;
  padding-left: 20px !important;
  padding: 8px 10px;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .email:before {
  content: "";
  font-family: "Font Awesome Bold";
  position: absolute;
  left: 0;
  font-weight: 300;
}
footer .email:hover {
  opacity: 0.7;
}
footer .location {
  color: #333;
  font-weight: 300;
  padding-left: 20px !important;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .location:before {
  content: "";
  font-family: "Font Awesome Bold";
  position: absolute;
  left: 0;
  font-weight: 300;
}
footer .location:hover {
  opacity: 0.7;
}
footer p.user, footer p.number, footer p.email, footer p.location {
  margin: 0px !important;
}
footer img {
  max-width: 150px !important;
}
footer .facebook {
  color: #333;
  font-weight: 300;
  padding-left: 30px !important;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .facebook:before {
  content: "";
  font-family: "Font Awesome Brands";
  position: absolute;
  left: 0;
  font-weight: 300;
}
footer .facebook:hover {
  opacity: 0.7;
}
footer .twitter {
  color: #333;
  font-weight: 300;
  padding-left: 30px !important;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .twitter:before {
  content: "";
  font-family: "Font Awesome Brands";
  position: absolute;
  left: 0;
  font-weight: 300;
}
footer .twitter:hover {
  opacity: 0.7;
}
footer .instagram {
  color: #333;
  font-weight: 300;
  padding-left: 30px !important;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
footer .instagram:before {
  content: "";
  font-family: "Font Awesome Brands";
  position: absolute;
  left: 0;
  font-weight: 300;
}
footer .instagram:hover {
  opacity: 0.7;
}
.number:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #333;
  margin-right: 0px;
  font-weight: 300;
  padding-left: 20px;
  padding: 4px 0px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.email:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #333;
  margin-right: 0px;
  font-weight: 300;
  padding-left: 20px;
  padding: 4px 0px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.numberform:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #333;
  margin-right: 10px;
  font-weight: 300;
  padding-right: 30px;
  padding: 4px 0px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.emailform:before {
  content: "";
  font-family: "Font Awesome Bold";
  color: #333;
  margin-right: 10px;
  font-weight: 300;
  padding-right: 30px;
  padding: 4px 0px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer-smaller a {
  font-size: 14px !important;
}
.copyright .copyright-content {
  width: auto;
  max-width: 1400px;
  padding: 20px 35px;
  margin: auto;
  color: #333;
  font-weight: 300 !important;
  border-top: solid 1px #838383;
  position: relative;
  display: block;
}
.copyright .copyright-content .social-footer {
  position: absolute;
  right: 0px;
  margin-top: -20px;
  padding: 15px;
  background: #F3F3F3;
}
.flex-footer {
  display: flex;
}
.flex-footer .flex-footer-content {
  display: block;
  width: 23.8%;
  margin: 0px 10px;
}
img.wp-image-8 {
  width: 100% !important;
  max-width: 230px !important;
}
footer .astm-search-menu.is-menu.is-dropdown.menu-item {
  display: none;
}
.content {
  width: auto;
  max-width: 1470px;
  min-height: 200px;
  margin: auto;
  padding: 100px 35px;
}
p {
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0px;
  color: #333;
}
h2 {
  font-size: 45px;
  color: #97B545 !important;
  font-weight: 400;
  margin: 35px 0px;
  font-family: "Playfair Display", serif;
  position: relative;
}
h2.h2center {
  font-size: 45px;
  color: #97B545 !important;
  font-weight: 400;
  margin: 35px 0px;
  font-family: "Playfair Display", serif;
  position: relative;
  text-transform: uppercase;
}
.maximage-88 {
  max-width: 88px;
  margin: auto;
}
.border-radius-15 {
  border-radius: 15px;
  overflow: hidden;
}
.marginbottom-88 {
  margin-bottom: -88px;
}
.animatedfsmenu .animatedfs_menu_list .afsmenu li.afs-menu-item-has-children > ul {
  margin: 14px 0px !important;
  padding-left: 10px !important;
}
.animatedfsmenu.animation_line .afsmenu > li.has-children__on > a:before, .animatedfsmenu.animation_line .afsmenu > li:hover > a:before {
  width: 20px !important;
}
.animatedfsmenu.animation_line .afsmenu > li.has-children__on > a, .animatedfsmenu.animation_line .afsmenu > li:hover > a {
  padding-left: 30px !important;
}
.animatedfsmenu ul {
  padding-left: 0px !important;
}
.animatedfsmenu .animatedfs_menu_list .afsmenu li a {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .animatedfsmenu .animatedfs_menu_list .afsmenu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .animatedfsmenu .animatedfs_menu_list .afsmenu li a {
    font-size: 16px !important;
  }
}
.uagb-faq-item {
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.bordershadow {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
@media (max-width: 920px) {
  .alignwide {
    margin: 32px calc(( 767px - 920px ) / 2);
    max-width: 920px;
    width: 920px;
  }
}
.width480px {
  width: auto !important;
  max-width: 500px !important;
}
.width620px {
  width: auto !important;
  max-width: 690px !important;
  padding: 0px 35px;
  margin: auto;
}
.width665px {
  width: auto !important;
  max-width: 665px !important;
  padding: 0px 35px;
  margin-left: auto;
  margin-right: 0;
}
.width657px {
  width: auto !important;
  max-width: 727px !important;
  padding: 0px 35px;
  margin: auto !important;
}
.width794px {
  width: auto !important;
  max-width: 864px !important;
  padding: 0px 35px;
  margin: auto !important;
}
.width777px {
  width: auto !important;
  max-width: 847px !important;
  padding: 0px 35px;
  margin: auto !important;
}
.width750px {
  width: auto !important;
  max-width: 750px !important;
  padding: 0px 35px;
  margin-left: auto;
  margin-right: 0;
}
.width960px-100px {
  width: auto !important;
  max-width: 1030px !important;
  padding: 0px 35px;
  margin: auto !important;
  margin-top: -100px !important;
}
.width1000px {
  width: auto !important;
  max-width: 1000px !important;
  margin: auto !important;
}
.width1400px {
  width: auto !important;
  max-width: 1400px !important;
  margin: auto !important;
  padding: 50px 35px;
}
.content.padding {
  padding: 0px 35px;
  min-height: 400px;
}
.content.toppadding {
  padding: 100px 35px;
  min-height: 400px;
}
.imgrightborder img {
  border-radius: 20px 0px 0px 20px !important;
  overflow: hidden;
}
img#n2-ss-2item3 {
  position: absolute;
}
.displaynonefornow {
  display: none;
}
.cat-blocks {
  margin-top: -150px;
  position: relative;
  z-index: 999;
}
.cat-blocks .wp-block-column {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.cat-blocks .wp-block-column p {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #97B545;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cat-blocks .wp-block-column img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cat-blocks .wp-block-column a {
  color: #97B545;
  padding: 10px 25px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-transform: uppercase;
  border: solid #97B545 2px;
  border-radius: 50px;
  width: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: translate(0px, 60px);
  -webkit-transform: translate(0px, 60px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cat-blocks .wp-block-column a:after {
  content: "";
  font-family: "Font Awesome Bold";
  color: #97B545;
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cat-blocks .wp-block-column a:hover {
  color: #fff;
  background: #97B545;
}
.cat-blocks .wp-block-column a:hover:after {
  margin-left: 15px;
  color: #fff;
}
.cat-blocks .wp-block-column a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.cat-blocks .wp-block-column:hover a {
  opacity: 1;
  transform: translate(0px, 0px);
}
.cat-blocks .wp-block-column:hover p {
  opacity: 1;
  transform: translate(0px, -80px);
}
.cat-blocks .wp-block-column:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.cat-blocks .wp-block-column .wp-block-cover__background.has-background-dim {
  background-color: #000;
  opacity: 0.4 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cat-blocks .wp-block-column:hover .wp-block-cover__background.has-background-dim {
  background-color: #000;
  opacity: 0.7 !important;
}
.wp-container-5.mapblock {
  gap: 0px !important;
  margin-bottom: -85px;
}
.wp-container-5.mapblock .btn {
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 45px;
  padding-right: 70px;
  border: solid #fff 1.7px;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  display: inline-block;
  margin-top: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.wp-container-5.mapblock .btn:hover {
  color: #333;
  background: #97B545;
  border: solid #97B545 1.7px !important;
}
.wp-container-5.mapblock .btn:hover::after {
  margin-left: 20px;
  color: #333;
}
.wp-container-5.mapblock .btn::after {
  content: "";
  font-family: "Font Awesome Bold";
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  padding-top: 4px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.map-section {
  margin-top: -300px;
}
#Menu1, #Menu2 {
  display: none;
}
#Menu1 h1, #Menu2 h1 {
  color: #97B545;
  font-size: 30px;
}
#Menu1 p, #Menu2 p {
  color: #fff;
  line-height: 1.6;
  font-size: 13px;
}
.main_div {
  text-align: center;
  background: #00C492;
  padding: 20px;
  width: 400px;
}
.inner_div {
  background: #fff;
  margin-top: 20px;
  height: 100px;
}
.buttons-map {
  width: 100%;
  display: flex;
  gap: 2em;
  z-index: 9999;
  margin: auto !important;
  position: relative;
  top: 60vh;
  justify-content: center;
}
.buttons-map a {
  width: 150px;
  height: 200px;
  padding: 50px;
  color: #fff;
  background: #333;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.buttons-map a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.buttons-map p {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  color: #97B545;
  line-height: 1.3;
}
.buttons-map p.view-direction {
  color: #fff !important;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  display: block;
}
.buttons-map p.view-direction:after {
  content: ">";
  margin-left: 10px;
}
.buttons-map a:hover {
  cursor: pointer;
  font-size: 16px;
}
.faq-style .uagb-faq-item {
  border-radius: 15px;
  border: solid 0px !important;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.faq-style .uagb-faq-item .uagb-faq-questions {
  padding: 35px 25px !important;
  color: #888888 !important;
  font-size: 18px !important;
}
.faq-style .uagb-block-d7163d72 .uagb-faq-child__outer-wrap {
  margin-bottom: 20px;
}
.faq-style .uagb-icon.uagb-faq-icon-wrap {
  width: 17px !important;
  height: 16px !important;
  padding: 0px !important;
  border-radius: 100%;
  border: solid #707070 1.5px;
  background: #97B54500;
}
.faq-style .uagb-icon.uagb-faq-icon-wrap svg {
  display: none;
}
.faq-style .uagb-faq-item-active .uagb-icon.uagb-faq-icon-wrap {
  width: 17px !important;
  height: 16px !important;
  padding: 0px !important;
  border-radius: 100%;
  border: solid #707070 1.5px;
  background: #97B545;
}
.faq-style .uagb-faq-item-active .uagb-icon.uagb-faq-icon-wrap svg {
  display: none !important;
}
.faq-style .uagb-icon-active.uagb-faq-icon-wrap {
  width: 17px !important;
  height: 16px !important;
  padding: 0px !important;
  border-radius: 100%;
  border: solid #707070 1.5px;
  background: #97B545;
}
.faq-style .uagb-icon-active.uagb-faq-icon-wrap svg {
  display: none !important;
}
.whattoexpect .wp-block-cover {
  color: #fff !important;
  border-radius: 15px;
  padding: 50px 25px !important;
  overflow: hidden;
  z-index: 9;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.whattoexpect .wp-block-cover img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.whattoexpect .wp-block-cover .wp-block-cover__background.has-black-background-color.has-background-dim-30.has-background-dim {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.whattoexpect .wp-block-cover:hover .wp-block-cover__background.has-black-background-color.has-background-dim-30.has-background-dim {
  opacity: 0.6 !important;
}
.whattoexpect .wp-block-cover:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.whattoexpect .wp-block-cover h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 100 !important;
  font-family: "Playfair Display", serif;
}
.whattoexpect .wp-block-cover h3 a {
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.whattoexpect .wp-block-cover h3 a:hover {
  color: #97B545;
}
.productswrap h3 {
  font-size: 32px;
  margin: 20px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
.productswrap h3:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #97B545;
  left: 0px;
  right: auto;
  position: absolute;
}
.productswrap .wp-block-column {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.productswrap li {
  line-height: 1.8;
}
.blueback {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+5,00204a+5,00204a+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 5%, #00204a 5%, #00204a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 5%, #00204a 5%, #00204a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 5%, #00204a 5%, #00204a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00204a",GradientType=1);
  /* IE6-9 */
}
.blueback h2 {
  color: #fff !important;
}
.blueback .wrap {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: 0;
  min-height: 400px;
  padding: 80px 0px;
}
.wp-container-5.wp-block-columns.alignfull.blueback {
  margin-bottom: 0px !important;
}
.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
}
.carousel {
  width: 100%;
  margin: 0px auto;
}
.services1 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/georg-fischer-piping-systems-installation-1.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services2 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/Engineering_plastics_3.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services3 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/AdobeStock_194549581.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services4 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/AdobeStock_308331449.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services5 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/AdobeStock_353266021.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services6 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/cl_fans2.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.services7 {
  width: 279px;
  height: 395px;
  margin-right: 30px;
  background: url(https://onpointmedia.co.za/walfors/wp-content/uploads/2022/07/20180913_102631.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #0000007a;
}
.service-content h3 {
  font-size: 23px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  text-align: left;
  bottom: 50px;
  left: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service-content:hover > h3 {
  bottom: 130px;
}
.service-content:hover > a.learnmore {
  bottom: 65px;
  opacity: 1;
}
.service-content a.learnmore {
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 30px;
  bottom: -100px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.service-content a.learnmore::after {
  content: "";
  font-family: "Font Awesome";
  font-weight: 300;
  margin-left: 30px;
  border: solid 1px #fff;
  border-radius: 100px;
  padding: 20px;
  -webkit-transition: all 0.3s;
}
.service-content a.learnmore::after:hover {
  margin-left: 40px;
}
.services1:hover, .services2:hover, .services3:hover, .services4:hover, .services5:hover, .services6:hover, .services7:hover, .services8:hover {
  background-size: 115%;
  background-position: center;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 70px;
}
button.slick-prev.slick-arrow {
  position: absolute;
  right: 240px;
  left: auto;
  background: #0000;
  border: solid 0px;
  font-size: 0px;
  cursor: pointer;
}
button.slick-next.slick-arrow {
  position: absolute;
  top: auto;
  right: 150px;
  background: #0000;
  border: solid 0px;
  font-size: 0px;
  cursor: pointer;
}
.slick-next:before {
  content: "";
  font-family: "Font Awesome";
  color: #fff;
  font-weight: 100;
  opacity: 1;
  font-size: 40px;
}
.slick-prev:before {
  content: "";
  font-family: "Font Awesome";
  color: #fff;
  font-weight: 100;
  opacity: 1;
  font-size: 40px;
}
.slick-slide {
  margin: 10px;
}
.slick-slide img {
  width: 100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
.featured-image {
  overflow: hidden;
  background: url(https://www.themattresspeople.co.za/wp-content/uploads/2022/11/AdobeStock_484925610-02.jpg);
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.featured-image #custom-bg {
  background-size: cover;
  background-position: center;
}
.featured-image h1 {
  width: auto;
  max-width: 1497px;
  padding: 100px 35px;
  padding-top: 250px;
  margin: auto;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 65px;
  font-weight: 300 !important;
}
.featured-image-products {
  min-height: 10px;
}
.featured-image-products h1 {
  width: auto;
  max-width: 1497px;
  padding: 100px 35px;
  padding-bottom: 20px;
  padding-top: 250px;
  margin: auto;
  color: #333;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 300 !important;
}
h1.bannertext {
  color: #fff;
}
h1.bannertext strong {
  color: #97B545;
  font-style: none !important;
}
.button-pop {
  display: inline-block;
  background-color: #333;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  border-radius: 15px 0px 0px 0px;
  z-index: 999;
}
.button-pop p {
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #97B545;
  padding: 10px 40px;
  padding-right: 75px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.button-pop p:after {
  content: "";
  font-family: "Font Awesome Bold";
  margin-left: 20px;
  color: #97B545;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.button-pop p:hover:after {
  margin-left: 30px;
}
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 1000px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}
.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 4rem;
  padding-top: 180px;
  padding-bottom: 200px;
  overflow: scroll;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 100px;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #97B545;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.wp-container-33.wp-block-column.has-background {
  margin-bottom: -114px;
}
input.gform_button.button {
  padding: 15px 45px;
  display: block !important;
  width: 100% !important;
  text-align: center;
  border-radius: 50px;
  background-color: #97B545;
  color: #333;
  font-weight: 600;
  border: solid 0px;
  margin-bottom: 50px !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input.gform_button.button:hover {
  opacity: 0.8;
}
input.gform_button.button:after {
  content: "";
  content: ">";
  font-family: "Font Awesome Bold";
  color: #fff;
}
input#gform_submit_button_1 {
  background-color: #fff0;
  border-radius: 5px !important;
  border: solid #333 1.5px;
  width: auto !important;
  display: table-row;
  padding: 20px 40px;
  margin-bottom: 10px !important;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  float: right;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input#gform_submit_button_1:after {
  content: "";
  position: absolute;
  font-family: "Font Awesome Bold";
}
input#gform_submit_button_1:hover {
  background: #97B545;
  color: #fff;
  border: solid #97B545 1.5px;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  text-align: center;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  border-radius: 5px;
  border: solid 1.5px #fff;
  background: 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full:hover, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full:hover {
  background: #fff;
  color: #333;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 15px 10px;
  letter-spacing: normal;
  width: 100% !important;
  border: solid 1px #e7e7e7;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  font-size: inherit;
  font-family: inherit;
  padding: 15px 10px;
  letter-spacing: normal;
  width: 100% !important;
  border: solid 1px #e7e7e7;
}
.gform_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 15px 10px;
  letter-spacing: normal;
  width: 100% !important;
  border: solid 1px #e7e7e7;
  line-height: 1.5;
  resize: none;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  color: #787878;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-right: -150px;
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content img {
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  margin-left: -150px;
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content img {
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-left: 0px !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    margin-right: 0px !important;
  }
}
.textblock1 {
  padding: 30px 105px;
  background: #DDDBD8;
  border-radius: 15px;
  margin-top: 100px;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.textblock2 {
  max-width: 1050px;
  margin-left: 0 !important;
  margin-right: auto;
  padding: 30px 105px;
  border-radius: 15px;
  margin-top: 100px;
  z-index: -1;
}
.accommodation {
  padding: 34px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.accommodation h2 {
  font-size: 34px;
}
.accommodation img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.accommodation:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.accommodation:hover .wp-block-cover.wp-block-cover__background.has-background-dim.has-background-dim-40 {
  opacity: 0.7 !important;
}
.view-lodges a {
  color: #fff;
  font-family: "Playfair Display", serif;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.view-lodges a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  font-family: "Font Awesome Bold";
  color: #fff;
  font-size: 14px;
  padding: 12px;
  padding-left: 14px;
  padding-right: 10px;
  vertical-align: inherit;
  border: solid #fff 1px;
  border-radius: 50%;
  margin-left: 30px;
  margin-right: 15px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(skins/light-skin-1.png);
  height: 40px;
  cursor: pointer;
  top: 80%;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}
.ms-skin-default .ms-nav-prev {
  background-position: -89px -26px !important;
  right: auto;
  left: 30px;
}
.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px !important;
}
.master-slider-parent {
  background-size: cover;
  border-radius: 0px 40px 40px 40px;
  margin-right: 100px;
  overflow: hidden;
}
.ms-layer.msp-cn-1-1.ms-hover-active h1, .ms-layer.msp-cn-1-2.ms-hover-active h1 {
  color: #fff !important;
}
.ms-layer.msp-cn-1-1.ms-hover-active p, .ms-layer.msp-cn-1-2.ms-hover-active p {
  color: #fff !important;
}
h1.archive-title {
  background: #fff0 !important;
  font-size: 20px;
  background: #fff0;
  position: absolute;
  top: 20vh;
}
.content header {
  background: #fff0 !important;
  border-bottom: 0px !important;
  position: relative !important;
}
.is-form-style.is-form-style-3 input.is-search-input {
  border-right: 0 !important;
  border-radius: 50px !important;
  padding: 20px;
}
.is-search-icon {
  background: #fff !important;
  border: solid 0px !important;
  cursor: pointer;
}
.gallerywrap {
  width: auto;
  max-width: 930px;
  margin: auto;
}
.wp-block-gallery img {
  border-radius: 20px !important;
  overflow: hidden;
}
.paddingnone {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  overflow: hidden;
}
.variation-radios {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}
.variation-radios li {
  float: left;
  margin: 0 5px 0 0;
}
.variation-radios input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}
.variation-radios label {
  padding: 7px 25px !important;
  margin: 0px;
  margin-right: 10px;
  border: solid #333 1.5px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-appearance: button;
  /* WebKit */
  -moz-appearance: button;
  /* Mozilla */
  -o-appearance: button;
  /* Opera */
  -ms-appearance: button;
  /* Internet Explorer */
  appearance: button;
  /* CSS3 */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.variation-radios label:hover {
  background: #DDD;
}
.variation-radios label:active, .variation-radios label:focus, .variation-radios label:focus-within {
  background: #A6CE39;
  border: solid #A6CE39 1.5px;
}
.variation-radios label:hover {
  background: #DDD;
}
.variation-radios input label:active, .variation-radios input label:focus, .variation-radios input label:focus-within {
  background: #A6CE39;
  border: solid #A6CE39 1.5px;
}
.variation-radios input[type="radio"] label:active {
  background: #A6CE39;
  border: solid #A6CE39 1.5px;
}
.woocommerce div.product form.cart .variations label:active, .woocommerce div.product form.cart .variations label:focus, .woocommerce div.product form.cart .variations label:focus-within {
  background: #A6CE39 !important;
  border: solid #A6CE39 1.5px !important;
}
.woocommerce div.product form.cart div.quantity {
  float: none !important;
  margin: 15px 0px !important;
}
.woocommerce .quantity .qty {
  width: auto !important;
  padding: 8px;
}
.single_add_to_cart_button {
  border-radius: 100px !important;
  background-color: #A6CE39 !important;
  padding: 20px 55px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.single_add_to_cart_button:hover {
  color: #333;
}
.woocommerce div.product form.cart .variations th {
  display: block;
  text-align: left;
}
.woocommerce div.product form.cart .variations td {
  display: block;
}
select#pa_size, select#pa_length {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 10px 20px !important;
}
.woocommerce-Tabs-panel h2 {
  font-size: 32px !important;
  color: #333 !important;
}
.woocommerce-Tabs-panel h2:before {
  display: none !important;
}
.pswp {
  z-index: 99999 !important;
}
.pswp__bg {
  background: #000000bf !important;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 5em !important;
}
.woocommerce ul.products li {
  width: 27% !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 20px !important;
  border-radius: 15px !important;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li:hover {
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
.woocommerce-page ul.products li.product {
  width: 19.05% !important;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.woocommerce-page ul.products li.product:hover {
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
.gridlist-buttonwrap a {
  background: #fff !important;
  border: solid 1.5px #333 !important;
  text-align: center;
  display: block !important;
  padding: 15px !important;
  border-radius: 50px !important;
  color: #333 !important;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gridlist-buttonwrap a:after {
  content: "";
  font-family: "Font Awesome Bold";
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gridlist-buttonwrap a:hover {
  background: #A6CE39;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #fff;
}
.gridlist-buttonwrap a:hover:after {
  margin-left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.woocommerce a.button {
  background: #fff !important;
  border: solid 1.5px #333 !important;
  text-align: center;
  display: block !important;
  padding: 15px !important;
  border-radius: 50px !important;
  color: #333 !important;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.woocommerce a.button:after {
  content: "";
  font-family: "Font Awesome Bold";
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.woocommerce a.button:hover {
  background: #A6CE39;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #fff;
}
.woocommerce a.button:hover:after {
  margin-left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px !important;
}
.woocommerce-page .woocommerce-product-details__short-description {
  font-size: 18px !important;
}
.active-label {
  background: #A6CE39 !important;
}
.variation-radios {
  display: none !important;
}
h4.filter-title {
  margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled) {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
  background-color: #a6ce39 !important;
  box-shadow: 0 0 0 2px #a6ce39 !important;
  color: var(--yith-wcan-labels_style_text_hover, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
  background-color: #a6ce39 !important;
  box-shadow: 0 0 0 2px #a6ce39 !important;
  color: var(--yith-wcan-labels_style_text_active, #fff);
}
.filter-item.label.level-0.no-color.label-below {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.filter-item.label.level-0.no-color.label-below:hover {
  background-color: #A6CE39 !important;
}
input#yith-s.yith-s {
  padding: 20px;
  border: solid #cbcbcb 1px;
  border-radius: 5px;
}
input#yith-searchsubmit {
  background: #A6CE39;
  padding: 20px;
  border: solid #cbcbcb 1px;
  border-radius: 5px;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input#yith-searchsubmit:hover {
  opacity: 0.7;
}
.woocommerce-notices-wrapper p {
  float: right;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 15px;
  border-radius: 50px;
}
.woocommerce ul.products[class*=columns-] li.product {
  width: 25% !important;
  margin: 20px !important;
}
@media (max-width: 1381px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 25% !important;
    margin: 15px !important;
  }
}
@media (max-width: 1221px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 25% !important;
    margin: 10px !important;
  }
}
@media (max-width: 1061px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 23% !important;
    margin: 10px !important;
  }
}
@media (max-width: 875px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 23% !important;
    margin: 10px !important;
  }
}
@media (max-width: 808px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 21% !important;
    margin: 10px !important;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 40% !important;
    margin: 10px !important;
  }
}
@media (max-width: 669px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 38% !important;
    margin: 10px !important;
  }
}
@media (max-width: 569px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 35% !important;
    margin: 10px !important;
  }
}
@media (max-width: 363px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 35% !important;
    margin: 5px !important;
  }
}
@media (max-width: 312px) {
  ul.products.columns-3 .woocommerce ul.products[class*=columns-] li.product {
    width: auto !important;
    max-width: 300px;
    float: none !important;
    clear: both;
    margin: 0 0 0px !important;
    margin-right: 12px !important;
    margin-left: 20px !important;
    margin-bottom: 30px !important;
  }
  ul.products.columns-3 li {
    width: auto !important;
    max-width: 300px;
    float: none !important;
    clear: both;
    margin: 0 0 0px !important;
    margin-right: 12px !important;
    margin-left: 20px !important;
    margin-bottom: 30px !important;
  }
}
.uagb-slick-carousel.slick-initialized .slick-slide {
  border-radius: 20px;
  overflow: hidden;
}
.slick-slide {
  background: #fff !important;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  overflow: visible !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.slick-slide:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.11);
}
.uagb-slick-carousel .slick-list {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.uagb-block-04dcc29d:not(.is-grid).uagb-post__items {
  margin-top: -30px !important;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  bottom: -20px !important;
}
button.slick-prev.slick-arrow {
  right: 100px;
  left: auto !important;
}
button.slick-next.slick-arrow {
  right: 28px !important;
  left: auto !important;
}
.mobile-menu {
  display: none;
}
.button_container {
  position: fixed;
  top: 75px;
  right: 8%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #FF5252;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
header.is-scrolling .button_container {
  top: 32px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
}
.overlay:before {
  content: "";
  background: #00204ade;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: left 0.35s ease;
}
.overlay:after {
  content: "";
  background: #00204ade;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all 0.35s ease;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.xoo-wsc-basket {
  top: 83px !important;
  right: 35px !important;
}
.xoo-wsc-items-count {
  font-size: 12px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.xoo-wsc-items-count {
  top: -3px !important;
  left: -3px !important;
}
.xoo-wsc-bki {
  font-size: 23px !important;
}
@media (max-width: 960px) {
  .xoo-wsc-basket {
    top: 10px !important;
  }
}
.animatedfsmenu .animatedfsmenu-navbar-toggler {
  background: #00000000 !important;
  display: none;
}
.animatedfs_menu_list li > a:before, .animatedfsmenu .animatedfsmenu-navbar-toggler .bar {
  background: #231f20 !important;
}
.animatedfsmenu-navbar-toggler.right_top .bar.top, .animatedfsmenu-navbar-toggler.right_top .bar.bot, .animatedfsmenu-navbar-toggler.right_top .bar.mid {
  background: #231f20 !important;
}
@media (max-width: 960px) {
  .animatedfsmenu .animatedfsmenu-navbar-toggler {
    display: block;
    margin-top: 84px;
    right: 35px;
  }
  .animatedfsmenu_woocommerce {
    font-size: 14px !important;
    margin-top: 35px;
    padding: 10px !important;
    left: 0px !important;
  }
}
@media (max-width: 1680px) {
  .banner .banner-content-wrap {
    padding: 0px 35px;
  }
}
@media (max-width: 1361px) {
  .header-flexwrap .header-flex.banner-content:nth-child(1) {
    display: block;
    width: 20%;
  }
  .header-flexwrap .header-flex.banner-content:nth-child(2) {
    display: block;
    width: 80%;
  }
}
@media (max-width: 1341px) {
  .banner .banner-content-wrap .banner-content:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .banner .banner-content-wrap .banner-content:nth-child(3) img {
    width: 100%;
    margin-top: 230px;
    position: absolute;
    max-width: 750px;
    right: 0;
  }
}
@media (max-width: 1213px) {
  .left_menu li a, .right_menu li a {
    font-size: 13px;
    padding: 52px 8px;
    line-height: 7.8;
  }
  header.is-scrolling .left_menu li a, header.is-scrolling .right_menu li a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 7;
  }
}
@media (max-width: 1076px) {
  .header-flexwrap .header-flex:nth-child(2) {
    width: 140%;
  }
}
@media (max-width: 1050px) {
  .banner .banner-content-wrap .banner-content:nth-child(1), .banner .banner-content-wrap .banner-content:nth-child(2), .banner .banner-content-wrap .banner-content:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    flex-direction: column;
    padding-top: 135px;
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .banner .banner-content-wrap .banner-content:nth-child(1), .banner .banner-content-wrap .banner-content:nth-child(2), .banner .banner-content-wrap .banner-content:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    flex-direction: column;
    padding-top: 135px;
    padding-bottom: 100px;
  }
  .banner .banner-content-wrap {
    margin-right: auto !important;
    margin-left: auto !important;
    flex-direction: column;
    padding-top: 135px;
    padding-bottom: 100px;
  }
  .banner .banner-content-wrap .banner-content:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner .banner-content-wrap .banner-content:nth-child(2), .banner .banner-content-wrap .banner-content:nth-child(3) {
    display: none;
  }
  .banner {
    max-width: 100%;
    min-height: 100px;
  }
  .header-flexwrap .header-flex:nth-child(1) {
    display: block;
    width: 100%;
  }
  .header-flexwrap .header-flex:nth-child(2) {
    display: block;
    width: 135px;
  }
  .header-flexwrap .header-flex:nth-child(3) {
    display: block;
    width: 100%;
  }
  header.is-scrolling .header-flexwrap {
    padding: 5px 0px;
    padding-bottom: 2px;
  }
  .mobile-menu {
    display: block;
  }
  .medium-horizontal.menu {
    display: none;
  }
  .banner::after {
    display: none;
  }
  .header-cta {
    text-align: center;
  }
  .header-flexwrap.logo-only .header-flex:nth-child(1), .header-flexwrap.logo-only .header-flex:nth-child(3) {
    display: none;
  }
  .header-flexwrap.logo-only .header-flex:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 820px) {
  .flex-footer {
    display: flex;
    flex-direction: column;
  }
  .flex-footer .flex-footer-content {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  footer .inner-footer {
    padding-top: 50px;
  }
  .blueback {
    background: #00204A;
    margin-left: -2px;
    padding: 0px 35px;
  }
  .width665px {
    margin-left: auto;
    margin-right: auto;
  }
  .master-slider-parent {
    margin-right: 30px;
  }
  .banner-content:nth-child(2), .banner-content:nth-child(3) {
    display: none;
  }
  header .header-content {
    padding: 15px 60px;
  }
  header.is-scrolling .header-content {
    padding: 10px 60px;
    padding-bottom: 5px;
  }
}
.mobile-product-filter {
  display: none !important;
}
@media (max-width: 781px) {
  .desktop-product-filter {
    display: none !important;
  }
  .mobile-product-filter {
    display: block !important;
  }
  .displaynonemobile {
    display: none;
  }
  .eb-accordion-vsycb5i.eb-accordion-container .eb-accordion-title-wrapper {
    background-image: linear-gradient(45deg, #a6ce39 0%, #a6ce39 100%);
    background-color: #a6ce39;
    border-radius: 5px;
  }
  .eb-accordion-vsycb5i.eb-accordion-container .eb-accordion-icon {
    color: #ffffff;
  }
  .eb-accordion-vsycb5i.eb-accordion-container .eb-accordion-inner {
    margin-top: 50px;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none !important;
    margin: auto !important;
    width: 100%;
  }
  .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 20px !important;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .flex-footer {
    display: flex;
  }
  .flex-footer .flex-footer-content {
    display: block;
    width: auto;
  }
}
@media (max-width: 480px) {
  .banner .banner-content-wrap .banner-content:nth-child(1) .booknow a, .banner .banner-content-wrap .banner-content:nth-child(1) .foodmenu a {
    display: block;
    margin: auto;
  }
  .banner .banner-content-wrap .banner-content:nth-child(1) .booknow a {
    margin-top: 30px !important;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: auto !important;
    max-width: 320px !important;
    float: none !important;
    clear: both;
    margin-left: 15px !important;
    margin-right: 10px !important;
    margin-bottom: 30px !important;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    margin: 32px calc(50% - 50vw) !important;
    max-width: 100vw;
    width: 100vw;
  }
  .woocommerce ul.products li.product .onsale {
    margin: -10px 5px !important;
  }
}
