/* Logo */
.header-g .row-1>div:first-child .logo__image img {
    max-height: 250px;
    height: auto !important;
}
.header-f .column-1 .logo__image img {
    max-height: 150px;
    width: auto !important;
}

/* Editables */
.w450 {
    max-width: 450px !important;
}
.w100 {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
}
/* Staff */

.staff-member__name {
    font-weight: 700;
}

/* -----------------------------------------------------------------------------LOCATION INFORMATION----------------------------------------------------------------------------- */
.offc-hrs {
    margin: 0 !important;
    padding: 10px 17px !important;
    background-color: #ededed;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0 9px;
}
.offc-hrs .icon {
    width: 1.875rem;
    height: 1.875rem;
    color: #fff !important;
    background: var(--color2);
    border-radius: 50%;
    font-size: 1.3rem !important;
    line-height: 1.875rem !important;
    text-align: center;
}
.offc-hrs .icon-clock-o:before {
    display: block;
    width: 100%;
    line-height: 1.7rem !important;
    text-align: center;
}
.location-info-section .hours__sep.col {
    visibility: hidden;
}
.section--light .location__address, .section--light .location__setting-title {
    color: #000;
}
.piwik_ignore {
    text-decoration: none !important;
}
.contact-us-im .form {
    padding: 0rem 0 !important;
}
.leadFormInfo {
    color: #a9a6a6 !important;
}

.spc-l {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding-left: 0 !important;
    padding-top: 2rem;
}
.spc-l .icon {
    font: normal normal normal 14px/1 font-awesome;
    margin-right: 10px;
}
.spc-l > li {
    list-style: none;
    background: #00000021;
    box-shadow: 0 0 3px #00000030;
    max-width: 32%;
    flex: 0 0 32%;
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}
.spc-l p {
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-size: 1rem !important;
}
.cstm-bttn-row {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto !important;
    vertical-align: baseline;
}
.cstm-bttn-row a, .cstm-bttn-row li span {
    color: #fff !important;
    transition: all, 0.3s ease-in;
}
.cstm-bttn-row a:hover, .cstm-bttn-row li:hover span {
    color: #b7b7b7 !important;
    transition: all, 0.3s ease-in;
}
/* -----------------------------------------------------------------------------END----------------------------------------------------------------------------- */

/* LOCATIONS PAGE */
.no-dsply {
    display: none;    
}
.loc-map .map-a .map__title-caption-wrap {
    padding: 0 2rem;
}
.loc-map .map-a--12 .map-search {
    margin-top: 1.875rem;
    padding: 0;
}
.loc-map .map__wrap {
    padding: 0 !important;
}
.loc-map .map__col {
    padding: 48px 0 !important;
    max-height: 800px;
}
.loc-map #gmap-location-list {
    overflow-y: auto;
    max-height: 70vh;
}
.loc-map .map-a .map-search__form {
    max-width: 390px;
    width: 100%;
    margin: auto;
}
.loc-map .map-a .map-search__locations > li {
    padding: 1rem;
}
.loc-map .map-search__location {
    display: none;
}
.loc-map .map-a .map__container {
    margin-left: 0;
    padding: 0 !important;
}
.loc-map #gmap-location-list p {
    margin-bottom: 0 !important;
    padding: 0 0.625rem 0.625rem;
}

.loc-map .map-a .map-search__locations li {
    background-color: unset;
    border-left: 5px solid #0000 !important;
    transition: all, 0.3s ease-in !important;
}
.loc-map .map-a .map-search__locations li:hover {
    background-color: unset;
    /* border-left: 5px solid #000 !important; */
    
    transition: all, 0.3s ease-in !important;
}
.loc-map .map-a .map-search__locations > li:nth-child(odd) {    
    border: 1px solid #000;
    border-right: 0;
}
.loc-map .map-a .map-search__locations li a:hover {
    background-color: #0073a8 !important;
    color: #ffffff !important;
}
.loc-map .map-a .map-search__locations li a span {
    display: block;
    color: inherit !important;
}
.loc-map .map-a .map-search__locations li a {
    display: unset;
    padding: 0;
    width: auto;
    color: #0073a8 !important;
}
.loc-map  .cstm-bttn-row {
    justify-content: space-evenly;
}
.loc-map .cstm-bttn-row li {
    flex: 0 0 48% !important;
    max-width: 48%;
    width: 100%;
}
.loc-map .cstm-bttn-row a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 12px 8px !important;
    border-radius: 50px;
}
.loc-map .map-a .map__caption {
    margin-top: 3rem;
}
.loc-map #gmap-location-list .loc-name {
    font-size: 1.5em;
    font-weight: 500;
}
/*background-attachment*/
.sticky-background-img {
	background-attachment: fixed;
}
/* img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 41px !important;
    margin-left: -20px !important;
} */

