body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

.page-content {
  flex: 1;
}

.nav-margin {
  margin-top: 200px;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.menu-text-red a.menu-item{
  color:#dc3545 !important;
  font-weight: 700 !important;
}
.menu-text-red a.menu-item:hover{
  font-weight: 800 !important;
}

.active {
  font-weight: 500 !important;
  color: black;
  opacity: 1 !important;
}

.active-container {
  display: block !important;
  opacity: 1; /* Fade in */
  animation: fadeIn 0.5s;
}

.product-info-container {
  display: none;
}

.optima-regular {
  font-family: "Optima LT W05 Medium";
  font-weight: 300;
}

.optima-semibold {
  font-family: "Optima LT W05 Demi Bold";
  font-weight: 800;
}

.feature-icon {
  width: 100px;
  height: auto;
  opacity: 70%;
  margin: 0 auto;
}

.icon-col {
  max-width: 170px;
  height: auto;
}

.icon-text {
  word-wrap: break-word;
  font-size: 14px;
  opacity: 80%;
  justify-content: center;
}

.quality-icon {
  width: auto;
  max-width: 300px;
  max-height: 200px;
}

.quality-col {
  display: flex;
  align-items: center;
}

.uk-lightbox-close {
  position: relative;
  top: 150px;
}

.sub-text {
  font-size: 12px;
  opacity: 50%;
}

.egrdecor-colorpage-header {
  padding: 0;
}

.colour-col {
  transition: 0.3s;
}

.colour-col:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.colour-alabaster {
  background-color: #f8f7f3;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
}

.colour-sand {
  background-color: #dacdbc;
}

.colour-shell {
  background-color: #efeae7;
}

.colour-cottonseed {
  background-color: #eeeae1;
}

.content-container{
  max-width: 1200px;
  margin:0 auto;
}

.resources-col {
  width: 100%;
  margin-bottom: 35rem;
}

.resources-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.font-14 {
  font-size: 14px;
}

.header-container {
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.containers-container {
  position: relative;
  top: 500px;
  margin: 0 auto;
  width: 100%;
}

.stylelite-container {
  overflow: visible;
  max-width: 1200px;
}

.egrdecor-button-black {
  width: 150px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
}

.egrdecor-button-black:hover {
  background-color: #fff;
  color: #000;
}

a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.nav-margin {
  margin-top: 150px;
}

.optima-regular {
  font-family: "Optima LT W05 Medium";
  font-weight: 300;
}

.optima-semibold {
  font-family: "Optima LT W05 Demi Bold";
  font-weight: 800;
}

.font-14 {
  font-size: 14px;
}

.main-content {
  height: calc(100vh - 815px);
}

.icon-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  gap: 45px;
  width: auto;
  margin: 0 auto;
}

.grid-item {
  margin: 0 auto;
  padding: 0;
  min-height: 250px;
  transition: 0.3s;
  max-width: 200px;
}

.grid-item:hover {
  transform: scale(1.05);
  z-index: 0;
}

.grid-item p {
  padding-top: 10px;
  overflow-wrap: break-word;
}

.colour-square {
  background-color: rgba(173, 173, 173, 0.3411764706);
  height: 265px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
}

.op-left {
  -o-object-position: left;
     object-position: left;
}

.op-right {
  -o-object-position: right;
     object-position: right;
}

.op-petlite {
  -o-object-position: 73% 0;
     object-position: 73% 0;
}

.op-center {
  -o-object-position: center;
     object-position: center;
}

.resource-grid-padding-bottom {
  padding-bottom: 150px;
}

.active-grid {
  display: grid !important;
  opacity: 1; /* Fade in */
  animation: fadeIn 0.5s;
}

footer {
  z-index: 1;
}

.decor-logo {
  width: 10%;
}

.gt-banner {
  -o-object-fit: cover;
     object-fit: cover;
  height: 650px;
  width: 100%;
}

.page-container {
  max-width: 63%;
}

.BDC-button-container {
  position: absolute;
  bottom: 7%;
  left: 28%;
  width: 100%;
  height: auto;
  display: block;
}

#egrdecor-homepage-video {
  /* margin-top:150px; */
  height: 93vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.byyou-text-container {
  width: 814px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.fs-14 {
  font-size: 14px;
}

.egrdecor-video-banner {
  width: 100%;
  height: auto;
}

.optima-regular {
  font-family: "Optima LT W05 Medium";
  font-weight: 300;
}

.optima-semibold {
  font-family: "Optima LT W05 Demi Bold";
  font-weight: 800;
}

.banner-img {
  max-height: 200px;
}

.img-subtext {
  font-size: 12px;
  padding-top: 10px;
}

.pad-top {
  padding-top: 80px;
}

.pad-bottom-60 {
  padding-bottom: 60px;
}

button p {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.zoom-item:hover {
  z-index: 0;
  transform: scale(1.02);
}

.zoom-item {
  transition: 0.3s;
}

a:hover {
  color: #000;
}

.parent {
  position: relative;
}

.waterproof-text {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0%;
  text-align: center;
}

.egrdecor-button {
  border: 1px solid #fff;
}

.egrdecor-button:hover {
  opacity: 1 !important;
}

.op-left {
  -o-object-position: left;
     object-position: left;
}

.op-right {
  -o-object-position: right;
     object-position: right;
}

.op-petlite {
  -o-object-position: 73% 0;
     object-position: 73% 0;
}

.op-center {
  -o-object-position: center;
     object-position: center;
}

.icon-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  gap: 15px;
  width: auto;
  margin: 0 auto;
}

.grid-item {
  margin: 0 auto;
  padding: 0;
  min-height: 250px;
  transition: 0.3s;
  max-width: 200px;
}

.grid-item:hover {
  transform: scale(1.05);
  z-index: 0;
}

.grid-item p {
  padding-top: 10px;
  overflow-wrap: break-word;
}

.colour-square {
  background-color: #adadad;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.active {
  font-weight: 500 !important;
  color: black;
}

.active-grid {
  display: grid !important;
  opacity: 1; /* Fade in */
  animation: fadeIn 0.5s;
}

#wp-btn-left {
  top: 50px;
  left: 32%;
  position: relative;
  width: 10%;
}

#wp-btn-right {
  top: 50px;
  right: 28%;
  position: relative;
  width: 10%;
}
.icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: auto;
    width:1200px;
    margin:0 auto;
}
.icon-grid-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: auto;
    width:1000px;
    margin:0 auto;
}
.icon-grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: auto;
    width:500px;
    margin:0 auto;
}
.icon-grid-1-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: auto;
    width:500px;
    margin:0 auto;
}

