/*****************************************************
    Site: Morely Physiotherapy
    Implemented by: Earl Evan Amante (Visible)
    Date Implemented: 13-01-2016
    
    Table of Contents
    1. Fonts
    2. Global Styling and Helpers
    3. Header
    4. Menu
    5. Content
    6. Sidebar
    7. Footer
    8. Misc
    9. Responsive area
        9.1 min-width 480px
            480.1 Header
            480.2 Menu
            480.3 Content
            480.4 Sidebar
            480.5 Footer
            480.6 Misc
        9.2 min-width 768px
            768.1 Header
            768.2 Menu
            768.3 Content
            768.4 Sidebar
            768.5 Footer
            768.6 Misc
        9.3 min-width 992px
            992.1 Header
            992.2 Menu
            992.3 Content
            992.4 Sidebar
            992.5 Footer
            992.6 Misc
        9.4 min-width 1200px
            1200.1 Header
            1200.2 Menu
            1200.3 Content
            1200.4 Sidebar
            1200.5 Footer
            1200.6 Misc

    General Information
    Body: #
    H1: #
    H2: #
    H3: #
    H4: #
    a: #
    a:hover: #
******************************************************/
/*****************************************************
    1. Fonts
******************************************************/
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*****************************************************
    2. Global Styling and Helpers
******************************************************/
body {
  color: #000;
  font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
  font-size: 16px; }

p {
  margin: 0 0 15px; }

