#scroll-progress-block {
    transform: translateY(-102%);
    width: 100%;
    z-index: 50;
    top: 0;
    top: var(--abh);
    position: fixed;
    transition: .4s;
    background-color: #e7e5d4
}

#scroll-progress-block.active {
    transform: translateY(0)
}

#scroll-progress-block .post-progress-title {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #060c14;
    z-index: 1;
    position: relative
}

#scroll-progress-block .progress-block {
    display: flex;
    width: 100%;
    position: relative;
    height: 32px;
    background-color: rgba(255, 255, 255, .3);
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    text-align: center
}

#scroll-progress-bar {
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0
}

#post-header {
    padding: 64px 0
}

#post-header[data-fake-post-format="link"] .post_header_left,
#post-header[data-fake-post-format="gallery"] .post_header_left,
#post-header[data-fake-post-format="video"] .post_header_left {
    flex: auto;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0
}

#post-header[data-fake-post-format="link"] .post_header_right,
#post-header[data-fake-post-format="gallery"] .post_header_right,
#post-header[data-fake-post-format="video"] .post_header_right {
    width: 100%;
    margin-top: 50px
}

#post-header[data-fake-post-format="link"] .post_header,
#post-header[data-fake-post-format="gallery"] .post_header,
#post-header[data-fake-post-format="video"] .post_header {
    flex-direction: column
}

#post-header[data-fake-post-format="gallery"] .fn__single_media img {
    aspect-ratio: unset;
    height: 700px;
    max-height: 100vh
}

#post-header[data-fake-post-format="video"] iframe {
    border-radius: 16px;
    display: block;
    width: 100%
}

.fn__link_format .fn__svg {
    display: block;
    color: #ff4848;
    transition: .4s
}

.fn__link_format a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #f7efc2;
    border-radius: 8px;
    color: #060c14;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    gap: 8px
}

.fn__link_format a:hover .fn__svg {
    transform: rotate(180deg)
}

.fn__single_media {
    position: relative;
    min-height: 442px;
    max-height: 619px;
    height: 100%;
}

.fn__single_media img {
    height: 100%;

}

.fn__single_media .tns-controls button {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background-color: #f6f5ed;
    z-index: 10;
    border: 4px solid var(--bbc);
    top: 50%;
    margin-top: -25px;
    color: transparent;
    text-indent: -1000px
}

.fn__single_media .tns-controls button:hover {
    background-color: #ff4848
}

.fn__single_media [data-controls="prev"] {
    left: -25px
}

.fn__single_media [data-controls="next"]:after,
.fn__single_media [data-controls="prev"]:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    background-color: #000;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(../svg/left.svg);
    mask-image: url(../svg/left.svg)
}

.fn__single_media .tns-controls button:hover:after {
    background-color: #fff
}

.fn__single_media [data-controls="next"]:after {
    transform: rotate(180deg)
}

.fn__single_media [data-controls="next"] {
    right: -25px
}

.fn__single_media img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover
}

.fn__single_media .fn__svg1 {
    color: var(--bbc);
    transform: rotate(270deg);
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 96px
}

.fn__single_media .fn__svg2 {
    color: var(--bbc);
    transform: rotate(270deg);
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 95px
}

.fn__single_media .scroll_to_content {
    font-weight: 700;
    padding: 12px;
    font-size: 15px;
    font-size: 14.6px;
    position: absolute;
    bottom: -40px;
    left: 12px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 8px solid var(--bbc);
    background-color: #f6f5ed
}

.fn__single_media .fn__svg3 {
    text-transform: uppercase
}

.fn__single_media .fn__svg4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ff4848;
    width: 16px;
    height: 16px
}

#post-header .post-title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.625;
    max-width: 650px
}

#post-header .post_header_right {
    width: 100%
}

#post-header .post_header_left {
    width: 100%;
    align-self: center;
    padding-right: 0;
    padding-bottom: 50px
}

#post-header .post_header_left:last-child {
    padding-right: 0;
    flex: 0 0 100%
}

#post-header blockquote {
    margin: 0 !important
}

#post-header .post_header {
    display: flex;
    flex-wrap: wrap
}

.eyolo__meta_cat_date {
    display: flex;
    align-items: center;
    column-gap: 16px;
    row-gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 31px
}

.eyolo__meta_cat_date a {
    border-radius: 6px;
    border: 1px solid #dcdbd0;
    display: block;
    width: fit-content;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: var(--h2c);
    text-transform: uppercase
}

.eyolo__meta_cat_date a:hover {
    background-color: #060c14;
    color: #fff
}

.eyolo__meta_cat_date .decor {
    opacity: .4;
    font-weight: 300
}

.eyolo__meta_cat_date time {
    color: var(--hc);
    line-height: 38px
}

.post-divider .divider {
    width: 100%;
    position: relative
}

.post-divider .divider hr {
    border: none;
    height: 1px;
    background-color: #dbd8bd;
    margin: 0
}

#single-content {
    padding-top: 64px
}

#single-content .single-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px
}

#single-content .single-left {
    width: 100%;
    padding-bottom: 100px;
    padding-left: 40px
}

#single-content .single-left:last-child {
    width: 100%
}

#single-content .single-right {
    width: 100%;
    padding-bottom: 100px;
    padding-left: 40px
}

.fn__author_single_box {
    display: flex;
    position: relative;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    column-gap: 24px;
    row-gap: 20px;
    padding: 20px;
    align-items: flex-start;
    border: 1px solid #dbd8bd;
    border-radius: 8px;
    margin-bottom: 50px
}

.fn__author_single_box .author-image {
    border-radius: 8px;
    width: 112px;
    height: 112px;
    object-fit: cover
}

.fn__author_single_box .author-name {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    color: var(--hc)
}

.fn__author_single_box .author-role {
    margin-bottom: 16px;
    color: var(--etc)
}

.fn__author_single_box .author-bio {
    margin: 0;
    padding: 0;
    color: var(--etc);
    font-size: 15px
}

.fn__author_single_box .author-single {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    color: var(--h2c)
}

.fn__author_single_box .author-single svg {
    position: relative;
    top: 2px
}

.fn__author_single_box:hover .author-single {
    color: #ff4848
}

.post-content {
    margin-bottom: 64px
}

