/*
Theme Name: Template #2096
Theme URI: http://www.pbhs.com
Author: Riki, Chris H
Tags: responsive-layout, featured-pages, color-options,  theme-photos
*/

/* ---- Fonts Used ----
font-family: 'Lato', sans-serif; / weights: 400, 700
font-family: 'Open Sans', sans-serif; / weights: 300, 400, 600
*/


html { font-size: 62.5%; }

body {
	-webkit-font-smoothing: antialiased;

	background:url(_media/backgrounds/bg-body-repeating.jpg) top center repeat;
	position:relative;
	font-family: 'Lato', sans-serif;
}

address, footer a, #content-side li a {
    font-size: 1.4rem;
}

#top-shader {
	padding-bottom: 200px;
	background: -moz-linear-gradient(top,  rgba(0,48,128,1) 0%, rgba(0,48,128,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,48,128,1)), color-stop(100%,rgba(0,48,128,0)));
	background: -webkit-linear-gradient(top,  rgba(0,48,128,1) 0%,rgba(0,48,128,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,48,128,1) 0%,rgba(0,48,128,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,48,128,1) 0%,rgba(0,48,128,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,48,128,1) 0%,rgba(0,48,128,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003080', endColorstr='#00003080',GradientType=0 );
}



/*------------- Main Styles ----------------- */

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	color:#1e75da;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	line-height:normal;
}

#content-main h1 {
	font-size: 3.2rem;
	margin-top:0;
}

.home #content-main h1 {
	margin-top:15px;
}

#content-main h2 {
	font-size: 2rem;
	margin-top:13px;
}

#content-main h3 {
	font-size: 1.7rem;
}

#content-main h4 {
	font-size: 1.5rem;
}

#content-main h5 {
	font-size: 1.5rem;
}

#content-main h6 {
	font-size: 1.2rem;
}

#content-main a { color:#1e75da; text-decoration:underline; }

#content-main a:hover { color:#1e75da; text-decoration:none; }

.container {
	max-width: 100%;
}

a.clickable {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
	/* This link class should be used on an empty anchor tag (no text or other elements between the opening and closing tags). */
}

p {
	text-align: justify;
	font-size:1.6rem;
}

#content-main ul { list-style-type: none; margin-left:5px; }

#content-main ul li { background:url(_media/bullet.png) top left no-repeat; padding-left:20px; }

blockquote {
	margin: 20px 30px 20px -40px;
	float: left;
	width: 330px;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 20px 30px 20px 40px;
	background: #def4fc;
	color: #3cbfde;
}
blockquote.alignright,
blockquote.pull-right {
	padding-left: 15px;
	margin: 20px -24px 20px 30px;
}

blockquote p {
	font-size:2.3rem;
	text-align:left;
}

#content-main #edit, #content-main #edit span {
	color:#fff;
	text-decoration:none;
}

/*------------- Bootstrap Styles ----------------- */

.well { }

.btn { }

.well.well-full {
	width: auto;
	margin-left: -40px;
	padding-left: 48px;
	border: 0px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 0 25px rgba(0,0,0,0.05);
	box-shadow: inset 0 0 25px rgba(0,0,0,0.05);
}

/*------------- Main Widths ----------------- */

#header, #bucket-wrapper, #bucket-wrapper, #middle-wrapper, #content-footer, #footer {
	position:relative;
	z-index:1;
}

.container {
	width: 1000px;
}


/*------------- Header ----------------- */

#interior #header-wrapper {
}

#header { position: relative; z-index: 5; min-height: 104px; }
#heading {
	position: absolute;
	top: 100%;
	right: 0;
	width: 40%;
	max-width: 100%;
}
#header-wrapper #banner-wrapper { margin-top: -200px; position: relative; z-index: 1; }

#client-logo {
	position:absolute;
	margin: 20px 20px 38px;
}

.logo-above-nav #client-logo {
	position: static;
}

#practice,
#location,
#dr-name {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0;
}
#practice {
	font-size: 3.1em;
	color:#000;
	line-height: 75px;
	height:75px;
	text-align:right;
	visibility: hidden;
}
#practice.sf-scaled {
	visibility: visible;
}
#practice.sf-failed {
	white-space: nowrap;
	text-align: right;
	float: right;
}
#location, #dr-name {
	font-size: 2.6rem;
	color: #01acd3;
	line-height: 28px;
	padding-bottom: 15px;
	text-align: right;
}
#dr-name {
	clear: both;
	padding-top: 8px;
}
#dr-name.add-top-spacing {
	margin-top: 75px;
}
.banner-text-bgs  #location,
.banner-text-bgs  #dr-name {
}

