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;
}
.entry-content .flexed {
    align-items: flex-start;
}
.headshot-wrapper {
    flex-basis: 30%;
}
p.serving {
    margin-bottom: 5px;
}
.headshot-wrapper a.button {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
}
.headshot {
    line-height: 0;
    margin-bottom: 1.5em;
}
.headshot img {
    width: 100%;
}
.bio-wrapper {
    flex-basis: 65%;
}
.project-gallery-wrapper h2 {
    text-align: center;
    margin-bottom: 2em;
}
.project-gallery-wrapper .flexed:after {
    content: '';
    flex-basis: 24%;
}
.project-gallery-image {
    position: relative;
    line-height: 0;
    margin-bottom: 2%;
}
.project-gallery-image a {
    position: relative;
    line-height: 0;
    padding-bottom: 75%;
    width: 100%;
    overflow: hidden;
    display: block;
    border: 2px solid #FFF;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
.project-gallery-image img {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.project-gallery-image span.magnify {
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.75);
    z-index: 100;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #FFF;
    font-size: 2rem;
    text-decoration: none;
    transition: all ease 0.5s;
}
.project-gallery-image a:hover span.magnify {
    opacity: 1;
}


.testimonials-wrapper {
    position: relative;
}
.testimonials-wrapper:before,
.testimonials-wrapper:after {
    position: absolute;
    content: '';
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.testimonials-wrapper:before {
    left: 15px;
    width: 288px;
    height: 304px;
    background-image: url('../png/bg-plant3.png');
}
.testimonials-wrapper:after {
    right: 15px;
    width: 228px;
    height: 291px;
    background-image: url('../png/bg-plant1.png');
}
.testimonials-wrapper .container {
    position: relative;
    z-index: 100;
}
.testimonials-wrapper .intro {
    margin-bottom: 2em;
}
.testimonials-wrapper .intro h2 {
    color: var(--green);
}
.testimonials-slider.slick-slider {
    padding: 0 50px 2em;
}
.designer-testimonial {
    margin: 0 50px 20px;
}
.designer-testimonial p {
    font-size: 1.5rem;
}
/* Slick Arrows */
.slick-arrow {
    position: absolute;
    top: 50%;
    background: transparent;
    padding: 0;
    color: #000;
    border: 0;
    font-size: 2rem;
    transform: translateY(-50%);
    border-radius: 0;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-arrow.disabled {
    color: #757575;
}
.slick-arrow:hover,
.slick-arrow:focus {
    background: transparent;
    color: var(--green);
}
.slick-arrow:focus {
    outline: 1px dotted;
    outline-offset: 2px;
}

@media screen and (max-width: 960px) {
    .contact-wrapper .flexed {
        display: block;
    }
    .contact-wrapper .section-photo {
        margin-bottom: 1.5em;
    }
    .project-gallery-wrapper .flexed:after,
    .project-gallery-image.block-25 {
        flex-basis: 32%;
    }
}
@media screen and (max-width: 767px) {
    .entry-content > .flexed {
        display: block;
    }
    .designer-testimonial p {
        font-size: 1.125rem;
    }
    .designer-testimonial {
        margin: 0 30px 20px;
    }
    .testimonials-slider.slick-slider {
        padding: 0 30px 2em;
    }
}
@media screen and (max-width: 600px) {
    .project-gallery-wrapper .flexed:after,
    .project-gallery-image.block-25 {
        flex-basis: 48%;
    }
    .designer-testimonial {
        margin: 0 20px 20px;
    }
    .designer-testimonial.padded-box {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 460px) {
    .testimonials-slider.slick-slider {
        padding: 50px 0 2em;
    }
    .slick-arrow {
        top: 0;
        transform: none;
    }
    .slick-next {
        right: 15px;
    }
    .slick-prev {
        left: auto;
        right: 55px;
    }

    .designer-testimonial {
        margin: 0 15px 20px;
    }
}