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

body {
	-webkit-font-smoothing: antialiased;

	 overflow-x:hidden;
    font-size: 1.4rem;
    line-height: 2rem;
}

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

address{
    line-height: 2rem;
}

/*  Typekit Fonts
	font-family: "charlemagne-std",serif;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
*/

/* master color */

#header-wrapper {
	border-top:7px solid #bee06e;
}
#banner-wrapper {
	border-top:2px solid #bee06e;
	border-bottom:1px solid #bee06e;
}
#pbhs-slider {
	border: 1px solid #bee06e;
}
#center-info-wrapper {
	background:#bee06e;
}
#left-banner-side-images .border-box, #left-banner-side-images .border-box {
	border:1px solid #bee06e;
}
#content-side {
	background: #bee06e; /* Old browsers */
	background: -moz-linear-gradient(top,  #bee06e 30%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#bee06e), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bee06e 30%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bee06e 30%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bee06e 30%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bee06e 30%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee06e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

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

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	font-family: "charlemagne-std",serif;
	line-height: normal;
	color:#000;
}

#content-main h1 {
	font-size: 2.6rem;
	margin: 10px 0;
}

#interior #content-main h1 {
	margin: 10px 0 22px;
}

#content-main h2 {
	font-size: 2rem;
	margin:10px 0;
}

#interior #content-main h2 {
	margin: 15px 0 10px;
}

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

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

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

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

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

#content-main a:hover { 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: justify;
	color:#000;
}

#content-main ul { }

#content-main li { }

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

blockquote { margin: 1em; }

/*------------- 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: 1000px;
}


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



#header-wrapper {
	background: #fff;
	padding-top: 5px;
}

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

#client-logo {
	position: absolute;
	left: 33.333%;
	height: 50%;
	margin: 0;
	z-index:40;
}
#client-logo.slider-images { text-align: center; }
#interior #client-logo {
	height: 100%;
}

#practice {
	font-size: 2.2em;
	line-height: 3rem;
	color: #000000;
	width: 70%;
	text-align: center;
	float: none;
	margin: 51px auto 30px;
	font-family: "charlemagne-std",serif;
	position:relative;
	max-height:90px;
}

#interior #practice {
	margin: 28px auto 28px;
}

.left-curly {
	position:absolute;
	top:3px;
	right:100%;
}

.right-curly {
	position:absolute;
	top:3px;
	left:100%;
}

#banner-wrapper {
	top: -7px;
	position: relative;
	background:#ddeab9;
}

#banner {
	position: relative;
	margin:0 auto -1px;
	visibility:hidden;
}

#pbhs-slider, #pbhs-sliderInt {
	width: 100%;
	border-top:0;
	border-bottom:0;
	border-right:0;
	margin-top:-1px;
	max-width: 999px !important;
}

/* Prevent slides from stacking down the page before slide has loaded */
#pbhs-slider > .pbhs-slider-content,
#pbhs-sliderInt > .pbhs-slider-content {
	display:none;
}
#pbhs-slider > .pbhs-slider-content:first-child,
#pbhs-sliderInt > .pbhs-slider-content:first-child {
	display:block;
}

.pbhs-slider-a-block {
	background: #E1E9F0;
    bottom: 20%;
    font-size: 1.5em;
    left: 0;
    line-height: 1.3em;
    padding: 0.5em 1em;
    top: auto;
}

.slider-images {
	width: 33.33%;
	height: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #bee06e;
	float: left;
}

.slider-images.image-2, .slider-images.image-5 {
	width:33.34%;
}

.slider-images img {
	width:100%;
	height:auto;
}

#left-banner-side-images,
#right-banner-side-images {
	height: 100%;
	width: 33.333%;
	position:absolute;
	margin-top:-1px;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#left-banner-side-images .border-box,
#right-banner-side-images .border-box {
	width: 100%;
	height: 50%;
	border:1px solid #bee06e;

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

#interior #left-banner-side-images .border-box,
#interior #right-banner-side-images .border-box {
	height: 100%;
}

#left-banner-side-images {
	right:100%;
	margin-bottom:-1px;
}

#left-banner-side-images .border-box {
	border-left: 2px solid #bee06e;
	border-right: 0;
}

#right-banner-side-images {
	left:100%;
	margin-bottom:-1px;
	border-left: 1px solid #bee06e;
	margin-left:-1px;
}

#right-banner-side-images .border-box {
	border-right: 2px solid #bee06e;
	border-left: 0;
}

#left-banner-side-images img, #right-banner-side-images img {
	width:100%;
	height:100%;
}

.home .hideit-interior {
	display:block;
}

#interior .hideit-interior {
	display:none;
}

#interior .side-pic2, #interior .side-pic4 {
	display:none;
}


#center-info-wrapper {
	min-height:126px;
	margin-top:16px;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
	font-size:2rem;
	color: #000;
}

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

