/* 
Theme Name: Econostrum
Template: mr_seo
Description: Theme Child created by Mathieu RIANDET. 
Version: 1.0.65
*/

.newsletter-section {
    background-image: linear-gradient(340deg, rgba(0, 0, 0, .4)0%, transparent 80%)
}

.newsletter-bloc {
    margin-left: -5px;
    margin-right: -5px
}

.newsletter-form>input[type=email] {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff
}

.newsletter-form>input[type=email]::placeholder {
    color: #fff
}

.newsletter-form>.btn-outline-white:hover {
    color: var(--primary) !important
}

.newsletter-ctn>* {
    color: #fff !important
}

.newsletter-bloc .newsletter-ctn {
    padding: 1.5rem 0
}

.newsletter-form {
    display: flex;
    padding: .5rem .5rem .5rem .5rem;
    border: 1px solid currentColor;
    border-radius: 2rem
}

.newsletter-img {
    position: relative;
    text-align: center;
    padding-bottom: 0rem;
    margin-bottom: -50px;
    height: 300px;
    transform: translateX(-10%)
}

.newsletter-img>img {
    width: 260px
}

.newsletter-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    width: 260px;
    padding-top: 260px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-30%)
}

.newsletter-img>img {
    position: relative;
    margin-top: 30px
}

.newsletter-ctn .h2 {
    position: relative;
    font-size: 1.1rem !important;
    padding: 0 1rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem !important
}

.newsletter-ctn .h2>strong {
    font-weight: 400;
    color: #000;
    text-shadow: 1px 1px 2px rgb(255, 255, 255, .5)
}

.newsletter-ctn .h2:first-line {
    font-size: 1.3em !important;
    line-height: 1
}

.newsletter-ctn .h2:after {
    content: "";
    display: block;
    margin-top: 1rem;
    width: 50px;
    border-bottom: 5px solid #000
}

.widget .newsletter-ctn .h2:after {
    border-color: var(--primary)
}

.newsletter-ctn p {
    padding: 0 1rem 0;
    margin-bottom: 1.5rem !important;
    font-size: .9rem;
    font-weight: 400
}

.newsletter-ctn p>strong {
    font-weight: 900
}

@media(min-width:350px) {
    .newsletter-ctn .h2 {
        font-size: 1.3rem !important;
        line-height: 1.6
    }
}

@media(min-width:768px) {
    .newsletter-bloc .newsletter-ctn {
        padding: 1.5rem 0
    }
    .newsletter-img {
        text-align: left
    }
    .newsletter-img {
        transform: translate(-20px, 10%)
    }
    .newsletter-img:before {
        transform: translate(-40%, 5%);
        width: 220px;
        padding-top: 220px
    }
    .newsletter-ctn .h2 {
        font-size: 1.3rem !important
    }
    .newsletter-ctn p {
        font-size: 1rem
    }
}

@media(min-width:992px) {
    .newsletter-section.pt-5 {
        padding-top: 2rem !important;
        padding-bottom: 0rem
    }
    .newsletter-bloc {
        align-items: center
    }
    .newsletter-img {
        transform: translate(-20px, -20px)
    }
    .newsletter-img:before {
        transform: translate(-40%, %);
        width: 260px;
        padding-top: 260px
    }
}

@media(min-width:1300px) {
    .newsletter-ctn .h2 {
        font-size: 1.8rem !important
    }
    .newsletter-ctn p {
        font-size: 1.3rem
    }
}

.entry-content a:not([class*="btn"]),
.entry-content a.obf:not([class*="btn"]),
.btn-link {
    font-weight: 600
}

.entry-content img {
    height: auto !important
}

@media (min-width:1200px) {
    .container {
        max-width: 1180px
    }
    .grid-wrapper {
        grid-template-columns: calc(100% - 420px) 370px
    }
    .depth-0.search-item {
        float: right
    }
    .btn.search-btn {
        font-size: inherit;
        color: inherit !important;
        padding: 8px 10px !important;
        line-height: 1 !important
    }
    #main-menu>.menu-item-has-children>.sub-menu {
        border-top: 0;
        border-radius: 5px;
        border-left: 5px solid var(--primary);
        left: calc(50% - 125px) !important
    }
    #main-menu .depth-1 .menu-link {
        line-height: 1.5rem;
        font-weight: 500
    }
    .logo-ctn .custom-logo-link {
        width: 350px
    }
    .logo-ctn .custom-logo-link img {
        object-fit: scale-down
    }
}

.post-title {
    -webkit-line-clamp: 3
}

