html { font-size: 62.5%; }

@font-face {
    font-family: 'Ornaments Wood';
    src: url('fonts/ornament-wood-webfont.eot');
    src: url('fonts/ornament-wood-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ornament-wood-webfont.woff') format('woff'),
    url('fonts/ornament-wood-webfont.ttf') format('truetype'),
    url('fonts/ornament-wood-webfont.svg#ornament-woodregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ornaments {
    font-family: 'Ornaments Wood';
    font-style: normal;
}

body {
    color: #b2aa9b;
    font-size: 1.5rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url(../_media/backgrounds/footer-repeatable.jpg) center center repeat #4c3c28;
}

.container {
    max-width: 1000px;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 0.5em;
    color: #594a2e;
    font-family: 'Alegreya';
}

h1, .h1 {
    font-size: 2.6rem;
    text-transform:uppercase;
}
h2, .h2 {
    font-size: 2.3rem;
}
h3, .h3 {
    font-size: 2.0rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.3rem;
}
h6, .h6 {
    font-size: 1.1rem;
}

a { color: #75775b; }
a:hover { color: #75775b; }

p { text-align: justify; margin-bottom: 1em;}

ul {}
ol {}
ul.unstyled, ol.unstyled { padding-left: 0; }
li {
    margin-bottom: 1em;
}

blockquote {}


/* --- Background Colors --- */
.bg-light { background-color: #e9e5e0; color: #31291a; }
.bg-accent { background-color: #deded4; color: #726650; }
.bg-dark { background-color: #4c3c28; color: #b2aa9b; }


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


.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; }
.slider .pbhs-slider-a-block { left: 20%; right: 20%; }
.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; }
.slide-link {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    width: 100%;
}
@media (max-width: 1199px) {
    .slider .pbhs-slider-content blockquote { right: 0; }
}
@media (max-width: 767px) {
    .slider .testimonial .pbhs-slider-a-block { top: 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 --- */
.gform_wrapper { max-width: 100%; margin-top: 0; }
.gform_wrapper h3.gform_title {
    margin-top: 0;
    font-size: 1.6rem;
    color: #a8a795;
    text-transform: uppercase;
}
.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;
}


/* --- Header Styles --- */
.header-wrap {
    padding-bottom: 15px;
    color: #594a2e;
    background: url(../_media/backgrounds/header-repeatable.png) left top repeat #FFF;
}
#client-logo { margin-right: 20px; }
#client-logo img { width: auto; height: auto; max-width: 100%; }
#practice {
    padding-top: 20px;
    font-size: 6.4rem;
    text-shadow: 0px 1px 15px #fffbe3;
}
#practice a {
    color: inherit;
}
#practice a:hover {
    text-decoration: none;
}
#location, #phone {
    text-shadow: 0px 1px 8px #fffbe3;
}
#phone {
    font-size: 3.0rem;
    font-family:"Times New Roman", Times, serif;
}
.header-shadow-top {
    height: 112px;

    background: -moz-linear-gradient(top,  rgba(51,38,4,0.5) 0%, rgba(51,38,4,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,38,4,0.5)), color-stop(100%,rgba(51,38,4,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(51,38,4,0.5) 0%,rgba(51,38,4,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(51,38,4,0.5) 0%,rgba(51,38,4,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(51,38,4,0.5) 0%,rgba(51,38,4,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(51,38,4,0.5) 0%,rgba(51,38,4,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80332604', endColorstr='#00332604',GradientType=0 ); /* IE6-9 */
}
.header-left,
.header-right {
    padding-top: 30px;
    padding-bottom: 10px;
}
.header-left {
    padding-top: 10px;
    padding-left: 0;
}
.header-right {
    padding-right: 0;
}
.squiggly-right,
.squiggly-left {
    font-size: 7.4rem;
    line-height: 0.75;
}
.squiggly-right {
    margin-left: 15px;
}
.squiggly-left {
    margin-right: 15px;
}
@media (max-width: 991px) {
    .header-right {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .no-practice-name .header-left,
    .no-logo .header-left {
        text-align: center;
    }
    .no-practice-name #client-logo {
        float: none !important;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    #client-logo img {
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }
}


/* --- Banner Styles --- */
.banner-wrap {
    margin: 2px -40px 0;
    padding: 0 25px 40px;
    background: url(../_media/backgrounds/banner-shadow.png) center bottom no-repeat;
    background-size: contain;

}
#banner {
    background: #ececdf;
}
#banner:before {
    content: "";
    position: absolute;
    z-index: 20;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid rgba(133, 113, 76, 0.6);
}
@media(max-width: 767px) {
    .banner-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

#phrases {
    width: 470px;
    height: 130px;
}
#phrases > div {
    position: absolute;
    top: 0; left: 0;
}

#phrases > div > div {
    display: none;
    position:relative;
    top: 0;
    left: 0;
    color: #f4f2ef;
    font-family: 'Dancing Script', cursive;
    font-size:2.2em;
    line-height: 1.2em;
    padding-left:40px;
    text-shadow: 1px 1px 2px #094273;
}
#phrases > div > div:first-child {
    padding-left:0px;
}
@media(max-width: 767px) {
    #phrases {
        left: 10%;
        width: 90%;
        height: 90px;
    }
    #phrases > div > div {
        font-size: 1.7em;
    }
}


