/* Project title overlay for project list images */
.project-title-static2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 15px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    z-index: 2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.work-image figure {
    position: relative;
    margin: 0;
}
.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
/* Google review stars for testimonial slider */
.testimonial-content .review-stars {
    color: #fbbc04;
    margin-bottom: 8px;
}
.testimonial-content .fa-star, .testimonial-content .fa-star-half-alt, .testimonial-content .far.fa-star {
    font-size: 1.1em;
    margin-right: 2px;
}
.testimonial-header .google-logo-inline {
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}