#interior #center-info-wrapper {
	display:none;
}

#info-left {
	padding-top:32px;
	padding-bottom:32px;
}

#location {

}

#info-center {

}

#phone {
	font-size: 2.4rem;
	line-height: 1.4em;
	text-align:center;
	margin:15px 0;
	padding:14px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#phone a {
	font-size:2.8rem !important;
}

#info-right {
	padding-top:32px;
	text-align:right;
}

#info-right img {
	margin-top:13px;
}

#send-email-button {
	width:142px;
	height:33px;
	background: url(_media/send-mail.png) top center no-repeat;
	float:right;
	margin-top:10px;
	position:relative;
}

.fa-envelope {
	font-size:3.6rem;
	float:right;
	margin-top:7px;
	margin-right:10px;
}


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

#bucket-wrapper {
	margin-top:16px;
}
#bucket-wrapper a {
	color:#000;
}
#bucket-wrapper a:hover {
	text-decoration:none;
}
.bucket {
	border:7px solid #bee06e;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bucket:hover {
	background:#eeeeee;
}
.bucket h2 {
	text-align: center;
	font-size:2rem;
	padding: 13px 10px;
	margin: 0;
}
.bucket-img { width: 100%; height: auto; }

#content-wrapper { }

#content-footer { }

#content-header { }

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

#social-icons {
	float:right;
	text-align:right;
}

#content-main {
	position: relative;
	padding:20px 0px 30px 20px;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
	font-size:1.6rem;
}

.home #content-main {
	padding: 20px 20px 30px 20px;
}

#content-side {
	margin-top:20px;
	border-top:1px solid #404040;
}

#content-side h1, #content-side h2, #content-side h3 {
	font-size: 1.3em;
	color: #000;
	text-align:center;
	padding:5px 20px 10px;
}

#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;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
	text-transform:uppercase;
	font-size:1.3rem;
}

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

#content-side li a {
	color: #000;
	text-decoration: none;
	border-bottom: solid #fff 1px;
	padding: 6px 10px 6px 10px;
	display: block;
	text-align:center;
}

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

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

#content-side li li a {
	background-color: transparent;
	padding: 6px 10px 6px 10px;
	font-size:1.2rem;
}

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

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

.admin-links {
	padding: 10px 0;
}

#footer-wrapper{
	background: #000;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
	font-size:1.6rem;
	padding-bottom:40px;
}
footer {
	color: #dddddd;
	padding-top:15px;
}

footer p {
	color: #dddddd;
	margin: 0 0 1em;
	text-align:inherit;
}

footer h2, .pbhs-grid-footer h3 {
	color:#bee06e;
	font-size:1.6rem;
	padding-bottom:12px;
}

footer a {
	color: #dddddd;
	text-decoration: none;
	font-size:1.5rem;
}

#footer-location {
	margin-bottom:15px;
}

#footer .map-span span {
	display:block;
	padding-top:10px;
}

.lead {
	font-size:inherit;
	line-height:inherit;
	margin-bottom:0;
}

#footer a:hover, .pbhs-grid-footer a:hover  { color:#dddddd; text-decoration: underline; }

#footer-links { }

#footer-links li {
	margin:0;
	padding:0;
	line-height:1.9rem;
	width:100%;
}

#copyright {
	margin-top:40px;
}
.pbhs-grid-footer .btn {
	background:#bee06e;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
	font-size: 1.2em;
}