.post-content>*:not(:last-child):not(blockquote) {
    margin-bottom: 30px
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 600
}

.post-content p {
    margin-bottom: 30px
}

.post-content p:last-child {
    margin-bottom: 0
}

.post-content a {
    color: #ff4848;
    text-decoration: underline;
    text-underline-offset: 5px
}

.post-content a:hover {
    text-decoration: none
}

.post-content .wp-block-rss {
    margin: 0
}

.fn__toc {
    border-radius: 12px;
    border: 1px solid #DBD8BD;
    padding: 24px;
    margin-bottom: 30px
}

.fn__toc .table-title {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--bff);
    margin-bottom: 14px
}

.fn__toc .navbar-scroll {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.fn__toc li {
    font-size: 15px;
    color: #415649;
    margin-bottom: 8px
}

.fn__toc ul {
    list-style-type: none
}

.fn__toc a {
    text-decoration: none;
    color: var(--hc);
    text-decoration: none;
    background-image: linear-gradient(#060C14, #060C14);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .35s
}

.fn__toc a:hover {
    background-size: 100% 1px;
    background-position: 0 100%
}

.fn__toc li:last-child {
    margin-bottom: 0
}

.fn__share_post {
    position: relative;
    margin-bottom: 30px
}

.fn__share_post:first-child hr {
    display: none
}

.fn__share_post hr {
    width: 40px;
    margin: 0 auto 28px auto;
    border: none;
    height: 1px;
    background-color: rgb(6 12 20 / .1)
}

.fn__share_post .share_it {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase
}

.fn__share_post ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 12px;
    align-items: center;
    justify-content: center
}

.fn__share_post li {
    margin: 0
}

.fn__share_post .copied_text {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    transform: translateY(12px);
    width: 100%;
    margin-top: 12px;
    position: absolute;
    visibility: hidden
}

.fn__share_post button,
.fn__share_post a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgb(6 12 20 / .1);
    border-radius: 8px;
    position: relative;
    color: var(--h2c)
}

.fn__share_post button:hover,
.fn__share_post a:hover {
    background-color: #060C14;
    border-color: #060C14;
    color: #fff
}

.fn__share_post .fn__svg {
    width: 16px;
    height: 16px;
    display: block
}

.fn__share_post .svg2 {
    display: none
}

.fn__share_post.url_copied .svg2 {
    display: block
}

.fn__share_post.url_copied .svg1 {
    display: none
}

.fn__share_post.url_copied .copied_text {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.fn__tags {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #dcd8bd;
    padding: 24px;
    margin-bottom: 30px
}

.fn__tags .label {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--bff);
    margin-bottom: 14px;
    color: var(--hc)
}

.fn__tags .tag-list {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.fn__tags a {
    font-size: 15px;
    text-decoration: none;
    color: var(--hc);
    text-decoration: none;
    background-image: linear-gradient(#060C14, #060C14);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .35s
}

.fn__tags a:hover {
    background-size: 100% 1px;
    background-position: 0 100%
}

.fn__tags a:before {
    content: '#'
}

.eyolo_fn_related_posts .eyolo__lined_title {
    margin-bottom: 30px
}

.pingback a:not(.comment-edit-link) {
    color: #ff4848;
    text-decoration: underline
}

.pingback a:not(.comment-edit-link):hover {
    text-decoration: none
}

a.wp-block-file__button {
    color: #fff;
    background-color: #060C14;
    text-decoration: none;
    padding: 0 10px
}

a.wp-block-button__link {
    background-color: #060C14;
    color: #fff;
    text-decoration: none
}

a.wp-block-button__link:hover {
    background-color: #ff4848
}

.is-style-outline a.wp-block-button__link {
    background-color: transparent;
    border: 2px solid #060C14;
    color: #060C14
}

.is-style-outline a.wp-block-button__link:hover {
    border-color: #ff4848;
    color: #ff4848
}

.is-style-squared a.wp-block-button__link {
    border-radius: 0
}

.has-background {
    padding: 20px
}

@media(min-width:1024px) {
    #post-header .post_header_right {
        width: 55%;
    }

    #post-header .post_header_left {
        width: 45%;
        padding-bottom: 0;
        padding-right: 50px;
    }

    #single-content .single-left {
        width: 70%;
    }

    #single-content .single-right {
        width: 30%;
    }
}

@media(min-width:640px) {
    #scroll-progress-block .post-progress-title {
        font-size: 14px;
        line-height: 20px;
    }

    #scroll-progress-block .progress-block {
        height: 40px;
    }

    .post-content {
        margin-bottom: 80px;
    }

    .fn__author_single_box {
        flex-direction: row;
    }

    #single-content {
        padding-top: 80px;
    }

    #post-header {
        padding: 80px 0;
    }

    .fn__single_media .scroll_to_content {
        width: 112px;
        height: 112px;
    }
}

@media(min-width:768px) {
    .fn__single_media .fn__svg2 {
        left: 102px;
    }

    .fn__single_media .fn__svg1 {
        left: 104px;
    }
}

@media(min-width:1024px) {
    .fn__share_post .copied_text {
        text-align: center;
    }

    .fn__single_media .fn__svg1 {
        left: 62px;
    }

    .fn__single_media .fn__svg2 {
        bottom: 71px;
        left: 0;
    }

    .fn__single_media .scroll_to_content {
        left: -48px;
    }
}

:root {
    --abh: 0;
    --bc: #6e6c56;
    --bc: #6e6c56;
    --etc: #464536;
    --hc: #181a2b;
    --h2c: #060C14;
    --bbc: #e7e5d4;
    --bbc-85: rgba(231, 229, 212, .85);
    --bff: "Lexend Deca", serif;
    --hff: "Prata", serif
}

.admin-bar {
    --abh: 32px;
}

@media(max-width:782px) {
    .admin-bar {
        --abh: 46px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bff);
    color: var(--bc);
    background-color: var(--bbc);
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

*:after,
*:before,
* {
    box-sizing: border-box
}

::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(255 72 72 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(255 72 72 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width:767px) {
    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background: #415649;
        border-radius: 16px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #2e3f35;
    }
}

hr {
    color: #bbb;
}

code {
    color: #f1fa8c;
    background-color: #282a36
}

p:empty {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--hff);
    color: var(--hc);
    font-weight: 400
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .35s;
    color: inherit
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    background-size: 100% 1px;
    background-position: 0 100%
}

