/*
Theme Name: Template #2043
Theme URI: http://www.pbhs.com
Author: Sean
Tags: responsive-layout, featured-pages, color-options,  supports-admin3-designOptions, theme-photos
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* html#html { overflow-x: hidden; } */
html { font-size: 62.5%; }

body {
	font-family: 'Open Sans', Sans-Serif;
	background: #fafafa;
	-webkit-font-smoothing: antialiased;

	font-size: 1.4rem;
}

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

h1, h2, h3, h4, h5, h6 {
	text-align:left;
}

#content-main h1 {
	font-size: 2.9em;
}

#interior #content-main h1 {
	text-align: right;
}

#content-main h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#content-main h3 {
	font-size: 1.2em;
	font-weight: normal;
}

#content-main h4 {
	font-size: 1.1em;
}

#content-main h5 {
	font-size: 1em;
}

#content-main h6 {
	font-size: 0.9em;
}

#contact-form h3 {
	font-weight: normal;
}

a {
	color: #91a921;
}

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

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: left;
}

#content-main ul { }

#content-main li { }

blockquote {
	display: inline-block;
	margin: 1em;
	border-left: 5px solid #c6c6c6;
}

blockquote,
blockquote.pull-left,
blockquote.pull-right {
	padding: 15px;
	background: #b8c677;
}

blockquote.pull-left { border-left: none; }

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

.well { }

.btn { text-decoration: none !important; }

.btn-link { color: #91a921; text-decoration: underline !important; }

.btn-link:hover { color: #91a921; text-decoration: none !important; }

.well.well-full {
	margin-right: -25px;
	margin-left: -25px;
	width: auto;
	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);
}

a.thumbnail:hover { border-color: #91a921; }

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

#header, #bucket-wrapper, #bucket-wrapper, #content-footer, #footer {

}

.container {
	max-width: 100%;
}


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

#header-wrapper {
	position: relative;
	background: #D4D4D4;
	background: -moz-linear-gradient(top,  #ffffff 0%, #D4D4D4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#D4D4D4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#D4D4D4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#D4D4D4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#D4D4D4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#D4D4D4 100%);
	-pie-background: linear-gradient(top,  #ffffff 0%,#D4D4D4 100%);
	behavior: url(/PIE.htc);

	border-bottom: 1px solid #fff;
	z-index: 11;
}

#header-wrapper header {
	position: relative;
	padding: 20px 0px;
	background: url('_media/backgrounds/header-glow-bg-lrg.png') 0% 25% no-repeat;
	z-index: 1;
}

.has-contact-box #header-wrapper header {
	padding-right: 345px;
}

.ie7 #header-wrapper header { padding-bottom: 20px; }

#header-wrapper #banner-wrapper { position: relative; z-index: 0; }

#client-logo { max-width: 100%; }

#practice {
	display: table-cell;
	padding-left: 15px;
	color: #87a10f;
	font: 3.5em/1.5em 'Alex Brush', serif;
	text-shadow: 1px 1px 0px #fff;
	vertical-align: middle;
}

.ie7 #practice { position: relative; top: 15%; }

#practice span { display: inline-block; margin-top: 15px; }

#phone {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -8px;
	padding: 35px 15px 27px 35px;
	text-align: right;
	color: #0d0d0d;
	font: 300 1.4em 'Open Sans', sans-serif;
	line-height: 2em;
	background: #fff;
	border-bottom: 6px solid #b8c677;
	z-index: 20;
}

#phone:before {
	content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
}

#phone:after {
	position: absolute;
    background-image: url(_media/backgrounds/phone-shadow-bottom.png);
    bottom: -23px;
    left: 10px;
    z-index: 15;
    width: 296px;
    height: 17px;
    content: '';
    background-repeat: no-repeat;
}

#phone p {
	display: inline;
	margin: 0;
	padding: 0;
	color: #0d0d0d;
}

#phone span {
	color: #91a921;
}

#phone i {
	color: #777;
	margin-left: 5px;
}

#contact-box {
	display: inline-block;
	min-width: 285px;
	vertical-align: middle;
}

.ie7 #contact-box {
	position: relative;
	margin-top: inherit;
	*clear: expression(
	style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0);
}

