﻿h3 {
    font-size: 1em;
}

b, strong {
    font-weight: 700;
}

header.site-header > .wrap {
    width: 94%;
    max-width: none;
}

button.current {
    background-color: #ebebeb !important;
    color: #232c39 !important;
}

    button.current:hover {
        cursor: default;
    }

img.custom-logo {
    max-width: 60%;
    padding: 10px 0;
    transition: width 0.25s ease-in-out;
}

@media screen and (min-width: 460px) {
    img.custom-logo {
        max-width: 60%;
    }
}

@media screen and (min-width: 1020px) {
    img.custom-logo {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    section#text-8 .widget-wrap .textwidget p img {
        float: none;
        height: 172px;
        width: 141px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 1em;
    }
}

h1[itemprop="headline"] {
    /* font-size: 2.6em; */
    font-size: 1.6em;
}

@media screen and (min-width: 460px) {
    h1[itemprop="headline"] {
        font-size: 1.4em;
        margin-top: 100px;
    }
}

@media screen and (min-width: 1020px) {
    h1[itemprop="headline"] {
        font-size: 3.2em;
        margin-top: 100px;
    }
}

.widgettitle,
.widget-title {
    font-size: 1.8rem;
}

@media screen and (min-width:450px) {
    .widgettitle,
    .widget-title {
        font-size: 2.4rem;
    }
}

.menu-toggle {
    top: 14px;
}

@media screen and (max-width: 895px) {
    #custom_html-6 {
        margin-top: 6rem;
    }
}

a.button {
    background-color: #db9902;
    /* border: #fff solid 2px; */
}

.site-footer {
    background-color: #141e28;
}

.footer-widgets .menu-item {
    width: 100%;
}

ul.testimonials-list blockquote {
    padding-left: 0;
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-conditions-grid {
    padding: 6rem 0;
}

    .front-page-1 .widget:first-of-type {
        padding-top: 2vh;
    }

@media screen and (min-width: 461px) {
    .front-page-1 .widget:first-of-type {
        padding-top: 10vh;
    }
}

.front-page-2 {
    background-color: #294080;
    color: #fff;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

    .front-page-2 p {
        color: #99aaba;
        margin-bottom: 0;
    }

.front-page-3 {
    text-align: center;
    background-image: url(/wp-content/uploads/2018/04/davinci-bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .front-page-3 h3 {
        color: #6f93d1;
        font-size: 2.4rem;
    }

@media screen and (min-width: 450px) {
    .front-page-3 h3 {
        font-size: 3rem;
    }
}

.front-page-3 img {
    min-width: 150px !important;
}

.front-page-conditions-grid,
.front-page-6 {
    text-align: center;
}

    .front-page-6 hr {
        display: block;
        margin: 0 auto 40px;
        margin: 0 auto 4rem;
        padding: 0;
        height: 3px;
        height: 0.3rem;
        width: 100px;
        width: 10rem;
        border: 0;
        background-color: #db9902;
    }

    .front-page-6 i.fa {
        color: #294080;
        font-size: 3rem;
        font-weight: bold;
    }

    .front-page-conditions-grid .widget_custom_html:first-of-type hr {
        display: block;
        margin: 0 auto 40px;
        margin: 0 auto 4rem;
        padding: 0;
        height: 3px;
        height: 0.3rem;
        width: 100px;
        width: 10rem;
        border: 0;
        background-color: #db9902;
    }

#text-7 p {
    font-size: 1em;
}

@media screen and (min-width: 460px) {
    #text-7 p {
        font-size: 1em;
    }
}

@media screen and (min-width: 1020px) {
    #text-7 p {
        font-size: 1.6em;
    }
}

#text-7 p a.button {
    font-size: 1.2rem;
}

@media screen and (min-width: 1020px) {
    #text-7 p a.button {
        font-size: 1.5rem
    }
}

#text-8 p {
    color: #fff;
}

