@charset "UTF-8";
.dev-filler {
  height: 200px;
  background-color: #f5f5f5;
}
@font-face {
  font-family: Manrope;
  src: local("Manrope ExtraLight"), local("Manrope-ExtraLight"),
    url(../../dist/fonts/Manrope-ExtraLight.woff2) format("woff2"),
    url(../../dist/fonts/Manrope-ExtraLight.woff) format("woff"),
    url(../../dist/fonts/Manrope-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: local("Manrope Regular"), local("Manrope-Regular"),
    url(../../dist/fonts/Manrope-Regular.woff2) format("woff2"),
    url(../../dist/fonts/Manrope-Regular.woff) format("woff"),
    url(../../dist/fonts/Manrope-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: local("Manrope SemiBold"), local("Manrope-SemiBold"),
    url(../../dist/fonts/Manrope-SemiBold.woff2) format("woff2"),
    url(../../dist/fonts/Manrope-SemiBold.woff) format("woff"),
    url(../../dist/fonts/Manrope-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: local("Manrope Bold"), local("Manrope-Bold"),
    url(../../dist/fonts/Manrope-Bold.woff2) format("woff2"),
    url(../../dist/fonts/Manrope-Bold.woff) format("woff"),
    url(../../dist/fonts/Manrope-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
}
.content {
  padding: 60px 0 60px 0;
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
.cta-button {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 45px;
  background-color: #51534a;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  margin: 20px auto 0 auto;
  width: auto;
  transition: background-color 0.3s;
}
.cta-button:hover {
  background-color: #bc8c00;
  text-decoration: none;
}
input[type="submit"]:hover{
  background-color: #bc8c00 !important;
  text-decoration: none !important;
}
.page-fill-spacer {
  height: calc(100vh - 738px);
}
.terms-privacy {
  max-width: 850px;
  min-height: calc(100% - 542px);
  text-align: left;
}
.terms-privacy h1 {
  text-align: center;
}
.terms-privacy h2 {
  margin-top: 20px;
}
.disable-color {
  color: gray !important;
}
#messageContainer {
  color: #000;
  margin-bottom: 5px;
}
.wp-block-embed-youtube {
  text-align: center;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper:before {
  content: "";
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  display: block;
  overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div {
  box-sizing: border-box;
}
body {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 145%;
  color: #51534a;
  padding-top: 60px;
}
@media screen and (min-width: 1150px) {
  body {
    padding-top: 85px;
  }
}
.lead {
  font-size: 16px;
  width: 850px;
  max-width: 90%;
  margin: 0 auto 40px auto;
  line-height: 180%;
  text-align: center;
}
h1 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.2rem;
  text-align: center;
}
h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
p {
  margin-bottom: 0.9rem;
  line-height: 150%;
}
#flexslider-carousel {
  border: 0;
  position: relative;
  margin: 0 0 90px 0;
}
#flexslider-carousel .flex-viewport {
  max-height: 300px;
}
#flexslider-carousel .flex-viewport .slides {
  height: 300px;
  position: relative;
}
#flexslider-carousel .flex-viewport .slides li {
  height: 300px;
  position: relative;
}
#flexslider-carousel .flex-viewport .slides li img,
#flexslider-carousel .flex-viewport .slides li video {
  position: relative;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
#flexslider-carousel .flex-viewport .slides li .video-bg {
  height: 100%;
}
#flexslider-carousel .flex-viewport .slides li .btn-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 23px;
  z-index: 1;
  opacity: 0;
  line-height: 135%;
  text-align: center;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  padding: 25px;
  width: auto;
}
@media screen and (min-width: 1150px) {
  #flexslider-carousel .flex-viewport .slides li .btn-overlay {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 40px 150px;
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  #flexslider-carousel .flex-viewport .slides li .btn-overlay {
    padding: 0 25px;
  }
}
#flexslider-carousel .flex-viewport .slides li .btn-overlay p {
  margin-bottom: 0;
}
#flexslider-carousel .flex-viewport .slides li .btn-overlay h2 {
  text-align: left;
  color: #fff;
  width: 100%;
  margin: 0 0 6px;
}
#flexslider-carousel .flex-viewport .slides li .btn-overlay .cta-button {
  margin: 0;
}
@media screen and (max-width: 700px) {
  #flexslider-carousel .flex-viewport .slides li .btn-overlay .cta-button {
    display: none;
  }
}
#flexslider-carousel .flex-viewport .slides li.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
#flexslider-carousel .flex-viewport .slides li.contain .btn-overlay,
#flexslider-carousel .flex-viewport .slides li.contain .slide-overlay {
  left: 50%;
  transform: translateX(-50%);
  line-height: 135%;
  text-align: center;
}
#flexslider-carousel .flex-viewport .slides li .slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  z-index: 1;
  opacity: 0;
  line-height: 135%;
  text-align: center;
  color: #000;
}
#flexslider-carousel .flex-viewport .slides li .slide-overlay p {
  margin-bottom: 0;
}
@media screen and (min-width: 1150px) {
  #flexslider-carousel .flex-viewport .slides li .slide-overlay {
    bottom: 40px;
    left: 150px;
    width: auto;
    padding: 15px 40px;
    line-height: 135%;
    text-align: left;
  }
}
#flexslider-carousel .flex-viewport .slides li .slide-overlay h2 {
  text-align: left;
  color: #fff;
}
#flexslider-carousel .flex-viewport .slides .flex-active-slide .btn-overlay,
#flexslider-carousel .flex-viewport .slides .flex-active-slide .slide-overlay {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  transition-delay: 350ms;
}
@media screen and (min-width: 550px) {
  #flexslider-carousel .flex-viewport {
    max-height: 500px;
  }
  #flexslider-carousel .flex-viewport .slides {
    height: 500px;
  }
  #flexslider-carousel .flex-viewport .slides li {
    height: 500px;
  }
}
@media screen and (min-width: 750px) {
  #flexslider-carousel .flex-viewport {
    max-height: 650px;
  }
  #flexslider-carousel .flex-viewport .slides {
    height: 650px;
  }
  #flexslider-carousel .flex-viewport .slides li {
    height: 650px;
  }
}
@media screen and (min-width: 1100px) {
  #flexslider-carousel .flex-viewport {
    max-height: 800px;
  }
  #flexslider-carousel .flex-viewport .slides {
    height: 800px;
  }
  #flexslider-carousel .flex-viewport .slides li {
    height: 800px;
  }
}
@media screen and (min-width: 1500px) {
  #flexslider-carousel .flex-viewport {
    max-height: calc(100vh - 85px);
  }
  #flexslider-carousel .flex-viewport .slides {
    height: calc(100vh - 85px);
  }
  #flexslider-carousel .flex-viewport .slides li {
    height: calc(100vh - 85px);
  }
}
#flexslider-carousel #slider-back,
#flexslider-carousel #slider-next {
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
#flexslider-carousel #slider-back span,
#flexslider-carousel #slider-next span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  #flexslider-carousel #slider-back span,
  #flexslider-carousel #slider-next span {
    width: 60px;
    height: 60px;
  }
}
#flexslider-carousel #slider-next {
  right: 0;
}
#flexslider-carousel #slider-next span {
  left: 90px;
  background: no-repeat center/contain url(../../dist/images/nxt-slide.png);
}
@media screen and (min-width: 700px) {
  #flexslider-carousel #slider-next span {
    left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #flexslider-carousel #slider-next span {
    left: 50px;
  }
}
#flexslider-carousel #slider-back {
  left: 0;
}
#flexslider-carousel #slider-back span {
  right: 90px;
  background: no-repeat center/contain url(../../dist/images/prev-slide.png);
}
@media screen and (min-width: 1150px) {
  #flexslider-carousel #slider-back span {
    right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #flexslider-carousel #slider-back span {
    right: 50px;
  }
}
#breadcrumbs {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
}
#breadcrumbs span {
  border: 1px solid #000;
  padding: 5px 15px;
}
#breadcrumbs span {
  cursor: pointer;
}
#breadcrumbs span:hover {
  text-decoration: underline;
}
#breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs.centered {
  text-align: center;
  margin-top: 20px;
}
#breadcrumbs.info-blog,
#breadcrumbs.info-news {
  padding-bottom: 30px;
}
footer {
  background-color: #e5e5e5;
}
footer #footer-menu {
  width: 1000px;
  max-width: 90%;
  margin: auto;
  border-bottom: 1px solid #000;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer #footer-menu .menu-footer-left-container,
