body.blog .ftc-breadcrumb,
body.archive .ftc-breadcrumb,
body.single.single-post .ftc-breadcrumb  {
    background: #F5F5F5;
}

body.blog .ftc-breadcrumb .container,
body.archive .ftc-breadcrumb .container,
body.single.single-post .ftc-breadcrumb .container  {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.archive .ftc-breadcrumb h1 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 2.5px;
}

body.blog .ftc-breadcrumb h1 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 2.5px;
}

body.single.single-post .ftc-breadcrumb .ftc-breadcrumb-goback {
    display: block;
    top: 60px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

body.single.single-post .ftc-breadcrumb .ftc-breadcrumb-goback a{
    font-size: 14px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.3;
    text-decoration: underline;
    display: block;
    text-underline-offset: 7px;
    border-bottom: none;
}

body.blog .blog-search-form {
    max-width: 400px;
    margin-top: 20px;
    position: relative;
}

body.blog .blog-search-form-search-field {
    height: 60px;
    border: solid 1px white;
    width: 100%;
    padding: 10px 60px 10px 55px;
    font-size: 16px;
    color: #333;
}

body.blog .blog-search-form .blog-search-icon {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 20px;
}

body.blog .blog-search-form input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f7f7f7;
    background-image: url('/wp-content/themes/carna-child/assets/images/chevron-right.svg');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    font-size: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
}

.page-header.search-page-heading {
    background: #F5F5F5;
    margin: 0 0 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: none;
}



.blog-view-top-categories {
    margin-bottom: 40px;
}

.blog-view-top-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-view-top-categories ul li {
    padding: 20px 35px;
    letter-spacing: 1.13px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'subset-Operetta12-Light', sans-serif;
    text-transform: uppercase;
    margin-bottom: -1px;
    border-bottom: solid 1px transparent;
}

.blog-view-top-categories ul li:hover {
    border-color: #bbbbbb;
}

.blog-view-top-categories ul li.current-cat {
    border-color: #333;
}

.blog-posts-list-items .blog-list-item-vr {
    margin-bottom: 30px;
}

