/* =ACECommerce Styles
-------------------------------------------------------------- */

/* =Fonts
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* =Variables
-------------------------------------------------------------- */
:root {
  --primary-color: #6fb15c;
  --primary-dark-color: #60a04d;
  --secondary-color: #1a1d22;
  --secondary-dark-color: #16181c;
  --grey: #e8e8e8;
  --light-grey: #eeeeee;
  --dark-grey: #e0e0e0;
  --beige: #f2f2ef;
  --white: #fff;
  --black: #000;

  --primary-font: 'Roboto', 'Open Sans';
  --secondary-font: 'Open Sans', sans-serif;
}

/* =Elements
-------------------------------------------------------------- */

*:focus {
  outline: none !important;
}

body {
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

h4 {
  font-size: 20px;
  margin-bottom: 25px;
}

p {
  font-size: 14px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-family: var(--secondary-font);
}

/* =Buttons
-------------------------------------------------------------- */
button {
  font-size: 14px;
  min-width: 220px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  transition: all ease 0.3s;
  cursor: pointer;
}

button.primaryBtn {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--beige);
}

button.primaryBtn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

button.outlineBtn {
  background-color: transparent;
  border: 2px solid var(--beige);
  color: var(--beige);
}

button.outlineBtn:hover {
  background-color: var(--beige);
  color: var(--secondary-color);
}

button.outlinePrimaryBtn {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

button.outlinePrimaryBtn:hover {
  background-color: var(--primary-color);
  color: var(--beige);
}

/* =Divider
-------------------------------------------------------------- */
.divider {
}

.divider.beigeColor svg path {
  fill: var(--beige);
}

.divider.secondaryColor svg path {
  fill: var(--secondary-color);
}

content-split .divider.split-content-top {
  display: none;
}

content-split:first-of-type .divider.split-content-top {
  display: block;
}

content-split .divider.split-content-bottom {
  display: none;
}

content-split:last-of-type .divider.split-content-bottom {
  display: block;
}

.divider.dividerTop {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}

.divider.dividerTop svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform-origin: center center;
}

.divider.dividerBottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}

.divider.dividerBottom svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.divider.dividerBottom.transform svg {
  transform: rotateX(180deg);
}

body.page-template-calculators background .divider.dividerTop {
  display: none;
}

body.page-template-product-range background .divider.dividerTop {
  display: none;
}

/* =Page Title - Divider
-------------------------------------------------------------- */

body.post-type-archive pageTitle .divider.dividerBottom svg path,
body.product-template-default pageTitle .divider.dividerBottom svg path,
body.page-template-cart pageTitle .divider.dividerBottom svg path,
body.page-template-checkout pageTitle .divider.dividerBottom svg path,
body.page-template-order-online pageTitle .divider.dividerBottom svg path {
  fill: var(--beige);
}

/* =Content Split - Divider
-------------------------------------------------------------- */
body.page-template-homepage .divider.split-content-top svg path,
body.page-template-about .divider.split-content-top svg path {
  fill: var(--secondary-color);
}
body.page-template-homepage .divider.split-content-bottom svg path {
  fill: var(--beige);
}

body.page-template-sand-soil .divider.split-content-top svg path,
body.page-template-nursery .divider.split-content-top svg path {
  fill: var(--primary-color);
}

body.page-template-sand-soil .divider.split-content-bottom svg path {
  display: none;
}

body.page-template-nursery .divider.split-content-bottom svg path {
  fill: var(--secondary-color);
}

/* =BG - Divider
-------------------------------------------------------------- */
body.page-template-homepage .bg1 .divider.dividerTop svg path {
  fill: var(--beige);
}
body.page-template-homepage .bg1 .divider.dividerBottom svg path {
  fill: var(--secondary-color);
}

body.page-template-sand-soil .bg1 .divider.dividerTop svg path,
body.page-template-earthmoving .bg1 .divider.dividerTop svg path,
body.page-template-nursery .bg1 .divider.dividerTop svg path,
body.page-template-lifestyle .bg1 .divider.dividerTop svg path,
body.page-template-about .bg1 .divider.dividerTop svg path,
body.page-template-calculators calculator .divider.dividerTop svg path {
  fill: var(--secondary-color);
}

body.page-template-sand-soil .bg1 .divider.dividerBottom svg path,
body.page-template-earthmoving .bg1 .divider.dividerBottom svg path,
body.page-template-nursery .bg1 .divider.dividerBottom svg path,
body.page-template-lifestyle .bg1 .divider.dividerBottom svg path,
body.page-template-about .bg1 .divider.dividerBottom svg path {
  fill: var(--primary-color);
}

/* =BG 2 - Divider
-------------------------------------------------------------- */
body.page-template-sand-soil .bg2 .divider.dividerTop svg path,
body.page-template-earthmoving .bg2 .divider.dividerTop svg path {
  display: none;
}

body.page-template-lifestyle .bg2 .divider.dividerTop svg path,
body.page-template-about .bg2 .divider.dividerTop svg path {
  fill: var(--primary-color);
}