.fn__svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.fn__svg.no-fill {
    fill: none
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1280px !important
}

.container .container {
    max-width: 100% !important;
    margin: 0;
    padding: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 50px
}

.fn__dotbg {
    background: radial-gradient(circle at 1px 1px, rgba(65, 86, 73, .25) 1px, transparent 0);
    background-size: 20px 20px;
    background-position: center;
    position: relative;
    z-index: 1
}

.fn__dotbg:before {
    content: '';
    height: 25%;
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #e7e5d4, #e7e5d400)
}

.fn__dotbg:after {
    content: '';
    height: 75%;
    position: absolute;
    z-index: -10;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #e7e5d4, #e7e5d400)
}

@media(min-width:640px) {
    .container {
        max-width: 640px !important;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 768px !important;
    }
}

@media(min-width:1024px) {
    .container {
        max-width: 1024px !important;
    }
}

@media(min-width:1280px) {
    .container {
        max-width: 1280px !important;
    }
}

.eyolo-fn-wrapper {
    min-height: 100vh;
    min-height: calc(100vh - var(--abh));
    display: flex;
    flex-direction: column
}

.eyolo__lined_title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--bff);
    text-transform: uppercase;
    padding-left: 16px;
    position: relative;
    width: fit-content
}

.eyolo__lined_title:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff4848;
    top: 8px;
    left: 0;
    position: absolute
}

.eyolo__lined_title[data-align="left"] {
    text-align: left;
    margin-right: auto
}

.eyolo__lined_title[data-align="center"] {
    margin: 0 auto
}

.eyolo__lined_title[data-align="right"] {
    margin-left: auto
}

.eyolo__lined_title[data-color="dark"] {
    color: #181A2B
}

.eyolo__lined_title[data-color="light"] {
    color: #fff
}

.eyolo__lined_title[data-bg="yes"] {
    padding: 2px 14px 2px 28px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20px
}

.eyolo__lined_title[data-bg="yes"]:after {
    left: 12px;
    top: 10px
}

.eyolo__meta_date {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--etc)
}

.eyolo__meta_date .fn__svg {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    top: -1px
}

.fn_skeleton_animation {
    background-image: linear-gradient(90deg, #e9eaee, #c9cbe2, #e9eaee) !important;
    background-size: 200% 100%;
    animation: monnSkeletonAnimation 1.5s ease-in-out infinite
}

@keyframes monnSkeletonAnimation {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

.eyolo__pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.eyolo__pagination .pagination-nav {
    display: flex;
    column-gap: 20px;
    align-items: center
}

.eyolo__pagination button {
    padding: 0 16px;
    height: 40px;
    margin: 0;
    border-radius: 6px;
    column-gap: 8px;
    align-items: center;
    display: flex;
    cursor: pointer;
    color: #060C14;
    font-size: 16px;
    background-color: #f7efc2
}

.eyolo__pagination .fn__svg {
    width: 24px;
    height: 24px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    display: block
}

.eyolo__pagination .next:hover .fn__svg {
    transform: translateX(4px)
}

.eyolo__pagination .previous:hover .fn__svg {
    transform: translateX(-4px)
}

.eyolo__pagination button:disabled {
    opacity: .5;
    pointer-events: none
}

.eyolo__pagination .pagination-info {
    margin: 0;
    padding: 0
}

.fn__media {
    position: relative
}

.fn__media .image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px
}

.fn__media_category {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: var(--h2c);
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    background-color: var(--bbc);
    z-index: 5
}

.fn__media_category a {
    color: inherit;
    display: inline-block;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border: 2px solid #dcdbd0;
    text-decoration: none;
}

.fn__media_category a:hover {
    background-color: #060C14;
    border-color: #060C14;
    color: #fff
}

.fn__media_category .mc_border,
.fn__media_category .mc_border2 {
    color: var(--bbc)
}

.fn__media_category .mc_border .fn__svg {
    top: 0;
    left: -12px;
    transform: rotate(90deg);
    position: absolute;
    width: 12px;
    height: 12px;
    display: block
}

.fn__media_category .mc_border2 .fn__svg {
    bottom: -12px;
    right: 0;
    transform: rotate(90deg);
    position: absolute;
    width: 12px;
    height: 12px;
    display: block
}

.fn__media_category[data-direction="bottom_right"] {
    top: auto;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 0
}

.fn__media_category[data-direction="bottom_right"] .mc_border2 .fn__svg {
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    right: auto;
    left: -12px
}

.fn__media_category[data-direction="bottom_right"] .mc_border .fn__svg {
    transform: rotate(180deg);
    left: auto;
    right: 0;
    bottom: auto;
    top: -12px
}

.eyolo__meta_author ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    gap: 12px;
    row-gap: 4px;
    align-items: center;
    color: var(--etc)
}

.eyolo__meta_author .author {
    display: flex;
    align-items: center;
    color: var(--h2c)
}

.eyolo__meta_author .author a {
    display: flex;
    align-items: center;
    color: inherit
}

.eyolo__meta_author .author a:hover {
    color: #ff4848
}

.eyolo__meta_author .author img {
    border: 1px solid #ababab;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 8px
}

.eyolo__meta_author li {
    margin: 0;
    padding: 0
}

.eyolo_fn_hassidebar .content_sidebar {
    position: sticky;
    top: 50px
}

#single-content .content_sidebar {
    position: sticky;
    top: 100px
}

#single-content .content_sidebar>* {
    margin-bottom: 30px
}

#single-content .content_sidebar>*:last-child {
    margin-bottom: 0
}

.eyolo_fn_hassidebar .sidebar_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px
}

.eyolo_fn_hassidebar .sidebar_col {
    padding-left: 40px
}

.eyolo_fn_hassidebar .eyolo_fn_pagination {
    margin-bottom: 0
}

.eyolo_fn_hassidebar .sidebar_col_left {
    width: 100%;
    padding-bottom: 100px
}

.eyolo_fn_hassidebar .sidebar_col_right {
    width: 100%;
    padding-bottom: 100px
}

.eyolo_fn_hassidebar .eyolo_fn_bloglist[data-layout="classic"] {
    max-width: 100%;
    margin: 0
}