#gts_widget-2 h3,
#text-9 h3 {
    margin-bottom: 4rem;
    text-align: center;
}

.bp-opening-hours-brief,
.bp-directions,
.bp-phone {
    font-size: 1.8rem;
    text-align: center !important;
}

.header-widget-area .fa-phone::before,
.header-widget-area a.phone-link,
.front-page-2 span.phone-highlight,
.front-page-2 .fa-phone::before {
    color: #fcb002;
}

.bp-phone,
.bp-directions,
.bp-directions a,
.phone-link,
.phone-highlight,
.map-link,
.map-highlight {
    color: #db9902;
}

.bp-phone {
    padding-bottom: 10px;
}

.phone-link:hover,
.phone-highlight:hover {
    color: #db9902;
    cursor: default;
}

.bp-directions a,
a.phone-link,
a.map-link {
    text-decoration: none;
}

.phone-highlight > i.fa,
.map-highlight > i.fa {
    color: #db9902;
    font-size: 2rem;
}

.fa {
    text-shadow: none;
}

.site-footer .back-to-top {
    position: fixed;
    right: 30px;
}

@media screen and (max-width: 895px) {
    .site-footer .back-to-top {
        right: 20px;
    }
}

.site-footer > .wrap > p {
    text-align: center;
}

.gca-column > ul {
    margin-left: 12px;
}

.gca-column .multi-column-list {
    margin-left: 40px;
}

.gca-column > ul li {
    list-style: none;
    margin-bottom: 1rem;
}

.gca-column > .multi-column-list li {
    list-style-type: disc;
}

.gca-column > ul li strong {
    color: #db9902;
    font-weight: 600;
}

img.entry-image,
.round-image {
    border-radius: 100%;
}

.featuredpage a.aligncenter img {
    border: #fff solid 3px;
    margin-top: -104px;
}

body.page-template-page-provider .page-header,
body.single-conditions .page-header {
    background-color: #232c39;
    background-image: none;
}

.has-fixed-header .site-header.shrink {
    box-shadow: 0 0 2rem rgba(35, 44, 57, 0.8);
}

.bp-contact-card > div {
    margin: 0 !important;
}

.widget_bpfwp_contact_card_widget h3 {
    font-size: 2rem;
}

.bp-address {
    padding-bottom: 1rem;
}

.bp-directions {
    padding-bottom: 0.4rem;
}

#text-9 h3 {
    margin: 0 0 0.382em;
}

.featuredpage > .widget-wrap > .page {
    background-color: #242e37;
    /*min-height: 370px;*/
    /* margin-top: 30px; */
    margin-top: 100px;
    padding-top: 30px;
    text-align: center;
}

    .featuredpage > .widget-wrap > .page > .entry-header h4.entry-title {
        font-size: 1.8rem;
    }

    .featuredpage > .widget-wrap > .page > .entry-content p {
        font-size: 1.6rem;
        padding: 0 4%;
    }

    .featuredpage > .widget-wrap > .page > .entry-header h4.entry-title a {
        color: #aeaeae;
    }

.featured-content {
    /* min-height: 414px;
        max-height: 554px; */
}

.featuredpage > .widget-wrap > .page > .entry-content a {
    background-color: #6486b4;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-top: 10px;
    margin-bottom: 14px;
    padding: 1rem 1rem 0.6rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease-in-out;
    width: 120px;
}

    .featuredpage > .widget-wrap > .page > .entry-content a:hover {
        background-color: #7EA0CE;
    }

.featuredpage .entry .entry-content {
    height: 200px;
    position: relative;
}

@media screen and (max-width: 1320px) {
    .featuredpage .entry .entry-content {
        /* height: 200px;
        position: relative; */
    }
}

