Your IP : 216.73.216.0


Current Path : /home/goldnueh/public_html/wp-content/themes/coolair/assets/scss/
Upload File :
Current File : //home/goldnueh/public_html/wp-content/themes/coolair/assets/scss/_blog.scss

/* Blog Design */

.single h1, 
.single h2, 
.single h3, 
.single h4, 
.single h5, 
.single h6 {
    clear: none;
}
.blog, .archive{
    .reactheme-blog { 
        .blog-item{          
            transition: all 0.5s ease 0s;
                          
            margin-bottom: 40px;          
            overflow: hidden;
            border-radius: 16px;
            .full-blog-content{
                overflow: hidden;
                padding: 30px 0;  
                .title-wrap{
                    padding-top: 5px;
                }              
                .user-info{
                    display: flex;                    
                    align-items: center;
                    gap: 15px;
                    flex-wrap: wrap;
                    .single-info{
                        span{
                            font-size: 14px;
                            font-style: normal;
                            line-height: 150%;
                            letter-spacing: -0.28px;
                            text-transform: capitalize;
                        }
                        &.author{
                            color:var(--color-primary);
                            font-weight: 700; 
                        }
                        &.cat a{
                            font-weight: 700; 
                        }
                        &:last-child{
                            margin-right: 0;
                        }
                        &.cat{
                            a{
                                color:var(--color-body);
                                &:hover{
                                    color:var(--color-primary);
                                }
                            }
                        }
                    }
                }
                .btm-cate{
                    margin:0 0 10px;
                }
                .title-wrap{
                    .blog-title{
                        font-size: 36px;
                        line-height: 1.2;
                        font-weight: 700;
                        a{
                            color:#1A1C26;                           
                        }
                       
                    }
                }
                
            }
            .blog-img{
                position: relative;                         
                .tag-line{                    
                    position: absolute;
                    right: auto;
                    left: 50px;
                    top: auto;
                    bottom: -52px;
                    display: inline-block;
                    z-index: 11;
                    transform: translateY(-60%);
                    max-width: 68%;
                    a{
                        
                        font-size: 14px;
                        font-weight: 700;
                        line-height: 1;
                        background: var(--color-primary);                     
                        padding: 8px 19px;
                        display: inline-block;
                        margin-bottom: 10px;                        
                    }
                }
                .author{
                    background-color: var(--color-white);
                    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0,.04);
                    position: absolute;
                    right: 50px;
                    bottom: -30px;
                    display: inline-block;
                    z-index: 11;
                    padding: 10px 10px 10px 10px;
                    border-radius: 6px;
                    font-weight: 700;
                    img{
                        margin-right: 10px;
                    }
                }
                
              
            }
            &.no-thumbs{
                .full-blog-content{
                    padding-top: 0;
                }
            }
        }
    }   
}

.blog-item.no-thumbs{
    padding-top:0px;
    .categories{
        margin-bottom: 5px;
        padding: 0 0 0 48px;
        .category-name{
            a{
                background: var(--color-primary);
                color: var(--color-white);
                padding: 5px 19px 6px;
                border-radius: 5px;
                font-size: 13px;
                margin-right: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
                display: inline-block;
                &:hover{
                    background: var(--color-secondary);
                }
            }
        }
    }
}
.reactheme-blog-details,
.reactheme-blog,
.blog{
    .bs-img,
    .blog-img{
        position: relative;
        z-index: 0;
        .blog-date{
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: 100px;
            height: 80px;
            &:after,
            &:before{
                content: '';
                position: absolute;
                display: block;
                transition: all 0.2s;
                width: 0px;
                height: 0px;
                z-index: 100;
                top: 0;
                left: 0;
            }
            &:after{
                border-top: 0 solid;
                border-bottom-color: #f9f9f9;
                border-bottom: 80px solid transparent;
                border-left: 100px solid #f9f9f9;
            }
            &:before{
                top: auto;
                bottom: 0;
                left: auto;
                right: 0;
                border-bottom: 0 solid;
                border-bottom-color: var(--color-secondary);
                border-top: 80px solid transparent;
                border-right: 100px solid var(--color-secondary);
            }
            span{
                display: block;
                color: var(--color-white);
                font-weight: 700;
                position: relative;
                z-index: 999;
                height: 40px;
                padding: 6px 0;
            }
            span.date{
                color: var(--color-secondary);
                font-size: 24px;
                text-align: left;
                padding-left: 12px;
                padding-top: 10px;
            }
            span.month{
                text-align: right;
                padding-right: 12px;
                font-size: 18px;
            }
        }
        .categories{
            position: absolute;
            left: 30px;
            bottom: 30px;
            .category-name{
                a{
                    background: var(--color-primary);
                    color: var(--color-white);
                    padding: 5px 19px 6px;
                    border-radius: 5px;
                    font-size: 13px;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    &:hover{
                        background: var(--color-secondary);
                    }
                }
            }
        }
    }
    .post-meta{        
        i{
            margin-right: 8px;
            &:before{
                font-size: 14px;
                font-weight: 600;
            }
        }
        &.date-meta{
            margin-right: 16px;
            color: #999;
        }
    }
    .post-meta.author{
        color: #555;
    }    
}