#practice,
#dr-name,
#location,
#phone {
	text-shadow: 1px 1px 1px #FFF;
}

#banner-box,
#banner-box > .inner {
	position: absolute;
	z-index: 20;
	top: 75px;
	right: 0;
	bottom: 0;
	width: 40%;
}

.banner-text-bgs #banner-box {
	background: url(_media/backgrounds/ffffff-85.png);
	background: rgba(255,255,255, 0.85);
}

#banner-box > .inner {
	top: auto;
	left: 0;
	width: auto;
	padding: 0 30px 20px;
}

#quicklinks {
	position: relative;
	margin-bottom: 30px;
	min-width: 300px;
	max-width: 100%;
	float: right;

	-moz-box-shadow: 5px 5px 10px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0, 0.2);
	box-shadow: 5px 5px 10px rgba(0,0,0, 0.2);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	background: rgb(243,244,244);
	background: -moz-linear-gradient(top,  rgba(243,244,244,1) 0%, rgba(217,218,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,244,244,1)), color-stop(100%,rgba(217,218,220,1)));
	background: -webkit-linear-gradient(top,  rgba(243,244,244,1) 0%,rgba(217,218,220,1) 100%);
	background: -o-linear-gradient(top,  rgba(243,244,244,1) 0%,rgba(217,218,220,1) 100%);
	background: -ms-linear-gradient(top,  rgba(243,244,244,1) 0%,rgba(217,218,220,1) 100%);
	background: linear-gradient(to bottom,  rgba(243,244,244,1) 0%,rgba(217,218,220,1) 100%);
	-pie-background: linear-gradient(top,  rgba(243,244,244,1) 0%,rgba(217,218,220,1) 100%);

	behavior: url(/PIE.htc);
}

a.quicklink {
	display:block;
	line-height:59px;
	text-align:right;
	padding-right:45px;
	padding-left:16px;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:2.4rem;
	color:#000;

	behavior: url(/PIE.htc);
}

a.quicklink:hover {
	text-decoration:none;
	background:#e1e2e2;
}

a.quicklink:after {
	position:absolute;
	top:4px;
	right:10px;
}

.q1 {
	position:relative;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #e3e4e4;

	-moz-border-radius: 9px 9px 0px 0px;
	-webkit-border-radius: 9px 9px 0px 0px;
	border-radius: 9px 9px 0px 0px;
}
.q1:after {
	content:url(_media/q1.png);
}
.q2 {
	position:relative;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #d3d4d5;
}
.q2:after {
	content:url(_media/q2.png);
}
.q3 {
	position:relative;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #e6e6e6;

	-moz-border-radius: 0px 0px 9px 9px ;
	-webkit-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
}
.q3:after {
	content:url(_media/q3.png);
}

#phone {
	font-size: 1.5em;
	color: #4fc4e1;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}

#phone a {
	font-size:1.72em;
}

#phone span {
	color:#1e75da;
}



#banner-wrapper {

}


#interior #banner-wrapper {
	min-height:76px;
	background: #efefef;
}

#banner {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
	background: url(_media/backgrounds/loading.gif) no-repeat center center;  /* displays a small loading icon behind slider that is displayed when no slides are visible. */
}

.banner-text-bgs #banner:before,
.banner-text-bgs #practice-bg {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 75px;
	z-index: 15;
	background: url(_media/backgrounds/efefef-85.png) repeat;
	background: rgba(239,239,239, 0.85);
}


#pbhs-slider {
	width: 100%;
	height: 370px;
	z-index: 10;
}

.pbhs-slider {
	visibility:hidden;
}

#pbhs-slider .pbhs-slider-slide {
	background: url(_media/backgrounds/bg-banner.jpg) center top no-repeat #FFF;
}

.banner-text-bgs #pbhs-slider .pbhs-slider-content,
.banner-text-bgs #pbhs-slider .pbhs-slider-content .pbhs-slider-image {
	position: relative;
	z-index: 0;
}

