/*
 Theme Name: Lime Painting Theme
 Author: Choicelocal
 Version: 1.0
*/

.local {
    text-align: center;
    padding: 3.5em 0;
    margin: auto;
}

.fp-local-services .heading {
    background-image: url(/wp-content/themes/lime-painting-theme/images/paintrollside-min-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.frncta {
    margin-top: -6px;
    text-align: center;
    background-color: #3c3d3f;
    padding: .5em 0;
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 2em;
    text-transform: capitalize;
}

.frncta span {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.frncta span:before {
    left: -3em;
}

.frncta span:after {
    right: -3em;
}

.frncta span:before,
.frncta span:after {
    content: '';
    width: 1.8em;
    height: 4px;
    background: #b8d544;
    position: absolute;
    top: 50%;
}

.blurb {
    margin-bottom: 0;
}

.blurb p {
    color: #fff;
}

.blurb h3 {
    color: #fff;
    font-weight: 600;
    font-size: 2em;
}

.blurb h3 span {
    color: #b8d544;
    font-weight: 400;
}

.ownerround img {
    border: solid 2px #B8D544;
}

.ownerimg {
    padding: 3em;
    text-align: center;
}

.texturegray {
    padding: 3em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-image: url(/wp-content/themes/lime-painting-theme/images/graytexture-min.png);
    background-size: cover;
}

.meetcta {
    margin: 3em 0;
}

/*
.local-gal.slick-next, .local-gal.slick-prev {
    color: #3C3D3F;
    text-shadow: unset;
}
*/
.fp-gallery .slick-slide img {
    max-width: 90%;
    height: 190px;
    margin: auto;
    transition: 0.5s all ease-in-out;
    border: solid 2px #B8D544;
    box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 12%);
}

.fp-gallery .slick-slide:hover img {
    transform: scale(1.06);
}

.bottomhalf a {
    border: solid 2px #B8D544;
    box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 12%);
}

.tophalf {
    text-align: center;
}

@media screen and (max-width: 991px) {

    .tophalf {
        text-align: center;
        margin-bottom: 4em;
    }

    .bottomhalf {
        margin-bottom: 4em;
    }

    .bottomhalf a.popup-youtube.singleVideo {
        width: 100%;
    }

    .frncta {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 782px) {

    .frncta span:before,
    .frncta span:after {
        width: unset;
    }

}

@media screen and (max-width: 756px) {
    .texturegray {
        padding: 4em 1em
    }

    .ownerround img {
        width: 80%;
    }

    .fp-gallery .slick-slide img {
        max-width: 100%;
    }
}

@media (max-width: 643px) {
    .fp-gallery .slick-slide img {
        height: 168px;
    }
}


/* AREAS SERVED, AREAS, AREA SERVICES*/
.sidebar-areas-list {
    max-height: 300px;
    overflow-y: scroll;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(rgb(60, 61, 63) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(60, 61, 63) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

ul.area-list-ul {
    display: grid;
    grid-template-columns: auto auto auto;
}

@media only screen and (max-width: 767px) {
    ul.area-list-ul {
        grid-template-columns: auto auto;
    }
}