/*==================================================
RAIN SPREE SINGLE BLOG
==================================================*/

.rs-single-blog{
    --rs-blog-green:#176b4d;
    --rs-blog-green-light:#dff4df;
    --rs-blog-purple:#6824dc;
    --rs-blog-text:#193b35;
    --rs-blog-muted:#66736f;

    position:relative;
    overflow:hidden;
    background:
        linear-gradient(
            135deg,
            #f3f8f1 0%,
            #f8faf5 45%,
            #eef7eb 100%
        );
    color:var(--rs-blog-text);
}

/*==================================================
HERO
==================================================*/

.rs-single-hero{
    padding:22px 0 20px;
}

.rs-single-hero > .rs-container{
    padding:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.8);
    border-radius:18px;
    background:rgba(255,255,255,.56);
    box-shadow:0 15px 45px rgba(35,77,54,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

/*==================================================
BREADCRUMBS
==================================================*/

.rs-single-breadcrumbs{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
    padding:18px 24px;
    border-bottom:1px solid rgba(80,100,90,.10);
    color:#68736f;
    font-size:11px;
}

.rs-single-breadcrumbs a{
    color:#58655f;
    text-decoration:none;
}

.rs-single-breadcrumbs a:hover{
    color:var(--rs-blog-purple);
}

.rs-single-breadcrumbs i{
    margin-right:5px;
}

.rs-breadcrumb-current{
    min-width:0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

/*==================================================
HERO GRID
==================================================*/

.rs-single-hero-grid{
    display:grid;
    grid-template-columns:1fr 1.05fr;
    gap:45px;
    align-items:center;
    padding:42px;
}

.rs-single-intro{
    min-width:0;
}

.rs-single-category{
    display:inline-flex;
    align-items:center;
    padding:7px 14px;
    border-radius:999px;
    background:#dcf3dc;
    color:#19734b;
    font-size:11px;
    font-weight:700;
    text-decoration:none;
}

.rs-single-title{
    margin:20px 0 16px;
    max-width:620px;
    color:#164337;
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:43px;
    line-height:1.08;
    font-weight:700;
}

.rs-single-excerpt{
    max-width:560px;
    margin:0 0 25px;
    color:#596964;
    font-size:15px;
    line-height:1.75;
}

/*==================================================
META
==================================================*/

.rs-single-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    color:#596761;
    font-size:12px;
}

.rs-single-author{
    display:flex;
    align-items:center;
    gap:8px;
}

.rs-single-author-avatar{
    width:36px;
    height:36px;
    overflow:hidden;
    flex:0 0 36px;
    border-radius:50%;
    background:#eee;
}

.rs-single-author-avatar img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.rs-single-author strong{
    color:#1c302b;
}

.rs-meta-separator{
    color:#a2aaa5;
}

/*==================================================
SHARE
==================================================*/

.rs-single-share{
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:25px;
    color:#53615c;
    font-size:12px;
}

.rs-single-share > span{
    margin-right:5px;
}

.rs-single-share a{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(75,95,84,.12);
    border-radius:50%;
    background:rgba(255,255,255,.65);
    color:#384d45;
    text-decoration:none;
    transition:.25s ease;
}

.rs-single-share a:hover{
    background:#6824dc;
    border-color:#6824dc;
    color:#fff;
    transform:translateY(-2px);
}

/*==================================================
FEATURED IMAGE
==================================================*/

.rs-single-featured{
    min-width:0;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 18px 45px rgba(33,68,49,.14);
}

.rs-single-featured-image{
    width:100%;
    height:390px;
    display:block;
    object-fit:cover;
}

.rs-single-featured-placeholder{
    width:100%;
    height:390px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#dfeedd,#f7faf3);
    color:#22734e;
    font-size:30px;
    font-weight:800;
}

/*==================================================
CONTENT
==================================================*/

.rs-single-content-section{
    padding:0 0 35px;
}

.rs-single-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 300px;
    gap:25px;
    align-items:start;
}

.rs-single-article{
    min-width:0;
    padding:35px 40px;
    border:1px solid rgba(255,255,255,.85);
    border-radius:18px;
    background:rgba(255,255,255,.66);
    box-shadow:0 12px 40px rgba(37,77,56,.07);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}

/*==================================================
WORDPRESS ARTICLE CONTENT
==================================================*/