#contact-box:before {
	position: absolute;
	content: '';
	top: 0;
	right: -25px;
	width: 25px;
	height: 100%;
	background: url('_media/backgrounds/phone-shadow-right-min.png') repeat-y top left;
	background-size: contain;
}

#location {
	margin-bottom: 20px;
	font: 500 0.875em 'Open Sans', sans-serif;
}

#location div {
	display: inline-block;
  vertical-align: middle;
  width: 300px
}

#location a {
	text-decoration: underline;
}

#location a:hover {
	text-decoration: none;
}

#location i {
	margin-left: 10px;
}

#mobile-location {
	margin-left: 15px;
	display: none;
}

#nav-wrapper {
	min-width: 100%;
	height: 50px;
	background: #222;
	background: -moz-linear-gradient(top, #222222 0%, #333333 88%, #1f1f1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(88%,#333333), color-stop(100%,#1f1f1f));
	background: -webkit-linear-gradient(top, #222222 0%,#333333 88%,#1f1f1f 100%);
	background: -o-linear-gradient(top, #222222 0%,#333333 88%,#1f1f1f 100%);
	background: -ms-linear-gradient(top, #222222 0%,#333333 88%,#1f1f1f 100%);
	background: linear-gradient(to bottom, #222222 0%,#333333 88%,#1f1f1f 100%);
	-pie-background: linear-gradient(top,  #222222 0%,#333333 100%,#1f1f1f 100%);
	behavior: url(/PIE.htc);

	border-top: 5px solid #c6c6c6;
}

#banner-wrapper {
	position: static;
	height: 308px;
	background-image: url('_media/backgrounds/banner-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ie7 #banner-wrapper, .ie8 #banner-wrapper {
	position: static;
	height: 258px;
	background-image: url('_media/backgrounds/banner-bg.png');
	background-position: top center;
	background-repeat: repeat-x;
}

.ie7 #banner-wrapper {
	position: relative;
	z-index: 10;
}

#banner-wrapper .color-overlay {
	position: absolute;
	width: 100%;
	height: 308px;
}

.ie7 #banner-wrapper .color-overlay {
	left: 0px;
	height: 258px;
}

.no-woodgrain #banner-wrapper {
	background-image: none;
}

#banner {
	position: relative;
	margin: 0 auto;
}

#banner .pbhs-slider-image {
	clip-path: url(#clip-left);
}

#banner .row-fluid .span8 {
	position: relative;
	margin-top: -10px;
	width: 57.9%;
	z-index: 9;
}

.ie10 #banner .row-fluid .span8,
.ie9 #banner .row-fluid .span8,
.ie8 #banner .row-fluid .span8 {
	margin-top: -10px;
}

#banner .row-fluid .span4 {
	margin-top: -10px;
}

.ie7 #banner .row-fluid .span8, .ie7 #banner .row-fluid .span4 { margin-top: 9px; }

.ie7 #banner .row-fluid .span4 { width: 40%; }

#pbhsSlider {
	padding: 0 30px;
	width: 100%;
	height: auto;
	overflow: hidden;
	visibility: hidden;
	background: url(_media/backgrounds/loader.gif) no-repeat center center;  /* displays a small loading icon behind slider that is displayed when no slides are visible. */
}

.pbhs-slider  > .pbhs-slider-content {
	display: none;
}
.pbhs-slider  > .pbhs-slider-content:first-child {
	display: block;
}

#pbhsSlider0, #pbhsSlider2 { top: 9px; }
#pbhsSlider0 {
	-webkit-transform: rotateY(18deg); /* Safari and Chrome */
	-moz-transform: rotateY(18deg); /* Safari and Chrome */
	-sand-transform: rotateY(18deg); /* Sandpaper */
	transform: rotateY(18deg);
}
#pbhsSlider2 {
	-webkit-transform: rotateY(-18deg); /* Safari and Chrome */
	-moz-transform: rotateY(-18deg); /* Safari and Chrome */
	-sand-transform: rotateY(-18deg); /* Sandpaper */
	transform: rotateY(-18deg);
}

