.blog-post {margin-bottom: 20px;}
.blog-home {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.blog-item.blog-post-item {
    height: 230px;
}
.blog-item.blog-post-item .thumbnail .caption {
    height: 60px;
}
.thumbnail .caption{ padding: 5px 0px 0px 0px !important;}
.blog-item.blog-post-item .blog-footer {
    position: absolute;
    bottom: 0;
}
.blog-item {
    width: 100%;
    margin-top: 20px;
}
.blog-item a {
    color: gray;
    text-decoration: none !important;
}

.blog-item a:hover,
.blog-item a:focus {
    text-decoration: none;
}

.blog-item .blog-card {
    left: 0;
    position: absolute;
    right: 0;
    margin-top: -12px;
    text-align: center;
}

.blog-item .blog-card .blog-card-label {
    background: #fb6a09;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-item .blog-footer {
    display: inline-block;
    color: #7a7a7a;
    text-align: center;
    bottom: 10px;
}

.author-list{
    height: 32px !important;
    width: 32px !important;
    border-radius: 50%;
    border: 1px solid #fff;
}

.blog-item .blog-footer img {
    min-width: 32px;
    height: 32px;
}

.blog-item .blog-footer strong {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FB6A0F;
}
.blog-item .blog-footer p {
    font-weight: 500 !important;
    margin-bottom: 0;
}
.blog-item .thumbnail {
    padding: 0;
    border: 0px !important;
    border-radius: 0px !important;
}

.blog-item .thumbnail .blog-box-img {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blog-item .thumbnail .blog-box-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-width: 101%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    height: auto;
}
.blog-item .thumbnail .guide-caption {
    height: 145px;
    padding: 3px;
    overflow: hidden;
}

.blog-item .thumbnail .guide-caption h3, .blog-item .thumbnail .caption h3 {
    color: #000a12;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blog-item .thumbnail .guide-caption p, .blog-item .thumbnail .caption p {

    font-weight: 500;
    padding: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.search-menu {
    padding: 10px;
}

.search-menu .has-text {
    width: 65% !important;
    border-radius: 3px;
    background: #f7f5f3 !important;
}

.search-menu .search-box {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}

.search-menu .search-box:hover {
    width: 65%;
    border-radius: 3px;
    background: #f7f5f3;
}

.search-menu .search-box .form-control {
    padding-right: 30px;
    border: 0 none;
    background-color: transparent;
    box-shadow: none;
    display: block;
}

.search-menu .search-box .form-control::-webkit-input-placeholder {
    display: none;
}

.search-menu .search-box .form-control:-moz-placeholder {
    display: none;
}

.search-menu .search-box .form-control::-moz-placeholder {
    display: none;
}

.search-menu .search-box .form-control:-ms-input-placeholder {
    display: none;
}

.search-menu .search-box .input-group-addon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 5px 10px;
    border: none;
    background: transparent;
    right: 5px;
}

.search-menu .search-box .input-group-addon img {
    height: 21px !important;
    width: 21px !important;
    margin-right: 0px !important;
}
.search-div {margin: auto; padding: 10px 0 10px 0px; width: 60%;}
.search-div input[type="search"]{
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    display: table-cell;
    padding: 6px 12px;

    font-size: 14px;
}
.search-div .input-group-addon {background-color: #ffffff;
border-radius: 0;
    border-left: 0px;
}
.search-div button{
    background-color: #ffffff;
    border-radius: 0;
    display: table-cell;
    border: 0;
    font-size: 14px;
}
.blog-sidebar {
    padding-left: 0;
    padding-right: 0;
}

.blog-sidebar .well {
    background: #fff;
    padding: 10px 15px 100px 15px;
    border-radius: 0;
}

.blog-sidebar .well h2,
.blog-sidebar .well h3 {
    font-size: 20px !important;
    font-weight: 600;
    padding: 15px 0px;
    color: black;
}

.blog-sidebar .search-box {
    padding: 10px;
}

.blog-sidebar .search-box .form-control {
    padding: auto 15px;
    background-color: #f7f5f3;
    background-image: none;
    border: 1px solid #f7f5f3;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.blog-sidebar .search-box .input-group-addon {
    padding: 5px 10px;
    border: none;
    background: #f7f5f3;
}

.blog-sidebar .search-box .input-group-addon button {
    outline: none;
    border: 0;
    background: transparent;
    padding: 0;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar {
    overflow: hidden;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li {
    margin-bottom: 50px;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li.recent-post {
    min-height: 80px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}

.blog-sidebar .widget-sidebar .content-widget-sidebar ul li img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    border-radius: 0px;
}
.blog-sidebar .widget-sidebar .content-widget-sidebar ul li img:hover {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.blog-sidebar .widget-sidebar .content-widget-sidebar ul li a {
    text-decoration: none;
    color: gray;
    font-size: 13px;
}
.blog-sidebar .widget-sidebar .content-widget-sidebar ul li h5{
    color: #000a12;
}
.blog-sidebar hr {
    border-top: 1px solid #eee;
}

.blog-sidebar .tag-sidebar {
    margin-bottom: 30px;
}

.meta-tags li.btn, .blog-sidebar .tag-sidebar .btn {
    background: #cdc9c5;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 7px;
    display: inline-block;
}

.meta-tags li.btn:hover, .blog-sidebar .tag-sidebar .btn:hover,
.meta-tags li.btn:focus, .blog-sidebar .tag-sidebar .btn:focus,
.meta-tags li.btn:active, .blog-sidebar .tag-sidebar .btn:active {
    background: #333;
}

.fb-send {
    display: inline-block !important;
    position: inherit !important;
}

@media (max-width: 480px) {
    .blog-homepage #content .container.mt-50 {
        margin-top: 20px !important;
    }
    .search-menu .search-box:hover {
        width: 100%;
        margin: 10px 0;
    }
    .blog-sidebar {
        margin-top: 0 !important;
    }
    
    .blog-item {
        height: auto;
    }

    .blog-item .blog-footer {
        position: relative;
        margin-top: 20px;
        height: 100%;
        display: block;
    }
    .blog-item .thumbnail {
        margin-bottom: 10px !important;
    }
    .blog-item .thumbnail .blog-box-img {
        height: 200px !important;
    }
    .blog-item .thumbnail .guide-caption, .blog-item .thumbnail .caption {
        height: auto !important;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar {
        margin-bottom: 0;
    }
    
    .blog-item {
        height: auto;
    }

    .blog-item .blog-footer {
        position: relative;
        margin-top: 20px;
        height: 100%;
        display: block;
    }
    .blog-item .thumbnail {
        margin-bottom: 10px !important;
    }
    .blog-item .thumbnail .blog-box-img {
        height: 200px !important;
    }
    .blog-item .thumbnail .guide-caption, .blog-item .thumbnail .caption {
        height: auto !important;
    }

    .blog-sidebar {
        margin-top: 50px;
    }

}

@media (max-width: 991px) {
    .blog-sidebar .well h3 {
        margin-bottom: 0;
    }
    /*.navbar {
        margin-bottom: 0;
    }
    .navbar-toggle {
        margin-right: 0;
    }*/
    .blog-item {
        margin-top: 20px;
        height: auto;
    }
    .blog-item .blog-footer {
        bottom: 10px;
    }
    .blog-item .thumbnail .blog-box-img {
        height: 200px;
    }
    .blog-item .thumbnail .caption {
        height: auto;
    }
    .blog-item .thumbnail .guide-caption {
        height: 200px;
    }
    
    .navbar-right .dropdown-menu {
        left: 0;
    }
    
    .blog-sidebar {
        margin-top: 50px;
    }
    /*.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }*/

    .blog-sidebar .well h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .blog-sidebar .widget-sidebar .content-widget-sidebar ul li h5{
        font-size: 17px !important;
    }
}

@media (max-width: 1170px) {
    .blog-item {
        margin-top: 20px;
    }
    .blog-item .blog-footer {
        bottom: 30px;
    }
    .blog-item .thumbnail .blog-box-img {
        height: 200px;
    }
    .blog-item .thumbnail .caption {
        height: auto;
    }
    .blog-item .thumbnail .guide-caption {
        height: 220px;
    }
    .blog-sidebar .widget-sidebar .content-widget-sidebar ul li h5{
        font-size: 13px;
    }
    .blog-sidebar .widget-sidebar .content-widget-sidebar ul li img {
        margin-right: 5px;
    }
}
.more-blog-post-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.more-blog-post-author  {
    margin: 6px 0 6px;
}
.more-blog-post-author .author-description {
    vertical-align: middle;
}


.more-blog-post-author .author-text-orange {
    color: #fb6a09;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.more-blog-post-author .author-text-orange:hover,
.more-blog-post-author .author-text-orange:active,
.more-blog-post-author .author-text-orange:focus {
    text-decoration: none;
    border-bottom: 1px dotted #fb6a09;
}

.more-blog-post-author .author-text-gray {
    color: #81807e;
    font-weight: normal;
    font-size: 14px;
}

.prev-box {
    min-height: 70px;
    text-align: left;
    padding-right: 30px;
    border-right: 1px solid #e3e3e3;
}
.next-box {
    min-height: 70px;
    text-align: right;
}
.post-nav-wrapper a {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}
.post-nav-label {
    color: #b2b2b2;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
}


.blog-main-detail-content {
    overflow: hidden;
}

.blog-post-main {
    display: block;
    background: #fff;
    margin-top: 10px;
}
.blog-post-main p {margin-bottom: 10px; margin-top: 10px;}

.blog-post-main a {
    text-decoration: underline;
}
.blog-post-main a:hover {
    text-decoration: none;
    color: #00aeef;
}

.blog-post-main table, .blog-post-main table td,  .blog-post-main table th {
    border: 1px solid #ddd;
    text-align: left;
}
.blog-post-main table {
    border-collapse: collapse;
    width: 100% !important;
}
.blog-post-main th, .blog-post-main td {
    padding: 3px;
}
.blog-post-main b, .blog-post-main strong {font-weight: 600; line-height: 30px;}

.blog-post-main h3 {
    font-size: 22px;
    margin: 20px 0px 20px;
    font-weight: bold;
}

.blog-post-main h4, .blog-post-main h5 {
    font-size: 19px;
    margin: 10px 0px 10px;
    font-weight: bold;
}

.blog-post-main h2{
font-size: 26px;
    margin: 20px 0px 20px;
    font-weight: bold;
}

.blog-post-main ul li {margin-left: 25px; list-style: disc;}

.blog-post-main .blog-post-social {
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog-post-main .blog-post-social .btn {
    margin: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 800;
    font-size: 15px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    width: 90px;
    padding-left: 3px;
}

.blog-post-main img {margin-top: 20px; margin-bottom: 20px;}
.blog-post-main iframe {margin: auto !important; text-align: center; width: 100% !important; max-width: 900px !important;}


.meta-title {font-size: 16px; display: inline;}

.meta-tags li {display: inline; margin-right: 3px;}
.meta-tags li a {text-decoration: none; color: #fff;}

.tag-row {margin-top: 10px; margin-bottom: 10px;}

.article-footer {display: inline; margin: 20px 0px 10px;}

/*Social Share Bar*/
.share-post {
    margin-top: 20px;
    padding: 10px 0;
    border-top: dotted 1px #ccc
}
.share-icon {
    font-size: 15px;
    margin-top: 6px;
    line-height: 30px;
    text-align: center;
}

.share-icon i,
.rowSidebar i.icon-twitter-sign {
    cursor: pointer;
}

.share-icon i::before,
.rowSidebar i.icon-twitter-sign::before {
    font-family: 'FontAwesome'
}

.icon-twitter-sign {
    color: #00c3f3;
    border: solid 1px #00c3f3;
    padding: 1px 12px;
    border-radius: 3px;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 4px
}

.icon-twitter-sign:hover {
    color: #fff;
    background: #00c3f3
}

.icon-instagram {
    color: #2d609b;
    border: solid 1px #2d609b;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px
}

.icon-instagram:hover {
    color: #fff;
    background: #2d609b
}

.icon-facebook-sign {
    color: #2a5f87;
    border: solid 1px #2a5f87;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px
}

.icon-facebook-sign:hover {
    color: #fff;
    background: #2a5f87
}

.icon-google-plus-sign {
    color: #eb4026;
    border: solid 1px #eb4026;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px
}

.icon-google-plus-sign:hover {
    color: #fff;
    background: #eb4026
}

.icon-pinterest-sign {
    color: #ca212a;
    border: solid 1px #ca212a;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px
}

.icon-pinterest-sign:hover {
    color: #fff;
    background: #ca212a
}

.icon-rss-sign {
    color: #fc6420;
    border: solid 1px #fc6420;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px;
}

.icon-rss-sign:hover {
    color: #fff;
    background: #fc6420;
}


.blog-post-relation {
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-post-relation .blog-post-relation-title {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}


.blog-post-relation .blog-post-relation-content {
    position: relative;
    display: block;
    background: #fff;
}

.blog-sidebar .category-sidebar a {
    color: #333;
    font-weight: 600;
}

.blog-sidebar-home {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-sidebar-home .search-box {
    padding: 0;
    margin-bottom: 10px;
}

.blog-sidebar-home .well {
    padding: 10px;
    border-radius: 5px;
}
/* Landscape phones and down */

@media (max-width: 480px) {
    .search-div {width: 90%;}
   
    .more-blog-post-title {
        font-size: 25px !important;
    }

    .fb-send {
        display: inline-block !important;
    }
    .blog-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
    
}

.author-box {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 25px 25px;
    border: 1px solid #d6d6d6;
}

@media (max-width: 768px) {
    .author-blog-section {
        padding: 1.5rem;
    }
    .fb-send {
        top: -12px;
    }
    .blog-post-main iframe {height: 320px !important;}
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    
    .blog-post-main p {
        font-size: 16px;
    }
    .blog-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar-home {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1170px) {
    .blog-item.blog-post-item {
        height: 350px;
    }
    .blog-item.blog-post-item .thumbnail .caption {
        height: auto;
    }
}
/*Table of Content*/
.blog-post-main .toc-container .toggle{
    cursor:pointer;
}
.blog-post-main .items{
    margin-top:5px;
}
.blog-post-main .items a {
    text-decoration: none;
    color: #444;
    transition:0.4s;
    line-height:26px;
    font-size:16px;
}
.blog-post-main .toc-container {
    background: #F9F9F9;
    border: 1px solid #AAA;
    font-size: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}
.blog-post-main .items a:hover {
    text-decoration: underline;
    color: #333;
}
.blog-post-main .items a:visited {
    color: #9f9f9f;
}

.item-h3 {

    margin-left: 45px !important;
    list-style: circle !important;
}
.item-h4 {
    padding-left: 30px;
}
.item-h5 {
    padding-left: 45px;
}
.item-h6 {
    padding-left: 60px;
}
/* End Table of Content*/
/* === Comment Styles === */
.comments-wrapper{
    margin-bottom: 0px;
}
.comments-wrapper .comment-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.comments-wrapper .comment-list ol{
    list-style: none;
    margin-left: 40px;
}
.comment-list .children > li {
    list-style:none;
    padding-left: 15px;
}
.comment-list .comment-body {
    position: relative;
    padding: 15px 0;
    overflow: hidden;
}
.comment-reply-title{
    border-bottom: none;
}
.comment-author-name{text-transform:capitalize; font-weight: bold; font-size:18px;}

.avatar-wrapper{
    float: left;
    width:80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
.avatar-wrapper img{
    width:80px;
    height: 80px;
    border-radius: 50%;
}
.comment-metadata,
.commentcontent,
.reply{
    margin-left: 100px;
}
.logged-in-as,
.form-allowed-tags{
    margin-bottom: 20px;
}
div.wpcf7-validation-errors{
    border-color: #ff6600;
    font-style: italic;
}
span.wpcf7-not-valid-tip{
    color: #ff6600;
    font-style: italic;
}
.form-submit{
    margin-bottom: 0px;
}
.commentcontent,
.comment-notes{
    font-size: 15px;
    line-height: 26px;
}
.comment-metadata .article-date{
    float: right;
    font-size: 13px;
    color:#bbbbbb;
}
.comments-wrapper .author-name{
    color:#222222;
    font-weight: 500;
}
.comments-wrapper .author-name:hover{
    color:#ff6600;
}
.comments-wrapper .comment-reply-link{
    font-size: 13px;
    border-bottom: 1px solid transparent;
}
.comments-wrapper .comment-reply-link:hover{
    border-bottom-color: #ff6600;
}
.comment-reply-title{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}
.comment-form{
    margin-bottom: 30px;
}
/* === Author Box Styles === */
.author-box{
    position: relative;
    width:100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding:20px 25px 25px;
    border: 1px solid #d6d6d6;
}
.author-avatar{
    float: left;
    display: block;
    margin-right: 20px;
}
.author-avatar img{
    max-width: 120px;
}
.author-box .author-info{
    margin-left: 130px;
    position: relative;
}
.author-box p{
    margin-bottom: 10px;
}
.author-avatar,
.author-avatar a,
.author-avatar a img{
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.author-info h3{
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 33px;
}
.author-info h3 a{
    color:#222222;
}
.author-info h3 a:hover{
    color: #ff6600;
}
.author-box .author-bio{
    margin-bottom: 9px;
}
.author-contact a{
    color:#222222;
    display: inline-block;
    margin-right: 10px;
}
.author-contact a:hover{
    color:#ff6600;
}
.tour-incontent {
    transition: all 0.5s ease-in-out;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    padding: 30px;
    margin: 20px 0 !important;
}
.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}

.blog-item .thumbnail .blog-box-img {
    border-radius: 5px;
}
/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

    .prev-box {
        border-right: 0px;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
    }
    .next-box {
        text-align: center;
        margin-top: 10px;
    }
    .blog-item.blog-post-item {
        height: auto;
    }
    .blog-item.blog-post-item .thumbnail .caption {
        height: auto;
    }
    .blog-item.blog-post-item .blog-footer {
        position: relative;
    }
    
    .more-blog-post-title {
        margin-top: 10px;
        font-size: 30px;
    }

    .blog-footer {
        bottom: 0 !important;
    }
    
    .footer .footer-right {
        margin-left: 0 !important;
    }
    .footer .footer-menu {
        text-align: center !important;
    }
    .footer .footer-menu .menu-head {
        margin-bottom: 5px;
    }

    .blog-sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    /* fix blog author - 11/06/2025 */
    .author-box .author-info {
        margin-left: 0px;
    }
    
}