body.page-template-sand-soil .bg2 .divider.dividerBottom svg path,
body.page-template-earthmoving .bg2 .divider.dividerBottom svg path,
body.page-template-lifestyle .bg2 .divider.dividerBottom svg path,
body.page-template-about .bg2 .divider.dividerBottom svg path {
  fill: var(--secondary-color);
}

/* =Contact
-------------------------------------------------------------- */
body.page-template-contact contact-form .divider.dividerTop svg path {
  fill: var(--secondary-color);
}

body.page-template-contact map .divider.dividerTop svg path {
  fill: var(--beige);
}

body.page-template-contact map .divider.dividerBottom svg path {
  fill: var(--secondary-color);
}

/* =Form Enquiry 
-------------------------------------------------------------- */
body.page-template-sand-soil enquiry .divider.dividerTop svg path {
  fill: var(--secondary-color);
}

/* =Store Notice
-------------------------------------------------------------- */
store-notice {
  display: none;
  padding: 15px 25px;
  background-color: #7f54b3;
  text-align: center;
}

store-notice.active {
  display: flex;
}

store-notice .container {
  max-width: 1600px;
}

store-notice p {
  font-size: 14px;
  margin-bottom: 0px;
  color: var(--white);
}

store-notice .popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

store-notice .popup-close svg {
  color: var(--white);
}

/* =Top Bar
-------------------------------------------------------------- */
top-bar {
  /* height: 60px; */
  padding: 5px 0px;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  background-color: var(--primary-color);
}
top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
}
.tophead_left {
  display: flex;
  font-size: 14px;
  color: var(--white);
  font-family: var(--secondary-font);
  padding: 5px 10px;
  align-items: center;
}
.top-bar-icon {
  font-size: 14px;
}
.tophead_left > *:nth-child(3) .top-bar-icon {
  font-size: 17px;
}
.tophead_left p {
  color: var(--white);
  /* font-size: 13px; */
  margin: 0;
}
.top-bar-icon {
  color: var(--black);
  margin-right: 8px;
}
headress,
.top-bar-cta {
  display: flex;
}
.tophead_left > a:nth-child(2) {
  margin: 0 20px;
}
top-bar account {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
top-bar account > a {
  display: flex;
}
top-bar a.cart-contents {
  margin-right: 15px;
}
top-bar a.cart-contents span.cart-contents-count {
  font-size: 12px;
  margin: 4px 0 0 2px;
}

/* =Header
-------------------------------------------------------------- */
header {
  height: 130px;
  position: relative;
}

header.header-1 {
  background: var(--beige);
  z-index: 2;
  border: none;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =Logo
-------------------------------------------------------------- */
logo {
  /* display: inline-block; */
  height: 130px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -75px;
  width: 150px;
  text-align: center;
}

logo img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 100%;
  max-width: 180px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* =Nav
-------------------------------------------------------------- */
nav {
  display: inline-block;
  height: 130px;
}

nav.left {
  width: 50%;
  text-align: right;
  float: left;
  padding-right: 130px;
}

nav.right {
  padding-left: 130px;
  width: 50%;
  float: right;
}

nav ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: 130px;
}

nav.left ul {
  width: auto;
  float: right;
}

nav ul li {
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  min-height: 130px;
  position: relative;
}

nav ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #050708;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  min-height: 0px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: all ease 0.3s;
  margin: 0 35px;
  padding: 0px;
  float: left;
  min-height: 130px;
  line-height: 123px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 600;
}

nav ul li a:hover,
nav ul li.current_page_item a {
  color: #050708;
  border-bottom: 5px solid var(--primary-color);
}

nav ul li ul {
  display: block;
  position: absolute;
  top: 130px;
  left: 35px;
  height: auto;
  width: 300px;
  padding: 0;
  margin: 0;
  display: none;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li {
  width: 300px;
  height: 50px;
  padding: 0;
  min-height: auto;
  background: #97ca43;
  margin: 0;
}

nav ul li ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  min-height: auto;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}

nav ul li ul li a:hover,
nav ul li ul li a:hover,
nav ul li ul li.current_page_item a {
  border: none;
  line-height: 50px;
  background: #95d13c;
  color: #fff;
}

nav ul li.current_page_item ul li a {
  border: none;
  color: #fff;
}

trigger.menu-bttn {
  float: right;
  display: none;
}
trigger {
}

#nav-icon3 {
  margin-top: 30px !important;
}

#nav-icon3 span {
  background: var(--primary-color);
}

#nav-icon3:hover span {
  background: var(--primary-dark-color);
}

.ace-spmenu {
  border-left: 1px solid var(--beige);
  background: var(--primary-color);
}

.ace-spmenu .menu {
  padding: 50px;
}

.ace-spmenu-header {
  border-bottom: none;
}

.ace-spmenu ul li {
  margin-bottom: 5px;
}

