/*
Theme Name: Excel Physio
Theme URI: http://www.actonweb.com/
Version: 1.0
Author: Acton Web

*/

@font-face {
    font-family: opensansregular;
    src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: opensansbold;
    src: url(fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: opensansextrabold;
    src: url(fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
    font-family: opensansitalic;
    src: url(fonts/OpenSans-Italic.ttf);
}
@font-face {
    font-family: opensanssemibold;
    src: url(fonts/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: opensanssemibolditalic;
    src: url(fonts/OpenSans-SemiboldItalic.ttf);
}
@font-face {
    font-family: opensanslight;
    src: url(fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: opensanscondlight;
    src: url(fonts/OpenSans-CondLight.ttf);
}

body {
    font-family: opensansregular;
}
.center {
    margin: 0 auto;
    display: block;
}

.width-90 {
    padding: 0 4.5%;
}
.width-80 {
    padding: 0 7.5%;
}

div.outer-container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

@media (max-width: 768px) {

    div.outer-container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 690px;
    }

    div.outer-container {
        width: 740px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 840px;
    }

    div.outer-container {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }

    div.outer-container {
        width: 1150px;
    }
}

body {
    background: url(images/bg-pattern.png) repeat;
}



.header {
    background-image: url(images/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    height: 210px;
    position: relative;
    z-index: 10;
}
body.home .header {
    position: relative;
    height: 720px;
    background: none;
}
.after_header {
    margin-top: -55px;
    z-index: 1;
    position: relative;
}
.before_footer {
    padding-bottom: 90px !important;
}
.navbar-brand {
    padding: 8px 4px;
}
.navbar-default {
    position: relative;
    z-index: 9999;
    background: transparent;
    border: 0;
}
.slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slider .slide {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .slide .container {
    position: relative;
    z-index: 9999;
    padding-top: 193px;
}

.slider .slide h1 {
    font-family: opensansextrabold;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
}
.slider .slide p {
    font-family: opensansregular;
    color:#fff;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}
.slider .slide img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.slider .slide img.slide-bg {
    bottom: 0;
    top: auto;
}
.bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    font-family: opensansbold;
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 2px 0px rgba(8, 42, 71, 1);
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 2px;
    margin: 0 11px;
}
.navbar-default .navbar-nav>li.home-menu a {
    color: transparent;
    text-shadow: none;
}
.navbar-default .navbar-nav>li.home-menu {
    background: url(images/icon_home.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
    color: #ccc;
}
.navbar-default .navbar-nav>li.home-menu a:hover, .navbar-default .navbar-nav>li.home-menu>a:active {
    color: transparent !important;
}
.current-menu-item>a {
    color: #ccc !important;
    border-bottom: 2px solid #52B9EF;
}
.ourteam_img {
    display: inline-block;
    float: left;
}

.ourteam_info {
    display: inline-block;
    width: calc(100% - 180px);
    float: left;
    margin-left: 20px;
}

.page-id-166 hr {
    clear: both;
}

.alignright {
    float: right;
    margin: 1em 0 1.5em 1.5em;
}
.alignleft {
    float: left;
    margin: 1em 1.5em 1.5em 0;
}
.aligncenter {
    display: block;
    float: none;
    margin: 1em auto;
}
.alignnone {
    float: none;
    margin: 1em;
}

.wp-caption .wp-caption-text {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
a.read-more, form input[type='submit']  {
    background: #52b9ef;
    color: #fff;
    padding: 8px 37px 8px 12px;
    border-radius: 5px;
    font-family: opensansbold;
    text-transform: uppercase;
    font-size: 9px !important;
    background-image: url(images/read-more-bg.png);
    background-repeat: no-repeat;
    background-position: center right 11px;
    background-position-x: 92%;
    background-position-y: 45%;
    letter-spacing: 1px;
    border: 0;
}

a.read-more:active, a.read-more:hover, form.contactFrm input[type='submit']:active,  form.contactFrm input[type='submit']:hover {
    background: #20326d !important;
    background-image: url(images/read-more-bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 11px !important;
    background-position-x: 92% !important;
    background-position-y: 45% !important;
}

.shadow-bottom-left {
    -webkit-box-shadow: -35px 35px 0px 0px rgba(82,185,239,1);
    -moz-box-shadow: -35px 35px 0px 0px rgba(82,185,239,1);
    box-shadow: -35px 35px 0px 0px rgba(82,185,239,1);
    margin: 0 0 35px 35px;
}

.shadow-bottom-right {
    -webkit-box-shadow: 35px 35px 0px 0px rgba(82,185,239,1);
    -moz-box-shadow: 35px 35px 0px 0px rgba(82,185,239,1);
    box-shadow: 35px 35px 0px 0px rgba(82,185,239,1);
    margin: 0 35px 35px 0;
}

h1.title-border-1 {
    color: #20326d;
    font-family: opensansextrabold;
    text-transform: uppercase;
    border-bottom: 4px solid #52b9ef;
    padding-bottom: 15px;
    margin-top: 30px;
}

h1.title-border-white {
    color: #fff;
    font-family: opensansextrabold;
    text-transform: uppercase;
    border-bottom: 4px solid #52b9ef;
    padding-bottom: 15px;
    margin-top: 30px;
}

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
    color: #20326d;
    font-family: opensansextrabold;
    text-transform: uppercase;
}

div.content h1.title-border-1 {
    color: #20326d;
    font-family: opensansextrabold;
    text-transform: uppercase;
    border-bottom: 4px solid #52b9ef;
    padding-bottom: 15px;
    margin-top: 30px;
    /* width: 90%; */
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 20px;
}

div.content table {
    width: 100%;
}
div.content table th {
    border-bottom: 1px solid #ccc;
}

div.content table .label {
    font-size: 100%;
}
.back-blog {
    font-family: opensansbold;
    color: #556069;
    margin: 15px 0;
    display: block;
    clear: both;
}

.blog-img img {
    width: 100%;
    height: auto;
    margin-top: -10%;
}
div.content p {
    color: #556069;
    font-family: opensansregular;
}

p.text-box-1 {
    color: #556069;
    font-family: opensansregular;
    margin-top: 25px;
    line-height: 25px;
}
p.text-box-2 {
    color: #556069;
    font-family: opensansregular;
    margin-top: 10px;
    line-height: 25px;
    margin-bottom: 0px;
}
h3.subtitle-1 {
    color: #52B9EF;
    font-family: opensansbold;
    text-transform: uppercase;
}

a.read-more-text {
    color: #52B9EF;
    font-family: opensansbold;
    text-transform: uppercase;
}

div.img-wrapper {
    position: relative;
    overflow: hidden;
}

div.img-title-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    display: none;
    color: #52B9EF;
    font-weight: bold;
}

.slb_template_tag_item_title {
    display: block !important;
    /* margin: 0 auto; */
    text-align: center !important;
}

.slb_data_title {
    display: block !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data {
    background: #52B9EF !important;
}


.pagination_wrapper {
    text-align: center;
}

ul.test_pagination {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.test_pagination li {
    display: inline-block;
    margin: 10px;
    background: #52B9EF;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
}
ul.test_pagination li.active {
    background: #172659;
}
ul.test_pagination li a {
    color: #fff;
    font-weight: bold;
}
/********* TESTIMONIALS ***********/

div.testimonials {
    background: #20326D;
    margin-top: 100px;
}

div.testimonials h1 {
    width: 62%;
}

img.shadow-offset-top {
    margin-top: -55px;
}

p.testimonial-text {
    color: #fff;
    font-family: opensansitalic;
    width: 85%;
    background-position: top left;

    line-height: 22px;
}
div.testimonial-box {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 0;
}

div.testimonial-box p.testimonial-text {
    width: 100% !important;
}
div.testimonial-box:nth-child(odd) {
    background: #efefef;
}
p.testimonial-author {
    color: #52B9EF !important;
    font-family: opensansbold !important;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 10px;
}

div.testimonials a.read-more:hover {
    background-color: #52B9EF;
}

/*********** TEAM **************/

div.team {
    background-image: url(images/team-bg.png);
    background-size: 90% auto;
    background-position: top 30px center;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 5%;
}
div.team .container {
    text-align: center;
}

div.team .container .row {
    text-align: left;
}
div.team h1.title-border-1 {
    display: inline-block;
    margin-bottom: 50px;
}
div.team img {
    width: 80%;
    margin: 0 auto;
}

div.team p.team-name {
    color: #20326D;
    font-family: opensansbold;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    margin: 35px 15px 15px;
}

div.team p.text-box-1 {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

div.team a.read-more {
    margin: 10px 0 0 5%;
    display: inline-block;
}
.shadow-top-left-small {
    -webkit-box-shadow: -15px -15px 0px 0px rgb(32, 50, 109);
    -moz-box-shadow: -15px -15px 0px 0px rgb(32, 50, 109);
    box-shadow: -15px -15px 0px 0px rgb(32, 50, 109);
}
.shadow-bottom-left-small {
    -webkit-box-shadow: -15px 15px 0px 0px rgb(82, 185, 239);
    -moz-box-shadow: -15px 15px 0px 0px rgb(82, 185, 239);
    box-shadow: -15px 15px 0px 0px rgb(82, 185, 239);
}

/************* BLOG ****************/

div.blog-wrapper {
    background: url(images/blog-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 270px;
}

div.blog-wrapper .container {
    text-align: center;
}

div.blog-wrapper .container .row {
    text-align: left;
}
div.blog-wrapper h1.title-border-white {
    display: inline-block;
    margin: 70px 0 70px;
}
p.blog-date {
    color: #fff;
    font-family: opensansregular;
    text-transform: uppercase;
    font-size: 13px;
}
p.blog-date a {
    color: #52B9EF;
}

h3.blog-title {
    color: #fff;
    font-family:opensansbold;
    text-transform: uppercase;
}

p.blog-text {
    color: #fff;
    font-family: opensansregular;
    line-height: 23px;
    margin-bottom: 20px;
}

/******* FOOOTER ************/

.footer .iscp_wrapper {
    background: #f0f6fa;
}
.footer .iscp_container {
    text-align: center;
    padding: 35px 0 80px;
}
.footer .iscp {
    display: inline-block;
    width: 55%;
    margin: 0 auto;
}
.footer .iscp img {
    float: left;
    width: 22%;
}
.footer .iscp p {
    width: 75%;
    display: inline-block;
    font-family: opensansitalic;
    text-align: left;
    margin: 10px 0 10px 3%;
    color: #556069;
}

.footer .newsletter_wrapper {
    background: url(images/newsletter-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: -50px;
}
.footer .newsletter_wrapper .container {
    text-align: center;
    padding: 100px 0 60px;
}

.footer .newsletter_wrapper p.newsletter_text {
    color: #8897c9;
    font-family: opensansregular;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer .newsletterFrm {
    width: 40%;
    margin: 0 auto;
    overflow: hidden;
}
.footer .newsletterFrm #fieldEmail {
    background: #33488a;
    border: 0;
    padding: 10px;
    font-family: opensansregular;
    color: #9cacdd;
    width: calc(100% - 100px);
    float: left;
}

.footer .newsletterFrm button {
    background: #52b9ef;
    border: 0;
    padding: 12px 20px 11px;
    color: #fff;
    text-transform: uppercase;
    font-family: opensansregular;
    font-size: 12px;
    width: 100px;
    float: left;
}
.footer .social_icons {
    display: block;
    clear: both;
    margin: 40px 0 30px;
}
.footer a.social_icon {
    background-size: 100% auto;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 5px;
}
.footer a.facebook_icon {
    background-image: url(images/facebook.png);
}
.footer a.twitter_icon {
    background-image: url(images/twitter.png);
}
.footer a.mail_icon {
    background-image: url(images/mail.png);
}
.footer a.youtube_icon {
    background-image: url(images/youtube.png);
}
.footer ul.footer-menu {
    margin-bottom: 15px;
}
.footer ul.footer-menu li {
    display: inline-block;
    padding: 0 4px;
    color: #c9d3f7;
}
.footer ul.footer-menu li a {
    color: #c9d3f7;
    font-size: 12px;
}
.footer ul.footer-menu li:last-child::after {
    content: '';
}
.footer ul.footer-menu li::after {
    content: '|';
    padding-left: 15px;
}

.footer p.footer-line {
    color: #8897c9;
    font-size: 13px;
}
.footer p.health_text {
    color: #20326d;
    text-align: center;
    font-size: 12px;
    opacity: 0.57;
    margin-top: 10px;
}
.footer .health_wrapper .container {
    padding: 35px 0 20px;
}

/*************** CONTACT *******/
#map {
    width: 100%;
    height: 400px;
}

/* fixes potential theme css conflict */
#map img {
    max-width: inherit !important;
}

form.contactFrm input[type='text'], form.contactFrm input[type='email'], form.contactFrm textarea {
    border: 1px solid #BDBDBD;
    width: 100% !important;
    font-family: opensansregular !important;
    padding: 7px 5px !important;
}

/******** BLOG *********/
.blog-post {
    width: 45%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 13px 13px 0px 0px rgba(230,230,230,1);
    -moz-box-shadow: 13px 13px 0px 0px rgba(230,230,230,1);
    box-shadow: 13px 13px 0px 0px rgba(230,230,230,1);
    float: left;
    margin-bottom: 30px;
}
a.load-more {
    display: none;
    clear: both;
}
.gutter {
    width: 10%;
}
.blog-post img {
    width: 100%;
    height: auto;
}
.blog-post .blog-info {
    padding: 40px 35px;
}
.blog-post:nth-child(2n+2) {
    margin-right: 0;
}
.blog-post p.blog-text {
    color: #172659;
}
.load-more {
    margin: 0 auto;
    display: block;
    width: 130px;
}

#phone_num {
    text-align: right;
    margin-top: 20px;
    color: #fff;
    font-family: opensansbold;
    font-size: 16px;
    margin-right: -14px;
    text-shadow: 3px 2px 0px rgba(8, 42, 71, 1);
}
#phone_num a {
    color: #fff;
}

div.content .video-container {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 25px !important;
    height: 0;
    width: 70% !important;
    margin: 0 auto;
}
div.content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.bx-controls {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #20326D;
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #52B9EF;
}
@media (min-width: 768px) {
    .container {
        padding: 20px 0;
    }

    .navbar-nav {
        margin-top: 5px;
    }

    ul.nav li:last-child a {
        padding-right: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .navbar-brand>img {
        height: 80px;
        width: auto;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    #phone_num {
        margin-top: 15px;
        font-size: 14px;
        margin-right: -14px;
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 0;
        margin: 0 8px;
    }

    .slider .slide .container {
        padding-top: 145px;
    }
    .slider .slide h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .slider .slide p {
        font-size: 15px;
        line-height: 21px;
    }
    .slider .slide {
        height: 540px;
    }

    body.home .header {
        height: 550px;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 27px; }
    h3 { font-size: 21px; }
    h4 { font-size: 17px; }

    blockquote { font-size: 15px; }

    div.content h1.title-border-1 {
        margin-top: 20px;
        /* width: 90%; */
        margin-bottom: 15px;
    }
    h1.title-border-1 {
        margin-top: 15px;
    }

    div.blog-wrapper {
        padding-bottom: 200px;
    }
    .testimonials > .container {
        padding-bottom: 30px;
    }
    .testimonials img {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .iscp {
        width: 60%;
    }
    .footer .newsletter_wrapper .container {
        padding: 80px 0 45px;
    }
    .footer .newsletterFrm #fieldEmail {
        padding: 8px;
    }
    .footer .newsletterFrm button {
        padding: 9px 20px 10px;
    }
    .footer .social_icons {
        margin: 30px 0 20px;
    }
    .footer .health_wrapper .container {
        padding: 25px 0 15px;
    }
    form.contactFrm input[type='text'], form.contactFrm input[type='email'], form.contactFrm textarea {
        padding: 5px !important;
    }
    .before_footer {
        padding-bottom: 75px !important;
    }
    .blog-post .blog-info {
        padding: 30px 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .header {
        height: 160px;
    }
    .navbar-brand>img {
        height: 75px;
        width: auto;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    #phone_num {
        margin-top: 15px;
        font-size: 14px;
        margin-right: -13px;
        margin-bottom: 3px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 10px 0 5px;
        margin: 0px 6px;
    }

    .slider .slide .container {
        padding-top: 100px;
    }
    .slider .slide h1 {
        font-size: 33px;
        line-height: 33px;
    }
    .slider .slide p {
        font-size: 14px;
        line-height: 19px;
    }
    .slider .slide {
        height: 410px;
    }

    body.home .header {
        height: 420px;
    }

    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 19px; }
    h4 { font-size: 16px; }

    blockquote { font-size: 14px; }
    .footer .newsletter_wrapper p.newsletter_text {
        font-size: 13px;
    }
    a.read-more, form.contactFrm input[type='submit'] {
        padding: 6px 31px 6px 10px;
    }

    .shadow-bottom-left {
        -webkit-box-shadow: -17px 17px 0px 0px rgba(82,185,239,1);
        -moz-box-shadow: -17px 17px 0px 0px rgba(82,185,239,1);
        box-shadow: -17px 17px 0px 0px rgba(82,185,239,1);
        margin: 0 0 17px 17px;
    }
    .shadow-bottom-right {
        -webkit-box-shadow: 17px 17px 0px 0px rgba(82,185,239,1);
        -moz-box-shadow: 17px 17px 0px 0px rgba(82,185,239,1);
        box-shadow: 17px 17px 0px 0px rgba(82,185,239,1);
        margin: 0 17px 17px 0;
    }

    .shadow-top-left-small {
        -webkit-box-shadow: -10px -10px 0px 0px rgb(32, 50, 109);
        -moz-box-shadow: -10px -10px 0px 0px rgb(32, 50, 109);
        box-shadow: -10px -10px 0px 0px rgb(32, 50, 109);
    }
    .shadow-bottom-left-small {
        -webkit-box-shadow: -10px 10px 0px 0px rgb(82, 185, 239);
        -moz-box-shadow: -10px 10px 0px 0px rgb(82, 185, 239);
        box-shadow: -10px 10px 0px 0px rgb(82, 185, 239);
    }
    img.shadow-offset-top {
        margin-top: -37px;
    }

    div.content h1.title-border-1 {
        margin-top: 20px;
        /* width: 90%; */
        margin-bottom: 15px;
    }
    h1.title-border-1 {
        margin-top: 15px;
    }
    h1.title-border-white {
        padding-bottom: 10px;
        margin-top: 20px;
    }
    div.blog-wrapper {
        padding-bottom: 125px;
    }
    div.blog-wrapper h1.title-border-white {
        margin: 50px 0 55px;
    }
    h3.blog-title {
        margin: 10px 0;
    }
    div.testimonials h1 {
        width: 75%;
    }
    .testimonials > .container {
        padding-bottom: 30px;
    }
    .testimonials img {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    p.testimonial-text {
        width: 85%;
        margin: 20px 0 10px;
        padding-top: 20px;
        background-size: 23px auto;
    }
    p.testimonial-author {
        margin-bottom: 15px;
    }
    .footer .iscp {
        width: 75%;
    }
    .footer .newsletter_wrapper .container {
        padding: 70px 0 30px;
    }
    .footer .newsletterFrm #fieldEmail {
        padding: 9px;
        font-size:12px;
    }
    .footer .newsletterFrm {
        width: 45%;
    }
    .footer .newsletterFrm button {
        padding: 9px 15px 9px;
    }
    .footer .social_icons {
        margin: 20px 0 15px;
    }
    .footer p.footer-line {
        font-size: 12px;
    }
    .footer .health_wrapper .container {
        padding: 25px 0 15px;
    }
    .footer p.health_text {
        font-size: 11px;
    }
    form.contactFrm input[type='text'], form.contactFrm input[type='email'], form.contactFrm textarea {
        padding: 5px !important;
    }
    .before_footer {
        padding-bottom: 75px !important;
    }
    .blog-post .blog-info {
        padding: 30px 25px;
    }
    #map {
        height: 350px;
    }
    p.blog-text {
        line-height: 21px;
        margin-bottom: 15px;
    }
    .blog-post {
        -webkit-box-shadow: 8px 8px 0px 0px rgba(230,230,230,1);
        -moz-box-shadow: 8px 8px 0px 0px rgba(230,230,230,1);
        box-shadow: 8px 8px 0px 0px rgba(230,230,230,1);
        margin-bottom: 25px;
    }

}


@media screen and (max-width: 767px) {
    #phone_num {
        margin-right: 0;
    }
    div.content .video-container {

        width: 100% !important;
        margin: 0 auto;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        z-index: 9999;
        position: relative;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(231, 231, 231);
        background: rgb(32, 50, 109);
    }
    .navbar-default .navbar-toggle {
        background-color: #fff !important;
    }

    .header {
        height: 120px;
    }
    .navbar-brand {
        padding: 0 5px;
    }
    .navbar-brand>img {
        height: 65px;
        width: auto;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 0;
        margin: 0 6px;
        text-shadow: none;
    }

    .slider .slide .container {
        padding-top: 70px;
    }
    .slider .slide h1 {
        font-size: 25px;
        line-height: 26px;
    }
    .slider .slide p {
        font-size: 13px;
        line-height: 17px;
    }
    .slider .slide {
        height: 420px;
    }
    body.home .header {
        height: 440px;
    }

    h1 { font-size: 24px; }
    h2 { font-size: 21px; }
    h3 { font-size: 17px; }
    h4 { font-size: 14px; }
    p, ul, ol, table {
        font-size: 13px;
    }
    .footer .newsletter_wrapper p.newsletter_text {
        font-size: 13px;
    }
    blockquote { font-size: 13px; }

    a.read-more, form.contactFrm input[type='submit'] {
        padding: 6px 31px 6px 10px;
    }

    .shadow-bottom-left {
        -webkit-box-shadow: -12px 12px 0px 0px rgba(82,185,239,1);
        -moz-box-shadow: -12px 12px 0px 0px rgba(82,185,239,1);
        box-shadow: -12px 12px 0px 0px rgba(82,185,239,1);
        margin: 0 0 12px 12px;
    }
    .shadow-bottom-right {
        -webkit-box-shadow: 12px 12px 0px 0px rgba(82,185,239,1);
        -moz-box-shadow: 12px 12px 0px 0px rgba(82,185,239,1);
        box-shadow: 12px 12px 0px 0px rgba(82,185,239,1);
        margin: 0 12px 12px 0;
    }

    .shadow-top-left-small {
        -webkit-box-shadow: -8px -8px 0px 0px rgb(32, 50, 109);
        -moz-box-shadow: -8px -8px 0px 0px rgb(32, 50, 109);
        box-shadow: -8px -8px 0px 0px rgb(32, 50, 109);
    }
    .shadow-bottom-left-small {
        -webkit-box-shadow: -8px 8px 0px 0px rgb(82, 185, 239);
        -moz-box-shadow: -8px 8px 0px 0px rgb(82, 185, 239);
        box-shadow: -8px 8px 0px 0px rgb(82, 185, 239);
    }
    img.shadow-offset-top {
        margin-top: -17px;
    }
    .physio-img {
        width: 70%;
        margin: 0 auto;
    }
    div.content h1.title-border-1 {
        margin-top: 20px;
        /* width: 90%; */
        margin-bottom: 15px;
    }
    h1.title-border-1 {
        margin-top: 10px;
    }
    h1.title-border-white {
        padding-bottom: 10px;
        margin-top: 15px;
    }
    div.blog-wrapper {
        padding-bottom: 160px;
    }
    div.blog-wrapper h1.title-border-white {
        margin: 50px 0 55px;
    }
    h3.blog-title {
        margin: 10px 0;
    }
    div.team .container {
        padding-bottom: 20px;
    }
    div.testimonials h1 {
        width: 75%;
    }
    .testimonials > .container {
        padding-bottom: 30px;
    }
    .testimonials img {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    p.testimonial-text {
        width: 85%;
        margin: 20px 0 10px;
        padding-top: 20px;
        background-size: 23px auto;
    }
    p.testimonial-author {
        margin-bottom: 15px;
    }
    div.testimonial-box {
        border: 1px solid #ccc;
        padding: 10px 10px;
        border-radius: 5px;
        margin: 10px 0 5px;
    }
    .footer .iscp {
        width: 70%;
    }
    .footer .newsletter_wrapper .container {
        padding: 70px 0 30px;
    }
    .footer .newsletterFrm #fieldEmail {
        padding: 8px;
        font-size: 11px;
        width: calc(100% - 90px);
    }
    .footer .newsletterFrm {
        width: 45%;
    }
    .footer .newsletterFrm button {
        padding: 7px 15px 7px;
        width: 90px;
    }
    .footer .social_icons {
        margin: 20px 0 15px;
    }
    .footer p.footer-line {
        font-size: 11px;
    }
    .footer .health_wrapper .container {
        padding: 15px 0 10px;
    }
    .footer p.health_text {
        font-size: 10px;
    }
    form.contactFrm input[type='text'], form.contactFrm input[type='email'], form.contactFrm textarea {
        padding: 3px !important;
    }
    .before_footer {
        padding-bottom: 60px !important;
    }
    #blog-items {
        padding-top: 20px;
    }
    .blog-post .blog-info {
        padding: 30px 25px;
    }
    #map {
        height: 350px;
    }
    p.blog-text {
        line-height: 21px;
        margin-bottom: 15px;
    }
    .blog-post {
        -webkit-box-shadow: 8px 8px 0px 0px rgba(230,230,230,1);
        -moz-box-shadow: 8px 8px 0px 0px rgba(230,230,230,1);
        box-shadow: 8px 8px 0px 0px rgba(230,230,230,1);
        margin-bottom: 25px;
    }
    .team > .container > .row > div {
        margin-bottom: 10px;
        width: 33.33333%;
    }
    .team > .container > .row .row > div {
        width: 100%;
    }
    .team .row .row > div {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 620px) {

    #wpfront-scroll-top-container {
        width: 35px !important;
        height: 35px !important;
    }
    #wpfront-scroll-top-container img {
        width: 100% !important;
        height: auto !important;
    }
    .slider .slide h1 {
        font-size: 30px;
        line-height: 28px;
    }
    .slider .slide p {
        display: none !important;
        font-size: 12px;
        line-height: 15px;
    }
    a.read-more, form.contactFrm input[type='submit'] {
        padding: 5px 32px 5px 8px;
        font-size: 8px !important;
    }

    h1 { font-size: 20px; }
    h2 { font-size: 18px; }
    h3 { font-size: 15px; }
    h4 { font-size: 14px; }
    p, ul, ol, table {
        font-size: 12px;
    }
    blockquote { font-size: 12px; }
    .width-90 {
        padding: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .physio-img {
        width: 75%;
    }
    a.read-more-text {
        font-size: 11px;
    }
    .cta_block {
        width: 100%;
    }
    .cta_block p {
        margin-bottom: 0px;
    }
    p.testimonial-author {
        margin-bottom: 5px;
        font-size: 11px;
    }
    p.testimonial-text{
        width: 100%;
        line-height: 19px;
    }
    .blog-wrapper .row > .col-xs-6 {
        /* width: 100%; */
        padding: 0;
    }
    .footer .iscp p {
        font-size: 11px;
        margin: 5px 0 5px 3%;
    }
    .footer .newsletter_wrapper .container {
        padding: 50px 0 30px;
    }
    .footer .newsletterFrm #fieldEmail {
        padding: 8px;
        font-size: 10px;
        width: calc(100% - 75px);
    }
    .footer .newsletterFrm button {
        padding: 8px 15px 8px;
        width: 75px;
        font-size: 10px;
    }
    .footer .social_icons {
        margin: 13px 0 10px;
    }
    .footer a.social_icon {
        width: 32px;
        height: 32px;
        margin: 0 3px;
    }
    .footer ul.footer-menu li::after {
        padding-left: 8px;
    }
    .footer ul.footer-menu li {
        padding: 0 2px;
    }
    .footer ul.footer-menu li a {
        font-size: 11px;
    }
    div.team p.team-name {
        font-size: 18px;
        margin: 15px 10px 5px;
    }
    p.text-box-1 {
        margin-top: 25px;
        line-height: 18px;
    }
    div.blog-wrapper h1.title-border-white {
        margin: 50px 0 40px;
    }

    p.text-box-2 {
        line-height: 18px;
    }
}

@media screen and (max-width: 550px) {
    .slider .slide h1 {
        font-size: 28px;
        line-height: 26px;

    }

    .slider .slide p {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 10px;
    }

    .content_block > .row > div:first-child {
        width: 35%;
    }
    .content_block > .row > div:last-child {
        width: 65%;
        padding-left: 10px;
    }
    .content_block > .row > div:first-child img {
        width: 100%;
        margin-top: 45px;
    }
    .shadow-bottom-left {
        -webkit-box-shadow: -6px 6px 0px 0px rgba(82,185,239,1);
        -moz-box-shadow: -6px 6px 0px 0px rgba(82,185,239,1);
        box-shadow: -6px 6px 0px 0px rgba(82,185,239,1);
        margin: 0 0 6px 6px;
    }
    .shadow-bottom-right {
        -webkit-box-shadow: 6px 6px 0px 0px rgba(82,185,239,1);
        -moz-box-shadow: 6px 6px 0px 0px rgba(82,185,239,1);
        box-shadow: 6px 6px 0px 0px rgba(82,185,239,1);
        margin: 0 6px 6px 0;
    }

    .shadow-top-left-small {
        -webkit-box-shadow: -4px -4px 0px 0px rgb(32, 50, 109);
        -moz-box-shadow: -4px -4px 0px 0px rgb(32, 50, 109);
        box-shadow: -4px -4px 0px 0px rgb(32, 50, 109);
    }
    .shadow-bottom-left-small {
        -webkit-box-shadow: -4px 4px 0px 0px rgb(82, 185, 239);
        -moz-box-shadow: -4px 4px 0px 0px rgb(82, 185, 239);
        box-shadow: -4px 4px 0px 0px rgb(82, 185, 239);
    }

    .testimonials .row > div:first-child {
        width: 65%;
    }
    .testimonials .row > div:last-child {
        width: 35%;
    }
    .testimonials .row > div:last-child img {
        width: 100%;
    }
    img.shadow-offset-top {
        margin-top: -6px;
    }

    .blog-wrapper .row > .col-xs-6 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .footer .iscp {
        width: 80%;
    }
    .footer .newsletterFrm {
        width: 55%;
    }
    .footer .newsletterFrm #fieldEmail {
        padding: 6px;
        font-size: 10px;
        width: calc(100% - 75px);
    }
    .footer .newsletterFrm button {
        padding: 7px 15px 7px;
        width: 75px;
        font-size: 9px;
    }

    .footer a.social_icon {
        width: 28px;
        height: 28px;
    }
    .footer .social_icons {
        margin: 13px 0 5px;
    }
    .footer .newsletter_wrapper .container {
        padding: 45px 0 15px;
    }
    .footer .health_wrapper .container {
        padding: 10px 0 5px;
    }
    div.content h1.title-border-1 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    h1 { font-size: 19px; }
    h2 { font-size: 17px; }
    h3 { font-size: 16px; }
    h4 { font-size: 15px; }
    p, ul, ol, table {
        font-size: 12px;
    }
    blockquote { font-size: 12px; }
    /* h1 { font-size: 18px; }
    h2 { font-size: 16px; }
    h3 { font-size: 14px; }
    h4 { font-size: 13px; }
    p, ul, ol, table {
        font-size: 12px;
    }
    blockquote { font-size: 12px; } */
}

@media screen and (max-width: 540px) {
    .contact_row > div {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    .slider .slide h1 {
        font-size: 25px;
        line-height: 25px;
    }

    /*h1 { font-size: 17px; }
    h2 { font-size: 15px; }
    h3 { font-size: 13px; }
    h4 { font-size: 12px; }
    p, ul, ol, table {
        font-size: 11px;
    }
    blockquote { font-size: 11px; } */

    .slider .slide p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    h1.title-border-1 {
        margin-top: 10px;
        padding-bottom: 5px;
    }

    div.testimonials {
        margin-top: 35px;
    }
    p.testimonial-text {
        line-height: 15px;
        /* font-size: 10px; */
    }
    p.testimonial-author {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .team > .container > .row > div {
        width: 100%;
        margin-bottom: 10px;
    }
    .team  .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .team > .container > .row .row > div.col-xs-4 {
        width: 33.3333%;
    }
    .team > .container > .row .row > div.col-xs-8 {
        width: 66.6667%;
    }
    div.team img {
        width: 100%;
    }
    div.team p.team-name {
        font-size: 16px;
        margin: 5px 12px 5px;
    }
    p.blog-date {
        font-size: 11px;
        margin-bottom: 5px;
    }
    h3.blog-title {
        margin: 5px 0;
    }
    .blog-wrapper .row > .col-xs-6 {
        margin-bottom: 15px;
    }
    div.blog-wrapper {
        padding-bottom: 120px;
    }
    .footer .iscp {
        width: 90%;
    }
    .footer .newsletterFrm {
        width: 65%;
    }
    .footer ul.footer-menu {
        padding: 0;
        margin-bottom: 5px;
    }
    .footer p.footer-line {
        font-size: 10px;
    }
    .footer p.health_text {
        font-size: 9px;
        margin-top: 5px;
    }
    .blog-post {
        width: 100%;
        border: 1px solid #ccc;
        -webkit-box-shadow: 6px 6px 0px 0px rgba(230,230,230,1);
        -moz-box-shadow: 6px 6px 0px 0px rgba(230,230,230,1);
        box-shadow: 6px 6px 0px 0px rgba(230,230,230,1);
        float: left;
        margin-bottom: 30px;
    }
    .blog-post .blog-info {
        padding: 15px 20px;
    }
    .back-blog {
        font-size: 13px;
    }
    .header {
        height: 90px;
    }
}

@media screen and (max-width: 420px) {

    /*h1 { font-size: 16px; }
    h2 { font-size: 14px; }
    h3 { font-size: 12px; }
    h4 { font-size: 11px; }
    p, ul, ol, table {
        font-size: 11px;
    }
    blockquote { font-size: 11px; } */

    .slider .slide .container {
        padding-top: 45px;
    }
    .slider .slide h1 {
        font-size: 22px;
        line-height: 22px;
    }
    .header {
        height: 75px;
    }
    div.team h1.title-border-1 {
        margin-bottom: 25px;
    }
    .content_block > .row > div:last-child {
        width: 100%;
    }
    .content_block > .row > div:first-child {
        width: 100%;
    }
    .content_block > .row > div:first-child img {
        width: 50%;
        margin: 10px auto;
    }
    .footer .iscp p {
        font-size: 10px;
    }
    .footer .newsletterFrm {
        width: 75%;
    }
    .health_wrapper img {
        padding: 0 10px;
    }
}

@media screen and (max-width: 360px) {
    .slider .slide .container {
        padding-top: 55px;
    }
    .slider .slide h1 {
        font-size: 19px;
        line-height: 19px;
        margin: 7px 0 2px;
    }
    .slider .slide p {
        font-size: 10px;
        margin-bottom: 5px;
    }
    /*h1 { font-size: 15px; }
    h2 { font-size: 13px; }
    h3 { font-size: 12px; }
    h4 { font-size: 11px; }
    p, ul, ol, table {
        font-size: 10px;
    }*/

    .footer .iscp {
        width: 98%;
    }
    footer .iscp p {
        font-size: 9px;
    }
    .testimonials .row > div:first-child {
        width: 100%;
    }
    .testimonials .row > div:last-child {
        display: none;
    }
    div.team p.team-name {
        font-size: 13px;
        margin: 1px 12px 0px;
    }
    div.team p.text-box-1 {
        width: 88%;
        line-height: 14px;
    }
    p.blog-date {
        font-size: 10px;
    }
    .blog-img img {
        margin-top: 0%;
    }
}

@media screen and (max-width: 320px) {
    .slider .slide h1 {
        font-size: 17px;
        line-height: 17px;
        margin: 5px 0 2px;
    }
    a.read-more, form.contactFrm input[type='submit'] {
        padding: 5px 22px 4px 6px;
        font-size: 7px !important;
        background-position: center right 7px;
        background-size: 11px auto;
    }
    .content_block > .row > div:first-child img {
        width: 90%;
    }
    .footer .newsletterFrm {
        width: 90%;
    }
    .footer .newsletter_wrapper .container {
        padding: 35px 0 5px;
    }
    /*h1 { font-size: 14px; }
    h2 { font-size: 12px; }
    h3 { font-size: 11px; }
    h4 { font-size: 10px; }
    p, ul, ol, table {
        font-size: 10px;
    }*/
    .blog-post .blog-info {
        padding: 10px 15px;
    }
}