.post-list-item .post-title {
    font-size: 1.3em;
    line-height: 1.2;
    max-height: 4.6em
}

.sidebar .post-media-item:nth-child(2n+1) .post {
    background-color: #fff
}
/*
.block-title {
    margin-bottom: 35px
}

.block-title span.h4 {
    position: relative;
    left: 50%;
    padding: 7px 10px;
    font-family: var(--primary-police);
    font-weight: 500;
    text-transform: uppercase;
    transform: skewX(-15deg) translate(-50%, 50%);
    border-radius: 5px
}*/

.sidebar .block-title+* {
    padding: 0 15px;
    box-shadow: var(--shadow);
    border-radius: 5px;
    border-left: 5px solid var(--secondary)
}

.sidebar .post-media-item .post,
.subsection-1 .post-media-item .post {
    padding: 14px 0 !important
}

.post-media-item .post-thumb>img {
    border-radius: 5px
}

.sidebar .post-media-item:not(:first-child) .post {
    margin-top: 0 !important;
    border-top: 1px solid var(--border)
}

.post-media-item .post-header {
    grid-row: 1 / 3
}

.post-media-item .post-title {
    font-size: .9em;
    font-weight: 600;
    max-height: 3.9em
}

.post-media-item .post-footer {
    display: none
}

li>h2:only-child,
li>h3:only-child,
li>h4:only-child,
li>h5:only-child {
    display: inline
}

.post-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-nav {
    font-size: .85em;
    line-height: 2;
    text-align: right
}

.top-nav ul:before {
    content: "Retrouvez nous aussi sur";
    display: inline-block;
    margin-right: .5rem
}

.top-nav li {
    display: inline-block;
    margin-right: .5rem
}

.multi-page {
    display: none
}

.multi-page.active {
    display: block
}

#mp-navigator {
    order: 10
}

#mp-navigator {
    order: 10
}

.disabled {
    cursor: not-allowed;
    opacity: .5
}

.single .content-wrapper {
    display: flex;
    flex-direction: column
}

.post-list-item .post-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .9em;
    line-height: 1.5em;
    max-height: 2.9em
}

.post-light-item .post {
    padding: 0
}

.post-light-item .post-infos {
    display: none
}

.post-light-item .post-thumb {
    margin-bottom: 0
}

.post-light-item .post-thumb img {
    border-radius: .5rem !important
}

.post-light-item .post-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 5px 15px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .5)70%);
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.post-light-item .post-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0)
}

@media (min-width:1200px) {
    .post-thumbmini {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }
}

/*.home .post-light-item .post-thumb {
    padding-top: 60%
}
*/
.home .post-light-item .post-title {
    font-size: 1rem;
    font-weight: 500;
}

.infos-box .author-img img {
    border-radius: .25rem
}

.author-box .author-img img {
    border-radius: .5rem
}

.author-box .author-rs .btn {
    color: var(--primary) !important
}

.a-source {
    color: var(--muted);
    font-size: 80%
}

@media (min-width:1200px) {
    .page-id-48885 .offset-xl-6,
    .page-id-48902 .offset-xl-6 {
        margin-left: 8.333333%
    }
}

.cat-block-section .cat-block-link {
    display: block;
    text-decoration: inherit !important
}

.recents-posts .recents-title,
.cat-block-section .cat-block-link {
    background-image: linear-gradient(340deg, rgba(0, 0, 0, .4)0%, transparent 80%)
}

.cat-block-section .cat-block-link h2,
.recents-posts .recents-title {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 20px 30px 15px 40px;
    font-size: 1.1rem;
    font-weight: 500
}

.recents-posts .recents-title {
    background-color: var(--primary)
}

@media (max-width:1199px) {
    .recents-posts .page-content {
        margin: 0 var(--row-margin) 20px;
        max-width: calc(100% + 2 * var(--col-padding))
    }
    .cat-block-section .cat-block-link {
        margin: 0 var(--row-margin) -10px
    }
    .cat-block-section .cat-block-link h2:after,
    .recents-posts .recents-title:after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        left: 10px;
        height: 110%;
        width: 13px;
        font-size: 0;
        border-left: 5px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(7deg)
    }
}