.bs-img {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    img {
        width: 100%; 
        transition: 0.4s;
    }
    &:hover{
        img{
            transform: scale(1.1);
        }
    }
}
.widget-title{
    a{
        color: var(--color-white);
        &:hover{
            color: var(--color-white);
        }
        &:visited{
            color: var(--color-white);
        }
    }
}
/* -----------------------
    14. Blog Post
--------------------------*/
.reactheme-blog{
    .grid-blog{
        margin-top: 50px;
    }
    .blog-item{
        margin-bottom: 30px;
        &:hover{
            .blog-img {
                img{
                    transform: scale(1.1);
                }
            }
        }
        .blog-img{
            position: relative; 
            overflow: hidden;
            border-radius: 16px;                     
            a{
                z-index: 11;
                position: relative;
                color: var(--color-white);
                &:hover{
                    background: var(--color-primary);
                }
                img{
                    border-radius: 16px;
                    transition: 0.4s;
                    width: 100%;
                }
            }
            .blog-img-content{
                position: absolute;
                width: 100%;
                height: 100%;
                top: 50%;
                left: 0;
                text-align: center;
                z-index: 10;
                padding: 20px;
                opacity: 0;
                -webkit-transition: .3s all ease-out;
                transition: .3s all ease-out;
                .blog-link{
                    display: inline-block;
                    font-size: 19px;
                    width: 52px;
                    line-height: 54px;
                    height: 52px;
                    text-align: center;
                    border-radius: 50%;
                    background: var(--color-white);
                    transition: all .3s ease 0s;
                    &:hover {
                        background: var(--color-primary);
                        color: var(--color-white) !important;
                    }
                }
                .blog-title{
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 500;
                    margin-top: 15px;
                    color: var(--color-white);
                    margin-bottom: 0;
                    a {
                        color: var(--color-white);
                        &:hover {
                            color: rgba(255, 255, 255, 0.6);
                        }
                    }
                }
            }
            &:hover {
                .blog-img-content {
                    top: 0px;
                    opacity: 1;
                }
            }
        }
        .blog-meta{
            transition: all .3s ease 0s;
            border-top: 1px solid #e7e7e7;
            padding-top: 19px;
            margin-top: 20px;
            li{
                font-size: 15px;
                margin-right: 25px;
            }
            i{
                color: var(--color-secondary);
                margin-right: 7px;
            }
            .seperator{
                padding-left: 7px;
            }
            .blog-date{
                display: inline-block;
                font-weight: 400;              
                color: #777;
                svg{
                    width: 18px;
                    position: relative;
                    top: 7px;
                    margin-right: 3px;
                }

            }
            .categories{
                a{
                    color: #999999;
                    &:hover{
                        color: var(--color-primary);
                    }
                }
            }
            .blog-lc{
                display: inline-block;
                > div {
                    display: inline-block;
                }
            }
        }
        .date-post{
            padding:0;
            color: #999999;
            margin-right: 8px;
            margin-bottom: 8px;
            display: inline-block;
            font-size: 12px;
        } 
        span.author,
        span.category{
            padding: 0;           
            margin-right: 9px;
            margin-bottom: 10px;
            margin-left: 0;
            display: inline;
            position: relative;            
            text-transform: inherit;
            color: #555;
        } 
        .blog-slidermeta{
            margin-bottom: 6px;
            span.seperator{
                display: inline-block;
                padding-right: 5px;
                font-size: 12px;
            }
            span.category{
                a{
                    color: #999999; 
                    &:hover{
                        color: var(--color-primary);
                    }
                }
            }
        }
        

        div.comment {
            padding: 0;            
            color: var(--color-primary);
            border-radius: 30px;
            text-transform: uppercase;
            font-size: 13px !important;
            line-height: normal;
        }
        .blog-author{
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            .author-img {
                float: left;
                img {
                    height: 70px;
                    width: 70px;
                    border-radius: 50%; 
                }
            }
            .author-info {
                margin-left: 15px;
                .author-name {
                    font-size: 15px;
                    margin-bottom: 0;
                }
                .author-title {
                    font-size: 12px;
                }
            }
        }
        .blog-desc{
            clear: both;
            margin-bottom: 20px;
            p{
                margin-bottom: 0;
            }
        }
        .blog-button{
            display: block;           
        }
    }
    .full-layout{
        width: 100%;
    }
    .sidebar-none{
        display: none;
    }
  
  
}
.comment{
    i{
        color: #999;
        font-size: 12px;
    }
}
.archive,
.blog {
    .full-layout-right{
        padding-right: 30px;
    }
    .padding-full-layout-left{
        flex-direction: row-reverse;        
        .full-layout-left{
            padding-left: 30px;
        }
    }
}
.single-post .reactheme-blog-details .bs-meta{
    margin-top: 0px;
    margin-bottom: 18px;
}
.comment-respond .form-submit{
    margin-bottom: 0;
}
.single-post .reactheme-blog-details .type-post .single-content-full{    
    overflow: visible;
    .user-info{
        display: flex;
        align-items: center;
        gap: 15px;
        .single-info{
            span{
                font-size: 14px;
                font-style: normal;
                line-height: 150%;
                letter-spacing: -0.28px;
                text-transform: capitalize;
            }
            &.author{
                color:var(--color-primary);
                font-weight: 700; 
            }           
            &.cat a{
                font-weight: 700; 
            }           
            i{
                color: var(--color-primary);
            }
            a{
                color: #5D666F;
                &:hover{
                    color:var(--color-primary);
                }
            }
        }
    }
}
body.archive{
    .reactheme-blog .blog-item{
        overflow: hidden;
    }
}