.eyolo_fn_bloglist[data-layout="classic"] {
    max-width: 800px;
    margin: 0 auto
}

.eyolo_fn_bloglist[data-layout="classic"]:last-child {
    margin-bottom: 50px
}

.fn__blogs_classic {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px
}

.blog__item_classic {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 40px
}

.blog__item_classic .blog__item {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdbd0;
    position: relative
}

.blog__item_classic .blog__item:hover {
    border-bottom-color: #ccc
}

.blog__item_classic .fn__media {
    margin-bottom: 28px
}

.blog__item_classic .post-title {
    font-size: 20px;
    line-height: 1.625;
    margin: 0;
    padding: 0;
    margin-bottom: 14px
}

.blog__item_classic .post-title a:after {
    position: absolute;
    z-index: 1;
    content: '';
    inset: 0
}

.blog__item_classic .eyolo__meta_date {
    margin-bottom: 11px
}

.eyolo_fn_pagetitle {
    border-bottom: 1px solid #dcdbd0;
    padding: 64px 0;
    margin-bottom: 100px
}

.eyolo_fn_pagetitle .subtitle {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--h2c);
    margin-bottom: 24px
}

.eyolo_fn_pagetitle .fn__title {
    text-align: center;
    line-height: 1.25;
    font-weight: 400;
    position: relative;
    z-index: 10;
    margin: 0
}

.eyolo_fn_pagetitle .fn__title span {
    display: inline-block;
    height: 1px;
    width: 24px;
    background-color: var(--hc);
    vertical-align: middle
}

.eyolo_fn_pagetitle .fn__title span:first-child {
    margin-right: 16px
}

.eyolo_fn_pagetitle .fn__title span:last-child {
    margin-left: 16px
}

.eyolo__categorybox .category-title small,
.fn__author_box .author-name small,
.eyolo_fn_pagetitle .fn__title small {
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 5px;
    background-color: #f7efc2;
    color: #060C14;
    text-transform: uppercase;
    font-family: var(--bff);
    border-radius: 5px;
    display: inline-block
}

.fn__author_box {
    text-align: center;
    padding: 64px 0
}

.fn__author_box .author-role {
    color: var(--hc);
    margin: 0;
    padding: 0
}

.fn__author_box .title-decor {
    display: inline-block;
    height: 1px;
    width: 24px;
    background-color: var(--hc);
    vertical-align: middle
}

.fn__author_box .title-decor:first-child {
    margin-right: 16px
}

.fn__author_box .title-decor:last-child {
    margin-left: 16px
}

.fn__author_box .author-name {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px
}

.fn__author_box .author-bio {
    margin: 32px auto 0 auto;
    max-width: 750px
}

.fn__author_box .back-to-categories {
    height: 40px;
    padding: 0 16px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #dcdbd0;
    line-height: 36px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--h2c)
}

.fn__author_box .back-to-categories:hover {
    border-color: #060C14;
    background-color: #060C14;
    color: #fff
}

.fn__author_box img {
    margin: 0 auto;
    border-radius: 8px;
    margin-bottom: 32px;
    width: 112px;
    height: 112px;
    object-fit: cover
}

.fn__blogs_grid {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap
}

.fn__blogs_grid .media-spacer {
    aspect-ratio: 4 / 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7efc2;
    background: linear-gradient(135deg, #f0f0f0, #e4e4e4);
    border-radius: 12px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--bff);
    text-transform: capitalize;
    color: var(--hc)
}

.fn__blogs_grid .fn__media .image {
    aspect-ratio: 4 / 3;
    image-rendering: -webkit-optimize-contrast
}

.fn__blogs_grid .blog__item {
    position: relative
}

.fn__blogs_grid .blog__item {
    text-align: center
}

.fn__blogs_grid .post {
    padding-left: 40px;
    margin-bottom: 100px;
    width: 100%
}

.fn__blogs_grid .eyolo__meta_date {
    justify-content: center;
    margin-bottom: 14px
}

.fn__blogs_grid .post-title {
    margin: 0;
    padding: 0;
    line-height: 1.625;
    font-size: 24px;
    margin-bottom: 16px
}

.fn__blogs_grid .post-title a:after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0
}

.fn__blogs_grid .fn__media {
    margin-bottom: 28px
}

.fn__blogs_grid .post_icon {
    display: inline-flex;
    color: var(--hc);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.fn__blogs_grid .post_icon path {
    stroke: var(--hc)
}

.fn__blogs_grid .post_icon .fn__svg {
    display: block;
    width: 16px;
    height: 16px
}

.fn__blogs_grid .eyolo__meta_author ul {
    justify-content: center
}

.fn__blogs_grid .eyolo__meta_author {
    margin-bottom: 24px
}

.fn__blogs_grid .blog__item:hover .post_icon {
    transform: rotate(45deg)
}

.eyolo_fn_pagination {
    margin-bottom: 100px
}

.wp-block-query-pagination-numbers,
.eyolo_fn_pagelinks,
.eyolo_fn_pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.eyolo_fn_pagination li {
    margin: 0;
    padding: 0
}

.eyolo_fn_pagelinks>a,
.eyolo_fn_pagelinks>span,
.wp-block-query-pagination a,
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.eyolo_fn_pagination .triple,
.eyolo_fn_pagination .current,
.eyolo_fn_pagination a {
    text-decoration: none;
    min-width: 46px;
    height: 46px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f7efc2;
    color: #060c14;
    opacity: .5
}

.eyolo_fn_pagelinks>a,
.wp-block-query-pagination a,
.wp-block-query-pagination-numbers a,
.eyolo_fn_pagination a {
    opacity: 1
}

.eyolo_fn_pagelinks>a:hover,
.wp-block-query-pagination a:hover,
.wp-block-query-pagination-numbers a:hover,
.eyolo_fn_pagination a:hover {
    background-color: #060c14;
    color: #fff
}

.wp-block-query-pagination a {
    width: fit-content;
    padding: 0 10px
}

#comments {
    margin-bottom: 100px
}

.fn__comments .fn_title {
    margin-bottom: 20px
}

.fn__comments .list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.fn__comments textarea {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #c7c6bb
}

.fn__comments .logged-in-as {
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px
}

