@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@font-face {
    font-family: 'Cocogoose Pro';
    src: url('../fonts/CocogoosePro-Letterpress.woff2') format('woff2'),
        url('../fonts/CocogoosePro-Letterpress.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body
{
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}

p {margin: 0}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index:1000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Place content 60px from the top */
  text-align: center;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 10px 8px 25px;
  text-decoration: none;
  font-weight: bolder;
  font-size:1em;
  color: #111111;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f26522;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:active {
  color: #f26522;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav img 
{
  margin-top: 25px;
  margin-bottom: 25px;
}

.hamburger-container {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 120;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #777;
  margin: 6px 0;
  transition: 0.4s;
}


.show-mobile
{
  display: none;
}




.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  color: #262626;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #959595;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

.logo
{
  max-height: 300px;
  max-width: 130px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}


.sticky
{
  display: none;
}


.contained
{
  max-width: 1143px;
}

.centered
{
   margin: 0 auto;
}

.full-width
{
  width: 100%;
  max-width: 100%;
}

.hidden
{
  display: none;
}

.section
{
  padding-top: 70px;
  padding-bottom: 70px;
}

.left
{
  width: 50%;
  float: left;
}

.left-1
{
  width: 33%;
  float: left;
}

.left-1-3 {
 width: 16.66%;
  float: left; 
}

.left-1-4
{
  width: 25%;
  float: left;

}

.right
{
  width: 50%;
  float: right;
}


.right-2
{
  float:right;
  width: 66%;
}
.right-5
{
  float:right;
  width: 50%;
}

.left-5
{
  float:left;
  width: 50%;
}

.max-width
{
  max-width: 90%;
}


.min-height
{
  min-height: 300px;
}

.instapic
{
 
}

.instapic img{
  width: 100%;
}

.equal-height-content
{
  display: table;
  width: 100%
}


.table-content-middle
{
  display: table;
  width: 100%;
  height: 100%;
}

.table-middle
{

   display: table-cell;
   min-height: 100%;
   vertical-align: middle;
}

.title
{
  color: #f05123;
  font-weight: bold;
  font-size: 1.700em;
}

.title:after {
    height: 2px;
    display: block;
    width: 105px;
    margin-top: 15px;
    background: #6b6b6b;
    content: '';
}

.title-invert
{
  color: #fff;
  font-weight: bold;
  font-size: 1.700em;
}

.title-invert:after {
    height: 2px;
    display: block;
    width: 105px;
    margin-top: 15px;
    background: #f05123;
    content: '';
}

#contactus .title-invert
{
  color: #414042;
  margin-bottom: 0px;
}

#contactus .title-invert span
{
  color: #959595;
  font-weight: initial;
  font-size: 1rem;
  margin-top: 0

}

.top-nudge
{
  margin-top:50px;
}

.red
{
  background-color: #ee1c24;
}

.burgundy
{
  background-color: #330000;
}

.grey
{
  background-color: #6b6b6b;
  color: #fff;
}

.dark-grey
{
  background-color: #262626;
}

.orange
{
  background-color: #f05123;
}

.website-copy
{
  font-size: 0.800em;
  font-weight: initial;
}

.button
{
  color: #f05123;
  font-size: 1.500em;
  font-style: italic;
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  text-align: center;
  max-width: 350px;
  margin-right: 0;
  margin-left: auto;
  font-weight: bold;
  cursor: pointer;
}


h1
{
  font-family: 'Cocogoose Pro';
  font-size: 2.500em;
  margin-top: 10px;
  margin-bottom: 10px;
}
h2
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: initial;
}

.trainer-title
{
  color: #f05123;
  font-size: 1.300em;
  font-weight: bold;
  max-width: 80%;
}

.trainer-title a
{
  float: right;
}

.trainer-subtitle
{
  color: #414042;
  font-size: 1em;
  font-weight: bold;
}

/*
 * Custom translucent site header
 */

.site-header {
  background: rgb(240,80,35);
  background: linear-gradient(180deg, rgba(240,80,35,.65) 0%, rgba(107,108,108,0) 60%);
  
  
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%
}

.site-header.scroll{
    background: -moz-linear-gradient(180deg, rgb(240, 80, 35) 0%, rgb(255, 255, 255) 70%);
    background: -webkit-linear-gradient(1800deg, rgba(240,80,35,1) 0%, rgba(255,255,255,1) 70%);
    background: linear-gradient(180deg, rgb(240, 80, 35) 0%, rgb(255, 255, 255) 70%);
}
.site-header a {
  color: #252525;
  font-weight: bold;
  transition: ease-in-out color .15s;
  line-height: 1em;
  text-decoration: none;
}
.site-header a:hover {
  color: rgb(240,80,35);
  border-bottom:2px solid rgb(240,80,35);
}

.site-header nav
{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: right;
}

.site-header nav a
{
  margin-left: 35px;
}

.nav-holder
{
  display: table;
  padding-top: 30px;
}

#container
{
  position: absolute;
  z-index:0;
  height: 100vh;
}

#landing{
  color: #FFFFFF;
}