.ps-navigation {
    ul {
        margin: 0 !important;
        list-style: none;
        a {            
            text-transform: uppercase;
            background: transparent;            
            color: var(--color-body);
            border-radius: 3px;
            font-weight: bold;
            span {
                display: block;
                font-weight: normal;
                text-transform: capitalize;
                vertical-align: middle;
            }
            i {
                vertical-align: text-top;
            }
            &:hover{            
                color: var(--color-secondary);
            }
        }
        li{
            &.next{
                float: right;
            }
            &.prev{
                float: left;
            }
        }
        li:nth-child(2){
            text-align: right;
        }

    }
}
.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a
{
    color: var(--color-white) !important;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/

blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain){
    padding: 120px 40px 40px;  
    margin: 40px 0 40px;
    text-align: center;
    position: relative;
    background: #f6f6f6;
    border-radius: 0px;
    &:before{
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translate(-50%,0);
        content: "\ea59";
        font-family: "rt-icons";
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background: var(--color-white);
        color: var(--color-primary);       
        font-size: 22px;
    
    }
    p{
        color: var(--color-secondary);
        font-size: 18px;  
        line-height: 1.5;       
        margin-bottom: 15px;
        a{
            color: var(--color-primary);
        }
        
    }
    cite{
        font-weight: 700;
    }
    a{
        color: var(--color-secondary);
    }

}
p.has-drop-cap::first-letter{
    color: var(--color-primary);
}

.reactheme-blog-details {
    .padding-left-sidebar{
        flex-direction: row-reverse;
        .news-details-inner{
            margin-right: 0;
            margin-left: 30px;
        }
    }     
    .news-details-inner{
        margin-right: 30px;
        padding-bottom: 50px;       
    }
    .type-post{
        margin-bottom: 0px;
        .single-content-full{
            overflow: hidden;
            padding:0 10px;
            .title-wrap{
                padding-top: 5px;
                h2{
                    margin-bottom: 0;
                }
            }
            .bs-desc{
                padding: 20px 0;
            }
        }
        .tag-line{
            padding: 0;
            a{
                font-weight: 400;
                color: #555;
                &:hover{
                    color: var(--color-primary);
                }
            }
        }
    }
    .bs-info{
        margin-bottom: 10px;
        &.tags{
            clear:both;
            margin-top: 10px;
            margin-bottom: 10px;          
            color: var(--color-body);
            font-family: var(--font-secondary);
            border-top: 1px solid rgba(131, 131, 131, 0.25);
            padding: 80px 0;
            a{
                display: inline-block;
                line-height: 22px;
                padding-left: 10px ;
                font-family: var(--font-secondary);
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                font-weight: 600;   
                color: var(--color-body);
                &:hover{               
                    color: var(--color-primary);
                }
            }
        }
    }
    .ps-navigation{
        ul{
            list-style: none;
            margin:0;
        }
    }
    .bs-title {
        margin-top:0px;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .single-page-info {
        .p-user {
            .author-img {
                display: inline-block;
                margin-right: 12px;
                margin-bottom: 10px;
                img {
                    border-radius: 50%; 
                }
            }
        }
        .p-date, 
        .author-name, 
        .p-cname{
            padding: 0;
            color: #737383;
            line-height: 24px;
            display: inline-block;
            margin-bottom: 0;
        }
        .author-name {
            color: #737383;
        }
    }
    .bs-meta{
        font-size: 14px;
        margin: 15px 0 0;
        padding: 0;
        li {
            display: inline-block;
            line-height: 10px;
            margin-right: 10px;
            i{
                margin-right: 3px;
                font-size: 12px;
                color: var(--color-secondary);
            }
            a {
                color: #333;
            }
            &.category-name{
                ul{
                    margin: 0;
                    float: left;
                    padding-left: 8px;
                }
            }
            .seperator{
                padding-right: 10px;
            }

        }
    }      
   
    .author-block{      
        display: flex;
        align-items: center;
        background: var(--tertiary-color);
        padding: 30px;
        gap: 40px;
        border-radius: 16px;
   
        .author-img {
            flex-basis: 30%;
            border-radius: 16px;
            overflow: hidden;
            img{
                border-radius: 16px;
            }
        }
        .author-desc{
            flex-basis: 70%;            
        }
        .author-title {
            font-size: 22px;
            position: relative;
            line-height: 30px;
            color:var(--color-secondary);
            font-family: var(--font-secondary);
            font-weight: 600;
            text-transform: capitalize;
            &:after{
                background:var(--color--primary);
                content: "";
                position: absolute;
                left: 0;
                bottom: -5px;
                right: auto;
                width: 120px;
                height: 1px;
                margin: 0 auto;
                display: none;
            }
            a {
                color: #212121;
            }
        }
        p {
            margin-bottom: 8px;
        }
        .rts-author-social-area
        {
         ul{
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 15px;
            li{
                list-style: none;
                font-size: 30px;
            }
         }
         .author_signature img{
            width: 100px;
            height: auto;
         }
        } 
    }
    .comment-respond {
        margin-top: 25px;        
    }
    .comments-title {
        font-size: 30px;
        margin-bottom: 40px;
        margin-top: 40px;
        line-height: 35px;
    }
    #reply-title{
        font-size: 24px;
        font-family: var(--font-primary);
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 40px;
        position: relative;
        padding: 0 0 7px;   
        margin-bottom: 0 !important;   
        small {
            font-size: 80%;
            a {
                color: var(--color-secondary);
                padding-left: 10px;
                &:hover {
                    color: var(--color-primary);
                }
            }
        }
    }
    .comment-block {
        margin-top: 50px;
        .comment {
            padding: 25px;
            background: var(--color-white);
            -webkit-box-shadow: 0 0px 1px rgba(0,0,0,.2);
            box-shadow: 0 0px 1px rgba(0,0,0,.2);
            margin-bottom: 35px;
            .comment-header {
                margin-bottom: 10px;
                &:before, &:after {
                    content: "";
                    display: table;
                }
                &:after {
                    clear: both;
                }
            }
            img {
                float: left;
                margin-right: 15px;
            }
            h3 {
                margin: 5px 0 0 0;
                font-size: 16px;
                line-height: 22px;
            }
            .comment-body p.desc {
                margin-bottom: 10px;
            }
            .comment-reply {
                margin-bottom: 0;
            }       
        }
    } 
}

