p.store-sub-heading,
h1 > span {
    color: var(--blue);
    font-size: 1.875rem;
    font-style: italic;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
h1 {
    margin-bottom: 0;
}
#primary .container,
.page-section .container {
    max-width: 1700px;
}
.entry-content {
    margin: 0;
}
.gbg-top-logo {
    max-width: 210px;
}
.hours-wrapper {
    flex-basis: calc(70% - 250px);
}
.contact-info-wrapper {
    flex-basis: 27%;
}
.map-wrapper {
    position: relative;
}
.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

.page-section h2 {
    text-align: center;
}
.hours-wrapper h2,
.services-wrapper h2,
.team-members-wrapper h2,
.popular-searches h2 {
    color: var(--green);
}
.hours-wrapper h2 {
    font-size: 1.8125rem;
}
.hours-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.hours-wrapper li {
    margin-bottom: 5px;
}
.store-intro {
    margin-top: 0.5em;
    border-top: 1px solid #757575;
    padding-top: 1.5em;
}
.plants-slider-wrapper,
.intro {
    max-width: 1000px;
    margin: 0 auto 3em;
}
.phone-wrapper p,
.address-wrapper p {
    position: relative;
    padding-left: 30px;
}
.address-wrapper p {
    margin-bottom: 8px;
}
.phone-wrapper i.fas,
.address-wrapper i.fas {
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 8px;
}

.location-events-wrapper {
    position: relative;
}
.location-events-wrapper:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/background-plant5.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}
.location-events-wrapper .container {
    position: relative;
    z-index: 100;
}
.events-slider:not(.slick-initialized) {
    display: flex;
    justify-content: space-between;
}
.events-slider:not(.slick-initialized) .location-event {
    flex-basis: 24%;
}
.location-events-wrapper .events-slider {
    margin-bottom: 1.5em;
}
.location-event {
    background: #FFF;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    margin: 0 15px 18px;
}
.green-gradient .location-event h3 a {
    color: var(--blue);
    font-size: 2rem;
    font-weight: 700;
    text-decoration-style: solid;
}
.event-meta {
    margin-top: 10px;
}
.event-meta > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1rem;
}
.event-meta > div > i.fas {
    flex-basis: 20px;
    color: var(--green);
}
.event-meta > div > span {
    flex-basis: calc(100% - 25px);
}
.event-image {
    margin-top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.services-wrapper {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.services-wrapper .container {
    max-width: 1600px;
}
.services-wrapper .flexed {
    justify-content: space-evenly;
}
.service {
    flex-basis: 19%;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.service-image {
    background-size: cover;
    background-position: center;
    padding-top: 72.13%;
    line-height: 0;
    background-color: #efefef;
}
.service-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: var(--green);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 20px;
}
.service-icon > img {
    max-height: 60px;
    max-width: 80px;
}
.service-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.125;
    padding: 0 25px 60px;
}

.team-members-wrapper .container {
    max-width: 1500px;
}
.team-members-wrapper .container > .flexed {
    justify-content: center;
}
.team-member {
    margin: 0 1.6% 3em;
    font-size: 1.125rem;
}
.team-member-title {
    color: var(--blue);
}
.team-member-photo {
    padding-top: 75%;
    background-color: #efefef;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin-bottom: 1.75em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 0;
}
.team-member h3 {
    font-size: 2rem;
    margin-bottom: 0.125em;
}
.team-member h3 > span {
    display: block;
}
.bio-row {
    margin-bottom: 12px;
}
.bio-row .label {
    text-align: right;
    line-height: 1.125;
}
.bio-row p {
    margin-bottom: 0;
}

.plants-slider-wrapper {
    padding: 0 100px;
    position: relative;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 800;
    padding: 15px;
    border: 1px solid #FFF;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.plant-slide {
    margin: 20px;
}
.plant-text {
    padding-right: 20px;
}
.plant-text > *:last-child {
    margin-bottom: 0;
}
.plant-text p {
    color: #404040;
}
.plant-text a.button {
    background-color: var(--green);
    color: #FFF;
}
.plant-image {
    position: relative;
}
.plant-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    font-size: 0.75rem;
    background: rgba(0,0,0,0.5);
}

.location-description .farmer-icon,
.location-description .gbg-logo {
    margin: 0 auto 1em;
    text-align: center;
}
.location-description p {
    font-size: 1.5rem;
}
.contact-form {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}
.contact-form input {
    border-color: #FFF;
}
.contact-form .gform_wrapper .gfield_required,
.contact-form .gform_wrapper .gfield_error label {
    color: #FFF;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    padding: 0.6em 2em;
    font-size: 1.375rem;
    background: #FFF;
    color: var(--green);
}

.farmers-market-wrapper h2 {
    color: var(--green);
}
.gbgh-blog-feed h3 {
    margin-bottom: 30px;
}
.popular-searches h2 {
    margin-bottom: 1.5em;
}
.popular-searches .flexed {
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}
.popular-searches .search-term {
    margin: 0 1.5% 1em;
    display: flex;
    align-items: center;
}
.popular-searches .search-term a.button {
    color: var(--green);
    background: #EFEFF0;
    text-transform: uppercase;
    border-radius: 45px;
    font-weight: 500;
}
.popular-searches .search-term a.button:hover,
.popular-searches .search-term a.button:focus {
    background: var(--blue);
    color: #FFF;
}

