
/*
*
* Theme for Endota Spa - Haven Blog
*
*
*/
/*
@font-face {
    font-family: 'Neuzeit';
    font-weight: bold;
    src: url('http://endotaspa.com.au/resources/fonts/Neuzeit-Black.otf') format('opentype');
}*/
@font-face {
  font-family: 'Neuzeit';
  font-weight: bold;
  font-style: normal;
  src: url("http://endotaspa.com.au/resources/fonts/Neuzeit-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Neuzeit';
  font-weight: normal;
  font-style: normal;
  src: url("http://endotaspa.com.au/resources/fonts/Neuzeit-Regular.ttf") format("truetype"); }
/*@font-face {
    font-family: 'Neuzeit';
    font-weight: normal;
    font-style: italic;
    src: url('http://endotaspa.com.au/resources/fonts/Neuzeit-Extra.otf') format('opentype');
}
*/
@font-face {
  font-family: 'Neuzeit';
  font-weight: 900;
  src: url("http://endotaspa.com.au/resources/fonts/Neuzeit-ExtraBlack.ttf") format("truetype"); }
@font-face {
  font-family: 'Neuzeit';
  font-weight: 200;
  src: url("http://endotaspa.com.au/resources/fonts/Neuzeit-Light.otf") format("opentype"); }
@font-face {
  font-family: 'Domaine Display';
  font-weight: normal;
  src: url("http://endotaspa.com.au/resources/fonts/DomaineDisplay-Bold.ttf") format("truetype"), url("http://endotaspa.com.au/resources/fonts/DomaineDisplay-Bold.woff") format("woff"), url("http://endotaspa.com.au/resources/fonts/DomaineDisplay-Bold.eot") format("embedded-opentype"), url("http://endotaspa.com.au/resources/fonts/DomaineDisplay-Bold.svg") format("svg"); }
@font-face {
  font-family: 'Graphik';
  font-weight: 200;
  src: url("http://endotaspa.com.au/resources/fonts/Graphik-Light.ttf") format("truetype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Light.woff") format("woff"), url("http://endotaspa.com.au/resources/fonts/Graphik-Light.eot") format("embedded-opentype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Light.svg") format("svg"); }
@font-face {
  font-family: 'Graphik';
  font-weight: 500;
  src: url("http://endotaspa.com.au/resources/fonts/Graphik-Medium.ttf") format("truetype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Medium.woff") format("woff"), url("http://endotaspa.com.au/resources/fonts/Graphik-Medium.eot") format("embedded-opentype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Medium.svg") format("svg"); }
@font-face {
  font-family: 'Graphik';
  font-weight: 600;
  src: url("http://endotaspa.com.au/resources/fonts/Graphik-Semibold.ttf") format("truetype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Semibold.woff") format("woff"), url("http://endotaspa.com.au/resources/fonts/Graphik-Semibold.eot") format("embedded-opentype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Semibold.svg") format("svg"); }
@font-face {
  font-family: 'Graphik';
  font-weight: 400;
  src: url("http://endotaspa.com.au/resources/fonts/Graphik-Regular.ttf") format("truetype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Regular.woff") format("woff"), url("http://endotaspa.com.au/resources/fonts/Graphik-Regular.eot") format("embedded-opentype"), url("http://endotaspa.com.au/resources/fonts/Graphik-Regular.svg") format("svg"); }
* {
  margin: 0;
  padding: 0; }

html, body {
  min-height: 100vh;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Graphik', sans-serif; }

div#mobile-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF; }
div#mobile-header nav.navbar {
  padding: 0; }
  div#mobile-header nav.navbar #navbarNav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    color: #FFFFFF;
    z-index: 1000; }
    div#mobile-header nav.navbar #navbarNav ul.navbar-nav {
      display: inline-block;
      width: 70%;
      float: left; }
      div#mobile-header nav.navbar #navbarNav ul.navbar-nav li.nav-item {
        background: #B6B1A9; }
        div#mobile-header nav.navbar #navbarNav ul.navbar-nav li.nav-item a.nav-link {
          color: #FFFFFF;
          font-size: .95em;
          font-weight: 300;
          padding: 20px;
          text-align: center; }
          div#mobile-header nav.navbar #navbarNav ul.navbar-nav li.nav-item a.nav-link:hover {
            text-decoration: underline; }
    div#mobile-header nav.navbar #navbarNav div.close-menu {
      width: 35px;
      height: 35px;
      background: #B6B1A9;
      text-align: center;
      position: relative;
      left: 0;
      top: 0;
      float: left; }
      div#mobile-header nav.navbar #navbarNav div.close-menu a.close-mobile-menu {
        display: table;
        width: 100%;
        height: 100%; }
        div#mobile-header nav.navbar #navbarNav div.close-menu a.close-mobile-menu:hover {
          text-decoration: none; }
        div#mobile-header nav.navbar #navbarNav div.close-menu a.close-mobile-menu i.fa {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          font-size: 1.5em;
          color: #FFFFFF; }