@media (min-width:1200px) {
    .recents-posts {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 20px
    }
    .recents-posts .page-content {
        display: flex;
        justify-content: end;
        height: calc(100% + 30px);
        margin-top: -15px;
        border-right: 5px solid double var(--primary)
    }
    .recents-posts .recents-title {
        writing-mode: vertical-rl;
        padding: 10px 10px 10px 30px;
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        margin: 0
    }
    .recents-posts .recents-title,
    .cat-block-section .cat-block-link {
        background-image: linear-gradient(295deg, rgba(0, 0, 0, .4)0%, transparent 80%)
    }
    .cat-block-section .content>.row {
        display: grid;
        grid-template-columns: auto 1fr
    }
    .cat-block-section .entry-content {
        height: 100%
    }
    .cat-block-section .cat-block-link {
        position: relative;
        display: flex;
        justify-content: end;
        height: calc(100% + 20px);
        margin-top: -8px;
        border-radius: 0
    }
    .cat-block-section .cat-block-link h2 {
        writing-mode: vertical-rl;
        padding: 10px 0 10px 60px;
        font-size: 1.5rem;
        font-weight: 500;
        transition: .5s
    }
    .cat-block-section .cat-block-link:hover h2 {
        transform: translateY(20px)
    }
    .cat-block-section .cat-block-link h2>i,
    .recents-posts .recents-title>i {
        transform: rotate(90deg);
        margin-bottom: 10px
    }
}

#media_image-2 {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:1024px) {
    #media_image-2 {
        padding-bottom: 0 !important
    }
}

@media(min-width:768px) AND (max-width:1024px) {
    #custom_html-2 {
        max-width: 500px;
        justify-self: center
    }
}

@media (min-width:1200px) {
    #main-menu>li>.sub-menu {
        left: -150px !important;
        right: inherit !important
    }
}

#mp-navigator .btn {
    font-size: .9rem
}

h1,
.entry-content,
.post-title {
    word-break: break-word
}

@media (max-width:767px) {
    .post-img-item .post-thumb:after {
        transform: translateY(40%)
    }
}

.infos-box .author-img {
    height: 50px;
    width: 50px;
    border: 2px solid var(--border);
    border-radius: 50%;
    overflow: hidden
}

.infos-box .info-items {
    flex-direction: column-reverse;
    gap: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #666
}

.infos-box .datetime:before,
.infos-box .datetime i {
    content: none;
    display: none
}

.infos-box .author-name {
    color: #000
}

.entry-content span[style*="background-color"] {
    --color: 250, 177, 54;
    --bg-color: rgba(var(--color), .6);
    --light-bg-color: rgba(var(--color), .2);
    position: relative;
    display: inline;
    font-weight: 400;
    background-color: transparent !important;
    padding: 0 var(--col-padding) .25em 0;
    background-image: radial-gradient(1.5em 2em at 0 .5em, #fff 1em, transparent 1.2em), radial-gradient(1.5em 2em at calc(100% + var(--col-padding)) 1.5em, #fff 1em, transparent 1.2em), linear-gradient(to top, var(--light-bg-color), var(--bg-color) 6px, var(--bg-color) 45%, #fff 55%);
    margin-inline: 0 var(--row-margin);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}
/*
#breadcrumbs {
    position: relative;
    margin-bottom: -.5rem;
    z-index: 100
}

.single #breadcrumbs .breadcrumb_last,
.archive #breadcrumbs .breadcrumb_last {
    display: none
}

.single #breadcrumbs>span>span:first-of-type>a,
.archive #breadcrumbs>span>span:first-of-type>a {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.single #breadcrumbs a:before,
.single .breadcrumb_last:before,
.archive #breadcrumbs a:before,
.archive .breadcrumb_last:before {
    content: none
}

.single #breadcrumbs a,
.archive #breadcrumbs .breadcrumb_last {
    color: #fff;
    background-color: var(--secondary);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: .5em .9em;
    border-radius: .25em;
    margin-top: 1rem;
    margin-left: .1rem;
    text-transform: uppercase;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .3)
}*/

#page-title .post {
    position: relative !important;
    display: flex;
    flex-direction: column;
    padding: 50% 30px 30px;
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 0) 66%);
    margin-top: -90px;
    height: auto
}

#page-title .post .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
    z-index: -1
}

#page-title .post .post-title {
    color: #fff;
    -webkit-line-clamp: 4;
    line-height: 1.3;
    max-height: 5.2em
}

#page-title .post .post-body {
    color: #fff
}

/*#page-title .post .post-infos,
#page-title .post .post-footer,
#page-title>.intro-content {
    display: none
}*/

@media(max-width:1024px) {
    main>.container {
        padding-top: 0 !important
    }
    .category #page-title #breadcrumbs {
        margin-top: 30px;
        margin-left: 30px
    }
    .category #page-title .post {
        margin-left: var(--row-margin);
        margin-right: var(--row-margin)
    }
    #page-title .post-body {
        display: none
    }
}