@media screen and (max-width: 1670px){
    #primary > .container {
        padding-right: 0;
    }
    .location-intro-wrapper .mowing-farmer {
        width: 150px;
        height: 165px;
    }
    .gbg-top-logo {
        max-width: 150px;
    }
    .hours-wrapper {
        flex-basis: calc(70% - 175px);
    }
}
@media screen and (max-width: 1440px){
    .location-intro-wrapper.block-48 {
        flex-basis: 55%;
    }
    .map-wrapper.block-48 {
        flex-basis: 42%;
    }
    .address-wrapper p {
        font-size: 1.0625rem;
    }
    .green-gradient .location-event h3 a {
        font-size: 1.8rem;
    }
    .service {
        flex-basis: 24%;
    }
    .service-title {
        font-size: 1.8rem;
    }
    .location-description p {
        font-size: 1.25rem;
    }
    .location-description .flower-farmer {
        width: 200px;
        height: 200px;
    }
    .search-term a.button {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 1225px){
    .location-intro-wrapper .mowing-farmer {
        width: 100px;
        height: 125px;
    }
    .gbg-top-logo {
        max-width: 100px;
    }
    .hours-wrapper {
        flex-basis: calc(70% - 115px);
    }
    .service {
        flex-basis: 32%;
    }
    .service-title {
        font-size: 1.6rem;
    }
    .team-member h3 {
        font-size: 1.8rem;
    }
    .team-member p,
    .bio-row {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1100px){
    .hours-wrapper h2 {
        font-size: 1.5rem;
    }
    .hours-wrapper li {
        font-size: 1.125rem;
    }
    .contact-info-wrapper {
        flex-basis: 31%;
    }
    .hours-wrapper {
        flex-basis: calc(63% - 115px);
    }
    .team-member.block-30 {
        flex-basis: 46%;
    }
}
@media screen and (max-width: 1023px){
    .entry-content > .flexed {
        display: block;
    }
    #primary .container {
        padding: 0 20px;
    }
    .location-intro-wrapper .mowing-farmer {
        width: 210px;
        height: 225px;
    }
    .gbg-top-logo {
        max-width: 210px;
    }
    .hours-wrapper {
        flex-basis: calc(70% - 250px);
    }
    .contact-info-wrapper {
        flex-basis: 27%;
    }
    .map-wrapper {
        height: 350px;
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 960px){
    .contact-wrapper .flexed {
        display: block;
    }
    .location-description {
        margin-bottom: 2em;
    }
    .popular-searches .search-term {
        margin: 0 1.25% 1em;
    }
    .search-term a.button {
        font-size: 1rem;
    }
}
@media screen and (max-width: 860px){
    .services-wrapper .flexed {
        justify-content: space-between;
    }
    .service {
        flex-basis: 49%;
    }
    .plant-slide .flexed {
        display: block;
    }
    .plant-text {
        padding: 30px;
    }
    .plant-text a.button {
        padding: 15px 5px 16px;
        text-align: center;
        display: block;
        width: 100%;
        text-wrap: pretty;
    }
}
@media screen and (max-width: 760px){
    .location-intro-wrapper .mowing-farmer {
        width: 100px;
        height: 125px;
    }
    .gbg-top-logo {
        max-width: 100px;
    }
    .contact-info-wrapper {
        flex-basis: 31%;
    }
    .hours-wrapper {
        flex-basis: calc(63% - 115px);
    }
    .team-members-wrapper .container > .flexed {
        display: block;
    }
    .page-section img.alignleft,
    .page-section img.alignright {
        display: block;
        float: none;
        margin: 0 auto 1.5em;
    }
    .plants-slider-wrapper {
        padding: 0 60px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .plant-slide {
        margin: 20px 15px;
    }
}
@media screen and (max-width: 600px){
    p.store-sub-heading,
    h1 > span {
        font-size: 1.33rem;
    }
    .location-intro-wrapper .mowing-farmer,
    .gbg-top-logo {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .gbg-top-logo {
        max-width: none;
        text-align: center;
    }
    .contact-info-wrapper {
        flex-basis: 35%;
    }
    .hours-wrapper {
        flex-basis: 63%;
    }
    .service-title {
        font-size: 1.4rem;
    }
    .team-member h3 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 500px){
    .location-intro-wrapper > .flexed {
        display: block;
    }
    .location-intro-wrapper .mowing-farmer {
        margin: 0 auto;
    }
    .contact-info-wrapper {
        margin-bottom: 1.5em;
    }
    .services-wrapper .flexed {
        display: block;
    }
    .popular-searches .search-term {
        display: block;
        width: 100%;
        margin: 0 0 1em;
    }
    .popular-searches .search-term a.button {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 420px){
    .plants-slider-wrapper {
        padding: 0 0 60px;
    }
    .plants-slider-wrapper .slick-arrow {
        bottom: 0;
        top: auto;
        transform: none;
    }
    .plants-slider-wrapper .slick-arrow.slick-prev {
        left: 50%;
        transform: translateX(-50px);
    }
    .plants-slider-wrapper .slick-arrow.slick-next {
        right: 50%;
        transform: translateX(50px);
    }
}
@media screen and (max-width: 370px){
    .bio-row {
        font-size: 0.9375rem;
    }
}