footer #footer-menu .menu-footer-right-container {
  text-align: center;
}
footer #footer-menu .menu-footer-left-container ul li,
footer #footer-menu .menu-footer-right-container ul li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
footer #footer-menu .menu-footer-left-container ul li a,
footer #footer-menu .menu-footer-right-container ul li a {
  text-decoration: none;
  color: inherit;
}
footer #footer-menu .menu-footer-left-container ul li:hover a,
footer #footer-menu .menu-footer-right-container ul li:hover a {
  text-decoration: underline;
}
footer #footer-menu img {
  width: 60px;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 800px) {
  footer #footer-menu {
    justify-content: space-between;
    flex-direction: row;
  }
  footer #footer-menu .menu-footer-left-container,
  footer #footer-menu .menu-footer-right-container {
    width: calc(50% - 60px);
  }
  footer #footer-menu .menu-footer-left-container ul,
  footer #footer-menu .menu-footer-right-container ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer #footer-menu .menu-footer-left-container ul li,
  footer #footer-menu .menu-footer-right-container ul li {
    display: inline-block;
  }
  footer #footer-menu .menu-footer-left-container {
    order: 1;
  }
  footer #footer-menu .menu-footer-right-container {
    order: 3;
  }
  footer #footer-menu #footer-logo {
    order: 2;
  }
  footer #footer-menu #footer-logo img {
    margin: 0 60px;
  }
}
footer #newsletter {
  width: 1000px;
  max-width: 90%;
  margin: auto;
  padding: 35px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer #newsletter h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  padding-bottom: 10px;
}
footer #newsletter #mc4wp-form-1 {
  max-width: 450px;
}
footer #newsletter #mc4wp-form-1 .email {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  font: inherit;
}
footer #newsletter #mc4wp-form-1 .fname {
  width: 49.5%;
  height: 40px;
  padding: 10px;
  border: none;
  font: inherit;
}
footer #newsletter #mc4wp-form-1 .lname {
  width: 49.5%;
  height: 40px;
  padding: 10px;
  border: none;
  font: inherit;
}
footer #newsletter #mc4wp-form-1 .submit {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 60px;
  background-color: #51534a;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  margin: 10px auto 0 auto;
  width: auto;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
}
footer #newsletter #mc4wp-form-1 input:focus {
  outline: 0;
}
footer #newsletter #mc4wp-form-1 p {
  text-align: center;
  margin-bottom: 5px !important;
}
footer #footer-address {
  padding: 40px 0;
  line-height: 150%;
  font-size: 14px;
  width: 1000px;
  max-width: 90%;
  border-bottom: 1px solid #000;
  margin: auto;
  text-align: center;
}
footer #footer-address a {
  color: inherit;
  text-decoration: none;
}
footer #footer-address a:hover {
  text-decoration: underline;
}
footer #footer-address .cta-button {
  color: #fff;
}
footer #footer-address .cta-button:hover {
  text-decoration: none;
}
footer #footer-copyright {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
footer #footer-copyright a {
  color: inherit;
}
#header-desktop {
  display: none;
  height: 85px;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 9998;
}

.ajax-search-form.menu-item a {
  display: flex !important;
  align-items: center;
}

.ajax-search-form.menu-item a svg path {
  fill: #51544a;
}

.ajax-search-form.menu-item:hover a svg path {
  fill: #fff;
}

#header-desktop a {
  text-decoration: none;
  color: inherit;
}
#header-desktop #main-logo {
  max-height: 50px;
  max-width: 180px;
}
#header-desktop #main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#header-desktop #header-menu-contact {
  display: flex;
  align-items: center;
  height: 100%;
}
#header-desktop #header-menu-contact .menu-main-menu-container {
  height: 100%;
  padding-right: 15px;
}
#header-desktop #header-menu-contact .menu-main-menu-container #menu-main-menu {
  list-style: none;
  height: 100%;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.is-popup-search-form form.is-ajax-search {
  margin-top: 80px;
  width: calc(100% - 40px);
}
div.is-ajax-search-details, div.is-ajax-search-result {
  left: 20px !important;
  width: calc(100% - 50px) !important;
  max-width: 100%;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item {
  display: inline-block;
  height: 100%;
  line-height: 85px;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item
  a {
  display: inline-block;
  height: 100%;
  padding: 0 11px;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item
  .sub-menu {
  display: none;
  background-color: #a9a89f;
  color: #fff;
  position: absolute;
  left: 0;
  margin-top: 7px;
  padding: 15px 0;
  min-width: 106px;
  z-index: 1;
  width: max-content;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item
  .sub-menu
  li {
  display: block;
  line-height: 30px;
  text-align: left;
  padding: 0;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item
  .sub-menu
  li
  a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item
  .sub-menu
  li:hover {
  background-color: #51534a;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item
  .sub-menu:before {
  display: block;
  content: "";
  background: url(../../dist/images/arrow-up.svg) no-repeat center;
  position: absolute;
  top: -10px;
  left: 0;
  color: #51534a;
  font-size: 20px;
  cursor: pointer;
  width: 106px;
  height: 30px;
  justify-content: center;
  align-items: flex-start;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item:hover {
  background-color: #51534a;
  color: #fff;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item:hover
  .sub-menu {
  display: block;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .menu-item-has-children
  > a:after {
  content: "▾";
  width: 5px;
  height: 5px;
  padding-left: 5px;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .current-menu-item {
  background-color: #51534a;
  color: #fff;
}
#header-desktop
  #header-menu-contact
  .menu-main-menu-container
  #menu-main-menu
  .current-menu-item.hide-active-style {
  background-color: transparent;
}
#header-desktop #header-menu-contact .header-contact {
  line-height: 40px !important;
  height: fit-content !important;
  border: 1px solid;
  margin: 0 15px !important;
}
#header-desktop #header-menu-contact .header-contact .sub-menu{
  width: 150% !important;
}
#header-contact {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  line-height: 40px;
  font-size: 12px;
}
#header-desktop #header-menu-contact #header-contact:hover {
  border: 1px solid #d39d00;
  background-color: #d39d00;
  color: #fff;
}
#header-desktop #header-menu-contact #header-contact.contact-us {
  border: 1px solid #cb9700;
  background-color: #cb9700;
  color: #fff;
}
@media screen and (min-width: 1150px) {
  #header-desktop {
    display: flex;
  }
}
#header-mobile {
  height: 60px;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;   
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 9999;
}
#header-mobile a {
  text-decoration: none;
}
#header-mobile #main-logo-mobile {
  max-height: 40px;
  max-width: 150px;
}
#header-mobile #main-logo-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#header-mobile #header-contact-mobile {
  display: none;
}
@media screen and (min-width: 550px) {
  #header-mobile #header-contact-mobile {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
  }
  #header-mobile #header-contact-mobile:hover {
    background-color: #cb9700;
    color: #fff;
    border: 1px solid #cb9700;
  }
}
#header-mobile #hamburger {
  margin-left: 50px;
  width: 30px;
  height: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
#header-mobile #hamburger span {
  width: 100%;
  height: 5px;
  background-color: #51534a;
}
#header-mobile #mobile-menu-side {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
  width: 50%;
  min-width: 225px;
  height: calc(100vh - 60px);
  pointer-events: none;
  overflow: hidden;
}
#header-mobile #mobile-menu-side .menu-main-menu-container {
  background-color: #747474;
  text-align: left;
  padding: 30px 40px;
  position: relative;
  right: -100%;
  transition: all 0.5s ease-in-out;
  pointer-events: all;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