@media(min-width:768px) {
    #page-title .post {
        padding: 120px 50% 40px 30px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 70%);
        margin-top: -90px
    }
    #page-title .post .post-thumb {
        position: absolute;
        left: 35%;
        width: 65%;
        height: 100%
    }
    #page-title .post .post-title {
        font-size: 1.5em !important
    }
}

@media(min-width:1024px) {
    .category #breadcrumbs {
        margin-top: 50px;
        margin-left: 30px
    }
    #page-title .post {
        padding: 120px 60% 80px 30px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 0) 66%)
    }
    #page-title .post .post-thumb {
        position: absolute;
        left: 34%;
        width: 66%
    }
    #page-title .post .post-title {
        font-size: 2em !important
    }
    #page-title .post .post-body {
        font-size: 1.2em !important
    }
}

/*
.category #page-title {
    --primary: #333;
    color: var(--primary);
    border-bottom: 2px solid currentColor !important;
    margin-bottom: 1.5rem
}
.category .entry-title {
    background-color: var(--primary);
    color: #fff;
    display: inline-block !important;
    position: relative;
    left: 50%;
    padding: 7px 10px;
    font-family: var(--primary-police);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    transform: skewX(-15deg) translate(-50%, 50%);
    border-radius: 5px
}*/

.category #page-description {
    margin-bottom: 30px
}

.post-list-item .post {
    grid-template-columns: 100%
}

.post-list-item .post-thumb {
    padding-top: 50%
}

.post-list-item .post-header,
.post-list-item .post-footer {
    grid-column: 1 / 2;
    grid-row: 2 / 3
}

.post-list-item .post-footer {
    margin: 0 0;
    text-align: right;
    padding-top: .75em !important
}

.post-list-item .post-author {
    display: none
}

.post-list-item .post-infos {
    padding-right: 50%;
    margin-bottom: .25em
}

@media(max-width:767px) {
    .post-list-item .post-thumb {
        border-radius: .5rem;
        margin-bottom: -8rem;
        overflow: hidden
    }
    .post-list-item .post-body {
        display: none
    }
    .post-list-item .post-header {
        position: relative;
        padding: 10px;
        height: 8rem;
        justify-content: flex-end;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        border-radius: .5rem
    }
    .post-list-item .post-title,
    .post-list-item .post-infos {
        color: #fff
    }
    .post-list-item .post-title {
        font-size: 1.2rem
    }
}
/*
.home-section .entry-content>h2:first-of-type {
    --primary: #333;
    color: var(--primary);
    border-bottom: 2px solid currentColor !important;
    margin-bottom: 1.5rem
}

.home-section .entry-content>h2:first-of-type>span {
    background-color: var(--primary);
    color: #fff;
    display: inline-block !important;
    position: relative;
    left: 50%;
    padding: 7px 10px;
    font-family: var(--primary-police);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    transform: skewX(-15deg) translate(-50%, 50%);
    border-radius: 5px
}*/

.post-brick-img {
    grid-template-columns: 100%;
    grid-auto-rows: 25vw;
    grid-gap: 20px;
    margin-left: 0;
    margin-right: 0
}

.post-brick-img .post-img-item {
    grid-row: span 2 !important;
    grid-column: span 1 !important
}

.post-brick-img .post-thumb {
    border-radius: .5rem;
    overflow: hidden
}

.post-brick-img .post-img-item:first-of-type {
    grid-row: span 3 !important
}

.post-brick-img .post-infos {
    order: 0
}

.post-brick-img .post-title {
    display: -webkit-box;
    font-size: 1.2em !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.3;
    max-height: 5.2em
}

@media(max-width:767px) {
    .post-brick-img .post-img-item:first-of-type {
        margin-left: var(--row-margin);
        margin-right: var(--row-margin);
        margin-top: -2.5rem;
        width: calc(100% + 2 * var(--col-padding));
        max-width: calc(100% + 2 * var(--col-padding))
    }
}

@media(min-width:768px) {
    .post-brick-img {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 25vw
    }
    .post-brick-img .post-img-item {
        grid-row: span 1 !important
    }
    .post-brick-img .post-img-item:first-of-type {
        grid-row: span 2 !important
    }
}

