/*
Theme Name: Rejuven8
Theme URI:
Description:
Author: DM Web Design
Author URI: http://www.dmwebdesign.com.au
Version: 1.0
Text Domain: Rejuven8
*/
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,700;1,400&display=swap');

@font-face {
    font-family: 'Goodlights';
    src:url('fonts/Goodlights.ttf.woff') format('woff'),
        url('fonts/Goodlights.ttf.svg#Goodlights') format('svg'),
        url('fonts/Goodlights.ttf.eot'),
        url('fonts/Goodlights.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* -- GENERAL STYLES -- */
body {
  line-height: 1.8em;
  font-size: 18px;
  color: #000;
  /*  font-weight: 300; */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, "Apple Color Emoji";
  }

  @media (min-width:1200px) {
    body {
      /* font-size: 16px; */
    }
  }

a {
  color: #0e76bc;
  transition: color 0.2s ease-in-out;
}

a:hover {
    color: #52cbf5;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight:400;
}


/* p {margin: 0;} */

.padtop5 {
    padding-top: 7rem;
}

@media (min-width:768px) {
  .padtop5 {
    padding-top: 10rem;
}
}

strong { font-weight: bold;}

#content {
    /* padding: 3em 0px; */
}

.page-bookings #content {
    padding: 4em 0 0;
    height: calc(100%);
}

@media (min-width: 768px) {
  .page-bookings #content {
      padding: 0.5em 0;
      height: calc(100% - 250px + 0.5em)
  }

 }

 .page-bookings #insta {
     display: none;
 }

 .alignright {
    float: right;
    margin: 8px 0px 10px 20px;
}

.alignleft {
    float: left;
    margin: 8px 20px 10px 0px;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}


/* -- END OF GENERAL STYLES -- */

/* -- START NAVBAR --*/

nav {
  font-family: 'Montserrat', sans-serif;
}

#header-nav {
  position: absolute;
  z-index: 999;
  text-align: center;
  width: 100%;
}

#navbar-content {
  background: #fff;
  margin-top: -75px;
  box-shadow: 3px 3px 45px -8px #ccc;
  border-bottom: 1px solid #ccc;
}

#primary-menu {
    padding-top: 70px;
    z-index: 1;
}

.navbar-toggler {
    z-index: 99;
}

.navbar {
    padding: 0;
    float: right;
    display: block;
    text-align: right;
    width: 100%;
}

.navbar-nav li {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: .75em 0;
    font-size: 1em;
}

@media (min-width:768px) {
  .navbar-nav li {
      padding: .75em 0;
      font-size: 1.25em;
  }
}

.navbar-nav li:hover {
    background: #f8f8f8;
}

.navbar-nav .nav-link {
    color: #333333 !important;
}

.nav-link.active h2.subtitle {
    display: none;
}

.navbar-toggler {
    border: 1px solid #000 !important;
    -webkit-filter: invert(100%);
    transition: all .15s;
}

button[aria-expanded="true"], .scrolled .navbar-toggler, .page-bookings .navbar-toggler {
  border: 1px solid #ccc !important;
  -webkit-filter: invert(0%);
}

@media (min-width:768px) {
  .page-bookings button[aria-expanded="true"] {
  border: 1px solid #ccc !important;
}

  .page-bookings button[aria-expanded="false"] {
  border: 1px solid #000 !important;
    -webkit-filter: invert(100%);

}

.page-bookings .scrolled .navbar-toggler {
      -webkit-filter: invert(0%);
}

  .page-bookings .scrolled button[aria-expanded="false"] {
  border: 1px solid #ccc !important;
    -webkit-filter: invert(0%);

}
}

.navbar-brand img {
    width: 200px;
    height: auto;
    padding: 15px 0;
    position: relative;
    z-index: 9;
}

@media (min-width:768px) {
  .navbar-brand img {
      width: 300px;
      height: auto;
      padding: 5px 0 10px;
  }
}

.navbar-toggler:focus {
    outline: none;
}

.nav-top {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    top: -110px;
    margin-top: 110px;
    transition: background-color .2s ease;
}

.nav-top-bg {
    background-color: #fff;
    padding-bottom: 90px;
}

.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: fixed; /* Make it stick/fixed */
  top: 55px; /* Hide the navbar 50 px outside of the top view */
  margin-top:-55px;
  width: 100%; /* Full width */
  transition: top 0.15s; /* Transition effect when sliding down (and up) */
}