.pbhs-slider-a-block {
	background: #99dfef;
	background: rgba(153,223,239, 0.95);
	bottom: 10%;
	font-size: 1.5em;
	left: 0;
	line-height: 1.3em;
	padding: 1em 1.5em 1em 2em;
	top: auto;
	color: #FFF;
}


/*------------- Middle ----------------- */

#middle-wrapper { }
#featured {
	position:relative;
	background:#fff;
}
#home-slice {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#featured .bucket {
	padding: 17px 25px 17px 25px;
	margin:0 !important;
	width:33.3%;
	color:#555555;
	min-height: 230px;
	position:relative;
}
#featured #bucket2 {
	padding: 17px 0px;
}

#bucket1 { background:url(_media/backgrounds/bg-bucket1.jpg) bottom center no-repeat; }
#bucket2 { background:url(_media/backgrounds/bg-bucket2.jpg) bottom center no-repeat; }
#bucket3 { background:url(_media/backgrounds/bg-bucket3.jpg) bottom center no-repeat; }

.bucket h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-align: center;
	padding: 10px;
	font-size:2.6rem;
	color:#0a0f10;
	line-height:32px;
}
#bucket1 h2 {
	background:#c4c4c4;
}
#bucket2 h2 {
	background:#99dfef;
}
#bucket3 h2 {
	background:#9cbefe;
}
.bucket-img { width: 100%; height: auto; }
.bucket p { font-size:1.4rem; }
.read-more {
	text-align:right;
	font-size:1.3rem;
	text-transform:uppercase;
	float:right;
	color:#c4c3c3;
	padding-right:20px;
	position:absolute;
	right:5px;
	bottom:10px;
}
.read-more:hover {
	text-decoration:underline;
	color:#c4c3c3;
}
#bucket2 .read-more, #bucket2 .read-more:hover {
	color:#50cce8;
}
#bucket3 .read-more, #bucket3 .read-more:hover {
	color:#86acf4;
}
.bucket .read-more:after {
	position:relative;
	top:3px;
	right:-7px;
	width:17px;
	height:17px;
}
#bucket1 .read-more:after {
	content:url(_media/q1-bucket.png);
}
#bucket2 .read-more:after {
	content:url(_media/q2-bucket.png);
}
#bucket3 .read-more:after {
	content:url(_media/q3-bucket.png);
}


#content-wrapper { }

#content-footer { }

#content-header {
	background:#fff;
	padding: 0 25px;
	width:auto;
}

#interior #content-header {
	padding-top:63px;
	background:url(_media/backgrounds/bg-blue-swoosh.png) top center no-repeat #fff;
	padding: 63px 0 0 25px;
}

.page-template-form-php #content-main {  }

#content-main { position: relative; padding:20px 20px 20px 0; margin-left:0; }

#interior #content-main {
	padding: 20px 5px 20px 15px;
}

#contact-form {
	float:right;
	padding:0px;
	margin:50px 0 20px 0;
	background:#efefef;
	width:25.5%;
}

#interior #contact_form {
	padding-top: 38px;
	padding-right: 10px;
}

#contact-form h1,
#contact-form h2,
#contact-form h3,
#contact-form h4,
#contact-form h5
{
	color:#0f0f0f;
}

.gform_wrapper {
	margin: 0;
	padding: 0;
	width:100%;
	max-width:100%;

	background: #efefef;
}
.gform_wrapper form {
	margin-bottom: 0;
}

.gform_wrapper .gform_heading {
	margin: -10px 0 0;
	width: 100%;
}

.gform_wrapper .gform_heading .gform_title {
	color: #0F0F0F;
	background:#e6e6e6;
	margin:0;
	width:100%;
}

.gform_wrapper .gform_heading h2.gform_title,
.gform_wrapper .gform_heading h3.gform_title {
	text-align:center;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 40px;
}

.gform_wrapper .gform_heading .gform_description {
	padding: 10px 10px;
	display:block;
}

.gform_wrapper .gform_body, .gform_wrapper .gform_footer {
	padding: 10px;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 10px;
}

.gform_wrapper ul li.gfield {
	margin-bottom:5px;
}
.gform_wrapper .gform_footer { margin-top: 0; padding-top: 0; }

#content-side { margin-top:62px; margin-bottom:50px;}

