html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#allrecords {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#t-footer {
    margin-top: auto;
}

#rec2278719861 {
    padding-top: 0 !important;
}

.t-feed__post-popup__close-text {
    font-size: 2rem;
    color: #e6d5b8!important;
    margin-bottom: 12px;
}

.t-feed__post-popup__content-wrapper {
    margin-top: 24px;
}

.t-feed__post-popup__author-name,
.js-feed-post-date,
.t-feed__post-popup__date {
    display: none !important;
}

.t-feed__post-popup__date.t-uptitle {
    color: #e6d5b8!important;
}

.t-feed__post-popup {
    background-color: #1b1b1c !important;
}

.t-feed__post-popup__close-wrapper {
    background-color: rgb(44, 36, 32);
    box-shadow: rgba(0, 11, 48, 0.2) 0px 15px 30px -10px;
}

.t-popup__close svg path {
    stroke: #e6d5b8 !important;
}

.t-menu-base__logowrapper {
  flex: 0 0 auto !important;
}

.t-menu-base__maincontainer_logoleft .t-menu-base__leftwrapper.t-menu-base__leftwrapper_center {
    flex: 1 1 auto!important;
}


.t-feed__post-popup__text figure img {
    cursor: zoom-in;
}

.feed-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.92);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.feed-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.feed-lightbox__image {
    display: block;
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);

    width: 98%;
    height: auto;
    object-fit: contain;

    transform: scale(.97);
    transition: transform .25s ease;

    user-select: none;
    -webkit-user-drag: none;
}

.feed-lightbox.is-open .feed-lightbox__image {
    transform: scale(1);
}

.feed-lightbox__close {
    position: fixed;
    top: 20px;
    right: 25px;

    width: 50px;
    height: 50px;

    border: 0;
    padding: 0;

    background: transparent;
    color: #fff;

    font-size: 44px;
    line-height: 1;

    cursor: pointer;
    opacity: .8;

    z-index: 2147483647;
}

.feed-lightbox__arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);

    width: 60px;
    height: 80px;

    border: 0;
    padding: 0;

    background: transparent;
    color: #fff;

    font-size: 58px;
    line-height: 1;

    cursor: pointer;
    opacity: .7;

    z-index: 2147483647;
}

.feed-lightbox__prev {
    left: 15px;
}

.feed-lightbox__next {
    right: 15px;
}

.feed-lightbox.no-navigation .feed-lightbox__arrow {
    display: none;
}

@media (max-width: 640px) {
    .feed-lightbox__image {
        max-width: calc(100vw - 30px);
        max-height: calc(100vh - 100px);
    }

    .feed-lightbox__arrow {
        width: 45px;
        font-size: 44px;
    }

    .feed-lightbox__prev {
        left: 0;
    }

    .feed-lightbox__next {
        right: 0;
    }

    .feed-lightbox__close {
        top: 10px;
        right: 10px;
    }
}