@media(min-width:1200px) {
    .post-brick-img {
        grid-auto-rows: 250px
    }
    .post-brick-img .post-img-item .post {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        transform: scale(.98);
        transition: transform .3s, box-shadow .3s;
        border-radius: .5rem
    }
    .post-brick-img .post-img-item .post:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
        transform: scale(1)
    }
    .post-brick-img .post-img-item:first-of-type .post-- {
        padding: 0 1.5em
    }
    .post-brick-img .post-img-item:first-of-type .post-title {
        font-size: 2rem !important
    }
    .post-brick-img .post-img-item:first-of-type .post {
        padding: 0 1.5em
    }
}
/*
#home-section2 .subsection-0 .entry-content>h2,
#home-section4 .subsection-0 .entry-content>h2,
#home-section5 .subsection-0 .entry-content>h2,
#home-section6 .subsection-0 .entry-content>h2 {
    margin-bottom: 2.5rem
}
*/
@media(min-width:768px) {
   .horizontal-section .post-list {
        grid-template-columns: 100%;
        grid-template-rows: fit-content;
        grid-gap: 20px
    }
   .horizontal-section .post-list-item .post {
        grid-template-columns: 300px auto;
        grid-gap: 10px 20px;
        align-items: center
    }
   .horizontal-section .post-list-item .post-infos {
        margin-bottom: .5rem
    }
   .horizontal-section .post-list-item .post>* {
        grid-column: 2 / 3;
        grid-row: span 1
    }
   .horizontal-section .post-list-item .post-footer {
        display: none;
        position: absolute;
        right: 15px;
        top: 3px
    }
   .horizontal-section .post-list-item .post-thumb {
        grid-column: 1 / 2;
        grid-row: span 2;
        padding-top: 60%
    }
   .horizontal-section .post-list-item .post-thumb>img {
        border-radius: .5rem
    }
   .horizontal-section .post-list-item .post-thumb {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
        transform: scale(.98);
        transition: transform .3s, box-shadow .3s;
        border-radius: .5rem
    }
   .horizontal-section .post-list-item .post:hover .post-thumb {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
        transform: scale(1)
    }
   .horizontal-section .post-list-item .post-title {
        font-size: 1.5rem;
        margin-bottom: 0 !important
    }
}

#home-section2 .post-medias {
    grid-gap: 15px
}

#home-section2 .post-media-item {
    padding: 0 8px 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    border-left: 8px solid var(--secondary);
    border-radius: .5rem
}

#home-section2 .post-media-item .post {
    grid-template-columns: 5.5rem minmax(150px, 1fr)
}

@media (min-width:768px) {
    #home-section6 .subsection-0 .post-img-item {
        height: 250px
    }
}

.caption-stats {
    position: relative
}

.caption-stats figure {
    margin-bottom: 0
}

.caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 30px 15px 15px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, .8) 90%)
}

.caption-text .number {
    font-size: 1.5em;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1)
}

@media(min-width:768px) {
    .caption-text {
        font-size: 1.5rem;
        padding: 60px 60px 30px 40px
    }
	
	.caption-text .number {
		font-size: 2.8em;
	}
}

@media (min-width:1200px) {
    #single-thumbnail {
        margin-bottom: 20px
    }
    #single-infos {
        margin: 10px 0
    }
}

.info-bulle1 {
    padding: 10px 15px 1rem 25px;
    margin-left: 0;
    border-left: 5px solid
}

.info-bulle1 ul {
    padding-left: 0 !important;
    margin-left: -5px
}

.info-bulle1 li {
    padding-bottom: 0 !important
}

.info-bulle a {
    font-weight: 500 !important
}

@media (min-width:1024px) {
    .footer .footer-sidebar {
        grid-template-columns: repeat(3, 1fr)
    }
}

.widget-nav .menu-link {
    font-weight: 400 !important
}

.footer .widget-title {
    font-weight: 500
}

.last-footer-widget li {
    display: inline-block;
    text-transform: uppercase
}

.last-footer-widget {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 1.5rem;
    text-align: center
}

.last-footer-widget li:after {
    content: "|";
    display: inline-block;
    padding: 0 10px
}

.last-footer-widget .menu-item,
.last-footer-widget .menu-link {
    display: inline-block;
    font-size: .8rem
}

.last-footer-widget .menu-link {
    padding: .5em .75em .5em 0
}

.last-footer {
    border-color: rgba(255, 255, 255, .2)
}

.author-box .author-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: .5rem 0 0;
    overflow: hidden;
    border-bottom: 0
}

.author-box .author-rs {
    margin-top: .5rem;
    border-top: 1px solid var(--border)
}

#single-thumbnail {
    display: flex;
    flex-direction: column;
}