.more-link {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-header {
    background-position: top;
}

.specialty-pages-links {
    /* background-color: #ebebeb; */
    background-color: #ebebeb;
    margin: 40px auto 0 auto;
    max-width: 860px;
    padding: 3rem;
}

    .specialty-pages-links h4 {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .specialty-pages-links > a.button {
        border: none;
        width: 100% !important;
    }

@media screen and (min-width:450px) {
    .specialty-pages-links > a.button {
        margin: 0 4px 12px 4px;
        max-width: 250px !important;
    }
}

@media screen and (min-width:930px) {
    .specialty-pages-links > a.button {
        margin-bottom: 6px;
        width: auto !important;
    }
}

.filter-options button {
    background-color: #db9902;
}

.specialty-pages-links button {
    background-color: #232c39 !important;
}

a.item {
    color: #db9902;
    display: inline-block;
    font-size: 1.6rem;
    margin: 0.5rem;
    padding: 0.4rem 1rem 0.2rem 1rem;
    border: #db9902 solid 1px;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

    a.item:hover {
        background-color: #db9902;
        color: #fff;
    }

.gs-faq {
    margin-bottom: 1.4em;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
    font-family: "dashicons";
}

.gs-faq__question::after {
    content: "\f132";
    font-family: "dashicons";
    float: right;
}

.gs-faq__question {
    font-size: 1.5rem;
}

@media screen and (min-width:641px) {
    .gs-faq__question {
        font-size: 1.8rem;
    }
}

.gs-faq__answer {
    padding: 2% !important;
}

.sidebar-primary {
    padding-left: 4%;
}

    .sidebar-primary .bp-phone, .sidebar-primary .bp-directions, .sidebar-primary .bp-directions a, .sidebar-primary .phone-link, .sidebar-primary .phone-highlight, .sidebar-primary .map-link, .map-highlight {
        font-size: 1.6rem;
        text-align: left !important;
    }


.embedded-video {
    margin-bottom: 3rem;
    width: 100%;
}

.menu-item.button a {
    /* 	font-size: 1rem; */
    font-size: 1.8rem;
}

@media screen and (min-width: 896px) {
    .menu-item.button a {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1080px) {
    .menu-item.button a {
        font-size: 1.3rem;
    }
}

h4 {
    font-size: .8em;
}

.small {
    font-size: .7em;
}

.testimonial {
    font-size: 1.35em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: .5em;
}

.testimonial-name {
    font-size: 1em;
}

.callout-block {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2em;
    text-align: center;
    line-height: 1.2;
    margin-top: .5em;
    margin-bottom: .5em;
    min-height: 270px;
}

.callout-blue p {
    color: #01AEC8;
}

.callout-green p {
    color: #02CFB4;
}

.callout-gold p {
    color: #EBAA2D;
}

.callout-purple p {
    color: #5441BA;
}

.callout-red p {
    color: #F4633A;
}

.callout-block p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .9em;
}

.callout-block .callout-heading {
    white-space: nowrap;
    text-transform: none;
    font-family: 'Montserrat';
    font-size: 3em;
    margin-bottom: 0;
}

.callout-block .callout-heading-small {
    text-transform: none;
    font-family: 'Montserrat';
    font-size: 2em;
    margin-bottom: .25em;
    line-height: 1em;
}

/* Sub-Nav Tweaks */
@media screen and (min-width: 896px) {
    .sub-menu .menu-item.menu-item-has-children > a > span::after {
        content: '';
        width: auto;
        display: inline-block;
        margin-left: 0.5em;
        border: 3px solid transparent;
        border-top-color: #232c39;
    }
}

/* For Services Page(s) Inline Phone Number */
.phone-icon::before {
    content: "\f2b3";
    font-family: "Fontawesome";
    width: 1em;
    line-height: .9;
    display: inline-block;
    height: 1em;
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #db9902;
    margin-right: .2em;
}

/* Menu Fix - Allows User to Access Services Subnavs before Disappearing On Mouseout */
@media screen and (min-width: 896px) {
    .sub-menu .menu-item-has-children {
        width: 110%;
    }
}