#landing .slider1
{
  background-image: url("../img/slider1.jpg");
  background-size: cover;
  background-position: top center;
  width: 100%;
  min-height: 900px; 
  color: #fff;
  position: relative;
}

#landing .slider2
{
  background-image: url("../img/slider2.jpg");
  background-size: cover;
  background-position: top center;
  width: 100%;
  min-height: 900px; 
  color: #fff;
  position: relative;
}


#landing-content
{
  text-align: center;
  position: absolute;
  top:40%;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}

.slick-dots{
  bottom: 20px !important;
}

.slick-dots li button::before {
  content: '' !important;
  background-color: #ffffff;
  border-radius: 100%;
}
#personal-trainers .website-copy, #personal-trainers h4
{
  color: #6b6b6b;
}

#book-now h3
{
  color: #fff;
  font-size: 1em;
  font-weight: initial;
}

#book-now h2
{
  font-color :#262626;
  font-size: 1.400em;
}

#contactus h2
{
  margin-top: 35px;
  color: #f05123;
  font-size: 1.300em;
  margin-bottom: 0;
}

#contactus p,
#contactus a,
#contactus a:hover,
#contactus a:active
{
  margin-top: 0px;
  color: #959595;
  text-decoration: none;
}

#contactus .vborder-right {
  border-right: 2px solid #f05123;
}

.social
{
  display: inline-block;
}

footer
{
  padding-top: 10px;
  padding-bottom: 10px;
}

footer p
{
  font-weight: initial;
  font-color : #fff;
  text-align: center;
  font-size: 0.500em;
}


/* Manami */
.input--manami {
  overflow: hidden;
}

.input__field--manami {
  width: 100%;
  background: transparent;
  padding: 0.5em;
  margin-bottom: 2em;
  padding-top: 0;
  color: #262626;
  left:13px;
  z-index: 100;
  opacity: 0;
}

.input__label--manami {
  width: 100%;
  position: absolute;
  text-align: left;
  padding: 0.5em 0;
  pointer-events: none;
}

.input__label--manami::before,
.input__label--manami::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}

.input__label--manami::before {
  height: 100%;
  border-bottom: 2px solid #f05123;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.input__label--manami::after {
  height: 2px;
  border-bottom: 2px solid #f05123;
  top: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.input__label-content--manami {
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s;
}

.input__field--manami:focus,
.input--filled .input__field--manami {
  opacity: 1;
  -webkit-transition: opacity 0s 0.2s;
  transition: opacity 0s 0.2s;
}

.input__label--manami::before,
.input__label--manami::after,
.input__label-content--manami,
.input__field--manami:focus,
.input--filled .input__field--manami {
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--manami:focus + .input__label--manami::before,
.input--filled .input__label--manami::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--manami:focus + .input__label--manami::after,
.input--filled .input__label--manami::after {
  opacity: 0;
}

.input__field--manami:focus + .input__label--manami .input__label-content--manami,
.input--filled .input__label--manami .input__label-content--manami {
  color: #cbc4c6;
  -webkit-transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
  transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
}
@media only screen and (max-width: 1000px) 
{

  body, html
  {
    overflow-x: hidden;
  }

  .site-header
  {
    position: absolute;
  }

  .show-mobile
  {
    display: block!important;
  }

  .hide-mobile
  {
    display: none !important;
  }

  .section
  {
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-1, .left-5, .left, .left-1-4, .left-1-3 
  {
    float: none;
    width: 100%;
  }

  .min-height
  {
    min-height: unset;
  }

  .right-2, .right-5, .right
  {
    float: none;
    width: 100%;
  }

  .table-middle
  {
    display: block;
  }

  .button
  {
    max-width: 280px;
    margin:0 auto; 
  }

  .trainer-title
  {
    width: 100%;
    max-width: unset;
  }


}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 10px;}
  .sidenav a {font-size: 14px;}
}