#header-mobile #mobile-menu-side .menu-main-menu-container li {
  font-size: 12px;
  line-height: 1.2;
}
#header-mobile #mobile-menu-side .menu-main-menu-container li a {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 350px) {
  #header-mobile #mobile-menu-side .menu-main-menu-container li a {
    padding: 6px 0;
  }
}
#header-mobile #mobile-menu-side .menu-main-menu-container li .sub-menu {
  padding: 5px 0 5px 15px;
}
#header-mobile #mobile-menu-side .menu-main-menu-container li .sub-menu li a {
  color: #000;
}
#header-mobile #mobile-menu-side.show {
  display: inline-block;
}
#header-mobile #mobile-menu-side.show .menu-main-menu-container {
  right: 0;
}
@media screen and (min-width: 1150px) {
  #header-mobile {
    display: none;
  }
}
body.menu-open {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
}
#our-range {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 90px auto;
  text-align: center;
}
#about-us {
  display: grid;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  #about p,
  #about h1,
  #about h3{
   text-align: center !important;
  }
}
@media screen and (min-width: 1000px) {
  #about-us {
    grid-template-columns: repeat(2, 1fr);
  }
}
#about-us #about-us-image {
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #about-us #about-us-image {
    padding-bottom: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #about-us #about-us-image {
    padding-bottom: 100%;
    height: 100%;
  }
}
#about-us #about-us-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#about-us #about-us-text {
  background-color: #51534a;
  color: #fff;
  text-align: left;
  padding: 60px 0;
}
@media screen and (min-width: 1000px) {
  #about-us #about-us-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }
}
#about-us #about-us-text #about-us-text-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 90%;
  margin: auto;
}
#about-us #about-us-text #about-us-text-inner h1 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #about-us #about-us-text #about-us-text-inner {
    width: 510px;
    max-width: 90%;
  }
  #about-us #about-us-text #about-us-text-inner .cta-button {
    align-self: flex-start !important;
    margin: 20px 0 0;
    background-color: #a9a89f;
  }
  #about-us #about-us-text #about-us-text-inner .cta-button:hover {
    background-color: #cb9700;
  }
  #about-us #about-us-text #about-us-text-inner h1 {
    text-align: left;
  }

}
#about-us #about-us-text #about-us-text-inner .cta-button {
  align-self: center;
}

#featured {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 90px auto;
  text-align: center;
}
#featured #featured-tiles {
  display: grid;
  grid-gap: 10px;
}
#featured #featured-tiles .featured-tile {
  height: 250px;
  background-color: #d3d3d3;
  position: relative;
}
#featured #featured-tiles .featured-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#featured #featured-tiles .featured-tile .featured-tile-overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 10px 0;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-weight: 400;
  transition: background-color 0.3s ease;
  text-align: center;
}
#featured #featured-tiles .featured-tile:hover .featured-tile-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}
#featured #featured-tiles #featured-tile-7 {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 550px) {
  #featured #featured-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 700px) {
  #featured #featured-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #featured #featured-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
  #featured #featured-tiles #featured-tile-3 {
    grid-column: 3/5;
    grid-row: 1/3;
    height: auto;
  }
  #featured #featured-tiles #featured-tile-5 {
    grid-column: 2/3;
    grid-row: 2/4;
    height: auto;
  }
  #featured #featured-tiles #featured-tile-7 {
    grid-column: 3/5;
    grid-row: 3/4;
    display: inherit;
  }
}
@media screen and (min-width: 1200px) {
  #featured #featured-tiles .featured-tile {
    height: 300px;
  }
}
#pagination {
  grid-column: 1/-1;
  margin-top: 40px;
  text-align: center;
}
#pagination a {
  color: #000;
}
#pagination .next,
#pagination .prev {
  display: none !important;
}
#pagination .page-numbers {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background-color: #52544A;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}
#pagination .page-numbers.current {
  background-color: #cb9700;
}
#related-products {
  display: grid;
  grid-gap: 10px;
  padding: 10px 0 40px 0;
}
@media screen and (min-width: 700px) {
  #related-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #related-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
#related-products .tile {
  background-color: #d3d3d3;
  height: 350px;
  position: relative;
}
#related-products .tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#related-products .tile .tile-overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 0.3s ease;
}
#related-products .tile:hover .tile-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}
#tiles {
  display: grid;
  grid-gap: 10px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  #tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
#tiles .tile {
  background-color: #d3d3d3;
  height: 350px;
  position: relative;
}
#tiles .tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#tiles .tile .tile-overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 12px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  color: #51534a;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.3s ease;
  line-height: 150%;
}
#tiles .tile:hover .tile-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}
#page-products {
  width: 100%;
  margin-bottom: 200px;
  display: inline-block;
}
#page-products #products-container {
  width: 100%;
  text-align: center;
}
#page-products #products-container #products-filter {
  display: none;
  width: 250px;
  background-color: #e5e5e5;
  padding: 40px 20px;
  text-align: left;
  margin-right: 10px;
  float: left;
}
@media screen and (min-width: 1000px) {
  #page-products #products-container #products-filter {
    display: none;
  }
}
#page-products #products-container #products-filter .border-red {
  border: 2px solid red;
}
#page-products #products-container #products-filter h4 {
  width: 100%;
  padding: 5px 0;
  background-color: grey;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
#page-products #products-container #products-filter li {
  padding: 2px;
}
#page-products
  #products-container
  #products-filter
  .sf-field-taxonomy-product_colour {
  margin-top: 20px;
}
#page-products #products-container #products-filter .sf-label-checkbox {
  font-weight: 700;
}
#page-products
  #products-container
  #products-filterproducts-filter
  .children
  label {
  font-weight: 400;
}
#page-products #products-container #products-filter .sf-field-reset {
  padding: 0 30px;
  background-color: #cb9700;
  color: #fff;
  height: 30px;
  margin-top: 20px;
  line-height: 30px;
  text-align: center;
}
#page-products #products-container #products-filter .sf-field-reset a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
#page-products #products-container #products-filter .sf-item-47 {
  display: none;
}
#page-products #products-container #products-filter-mobile {
  margin-bottom: 10px;
}
#page-products #products-container #products-filter-mobile button {
  height: 30px;
  width: 360px;
  max-width: calc(100% - 40px);
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin: 0 auto 30px auto;
  background-color: #51534a;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: relative;
}
#page-products #products-container #products-filter-mobile button:after {
  content: '';
  height: 18px;
  width: 18px;
  background-image: url('/wp-content/themes/worldstone/dist/images/filter.svg');
  display: inline-block;
  margin-left: 8px;
}
#page-products #products-container #products-filter-mobile button span,
#page-products #products-container #products-filter-mobile button.active  span.close-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-products #products-container #products-filter-mobile button.active span.open-filter,
#page-products #products-container #products-filter-mobile button span.close-filter {
  display: none;
}
#page-products #products-container #products-filter-mobile button:focus {
  outline: 0;
}
#page-products #products-container #products-filter-mobile button img {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
#page-products #products-container #products-filter-mobile .searchandfilter {
  background-color: #f5f5f5;
  color: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 750ms ease-in-out;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter.active {
  max-height: 1050px;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 20px 20px;
}
@media screen and (min-width: 1000px) {
    #page-products #products-container #products-filter-mobile .searchandfilter > ul {
        width: 620px;
        max-width: 100%;
    }
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul
  li {
  width: 100%;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul
  li
  .sf-label-checkbox {
  font-weight: 700;
  color: #51534a;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul
  li
  h4 {
  width: 100%;
  padding: 5px 0;
  background-color: #a9a89f;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul
  li
  .children {
  display: flex;
  flex-direction: column;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul
  li
  .children
  li {
  width: 100%;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  > ul
  li
  .children
  li
  .sf-label-checkbox {
  font-weight: 200;
  color: #51534a;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  .sf-field-taxonomy-product_colour,
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  .sf-field-taxonomy-product_range {
  width: 175px;
  max-width: calc(50% - 5px);
}
@media screen and (min-width: 1000px) {
    #page-products #products-container #products-filter-mobile .searchandfilter .sf-field-taxonomy-product_colour, #page-products #products-container #products-filter-mobile .searchandfilter .sf-field-taxonomy-product_range {
        width: 275px;
    }
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  .sf-field-taxonomy-product_range {
  float: left;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  .sf-field-taxonomy-product_colour {
  float: right;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  .sf-field-reset {
  width: 100%;
  float: right;
  text-align: center;
}
#page-products
  #products-container
  #products-filter-mobile
  .searchandfilter
  .sf-field-reset
  .search-filter-reset {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #52544A;
}
#page-products #products-container #products-filter-mobile .searchandfilter .sf-field-submit {
  width: 100%;
  float: right;
  text-align: center;
}

#page-products #products-container #products-filter-mobile .searchandfilter .sf-field-submit input {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #51534a;
  border: 0;
  font-weight: 200;
  cursor: pointer;
  font-family: Manrope, sans-serif;
}

@media screen and (min-width: 1000px) {
  #page-products #products-container #products-filter-mobile {
    display: block;
    margin-bottom: 22px;
  }
}
#page-products #products-container #products-tiles {
  width: 100%;
  display: grid;
  align-items: start;
  grid-gap: 10px;
  float: right;
  position: relative;
}
@media screen and (min-width: 550px) {
  #page-products #products-container #products-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 700px) {
  #page-products #products-container #products-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #page-products #products-container #products-tiles {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #page-products #products-container #products-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-products #products-container #products-tiles .no-products {
  position: absolute;
  top: 0;
  width: 100%;
}
#page-products #products-container #products-tiles .products-tile {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #d3d3d3;
}
#page-products #products-container #products-tiles .products-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-products
  #products-container
  #products-tiles
  .products-tile
  .products-tile-overlay {
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #51534a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .product {
    margin-bottom: 80px !important;
  }
}
.product .content {
  width: 100%;
  max-width: 99%;
}
#page-projects #projects-head a {
  color: inherit;
}
#page-projects #projects-head #projects-head-image {
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
#page-projects #projects-head #projects-head-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-projects
  #projects-head
  #projects-head-image
  #projects-head-image-overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 12px 12px 12px 40px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.3s ease;
  text-align: left;
}
#page-projects
  #projects-head
  #projects-head-image
  #projects-head-image-overlay:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
