html { font-size: 62.5%; }

body {
    color: #5c5c5a;
	font-size: 1.8rem;
	line-height: 1.625em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background-color: #eeece0;
}

/* --- Base Element Styles --- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 400; }

#interior h1 {
	color: #fff;
	font-size: 3em;
	font-weight: 300;
	display: inline !important;
	line-height: 141%;
	position: relative;
    /*padding: 4px 0 4px 0;*/
    /*float: left;*/
	/*padding: .1em 15px;
	margin-bottom: .75em;
	max-width: 66%;
	position: relative;*/
}
#interior h1:after {
	content: "";
	display: block;
    margin-bottom: 30px;
}

#interior #content-main h1 { max-width: 98%; }
#interior.page #content-main h1 { max-width: 66%; }
#interior #content-main h1 + * {
	clear: left;
}
/*h2, .h2 { clear: left; }*/

a {}
a:hover {}

p { margin-bottom: 1.5em; }

ul { margin-bottom: 1.5em;}
ol {}
ul.unstyled, ol.unstyled { padding-left: 0; margin-bottom: 1.5em; }
ul.inline { text-align: center; }
ul.inline li { display: inline-block; margin-left: 5px; margin-right: 5px; }
li { line-height: 1.625em; }

hr { border: none; border-top-style: solid; border-top-width: 1px; }

blockquote { clear: both; font-size: 1.25em; font-style: italic; font-weight: bold; padding: 1em; }
blockquote p { color: #757575; margin-bottom: 0; font-weight: bold; }
blockquote.pull-left, blockquote.pull-right { width: 50%; }
blockquote.pull-left { float: left; margin: 0 1.5em 1.5em 0; }
blockquote.pull-right { float: right; margin: 0 0 1.5em 1.5em; }
blockquote.pull-left p { text-align: left; }
blockquote.pull-right p { text-align: right; }

@media(max-width: 767px) {
	#interior #content-main h1,
    #interior.page #content-main h1 {
        display: block !important;
        /*margin-top: 0;*/
        padding: 4px 8px;
        width: auto;
        float: none;
        font-size: 2.25em;
        max-width: none;
    }
    #interior h1:after {
        content: normal;
    }
}


/* Color Options
Primary Color: .bg-dark1, .text-dark1 = #a799a2
	lighter variant: .bg-light1, .text-light1 = #a799a2
	darker variant: .bg-darker1, .text-darker1 = #624e5b
	rgba variant of .bg-dark1-40 = rgba(135,115,128,0.4)

Secondary Color: .bg-dark2, .text-dark2 = #6980ad
	lighter variant: .bg-light2, .text-light2 = #8395b8
	darker variant: .bg-darker2, .text-darker2 = #586e97

Highlight Color: .bg-highlight, .text-highlight = #06739b

Highlight Color2:
For featured box svg: .bg-darker3 = #2a4183
darker3 variant rgba:  .bg-darker3-50 = rgba(42, 65, 131, 0.5)
*/

