.blog-header{
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    .blog-header-title{
        margin: 0;
        color: #fff;
        font-size: 36px;
        font-weight: 500;
    }
}
.st-blog{
    padding: 60px 0 0;
    .content{
        .article {
            margin-bottom: 40px;
            .cate {
                position: absolute;
                top: 30px;
                left: 30px;
                overflow: hidden;
                ul {
                    padding: 0;
                    margin: 0;
                    a {
                        color: #fff;
                        padding: 5px 10px;
                        display: block;
                        text-decoration: none;
                    }
                }
            }
            .media-responsive {
                iframe {
                    width:100%;
                    height:450px;
                }
            }
        }
        .header {
            position: relative;
            padding: 0px;
            border:none;
        }
        img {
            max-width: 100%;
            height: auto;
        }
        .post-header{
            img{
                width: 100%;
            }
        }
    }
    .title , .post-title{
        line-height: 1.3;
        font-weight: 500;
        margin-top: 30px;
        color: var(--link-color,#1A2B48);
        font-size: 28px;
        @media screen and (max-width:768px) {
            font-size: 18px;
        }
    }
    .post-title{
        a{
            color: var(--link-color,#1A2B48);
        }
    }
    .post-inner{
        .meta {
            display: block;
            margin-bottom: 30px;
            @media screen and (max-width:768px) {
                margin-bottom: 15px;
            }
            overflow: hidden;
            ul {
                padding: 0;
                margin: 0;
                display: flex;
                @media screen and (max-width:768px) {
                    display: block;
                }
                li {
                    list-style: none;
                    float: left;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 14px;
                    @media screen and (max-width:768px) {
                        font-size: 12px;
                    }
                    color: var(--grey-color,#5E6D77);
                    text-transform: uppercase;
                    font-weight: 500;
                    margin-right: 10px;
                    img {
                        border-radius: 50%;
                        width: 30px;
                        height: 30px;
                        margin-right: 12px;
                    }
                    a {
                        text-decoration: none;
                        color: var(--link-color,#1A2B48);
                    }
                    &:after {
                        content: "";
                        height: 6px;
                        width: 6px;
                        background: #eee;
                        margin-left: 12px;
                        border-radius: 50%;
                    }
                }
            }
        }
        .btn-readmore {
            font-size: 14px;
            color: var(--link-color,#5191FA);
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 20px;
            @media screen and (max-width:768px) {
                margin-top: 15px;
            }
            display: inline-block;
        }
    }
}
.search-result-page{
    .banner{
        height: unset !important;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.blog-content , .st-blog{
    .post-info {
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        .date {
            position: relative;
            color: var(--grey-color,#5E6D77);
            margin-right: 30px;
        }
        .count-comment {
            color: var(--link-color,#1A2B48);
        }
    }
    .post-content {
        margin-top: 30px;
        color: var(--grey-color,#5E6D77);
        font-size: 15px;
    }
    .st-flex {
        margin-top: 30px;
        
    }
    .author-info {
        margin-top: 40px;
        padding: 30px;
        border: 1px solid #d7dce3;
        .media{
            .media-left {
                padding-right: 30px;
                max-width: 100px;
                display: inline-block;
                .avatar {
                    border-radius: 50%;
                }
                img{
                    width: 100%;
                    height: auto;
                }
            }
            .media-body{
                .media-heading {
                    font-size: 14px;
                    color: var(--main-color,#1A2B48);
                    font-weight: 500;
                }
            }
        }
    }
    .pagination {
        margin-top: 40px !important;

        .screen-reader-text {
            display: none;
        }

        .nav-previous {
            float: left;
        }

        .nav-next {
            float: right;
        }

        a {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            color: var(--link-color, #1A2B48);

            .fa-angle-left {
                margin-right: 10px;
            }

            .fa-angle-right {
                margin-left: 10px;
            }
        }
    }
}
.single{
    .tags-share{
        margin-top: 30px;
    }
    .tags {
        .tag-item {
            color: var(--link-color,#1A2B48);
            font-size: 11px;
            padding: 8px 20px;
            background: #f7f6f6;
            margin-right: 10px;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: 500;
        }
    }
    .share {
        font-size: 14px;
        color: var(--link-color,#1A2B48);
        .share-item {
            margin-left: 8px;
            margin-right: 8px;
            color: var(--grey-color,#5E6D77);
        }
    }
    #comment-wrapper {
        margin-top: 10px;
        .title {
            padding-bottom: 15px;
            border-bottom: 2px solid #d7dce3;
            font-size: 18px;
            color: var(--grey-color,#5E6D77);
        }
        ol {
            list-style: none;
            padding-left: 0;
            margin: 0;
            li {
                padding-top: 30px;
                padding-bottom: 30px;
                .comment {
                    margin-bottom: 0;
                }
                .media {
                    display: flex;
                    align-items: center;
                    .media-left {
                        padding-right: 20px;
                        .avatar {
                            border-radius: 50%;
                        }
                    }
                }
                .media-body{
                    .media-heading {
                        font-weight: 500;
                        color: var(--main-color,#1A2B48);
                        font-size: 14px;
                    }
                    .date {
                        font-size: 14px;
                        color: #adb5c3;
                    }
                }
                .comment-content {
                    margin-top: 30px;
                    font-size: 14px;
                    color: var(--grey-color,#5E6D77);
                }
                .comment-reply-link {
                    margin-top: 10px;
                    font-size: 14px;
                    color: var(--link-color,#5191FA);
                    text-transform: uppercase;
                    font-weight: 500;
                }
            }
        }
    }
    #respond {
        margin-top: 30px;
        padding: 30px;
        border: 1px solid #d7dce3;
        border-radius: 8px;
        .comment-reply-title {
            margin: 0;
            font-size: 14px;
            color: var(--link-color,#1A2B48);
            text-transform: uppercase;
        }
        .comment-notes {
            font-size: 14px;
            color: var(--grey-color,#5E6D77);
            margin-top: 10px;
        }
        .form-control {
            height: 50px;
            margin-top: 15px;
            box-shadow: none;
            border: 1px solid #dae1e7;
            border-radius: 8px;
        }
        textarea {
            min-height: 140px;
            width: 100%;
            display: block;
            resize: none;
        }
        .submit {
            border-radius: 5px;
            color: #fff;
            margin-top: 35px;
            border: none;
            box-shadow: none;
            font-size: 14px;
            background: var(--link-color,#5191FA);
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: 500;
        }
    }
    
}
.sidebar-widget{
    &.widget_block{
        h2{
            font-size: 16px;
            color: var(--main-color,#1A2B48);
            font-weight: 500;
            background-color: #fff;
            position: relative;
            display: inline-block;
            z-index: 9;
            padding-right: 25px;
            margin: 0px 0px 20px 0px;
        }
        .wp-block-search{
            .wp-block-search__inside-wrapper{
                border-radius: 3px 0 0 3px;
                border: 1px solid #d7dce3;
            }
            input{
                height: 40px;
                font-size: 14px;
                color: var(--grey-color,#5E6D77);
                font-style: italic;
                border: none;
            }
            button {
                height: 40px;
                background: transparent;
                border: none;
                width: 40px;
                text-align: center;
            }
        }
        &.widget_media_image{
            img{
                width: 100%;
            }
        }
    }
    
}
.widget_tag_cloud{
    .wp-block-tag-cloud{
        a {
            font-size: 11px!important;
            color: var(--main-color,#1A2B48)!important;
            font-weight: 500;
            background: #f7f6f6!important;
            border-radius: 3px;
            padding: 9px 20px;
            display: inline-block;
            margin-bottom: 10px;
            margin-right: 10px;
            text-transform: uppercase;
        }
    }
}