ol.comment-list .comment-respond .form-submit {
    margin-bottom: 20px;
}

.wp-block-button.is-style-outline{
    margin:10px 0;
}
.wp-block-cover-text{
    color:var(--color-white) !important
}
.single{
    .tag-line{
        position: relative;   
        a{
            display: inline-block;
            margin-right: 3px;
            margin-left: 0;
            margin-bottom: 3px;
            padding: 4px 10px 5px;
            background: var(--color-primary);            
            position: relative;
            color: var(--color-white);
            font-size: 14px;           
            line-height: 17px;
            border-radius: 6px;
        }
    }
    .ps-navigation{        
        border-top: 1px solid #D7D9E9;
        border-bottom: 1px solid #D7D9E9;
        padding: 30px 0;
        .prev{
            width: 50%;
            transition: all .5s ease;
            i{
                margin-right: 10px;
                position: relative;
                top: -4px;
            }
            .next_link{
                margin-left: 0;              
            }
            &:hover{
                a{
                    color: var(--color-secondary);
                }
            }
            .date{
                display: block;
            }
        }
        .next{
            width: 50%;
            transition: all .5s ease;
            .next_link{
                margin-right: 0;
            }
            i{
                margin-left: 10px;
                position: relative;
                top: -4px;
            }
            &:hover{
                a{
                    color: var(--color-secondary);
                }
            }
            .date{
                display: block;
            }
        }
        .next_link{
            text-transform: uppercase;
            color: #909090;
        }
        .link_text{
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            color: var(--color-secondary);
            i{
                color: #909090;
                margin-top: -9px;
            }            
        }
    }
}

.page .comments-area .comment-full .comment-respond{
    padding: 0;
}
.single-post{
    .reactheme-breadcrumbs .page-title{
        max-width: 700px;
        margin: 0 auto;
    }
    .breadcrumbs-inner{
        li{
            list-style: none;
        }
    }  
    .ps-navigation{
        margin-top: 0px;  
        .next_link{
            font-size: 16px;
            text-transform: none;
            color: #999 !important;
            font-weight: 500;
            padding:0 0 8px;
            position:relative;
            &:hover{
                color: #555 !important;
            }
        }
        
        ul{
            li.next{
                .inner-next{
                    
                    position: relative;
                    background: rgba(255, 255, 255, 0.6); 
                    margin-left: 10px;
                } 
                
                .link_text{
                    position:relative;
                    margin-right: 0px;
                    margin-left: 0px;                    
                }
            }
            li.prev{     
                .inner-pre{                   
                    position: relative;
                    background: rgba(255, 255, 255, 0.6); 
                    margin-right: 10px;
                }                        
                
            }
        }
    }
    .ps-navigation{
        .next_link{
            i:before{
                margin-left:0;
            }
        }
    }
    .single-posts-meta{
        margin: 0 !important;
        padding: 38px 40px 0;
        .fa-comments-o{
            &:before{
                color:var(--color-secondary);
            }
        }
        li{
            list-style: none;
            display: inline-block;
            padding-right: 10px;
            color: #555;
            font-size: 14px;
            span{
                i{
                    font-size: 13px;
                    margin-right: 3px;
                    color: var(--color-secondary);
                }
            }
            ul{
                margin: 0;
                position: relative;
                padding-left: 19px;
                li{
                    position: relative;
                    font-size: 14px;
                    a{
                        color: #555;
                        &:hover{
                            color:var(--color-secondary);
                        }
                    }
                    &:before{
                        content: ",";
                        position: absolute;
                        font-size: 16px;
                        font-style: normal;
                        right: 4px;
                        top: 0;
                    }
                    &:last-child{
                        &:before{
                            display:none;
                        }
                    }
                }
                &:before{
                    content: "\f02d";
                    position: absolute;
                    color: var(--color-secondary);
                    font-family: FontAwesome;
                    font-size: 13px;
                    font-style: normal;
                    left: 0;
                    top: 0;
                }
            }
        }
    }
}
.single-post .ps-navigation ul li{
    word-break: break-word;
}