.scrolled .navbar-collapse {
    min-height:75px;
}

.collapsing {
    transition: all .25s ease;
}


#navbar-landing {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index:9;
    width: 100%;
    transition: top 0.3s;
}

/* Style the navbar links */
#navbar a {
  font-size: 20px;
      display: block;
      color: #000;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar-landing a {
  font-size: 20px;
      display: block;
      color: #000;
      text-align: center;
      text-decoration: none;
}

#navbar-landing a:hover {
  background-color: #ddd;
  color: black;
}


/* -- END NAVBAR -- */

/* -- HOME PAGE -- */

#hero {
  background: url('https://rejuven8cryo.com.au/wp-content/themes/rejuven8/img/cryosauna_08.jpg') no-repeat 50% 50%;
  background-size: cover;
  height:100vh
}

.overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
}

@media (min-width: 576px) {
.overlay {
    background: rgba(0, 0, 0, 0.6);
}
}

#landing-logo {
    width: 100%;
}

#landing-logo img {
    max-width: 500px;
    width: 85%;
}


h1.landing-message {
	text-shadow: -1px 1px 0px #5f637c,
				  1px 1px 0px #5f637c,
				  1px -1px 0px #5f637c,
				  -1px -1px 0px #5f637c;
}

@media (min-width:768px) {
  h1.landing-message {
	text-shadow: -3px 3px 0px #5f637c,
				  3px 3px 0px #5f637c,
				  3px -3px 0px #5f637c,
				  -3px -3px 0px #5f637c;
				  }
}

.whole-body-recovery {
    margin-bottom: -40px;
    display: block;
}

@media (min-width:768px) {
.whole-body-recovery {
    margin-bottom: -90px;
    display: block;
}
}

@media (max-width:767px) {
    .landing-linetwo {
        display:block;
        margin-left:30px;
    }
}

@media (min-width:768px) {
    .landing-linetwo {
        display:block;
        margin-left:40px;
    }
}

.in-just-minutes {
    top: -17px;
    position: relative;
    margin: 0 -2px 0 -6px;
}

@media (min-width:768px) {
  .in-just-minutes {
    top: -30px;
    margin: 0 -10px;
}
}

.threemins {
  font-size: 250%;
  text-shadow: none;
  background: -webkit-linear-gradient(#d3e8e9, #3b90c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #1c76f3;
}

@media (min-width:768px) {
  .threemins {
    -webkit-text-stroke: 3px #1c76f3;
  }
}



.headline {
    height: 100%;
    color: #fff;
    margin-right:0;
}

.headline h1 {
  font-weight: 700;
  font-size: 1.7em;
  /* letter-spacing: .1em; */
  /* background-color: #000; */
  display: inline-block;
  /* padding: 10px 60px 0 10px; */
  /* text-transform: uppercase; */
}

@media (min-width: 768px) {
  .headline h1 {
    font-size: 3.5em;
    max-width: 100%;
  }
}

#mainLanding {
    height: 100vh;
    background: url(https://rejuven8cryo.com.au/wp-content/themes/rejuven8/img/cryosauna_08.jpg) 50% 50%;
    background-size: cover;
}

.mainOverlay {
    background: #000;
    height: 100%;
    opacity: .7;
}

#landing-content {
    padding: 50px 0 100px;
}

@media (min-width: 992px) {
#landing-content {
    padding: 10vh 0;
}
}

.spacer {
    height: 7.5em;
}

.text-tile {
    padding: 0 15px !important;
}

@media (min-width: 992px) {
.text-tile {
    padding: 0 5em !important;
}
}

.cover {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    max-height: 500px;
}

/* -- END HOME PAGE -- */


/* -- SINGLE PAGE -- */


#page-header {
  width: 100%;
  background-size: cover !important;
}

@media (max-width: 767px) {
.page-bookings #page-header {
    display: none;
}
}

#page-header .title {
  height: 50vh;
  min-height: 368px;
  padding-top:20px;
}



#page-header h1, #page-header h2, #page-header h3, #page-header h4, #page-header h5 {
  font-weight: bold;
  letter-spacing: 2.5px;
  /* font-size: 1.75em; */
  text-transform: uppercase;
}

/* @media (min-width: 992px) {
  #page-header .title {
  height: 100vh;
} */