#content-side h1, #content-side h2, #content-side h3 {
	font-size: 1.5rem;
	text-transform:uppercase;
	color: #01acd3;
	font-family: sans-serif;
	line-height:26px;
	padding-left:20px;
}

#content-side h1 a, #content-side h2 a, #content-side h3 a {
	color: inherit;
}

#content-side, #content-side p { }

#content-side ul {
	margin-left: 0;
}

#content-side li {
	list-style: none;
	text-align: left;
	margin: 0;
}

#content-side li a {
	color: #1e75da;
	text-decoration: none;
	border-bottom: solid #d9d9da 1px;
	padding: 6px 0 6px 20px;
	display: block;
}

#content-side li:first-child a { border-top: solid #d9d9da 1px; }

#content-side li a:hover { background: #f6f6f6; }

#content-side ul ul { margin: 0; }

#content-side li li a {
	background-color: transparent;
	padding: 6px 0 6px 30px;
}

#content-side li li:first-child a { border-top: none; }

#content-side .recentcomments a, #content-side .recentcomments a:first-child, #content-side .recentcomments a:last-child { border: none; }
#content-side .children, #content-side .sub-menu { display:none; }



#content-side .current_page_item .children { display: block; }

/*------------- Footer ----------------- */

#footer-wrapper {
	position: relative;
	height: 96px;
	padding-top: 122px;
	margin-top: -122px;

	background: -moz-linear-gradient(top,  rgba(0,34,99,0) 0%, rgba(0,34,99,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,34,99,0)), color-stop(100%,rgba(0,34,99,1)));
	background: -webkit-linear-gradient(top,  rgba(0,34,99,0) 0%,rgba(0,34,99,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,34,99,0) 0%,rgba(0,34,99,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,34,99,0) 0%,rgba(0,34,99,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,34,99,0) 0%,rgba(0,34,99,1) 100%);
}
#footer-bg-fade {
	postion: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002263', endColorstr='#002263',GradientType=0 );
}
#footer-wrapper > .inner {
	position: relative;
	padding-bottom: 60px;
}
.ie7 #footer-wrapper > .inner,
.ie8 #footer-wrapper > .inner {
	margin-top: -96px;
}
#footer-wrapper > .inner:after {
	content: "";
	position: absolute;
	top: 96px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #002263;
}

#footer, .pbhs-grid-footer .container, .pbhs-grid-footer .container-fluid {
	background:url(_media/backgrounds/footer-swoosh.png) top center no-repeat #7bd2f2;
	color: #000;
	background-size: contain;
}

footer p {
	color: #000;
	margin: 0 0 2em;
	text-align:inherit;
	font-size:1.4rem;
}

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

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

#footer-links { margin:20px 0 15px; padding-left:35px; text-align:left; }

#footer-links li {
	padding-left:0;
	padding-right:15px;
	position:relative;
}

#footer-links li:before {
	content:"|";
	position:absolute;
	left:-12px;
	top:-1px;
}

#footer-links li:first-child:before {
	content:"";
}

.map-span { position:relative; padding-left:35px; margin:0; }
.map-span span { cursor:pointer; margin-top:10px; text-decoration:underline; display:block; }
.map-span:hover span { text-decoration:none; }
.static-map { border: 1px solid #0296c1; }

.info-span {
	margin:0;
	padding-left:20px;
}

#copyright {
	clear:both;
	padding-left:35px;
	padding-top:15px;
}

#copyright a:hover {
	color:#000;
}

/*------------ SEO Footer --------------*/

@media(min-width: 768px) {
	.seo-padding .container {
		width: 970px;
	}
	.pbhs-grid-wrapper .container {
		padding: 0 15px;
	}

	.pbhs-grid-wrapper {
		background: -moz-linear-gradient(top, rgba(0,34,99,0) 0%, rgba(0,34,99,1) 96px);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,34,99,0)), color-stop(96px,rgba(0,34,99,1)));
		background: -webkit-linear-gradient(top, rgba(0,34,99,0) 0%,rgba(0,34,99,1) 96px);
		background: -o-linear-gradient(top, rgba(0,34,99,0) 0%,rgba(0,34,99,1) 96px);
		background: -ms-linear-gradient(top, rgba(0,34,99,0) 0%,rgba(0,34,99,1) 96px);
		background: linear-gradient(to bottom, rgba(0,34,99,0) 0%,rgba(0,34,99,1) 96px);
	}
}
@media (max-width: 767px) {
	.pbhs-grid-wrapper {
		background-color: #7bd2f2;
	}
}

