.site-main {
    margin-bottom: 1.5em;
}
.gbg-wrapper {
    position: relative;
}
.gbg-wrapper:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../png/bg-plant4.png');
    background-repeat: no-repeat;
    background-position: -80px bottom;
    z-index: 0;
}
#primary .gbg-wrapper .container {
    max-width: 1720px;
    position: relative;
    z-index: 100;
}
.gbg-logo {
    flex-basis: 400px;
}
.gbg-logo > span {
    display: block;
    text-align: center;
    font-size: 1.875rem;
    margin-top: 15px;
}
.gbg-intro {
    flex-basis: calc(70% - 400px);
}
.gbg-intro h2 {
    font-size: 1.8125rem;
}
.gbg-intro p {
    font-size: 1.4375rem;
    line-height: 2;
}
.gbg-contact {
    flex-basis: 25%;
}
.gbg-contact p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.8em;
}
.gbg-contact i.fas {
    color: var(--yellow);
    position: absolute;
    left: 0;
    top: 8px;
}

#locations-wrapper {
    padding-bottom: 4em;
}
#locations-wrapper .container {
    max-width: 1900px;
}
#locations-wrapper .flexed:after {
    content: '';
    flex-basis: 30%;
}
.location {
    padding: 25px;
    margin-bottom: 2em;
}
.location h2 {
    font-size: 1.8125rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.phone-wrapper p,
.address-wrapper p {
    position: relative;
    padding-left: 30px;
}
.phone-wrapper i.fas,
.address-wrapper i.fas {
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 8px;
}
.map-wrapper iframe {
    height: 100%;
}
.location-photo {
    background-size: cover;
    background-position: center;
}
.more-info a.button {
    font-size: 18px;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
}
#location-filter {
    background-image: url('../png/farmer-head.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
#region-filter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#region-filter label {
    margin-right: 10px;
}
#region {
    background: var(--blue);
    color: #FFF;
    padding: 5px 15px;
    border-radius: 20px;
}
#region-filter input[type="submit"] {
    margin-left: 10px;
    padding: 11px 35px;
    border-radius: 45px;
    font-size: 1rem;
    background-color: var(--green);
    text-transform: uppercase;
}
#region-filter input[type="submit"]:hover,
#region-filter input[type="submit"]:focus {
    background: var(--red);
}

@media screen and (max-width: 1600px){
    .location .contact-info{
        font-size: 1.0625rem;
    }
}
@media screen and (max-width: 1440px){
    .gbg-logo {
        flex-basis: 320px;
    }
    .gbg-intro {
        flex-basis: calc(100% - 600px);
    }
    .gbg-contact {
        flex-basis: 210px;
    }
    .location h2 {
        font-size: 1.5rem;
    }
    .location .contact-info{
        font-size: 1rem;
    }
    #location-filter {
        background-position: 120% bottom;
    }
}
@media screen and (max-width: 1335px){
    .location.block-32 {
        flex-basis: 48%;
    }
}
@media screen and (max-width: 1300px){
    .gbg-intro p {
        line-height: 1.6;
    }
}
@media screen and (max-width: 1120px){
    .gbg-logo {
        flex-basis: 200px;
    }
    .gbg-intro {
        flex-basis: calc(100% - 500px);
    }
    .location.block-32 {
        flex-basis: 49%;
    }
    #location-filter {
        background: none;
    }
    .gbg-logo > span {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 1023px){
    .gbg-logo {
        position: absolute;
        top: -20px;
        left: 20px;
        width: 190px;
    }
    .gbg-contact {
        flex-basis: 210px;
        order: 1;
        padding-top: 200px;
    }
    .gbg-contact p {
        font-size: 1.125rem;
        margin-bottom: 1em;
    }
    .gbg-intro {
        flex-basis: calc(100% - 250px);
        order: 2;
    }
}
@media screen and (max-width: 920px){
    #locations-wrapper .container > .flexed {
        display: block;
    }
}
@media screen and (max-width: 700px){
    .gbg-wrapper .flexed {
        display: block;
    }
    .gbg-logo {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin: 0 auto 1em;
    }
    .gbg-contact {
        padding-top: 0;
    }
    .gbg-intro p {
        font-size: 1.125rem;
    }
    .gbg-intro h2 {
        text-align: center;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px){
    .location .contact-wrapper .flexed {
        display: block;
    }
    .location-photo {
        height: 200px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px){
    #location-filter.row {
        padding-top: 2em;
    }
    #region-filter label {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 360px){
    #region-filter,
    #region-filter > *,
    #region-filter input[type="submit"] {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
}