/* --- Bucket Styles --- */
.bucket-wrap {
    margin-top: -101px;
    padding-top: 76px;
}
.bucket-wrap:before {
    content: "";
    position: absolute;
    z-index: 20;
    top:-10px;
    right: 0;
    left: 0;
    height: 10px;
    background: rgba(152, 159, 134, 0.25);
}
.bucket {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
.bucket:hover { text-decoration: none; }
.bucket.first {
    padding-left: 0;
    padding-right: 10px;
}
.bucket.last {
    padding-left: 10px;
    padding-right: 0;
}
.bucket-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.7rem;
    line-height: 20px;
    text-transform: uppercase;
}
.bucket-title i {
    display: block;
    margin-right: 6px;
    float: left;
    font-size: 2.7rem;
    vertical-align: -4px;
    text-transform: lowercase;
}
.bucket-title span {
    display: block;
    margin-left: 20px;
}
.bucket-img {
    display: block;
    width: 123px;
    height: 102px;
    background-position: center center;
    float: left;
    border: 7px solid rgba(133, 113, 76, 0.6);
}
.bucket-text {
    height: 102px;
    margin-left: 126px;
    padding: 8px;
    font-size: 1.3rem;
    background: #d5d5c9;
    border-left: 2px solid #b5b1a1;
}
.bucket:hover .bucket-title { text-decoration: underline; }
.bucket:hover .bucket-title i { text-decoration: none; }

@media(min-width: 768px) and (max-width: 991px) {
    .bucket {
        text-align: center;
    }
    .bucket-inner {
        padding: 8px;
        background: #d5d5c9;
    }
    .bucket-title span {
        margin-left: 0;
    }
    .bucket-title i {
        display: none;
    }
    .bucket-img {
        margin: 0 auto 8px;
        float: none;
    }
    .bucket-text {
        margin: 0;
        border: none;
    }
}
/*.bucket-link { margin: 15px 0 0; }*/


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