.blog-posts-list-items .blog-list-item-vr .vr-post-thumbnail .thumbnail-blog {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog-posts-list-items .blog-list-item-vr .date-time {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    font-weight: 600;
}

.blog-posts-list-items .blog-list-item-vr .post_title {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 1.6px;
    margin: 0 0 15px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    min-height: 63px;
}

.blog-posts-list-items .blog-list-item-vr .vr-post-excerpt p {
    font-size: 16px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 100;
    line-height: 1.5;
}

.blog-posts-list-items .blog-list-item-vr .vr-post-read-more {
    font-size: 14px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.5;
    text-decoration: underline;
    display: block;
    text-underline-offset: 7px;
    margin-bottom: 30px;
    border-bottom: 0;
}

.page-header.search-page-heading > .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-header.search-page-heading .page-title,
.page-header.search-page-heading .page-title span {
    font-size: 50px;
    letter-spacing: 2.5px;
    font-family: 'subset-Operetta12-Light', sans-serif;
}

.blog-search-results-items .blog-search-result-item {
    margin-bottom: 30px;
    align-self: stretch;
}

.blog-search-results-items .vr-post-thumbnail {
    margin-bottom: 15px;
}

.blog-search-results-items .vr-post-thumbnail img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.blog-search-results-items .vr-post-title {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 1.6px;
    margin: 0 0 15px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    min-height: 63px;
}

.blog-search-results-items .vr-post-title a {
    line-height: 1;
}

.blog-search-results-items .vr-post-date p {
    font-size: 14px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-search-results-items .vr-post-excerpt p {
    font-size: 16px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 100;
    line-height: 1.5;
}

.blog-search-results-items .vr-post-read-more {
    font-size: 14px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.3;
    text-decoration: underline;
    display: block;
    text-underline-offset: 7px;
}

.single.single-post .vr-index-post-view {
    max-width: 840px;
    margin: -140px auto 30px;
}

.single.single-post .vr-index-post-view p,
.single.single-post .vr-index-post-view a,
.single.single-post .vr-index-post-view span {
    font-family: 'subset-FuturaPT-Light', sans-serif;
}

.single.single-post .vr-index-post-view .blog-view-main-title {
    font-size: 48px;
    margin: 0 0 40px;
    display: block;
    text-transform: uppercase;
}

.single.single-post .vr-index-post-view .post-main-image {
    margin-bottom: 40px;
}

.single.single-post .vr-index-post-view .main-post-info-bar {
    margin-bottom: 40px;
}

.single.single-post .vr-index-post-view .post-info .entry-info-post-main > * {
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #D9D9D9;
    display: inline-block;
    line-height: 1.2;
}

.single.single-post .vr-index-post-view .post-info .entry-info-post-main > *:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.single.single-post .vr-index-post-view .post-info .entry-info-post-main p,
.single.single-post .vr-index-post-view .post-info .entry-info-post-main a,
.single.single-post .vr-index-post-view .post-info .entry-info-post-main span {
    letter-spacing: 0.8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.single.single-post .vr-index-post-view h1 {font-size: 44px;}
.single.single-post .vr-index-post-view h2 {font-size: 40px;}
.single.single-post .vr-index-post-view h3 {font-size: 36px;}
.single.single-post .vr-index-post-view h4 {font-size: 32px;}
.single.single-post .vr-index-post-view h5 {font-size: 28px;}
.single.single-post .vr-index-post-view h6 {font-size: 24px;}

.single.single-post .vr-index-post-view h1,
.single.single-post .vr-index-post-view h2,
.single.single-post .vr-index-post-view h3,
.single.single-post .vr-index-post-view h4,
.single.single-post .vr-index-post-view h5,
.single.single-post .vr-index-post-view h6 {
    margin: 20px 0;
    font-family: 'subset-FuturaPT-Light', sans-serif;

}
.single.single-post .vr-index-post-view p {
    font-size: 20px;
    margin: 0 0 15px;
}

.single.single-post .vr-index-post-view .inner-post-heading {
    font-size: 20px;
    margin-bottom: 10px;
}

.single.single-post .vr-index-post-view .vr-inner-post-share-buttons .inner-post-heading {
    font-family: 'subset-Operetta12-Light', sans-serif;
}

.single.single-post .empty-separator {
    display: block;
    height: 50px;
}

.single.single-post .vr-inner-post-tags .tag-links a {
    background: #f2f2f2;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 3px 3px 0;
}

.single.single-post .vr-inner-post-author p {
    margin-bottom: 0;
    line-height: 1.3;
}

.single.single-post #comments #commentform {
    background-color: #F5F5F5;
    padding: 6rem;
    margin-bottom: 35px;
}

.single.single-post #comments p {
    font-size: 16px;
    font-weight: 100;
    font-family: 'subset-FuturaPT-Light', sans-serif;
}

.single.single-post #comments .comment-reply-title {
    font-size: 20px;
    margin-top: 20px;
}

.single.single-post #comments textarea#comment {
    min-height: 145px;
    height: 145px;
    min-width: 100%;
    max-width: 100%;
}

.single.single-post #comments .commentPaginate {
    text-align: center;
    margin-bottom: 60px;
    display: block;
}
.single.single-post #comments .comment-list .comment-body {
    background: #F5F5F5;
    margin-bottom: 20px;
    padding: 20px 40px;
    position: relative;
    margin-left: 60px;
}

.single.single-post #comments ol {
    list-style: none;
}

.single.single-post #comments ol.children,
.single.single-post #comments ol.children .children{
    margin-left: 60px;
}

.single.single-post #comments .commUserAvatarInitials {
    position: absolute;
    top: 0;
    left: -60px;
    background: #333;
    width: 50px;
    min-height: 50px;
    color: white;
    padding: 15px 5px;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    word-wrap: break-word;
}

.single.single-post #comments .reply {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    text-decoration: underline;
    text-underline-offset: 7px;
}

.single.single-post #comments .comment-meta {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single.single-post #comments .comment-meta .comment-author,
.single.single-post #comments .comment-meta .comment-author a {
    font-size: 20px;
    font-weight: 800;
}

.single.single-post #comments .comment-meta .comment-metadata,
.single.single-post #comments .comment-meta .comment-metadata a,
.single.single-post #comments .comment-meta .comment-metadata span,
.single.single-post #comments .comment-meta .comment-metadata time {
    font-family: 'subset-FuturaPT-Light', sans-serif;
    color: #797979;
    font-size: 14px;
}

.single.single-post #comments .comment-content,
.single.single-post #comments .comment-content p {
    line-height: 1.6;
    font-size: 20px;
}