div#mobile-header .navbar-toggler {
  border: 0;
  cursor: pointer; }
  div#mobile-header .navbar-toggler:active, div#mobile-header .navbar-toggler:focus {
    outline: 0;
    border: 0; }
div#mobile-header a.navbar-brand {
  max-width: 70%;
  display: inline-block;
  margin-right: 0; }
div#mobile-header div.search-icon {
  margin-right: 10px; }
  div#mobile-header div.search-icon a.search-icon i.fa {
    background: #95989A;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: white; }
    div#mobile-header div.search-icon a.search-icon i.fa:before {
      top: 6px;
      position: relative; }
div#mobile-header .mobile-nav-tagline {
  padding: 15px;
  background: #93A396;
  text-align: center;
  color: #FFFFFF; }
  div#mobile-header .mobile-nav-tagline p.tagline {
    margin-bottom: 0;
    font-weight: 100;
    font-size: .85em; }

.hvn_green {
  color: #93A396; }

.hvn_dimgray {
  color: #95989A; }

header {
  padding: 20px 0; }
  header h3.theme_title {
    color: #93A396;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    margin: 20px auto;
    font-family: 'Domaine Display', sans-serif; }
    header h3.theme_title.hvn_green {
      color: #93A396; }
  header #header_logo {
    text-align: center; }
    header #header_logo img.rsp_img {
      max-width: 70%;
      display: block;
      margin: 0 auto; }

.search-bar {
  background: #B6B1A9;
  padding: 20px; }

section.navigation {
  margin-bottom: 25px; }
  section.navigation.sticky {
    border-top: 1px solid #B6B1A9;
    border-bottom: 1px solid #B6B1A9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #FFFFFF; }
    section.navigation.sticky .container nav {
      border-top: 0;
      border-bottom: 0;
      padding: 0; }
      section.navigation.sticky .container nav ul li {
        vertical-align: middle; }
        section.navigation.sticky .container nav ul li.small_logo {
          display: inline-block;
          padding-top: 0; }
          section.navigation.sticky .container nav ul li.small_logo a:hover {
            text-decoration: none; }
          section.navigation.sticky .container nav ul li.small_logo a img.rsp_img {
            max-width: 225px; }
    section.navigation.sticky .container #search-bar {
      position: absolute;
      left: 0;
      right: 0; }
  section.navigation .container nav {
    border-top: 1px solid #B6B1A9;
    border-bottom: 1px solid #B6B1A9;
    /*min-height: 40px;*/
    padding: 15px 0; }
    section.navigation .container nav ul {
      list-style-type: none;
      margin-bottom: 0;
      text-align: center; }
      section.navigation .container nav ul li {
        display: inline-block;
        padding: 4px 15px;
        margin-right: 15px;
        vertical-align: middle; }
        section.navigation .container nav ul li.small_logo {
          display: none; }
        section.navigation .container nav ul li a {
          font-weight: 300;
          color: #7E726E;
          line-height: 40px;
          vertical-align: middle;
          font-size: 1.25em; }
          section.navigation .container nav ul li a.search-icon i.fa {
            background: #95989A;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            vertical-align: middle;
            text-align: center;
            color: white;
            font-size: .9em; }
            section.navigation .container nav ul li a.search-icon i.fa:before {
              top: 6px;
              position: relative; }

button:hover {
  cursor: pointer; }

.content {
  padding: 20px 0 60px; }
  .content .tile {
    /*padding: 20px 15px;*/
    color: #000000;
    /*margin-bottom: 25px;*/
    display: flex;
    flex-direction: column;
    height: 100%; }
    .content .tile .inner {
      padding: 40px 40px 30px;
      text-align: center;
      background: #EEEDE9;
      flex: 1;
      margin-bottom: 25px; }
      .content .tile .inner p.tile_desc {
        min-height: 150px; }
  .content h3.theme_title {
    margin: 35px auto 25px;
    text-align: center;
    color: #B6B1A9;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Domaine Display', sans-serif; }
    .content h3.theme_title.hvn_green {
      color: #93A396; }
    .content h3.theme_title.footer {
      margin: 80px auto;
      font-weight: 300;
      font-size: 2em;
      letter-spacing: 0px;
      font-family: 'Graphik', sans-serif; }
  .content div.image_wrapper p.image_caption {
    margin-top: 15px;
    color: #7E726E;
    font-size: 1em; }
  .content div.image_wrapper.footer {
    margin-top: 80px;
    text-align: center; }
    .content div.image_wrapper.footer img.rsp_img {
      display: block;
      margin: 15px auto; }
  .content h3.blog_caption {
    color: #7E726E;
    font-size: 1.5em;
    margin: 30px auto; }
  .content p.blog_text {
    color: #7E726E;
    font-weight: 300;
    margin: 30px auto;
    font-family: 'Graphik', sans-serif;
    font-size: 1.25em; }
    .content p.blog_text.nmtop {
      margin-top: 0; }

.search-icon:hover,
.search-icon-wrapper:hover {
  cursor: pointer; }

nav.desktop-only li.search-icon-wrapper.active:after {
  content: " ";
  position: absolute;
  display: block;
  width: 30px;
  height: 25p;
  height: 38px;
  top: 25px;
  /* background: #b6b1a9; */
  z-index: -1; }

.search-bar {
  display: none; }
  .search-bar button.theme_button_trs {
    margin-left: 15px; }
  .search-bar input.search {
    color: #B6B1A9; }

.theme_button_trs {
  padding: 8px 15px;
  border: 0;
  outline: 0;
  background: #B6B1A9;
  color: #FFFFFF;
  font-size: 1em;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  border-radius: 5px; }
  .theme_button_trs:active, .theme_button_trs:focus {
    outline: 0; }
  .theme_button_trs:hover {
    color: #B6B1A9;
    background: #FFFFFF;
    cursor: pointer; }
  .theme_button_trs i.fa {
    margin-right: 15px; }

.row {
  margin-left: 0;
  margin-right: 0; }

a.button_wrapper {
  display: block;
  margin: 35px auto 0;
  text-align: center; }
  a.button_wrapper .theme_button_trs {
    padding: 8px 15px;
    border: 0;
    outline: 0;
    color: #B6B1A9;
    font-size: 1.75em;
    font-weight: 600;
    background: transparent; }
    a.button_wrapper .theme_button_trs:active, a.button_wrapper .theme_button_trs:focus {
      outline: 0; }
    a.button_wrapper .theme_button_trs i.fa {
      margin-right: 15px; }
  a.button_wrapper .theme_button {
    color: #93A396;
    padding: 8px 15px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #93A396;
    background: transparent;
    cursor: pointer; }
    a.button_wrapper .theme_button:active, a.button_wrapper .theme_button:focus {
      outline: 0; }
  a.button_wrapper .theme_button_full {
    background: #93A396;
    color: white;
    border-radius: 5px;
    padding: 10px 35px; }
    a.button_wrapper .theme_button_full:active, a.button_wrapper .theme_button_full:focus {
      outline: 0; }
  a.button_wrapper .theme_button_ofs {
    color: white;
    background: #93A396;
    border-radius: 5px;
    padding: 10px 50px; }
    a.button_wrapper .theme_button_ofs:active, a.button_wrapper .theme_button_ofs:focus {
      outline: 0; }
  a.button_wrapper h3.blog_caption {
    margin-top: 20px;
    color: #B6B1A9;
    letter-spacing: 1px; }

.mw-25 {
  max-width: 25%; }

.mw-50 {
  max-width: 50%; }

.mw-75 {
  max-width: 75%; }

.mw-100 {
  max-width: 100%; }

.txt_center {
  text-align: center; }

.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.txt_justify {
  text-align: justify; }

section.neg_mg {
  margin-top: -100px;
  position: relative; }
section.bg_white {
  background: #FFFFFF; }

section.hero {
  min-height: 540px;
  position: relative; }
  section.hero.hero_banner .container .content {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    section.hero.hero_banner .container .content h3.hero_title {
      color: #FFFFFF;
      font-size: 4em;
      letter-spacing: 3px;
      font-weight: bold;
      font-family: 'Domaine Display', sans-serif; }
    section.hero.hero_banner .container .content p.hero_subtitle {
      color: #FFFFFF;
      font-weight: 300;
      font-size: 2em;
      letter-spacing: 3px; }
    section.hero.hero_banner .container .content p.hero_text {
      color: #FFFFFF;
      letter-spacing: 1px;
      width: 40%;
      margin-top: 20px;
      font-size: 1.25em;
      font-family: 'Graphik', sans-serif; }

.form-group.row {
  margin-left: 0;
  margin-right: 0; }

/** RESPONSIVE **/
img.rsp_img {
  width: 100%;
  height: auto; }
  img.rsp_img.logo {
    max-width: 175px;
    margin: 15px auto;
    display: block; }

/*
* 
*  Responsive styling
*
8
*/
@media screen and (max-width: 768px) {
  .mw-25 {
    max-width: 100%; }

  .mw-50 {
    max-width: 100%; }

  .mw-75 {
    max-width: 100%; }

  .mw-100 {
    max-width: 100%; }

  div.image_wrapper img.rsp_img {
    min-height: 200px; }

  section.hero {
    min-height: 600px; }
    section.hero.hero_banner {
      background-position: 85% center !important; }
      section.hero.hero_banner .container .content p.hero_text {
        width: 100%;
        font-weight: 100; }

  div.image_wrapper.footer img.rsp_img {
    /*max-width: 25%;*/
    min-height: initial; } }

/*# sourceMappingURL=main.css.map */

