/*
Theme Name: Template #2049
Theme URI: http://www.pbhs.com
Author: Khac, Anthony Brown
Tags: featured-pages, color-options,  theme-photos
*/
html { font-size: 62.5%; }

body {
	-webkit-font-smoothing: antialiased;

	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1.3rem;
	 background: #081119;
}

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

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	font-family: 'Montaga', serif;
	font-weight: normal;
	color: #0198ee;
	line-height: 1.5em;
}

#content-main h1 {
	font-size: 2.6rem;
	color: #FFF;
}

#content-main h2 {
	font-size: 1.8rem;
}

#content-main h3 {
	font-size: 1.6rem;
	color: #86909A;
}

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

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

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

a { color: #0198ee; }

a:hover { color: #005580; }

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

#content-main ul { }

#content-main li { }

blockquote { margin: 1em; }

blockquote p{
	font-size: 1.6rem;
}



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

.well { }

.btn { }

.well.well-full {
	width: 100%;
	margin-left: -20px;
	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, #content-footer, #footer {

}

.container {
	max-width: 100%;
	width: 1000px;
}


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

#header-wrapper {
	background: #123556;
}

#header {
	font-family: 'Montaga', serif;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #8696a5;
	background: url(_media/backgrounds/bg-header-repeat-x.jpg) center top repeat-x #0b2941;
}
#header > .container {
	position: relative;
	height: 100px;
	padding-bottom: 39px;
	background: url(_media/backgrounds/bg-nav-behind-repeat-x.png) center bottom repeat-x transparent;
}
#header > .container > .row-fluid {
	height: 100%;
	background: url(_media/backgrounds/bg-header-glowspots.png) center top no-repeat transparent;
}
.phone-wrap {
	height: 100%;
	background: url(_media/backgrounds/bg-phone-repeat-x.png) center top repeat-x transparent;
}
#header-wrapper #banner-wrapper { position: relative; z-index: 0; }
#header  a:hover { text-decoration: none; }
#client-logo {
	margin: 15px 20px 20px 0;
}

#client-logo, #practice, #location {
	margin-left: 10px;
}
#practice, #location, #phone {
	text-shadow: 1px 1px 1px #000000;
}

#practice {
	font-size: 3.2rem;
	color:#FFF;
	line-height: 1;
	margin-top: 20px;
}

#location {
	font-size: 2.4rem;
	color: #0A81C5;
	line-height: 1em;
	margin-bottom: 20px;
}

#phone {
	padding-top: 1.2rem;
	font-size: 3.0rem;
	color: #FFF;
	line-height: 1.1em;
	text-align: center;
}
#phone span {
	display: block;
	font-size: 2.4rem;
	color: #0198ee;
}

#banner-wrapper {
	background: url(_media/backgrounds/bg-banner-repeat-x.jpg) center top repeat-x #121212;

}