#page-projects
  #projects-head
  #projects-head-image
  #projects-head-image-overlay
  span {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  #page-projects
    #projects-head
    #projects-head-image
    #projects-head-image-overlay {
    width: 50%;
    bottom: 25px;
  }
}
@media screen and (min-width: 850px) {
  #page-projects #projects-head #projects-head-image {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #page-projects #projects-head #projects-head-image {
    padding-bottom: 65%;
  }
}
#page-projects #projects-head #projects-head-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-projects #projects-head #projects-head-text #projects-head-text-inner {
  max-width: 90%;
  padding: 40px 0 0 0;
}
#page-projects #projects-head #projects-head-text #projects-head-text-inner h1 {
  text-align: left;
}
#page-projects #projects-head #projects-head-text #projects-head-text-inner p {
  text-align: left;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (min-width: 850px) {
  #page-projects #projects-head #projects-head-text #projects-head-text-inner {
    width: 450px;
    padding: 0;
  }
}
@media screen and (min-width: 850px) {
  #page-projects #projects-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#products-page {
  text-align: center;
}
#products-page .products-range {
  display: flex;
  flex-direction: column;
}
#products-page .products-range:nth-of-type(even) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  #products-page .products-range {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#products-page .products-range .products-range-image {
  height: 0;
  padding-bottom: 65%;
  position: relative;
  background-color: #d3d3d3;
}
@media screen and (min-width: 1000px) {
  #products-page .products-range .products-range-image {
    height: 100%;
    min-height: 500px;
    padding-bottom: 0;
  }
}
#products-page .products-range .products-range-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#products-page .products-range .products-range-text {
  text-align: left;
  padding: 40px 0 60px 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1000px) {
  #products-page .products-range .products-range-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }
}
#products-page .products-range .products-range-text .products-range-text-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 90%;
  margin: auto;
  color: #4b4a46;
  font-weight: 400;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  h2 {
  text-align: left;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  h3 {
  margin-top: 15px;
  text-align: left;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  p {
  margin-bottom: 0;
  font-weight: 200;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  ul {
  -moz-columns: 2;
  columns: 2;
  list-style-type: inherit;
  padding: 0 0 0 50px;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  ul.single-column {
  -moz-columns: 1;
  columns: 1;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  ul
  li
  a {
  color: inherit;
  text-decoration: none;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  ul
  li:hover {
  text-decoration: underline;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  .products-range-button-container {
  width: 100%;
  text-align: right;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  .products-range-button-container
  .cta-button {
  background-color: #4b4a46;
  margin-top: 30px;
}
#products-page
  .products-range
  .products-range-text
  .products-range-text-inner
  .products-range-button-container
  .cta-button:hover {
  background-color: #000;
}
@media screen and (min-width: 700px) {
  #products-page
    .products-range
    .products-range-text
    .products-range-text-inner {
    width: 510px;
    max-width: 90%;
  }
}
#products-page .cta-button {
  margin-top: 60px;
}
.how-contact,
select {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  background: #fff;
}
#page-contact-us #page-contact-us-inner {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  #page-contact-us #page-contact-us-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-contact-us #page-contact-us-inner #contact-form {
  background-color: #e5e5e5;
  padding: 50px 0;
  margin-bottom: 40px;
  height: max-content;
}
#page-contact-us #page-contact-us-inner #contact-form .contact-us-form{
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #page-contact-us #page-contact-us-inner #contact-form {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  #page-contact-us #page-contact-us-inner #contact-form {
   padding: 30px 0;
  }
}
#page-contact-us #page-contact-us-inner #contact-form form {
  width: 400px;
  max-width: 90%;
  margin: auto;
  position: relative;
}
#page-contact-us #page-contact-us-inner #contact-form form label {
  width: 100%;
  text-align: left;
  color: #51534a;
  display: inline-block;
  margin-bottom: 5px;
}
#page-contact-us #page-contact-us-inner #contact-form form input,
#page-contact-us #page-contact-us-inner #contact-form form select {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  background: #fff;
  font-family: inherit;
  color: inherit;
}
#page-contact-us #page-contact-us-inner #contact-form form #radio-buttons {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
}
#page-contact-us
  #page-contact-us-inner
  #contact-form
  form
  #radio-buttons
  .radio-button {
  height: 18px;
  width: 18px;
  margin-top: 5px;
}
#page-contact-us
  #page-contact-us-inner
  #contact-form
  form
  #radio-buttons
  .label-radio {
  padding: 4px 0;
}
#page-contact-us #page-contact-us-inner #contact-form form #checkbox input,
#page-contact-us #page-contact-us-inner #contact-form form #checkbox label {
  width: auto;
  height: auto;
}
#page-contact-us #page-contact-us-inner #contact-form form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  border: none;
  padding: 10px 15px;
  font-family: inherit;
  color: inherit;
}
#page-contact-us
  #page-contact-us-inner
  #contact-form
  form
  textarea::-moz-placeholder {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
}
#page-contact-us
  #page-contact-us-inner
  #contact-form
  form
  textarea:-ms-input-placeholder {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
}
#page-contact-us
  #page-contact-us-inner
  #contact-form
  form
  textarea::-ms-input-placeholder {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
}
#page-contact-us
  #page-contact-us-inner
  #contact-form
  form
  textarea::placeholder {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
}
#page-contact-us #page-contact-us-inner #contact-form form button {
  width: 100%;
  height: 40px;
  border: none;
  color: #fff;
  background-color: #51534a;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
#page-contact-us #page-contact-us-inner #contact-form form button:hover {
  background-color: #cb9700;
}
#page-contact-us #page-contact-us-inner #contact-form form .form-fields {
  border: 1px solid red;
  position: absolute;
  left: -5000px;
}
#page-contact-us #page-contact-us-inner #contact-details {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