.single.single-post #comments .comment-meta .comment-edit-link {
    color: black !important;
    margin-left: 10px;
    font-weight: 900;
}

.single.single-post #comments .comment-reply-title a#cancel-comment-reply-link {
    float: right;
    font-size: 16px;
}

.single.single-post #comments #commentform .comment-notes {
    display: none;
}

.single.single-post #comments .comment-form > p.comment-form-author,
.single.single-post #comments .comment-form > p.comment-form-email {
    margin-bottom: 30px;
}

.single.single-post #comments .comment-form > p.comment-form-author,
.single.single-post #comments .comment-form > p.comment-form-email,
.single.single-post #comments .comment-form > .comment-form-cookies-consent,
.single.single-post #comments .comment-form > .form-submit {
    max-width: calc(50% - 20px);
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.single.single-post #comments p.comment-form-author,
.single.single-post #comments .comment-form > .comment-form-cookies-consent {
    margin-right: 35px;
}

.single.single-post #comments .comment-form > .comment-form-cookies-consent label[for="wp-comment-cookies-consent"] {
    max-width: calc(100% - 30px);
    float: right;
    line-height: 1.5;
}

.single-post .form-submit input[type="submit"] {
    background-color: #2c2c2c;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 18px;
    letter-spacing: 2.8px;
    padding: 16px 20px;
    line-height: 1;
}

.single.single-post.logged-in #comments .comment-form > .form-submit {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.single.single-post .related-posts.related {
    margin-top: 20px;
}

.single.single-post .related-posts .related-post-title {
    font-size: 32px;
    padding: 0;
    margin-bottom: 10px;
    font-family: 'subset-Operetta12-Light', sans-serif;
    text-transform: uppercase;
}

.single.single-post .related-posts .related-article-item {
    margin-bottom: 20px;
}

.single.single-post .related-posts .related-article-item .related-date {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2.8px;
    margin-bottom: 10px;
    display: block;
}

.single.single-post .related-posts .related-article-item .related-title  {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1.6px;
    margin: 0 0 15px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    min-height: 63px;
}

.single.single-post .related-posts .related-article-item .related-title  a {
    font-family: 'subset-Operetta12-Light', sans-serif;
}

.single.single-post .related-posts .related-article-item .related-excerpt  {
    font-size: 16px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 100;
    line-height: 1.5;
}

.single.single-post .related-posts .related-article-item .related-readmore {
    font-size: 16px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.5;
    text-decoration: underline;
    display: block;
    text-underline-offset: 7px;
    margin-bottom: 30px;
    border-bottom: none;
}

.recent-blog-articles-slider-container .recent-blog-article-item .rbai-thumbnail img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin-bottom: 15px;
}

.recent-blog-articles-slider-container .recent-blog-article-item .rbai-date {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.recent-blog-articles-slider-container .recent-blog-article-item .rbai-title h3 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 1.6px;
    margin: 0 0 15px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    min-height: 63px;
}

.recent-blog-articles-slider-container .recent-blog-article-item .rbai-excerpt,
.recent-blog-articles-slider-container .recent-blog-article-item .rbai-excerpt p {
    font-size: 16px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    margin-bottom: 15px;
    font-weight: 100;
    line-height: 1.5;
}

.recent-blog-articles-slider-container .recent-blog-article-item .rbai-readmore a {
    font-size: 14px;
    font-family: 'subset-FuturaPT-Light', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.5;
    text-decoration: underline;
    display: block;
    text-underline-offset: 7px;
    margin-bottom: 30px;
}

#related-posts .owl-nav > div,
.recent-blog-articles-slider-container .owl-nav > div {
    top: 45%;
    border: solid 1px black;
    width: 40px !important;
    height: 40px !important;
    background: white;
    line-height: 40px;
    border-radius: 40px;
}

#related-posts .owl-nav > .owl-prev,
.recent-blog-articles-slider-container .owl-nav > .owl-prev {
    left: -60px;
}

#related-posts .owl-nav > .owl-next,
.recent-blog-articles-slider-container .owl-nav > .owl-next {
    right: -60px;
}

#related-posts .owl-nav > div:before,
.recent-blog-articles-slider-container .owl-nav > div:before {
    height: 37px !important;
    line-height: 37px !important;
}