.fn__comments .respond_comment {
    padding-top: 30px
}

.fn__comments .comment-reply-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--bff);
    text-transform: uppercase;
    padding-left: 16px;
    position: relative;
    margin-bottom: 20px
}

.fn__comments .comment-reply-title:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff4848;
    top: 8px;
    left: 0;
    position: absolute
}

.fn__comments .comment-text p:last-child {
    margin-bottom: 0
}

.logged-in-as a,
.fn__comments .comment-text a {
    color: #ff4848;
    text-underline-offset: 5px;
    text-decoration: underline
}

.logged-in-as a:hover,
.fn__comments .comment-text a:hover {
    text-decoration: none
}

.fn__comments .comment-top {
    display: flex;
    margin-bottom: 14px
}

.fn__comments .commment-text-wrap {
    align-self: center
}

.fn__comments li {
    margin: 0;
    margin-bottom: 20px
}

.fn__comments .comment-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdbd0
}

.fn__comments .children {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 20px;
    list-style-type: none
}

.fn__comments .comment-avatar {
    margin-right: 20px
}

.fn__comments .comment-avatar img {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    object-fit: cover
}

.fn__comments .author {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--bff);
    margin-bottom: 5px
}

.fn__comments .input-holder {
    margin-bottom: 20px
}

.fn__comments .input-holder input[type="text"],
.fn__comments .input-holder input[type="email"] {
    padding: 0;
    background: none;
    border: none;
    padding-bottom: 16px;
    border-bottom: 2px solid #c7c6bb;
}

.fn__comments .author_meta {
    margin-bottom: 16px;
    color: var(--etc);
    margin: 0
}

.comment-reply-link,
.comment-edit-link {
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    padding: 2px 7px;
    border: 1px solid #dbd8bd;
    margin-left: 5px;
    border-radius: 5px;
    color: var(--h2c);
    text-transform: lowercase;
    font-size: 12px;
    text-transform: uppercase
}

.comment-reply-link:hover,
.comment-edit-link:hover {
    background-color: #060C14;
    color: #fff
}

.eyolo_submit input[type="submit"] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--h2c);
    color: var(--h2c);
    background-color: transparent;
    line-height: 20px;
    text-transform: uppercase;
    transition: all .3s, color .15s;
    position: relative;
    overflow: hidden
}

.eyolo_submit input[type="submit"]:hover {
    border-color: #ff4848;
    background-color: #ff4848;
    color: #fff
}

.fn__comments textarea:focus,
.fn__comments .input-holder input:focus {
    border-bottom-color: #ff4848
}

blockquote {
    margin: 0;
    font-weight: 500;
    color: var(--h2c);
    border: 1px solid #c9c5aa;
    border-radius: 8px;
    border-end-start-radius: 0;
    padding-right: 32px !important;
    padding-left: 22px !important;
    font-family: var(--hff);
    font-size: 22px;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 42'%3E%3Cpath d='M14.9 20.4h-11c.2-11 2.4-12.7 9-16.7q1.2-.8.6-2.2c-.4-.8-1.4-1-2.2-.6C3.4 5.6.7 8.4.7 22v12.6c0 4 3.2 7.2 7.2 7.2h7a7 7 0 0 0 7.2-7.2v-7a7 7 0 0 0-7.2-7.2m25.2 0h-11c.3-11 2.4-12.7 9.1-16.7A1.6 1.6 0 1 0 36.5 1C28.6 5.6 26 8.4 26 22v12.6c0 4 3.2 7.2 7.2 7.2h7a7 7 0 0 0 7.2-7.2v-7a7 7 0 0 0-7.2-7.2' fill='%23415649'/%3E%3C/svg%3E");
    position: relative;
    margin-bottom: 56px;
    margin-top: 24px;
    min-height: 96px;
    background-size: 36px 30px;
    background-position: 22px 30px;
    background-repeat: no-repeat;
    line-height: 1.625
}

blockquote:not(:has>p:first-child) {
    padding-top: 30px !important
}

blockquote:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 34'%3E%3Cpath d='M0 0h85.5c-8.2 0-15.9 3-19.9 8l-13 16c-4 5-11.5 8-19.6 8H0z' fill='%23E7E5D4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.9 0H86v2h-1.2c-2.7 0-6 0-9.5 1.1-4 1.3-8.6 4.1-13 10.5-5 7.7-9.2 12.8-14.7 15.8S35.6 33.3 26 33H0v-2h26c9.5.3 15.6-.6 20.6-3.4s9-7.4 14-15.1c4.7-6.7 9.6-9.9 14-11.3C78.7-.1 82.3 0 85 0' fill='%23c9c5aa'/%3E%3C/svg%3E");
    background-size: contain;
    position: absolute;
    bottom: -24px;
    left: 65%;
    z-index: 10;
    height: 24px;
    width: 56px;
    background-repeat: no-repeat;
    content: ''
}

blockquote cite {
    font-size: 16px;
    margin-top: 12px;
    line-height: 24px
}

blockquote cite br {
    display: none;
}

blockquote cite:before {
    content: "â€”";
    margin-right: 8px
}

blockquote:after {
    display: block;
    position: absolute;
    bottom: -21px;
    left: -1px;
    height: 21px;
    width: 66.666667%;
    border-end-start-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0;
    border-color: rgb(201, 197, 170);
    background-color: var(--bbc);
    content: ''
}

blockquote p {
    margin-bottom: 12px !important;
    margin-top: 24px !important
}

.eyolo__categorybox {
    padding: 64px 0;
    text-align: center
}

.eyolo__categorybox .category-subtitle {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    color: #060C14
}

.eyolo__categorybox .category-title {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize
}

.eyolo__categorybox .title-decor {
    display: inline-block;
    height: 1px;
    width: 24px;
    background-color: var(--hc);
    vertical-align: middle
}

.eyolo__categorybox .title-decor:first-child {
    margin-right: 16px
}

.eyolo__categorybox .title-decor:last-child {
    margin-left: 16px
}

.eyolo__categorybox ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 37px
}

.eyolo__categorybox a {
    height: 40px;
    padding: 0 16px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #dcdbd0;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #060C14
}

.eyolo__categorybox a .fn__svg {
    margin-right: 2px;
    width: 16px;
    height: 16px;
    transition: .3s
}