@media screen and (max-width: 1000px){
  #page-contact-us #page-contact-us-inner #contact-details {
    padding-top: 0;
  }

  #about-us-text-inner p{
    text-align: center;
  }

  #mapContainer{
    height: 560px !important;
  }
}
#page-contact-us
  #page-contact-us-inner
  #contact-details
  #contact-details-inner {
  width: auto;
  max-width: 90%;
}
#page-contact-us
  #page-contact-us-inner
  #contact-details
  #contact-details-inner
  .contact-row {
  display: flex;
  padding: 10px 0;
}
#page-contact-us
  #page-contact-us-inner
  #contact-details
  #contact-details-inner
  .showroom-details {
  padding-top: 10px
}
#page-contact-us
  #page-contact-us-inner
  #contact-details
  #contact-details-inner
  .contact-row
  span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 18px;
}
#page-contact-us
  #page-contact-us-inner
  #contact-details
  #contact-details-inner
  .contact-row
  a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  line-height: 200%;
  text-align: left;
  display: inline-block;
  width: 100%;
}
#page-contact-us
  #page-contact-us-inner
  #contact-details
  #contact-details-inner
  .contact-row
  a:hover {
  text-decoration: underline;
}
#page-contact-us .contact-image-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  grid-gap: 10px;
  position: relative;
  padding-top: 10px;
}

#page-contact-us .contact-image-list.only-one{
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 1000px){
  #page-contact-us .contact-image-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 700px){
  #page-contact-us .contact-image-list{
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-image-list .showroom-image {
  flex: 1 1 calc(50% - 0.5rem);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.contact-image-list .showroom-image .products-tile-overlay{
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .showroom-image {
    flex: 1 1 100% !important;
  }
}
.contact-image-list .showroom-image img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.contact-image-list.only-one .showroom-image img{
  height: 250px;
}
.contact-image-list .showroom-image:hover img {
  transform: scale(1.02);
}
#page-products {
  width: 100%;
  margin-bottom: 200px;
  display: inline-block;
}
#page-products #products-container-batch-end {
  width: 100%;
  text-align: center;
}
#page-products #products-container-batch-end #products-tiles-batch-end {
  width: 100%;
  display: grid;
  align-items: start;
  grid-gap: 10px;
  float: right;
  position: relative;
}
@media screen and (min-width: 550px) {
  #page-products #products-container-batch-end #products-tiles-batch-end {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 700px) {
  #page-products #products-container-batch-end #products-tiles-batch-end {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  #page-products #products-container-batch-end #products-tiles-batch-end {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #page-products #products-container-batch-end #products-tiles-batch-end {
    grid-template-columns: repeat(4, 1fr);
  }
}
#page-products
  #products-container-batch-end
  #products-tiles-batch-end
  .products-tile {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #d3d3d3;
}
#page-products
  #products-container-batch-end
  #products-tiles-batch-end
  .products-tile
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-products
  #products-container-batch-end
  #products-tiles-batch-end
  .products-tile
  .products-tile-overlay {
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  #page-showroom-about {
    padding: 60px 0 45px 0;
  }
}
#page-showroom-about #showroom-about-head #showroom-about-head-image {
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
#page-showroom-about #showroom-about-head #showroom-about-head-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#about #showroom{
  scroll-margin-top: 75px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 850px) {
  #page-showroom-about #showroom-about-head #showroom-about-head-image {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #page-showroom-about #showroom-about-head #showroom-about-head-image {
    padding-bottom: 65%;
  }
}
#page-showroom-about #showroom-about-head #showroom-about-head-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-showroom-about
  #showroom-about-head
  #showroom-about-head-text
  #showroom-about-head-text-inner {
  max-width: 90%;
  padding: 40px 0 0 0;
}
#page-showroom-about
  #showroom-about-head
  #showroom-about-head-text
  #showroom-about-head-text-inner
  h1 {
  text-align: left;
}
#page-showroom-about
  #showroom-about-head
  #showroom-about-head-text
  #showroom-about-head-text-inner
  p {
  text-align: left;
}
#page-showroom-about
  #showroom-about-head
  #showroom-about-head-text
  #showroom-about-head-text-inner
  a {
  color: inherit;
}
@media screen and (min-width: 850px) {
  #page-showroom-about
    #showroom-about-head
    #showroom-about-head-text
    #showroom-about-head-text-inner {
    width: 450px;
    padding: 0;
  }
}
@media screen and (min-width: 850px) {
  #page-showroom-about #showroom-about-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-showroom-about #showroom-virtual-tour {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #page-showroom-about #showroom-virtual-tour {
    padding-bottom: 75%;
  }
}
#page-showroom-about #showroom-virtual-tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#single-news {
  width: 850px;
}
#single-news #single-news-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
#single-news #single-news-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#single-news #single-news-content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#single-news #single-news-content figcaption {
  font-size: 12px;
  color: #000;
}
#single-news #single-news-content ul {
  padding: 0 0 20px 50px;
  list-style: disc;
  text-align: left;
}
#single-news #single-news-content .blocks-gallery-grid {
  padding-left: 0;
}
#single-news #single-news-content figure {
  padding-bottom: 20px;
}
#single-blog {
  width: 1138px;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 400;
}

#single-blog a {
  color: #51534a;
  text-decoration: underline;
}

#single-blog a:hover {
  color: #cb9700;
}
#single-blog.content {
  padding: 100px 0 0;
  width: 100%;
  max-width: 100%;
}

#single-blog h1 {
  margin-bottom: 52px;
}

#single-blog p {
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 400;
}

#single-blog #link-light a{
  color: #FFFFFF;
}

#single-blog p:last-child {
  margin-bottom: 0;
}

#single-blog .intro-section {
  padding: 0 0 100px;
}

#single-blog .intro-section .wp-block-group-is-layout-constrained {
  width: 1138px;
  max-width: 90%;
  margin: auto;
}

#single-blog .youtube-section {
  padding: 100px 0 100px;
  background: #51534a;
}

#single-blog .youtube-section .wp-block-group-is-layout-constrained {
  width: 1138px;
  max-width: 90%;
  margin: auto;
}

#single-blog .youtube-section .wp-block-embed {
  padding: 0 !important;
}


#single-blog .text-section {
  padding: 100px 0 100px;
}

#single-blog .text-section .wp-block-group-is-layout-constrained {
  width: 1138px;
  max-width: 90%;
  margin: auto;
}


#single-blog .image-text-section {
  padding: 100px 0 100px;
}

#single-blog .image-text-section > .wp-block-group-is-layout-constrained {
  width: 1442px;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8.2%;
  justify-content: space-between;
}

#single-blog .image-text-section > .wp-block-group-is-layout-constrained > .wp-block-image {
  width: 49.5%;
  padding: 0;
}

#single-blog .image-text-section .text-col {
  width: 42.3%;
  letter-spacing: 0.05em;
}

#single-blog .image-with-text-col{
  width: 49.5%;
}

#single-blog .pad-52{
  margin-bottom: 52px;
}

@media screen and (max-width: 1024px){
  #single-blog .pad-52{
    margin-bottom: 32px;
  }
  #single-blog .image-with-text-col{
    width: 100%
  }
}

#single-blog .image-text-section .text-col h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 52px;
  font-weight: 400;
  color: #5C4A36;
  letter-spacing: 0;
}

#single-blog .image-text-section .text-col h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 52px;
  color: inherit !important;
}


#single-blog .text-image-blade-section {
  padding: 100px 0 100px 5%;
  background-color: rgba(229, 229, 229, 0.5);
  display: flex;
  justify-content: center;
  overflow: hidden;
  letter-spacing: 0.05em;
}

#single-blog .text-image-blade-section > .wp-block-group-is-layout-constrained {
  display: flex;
  max-width: 1920px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

#single-blog .text-image-blade-section > .wp-block-group-is-layout-constrained > .wp-block-group.text-col {
  flex: 1;
  max-width: 709px;
  padding-right: 6%;
}

#single-blog .text-image-blade-section h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 52px;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0;
}

/* Image styles */
#single-blog  .text-image-blade-section figure.wp-block-image {
  flex: 1;
  margin: 0;
  max-width: 100%;
}

#single-blog  .text-image-blade-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}


#single-blog .image-text-blade-section {
  padding: 100px 5% 100px 0;
  background-color: #51534A;
  display: flex;
  justify-content: center;
  overflow: hidden;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