@media screen and (max-width: 600px) {
  .header-container {
    left: 50%;
    transform: translate(-50%, -50%);
    /* top: 220%; */
    text-align: center;
  }
  .containers-container {
    top: 530px;
    margin-bottom: 150px;
  }
  .min-screen-height {
    height: 250vh !important;
  }
  .resources-col {
    width: 100vw;
    text-align: center;
  }
  .icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 10px;
    width: 90vw;
  }
  .icon-grid-4-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 10px;
    width: 90vw;
  }
  .colour-square {
    width: 170px;
  }
  .row {
    margin: 0;
  }
  .main-content {
    height: 100vh !important;
  }
  .nav-margin {
    margin-top: 0;
  }
  .waterproof-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 70vh !important;
    width: auto;
  }
  #egrdecor-homepage-video {
    padding-top: 100px;
    padding-top: 100px;
    height: 90vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-container {
    max-width: 100vw !important;
  }
  .byyou-text-container {
    width: 100%;
  }
  .waterproof-text {
    width: 100vw;
    position: absolute;
    top: 30%;
    left: 2%;
    text-align: center;
  }
  .icon-grid {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 10px;
    width: auto;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery-container {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 150px 150px !important;
}
  #studio-video {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 400px) {
  .BDC-button-container {
    display: none;
  }
}/*# sourceMappingURL=egrdecor-style.css.map */