@charset "UTF-8";

.lg-header-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    content: "";
}

.lg-text__top {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.lg-text__top .lg-center {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.lg-text__top__title {
    color: #FFFFFF;
    width: 95%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 900;
}

@media (max-width: 767px) {
    .lg-text__top__title {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 768px) {
    .lg-text__top__title {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media (min-width: 1256px) {
    .lg-text__top__title {
        width: 90%;
    }
}

.lg-text__date {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lg-text__date__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: #FFFFFF;
}

.lg-text__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f6f6d0;
}

@media (max-width: 767px) {
    .lg-text__comments {
        margin-top: 12px;
    }
}

@media (min-width: 768px) {
    .lg-text__comments {
        margin-left: 40px;
    }
}

.lg-text__comments__icon {
    width: 16px;
    height: 14px;
    fill: #f6f6d0;
    margin-right: 12px;
    margin-top: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.lg-text__comments:hover {
    color: #E1312F;
}

.lg-text__comments:hover .lg-text__comments__icon {
    fill: #E1312F;
}

.lg-text__info {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .lg-text__info {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .lg-text__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.lg-text__author {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 40px;
    color: #FFC7C9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .lg-text__author {
        width: 30%;
        margin: 40px auto 0;
    }
}

.lg-text__author__img {
    display: block;
    width: 44px;
    height: 44px;
    border: solid 1px #AEAEAE;
}

.lg-text__author__name {
    margin-left: 20px;
}