#single-blog .image-text-blade-section a {
  color: #FFFFFF;
}

#single-blog .image-text-blade-section a:hover {
  color: #cb9700;
}

#single-blog .image-text-blade-section > .wp-block-group-is-layout-constrained {
  display: flex;
  max-width: 1920px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

#single-blog .image-text-blade-section > .wp-block-group-is-layout-constrained > .wp-block-group.text-col {
  flex: 1;
  max-width: 709px;
  padding-left: 6%;
}

#single-blog .image-text-blade-section h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 52px;
  font-weight: 500;
  letter-spacing: 0;
}

/* Image styles */
#single-blog .image-text-blade-section figure.wp-block-image {
  flex: 1;
  margin: 0;
  max-width: 100%;
}

#single-blog .image-text-blade-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

#single-blog .work-with-us-section {
  padding: 100px 0;
  text-align: center;
  background-image: url('/wp-content/uploads/2025/04/cta-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#single-blog .work-with-us-section .wp-block-group-is-layout-constrained {
  width: 799px;
  max-width: 90%;
  margin: auto;
}

#single-blog .work-with-us-section h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
  text-align: center;
}

#single-blog #single-blog-content figure {
  padding-bottom: 0;
}

/* Responsive layout */
@media (max-width: 991px) {

  #single-blog.content {
    padding: 60px 0 0;
  }

  #single-blog h1 {
    margin-bottom: 24px;
  }

  #single-blog .intro-section {
    padding: 0 0 60px;
  }

  #single-blog .youtube-section {
    padding: 60px 0;
  }

  #single-blog .text-section {
    padding: 60px 0 30px;
  }

  #single-blog .image-text-section {
    padding: 30px 0 60px;
  }

  #single-blog .image-text-section > .wp-block-group-is-layout-constrained {
    flex-direction: column-reverse;
    gap: 40px;
  }
  
  #single-blog .image-text-section .text-col,
  #single-blog .image-text-section > .wp-block-group-is-layout-constrained > .wp-block-image {
    width: 100%;
  }



  #single-blog .image-text-section .text-col h2 {
    margin-bottom: 24px;
  }

  #single-blog .text-image-blade-section {
    padding: 60px 0;
  }

  #single-blog .text-image-blade-section > .wp-block-group__inner-container {
    flex-direction: column;
    max-width: 90%;
  }

  #single-blog .text-image-blade-section .wp-block-group.text-col {
    padding: 0 !important;
    max-width: 100% !important;
  }

  #single-blog .text-image-blade-section h2 {
    margin-bottom: 24px;
  }

  #single-blog .text-image-blade-section figure.wp-block-image {
    max-width: 100%;
    margin-top: 40px;
  }

  #single-blog .image-text-blade-section {
    padding: 60px 0;
  }

  #single-blog .image-text-blade-section h2 {
    margin-bottom: 24px;
  }

  #single-blog .image-text-blade-section > .wp-block-group__inner-container {
    flex-direction: column;
    max-width: 90%;
  }

  #single-blog .image-text-blade-section .wp-block-group.text-col {
    padding: 0 !important;
    max-width: 100% !important;
  }

  #single-blog .image-text-blade-section figure.wp-block-image {
    max-width: 100%;
    margin-top: 40px;
  }

  #single-blog .work-with-us-section {
    padding: 60px 0;
  }

  #single-blog .work-with-us-section h2 {
    margin-bottom: 24px;
  }
}

#single-blog #single-blog-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
#single-blog #single-blog-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#single-blog #single-blog-content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#single-blog #single-blog-content figcaption {
  font-size: 12px;
  color: #000;
}
#single-blog #single-blog-content ul {
  padding: 0 0 20px 50px;
  list-style: disc;
  text-align: left;
}
#single-blog #single-blog-content .blocks-gallery-grid {
  padding-left: 0;
}

#page-product #header {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
#page-product #header #flexslider-carousel {
  width: 100%;
  position: relative;
  margin: 0;
}
#page-product #header #flexslider-carousel .flex-viewport {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#page-product #header #flexslider-carousel .flex-viewport .slides {
  width: 100%;
  height: 100%;
  position: absolute;
}
#page-product #header #flexslider-carousel .flex-viewport .slides li {
  position: relative;
  width: 100%;
  height: 100%;
}
#page-product #header #flexslider-carousel .flex-viewport .slides li img {
  position: relative;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-product
  #header
  #flexslider-carousel
  .flex-viewport
  .slides
  li.contain
  img {
  -o-object-fit: contain;
  object-fit: contain;
}
#page-product
  #header
  #flexslider-carousel
  .flex-viewport
  .slides
  li.contain
  .slide-overlay {
  left: 50%;
  transform: translateX(-50%);
  line-height: 135%;
  text-align: center;
}
#page-product
  #header
  #flexslider-carousel
  .flex-viewport
  .slides
  li
  .slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  z-index: 1;
  opacity: 0;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 1150px) {
  #page-product
    #header
    #flexslider-carousel
    .flex-viewport
    .slides
    li
    .slide-overlay {
    bottom: 50px;
    left: 0;
    width: auto;
    padding: 25px 100px;
    line-height: 135%;
    text-align: left;
  }
}
#page-product
  #header
  #flexslider-carousel
  .flex-viewport
  .slides
  .flex-active-slide
  .slide-overlay {
  opacity: 1;
  transition: opacity 1.35s ease-in-out;
  transition-delay: 350ms;
}
#page-product #header #flexslider-carousel #slider-back,
#page-product #header #flexslider-carousel #slider-next {
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
#page-product #header #flexslider-carousel #slider-back span,
#page-product #header #flexslider-carousel #slider-next span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  #page-product #header #flexslider-carousel #slider-back span,
  #page-product #header #flexslider-carousel #slider-next span {
    width: 60px;
    height: 60px;
  }
}
#page-product #header #flexslider-carousel #slider-next {
  right: 0;
}
#page-product #header #flexslider-carousel #slider-next span {
  left: 90px;
  background: no-repeat center/contain url(../../dist/images/nxt-slide.png);
}
@media screen and (min-width: 700px) {
  #page-product #header #flexslider-carousel #slider-next span {
    left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #page-product #header #flexslider-carousel #slider-next span {
    left: 50px;
  }
}
#page-product #header #flexslider-carousel #slider-back {
  left: 0;
}
#page-product #header #flexslider-carousel #slider-back span {
  right: 90px;
  background: no-repeat center/contain url(../../dist/images/back-slide.png);
}
@media screen and (min-width: 1150px) {
  #page-product #header #flexslider-carousel #slider-back span {
    right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #page-product #header #flexslider-carousel #slider-back span {
    right: 30px;
  }
}
@media screen and (min-width: 850px) {
  #page-product #header #description-specs {
    display: flex;
  }
}
#page-product #header #description-specs #description,
#page-product #header #description-specs #specs {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 850px) {
  #page-product #header #description-specs #description,
  #page-product #header #description-specs #specs {
    width: 50%;
  }
}
#page-product #header #description-specs #description #description-inner,
#page-product #header #description-specs #description #specs-inner,
#page-product #header #description-specs #specs #description-inner,
#page-product #header #description-specs #specs #specs-inner {
  width: 400px;
  max-width: 90%;
  margin: auto;
  text-align: left;
}
#page-product #header #description-specs #description #description-inner h3,
#page-product #header #description-specs #description #specs-inner h3,
#page-product #header #description-specs #specs #description-inner h3,
#page-product #header #description-specs #specs #specs-inner h3 {
  text-align: left;
}
#page-product #header #description-specs #description {
  float: left;
  padding: 60px 0 0 0;
}
@media screen and (min-width: 850px) {
  #page-product #header #description-specs #description {
    padding: 60px 0 20px 0;
  }
}
#page-product #header #description-specs #description h3:nth-of-type(2) {
  margin-top: 22px;
}
#page-product #header #description-specs #description ul li a {
  color: inherit;
}
#page-product #header #description-specs #specs {
  float: right;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 850px) {
  #page-product #header #description-specs #specs {
    padding: 60px 0 20px 0;
  }
}
#page-product #header #description-specs #specs ul {
  margin-bottom: 20px;
}
#page-product .product-section {
  margin-bottom: 60px;
  text-align: center;
}
#page-product .product-section h2 {
  margin-bottom: 20px;
}
#page-product .product-section ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
#page-product .product-section ul li {
  margin: 0 20px;
}
#page-product .product-section .product-button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0 60px;
  max-width: 100%;
  margin: 0 auto 10px auto;
  background-color: #cb9700;
}
#page-product .product-section #tiles {
  margin-bottom: 40px;
}
.projects #flexslider-carousel .flex-viewport .slides li .slide-overlay {
  padding: 15px 50px;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
}
#page-project #project-description {
  text-align: left;
}
@media screen and (min-width: 850px) {
  #page-project #project-description {
    display: flex;
  }
}
@media screen and (min-width: 850px) {
  #page-project #project-description #project-about {
    width: 50%;
  }
}
#page-project #project-description #project-about #project-about-inner {
  padding: 60px 0;
  margin: auto;
  width: 400px;
  max-width: 90%;
}
#page-project #project-description #project-about #project-about-inner h2 {
  text-align: left;
}
@media screen and (min-width: 850px) {
  #page-project #project-description #project-details {
    width: 50%;
  }
}
#page-project #project-description #project-details #project-details-inner {
  padding: 60px 0;
  width: 400px;
  max-width: 90%;
  margin: auto;
}
#page-project #project-description #project-details #project-details-inner h2 {
  text-align: left;
}
#page-project #project-description #project-details #project-details-inner ul {
  margin-bottom: 10px;
}
#page-project
  #project-description
  #project-details
  #project-details-inner
  ul
  li
  a {
  color: inherit;
}
#flexslider-carousel.project {
  margin-bottom: 20px;
}
#single-useful-information, #faq {
  width: 850px;
}
#single-useful-information #single-useful-information-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
#single-useful-information #single-useful-information-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#single-useful-information #single-useful-information-content img {
  max-width: 100%;
  height: auto;
}
#single-useful-information #single-useful-information-content p {
  text-align: left;
}
#single-useful-information #single-useful-information-content figcaption {
  font-size: 12px;
  color: #000;
}
#single-useful-information #single-useful-information-content ul {
  padding: 0 0 20px 50px;
  list-style: disc;
  text-align: left;
}
#single-useful-information
  #single-useful-information-content
  .blocks-gallery-grid {
  padding-left: 0;
}
#thank-you-page p {
  text-align: center;
}