.widget_media_gallery{
    .gallery{
        margin: 0;
    }
    .gallery-item{
        margin: 0;
        .gallery-icon{
            padding: 5px;            
            img{
                border-radius: 3px;
            }            
        }
    }
}
.single-post .reactheme-breadcrumbs .page-title{
    text-align: center;
}
.comment-respond{   
   form#commentform{             
        border-radius: 16px;
        margin: auto;
        margin-top:25px;
        position: relative;
   } 
    .form-field{
        margin-bottom: 30px;
        position: relative;
        i{
            position: absolute;
            top: 50%;
            left: 16px;
            transform: translateY(-50%);
        }
        input{
            width: 100%;
            height: 50px;
            padding: 5px 15px;
            border: solid 1px rgba(0,0,0,0.25)
        }

        #comment{
            width: 100%;
            padding: 8px 20px;
            border: solid 1px rgba(0,0,0,0.25);
        }
    }
    .form-submit{
        clear: both;
        #submit {            
            background: var(--color--primary);
            position: relative;
            display: inline-block;
            padding: 14px 18px;          
            line-height: normal;            
            border-radius:12px; 
            color: var(--color-white);
            font-size: 16px;
            transition: all 0.3s ease 0s;   
            margin-top: 20px;            
            &:hover{
                background:var(--color-secondary);            
                color: var(--color-white);
            }
        }
            
    }
}
.comment-respond label {
    display: none;
}
 
.comments-area{    
    margin-top: 0;
    ol.children{
        padding: 0;
    }   
    .comment-list{
        margin:45px 0 0 0;
        padding: 0;
        li.comment {
            padding: 0px;
            margin: 20px 0 25px;
            border-radius: 5px;
            list-style: none;
            background: rgba(255,255,255,.6);
            .comment-full{
                padding: 0;
                border-radius: 0px;
                position: relative;
            }
            
            .comment-body{
                position: relative;
                padding-left: 98px;
                padding-bottom: 30px;
                margin-bottom: 25px;
                border-bottom: 1px solid #f4f4f4;               
            }
            #respond {
                padding-left: 98px;
                padding-bottom: 0;
                padding-top: 0px;
            }
            span.says {
                display: none;
            }
            .comment-author{
                text-transform: capitalize;
                a {
                    color: var(--color-secondary);
                }
                img{
                    float: left;
                    border-radius: 5px;
                    position: absolute;
                    left: 0;
                    border-radius: 50%;
                }
                b{
                    float: left;
                    padding-right: 14px;
                    padding-top: 0;
                }
            }
            .comment-metadata{
                margin-left: 0;
                margin-top: 0;
                font-size: 14px;
                padding-top: 0;
                clear: both;
                a{
                    time{
                        color: #909090;
                    }
                }
            }
            .comment-content {
                margin-top: 6px;
                border-radius: 5px;
                padding-left: 0;
                padding-right: 0;
                p {
                    margin-bottom: 4px;
                    
                }
            }
            .reply {
                padding-left: 0;
                margin-bottom: 0;
                margin-top: 10px;
                padding-bottom: 0;
                text-align: left;
                a {
                    cursor: pointer;
                    display: inline-block;
                    position: relative;
                    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                    padding: 4px 20px 4px;
                    line-height: 22px;                    
                    font-size: 14px;
                    font-weight: 700;
                    color: var(--color-white);
                    background: var(--color-primary);                  
                    z-index: 1;              
                    &:hover{
                        background: var(--color-secondary);
                        color: var(--color-white);
                        &:before{
                            top: 0%;
                            bottom: auto;
                            height: 100%;
                        }
                    }
                }
            }
            .comment {
                margin-bottom: 0;
                padding-bottom: 0;
            }
            ol.children{
                li{
                    padding-right: 0;
                    margin-left: 2.5em;
                    margin-top: 0;
                }
            }
            &:last-child{
                .comment-full{
                    border-bottom: none;
                }
            }
        }
    }
    #commentform p{
        input{
            border: solid 1px rgba(0,0,0,0.25);
            border-radius: 12px;
            padding: 15px;
            color: var(--color-body);
            background: transparent;
        }
    }
    p.comment-form-url{
        clear: both;
        label{
            display: block;
        }
        input{
            width: 100%;
            height: 57px;
            padding: 10px 30px 10px 30px;
            background: var(--color-white);
            border: 1px solid #E9E9E9;   
            outline: none;           
            margin-bottom: 25px;
            border: 2px solid #F2F4F9;
            border-radius: 30px;
        }
    }
    p.comment-form-comment{
        clear: both;
        margin-bottom: 0  ;    
        textarea{
            height: 224px;
            border: solid 1px rgba(0,0,0,0.25);
            border-radius: 12px;
            padding: 15px;
            color: var(--color-body);
            background: transparent;
        }
    }
    .comment-navigation{
        overflow: hidden;
        .nav-previous{
            position: relative;
            padding-left: 18px;
            &:before{
                content: "\f104";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                position: absolute;
                left: 0;
                top: 1px;
                color: #4caf50;
            }
        }
        .nav-next{
            position: relative;
            padding-right: 18px;
            &:before{
                content: "\f105";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                position: absolute;
                right: 0;
                top: 1px;
                color: #4caf50;
            }
        }
    }
    label{
        font-weight: 400;
    }
}
.comment-full form input:focus,
.comment-full form textarea:focus {
  border: 1px solid var(--color--primary);
  outline: 1px solid var(--color--primary);
  background: none;
}
.comment-full{
    input[type="submit"]:focus{
        border: 0;
    }
}
.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url{
    display: none;
}
.inner-page-title{
    padding-top: 70px
}
.dynamic-sidebar{  
    background: var(--color-white);        
    .recent-widget{
        margin: 0 0 3em
    }
    .widget{
        border: 0;
        padding:40px;
    }
}
.padding-left-sidebar{
    flex-direction: row-reverse;
    .dynamic-sidebar{   
        padding: 0px 0px 20px 0;
    }
}
#respond{
    border-radius: 5px;
}
li.comment{
    #respond{
        background: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }
}

