  /* start new css */
span.hfe-post-info-icon {
    width: 14px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.post-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.common-about-post {
    display: flex;
    gap: 5px;
    align-items: center;
}
.wrapper-single-blog-page {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.custom-post {
    width: 72%;
}
.right-section-widgets {
    width: 25%;
    padding: 0;
}
h1.heading-blog-post {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}
.share-box {
    background: #f8f7f5;
    padding: 18px;
    margin: 30px 0 30px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.share-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.share-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.share-icons a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease;
}
.share-icons a:hover {
    transform: translateY(-3px);
    opacity: .9;
}
.author-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.author-box h2 {
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem;
}
.author-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.author-logo img.lazyloaded {
    width: 45px;
    display: inline-block;
}
.author-info p.author-name {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 400;
}
.post-categories {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}
.post-categories a {
    color: #DC3418 !important;
}
ul.latest-posts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.latest-posts .latest-post-item {
    width: 100%;
    display: block;
}
.latest-posts .latest-post-item a.post-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
}
.latest-posts .latest-post-item a.post-link .post-thumb {
    width: 100%;
    display: block;
}
.latest-posts .latest-post-item a.post-link .post-thumb img {
    width: 100%;
    display: block;
    height: 150px;
    object-fit: cover;
      border-radius: 12px;
}
.post-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.post-info p.post-title {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    line-height: 18px;
    display: block;
    text-align: left
}
.post-info span.post-date {
    color: rgb(119, 119, 119);
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: left;
}
#commentform [type=button]:focus, #commentform [type=button]:hover, #commentform [type=submit]:focus, #commentform [type=submit]:hover, #commentform button:focus, #commentform button:hover {
    background-color: #dd3122;
   color: #fff;
}
#commentform [type=button], #commentform [type=submit], button{
    
        border: 1px solid #dd3122;
    color: #dd3122;

}
.wrapper-single-blog-page iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.post-categoriesd {
    color: #dd3122;
    padding: 4px 0px 10px 0px;
}
.wrapper-single-blog-page h2 {font-weight: 400;}
.dark .sub-menu a.hfe-sub-menu-item,.dark .headline-marquee .headline-item a {
    color: #000000 !important;
}
.dark .headline-item a,.dark .wrapper-single-blog-page p{
    color: #fff;

}
.dark #commentform [type=submit]{
    color: #fff;
}
.dark .post-categoriesd {
    color: #da3219;
}

.dark .e-font-icon-svg {
  fill: #ffffff;
}
.dark .share-box{
    background: #292c35;

}
body.dark,.dark .common-about-post,.dark .common-about-post,.dark .author-box h2,.dark .author-info p.author-name,.dark .post-tags p,.dark .post-info p.post-title,.dark .post-info span.post-date{
        color: #fff ;

}
#comments {
    margin: 0px 0 50px 0 !important;
    padding: 0px !important;
    width: 100%;
    display: block !important;
    max-width: 100% !important;
    /* display: none !important; */

}
#respond {
    display: block !important; 
}