#banner {
	position: relative;
	padding-bottom: 9px;
	background: url(_media/backgrounds/bg-banner-behind-repeat-x.png) center top repeat-x transparent;  /* displays a small loading icon behind slider that is displayed when no slides are visible. */
}
#banner .in,
#banner .pbhs-slider-overflow,
#banner .pbhs-slider-image {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

	behavior: url(/PIE.htc);
}
#banner .pbhs-slider-overflow,
#banner .pbhs-slider-image {
	-moz-border-radius: 0px 0px 9px 9px;
	-webkit-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
}
#banner > .in {
	position: relative;
	margin: 0 9px;
	border-left: 1px solid #8696a5;
	border-right: 1px solid #8696a5;
	border-bottom: 1px solid #8696a5;
	background: no-repeat center center #8696a5;  /* displays a small loading icon behind slider that is displayed when no slides are visible. */
}
#banner > .in:before {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10;


	-moz-box-shadow: inset 0px 0px 8px #000000;
	-webkit-box-shadow: inset 0px 0px 8px #000000;
	box-shadow: inset 0px 0px 8px #000000;

	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

	behavior: url(/PIE.htc);
}
#bucket0 {
	color: #FFF;
	border-left: 1px solid #8696a5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 31%;
	z-index: 20;

	background: #155a82;
	background: -moz-linear-gradient(top,  #155a82 0%, #07293a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#155a82), color-stop(100%,#07293a));
	background: -webkit-linear-gradient(top,  #155a82 0%,#07293a 100%);
	background: -o-linear-gradient(top,  #155a82 0%,#07293a 100%);
	background: -ms-linear-gradient(top,  #155a82 0%,#07293a 100%);
	background: linear-gradient(to bottom,  #155a82 0%,#07293a 100%);
	-pie-background: linear-gradient(top,  #155a82 0%,#07293a 100%);

	-moz-box-shadow: inset 0px 0px 8px #000000;
	-webkit-box-shadow: inset 0px 0px 8px #000000;
	box-shadow: inset 0px 0px 8px #000000;

	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;

	behavior: url(/PIE.htc);
}
#bucket0 h2 {
	text-align: center;
	font-size: 2.2rem;
	padding: 10px 12px 5px;}
#bucket0 p {
	text-align: justify;
	line-height: 1.6em;
	padding: 10px 14px;
	margin: 0;
}

#bucket0 .btn {
	color: #FFF;
	display: block;
	font-size: 1.8rem;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'Montaga', serif;
	float: none;
	padding: 16px 18px;
	margin: 10px 20px 0;
	border: 1px solid #8696a5;
	background: #86909a;
	background: -moz-linear-gradient(top,  #86909a 0%, #4d5863 50%, #3c4855 51%, #112437 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86909a), color-stop(50%,#4d5863), color-stop(51%,#3c4855), color-stop(100%,#112437));
	background: -webkit-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: -o-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: -ms-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: linear-gradient(to bottom,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	-pie-background: linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);

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

	behavior: url(/PIE.htc);
}
#bucket0 .btn:hover {
	color: #000;
}

#pbhsSlider {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 350px;
	background: url(_media/backgrounds/loading.gif) center center no-repeat;
}
#pbhsSlider.pbhs-slider { background-image: none; }
#pbhsSlider > .pbhs-slider-content { display: none; }
#pbhsSlider > .pbhs-slider-content:first-child { display: block; }

.pbhs-slider-a-block {
    top: auto;
    right: 31%;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0.8em 1.5em;
	background: #000;
    background: rgba(12,12,12, 0.6);
    color: #FFF;
    font-size: 1.6em;
    font-family: 'Montaga', serif;
    line-height: 1.5em;
}


/*------------- Middle ----------------- */
#middle-wrapper {
	position: relative;
	padding-bottom: 34px;
	color: #FFF;
	border-bottom: 1px solid #808d95;

	background: #011a2a;
	background: -moz-linear-gradient(top,  #081520 0%, #011a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#081520), color-stop(100%,#011a2a));
	background: -webkit-linear-gradient(top,  #081520 0%,#011a2a 100%);
	background: -o-linear-gradient(top,  #081520 0%,#011a2a 100%);
	background: -ms-linear-gradient(top,  #081520 0%,#011a2a 100%);
	background: linear-gradient(to bottom,  #081520 0%,#011a2a 100%);
	-pie-background: linear-gradient(top,  #081520 0%,#011a2a 100%);

	behavior: url(/PIE.htc);
}
#interior #middle-wrapper {
	padding-bottom: 14px;
	background: url(_media/backgrounds/bg-banner-repeat-x.jpg) center top repeat-x #0c0c0c;

	behavior: none;
}
#bucket-wrapper {
	border-top: 1px solid #8696A5;
	border-bottom: 1px solid #8696A5;

	background: url(_media/backgrounds/bg-buckets-repeat-x.jpg) center top repeat-x transparent;
	padding-bottom: 1px;
}

#bucket-wrapper .bucket {
	position: relative;
	width: 32%;
	margin-left: 2%;
	height: 157px;

	color: #f7f7f7;
	display: block;

	background: #86909a;
	background: -moz-linear-gradient(top,  #86909a 0%, #4d5863 50%, #3c4855 51%, #112437 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86909a), color-stop(50%,#4d5863), color-stop(51%,#3c4855), color-stop(100%,#112437));
	background: -webkit-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: -o-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: -ms-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: linear-gradient(to bottom,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	-pie-background: linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);

	behavior: url(/PIE.htc);
}
#bucket-wrapper .bucket:first-child,
#bucket-wrapper .bucket.first {
	margin-left: 0;
}
#bucket-wrapper .bucket:hover,
#bucket-wrapper .bucket:hover h2 {
	color: #CFE7F5; text-decoration: none;
}
.bucket h2 { color: #FFF; text-align: left; font-size: 1.8rem; line-height: 1.5em; margin: 15px 10px 0 0; }
.bucket p { line-height: 1.3em; margin: 0 10px 0 0; text-align: left; }
.bucket-img { float: left; margin: 10px 10px 0; }

.home #content-wrapper { padding-top: 10px; }

#content-footer { }

#interior #content-header { background: #0c0c0c; }

#interior #content-header > .in {
	position: relative;
	margin: 0 9px;
	border-right: 1px solid #8696A5;
	border-bottom: 1px solid #8696A5;
	border-left: 1px solid #8696A5;
	background: #121416;

	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;

	behavior: url(/PIE.htc);
}

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

#content-main { position: relative; }
#interior #content-main > .in { padding-left: 12px; }

#interior #content-side {
	position: relative;
	color: #FFF;
	background: #0b1820;

	-moz-border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	border-radius: 0 0 15px 0;

	behavior: url(/PIE.htc);
}
#interior #content-side > .in { border-left: 1px solid #8696A5; height: 100%;  }


#content-side h1, #content-side h2, #content-side h3 {
	margin: 0;
	font-size: 1.45em;
	color: #FFF;
}