a {
  color: #346797; }

a:hover, a:active {
  text-decoration: none; }

a .fa-facebook-square {
  color: #3b5998; }
a .fa-twitter-square {
  color: #55acee; }
a .fa-linkedin-square {
  color: #0077b5; }

h1, h2, h3, h4, h5 {
  font-family: 'ProximaNova-Bold', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 0 0 15px; }

h1 {
  font-size: 2.000em;
  /* 32px */ }

h2 {
  font-size: 1.625em;
  /* 26px */ }

h3 {
  font-size: 1.313em;
  /* 21px */ }

h5 {
  font-size: 0.875em;
  /* 14px */
  text-transform: uppercase;
  letter-spacing: 5px; }

img {
  max-width: 100%;
  height: auto; }

.btn-yellow {
  margin: 0 0 15px;
  text-align: center; }
.btn-yellow a {
  background: #ffde15;
  color: #000;
  padding: 10px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
.btn-yellow a:hover {
  opacity: 0.8; }

.btn-yellow--left {
  margin-top: 30px;
  text-align: left; }

.spacing {
  padding: 50px 0; }

.outer-wrapper {
  overflow: hidden; }

.center {
  text-align: center; }

.no-padding {
  padding: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.animate-300, .animate-300::before, .animate-300::after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/*****************************************************
    3. Header
******************************************************/
.btn-nav {
  margin: 15px 5px 5px;
  width: 32px;
  height: 32px;
  position: relative; }
.btn-nav a {
  background: #fff;
  display: block;
  height: 5px;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.btn-nav a::before {
  content: "";
  background: #fff;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -13px; }
.btn-nav a::after {
  content: "";
  background: #fff;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: 7px; }

.btn-nav--active a::before {
  margin-top: -17px; }
.btn-nav--active a::after {
  margin-top: 11px; }

header {
  position: relative; }

.header__phone {
  color: #FFF;
  font-size: 20px;
  margin-top: -15px;
  text-align: right; }
.header__phone a, .header__phone a:hover, .header__phone a:link {
  color: #FFF; }

.top-menu {
  background: #0e5da9;
  padding: 40px 0 0; }

.logo {
  text-align: center; }
.logo img {
  height: 70px; }

.masthead {
  background: #0e5da9;
  position: relative;
  z-index: 0; }

.masthead.front-page {
  min-height: 150px; }

.banner {
  background-position: center center;
  background-size: cover;
  opacity: .2;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.banner-text {
  color: #fff;
  padding: 30px 0;
  position: relative;
  text-align: center;
  z-index: 2; }
.banner-text p {
  font-size: 2.000em;
  /* 32px */
  margin: 0 0 30px; }

.banner-text__sub-text {
  font-size: 0.875em;
  /* 14px */ }
.banner-text__sub-text a {
  color: #fff; }

/* Inner Page */
.banner-title {
  color: #fff;
  padding: 15px 0;
  text-align: center; }
.banner-title h1 {
  text-transform: uppercase; }

.breadcrumb {
  background: #d2d2d2;
  margin: 0;
  padding: 0;
  text-align: center; }
.breadcrumb a {
  border-bottom: 5px solid transparent;
  color: #000;
  display: inline-block;
  margin: 0 15px;
  padding: 15px 0 10px; }
.breadcrumb a:hover {
  border-color: #fadb16; }

/*****************************************************
    4. Menu
******************************************************/
.main-menu {
  height: 0;
  overflow: hidden; }
.main-menu ul, .main-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.main-menu li {
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 0; }
.main-menu li:last-child {
  border: 0; }
.main-menu ul ul {
  margin-left: 30px;
  z-index: 100; }
.main-menu li a {
  color: #fff;
  text-transform: uppercase; }

/*****************************************************
    5. Content
******************************************************/
/* Home Page -- Treatments Section */
.treatments {
  padding: 50px 0 30px; }
.treatments p {
  color: #777; }

.treatments__item {
  margin: 0 0 15px; }
.treatments__item p {
  color: #000; }

.treatments__thumbnail-wrapper {
  margin: 0 0 30px;
  position: relative; }
.treatments__thumbnail-wrapper img {
  width: 100%; }

.treatments__thumbnail-link {
  background: rgba(86, 170, 219, 0.8);
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.treatments__thumbnail-link .btn-yellow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.treatments__thumbnail-wrapper:hover .treatments__thumbnail-link {
  display: block; }

/* Home Page -- Conditions */
.conditions {
  padding: 5px 0; }

.treatments__thumbnail-wrapper {
  box-shadow: 2px 2px 2px #888; }

.conditions__text-wrapper {
  background: url("../images/bg-conditions.jpg") center center;
  background-size: cover;
  color: #fff;
  padding: 15px; }

.conditions__item {
  height: 50vw; }
.conditions__item h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  text-shadow: 2px 2px 2px #888; }
.conditions__item a, .conditions__item a:hover {
  color: #FFF; }
.conditions__item img {
  height: 100%;
  width: 100%; }

/* Home Page -- Location */
.location img {
  width: 100%; }
.location iframe {
  border: 0;
  height: 100%;
  width: 100%; }

/* Inner Page */
.main-content {
  overflow: hidden;
  position: relative;
  padding: 50px 0; }

.main-content__featured {
  margin-bottom: 30px; }
.main-content__featured img {
  width: 100%; }

/* Contact */
.contact-details__text, .contact-details__form {
  padding: 30px 0; }

.font__20 {
  font-size: 20px; }

/* About */
.payment-option, .our-team {
  text-align: center; }

.payment-option__text, .our-team__text {
  margin-bottom: 30px; }
.payment-option__text p, .our-team__text p {
  color: #777; }

.our-team__member {
  display: inline-block;
  margin: 15px;
  text-align: left;
  width: 200px; }

.our-team__member-image {
  border: 1px solid #f3f3f3;
  box-shadow: 2px 2px 2px #888888;
  margin-bottom: 15px;
  padding: 10px; }

.payment-option {
  margin-bottom: 100px; }

.payment-option__content {
  margin-bottom: 30px;
  text-align: left; }

/* Pilates */
.faq__item {
  margin-bottom: 30px; }

.equipments {
  border-top: 1px solid #edf3f5; }

/*****************************************************
    6. Sidebar
******************************************************/
/*****************************************************
    7. Footer
******************************************************/
/* Pre Footer */
.pre-footer {
  border-top: 1px solid #edf3f5; }
.pre-footer .btn-yellow {
  padding-bottom: 0; }

.pre-footer__icons {
  padding: 15px 0;
  text-align: center; }
.pre-footer__icons span {
  margin: 0 5px;
  vertical-align: middle; }
.pre-footer__icons > span {
  font-family: 'ProximaNova-Bold', Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  /* 14px */
  text-transform: uppercase;
  margin-right: 15px; }
.pre-footer__icons a {
  font-size: 1.625em;
  /* 26 em */ }
.pre-footer__icons a:hover {
  opacity: 0.8; }

/* Footer */
footer {
  background: #edf3f5;
  font-size: 0.875em;
  /* 14px */
  padding: 40px 0 30px;
  text-align: center; }
footer ul {
  margin: 0 0 15px;
  padding: 0; }
footer li {
  list-style-type: none; }

.footer__visible img {
  width: 32px; }

/*****************************************************
    8. Misc
******************************************************/
.gform_wrapper ul, .gform_wrapper li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  border: 1px solid #eaeaea;
  margin: 0 0 15px;
  padding: 10px 15px;
  width: 100%; }
.gform_wrapper textarea {
  resize: none;
  height: 145px; }
.gform_wrapper .gform_validation_container, .gform_wrapper .gfield_label {
  display: none; }
.gform_wrapper .gform_footer {
  text-align: right; }
.gform_wrapper .gform_footer input {
  background: #ffde15;
  border: none;
  padding: 10px 80px;
  width: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
.gform_wrapper .validation_error {
  color: #C00;
  margin-bottom: 15px; }

/*****************************************************
    9. Responsive area
******************************************************/
/*****************************************************
    9.1 min-width 480px
******************************************************/
/*****************************************************
    9.2 min-width 768px
******************************************************/
@media all and (min-width: 768px) {
  /*****************************************************
      992.1 Header
  ******************************************************/
  /*****************************************************
      992.2 Menu
  ******************************************************/
  /*****************************************************
      992.3 Content
  ******************************************************/
  /*****************************************************
      992.4 Sidebar
  ******************************************************/
  /*****************************************************
      992.5 Footer
  ******************************************************/
  /*****************************************************
      992.6 Misc
  ******************************************************/ }
/*****************************************************
    9.3 min-width 992px
******************************************************/
@media all and (min-width: 992px) {
  /*****************************************************
      992.1 Header
  ******************************************************/
  .no-padding-md {
    padding: 0 !important; }

  .no-padding-right-md {
    padding-right: 0 !important; }

  .no-padding-left-md {
    padding-left: 0 !important; }

  .top-menu.front-page {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }

  .masthead.front-page {
    top: 0;
    left: 0;
    width: 100%; }

  .banner-text {
    padding: 250px 0 170px;
    position: relative; }
  .banner-text p {
    font-size: 2.250em;
    /* 36px */ }

  .banner-title {
    padding: 40px 0 30px; }

  /*****************************************************
      992.2 Menu
  ******************************************************/
  .main-menu {
    height: auto;
    overflow: hidden; }
  .main-menu ul {
    float: right; }
  .main-menu li {
    height: 50px;
    line-height: 50px;
    border-bottom: 0;
    float: left;
    margin: 0 15px; }
  .main-menu ul ul {
    background: #fff;
    display: none;
    margin-left: 0;
    padding: 15px;
    position: absolute;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .main-menu ul ul::before {
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main-menu li:hover ul {
    display: block; }
  .main-menu ul ul li {
    float: none;
    height: auto;
    line-height: 1.5; }
  .main-menu ul ul li a {
    border-bottom: 2px solid #fff;
    color: #777;
    font-family: 'ProximaNova-Bold', Arial, Helvetica, sans-serif;
    font-size: 0.750em; }
  .main-menu li:hover a {
    border-bottom: 2px solid #fff; }
  .main-menu ul ul a:hover {
    border-bottom: 2px solid #777; }

  /*****************************************************
      992.3 Content
  ******************************************************/
  /* Home Page -- Owners section */
  .owners {
    background: url("../images/bg-owners.jpg") center top;
    background-size: cover; }
  .owners h3 {
    margin-top: 150px; }

  /* Home Page -- Conditions */
  .conditions__text-wrapper {
    height: 25vw;
    padding: 0 130px; }

  .conditions__text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

  .conditions__item {
    height: 25vw; }

  /* Inner Page */
  .main-content__text {
    padding-right: 30px; }

  .main-content__featured {
    position: absolute;
    width: 50vw;
    top: 0;
    right: 0; }

  .main-content__featured--small {
    position: static;
    width: 100%; }

  /* About */
  .payment-option__content--align-right {
    text-align: right; }

  /*****************************************************
      992.4 Sidebar
  ******************************************************/
  /*****************************************************
      992.5 Footer
  ******************************************************/
  .footer__menu {
    float: left; }
  .footer__menu ul {
    margin: 0; }
  .footer__menu li {
    float: left;
    margin-right: 15px; }

  .footer__copyright {
    float: left; }

  .footer__visible {
    float: right; }

  /*****************************************************
      992.6 Misc
  ******************************************************/ }
/*****************************************************
    9.3 min-width 1200px
******************************************************/
@media all and (min-width: 1200px) {
  /*****************************************************
      1200.1 Header
  ******************************************************/
  /*****************************************************
      1200.2 Menu
  ******************************************************/
  /*****************************************************
      1200.3 Content
  ******************************************************/
  /*****************************************************
      1200.4 Sidebar
  ******************************************************/
  /*****************************************************
      1200.5 Footer
  ******************************************************/
  /*****************************************************
      1200.6 Misc
  ******************************************************/ }

/*# sourceMappingURL=main.css.map */
