/* light gallery */

.lg-sub-html strong {
    display: block;
}

.lg-outer .lg-thumb {
    margin: 0 auto;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    margin-top: -40px;
    padding: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 60px;
    line-height: 60px;
    color: #FBB02C;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease-in-out;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #D69229;
}

.lg-actions .lg-prev:after {
    content: "‹";
}

.lg-actions .lg-next:before {
    content: "›";
}