#about .about-banner {
  height: 500px;
}

#about .about-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#about .director-desc h1 {
  margin-bottom: 3px;
}

#director-section {
  display: grid;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  #director-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

#director-us-image {
  height: 0;
  padding-bottom: 65%;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #director-us-image {
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #director-us-image {
    padding-bottom: 75%;
  }
}

#director-us-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

#director-us-text {
  background-color: #E5E5E5;
  color: #51544a;
  text-align: left;
  padding: 60px 0;
}

@media screen and (min-width: 1000px) {
  #director-us-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }
}

#director-us-text-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 90%;
  margin: auto;
}

#director-us-text-inner .cta-button {
  align-self: center;
}

#director-us-text-inner h1 {
  text-align: left;
  margin-bottom: 10px;
}

#director-us-text-inner h3 {
  text-align: left;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 25px;
}

@media screen and (min-width: 1000px) {
  #director-us-text-inner {
    width: 510px;
    max-width: 90%;
  }

  #director-us-text-inner .cta-button {
    align-self: flex-end;
  }

  #director-us-text-inner h1 {
    text-align: left;
  }
}


#about .showroom-contact-details{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

#about .showroom-contact-details h3{
  text-align: left;
  text-transform: none;
}

#about .showroom-contact-details a{
  color: #51544A;
  text-decoration: none;
}

#about #showroom-virtual-tour p{
  margin-bottom: 0;
  line-height: 0;
}

#about .cta-bottom{
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

#about .cta-bottom:before{
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9); 
  z-index: 1; 
}

.cta-bottom > * {
  position: relative;
  z-index: 2;
}

#about .cta-bottom .cta-desc{
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

#about .cta-bottom .cta-title{
  padding-bottom: 10px;
}

#about .cta-bottom .cta-button a{
  color: #ffffff;
  text-decoration: none;
} 

#about .welcome-section .image-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  grid-gap: 10px;
  position: relative;
  padding-top: 50px;
}

#about .welcome-section .image-row img{
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1000px){
  #about .welcome-section .image-row{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px){
  #about .welcome-section .image-row{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 850px){
  #about .showroom-contact-details{
    flex-direction: column;
  }

  #about #showroom-virtual-tour iframe{
    height: 500px !important;
  }
}

@media screen and (max-width: 700px){
  #about .cta-bottom{
    padding: 60px 20px;
  }

  #about .about-banner{
    height: 300px;
  }
}

.project-banner {
  background-color: #51534a;
  text-align: left;
  color: #ffffff;
}

.project-banner .row {
  max-width: 1728px;
  padding: 100px 40px;
  margin: 0 auto;
}

.project-banner .row .subheading {
  font-size: 20px;
  padding-bottom: 17px;
}
.project-banner .row h1 {
  text-align: left;
  font-size: 35px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.project-details-section .row {
  max-width: 1728px;
  padding: 100px 40px;
  margin: 0 auto;
  display: flex;
}

.project-details-section .row .details-col {
  width: 44%;
  background: #ffffff;
  z-index: 1;
  padding-right: 5.7%;
}
.project-details-section .row .details-col .more-information{
  font-weight: 400;
}
.project-details-section .row .details-col h2 {
  text-align: left;
  color: #5C4A36;
  font-size: 75px;
  line-height: 1.5;
  margin-bottom: 37px;
  font-weight: 600;
  text-transform: none;
}

.project-details-section .accordion{
  padding-top: 15px;

}

.project-details-section .row .details-col h3 {
  text-align: left;
  color: inherit;
}

.project-details-section .row .details-col .project-wrapper-details {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 2;
  color: inherit;
}

.project-details-section .row .details-col .project-wrapper-details h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.44;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: inherit;
}

.project-details-section .row .details-col .project-wrapper-details li{
  color: inherit;
}

.project-details-section .row .details-col .project-wrapper-details a {
  color: inherit;
  text-decoration: none;
}

.project-details-section .row .details-col .project-wrapper-details a:hover {
  text-decoration: underline;
}

.project-details-section .row {
  position: relative;
}
.project-details-section .row .details-col::before {
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute; 
  z-index: -1;
  top: 0;
  left: -94%;
}
.project-details-section .slider-col {
  width: 58%;
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 1px 0;
}

.project-details-section .slider-col .flex-viewport {
  overflow: visible !important;
}

.project-details-section .slider-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 629 / 680;
  cursor: pointer;
}

.project-details-section .slider-col .contain img {
  object-fit: contain;
}

.project-details-section .slider-col .slider-arrow-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 31px;
  z-index: 2;
}

.project-details-section .slider-col #slider-back,
.project-details-section .slider-col #slider-next {
  cursor: pointer;
}
.project-details-section .slider-col #slider-back:hover svg,
.project-details-section .slider-col  #slider-next:hover svg {
 fill: #5C4A36;
}
.project-details-section .slider-col #slider-back:hover svg path,
.project-details-section .slider-col  #slider-next:hover svg path {
  stroke: #ffffff;
}
html {
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  .project-details-section .row .details-col h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 991px) {
  .project-banner .row {
    padding: 60px 30px;
  }

  .project-banner .row h1 {
    font-size: 32px;
  }
  
  .project-details-section .row {
    flex-direction: column;
    padding: 60px 30px;
    gap: 32px;
  }
  
  .project-details-section .row .details-col {
    width: 100%;
    padding-right: 0;
  }

  .project-details-section .row .details-col .project-wrapper-details h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .project-details-section .slider-col {
    width: 100%;
  }

  .project-details-section .row .details-col::before {
    display: none;
  }
}