/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.react-sideabr {
    .widget{
        select{
            margin: 0;
            border: 1px solid #f8f8f8;
            border-right: 8px solid #f8f8f8;
            background: #fff;

        }
    }
  
    .recentcomments{
        a{
            text-decoration: underline !important;
        }
        .comment-author-link{
            a{
                text-decoration: none !important;
            }
        }
    }
    .widget_block label.wp-block-search__label,
    .widget_block h2,
    .widget-title{
        color: var(--title-font-color);
        font-family: var(--font-primary);
        position: relative;
        font-size: 20px;
        line-height: 1.24;
        font-weight: 600;
        z-index: 1;
        position: relative;          
    }
    .widget{             
        position: relative;
        transition: all 500ms ease;
        margin-bottom: 40px;
        border-radius: 7px;        
        padding: 38px 40px 35px;
        background: #f8f9fb;
        &:hover{
            &:after{
                height:70px;
            }
        }
    }
    .widget_media_image{
        padding:0;
        background: none;
    }
    .widget:last-child {
        margin-bottom: 0;
    }
    
    ul{
        margin: 0;
        padding: 0;
        list-style: none;
        a {
            color: var(--color-secondary);
            transition: all 0.3s ease 0s;
            &:hover{
                color: var(--color-primary);
            }
        }
        li {           
               
            border-top: 1px solid rgba(0, 0, 0, 0.06);           
            + li {
                margin-top: 10px;
                padding-top: 13px;
                border-top: 1px solid rgba(0, 0, 0, 0.06);
            }
        }
    }
  
    .widget_categories,
    .widget_archive,
    .widget_pages,
    .widget_meta,
    .widget_recent_entries,
    .widget_nav_menu,
    .widget_block{             
        ul{
            li {
                border-top: none;
                border: none;
                position: relative;               
                margin-bottom: 10px;
                transition: 0.3s;
                padding-top: 0;
                border-radius: 12px;
                a{    
                    color: #5D666F;
                    font-weight: 500;
                    transition: 0.3s;
                    padding: 5px 0px;
                    display: inline-block;
                    border-radius: 12px; 

                    &:hover{
                        color: var(--color-primary);
                    }                  
                }
                span{           
                    
                    font-weight: 700;   
                    float: right;
                    font-size: 14px;
                    font-weight: 700;
                           
                } 
                ul{
                    padding-top: 7px;                   
                    padding-left:10px;
                    li{
                        padding: 0;
                        margin-bottom: 0;
                    }
                }               
               
                                    
            }
        }
    }
    .widget_categories{
        ul{
            li{
                a{                 
                    
                    position: relative;                   
                    &:hover{                     
                       
                        color: var(--color-primary);                       
                    }
                }
            }
        }
    }

    .widget_nav_menu{
        span.description{
            display: none;
        }
    }

    .widget_recent_comments{   
        
        ul{
            li {
                border-top: none;
                border: none;
                margin-top: 0px;
                position: relative;
                background: #eee;
                margin-bottom: 10px;
                padding: 14px 20px;
            
                &:last-child{
                    border:none;
                }
               
                a{
                    font-size: 16px;       
                    text-decoration: underline !important;
                    font-weight: 500;           
                    
                    &:hover{
                        color:var(--color-secondary);
                    }
                }
                
                ul{
                    padding-top: 7px;
                    background: #f8f9fb;
                    padding-left:10px;
                }                           
            }
        }
    }
   
   
    .widget_product_categories{        
        h2.widget-title{
            margin-bottom: 18px;
        }
        ul{
            li {
                border-top: none;
                padding: 6px 0px 6px 14px;
                border: none;
                margin-top: 0px;
                position: relative;
                
            }
        }
    }
    .widget_recent_entries{        
        h2.widget-title{
            margin-bottom: 18px;
        }        
    }
    .widget_block ol.wp-block-latest-comments{
        li{
            border-top: 1px solid rgba(0, 0, 0, 0.06);
            border-bottom: none;
            padding: 13px 0px 3px 0px;
            position: relative;
            a{
                color: var(--color-secondary);
                &:hover{
                    color: var(--color-primary);
                }
            }
            &:first-child{
                border-top: none;
                margin-top: 0;
            }          
        }
    }
    .widget_block ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta{
        font-weight: 400;
        line-height: 1.4;
    }

    .widget_calendar{
        table{
            caption{
                padding-bottom: 0;
            }
        }
    }
  
    .widget_block ul li{
        font-weight: 400;
        line-height: 1.5;
    }
    .widget_block ul > li:first-child > a:after{
        display: none;
    }
    
    .widget_search,
    .bs-search {
        overflow: hidden;
        position: relative;        

        input {
            color: #999999;
            height: 55px;
            padding-left: 20px;
            padding-right: 65px;   
            border:1px solid transparent;
            border-radius: 12px;
            background: var(--color-white);
            transition: all 0.4s ease-out 0s;
          &:focus {
                outline: none;
                border: 1px solid var(--color-primary);
          }
        }
        button {
            background: var(--color-primary);
            border: medium none;           
            padding:0;
            width: 55px;
            height: 55px;
            position: absolute;
            right: 0px;
            top: 0;
            z-index: 0;
            font-size: 16px;
            outline: none;
            border-radius: 12px;
            i{
                &:before{
                    margin:0;
                    color: var(--color-secondary);
                }
            }           
        }
        label{
            display: inline;
            font-weight: normal;
        }
    }
    label.wp-block-search__label{
        display: block;
        margin-bottom: 25px;
    }
    .wp-block-search__inside-wrapper{
        position: relative;
    }
    .widget_search{
        .flaticon-search{
            display: none;
        }
        button{
            font-size: 0;
            &:before{
                font-family: "rt-icons";
                font-size: 16px;               
                content: "\e819";
                position: absolute;
                right: 20px;
                top: 12px;
                color: var(--color-white);;
            }
            
        }
    }
    .widget_categories, .widget_recent_entries, .widget_archive, .widget_meta {
        ul {
            list-style: none;
        }
    }
    .recent-post-widget {
        > div + div {
            margin-top: 18px;
        }
        .post-date {
            font-size: 13px;
            color: #999999;
        }
        .post-title {
            font-weight: 400;
            margin-bottom: 0 !important;
            a{
                font-size: 15px;
            }
        }
        .post-desc {
            margin-left: 20px;
            span {
               display: block;
               font-size: 14px;
               color: var(--color-body);
               font-weight: 400;   
               padding-top: 3px;   
               i{
                width: 14px;                
                color: var(--color-body);             
               }
            }
            a {
                display: block;
                color: var(--color-body);
                transition: all 0.3s ease 0s;
                font-size: 16px;      
                line-height: 26px;          
                font-family: var(--font-primary);
                font-weight: 600;  
                margin-top: 5px;        
                &:hover{
                    color: var(--color-primary);
                }              
            }
            
        }
    }
    .tagcloud{
        a {
            display: inline-block;
            padding: 5px 16px;
            background: var(--color--primary);
            border-radius: 12px;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #fff;
            font-size: 14px !important;
            font-weight: 500;
            transition: 0.3s;
            font-family: var(--font-secondary);           
        }
    }
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link{
    color: var(--color-secondary);
}
.bottom-shadow1{
    padding: 32px 0 20px 0;
}
.react-sideabr .widget_recent_entries ul li:first-child{
    border:none;
}
ul.wp-block-archives-list{  
    list-style: none;      
    li {
        border-top: none;
        padding: 6px 0px 6px 0px;
        border: none;
        margin-top: 0px;       
    }
}
.wp-block-latest-comments{
    li{
        .wp-block-latest-comments__comment-link{
            text-decoration: underline !important;
        }
    }
}
.wp-block-categories.wp-block-categories-dropdown select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.wp-block-archives.wp-block-archives-dropdown select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.wp-block-categories.wp-block-categories-dropdown{
    position:relative;
    background:transparent;
    display: inline-block;
    &:after{
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: 14px;
        top: 7px;
        font-size: 20px;
        color: #171f32;
        z-index: 0;
        pointer-events: none;
    }
}

.wp-block-archives.wp-block-archives-dropdown{
    position:relative;
    background:transparent;
    display: inline-block;
    &:after{
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: 14px;
        top: 7px;
        font-size: 20px;
        color: #171f32;
        z-index: 0;
        pointer-events: none;
    }
}
.page-header{
    margin: 0 0 20px;
    h1{
        margin-top: 0;
    }
}
body.search{
    .entry-summary{
        .blog-button{
          a{
            text-align: center;
            display: inline-block;
            color: var(--color-primary);            
            padding: 7px 35px 14px 35px;
            position: relative;
            z-index: 1;
            font-weight: 600;
            font-size: 16px;
            border-radius: 15px;             
            &:hover{
                background: var(--color-secondary);
                color: var(--color-white);
                border-color: var(--color-secondary);
            }
          }
        }
    }  
}
.single-post{
    .react-sideabr{
        h2{
            margin-top: 0;
        }
    }
}
.show-featured {
    display: flex;
    align-items: center;
    @media all and (max-width: 475px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        .post-desc{
            margin-left: 0 !important;
        }
    }
    .post-img {
        width: 90px;
        float: left;
        overflow: hidden;
        border-radius: 5px;
        img{
            transition: all 0.5s ease 0s;
            border-radius: 5px;
        }
        &:hover{
            img{
                transform: scale(1.2);
            }
        }
    }
    .post-item{
        flex-basis:80%;
        overflow: hidden;
    }
}
.bs-search {
    overflow: hidden;
    position: relative;
    input {
        border: 0;
        background: #f6f6f6;
        color: #444444;
        padding: 18px 45px 18px 25px;
        width: 100%;
        border-radius: 0;
    }
    button {       
        border: medium none;        
        padding: 9px 18px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        font-size: 16px;
        outline: none;
        border-radius: 0;
        color: var(--color-white);
        i{
            &:before{
                font-size: 18px;
                font-weight: 600;
            }
        } 
        &:hover{
            color: var(--color-secondary);
        }       
    }
    label{
        display: inline;
        font-weight: normal;
    }
}
article.sticky{
    .blog-title{
        a{
            color: var(--color-secondary);
            position: relative;
            padding-left: 25px;
            font-weight: 700;
            &:after{
                font-family: rt-icons;
                content: "\e81b";
                position: absolute;
                left: 0;
                top: 11px;
                color: var(--color-primary);
                font-size: 25px;
            }

        }
        &:hover{
            a{
                color: var(--color-primary);
                &:after{
                    color: var(--color-primary);
                }
            }
        }
    }
}
.archive-post{
    h3.blog-title{
        a{
            color: var(--color-primary);
            &:hover{
                color: var(--color-primary);
            }
        }
    }
} 
.search-no-results{    
    .no-results{
        margin-right: 20px;
        .search-form{
            position: relative;
            input{
                border-radius: 30px;
            }
            button{
                background: var(--color-primary);
                border: medium none;             
                position: absolute;
                right: 0px;
                top: 0;
                width:55px;
                height:55px;
                line-height:35px;
                border-radius: 50%;
                z-index: 0;
                font-size: 16px;
                outline: none;               
                &:before{
                    font-family: "rt-icons";
                        font-size: 16px;
                        content: "\e819";
                        position: absolute;
                        right: 20px;
                        top: 11px;
                        color: var(--color-white);
                }
            }
        }
    }
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots{
    padding-left: 13px;
    line-height: 40px;
    padding-right: 20px;
    display: inline-block;
}
.reactheme-pagination-area,
.pagination-area {
    padding-top: 0px;
    clear: both;
    text-align: center;
    .pagination{
        padding: 0;
        margin: 0;
    }
    .nav-links {
        display: inline-block;        
        padding: 11px 0px;  
        margin: 0 auto;        
        span.current{           
            background: var(--color-primary);
            color: #fff;     
           
        }
        > * {
            border-radius: 12px;
            margin-right: 10px;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.3s ease 0s;
            text-align: center;
            display: inline-block;
            vertical-align: top;
            border: 1px solid var(--color-border);   
            font-weight: 700; 
            width: 50px;  
            height: 50px; 
            line-height: 50px; 
        }   
        a {                          
            color: var(--color-body);
            background: transparent;

            &:hover{
                background: var(--color-primary);
                color: #fff;
            }
            &.next{
                font-size: 0;
                position: relative;
                &:before{
                    content: "\e814";
                        font-family: "rt-icons";
                        font-size: 16px;                       
                        left: 50%;
                        transform: translate(-50%, 0px);                                          
                        position: absolute;
                        z-index: 1;                        
                }
            }   

            &.prev{
                font-size: 0;
                position: relative;
                &:before{
                    content: "\e813";
                        font-family: "rt-icons";
                        font-size: 16px;                       
                        left: 50%;
                        transform: translate(-50%, 0px);                                          
                        position: absolute;
                        z-index: 1;                        
                }
            }   
           
        }
       
    }
}
.pagination-pages{
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 11px 30px;
    border-radius: 10px;
}
.entry-footer .edit-link {
    padding: 20px 0;
    display: block;
}
.wp-block-latest-posts, .wp-block-rss{    
    list-style: none;    
    li {
        border-top: none;
        padding: 6px 0px 6px 0px;
        border: none;
        margin-top: 0px;
        position: relative;   
        a{
            font-size: 16px;
            color: var(--color-secondary);
            &:hover{
                color:var(--color-secondary);
            }
           
        }         
    }   
}
.page-links{ 
    display: block;
    clear: both;
    span {
        padding: 3px 5px;
        margin: 0 0 0 5px;
    }
}
.page-links .current span {
    color: var(--color-primary);
}
.page-links a span {
    background: transparent !important;
    color: #757575;
}
.comment-list .pingback, .comment-list .trackback {
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px;
}
.reactheme-blog-details .bs-meta li.category-name a {
    line-height: 22px;
}
.single #content h3, 
.single #content h4 {
    margin-bottom: 17px;
}
li.category-name ul.post-categories {
    position: relative;
    float: none !important;
    padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
    content: "\f115";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--color-primary);
}
/*-------------------
    Search Results
---------------------*/
body.search-results {
    .site-main {
        > article {
                           
            margin-bottom: 40px;
            border: 1px solid #E6E9F0;            
            padding: 40px 40px 35px;
            margin-right: 20px;
            .entry-title {
                padding: 0;
                font-weight: 700;
                margin-bottom: 12px;
                font-size: 36px;
                line-height: 40px !important;
                a {
                    color: var(--color-secondary);
                    &:hover {
                        color: var(--color-primary);                        
                    }
                }
            }
            .entry-summary {
                padding: 0 0 15px;
                p:last-child {
                    margin-bottom: 0;
                }
                .search-button {
                    margin-top: 20px;
                    a {
                        color: var(--color-secondary);
                        &:hover {
                            color: var(--color-secondary);
                        }
                        i {
                            vertical-align: middle;
                            transition: 0.3s all ease;
                        }
                    }
                }
            }
            .entry-footer {
                padding: 20px 35px;
                background: #ebebec;
                &:empty {
                    display: none;       
                }
                span {
                    font-weight: 600;
                    a {
                        font-weight: 400;
                        color: var(--color-body);
                        &:hover {
                            color: var(--color-primary);
                        }
                    }
                }
            }
        }
    }
    .pagination-area .pagination {
        margin: 30px 0 0;
    }
    .main-contain #content {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
.page{
    #reply-title{
        small{
            a{
                padding-left: 10px;
            }
        }
    }
}
// Page Sidebar Template
.page-template-page-sidebar{
    .padding-left-sidebar{
        flex-direction: row-reverse;
        .news-details-inner{
            margin-right: 0;
            margin-left: 30px;
        }
    }  
}