#content-side .side-nav-title {
	padding: 10px 10px 4px 15px;
}

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

#content-side p { padding: 0 15px; }

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

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

#content-side li a {
	text-decoration: none;
	border-bottom: solid #152D3B 1px;
	padding: 6px 0 6px 15px;
	display: block;
}

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

#content-side li a:hover { color: #0198ee; background: #09141A; }

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

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

#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, #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; }

.sidebar-single.well {
    background: none;
    border: none;
}

#contact-form {
	color: #FFF;
	background: #062b41;
	border: 1px solid #41535f;
	padding: 14px;

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

	behavior: url(/PIE.htc);
}
#interior #contact-form {
	margin-top: 14px;
	margin-bottom: 14px;
}
#contact-form h2,
#contact-form h3 {
	margin-top: 0;
	line-height: 1.4em;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #41535F;
}
#contact-form h2,
#contact-form h3,
#contact-form a {
	color: #FFF;
}
#contact-form .gform_wrapper {
	width: auto;
}
#contact-form form {
	margin: 0;
}
#contact-form .gform_footer {
	margin: 8px;
	padding: 0;
}
#contact-form .gform_button {
	text-transform: uppercase;
	font-family: 'Montaga', serif;
	font-size: 1.8rem;
	color: #0198EE;
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	text-align: center;
}
#contact-form .gform_button:hover {
	color: #FFF;
}
#content-side .gfield_html a,
#content-side .gfield_html a:hover {
	color: #FFF;
	display: inline;
	padding: 0;
	margin: 0;
	border: none !important;
	background: transparent;
}

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

#footer-wrapper{
	padding-top: 18px;
	padding-bottom: 10px;
	background: url(_media/backgrounds/bg-footer-glow-repeat-x.png) center top repeat-x #081119;
}
footer {
	text-align: center;
	color: #C7C4C4;
}

footer p {
	color: #C7C4C4;
	margin: 0 0 1em;
	text-align: center;
}

footer a {
	color: #C7C4C4;
	text-decoration: none;
}
footer ul {
	text-align: center;
}
#footer ul {
	margin-bottom: 1.2em;
}
#footer li { padding: 0 8px; }

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

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