#page-header h1 {
  color: #52cbf5;
  font-size: 3rem;
  line-height: 3rem;
  padding-bottom: 1rem
}

.subtitle {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-top: 0rem;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}

@media (min-width:768px) {
  #page-header h1 {
    font-size: 6rem;
    line-height: 5rem;
  }
  .subtitle {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}

@media (min-width:992px) {
  #page-header h1 {
    font-size: 8rem;
    line-height: 6.5rem;
  }
  .subtitle {
    font-size: 3rem;
    line-height: 2.85rem;
  }
}

.middlebreak {
  padding: 5rem 0 4rem;
  background: #F8F8F8;
  margin: 10rem 0;
}

.neon {
    text-align: center;
    font-family: 'Goodlights';
    font-size: 12vw;
    text-shadow: 0 0 1vw #1041FF, 0 0 1vw #1041FF, 0 0 10vw #1041FF, 0 0 1vw #1041FF, 0 0 0.4vw #8BFDFE, 0.5vw 0.5vw 0.1vw #147280;
    color: #28D7FE;
}
@media (min-width:768px) {
    .neon {
    font-size: 8vw;}
}
@media (min-width:1200px) {
    .neon {
    font-size: 6vw;
  }
}

h4{
  position: relative;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  font-size: 20px;
}

h4::before{
  content: "";
  background: #ccc;
  width: 75px;
  height: 5px;
  position: absolute;
  bottom: -15px;
}

ul.check {
    padding: 0;
}

.check li {
  list-style: none;
  font-weight: bold;
}

.check li:before {
  content: 'ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“';
  padding-right: 15px;
}

.price-table {
    padding-bottom: 1em;
    font-weight: bold;
}

.price-table li:hover {
    background: #f8f8f8;
}

#booking {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}

#booking iframe {
    width: 100%;
    border: 0;
    padding-top: 1.4em;
}

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

#contact-header {
  overflow: hidden;
  position: absolute;
  width: 100%
}
#contact-map {
    overflow: hidden;
}

#contact-form div {
  padding-bottom:1em;
}

.page-contact h7 {
  display:none;
}

@media (min-width: 768px) {
.page-contact h7 {
  display:inline;
}
}

img.socials {
    width: 40px;
    margin-right: 1em;
}

.payment-info {
    position: absolute;
    background: #fff;
    padding: .5em 0 1em 15px;
    /* border: 1px solid #ccc; */
    width: 100%;
    max-width: 540px;
}

@media (min-width:768px) {
    .payment-info {
        max-width: 100%;
        width: 720px;
        padding: 0.75em 0 1em 15px;
    }
}

@media (min-width:992px) {
    .payment-info {
        max-width: 100%;
        width: 960px;
        padding: 1.25em 0 1em 15px;
    }
}

@media (min-width:1200px) {
    .payment-info {
        max-width: 990px;
        width: 100%;
        margin-left: 75px;
    }
}



#preparebg {
  background: url(https://rejuven8cryo.com.au/wp-content/uploads/2020/04/sauna-blue.jpg);
  background-size: cover;
  /* padding: 26rem 3rem; */
  min-height: 400px;
  width: 100%;
  display: flex;
  /* position: fixed; */
  align-items: center;
  justify-content: center;
}

#tips {
    padding-right: 2rem;
}

#tips li, #faq li {
    padding-bottom: 3rem;
}

@media (max-width:767px) {
    #tips h2 {
        padding: 3rem 0;
    }
}

.side-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -- END SINGLE PAGE -- */

/* -- BLOG POSTS -- */


#single-post {
    padding: 3rem 0;
}

#blog h4 {
    margin-top: 1rem;
}

.single-post h2 {
    padding: 30px 0 0px;
    clear: both;
}

.single-post p {
    margin: 0 0 1rem 0;
}


/* -- END BLOG POSTS -- */


/* -- INSTA FEED -- */

#insta {
  background: #f8f8f8;
  padding: 60px 0 100px;
  /* margin-bottom: 90px; */
}

.instagram-pics {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0;
    white-space: nowrap;
    padding: 0;
}


.instagram-pics li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    width: 100%;
}

@media (min-width:576px) {
  .instagram-pics li {
    width: 50%;
}
}

@media (min-width:768px) {
  .instagram-pics li {
    width: 33%;
}
}

@media (min-width:992px) {
  .instagram-pics li {
    width: 25%;
}
}