.ace-spmenu-vertical a {
  border-bottom: none;
  color: var(--beige);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.ace-spmenu a:hover {
  color: var(--secondary-color);
  background: transparent;
}

/* =Hero
-------------------------------------------------------------- */
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  right: 0;
  background: var(--primary-color);
  border-top: solid 2px var(--beige);
  border-left: solid 2px var(--beige);
  border-bottom: solid 2px var(--beige);
  border-radius: 15px 0 0 15px;
  padding: 20px;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 13px;
}

.icon-bar a.cart-contents {
  font-size: 13px;
  background: var(--beige);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-left: 0px;
  font-weight: bold;
  padding-top: 3px;
}

.icon-bar a.cart-contents .cart-contents-count {
  color: var(--primary-color);
}

/* =Hero
-------------------------------------------------------------- */
hero {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

hero .heroImg {
  padding-top: 17%;
  padding-bottom: 15%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

hero .heroImg .divider svg path {
  fill: var(--secondary-color);
}

hero .heroOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
}

hero .heroContent {
  z-index: 1;
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
}

hero h1 {
  margin-bottom: 0px;
  line-height: 1.1em;
  color: var(--beige);
}

hero p {
  font-size: 18px;
  line-height: 1.3em;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--beige);
  font-weight: 300;
}

hero .hero-buttons {
  margin-top: 30px;
}

hero .hero-buttons button {
  margin-left: 5px;
  margin-right: 5px;
}

/* =Page Title
-------------------------------------------------------------- */
pageTitle {
  display: block;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

pageTitle .titleOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
}

pageTitle .titleContent {
  z-index: 1;
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
}

pageTitle h1 {
  margin-bottom: 0px;
  line-height: 1.1em;
  color: var(--beige);
}

/* =Content Section
-------------------------------------------------------------- */
content-section {
  display: block;
  width: 100%;
  text-align: center;
  padding: 120px 50px 100px;
  background: var(--secondary-color);
}

content-section h2 {
  color: var(--beige);
}

content-section p {
  color: var(--beige);
}

content-section p:first-of-type {
  font-size: 18px;
}

content-section.primaryColor {
  background: var(--primary-color);
}

content-section.order-online {
  background: var(--grey);
}

/* =Content Split
-------------------------------------------------------------- */
content-split {
  display: block;
  width: 100%;
  position: relative;
}

content-split .bgColor {
  background: var(--primary-dark-color);
  padding: 120px 0;
  width: 100%;
}

content-split:first-of-type .bgColor {
  padding-top: 200px;
}

content-split:last-of-type .bgColor {
  padding-bottom: 200px;
}

content-split .content-split {
  background: var(--primary-color);
  padding: 100px;
  position: relative;
  width: 100%;
  z-index: 2;
  right: -100px;
}

content-split h2 {
  color: var(--beige);
}

content-split p {
  color: var(--beige);
}

content-split p:first-of-type {
  font-size: 18px;
}

content-split p:last-of-type {
  margin-bottom: 30px;
}

content-split button {
  font-size: 11px;
  min-width: 180px;
}

content-split .bgImage {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

content-split:nth-child(even) .bgColor {
  background: var(--secondary-dark-color);
  order: 2;
}

content-split:nth-child(even) .content-split {
  background: var(--secondary-color);
  left: -100px;
}

content-split:nth-child(even) .bgImage {
  order: 1;
}

/* =Home Products
-------------------------------------------------------------- */
home-products {
  display: block;
  width: 100%;
  text-align: center;
  padding: 120px 50px;
  background: var(--beige);
}

home-products .product-intro {
  margin-bottom: 90px;
}

home-products h2 {
  color: var(--secondary-color);
}

home-products p {
  color: var(--secondary-color);
}

home-products p:first-of-type {
  font-size: 18px;
}

home-products .col-md-12 {
  max-width: 1400px;
  margin: auto;
}

home-products .outlinePrimaryBtn {
  margin-top: 90px;
}

home-products ul.products {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  justify-content: center;
}

home-products ul li {
  background: var(--secondary-color);
  border: none;
  text-align: center;
  width: 30.75%;
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}

home-products ul li .product-image {
  height: 220px;
  text-align: center;
  padding-top: 0%;
  display: flex;
  align-items: center;
  background: var(--white);
}

home-products ul li .product-image img {
  margin: auto;
  width: auto;
  max-height: 70%;
  max-width: 70%;
  display: block;
}

home-products ul li .product-description {
  padding: 35px 30px 75px 30px;
  position: relative;
}

home-products ul li .product-description h2.woocommerce-loop-product__title {
  font-size: 18px;
  color: var(--beige);
  padding: 0.5em 0;
  margin: 0;
}

home-products ul li .product-description p {
  color: var(--beige);
}

.home-products ul li .product-sku {
  font-size: 12px;
}

home-products ul li .product-description .price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: var(--beige);
  font-size: 15px;
  margin-top: 20px;
  display: block;
  margin-bottom: 0.5em;
}

home-products ul li .product-description .btnProduct {
  font-size: 8px;
  min-width: unset;
  height: 33px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 30px;
  margin-top: 20px;
}