#related-posts .owl-nav > div.disabled,
.recent-blog-articles-slider-container .owl-nav > div.disabled {
    opacity: 0.3;
}

@media screen and (max-width: 768px) {
    body.blog .ftc-breadcrumb h1 {
        font-size: 30px;
    }
    body.blog .ftc-breadcrumb .container,
    body.archive .ftc-breadcrumb .container,
    body.single.single-post .ftc-breadcrumb .container {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 150px;
    }
    body.blog .blog-search-form {
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px)
    }
    body.archive .ftc-breadcrumb h1 {
        font-size: 30px;
    }
    body.blog .ftc-breadcrumb .ftc-breadcrumb-title,
    body.archive .ftc-breadcrumb .ftc-breadcrumb-title {
        top: 40%;
    }
    .blog-view-top-categories {
        overflow-x: scroll;
        margin-top: 25px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .blog-view-top-categories::-webkit-scrollbar {
        display: none;
    }
    .blog-view-top-categories ul {
        justify-content: left;
    }
    .blog-view-top-categories ul li {
        padding: 10px 25px;
    }
    .single.single-post .vr-index-post-view {
        margin: -90px auto 30px;
    }
    body.single.single-post .ftc-breadcrumb .ftc-breadcrumb-goback {
        margin: -10px 0 0;
    }
    .single.single-post .vr-index-post-view .blog-view-main-title {
        font-size: 38px;
    }
    .single.single-post #comments #commentform {
        padding: 3rem;
    }
    .single.single-post #comments .commUserAvatarInitials {
        left: -50px;
        width: 40px;
        min-height: 40px;
        padding: 10px 5px;
        font-size: 18px;
    }
    .single.single-post #comments .comment-list .comment-body {
        padding: 10px 20px 20px;
        margin-left: 50px;
        margin-bottom: 10px;
    }
    .single.single-post #comments .comment-content, .single.single-post #comments .comment-content p {
        line-height: 1.4;
        font-size: 16px;
    }
    .single.single-post #comments ol.children, .single.single-post #comments ol.children .children {
        margin-left: 20px;
    }
    .single.single-post #comments .comment-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .single.single-post #comments .comment-meta .comment-author, .single.single-post #comments .comment-meta .comment-author a {
        font-size: 16px;
        line-height: 1;
    }
    .single.single-post #comments .comment-meta .comment-edit-link {
        margin-left: 0;
    }
    .single.single-post #comments .comment-reply-title a#cancel-comment-reply-link {
        float: unset;
        font-size: 16px;
        display: block;
        margin-top: 10px;
        text-align: right;
    }
    .single-post .form-submit input[type="submit"] {
        font-size: 14px;
    }
    .single.single-post #comments .comment-form > p.comment-form-author,
    .single.single-post #comments .comment-form > p.comment-form-email,
    .single.single-post #comments .comment-form > .comment-form-cookies-consent,
    .single.single-post #comments .comment-form > .form-submit {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .single.single-post #comments .comment-form > p.comment-form-author,
    .single.single-post #comments .comment-form > p.comment-form-email {
        margin-bottom: 10px;
    }
    .single.single-post #comments .comment-form > .comment-form-cookies-consent,
    .single.single-post #comments .comment-form > .form-submit {
        margin-top: 10px;
    }
    .single.single-post .related-posts .related-article-item .related-title,
    .recent-blog-articles-slider-container .recent-blog-article-item .rbai-title h3,
    .blog-posts-list-items .blog-list-item-vr .post_title {
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        overflow: visible;
        display: block;
    }
    .single.single-post .related-posts .related-article-item .related-title,
    .single.single-post .related-posts .related-article-item .related-title a {
        font-size: 24px;
        line-height: 1;
    }

    .recent-blog-articles-slider-container .recent-blog-article-item .rbai-date {
        padding-top: 0;
    }
}

@media screen and (max-width: 1400px) {
    #related-posts,
    .recent-blog-articles-slider-container {
        padding: 0 50px;
    }

    #related-posts .owl-nav > .owl-prev {
        left: -50px;
    }

    .recent-blog-articles-slider-container .owl-nav > .owl-prev {
        left: 0;
    }

    #related-posts .owl-nav > .owl-next {
        right: -50px;
    }

    .recent-blog-articles-slider-container .owl-nav > .owl-next {
        right: 0;
    }
}
