﻿.author-img {
    width: 100px;
    height: 100px;
}

.media-flush {
    padding: 0px 0 10px;
}

/* Popups */
.mfp-bg {
    background: #000000;
    opacity: 0.5;
}

.white-popup.popup-lg {
    max-width: 1600px;
}

.white-popup {
    background: #ffffff;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
}

    .white-popup.head-none .mfp-close {
        color: #000000 !important;
        height: 30px;
        line-height: 3rem;
        width: 30px;
    }

    .white-popup .mfp-close {
        color: #ffffff !important;
        height: 40px;
        font-size: 3rem;
        line-height: 4rem;
        opacity: 1;
        position: absolute;
        padding: 0;
        right: 2px;
        text-align: center;
        top: 2px;
        width: 40px;
    }

        .white-popup .mfp-close:hover,
        .white-popup .mfp-close:focus {
            background: transparent;
        }

    .white-popup .head {
        background: #046aaf;
        color: #ffffff;
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 10px 30px;
    }

        .white-popup .head i {
            margin-right: 10px;
        }

    .white-popup .content {
        padding: 30px;
    }

.tray-form .error {
    color: black !important
}

.tray-form label.error {
    color: #fe9a9a !important
}
