.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; } body {
background: #fff;
font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
} h1, h2, h3, h4, h5, h6 {
color: #181818;
font-family: "Georgia", "Times New Roman", serif;
font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; } blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; } a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; } ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; } img.scale-with-grid {
max-width: 100%;
height: auto; } .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background: #eee; background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); border: 1px solid #aaa;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-shadow: 0 1px rgba(255, 255, 255, .75);
cursor: pointer;
margin-bottom: 20px;
line-height: normal;
padding: 8px 10px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
color: #222;
background: #ddd; background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); border: 1px solid #888;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
border: 1px solid #666;
background: #ccc; background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); }
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} form {
margin-bottom: 20px; }
fieldset {
margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
border: 1px solid #ccc;
padding: 6px 4px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff; }
select {
padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
border: 1px solid #aaa;
color: #444;
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
min-height: 60px; }
label,
legend {
display: block;
font-weight: bold;
font-size: 13px;  }
select {
width: 220px; }
input[type="checkbox"] {
display: inline; }
label span,
legend span {
font-weight: normal;
font-size: 13px;
color: #444; } .remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; } .column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; } .container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }
.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; } .container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }  @media only screen and (min-width: 768px) and (max-width: 959px) {
.container                                  { width: 768px; }
.container .column,
.container .columns                         { margin-left: 10px; margin-right: 10px;  }
.column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
.column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
.alpha.omega                                { margin-left: 0; margin-right: 0; }
.container .one.column,
.container .one.columns                     { width: 28px; }
.container .two.columns                     { width: 76px; }
.container .three.columns                   { width: 124px; }
.container .four.columns                    { width: 172px; }
.container .five.columns                    { width: 220px; }
.container .six.columns                     { width: 268px; }
.container .seven.columns                   { width: 316px; }
.container .eight.columns                   { width: 364px; }
.container .nine.columns                    { width: 412px; }
.container .ten.columns                     { width: 460px; }
.container .eleven.columns                  { width: 508px; }
.container .twelve.columns                  { width: 556px; }
.container .thirteen.columns                { width: 604px; }
.container .fourteen.columns                { width: 652px; }
.container .fifteen.columns                 { width: 700px; }
.container .sixteen.columns                 { width: 748px; }
.container .one-third.column                { width: 236px; }
.container .two-thirds.column               { width: 492px; } .container .offset-by-one                   { padding-left: 48px; }
.container .offset-by-two                   { padding-left: 96px; }
.container .offset-by-three                 { padding-left: 144px; }
.container .offset-by-four                  { padding-left: 192px; }
.container .offset-by-five                  { padding-left: 240px; }
.container .offset-by-six                   { padding-left: 288px; }
.container .offset-by-seven                 { padding-left: 336px; }
.container .offset-by-eight                 { padding-left: 384px; }
.container .offset-by-nine                  { padding-left: 432px; }
.container .offset-by-ten                   { padding-left: 480px; }
.container .offset-by-eleven                { padding-left: 528px; }
.container .offset-by-twelve                { padding-left: 576px; }
.container .offset-by-thirteen              { padding-left: 624px; }
.container .offset-by-fourteen              { padding-left: 672px; }
.container .offset-by-fifteen               { padding-left: 720px; }
}  @media only screen and (max-width: 767px) {
.container { width: 300px; }
.container .columns,
.container .column { margin: 0; }
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column  { width: 300px; } .container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen { padding-left: 0; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
.container { width: 420px; }
.container .columns,
.container .column { margin: 0; }
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column { width: 420px; }
}  .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } .clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; } .clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}body {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/wood.jpg);
font-size:13px;
line-height: 21px; 
font-family: 'Roboto Slab', serif;
color: #2a4a62;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Slab', serif;
color: #2a4a62;
}
h3 {
color: white;
font-family: "Pacifico",cursive;
font-size: 32px;
margin: 0 0 15px;
text-align: center;
}
h4 {
border-bottom: 1px solid #dae1e6;
color: #97a7b3;
margin: 30px 0 15px;
padding: 0 0 5px;
}
h5 {
font-size: 18px;
margin: 0 0 5px;
}
p {
margin: 0 0 15px;
}
a, a:visited {
color: inherit;
text-decoration: none;
}
.reaxion {
padding: 12px 0 10px;
margin: 30px 0 0;
}
.reaxion a {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/reaxion.png) no-repeat;
color: #727272;
display: block;
font-size: 10px;
margin: auto;
padding: 0 0 0 20px;
width: 120px;
}
div {
position:relative;
}
.right {
float: right !important;
}
strong {
color: inherit;
}
.alignleft {
float: left;
margin: 10px 20px 10px 0;
}
.alignright {
float: right;
margin: 10px 0 10px 20px;
}
ul li {
list-style: outside;
margin: 5px 0 5px 13px;
}
.flexnav, 
.mobile,
.none,
.menu-button {
display: none;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
background: #fff;
border: none;
color: #5a7ca6;
font-family: "Oswald",sans-serif;
font-size: 19px;
margin: 0;
padding: 15px;
text-shadow: none;
width:auto;
-webkit-appearance: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
background: #ddd;
border: none;
color: #5a7ca6;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
border: none;
border-radius: 2px;
color: #777;
display: block;
font-family: 'Maven Pro', sans-serif;
margin: 0 0 10px;
width: 100%;
padding: 10px 0;
text-indent: 10px;
-webkit-appearance: none;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover, select:hover,
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:hover, select:focus {
border: none;
border-radius: 2px;
color: #777;
}
form {
margin: 0;
}
.mobile {
display:none !important;
} .gold_bar {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/gold-bar.png) repeat-x;
height:13px;
}
.header {
z-index:8;
}
.logo {
float: left;
margin: 40px 0 0;
}
.social {
float: right;
margin: 75px 0 0;
}
.social li {
float:left;
margin: 0 0 0 40px;
list-style: none;
}
.social a:hover {
color: white;
}
.social li .circle {
background: none repeat scroll 0 0 #97a7b3;
border-radius: 50px;
color: white;
display: block;
float: left;
height: 40px;
margin: -11px 10px 0 0;
width: 40px;
position: relative;
}
.social li .circle:hover {
background: #195884;
} .social li:hover > .circle  {
background: #195884;
cursor: pointer;
}
.social ul {
background: none;
display: none;
padding: 20px 0 0;
position: absolute;
right: -100px;
top: 34px;
width: auto;
z-index: 9;	
}
.social .circle:hover > ul {
display: block;
}
.social ul li {
background: #195884;
color: white;
padding:30px 20px;
width:200px;
text-align: center;
border-radius: 3px;	
font-size: 14px;
font-family: 'Maven Pro', sans-serif;
line-height:21px;
}
.social li i {
font-size: 21px;
text-align:center;
display:block;
margin: 10px 0 0;
}
.social i.fa-envelope, .social i.fa-search {
font-size: 18px;
}
.social i.fa-clock-o {
font-size: 25px;
margin: 8px 0 0 1px;
}
.social li .word  {
color: #97a7b3;
font-family: 'Oswald', sans-serif;
font-size: 16px;    
float: left;
}
.social input[type="submit"]{
padding: 5px 0;
background: #13496e;
color: #97a7b3;
width: 100%;
}
.social input[type="submit"]:hover{
background: #97a7b3;
color: #195884;
} .navbg {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/navbg.jpg) repeat-x;
border:1px solid white;
box-shadow: 0 0px 7px #999;
border: 1px solid #ddd;
z-index: 7;
margin:40px 0 0;
}
.navbg .nav {
margin: 0 10px;
}
.navbg .nav li {
float: left;
margin: 0;
padding: 10px 0;
position: relative;
list-style: none;
}
.navbg .nav li a {
border-left: 2px solid #c29e66;
color: #c29e66;
float: left;
font-family: "Oswald",sans-serif;
font-size: 18px;
margin: 0;
padding: 0 36px;
text-transform: uppercase;
}
.navbg .nav li.current-menu-item  a, 
.single-education .nav li.menu-item-21 a {
color: #a4834f;
}
.navbg .nav li:last-child > a {
border-right: 2px solid #c29e66;
} .feature {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/bg.jpg) repeat-x center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 150px 0  0;
}	
.feature h4 {
border-bottom: 1px solid white;
color: white;
font-size: 26px;
line-height: 37px;
margin: 0 0 15px;
padding: 0 0 15px;
text-align: center;
text-shadow: 0px 0px 2px #666666;
}
.feature h5 {
color: white;
text-align: center;
font-size: 18px;
line-height: 24px;
text-shadow: 0px 0 2px #666666;
} .welcome {
background: white;
padding: 70px 0 60px;
}
.welcome h2 {
font-weight: 300;
margin: 0 0 20px;
font-size: 34px;
}
.welcome img {
border-radius: 50%;
float: right;
margin: 0 0 0 20px;
} .boxes {
box-shadow: 0 0 9px #ccc;
border-top: 1px solid #ddd;
}
.boxes p {
color: white;
font-size: 12px;
text-align: center;
}
.boxes span {
font-family: "Oswald",sans-serif;
color: white;
font-size: 15px;
display: block;
text-align:center;
} .services_box {
background: #5aa69a;
padding: 35px 25px 30px;
margin: 20px 0;
} .therapists_box {
background: #5a95a6;
padding: 35px 20px 30px;
margin: 20px 0;
} .hours_box {
background: #5a7ca6;
padding: 35px 20px 30px;
margin: 20px 0;
}
.hours_box strong {
color:white;
}
.hours_box p {
font-size: 15px;
line-height: 22px;
}
.hours_box span {
color: #5a7ca6;
font-size: 19px;
margin: 0 12px;
} .education_box {
background: #b99d68;
padding: 35px;
margin: 0 0 20px;
float:left;
}
.education_box .img_wrap {
border-radius: 50%;
float: left;
height: 220px;
margin: 0 30px 0 0;
overflow: hidden;
width: 220px;
}
.education_box img {
width: 100%;
}
.education_box h3,
.education_box h5,
.education_box p {
text-align:left;
margin: 0 0 15px;
color:white;
}
.education_box span {
font-family: "Oswald",sans-serif;
font-size: 15px;
text-align:left;
color:white;
}
.education_box h5 {
color: white;
font-size: 18px;
margin: 0 0 5px;
} .services_box:hover > span,
.therapists_box:hover > span,
.education_box:hover > span {
color: #195884;
}
.hours_box:hover > span {
background: #195884;
color:white;
} .white {
background: #fff;
padding: 50px 0;
min-height:410px;
}
.white h2 {
padding: 0 0 10px;
}
.header-image {
background: #edf0f2;
height: 250px;
margin: -51px auto 0;
overflow: hidden;
position: relative;
width: 100%;
}
.header-image h2 {
position: absolute;
top:160px;
}
.header-image img {
display: block;
float: right;
}
.white_bar {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/white-bar.png) repeat-x;
height: 7px;
margin: -7px 0 50px;
}
.home .white_bar {
margin:160px 0 0;
} .gallery {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
float: right;
}
.gallery a {
display: block;
float: left;
height: 138px;
margin: 1px;
width: 138px;
}
.gallery img {
width: 100%;
display:block;
} .each_therapist img {
border-radius: 50%;
display: block;
margin: 5px auto;
} .links .white ul {
margin: 0;
}
.links .white li {
border-left: 3px solid #97a7b3;
list-style: outside none none;
margin: 10px 0 20px;
}
.links .white strong {
display: block;
margin: 0 0 10px 10px;
}
.links .white a {
background: none repeat scroll 0 0 #dbe0e4;
display: block;
padding: 10px;
font-style: italic;
}
.links .white span {
font-family: 'Maven Pro', sans-serif;
display:block;
font-weight: bold;
font-style: normal;
margin: 3px 0 0;
}
.links .white a:hover {
background: #97a7b3;
color:white;
} .single .white img {
border-radius: 50%;
height: auto;
margin: 0 0 25px;
width: 100%;
} .cd-tabs-content {
font-family: 'Maven Pro', sans-serif;
} .search .white h4 a:hover {
color:#2a4a62;
} .footer {
background: #134263;
min-height:200px;
color: white;
font-size: 12px;
padding: 50px 0 20px;
}
.footer strong {
font-family: 'Maven Pro', sans-serif;
margin: 0 0 5px;
display: block;
font-size: 14px;
color:white;
}
.footer ul li {
margin: 3px 0 0;
list-style: none;
}
.footer a {
color: white;
font-family: 'Maven Pro', sans-serif;
}
.footer .columns a:hover {
color: #ccc;
}
.footer p {
font-family: 'Maven Pro', sans-serif;
}
.footer iframe {
margin: 6px 0 0;
}
.footer .social {
margin: 2px 10px 0 0;
}
.footer .social li .circle {
background: none repeat scroll 0 0 #fff;
color: #195884;
margin: 0 0 0 5px;
}
.footer .social li .circle a{
color: #195884;
}
.footer .social li .circle ul a{
color:white;
}
.footer .social ul {
right: 0;
top: auto;
bottom:34px;
padding: 0 0 20px;
}
@media only screen and (max-width: 959px) { .social li {
margin: 0 0 0 20px;
}
.navbg .nav li a {
padding: 0 22px;
} .feature h4 {
font-size: 22px;
line-height: 31px;
}
.feature {
padding: 100px 0 0;
}
.home .white_bar {
margin: 100px 0 0;
} .welcome h2 {
font-size: 27px;
margin: 0 0 15px;
} .boxes .hours_box p {
font-size: 14px;
margin: 0 0 27px;
}
.education_box .img_wrap {
margin: 0 30px 50px 0;
} .header-image img {
margin: 0 -100px 0 0;
} .gallery a {
height: 108px;
width: 108px;
} .links .white strong {
font-size: 12px;
margin: 0 0 5px 5px;
} .footer .social li a {
margin: 2px 7px 0 0;
}
}
@media only screen and (max-width: 767px) {
.mobile {
display:block !important;
}
.desktop {
display:none !important;
}
.logo {
display: block;
float: none;
margin: 30px auto;
}
h2 {
text-align: center;
} .nav {
display: none;
}
.navbg {
margin: 0;
}
.navbg .menu-button .touch-button {
display: none;
}
.navbg .menu-button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #b99d68;
float: left;
font-size: 43px;
margin: 11px 0 0;
padding: 0;
width: 35px;
display:block;
}
.navbg .flexnav {
display: block;
}
.flexnav.show {
margin: 0 0 10px !important;
}
.navbg .flexnav li {
margin: 0;
padding: 0;
float:none;
display:block; }
.navbg .flexnav li a {
display:block;
background: #b99d68;
border: medium none;
color: #fff;
font-size: 12px;
margin: 0 0 1px;
padding: 10px;
text-transform: uppercase;
font-family: 'Maven Pro', sans-serif;
}
.navbg .flexnav li.current-menu-item a {
background: #a4834f;
}
.navbg .flexnav .touch-button {
background: #259dc4;
height: 38px;
width: 38px;
}
.navbg .flexnav .touch-button .navicon {
color: #fff;
padding: 12px 13px;
top: 10px;
}	
.navbg .flexnav li ul {
margin: -1px 0 1px;
width: 100%;
}
.navbg .flexnav li ul li {
margin: 0;
}
.navbg .flexnav li ul li a {
background: #259dc4;
font-size: 11px;
margin: 0;
text-indent: 10px;
} .navbg {
background: url(//www.focusphysiotherapy.ca/wp-content/themes/starkers/images/navbg.jpg) repeat;
}
.social {
display:none;
}
.navbg .social {
display:block;
}
.navbg ul.social {
margin: 10px 0;
}
.navbg .social ul {
right: 0;
}
.social li  {
margin:0;
}
.social li .circle {
margin: 0 0 0 15px;
} .feature {
padding: 50px 0 0;
}
.feature h4 {
font-size: 18px;
line-height:26px;
}
.feature h4 br,
.feature h5 br {
display: none;
}
.home .white_bar {
margin: 45px 0 0;
} .welcome {
padding: 30px 0;
}
.welcome h2 {
font-size: 25px;
line-height: 36px;
}
.welcome img {
width: 200px;
height:auto;
} .boxes {
padding: 20px 0 0;
}
.boxes .services_box,
.boxes .therapists_box,
.boxes .hours_box {
margin: 0 0 20px;
}
.education_box .img_wrap {
display: block;
float: none;
height: 235px;
margin: 0 auto 30px;
width: 235px;
}
.education_box h3, .education_box h5, .education_box p, .education_box span {
display: block;
text-align: center;
} .header-image {
height: auto;
padding: 20px 0 10px;
}
.header-image img {
display: none;
}
.header-image h2 {
position: relative;
top: auto;
} .each_therapist h4,
.each_therapist p {
text-align: center;
}
.each_therapist img {
margin: 0 auto 10px;
} .gallery a {
height: 103px;
width: 103px;
} .links .white strong {
font-size: 13px;
margin: 0 0 10px 10px;
} .cd-tabs-navigation li {
width: 140px;
margin: 0;
}
.cd-tabs-navigation a {
font-size: 12px;
}
}
@media only screen and (max-width: 479px) { .welcome h2 {
font-size: 19px;
line-height: 28px;
}
.welcome img {
width: 170px;
} .cd-tabs-navigation li {
width: 100px;
}
.cd-tabs-navigation a {
padding: 10px 5px;
} .gallery a {
height: 98px;
width: 98px;
}
}