/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body, h1, h2, h3, p, .btn {
    font-family: Montserrat;
}
h2, h3 {
    color: black;
    font-weight: 700;
}
hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 65%;
    border-color: #0080008f;
    border-width: 2px;
}
 #myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.logo-container {
  height: 100px;
  background-repeat: no-repeat;
  position: relative;
}
.socialheader {
    right: 0;
    position: absolute;
}
#socialmedia a {
    color: #9bb840;
    margin: 2px;
}
#socialmedia i {
    font-size: 40px;
}
#navbar {
    display: flex;
}
.menu {
    display: none;
}
#navbar:hover .menu {
    display: flex;
}

div#bs-example-navbar-collapse-1 {
    float: right;
    margin-right: 15px!important;
}
.navbar-right {
    margin-right: 0!important;
}
.nav > li > a { 
    padding: 10px 5px;
}
.btn-xl {
    padding: 15px 30px;
}
.btn-default {
    border: solid 2px black;
    color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-color: black;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 45px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #9aba40;
    color: black;
    background-color: #9aba40;
    transition: 2s;
}
.service-box {
    max-width: 100%;
    padding: 25px;
}
.service-box h3 {
    color:black;
}
.services-row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact {
    display: inline-block;
    position: relative;
}
        
.contact a {
    color: green;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
}

.text-faded, .text-muted {
    color: #222;
}

section {
    padding: 60px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

#header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #e6c200;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background: url('img/header.jpg');
}

#header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

#header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#header .header-content .header-content-inner hr {
    margin: 30px auto;
}

#header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 300;
    color: #9a2f71;
    background-color: #ffffffba;
}

@media(min-width:768px) {
    #header {
        min-height: 100%;
    }
    
    #header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    #header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 25px;
    }
}

@media(max-width:569px) {
    #logo-container img {
        width: 100%;
    }
}

.section-heading {
    margin-top: 0;
}

/*.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}*/

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}


.service-box img {
    height: auto;
    width: 100%;
}


.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/*
.btn-default {
    border-color: #fed8e1;
    color: #222;
    background-color: #fed8e1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #9a376f;
    color: #fff;
    background-color: #9a376f;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #fed8e1;
    color: #222;
    background-color: #fed8e1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #fff;
    color: white;
    background-color: #9a376f;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}*/


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

div#bs-example-navbar-collapse-1, div.navbar-header {
    padding-top: 42px;
}
    
ul, ol, .clear-list-style {
    list-style-type: circle;
    margin: 0;
    padding: 0 0 0 50px;
    clear: both;
    font-size: medium;
    text-align: left;
}

li {
    padding: 5px;
}

.physio-benefits {
    text-align:left;
}

.orthotics-textbox {
    padding: 35px 0 35px 0;
    border: solid 3px black;
    text-align: center;
    vertical-align: middle;
    margin-top: 18px;
}


.massage-benefits, .massage-benefits-1, .massage-benefits-2 {
    text-align:left;
}

.massage-benefits-2 {
    padding-top: 20px;
}

.team-row {
    padding-top: 25px;
    padding-bottom: 25px;
}

td.hours_weekday, td.hours_practitioner, th.hours_service {
    font-size: 1.5em;
}

td {
    padding: 5px;
}

td.hours_weekday {
    text-align: left;
}

#services-header, #hours-header, #about-us-header, #our-team-header {
    margin-top: 83px;
    border-top: 10px solid #f2f2f2; 
    background: #9aba40;
}
.section-heading {
    color: black;
}

.section-heading-text {
    color: white;
}

#header-btn:hover {
    border-color: white;
    color: black;
    background-color: white;
    transition: 2s;
}

td.homecard-text-hours, td.homecard-text-day {
    padding: 20px 35px 0 39px;
    height: 60px;
}

td.homecard-text-day {
    text-align: left;
    font-weight: bold;
}



    /**
   * Google webfonts. Recommended to include the .woff version for cross-client compatibility.
   */
  @media screen {
    @font-face {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
    }
    @font-face {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 700;
      src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
    }
  }
  /**
   * Avoid browser level font resizing.
   * 1. Windows Mobile
   * 2. iOS / OSX
   */
  body,
  table,
  td,
  a {
    -ms-text-size-adjust: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /**
   * Remove extra space added to tables and cells in Outlook.
   */
  table,
  td {
    mso-table-rspace: 0pt;
    mso-table-lspace: 0pt;
  }
  /**
   * Better fluid images in Internet Explorer.
   */
  img {
    -ms-interpolation-mode: bicubic;
  }
  /**
   * Remove blue links for iOS devices.
   */
  a[x-apple-data-detectors] {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
  }
  /**
   * Fix centering issues in Android 4.4.
   */
  div[style*='margin: 16px 0;'] {
    margin: 0 !important;
  }
  body {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
  }
  /**
   * Collapse table borders to avoid space between cells.
   */
  table {
    border-collapse: collapse !important;
  }
  a {
    color: #1a82e2;
  }
  img {
    height: auto;
    line-height: 100%;
    text-decoration: none;
    border: 0;
    outline: none;
  }
  td {
      border-bottom: none;
  }
    #contact-message {
        display: contents;
    }
    
    input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }
    input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }   
    
    
