/*
Theme Name: XWP Child
Theme URI: http://www.e-rehab.com/
Version: 1.0
Description: Designed by John Mason
Author: John B Mason
Author URI: http://www.e-rehab.com
Template: xwp
*/
@import url(superfish.css);
@import url(callout.css);

* {
    margin: 0;padding:0;
}

html, body {
    height: 100%;
    min-height:100%;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body,td,.bottom,.mceContentBody,.normal {
    color: #0d3d6e;
}

body{
    background:#0d3d6e;
    height: 100%;
    min-height:100%;}


.home #swoosh{width:1200px;height:550px;background:url('images/blank2.png') no-repeat;position:absolute;top:0;z-index:5;}

#swoosh{width:1200px;height:517px;background:url('images/blank3.png') no-repeat;position:absolute;top:0;z-index:5;}

#hero{width:822px;height:396px;margin:-82px 50px 12px 178px;zoom:1;}

body {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: "Lato",sans-serif;
}

h1,h2,h3,h4,h5,h6,#faqTitle {
    font-family: "PT Serif",serif;
    font-variant:small-caps !important;
}

h1{font-size:30px;}
h1 span{font-size:85%;font-weight:normal;}
#faqTitle{text-align:center;}
h2{font-size:24px;}
h3{font-size:16px;}
h5{font-size:90%;border-bottom:0;}

.base,.gmaptopper {
    background-color: #0d3d6e !important;
    border-color: #0d3d6e !important;
}

.base_sprite,.base_numbers li:before {
    background-image: url(images/shortcodes/sprites/custom_sprite_0d3d6e.png) !important;
}

.base_text,.base_sprite a,h1,h2,h3,h4,h5,h6,.brd,.testimonial,.colorlist,.bodytext {
    color: #0d3d6e !important;
}

.altcolor {
    color: #000
}

a:link {
    color: #ef8200
}

a:visited,a:active {
    color: #ef8200
}

a:hover {
    color: #000;
    text-decoration: none
}

.box {
    border: 2px solid #0d3d6e;
    background-color: #87add4;
    padding: 12px;
    color:#FFF;
}

.box1 {
    border: 2px solid #0973e0;
    background-color: #ddd9d5;
    padding: 12px;
}

.brd {
    border: solid 1px #0d3d6e;
}

.brd1 {
    border: solid 1px #0973e0;
}

.dbrd {
    border: solid 2px #0d3d6e;
    background-color: #87add4;
    padding: 3px;
    color:#FFF;
}

.dbrd1 {
    border: solid 2px #0973e0;
    background-color: #ddd9d5;
    padding: 3px;
}

.faqbackground {
    background-color: #e2dfdd;
}

/* IE7 Fix */
* html #wrapper {
    display: table;
    height: 100%
}

/* Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}


/*-----Header--------*/
header {
    height: 206px;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
}

#topaddr {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    position: absolute;
    right: 120px;
    text-align: right;
    top: 15px;
    width: 400px;
    /*text-shadow: 1px 1px 2px #000;*/
    letter-spacing: .1em;
    z-index:30;
}

#topaddr * {
    text-decoration: none;
    color: #0d3d6e;
}

#topaddr a:hover {
    color: #000 !important;
}

#logo{width:392px;height:110px;position:absolute;top:14px;left:125px;z-index:25;}

/*-------Main Area/Content-------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -78px;
    background:url('images/centerbg.png') repeat-y center;
}

.main {
    position: relative;
    padding: 0;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background: transparent;
    z-index:50;
}

.home #rightcol2 {
    float: right;
    width: 704px;
    margin: 0;
    padding: 10px 20px;
}

#rightcol {
    float: right;
    width: 704px;
    min-height:550px;
    margin: 0;
    padding: 10px 20px;
}

#sidebar {
	position: absolute;
	top:200px;
    width: 220px;
    height: 500px;
    margin: 0;
    padding: 0;
}

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    width: 696px;
    position: absolute;
    top:165px;
    right:125px;
    z-index: 100;
    height: 34px;
}

.current_page_item a {
    color: #fdc689 !important
}

.sf-menu a {
    font-family: 'PT Serif', serif;
    /*text-shadow: 1px 1px 0 #333333;*/
    font-size: 14px;
	/*font-weight: bold;
    letter-spacing: 1px;*/
    text-transform:uppercase;
    padding: 10px 10px;
    border: none;
    text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
 /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
  /*Match color above*/
}

.sf-menu {
    float: left;
}

.sf-menu li li a {
    border-right: none;
}

.sf-menu li li {
    background: #0366cc;
}

.sf-menu li li li {
    background: #0366cc;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #fdc689;
    outline: 0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    color: #fdc689;
    background:#514d4a;
    outline: 0;
}

.sf-menu li li li:hover, .sf-menu li li li.sfHover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
    color: #fdc689;
    background:#514d4a;
    outline: 0;
}

/*DESIGN ELEMENTS - boxes and such*/
#footer,.push {
    height: 78px;
}

#footer {
    position: relative;
    color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background:#87add4;
}

#footer a:link,#footer a:visited {
    color: white;
}

#footer p {
    padding: 0 8px;
    margin: 0;
}

/*-------- Specific to this site ------------*/
.underline {
    text-decoration: underline;
}

table{border-collapse:collapse;}