/* --- Content Section Styles --- */
.content-wrap {
    border-top: 10px solid #d9dacd;
}
.content-wrap > .container {
    padding-top: 30px;
}
@media (max-width: 991px) {
    .content-wrap > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* --- Page Content Styles (Specific to the main content area of the page editable by users) --- */
.page-content-wrap {
    min-height: 500px;
    padding-left: 0;
    border-right: 2px solid #b0a89c;
}
.page-template-one-column-php .page-content-wrap {
    padding-right: 0;
    border-right: none;
}
.page-content-wrap h1 {
    margin-top: 0;
}
.page-content-wrap li { text-align: justify; }
.page-content-wrap .container { width: auto; }
.page-content-wrap a {
    text-decoration: underline;
}
.page-content-wrap a:hover {
    text-decoration: none;
}
@media (max-width: 991px) {
    .page-content-wrap {
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 2px solid #b0a89c;
    }
}
@media (max-width: 767px) {
    .page-content-wrap,
    .page-template-one-column-php .page-content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-glow-top {
    height: 141px;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.content-glow-bottom {
    height: 77px;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
}


/* --- Sidebar Styles --- */
.side-wrap {
    padding-right: 0;
}

.page-template-form-php .side-form-wrap {
    border-right: 2px solid #b0a89c;
}
.page-template-form-php .side-form-wrap {
    padding-top: 0 !important;
}
@media (max-width: 991px) {
    .side-wrap {
        padding-left: 0;
    }
    .page-template-form-php .side-form-wrap {
        margin-top: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        border-right: none;
        border-bottom: 2px solid #b0a89c;
    }
}

/* --- Sidebar Navigation Styles --- */
.side-nav-title { margin-top: 0; }
.side-nav-title,
.side-nav h2 {
    font-size: 1.6rem;
    color: #a8a795;
    text-transform: uppercase;
}
.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,
.side-nav ul {
    padding: 0;
    list-style: none;
}
.side-nav li {
    margin-bottom: 4px;
}
.side-nav li a {
    position: relative;
    display: block;
    padding: 10px 8px 10px 25px;
    color: #5f4d2c;
    font-family: Alegreya;
    background: #d5cfc2;

    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;
}
.side-nav li a:before {
    content: 'P';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    color: #b0a79a;
    font-size: 4.0rem;
    line-height: 1em;
    font-family: 'Ornaments Wood';
}
.side-nav li a:hover,
.side-nav .current_page_item > a,
.side-nav li li a {
    text-decoration: none;
    background: #cbc7ae;
}
.side-nav li a:hover:before,
.side-nav .current_page_item > a:before,
.side-nav li li a:before {
    color: #989581;
}
.side-nav li li a:hover,
.side-nav li .current_page_item > a {
    background: #b5ae84;
}
.side-nav li li a:hover:before,
.side-nav li .current_page_item > a:before {
    color: #cbc7ae;
}
.side-nav li:first-child a {}
.side-nav li li a {}
.side-nav .children {
    margin-top: 4px;
}
.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;
}

/* --- Footer Styles --- */
.footer-wrap {
    padding-top: 10px;
    font-size: 1.3rem;
    color: #b2aa9b;
    text-shadow: 1px 1px 2px #181c20;
}
.footer-wrap:before {
    content: "";
    position: absolute;
    z-index: 20;
    top:0;
    right: 0;
    left: 0;
    height: 10px;
    background: rgba(38, 20, 4, 0.50);
}
.footer-wrap > footer > :first-child {
    margin-top: 0;
}

.footer-wrap ul {
    margin: 1em 0;
    font-size: 1.4rem;
    font-family: 'Alegreya';
    text-shadow: 1px 1px 2px #000000;
}
.footer-wrap .list-inline > li {
    margin-bottom: 0;
}

.pbhs-copyright {
    margin: 1em 0 0;
    font-family: 'Alegreya';
    font-size: 1.4rem;
    text-transform: uppercase;
}

.footer-shadow-bottom {
    z-index: 0;
    background: -moz-linear-gradient(top,  rgba(40,23,8,0) 0%, rgba(38,20,4,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,23,8,0)), color-stop(100%,rgba(38,20,4,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(40,23,8,0) 0%,rgba(38,20,4,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(40,23,8,0) 0%,rgba(38,20,4,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(40,23,8,0) 0%,rgba(38,20,4,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(40,23,8,0) 0%,rgba(38,20,4,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00281708', endColorstr='#b3261404',GradientType=0 ); /* IE6-9 */
}

/* --- Button Styles --- */
.btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .btn-outline.btn-default:hover, .pbhs-grid-footer .btn {
    color: #5f4d2c;
    background: #cbc7ae;
    border-color: #cbc7ae;
}


/* --- Popovers --- */
.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: 92%;
    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 {
    padding: 4px;
    color: #726650;
    background-color: #deded4;
    border: solid #d9dacd 10px;
}
.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 h2, .image .h2, .module h2, .module .h2, .highlight h2, .highlight .h2, .well h2, .well .h2 {
    padding: 5px 10px;
    font-size: 1.7rem;
    text-transform: uppercase;
}
.image h3, .image .h3, .module h3, .module .h3, .highlight h3, .highlight .h3, .well h3, .well .h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.image p, .module p, .highlight p, .well p {
    font-size: 1.4rem;
}
.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 {}*/

/*.module {}*/
.ht-image { padding-top: 15px; padding-bottom: 15px; }
/*.ht-image img { border: 15px solid #222; }*/
/*.ht-image a:hover img { border-color: #428bca; }*/

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

article img {
    width: auto;
    height: auto;
    max-width: 100%;
}