/* Blog Unit Test Style */
.sidebar-container aside.sidebar {
    background: #0A0C0D;
    padding: 2rem;
    border-radius: 0.5rem;
}

.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: #212121;
    font-family: monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    color: #fff;
}
.wp-block-code{
    border-color: #484748
}
.wp-block-code code {
    color: #5C2BFF;
}

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: #fff;
}

.sidebar .widget .wp-calendar-table nav span a:hover,
table tr td a:hover,
table th a:hover {
    color: #5C2BFF;
}

table td {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #484748 !important;
    color: #FFFFFFCC;
}

table td#today {
    color: #5C2BFF
}

table td:last-child {
    border-right: 1px solid #dce0e5;
}

.wp-block-calendar table th {
    min-width: 40px;
    text-align: center;
}


.sidebar .widget .wp-calendar-table nav span a {
    color: #051441;
}

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: #5C2BFF;
}

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;
}
.writebot_blog_content 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-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #212121;
}

.wp-block-social-link-anchor svg {
    fill: #fff !important;
}

.has_sidebar .writebot_blog_content figure.wp-caption.aligncenter,
.has_sidebar .writebot_blog_content 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: 1.75rem
    }
}

.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
}


/*--------------------------------------------------------------
# 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 select,
.writebot_blog_content 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;
}



.writebot_blog_content,
.writebot_blog_content p{
    color: #C4C7C7;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.writebot_blog_content p[style="font-size:46px"],
.writebot_blog_content p.has-large-font-size {
    line-height: 1.4;
}
.writebot_blog_content p.has-text-color{
    background-color: #C4C7C7;
    padding: 10px;
}
.writebot_blog_content .has-background p {
    color: #000;
}
.writebot_blog_content .wp-caption-text {
    font-size: 12px;
    font-style: italic;
}


.writebot_blog_content h1,
.writebot_blog_content h2,
.writebot_blog_content h3,
.writebot_blog_content h4,
.writebot_blog_content h5,
.writebot_blog_content h6 {
    color: #FAFDFD;
}

.writebot_blog_content .wp-block-query ul li {
    margin-bottom: 20px;
}
.writebot_blog_content .wp-block-query ul li h2{
    margin-bottom: 10px;
}

.writebot_blog_content .has-pale-pink-background-color p,
.writebot_blog_content .has-light-green-cyan-background-color p{
    color: #000;
    margin-bottom: 0;
}

.writebot_blog_content .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;
}
.breadcrumb-section .breadcrumn_title_{
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
}
/*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: 41px;
    line-height: 1;
    height: 41px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.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: hsl(var(--primary-key));
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
    background-color: hsl(var(--primary-key));
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    margin-bottom: 0;
    border-radius: 8px;
}

.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: #5C2BFF !important;
}

/*Widget wrapper*/
.widget.sidebar-widget{
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #D7D7D71A;
}
.sidebar .widget.sidebar-widget:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

/*Sidebar Heading Style*/
.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: #fff;
    font-weight: 600;
    margin-bottom: 1.75rem;
    line-height: 1.2;
    text-decoration: none;
}

/* Search Form */
.wp-block-search__inside-wrapper {
    display: flex;
}
.sidebar-widget .wp-block-search input[type=search]{
    height: 3.25rem;
    font-family: "Be Vietnam Pro", sans-serif;
    border-end-start-radius: 4px;
    border-start-start-radius: 4px;
    border: 1px solid #535353;
    color: #5F5F5F;
    min-width: 78%;
    padding-left: 10px;
}
.writebot_blog_content .wp-block-search__button,
.sidebar-widget .wp-block-search .wp-element-button{
    background-color: #5C2BFF;
    color: #fff;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border: none;
    margin-left: 0;
    min-width: max-content;
}
.sidebar-widget .wp-block-search .wp-element-button svg{
    fill: #fff
}

/*Sidebar List Style*/
.writebot_blog_content .wp-block-rss,
.writebot_blog_content .wp-block-page-list,
.writebot_blog_content .wp-block-latest-posts,
.writebot_blog_content .wp-block-categories,
.writebot_blog_content .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;
    gap: 1rem;
}
.sidebar-widget.widget_categories ul li,
.writebot_blog_content .wp-block-rss li a,
.writebot_blog_content .wp-block-page-list li a,
.writebot_blog_content .wp-block-latest-posts li a,
.writebot_blog_content .wp-block-categories li a,
.writebot_blog_content .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: #FFFFFFCC;
}
.writebot_blog_content .wp-block-rss li a:hover,
.writebot_blog_content .wp-block-page-list li a:hover,
.writebot_blog_content .wp-block-latest-posts li a:hover,
.writebot_blog_content .wp-block-categories li a:hover,
.writebot_blog_content .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: #5C2BFF
}