/*------------ Form overrides -------------*/

.gform_button {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 4px 14px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.gform_button:hover, .gform_button:active, .gform_button.active, .gform_button.disabled, .gform_button[disabled] {
	background: #e6e6e6;
	color: #333333;
}


/*------------- classes ----------------- */

.image, .module, .highlight {
	background-color: #eeeeee;
	border: solid #cbcbcb 1px;
	margin-bottom: 5px;
	padding: 4px;
}

.module { width: 50%; }

.module.aligncenter { width: 80%; margin: 10px auto; }

#content-main .module h2, #content-main .highlight h2 {
	color: #1e75da;
	text-align: center;
	padding: 5px 10px;
	margin: 5px 0 5px 0;
	line-height:23px;
	font-style:normal;
	font-family: 'Lato', sans-serif;
}

#content .module p.text_center, #content .highlight p.text_center{ text-align:center; }

#content-main .module p {
	padding: 5px 15px;
}

.image {
	border:1px solid #bbbbbb;
	padding:4px;
	background:#fff;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignleft:after, .alignright:after {
	content: "";
	clear: both;
}

.text-center { text-align: center; }

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

.text-right { text-align: right; }

.dashed_line {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #666;
}

.highlight {
	width: 97%;
	margin: 0 auto;
	padding: 10px 10px 5px;
}

#mapContainer { height: 400px; }
.mobile-phone #mapContainer { margin-bottom: 65px; }
.modal #mapContainer { height: 255px; }
.modal .highlight { margin-bottom: 12px; width: 95%;}

.modal-map .modal-body { max-height: 415px; }

a[href^="tel:"], a[href^="tel:"]:hover {
	cursor: text !important;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	background: none !important;
}

figure { margin: 20px 0; padding: 0; }
figure iframe { width: 100% !important; max-width: 100% !important; }

/* ----- Office Tour Styles ----- */
.page-template-image-slider-php ul.gallery { display: none; }
.page-template-image-slider-php .tn3-gallery {
	background: #000;
	padding: 15px 0;
}
.page-template-image-slider-php .tn3-image { background: none; cursor: pointer; }
.page-template-image-slider-php .tn3-prev, .page-template-image-slider-php .tn3-next { display: block !important; opacity: 1 !important; }
.page-template-image-slider-php .tn3-prev { left: -35px; }
.page-template-image-slider-php .tn3-next { right: -35px; }
.page-template-image-slider-php .tn3-controls-bg { background: none; }
.page-template-image-slider-php .tn3-thumbs, .page-template-image-slider-php .tn3-sep1, .page-template-image-slider-php .tn3-sep2, .page-template-image-slider-php .tn3-sep3 { background: none; }
.page-template-image-slider-php .tn3-thumbs { height: 52px; }
.page-template-image-slider-php .tn3-thumb { width: 50px; height: 50px; }
.page-template-image-slider-php .tn3-thumb img { width: 50px; height: 50px; }
#gallery_container { margin-bottom: 20px; max-width: 100%; }
.tn3-gallery, .tn3-image, .tn3-image-in, .tn3-in-image { max-width: 100%; }
#gallery_container:after { content: ""; display: table; line-height: 0; clear: both; }


.pbhs-slider.pbhs-slider-with-thumbs .pbhs-slider-image { height: auto !important; }

.pbhs-slider-default .pbhs-slider-fullscreen-icon, .pbhs-slider-default.pbhs-slider-fullscreen .pbhs-slider-fullscreen-icon,
.pbhs-slider-default .pbhs-slider-thumbs-arrow-icon, .pbhs-slider-default .pbhs-slider-arrow-icon { background-image: none; }

.pbhs-slider-default .pbhs-slider-fullscreen-icon:before, .pbhs-slider-default.pbhs-slider-fullscreen .pbhs-slider-fullscreen-icon,
.pbhs-slider-default .pbhs-slider-thumbs-arrow-icon, .pbhs-slider-default .pbhs-slider-arrow-icon {
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;
	display:block;width:auto;height:auto;line-height:150%;vertical-align:baseline; text-align: center;
	color: #fff;
	font-size: 2rem;
	width: 100%;
	height: 100%;
	left: auto;
	top: auto;
	margin: 0;
	padding: 0;
}

