/* Blog Unit Test Style */
.sidebar-widget .textwidget img{
    max-width: 100%;
    height: auto;
}
.blog_order_list li{
    list-style-type: decimal;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
.wp-block-code{
    border-color: #484748
}
.wp-block-code code {
    color: #18181B;
}

code,
kbd,
tt,
var {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

abbr,
acronym {
    border-bottom: 1px dotted #8a8da1;
    cursor: help;
}

mark {
    color: var(--color_secondary);
    background: none;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

figure.wp-block-table table {
    margin-bottom: 30px;
}

table {
    width: 100%;
    border: 1px solid #dce0e5;
}

table thead {
    background: #f5f5f5;
}

table th {
    text-align: left;
    padding: 10px 5px;
    color: #071c4d;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

table tr td a,
table th a {
    color: #18181B;
}


table tr td a:hover,
table th a:hover {
    color: #18181B;
}

table td {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dce0e5 !important;
    color: #18181B;
}

table td#today {
    color: #18181B
}

table td:last-child {
    border-right: 1px solid #dce0e5;
}

.wp-block-calendar table th {
    min-width: 40px;
    text-align: center;
}


tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    direction: ltr;
}

tbody>tr {
    border-top: 1px solid #dce0e5;
}

tfoot tr #prev a:hover,
tfoot tr #next a:hover {
    color: #18181B;
}

tbody>tr>th {
    background-color: #f5f5f5;
}
tbody>tr>th>a{
    color: #071c4d;
}

caption {
    caption-side: top;
    text-align: center;
}

.wp-calendar-table caption {
    text-align: center;
    background: #f0f2f9;
    color: #051441;
    font-weight: 500;
}

.wp-calendar-table table thead tr {
    border: 0;
}

.wp-calendar-table table thead tr th {
    border: 0;
}
.blog-details-body table{
    margin-bottom: 30px;
}

nav.wp-calendar-nav {
    background: #f0f2f9;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
}

nav.wp-calendar-nav span a{
    color: #051441;
    text-decoration: none;
    font-weight: 500;
}


.wp-block-social-link-anchor svg {
    fill: #fff !important;
}

.has_sidebar .blog-details-body figure.wp-caption.aligncenter,
.has_sidebar .blog-details-body figure.wp-caption.alignnone{
    width: 100% !important;
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
    .h3, h3 {
        font-size: 24px
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

ol.comment-lists .comment table,
ol.comment-lists .comment p,
ol.comment-lists .comment h1,
ol.comment-lists .comment h2,
ol.comment-lists .comment h3,
ol.comment-lists .comment h4,
ol.comment-lists .comment h5,
ol.comment-lists .comment h6 {
    margin-bottom: 1.5rem;
}
.comment ol ol,
.comment ul ul {
    margin-left: 20px !important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 40px;
}

.alignright.size-full {
    margin-bottom: 60px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 2em 1em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.header-section:before,
.header-section:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.header-section:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

iframe {
    border-width: 0px;
}

.entry-content iframe {
    max-height: 500px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.bypostauthor,
.gallery-caption {
    display: block;
}



.sidebar-widget select,
.blog-details-body select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    color: #001042;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right 15px center;
    background-size: 12px;
    border: 1px solid rgba(11, 22, 63, 0.07);
    outline: none;
}


/*Header nav menu ==============*/
.aplio_nav_menu > .has-submenu > .dropdown_icon{
    position: absolute;
    top: 12px;
    right: 21px;
}
.aplio_nav_menu li ul .has-submenu>.dropdown_icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-15px) rotate(-90deg);
}
.aplio_nav_menu .has-submenu a {
    padding-right: 38px;
}
.aplio_nav_menu .menu_depth_0 li:hover ul.menu_depth_1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background: #fff;
    visibility: visible;
    display: inline-block;
}
.aplio_nav_menu .menu_depth_1 li a:hover {
    border: none;
}
.aplio_nav_menu li .menu_depth_1 {
    left: 100%;
    visibility: hidden;
    opacity: 0;
    top: -20px;
}
.submenu-wrapper li::after {
    content: '';
    background: #000;
    height: 2px;
    width: 0;
    display: inline-block;
    transition: 0.3s;
    position: absolute;
    bottom: -2px;
}
.submenu-wrapper li:hover::after {
    width: 100%;
}
.aplio_nav_menu .menu_depth_1 .depth-2:last-child{
    margin-bottom: 0 !important;
}
/*Mobile menu */
.aplio_mobile_menu{
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
}
.aplio_mobile_menu .current-menu-item:not(.current-menu-parent) > a{
    color: #fff;
}
.aplio_mobile_menu li{
    margin-bottom: 15px;
}
.has_submenu_ ul.mobile_sub_menu {
    display: none;
    margin-left: 20px;
}
.has_submenu_ ul.mobile_sub_menu li:first-child {
    margin-top: 15px;
}

.header_search_icon li {
    line-height: 1;
}

.blog-details-body,
.blog-details-body p{
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.3px;
    --tw-text-opacity: 1;
    color: #18181b;
    margin-bottom: 1.5rem;
}
.blog-details-body p[style="font-size:46px"],
.blog-details-body p.has-large-font-size {
    line-height: 1.4;
}
.blog-details-body p.has-text-color{
    background-color: #C4C7C7;
    padding: 10px;
}
.blog-details-body .has-background p {
    color: #000;
}
.blog-details-body .wp-caption-text {
    font-size: 12px;
    font-style: italic;
}


.blog-details-body h1,
.blog-details-body h2,
.blog-details-body h3,
.blog-details-body h4,
.blog-details-body h5,
.blog-details-body h6 {
    color: #18181B;
    margin: 15px 0;
}
.blog-details-body ol,
.blog-details-body ul:not(.wp-block-social-links, .blocks-gallery-grid){
    margin-top: 8px;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.blog-details-body ol ol,
.blog-details-body ul ul{
    margin-left: 20px;
}
.blog-details-body .wp-block-query ul li {
    margin-bottom: 20px;
}
.blog-details-body .wp-block-query ul li h2{
    margin-bottom: 10px;
}

.blog-details-body ul.check-list{
    margin-top: 8px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.blog-details-body ul.check-list li{
    padding-left: 2.5rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}
.blog-details-body ul.check-list li:before {
    position: absolute;
    left: 0px;
    height: 1.75rem;
    width: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity));
    --tw-content: url("../images/checkmark.svg");
    content: var(--tw-content);
}

:is(.dark .blog-details-body ul.check-list li):before {
    --tw-text-opacity: 1;
    color: rgb(177 227 70 / var(--tw-text-opacity));
    --tw-content: url("../images/checkmark-dark.svg");
    content: var(--tw-content);
}

.blog-details-body .has-pale-pink-background-color p,
.blog-details-body .has-light-green-cyan-background-color p{
    color: #000;
    margin-bottom: 0;
}

.wp-block-cover .wp-block-cover-text,
.blog-details-body .has-pale-pink-background-color .wp-block-cover-text{
    color: #fff;
}

.blog_list.hentry .post_excerpt_{
    margin: 0 !important;
}
.breadcrumn_title_,
.navigation_title_,
.blog_list .post_title_{
    word-wrap: break-word;
    font-size: calc(1.375rem + 1.5vw);
}
.blog_item__ .title_style__{
    font-size: 24px;
}
.breadcrumb-section .breadcrumn_title_{
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
}

/* Single Post Thumbnail */
.single_post_thumbnail img{
    height: 500px;
    object-fit: cover;
    object-position: center;
}

/*wp-block-query-pagination*/
.wp-block-query-pagination{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.pagination .page-numbers {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers,
.pagination .page-numbers .page-numbers {
    width: 40px;
    line-height: 1;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #18181b;
}

.pagination .page-numbers li {
    list-style: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover,
.pagination .page-numbers .page-numbers.current,
.pagination .page-numbers .page-numbers:hover {
    background-color: #b1e346;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
    color: #18181b;
    text-decoration: none;
    margin-bottom: 0;
}

.wp-block-avatar,
.wp-block-query{
    margin-bottom: 35px;
}
.page-links .post-page-numbers{
    margin-left: 10px;
    border-color: #dfe3e840 !important;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #C4C7C7;
    text-decoration: none;
}
.page-links .post-page-numbers.current {
    border-color: #18181B !important;
}

/*Widget wrapper*/
.widget.sidebar-widget:not(:last-child) {
    margin-bottom: 3rem;
}

/*Sidebar Heading Style*/
.widget_search .wp-block-search label,
.elementor-widget-wp-widget-tag_cloud h5,
.sidebar-widget .rss-widget-title,
.sidebar-widget .widget-title,
.wp-block-search .wp-block-search__label,
.sidebar-widget .wp-block-heading{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.75rem;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
}

/* Search Form */
.wp-block-search__inside-wrapper {
    display: flex;
    position: relative;
}
.sidebar-widget .wp-block-search input[type=search]{
    height: 3.25rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-radius: 30px;
    border: 1px solid #edf0e6;
    color: #5F5F5F;
    min-width: 100%;
    padding-left: 50px;
}
.blog-details-body .wp-block-search__button,
.sidebar-widget .wp-block-search .wp-element-button{
    color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-details-body .wp-block-search__button::before,
.sidebar-widget .wp-block-search .wp-element-button::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItc2VhcmNoIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ij48L2NpcmNsZT48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiPjwvbGluZT48L3N2Zz4=");
    background-position: center center;
    background-repeat: no-repeat;
}
.wp-block-search__input {
    border-radius: 30px;
    border: 1px solid #949494;
    padding: 10px;
}
.wp-block-search .wp-element-button svg{
    fill: #fff
}
input#wp-block-search__input-1:focus-visible {
    outline: #b1e34650 auto 1px;
}
.search_form_label{
    width: 75%;
}
.search-form .search-submit{
    margin-left: 30px;
    border-radius: 50px;
}

.sidebar-widget.widget_search .search-form .search-submit {
    margin: 0;
    padding: 0 20px;
}
.sidebar-widget.widget_search .search-form input:focus-visible{
    outline: none;
    
}


/*Sidebar List Style*/
.blog-details-body .wp-block-rss,
.blog-details-body .wp-block-page-list,
.blog-details-body .wp-block-latest-posts,
.blog-details-body .wp-block-categories,
.blog-details-body .wp-block-archives,
.sidebar-widget ul,
.sidebar-widget .wp-block-latest-comments,
.sidebar-widget .wp-block-page-list,
.sidebar-widget .wp-block-archives,
.sidebar-widget .wp-block-categories{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.widget_categories ul li,
.blog-details-body .wp-block-rss li,
.blog-details-body .wp-block-page-list li,
.blog-details-body .wp-block-latest-posts li,
.blog-details-body .wp-block-categories li,
.blog-details-body .wp-block-archives li,
.sidebar-widget ul li,
.sidebar-widget .wp-block-latest-comments li,
.sidebar-widget .wp-block-latest-comments__comment,
.sidebar-widget .wp-block-page-list li,
.sidebar-widget .wp-block-archives li,
.sidebar-widget .wp-block-categories li {
    padding: 1.25rem 0;
    border-bottom: 1px dashed #edf0e6;
}

.sidebar-widget.widget_categories ul li,
.blog-details-body .wp-block-rss li a,
.blog-details-body .wp-block-page-list li a,
.blog-details-body .wp-block-latest-posts li a,
.blog-details-body .wp-block-categories li a,
.blog-details-body .wp-block-archives li a,
.sidebar-widget ul li a,
.sidebar-widget .wp-block-latest-comments li a,
.sidebar-widget .wp-block-latest-comments__comment,
.sidebar-widget .wp-block-page-list li a,
.sidebar-widget .wp-block-archives li a,
.sidebar-widget .wp-block-categories li a {
    text-decoration: none;
    transition: all .3s ease;
    color: #18181b;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    position: relative;
}
.blog-details-body .wp-block-rss li a:hover,
.blog-details-body .wp-block-page-list li a:hover,
.blog-details-body .wp-block-latest-posts li a:hover,
.blog-details-body .wp-block-categories li a:hover,
.blog-details-body .wp-block-archives li a:hover,
.sidebar-widget ul li a:hover,
.sidebar-widget .wp-block-latest-comments li a:hover,
.sidebar-widget .wp-block-page-list li a:hover,
.sidebar-widget .wp-block-archives li a:hover,
.sidebar-widget .wp-block-categories li a:hover{
    color: #b1e346
}

.sidebar-widget.widget_nav_menu ul li ul.sub-menu li:first-child,
.sidebar-widget.widget_pages ul li ul.children li:first-child,
.sidebar-widget.widget_categories ul li ul.children li:first-child{
    margin-top: 1rem;
}
.sidebar-widget.widget_nav_menu ul li ul.sub-menu,
.sidebar-widget.widget_categories ul li ul.children,
.sidebar-widget.widget_pages ul li ul.children{
    margin-left: 15px;
}
.wp-block-page-list ul li {
    margin-top: 10px;
}
.wp-block-search input::placeholder {
    color: #000;
}

.sidebar-widget .wp-block-latest-comments__comment{
    margin-bottom: 0;
}

/*Latest post Block widget*/
.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
    border-radius: 10px;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
    color: #18181b;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: #ffffffcc;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/*Sticky Post */
.blog_post_list span.sticky-post {
    width: 150px;
    background: #000;
    text-align: center;
    padding: 5px 0;
    transform: rotateZ(40deg);
    right: -35px;
    top: 18px;
    color: #fff;
}

/*Tag Cloud*/
.sidebar-widget.widget_tag_cloud .tagcloud,
.sidebar-widget .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.sidebar-widget.widget_tag_cloud .tagcloud a,
.sidebar-widget .wp-block-tag-cloud a {
    text-decoration: none;
    color: #18181b;
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    line-height: 22px;
    padding: 10px 30px;
    border: 1px solid #edf0e6;
    border-radius: 30px;
    margin: 0;
    transition: all .3s ease;
}
.sidebar-widget.widget_tag_cloud .tagcloud a:hover,
.sidebar-widget .wp-block-tag-cloud a:hover {
    border-color: #b1e346;
}



/*Tagcloud*/
.cat_wrapper a,
.wp-block-tag-cloud a,
.wb_post_tags a{
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
    color: #18181B;
    padding: 9px 18px;
    border: 1px solid #EDF0E6;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    
}
.cat_wrapper a:hover,
.wp-block-tag-cloud a:hover,
.wb_post_tags a:hover{
    border-color: #18181B;
    background-color: #18181B;
    color: #fff;
}
.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/*Categories*/
.cat_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/*Button Element*/
.wp-block-button .wp-block-button__link {
    background: #18181B;
    border-radius: 4px;
    color: #fff;
    border-color: #18181B;
}
.blog-details-body .wp-block-button,
.blog-details-body .wp-block-buttons{
    margin-bottom: 20px;
}

/*Comment Section Style ----------------*/
.blog_comment_template .aplio-comment-form{
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 50px;
}
.aplio-comment-form .comment-respond{
    padding: 2rem 3rem;
    border: 1px dashed #EDF0E6;
    border-radius: 20px;
}
ol.comment-lists .comment .author_name{
    margin-bottom: 0;
}
.comment-box .author_name a{
    color: #18181B;
    text-decoration: none;
}
.comment-box .comment-reply-link{
    text-decoration: none;
    color: #18181B;
    text-transform: uppercase;
}
.comment-form .comment-form-cookies-consent,
.comment-form .comment-notes,
.comment-form .logged-in-as a,
.comment-form .logged-in-as{
    color: #18181B;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
    color: #D0D0D0;
}
.comment-lists .children .comment {
    margin-top: 40px;
}
.comment-box .comment_avatar{
    width: 80px;
    height: 80px;
}
.comment-box .comment_avatar img{
    border-radius: 50px;
    max-width: 70px;
}
.children .comment-box .comment_avatar{
    width: 70px;
    height: 70px;
}
.comment-box .children {
    padding-left: 13%;
}
.comment-form .form-submit input[type="submit"] {
    color: #fff;
    background-color: #18181B;
    padding: 13px 30px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.comment-form p{
    margin-bottom: 15px;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
    background-color: transparent;
    border-color: #EDF0E6;
    border-radius: 8px;
    max-width: 100%;
}
.comment-form .form-control {
    width: 100%;
    padding: 14px;
}
.comment-form textarea:focus{
    outline: none;
}
.comment-form-comment label {
    margin-bottom: 15px;
}
.comment-lists li {
    margin-top: 30px;
}
.comment-lists .trackback .comment-body,
.comment-lists .pingback .comment-body {
    color: #18181B;
}
.blog_comment_template .comment_title,
.comment-respond .comment_reply_title{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #18181B;
    margin-bottom: 32px;
}
.comment-respond .logged-in-as{
    margin-bottom: 1rem;
    font-size: 14px;
}

/*Block Comment style*/
.wp-block-post-comments-form .comment-reply-title{
    margin-bottom: 0.5rem;
}
.wp-block-comments-title{
    margin-bottom: 30px;
}
.wp-block-comment-content p{
    margin-bottom: 15px;
}
.comment .wp-block-comment-author-name a{
    color: #18181B;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.comment .wp-block-comment-date,
.comment .wp-block-comment-edit-link{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea{
    padding: 10px;
}

/* RSS widget style */
.sidebar-widget.widget_rss ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.sidebar-widget.widget_rss ul li .rss-date {
    margin: 8px 0 8px;
    color: #888;
    font-size: 14px;
}
.sidebar-widget.widget_rss ul li .rssSummary {
    color: #808080;
    font-size: 14px;
}
.sidebar-widget.widget_rss ul li cite {
    margin-top: 5px;
}

/*Text Widget*/
.sidebar-widget.widget_text .textwidget p{
    color: #444;
}
.sidebar-widget.widget_text .textwidget p.wp-caption-text{
    color: #444444;
    font-size: 14px;
    font-style: italic;
}
.sidebar-widget.widget_text .textwidget p strong{
    color: #333;
    margin: 10px 0;
    display: inline-block;
}

/*========================blog-details-body=============================*/
.blog-details-body .wp-block-media-text,
.blog-details-body .wp-block-group.has-background,
.blog-details-body .wp-block-search,
.blog-details-body .wp-block-rss,
.blog-details-body .wp-block-page-list,
.blog-details-body .wp-block-latest-posts,
.blog-details-body .wp-block-latest-comments,
.blog-details-body .wp-block-calendar,
.blog-details-body .wp-block-categories,
.blog-details-body .wp-block-archives {
    margin-bottom: 50px;
}

/*Block calendar*/
.wp-block-calendar table tr td {
    color: #333;
    border-color: #333;
}
.blog-details-body .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover,
.wp-block-calendar table tr td a{
    color: #18181B;
}


/*wp-block-latest-comments*/
.blog-details-body .wp-block-latest-comments{
    padding-left: 0;
}
.blog-details-body .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.blog-details-body .wp-block-latest-comments .wp-block-latest-comments__comment-meta a{
    color: #000;
    text-decoration: none;
}



/*Gutenberg Column*/
.blog-details-body .wp-block-column.has-pale-cyan-blue-background-color p {
    color: #000;
    padding: 1.25em 2.375em 0;
}

/*Block Cover*/
.blog-details-body .wp-block-cover{
    margin-bottom: 20px;
}
.blog-details-body .wp-block-cover .has-large-font-size {
    color: #fff !important;
}


/*Blockqoute*/
blockquote,
.blog-details-body .wp-block-pullquote,
.blog-details-body blockquote.wp-block-quote:not(.has-text-align-right) {
    padding: 10px 30px !important;
    border-left: 2px solid #484748;
    margin: 20px 0;
}
blockquote.wp-block-quote p{
    margin-bottom: 0;
    font-size: 24px;
    font-style: italic;
}
:root :where(.wp-block-pullquote) blockquote {
    border-left: none;
}
.blog-details-body .has-cyan-bluish-gray-background-color .has-very-dark-gray-color {
    padding-top: 20px;
}
.blog-details-body .has-cyan-bluish-gray-background-color .has-very-dark-gray-color p {
    line-height: 1;
}

/*Password Form*/
form.post-password-form p input {
    padding: 10px;
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
    border: 1px solid #18181B;
}
form.post-password-form p input[type="submit"]{
    background-color: #18181B;
    color: #fff;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    margin-left: -4px;
}
form.post-password-form p input:focus {
    outline: none;
}

/*Navigation*/
.wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: row;
    gap: 1.3rem;
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    min-width: max-content;
    padding: 10px 0;
    margin: 0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
    left: inherit;
    right: 0;
}
ul.wp-block-navigation__submenu-container li {
    margin-top: 0;
}
.wp-block-site-title a{
    text-decoration: none;
}


/*Blog List ======================*/
.blog_post_list img {
    width: 375px;
    height: 365px;
    object-fit: cover;
}
.break-words{
    word-break: break-word;
}
.blog_list_meta .badge{
    margin-bottom: 0;
    transition: 0.3s;
}
.blog_list_meta .badge:hover {
    color: #000;
}
.single_post_title{
    word-break: break-word;
}

/*Blog Details ======================*/
.blog_single_categories span:last-child {
    display: none;
}
.blog_single_categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.blog_single_categories a:hover {
    color: #b1e346;
}

/* Media Queries */
@media (max-width: 768px) {
    .aplio-comment-form .comment-respond{
        padding: 1rem 1.5rem;
    }
    .blog_comment_template .comment_title,
    .comment-respond .comment_reply_title{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .comment-box .comment_avatar{
        width: 45px;
        height: 45px;
    }
    .comment-box .comment_avatar img{
        max-width: 45px;
    }
    .children .comment-box .comment_avatar{
        width: 35px;
        height: 35px;
    }
    .children .comment-box .comment_avatar img{
        max-width: 35px;
    }
}

/* Tablet */
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)) {
    padding: 0 15px;
    font-size: 16px !important;
}