/* Custom colors */
.section--light .cta__button.component__button--1, .section--light .cta__button.component__button--2, .section--dark .cta__button.component__button--1, .section--dark .cta__button.component__button--2 {
    color: black !important;
}
.section--light .form-a .form__submit input.component__button--1, .section--light .form-a .form__submit input.component__button--2 {
    color: black;
}
.section.summerville-fb-grid-a-rounded-box .section--light .featuredblocks-grid-a {
    background-color: #DFF1FF;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    background-color: #DFF1FF;
}
.section.summerville-fb-grid-a-rounded-box .section--light .featuredblocks-grid-a .featuredblocks__title, .section.summerville-fb-grid-a-rounded-box .section--light .featuredblocks-grid-a .featuredblocks__caption,
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    color: black;
}
.section.blade-small-titles-icon .blade-a .blade__description h6:before {
    color: #fbc38e;
}
.section--light .map-search__location-directions .cta__button.component__button--1,
.section--light .locations-a .location__direction-link .cta__button.component__button--1 {
    background-color: #fbc38d;
    border: 2px solid #fbc38d;
}
.section--light .map-search__location-directions .cta__button.component__button--1:hover,
.section--light .locations-a .location__direction-link .cta__button.component__button--1:hover {
    background-color: #fdddbf;
    border: 2px solid #fbc38d;
}
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: rgb(255 255 255 / 70%);
    color: black !important;
        border: 2px solid #ebe0d6;
}
.section--light ::placeholder {
    color: black !important;
}
.pagetitle-breadcrumbs::before {
    background-color: #f5f5f5;
}
.section--light .locations-a .list .location__name, .section--light .header-g .locations-a .location__phone a {
    color: #f4a974;
}
.header-g .locations-a .location__phone a:before {
    font-size: 1.25rem;
}
.section--light .header-g .locations-a .location__phone a {
    font-weight: bold;
    color: #728360;
    font-family: "karla", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.section--light .navigation-a .navigation__list--sub .navigation__item:hover>.navigation__item--link,
.section--light .locations-a .location__phone-num {
    color: black;
}
.section--light .articles__categories.mm-menu a.mm-title {
    background: #728360;
    color: #ffffff;
    font-weight: bold;
}
.section--light .articles__categories-link {
    background: #e6eef0;
    color: black;
}
.section--light .articles__categories.mm-menu {
    background: transparent;
}
.section--light .articles-a .articles__item {
    background-color: #fdddbe;
}
.section--light .articles-a .articles__item .article__post-content p {
    color: black;
}
.section--light .articles-a .articles__item .article__post-title {
    color: #718460;
    font-weight: bold;
    text-shadow: 0 0 #718460;
}
.loc-map #gmap-location-list .loc-name a,
.loc-map #gmap-location-list p a,
.section--light .articles-a .articles__item .article__post-permalink {
    color: #c8783f;
    font-weight: bold;
    text-shadow: 0 0 #a95a21;
    text-decoration: none;
}
.loc-map #gmap-location-list .loc-name a:hover,
.loc-map #gmap-location-list p a:hover,
.section--light .articles-a .articles__item .article__post-permalink:hover {
    color: #f4a974;
}
.section--light .articles-a .articles__item .article__post-title:hover {
    color: #536642;
}
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]) option, .section--light .form-a .form__input textarea option, .section--light .form-a .form__input select option, .section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]) option:not(:first-of-type), .section--light .form-a .form__input textarea option:not(:first-of-type), .section--light .form-a .form__input select option:not(:first-of-type) {
    color: #000;
}
.section--light .editable__container--inner.editable__container--inner a, .section--light .breadcrumb__item a {
    color: #c8783f;
    font-weight: bolder;
    text-shadow: 0 0 #a95a21;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__icon .main-icon {
    color: #000;
}
/* Media */
@media (max-width: 1199px) {
    .spc-l > li {
        max-width: 31%;
        flex: 0 0 31%;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .banner__image-wrapper {
        padding-top: 50px;
        background: white;
    }
}
@media (max-width: 991px) {
    .spc-l > li {
        max-width: 48%;
        flex: 0 0 48%;
    }
    .loc-map .map-a .map__container {
        padding: 0 !important;
        margin: auto !important;
    }
    .loc-map .map__col, .loc-map #gmap-location-list {
        max-height: unset;
    }
    .loc-map #gmap-location-list {
        overflow-y: unset;
    }
}
@media(min-width: 768px) {
    img.align-right {
        float: right !important;
        margin: 0 0 20px 20px !important;
    }
    img.align-left {
        float: left !important;
        margin: 0 20px 20px 0 !important;
    }
}
@media(max-width: 767px) {
    img.align-right, img.align-left {
        float: none !important;
        margin: 0 auto 20px !important;
        display: block;
    }
    .section.single-locations-1 .locations-a .list .location__item {
        flex-direction: column;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .section.single-locations-1 .locations-a .list .location__address-wrapper,
    .section.single-locations-1 .locations-a .list .location__phone-wrapper {
        margin-right: 0;
    }
    .single-locations-1 .location__fax-wrapper {
        margin-top: 25px
    }
    .loc-map .cstm-bttn-row li {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}