.pbhs-slider-default .pbhs-slider-thumbs-arrow-icon { margin-top: 100%; }
.pbhs-slider-default .pbhs-slider-arrow-left-right .pbhs-slider-arrow-icon, .pbhs-slider-default .pbhs-slider-arrow-left .pbhs-slider-arrow-icon {
	font-size: 2.8rem;
	height: 43px;
	top: 50%;
	margin-top: -12px;
}

.pbhs-slider-default .pbhs-slider-fullscreen-icon:before { content: "\f065"; }                       /* Full screen icon */
.pbhs-slider-default.pbhs-slider-fullscreen .pbhs-slider-fullscreen-icon:before {content: "\f066"; }           /* Minimize screen icon */
.pbhs-slider-default .pbhs-slider-thumbs-arrow-right .pbhs-slider-thumbs-arrow-icon:before { content: "\f0da"; }  /* Thumbnail icon right */
.pbhs-slider-default .pbhs-slider-thumbs-arrow-left .pbhs-slider-thumbs-arrow-icon:before { content: "\f0d9"; }   /* Thumbnail icon left */
.pbhs-slider-default .pbhs-slider-arrow-right .pbhs-slider-arrow-icon:before { content: "\f105"; }              /* Next arrow icon */
.pbhs-slider-default .pbhs-slider-arrow-left .pbhs-slider-arrow-icon:before { content: "\f104"; }               /* Previous arrow icon */

.pbhs-slider-default .pbhs-slider-thumb.pbhs-slider-nav-selected { background: #02874A; } /** Background color for active thumbnail **/


/* --- Smile Gallery --- */
#smile_gallery_container { position: relative; height: 100%; margin: 0 50px; }
#smile_gallery_container .prevCase, #smile_gallery_container .nextCase {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	width: 40px;
	background:url(_media/backgrounds/prev-next-arrows.png) left center no-repeat;
	cursor: pointer;
}
#smile_gallery_container .nextCase { left: auto; right: -50px; background-position: right center; }
#smile_gallery_container .prevCase:hover, #smile_gallery_container .nextCase:hover { opacity: .8; filter: alpha(opacity=80)}
#smile_gallery { position: relative; height: 300px; margin: 0; }
#smile_gallery > * { list-style: none; height: 100%; width: 100%; margin: 0; }
#smile_gallery > li { padding: 0; background: none; }
#smile_gallery .before, #smile_gallery .after {
	position: absolute;
	top: 0;
	width: 45%;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#smile_gallery .before { z-index: 50; left: 0; }
#smile_gallery .after { z-index: 49; right: 0; }
#smile_gallery .before img, #smile_gallery .after img {
	max-width: 100%;
	margin-top: 10px;
	-moz-box-shadow: 2px 2px 4px #01002b;
	-webkit-box-shadow: 2px 2px 4px #01002b;
	box-shadow: 2px 2px 4px #01002b;
}

/*------------- wp elements ----------------- */
.mobile-show { display: none !important; }
.search-results form {
	border-bottom: 1px solid #DDD;
	padding: 0 0 8px;
}

.search-results div.page, .search-results div.post {
	padding: 0 10px;
	margin: 6px 0;
	border-bottom: 1px solid #DDD;
}

.next-posts { float:left; }

.prev-posts { float:right; }

.navigation {
	overflow: auto;
	margin: 0 0 .5em;
}

.metadata {
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
	padding: 10px 0;
	margin: 1em 0;
	clear: both;
}

.tags { font-weight: bold; }

.postmetadata {
	border-left: 2px solid #666;
	padding-left: 6px;
	margin: 0;
}

#commentform > div { margin:5px 0; }

#commentform label { font-weight:bold; }

#commentform textarea#comment { width:100%; }

.commentlist li {
	background: #EEE;
	list-style: none;
	border:1px solid #ccc;
	border-left:4px solid #ccc;
	box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.07);
	padding: 10px;
}

