.hero-body{padding:100px}.container{position:relative;padding:0;margin:0;width:100%;max-width:100%}.section{margin:0;padding:100px 0}.notification.is-success{background:#8bc53f!important}@font-face{font-family:"Futura";font-style:normal;font-weight:100;src:url(../fonts/FuturaPTLight.otf)}@font-face{font-family:"Futura";font-style:normal;font-weight:200;src:url(../fonts/FuturaPTBook.otf)}@font-face{font-family:"Futura";font-style:normal;font-weight:300;src:url(../fonts/FuturaPTMedium.otf)}@font-face{font-family:"Futura";font-style:normal;font-weight:400;src:url(../fonts/FuturaPTBook.otf)}@font-face{font-family:"Futura";font-style:normal;font-weight:500;src:url(../fonts/FuturaPTDemi.otf)}@font-face{font-family:"Futura";font-style:normal;font-weight:700;src:url(../fonts/FuturaPTHeavy.otf)}@font-face{font-family:"Shelby";font-style:normal;font-weight:400;src:url(../fonts/Shelby.otf)}*{font-family:"Futura";font-weight:400;font-style:normal;font-size:24px;color:#232323!important}h1.title{font-family:"Futura";font-weight:500;letter-spacing:2px;text-transform:uppercase;line-height:65px;font-size:325%!important}h2.subtitle{font-family:"Shelby";font-size:250%!important}h2.sub-heading{font-family:"Futura";letter-spacing:32px;line-height:5px;text-transform:uppercase;font-size:175%!important;margin-bottom:50px}h2.sub-action{line-height:30px;font-size:120%!important;margin-top:-20px;margin-bottom:25px}h2.tag-green,h2 .tag-green{color:#8bc53f!important}h2 a:hover{text-decoration:underline}.make-light *{color:white!important}.make-dark *{color:#232323!important}.make-text-green{color:#8bc53f!important}.make-sub-text{margin-top:-15px;margin-bottom:20px;font-size:80%!important}.make-nav-button{margin-left:20px;padding:20px;border:2px solid white}.navbar-item.make-nav-button:hover{background:#8bc53f!important;color:white!important;border:2px solid #8bc53f}.tag-services{margin:auto;padding:50px;max-width:1200px!important}.make-about p{width:850px;max-width:100%}.make-about .tag-bold{font-weight:500}.make-about .tag-italic{font-style:italic}.make-about .tag-blue{color:#009fc4!important}.make-about .tag-pink{color:#ed1c59!important}.make-about a:hover{text-decoration:underline}.make-about p:not(:last-of-type){margin-bottom:20px}.hero{background-image:url("../img/bg.png");background-repeat:no-repeat;background-size:cover}.hero .container{background:transparent}.hero-button{display:inline-block;color:white;font-weight:500;font-size:80%;text-transform:uppercase;padding:15px;padding-left:25px;padding-right:25px;border:3px solid white;-webkit-transition:background .35s ease;-o-transition:background .35s ease;transition:background .35s ease}.hero-button:hover{cursor:pointer;border-color:#8bc53f;background:#8bc53f}.hero-button:not(:last-of-type){margin-right:20px}.hero .fa-calendar-alt,.fa-info-circle{margin-right:5px}.pulse{border-radius:50%;animation:pulse 1s infinite}.afterpay{position:relative;margin-left:-9px;top:15px;height:40px;"
}

p {
  font-weight: 100;
  font-size: 100%;

  width: 900px;
  max-width: 100%;

  margin: auto;
}