/*------------ 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: 2rem;
    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: #f2f9e2;
	border: 8px solid #d1e999;
	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 {
	color: #000;
	text-align: center;
	padding: 0px 10px 5px;
	margin:0 0 10px 0;
	font-style:normal;
}

#interior #content-main .module h2 {
	margin:10px 0 5px;
}

.module p {
	padding: 5px 10px;
}

.module img {
	max-width:276px;
	height:auto;
	width:85%;
	background:#fff;
	padding: 4px;
	border: 1px solid #bbbbbb;
}

#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; }
.mobile-phone #mapContainer { margin-bottom: 65px; }
.modal #mapContainer { height: 245px; }
.modal .highlight { margin-bottom: 12px; width: 95%; padding:0; }
.modal-map .modal-body { max-height: 415px; }

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

input {
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
}

input[type="submit"] {
	margin-top:-5px;
}

.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;
	font-family: TimesNewRoman, "Times New Roman", Times, "arno-pro", Baskerville, Georgia, serif;
	font-size: 1.6rem;
	padding-top:22px;
}

.gform_wrapper input[type=text] { margin-bottom: 5px; }
.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; }

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

.modal .gform_body {
	width: 95%;
	margin: 0 auto;
}

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


.ie7 .slider-images, .ie8 .slider-images {
	width:33.333%;
}
.ie7 #left-banner-side-images .border-box,
.ie7 #right-banner-side-images .border-box,
.ie8 #left-banner-side-images .border-box,
.ie8 #right-banner-side-images .border-box {
	height:191px;
}
.ie7 #phone, .ie8 #phone {
	font-size:2.1rem;
}
.ie7 #location, .ie8 #location {
	font-size:2rem;
}
.ie7 #left-banner-side-images .border-box, .ie7 #right-banner-side-images .border-box,
.ie8 #left-banner-side-images .border-box, .ie8 #right-banner-side-images .border-box {
	width: 330px;
}
.ie7 #left-banner-side-images, .ie8 #left-banner-side-images {
	left: -330px;
}
.ie7 #right-banner-side-images, .ie8 #right-banner-side-images {
	right: -330px;
}

#home.minimal-banner #client-logo { height: 100%; }

.minimal-banner #left-banner-side-images .border-box, .minimal-banner #right-banner-side-images .border-box,
.minimal-banner .slider-images { height: 100%; }

#home.minimal-banner #left-banner-side-images img, #home.minimal-banner #right-banner-side-images img { width: 101%; height: auto; }

.minimal-banner .slider-images img { width: 101%; }

@media (max-width: 1200px) {
#left-banner-side-images .border-box,
#right-banner-side-images .border-box {
	height:191px;
}
#right-banner-side-images {
	margin-left:0;
}
#phone {
	font-size:2.1rem;
}
#location {
	font-size:2rem;
}
#left-banner-side-images .border-box, #right-banner-side-images .border-box {
	width: 330px;
}
#left-banner-side-images {
	left: -330px;
}
.slider-images.image-2, .slider-images.image-5 {
	width:33.33%;
}

}

@media (max-width: 1040px) {
}

@media (max-width: 940px) {
.container {
	width:100%;
}
#left-banner-side-images .border-box,
#right-banner-side-images .border-box {
	display:none;
}
#center-info-wrapper {
	padding: 0 20px;
}
#bucket-wrapper {
	padding: 0 20px;
	width: auto;
}
#social-icons {
	position:relative;
	float:none;
	right:auto;
	top:0;
	text-align:left;
	margin: 0;
	overflow:hidden;
}
#social-icons img {
	float:left;
	margin-right:5px;
}

#footer {
	padding: 15px 20px;
	width: auto;
}
.gform_wrapper {
	padding: 22px 20px 0px 20px;
	margin-top:0;
}
}

@media (max-width: 810px) {

}

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

@media (max-width: 767px) {
.pbhs-slider-a-block { font-size: 1.2em; }
body {
	padding-left:0;
	padding-right:0;
}
#practice {
	margin: 20px auto 30px;
}

#dc-social-4 { display: none; }
.mobile-hide { display: none !important; }
.left-curly, .right-curly {
	display:none;
}
#practice { margin: 25px auto 45px;  max-height:none; }
#practice:before {
	content:url(_media/left-curly-mobile.png);
	position:relative;
	display:block;
	top:-15px;
}
#practice:after {
	content:url(_media/right-curly-mobile.png);
	position:relative;
	display:block;
	bottom:-15px;
}
#info-left {
	padding-bottom:15px;
}
#location {
	font-size:2.2rem;
	text-align:center;
	line-height:2.6rem;
}
#center-info-wrapper {
	padding: 0 0;
}
#info-center {
	color:#000;
	background:#fff;
}
#info-center #phone {
	padding: 20px 0;
}
#info-right {
	padding-top:15px;
	text-align:center;
	font-size:2.2rem;
}
#info-right #send-email-button {
	float:none;
	margin: 15px auto;
}
#info-right a {
	display:block;
	margin-bottom:30px;
}
#bucket-wrapper .bucket {
	margin-bottom:15px;
}
#footer .span4, #footer h2 {
	text-align:center;
}
#footer h2 {
	margin-top:20px;
	margin-bottom:0px;
}
#interior #practice {
	margin: 10px auto 23px;
}
#content-main {
	padding:20px 20px 30px 20px;
}
.mobile-show { display: block !important; }
.fa-envelope {
	display:none !important;
}
.admin-links {
	padding:15px 0 0;
}
.admin-links li {
	width:100%;
	line-height:2rem;
	text-align:center;
}
.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 {
	padding: 20px;
}
}

@media (max-width: 600px) {
	.slider-images.image-2, .slider-images.image-5 {
		width:50%;
		height:auto;
	}
	.slider-images {
		height:auto;
	}
	embed {
		float:none;
		max-width:100%;
		margin:0;
		padding:0;
	}
	.alignleft, .alignright {
		float:none;
		margin:0;
		padding:0;
	}
	#content-main .module {
		float:none;
		margin:0;
		padding:0;
		width:auto;
	}
	.scrollup { display: none !important; }
	#banner-wrapper {
		background:none !important;
	}
	#pbhs-slider .image-5,
	#pbhs-slider .image-6 {
		display: none;
	}
	.slider-images {
		width: 50%;
	}
}

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

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