@media (min-width:1200px) {
  .instagram-pics li {
    width: 20%;
}
}

.instagram-pics img {
    width: 100%;
}

.instagram-social-btn-bottom {
    float: left;
}

.instaWidget .instagram-social-btn-bottom a, .instaWidget .instagram-social-btn-bottom a:hover {
    font-weight: normal !important;
}

/* -- END INSTA FEED -- */

/* -- BLOG PAGE -- */
.dpsp-column-4.dpsp-has-spacing .dpsp-networks-btns-wrapper li, .dpsp-column-4 .dpsp-networks-btns-wrapper li:nth-child(4n) {
    width: 40px !important;
    float: right;
    margin-right: 2% !important;
}

.readmore {
    padding-top: 20px !important;
    display: block;
}

#single-post div {
    padding: 10px 25px;
}

/* -- END BLOG PAGE -- */

/* -- FOOTER -- */

footer a {
    color: #ebebeb;
    text-decoration: underline;
}

#footer {
    background: #3f4246;
    color: #ebebeb;
    padding: 4rem 0;
    line-height: 1.5rem;
}

footer label {
    padding-bottom: 10px;
}



#footer-one {
  text-align: left;
}
#footer-two {
  text-align: center;
}
#footer-three {
  text-align: right;
}

@media (max-width:767px) {
  #footer-one, #footer-two, #footer-three {
    text-align: center;
  }
}






.sub-block {
  /* background: #f8f8f8; */
  padding: 3rem 2rem 3rem 1rem;
  border-style: solid;
  border-width: 0 0 0 6px;
  border-color: #52cbf5;
  /* margin: 3rem 0 0 0; */
}

@media (min-width: 768px) {
  .sub-block {
    padding: 3rem 0 3rem 3rem;

  }
}

.subhead {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 1rem;
}

@media (max-width:767px) {
.fullwidthblock {
    background: #f8f8f8;
    padding: 4rem 2rem;
}
}

@media (min-width:768px) {
.fullwidthblock {
    background: #f8f8f8;
    padding-left: 5rem;
    padding-right: 5rem;
}
}

.nolist {
    list-style: none;
}

#saunabenefits {
    padding: 0;
    list-style: none;
}

#saunabenefits .col-md-4 {
    padding: 0 2rem;
}

#saunabenefits h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.9rem;
}

#saunabenefits li {
    padding: 2rem 0px 0;
}

#saunabenefits hr {
    margin-top: 3rem;
    width: 40%;
}

.img-shadow {
    box-shadow: #c0c0c0 0px 10px 40px 0px;
}

.faq {
  padding-left: 6rem;
}






#landingVideo {
  height: 50vh;
}

.fullscreen-bg {
  position: absolute;
  height: 50vh;
}

.landingOverlay {
  width: 100%;
  height: 50vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
}

#landingVideo .headline p {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.6;
  line-height: 0.8em;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background: url('/wp-content/themes/rejuven8/media/vid-preload.jpg') center center / cover no-repeat;
}

.fullscreen-bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.headerWholeBody {
    font-size: 5vmax;
}

.headerThreeMins {
    right: 0;
    position: absolute;
    font-size: 7vmax;
    text-align: right;
    margin-top: 20px;
    color: #51cbf5;
}

@media (min-width:768px) {
  .headerWholeBody {
      position: absolute;
      bottom: 50vh;
      font-size: 8vmin;
  }

  .headerThreeMins {
      right: 0;
      position: absolute;
      font-size: 11vmin;
      text-align: right;
      bottom: 48vh;
  }
}

@media (min-width:1440px) {
  .headerWholeBody {
      font-size: 9vmin;
  }
  .headerThreeMins {
      right: 0;
      position: absolute;
      font-size: 13vmin;
      text-align: right;
      bottom: 48vh;
  }
}

@media (min-width:1700px) {
  .headerWholeBody {
      font-size: 10vmin;
  }
  .headerThreeMins {
      right: 0;
      position: absolute;
      font-size: 13vmin;
      text-align: right;
      bottom: 48vh;
  }
}

.subheader {
  font-size: 4rem;
  line-height: 3.5rem;
  color: #52cbf5;
}

@media (min-width:768px) {
  .subheader {
    font-size:6rem;
    line-height: 5rem;
  }
}

.benefitsvg svg {
    max-height: 40px;
    margin: 0 auto;
    display: block;
    fill: #52cbf5;
}