.eyolo__categorybox a:hover .fn__svg {
    transform: translateX(-5px)
}

.eyolo__categorybox a:hover {
    border-color: #060C14;
    background-color: #060C14;
    color: #fff
}

.authors_page .eyolo_fn_pagetitle {
    margin-bottom: 0
}

.eyolo_fn_authors .author_list_wrap {
    border-bottom: 1px solid #dcdbd0;
    margin-bottom: 100px
}

.eyolo_fn_authors .author_list {
    display: flex;
    flex-wrap: wrap
}

.eyolo_fn_authors .author_item {
    flex: 0 0 100%;
    padding: 0 12px;
    border-left: 1px solid #dcdbd0;
    border-right: 1px solid #dcdbd0;
    border-bottom: 1px solid #dcdbd0;
    margin-left: -1px;
    margin-bottom: -1px
}

.eyolo_fn_authors .author_url {
    padding: 40px 0;
    display: block;
    color: var(--h2c);
    font-weight: 300
}

.eyolo_fn_authors .author-image {
    position: relative
}

.eyolo_fn_authors .author-image img {
    background-color: rgb(255 255 255 / .1);
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block
}

.eyolo_fn_authors .uthor-bio {
    margin: 0;
    padding: 0;
    text-align: center
}

.eyolo_fn_authors .author-name {
    margin: 0;
    padding: 0;
    font-family: var(--bff);
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.eyolo_fn_authors .arrow {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 47%;
    transform: rotate(36deg) translate(-50%, -50%);
    color: #fff;
    display: block;
    transition: .3s;
    z-index: 5
}

.eyolo_fn_authors .author_url:hover img {
    filter: brightness(.5)
}

.eyolo_fn_authors .author_url:hover .arrow {
    transform: rotate(45deg) translate(-50%, -50%);
    visibility: visible
}

.eyolo_fn_authors .arrow .fn__svg {
    width: 12px;
    height: 12px;
    display: block
}

.eyolo_fn_categories .category_item {
    flex: 0 0 100%;
    padding-left: 20px;
    margin-bottom: 20px
}

.eyolo_fn_categories .category_url:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    border-radius: 6px
}

.eyolo_fn_categories .category_url {
    text-decoration: none;
    position: relative;
    display: block
}

.eyolo_fn_categories .category-name {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0;
    padding: 0 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.eyolo_fn_categories .category-image {
    position: relative;
    aspect-ratio: 4 / 5;
}

.eyolo_fn_categories .category-image img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast
}

.eyolo_fn_categories .category_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.eyolo_fn_categories .arrow {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 47%;
    transform: rotate(36deg) translate(-50%, -50%);
    color: #fff;
    display: block;
    transition: .3s;
    z-index: 5;
}

.eyolo_fn_categories .category_url:hover img {
    filter: brightness(.5)
}

.eyolo_fn_categories .category_url:hover .arrow {
    transform: rotate(45deg) translate(-50%, -50%);
    visibility: visible;
}

.eyolo_fn_categories .arrow .fn__svg {
    width: 12px;
    height: 12px;
    display: block;
}

.eyolo_fn_videos {
    margin-bottom: 50px
}

.eyolo_fn_videos * {
    border: none !important;
    outline: none !important;

}

.eyolo_fn_videos .title_holder * {
    color: #fff;
}

.eyolo_fn_videos .videos_list {
    display: flex;
    /* margin-left: -50px; */
    flex-wrap: wrap;
}

.eyolo_fn_videos .video_item {
    list-style: none;
}

.eyolo_fn_videos .video_item {
    flex: 0 0 48%;
    /* padding-left: 50px;
    margin-bottom: 50px */
}

.eyolo_fn_videos .post-image {
    position: relative;
}

.eyolo_fn_videos .my-add-cart {
    position: absolute;
    top: 5px;
    width: 100%;
    right: 5px;
}

.eyolo_fn_videos .post-image>img {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 4 / 3;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
    height: 100%;
}

.eyolo_fn_videos .eyolo__meta_date {
    margin-bottom: 8px
}

.eyolo_fn_videos .title_right {
    flex-shrink: 0
}

.eyolo_fn_videos .post:hover .title_right span {
    background-color: rgb(0 0 0 / .3);
    transform: rotate(45deg)
}

.eyolo_fn_videos .post:hover .video_icon {
    background-color: #ff4848
}

.eyolo_fn_videos .title_right span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / .05);
    color: #90A096;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.eyolo_fn_videos .post {
    position: relative
}

.eyolo_fn_videos .title_right .fn__svg {
    width: 14px;
    height: 14px;
    display: block
}

.eyolo_fn_videos .post-excerpt {
    margin: 0;
    padding: 12px 0;
    margin-bottom: 60px;
}

.eyolo_fn_videos .post-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.625
}

.eyolo_fn_videos .post-title a:after {
    content: '';
    position: absolute;
    inset: 0
}

.eyolo_fn_videos .title_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    align-items: center
}

.eyolo_fn_videos .video_icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    background-color: rgb(6 12 20 / .8);
    border-radius: 50%;
    color: #fff
}

.eyolo_fn_videos .image-fallback {
    aspect-ratio: 4 / 3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f0f0f0, #e4e4e4);
    color: var(--hc);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--hc)
}

.fn__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid var(--h2c);
    color: var(--h2c);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
    width: fit-content;
    transition: all .3s, color .15s;
    position: relative;
    white-space: nowrap
}

.fn__btn>svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.fn__btn .text {
    position: relative;
    overflow: hidden
}

.fn__btn span {
    display: block
}

.fn__btn .icon {
    overflow: hidden
}

.fn__btn .icon .fn__svg {
    display: block;
    width: 10px;
    height: 10px
}

.fn__btn .hover_text {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(200%) rotate(12deg) scaleY(2)
}

.fn__btn:hover {
    border-color: #ff4848;
    background-color: #ff4848;
    color: #fff
}

.fn__btn:hover .regular_text {
    transform: translateY(200%) rotate(12deg) scaleY(2);
    transition: .4s
}

.fn__btn:hover .hover_text {
    transform: translateY(0) rotate(0deg) scaleY(1);
    transition: .4s
}

.fn__btn:hover .icon .fn__svg {
    animation: animate-top-right .4s ease .025s
}

