/* =WordPress Core
-------------------------------------------------------------- */

form.form-comments-photos.loading-send-form::after {
    opacity: 1;
    visibility: visible;
}

form.form-comments-photos::after {
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9) url(images/icons/rolling.gif) center/60px no-repeat;
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .25s;
}

.profile-top-content {
    margin-bottom: 52px;
}