/*
Theme Name: Cavin child
Theme URI: https://landing.rivaxstudio.com/cavin/
Author: RivaxStudio
Author URI: https://themeforest.net/user/rivaxstudio/
Description: Personal & lightweight wordpress theme
Version: 1.0
Template:  cavin
License: Themeforest.net
License URI: http://themeforest.net/licenses
Text Domain: cavin
Tags: personal, lifestyle, blog, magazine, minimal, lightweight, AMP, Dark Mode
*/

.single-post #site-inner {
    max-width: 780px;
}

.home #site-inner, .archive #site-inner, .search #site-inner {
    max-width: 1040px;
}

.home #site-inner {
    padding-bottom: 10px;
}

.single-content {
    padding-bottom: 0px;
}

.blog-archive-title {
    padding: 0px;
    border: none;
}

.blog-archive-title .post-count {
    display: none;
}

/* .no-auto-grid .rivax-posts-wrapper {
    grid-auto-rows: auto;
} */

.category .blog-archive-title .sub-title {
    display: none;
}

.related-posts .post-wrapper:hover .content-wrapper-inner {
    transform: none !important;
}

.related-posts .content-wrapper.rivax-position-bottom.style-5 {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.related-posts .content-wrapper-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related-posts .title {
    margin-bottom: 0 !important;
    margin-top: auto !important;
}

.related-posts .meta-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-clouds .rivax-tag-cloud-item {
    display: inline-block;
}

.single-content ul:not(.rivax-toc-items) li a:not(.button) {
    color: inherit;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-color)) no-repeat 0 100%;
    background-size: 100% 2px;
    padding: 2px;
    transition: 0.2s;
}

.single-content ul:not(.rivax-toc-items) li a:not(.button):hover {
    background-size: 100% 100%;
    color: #fff;
}

.rivax-toc-items.toc-hierarchically.toc-counter li.level-1:before {
    content: "\e906";
    font-family: "rivax-icon" !important;
    font-size: 14px;
    margin-right: 5px;
    color: #ff486f;
}