home-products ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
  background: var(--primary-color);
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  border-radius: 100%;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

/* =Background
-------------------------------------------------------------- */
background {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background: var(--dark-grey);
  height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.page-template-order-online background .dividerTop {
  display: none;
}

/* =Calculator
-------------------------------------------------------------- */

calculator {
  display: block;
  text-align: center;
  background: var(--beige);
  position: relative;
}

calculator .calculator-content {
  padding: 120px 50px;
  max-width: 700px;
  margin: auto;
}

calculator .calculator-content.calculator-content-top {
  padding-top: 250px;
}

calculator .calculator-content h2 {
  text-align: center;
}

calculator .calculator-content p:first-of-type {
  /* font-size: 18px; */
  text-align: center;
}

calculator .calculator-content .calculator {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: left;
}

calculator .calculator-content .calculator input {
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 15px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  background: var(--white);
}

calculator .calculator-content .calculator button {
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 220px;
  margin-bottom: 55px;
}

calculator .calculator-content .calculator h4 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 26px;
}

calculator .calculator-content hr {
  background: rgba(112, 112, 112, 0.2);
  margin-bottom: 40px;
}

calculator .calculator-content a.order h3 {
  display: inline-block;
  margin: 25px 10px 0 0;
}

calculator .calculator-content a.order svg {
  font-size: 20px;
}

calculator .greyBg {
  background: #e8e8e8;
}

calculator .darkBg {
  background: var(--secondary-color);
}

calculator .darkBg .calculator-content h2,
calculator .darkBg .calculator-content a.order h3,
calculator .darkBg .calculator-content p,
calculator .darkBg .calculator-content a.order svg {
  color: var(--beige);
}

/* =Enquiry
-------------------------------------------------------------- */
enquiry {
  display: block;
  width: 100%;
  text-align: center;
  padding: 210px 50px 180px;
  background: #e8e8e8;
  position: relative;
}

enquiry h2 {
  margin-bottom: 45px;
}

enquiry .gform_wrapper.gravity-theme input[type='color'],
enquiry .gform_wrapper.gravity-theme input[type='date'],
enquiry .gform_wrapper.gravity-theme input[type='datetime-local'],
enquiry .gform_wrapper.gravity-theme input[type='datetime'],
enquiry .gform_wrapper.gravity-theme input[type='email'],
enquiry .gform_wrapper.gravity-theme input[type='month'],
enquiry .gform_wrapper.gravity-theme input[type='number'],
enquiry .gform_wrapper.gravity-theme input[type='password'],
enquiry .gform_wrapper.gravity-theme input[type='search'],
enquiry .gform_wrapper.gravity-theme input[type='tel'],
enquiry .gform_wrapper.gravity-theme input[type='text'],
enquiry .gform_wrapper.gravity-theme input[type='time'],
enquiry .gform_wrapper.gravity-theme input[type='url'],
enquiry .gform_wrapper.gravity-theme input[type='week'],
enquiry .gform_wrapper.gravity-theme select,
enquiry .gform_wrapper.gravity-theme textarea {
  height: 60px;
  border: solid 1px var(--secondary-color);
  border-radius: 0;
}

enquiry .gform_wrapper.gravity-theme .gform_footer,
enquiry .gform_wrapper.gravity-theme .gform_page_footer {
  text-align: right;
}

enquiry .btn-primary {
  font-size: 14px;
  min-width: 140px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  transition: all ease 0.3s;
  cursor: pointer;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--beige);
}

enquiry .btn-primary:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

enquiry .gform_wrapper .gform_validation_errors,
enquiry .gform_wrapper .gfield_validation_message,
enquiry .gform_wrapper .validation_message {
  background: var(--white) !important;
  border: 1.5px solid var(--primary-color) !important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%) !important;
}

enquiry .gform_wrapper .gform_validation_errors > h2,
enquiry .gform_wrapper.gravity-theme .description,
enquiry .gform_wrapper.gravity-theme .gfield_description,
enquiry .gform_wrapper.gravity-theme .gsection_description,
enquiry .gform_wrapper.gravity-theme .instruction {
  color: var(--primary-color) !important;
}

enquiry .gform_wrapper .gfield_error [aria-invalid='true'] {
  border: 1px solid var(--secondary-color) !important;
}
/* =Banner
-------------------------------------------------------------- */
banner {
  display: block;
  width: 100%;
  text-align: center;
  padding: 120px 50px;
  background: var(--primary-color);
}

banner h2 {
  color: var(--beige);
}

/* =Team
-------------------------------------------------------------- */
team {
  display: block;
  width: 100%;
  text-align: center;
  padding: 120px 50px;
  background: var(--secondary-color);
}

team .container-fluid {
  max-width: 1600px;
}

team .team-member {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 100px;
  position: relative;
}

team .team-member .team-member-photo-container {
  width: 240px;
  height: 240px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  margin: auto;
  margin-bottom: 40px;
}