#banner .pbhs-slider-arrow {
	background: url(_media/backgrounds/slideshow-left-arrow.png) no-repeat center top;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -31px;
	width: 23px;
	height: 63px;
	z-index: 100;
	opacity: 1;
	visibility: visible;
}
#banner .pbhs-slider-arrow-right {
	background: url(_media/backgrounds/slideshow-right-arrow.png) no-repeat center top;
	left: auto;
	right: -1px;
}
#banner .pbhs-slider-arrow:hover {
	background-position: center bottom;
}

#banner p.pbhs-slider-a-block {
    bottom: 0;
    font-size: 1.5em;
    left: 0;
    line-height: 1.3em;
    padding: 0.5em 1em;
	margin: 0;
    top: auto;
	width: 100%;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000000, endColorstr=#000000)";
	behavior: url(/PIE.htc);
}

.banner-content {
	display: table-cell;
	padding-right: 20px;
	padding-left: 60px;
	height: 288px;
	vertical-align: middle !important;
}

.ie8 .banner-content {
	height: 228px;
	font-size: 0.9em;
}

#banner h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #d3d3d3;
	font: 300 2.5em/1.1em 'Alex Brush', Serif;
}

#banner p {
	max-height: 140px;
	color: #fff;
	font: 500 1em 'Open Sans', Sans-Serif;
	overflow: hidden;
}

#banner a {
	color: #87a10f;
	font-size: 1.3em;
	font-weight: 300;
	text-decoration: none;
}


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

#home #middle-wrapper { background: #fafafa; }

#interior #middle-wrapper {
	background: #cdcdcd url('_media/backgrounds/int-transparent-bg.png') repeat-x top center;
}
#interior.no-woodgrain #middle-wrapper { background-image: none; }

.ie7 #interior #middle-wrapper {
	margin-top: 0px;
	background: #cdcdcd url('_media/backgrounds/int-transparent-bg.png') repeat-x top center;
}

#interior #interior-color-overlay {
	position: absolute;
	width: 100%;
	height: 500px;
}

.ie7 #interior #interior-color-overlay { left: 0px; }

#featured-post-wrapper {
	position: relative;
	background: #D4D4D4;
	background: -moz-linear-gradient(top,  #D4D4D4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D4D4D4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #D4D4D4 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #D4D4D4 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #D4D4D4 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #D4D4D4 0%,#ffffff 100%);
	-pie-background: linear-gradient(top,  #D4D4D4 0%,#ffffff 100%);
	behavior: url(/PIE.htc);
}

#bucket-topbar {
	position: relative;
	margin-top: -7px;
	background: #fff;
	text-align: right;
}

.ie7 #bucket-topbar {
	background-image: url('_media/backgrounds/ie8-bucket-bg.png');
	background-position: 30px 0px;
	background-repeat: no-repeat;
}

.ie7 #bucket-topbar { margin-top: 0; }

#bucket-topbar:before {
	position: absolute;
	top: 7px;
	right: -61px;
    background-image: url(_media/backgrounds/bucket-side-bg.png);
    width: 61px;
    height: 309px;
    content: '';
    background-repeat: no-repeat;
}

#bucket-topbar:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 978px;
	height: 260px;
	background-image: url('_media/backgrounds/bucket-bg-2.png');
	background-position: 15px 0px;
	background-repeat: no-repeat;
	background-size: 90% 100%;
}

.ie8 #bucket-topbar:after {
	background-image: url('_media/backgrounds/ie8-bucket-bg.png');
	background-position: 30px 0px;
	background-repeat: no-repeat;
}

#appointment-request {
	position: relative;
	right: 20px;
	color: #0d0d0d;
	display: inline-block;
	font: 400 140% 'Open Sans', sans-serif;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	text-align: right;
	z-index: 9;
}

#appointment-request:hover { color: #626262; }

#appointment-request .plus {
	position: relative;
	top: 15px;
	float: right;
	color: #fff;
	padding: 5px;
	margin: 0 0 0 10px;
	background-color: #87A10F;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.ie7 #appointment-request .plus {
	top: 17px;
	width: 10px;
	height: 10px;
}

#bucket-wrapper {
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding: 0px 30px 30px 30px;
	border-bottom: 1px dotted #ccc;
	z-index: 9;
}

.ie7 #bucket-wrapper { margin: 25px auto 0 auto; padding: 0; left: 0; width: 95%; }