.projects-banner {
  position: relative;
  padding: 190px 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.projects-banner::before {
  content: '';
  background: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.projects-banner h1 {
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.31em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
  position: relative;
  margin: 0;
}

#page-projects.content {
  width: 1388px;
  padding: 60px 0;
}

#page-projects #tiles {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 53px;
  row-gap: 70px;
}

#page-projects  #tiles .tile {
  height: 100%;
  aspect-ratio: 427 / 330;
}

#page-projects  #tiles .tile img {
  aspect-ratio: 427 / 330;
}

#pagination .page-number {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}

#page-projects #pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 50px;
  margin-top: 0;
}

#pagination .current-page,
#pagination .page-number:hover {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #CB9702;
  text-decoration: none;
  position: relative;
}

#pagination .current-page:after,
#pagination .page-number:hover:after {
  content: ''; /* Create a pseudo-element for the underline */
    position: absolute;
    left: 0; /* Adjust left offset */
    bottom: -3px; /* Adjust bottom offset */
    width: 100%; /* Full width of the text */
    height: 2px; 
    background: #CB9702;
}

.project-description-section .row {
  padding: 100px 0 0;
  width: 90%;
  max-width: 850px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  color: #51534a;
}

@media screen and (max-width: 991px) {
  
  .projects-banner {
    padding: 95px 20px;
  }

  .projects-banner h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  #page-projects.content {
    padding: 60px 0;
  }

  #page-projects #tiles {
    gap: 30px;
  }

  #page-projects #pagination {
    gap: 20px;
    flex-wrap: wrap;
  }

  .project-description-section .row {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #page-projects #tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}

:root {
  scroll-padding-top: 90px;
}



#page-product .custom-gallery .main-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 5px;
}

#page-product .custom-gallery .thumbnail-row {
  display: flex;
  gap: 10px;
}

#page-product .custom-gallery .thumbnail-row .thumb {
  width: 25%;
}

#page-product .custom-gallery .thumbnail-row .thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  transition: transform 0.3s ease;
  cursor: pointer;
}

#page-product .custom-gallery .thumbnail-row .extra-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}

#page-product .custom-gallery .thumbnail-row .extra-thumb a {
  display: block;
  z-index: 15;
}

#page-product .custom-gallery .thumbnail-row .extra-thumb .extra-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}

#page-product .single-product {
  display: flex;
  gap: 50px;
  padding: 60px 0 0;
  width: 1440px;
  max-width: 90%;
  margin: auto;
}

#page-product .single-product .product-gallery {
  width: 65%;
}

#page-product .single-product .product-specs {
  width: 35%;
}

#page-product .product-specs .acf-accordion .accordion-header {
  background: #ffffff;
  border: none;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s ease;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: inherit;
  font-family: inherit;
}

#page-product .product-specs .acf-accordion .accordion-item.active:first-of-type {
  border-bottom: 1px solid #ccc;
}

#page-product .product-specs .acf-accordion .accordion-item:first-of-type .accordion-header {
  padding-top: 0;
  font-size: 24px;
  color: inherit;
}

#page-product .product-specs .acf-accordion .accordion-header:hover {
  background: #ffffff;
}

#page-product .product-specs .acf-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.more-information .accordion-content {
  max-height: max-content;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.more-information .accordion-content.open {
  max-height: max-content;
}

#page-product .product-specs .acf-accordion .accordion-item:nth-of-type(2) .accordion-header {
  padding-top: 25px;
}

#page-product .product-specs .acf-accordion .accordion-item:not(:first-of-type) .accordion-content {
  padding: 0 0 5px;
}

#page-product .product-specs .acf-accordion .accordion-item.active .accordion-content {
  padding: 0 0 15px;
}

#page-product .product-specs .acf-accordion .accordion-item:first-of-type .accordion-content {
  max-height: max-content;
}

/* Rotate icon when active */
.fancybox__container{
  z-index: 9999 !important;
}

#about .cta-button{
  display: block;
  width: max-content;
}

#about .cta-button a{
  color: #ffffff;
  text-decoration: none;
}

#page-product .video-section{
  background-color: #51534a;
  margin-top: 50px;
}

#page-product .video-section .section-content{
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

#page-product .video-section .section-content .title{
  color: white;
  text-transform: uppercase;
}

#page-product .video-section .section-content .video-title h2{
  color: white;
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
  padding-top: 10px;
}

#page-product .video-section .video-container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}

#page-product .video-section .video-container .video-overlay {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#page-product .video-section .video-container .video-overlay .play-button {
  background-color: rgba(0, 0, 0, .2);
  color: #ffffff;
  border: none;
  padding: 5px 8px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
}

#page-product .video-section .video-container .video-overlay .play-button:hover {
  background-color: #ccc;
}

#page-product .video-section .video-container .video-player {
  width: 100%;
}

@media screen and (max-width: 850px){
  #page-product .single-product{
      flex-direction: column;
  }

  #page-product .single-product .product-gallery,
  #page-product .single-product .product-specs{
    width: 100%;
  }

  #page-product .video-section .video-container .video-overlay{
    display: none;
  }
}

@media screen and (max-width: 550px){
  #page-product .custom-gallery .main-image img{
    height: 220px;
  }

  #page-product .custom-gallery .thumbnail-row .thumb img{
    height: 60px;
  }

  #page-product .custom-gallery .thumbnail-row .extra-thumb .extra-overlay{
    height: 93%;
  }
}


.blog-banner {
  padding: 80px 0;  
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 12%;
  min-height: 457px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-banner:before {
  content: '';
  background: #000000;
  opacity: 0.54;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.blog-banner h1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.36;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.31em;
  max-width: 90%;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}

#page-blog h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 60px;
  text-align: left;
  text-transform: none;
  text-box: trim-both cap alphabetic;
}

#page-blog.content {
  width: 1660px;
  padding: 133px 0;
}

#page-blog #tiles {
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

@media screen and (min-width: 768px) {
  #page-blog #tiles {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 60px;
      column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  #page-blog #tiles {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 60px;
      column-gap: 77px;
  }
}


#page-blog .tile {
  position: relative;
  background-color: #ffffff;
  height: auto;
}
#page-blog #tiles a {
  text-decoration: none;
}

#page-blog .tile .img-wrapper {
  overflow: hidden;
}
#page-blog .tile img {
  height: auto;
  aspect-ratio: 493 / 334;
  transition: all 0.3s ease;
}

#page-blog #tiles a:hover img {
  transform: scale(1.1);
}

#page-blog .tile .content-wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #5C4A36;
  text-align: left;
  display: inline-block;
  margin-top: 34px;
}

#page-blog .tile .content-wrapper h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.36;
  letter-spacing: 0;
  color: #51534a;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
  text-transform: none;
}

#page-blog .tile .content-wrapper p{
  color: #51534a;
}

#page-blog .tile .content-wrapper p:last-child {
  margin-bottom:  0;
}

#page-blog .tile .content-wrapper button {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #51534a;
  background-color: #ffffff;
  color: #51534a;
  padding: 20px 36px;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

#page-blog #tiles a:hover .tile .content-wrapper button {
  background: #51534a;
  color: #ffffff;
}

#page-blog .tile .tile-date {
  position: absolute;
    top: 23px;
    left: 0;
    background: #a9a89f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 16px 36px;
}

#page-blog #pagination {
  display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .blog-banner {
    min-height: auto;
    padding: 95px 20px;  
  }

  .blog-banner h1 {
    font-size: 32px;
    line-height: 1.2;    
  }

  #page-blog.content {
    padding: 60px 0;
  }

  #page-blog h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #page-blog #pagination {
      gap: 20px;
      flex-wrap: wrap;
  }

  #page-blog .tile .content-wrapper button {
    padding: 14px 30px;
  }
}

.project-details-section .more-information .accordion {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  letter-spacing: 2px;
  font-weight: 600;
}

.tile .project-title {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tile:hover .project-title {
  opacity: 1;
}

.tile img {
  transition: opacity 0.3s ease;
}

.how-contact div[aria-hidden="true"] {
  color: #007bff;
}

.text-section h2{
  font-size: 24px;
  font-weight: 500;;
}