.rs-single-entry-content{
    color:#30423c;
    font-size:14px;
    line-height:1.85;
}

.rs-single-entry-content > *:first-child{
    margin-top:0;
}

.rs-single-entry-content h2{
    margin:38px 0 14px;
    color:#176b4d;
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:27px;
    line-height:1.25;
}

.rs-single-entry-content h3{
    margin:30px 0 12px;
    color:#176b4d;
    font-size:20px;
}

.rs-single-entry-content h4{
    margin:25px 0 10px;
    color:#176b4d;
}

.rs-single-entry-content p{
    margin:0 0 18px;
}

.rs-single-entry-content a{
    color:#6824dc;
    text-decoration:underline;
}

.rs-single-entry-content ul,
.rs-single-entry-content ol{
    margin:0 0 20px;
    padding-left:22px;
}

.rs-single-entry-content li{
    margin-bottom:7px;
}

.rs-single-entry-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:25px auto;
    border-radius:15px;
}

.rs-single-entry-content figure{
    margin:28px 0;
}

.rs-single-entry-content figcaption{
    margin-top:8px;
    color:#7b8580;
    text-align:center;
    font-size:11px;
}

.rs-single-entry-content blockquote{
    margin:28px 0;
    padding:20px 25px;
    border-left:4px solid #78bd7b;
    border-radius:0 12px 12px 0;
    background:#e8f5e5;
    color:#315b46;
    font-style:italic;
}

.rs-single-entry-content table{
    width:100%;
    margin:25px 0;
    border-collapse:collapse;
}

.rs-single-entry-content th,
.rs-single-entry-content td{
    padding:10px;
    border:1px solid #dfe8df;
    text-align:left;
}

/*==================================================
TAGS
==================================================*/

.rs-single-tags{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin-top:35px;
    padding-top:25px;
    border-top:1px solid rgba(75,100,85,.12);
    font-size:11px;
}

.rs-single-tags > span{
    margin-right:3px;
    color:#52625b;
    font-weight:700;
}

.rs-single-tags a{
    padding:6px 10px;
    border-radius:999px;
    background:#edf5e9;
    color:#477152;
    text-decoration:none;
}

/*==================================================
POST NAVIGATION
==================================================*/

.rs-post-navigation{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:30px;
}

.rs-post-prev,
.rs-post-next{
    min-width:0;
}

.rs-post-next{
    text-align:right;
}

.rs-post-navigation a{
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:15px 17px;
    border:1px solid rgba(70,100,80,.12);
    border-radius:12px;
    background:rgba(255,255,255,.7);
    color:#233b32;
    text-decoration:none;
    transition:.25s ease;
}

.rs-post-navigation a:hover{
    border-color:#a8d5a6;
    transform:translateY(-2px);
}

.rs-post-navigation span{
    color:#6a7771;
    font-size:10px;
    font-weight:600;
}

