.blog, .single-post,.archive { background-color: #f0f5fa; }
.page_b_head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4de;
    padding-bottom: 30px;
}
.search-blog-form input[type="search"]:focus,.search-blog-form input[type="search"]:focus-visible {
    outline: none;
}
.single-post-content img {
    width: 100%;height: 100%; object-fit: cover;
}
.post-cat {
    font-weight: 400;
    font-size: 14px;
    background: #00652F;
    padding: 8px 12px;
    width: fit-content;
    border-radius: 30px;
    margin-bottom: 12px;
}
.post-cat a {
    text-decoration: none;
    color: #fff;
}
.page_b_head .page-title h1, .single-post-content h1 {font-size: 2.5rem;} 
.page_b_head > div { flex: 0 0 48%; }
.page_b_head .page-title { 
    margin-bottom: 0px;     
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.ltblogimg a:focus img {
    outline: none !important;
}  
.read-post:focus {
    outline: unset !important;
    text-decoration: unset !important;
}
.blog-read-more { border-radius: 50px; }
.main_blog-page .page-title h1, .single-post-content .page-header h1,.main_archive .page-title h1 { font-size: 32px;font-weight: 600; }
.search-blog-form .search-form {
    border: 1px solid #d4d4de;
    margin: 0 15px;
    border-radius: 8px !important;
    max-width: 337px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
}
.blog .page_b_head,.archive .page_b_head {
    padding-top: 50px;
}
.search-blog-form .search-form label {
    display: flex;
    align-items: center;
    width: calc(100% - 56px);
}
.search-blog-form input[type="search"] {
    box-shadow: unset;
    border-color: transparent !important;
    border-radius: 8px 0 0 8px !important;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    border: unset;
}
.search-blog-form .search-submit:hover {
    border: unset;
}
.search-blog-form .search-submit {
    background: #ffffff !important;
    color: #000;
    font-size: 20px;
    padding: 2px 16px;
    box-shadow: unset;
    border-radius: 0 8px 8px 0!important;
    width: 56px;
    margin: 0;
}
.custom-blog { display: flex; gap: 40px; }
.custom-blog { margin-top: 40px; }
.custom-blog .blog-left { flex: 0 0 68.7%; }
.custom-blog .post { background-color: #fff !important; }
.custom-blog article.post  {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: #fff;
    border-radius: .75rem;
    padding: 2rem 1.25rem;
    margin-bottom: 2rem;
}
.custom-blog article.post  { padding: 0 !important; }
.main_archive {
    padding-bottom: 60px;
}
.article-item { display: flex; flex-wrap: wrap; vertical-align: middle; }
.article-item .post-thum { width: 45%; }
.article-item .post-thum a, .article-item .post-thum a img {
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
}
.blog .entry-title {
    margin-bottom: 0.6em;
}
.blog .meta-info,.search-posts-wrap article .entry-date{
    color: #046bd2;
    margin-bottom: 5px;
    line-height: 1.45;
    font-weight: 600;
    font-size: 13px;
}
.meta-info {
    line-height: 1.45;
    color: #046bd2;
    font-size: 0.8125rem;
}
.search-posts-wrap article .post-taxonomies { display: none; }
.article-item .post-content { width: calc(54% - 15px); padding: 24px; }
.article-item .post-content .entry-title a {text-decoration: none;}
.article-item p { font-size: 16px;font-weight: 400;color: #666666;margin-bottom: 10px;line-height: 1.4; }
.custom-blog article.post img {
    border-radius: 12px 0 0 12px;
    object-position: -10px;
    aspect-ratio: 16 / 9;
    max-width: 100% !important;
}
a:focus,a:focus img {
    text-decoration: unset !important;outline: unset !important;
}
.ast-blog-single-element.ast-taxonomy-container a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #2c76d7db;
    padding: 8px 12px;
    border-radius: 30px;
}
.article-item .post-content h2, .article-item .post-content h2 a,.ltblogtitle h3,.search-posts-wrap article h2 a {
    font-size: 20px;
    font-weight: 600;
    color: #00652F;
    text-decoration: none;
}
.read-post {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #046bd2;
    text-decoration: none;
}

.recent-posts {padding: 0; }
.recent-posts { margin-bottom: 30px; margin-top: 30px; }
.recent-posts > h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-left: 10px;
}
.latest_blog .slick-slide, .ast-related-posts-wrapper .slick-slide, .recent-post-slide .slick-slide { margin: 0 10px; }

/************latest blog***********/
.latest_blog {
    /* display: grid; */
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.ltblogimg img {
    border-radius: 20px;
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    object-fit: cover;
}
.ltblogtitle h3 {
    margin-bottom: 10px;
}
.ltbloginfo {
    margin-top: 20px;
}
.ltblogtitle a {
    text-decoration: none;
}
.ltblogdesc p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.ltblogdesc .meta-info {
    color: #046bd2;
    font-size: 14px;
    font-weight: 600;
}
.ltblogboxcol {
    background: #fff;
    box-shadow: rgb(100 100 111 / 12%) 0px 2px 30px 0px;
    border-radius: 20px;
    padding: 20px;
}
.ltblogimg {
    width: 100%;
}
/**************slick dots *************/
.slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #d5d5d5; 
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
  }
  .slick-dots li.slick-active button:before {
    background-color: #132E59;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      margin-top: 12px;
  }
  .slick-dots li button {
      background-color: transparent !important;
      padding: 0;
  }
  .latest_blog .slick-slide {
      margin: 0 12px;
  }
  .latest_blog .slick-track {
      padding: 20px 0;
  }
  .slick-track {
      display: flex !important;
  }
  .slick-slide {
      height: inherit !important;
  }
  .slick-dots li button:hover {
      border: unset;
  }
  .search-posts-wrap article figure,.search-posts-wrap article figure img {
    margin: 0 !important;
    border-radius: 20px;
}
.search-posts-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.search-posts-wrap article figure {
    max-width: 100% !important;
    width: 100% !important;
}
.search-posts-wrap article header {
    display: flex;
    flex-direction: column;
}
.search-posts-wrap article .post-thumbnail {
    order: 1;
    margin-bottom: 12px !important;
}
.search-posts-wrap article .entry-title {
    order: 2;
    margin-bottom: 0;
    line-height: 24px;
}
.search-posts-wrap article header {
    margin-bottom: 8px;
    margin-top: 0;
}
.search-posts-wrap article .entry-content {
    margin-top: 0;
    margin-bottom: 0;
}
.search-posts-wrap article footer {
    margin: 10px 0 0;
}
.search-posts-wrap article {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

/*********Single post page*********/
.single-post #content { max-width: 1240px; width: 100%; margin: 0 auto; }
.single-post-row { display: flex; gap: 50px; background-color: #fff; padding: 40px; margin-top: 50px; margin-bottom: 30px; }
.single-post-row .single-post-content { flex: 0 0 68%; }
.single-post-content .page-header {padding: 0;border-bottom: 0;}
.single-post-content .page-header, .single-post-content h1 { display: block; }
.publish-info {
    margin-bottom: 15px;
}
.single-post-content h3,.single-post-content p > b {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    color: #00652F;
    margin-bottom: 0;
}
.single-post-content p > b {
    font-family: var(--heading--font-family);
}
.single-post-content .page-header {
    margin-bottom: 15px;
}
.single .post-navigation .nav-next a {
    text-align: right;
    padding-left: 20px;
}
.single .meta-nav {
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}
.single .post-title{
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65em;
    font-weight: normal;
    margin-right: 0;
}
.single .navigation {
    max-width: 100%;
    padding-bottom: 50px;
    margin-right: 0;
    margin-left: 0;
}
.single .navigation .nav-links .nav-next {
    margin-left: auto;
    text-align: right;
}
.single .navigation .nav-links .nav-previous {
    margin-right: auto;
    text-align: left;
}
.navigation .nav-links .nav-next a:hover, .navigation .nav-links .nav-previous a:hover {
    text-decoration: none;
}
.navigation .nav-links .nav-next a p:focus, .navigation .nav-links .nav-previous a p:focus,.post-navigation .meta-nav {
    color: #00652F !important;
}
.published-by-author a {color: #00652F;}
.single-post-content ul { padding-left: 18px;margin-top: 1.5em;margin-bottom: 1.5em; }
.single-post-content p, .ltblogdesc p, .single-post-content ul li, .single-post-content table td,.single-post-content table th  {color: #666666;}
.single-post-content h2 { font-size: 30px; font-weight: 600;line-height: 1.3em; color: #1e293b; margin-top: 1em; margin-bottom: calc(0.1em + 10px);}
.single-post-content p { margin-bottom: 1.5em; }
.takeaways { padding: 12px 15px;background-color: #f4f4f4;border-left: 4px solid #00652F;border-radius: 12px;margin-bottom: 30px;}
.takeaways h2, .takeaways h3, .takeaways > b,.takeaways > p > b,.takeaways strong {font-size: 20px; color: #00652F; }
.takeaways p:empty { display: none !important; }
.single-post-content .post-featured-image {
    margin-bottom: 2em;
}
.single-post-content table {
    margin: 30px 0;
}
.single-post-content ul li,.single-post-content table td, .single-post-content table th,.single-post-content ol li  {
    font-size: 16px;
}
.takeaways ul { margin-bottom: 0;margin-top: 12px; }
.single-post-content ol li {
    font-weight: 500 !important;
    color: #1e293b;
}
.single-post-content .page-header h1 { color: #00652F; }
.single-post-content h2,.single-post-content h3,.single-post-content h4,.single-post-content h5,.single-post-content h6,.single-post-content strong,.single-post-content b { color: #00652F;margin-top: 1.5em;margin-bottom: calc(0.3em + 10px); }
.single-post-content a { color: #00652F;text-decoration:none; }
.single-post-content ul li {margin-bottom: 0.5em;}
.single-post-content ul li:last-child { margin-bottom: 0; }
.single-post-content ol {padding-left: 20px;margin: 16px 0 8px;}
.single-post-row .sidebar { flex: 30%; }
.sidebar-area { position: sticky;top: 80px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); padding: 20px;background-color: white;border-radius: 10px;border: 2px solid #00652F; }
.blog-right-sidebar,.blog .sidebar,.archive .sidebar {
    position: sticky;
    top: 100px;
}
.sidebar-area h4 { font-size: 18px; text-align: center;font-weight: 700; color: #00652F;margin-bottom: 12px; }
.sidebar-area p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}
.single .navigation .nav-links {
    justify-content: space-between !important;
}
#comments {display: none;}


/* Responsive */
@media (max-width: 1024px) {
    body .container, .site .container, .entry-content .container {
        padding: 0 20px;
    }
    .recent-posts {
        padding: 20px 0;
        margin-top: 0px;
    }
    .recent-posts > h2 {
        margin-bottom: 10px;
    }
    .single-post-row {
        margin-top: 20px;
    }
    }
    
    @media (max-width: 768px) {
    .takeaways h2, .takeaways h3, .takeaways > b,.takeaways > p > b,.takeaways strong { font-size: 18px; }
    .single-post-content ul { margin-top: 0.5em; margin-bottom: 0.5em; }
    .post-table { overflow-x: auto;}
    .post-table table { min-width: 600px; }
    .blog .page_b_head, .archive .page_b_head {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog .page_b_head .page-title {
        margin-bottom: 14px;
    }
    .recent-posts {
        padding: 40px 0 30px;
    }
    .blog .search-blog-form {
        width: 100%;
    }
    .search-blog-form .search-form {
        max-width: 100% !important;
    }
    .custom-blog {
        gap: 20px;
        flex-direction: column;
    }
    .blog .sidebar-area h2 {
        margin-bottom: 20px;
    }
    .latest_blog,.search-posts-wrap {
        grid-template-columns: repeat(2,1fr);
    }
    .single-post-row {
        margin-top: 20px;
        flex-direction: column;
        gap: 30px;
    } 
    }

    @media (max-width: 480px) {
        .article-item {
            padding: 10px 10px 20px;
            flex-direction: column;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border-radius: 20px;
        }
        .main_archive {
            padding-bottom: 50px;
        }
        .custom-blog article.post img {
            border-radius: 12px;object-position: center;
        }
        .ltblogimg img {
            height: 165px !important;
        }
        .article-item .post-thum,.article-item .post-content {
            width: 100%;
        }
        .article-item .post-content {
            padding: 30px 0 0;
        }
        .article-item .post-thum a, .article-item .post-thum a img,.search-posts-wrap article .post-thumbnail img {
            max-width: 100% !important;
            width: 100% !important;
        }
        .ltblogboxcol {
            padding: 10px 10px 20px;
        }
        .recent-posts {
            margin-bottom: 20px;
        }
        .article-item .post-content h2, .article-item .post-content h2 a, .ltblogtitle h3 {
            font-size: 18px;
            font-weight: 600;
        }
        .article-item p {
            font-size: 14px;
            line-height: 1.4;
        }
        .custom-blog .post {
            margin-bottom: 20px !important;
        }
        .recent-posts > h2 {
            font-size: 22px;
            text-align: center;
        }
        .latest_blog,.search-posts-wrap {
            grid-template-columns: 1fr;
        }
        .main_blog-page .page-title h1, .single-post-content .page-header h1,.single-post-content h2,.main_archive .page-title h1 {
            font-size: 24px;
        }
        .single-post-content .page-header {
            margin-bottom: 8px;
        }
        .publish-info {
            margin-bottom: 14px;
        }
        .single-post-content p {
            margin-bottom: 0.5em;
            font-size: 14px;
        }
        .single-post-row {
            padding: 30px 12px;
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .single-post-content table td, .single-post-content table th,.single-post-content ul li,.single-post-content ol li {
            font-size: 14px;
        }
        .single-post-content h2 {
            margin-bottom: 8px !important;margin-top: 20px;
        }
        .single .post-navigation .post-title {
            display: none;
        }
        .single-post-content h3, .single-post-content p > b {
            font-size: 17px;margin-top: 20px; margin-bottom: 10px;
        }
        .single  .navigation {
            padding: 0 10px 20px;
        }
        .single-post-content table {
            margin: 20px 0;
        }
        .post-table table { min-width: 600px; }
        .post-table {
            overflow-x: auto;
            margin-bottom: 10px
        }
    }
    
    
    
    