/* =========================
    7. "Give-" Codes
========================= */
.give-background-leaf {
  background-image: url("../img/bg-leaf.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
}


/* =========================
    8. Main Page
========================= */
.section .container {
  margin: auto;
}

.trading-hours {
  display: block;
  position: fixed;

  width: auto;

  top: 15%;

  z-index: 999;

  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;

  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.trading-hours.hide {
  opacity: 0;
}

.trading-button {
  display: block;
  float: left;

  padding: 8px 10px 5px 10px;

  text-align: center;

  background: #fff;

  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.trading-button:hover,
.trading-button.active {
  background: #8BC53F;
}

.trading-button .fa-clock {
  font-size: 140%;
}

.trading-content {
  display: block;
  float: right;

  padding: 10px;

  background: #fff;
}

.add-logo {
  display: block;
  position: absolute;

  top: 20px;
  left: 0;

  width: 100%;
  height: 60px;

  background: url("../img/logo.svg") no-repeat center;
  background-size: contain;
}

.add-element-leaf {
  display: block;
  position: absolute;

  top: 32.5%;
  right: 0;

  height: 115%;
  width: 40%;

  background-image: url("../img/element-leaf.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.make-booking .input-container {
  margin: auto;
  width: 600px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.make-booking .input-container input {
  margin: 7.5px;
  padding: 10px;

  min-height: 50px;

  flex-grow: 1;

  font-size: 65%;
  font-weight: 500;

  border: 2.35px solid #8BC53F;
  border-radius: 5px;
}

.make-booking textarea {
  display: block;
  margin: 7.5px;
  padding: 10px;

  min-height: 100px;
  width: 400px;

  font-size: 65%;
  font-weight: 500;

  width: 600px;
  border: 2.35px solid #8BC53F;
  border-radius: 5px;
}

.make-booking .input-container input::placeholder,
.make-booking .input-container textarea::placeholder {
  font-style: italic;
  font-size: 95%;
  font-weight: 400;
  color: #a7a7a7;
}

.make-booking .input-container input[name="book-day"],
.make-booking .input-container input[name="book-phone"],
.make-booking .input-container input[name="book-time"] {
  min-width: 30%;
}

.make-booking input[type="submit"] {
  margin-top: 30px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;

  background: #85C53F;
  border: 2.5px solid #85C53F;
  border-radius: 5px;

  text-transform: uppercase;
  font-size: 65%;
  font-weight: 500;
  color: white !important;

  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.make-booking input[type="submit"]:hover {
  cursor: pointer;
  border: 2.5px solid #232323;
  background: #232323;
}

.make-booking input[type="checkbox"] {
  margin: 0 15px auto;

  display: inline-block !important;
  border: 2px solid green;
}


/* .make-booking input[type="date"]:not(.has-value) {
  font-style: italic;
  font-size: 61.75%;
  font-weight: 400;
  color: #a7a7a7 !important;
} */

.make-contact input,
.make-contact textarea {
  display: block;

  margin: 10px auto;
  padding: 10px;

  min-height: 50px;
  width: 300px;
  max-width: 100%;

  font-size: 65%;
  font-weight: 500;

  border: 2.35px solid #8BC53F;
  border-radius: 5px;
}

.make-contact input::placeholder,
.make-contact textarea::placeholder {
  font-style: italic;
  font-size: 95%;
  font-weight: 400;
  color: #a7a7a7;
}

.make-contact textarea,
.make-booking textarea {
  height: 125px;
  resize: none;
}

.make-booking input:focus,
.make-booking textarea:focus,
.make-contact input:focus,
.make-contact textarea:focus {
  border: 2.35px solid #232323;
  outline: none;
}

.make-contact input[type="submit"] {
  margin-top: 30px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;

  /* min-width: 150px !important; */

  background: #85C53F;
  border: 2.5px solid #85C53F;

  text-transform: uppercase;
  font-size: 65%;
  font-weight: 500;
  color: white !important;

  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.make-contact input[type="submit"]:hover {
  cursor: pointer;
  border: 2.5px solid #232323;
  background: #232323;
}

.top-button {
  display: none;
  position: fixed;

  bottom: 15%;
  right: 3.5%;

  border-radius: 50%;

  opacity: 0.5;
  z-index: 999;

  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.top-button.show {
  display: block;

  -webkit-transition: display 0.5s ease;
  -o-transition: display 0.5s ease;
  transition: display 0.5s ease;
}

.top-button:hover {
  cursor: pointer;
  opacity: 1;
}

.fa-arrow-circle-up {
  font-size: 200% !important;
}

.accordion {
  margin: 0 auto;
  padding: 18px;
  cursor: pointer;

  width: 900px;
  max-width: 100%;

  background-color: #ffffff;

  outline: none;
  border: 2px solid #8BC53F;
  box-shadow: 3px 3px 10px #C6C6C6;
  border-radius: 10px;

  color: #1a1a1a !important;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 90%;
  font-weight: 500;

  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.active, .accordion:hover {
  background-color: #8BC53F;
  color: #232323 !important;
}

.panel {
  margin: 0 auto;
  padding: 0 10px;

  background-color: white;

  width: 900px;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;

  font-size: 100%;

  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

table * {
  font-size: 95%;
}

table td {
  padding: 15px 5px !important;
  vertical-align: top !important;
}

table td.tag-desc {
  font-size: 100%;
  text-align: left !important;
}

table td.tag-duration {
  font-size: 100%;
  text-align: center !important;
}

table td.tag-cost {
  font-size: 90%;
  text-align: right !important;
}

table td .desc-main {
  font-weight: 700;
}

table td .desc-main .tag-blue {
  font-size: 105%;
  color: #009FC4 !important;
}

table td .desc-main .tag-green {
  font-size: 105%;
  color: #8BC53F !important;
}

table td .desc-main .tag-black {
  font-size: 105%;
  color: #000 !important;
}

table td .desc-detail {

}

.notification {
  position: fixed !important;
  display: block;

  top: 25%;
  right: 0;

  z-index: 1000;
}

table.trading-info tr td {
  padding: 5px !important;
  padding-bottom: 0 !important;
  vertical-align: middle;
}

table.trading-info tr:not(.no-break) td {
  padding-bottom: 20px !important;
}
/* =========================
    9. Navigation
========================= */
.navbar {
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.navbar.make-white {
  /* background: white !important; */
}

.navbar * {
  font-weight: 400;
  font-size: 90% !important;
}

.navbar-item {
  margin-left: 10px;
  margin-right: 10px;
  height: 50px;

  border-bottom: 2px solid transparent;
}

.navbar-item.make-nav-button {
  border-bottom: 2px solid white;
}

.fa-map-marker-alt,
.fa-phone {
  margin-right: 15px;
  font-size: 105% !important;
}

.fa-map-marker-alt *,
.fa-phone * {
  color: #8BC53F !important;
}

a.navbar-item:hover {
  color: #8BC53F !important;
  background: transparent;
  border-bottom: 2px solid #8BC53F;
}

/* =========================
    10. Footer
========================= */
footer.footer {
  margin: 0;
  padding: 50px;

  font-size: 110% !important;

  color: #232323 !important;
  background: #8BC53F;
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer.footer * {
  font-size: 110% !important;
}

footer a {
  color: white !important;

  border: 2px solid transparent;
}

footer a:hover {
  border-bottom: 2px solid white;
}

/* =========================
    . Responsive - WIDE DESKTOP
========================= */
@media screen and (min-width: 1408px) {}

  /* =========================
      . Responsive - MIN. DESKTOP
  ========================= */
  @media screen and (min-width: 1088px) {
    .notification {
      max-width: 50%;
      text-align: left;
    }
  }

/* =========================
    . Responsive - NARROW DESKTOP
========================= */
@media screen and (min-width: 1088px) and (max-width: 1407px) {
  .add-logo {
    top: 10px;
    height: 50px;
  }

  .hero-body {
    padding: 40px;
  }

  .navbar {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar * {
    font-size: 95% !important;
  }

  .navbar-item {
    margin-left: 5px;
    margin-right: 5px;
    height: 50px;
  }

  * {
    font-size: 20px;
  }

  h1.title {
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 300% !important;
  }

  h2.subtitle {
    margin-top: -35px;
    font-size: 250% !important;
  }

  h2.sub-heading {
    letter-spacing: 10px;
    line-height: 30px;
    font-size: 150% !important;

    margin-top: -20px;
    margin-bottom: 25px;
  }

  h2.sub-action {
    line-height: 30px;
    font-size: 150% !important;

    margin-top: -20px;
    margin-bottom: 25px;
  }

  footer.footer {
    padding: 35px;
    font-size: 105% !important;
  }

  footer.footer * {
    font-size: 100% !important;
  }
}

/* =========================
    . Responsive - NARROW DESKTOP & TABLET
========================= */
@media screen and (min-width: 769px) {}

/* =========================
    . Responsive - TABLET
========================= */
@media screen and (min-width: 769px) and (max-width: 1087px) {
  * {
    font-size: 18px;
  }

  h1.title {
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 300% !important;
  }

  h2.subtitle {
    margin-top: -35px;
    font-size: 250% !important;
  }

  h2.sub-heading {
    letter-spacing: 10px;
    line-height: 30px;
    font-size: 150% !important;

    margin-top: -20px;
    margin-bottom: 25px;
  }

  .hero-button {
    display: block;
    margin: 10px auto !important;

    font-size: 90%;
    max-width: 60%;

    border: 3px solid white;
  }

  .section {
    padding: 50px;
  }

  .make-booking .input-container {
    margin: auto;
    display: block;
  }

  .make-booking .input-container input,
  .make-booking .input-container textarea {
    display: block;
    margin: 10px auto;
    font-size: 90%;
    width: 600px;
    max-width: 75%;
  }

  .make-booking .input-container input::placeholder,
  .make-booking .input-container textarea::placeholder {
    font-size: 85%;
  }

  .make-booking .input-container input[name="book-date"],
  .make-booking .input-container input[name="book-phone"],
  .make-booking .input-container input[name="book-time"] {
    min-width: 30%;
  }

  .make-booking input[type="submit"] {
    font-size: 80%;
    margin-top: 10px;
  }

  .make-booking input[type="date"]:not(.has-value) {
    font-size: 76.5%;
  }

  .make-contact input,
  .make-contact textarea {
    font-size: 90%;
  }

  .make-contact input::placeholder,
  .make-contact textarea::placeholder {
    font-size: 85%;
  }

  .make-contact textarea {
    height: 100px;
  }

  .make-contact input[type="submit"] {
    margin-top: 20px;
    font-size: 80%;
  }

  footer.footer {
    padding: 25px;
    font-size: 100% !important;
  }

  footer.footer * {
    font-size: 100% !important;
  }

  footer span {
    display: block;
  }
}

/* =========================
    . Responsive - MOBILE & TABLET
========================= */
@media screen and (max-width: 1087px) {
  .navbar {
    display: none;

    margin: 0;
    padding: 0;
  }

  .add-logo {
    height: 50px;
  }

  #beautyNav {
    position: relative;
    width: 100%;
  }

  .navbar * {
    font-size: 100% !important;
    color: #232323 !important;
  }

  .navbar-burger * {
    color: white !important;
  }

  .navbar-item {
    margin: 5px;
    margin-left: 0;
    margin-right: 0;

    padding: 10px;
    padding-top: 12px;

    border-bottom: none;
  }

  a.navbar-item:hover {
    background-color: #8BC53F !important;
    color: white !important;
    border: none;
  }

  .afterpay {
     margin-left: -6px;

     top: 11px;
     height: 30px;
  }

  .make-nav-button {
    padding-bottom: 20px;
  }

  .notification {
    width: 100%;
  }
}

/* =========================
    . Responsive - MOBILE
========================= */
@media screen and (max-width: 768px) {
  * {
    font-size: 16px;
  }

  h1.title {
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 300% !important;
  }

  h2.subtitle {
    margin-top: -35px;
    font-size: 250% !important;
  }

  h2.sub-heading {
    letter-spacing: 10px;
    line-height: 30px;
    font-size: 150% !important;

    margin-top: -20px;
    margin-bottom: 25px;
  }

  .make-sub-text {
    font-size: 90% !important;
  }

  .add-element-leaf {
    height: 100%;
    width: 45%;

    opacity: 0.6;
  }

  .hero-button {
    display: block;
    margin: 10px auto !important;

    font-size: 90%;
    max-width: 60%;

    border: 3px solid white;
  }

  .section {
    padding: 50px;
  }

  .hero-body {
    margin: 0 !important;
    padding: 0 !important;
  }

  .make-booking .input-container {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }

  .make-booking .input-container input,
  .make-booking .input-container textarea {
    display: block;
    margin: 10px auto;
    position: relative;
    font-size: 90%;
    width: 300px;
  }

  .make-booking .input-container input::placeholder,
  .make-booking .input-container textarea::placeholder {
    font-size: 85%;
  }

  .make-booking .input-container input[name="book-date"],
  .make-booking .input-container input[name="book-phone"],
  .make-booking .input-container input[name="book-time"] {
    min-width: 30%;
  }

  .make-booking input[type="submit"] {
    font-size: 80%;
    margin-top: 10px;
  }

  .make-contact input,
  .make-contact textarea {
    font-size: 90%;
  }

  .make-contact input::placeholder,
  .make-contact textarea::placeholder {
    font-size: 85%;
  }

  .make-contact textarea {
    height: 100px;
  }

  .make-contact input[type="submit"]{margin-top:20px;font-size:80%}.tag-services{padding:0}footer.footer{padding:25px;font-size:100%!important}footer.footer *{font-size:100%!important}footer span{display:block}}@keyframes bounce{0%,20%,50%,80%,100%{margin-right:0}40%{margin-right:20px}60%{margin-right:10px}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,60,0,0.8)}100%{box-shadow:0 0 0 50px rgba(255,60,0,0)}}