.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.widget_recent_comments ul li,
.no-comments.wp-block-latest-comments{
    color: #FFFFFFCC;
}
.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: #fff;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.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;
}

/*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: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px !important;
    line-height: 22px;
    padding: 10px 30px;
    border: 1px solid #6D6D6D;
    border-radius: 4px;
    margin: 0;
    transition: all .3s ease;
}
.sidebar-widget.widget_tag_cloud .tagcloud a:hover,
.sidebar-widget .wp-block-tag-cloud a:hover {
    border-color: #5C2BFF;
}


/*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: #fff;
    padding: 5px 10px;
    border: 1px solid #505050;
    border-radius: 4px;
    text-decoration: none;
    
}
.cat_wrapper a:hover,
.wp-block-tag-cloud a:hover,
.wb_post_tags a:hover{
    border-color: #5C2BFF;
}

/*Categories*/
.cat_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/*Button Element*/
.wp-block-button .wp-block-button__link {
    background: #5C2BFF;
    border-radius: 4px;
}
.writebot_blog_content .wp-block-button,
.writebot_blog_content .wp-block-buttons{
    margin-bottom: 20px;
}

/*Comment Section Style ----------------*/
.comment-box .author_name a{
    color: #fff;
    text-decoration: none;
}
.comment-box .comment-reply-link{
    text-decoration: none;
    color: #fff;
    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: #fff;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
    color: #D0D0D0;
}
.comment-lists .children .comment {
    margin-top: 40px;
}
.comment-box .comment_avatar{
    width: 88px;
    height: 88px;
}
.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: #5C2BFF;
    padding: 15px 30px;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
    background-color: transparent;
    border-color: #dfe3e830 !important;
    border-radius: 4px;
}
.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: #fff;
}

/*Block Comment style*/
.wp-block-post-comments-form .comment-reply-title{
    margin-bottom: 0.5rem;
}


/* RSS widget style */
.sidebar-widget.widget_rss ul li {
    display: flex;
    flex-direction: column;
}
.sidebar-widget.widget_rss ul li .rss-date {
    margin: 8px 0 12px;
    color: #888;
    font-size: 12px;
}
.sidebar-widget.widget_rss ul li .rssSummary {
    color: #bcbbbb;
    font-size: 14px;
}

/*Text Widget*/
.sidebar-widget.widget_text .textwidget p{
    color: #bcbbbb;
}
.sidebar-widget.widget_text .textwidget p.wp-caption-text{
    color: #FFFFFFCC;
    font-size: 14px;
    font-style: italic;
}
.sidebar-widget.widget_text .textwidget p strong{
    color: #FFFFFFCC;
    margin: 10px 0;
    display: inline-block;
}

/*========================writebot_blog_content=============================*/
.writebot_blog_content .wp-block-media-text,
.writebot_blog_content .wp-block-group.has-background,
.writebot_blog_content .wp-block-search,
.writebot_blog_content .wp-block-rss,
.writebot_blog_content .wp-block-page-list,
.writebot_blog_content .wp-block-latest-posts,
.writebot_blog_content .wp-block-latest-comments,
.writebot_blog_content .wp-block-calendar,
.writebot_blog_content .wp-block-categories,
.writebot_blog_content .wp-block-archives {
    margin-bottom: 50px;
}

/*Block calendar*/
.wp-block-calendar table tr td {
    color: #FFFFFFCC;
    border-color: #333;
}
.writebot_blog_content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover,
.wp-block-calendar table tr td a{
    color: #5C2BFF;
}


/*wp-block-latest-comments*/
.writebot_blog_content .wp-block-latest-comments{
    padding-left: 0;
}
.writebot_blog_content .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.writebot_blog_content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a{
    color: #FFFFFFCC;
    text-decoration: none;
}



/*Gutenberg Column*/
.writebot_blog_content .wp-block-column.has-pale-cyan-blue-background-color p {
    color: #000;
    padding: 1.25em 2.375em 0;
}

/*Block Cover*/
.writebot_blog_content .wp-block-cover{
    margin-bottom: 20px;
}
.writebot_blog_content .wp-block-cover .has-large-font-size {
    color: #fff !important;
}


/*Blockqoute*/
.writebot_blog_content .wp-block-pullquote,
.writebot_blog_content blockquote.wp-block-quote {
    background: #212121;
    padding: 20px 30px !important;
    border-color: #484748 !important;
}
.writebot_blog_content .has-cyan-bluish-gray-background-color .has-very-dark-gray-color {
    padding-top: 20px;
}
.writebot_blog_content .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: none;
}
form.post-password-form p input[type="submit"]{
    background-color: #5C2BFF;
    color: #fff;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border: none;
    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;
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    min-width: max-content;
    padding: 10px 0;
}
ul.wp-block-navigation__submenu-container li {
    margin-top: 0;
}
.wp-block-site-title a{
    text-decoration: none;
}