.ie7 ul.inline > li { display: inline; }

.pbhs-grid-footer .btn {
	color: #FFF;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-family: 'Montaga', serif;
	padding: 8px 18px;
	border: 1px solid #8696a5;
	background: #86909a;
	background: -moz-linear-gradient(top,  #86909a 0%, #4d5863 50%, #3c4855 51%, #112437 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86909a), color-stop(50%,#4d5863), color-stop(51%,#3c4855), color-stop(100%,#112437));
	background: -webkit-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: -o-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: -ms-linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	background: linear-gradient(to bottom,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	-pie-background: linear-gradient(top,  #86909a 0%,#4d5863 50%,#3c4855 51%,#112437 100%);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.pbhs-grid-footer .btn:hover {
	color: #000;
}


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

.image, .module, .highlight, .well {
	background-color: #202529;
	border: solid #84888C 1px;
	margin-bottom: 5px;
	padding: 4px;
}

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

.module { width: 50%; }

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

#content-main .module h2,
#content-main .highlight h2 {
	background-color: #0B171E;
	color: #FFFFFF;
	text-align: center;
	line-height: 1em;
	padding: 5px 10px;
	margin:-4px -4px 10px -4px;
	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: 2.0rem;
	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: 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 ----------------- */
.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; }

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

@media (max-width: 1000px) {
#banner { width: 100%; }
.scrollup { display: none !important; }
#bucket0 h2 { font-size: 2.0rem;  line-height: 1em; margin: 0; padding: 10px 12px 5px; }
#bucket0 p { font-size: 1.2px; line-height: 1.35em; }
#bucket0 .btn { padding: 8px; margin-top: 4px; font-size: 1.5rem; }
.bucket h2 { font-size: 1.6rem; margin-top: 6px; }
.bucket p { font-size: 1.2rem; }
.bucket-img { width: 80px; height: auto; margin-top: 20px; }
}

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

@media (max-width: 767px) {
	#header > .container { width: auto; }
	.pbhs-slider-a-block { font-size: 1.2em; }
	#header > .container > .row-fluid { height: auto; }
	#client-logo, #practice, #location { text-align: center; }
	#client-logo { float: none; }
	#practice {
		line-height: 1em;
		font-size: 2.5em;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	#location {
		font-size: 1.5em;
		margin: 10px 0;
	}
	.row-fluid .span4.phone-wrap { width: auto; margin-left: -20px; padding-bottom: 8px; }
	#dc-social-4 { display: none; }
	.mobile-hide { display: none !important; }
	#interior #contact-form {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	#interior #content-side > .in { border-left: 0; }
	#header { background-position:  center 42px; }
	#header > .container > .row-fluid { width: auto; }
	#header > .container { padding-bottom: 0; height: auto; background-image: none; }
	#banner-wrapper { padding: 0; }
	#banner { width: auto; }

	#bucket0 {
		position: relative;
		width: auto;
		padding: 20px 10px;
		border: none;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
	}
	#bucket0 h2,
	#bucket0 .btn { font-size: 1.6rem; }
	#bucket0 .btn { margin-left: 10px; margin-right: 10px; }

	#bucket-wrapper {  }
	#bucket-wrapper .bucket {
		width: auto;
		float: none;
		margin: 0;
		padding-top: 1px;
	}
	#bucket-wrapper .bucket h2 { margin-top: 15px; }
	.bucket-img { width: auto; height: auto; margin-top: 10px; }

	#middle-wrapper { padding-left: 0; padding-right: 0; }
	.home #content-main > .in { padding-left: 20px; padding-right: 20px; }
	#interior #content-main > .in { padding-right: 12px; }
	#content-main > .in { padding-bottom: 20px; }

	#interior #content-side {
		-moz-border-radius: 0 0 15px 15px;
		-webkit-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
	}
	.highlight {
		max-width: 92%;
	}
}

@media (max-width: 479px) {
	#practice, #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;
}