.rs-post-navigation strong{
    overflow:hidden;
    font-size:12px;
    line-height:1.4;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/*==================================================
SIDEBAR
==================================================*/

.rs-single-sidebar{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.rs-single-sidebar-card{
    padding:20px;
    border:1px solid rgba(255,255,255,.8);
    border-radius:16px;
    background:rgba(255,255,255,.68);
    box-shadow:0 10px 30px rgba(35,75,52,.06);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.rs-single-sidebar-card h3{
    margin:0 0 16px;
    color:#203a31;
    font-size:16px;
    font-weight:800;
}

/*==================================================
SEARCH
==================================================*/

.rs-single-search form{
    position:relative;
}

.rs-single-search input{
    width:100%;
    height:42px;
    padding:0 42px 0 14px;
    border:1px solid #dfe8df;
    border-radius:999px;
    outline:none;
    background:rgba(255,255,255,.8);
    color:#263c34;
    font-size:11px;
}

.rs-single-search input:focus{
    border-color:#8ac78d;
}

.rs-single-search button{
    position:absolute;
    top:4px;
    right:4px;
    width:34px;
    height:34px;
    border:0;
    border-radius:50%;
    background:#edf5e9;
    color:#26704d;
    cursor:pointer;
}

/*==================================================
ABOUT AUTHOR
==================================================*/

.rs-about-author{
    display:grid;
    grid-template-columns:55px minmax(0,1fr);
    gap:12px;
}

.rs-about-author-avatar{
    width:55px;
    height:55px;
    overflow:hidden;
    border-radius:50%;
}

.rs-about-author-avatar img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.rs-about-author h4{
    margin:0 0 5px;
    color:#263c34;
    font-size:12px;
}

.rs-about-author p{
    margin:0;
    color:#66736e;
    font-size:10px;
    line-height:1.6;
}

.rs-sidebar-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:15px;
    color:#6824dc;
    font-size:10px;
    font-weight:700;
    text-decoration:none;
}

.rs-sidebar-link:hover{
    gap:10px;
}

/*==================================================
POPULAR
==================================================*/

.rs-single-popular{
    display:flex;
    flex-direction:column;
    gap:13px;
}

.rs-single-popular-item{
    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    gap:10px;
    text-decoration:none;
}

.rs-single-popular-image{
    width:68px;
    height:53px;
    overflow:hidden;
    border-radius:8px;
    background:#e7f0e4;
}

.rs-single-popular-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.rs-single-popular-image span{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#24704c;
    font-size:11px;
    font-weight:800;
}

.rs-single-popular-item h4{
    margin:0 0 4px;
    color:#2c4038;
    font-size:11px;
    line-height:1.4;
}

.rs-single-popular-item time{
    color:#89938e;
    font-size:9px;
}

/*==================================================
CATEGORIES
==================================================*/

.rs-single-categories{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.rs-single-categories a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    color:#52615a;
    font-size:10px;
    text-decoration:none;
}

.rs-single-categories a:hover{
    color:#6824dc;
}

.rs-single-categories strong{
    min-width:24px;
    padding:3px 7px;
    border-radius:999px;
    background:#edf0ff;
    color:#6824dc;
    text-align:center;
    font-size:9px;
}

/*==================================================
NEWSLETTER
==================================================*/

.rs-single-newsletter{
    padding:22px;
    border:1px solid rgba(104,160,110,.25);
    border-radius:16px;
    background:linear-gradient(135deg,#e9f7e4,#dcefd8);
}

.rs-single-newsletter h3{
    margin:0 0 8px;
    color:#20563d;
    font-size:17px;
}

.rs-single-newsletter p{
    margin:0 0 15px;
    color:#627168;
    font-size:10px;
    line-height:1.6;
}

.rs-single-newsletter form{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.rs-single-newsletter input{
    width:100%;
    height:40px;
    padding:0 12px;
    border:1px solid #d4e4d0;
    border-radius:8px;
    outline:none;
    background:#fff;
    font-size:10px;
}

.rs-single-newsletter button{
    width:100%;
    height:40px;
    border:0;
    border-radius:8px;
    background:#6824dc;
    color:#fff;
    font-size:11px;
    font-weight:700;
    cursor:pointer;
}

/*==================================================
RELATED POSTS
==================================================*/

.rs-related-section{
    padding:0 0 70px;
}

.rs-related-heading{
    margin-bottom:18px;
}

.rs-related-heading h2{
    margin:0;
    color:#183d31;
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:27px;
}

.rs-related-heading span{
    font-size:18px;
}

.rs-related-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.rs-related-card{
    overflow:hidden;
    border:1px solid rgba(255,255,255,.9);
    border-radius:14px;
    background:rgba(255,255,255,.75);
    box-shadow:0 8px 25px rgba(35,75,52,.06);
}

.rs-related-image{
    display:block;
    height:135px;
    overflow:hidden;
}

.rs-related-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:.35s ease;
}

.rs-related-card:hover .rs-related-image img{
    transform:scale(1.05);
}

.rs-related-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eaf3e5;
    color:#26704d;
    font-size:14px;
    font-weight:800;
}

.rs-related-content{
    padding:13px;
}

.rs-related-category{
    display:inline-block;
    margin-bottom:6px;
    padding:4px 8px;
    border-radius:999px;
    background:#e5f4df;
    color:#33704b;
    font-size:8px;
    font-weight:700;
}

.rs-related-content h3{
    margin:0 0 9px;
    font-size:13px;
    line-height:1.4;
}

.rs-related-content h3 a{
    color:#243a32;
    text-decoration:none;
}

.rs-related-content h3 a:hover{
    color:#6824dc;
}

.rs-related-meta{
    display:flex;
    align-items:center;
    gap:6px;
    color:#89928d;
    font-size:9px;
}

/*==================================================
TABLET
==================================================*/

@media(max-width:991px){

    .rs-single-hero-grid{
        grid-template-columns:1fr;
        gap:28px;
    }

    .rs-single-title{
        max-width:800px;
    }

    .rs-single-featured-image,
    .rs-single-featured-placeholder{
        height:380px;
    }

    .rs-single-layout{
        grid-template-columns:1fr;
    }

    .rs-single-sidebar{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .rs-single-newsletter{
        grid-column:1 / -1;
    }

    .rs-related-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:767px){

    .rs-single-hero{
        padding:12px 0;
    }

    .rs-single-hero > .rs-container{
        border-radius:14px;
    }

    .rs-single-breadcrumbs{
        padding:14px 16px;
        gap:7px;
        font-size:9px;
    }

    .rs-single-hero-grid{
        padding:25px 18px;
    }

    .rs-single-title{
        margin-top:15px;
        font-size:35px;
    }

    .rs-single-excerpt{
        font-size:13px;
    }

    .rs-single-featured{
        border-radius:18px;
    }

    .rs-single-featured-image,
    .rs-single-featured-placeholder{
        height:260px;
    }

    .rs-single-layout{
        gap:18px;
    }

    .rs-single-article{
        padding:25px 18px;
        border-radius:14px;
    }

    .rs-single-entry-content{
        font-size:13px;
    }

    .rs-single-sidebar{
        display:flex;
    }

    .rs-post-navigation{
        grid-template-columns:1fr;
    }

    .rs-post-next{
        text-align:left;
    }

    .rs-related-grid{
        grid-template-columns:1fr;
    }

    .rs-related-image{
        height:190px;
    }

}

/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:480px){

    .rs-single-title{
        font-size:31px;
    }

    .rs-single-meta{
        align-items:flex-start;
        flex-direction:column;
    }

    .rs-meta-separator{
        display:none;
    }

    .rs-single-share{
        flex-wrap:wrap;
    }

}

/* =========================================================
   SINGLE POST SHARE
========================================================= */

.rs-single-share {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 24px;

}


.rs-share-label {

    margin-right: 5px;

    color: #53635f;

    font-size: 13px;

    font-weight: 500;

}


.rs-share-btn {

    width: 38px;

    height: 38px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.72);

    border: 1px solid rgba(47,93,79,.14);

    color: #365c4f;

    text-decoration: none;

    box-shadow:
        0 5px 15px rgba(30,70,55,.06);

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        box-shadow .25s ease;

}


.rs-share-btn:hover {

    transform: translateY(-3px);

    background: #ffffff;

    color: #7131c9;

    box-shadow:
        0 10px 24px rgba(60,40,100,.13);

}


/* THREADS */

.rs-share-threads:hover {

    background: #111111;

    color: #ffffff;

}


/* INSTAGRAM */

.rs-share-instagram:hover {

    background:
        linear-gradient(
            135deg,
            #833ab4,
            #fd1d1d,
            #fcb045
        );

    color: #ffffff;

}


/* FACEBOOK */

.rs-share-facebook:hover {

    background: #1877f2;

    color: #ffffff;

}


/* PINTEREST */

.rs-share-pinterest:hover {

    background: #bd081c;

    color: #ffffff;

}


/* X */

.rs-share-x:hover {

    background: #111111;

    color: #ffffff;

}


/* EMAIL */

.rs-share-email:hover {

    background: #3f7d68;

    color: #ffffff;

}


@media (max-width: 600px) {

    .rs-single-share {

        gap: 8px;

    }

    .rs-share-btn {

        width: 36px;

        height: 36px;

    }

}

/* =========================================================
   BLOG THREAD / COMMENTS
========================================================= */

.rs-blog-thread {

    margin-top: 30px;

    padding: 28px;

    border: 1px solid rgba(255,255,255,.85);

    border-radius: 18px;

    background: rgba(255,255,255,.70);

    box-shadow:
        0 12px 40px rgba(37,77,56,.07);

    backdrop-filter: blur(16px);

    -webkit-backdrop-filter: blur(16px);

}


/* HEADER */

.rs-blog-thread-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(75,100,85,.10);

}