#bucket-wrapper:before {
	position: absolute;
	content: '';
	margin-top: -20px;
	width: 100%;
	border-top: 1px dotted #ccc;
}

@-moz-document url-prefix() {
	#bucket-wrapper:before {
	position: absolute;
	content: '';
	margin-top: -20px;
	width: 94.7%;
	border-top: 1px dotted #ccc;
}
}

.ie10 #bucket-wrapper:before,
.ie9 #bucket-wrapper:before {
	position: absolute;
	content: '';
	margin-top: -20px;
	width: 94.7%;
	border-top: 1px dotted #ccc;
}

.ie8 #bucket-wrapper:before {
	width: 93.4%;
}

.bucket {
	position: relative;
}

.bucket-image {
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	z-index: 8;
}

.bucket-image:before {
    position: absolute;
    background-image: url(_media/backgrounds/bucket-image-right.png);
    right: -17px;
    bottom: 0;
    width: 17px;
    height: 138px;
    content: '';
    background-repeat: no-repeat;
}

.bucket-image:after {
    position: absolute;
    background-image: url(_media/backgrounds/bucket-image-bottom.png);
    right: -17px;
    bottom: -19px;
    width: 259px;
    height: 19px;
    content: '';
    background-repeat: no-repeat;
}

.bucket h2 {
	position: relative;
	margin: 0 0 20px 0;
	text-align: center;
	z-index: 9;
}

.bucket h2 a {
	width: 100%;
	background: #fff;
	font: normal 1em 'Alex Brush', serif;
	padding: 8px 6px;
	text-decoration: none;
	display: block;
}

.ie7 .bucket h2 a { width: 96%; }

.bucket h2 a:hover {
	background: #343434;
	color: #fff;
}

.bucket p {
	font-size: 100%;
	font-weight: normal;
	color: #0d0d0d;
	text-align: left;
	line-height: 130%;
	margin: auto 30px auto 12px;
}
.bucket-img { width: 100%; height: auto; }

.gradient-divider {
	position: relative;
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d4 84%, #8e8e8e 87%, #cccccc 88%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(84%,#d4d4d4), color-stop(87%,#8e8e8e), color-stop(88%,#cccccc), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d4d4d4 84%,#8e8e8e 87%,#cccccc 88%,#cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d4d4d4 84%,#8e8e8e 87%,#cccccc 88%,#cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d4d4d4 84%,#8e8e8e 87%,#cccccc 88%,#cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#d4d4d4 84%,#8e8e8e 87%,#cccccc 88%,#cccccc 100%);
	-pie-background: linear-gradient(top, #ffffff 0%,#d4d4d4 84%,#8e8e8e 87%,#cccccc 88%,#cccccc 100%);
	behavior: url(/PIE.htc);
}

.gradient-divider:after {
	position: relative;
	content: '';
	width: 100%;
	border-top: 5px solid #ccc;
}

#interior .gradient-divider {
	display: none;
}

.breadcrumb {
	background: transparent;
}

#home #content-wrapper { margin-top: 50px; }

#content-wrapper a { text-decoration: underline; }
#content-wrapper a:hover { text-decoration: none;  }

#interior #content-header {
	position: relative;
	margin-top: 9px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 61%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#e7e7e7), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	-pie-background: linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	behavior: url(/PIE.htc);
}

@-moz-document url-prefix() {
	#interior #content-header {
		margin-top: 8px;
	}
	#interior #content-side {
		margin-top: 0px !important;
	}
}

.ie10 #interior #content-header,
.ie9 #interior #content-header,
.ie8 #interior #content-header { margin-top: 8px !important; }

/* ie7 not listening to margin-top */
.ie7 #interior #content-header { top: 8px !important; }

#content-main { padding-left: 25px; position: relative; }

#interior #content-main {
	position: relative;
	/*margin-top: -10px;*/
	padding: 0 25px;
	background: url('_media/backgrounds/int-content-bg.png') no-repeat top left;
	float: right;
}

.ie8 #interior #content-main {
	padding-bottom: 20px;
	min-height: 500px;
}

.ie7 #interior #content-main {
	margin-top: 0px;
	width: 74%;
	min-height: 500px;
}

.page-template-form-php #content-main {
	margin-left: 0;
}

