/* start: photo author credit */
.photo-image-wrapper {
    position: relative;
}

.photo-credit-wrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: linear-gradient( to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
    padding: 5px 20px 5px 20px;
}

.photo-credit-label,
.photo-credit-text {
    padding-top: 10px;
    font-size: 11px;
    font-style: italic;
    font-family: acumin-pro, sans-serif;
}

.photo-credit-label {
    color: #fff;
    font-weight: lighter;
}

    .photo-credit-label:before {
        content: 'Photo by ';
        color: #fff;
        font-weight: lighter !important;
    }

.photo-credit-text {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    z-index: 1;
}

    .photo-credit-text:hover {
        color: #fff !important;
        text-decoration: underline !important;
    }



    .photo-credit-text:active {
        color: #fff !important;
        text-decoration: none !important;
    }
/* end: photo author credit */
