/*!
Theme Name: Aligned for Life
Author: Erick Teowarang
Author URI: http://www.teowarang.com.au
Description: Aligned for Life Theme made by Erick Teowarang
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: http://www.alignedforlife.com.au					
Tags: yoga, alignedforlife, pilates, wordpress, themes, sass

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Mixin */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/AvenirNextLTPro-Demi.otf") format("opentype"); }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/FuturaStd-Bold.otf") format("opentype"); }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaStd-Book.otf") format("opentype"); }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FuturaStd-Medium.otf") format("opentype"); }

@font-face {
  font-family: "FuturaHeavy";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaStd-Heavy.otf") format("opentype"); }

body,
button,
input,
select,
textarea {
  color: #545454;
  font-family: AvenirNext;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.375em;
  font-family: Futura;
  font-weight: bold; }

h1 {
  font-size: 2.75em;
  color: #9ABD95; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.375em; }

.section-heading {
  margin-bottom: 0.3em;
  margin-top: 0; }

.section-heading, .section-subtitle {
  text-align: center; }

.page-subtitle {
  font-weight: normal;
  text-align: center;
  font-size: 1.25em;
  margin-top: 0; }

p {
  font-size: 1em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.responsive-table {
  margin: 1.5em 0;
  min-width: 300px;
  width: 100%; }
  .responsive-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .responsive-table th {
    display: none; }
  .responsive-table td {
    display: block; }
    .responsive-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 480px) {
        .responsive-table td:before {
          display: none; } }
  .responsive-table th, .responsive-table td {
    text-align: left; }
    @media (min-width: 480px) {
      .responsive-table th, .responsive-table td {
        display: table-cell;
        padding: 12px; } }

.price-table {
  margin-top: 0;
  margin-bottom: 2.5em; }
  .price-table tr:first-child {
    background-color: #F2F2F2; }
    .price-table tr:first-child th {
      font-size: 0.875em; }
  .price-table td:first-child {
    font-weight: bold; }
  .price-table td:last-child {
    width: 17%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.btn,
.price-table td:last-child a,
.class-package .healcode-pricing-option-text-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 20px;
  border: 1px solid #9ABD95;
  text-transform: uppercase;
  display: inline-block;
  background-color: #9ABD95;
  font-size: 0.875em;
  font-weight: 500;
  padding: 10px 38px;
  text-decoration: none;
  color: white;
  cursor: pointer; }
  @media (max-width: 480px) {
    button,
    .btn,
    .price-table td:last-child a,
    .class-package .healcode-pricing-option-text-link,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      padding-top: 10px;
      padding-bottom: 10px; } }
  button:hover,
  .btn:hover,
  .price-table td:last-child a:hover,
  .class-package .healcode-pricing-option-text-link:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: white;
    color: #9ABD95; }
  @media (max-width: 480px) {
    button,
    .btn,
    .price-table td:last-child a,
    .class-package .healcode-pricing-option-text-link,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center; } }
  button.centered-btn,
  .btn.centered-btn,
  .price-table td:last-child a.centered-btn,
  .class-package .centered-btn.healcode-pricing-option-text-link,
  input[type="button"].centered-btn,
  input[type="reset"].centered-btn,
  input[type="submit"].centered-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.bw-widget__signup {
  color: white; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666666;
  border: 1px solid #9ABD95;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 10px 20px;
  font-size: 0.9em; }

form .form-row {
  margin-bottom: 30px; }
  form .form-row:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 480px) {
    form .form-row {
      margin-bottom: 15px; } }

form .form-group {
  width: 49.2957746479%;
  float: left;
  margin-right: 1.4084507042%;
  padding-right: 7px; }
  form .form-group input[type="text"],
  form .form-group input[type="email"],
  form .form-group input[type="url"],
  form .form-group input[type="password"],
  form .form-group input[type="search"],
  form .form-group input[type="number"],
  form .form-group input[type="tel"],
  form .form-group input[type="range"],
  form .form-group input[type="date"],
  form .form-group input[type="month"],
  form .form-group input[type="week"],
  form .form-group input[type="time"],
  form .form-group input[type="datetime"],
  form .form-group input[type="datetime-local"],
  form .form-group input[type="color"] {
    width: 100%; }
  form .form-group:nth-child(even) {
    padding-left: 7px;
    padding-right: 0px;
    float: right;
    margin-right: 0; }
  @media (max-width: 480px) {
    form .form-group {
      width: 100%;
      float: left;
      padding-right: 0; }
      form .form-group:nth-child(even) {
        padding-left: 0;
        margin-top: 15px; } }

select {
  padding: 8px 20px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  background: transparent;
  color: white;
  border: 1px solid white;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  background: url(../images/banner-down-arrow.svg) no-repeat 94% center;
  background-size: 18px 18px; }

#banner-dropdown {
  margin-top: 10px;
  text-align: center;
  background-image: none;
  width: auto; }

textarea {
  width: 100%;
  padding: 20px; }

.location-radio-block > input[type='checkbox'], .location-radio-block > input[type='radio'] {
  opacity: 0;
  float: left;
  width: 1px; }

