h1,
h2,
h3,
h4,
.nv-page-title h1 {
    margin: 24px 0 16px;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
    color: #bb1111;
}

a {
    --linkdeco: none;
    color: var(--nv-primary-accent);
    cursor: pointer;
    text-decoration: var(--linkdeco);
}

.tr-header-logo .site-logo img {
    max-height: 4.75rem;
}

img {
    width: auto;
}

.tr-header-menu ul li a:hover {
    color: var(--tr-primary-color);
}

.nv-page-title small {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #8080802b;
    border-radius: 4px;
    text-align: center;
}

.tr-header-menu ul li .sub-menu {
    background: #fffffff7;
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 8rem;
}

.nav-ul li a {
    color: var(--tr-heading-color);
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.tr-header-menu ul li .sub-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-content-col {
    width: 100%;
}

.article-content-col .content {
    width: 100%;
    border-bottom: 0 solid;
    display: flex;
    flex-direction: column;
}

.nv-non-grid-article .nv-post-thumbnail-wrap {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    min-width: 30%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nv-non-grid-article .nv-post-thumbnail-wrap a {
    margin: 0 auto;
    display: block;
}

.nv-non-grid-article .nv-post-thumbnail-wrap img {
    width: 320px;
    height: auto;
    position: absolute;
}

.nv-non-grid-article .non-grid-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 960px) {
    .posts-wrapper>article {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #8080802b;
    }

    .nv-non-grid-article .nv-ft-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row-reverse;
        text-align: left;
        align-items: center;
        grid-auto-flow: dense;
    }

    .nv-non-grid-article .nv-ft-wrap .nv-meta-list,
    .nv-non-grid-article .nv-ft-wrap .excerpt-wrap {
        text-align: left;
        margin: 0 0 4px;
        padding: 0 0 4px;
    }
}

.posts-wrapper .nv-post-thumbnail-wrap {
    position: relative;
    width: 100%;
    max-width: 30%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f3f3;
}

.posts-wrapper .nv-post-thumbnail-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.posts-wrapper .nv-post-thumbnail-wrap img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.default-post h2,
.nv-non-grid-article .nv-ft-wrap h2 {
    font-size: 28px;
    color: #212529;
    font-weight: 700;
    letter-spacing: 0;
}

.btn,
.button,
.wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-image: linear-gradient(to right, #4a4a64 0, #2a2a3d 100%);
    color: #fff;
    border: 0;
    border-radius: 0.66rem;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 0.75rem 2.25rem;
    display: block;
    margin: 0 auto;
    outline: 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%), 0 6px 6px rgb(0 0 0 / 25%);
    -webkit-transition: box-shadow .2s, -webkit-transform .2s;
    -o-transition: box-shadow .2s, -o-transform .2s;
    -moz-transition: box-shadow .2s, transform .2s, -moz-transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}

.player-image {
    display: flex;
    justify-content: center;
    margin-bottom: 4em !important;
}

.nv-page-nav {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #8080802b;
    border-radius: 4px;
    text-align: center;
}

.fix {
    overflow: hidden;
    margin-top: 2rem;
}

.stat-tab .wp-block-column.first a:hover {
    opacity: .75;
}

.has-text-align-center {
    margin: 7px 0;
}

a.text-white:hover,
.btn:hover,
.tr-header-menu ul li .sub-menu li a:hover {
    color: #6cacfc !important;
}