
/* "Above the fold" styles. Whenever any of these are changed they also need to be changed in the add_inline_styles() function in header_extra.php. */
/* @font-face {
  font-family: Norwester;
  src: url(projects/Glowing-Dev/www.glowing.co.nz/static/font/norwester.otf);
} */
h1,h2,h3
{
  /* font-family: Norwester; */
  font-weight: bold;
  text-transform: capitalize;
}
.dte-top-ribbon
{
  padding: 0.5rem;
  background-color: var(--primary-color);
  border-bottom: 10px solid var(--secondary-compliment-color);
}

.dte-top-ribbon > p
{
  font-size: 1.5rem;
  color: var(--text-color);
  text-align: center;
  margin: 0;
}

.dte-top-ribbon a
{
  font-size: 1rem;
  margin-left: 1rem;
  color: #fff;
  font-weight: 100;
  border-bottom: 1px solid #fff;
}
.dte-top-ribbon a:hover
{
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

header
{
  padding: 0.75rem;
  display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
   -webkit-box-align: center;
     -ms-flex-align: center;
       align-items: center;
}

header nav a.nav-link
{
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
header nav a.dropdown-item
{
  font-size: 1.5rem;
}

div.dte-banner-logo
{
  min-width: 35%;
  width: 40%;
}
div.dte-banner-logo > a
{
  width: 100%;
}
div.dte-banner-logo img
{
  width: 100%;
}
video#dte-banner-video
{
  position: absolute;
  right: 0;
  /* bottom: 0; */
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.dte-banner-logo.home-page-logo
{
  padding: 20px;
  background-color: #001b2c;
  margin-top: 10vh;
}

nav.dark
{
  margin-left: auto;
}
header.dark
{
  background-color: #001b2c;
}
nav.dark .nav-link
{
  color: var(--secondary-compliment-color);
}
.dte-hero-image-container.home
{
  background-image: none !important;
}
.dte-hero-image-container
{
  padding-top: 0;
  margin-bottom: 2rem;
  /* background-image: none; */
  background-image: url(/static/images/dte-hero4.jpg);
  height: 60vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
}
.dte-hero-heading
{
  max-width: 100% !important;
  position: absolute;
  /* max-width: 30%; */
  height: 100%;
  padding: 0 0 10rem 2rem;
  display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
.dte-hero-image-container h1
{
  font-size: 3rem;
  color: #fff;
  text-shadow: 2px 2px 15px #26272a;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 1500px)
{
  .dte-hero-heading
  {
    max-width: 50%;
  }
}
@media (max-width: 1000px)
{
  .dte-hero-heading
  {
    max-width: 70%;
  }
}
@media (max-width: 800px)
{
  .dte-hero-image-container
  {
    background-image: url(/static/images/dte-hero2.jpg);
    height: 60vh;
  }
  .dte-hero-image-container.content
  {
    background-position-y: 100% !important;
  }
  .dte-hero-heading
  {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dte-hero-image-container h1
  {
    font-size: 2rem;
  }
}

@media (max-width: 1300px)
{
  header nav a.nav-link
  {
    font-size: 1.5rem;
  }
}

@media (max-width: 1100px)
{
  header nav a.nav-link
  {
    font-size: 1.25rem;
  }
}

@media (max-width: 900px)
{
  .dte-top-ribbon > p
  {
    font-size: 1.25rem;
  }

  header
  {
    display: block;
    padding: 0.5rem;
  }
  div.dte-banner-logo
  {
    width: 100%;
    padding: 20px;
  }

  header nav
  {
    margin-top: 0.5rem;
  }

  header nav a.nav-link
  {
    padding: 0.5rem 0.75rem;
  }
}

.glowing-page-container
{
  width: 1200px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1220px) {
  .glowing-page-container
  {
    width: 1000px;
  }
}

@media (max-width: 1020px) {
  .glowing-page-container
  {
    width: 95%;
  }
}

div#home-tag-line
{
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px #000000;
  padding: 10px 30px 10px 30px;
  color: #fff;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
}
div#home-tag-line > span
{
  margin-left: auto;
  margin-right: auto;
}
div#home-tag-line > span a
{
  color: #fff;
  text-decoration: underline;
}

div#home-page-highlights
{
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: -6rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
div#home-page-highlights > div
{
  width: 30%;
  background-color: var(--secondary-compliment-color);
  padding: 1rem;
  height: calc(width);
  color:#fff;
  aspect-ratio: 1 / 1; 
  max-width: 200px;
  margin: 10px;
  text-align: center;
  border-radius: 25px;
}
div#home-page-highlights > div  h2
{
  color: #fff;
  font-weight: bold;
  margin-top: 15%;
}
div#home-page-highlights > div > p
{
  margin-bottom: 0.5rem;
}
div#home-page-highlights > div img
{
  width: 70%;
  margin:auto;
  display: flex;
}
/* div#USP-text-video-area
{
  display flex;
} */
div.USP-text-video-section
{
  display: flex;
}
div.USP-text-video-section > div
{
  width: 50%;
  margin: 1rem;
}

div#home-horizontal-videos
{
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.USP-text-video-section video,
div#home-horizontal-videos video
{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  max-height: 750px;
  /* background-color: var(--secondary-compliment-color);
  padding: 2rem; */
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1050px)
{
  div.USP-text-video-section video
  {
    width:fit-content;
  }
}
@media (max-width: 700px)
{
  div.USP-text-video-section .custom-video-frame
  {
    display: none;
  }
  div.USP-text-video-section > div
  {
    width: 100%;
    margin-bottom: 0px;
  }
  .glowing-text-blocks h2
  {
    margin-top: 0.5rem;
  }
}
div.USP-text-video-section > div.custom-video-frame
{
  position: relative;
  z-index: 1;
  /* width: 80%; */
  margin-top:auto;
  margin-bottom: auto;
  /* padding: 2rem; */
}
/* div.custom-video-frame::before
{
  transform: skewY(-6deg) !important;
} */
/* div.custom-video-frame::after
{
  transform: skewY(6deg) !important;
} */

div.content-area
{
 background-color: #fff;
 margin-top: -10vh;
 padding-top: 10vh;
}
div#dte-homepage-info-block
{
  background-color: var(--secondary-compliment-color);
  color: #fff;
  margin-top: 0;
  padding: 3rem 4rem 1rem 4rem;
}
div#dte-homepage-info-block h3
{
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
div#dte-homepage-info-block h4
{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
div#dte-homepage-info-block p
{
  color: #fff;
  font-weight: 200;
}
div#dte-homepage-info-block a
{
  color: #fff;
  text-decoration: underline;
}
div#dte-homepage-info-block a:hover
{
  text-decoration: none;
}
div#dte-homepage-info-block > div
{
  display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
}
div#dte-homepage-info-block > div > div
{
  width: 18%;
}
@media (max-width: 1020px) {
  div#dte-homepage-info-block > div > div
  {
    width: 48%;
  }
}
@media (max-width: 800px) {
  div#dte-homepage-info-block > div > div
  {
    width: 100%;
  }
}

h1,h2,h3,h4,h5,h6
{
  font-weight: 400;
  color: #212529;
}

/* End of "above the fold" styles. */

/* For some reason buttons (and most form elements) have been modified in bootstrap so the cursor
   doesn't change to a pointer. I'm not a fan of that, especially with buttons */
button {
  cursor: pointer;
}

ul {
  list-style-type: square;
}

.glowing-list li {
  margin-top: 1rem;
}

.glowing-h3-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.glowing-border-box {
  border: 1px solid rgba(152,163,148,0.5);
  padding: 1.5rem;
}
@media (max-width: 800px)
{
  .glowing-border-box
  {
    padding: 0.5rem;
  }
}

.glowing-border-box-bold {
  border: solid #0275d8;
  border-width: .2rem;
  padding: 1.5rem;
  border-radius: 0.25rem;
}

.glowing-important-text {
  font-size: 1.2rem;
}

.glowing-muted-text {
  color: #636c72;
  font-size: 0.9rem;
}

/* Footer styles */
footer.glowing-footer {
  color: #fff;
  font-weight: 300;
  margin-top: 2rem;
}

footer.glowing-footer a {
  color: #fff;
}

div.glowing-footer-top
{
  /* color: var(--text-color); */
  /* font-weight: bold; */
  background: #fff;
  text-align: center;
  /* background-color: #fff9ea; */
}

div.glowing-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--secondary-compliment-color);
  font-size: 0.8rem;
  padding: 1rem;
  flex-direction: column-reverse;
}

footer.glowing-footer .glowing-contact-links
{
  width:fit-content;
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-left:auto;
  margin-right: auto;
}
footer.glowing-footer .glowing-contact-links > div
{
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
}
footer.glowing-footer .glowing-contact-links dl
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer.glowing-footer .glowing-contact-links dt
{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  font-weight: 500;
}

footer.glowing-footer .glowing-contact-links dd
{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
footer.glowing-footer .glowing-social-links
{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}
footer.glowing-footer .glowing-social-links a
{
  padding-left: 1rem;
  padding-right: 1rem;
}
div.glowing-footer-top .btn-primary, .glowing-product-pricing-button .btn-primary
{
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
div.glowing-footer-top > div
{
  width: 25rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
h2#home-page-sub-heading
{
  border-bottom: 1px solid rgba(152, 163, 148, 0.5);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
}
div.glowing-page-container > div.glowing-product-row:last-child
{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
div#sustainability-video > div
{
  position: relative;
  padding: 56.25% 0 0 0;
  width: 100%;
}
div#sustainability-video
{
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-left:auto;
  margin-right: auto;
  padding: 3rem 4rem;
}
div#home-sustainability-section
{
  background-color: var(--secondary-compliment-color);
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
div#sustainability-colour-wrapper
{
  background-color: var(--secondary-compliment-color);
}
div#home-sustainability-section.home-page::before
{
  transform: skewY(-6deg);
}
div#home-sustainability-section.home-page::after
{
  transform: skewY(-3deg);
}


 /* Swiper styling */
 .swiper {
  width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--accent-color);
}
div#home-reviews-section div.review-listing div.review-blurb
{
  padding: 1rem;
  background-color: var(--secondary-compliment-color);
  height: 22rem; /* seems to work better than height:100% on Safari, but means the review images all need to be the same height, which they are currently not */
}
div#home-reviews-section div.review-listing div.review-blurb h3
{
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
div#home-reviews-section div.review-listing div.review-blurb p
{
  font-size:18px;
  color: #fff;
}
h2#reviews-heading
{
  margin-top: 4rem;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 2rem; */
  font-weight: bold;
  /* color: var(--secondary-compliment-color); */
  color: #001b2c;
  position: relative;
}
div.Tour-About-Section h2#reviews-heading
{
  margin-top: 0rem;
}
div.Tour-About-Section div#home-reviews-section
{
  margin-bottom: 1rem;
}
.review-image {
  overflow: hidden; /* hide part of image that overflows container */
  width: 100%;
}
.review-image img
{
  width: 100%;
}
div#home-reviews-section
{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
div#home-reviews-section > div.review-listing
{
  width: calc(50% - 4rem);
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  margin: 2rem;
}
div#home-reviews-section > div.review-listing img
{
  width: 100%;
}
div#home-reviews-section > div.review-listing > div.review-blurb
{
  padding: 1rem;
  background-color: var(--secondary-compliment-color);
  height: 100%;
}
div#home-reviews-section > div.review-listing > div.review-blurb h3
{
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
div#home-reviews-section > div.review-listing > div.review-blurb p
{
  font-size:18px;
  color: #fff;
}
h2#reviews-heading
{
  margin-top: 4rem;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 2rem; */
  font-weight: bold;
  /* color: var(--secondary-compliment-color); */
  color: #001b2c;
  position: relative;
}

h2#reviews-heading span::before,
h2#reviews-heading span::after
{
  width: 30%;
  border-top: 2px solid #001b2c;
  position: absolute;
  height: 5px;
  content: "";
  top: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  margin-top: 20px;
  /* z-index: 1; */
}
h2#reviews-heading span::before
{
  right: 100%;
  margin-right: 15px;
}
h2#reviews-heading span::after
{
  left: 100%;
  margin-left: 15px;
}

h2#reviews-heading span
{
  display: inline-block;
  position: relative;
}
@media (max-width: 600px)
{
  h2#reviews-heading span::before,h2#reviews-heading span::after
  {
    display: none;
  }
  div#home-reviews-section > div.review-listing
  {
    width: 100%;
  }
  div#home-page-highlights > div h2
  {
    font-size: 22px;
  }
}
@media (max-width: 500px)
{
  div#home-page-highlights
  {
    flex-direction: column;
    width: fit-content;
  }
  div#home-page-highlights > div
  {
    width: 100%;
  }
}

/* h2#reviews-heading::before, h2#reviews-heading::after
{
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 10px;
  content: '\a0';
  background-color: #001b2c;
  margin-left: 5%;
}
h2#reviews-heading::before
{
  margin-left: -55%;
  text-align: right;
} */


/* Home page Tour options */
div#home-tours
{
  padding:20px;
}
h2#our-tours
{
  color: var(--secondary-compliment-color);
  font-weight: bold;
  margin:auto;
  text-align: center;
  font-size: 3rem;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
  text-decoration-color: var(--accent-color)
}
div#home-booking-options
{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: space-around;
}
div.glowing-product-listing
{
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 20%;
  background-color: var(--secondary-compliment-color);
  margin: 1rem;
  min-width: 300px;
}
div.glowing-product-listing a h3
{
  color: #fff;
  font-size: 20px;
  /* text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-decoration-thickness: 2px; */
  text-align: center;
}
div.glowing-product-listing img
{
  display: flex;
  margin: auto;
  width:250px;
  height: 350px;
}
.glowing-product-listing:hover
{
  transition: 0.5s;
  background-color: #001b2c;
}
.glowing-product-listing:hover a:hover h3
{
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 2px; 
}

@media (max-width: 750px) {

  footer.glowing-footer .glowing-contact-links > div
  {
    padding-left: 0.5rem; 
    padding-right: 0.5rem;
  }

  footer.glowing-footer .glowing-contact-links
  {
    width: 100%;
    max-width: 100%;
  }
}

/* End of footer divs */


/* Styles for booking forms (see booking_form.php for HTML) */

form label,
.glowing-form-label
{
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

.glowing-booking-subhead {
  font-size: 1.1rem;
  margin-top: -12px;
  margin-bottom: 6px;
  color: #636c72;
}

#glowing-booking-help-container {
  font-size: 0.7rem;
  color: #636c72;
  font-weight: 400;
}

.glowing-cancellation-policy-link {
  float: right;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

.glowing-booking-page-container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.glowing-booking-page-container > div
{
  min-width: 300px;
}

.glowing-booking-form-container
{
  max-width: 300px;
  padding: 0.5rem;
  margin-right: 0.5rem;

  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color)), color-stop(var(--accent-color)), color-stop(#fff), to(#fff));
    background-image: -webkit-linear-gradient(var(--accent-color), var(--accent-color), var(--accent-color), #fff);
      background-image: -o-linear-gradient(var(--accent-color), var(--accent-color), var(--accent-color), #fff);
        background-image: linear-gradient(var(--accent-color), var(--accent-color), var(--accent-color), #fff);
}

.glowing-booking-form-container h2
{
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.glowing-booking-form-footer
{
  background-color: #fff;
  padding: 20px;
  font-size: 0.75rem;
}

.glowing-booking-form-footer h3
{
  font-size: 1rem;
  font-weight: 600;
}

/* Temporary for Covid gighlighting */
.glowing-booking-form-footer,
.glowing-booking-form-footer h3,
.glowing-booking-form-footer a
{
  background-color: #dc3545;
  color: #fff;
}
.glowing-booking-form-footer a
{
  text-decoration: underline;
}


@media (max-width: 850px) {
  .glowing-booking-page-container
  {
    display: block;
  }
  .glowing-booking-form-container
  {
    max-width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .glowing-page-container.tour-info-section 
  {
    margin-left: auto;
    margin-right: auto;
  }
}

.glowing-text-blocks
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.glowing-text-blocks > div
{
  width: 100%;
}

.glowing-text-blocks .glowing-text-block-left
{
  padding-right: 1rem;
}

.glowing-text-blocks .glowing-text-block-right
{
  padding-left: 1rem;
}
.glowing-text-blocks h2
{
  border-top: none !important;
}
.glowing-text-block
{
  border-top: 1px solid rgba(152,163,148,0.5);
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}

@media (max-width: 800px)
{
  .glowing-text-blocks > div
  {
    width: 100%;
  }

  .glowing-text-blocks .glowing-text-block-left
  {
    padding-right: 0;
  }

  .glowing-text-blocks .glowing-text-block-right
  {
    padding-left: 0;
  }
  .glowing-text-block
  {
    margin-top: 0px !important;
  }
}
div.glowing-logos-container
{
  max-width: 100%;
  background-color: var(--primary-color);
}
div.glowing-logos-container > div
{
  width: 100%;
  max-width: 1200px;
  /* max-width: 800px; */
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1.5rem auto;
  display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
}
div.glowing-logos-container  a
{
  height: fit-content;
}
div.glowing-logos-container > div.footer-width-restriction > div
{
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
div.glowing-logos-container > div img
{
  max-width: 100%;
}
/* @media (max-width: 600px)
{
  div.glowing-logos-container > div
  {
    max-width: 30%;
  }
} */

@media (max-width: 800px)
{
  h2
  {
    font-size: 1.5rem;
  }
  h3
  {
    font-size: 1.25rem;
  }
}

.glowing-block-float-right,
.glowing-block-float-right-sm,
.glowing-block-float-right-very-sm
{
  float: right;
  margin-left: 0.5rem;
  max-width: 100%;
}

.glowing-block-float-left-very-sm
{
  float: left;
  margin-right: 0.5rem;
  max-width: 100%;
}

@media (max-width: 1250px)
{
  .glowing-block-float-right
  {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 800px)
{
  .glowing-block-float-right-sm
  {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 300px)
{
  .glowing-block-float-right-very-sm,
  .glowing-block-float-left-very-sm
  {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.glowing-best-bits-box
{
  padding: 1rem;
  font-weight: 600;
  border: 1px solid #697b56;
}
.glowing-best-bits-box h2
{
  font-size: 1.25rem;
  color: #697b56;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.glowing-best-bits-box p
{
  margin: 0;
}

.glowing-product-row
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(152,163,148,0.5);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.glowing-product-row img
{
  width: 240px;
}
.glowing-product-row .glowing-product-pricing-button
{
  min-width: 210px;
}
@media (max-width: 800px)
{
  .glowing-product-row
  {
    margin-bottom: 3rem;
    display: block;
  }

  .glowing-product-row h2
  {
    margin-top: 0.25rem;
    font-size: 1.75rem;
  }

  .glowing-product-row img
  {
    width: 100%;
  }

  .glowing-product-row .glowing-product-pricing-button
  {
    min-width: 100%;
  }
}

.glowing-product-row .glowing-product-description
{
  padding-left: 1rem;
  padding-right: 1rem;
}

.glowing-product-row .glowing-product-pricing-button > p
{
  text-align: right;
  white-space: nowrap;
}

.glowing-product-row .glowing-product-pricing-button > p:first-child
{
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.glowing-fullwidth-image
{
  width: 100%;
  margin: 0.5rem 0 0.5rem 0;
}

#dte-page-content .card
{
  margin-bottom: 1rem;
}

/* Main Color Control Change these color values to change the whole interface colours across the site */
:root {
  /* --primary-color: #697b56; */
  /* --secondary-color: #894739; */
  --primary-color: #ccdace;
  --secondary-color: #697b56;
  --compliment-color: #a5c095;
  --secondary-compliment-color: #84afa5;
  --text-color:#41684d;
  --accent-color:#dca220;
}

/* body {
  background: #fff9ea;
} */
header
{
  background: #fff;
}

/* About Us custom timeline styling*/
div.timeline-section
{
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
div.timeline-section-left, div.timeline-section-right
{
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
div.timeline-section img
{
  width: 100%;
  margin:auto !important;
  max-height:350px;
}
div.timeline-text-content
{
  margin-top: auto;
  margin-bottom: auto;
  /* box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 50%); */
  padding: 20px;
  background: var(--primary-color);
  color: var(--text-color);
  border: 0.5px solid var(--secondary-compliment-color);
}
div.timeline-text-content h2
{
  color: var(--text-color);
}
div.timeline-image-container-left,div.timeline-image-container-right
{
  background:#65A378;
  width: 60%;
  margin: auto;
  /* box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 50%); */
}
div.timeline-image-container-right
{
  background:#E28261;
}
div#timeline-element
{
  height: 110%;
  width: 10px;
  position: absolute;
  border-right: 1px solid;
  margin-left: auto;
  margin-left: 36%;
  margin-top:6%;
  display: flex;
}
div#about-us-timeline
{
  margin-top: 20px;
}
#content-page-heading
{
  background: var(--primary-color);
  position:relative;
  z-index: 1;
  color: var(--text-color);
  border-top: 10px solid var(--secondary-compliment-color);
}
#content-page-heading 
#content-page-heading h2
{
  color: var(--text-color);
}
#content-page-heading::before, #bottom-about-section::before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
  transform-origin: top right;
  transform: skewY(2deg);
  z-index: -1;
  /* border-bottom: 6px solid var(--secondary-compliment-color); */
}
#content-page-heading::before
{
  transform-origin: bottom left !important;
}

/* Z-index control isn't placing the above underneath the main block so we are covering the content section with an after block of the same colour to get the colouring layering effect we want */
#content-page-heading::after 
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: -1;
  border-bottom: 6px solid var(--secondary-compliment-color);
  background-color: var(--secondary-compliment-color);
  z-index: -2;
  border-bottom: 6px solid var(--secondary-compliment-color);
  transform: skewY(-2deg);
  transform-origin: top right;
}
div.dte-hero-image-container.content 
{
  display: none;
  height: 40vh;
  margin-bottom: 0;
  background-position-y: 50%;
}
/* hide red notice*/
div.dte-hero-image-container.content > div
{
  display:none;
}
div.header-section-text-content
{
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: var(--primary-color);
}
div.header-section-text-content > *
{
  position: relative;
}
h1.page-title, h2.page-title 
{
  color: #000;
  margin-bottom: 0px;
  font-size: 3rem;
}
h1.page-title.ugt, h2.page-title 
{
  font-size: 3rem;
}
div#UGT-small-blurb
{
  padding: 10px;
}
form#UGTenquiryform
{
  padding: 10px;
  background: #fff;
  border-radius: 0.25rem;
}
form#UGTenquiryform .form-group
{
  margin-bottom: 5px;
}
form#UGTenquiryform .btn-primary
{
  background-color: var(--secondary-compliment-color);
  width: 100%;
  margin-top: 0.5rem;
}


div#bottom-about-section
{
  background: var(--primary-color);
  padding: 20px;
  color: var(--text-color);
  position: relative;
}
div#bottom-about-section h2
{
  color: var(--text-color);
}
div.content-width-restriction
{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
div.grouped-media-cell,div.grouped-media-cell > div
{
  display:flex;
  justify-content: space-between;
}
div.grouped-media-cell > div
{
  width: 48%;
  padding: 20px;
}
/* body
{
 background:#fff9ea
} */

/* * {
  box-sizing: border-box;
} */

/* The actual timeline (the vertical ruler) */
#about-us-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
#about-us-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--secondary-compliment-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
}

/* Container around content */
.timeline-section {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-section::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: 49%;
  background-color: white;
  border: 4px solid var(--secondary-compliment-color);
  top: 49%;
  border-radius: 50%;
  z-index: 1;
}

/* Responsive About Us timeline*/
@media (max-width: 1220px) and (min-width: 900px)
{
  .timeline-section::after
  {
    left: 48.6%;
  }
}
/* Stack the image and text content when the screen becomes smaller */
@media (max-width: 1020px) {
  .content-background.timeline::after   
  {
    background: none;
  }
  .timeline-section::after
  {
    left: 0.5%;
  }
  #about-us-timeline::after
  {
    left: 2%;
  }
  .timeline-section
  {
    flex-direction: column;
  }
  div.timeline-section-left, div.timeline-section-right
  {
    width: 100%;
  }
  .image-holder
  {
    order: 1;
  }
  .content-holder
  {
    order: 2;
  }
  div.timeline-section img
  {
    max-height: none;
  }
  div.timeline-image-container-left, div.timeline-image-container-right
  {
    width: 40%;
  }
}
@media (max-width: 800px) {
  h1.page-title
  {
    font-size: 2rem;
  }
  div.timeline-image-container-left, div.timeline-image-container-right
  {
    width: 60%;
  }
  .timeline-section::after
  {
    left: 0%;
  }
  div.grouped-media-cell
  { 
    flex-direction: column;
  }
  div.grouped-media-cell > div
  {
    width: 100%;
  }
}
@media (max-width: 600px) {
  div.timeline-image-container-left, div.timeline-image-container-right
  {
    width: 70%;
  }
  .timeline-section::after
  {
    left: -0.5%;
  }
}
@media (max-width: 450px) {
  .timeline-section::after
  {
    left: -1%;
  }
}

@keyframes enter-animation {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-section {
    animation: enter-animation 0.8s 1;
  }
}


div.our-people-content, div.faq-content, div.find-us-content, div.sustainability-content, div.favourite-places-content, div.policy-content, div.tour-content
{
  /* margin-top: 20px; */
  padding-top: 65px;
}

div.content-flex-block
{
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.content-flex-block > div
{
  width: 48%;
}
div.content-flex-block > div.full-width
{
  width: 98%;
}
.content-block-image-content.vertical-center
{
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
.content-block-image-content > img, .content-block-image-content > a
{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  max-width: 400px;
}
.content-block-text-content
{
  margin-top: auto;
  margin-bottom: auto;
}
.content-block-text-content > p, .content-block-image-content > img
{
  /* box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 50%) */
}
.content-block-text-content > p:first-child, .content-block-text-content > div:first-child
{
  background:var(--primary-color);
  padding: 20px;
  color: var(--text-color);
  /* border: none !important; */
}
.content-block-text-content > p:last-child, .content-block-text-content > div:last-child
{
  padding: 20px;
  border: 1px solid var(--secondary-compliment-color);
  background: #fff;
  color: var(--text-color);
}
.content-block-text-content > div
{
  margin-bottom: 1rem;
}
.content-block-text-content > div .glowing-h2-title
{
  color: var(--text-color);
}
.our-people-sub-label
{
  width: 50%;
  max-width: 400px;
  display: none;
  background: var(--primary-color);
  padding: 10px;
  position: relative;
  margin-bottom: 4%;
}
.our-people-sub-label h2
{
  text-align: center;
  color: var(--text-color);
  margin-bottom: 0px;
}
.our-people-sub-label.right
{
  margin-left: auto;
}
.our-people-sub-label::after, .our-people-sub-label::before
{
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  transform-origin: top left;
  transform: skewY(8deg);
  z-index: -1;
  border: 5px solid var(--secondary-compliment-color);
}
.our-people-sub-label::after
{
  margin-left: 50%;
}
.our-people-sub-label::before
{
  transform-origin: bottom right;
  transform: skewY(8deg);
}
.content-background
{
  position: relative;
}
.content-background::before, .content-background::after
{
  /* background: url(/projects/Glowing-Dev/www.glowing.co.nz/static/images/Background-foliage.png); */
  background: url(/static/images/dte-border-image-right-full.png);
  background-position: right bottom;
  background-repeat: repeat-y;
  background-attachment: fixed;
  position: absolute;
  z-index: -1;
  content:"";
  width: 100%;
  height: 100%;
}
.content-background::after
{
  background: url(/static/images/dte-border-image-left-full.png);
  background-position: left bottom;
  background-repeat: repeat-y;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  z-index: -3;
}

@media (max-width: 900px)
{
  .content-flex-block 
  {
    flex-direction: column;
  }
  div.location-map-div
  {
    order: 1;
  }
  div.location-info-block
  {
    order: 2;
  }
  .content-block-text-content.right
  {
    order: 1;
  }
  .content-block-image-content.left
  {
    order: 2;
  }
  div.content-flex-block > div
  { 
    width: 100%;
  }
  .content-block-image-content > img
  {
    width: 100%;
  }
  div.our-people-content, div.faq-content, div.find-us-content, div.sustainability-content, div.favourite-places-content, div.policy-content, div.tour-content
  {
    padding-top: 35px;
  }
  div#sustainability-top-section
  {
    padding-top: 35px !important;
  }
  div.extra-sustainability-examples div.content-flex-block
  {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  div#home-tag-line
  {
    display: none;
  }
}

div#FAQaccordion div.card-header
{
  background: #fff;
  /* border-bottom: 0.5px solid var(--text-color); */
  padding-left: 10px;
  padding-right: 10px
}
button.FAQbutton
{
  display: flex;
  justify-content: space-between;
  /* padding: 0[]; */
}
button.FAQbutton svg
{
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}
button.FAQbutton h2
{
  margin-bottom: 0px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  color: var(--text-color);
  font-size: 24px;
  max-width: 90%;
}
div#FAQaccordion div.card
{
  border: 0.5px solid var(--text-color);
  border-bottom: none;
}
div#FAQaccordion div.card:last-child
{
  border-bottom: 0.5px solid var(--text-color);
}
@media(max-width: 600px)
{
  button.FAQbutton h2
  {
    font-size: 18px;
  }
  div.content-flex-block.sustainability-top-section > div img
  {
    width: 150px;
  }
}
div.location-map-div
{
  margin-bottom: 1rem;
}
div.location-map-div > iframe
{
  width: 100%;
}
div.location-map-div p
{
  font-size: 30px;
  background: #fff;
  /* color: var(--text-color); */
  padding: 10px;
  text-align: center;
  border: 1px solid var(--secondary-compliment-color);
}
div.location-map-div a
{
  text-decoration: underline;
}
div.using-gps-notice
{
  background-color: var(--primary-color);
  color: var(--text-color) !important;
  padding: 10px;
  position: relative;
  z-index: 1;
}
/* div.using-gps-notice::before, div.using-gps-notice::after
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  transform-origin: top right;
  transform: skewY(2deg);
  z-index: -1;
}
div.using-gps-notice::after
{
  transform-origin: top right;
  transform: skewY(-2deg);
} */

div.content-flex-block.sustainability-top-section > div
{
  width: 100%;
  display: flex;
}
div.content-flex-block.sustainability-top-section > div img
{
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  padding: 10px;
  max-width: 200px;
}
.content-block-text-content > div.green-background
{
  /* background: var(--primary-color); */
}

.content-block-text-content h2
{
  color: var(--text-color);
}
div#tiaki-promise-section
{
  flex-direction: column;
}
div#tiaki-promise-section > div.content-block-image-content.right
{
  display: flex;
  justify-content: space-around;
  width: 100%;
}
div#tiaki-promise-section > div.content-block-image-content.right > div
{
  width: 48%;
}
div#tiaki-promise-section > div.content-block-text-content
{
  width: 100%;
}
div#tiaki-promise-section > div.content-block-text-content > div
{
  /* background-color: var(--primary-color); */
}
div.extra-sustainability-examples div.content-block-text-content > div
{
  height: 100%;
  border: 1px solid #dca220;
}
div.extra-sustainability-examples div.content-block-text-content
{
  margin-top: 0px;
  margin-bottom: 0px;
}
div.extra-sustainability-examples
{
  background: var(--secondary-compliment-color);
  padding: 20px;
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  position: relative;
}
div.favorite-places-location-description
{
  background: var(--primary-color);
}
/* div.green-background > h2
{
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
} */
div#sustainability-top-section
{
  background: var(--primary-color);
  padding-top: 65px;
  position: relative;
}
div#sustainability-top-section > div.content-flex-block
{
  margin-top: 0px;
}
div#sustainability-top-section > div.content-flex-block > div.content-block-text-content > div
{
  background: none;
  border: none;
  padding: 0px;
}
div#sustainability-top-section::after, div#sustainability-top-section::before, div.extra-sustainability-examples::after, div.extra-sustainability-examples::before, div#home-sustainability-section::after, div#home-sustainability-section::before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
  transform-origin: bottom right;
  transform: skewY(-1deg);
  z-index: -1;
}
div#sustainability-top-section::before,div.extra-sustainability-examples::before, div#home-sustainability-section::before
{
  background-color: var(--secondary-compliment-color);
  transform: skewY(-2deg);
}
/* div.favorite-places-location-description::before
{ */
  /* background-color: var(--primary-color); */
  /* transform: skewY(-2deg); */
/* } */
div.extra-sustainability-examples::after, div.extra-sustainability-examples::before, div#home-sustainability-section::after, div#home-sustainability-section::before
{
  transform-origin: center;
}
img.climate-positive-image
{
  padding: 10px;
  background: #fff;
}
div.find-us-content div.content-flex-block
{
  margin-top: 0px;
  margin-bottom: 0px;
}
div.favorite-places-location-description h2
{
  font-size: 32px;
  color: var(--text-color);
}
div.favorite-places-location-description
{
  color: var(--text-color);
}
div.favourite-places-content
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: var(--text-color);
}
div.favorite-places-page .content-block-image-content > img
{
  max-width: none;
}
div.favorite-places-page .content-block-text-content > div
{
  margin-bottom: 0px;
}
div#favourite-places-top-blurb
{
  background-color: #fff;
  margin: -8px;
  z-index: -1;
  position: relative;
}
div#policy-page-columns
{
  padding: 20px;
  background: #fff;
  column-count: 2;
}
div#policy-page-columns > div
{
  break-inside: avoid;
}
div#policy-page-columns h3
{
  font-weight: bold;
  font-size: 22px;
}
div.safety-top-blurb
{
  background: #fff;
  padding: 20px;
  margin-top: -20px;
}
div.safety-top-blurb p:last-child
{
  margin-bottom: 0px;
}

@media (max-width: 750px)
{
  div#policy-page-columns
  {
    column-count: 1;
  }
}

div.tour-bullet-sections
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
div.tour-bullet
{
  width: 19%;
  background: var(--primary-color);
  padding: 20px;
  color: var(--text-color);
  border-radius: 25px;
}
div.tour-bullet.book-now
{
  background-color: var(--accent-color);
  color: #fff;
}
div.tour-bullet.book-now h3
{
  color: #fff;
}
div.tour-bullet h3
{
  color: var(--text-color);
  font-weight: bold;
  font-size: 20px;
}
div.tour-bullet .bullet-text-content
{
  margin: auto;
}
div.tour-bullet .bullet-text-content span
{
  width: 100%;
  display: flex;
  font-size: 14px;
}
div.tour-header-section
{
  text-align: center;
}
h2.tour-subheading
{
  color: var(--text-color);
}
div.highlights-sections
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.hightlight-entry
{
  width: 32%;
  margin-bottom: 10px;
  min-width: 280px;
  border: 1px solid var(--secondary-compliment-color);
}
div.highlight-text-section
{
  padding: 10px;
}
div.hightlight-entry img
{
  width: 100%;
}
div.tour-info-section
{
  margin-left: 0px;
  padding: 10px;
  background-color: #ffffffed;
}
div.glowing-booking-form-container
{
  margin-left: auto;
}
/* div.highlight-image
{
  overflow: hidden;
  height: 200px;
} */

div.tour-content
{
  padding-left: 10px;
  padding-right: 10px;  
}
div.Tour-About-Section
{
  padding: 0px 10px 0px 10px;
  margin-top: 30px;
}
div.Tour-About-Section > div:first-child, div.Tour-About-Section.ultimate-tour > div
{
  column-count: 2;
  margin-bottom: 20px;
}
div.Tour-About-Section > div > div.tour-about-sub-section:first-child > h2:first-child
{
  margin-top: 0px;
}
div.Tour-About-Section > div:first-child> ul, div.tour-about-sub-section
{
  break-inside: avoid;
}
div.Tour-About-Section h2, div.tour-short-links h2
{
  /* color: var(--text-color);
  text-align: center; */
  margin-bottom: 10px;
  color: var(--text-color);
}

div.tour-short-links
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
div.tour-short-links a
{
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  color: var(--secondary-compliment-color);
  font-weight: bold;
}
div.tour-short-links a > img
{
  width: 30px;
  vertical-align: bottom;
}
div.tour-short-links a:hover
{
  color: var(--text-color);
  background: #fff; 
}
div.header-section-text-content p
{
  margin-bottom: 0px;
  text-align: center;
}
h1.page-title.tour-heading, h2.page-title.tour-sub-heading
{
  text-align: center;
}
h2.page-title.tour-sub-heading
{
  text-decoration: underline;
}
@media (max-width: 1350px)
{
  div.tour-bullet-sections
  {
    padding: 0;
  }

  div.tour-bullet
  {
    width: 48%;
    margin-bottom: 10px;
  }
  div.tour-bullet.book-now
  {
    width: 100%;
  }
}
@media (max-width: 650px)
{
  div.Tour-About-Section > div:first-child
  {
    column-count: 1;
  }
}
@media (max-width: 620px)
{
  div.hightlight-entry
  {
    width: 100%;
  }
}
.carousel-item img {
  margin: 0 10px;
}
.carousel-item img:hover
{
  width: 100%;
}

/* .carousel {
  margin: 0 auto;
  padding: 0 10%;
}

.carousel-inner {
  overflow: visible;
}

.carousel-item {
  transition: transform 0.5s ease;
  display: flex;
  justify-content: center;
}

.carousel-item img {
  width: 60%;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .carousel {
    padding: 0;
  }

  .carousel-item img {
    width: 100%;
    margin: 0;
  }
} */