.location-radio-block .three-radio-buttons {
  padding: 0;
  border: 1px solid #9ABD95;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  width: auto;
  overflow: hidden;
  /*
		    Change from unchecked to checked graphic
		*/ }
  .location-radio-block .three-radio-buttons input {
    display: none; }
  .location-radio-block .three-radio-buttons > input[type='radio'] + label,
  .location-radio-block .three-radio-buttons > input[type='checkbox'] + label {
    display: block;
    float: left;
    margin: 0;
    clear: none;
    padding: 0.75em 0;
    width: 136px;
    text-align: center;
    cursor: pointer;
    background: white;
    color: black;
    font-size: 0.8em;
    font-weight: normal;
    border-right: 1px solid #9ABD95; }
    .location-radio-block .three-radio-buttons > input[type='radio'] + label:first-child,
    .location-radio-block .three-radio-buttons > input[type='checkbox'] + label:first-child {
      -webkit-border-radius: 0.3em 0 0 0.3em;
      border-radius: 0.3em 0 0 0.3em;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .location-radio-block .three-radio-buttons > input[type='radio'] + label:last-child,
    .location-radio-block .three-radio-buttons > input[type='checkbox'] + label:last-child {
      -webkit-border-radius: 0 0.3em 0.3em 0;
      border-radius: 0 0.3em 0.3em 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border-right: none; }
    @media (max-width: 480px) {
      .location-radio-block .three-radio-buttons > input[type='radio'] + label,
      .location-radio-block .three-radio-buttons > input[type='checkbox'] + label {
        float: none;
        border: 1px solid #9ABD95;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        margin-bottom: 15px;
        width: 200px; }
        .location-radio-block .three-radio-buttons > input[type='radio'] + label:last-child,
        .location-radio-block .three-radio-buttons > input[type='checkbox'] + label:last-child {
          -webkit-border-radius: 2em;
          border-radius: 2em;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          border-right: 1px solid #9ABD95; } }
  .location-radio-block .three-radio-buttons > input[type='radio']:checked + label,
  .location-radio-block .three-radio-buttons > input[type='checkbox']:checked + label {
    background: #9ABD95;
    color: #fff;
    font-weight: 600;
    border: none; }
  @media (max-width: 480px) {
    .location-radio-block .three-radio-buttons {
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ } }

/*** Gravity Forms CSS Override ***/
form .validation_error {
  color: red;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: -10px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #9ABD95;
  /*
	&:visited {
		color: $color__link-visited;
	}
	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}
	&:focus {
		outline: thin dotted;
	}
	&:hover,
	&:active {
		outline: 0;
	}
*/ }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-trigger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 60; }
  .menu-trigger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    margin-top: 5px;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-trigger span:nth-child(1) {
      top: 0px; }
    .menu-trigger span:nth-child(2), .menu-trigger span:nth-child(3) {
      top: 10px; }
    .menu-trigger span:nth-child(4) {
      top: 20px; }
  .menu-trigger.open span {
    background: white; }
    .menu-trigger.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .menu-trigger.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-trigger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-trigger.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  @media (max-width: 1024px) {
    .menu-trigger {
      display: block;
      float: right;
      margin-top: 33px; } }

.main-nav {
  width: 83.0985915493%;
  float: right;
  margin-right: 0;
  color: white; }
  @media (max-width: 1024px) {
    .main-nav {
      display: none; } }
  .main-nav .menu:after {
    content: "";
    display: table;
    clear: both; }
  .main-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0; }
    .main-nav ul li {
      display: inline-block;
      font-family: Futura;
      font-weight: 500; }
      @media (max-width: 1160px) {
        .main-nav ul li {
          padding-right: 0px; } }
      .main-nav ul li a {
        display: block;
        color: white;
        font-size: 14.5px;
        line-height: 40px;
        padding: 15px 24px;
        text-decoration: none;
        position: relative; }
        .main-nav ul li a:hover:after {
          content: '';
          width: 75%;
          border-bottom: 1px solid white;
          position: absolute;
          left: 50%;
          bottom: 18px;
          transform: translateX(-50%); }
      .main-nav ul li.schedule-menu {
        background-color: #9ABD95;
        font-family: FuturaHeavy;
        padding-right: 0px; }
        .main-nav ul li.schedule-menu a {
          padding: 15px 30px;
          color: white !important; }
          .main-nav ul li.schedule-menu a:after {
            content: '';
            background-image: url(../images/calendar.svg);
            background-repeat: no-repeat;
            height: 20px;
            width: 25px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -5px;
            position: relative;
            left: auto;
            bottom: auto;
            margin-left: 15px;
            transform: none; }
        .main-nav ul li.schedule-menu:hover a {
          background-color: #9ABD95;
          color: white; }
          .main-nav ul li.schedule-menu:hover a:after {
            content: '';
            background-image: url(../images/calendar.svg);
            border-bottom: 0px; }
        .main-nav ul li.schedule-menu .sub-menu {
          min-width: 100%; }
          .main-nav ul li.schedule-menu .sub-menu a:after {
            content: none; }
          .main-nav ul li.schedule-menu .sub-menu a:hover:after {
            content: none; }
      .main-nav ul li.login-menu {
        background-color: #ff4d00;
        color: white; }
        .main-nav ul li.login-menu a {
          padding: 15px 30px; }
          .main-nav ul li.login-menu a:after {
            content: '';
            background-image: url(../images/login-icon.png);
            background-repeat: no-repeat;
            height: 31px;
            width: 29px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -5px;
            position: relative;
            left: auto;
            bottom: auto;
            margin-left: 15px;
            transform: none; }
        .main-nav ul li.login-menu:hover a {
          background-color: #ff4d00 !important;
          color: white; }
          .main-nav ul li.login-menu:hover a:after {
            content: '';
            background-image: url(../images/login-icon.png);
            border-bottom: 0px; }
        .main-nav ul li.login-menu .sub-menu {
          min-width: 100%; }
          .main-nav ul li.login-menu .sub-menu a:after {
            content: none; }
          .main-nav ul li.login-menu .sub-menu a:hover:after {
            content: none; }
      .main-nav ul li.open a {
        background-color: #F2F2F2;
        color: #2e3641; }
      .main-nav ul li.current-menu-item a:after {
        content: '';
        width: 75%;
        border-bottom: 1px solid white;
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%); }
  .main-nav .menu-item-has-children {
    position: relative; }
    .main-nav .menu-item-has-children .sub-menu {
      display: none;
      position: absolute;
      background-color: #F2F2F2;
      text-align: left;
      z-index: 30;
      min-width: 220px; }
      .main-nav .menu-item-has-children .sub-menu li {
        display: block;
        padding-right: 0px; }
        .main-nav .menu-item-has-children .sub-menu li a {
          color: #2e3641;
          padding: 5px 20px; }
          .main-nav .menu-item-has-children .sub-menu li a:hover {
            background-color: #9ABD95;
            color: white; }
          .main-nav .menu-item-has-children .sub-menu li a:after {
            content: none; }
    .main-nav .menu-item-has-children:hover {
      background-color: #F2F2F2; }
      .main-nav .menu-item-has-children:hover a {
        color: #2e3641; }
      .main-nav .menu-item-has-children:hover .sub-menu {
        display: block; }
    .main-nav .menu-item-has-children a:after {
      content: none; }
    .main-nav .menu-item-has-children a:hover:after {
      content: none; }

/* Mobile Full Screen Menu */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(154, 189, 149, 0.95);
  z-index: 50;
  overflow-y: scroll;
  /* Mobile Menu Effects */ }
  .overlay nav {
    text-align: center;
    position: relative;
    top: 45%;
    height: 60%;
    font-size: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative; }
    .overlay ul li {
      display: block;
      height: auto; }
      .overlay ul li a {
        display: block;
        color: #fff;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        text-decoration: none;
        margin-bottom: 15px; }
  .overlay.overlay-alf {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s; }
    .overlay.overlay-alf.open {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .overlay.overlay-alf.open nav ul {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg); }
    .overlay.overlay-alf nav {
      -webkit-perspective: 1200px;
      perspective: 1200px; }
      .overlay.overlay-alf nav ul {
        opacity: 0.4;
        -webkit-transform: translateY(-25%) rotateX(35deg);
        transform: translateY(-25%) rotateX(35deg);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s; }
    .overlay.overlay-alf.close nav ul {
      -webkit-transform: translateY(25%) rotateX(-35deg);
      transform: translateY(25%) rotateX(-35deg); }
  .overlay .menu-item-has-children a {
    font-size: 0.875em; }
  .overlay .menu-item-has-children > a {
    font-weight: bold;
    font-size: 1.025em; }
  .overlay .menu > li > a {
    font-weight: bold; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }
  .overlay ul li {
    min-height: 34px; } }

.has-submenu > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/menu-arrow.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  margin-left: 8px; }

.has-submenu > a:hover:after {
  background-image: url("../images/menu-arrow-active.svg"); }

.has-submenu.open a:after {
  background-image: url("../images/menu-arrow-active.svg"); }

/*** Dark Theme ***/
.dark-theme .main-nav ul li a {
  color: #666666; }
  .dark-theme .main-nav ul li a:hover:after {
    border-color: #666666; }

.dark-theme .main-nav ul li .sub-menu li a {
  color: #666666; }

.dark-theme .main-nav ul li:last-child a {
  color: white; }

.dark-theme .main-nav ul li.current-menu-item a:after {
  border-color: #666666; }

.dark-theme .menu-trigger span {
  background: #666666; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  content: "";
  display: table;
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## All SCSS for individual pages
--------------------------------------------------------------*/
.our-studios-item {
  width: 30.8641975309%;
  float: left;
  margin-right: 3.7037037037%;
  text-align: center; }
  .our-studios-item h3 {
    color: white;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25em; }
  .our-studios-item h4 {
    margin-top: 25px;
    margin-bottom: 0; }
  .our-studios-item p {
    font-size: 0.875em;
    min-height: 140px;
    margin: 12px auto 25px;
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 768px) {
      .our-studios-item p {
        min-height: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 480px) {
      .our-studios-item p {
        padding-left: 0px;
        padding-right: 0px; } }
  .our-studios-item:last-child {
    float: right;
    margin-right: 0; }
  .our-studios-item .studio-image {
    height: 290px;
    width: auto;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
  .our-studios-item .btn, .our-studios-item .price-table td:last-child a, .price-table td:last-child .our-studios-item a, .our-studios-item .class-package .healcode-pricing-option-text-link, .class-package .our-studios-item .healcode-pricing-option-text-link {
    margin-left: auto;
    margin-right: auto; }
  .our-studios-item .findout-link {
    display: block;
    text-align: center;
    margin-top: 22px;
    font-weight: normal;
    font-size: 0.75em;
    color: #B3B3B3; }
  @media (max-width: 1160px) {
    .our-studios-item {
      line-height: 1.25em;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .our-studios-item {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 40px; } }

.location-radio-block {
  text-align: center; }
  .location-radio-block p {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: bold;
    font-size: 1.025em; }

.testimonial-section {
  background: url(../images/testimonial-bg.png);
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px;
  position: relative;
  min-height: 340px; }
  .testimonial-section .testimonial-quote {
    color: white;
    text-align: center;
    max-width: 80%;
    margin: 20px auto; }
  .testimonial-section .testimonial-source {
    font-family: Futura;
    font-size: 1.125em;
    text-align: center;
    color: white; }

.pilates-resources-section .image-banner {
  margin: 40px 0 60px; }

.recent-posts {
  width: 100%; }
  .recent-posts:after {
    content: "";
    display: table;
    clear: both; }
  .recent-posts .single-blog-post {
    width: 30.2564102564%;
    float: left;
    margin-right: 4.6153846154%; }
    .recent-posts .single-blog-post:nth-child(3) {
      float: right;
      margin-right: 0; }
    @media (max-width: 990px) {
      .recent-posts .single-blog-post {
        width: 100%;
        float: left;
        margin-bottom: 30px; }
        .recent-posts .single-blog-post:nth-child(3) {
          margin-bottom: 0; } }
    .recent-posts .single-blog-post .post-img {
      height: 225px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .recent-posts .single-blog-post .post-img {
          height: 260px;
          background-position: center center !important; } }
    .recent-posts .single-blog-post .post-details {
      background-color: #F2F2F2;
      padding: 25px 30px 20px;
      height: 200px; }
      .recent-posts .single-blog-post .post-details .post-meta {
        font-size: 0.75em;
        color: #808080; }
        .recent-posts .single-blog-post .post-details .post-meta a {
          color: #808080; }
      .recent-posts .single-blog-post .post-details h3 {
        font-size: 1.35em;
        line-height: 1.25;
        color: #808080;
        margin: 15px auto; }
        .recent-posts .single-blog-post .post-details h3 a {
          color: #808080;
          text-decoration: none; }
      .recent-posts .single-blog-post .post-details .post-readmore {
        color: #9ABD95;
        font-family: Futura;
        font-size: 0.8em;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block; }
        .recent-posts .single-blog-post .post-details .post-readmore:after {
          content: '';
          background-image: url(../images/right-green-arrow.svg);
          background-size: 17px 10px;
          width: 17px;
          height: 10px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          margin-top: -4px; }

.btn-seemore {
  margin-top: 40px; }

.cross-promotion-section {
  padding-top: 30px;
  padding-bottom: 0px; }
  .cross-promotion-section .image-banner {
    height: 560px;
    margin-top: 0; }
    .cross-promotion-section .image-banner .featured-content {
      padding-left: 70px; }
    @media (max-width: 1220px) {
      .cross-promotion-section .image-banner {
        height: auto; }
        .cross-promotion-section .image-banner .featured-image {
          display: none; }
        .cross-promotion-section .image-banner .featured-content {
          padding-left: 40px;
          width: 100%; } }

.single-blogpost {
  margin-bottom: 50px; }
  .single-blogpost .post-date {
    color: #802245;
    font-size: 0.75em;
    margin-bottom: 0px;
    display: block;
    line-height: 1; }
  .single-blogpost .post-title {
    margin: 7px 0; }
    .single-blogpost .post-title a {
      color: black;
      text-decoration: none; }
  .single-blogpost .excerpt {
    font-size: 0.875em;
    margin-bottom: 20px; }

.filter {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  .filter:after {
    content: "";
    display: table;
    clear: both; }
  .filter h3 {
    color: #9ABD95;
    margin: 0;
    margin-right: 10px; }
  .filter * {
    display: inline-block;
    vertical-align: middle; }
  .filter span {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 0.95em;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 20px;
    line-height: 1; }
    .filter span:hover, .filter span.active {
      background-color: #9ABD95;
      color: white; }
    @media (max-width: 768px) {
      .filter span {
        width: 23.9436619718%;
        float: left;
        margin-left: 0px;
        padding: 10px 0;
        text-align: center; }
        .filter span:nth-child(4n) {
          float: right;
          margin-right: 0; } }
    @media (max-width: 480px) {
      .filter span {
        width: 50%;
        float: left; } }

.single-resource-item {
  width: 30.4%;
  float: left;
  margin-right: 2.5%;
  min-height: 250px;
  margin-bottom: 20px; }
  .single-resource-item:nth-child(3) {
    float: right;
    margin-right: 0; }
  @media (max-width: 990px) {
    .single-resource-item {
      width: 100%;
      float: left;
      margin-bottom: 30px; }
      .single-resource-item:nth-child(3) {
        margin-bottom: 0; } }
  .single-resource-item .post-img {
    height: 225px;
    overflow: hidden; }
    .single-resource-item .post-img img {
      min-width: 100%;
      min-height: 100%;
      max-width: none; }
  .single-resource-item .post-details {
    background-color: #F2F2F2;
    padding: 25px 30px 20px;
    height: 200px; }
    .single-resource-item .post-details .post-meta {
      font-size: 0.75em;
      color: #808080; }
      .single-resource-item .post-details .post-meta a {
        color: #808080; }
    .single-resource-item .post-details h3 {
      font-size: 1.35em;
      line-height: 1.25;
      color: #808080;
      margin: 15px auto; }
      .single-resource-item .post-details h3 a {
        color: #808080;
        text-decoration: none; }
    .single-resource-item .post-details .post-readmore {
      color: #9ABD95;
      font-family: Futura;
      font-size: 0.8em;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block; }
      .single-resource-item .post-details .post-readmore:after {
        content: '';
        background-image: url(../images/right-green-arrow.svg);
        background-size: 17px 10px;
        width: 17px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        margin-top: -4px; }
  @media (max-width: 768px) {
    .single-resource-item {
      width: 47.4%; } }
  @media (max-width: 480px) {
    .single-resource-item {
      width: 100%;
      margin-right: 0px; } }

/*
.single-resource-item{
	width: 30.4%;
	float: left; 
	margin-right: 2.5%;
	min-height: 250px;
	margin-bottom: 20px;
	
	@include media("<=tablet"){
		width: 47.4%;
	}
	
	@include media("<=mobile"){
		width: 100%;
		margin-right: 0px;
	}
}
*/
.resource-image-container {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 15px; }

.resource-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px; }
  @media (max-width: 768px) {
    .resource-content {
      width: 100%; } }

.share-media {
  font-size: 0.95em;
  margin-top: 20px; }
  .share-media .heateor_sss_horizontal_sharing {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }

.studio-tab-selector {
  padding: 21px 0;
  background-color: #C3D4CA;
  text-align: center; }
  @media (min-width: 1380px) {
    .studio-tab-selector {
      text-align: initial; } }
  .studio-tab-selector .contact-section {
    float: none;
    text-align: center;
    margin-top: 15px;
    color: white; }
    .studio-tab-selector .contact-section a {
      color: white; }
    .studio-tab-selector .contact-section .divider {
      margin: 0 5px; }
    @media (min-width: 1380px) {
      .studio-tab-selector .contact-section {
        float: right;
        margin-top: 8px; } }
  .studio-tab-selector .single-tab {
    color: white;
    padding: 7px 26px;
    text-decoration: none;
    display: inline-block;
    margin-right: 0px;
    font-family: Futura; }
    .studio-tab-selector .single-tab.active {
      -webkit-border-radius: 2em;
      border-radius: 2em;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-color: white;
      color: #666666; }
    .studio-tab-selector .single-tab:last-child {
      margin-right: 0; }
    @media (max-width: 480px) {
      .studio-tab-selector .single-tab {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding: 12px 30px 10px;
        text-align: center; }
        .studio-tab-selector .single-tab:last-child {
          margin-bottom: 0px; } }
    @media (min-width: 1380px) {
      .studio-tab-selector .single-tab {
        padding: 7px 30px; } }

.single-content-tab {
  padding: 50px 0 30px;
  display: none; }
  .single-content-tab:after {
    content: "";
    display: table;
    clear: both; }
  .single-content-tab.active {
    display: block; }
  .single-content-tab .package-container {
    display: block; }
  .single-content-tab .class-package {
    margin-top: 50px; }
    .single-content-tab .class-package:nth-child(n + 4) {
      margin-top: 5px;
      margin-bottom: 50px; }

#studio-details {
  padding-bottom: 0; }

.studio-details-sidebar {
  width: 28.1690140845%;
  float: left;
  margin-right: 1.4084507042%;
  padding-right: 25px;
  font-size: 0.875em; }
  .studio-details-sidebar h4 {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .studio-details-sidebar .sidebar-block {
    margin-bottom: 30px; }
    .studio-details-sidebar .sidebar-block:first-child h4 {
      margin-top: 0; }
    @media (max-width: 768px) {
      .studio-details-sidebar .sidebar-block:first-child {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%; }
      .studio-details-sidebar .sidebar-block:nth-child(2) {
        width: 49.2957746479%;
        float: right;
        margin-right: 0; }
        .studio-details-sidebar .sidebar-block:nth-child(2) h4 {
          margin-top: 0; } }
    @media (max-width: 480px) {
      .studio-details-sidebar .sidebar-block {
        margin-bottom: 15px; }
        .studio-details-sidebar .sidebar-block:first-child {
          width: 100%;
          float: left; }
        .studio-details-sidebar .sidebar-block:nth-child(2) {
          width: 100%;
          float: left; } }
  @media (max-width: 768px) {
    .studio-details-sidebar {
      width: 100%;
      float: left; } }

.opening-hours .day-hours {
  margin-bottom: 7px; }
  .opening-hours .day-hours:after {
    content: "";
    display: table;
    clear: both; }
  .opening-hours .day-hours .day {
    width: 40.8450704225%;
    float: left;
    margin-right: 1.4084507042%; }
  .opening-hours .day-hours .hours {
    width: 57.7464788732%;
    float: right;
    margin-right: 0; }

.contact-details p {
  line-height: 1.75; }

.location-map-info {
  font-size: 15px; }
  .location-map-info p {
    margin-bottom: 25px; }

.studio-details-content {
  width: 70.4225352113%;
  float: right;
  margin-right: 0;
  padding-left: 60px;
  padding-bottom: 30px;
  border-left: 1px solid #E6E6E6; }
  .studio-details-content .studio-name {
    margin-top: 0; }
  @media (max-width: 768px) {
    .studio-details-content {
      width: 100%;
      float: left;
      border-left: none;
      padding-left: 0;
      padding-bottom: 0; } }

.studio-features:after {
  content: "";
  display: table;
  clear: both; }

.studio-features .features-list {
  width: 49.2957746479%;
  float: left;
  margin-right: 1.4084507042%; }
  .studio-features .features-list h4 {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .studio-features .features-list ul li {
    line-height: 1.75; }
  .studio-features .features-list:nth-child(even) {
    float: right;
    margin-right: 0; }
  @media (max-width: 480px) {
    .studio-features .features-list {
      width: 100%;
      float: left; } }

.questions-form textarea {
  height: 280px;
  margin-bottom: 25px; }

.staff-list {
  padding-top: 40px; }
  .staff-list:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 479px) {
    .staff-list {
      padding-top: 20px; } }
  .staff-list .staff-member {
    display: block;
    width: 22.2222222222%;
    float: left;
    margin-right: 3.7037037037%;
    text-decoration: none;
    color: #4D4D4D;
    text-align: center; }
    .staff-list .staff-member:nth-child(4n) {
      float: right;
      margin-right: 0; }
    .staff-list .staff-member:nth-child(n + 5) {
      margin-top: 25px; }
    .staff-list .staff-member img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 880px) {
      .staff-list .staff-member {
        width: 48.1481481481%;
        float: left;
        margin-right: 3.7037037037%; }
        .staff-list .staff-member:nth-child(2n) {
          float: right;
          margin-right: 0; }
        .staff-list .staff-member:nth-child(n + 5) {
          margin-top: 0px; }
        .staff-list .staff-member:nth-child(n + 3) {
          margin-top: 25px; } }
    @media (max-width: 479px) {
      .staff-list .staff-member {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 25px; }
        .staff-list .staff-member:nth-child(n + 3) {
          margin-top: 0px; } }

.staff-info-banner {
  background-color: #F2F2F2; }
  .staff-info-banner .staff-portrait {
    width: 32.3943661972%;
    float: left;
    margin-right: 1.4084507042%;
    text-align: center; }
    .staff-info-banner .staff-portrait img {
      margin-top: 30px; }
    @media (max-width: 768px) {
      .staff-info-banner .staff-portrait {
        width: 100%;
        float: left;
        margin-bottom: 20px; }
        .staff-info-banner .staff-portrait img {
          margin: 0 auto; } }
  .staff-info-banner .staff-details {
    width: 66.1971830986%;
    float: right;
    margin-right: 0; }
    @media (max-width: 768px) {
      .staff-info-banner .staff-details {
        width: 100%;
        float: left; }
        .staff-info-banner .staff-details h1 {
          text-align: center; } }
    @media (max-width: 480px) {
      .staff-info-banner .staff-details h1 {
        font-size: 2.25em; }
      .staff-info-banner .staff-details h2 {
        font-size: 1.75em; } }

.staff-articles {
  padding-bottom: 0; }
  .staff-articles h2 {
    color: #9ABD95;
    margin: 20px 0 40px; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 3px;
    background: #CCCCCC; }
  @media only screen and (min-width: 960px) {
    #cd-timeline {
      margin-top: 6em;
      margin-bottom: 3em; }
      #cd-timeline::before {
        left: 50%;
        margin-left: -2px; } }
  #cd-timeline .green-dot {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9ABD95; }
  #cd-timeline .starting-point {
    top: 0; }
  #cd-timeline .end-point {
    bottom: 0; }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 960px) {
    .cd-timeline-block {
      margin: 4em 0; }
      .cd-timeline-block:first-child {
        margin-top: 0; }
      .cd-timeline-block:last-child {
        margin-bottom: 0; } }

.cd-timeline-marker {
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 20;
  background-color: #9ABD95; }
  @media only screen and (min-width: 960px) {
    .cd-timeline-marker {
      left: 50%;
      margin-left: -8px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cssanimations .cd-timeline-marker.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-marker.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  padding: 1em; }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-content .year-date {
    font-family: Futura;
    font-weight: bold;
    font-size: 1.5em;
    width: 15%;
    float: right;
    position: relative;
    text-align: right; }
    .cd-timeline-content .year-date:after {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      right: -110px;
      top: 17px;
      height: 1px;
      background-color: #CCCCCC; }
  .cd-timeline-content .timeline-inner-content {
    width: 65%;
    float: right;
    text-align: center;
    margin-top: -20%; }
    .cd-timeline-content .timeline-inner-content img {
      display: block;
      margin: 0 auto; }
    .cd-timeline-content .timeline-inner-content p {
      font-size: 0.8125em;
      margin-top: 20px;
      padding-left: 20px;
      padding-right: 20px; }
  .cd-timeline-content h2 {
    color: #303e49; }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block; }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff; }
    .no-touch .cd-timeline-content .cd-read-more:hover {
      background-color: #bac4cb; }
  .cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 20px;
      font-size: 1.25rem; }
    .cd-timeline-content p {
      font-size: 16px;
      font-size: 1rem; }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 960px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 0;
      width: 40%; }
      .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff; }
      .cd-timeline-content .cd-read-more {
        float: left; }
      .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem; }
      .cd-timeline-block:nth-child(odd) .cd-timeline-content {
        float: right; }
        .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
          top: 24px;
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #ffffff; }
        .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
          float: right; }
        .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
          left: auto;
          right: 122%;
          text-align: right; }
        .cd-timeline-block:nth-child(odd) .cd-timeline-content .year-date {
          text-align: left;
          float: left; }
          .cd-timeline-block:nth-child(odd) .cd-timeline-content .year-date:after {
            content: none; }
          .cd-timeline-block:nth-child(odd) .cd-timeline-content .year-date:before {
            content: '';
            display: block;
            position: absolute;
            width: 100px;
            left: -110px;
            top: 17px;
            height: 1px;
            background-color: #CCCCCC; }
        .cd-timeline-block:nth-child(odd) .cd-timeline-content .timeline-inner-content {
          float: left; }
      .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 960px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.studio-price-list h1 {
  text-align: center; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.instagram-section {
  text-align: center;
  padding-top: 40px; }
  .instagram-section .instagram-link {
    font-family: Futura;
    font-size: 1.25em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none; }

.newsletter-banner {
  background-color: #C3D4CA;
  padding: 35px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .newsletter-banner {
      padding-bottom: 40px; } }
  .newsletter-banner h2 {
    display: block;
    color: white;
    vertical-align: middle;
    margin: 0 auto; }
    .newsletter-banner h2:before {
      display: block;
      content: '';
      background-image: url("../images/newsletter.svg");
      width: 36px;
      height: 36px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 1024px) {
      .newsletter-banner h2 {
        width: 75%; } }
  .newsletter-banner .newsletter-form {
    display: block;
    margin-top: 15px; }
    .newsletter-banner .newsletter-form .validation_message {
      position: absolute;
      margin-top: 10px;
      color: white; }
    .newsletter-banner .newsletter-form .validation_error {
      position: absolute;
      color: white; }
    .newsletter-banner .newsletter-form input[type='email'] {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      color: white;
      padding: 10px 100px 10px 25px;
      font-size: 0.875em;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      background-color: transparent;
      border-color: white;
      height: 40px;
      width: auto; }
      .newsletter-banner .newsletter-form input[type='email']::placeholder {
        color: white; }
      @media (max-width: 480px) {
        .newsletter-banner .newsletter-form input[type='email'] {
          padding-right: 10px; } }
      @media (max-width: 320px) {
        .newsletter-banner .newsletter-form input[type='email'] {
          padding-right: 0px;
          max-width: 180px; } }
    .newsletter-banner .newsletter-form input[type='submit'] {
      border: none;
      box-shadow: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      font-family: Futura;
      font-weight: bold;
      color: #9ABD95;
      font-size: 0.875em;
      background-color: white;
      text-transform: uppercase;
      border-radius: 0px;
      padding: 10px 20px;
      height: 40px;
      display: inline-block;
      vertical-align: middle;
      margin-left: -5px;
      margin-top: 1px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      width: auto; }
      @media (max-width: 480px) {
        .newsletter-banner .newsletter-form input[type='submit'] {
          padding: 10px 10px;
          font-size: 0.75em; } }
      @media (max-width: 320px) {
        .newsletter-banner .newsletter-form input[type='submit'] {
          padding-left: 5px;
          padding-right: 5px; } }
    .newsletter-banner .newsletter-form ::-webkit-input-placeholder {
      color: #2e3641;
      font-size: 0.8em; }
    .newsletter-banner .newsletter-form :-moz-placeholder {
      color: #2e3641;
      font-size: 0.8em; }
    .newsletter-banner .newsletter-form ::-moz-placeholder {
      color: #2e3641;
      font-size: 0.8em; }
    .newsletter-banner .newsletter-form :-ms-input-placeholder {
      color: #2e3641;
      font-size: 0.8em; }

.site-footer {
  background-color: #F2F2F2;
  padding: 25px 0 15px 0; }
  .site-footer .footer-block {
    width: 23.9436619718%;
    float: left;
    margin-right: 1.4084507042%;
    text-align: left; }
    .site-footer .footer-block:last-child {
      float: right;
      margin-right: 0; }
    @media (max-width: 1024px) {
      .site-footer .footer-block {
        width: 49.2957746479%;
        float: left;
        margin-right: 1.4084507042%;
        text-align: center; }
        .site-footer .footer-block:nth-child(even) {
          float: right;
          margin-right: 0; } }
    @media (max-width: 540px) {
      .site-footer .footer-block {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: left; } }
    .site-footer .footer-block h3 {
      font-size: 1em;
      margin-bottom: 0px; }
    .site-footer .footer-block p {
      margin-top: 10px;
      font-size: 0.825em;
      line-height: 1.83; }

.footer-content .copyright-text {
  font-size: 0.7em;
  text-align: center;
  margin-top: 20px; }
  .footer-content .copyright-text a {
    color: #2e3641;
    text-decoration: none; }
  @media (min-width: 481px) {
    .footer-content .copyright-text br {
      display: none; } }

/*--------------------------------------------------------------
## Page Banner
--------------------------------------------------------------*/
.page-banner {
  text-align: center;
  height: 620px;
  color: white;
  width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    .page-banner {
      height: 100vh; } }
  .page-banner .page-titles {
    width: 60%;
    max-width: 1160px;
    margin: 0 auto;
    font-family: Futura;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-banner .page-titles h1 {
      font-size: 3em;
      color: white; }
      @media (max-width: 480px) {
        .page-banner .page-titles h1 {
          font-size: 2.5em; } }
    .page-banner .page-titles .post-meta {
      display: block;
      font-size: 0.9125em;
      margin-bottom: -10px; }
      .page-banner .page-titles .post-meta a {
        color: white; }
    .page-banner .page-titles .subtitle {
      font-size: 1.25em; }
      .page-banner .page-titles .subtitle a {
        color: white; }
      @media (max-width: 480px) {
        .page-banner .page-titles .subtitle {
          font-size: 1em; } }
    @media (max-width: 1159px) {
      .page-banner .page-titles {
        width: 100%;
        text-align: center;
        margin: 0; } }
  .page-banner .video-link {
    background-image: url("../images/play-button.svg");
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-indent: -9999px; }
  .page-banner .btn-banner {
    padding: 12px 42px;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-top: 20px; }

.site-branding {
  height: 80px;
  width: 15.4929577465%;
  float: left;
  padding-top: 15px;
  text-align: left; }
  .site-branding:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .site-branding {
      height: 75px;
      width: auto; } }

.logo {
  height: 100%; }
  .logo img {
    height: 100%;
    width: auto; }

.header-navigation {
  padding-left: 30px;
  width: 100%; }
  .header-navigation:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .header-navigation {
      padding-left: 15px;
      padding-right: 15px; } }

.image-banner {
  width: 100%;
  height: 450px; }
  .image-banner:after {
    content: "";
    display: table;
    clear: both; }
  .image-banner .featured-image {
    width: 45%;
    float: left;
    height: 100%;
    overflow: hidden; }
    .image-banner .featured-image img {
      width: auto;
      max-width: none;
      min-width: 100%;
      min-height: 100%; }
      @media (max-width: 1220px) {
        .image-banner .featured-image img {
          position: relative;
          right: 25%; } }
    @media (max-width: 1023px) {
      .image-banner .featured-image {
        display: none; } }
  .image-banner .featured-content {
    width: 55%;
    float: left;
    height: 100%;
    padding: 50px 45px 40px; }
    .image-banner .featured-content h1 {
      line-height: 1.25;
      margin: 15px 0 15px; }
    .image-banner .featured-content p {
      line-height: 1.75;
      font-size: 0.925em; }
    .image-banner .featured-content .btn-readmore {
      margin-top: 15px; }
    .image-banner .featured-content.brand-color {
      background-color: #C3D4CA; }
      .image-banner .featured-content.brand-color h1, .image-banner .featured-content.brand-color p, .image-banner .featured-content.brand-color span {
        color: white; }
      .image-banner .featured-content.brand-color h1 a {
        color: white;
        text-decoration: none; }
    .image-banner .featured-content.post-content .post-meta {
      font-family: Futura;
      font-weight: normal;
      font-size: 0.75em; }
      .image-banner .featured-content.post-content .post-meta a {
        color: white; }
      .image-banner .featured-content.post-content .post-meta .post-author {
        text-decoration: none; }
    .image-banner .featured-content.grey-color {
      background-color: #F2F2F2; }
      .image-banner .featured-content.grey-color h1, .image-banner .featured-content.grey-color p, .image-banner .featured-content.grey-color span {
        color: #666666; }
      .image-banner .featured-content.grey-color h1 a {
        color: #666666;
        text-decoration: none; }
    @media (max-width: 1220px) {
      .image-banner .featured-content {
        padding: 30px 40px; } }
    @media (max-width: 1023px) {
      .image-banner .featured-content {
        width: 100%;
        float: none; } }
  @media (max-width: 1220px) {
    .image-banner {
      height: 520px; } }
  @media (max-width: 1023px) {
    .image-banner {
      height: auto; } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1200px) {
    .container {
      max-width: 1050px; } }
  @media (max-width: 1160px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 320px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.maillink:link, .maillink:visited, .maillink:active {
  color: #59C0DB;
  text-decoration: none; }

section {
  padding: 50px 0; }
  @media (max-width: 768px) {
    section {
      padding: 30px 0; } }
  section.no-padding {
    padding: 0; }

.no-top-padding {
  padding-top: 0; }

.no-bottom-padding {
  padding-bottom: 0; }

.main-content {
  padding: 70px 0; }
  @media (max-width: 768px) {
    .main-content {
      padding: 50px 0; } }

.social-media-section {
  text-align: center;
  margin-top: 15px; }
  .social-media-section .social-media-icon {
    text-indent: -9999px;
    width: 26.3px;
    height: 26.3px;
    display: inline-block;
    margin-right: 8px;
    background-repeat: no-repeat; }
    .social-media-section .social-media-icon.facebook-icon {
      background-image: url(../images/facebook.svg); }
      .social-media-section .social-media-icon.facebook-icon.dark-icon {
        background-image: url(../images/facebook-dark.svg); }
    .social-media-section .social-media-icon.instagram-icon {
      background-image: url(../images/instagram.svg); }
      .social-media-section .social-media-icon.instagram-icon.dark-icon {
        background-image: url(../images/instagram-dark.svg); }
    .social-media-section .social-media-icon.youtube-icon {
      background-image: url(../images/youtube.svg); }
      .social-media-section .social-media-icon.youtube-icon.dark-icon {
        background-image: url(../images/youtube-dark.svg); }

.pagination span:after, .pagination a:after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  color: black; }

.pagination span:last-child:after, .pagination a:last-child:after {
  content: "";
  display: none; }

/*** Table Styles **/
th.text-left {
  text-align: left; }

th.text-center {
  text-align: center; }

th.text-right {
  text-align: right; }

td.text-left {
  text-align: left; }

td.text-center {
  text-align: center; }

td.text-right {
  text-align: right; }

/** Packages Section ***/
.home .packages-section > h1 {
  margin-top: 0; }

.packages-section {
  text-align: center; }
  .packages-section .btn-primary {
    margin-top: 30px; }
  .packages-section > h1 {
    margin-top: 50px; }

.package-container {
  margin-top: 30px;
  display: none; }
  .package-container:after {
    content: "";
    display: table;
    clear: both; }
  .package-container.studio-class-packages {
    display: block; }

.class-package {
  width: 33.0677290837%;
  float: left;
  margin-right: 0.3984063745%;
  height: 280px;
  padding: 30px 20px;
  position: relative;
  text-align: center; }
  .class-package:nth-child(3), .class-package:nth-child(6) {
    float: right;
    margin-right: 0; }
  @media (max-width: 768px) {
    .class-package {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .class-package:nth-child(3) {
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .class-package {
      height: 300px; } }
  .class-package h3, .class-package p, .class-package span {
    color: white; }
  .class-package h3 {
    margin-bottom: 10px;
    font-size: 1.45em; }
  .class-package p {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    min-height: 48px; }
  .class-package .recommended-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    font-weight: 400;
    font-size: 0.7em;
    background-color: #ff4d00;
    padding: 4px 15px 2px;
    display: none; }
  .class-package .package-price {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.275em; }
  .class-package .healcode-pricing-option-text-link {
    background-color: transparent;
    color: white;
    border-color: white;
    padding: 9px 30px;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .class-package .healcode-pricing-option-text-link:hover {
      color: black; }
  .class-package.recommended .recommended-tag {
    display: block; }
  .class-package.single-class-package .location-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    color: white;
    font-weight: 400;
    font-size: 0.8em;
    background-color: #ff4d00;
    padding: 7px 30px 6px;
    display: block; }

/*** Accordion FAQ Item ***/
/* Style the buttons that are used to open and close the accordion panel */
.faq-section h1 {
  margin-bottom: 30px; }

.faq-accordion {
  background-color: #9ABD95;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  padding: 18px 30px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 20px; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-accordion.active,
.faq-accordion:hover {
  background-color: #61915b;
  color: white; }

.faq-accordion.active {
  margin-bottom: 0; }

/* Style the accordion panel. Note: hidden by default */
.faq-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.faq-accordion:after {
  content: '\25bc';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px; }

.faq-accordion.active:after {
  content: "\25b2";
  /* Unicode character for "minus" sign (-) */ }

.contact-form-container {
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .contact-form-container {
      width: 100%; } }

.category-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em; }

.prices-section {
  padding: 0px; }

.studio-price-list {
  padding-top: 10px;
  padding-bottom: 30px; }
  .studio-price-list:first-child {
    padding-top: 20px; }
  .studio-price-list.custom-bg {
    background: url("../images/bg-pattern.jpg");
    background-repeat: repeat; }
    .studio-price-list.custom-bg h1 {
      color: white; }

/** Supporters Section **/
.supporters-logo {
  display: flex;
  flex-flow: row nowrap; }
  .supporters-logo .logo-container {
    flex: 0 1 auto;
    text-align: center; }
    .supporters-logo .logo-container.col-4 {
      width: 25%; }
    .supporters-logo .logo-container.col-5 {
      width: 20%; }
    .supporters-logo .logo-container.col-6 {
      width: 16.6667%; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