.faq-page .question {font-size: 1.2em;}
.faq-page .video {margin-bottom: 20px;}

.rnd {-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
behavior: url(http://659.ptclinicng.com/wp-content/themes/659theme/PIE.php); /* Internet Explorer */
}
.toprnd{
-webkit-top-left-radius: 12px;
-moz-top-left-radius: 12px;
border-top-left-radius: 12px;
-webkit-top-right-radius: 12px;
-moz-top-right-radius: 12px;
border-top-right-radius: 12px;
behavior: url(http://659.ptclinicng.com/wp-content/themes/659theme/PIE.php); /* Internet Explorer */
}

.gfield_label, .gform_description {color: #000}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-family: lato, sans-serif;
	font-size:13px;
	color:#0d3d6e;
	border:solid 1px #0d3d6e;
}

#comment, #s{
	font-family: lato, sans-serif;
	font-size:13px;
	color:#0d3d6e;
	border:solid 1px #0d3d6e;
}

.question a{padding-left:18px;text-decoration:none;}
.question a{background-image:url("http://www.ptclinic.com/site/plus.gif"); background-repeat:no-repeat; background-position:0px 4px;}
.questionOver a{background-image:url("http://www.ptclinic.com/site/minus.gif"); background-repeat:no-repeat; background-position:0px 4px;}

.colorstrip{background:#231F1E;color:#FFF;font-weight:bold;text-align:center;padding-top:3px;padding-bottom:3px;margin-bottom:9px;}
.bluestrip{background:#0066CB;color:#FFF;font-weight:bold;text-align:center;padding-top:3px;padding-bottom:3px;margin-bottom:9px;}
.bluetext {color:#0D3D6E !important;}

.pullquote{font-size:52px;font-weight:bold;color:#FFF;font-family:arial-black,sans-serif;margin-top:12px;}
.pullquoteInline{font-weight:bold;color:#FFF;font-size:18px;}

.pq,.pq1 {font-size:18px;font-weight:bold;color:#FFF;font-family:arial-black,sans-serif;padding-bottom:6px;}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.co_body{
background-color: #0066CB;
line-height: 1.6em;
font-weight:bold;
color:#FFF;
}
.co_body a:link,.co_body a:visited{color:white;text-decoration:none;border-bottom:1px dotted purple;}
.co_body a:hover,.co_body a:active{color:purple;}

.photoBorder{
  border: 1px solid #0066CB;
  padding: 4px;
}

.video{margin-bottom:20px;}
label{margin-bottom:20px;}

.hr {
    border-bottom: 3px double #c0c0c0;
    margin: 12px 44px 24px;
}

.gmap {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C0C0C0;
  box-shadow: 1px 1px 6px #444444;
  padding: 10px 10px 18px;
}

/* subtle heading box w/ white bg and lt grey border */
h4.prelist {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #DDDDDD;
  color: #0d3d6e !important;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 3px 12px;
  margin-bottom: 4px;
}

.imgshadow {
    box-shadow: 0 0 10px #a0a0a0;
    border: 2px solid #fff;
    margin: 14px;
}

a:hover .imgshadow,a:active .imgshadow{
    box-shadow: 0 0 10px #E78F25;
}

.slideshow div {display: none;}
.slideshow div *{display: block;}

/* Leader Dots */
ul.leaders {
    max-width: 40em;
    margin:0;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #FFF}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #FFF}

img.center {display: block; margin-left: auto; margin-right: auto;}

a.linkopacity:hover img, a.linkopacity:hover div {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity = 70);
}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity = 100);
}

.smallmap{width:220px;height:160px;}

hr {
border: 0;
color: #0d3d6e;
background-color: #0d3d6e;
height: 1px;
width: 100%;
text-align: left;
margin-left:0;
}

/* Column Layouts ----------------------------------------------------- */
.one_half{width:48%;}
.one_third{width:30.66%;}
.two_third{width:65.33%;}
.one_fourth{width:22%;}
.three_fourth{width:74%;}
.one_fifth{width:16.8%;}
.two_fifth{width:37.6%;}
.three_fifth{width:58.4%;}
.four_fifth{width:79.2%;}
.one_sixth{width:13.33%;}
.five_sixth{width:82.67%;}
.custom_column{position:relative;margin:0;float:left;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;min-height:1px;margin-bottom:0;}
.last{margin-right:0!important;clear:right;}

.slideshow div {display: none;}
.slideshow div *{display: block;}


#bluebox{box-shadow: 0 2px 2px #000;background:#87add4;width:760px;color:#FFF !important;z-index:100;float:right;}
#bluebox h1 {font-size:24px;padding:10px 0 0 10px;}
#bluebox p {color:#FFF;padding:10px 0 0 10px;margin:0;}

#socialicons {
    position: absolute;
    top: 91px;
    right: 123px;
    z-index: 5;
}

#socialicons i.fa-facebook {
    /*color: #47639E;*/
    color: #FFF;
}

#socialicons div.facebook {
    background-color: #47639E;
    width: 41px;
    height: 41px;
    padding: 3px 7px 0px 0px;
    text-align: right;

}
#services-box {
    border:solid 3px #0066CB;background:#FFF; width:500px;text-align:left;padding:15px;margin:0 auto;
}
.page-id-160 .three_fourth.last {margin-left:-25px;}
.staffwrapper {margin-bottom:20px;}