team .team-member .team-member-photo-container .team-member-photo {
  width: 220px;
  height: 220px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  margin-top: 8px;
  margin-left: 8px;
  background: var(--light-grey);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

team h2 {
  color: var(--beige);
}

team h4 {
  color: var(--beige);
}

team p {
  color: var(--beige);
}

/* =Product Range
-------------------------------------------------------------- */

product-range {
  display: block;
}

product-range content-section:nth-of-type(even) {
  background: var(--primary-color) !important;
}

product-range background {
}

body.page-template-product-range product-range background .divider.dividerTop {
  display: block;
}

body.page-template-product-range
  product-range
  background
  .divider.dividerTop
  svg
  path {
  fill: var(--secondary-color);
}

body.page-template-product-range
  product-range
  background:nth-of-type(even)
  .divider.dividerTop
  svg
  path {
  fill: var(--primary-color);
}

body.page-template-product-range
  product-range
  background
  .divider.dividerBottom {
  display: block;
}

body.page-template-product-range
  product-range
  background
  .divider.dividerBottom
  svg
  path {
  fill: var(--primary-color);
}

body.page-template-product-range
  product-range
  background:nth-of-type(even)
  .divider.dividerBottom
  svg
  path {
  fill: var(--secondary-color);
}

product-range background:last-of-type {
  display: none;
}

product-range content-section .product-container {
  margin-top: 45px;
}

product-range content-section .product-container .product-image {
  height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

product-range content-section .product-container h3 {
  color: var(--white);
  margin-top: 25px;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

product-range content-section .product-container p {
  color: var(--white);
  font-size: 13px;
}

/* =Contact Information
-------------------------------------------------------------- */
contact-information {
  display: block;
  width: 100%;
  text-align: center;
  padding: 120px 100px;
  background: var(--secondary-color);
}

contact-information h2 {
  color: var(--beige);
  margin: 40px;
}

contact-information h5 {
  color: var(--beige);
  margin-bottom: 10px;
  font-size: 18px;
}

contact-information p {
  color: var(--beige);
  margin-bottom: 0;
}

contact-information .address {
  margin-top: 60px;
}

/* =Contact Form
-------------------------------------------------------------- */
contact-form {
  display: block;
  width: 100%;
  text-align: center;
  padding: 210px 50px 180px;
  position: relative;
  background: var(--beige);
}

contact-form h2 {
  color: var(--secondary-color);
  margin: 40px;
}

contact-form h2 {
  margin-bottom: 40px;
}

contact-form .gform_legacy_markup_wrapper {
  margin-top: 0;
}

contact-form .gform_legacy_markup_wrapper form {
  max-width: 850px;
}

contact-form .gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 0;
}

contact-form
  .gform_legacy_markup_wrapper
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file']),
contact-form .gform_legacy_markup_wrapper textarea.medium {
  height: 60px;
  border: solid 1px var(--secondary-color);
  border-radius: 0;
}

contact-form .gform_legacy_markup_wrapper textarea.medium {
  height: 280px;
}

contact-form .gform_legacy_markup_wrapper .gform_footer {
  text-align: right;
}

contact-form .btn-primary {
  font-size: 14px;
  min-width: 140px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  transition: all ease 0.3s;
  cursor: pointer;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--beige);
}

contact-form .btn-primary:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

contact-form .gform_validation_errors > h2,
contact-form .gform_legacy_markup_wrapper .gfield_error .gfield_label,
contact-form .gform_legacy_markup_wrapper .validation_message {
  color: var(--primary-color) !important;
}

contact-form .gform_legacy_markup_wrapper div.validation_error {
  color: var(--primary-color) !important;
  border-top: 2px solid var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color) !important;
  max-width: 850px;
  margin: auto;
}

contact-form
  .gform_legacy_markup_wrapper
  .field_description_below
  .gfield_description {
  text-align: center;
}

contact-form .gform_legacy_markup_wrapper li.gfield.gfield_error,
contact-form
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #ffffff4f;
  border-top: 1px solid var(--primary-color) !important;
  border-bottom: 1px solid var(--primary-color) !important;
}

contact-form
  .gform_legacy_markup_wrapper
  li.gfield_error
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file']),
.contact-form gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid var(--secondary-color);
}

contact-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 16px;
  padding-left: 16px;
}

contact-form
  .gform_legacy_markup_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: inherit;
}

/* =Map
-------------------------------------------------------------- */
contact-map {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
}

/* =Social
-------------------------------------------------------------- */
social {
  display: block;
  width: 100%;
  text-align: center;
  padding: 120px 50px;
  background: var(--secondary-color);
}

social h2 {
  color: var(--beige) !important;
  margin-bottom: 15px !important;
}

social p {
  color: var(--beige);
  margin-bottom: 30px;
}

social p:first-of-type {
  font-size: 18px;
}

social .social-icon {
  display: inline-block;
  margin-right: 10px;
}

social .social-icon a {
  color: var(--primary-color);
}

social .social-icon.social-icon-facebook svg {
  font-size: 35px;
}

social .social-icon.social-icon-instagram svg {
  font-size: 37px;
}