/* --- Background Colors --- */
.bg-gradient {
    color: #FFF;
    background: #8aa1ce;
    background: -moz-linear-gradient(top, #8aa1ce 0%, #677eab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8aa1ce), color-stop(100%, #677eab));
    background: -webkit-linear-gradient(top, #8aa1ce 0%, #677eab 100%);
    background: -o-linear-gradient(top, #8aa1ce 0%, #677eab 100%);
    background: -ms-linear-gradient(top, #8aa1ce 0%, #677eab 100%);
    background: linear-gradient(to bottom, #8aa1ce 0%, #677eab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8aa1ce', endColorstr='#677eab', GradientType=0);
}
.bg-gray { background-color: #dadada; }

.bg-light1 { background-color: #a799a2; color: #fff; }
.bg-dark1 { background-color: #877380; color: #FFF; }
.bg-dark1-40 { background-color: rgba(135,115,128,0.4); color: #FFF; }
.bg-darker1 { background-color: #624e5b; color: #FFF; }

.bg-light2 { background-color: #8395b8; color: #fff; }
.bg-dark2 { background-color: #6980ad; color: #fff; }
.bg-dark2-70 { background-color: rgba(105, 128, 173,.70); color: #fff; }
.bg-darker2 { background-color: #586e97; color: #fff; }
.bg-darker3 { background-color: #445371; color: #fff; }
.bg-darker3-50 { background-color: rgba(42,65,131,.5); color: #fff; }

.bg-highlight { background-color: #06739b; color: #fff; }
/* --- Background Colors LG Styles --- */
@media (min-width: 1200px) {
	.bg-light1-lg { background-color: #a799a2; color: #fff; }
    .bg-dark1-lg { background-color: #877380; color: #FFF; }
    .bg-dark1-40-lg { background-color: rgba(51,51,51,0.4); color: #FFF; }
    .bg-darker1-lg { background-color: #624e5b; color: #FFF; }

	.bg-light2-lg { background-color: #8395b8; color: #fff; }
	.bg-dark2-lg { background-color: #6980ad; color: #fff; }
	.bg-darker2-lg { background-color: #586e97; color: #fff; }

	.bg-highlight-lg { background-color: #06739b; color: #fff; }
}
/* --- Background Colors MD Styles --- */
@media (max-width: 1199px) {
	.bg-light1-md { background-color: #a799a2; color: #fff; }
    .bg-dark1-md { background-color: #877380; color: #FFF; }
    .bg-dark1-40-md { background-color: rgba(51,51,51,0.4); color: #FFF; }
    .bg-darker1-md { background-color: #624e5b; color: #FFF; }

	.bg-light2-md { background-color: #8395b8; color: #fff; }
	.bg-dark2-md { background-color: #6980ad; color: #fff; }
	.bg-darker2-md { background-color: #586e97; color: #fff; }

	.bg-highlight-md { background-color: #06739b; color: #fff; }
}
/* --- Background Colors SM Styles --- */
@media (max-width: 991px) {
	.bg-light1-sm { background-color: #a799a2; color: #fff; }
    .bg-dark1-sm { background-color: #877380; color: #FFF; }
    .bg-dark1-40-sm { background-color: rgba(51,51,51,0.4); color: #FFF; }
    .bg-darker1-sm { background-color: #624e5b; color: #FFF; }

	.bg-light2-sm { background-color: #8395b8; color: #fff; }
	.bg-dark2-sm { background-color: #6980ad; color: #fff; }
	.bg-darker2-sm { background-color: #586e97; color: #fff; }

	.bg-highlight-sm { background-color: #06739b; color: #fff; }
}
/* --- Background Colors XS Styles --- */
@media (max-width: 767px) {
	.bg-light1-xs { background-color: #a799a2; color: #fff; }
    .bg-dark1-xs { background-color: #877380; color: #FFF; }
    .bg-dark1-40-xs { background-color: rgba(51,51,51,0.4); color: #FFF; }
    .bg-darker1-xs { background-color: #624e5b; color: #FFF; }

	.bg-light2-xs { background-color: #8395b8; color: #fff; }
	.bg-dark2-xs { background-color: #6980ad; color: #fff; }
	.bg-darker2-xs { background-color: #586e97; color: #fff; }

	.bg-highlight-xs { background-color: #06739b; color: #fff; }
}


/* --- Text Colors --- */
.text-white { color: #FFF; }
.text-gray { color: #444444; }

.text-light1 { color: #a799a2; }
.text-dark1 { color: #877380; }
.text-darker1 { color: #624e5b; }

.text-light2 { color: #8395b8; }
.text-dark2 { color: #6980ad; }
.text-darker2 { color: #586e97; }

.text-highlight, a, a:hover { color: #06739b; }
/* --- Text Colors LG Styles --- */
@media (min-width: 1200px) {
    .text-white-lg { color: #FFF; }

	.text-light1-lg { color: #a799a2; }
	.text-dark1-lg { color: #877380; }
	.text-darker1-lg { color: #624e5b; }

	.text-light2-lg { color: #8395b8; }
	.text-dark2-lg { color: #6980ad; }
	.text-darker2-lg { color: #586e97; }

	.text-highlight-lg { color: #06739b; }
}
/* --- Text Colors MD Styles --- */
@media (max-width: 1199px) {
    .text-white-md { color: #FFF; }

	.text-light1-md { color: #a799a2; }
	.text-dark1-md { color: #877380; }
	.text-darker1-md { color: #624e5b; }

	.text-light2-md { color: #8395b8; }
	.text-dark2-md { color: #6980ad; }
	.text-darker2-md { color: #586e97; }

	.text-highlight-md { color: #06739b; }
}
/* --- Text Colors SM Styles --- */
@media (max-width: 991px) {
    .text-white-sm { color: #FFF; }

	.text-light1-sm { color: #a799a2; }
	.text-dark1-sm { color: #877380; }
	.text-darker1-sm { color: #624e5b; }

	.text-light2-sm { color: #8395b8; }
	.text-dark2-sm { color: #6980ad; }
	.text-darker2-sm { color: #586e97; }

	.text-highlight-sm { color: #06739b; }
}
/* --- Text Colors XS Styles --- */
@media (max-width: 767px) {
    .text-white-xs { color: #FFF; }

	.text-light1-xs { color: #a799a2; }
	.text-dark1-xs { color: #877380; }
	.text-darker1-xs { color: #624e5b; }

	.text-light2-xs { color: #8395b8; }
	.text-dark2-xs { color: #6980ad; }
	.text-darker2-xs { color: #586e97; }

	.text-highlight-xs { color: #06739b; }
}

/* Multi-selectors used to create color options */
.sf-active ul ul li.sfHover, .sf-active ul ul ul li.sfHover {
	background-color: #a799a2; /* bg-light1 */
}

.header2-wrap .header-icon, .toggle-content-inner .map-wrap, .client-info-wrap #office-page-link:hover,
.sf-active li.sfHover, .sf-active ul ul li, .btn, #map-modal .highlight {
	background-color: #877380; /* bg-dark1 */
}

.sf-active ul ul ul li, .footer-wrap .latest-posts-shortcode, .header-icon:hover, .image, .module, .highlight, .well, .previous-next-buttons a:hover {
	background-color: #624e5b; /* bg-darker1 */
}
.btn:hover, .btn:active, .btn:focus, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-group .btn.active {
	border-color: #624e5b; /* bg-darker1 */
	background-color: #624e5b;
}

.social .social-icon:hover {
	background: #6980ad; /* bg-dark2 */
}

h1, .h1, .side-nav-title, .side-nav h2, #toggle-sidenav a {
	color: #624e5b; /* text-darker1 */
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, #toggle-sidenav a:hover {
	color: #586e97; /* text-darker2 */
}

.footer-wrap .lastest-post-title {
	color: #a799a2; /* text-light1 */
}

.caret-top:before {
	border-bottom-color: #877380 !important; /* bg-dark1 */
}

.office-btn .border:hover {
	border-color: #a799a2; /* text-light1 */
}
.btn, .office-btn.active .border, .office-btn.active .border:hover, .image, .ht-image img {
	border-color: #877380; /* bg-dark1 */
}

.btn-outline, .previous-next-buttons a:hover {
	border-color: #624e5b; /* bg-darker1 */
}

.ht-image a:hover img {
	border-color: #a799a2; /* bg-light1 */
}

.header1-middle { /* bg-darker1 */
	background: -moz-linear-gradient(left,  rgba(98,78,91,0) 0%, rgba(98,78,91,0.8) 50%, rgba(98,78,91,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(98,78,91,0)), color-stop(50%,rgba(98,78,91,0.8)), color-stop(100%,rgba(98,78,91,0)));
	background: -webkit-linear-gradient(left,  rgba(98,78,91,0) 0%,rgba(98,78,91,0.8) 50%,rgba(98,78,91,0) 100%);
	background: -o-linear-gradient(left,  rgba(98,78,91,0) 0%,rgba(98,78,91,0.8) 50%,rgba(98,78,91,0) 100%);
	background: -ms-linear-gradient(left,  rgba(98,78,91,0) 0%,rgba(98,78,91,0.8) 50%,rgba(98,78,91,0) 100%);
	background: linear-gradient(to right,  rgba(98,78,91,0) 0%,rgba(98,78,91,0.8) 50%,rgba(98,78,91,0) 100%);
}

#interior h1 {
	background-color: #06739b; /* bg-highlight */
	/*box-shadow: 0 0 0px 8px #06739b;*/
}

.side-nav li a {
	color: #06739b; /* text-highlight */
}

blockquote, blockquote.pull-left, blockquote.pull-right {
	border-color: #06739b; /* bg-highlight */
}
.dots svg {
	fill: #2a4183;
}
/**** End css used for color options ****/


/* --- Text Shadows --- */
.text-shadow { text-shadow: 0 0 10px rgba(0,0,0, 0.4); }
.text-shadow2 { text-shadow: 1px 1px 1px rgba(0,0,0, 1); }


/* --- Classes --- */
.bg-main { background-color: #EEECE0; }
.text-bold { font-weight: 700 !important; }
.text-small { font-size: .85em; line-height: 150%; }
.text-large { font-size: 1.25em; line-height: 150%; }
.text-xlarge { font-size: 1.75em; line-height: 150%; }
.text-xxlarge { font-size: 2.25em; line-height: 150%; }
.relative { position: relative; }
.border { border: 4px solid #fff; }
.caret-top:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	border: 10px solid transparent;
	border-top: none;
}
.caret-top.caret-left:before {
	left: 40px;
}
.caret-top.caret-right:before {
	right: 40px;
}
.caret-top.caret-right-half:before {
	right: 30px;
}
.transition {
	transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
}
.dialog-blur {
    display:block;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url(../_media/backgrounds/blur.svg#blur);
    opacity: 0.95;
    /*transition: 0.5s -webkit-filter cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-delay: 0.25s;*/
}


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

.slider {  width: 100%; z-index: 0; }
.slider .pbhs-slider-a-block {
    text-align: center;
    color: #eeece0;
    font-weight: bold;
    line-height: 1.2em;
}
.slider .testimonial .pbhs-slider-a-block { top: 20%; }
.slider .pbhs-slider-content blockquote {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 50%;
}
.slider .pbhs-slider-content blockquote p { line-height: 1.5em; }
.slider .phrase p {
    position: absolute;
    left: 10%;
    top: 50%;
    margin: 0;
}
.interior .slider .phrase p {
    top: 40%;
}
.slider .phrase .pbhs-slider-a-block {
    position: relative;
    float: left;
    clear: left;
    display: block;
    margin-top: 0.6em;
    margin-left: 40px;
    padding: 0.15em 0.6em;
    background: rgba(135, 115, 128, 0.81);
}
.slider .phrase .pbhs-slider-a-block:first-child {
    margin-left: 0;
}

.home.option-headerLayout2 .phrase-set {
    display: none;
}
.option-headerLayout2.no-logo .phrase-set,
.option-headerLayout2.no-custom-banner-photo .phrase-set {
    display: block;
}
.option-headerLayout2.no-custom-banner-photo .slider .phrase p,
.option-headerLayout2.interior .slider .phrase p {
    left: auto;
    right: 10%;
}
.option-headerLayout2.no-custom-banner-photo .slider .phrase .pbhs-slider-a-block,
.option-headerLayout2.interior .slider .phrase .pbhs-slider-a-block {
    float: right;
    clear: right;
    margin-left: 0;
    margin-right: 40px;
}
.option-headerLayout2.no-custom-banner-photo .slider .phrase .pbhs-slider-a-block:first-child,
.option-headerLayout2.interior .slider .phrase .pbhs-slider-a-block:first-child {
    margin-right: 0;
}
@media (max-width: 1199px) {
    .slider .pbhs-slider-content blockquote { right: 0; }
    .interior .slider .phrase p {
        top: 30%;
    }
}
@media (max-width: 767px) {
    .slider .testimonial .pbhs-slider-a-block { top: 0; }
    .slider .phrase p {
        position: absolute;
        left: 10%;
        top: 40%;
        margin: 0;
    }
}
/* --- Page Gallery --- */
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-overflow,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-slide,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-thumbs,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-video-frame-holder {
    background: #333;
}


/* --- Gravity Form Addons --- */
.ginput_placeholder_on {
color:#888;
}
.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
color:#888;
}
.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
color:#888;
opacity:1;
}
.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder { /* Older versions of Firefox */
color:#888;
}
.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
color:#888;
}
input, button, select, textarea, .form-control, .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"], .gform_wrapper textarea, .gform_wrapper select {
	color: #777;
	font-size: 1.6rem;
	background: #fff;
	border: 1px solid #D4D4D4;
	box-shadow: none;
	padding: 4px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	letter-spacing: 1px
}
.gform_wrapper { max-width: 100%; }
.gform_wrapper li.gfield_error,
.gform_wrapper .validation_error {
    background-color: #f2dede !important;
}
.full-width-errors .gform_wrapper li.gfield.gfield_error,
.full-width-errors .gform_wrapper .validation_error,
.gform_wrapper .full-width-errors li.gfield.gfield_error,
.gform_wrapper .full-width-errors .validation_error{
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.gform_title { width: auto !important; }
input.form-control,
textarea.form-control {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
#toggle-form-wrap .gform_wrapper label { font-weight: 400; }


/* --- Header Styles --- */
.header-wrap { position: relative; z-index: 100; }
.sticky-header { width: 100%; }
.admin-bar .sticky-header.fixed { margin-top: 32px; }
.option-headerLayout1 #client-logo { padding: 15px 0; }
#client-logo a {
    display: block;
    height: 100%;
}
#client-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#organization-logo {margin:5px 0px;height:auto;}
#practice { font-size: 2.5em; font-weight: 600; margin-bottom: 0; padding-bottom: 15px; }
#practice a:hover { text-decoration: none; }
#client-logo + #practice { margin-top: 0; }
#phone {
	line-height: 1em;.
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
}
.header2-wrap #phone { margin-top: 10px; margin-bottom: 10px; }
.header1-wrap .appt-btn {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header1-left, .header1-right {
	line-height: 120%;
	margin-top: 30px;
}
.header2a-right .small {
	line-height: 1em;
}

.header1-wrap .border-bottom {
	border-bottom: 1px solid rgba(255,255,255,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.header2-wrap .menu { border-top: 1px solid rgba(255,255,255,.5); }

.header2-wrap .header-icon {
	color: #fff;
	display: inline-block;
	font-size: 3rem;
	line-height: 42px;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-icon span {
	font-size: 1.8rem;
	position: absolute;
	right: 16px;
	bottom: 18px;
	line-height: 10px;
	width: 10px;
	height: 10px;
}
.modal-content {
	border: none;
	border-radius: 0;
}
#map-modal .modal-header, #form-modal .modal-header {
	border: none;
}
#map-modal .modal-body {
	padding: 0;
}

@media(max-width: 991px) {
    .header1-wrap #phone {
        font-size: 2.2rem;
        text-align: center;
    }
	.header2-wrap #phone {
        padding-left: 15px;
    }
}
@media(max-width: 767px) {
    .header-wrap .bg-light1 {
        padding-bottom: 15px;
    }
    #client-logo {
        max-width: 80%;
        margin-left: auto !important;
        margin-right: auto  !important;
    }
    .interior .header1-left {
        display: none;
    }
    .interior .header2b-right {
        display: none;
    }
}

/* --- Banner Styles --- */
.banner-wrap { z-index: 0; }
#home .banner-wrap { height: 540px; }
#interior .banner-wrap { height: 300px; }
#banner { position: absolute; width: 100%; top: 0; z-index: 0; }
#banner .pbhs-slider-nav {
	display: block;
    height: 14px;
    line-height: 0;
    position: absolute;
	bottom: 0;
    text-align: center;
    width: 100%;
	z-index: 10;
}
#banner .pbhs-slider-nav-item {
	background: rgba(0,0,0,.5);
    display: inline-block;
    height: 6px;
    line-height: 6px;
    width: 6px;
	border-radius: 6px;
	margin: 0 4px;
}
#banner .pbhs-slider-nav-item.pbhs-slider-nav-selected {
	background: #000;
}
#banner .pbhs-slider-nav {
    display: none;
}
.banner-logo-wrap {
	padding-top: 50px;
	position: absolute;
	left: 0;
	top: 100%;
}
.interior .banner-logo-wrap {
    padding-top: 15px;
}
.pat-reg-wrap {
	background: rgba(0,0,0,.5);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.pat-reg-wrap a {
	display: block;
	float: left;
	border-bottom: 1px solid transparent;
}
.pat-reg-wrap a:hover {
	color: #fff;
	text-decoration: none;
    padding-left: 8px;
}
.custom-photo-wrap {
	position: absolute;
	left: 100%;
	bottom: 0;
	margin-left: -50%;
	z-index: 2;
}
@media(max-width: 1199px) {
    .pat-reg-wrap.padding-vert-half {
        font-size: 1.4rem;
        padding-top: 8px !important;
        padding-bottom: 20px !important;
    }
    .no-social .pat-reg-wrap.padding-vert-half {
        padding-bottom: 8px !important;
    }
}
@media(max-width: 767px) {
    .banner-logo-wrap {
        position: static;
    }
    .pat-reg-wrap.padding-vert-half {
        font-size: 1.2rem;
    }
    .interior .banner-wrap {
        display: none;
    }
	.pat-reg-wrap a { line-height: 125%; }
	.header1-middle { background: none !important; }
}


/* --- Welcome Content Styles --- */
.welcome-wrap:after {
	content: "";
	background: url(../_media/backgrounds/shadow-down.png) no-repeat center top;
	width: 100%;
	height: 8px;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}
.welcome-text {
	font-size: 1.15em;
	line-height: 150%;
	margin-top: 15px;
}
.welcome-phone-wrap small {
    color: #3f5888;
    font-weight: bold;
    font-size: 1.6rem;
}
.welcome-phone {
    line-height: 1em;
}
.welcome-box {
	margin-top: -135px;
	position: relative;
	z-index: 4;
}
.welcome-links {
    margin: 15px 0 25px;
}
.welcome-links a {
	position: relative;
	display: block;
    line-height: 1.8em;
}
.welcome-links a:hover {
	color: #fff;
    text-decoration: none;
}
.welcome-links a:hover:before {
    background: #a25d9e;
}
.welcome-links a:hover:before {
	content: "";
	position: absolute;
	display: block;
	right: 100%;
	top: 50%;
	width: 40px;
	height: 8px;
	margin-top: -4px;
	margin-right: 10px;
}
.welcome-box .featured-link {
	display: block;
	border-bottom: 1px solid transparent;
	transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
}
.welcome-box .featured-link:hover {
	color: #fff;
	text-decoration: none;
    opacity: 0.9;
}
.welcome-box .google-map-link {
    position: relative;
    display: block;
    height: 54px;
    background: url(../_media/backgrounds/google-map-link.jpg) top left no-repeat;
    margin-top: 8px;
    padding: 13px 54px 0 40px;
    padding-right: 54px;
    color: #2f0803;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0.9;
}
.welcome-box .google-map-link:hover {
    opacity: 1;
    text-decoration: none;
}
.welcome-box .google-map-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background: #877380 url(../_media/backgrounds/google-map-link-arrow.png) center center no-repeat;
}
.welcome-box .google-map-link:hover:before {
    background-color: rgba(135, 115, 128, 0.71);
}
.welcome-box .google-map-link address {
    margin: none;
    line-height: 1.1em;
}
.welcome-box .addr-lead-text {
    display: none;
}
@media(max-width:1199px) {
    .welcome-box {
        margin-top: -100px;
    }
    .welcome-phone {
        font-size: 2em;
    }
}



/* --- Bucket Styles --- */
.bucket-wrap { overflow: hidden; }
.bucket-overlay { background: url(../_media/backgrounds/bg-texture2.jpg) repeat center center; }
.bucket-wrap:after {
	content: "";
	background: url(../_media/backgrounds/shadow-up.png) no-repeat center bottom;
	width: 100%;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bucket-wrap .dots {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bucket { }
.bucket a:hover { color: #fff; text-decoration: none; }
.bucket-title { margin-top: 0; font-style: italic; }
.bucket-img-wrap {
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
}
.bucket-img, .editable .bucket-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
	padding: 0;
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
	transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
	-webkit-backface-visibility: hidden;
}
.bucket .bucket-img-wrap:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform:    scale(1.05);
	-ms-transform:     scale(1.05);
	-o-transform:      scale(1.05);
	transform:         scale(1.05);
}
.bucket-text {}
.bucket-link { margin: 0; }
#home #bucket1 .bucket-title { text-align: left; }
#home #bucket2 .bucket-title { text-align: center; }
#home #bucket3 .bucket-title { text-align: right; }
.side-wrap .bucket-title { font-size: 1.25em; }

.bucket .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	opacity: 0;
	transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
	-webkit-backface-visibility: hidden;
}
.bucket .bucket-img-wrap:hover .overlay {
	opacity: 1;
}
.bucket .overlay:before {
	color: #fff;
	font-family: "fontAwesome";
	content: "\f061";
	position: absolute;
	display: block;
	font-size: 2.6rem;
	left: 50%;
	top: 50%;
	margin-top: -13px;
	margin-left: -13px;
}
#testimonial .bucket-link {
	text-align: right;
	background: rgba(255,255,255,.3);
	color: #fff;
	padding: 2px 10px;
	float: right;
}
#testimonial .bucket-link:hover {
	background: rgba(255,255,255,.6);
}

@media (max-width: 767px) {
    .bucket-overlay { background: #000; }
	#home #bucket1 .bucket-title, #home #bucket2 .bucket-title, #home #bucket3 .bucket-title { text-align: center; }
	.side-wrap .bucket-title { font-size: 1em; }
}


/* --- Breadcrumb Styles --- */
.breadcrumb-wrap {}


/* --- Social Icon Styles --- */
.social {
	margin: 0;
	padding: 0;
	height: 5px;
	position: relative;
	z-index: 3;
}

#interior .social {
	text-align: right;
}

.social .social-icon {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	top: -15px;
}
.social .social-icon:before { content: normal; }
.social .social-icon.fa-facebook { background-color: #3B5998; }
.social .social-icon.fa-twitter { background-color: #55ACEE; }
.social .social-icon.fa-google-plus { background-color: #DD4B39; }
.social .social-icon.fa-google { background-color: #0266C8; }
.social .social-icon.fa-linkedin { background-color: #006699; }
.social .social-icon.fa-pinterest { background-color: #CC1F26; }
.social .social-icon.fa-youtube { background-color: #CC181E; }
.social .social-icon.fa-vimeo-square { background-color: #20B9EB; }
.social .social-icon.fa-flicker { background-color: #FF1981; }
.social .social-icon.fa-instagram { background-color: #47749A; }
.social .social-icon.fa-foursquare { background-color: #1DAFEC; }
.social .social-icon.fa-dropbox { background-color: #007EE5; }
.social .social-icon.fa-calendar { background-color: #D02A2A; }
.social .social-icon.fa-envelope-o { background-color: #234DB3; }
.social .social-icon.fa-rss { background-color: #F99638; }
.social .social-icon.fa-yelp { background-color: #ce2200; }

.social .social-icon:hover {
    background: #6980ad;
}

@media(max-width: 767px) {
    .social {
        z-index: 110;
    }
}


/* --- Content Section Styles --- */
.content-wrap {}


/* --- Page Content Styles (Specific to the main content area of the page editable by users) --- */
.page-content-wrap { line-height: 1.625em; margin-left: auto; margin-right: auto; }
.home .page-content-wrap {
    padding: 0 15px;
    font-size: 1.125em;
}
.interior .page-content-wrap {
    max-width: 1000px;
}
#interior .page-content-wrap { min-height: 500px; margin-top: -75px; }
#interior.page-template-one-column-php .page-content-wrap { float: none; }
#interior .social > .container { margin-left: auto; margin-right: auto; max-width: 1000px; }
.page-content-wrap li { text-align: justify; }
.page-content-wrap .container { width: auto; }

@media(max-width: 767px) {
    #interior .page-content-wrap {
        min-height: 0;
    }
    #interior .page-content-wrap {
        margin-top: 0 !important;
    }
}

/* --- Sidebar Styles --- */
.side-wrap {
	margin-top: 20px;
    padding-left: 30px;
    padding-right: 0;
	background-color: #EEECE0;
}
.side-wrap .well:last-child {
	margin-bottom: 0;
}
@media(max-width: 767px) {
    .side-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* --- Sidebar Navigation Styles --- */
.side-nav-title {
    margin-top: 0;
    margin-bottom: 4px;
}
.side-nav-title,
.side-nav h2 {
}
.side-nav h2 a,
.side-nav h2 a:hover,
.side-nav-title a,
.side-nav-title a:hover {
    text-decoration: none;
    color: inherit;
}
.side-nav { overflow: hidden; }
.side-nav,
.side-nav ul {
    padding: 0;
    list-style: none;
	margin-bottom: .5em;
}
.side-nav li { margin-top: 4px; }
.side-nav li:first-child { margin-top: 0px; }
.side-nav li a {
	font-size: .85em;
	text-align: left;
    display: block;
    padding: 3px 8px 3px 0;
	line-height: 150%;
    transition: ease-in-out all .2s;
    -moz-transition: ease-in-out all .2s;
    -webkit-transition: ease-in-out all .2s;
}
.side-nav li a:hover,
.side-nav .current_page_item > a {
    padding-left: 8px;
    color: #fff;
    text-decoration: none;
    background: #b2b2b2;
}
.side-nav li:first-child a {
}
.side-nav li li {
    list-style: none;
    list-style-position: inside;
}
.side-nav li li a {
	font-size: .85em;
    padding-left: 15px;
}
.side-nav li li a:hover,
.side-nav li .current_page_item > a {
    padding-left: 23px;
}
.side-nav .current_page_item.page_item_has_children > a,
.side-nav .current_page_ancestor > a {
    border-bottom: none;
}
.side-nav .children { display: none; }  /* Hide Child Pages by Default */
.side-nav .current_page_ancestor > .children,
.side-nav .current_page_item > .children {
    display: block;
}
#toggle-sidenav {
	display: block;
	text-align: center;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}


/* --- Client Info Styles --- */
.client-info-wrap {
	line-height: 140%;
	font-size: .85em;
}
.client-info-wrap .office-address {
	line-height: 110%;
	margin-bottom: 15px;
}
.office-btn.active .border {}
.client-info-wrap #office-page-link {
	display: block;
	padding: 10px 15px;
	margin-top: 5px;
	transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	-webkit-transition: ease-in-out all .3s;
}
.client-info-wrap #office-page-link:hover {
	color: #fff;
	text-decoration: none;
}
.client-info-wrap .office-btn {
	display: block;
}
.client-info-wrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.client-info-col3 > div {
	margin-bottom: 30px;
}

a.office-btn:hover {
    text-decoration: none;
}

.office-placeholder {
    background: #A799A2;
    font-size: 1.48em;
    padding: 65px 10px;
	min-height:150px;
}

.office-placeholder i {
    font-size: 3.5em;
    line-height: 1.2em;
}

.col-xs-6 .office-placeholder {
    font-size: 1.1em;
    padding: 20px 10px;
}

.col-xs-6 .office-placeholder i {
    font-size: 2.5em;
}

.margin-bottom {
    margin-bottom: 10px;
}

#client-logo1 img {
    max-width: 100%;
    width: auto;
    height: auto;
}
@media(max-width: 767px) {
    #client-logo1 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.hour-wrap {
	display: none;
}
.hour-wrap.active {
	display: block;
}

/* --- Footer Styles --- */
.footer-wrap, .footer-wrap ul, .footer-wrap li { line-height: 140%; }
.footer-logo-wrap img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.nav-column-wrap ul {
    overflow: hidden;
    max-height: 200px;
}
.footer-wrap .office {
	margin-bottom: .75em;
}
.footer-post-wrap {
	margin-top: -100px;
	padding: 15px;
}
.footer-post-wrap > h3 {
	margin-top: 0;
}
.footer-wrap .latest-post {
	padding-bottom: 15px;
}
.footer-wrap .latest-post-excerpt {
	margin-bottom: .75em;
}
.footer-wrap a:hover, .seo-wrap a:hover { color: #fff; }

@media(max-width: 991px) {
	.footer-post-wrap { margin-top: 0; }
    .footer-col-3.col-sm-6 {
        clear: left;
    }
}


/* --- Button Styles --- */
.btn, .btn > a, .btn:hover, .btn > a:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover {
    color: #FFF;
    border-radius:0px;
}


/* --- Popovers --- */
.popover { z-index: 200; }
.popover .popover-title {
    color: #333;
}


/* --- Wp Alignment Classes --- */
.alignleft, .alignright, .aligncenter, .alignnone {
    margin-bottom: 30px;
}
.alignleft, .alignright {
    width: 50%;
}
.alignleft {
    margin-right: 30px;
    float: left;
}
.alignright {
    margin-left: 30px;
    float: right;
}
.aligncenter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}
.alignnone {
    width: auto;
    float: none;
}
img.alignleft, img.alignright, img.aligncenter
.alignleft.flash-replaced, .alignright.flash-replaced, img.aligncenter {
    display: block;
    width: auto;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .alignleft, .alignright, .aligncenter  {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
}

/* --- Module, Image, Highlight and Well Styles --- */
.image, .module, .highlight, .well {
    color: #FFF;
	border-radius: 0;
}
.side-wrap .well {
	font-size: .85em;
	line-height: 150%;
	padding: 15px;
}
.highlight.aligncenter, .highlight.alignnone,
.well.aligncenter, .well.alignnone,
.module.aligncenter, .module.alignnone,
.image.aligncenter, .image.alignnone {
    margin-top: 30px;
}
.image h2, .image .h2, .module h2, .module .h2, .highlight h2, .highlight .h2, .well h2, .well .h2,
.image h3, .image .h3, .module h3, .module .h3, .highlight h3, .highlight .h3, .well h3, .well .h3,
.image p, .module p, .highlight p, .well p,
.image label, .module label, .highlight label, .well label,
.image .btn, .module .btn, .highlight .btn, .well .btn,
.image a, .module a, .highlight a, .well a {
    color: inherit;
}
.image, .module, .highlight,
.image h2, .image .h2, .module h2, .module .h2, .highlight h2, .highlight .h2,
.image h3, .image .h3, .module h3, .module .h3, .highlight h3, .highlight .h3,
.image p, .module p, .highlight p,
.image label, .module label, .highlight label,
.image .btn, .module .btn, .highlight .btn,
.image a, .module a, .highlight a {
    text-align: center;
}
.image label, .module label, .highlight label, .well label {
    display: block;
}
.image a, .module a, .highlight a, .well a {
    text-decoration: underline;
    font-weight: bold;
}
.image a:hover, .module a:hover, .highlight a:hover, .well a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.image .btn, .module .btn, .highlight .btn, .well .btn {
    text-decoration: none;
}
.image .btn:hover, .module .btn:hover, .highlight .btn:hover, .well .btn:hover {
    opacity: 1;
}
.image > :first-child, .module > :first-child, .highlight > :first-child, .well > :first-child {
    margin-top: 0;
}

.image, .ht-image img {
	border-width: 5px;
	border-style: solid;
}

.module {
    padding: 30px;
    border: none;
}
.module p {
	font-size: .85em;
	line-height: 150%;
}
.ht-title { font-size: 1.25em; }
.ht-image { padding-top: 15px; padding-bottom: 15px; }
.ht-image a:hover img {}

@media (max-width: 767px) {
    .module, .highlight  {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* --- Map Shortcode Styles --- */
.map { height: 400px; }
.mobile-phone .map { margin-bottom: 65px; }
.modal-map .map { height: 255px; }
.modal-map .highlight { margin-bottom: 12px; width: 95%;}
.modal-map .modal-body { max-height: 415px; }


/* --- Blog Styles --- */
.sb-gallery-item img {
	border-width: 4px;
	border-style: solid;
}
.sb-gallery-item img:hover {
	border-color: #fff;
}
.blog .wp-post-image, .archive .wp-post-image, .single .wp-post-image, .attachment-portfolio_thumb {
	float: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	margin: 10px 1em 1em 0;
	max-width: 100%;
	height: auto;
}
.single-portfolio .attachment-portfolio_thumb { float: none; }
.archive .post {
	margin-bottom: 2em;
}
.archive .entry { border-bottom: 1px solid #b2b2b2; }
.previous-next-buttons a { display: block; text-align: center; border-radius: 4px; margin-bottom: 10px; border-style: solid; border-width: 1px; transition: ease-in-out background .2s, ease-in-out color .2s; -moz-transition: ease-in-out background .2s, ease-in-out color .2s; -webkit-transition: ease-in-out background .2s, ease-in-out color .2s; }
.previous-next-buttons a:hover { text-decoration: none; color: #fff; }
.related-posts {float: left; width: 100%; margin: 1em 0 2em 0; font-size: 1.4rem;}
.related-posts h3 {font-size: 2rem; margin: 0 0 .5em 0; }
.related-thumb { }
.related-thumb a {display:block; border-style: solid; border-width: 1px; padding: 0 0 10px; text-align: center; font-size: 1em; line-height: 125%;
	transition: ease-in-out background .2s, ease-in-out color .2s;
    -moz-transition: ease-in-out background .2s, ease-in-out color .2s;
    -webkit-transition: ease-in-out background .2s, ease-in-out color .2s;
}
.related-thumb .related-title { padding: 0 8px; height: 50px; font-size: .85em; line-height: 130%; }
.related-thumb .img-wrap { position: relative; overflow: hidden; }
.single .related-thumb img {margin: 0 0 10px 0; padding: 0; width: 100%; height: auto; border: none;
	transition: ease-in-out background .2s, ease-in-out color .2s;
    -moz-transition: ease-in-out background .2s, ease-in-out color .2s;
    -webkit-transition: ease-in-out background .2s, ease-in-out color .2s;
}
.related-thumb a, .related-thumb a:hover { text-decoration: none; }
.related-thumb a:hover img { opacity: .9; }

.commentlist { font-size: .85em; }
#commentform #submit { margin-top: 10px; }