.ie7 .page-template-form-php #content-main { width: 47% !important; }

.page-template-form-php #contact-form {
	margin-left: 2.564102564102564% !important;
	float: right !important;
}

.ie7 .page-template-form-php #contact-form {
	margin-left: 0px !important;
}

#content-main ul { list-style-position: inside; }

#content h1 {
	padding-bottom: 10px;
	font-family: 'Alex Brush', serif;
	font-weight: normal;
	border-bottom: 1px solid #999;
}

#interior #content-side {
	position: relative;
	width: 25.64%;
	margin-top: -10px;
	margin-left: 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 61%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#e7e7e7), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	-pie-background: linear-gradient(top,  #ffffff 0%,#e7e7e7 61%,#efefef 100%);
	behavior: url(/PIE.htc);
}

.ie10 #interior #content-side,
.ie9 #interior #content-side,
.ie8 #interior #content-side,
.ie7 #interior #content-side {
	margin-top: 0px !important;
}

.ie8 #interior #content-side { width: 25.5%; }

.ie7 #interior #content-side { width: 20.5%; }

.page-template-form-php #content-side { float: left !important;	}

.ie8 .page-template-form-php #content-side { width: 25.1% !important; }

.ie7 .page-template-form-php #content-side { width: 21.6% !important; }

#interior #content-side:before {
	position: absolute;
	content: '';
	top: -6px;
	width: 100%;
	height: 0px;
	border-top: 6px solid #B9C677;
}

@-moz-document url-prefix() {
	#interior #content-side:before {
		top: -15px;
	}
}

.ie10 #interior #content-side:before,
.ie9 #interior #content-side:before,
.ie8 #interior #content-side:before {
	top: -15px;
}

#content-side h1, #content-side h2, #content-side h3 {
	color: #87A10F;
	padding: 0;
	font: normal 2.2em 'Alex Brush', serif;
	text-align: center;
	margin: auto 0 20px;
}

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

#content-side h2 { padding: 20px 10px 0px 10px; }

.ie7 #content-side h2 { padding-top: 10px; }

#content-side h2 a { text-decoration: none; }

#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: #333;
	text-decoration: none;
	border-bottom: solid #DBDBDB 1px;
	padding: 6px 0 6px 20px;
	display: block;
}

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

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

#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: block; }
#content-side .current-page_item .children, #content-side .current-page-ancestor .children, #content-side .current_page-parent .children,
#content-side .current-page_item .sub-menu, #content-side .current-page-ancestor .sub-menu, #content-side .current_page-parent .sub-menu { display: block; }

#contact-form {
	padding-right: 25px;
}

#interior #content-footer {
	position: relative;
	margin-bottom: 70px;
	background: #efefef;
}

#interior #content-footer:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 35px;
	background: url('_media/backgrounds/int-content-footer-bg.png') no-repeat top center;
	background-size: cover;
}

#interior #gradient-divider-footer {
	position: relative;
	height: 30px;
	background: #cdcdcd;
	background: -moz-linear-gradient(top,  #cdcdcd 0%, #afafaf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#afafaf));
	background: -webkit-linear-gradient(top,  #cdcdcd 0%,#afafaf 100%);
	background: -o-linear-gradient(top,  #cdcdcd 0%,#afafaf 100%);
	background: -ms-linear-gradient(top,  #cdcdcd 0%,#afafaf 100%);
	background: linear-gradient(to bottom,  #cdcdcd 0%,#afafaf 100%);
	-pie-background: linear-gradient(top,  #cdcdcd 0%,#afafaf 100%);
	behavior: url(/PIE.htc);
	border-bottom: 5px solid #e0e0e0;
}


#content-main img {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

#interior #content-main form input { margin-bottom: 0px; height: auto; }

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

#footer-wrapper {
	padding: 50px 0;
	background: #0d0d0d;
}

footer {
	color: #fff;
	font: 500 0.9em 'Open Sans', Sans-Serif;
}

footer address {
	margin-bottom: 10px;
	padding: 0 5px;
	color: #fff;
	text-align:inherit;
}

footer .copyright {
	padding: 0 5px;
}

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

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

#footer-links { margin-top: 10px; }

.ie7 #footer-links ul li { display: inline; }

.scrollup { z-index: 20; }

.ie7 .scrollup { visibility: hidden; }

/*------------ 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: 14px;
    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: #fff;
	border: solid #ccc 1px;
	margin-bottom: 5px;
	padding: 4px;
}

.image, .image-fit { max-width: 100%; height: auto; }

.module { width: 100%; }

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

#content-main .module h2, #content-main .highlight h2 {
	background-color: #91a921;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px;
	margin:0 0 10px 0;
	font-style:normal;
}

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

.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; }

a[href^="tel:"], a[href^="tel:"]:hover {
	font-size: inherit !important;
	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: 20px;
	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-right .pbhs-slider-arrow-icon, .pbhs-slider-default .pbhs-slider-arrow-left .pbhs-slider-arrow-icon {
	font-size: 28px;
	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 **/
#content-main .pbhs-slider-container img,
#content-main .pbhs-slider-thumbs-container img {
    margin-top: 0;
    margin-bottom: 0;
}

/* --- 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 ----------------- */
.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], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] { margin-top: 5px; margin-bottom: 0; height: auto !important;  }
.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; }
.gform_wrapper.gravity-theme .multiple-column .gchoice { width: auto; float: left; margin-right: 8px !important; }
.gform_wrapper.gravity-theme .multiple-column .gchoice:first-child, .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; }