.fn__btn[data-align="left"] {
    margin-right: auto
}

.fn__btn[data-align="center"] {
    margin: 0 auto
}

.fn__btn[data-align="right"] {
    margin-left: auto
}

.fn__btn[data-color="light"]:not(:hover) {
    border-color: #fff;
    color: #fff
}

.fn__btn[data-color="dark"]:not(:hover) {
    border-color: #060C14;
    color: #060C14
}

.fn__btn[data-color="custom"] {
    border-color: transparent
}

.fn_mode_dark {
    --bbc: #415649;
    --hc: #fff;
    --bc: #ccc;
    --etc: #aaa;
    --h2c: #fff;
    --bbc-85: rgba(65, 86, 73, .85)
}

.fn_mode_dark input::-webkit-input-placeholder {
    color: #ccc
}

.fn_mode_dark:-ms-input-placeholder {
    color: #ccc
}

.fn_mode_dark::-ms-input-placeholder {
    color: #ccc
}

.fn_mode_dark::placeholder {
    color: #ccc
}

.fn_mode_dark .fn_skeleton_animation {
    background-image: linear-gradient(90deg, #2a2a2a, #3a3a3a, #2a2a2a) !important;
}

.fn_mode_dark .eyolo_fn_videos .image-fallback,
.fn_mode_dark .fn__article_eta .item_space,
.fn_mode_dark .widget_eyolo_top_articles .post-fallback,
.fn_mode_dark .fn__blogs_grid .media-spacer,
.fn_mode_dark .eyolo__modal_search .posts .post-fallback {
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d)
}

.fn_mode_dark .eyolo__modal_nav .header-social {
    border-top-color: rgba(255, 255, 255, .1)
}

.fn_mode_dark.menu-opened .eyolo__modal_nav {
    box-shadow: 0 25px 50px -12px rgb(255 255 255 / .25)
}

.fn_mode_dark .eyolo_fn_videos .title_right .fn__svg path {
    stroke: #fff
}

.fn_mode_dark .eyolo_fn_videos .post:hover .title_right span {
    background-color: rgb(255 255 255 / .3)
}

.fn_mode_dark .eyolo_fn_videos .title_right span {
    background-color: rgb(255 255 255 / .05)
}

.fn_mode_dark .eyolo__meta_date {
    color: #ccc;
}

.fn_mode_dark .fn__comments .comment-body,
.fn_mode_dark .eyolo_fn_pagetitle,
.fn_mode_dark .eyolo_fn_authors .author_list_wrap,
.fn_mode_dark .widget_eyolo_top_articles .post-item,
.fn_mode_dark .blog__item_classic .blog__item,
.fn_mode_dark .fn__article_eta,
.fn_mode_dark .eyolo__modal_search .posts .post-item,
.fn_mode_dark #eyolo__header {
    border-bottom-color: rgba(255, 255, 255, .15);
}

.fn_mode_dark .eyolo__header .site-logo {
    border-left-color: rgba(255, 255, 255, .15);
    border-right-color: rgba(255, 255, 255, .15);
}

.fn_mode_dark .fn__media_category a:not(:hover),
.fn_mode_dark .fn__author_box .author-bio a:not(:hover),
.fn_mode_dark .fn__author_single_box,
.fn_mode_dark .eyolo__meta_cat_date a,
.fn_mode_dark .fn__share_post button,
.fn_mode_dark .fn__share_post a,
.fn_mode_dark .fn__tags,
.fn_mode_dark .author-social-list a,
.fn_mode_dark .eyolo_fn_widget_social a,
.fn_mode_dark aside .widget_block {
    border-color: rgba(255, 255, 255, .15);
}

.fn_mode_dark .eyolo_fn_authors .author_item {
    border-color: rgba(255, 255, 255, .15);
}

.fn_mode_dark .post-divider .divider hr {
    background-color: rgba(255, 255, 255, .15);
}

.fn_mode_dark .blog__item_classic .blog__item:hover {
    border-bottom-color: rgba(255, 255, 255, .25)
}

.eyolo_fn_protectedform form {
    padding: 32px 16px;
    border: 1px solid #DBD8BD;
    border-radius: 12px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.eyolo_fn_protectedform input[type="password"] {
    font-size: 15px;
    height: 56px;
    padding: 0 24px;
    border-radius: 30px;
    border: 1px solid #758A7D;
    background-color: transparent;
    width: 100%;
    text-align: center;
    display: block
}

.eyolo_fn_protectedform input[type="submit"] {
    height: 56px;
    border-radius: 30px;
    background-color: #ff4848;
    border: none;
    color: #fff;
    border: 2px solid #ff4848;
    width: 100%
}

.eyolo_fn_protectedform input[type="submit"]:hover {
    opacity: .8
}

.eyolo_fn_protected {
    width: 100%;
    text-align: center;
    padding: 64px 0
}

.eyolo_fn_protected form {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 50px
}

.eyolo_fn_protected input[type="text"] {
    font-size: 15px;
    height: 56px;
    padding: 0 24px;
    border-radius: 30px;
    border: 1px solid #758A7D;
    background-color: transparent;
    width: 100%;
    text-align: center;
    display: block
}

.eyolo_fn_protected input[type="submit"]:hover {
    opacity: .8
}

.eyolo_fn_protected input[type="submit"] {
    height: 56px;
    border-radius: 30px;
    background-color: #ff4848;
    border: none;
    color: #fff;
    border: 2px solid #ff4848;
    width: 100%;
    display: block
}

.eyolo_fn_protected .eyolo_fn_protectedform {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px
}

.eyolo_fn_protected .eyolo_fn_protectedform form {
    border: none;
    padding: 0
}

.eyolo_fn_protected .fn__desc {
    margin: 0;
    padding: 0
}

.eyolo_fn_protected .fn__maintitle {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-wrap: balance;
    margin-bottom: 15px
}

.eyolo_fn_protected .fn__maintitle span {
    width: 24px;
    height: 1px;
    background-color: var(--h2c);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.eyolo__totop {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 30px;
    bottom: 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px)
}

.eyolo__totop.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.eyolo__totop:hover .fn__svg {
    animation: animate-top .4s ease .025s
}

.eyolo__totop .fn__svg {
    width: 16px;
    height: 16px;
    display: block
}

.eyolo__totop .icon {
    display: block;
    overflow: hidden;
    transform: rotate(180deg);
    position: relative;
    z-index: 1
}

.eyolo__totop .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    display: block;
    fill: none;
    stroke-width: 2;
    transform: rotate(-90deg);
    overflow: visible
}