.commentlist li.even { background-color:#F7F7F7; }

.commentlist img.avatar {
	float:left;
	margin-right:10px;
}

.commentlist .reply { text-align:right; }

.commentlist ul.children { margin-top:10px; }

/* --- Jot Form Styles --- */
.form-all {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	text-align: left;
	color:#333;
	padding: 0;
}

.form-all li, .form-label-top, .form-subHeader, .form-header-group {
	margin: 0;
	padding: 0;
}

.form-subHeader, .form-header-group {
	background: none;
	border: none;
	text-align: justify;
	font-style: normal;
}

.form-label-top { font-weight: bold; }

.form-all li {
	background: none;
	list-style: none;
	margin: 0 4px .5em;
}

.form-all input, .form-all textarea {
	padding: 4px;
	width: 180px;
}

.form-all input[type=checkbox], .form-all .form-multiple-column .form-checkbox-item { width: auto; }

.form-all .form-checkbox-item label { margin: 0 8px 0 4px; }

/* --- Gravity Form Styles --- */
/*.gform_wrapper, .gform_wrapper label, .gform_wrapper input, .gform_wrapper button, .gform_wrapper select, .gform_wrapper textarea { font-size: 13px; }*/
.gform_wrapper { margin: 0 auto; }
.gform_wrapper input[type=text] { margin-bottom: 0; }
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li { margin-bottom: 4px !important; }
.gform_wrapper textarea.medium { height: 100px !important; }

.multiple-column .gfield_checkbox li, .multiple-column .gfield_radio li { width: auto; float: left; margin-right: 8px !important; }
.multiple-column .gfield_checkbox li:first-child, .multiple-column .gfield_radio li:first-child { margin-left: 0 !important; }

#recaptcha_table, #recaptcha_table tbody { display: block; }
.recaptcha_theme_clean tr { display: block; }
.recaptcha_theme_clean tr td { display: block; width: auto !important; }
.recaptcha_theme_clean tr:first-child td { float: left; }
.gfield .recaptchatable .recaptcha_image_cell { width: 96% !important; padding-left: 2% !important; padding-right: 2% !important; }
#recaptcha_image, #recaptcha_image img { width: 100% !important; height: auto !important; }
.recaptcha_input_area { padding-right: 7px !important; }
.recaptcha_input_area input { max-width: 100% !important; }

@media (max-width: 1200px) {
	#sidr {
		clear:both;
		width:83%;
		float:right;
	}
	#right-banner-side-images,
	#left-banner-side-images {
		display: none;
	}
	#banner {
		overflow: hidden;
	}
}

@media (max-width: 999px) {
	#banner { width: 100%; }
	.scrollup { display: none !important; }
}

@media (min-width:768px) and (max-width:999px) {
	#dr-name, #location {
		font-size: 1.8rem;
		line-height: 24px;
	}
}
@media (min-width:599px) and (max-width:999px) {
	a.quicklink {
		line-height: 52px;
	}
}

@media (max-width: 940px) {
	.sf-menu {
		font-size:1.2rem;
	}
	.quicklink {
		line-height: 50px;
		font-size: 2rem;
	}
	#footer-wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 800px) {
	#phone a {
		font-size: 3rem !important;
	}
}