#content-side .gfield_html a,
#content-side .gfield_html a:hover {
	display: inline;
	padding: 0;
	margin: 0;
	border: none !important;
	background: transparent;
}

.mobile-show { display: none !important; }

/* --- Color Options Overrides --- */

.preset-blue-tan .sf-active ul ul ul { border-left-color: #cfb48c; }
.preset-blue-tan .sf-active ul ul ul li.sfHover { background-color: #cfb48c; }
.preset-blue-tan #content-side li a:hover { background-color: #dcc7a8; border-bottom-color: #a38964; }

.preset-teal-purple .sf-active ul ul li.sfHover { background-color: #284141 !important; }
.preset-teal-purple .sf-active ul ul ul li.sfHover { background-color: #718c8d !important; }
.preset-teal-purple .bucket h2 a:hover { background-color: #19212c !important; }
.preset-teal-purple #appointment-request .plus { background-color: #563572 !important; }
.preset-teal-purple #content-main a,
.preset-teal-purple #content-main a:hover,
.preset-teal-purple #contact-form a,
.preset-teal-purple #contact-form a:hover { color: #1f3333 !important; }
.preset-teal-purple #content-main .module h2, #content-main .highlight h2 { background-color: #284141 !important; }
.preset-teal-purple #content-side:before,
.preset-teal-purple #content-side li:first-child a { border-top-color: #98c55b !important; }
.preset-teal-purple #content-side h2 { color: #98c55b !important; }
.preset-teal-purple #content-side li a { color: #333 !important; }
.preset-teal-purple #content-side li a:hover { background-color: #98c55b !important; }
.preset-teal-purple #footer a { color: #c0a5d9 !important; }

.preset-green-gold body { background-color: #fbfbf8 !important; }
.preset-green-gold #header-wrapper {
	background: #fdfee8;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fdfee8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fdfee8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fdfee8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fdfee8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fdfee8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fdfee8 100%);
	-pie-background: linear-gradient(top,  #ffffff 0%,#fdfee8 100%);
	behavior: url(/PIE.htc);
}
.preset-green-gold #header-wrapper { border-bottom-color: #d2a307 !important; }
.preset-green-gold #nav-wrapper { border-top-color: #d2a307 !important; }
.preset-green-gold .sf-active ul ul li { background-color: #11331b !important; }
.preset-green-gold .sf-active ul ul li.sfHover,
.preset-green-gold .sf-active ul ul ul li.sfHover { background-color: #d2a107 !important; }
.preset-green-gold .sf-active ul ul ul { border-left-color: #b8c57a !important; }
.preset-green-gold #middle-wrapper { background-color: #fdfedc !important; }
.preset-green-gold #interior-color-overlay {
	background: -moz-linear-gradient(top, rgba(11,138,40,0.2) 0%, #fdfedc 50%, #fdfedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,138,40,0.2)),color-stop(50%,#fdfedc),color-stop(100%,#fdfedc));
	background: -webkit-linear-gradient(top, rgba(11,138,40,0.2) 0%, #fdfedc 50%, #fdfedc 100%);
	background: -o-linear-gradient(top, rgba(11,138,40,0.2) 0%,#fdfedc 50%, #fdfedc 100%);
	background: -ms-linear-gradient(top, rgba(11,138,40,0.2) 0%,#fdfedc 50%, #fdfedc 100%);
	background: linear-gradient(to bottom, rgba(11,138,40,0.2) 0%,#fdfedc 50%, #fdfedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330b8a28', endColorstr='#fdfedc',GradientType=0 );
}
.preset-green-gold #featured-post-wrapper {
	background: #fff;
	background: -moz-linear-gradient(top, #fdfedc 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfedc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #fdfedc 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #fdfedc 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #fdfedc 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #fdfedc 0%,#ffffff 100%);
	-pie-background: linear-gradient(top, #fdfedc 0%,#ffffff 100%);
	behavior: url(/PIE.htc);
}
.preset-green-gold #bucket-topbar {
	background: #fff;
	background: -moz-linear-gradient(top, #f1e1b1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e1b1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ff1e1b1 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f1e1b1 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f1e1b1 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f1e1b1 0%,#ffffff 100%);
	-pie-background: linear-gradient(top, #f1e1b1 0%,#ffffff 100%);
	behavior: url(/PIE.htc);
}
.preset-green-gold #content-side li:first-child a { border-top-color: #B8C57A !important; }
.preset-green-gold #content-side li a:hover { border-bottom-color: #B8C57A !important; }
.ie9 .preset-green-gold #gradient-divider-footer,
.ie8 .preset-green-gold #gradient-divider-footer,
.ie7 .preset-green-gold #gradient-divider-footer { display: none !important; }
.preset-green-gold #gradient-divider-footer {
	background: -moz-linear-gradient(top, #fdfedc 0%, #ffffff 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfedc), color-stop(100%,#ffffff)) !important;
	background: -webkit-linear-gradient(top, #fdfedc 0%,#ffffff 100%) !important;
	background: -o-linear-gradient(top, #fdfedc 0%,#ffffff 100%) !important;
	background: -ms-linear-gradient(top, #fdfedc 0%,#ffffff 100%) !important;
	background: linear-gradient(to bottom, #fdfedc 0%,#ffffff 100%) !important;
	-pie-background: linear-gradient(top, #fdfedc 0%,#ffffff 100%) !important;
	behavior: url(/PIE.htc) !important;
	border-bottom: none !important;
}
.preset-green-gold #footer-wrapper { background-color: #072911 !important; border-top: 5px solid #D2A107 !important; }
.preset-green-gold #footer a,
.preset-green-gold #footer p { color: #fdfedc; }

.preset-dark-green-black .sf-active ul ul ul { border-left-color: #cfb48c; }

@media (max-width: 1200px) {
#banner-wrapper { height: 238px; }
#banner .row-fluid .span8,
.ie10 #banner .row-fluid .span8,
.ie9 #banner .row-fluid .span8,
.ie8 #banner .row-fluid .span8 { margin-top: -12px; }
#banner .row-fluid .span4 { margin-top: -20px; }
.banner-content {
	padding: 0;
	height: 228px;
}
#bucket-topbar:after { width: 770px; }
#interior #content-side { width: 25.5%; }
.page-template-form-php #contact-form { margin-left: 2.127659574468085% !important; }
footer { padding-left: 5%; padding-right: 5%; }
}

@media (max-width: 1076px) {
#bucket-topbar:before { display: none; }
}

@media (max-width: 1040px) {
#banner-wrapper { height: 268px; }
#banner { width: 100%; }
#pbhsSlider { padding: 0 0 0 10%; }

.scrollup { display: none !important; }
}

@media (max-width: 1024px) {
#banner-wrapper { height: 258px; }
#bucket-topbar:after { background-image: none; display: none; }
}

@media (max-width: 924px) {
#banner-wrapper { height: 228px; }
#banner .row-fluid .span8 { margin-top: -12px; }
#pbhsSlider { padding: 0 0 0 5%; }
#banner .row-fluid .span4 { height: 198px; }
#banner p { font-size: 0.9em; }
#contact-box:before { display: none; }
}

@media (min-width: 768px) {
#content-main { min-height: 500px; }
.mobile-show { display: none !important; }
}

@media (max-width: 767px) {
body {
	padding-right: 0;
	padding-left: 0;
}
.stretch { margin: 0; padding: 0; }
#header-wrapper header,
.has-contact-box #header-wrapper header {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
}
#client-logo {
	margin: 20px 0 !important;
	width: 100%;
	text-align: center;
}
#nav-wrapper { height: 0; border: none; }
#practice {
	display: inline-block;
	margin: 0px !important;
	padding-right: 15px;
	width: 100%;
	height: auto !important;
	font-size: 2.5em;
	line-height: 1em;
	text-align: center;
}
#phone {
	margin-top: 20px;
	position: static;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#phone:after { display: none; }
#number { font-size: 0.775em !important; font-weight: 500 !important; }
#contact-box i { display: none; }
#location {
	font-size: 0.775em;
	margin: 0 0 10px 0;
}
#location a { text-decoration: none; }
#banner-wrapper {;
	height: auto;
	background: none;
}
#banner-wrapper .color-overlay { display: none; }
#banner .row-fluid .span8 { width: 100%; }
#banner .row-fluid .span4 {
	margin-top: 0;
	height: auto;
	background: #222;
}
.banner-content {
	padding: 0 30px 10px;
	height: auto;
	color: #fafafa;
}
#pbhsSlider { padding: 0; }
.pbhs-slider-a-block { color: #fff !important; font-size: 1.2em; }
/* stupid firefox slider fix */
@-moz-document url-prefix() {
	#pbhsSlider { position: relative; clear: left;}
}
#bucket-wrapper {
	margin-top: 0px;
	padding-top: 30px;
	background: #fff;
}
#bucket-wrapper:before { display: none; }
#bucket-topbar {
	margin-top: 0px;
	background: none;
}
#appointment-request {
	display: block;
	right: auto;
	color: #fff;
	text-align: center;
	background: #87A10F;
}
#appointment-request .plus { display: none; }
#bucket-topbar:before { display: none; }
.bucket p { margin-bottom: 20px; }
#interior #middle-wrapper { background: none; }
#interior-color-overlay { display: none; }
#content-main img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	float: none;
}
#content-main, #contact-form { padding: 0 25px; }
#interior #content-header { margin-top: 0; }
#interior #content-side {
	position: relative;
	margin-top: 6px;
	width: 100%;
	float: right;
}
#interior #content-side:before,
.ie10 #interior #content-side:before,
.ie9 #interior #content-side:before,
.ie8 #interior #content-side:before { top: 0; }
.page-template-form-php #content-main { width: 100% !important; }
.page-template-form-php #contact-form { width: 100% !important; }
#interior #content-main { width: 100%; background-image: none; }
@-moz-document url-prefix() {
	#interior #content-main { margin-bottom: 20px; }
}
.ie10 #interior #content-main,
.ie9 #interior #content-main { margin-bottom: 20px; }
#interior #content h1 { text-align: center; }
#interior #content-footer { display: none; }
#interior #gradient-divider-footer { display: none; }
#dc-social-4 { display: none; }
.mobile-hide { display: none !important; }
    .modal.fade.in {
        bottom: 20px;
        overflow: hidden;
        top: 20px;
    }

    .modal .modal-body {
        position: absolute;
        top: 49px;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

/* stupid firefox slider fix */
@media (max-width: 550px) {
@-moz-document url-prefix() {
#pbhsSlider { position: relative; left: 0px; }
}
}

@media (max-width: 479px) {
#client-logo {
	margin: 20px 0 !important;
	width: 100%;
	text-align: center;
}
#practice, #location, #phone { text-align: center; clear: both; float: none; }
#practice { position: relative; margin-bottom: 20px; margin-left: 0px !important; padding-top: 0; padding-left: 10px; }
#mobile-location { display: block; text-align: center; }
.pbhs-slider-a-block { font-size: 1em; bottom: 5%; }
}

#content-main #edit { color: #fff !important; }

.menu.fit #nav {
    height: 50px;
}

@media (max-width: 767px) {
    #organization-logo {
        max-width: 95%;
        height: auto !important;
    }
}