.rs-blog-thread-header h2 {

    margin: 0 0 6px;

    color: #183d31;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 27px;

}


.rs-blog-thread-header p {

    margin: 0;

    color: #66736f;

    font-size: 12px;

}


.rs-thread-count {

    flex-shrink: 0;

    padding: 7px 12px;

    border-radius: 999px;

    background: #edf5e9;

    color: #33704b;

    font-size: 10px;

    font-weight: 700;

}


/* COMMENTS */

.rs-thread-comments {

    margin-top: 5px;

}


.rs-thread-comment {

    display: flex;

    gap: 13px;

    padding: 20px 0;

    border-bottom: 1px solid rgba(75,100,85,.09);

}


.rs-thread-comment:last-child {

    border-bottom: 0;

}


.rs-thread-avatar {

    flex: 0 0 42px;

    width: 42px;

    height: 42px;

    overflow: hidden;

    border-radius: 50%;

    background: #eee;

}


.rs-thread-avatar-img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}


.rs-thread-body {

    min-width: 0;

    flex: 1;

}


.rs-thread-meta {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 5px;

}


.rs-thread-meta strong {

    color: #263c34;

    font-size: 12px;

}


.rs-thread-meta time {

    color: #9aa39e;

    font-size: 9px;

}


.rs-thread-text {

    color: #3c4d46;

    font-size: 12px;

    line-height: 1.65;

}