.eyolo__totop .circle .bg {
    stroke: none;
    fill: #ff4848
}

.eyolo__totop .progress {
    stroke: #ff4848;
    stroke-linecap: round;
    stroke-dasharray: 144;
    stroke-dashoffset: 144
}

.page_content>*:last-child {
    margin-bottom: 0
}

.eyolo_fn_full_page_template[data-style="contained"] .eyolo_fn_pagetitle {
    margin: 0
}

.eyolo_fn_full_page_in[data-style="contained"] {
    padding: 100px 0
}

.wpcf7 .label {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
    color: var(--hc)
}

.wpcf7 label {
    display: block;
    margin-bottom: 35px
}

.wpcf7 br {
    display: none
}

.wpcf7 textarea,
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    border: none;
    border-bottom: 2px solid #c7c6bb;
    padding: 16px 0;
    height: auto;
    background: transparent;
    color: var(--hc);
    font: inherit;
    transition: border-color .2s ease, color .2s ease
}

.wpcf7 textarea:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:focus {
    border-bottom-color: #ff4848;
    outline: none
}

.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s
}

.wpcf7 input[type="submit"] {
    height: 46px;
    border-radius: 30px;
    background-color: #ff4848;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    display: block;
    width: fit-content;
    max-width: 100%
}

.wpcf7 input[type="submit"]:hover {
    opacity: .8
}

@keyframes animate-top-right {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(10px, -14px)
    }

    51% {
        transform: translate(-10px, 14px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes animate-top {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 14px)
    }

    51% {
        transform: translate(0, -14px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media(min-width:640px) {
    .eyolo_fn_protected form {
        flex-direction: row;
    }

    .eyolo_fn_protected input[type="text"],
    .eyolo_fn_protectedform input[type="password"] {
        text-align: left;
    }

    .eyolo_fn_protected input[type="submit"],
    .eyolo_fn_protectedform input[type="submit"] {
        width: fit-content;
    }

    .eyolo_fn_protectedform form {
        padding: 40px 32px;
        flex-direction: row;
    }

    .fn__btn {
        font-size: 15px;
    }

    .eyolo_fn_categories .category-name {
        font-size: 18px;
        line-height: 28px;
    }

    .eyolo_fn_categories .category_item {
        flex: 0 0 20%;
    }

    .eyolo_fn_authors .author_url {
        padding: 64px 0;
    }

    .eyolo_fn_authors .author_item {
        flex: 0 0 50%;
    }

    .eyolo_fn_authors .author-image img {
        width: 128px;
        height: 128px
    }

    .eyolo_fn_authors .arrow .fn__svg {
        width: 19px;
        height: 19px
    }

    .eyolo_fn_authors .author-name {
        font-size: 24px;
        line-height: 32px
    }

    .eyolo_fn_pagetitle .subtitle {
        margin-bottom: 32px
    }

    .eyolo__categorybox ul {
        gap: 12px
    }

    .eyolo__categorybox .category-subtitle {
        margin-bottom: 33px
    }

    blockquote:after {
        width: 36%;
    }

    blockquote:before {
        left: 34%
    }

    blockquote {
        font-size: 24px;
        line-height: 32px
    }

    .eyolo_submit input[type="submit"] {
        font-size: 15px;
    }

    .fn__author_box img {
        width: 128px;
        height: 128px;
        margin-bottom: 48px
    }
}

@media(min-width:768px) {
    .eyolo_fn_protected .fn__maintitle span {
        width: 64px;
    }

    .eyolo_fn_protected .fn__maintitle {
        margin-bottom: 32px;
        font-size: 48px;
        line-height: 1;
    }

    .eyolo_fn_protected {
        padding: 96px 0;
    }

    .fn__media_category[data-direction="bottom_right"] .mc_border2 .fn__svg {
        left: -16px;
    }

    .fn__media_category[data-direction="bottom_right"] .mc_border .fn__svg {
        top: -16px;
    }

    .fn__btn {
        padding: 12px 28px;
    }

    .eyolo_fn_videos .post-image>img,
    .eyolo_fn_videos .image-fallback {
        border-radius: 16px;
    }

    .eyolo_fn_authors .author_item {
        flex: 0 0 33.3333%;
    }

    .fn__blogs_grid .post {
        width: 50%;
    }

    .eyolo__categorybox {
        padding: 96px 0
    }

    blockquote {
        padding-left: 76px !important;
        padding-top: 0 !important
    }

    .eyolo_submit input[type="submit"] {
        padding: 12px 28px;
    }

    .fn__author_box {
        padding: 96px 0
    }

    .eyolo__categorybox .title-decor:first-child,
    .fn__author_box .title-decor:first-child,
    .eyolo_fn_pagetitle .fn__title span:first-child {
        width: 40px;
        margin-right: 24px
    }

    .eyolo__categorybox .title-decor:last-child,
    .fn__author_box .title-decor:last-child,
    .eyolo_fn_pagetitle .fn__title span:last-child {
        width: 40px;
        margin-left: 24px
    }

    .eyolo_fn_pagetitle {
        padding: 96px 0
    }

    .fn__media_category .mc_border .fn__svg {
        width: 16px;
        height: 16px;
        left: -16px
    }

    .fn__media_category .mc_border2 .fn__svg {
        bottom: -16px;
        width: 16px;
        height: 16px
    }

    .fn__blogs_grid .media-spacer,
    .fn__media .image {
        border-radius: 16px
    }
}

@media(min-width:1024px) {
    .eyolo_fn_hassidebar .sidebar_col_right {
        width: 33.3333%;
    }

    .eyolo_fn_hassidebar .sidebar_col_left {
        width: 66.6666%;
    }

    .eyolo_fn_authors .author_item {
        flex: 0 0 25%;
    }

    .fn__blogs_grid .post {
        width: 33.3333%;
    }
}

.eyolo_fn_videos .video_item article {
    min-height: 650px;
    max-height: 700px;
    height: 100%;
}