/* =Gallery
-------------------------------------------------------------- */
gallery {
  display: block;
  width: 100%;
  background: #eee;
  overflow: hidden;
}

gallery .image {
  width: 20%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

gallery .image .overlay,
builder-gallery > a > .image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all ease 0.3s;
}

gallery .image:hover .overlay,
builder-gallery > a > .image:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

gallery .image img {
  width: 100%;
}

/* Content & Features */
content-features {
  display: block;
  padding: 100px 0px 40px 0px;
}
content-features.light_txt h2,
content-features.light_txt h3,
content-features.light_txt h4,
content-features.light_txt p {
  color: #f1f1f1;
}
content-section.order-online {
  display: block;
  margin: 0 auto;
  text-align: center;
}
content-section.order-online h2 {
  font-weight: 900;
  color: var(--secondary-color);
  text-align: center;
}

/* order online form */
content-section.order-online .gform_wrapper {
  text-align: left;
  padding-bottom: 100px;
}
content-section.order-online .gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom-color: #cacaca;
  margin: 50px 0 20px 0;
}
content-section.order-online .gform_wrapper.gravity-theme .gsection {
  margin-bottom: 12px;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step
  span {
  color: #b0b0b0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step
  span.gf_step_number:before,
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step
  span.gf_step_number:after {
  display: none;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step
  span.gf_step_number {
  background: none;
  width: auto;
  height: auto;
  border: 0;
  padding-right: 8px;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step_active
  span {
  color: #6fb15c;
  padding: 0;
}
content-section.order-online .gsection h3 {
  margin: 30px 0 0 0;
  padding-bottom: 5px;
  color: #6fb15c;
  font-weight: bold;
  text-transform: uppercase;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container
  input,
content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container
  select {
  border: 1px solid #333;
  padding: 18px 15px;
  margin-bottom: 5px;
  border-radius: 0;
  height: 60px;
}

content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container.gfield_time_ampm
  select {
  padding: 5px;
}

content-section.order-online .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  font-size: 17px;
}
content-section.order-online .gform_wrapper .gfield_price {
  color: var(primary-color);
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .field_description_above
  .gfield_description {
  font-weight: 600;
  font-size: 14px;
  margin-top: -10px;
  color: var(--primary-color);
  padding-bottom: 0px;
}

content-section.order-online .gform_wrapper p.gform_required_legend {
  color: #000;
  font-size: 13px;
}
content-section.order-online .gform_wrapper .gfield_price span {
  font-weight: 500;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gfield
  input.ginput_quantity {
  width: 80px;
  padding: 10px;
  display: inline-block;
}
content-section.order-online
  .gform_wrapper
  .gfield_price
  span.ginput_quantity_label {
  margin: 0 5px 0 50px;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container.ginput_container_total
  input {
  padding: 0;
  border: 0;
  font-size: 30px;
  color: #6fb15c;
  font-weight: 500;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step
  span.gf_step_number:before,
content-section.order-online
  .gform_wrapper.gravity-theme
  .gf_page_steps
  > .gf_step
  span.gf_step_number:after {
  display: none;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container_date {
  position: relative;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container_date
  input {
  width: 100%;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .ginput_container_date
  img.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice {
  width: 33%;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 15px;
  margin-bottom: 15px;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice:focus-within {
  color: #6fb15c;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice
  input[type='radio'] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */

  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  width: 10px;
  height: 10px;
  padding: 10px;
  border: 1px solid #6fb15c;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 10px;
  background: #fff;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice
  input[type='radio']::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(1);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #6fb15c2e;
  /* Windows High Contrast Mode */
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice
  input[type='radio']:checked::before {
  /* transform: scale(1); */
  box-shadow: inset 1em 1em #6fb15c;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice
  input[type='radio']:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .delivery_costs
  .gfield_radio
  > .gchoice
  label {
  margin-left: 5px;
}
content-section.order-online .gform_wrapper.gravity-theme .gform_page_footer {
  border-top: 1px solid #cacaca;
  margin-top: 50px;
  padding-top: 30px;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input {
  border-radius: 50px;
  background: #6fb15c;
  color: #fff;
  border: 0;
  padding: 11px 48px;
  text-transform: uppercase;
  font-size: 14px !important;
}
content-section.order-online
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input.gform_previous_button {
  background: #cecece;
  color: #fff;
}

page.beigeBg.account_pej {
  padding: 80px 20px;
  display: block;
}
.account_pej .col-lg-3 > h2,
.account_pej .col-lg-9 > .woocommerce > nav.woocommerce-MyAccount-navigation {
  display: none;
}

/* =Footer
-------------------------------------------------------------- */
footer {
  display: block;
  width: 100%;
  padding: 80px 50px;
  background: var(--beige);
}

footer .container-fluid {
  max-width: 1600px;
}

footer p {
  color: var(--secondary-color);
}

footer .footer-details {
  text-align: left;
}

footer .footer-details h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color);
  text-transform: uppercase;
}

footer .footer-details p,
footer .footer-details ul,
footer .footer-details li,
footer .footer-details a {
  font-size: 13px;
  color: var(--secondary-color);
}

footer .footer-details ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

footer .footer-details .footer-widget-container {
  display: flex;
  justify-content: space-between;
}

footer .footer-details .footer-widget-container .footer-widget.logo img {
  max-width: 180px;
}

footer
  .footer-details
  .footer-widget-container
  .footer-widget.footer-social
  .social-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

footer
  .footer-details
  .footer-widget-container
  .footer-widget.footer-social
  .social-icon
  svg {
  font-size: 22px;
  color: var(--primary-color);
}

footer
  .footer-details
  .footer-widget-container
  .footer-widget.footer-social
  .social-icon.social-icon-facebook
  svg {
  font-size: 20px;
}

/* =Footer (Copyright)
-------------------------------------------------------------- */
footer-copyright {
  display: block;
  padding: 35px 50px;
  width: 100%;
  background: #171a1f;
  overflow: hidden;
}

footer-copyright p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

footer-copyright .copyright {
  float: left;
}

footer-copyright .ace-digital {
  float: right;
}

footer-copyright .ace-digital img {
  margin-left: 5px;
  max-width: 110px;
  display: inline-block;
  vertical-align: middle;
}

/* =Responsive Breakpoints
-------------------------------------------------------------- */
@media (max-width: 1902px) {
  nav ul li a {
    margin: 0 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1599px) {
  nav.left {
    padding-right: 115px;
  }

  nav.right {
    padding-left: 115px;
  }
  nav ul li a {
    margin: 0 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  background,
  contact-map {
    height: 650px;
  }
}

@media (max-width: 1399px) {
  nav.left {
    padding-right: 130px;
  }

  nav.right {
    padding-left: 130px;
  }
  nav ul li a {
    margin: 0 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  background,
  contact-map {
    height: 600px;
  }

  banner,
  team,
  contact-information,
  contact-form {
    padding: 100px 50px;
  }

  /* Footer */
  social {
    padding: 100px 50px;
  }
}

@media (min-width: 1200px) {
  home-products ul li {
    width: 29%;
  }
}

@media (max-width: 1199px) {
  /* Header */
  nav {
    display: none;
  }

  .flex-container {
    display: flex;
    justify-content: flex-end;
    align-items: unset;
  }

  trigger.menu-bttn {
    display: block;
  }

  #nav-icon3 {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
  logo {
    height: 85px;
    /* position: relative; */
  }
  logo img {
    padding: 5px 0;
  }

  home-products ul li {
    width: 29%;
  }

  home-products {
    padding: 50px 25px;
  }

  home-products ul li .product-description {
    padding: 30px 10px 50px 10px;
    position: relative;
  }

  /* Footer */
  footer-copyright {
    padding: 25px;
    text-align: center;
  }

  footer-copyright .copyright,
  footer-copyright .ace-digital {
    float: none;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  /* Header */
  store-notice p {
    font-size: 12px;
  }

  top-bar {
    padding: 5px 0px;
  }
  .tophead_left > a:nth-child(2) {
    margin-left: 0;
  }
  headress {
    display: none;
  }
  header {
    height: 80px;
  }

  logo {
    height: 80px;
  }

  logo img {
    padding-top: 3px;
    padding-bottom: 5px;
  }

  #nav-icon3 {
    margin-top: 30px !important;
  }

  hero .heroImg {
    padding: 100px 50px;
  }

  content-split .bgColor {
    padding: 80px 0;
  }

  content-split .content-split {
    padding: 50px;
    right: -60px;
  }

  content-split:nth-child(even) .content-split {
    left: -60px;
  }

  content-split:first-of-type .bgColor {
    padding-top: 100px;
  }

  content-split:last-of-type .bgColor {
    padding-bottom: 100px;
  }

  home-products ul li {
    width: 46%;
  }

  home-products {
    padding: 50px 32px;
  }

  home-products .outlinePrimaryBtn {
    margin-top: 30px;
  }

  background,
  contact-map {
    height: 550px;
  }

  calculator .calculator-content.calculator-content-top {
    padding-top: 120px;
  }

  /* Footer */
  footer {
    padding: 60px 20px;
  }

  footer .footer-details .footer-widget-container .footer-widget.logo img {
    max-width: 115px;
  }

  footer .footer-details h4 {
    font-size: 15px;
  }

  footer .footer-details p,
  footer .footer-details ul,
  footer .footer-details li,
  footer .footer-details a {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
}

@media (max-width: 768px) {
  .icon-bar {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 27px;
  }

  content-section {
    padding: 80px 50px 60px;
  }

  content-split .bgColor {
    order: 1;
    padding: 80px 0;
  }

  content-split:first-of-type .bgColor {
    padding-top: 100px;
  }

  content-split .bgImageWrap {
    order: 2;
  }
  content-split .bgImage {
    height: 450px;
  }

  content-split .content-split {
    right: unset;
    width: 85%;
    margin: auto;
  }

  content-split:nth-child(even) .content-split {
    left: unset;
    width: 80%;
    margin: auto;
  }

  home-products ul li {
    width: 100%;
    margin-right: 0;
  }

  home-products ul li .product-image {
    height: 190px;
  }

  home-products {
    padding: 50px 50px;
  }

  background,
  contact-map {
    height: 450px;
  }

  gallery .image {
    width: 50%;
  }

  /* Sand&Soil */
  calculator .calculator-content,
  enquiry {
    padding: 80px 50px;
  }

  calculator .calculator-content.calculator-content-top {
    padding-top: 80px;
  }

  /* Contact */
  contact-information h5 {
    color: var(--beige);
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 30px;
  }

  contact-information .address {
    margin-top: 20px;
  }

  /* Footer */
  footer {
    padding: 50px 20px;
  }

  footer .footer-details .footer-widget-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .footer-details .footer-widget-container .footer-widget.logo img {
    max-width: 180px;
  }

  footer .footer-details .footer-widget-container .footer-widget {
    margin: 15px 0;
  }

  footer .footer-details .footer-widget-container .footer-widget:first-of-type {
    margin-top: 0;
  }

  footer .footer-details .footer-widget-container .footer-widget:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  top-bar {
    height: 45px;
  }
  .tophead_left > a:nth-child(3) {
    display: none;
  }
  .tophead_left > a:nth-child(2) {
    margin: 0;
  }
  .gform_wrapper.gravity-theme .ginput_complex span.name_first {
    margin-bottom: 16px;
  }

  .gform_wrapper.gravity-theme .ginput_complex span.last-name {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .side_close {
    color: var(--beige);
    top: 30px;
  }
}

@media (max-width: 599px) {
  .ace-spmenu-vertical a {
    font-size: 13px;
  }

  hero .heroImg {
    padding: 70px 50px;
  }

  hero .hero-buttons button {
    margin: 5px;
  }

  content-section {
    padding: 70px 45px 50px;
  }

  content-split:first-of-type .bgColor {
    padding-top: 80px;
  }

  content-split:last-of-type .bgColor {
    padding-bottom: 80px;
  }

  content-split .bgColor {
    padding: 70px 0;
  }

  content-split .content-split {
    padding: 35px;
    right: unset;
  }

  home-products {
    padding: 50px 38px;
  }

  home-products .product-intro {
    margin-bottom: 50px;
  }

  home-products .outlinePrimaryBtn {
    margin-top: 0;
  }

  background,
  contact-map {
    height: 400px;
  }

  banner,
  team,
  contact-information,
  contact-form {
    padding: 70px 50px;
  }

  /* Sand&Soil */
  calculator .calculator-content,
  enquiry {
    padding: 70px 50px;
  }

  /* About */
  team .team-member .team-member-photo-container {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  team .team-member .team-member-photo-container .team-member-photo {
    width: 190px;
    height: 190px;
    margin: auto;
  }

  team .team-member {
    margin-bottom: 70px;
  }

  /* Footer */
  social {
    padding: 70px 50px;
  }

  footer {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 400px) {
  h4 {
    margin-bottom: 15px;
  }

  button {
    font-size: 12px;
    min-width: 200px;
    height: 44px;
  }

  hero .heroImg {
    padding: 50px 40px;
  }

  .icon-bar {
    top: 30%;
    padding: 7px;
  }

  content-section {
    padding: 70px 40px 50px;
  }

  content-split:first-of-type .bgColor {
    padding-top: 70px;
  }

  content-split:last-of-type .bgColor {
    padding-bottom: 70px;
  }

  content-split .bgColor {
    padding: 50px 0;
  }

  content-split .content-split {
    padding: 25px;
    right: unset;
  }

  content-split button {
    font-size: 9px;
    min-width: 150px;
  }

  home-products {
    padding: 50px 33px;
  }

  home-products .product-intro {
    margin-bottom: 30px;
  }

  home-products ul li .product-description {
    padding: 30px 30px 45px 30px;
    position: relative;
  }

  home-products ul li .product-description .btnProduct {
    height: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
  }

  background,
  contact-map {
    height: 350px;
  }

  banner,
  team,
  contact-information,
  contact-form {
    padding: 50px 40px;
  }

  /* Sand&Soil */
  calculator .calculator-content,
  enquiry {
    padding: 70px 40px;
  }

  calculator .calculator-content .calculator button {
    min-width: 150px;
  }

  /* About */
  team .team-member {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  team .team-member .team-member-photo-container .team-member-photo {
    width: 150px;
    height: 150px;
  }

  team .team-member .team-member-photo-container {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
  }

  /* Contact */
  contact-form h2 {
    margin: 0;
  }

  contact-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    padding-left: 0;
  }

  /* Footer */
  social {
    padding: 50px 40px;
  }

  social p {
    margin-bottom: 15px;
  }

  social .social-icon.social-icon-facebook svg {
    font-size: 30px;
  }

  footer .footer-details .footer-widget-container .footer-widget.logo img {
    max-width: 140px;
  }
}