@media (min-width: 768px) {
	#content-main {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	#middle-wrapper { z-index: 10; }
	.container {
		width:100%;
	}
	i.fa-search {
		color:#fff;
	}
	body {
		padding-left:0;
		padding-right:0;
	}
	.sf-menu {
		font-size:1.4rem;
	}
	.pbhs-slider-a-block { font-size: 1.2em; }
	#dc-social-4 { display: none; }
	.mobile-hide { display: none !important; }
	.mobile-show { display: block !important; }
	#search-bar {
		display:none;
	}
	#client-logo {
		position:relative;
		width:100%;
		margin: 0 !important;
		text-align:center;
		margin-bottom:100px;
		float:none;
	}
	#client-logo img {
		max-width:90%;
		height:auto;
		padding:10px 0;
	}

	#heading {
		position: static;
		width: auto;
	}

	#practice,
	#dr-name,
	#location {
		text-align: center;
		color: #FFF;
	}

	#practice { line-height: 1.5em; height: auto; margin-bottom: 18px; }

	#practice.sf-failed {
		white-space: normal;
		text-align: center;
		float: none;
	}

	#location,
	#dr-name {
		background: #efefef !important;
		margin: 0;
		padding: 8px 20px;
		color: #000;
	}
	#dr-name.add-top-spacing {
		margin-top: 0;
	}

	#phone {
		font-size: 1em
	}

	.normal .banner-text-bgs #banner:before {
		background: none transparent;
	}
	#banner-box {
		top: 0;
	}

	.quicklink {
		min-width:0;
	}

	#featured .bucket {
		width:100%;
	}
	#featured #bucket2 {
		padding: 17px 25px;
	}
	#contact-form {
		float: none;
		width: 100%;
	}
	.map-span {
		padding-left: 0;
		text-align: center;
	}
	.info-span {
		margin: 15px 0 0 0;
		padding-left: 0;
		text-align: center;
	}
	#copyright {
		clear: both;
		padding-left: 0;
		padding-top: 15px;
		text-align: center;
	}
	#footer-links {
		margin: 20px 0 15px;
		padding-left: 0;
		text-align: left;
		text-align: center;
	}
	#footer-links li {
		width:100%;
		padding:0;
		text-align:center;
		line-height:30px;
	}
	#footer-links li:after {
		content:" ";
	}
	#interior #banner-wrapper {
		min-height: 0;
	}
	#interior #content-header {
		padding: 20px 25px 0 25px;
	}
	#content-main {
		padding: 20px 0;
	}
	#interior #content-main {
		padding: 20px 0;
	}
	blockquote {
		margin: 20px 0;
		float: none;
		width: auto;
		border: 0;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		padding: 20px 30px 20px 30px;
		background: #def4fc;
		color: #3cbfde;
	}
	#content-side {
		margin-top: 15px;
	}
	#interior #contact_form {
		padding-top: 18px;
		padding-right: 0px;
	}
	#interior .gform_wrapper .gform_body, #interior .gform_wrapper .gform_footer {
		padding: 10px 0;
	}
	#featured .bucket {
		padding: 17px 25px 25px 25px;
		overflow:hidden;
	}
	.modal.fade.in {
		bottom: 20px;
		overflow: hidden;
		top: 20px;
	}
	.modal .modal-body { position: absolute; top: 49px; bottom: 0; left:0; right: 0; }
	.modal .highlight { margin-bottom: 12px; width: 85%; margin: 0 0 12px; }

	.gform_wrapper {
		width: auto;
		max-width: none;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -25px;
		margin-right: -25px;
	}
	.gform_wrapper .gform_heading h2.gform_title,
	.gform_wrapper .gform_heading h3.gform_title {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}

	.well.well-full {
		margin-left: -25px;
		margin-right: -25px;
		padding-right: 28px;
		padding-left: 28px;
	}

	blockquote.alignright,
	blockquote.pull-right,
	blockquote.alignleft,
	blockquote.pull-left {
		width: 100%;
		padding: 12px;
	}

	blockquote.alignright,
	blockquote.pull-right {
		margin-left: 10px;
		margin-right: -25px;
	}

	blockquote.alignleft,
	blockquote.pull-left {
		margin-right: 10px;
		margin-left: -25px;
	}

	#content-main .highlight { width: 90%; margin: 0 auto 12px; }
}

@media (max-width: 600px) {
	#banner {
		border-bottom: 8px solid #ccc;
	}
	#banner-box,
	#banner-box > .inner {
		position: static;
		width: auto;
	}
	#banner-box,
	.banner-text-bgs #banner-box {
		padding-top: 20px;
		background: #FFF;
	}
	#banner-box > .inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	#quicklinks { float: none; min-width: 0; }
	.module {
		width:100%;
		float:none;
	}
	embed {
		max-width:100%;
		margin:0;
	}
	.alignright, .alignleft {
		margin:0;
		float:none;
	}
}

@media (max-width: 479px) {
	#practice, #practice-forced, #location, #phone { text-align: center; clear: both; float: none; }
	.pbhs-slider-a-block { font-size: 1em; bottom: 5%; }
}

.gform_wrapper.gravity-theme .multiple-column .gchoice,
.gform_legacy_markup_wrapper .multiple-column .gchoice {
    width: auto; float: left; margin-right: 8px !important;
}
.gform_legacy_markup_wrapper .multiple-column .gfield_checkbox li:first-child,
.gform_wrapper.gravity-theme .multiple-column .gfield_checkbox li:first-child {
    margin-left: 0 !important;
}