.rs-thread-text p {

    margin: 0;

}


.rs-thread-actions {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 8px;

    color: #8a948f;

    font-size: 10px;

}


.rs-thread-reaction {

    cursor: pointer;

}


.rs-thread-actions .comment-reply-link {

    margin-left: 10px;

    color: #6824dc;

    font-weight: 700;

    text-decoration: none;

}


.rs-thread-actions .comment-reply-link:hover {

    text-decoration: underline;

}


/* EMPTY STATE */

.rs-thread-empty {

    padding: 30px 10px;

    text-align: center;

}


.rs-thread-empty-icon {

    display: block;

    margin-bottom: 8px;

    font-size: 25px;

}


.rs-thread-empty strong {

    display: block;

    color: #294239;

    font-size: 13px;

}


.rs-thread-empty p {

    margin: 5px 0 0;

    color: #7b8580;

    font-size: 11px;

}


/* FORM */

.rs-thread-form {

    margin-top: 20px;

    padding-top: 20px;

    border-top: 1px solid rgba(75,100,85,.10);

}


.rs-thread-form .comment-reply-title {

    margin: 0 0 12px;

    color: #294239;

    font-size: 15px;

}


.rs-thread-form form {

    display: flex;

    flex-direction: column;

    gap: 10px;

}


.rs-thread-textarea {

    width: 100%;

    min-height: 100px;

    padding: 14px 16px;

    resize: vertical;

    border: 1px solid rgba(75,100,85,.14);

    border-radius: 14px;

    outline: none;

    background: rgba(255,255,255,.78);

    color: #30423c;

    font-family: inherit;

    font-size: 12px;

}


.rs-thread-textarea::placeholder {

    color: #a0aaa5;

}


.rs-thread-textarea:focus {

    border-color: #9acb9a;

    box-shadow:
        0 0 0 3px rgba(120,189,123,.10);

}


.rs-thread-submit {

    align-self: flex-end;

    min-width: 130px;

    min-height: 40px;

    padding: 0 20px;

    border: 0;

    border-radius: 999px;

    background: #6824dc;

    color: #fff;

    font-size: 11px;

    font-weight: 700;

    cursor: pointer;

    transition: .25s ease;

}


.rs-thread-submit:hover {

    background: #5420b4;

    transform: translateY(-2px);

}


/* WORDPRESS REPLY */

.rs-thread-comment .children {

    margin: 15px 0 0 55px;

    padding: 0;

}


/* MOBILE */

@media (max-width: 600px) {

    .rs-blog-thread {

        padding: 20px 16px;

        border-radius: 14px;

    }


    .rs-blog-thread-header {

        align-items: flex-start;

        flex-direction: column;

    }


    .rs-thread-count {

        align-self: flex-start;

    }


    .rs-thread-comment .children {

        margin-left: 25px;

    }


    .rs-thread-submit {

        width: 100%;

    }

}