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, summary {
display: block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
hr { display:block; height:0; border:0; border-top:1px solid #066089; margin: 20px 0; }
input, select { vertical-align:middle; }
.ie7 img { -ms-interpolation-mode: bicubic; }   input:invalid, textarea:invalid {
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
}
::-moz-selection {
background: #2d96cf;
color:#fff;
text-shadow: none;
}
::selection {
background:#2d96cf;
color:#fff;
text-shadow: none;
}
:focus {
outline: 0;
}   .form-allowed-tags {
display: none !important;
}
a {
text-decoration: none;
color: #2d96cf;
}
a:hover {
text-decoration: underline;
}
img {
border:0;
}
img.left, img.alignleft {
border: 1px solid #eee8e8;
padding:6px;
background-color:#fff;
max-width: 100%;
height: auto;
display: block;
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
img.right, img.alignright {
border: 1px solid #eee8e8;
padding:6px;
background-color:#fff;
max-width: 100%;
height: auto;
display: block;
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
strong {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
em {
font-family: Arial, Helvetica, sans-serif;
font-style:italic;
}
ul, ol, p {
padding: 0 0 1.25em 0;
}
.wp-caption-text  {
display: block;
padding: 0 0 1.25em;
color: #55555;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
text-align:center;
font-style:italic;
height: 100%;
line-height: 20px;
width: 100%;
}
ul, ol {
list-style: none;
}
ul li {
list-style-type: disc;
list-style-position: inside;
}
.clear { clear:both; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.alignleft {
float: left;
margin: 0 20px 20px 0;
}
#nodecoration {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: 0 !important;
background-color: transparent !important;
}
.aligncenter {
display: block;
margin: 0 auto 20px;
}
.alignright {
float: right;
margin: 0 0 20px 20px;
}
.alignnone {
display: block;
margin: 0 20px 20px;
}
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.noborder { border: none !important; }
.noline { text-decoration: none !important; }
.noshadow {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.graphic {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: 0 !important;
background-color: transparent !important;
}   html {
width: 100%;
height: 100%;
}
html * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 23px;
color: #7a7777;
width: 100%;
height: 100%;
}
#wrapper {
width: auto;
height: auto;
min-height: 100%;
}
.wrapper-contents {
min-height: 100%;
margin-bottom: -280px;
}
.wrapper-contents:after {
content: "";
display: block;
}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
position: relative;
}
#main {
}
.container, .col {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.col {
float: left;
padding: 10px;
}
.col_left {
float: left;
width: 50%;
padding-right: 10px;
}
.col_right {
float: left;
width: 50%;
}
.inner {
width: 100%;
height: 100%;
display: block;
}
.contents {
padding: 10px;
display: block;
}
.large-quarter { width: 25%; }
.large-third { width: 33.33%; }
.large-half { width: 50%; }
.large-twothirds { width: 66.66%; }
.large-threequarters { width: 75%; }
.large-full { width: 100%; }   header {
background: url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/images/layout_header_bg.jpg) top center no-repeat #2d96cf;
width: 100%;
display: table;
padding: 20px 0 0;
margin-bottom: 20px;
}
.home header {
padding: 15px 0 0px;
}
.logo {
display: inline-block;
margin-bottom: 15px;
}
.header-contact{
background:url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/images/graphic_phone_icon.png) left center no-repeat;
padding:0 0 0 30px;
color: #fff;
float:right;
font-size: 27px;
text-shadow: 1px 1px 1px #56831a;
display: inline-block;
margin: 10px 0;
}
header .metaslider {
border-bottom: 1px solid #ede7d4;
}
#main-navigation {
background-color: #04419c;
height: 46px;
border-top: 1px solid #2d96cf;
position: relative;
z-index: 99999;
}
#main-navigation a {
text-decoration: none;
color: #f6f08c;
}
#main-navigation ul > li {
float: left;
border-right: 1px solid #04419c;
list-style-type: none;
position: relative;
}
#main-navigation ul > li:first-child {
border-left: 1px solid #04419c;
}
#main-navigation ul > li a {
display: block;
padding: 10px 25px 10px 0;
height: 45px;
text-align: center;
font-family: 'bebas-neue';
font-size: 21px;
text-shadow: 1px 1px 1px #052b63;
line-height: 24px;
}
#main-navigation ul > li a:hover {
color: #fff;
text-decoration: none;
}
#main-navigation ul > li ul {
display: none;
background: #092e3f;
border: 1px solid #2d96cf;
position: absolute;
top: 100%;
left: -1px;
width: 200px;
padding: 0;
}
#main-navigation ul > li:hover > ul {
display: block;
}
#main-navigation ul > li ul li {
float: none;
display: block;
background: #04419c;
border-top: 1px solid #2d96cf;
list-style-type: none;
border-right: 0;
}
#main-navigation ul > li ul li:first-child {
border-top: 0;
border-left: 0;
}
#main-navigation ul > li ul li a {
padding: 5px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-shadow: 1px 1px 1px #052b63;
text-align: left;
height: 36px;
}
#main-navigation ul > li ul li a:hover {
background: #2d96cf;
}
#main-navigation ul#menu-mobile-navigation > li ul  {
}
#main-navigation ul#menu-mobile-navigation > li:hover > ul  {
display: block;
border-top: 0;
}
#main-navigation ul#menu-mobile-navigation > li ul li  {
}
#main-navigation ul#menu-mobile-navigation > li ul li:first-child  {
border-top: 1px solid #2d96cf;
}
#main-navigation ul#menu-mobile-navigation > li ul li .sub-menu {
position: relative;
top: 100%;
left: -1px;
border-top: 0;
border-bottom: 0;
display: block;
}
#main-navigation ul#menu-mobile-navigation > li ul li .sub-menu li a  {
text-indent: 10px;
}
#patientform-menu-btn {
background:url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/images/graphic_patienform_icon.png) left center no-repeat;
display: block;
padding: 10px 0px 10px 30px;
height: 45px;
margin-bottom: 0;
text-align: center;
font-family: 'bebas-neue';
color: #fff;
font-size: 19px;
line-height: 24px;
position: relative;
z-index: 9999;
}
#patientform-menu-btn:hover {
background:url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/images/graphic_patienform_icon.png) left center no-repeat;
color: #fff;
text-decoration: none;
}
.active-menu-btn {
height: 45px !important;
border-bottom: 0;
}
#patientform-menu-btn img {
display: inline-block;
float: right;
width: 32px;
height: auto;
padding-left: 5px;
position: relative;
top: 0;
right: 0;
}
#facebook-menu-btn {
display: block;
padding: 10px 0px 10px 30px;
height: 45px;
margin-bottom: 0;
text-align: center;
color: #fff;
font-size: 19px;
line-height: 24px;
position: relative;
z-index: 9999;
}
#facebook-menu-btn:hover {
color: #fff;
text-decoration: none;
}
.policies-link {
font-size: 14px;
line-height: 20px;
}
.slides li {
list-style-type: none;
}
.slides li img {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: 0 !important;
}   h1 {
font-family: 'Constantine', 'Times New Roman', times, sans-serif;
font-size: 40px;
line-height: 50px;
color: #2d96cf;
margin-bottom: 20px;
}
h2 {
font-family: 'Times New Roman', times, sans-serif;
font-size: 28px;
line-height: 36px;
color: #0578af;
margin-bottom: 20px;
}
h3 {
font-family: 'Constantine', 'Times New Roman', times, sans-serif;
font-size: 22px;
line-height: 28px;
color: #81ad32 ;
border-bottom: 1px solid #cccccc;
padding-bottom:10px;
margin-bottom: 10px;
padding-top:15px;
}
h4 {
font-family: 'bebas-neue';
font-size: 22px;
line-height: 28px;
color: #fbe590;
text-shadow: 1px 1px 1px #497015;
margin-bottom: 20px;
}
h5 {
font-family: 'Constantine', 'Times New Roman', times, sans-serif;
font-size: 22px;
line-height: 28px;
color: #81ad32 ;
border-bottom: 1px solid #cccccc;
padding-bottom:15px;
margin-bottom: 30px;
}
h6 {
font-family: 'Times New Roman', times, sans-serif;
font-size: 24px;
line-height: 32px;
color: #47c3b0;
}
.blue_strong {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 23px;
color: #2d96cf;
font-weight:bold;
}
.green_strong {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 23px;
color: #749e28;
font-weight:bold;
}
.statement {
background-color: #f5f3b1;
color: #555;
font-size: 14px;
line-height: 22px;
margin: 15px 0 35px;
padding: 25px;
text-decoration: none;
text-shadow: 1px 1px 1px #ffffff;
}   .content-area {
padding: 0 20px 0 20px;
}
.content-area-left {
border-right: 1px solid #e5e5e4;
padding: 0 35px 0 35px;
}
.content-area-mid{
border-right: 1px solid #e5e5e4;
padding: 0 35px 0 35px;
}
.content-area-right{
border-right: 0;
padding: 0 35px 0 35px;
}
.sidebar {
padding-left: 20px;
margin-left: -1px;
}
.recent-post-list {
padding: 0;
}
.recent-post {
border-top: 1px solid #066089;
padding: 20px 0;
list-style-type: none;
}
.recent-post:first-child {
}
.recent-post-thumbnail {
display: block;
float: left;
}
.recent-post-thumbnail img {
width: 150px;
height: 120px;
}
.recent-post-info {
margin-left: 170px;
}      #comments-title, #reply-title {
}
.commentlist {
list-style-type: none;
margin: 0 0 20px;
}
li.comment {
padding: 20px;
border: solid 1px #148693;
margin-top: 20px;
min-height: 94px;
position: relative;
}
.vcard img {
float: left;
margin-right: 20px;
}
.avatar {
border: solid 2px #ccc;
}
.vcard .author-back {
background: #148693;
display: block;
height: 32px;
margin-left: 90px;
padding: 8px 0 4px 10px;
}
.vcard .author-back span {
color: #7a7777;
float: left;
text-transform: capitalize;
}
.comment-edit-link {
float: right;
line-height: 20px;
margin-right: 10px;
color: #fff !important;
}
.comment-edit-link:hover {
color: #7a7777 !important;
}
.comment-body {
margin:  10px 0 27px 90px;
}
.commentmetadata {
margin-left: 90px;
font-style: italic;
font-size: 60%;
font-weight: normal;
line-height: 20px;
position: absolute;
bottom: 12px;
}
textarea#comment, textarea {
height: 144px;
padding: 2px;
resize: none;
border: solid 1px #ccc;
width: 100%;
}
.logged-in-as {
}
p.comment-form-author, p.comment-form-email, p.comment-form-comment {
position: relative;
margin-bottom: 0;
padding: 0;
}
input#author, #commentform input#email, textarea#comment, input[type="text"],
input[type="password"], input[type="email"] {
width: 100%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
input#author, #commentform input#email, input[type="text"],
input[type="password"], input[type="email"] {
border: 1px solid #ccc;
height: 40px;
display: block;
font-size: 90%;
}
#commentform p.form-submit {
margin-bottom: 20px;
}
.modmessage {
font-style: italic;
background: #e5da7d;
font-weight: normal;
line-height: 20px;
color: #fff;
display: block;
padding: 8px 10px 4px;
}   footer, .wrapper-contents:after {
height: 320px;
}
footer {
margin-top: 20px;
background: #81ad32;
color: #fff;
-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.4);
box-shadow: inset 0 5px 5px rgba(0,0,0,0.4);
padding: 20px 0;
}
footer p{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-shadow: 1px 1px 1px #56831a;
line-height: 20px;
color: #fff;
}
footer a{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-shadow: 1px 1px 1px #56831a;
line-height: 20px;
color: #f4f3b2;
}
footer a:hover {
text-decoration: none;
color: #4d351b;
text-shadow: 1px 1px 1px #c1e98c;
}
.footer-block {
float: left;
width: 30%;
}
.middle-block {
margin: 0 5%;
}
.footer-nav-left {
float: left;
width: 48%;
margin-right: 4%;
}
.footer-nav-right {
float: left;
width: 48%;
}
footer input[type="text"], input[type="email"] {
margin: 0 !important;
}
footer .btn {
max-width: 360px !important;
}
.footer-phone {
background:url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/images/graphic_phone_icon.png) left center no-repeat;
padding:0 0 0 30px;
color: #fff;
font-size: 27px;
text-shadow: 1px 1px 1px #56831a;
display: block;
margin: 10px 0;
}
footer ul li {
list-style-type: disc;
}   @font-face {
font-family: 'bebas-neue';
src: url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/bebasneue-webfont.eot);
src: url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/bebasneue-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/bebasneue-webfont.woff) format('woff'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/bebasneue-webfont.ttf) format('truetype'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/bebasneue-webfont.svg#) format('svg');
font-weight:bold 900;
font-style: normal;
}
@font-face {
font-family: 'Constantine';
src: url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/Constantine.eot);
src: url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/Constantine.eot) format('embedded-opentype'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/Constantine.woff2) format('woff2'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/Constantine.woff) format('woff'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/Constantine.ttf) format('truetype'),
url(//www.chiropractorpcb.com/wp-content/themes/chiropractorpcb/fonts/Constantine.svg#Constantine) format('svg');
}   #menu-mobile-navigation {
display: none;
}
.select-back, input[type="text"], input[type="password"], input[type="email"], textarea {
height: 35px;
width: 100%;
background: #FFF;
display: block;
margin: 5px auto 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #484848;
border: 1px solid #cccccc;
}
.select-back select {
background: transparent;
border: 0;
width: 100%;
display: block;
height: 40px;
color: #484848;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
padding: 10px;
}
textarea {
height: 120px;
}
.btn, .submit, button, input[type="submit"], input[type="reset"], input[type="button"] {
display: block;
height: 40px;
width: 100%;
max-width: 320px;
margin-top: 20px;
margin-bottom: 20px;
background: #2d96cf;
text-align: center;
font-family: 'bebas-neue';
font-size: 20px;
line-height: 40px;
color: #fff;
border: 0;
cursor: pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.btn:hover, .submit:hover, button:hover, input[type="submit"]:hover,
input[type="reset"]:hover, input[type="button"]:hover {
background: #0654a9;
text-decoration: none;
}
.button--cta {
background-color: #0654a9;
color: #fff;
padding-left: 4em;
padding-right: 4em;
text-decoration: none;
white-space: nowrap;
}
.button {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 100%;
cursor: pointer;
display: inline-block;
font-family: 'bebas-neue';
font-size: 20px;
font-weight: 500;
line-height: 1.0;
margin-bottom: 15px;
padding: 0.5em 1.5em;
text-align: center;
}
.hide {
display: none !important;
}
.wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px;
}
footer .wpcf7-not-valid-tip, footer .wpcf7-response-output {
display: none !important;
}
.metaslider .caption-wrap {
font-size: 1.4em; !important;
}   @media screen and (max-width: 1200px) {
.metaslider .caption-wrap {
font-size: 1.4em; !important;
}
}
@media screen and (max-width: 1024px) {
.metaslider .caption-wrap {
font-size: 1.4em; !important;
}
}
@media screen and (max-width: 960px) {
.medium-quarter { width: 25%; }
.medium-third { width: 33.33%; }
.medium-half { width: 50%; }
.medium-twothirds { width: 66.66%; }
.medium-threequarters { width: 75%; }
.medium-full { width: 100%; }
#menu-main-navigation {
display: none;
}
#menu-mobile-navigation {
display: block;
}
.metaslider .caption-wrap {
font-size: 1.2em; !important;
}
}
@media screen and (max-width: 876px) {
.metaslider .caption-wrap {
font-size: 1.1em; !important;
}
}
@media screen and (max-width: 840px) {
.metaslider .caption-wrap {
font-size: 1.1em; !important;
}
}
@media screen and (max-width: 800px) {
.small-quarter { width: 25%; }
.small-third { width: 33.33%; }
.small-half { width: 50%; }
.small-twothirds { width: 66.66%; }
.small-threequarters { width: 75%; }
.small-full { width: 100%; }
h1, .tagcloud {
text-align: center;
}
.content-area {
border-right: 0;
padding-right: 10px;
}
.content-area-left {
border-right: 0;
padding: 0 10px 0 10px;
text-align: center;
}
.content-area-mid{
border-right: 0;
padding: 0 10px 0 10px;
}
.content-area-right{
border-right: 0;
padding: 0 10px 0 10px;
text-align: center;
}
.sidebar {
border-left: 0;
border-top: 1px solid #066089;
padding-left: 10px;
}
.special-thumbnail {
display: inline-block;
width: 42%;
margin: 2%;
}
footer h3 {
text-align: center;
}
.footer-block {
float: none;
width: 100%;
}
.middle-block {
margin: 0;
}
.footer-nav-left {
float: left;
width: 50%;
margin-right: 0;
text-align: left;
}
.footer-nav-right {
float: left;
width: 50%;
text-align: left;
}
#footer-navigation p {
text-align: center;
border-bottom: 1px solid #99c45e;
margin-bottom: 15px;
}
footer {
height: 750px;
}
footer .newsletter-name, footer .newsletter-email {
max-width: 360px !important;
margin: 0 auto 20px;
display: block;
}
}
@media screen and (max-width: 600px) {
.caption-wrap{
display:none !important;
}
.recent-post-thumbnail {
float: none;
margin: 0 auto 20px;
width: 180px;
display: none;
}
.recent-post-info {
margin-left: 0;
}
}
@media screen and (max-width: 480px) {
.caption-wrap{
display:none !important;
}
footer {
height: 800px;
}
}
@media screen and (max-width: 400px) {
.caption-wrap{
display:none !important;
}
footer {
height: 800px;
}
.footer-nav-left {
float: none;
width: 100%;
margin-right: 0;
text-align: center;
}
.footer-nav-right {
float: none;
width: 100%;
text-align: center;
}
}
@media print {
* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a:after { content: " (" attr(href) ")"; }
abbr:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } tr, img { page-break-inside: avoid; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}