.card-blog .card-image,
.card-blog .card-image img {
    border-radius: unset !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-collapse > .navbar-nav > li.menu-item > a{
        font-size: 11px;
        padding: 10px 8px;
    }
}
   
/*Blog*/
body.category {
    display: block; 
}

.blog .hestia-blogs .card-blog .card-image{
    margin-top: 23px;
}
.blog .hestia-blogs .card-description p{
    font-weight: 400;
    color: #3C4858;   
}
.blog .hestia-blogs .card-blog{
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog .hestia-blogs .card-blog .category{
    display: block;
}
.blog .hestia-blogs .archive-post-wrap .card-blog:first-child .card-image{
    margin-top: 0;
}
.blog .hestia-blogs .archive-post-wrap .card-blog:first-child .category.text-info{
    padding-top: 0;
    margin-top: 0;
}
.blog .hestia-blogs .card-blog .author{
    display: flex;
    align-items: center;
    gap: 4px;
    flex-direction: column;
    align-items: start;
}  
.blog .hestia-blogs .card-blog .author > span{
    display: none;
}
.blog .hestia-blogs .card-blog .author .text-info{
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.blog .hestia-blogs .card-blog .author a{
    color:#2d6d8a;
    transition: .3s ease;
}
.blog .hestia-blogs .card-blog .author a:hover{
   color: #2d6d8a;
   opacity: .75;
}
.blog .hestia-blogs .card-blog .card-description{
    margin: 15px 0 17px;
}
.blog .blog-sidebar .widget h5, 
.single-post .blog-sidebar .widget h5, 
.shop-sidebar .widget h5{
     font-weight: 500;
}

.widget ul li{
    line-height: 1.5;
    margin-bottom: 20px;
}

.blog .blog-sidebar .widget a,
.single-post .blog-sidebar .widget a, 
.shop-sidebar .widget a{
    line-height: 1.5;
    font-weight: 500;
    color: #2d6d8a 
}
.single-post .widget.widget_search:hover .search-form input[type=submit],
.blog .widget.widget_search:hover .search-form input[type=submit],
.blog .blog-sidebar .form-group .search-submit,
.single-post .blog-sidebar .form-group .search-submit{
    opacity: 0;
}

.blog .blog-sidebar .form-group .form-group.is-focused + .search-submit,
.single-post .blog-sidebar .form-group .form-group.is-focused + .search-submit{
    opacity: 1 !important;
}


.single-post .blog-post > .container > .section > .row,
.blog .hestia-blogs > .container > .row{
    display: flex;
}
.single-post .blog-post > .container > .section > .row > .blog-sidebar-wrapper,
.blog .hestia-blogs > .container > .row > .blog-sidebar-wrapper{
    margin-left: 0;
    display: none;
}
.single-post .blog-post > .container > .section > .row > .single-post-container,
.blog .hestia-blogs > .container > .row > .archive-post-wrap{
    margin: 0 auto;
}

@media screen and (min-width: 1300px){
    .single-post .blog-post > .container,
    .blog .hestia-blogs > .container{
        width: 100%;
    }
    .single-post .blog-post > .container > .section > .row > .single-post-container,
    .blog .hestia-blogs > .container > .row > .archive-post-wrap{
        min-width: 780px;
    }
    .single-post .blog-post > .container > .section > .row:before,
    .blog .hestia-blogs > .container > .row:before{
        display: block;   
        width: 25%;
    }
    .single-post .blog-post > .container > .section > .row > .blog-sidebar-wrapper,
    .blog .hestia-blogs > .container > .row > .blog-sidebar-wrapper{
        margin-left: 0;
        display: block;
    }
}
@media screen and (min-width: 1366px){
    .single-post .blog-post > .container,
    .blog .hestia-blogs > .container{
        width: 1366.11px;
    }
}


@media screen and (min-width: 640px){
    .blog .hestia-blogs .archive-post-wrap .card-blog > div{
        display: flex;
        align-items: center;
    }   
    .blog .hestia-blogs .archive-post-wrap .card-blog:nth-of-type(even) > div{
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 767px){
    .blog .hestia-blogs .card-blog .author{
        align-items: center;
        flex-direction: row;

    }
     .blog .hestia-blogs .card-blog .author > span{
        display: inline-block;
    }
}
@media screen and (min-width: 992px){
    .blog .hestia-blogs .archive-post-wrap .card-blog:first-child{
        margin-top: 0;
    }   
}

/*Blog post*/
.blog-post .header-filter{
    background: linear-gradient(45deg, rgba(81, 188, 218, 1) 0%, rgb(147, 216, 197) 100%);
}

.blog-post .header-filter:before{
    background-color: transparent;
}

.blog-post .page-header .hestia-title{   
    font-weight: 300;
}

.blog-post .page-header .author{   
    font-size: 18px;
    font-weight: 100;
}

.blog-post .section-blog-info hr{
    display: none;
}

/*Related Posts in Post*/
.single-post .related-posts .card-blog{
    border-radius: 0;
}
.single-post .related-posts .card-blog .card-title .blog-item-title-link{
    color: #2d6d8a;
}
.single-post .related-posts .card-blog .content .card-description{
    color: #3C4858;
}

.single-post .related-posts .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-post .related-posts .row .col-md-4{
  display: flex;
  flex-direction: column;
}

.single-post .related-posts .row .card-blog{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-post .related-posts .row .card-blog .card-image{
    height: auto;
}

.single-post .related-posts .row .card-blog .content{ 
  display: flex;
  flex-direction: column;
}

.single-post .related-posts .row .card-blog .card-description{
  margin-top: auto; 
}
/*End Related Posts in Post*/

@media screen and (min-width: 992px){    
    .blog-post .section-blog-info .row {
        display: flex;
        align-items: center;
    }
}
