/*
    Theme Name: Blogar Child
    Theme URI: http://axilthemes.com/themes/blogar
    Template: blogar
    Description: Blogar is a premium and trendy News, Magazine and Blog WordPress Theme with super flexible and fully responsive design.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: blogar
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/


.axil-header .logo {
    padding: 0;
}



.axil-header .logo a img, .copyright-area .copyright-left .logo img {
    max-height: 70px;
        width: auto;
}
.axil-header .logo a img, .axil-default-footer.axil-footer-var-2 .logo img {
        width: auto;
}


.header-top {
    background: #fff;
}

.axil-header.header-style-6 .header-top {
    padding: 20px 60px 0;
}

.post-meta .post-author-avatar img {
    width: 50px !important
}

.axil-header.header-style-6 .mainmenu-nav ul.mainmenu {
    justify-content: center;
}

.axil-header.header-style-6 .header-top-bar {
    margin-top: 0;
}


.header-style-6 .mainmenu-nav ul.mainmenu > li.megamenu-wrapper .megamenu-sub-menu {
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb-style-1 {
    padding: 40px 0;
}

.taxonomy-description {
    margin-top: 60px;
}

.taxonomy-description h1 {
    font-size: 22px;
}

.taxonomy-description h2 {
    font-size: 18px;
}

.taxonomy-description h3 {
    font-size: 16px;
}

.container.order_cat {
    display: flex;
    flex-direction: column-reverse;
}

.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
    margin-top: 10px;
}

.banner-single-post.post-formate .content-block .post-content .post-cat {
    margin-bottom: 10px;
}

.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper .post-meta,
.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper .social-share-transparent {
    padding-bottom: 0;
}

.axil-breadcrumb {
    padding: 0 0;
}

.post-single-wrapper.axil-section-gap h2 {
    font-size: 22px;
    line-height: 32px;
}

.post-single-wrapper.axil-section-gap h3 {
    font-size: 16px;
    line-height: 32px;
}

.post-single-wrapper .axil-post-details-content p,
.post-single-wrapper .axil-post-details-content li{
    color: #344464;
        font-size: 16px;
        line-height: 28px;
}

.post-content .post-cat .post-cat-list a {
    padding: 0 8px;
}

.post-content .post-cat {
    margin-bottom: 18px;
}


.search-mobile-icon {
    background: var(--color-lightest);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    font-size: 14px;
    display: inline-block;
    color: var(--color-heading);
    min-width: 40px;
}

.content-block.post-grid.post-grid-transparent::before {
    height: 100%;
}

.single-post .axil-post-details-content p{
    text-align: justify;
}

@media only screen and (max-width: 767px){

    .wp-block-image.alignwide, .wp-block-cover.alignwide {
        margin-left: auto !important;
        margin-right: auto !important;
    }


}