/*
Theme Name: Kalliope
Theme URI: https://themeforest.net/item/kalliope-modern-blog-wordpress-theme/45020428
Author: Promising-Themes
Author URI: https://themeforest.net/user/promising-themes
Description: Kalliope is a trendy & attractive Blog Magazine WordPress Theme. It is perfect for any kind of creative magazine, news, blog websites, online magazine site, personal blog, or any category like Lifestyle, Fashion, Tech, Soccer, Fashion, Politics, Videos, Travel, Style, Beauty, Health, Yoga sites, etc. It includes everything you needed for a News/Magazine. To ensure that it meets your business requirements, we have tested our WordPress Theme to make sure it adapts itself to any device on which your users are viewing it, whether it be a laptop, mobile, or tablet. It has not only a clean, modern, user-friendly, fast-loading design but also a customizable, flexible, and functional Option Panel to increase your conversion rates, leads, and user engagement automatically. Kalliope is flexible enough to meet a variety of needs with unlimited fonts & colors available at a click of a button. It has been created and developed with awesome typography and a focus on readability to provide your visitors with a quality user experience.
Version: 2.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kalliope
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, kalliope
*/

/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

/******------------------------------
------------Default CSS--------------
------------------------------******/

/*-- Variables --*/
:root {
    --primary-color: #4353F3;
    --section-bg-color: #F4F4F4;
    --section-divider-color: #E4E4E4;
    --paragraph-color: #282828;
    --meta-color: #000000;
    --tag-text-color: #944BF0;
    --tag-bg-color: rgba(148, 75, 240, 0.1);
    --black-color: #000000;
    --white-color: #FFFFFF;
    --primary-font: 'Manrope', sans-serif;
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-body: 22px;
    --line-height-b1: 1.6;
    --line-height-b2: 1.5;
    --line-height-b3: 1.4;
    --line-height-b4: 1.3;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    color: #282828;
    font-family: var(--primary-font);
    line-height: var(--line-height-body);
    font-size: var(--font-size-b2);
    background-color: var(--white-color);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #282828;
    font-family: var(--primary-font);
    font-weight: 600;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
    color: var(--paragraph-color);
    font-family: var(--primary-font);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 16px;
    line-height: 19px;
}

/******------------------------------
------------Global Styles------------
------------------------------******/

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
    color: #000000;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.media>.pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: var(--font-size-b3);
    margin: 10px 0 30px;
    overflow: auto;
    padding: 30px;
    border-radius: 15px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--black-color);
    background: var(--section-bg-color);
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    border-radius: 10px;
}

input:focus,
textarea:focus {
    border-color: var(--primary-color);
}

input:focus-visible,
textarea:focus-visible {
    outline: 0;
    box-shadow: none;
}

input[type=text],
input[type=password],
input[type=phone],
input[type=address],
input[type=number],
input[type=tel],
select,
.select2-selection.select2-selection--single,
input[type=email]{
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 10px !important;
    border: 1px solid #e6e6e6;
    color: var(--meta-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 1;
    background-color: var(--white-color);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 30px;
}

.select2-selection.select2-selection--single{
    padding: 10px 15px; 
}

textarea{
    width: 100%;
    padding: 15px;
    border-radius: 10px !important;
    border: 1px solid #e6e6e6;
    color: var(--meta-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 1;
    background-color: var(--white-color);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 30px;
}

label{
    font-size: 14px;
    font-weight: 600;
}

span a{
    display: inline-block;
    color: var(--primary-color);
}

/* Dropcap */

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.clearfix:after {
    display: block;
    width: 100%;
    content: '';
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

/*** Pagination ***/

ul.page-pagination.theme-widget-pagination-wrapp {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.page-pagination.theme-widget-pagination-wrapp li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    min-width: 42px;
}

ul.page-pagination.theme-widget-pagination-wrapp li a,
ul.page-pagination.theme-widget-pagination-wrapp li span {
    color: var(--white-color);
    font-size: 15px;
    background: var(--primary-color);
    text-align: center;
    height: auto;
    text-align: center;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Global */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
    background: var(--white-color);
}

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/* Gallery item */

.gallery {
    margin: 30px -1.1666667% 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.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%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px auto 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
    text-decoration: underline;
    display: inline-block;
}

.wp-caption .wp-caption-text a {
    color: var(--primary-color);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.screen-reader-text {
    display: none;
}

.gallery-caption {
    z-index: 100000;
}

.bypostauthor {
    z-index: 100000;
}

@media screen and (min-width: 30em) {

    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-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: 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%;
    }
}

/* Theme check */

code {
    overflow: auto;
    max-width: 100%;
    padding: 0 0;
    border: 0px solid #282828;
    border-radius: 0px;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #282828;
}

a code {
    color: #282828;
}

p {
    margin: 0 0 30px;
}

p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 6px 15px;
    margin: 0 10px;
    height: 45px;
    border: 1px solid var(--section-divider-color);
    border-radius: 10px;
}

.post-password-form input[type='submit'] {
    display: inline-block;
    background-color: var(--primary-color);
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--white-color);
    cursor: pointer;
    height: 45px;
    font-weight: 500;
    font-size: 15px;
    font-family: var(--primary-font);
    border-radius: 30px;
    transition: all .4s ease;
}

.post-password-form input[type='submit']:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.sidebar .widget.widget_media_image img {
    margin-top: 0;
}

.sidebar .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
    display: inline;
    color: var(--tag-text-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    padding: 10px;
    background: var(--tag-bg-color);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
    margin-bottom: 0;
}

.tagcloud a,
.wp-block-tag-cloud a {
    display: inline;
    color: var(--tag-text-color);
    font-size: 16px !important;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    padding: 10px;
    background: var(--tag-bg-color);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    transition: all ease 500ms;
    line-height: 54px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    display: inline-block;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    color: var(--primary-color);
}

.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
    margin-right: 0px;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.page-links .page-link {
    display: inline-block;
    color: var(--primary-color);
    margin-right: 5px;
}


/******------------------------------
--------Post Comments Section--------
------------------------------******/

.blog-post-comment .comment-title {
    font-size: 24px;
}

.blog-post-comment .comment-info [class*=col-md-] {
    margin-bottom: 15px;
    position: inherit;
}

.blog-post-comment .comment-content>h3 {
    margin-bottom: .5rem;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 25px;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.loginformuser .form-control {
    height: 100%;
    resize: none;
}

.loginformuser .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 14px 28px;
    border-radius: 30px;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: #000000 !important;
    color: #fff;
}

#comments {
    clear: both;
    padding: 30px 30px 5px;
    list-style: none;
    background: var(--section-bg-color);
    overflow: hidden;
    margin-top: 30px;
    border-radius: 15px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    position: relative;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-content a {
    display: inline-block;
}

.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

p.logged-in-as a {
    display: inline-block;
}

#comments .comment-author .says {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    display: none;
}


/* Common */

.pingback p,
.pingback .says {
    display: none;
}

.comments-list {
    list-style: none;
    margin: 0;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 15px;
    color: #282828;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #282828;
}

.comments-list .comment-author a:hover {
    color: var(--primary-color);
}

.comments-list .comment-date {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comments-list .comment-body {
    border-bottom: 1px solid #E4E4E4;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.comments-list img.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.comments-list .comment-reply-link {
    color: #252a37;
    background: #fff;
    display: inline-flex;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid #ded9d9;
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #4353F3;
    color: #fff !important;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #666;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: var(--primary-color);
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-left: 8px;
}

#cancel-comment-reply-link:hover {
    color: #000;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .meta-data {
    margin-bottom: 1em;
}

a.comment-edit-link {
    display: none;
}

/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
    line-height: 1.2;
    font-weight: 600;
}

.blog-post-comment .comment-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

.blog-post-comment .comment-content p:last-child {
    margin-bottom: 0;
}

.blog-post-comment .comment-content .entry-content a {
    text-decoration: underline;
}

.blog-post-comment .comment-content .entry-content a:hover {
    text-decoration: none;
}

.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
    margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.blog-post-comment .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}

.blog-post-comment .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.blog-post-comment .comment-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.blog-post-comment .comment-content ul li ul li {
    list-style-type: circle;
}

.blog-post-comment .comment-content ol {
    padding-left: 20px;
}

.blog-post-comment .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: decimal;
}

.blog-post-comment .comment-content ol li ol {
    margin: 10px 0 0;
}

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
    font-weight: 600;
    color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
    font-style: normal;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-post-comment .comment-content kbd {
    background-color: #fafafa;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 6px;
}

.blog-post-comment .comment-content pre {
    font-size: .88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
    color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

.blog-post-comment .comment-content code {
    color: var(--black-color);
    border: 1px solid var(--section-divider-color);
    border-radius: 15px;
    background-color: #fff;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
    background-color: #eee;
    color: var(--primary-color);
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: var(--primary-color);
    text-decoration: none;
}

#comments .comment-content {
    color: #555555;
}

.comments-list .comment-author cite {
    font-style: normal;
}

#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments.blog-post-comment .children {
    padding-left: 10px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}

.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}

.blog-sidebar .widget {
    border: 0px solid;
    margin: 0 0 0 60px;
    background-color: transparent;
    border-radius: 0px;
}

.widget_media_image img {
    border-radius: 15px;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}

.blog-sidebar .widget {
    margin-bottom: 30px;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar #block-3 {
    margin-bottom: 0;
}

.blog-sidebar .widget h2,
.blog-sidebar .widget h3.widget-title,
.blog-sidebar .widget h4,
.blog-sidebar .widget h5,
.blog-sidebar .widget h6 {
    color: var(--black-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 27px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #282828;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.blog-sidebar .widget ul {
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    color: #555555;
    font-weight: 500;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.blog-sidebar .widget ul li a {
    color: #555555;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: var(--primary-color);
}

.blog-sidebar .widget ul li span {
    display: inline-block;
}

#block-2 p {
    display: none;
}

.blog-sidebar span.post-count {
    float: right;
    font-size: 15px;
}

.nice-select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    float: none;
    white-space: normal;
}

.nice-select span.current {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}

.nice-select ul.list {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    border-radius: 0;
    width: 100%;
    overflow-y: auto;
}

.nice-select ul.list li {
    list-style-type: none !important;
    font-size: 14px;
    padding: 8px 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: auto;
    text-transform: capitalize;
}

.nice-select ul.list li::before {
    display: none;
}

.blog-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 500;
    color: #565656;
    font-size: 17px;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

table td,
table th {
    padding: 10px 13px;
    border: 1px solid #d3dbe2;
}

.blog-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a,
.blog-sidebar .calendar_wrap table #next a {
    text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
    text-decoration: none;
}

.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table th {
    padding: 8px 5px;
}

.blog-sidebar .widget_categories ul li .children {
    margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children>a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
}

.blog-sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
}

.blog-sidebar .widget_search form {
    position: relative;
}

.blog-sidebar .widget_search form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #E4E4E4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
    font-size: 15px;
}

.blog-sidebar .widget_search form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    z-index: 1;
}

.blog-sidebar .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.blog-sidebar .widget_search form button:hover {
    background: #000;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}

.blog-sidebar p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #565656;
    line-height: 1.8;
}

p.wp-block-tag-cloud {
    margin-bottom: 0;
}

.blog-sidebar .widget_text p img {
    margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
}

.post-meta.blog_meta_content_Box a {
    display: inline-block;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.blog-sidebar .tagcloud a {
    color: var(--tag-text-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    padding: 10px;
    background: var(--tag-bg-color);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    display: inline;
    transition: all ease 500ms;
}

.blog-sidebar .tagcloud a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

table th a {
    text-decoration: none;
}

table th a:hover {
    color: var(--primary-color) !important;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
    padding-left: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ol li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol li ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol li ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul li ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul li ol li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large li,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ol,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ol li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ul,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ul li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ul li ol li,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul li ol li {
    color: var(--paragraph-color);
    font-size: 17px;
    font-weight: 500;
    font-family: var(--primary-font);
    line-height: 24px;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
    padding-left: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #282828;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #282828;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-details-content ul li::marker {
    color: var(--primary-color);
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #ffffff;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    content: "\f10d";
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: -1;
    font-family: fontAwesome;
    font-size: 100px;
    font-weight: 900;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: var(--primary-color);
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: var(--primary-color);
}

table th a {
    text-decoration: none;
}

table th a:hover {
    color: var(--primary-color) !important;
}

.post-layout-style2 .single-blog-content .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.blog-single-right-sidebar.blog-details .post-block-template-large dd {
    margin: 0 1rem 1rem !important;
    font-size: 15px;
    line-height: 26px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large dd a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
    font-weight: 600;
    color: #282828;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
    font-style: normal;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
    color: var(--primary-color);
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large mark,
.blog-single-right-sidebar.blog-details .post-block-template-large ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
    color: var(--primary-color);
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 30px;
}

.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-image {
    margin-bottom: 20px;
}

.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
}

.wp-block-image figcaption a {
    text-decoration: underline;
    display: inline-block;
    color: var(--primary-color);
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-button .wp-block-button__link {
    background-color: var(--primary-color);
    font-size: 16px;
    border-radius: 10px;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
    color: #fff;
}

.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0 !important;
}

.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 31px !important;
    line-height: 1.5 !important;
}

.wp-block-cover p.wp-block-cover-text strong {
    color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: #fff;
}

.wp-block-file a {
    text-decoration: underline;
    font-size: 15px;
    color: var(--primary-color);
}

.wp-block-file a:hover {
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: var(--primary-color) !important;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #000 !important;
    color: #fff;
}

blockquote cite,
.blockquote cite {
    display: none;
}

.wp-block-media-text {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.wp-block-media-text .has-large-font-size {
    font-size: 25px !important;
    margin-top: 0 !important;
}

.wp-block-pullquote {
    border-top: 2px solid #555d66;
    border-bottom: 2px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
    margin: 0 0 1rem;
}

.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 2.25em !important;
    font-style: italic !important;
}

.wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: var(--primary-color);
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
    display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent;
}

.has-medium-font-size {
    font-size: 20px !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff !important;
}

.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
    text-decoration: none;
    color: inherit;
}

.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
    color: var(--primary-color);
}

.post-layout-style2 .single-blog-content .entry-content ul a .wp-block-cover__inner-container .has-large-font-size {
    color: #f8f9f9 !important;
    font-size: 36px !important;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    font-size: 14px;
    text-align: center;
}

table td a,
table td a:hover {
    color: var(--primary-color) !important;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 700;
}

.loginformuser {
    margin-top: 20px;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

#comments {
    margin-top: 0;
}

.pingback p,
.pingback .says {
    display: block;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #282828;
    font-weight: 500;
    cursor: pointer;
}

.blocks-gallery-grid {
    margin-top: 0px !important;
}

.wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
    font-weight: 500;
    color: #565656;
    font-size: 14px;
    padding: 0;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
    display: none;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content .recent-post-meta {
    display: none;
}

.blog-sidebar .widget_media_image {
    background: #fff;
    border: 0;
    padding: 0;
}

.blog-sidebar .widget_media_image img {
    border-radius: 10px;
}

.home-tag-widgett {
    background: #FAFAFA;
    padding: 30px;
    border-radius: 15px;
}

.home-tag-widgett h5 {
    font-size: 28px;
    line-height: 1;
    color: #282828;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-tag-widgett .tagcloud a {
    color: var(--tag-text-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    padding: 10px;
    background: var(--tag-bg-color);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    display: inline;
}


/*** Author Box ***/

.author_bio__Wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    background-color: transparent;
}

.author-thumb {
    margin-right: 15px;
}

.author-thumb img {
    width: 178px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}

h6.theme_author_Title {
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 21px;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
}

h4.theme_author__Name {
    color: var(--black-color);
    font-size: 26px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 21px;
    letter-spacing: -0.05em;
    margin: 10px 0;
    text-transform: capitalize;
}

p.theme_author__Description {
    color: #797979 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: var(--primary-font) !important;
    line-height: 22px !important;
    letter-spacing: -0.05em !important;
    margin-bottom: 0;
}

.theme_author_Socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.theme_author_Socials a {
    background: var(--black-color);
    width: 45px;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.theme_author_Socials a svg{
    width: auto;
    height: 20px;
}

.theme_author_Socials a svg path{
    fill: #ffffff;
}

a .fa.fa-facebook-f {
    padding: 0 4px !important;
}

a .fab.fa-facebook {
    padding: 0 2.3px !important;
}

.theme_author_Socials a:hover {
    color: var(--white-color) !important;
    background: #000000 !important;
}


/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
    height: 100px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border-radius: 10px;
}

.theme_blog_nav_Title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #282828;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #282828;
    word-break: break-word;
}

.theme_blog_nav_Label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 30px;
    background: #F8F8F8;
    margin-top: 60px;
    border-radius: 20px;
}

.theme_blog_nav_Title a:hover {
    color: var(--primary-color);
}

h1.theme-breacrumb-title {
    font-size: 45px;
    font-weight: 700;
    color: #282828;
    margin: 0;
    line-height: 1;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 30px;
}

.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
    text-align: left;
}

.main-container .theme-pagination-style ul.page-numbers {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #E4E4E4;
    margin-left: auto;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 10px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: var(--primary-color);
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i {
    color: #fff !important;
}

.theme-tags__wrapper h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: #282828 !important;
    margin-right: 10px;
    display: inline-block;
}

.theme-tags__wrapper a {
    display: inline;
    display: inline;
    color: var(--tag-text-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    padding: 10px;
    background: var(--tag-bg-color);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: var(--primary-color) !important;
    color: var(--primary-color);
}

.theme_related_post_Grid h2 {
    margin-bottom: 22px;
}

.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
    font-size: 14px;
    line-height: 18px;
    color: #565656;
}

.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
    border-radius: 15px;
}

.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
    padding-bottom: 0px;
    margin-bottom: 5px;
}


/******------------------------------
-----------------404-----------------
------------------------------******/

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #282828;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}

.error-page .error-body .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: none;
}

.error-page .error-body .btn:hover {
    background: #000;
}

body.error404 .main-container {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 80px;
}

.header-two-right .header-search-box {
    position: relative;
    right: 30px;
    top: 0px;
}

.header-bookmark-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 10px;
}


/*** Theme New Unit CSS ***/

body.admin-bar .body-inner-content {
    margin-top: 0px;
}

.widget_calendar,
table,
.wp-block-calendar {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.calendar_wrap nav.wp-calendar-nav {
    position: relative;
    top: 10px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

.main-container.blog-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
    color: #282828;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid var(--primary-color) !important;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a {
    color: #4F4F4F;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s ease-in;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:hover {
    color: var(--primary-color);
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    content: ",";
    font-size: 15px;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:last-child:after {
    display: none;
}

.cat-layout-main-list .post-list-medium-content .post-meta-items div.author-name {
    text-transform: capitalize;
}

.blog-post-comment .comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 5px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
}

.comment-respond p {
    margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-details-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 15px 0;
}

.single-meta-content h4.post-author-name a {
    text-transform: capitalize;
}

.blog-details-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.post-body p:last-child {
    clear: both;
    float: none;
}

.wp-block-button .wp-block-button__link {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
    color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
}

.theme-blog-details .post-featured-image {
    margin-bottom: 50px;
}

.sidebar-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
    padding-left: 0 !important;
}

.blog-details-content .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-details-content .wp-block-columns figure.wp-block-image.size-full.bottom-zero-article-thumb {
    margin-bottom: 0;
}

.bottom-zero-article-thumb img {
    height: 275px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px !important;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
    margin-top: 35px;
    margin-bottom: 35px;
}

.bottom-zero-article-full img {
    border-radius: 24px !important;
}

blockquote,
.blockquote {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.single-blog-content blockquote {
    padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: #F8F8F8;
    border-radius: 20px;
}

blockquote::before,
.blockquote::before {
    color: var(--primary-color);
    opacity: .2;
}

blockquote::before,
.blockquote::before {
    content: "\efcd";
    top: 15px;
    font-family: 'IcoFont' !important;
    font-size: 70px;
    line-height: 1;
}

blockquote.has-text-color.has-light-gray-color p {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

blockquote.has-text-color.has-very-dark-gray-color:before {
    color: rgb(255 255 255 / 50%);
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol li ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
    list-style-type: circle;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ol li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ol ul li ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol li ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ol li ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul li ol {
    margin: 10px 0 0;
}

.blog-single-right-sidebar.blog-details .post-block-template-large ul ul li ol li {
    margin-bottom: 10px;
}

.blog-single-right-sidebar.blog-details .post-block-template-large li,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ol,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ol li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ul,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ul li,
.blog-single-right-sidebar.blog-details .post-block-template-large ol li ul li ol li,
.blog-single-right-sidebar.blog-details .post-block-template-large ul li ul li ol li {
    color: var(--paragraph-color);
    font-size: 17px;
    font-weight: 500;
    font-family: var(--secondary-font);
    line-height: 24px;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 28px;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    cursor: pointer;
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #282828;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
    cursor: pointer;
    border-radius: 5px;
}

.wp-block-calendar span.pad {
    display: none;
}

.wp-block-calendar nav.wp-calendar-nav {
    margin-bottom: 35px;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.post-page-numbers:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.post-page-numbers:hover .page-link {
    color: #ffffff !important;
}

.post-page-numbers.current {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.post-page-numbers.current .page-link {
    color: #ffffff !important;
}

.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid var(--section-divider-color);
    font-size: 15px;
    line-height: 35px;
    color: var(--meta-color);
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .page-link {
    display: inline-block;
    color: var(--meta-color);
    margin-right: 0px;
}

.blog-details-content table th a {
    color: #282828;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #eee !important;
}

.blog-post-comment table td {
    font-size: 14px;
    font-weight: 500;
}

.blog-post-comment p.no-comments {
    font-size: 14px;
    clear: both;
    margin-top: 0;
    line-height: 14px;
}

.post_format-post-format-image .blog-details-content figure img {
    border-radius: 10px;
}

.widget_calendar span.pad {
    display: none;
}

.widget_calendar span.wp-calendar-nav-next {
    display: block;
}

.nav-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 102%;
    top: 0%;
    left: auto;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
}

.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 40px;
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 10px !important;
}

.not-found form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    z-index: 1;
}

.not-found form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.not-found form button:hover {
    background: #000;
}

.not-found form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont' !important;
    color: #fff;
    content: "\ed11";
    margin-top: -11px;
    margin-right: -8.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
    transition: all .3s ease;
}

ul.footer-nav li a:hover {
    color: var(--primary-color);
}

.home-tag-widgett .tagcloud a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #282828;
    line-height: 1;
    margin-bottom: 8px;
}

body.page .main-container {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

body.page .theme-page-spacing .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

body.page .theme-page-spacing .entry-content ul li::marker {
    color: var(--primary-color);
}

body.page .theme-page-spacing .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ul li ul li {
    list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ol {
    font-size: 17px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content ol li ol {
    margin: 10px 0 0;
}

body.page .theme-page-spacing .entry-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 15px 0;
}

body.page .theme-page-spacing .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

body.page .theme-page-spacing .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}

body.page .theme-page-spacing .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}

body.page .theme-page-spacing .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
    background: #F8F8F8;
}

body.page .theme-page-spacing .entry-content blockquote {
    padding-bottom: 45px !important;
}

body.page .theme-page-spacing .entry-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

body.page .theme-page-spacing .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

body.page .theme-page-spacing .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

body.page .theme-page-spacing .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

body.page .theme-page-spacing .entry-content b,
body.page .theme-page-spacing .entry-content strong {
    font-weight: 600;
    color: #212529;
}

body.page .theme-page-spacing .entry-content address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

body.page .theme-page-spacing .entry-content dfn,
body.page .theme-page-spacing .entry-content cite,
body.page .theme-page-spacing .entry-content em,
body.page .theme-page-spacing .entry-content i {
    font-style: normal;
}

body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
    font-size: .88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
    color: var(--primary-color);
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

body.page .theme-page-spacing .entry-content kbd {
    background-color: #eee;
    color: var(--primary-color);
}

body.page .theme-page-spacing .entry-content blockquote p {
    color: #555;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

body.page .theme-page-spacing .entry-content p a {
    text-decoration: underline;
    display: inline-block;
    color: var(--primary-color);
}

body.page .theme-page-spacing .entry-content table td a {
    color: #282828;
    text-decoration: underline;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content table td a:hover {
    text-decoration: none;
}

body.page .theme-page-spacing .entry-content p:last-child {
    margin: 0;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers.current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
    border-radius: 0;
}

body.page .theme-page-spacing .entry-content #comments {
    margin-top: 80px;
}

.single-one-bwrap {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
    margin-bottom: 0px;
}

.main-container.cat-page-spacing {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.post-password-form input[type='submit']:hover {
    background-color: hsla(235, 88%, 61%, 0.9);
    color: #FFFFFF;
}

p.form-submit {
    margin-bottom: 0;
}

.blog-sidebar .widget.widget_categories ul li:before {
    top: 9px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: var(--primary-color);
    border-radius: 5px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #484848;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #555555;
    display: inline-block;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
    padding-bottom: 0px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
    color: var(--primary-color);
}

.blog-sidebar .widget ul li::before {
    top: 8px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 8px;
}

.blog-sidebar .widget_categories ul li .children li::before {
    top: 8px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.wp-block-search__input {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #E4E4E4;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 5px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 0;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #282828;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 5px;
    color: #000;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
    display: none;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-webkit-input-placeholder {
    color: #282828;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
    color: #282828;
}

article.tag-pingbacks-2+.blog-post-comment .comment-body {
    margin-left: auto !important;
}

.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
    font-size: 15px;
}

.widget_block.widget_search .wp-block-search__button:hover {
    background-color: rgba(67, 82, 243, 0.9) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--primary-color) !important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 24px;
    line-height: 1;
}

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
    color: transparent;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
    font-style: normal !important;
    text-transform: capitalize;
}

.blog-sidebar select {
    background-color: #fff;
    border: thin solid var(--primary-color);
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
}

.blog-sidebar select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(to right, var(--primary-color), var(--primary-color));
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size: 5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}

.wp-block-image img {
    border-radius: 15px;
}

/*** Margin & Padding CSS ***/

/******------------------------------
---Template Helps Classes - Styles---
------------------------------******/

/* padding left */
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

/* padding right */

.pr-5 {
    padding-right: 5px;
}

.pr-5i {
    padding-right: 5px !important;
}

@media (max-width: 767px) {
    .pr-5i {
        padding-right: 15px !important;
    }
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-150 {
    padding-right: 150px;
}

/* padding top */

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

/* padding bottom */

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

/* custom padding */

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}


/* margin left */

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}

.mlm-30 {
    margin-left: -30px;
}

/* margin right */
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

/* margin top */

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

/* margin bottom */

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mmb10 {
    margin-bottom: -10px;
}

/* custom margin */
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px;
}

/*** Theme CSS ***/


/*** Section Heading CSS ***/

.section-title h2.title-block {
    color: var(--black-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--primary-font);
    text-transform: capitalize;
    line-height: 1.36;
    margin-bottom: 30px;
    letter-spacing: -0.05em;
    padding-top: 0 !important;
}

.section-divider {
    position: relative;
    width: 100%;
    background: var(--section-divider-color);
    height: 1px;
    margin: 30px auto 30px auto;
    max-width: 1296px;
}

.section-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.section-top .section-title h2.title-block {
    line-height: 0;
    margin-bottom: 0;
}

.section-button span {
    color: var(--meta-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--primary-font);
}

.section-button span a {
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 54px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}

.post-block-media-wrap a img:hover {
    transform: scale(1.03);
}

/******------------------------------
--------------Header CSS-------------
------------------------------******/

.theme-header-main {
    background: #F4F4F4;
    border-bottom: 1px solid rgb(67 83 243 / 10%);
}

.sticky{
    width: 100%;
    position: fixed;
    left: 0;
    top: -8px;
    z-index: 9999;
    animation: smoothScroll 0.5s none;
    -webkit-animation: smoothScroll 0.5s none;
}

.theme-header-main.sticky {
    top: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0px);
    }
}

.theme-header-area {
    position: relative;
}

.theme-header-area .container {
    position: relative;
}

.header-left-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-burger-menu {
    margin-right: 30px;
    font-size: 24px;
    line-height: 1;
}

.burger-nav-bar a i {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 300ms ease;
}

.burger-nav-bar a i:hover {
    color: var(--primary-color);
}

.burger-nav-bar a {
    color: #535353;
}

a.tp-header-bars.tp-menu-bar {
    line-height: 1;
}

.logo {
    width: 140px;
    height: auto;
}

h1.text-logo {
    margin-bottom: 0;
    font-size: 36px;
}

.nav-menu-wrapper {
    position: relative;
}

.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
    position: relative;
    display: inline-block;
}

.nav-menu-wrapper .mainmenu ul li a {
    display: block;
    position: relative;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 18px;
    color: var(--black-color);
    padding: 35px 15px;
    letter-spacing: -0.05em;
    font-weight: 400;
    text-transform: capitalize;
}

.nav-menu-wrapper .mainmenu ul li a:hover {
    color: var(--primary-color);
}

.nav-menu-wrapper .mainmenu ul li:first-child a {
    padding-left: 0;
}

.nav-menu-wrapper .mainmenu ul li:last-child a {
    padding-right: 0;
}

.header-search-wrap {
    display: inline-block;
}

.header-subscribe {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    text-align: right;
}

a.subscribe-btn {
    display: inline-block;
    position: relative;
    background: #4353F3;
    color: var(--white-color);
    text-transform: capitalize;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 0.945;
    padding: 17px 30px 17px 55px;
    border-radius: 10px;
}

a.subscribe-btn:hover {
    background: #000000 !important;
    color: var(--white-color) !important;
}

a.subscribe-btn:before {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "\efb4";
    font-family: IcoFont;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
}

/* Dropdown Menu */
.nav-menu-wrapper .mainmenu a {
    cursor: pointer;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 100;
    padding: 0;
    background: var(--section-bg-color);
    min-width: 245px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0px;
    border: 0px solid;
    box-shadow: 0 5px 5px 5px rgb(0 0 0 / 5%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 2px solid var(--primary-color);
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li {
    display: block;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid rgb(227 213 213 / 40%);
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child {
    border-bottom: 0px solid;
}

.nav-menu-wrapper li ul.sub-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--meta-color);
    padding: 6px 0px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0px;
}

.nav-menu-wrapper .mainmenu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.nav-menu-wrapper li ul.sub-menu li a:hover {
    color: var(--primary-color) !important;
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    left: 100%;
    top: -2px;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 245px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu>li:hover>ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:after {
    content: "\ea4e";
    color: #000000;
    font-family: 'remixicon' !important;
    padding-left: 0px;
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: 1px;
    font-size: 16px;
    left: 0px;
    vertical-align: 0;
    margin-left: 0;
    border: 0;
}

.nav-menu-wrapper .mainmenu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a:after {
    content: "\ea6e";
}

/*** Hamburger Icon ***/
.header_panel_nav_wrap {
    display: block;
    position: relative;
    line-height: 1;
    top: 0;
}

.lv-header-bar-1 {
    z-index: 9;
    position: relative;
}

.lv-header-bar-1 .panel-bar-box {
    width: 24px;
    height: auto;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    cursor: pointer;
}

.lv-header-bar-line-1 {
    width: 24px;
}

.lv-header-bar-line {
    transition: all 0.3s ease-in;
    height: 2px;
    display: inline-block;
    background: #000;
    border-radius: 0px;
}

.panel-bar-box:hover .lv-header-bar-line {
    background: #4353F3;
}

/*** Responsive Nav ***/
div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}

.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #F4F4F4 !important;
    text-align: left;
    position: relative;
    top: -70px;
    border-top: 2px solid var(--primary-color);
}

.slicknav_nav li {
    border-bottom: 1px solid var(--section-divider-color);
}

.slicknav_nav li:last-child {
    border-bottom: 0 solid;
}

a.slicknav_btn {
    background: transparent;
    border-radius: 0;
    margin: 3px 1px 15px;
    position: relative;
    top: -71px;
    right: 9px;
    border-radius: 0px;
    box-shadow: none;
    padding: 0 !important;
}

.slicknav_nav a {
    color: #000000 !important;
    padding-left: 20px;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: var(--meta-color);
}

.slicknav_nav li a:hover {
    background: transparent;
    border-radius: 0;
    color: var(--primary-color) !important;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.liberk-responsive-menu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #fff;
    color: #000;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
    color: #000 !important
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    box-shadow: none;
    top: 8px;
    position: relative;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 4px;
}

ul.slicknav_nav li ul.sub-menu li a {
    padding-left: 30px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
    padding-left: 15px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-size: 15px;
    font-weight: 400;
}

.slicknav_nav li:hover {
    color: #000;
}

.slicknav_nav .slicknav_row:hover {
    background: transparent;
}

.slicknav_nav li a:hover {
    background: transparent
}

ul.slicknav_nav li ul.sub-menu li a>a {
    padding-left: 0;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
}

.slicknav_nav li:hover {
    background: transparent;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #000000;
}

.header-right-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.search-icon.theme-search-custom-iconn {
    color: var(--black-color);
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s;
}

.search-icon.theme-search-custom-iconn:hover {
    color: var(--primary-color);
}

#theme-serach-box-Inner {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.theme-serach-box-inner-wrapper:hover {
    cursor: url(../images/cross.png), auto;
}

#theme-serach-box-Inner.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper {
    width: 100%;
    height: 100%;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper form {
    position: relative;
    margin: 0 auto;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper input::-webkit-input-placeholder {
    color: #444;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper input:-ms-input-placeholder {
    color: #444;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper input::placeholder {
    color: #444;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper input {
    width: 100%;
    height: 70px;
    padding: 0 75px 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper input:focus {
    outline: none;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper button {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    border-left: 0px solid #0af8c5b3;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    cursor: pointer;
    opacity: .8;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper button:hover {
    color: #fff;
    opacity: 1;
}

#theme-serach-box-Inner .theme-serach-box-inner-wrapper button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {

    #theme-serach-box-Inner .theme-serach-box-inner-wrapper input,
    #theme-serach-box-Inner .theme-serach-box-inner-wrapper button {
        font-size: 20px;
        height: 50px;
    }
}

/* Off Canvas nav */

.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--section-bg-color);
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}


.tpoffcanvas.opened {
    opacity: 1;
    visibility: visible;
}

.tpoffcanvas.opened {
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.tpoffcanvas-close-btn button {
    font-size: 35px;
    position: absolute;
    right: 50px;
    top: 65px;
    transition: 1s;
    font-weight: 300;
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    background: transparent;
    color: var(--meta-color);
    border: 0px solid;
}

.tpoffcanvas-close-btn button:hover {
    color: var(--primary-color);
}

.tpoffcanvas-text.offcanvas-content {
    margin-top: 60px;
}

.tpoffcanvas-text.offcanvas-content h3.widget-title {
    margin-bottom: 30px;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}

a.tp-header-bars.tp-menu-bar {
    line-height: 1;
    margin-right: 10px;
}

.tpoffcanvas-logo img {
    max-width: 150px;
    margin-top: 5px;
    margin-bottom: 35px;

}

.tp-offcanvas-area .editors-choice-area .section-title {
    width: 205px;
}

.tp-offcanvas-area .editors-choice-area .col-lg-12 {
    padding-left: 0;
}

.mobile-canvas-content {
    display: none;
}

/* Canvas Menu Mobile */
.site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 4px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-nav-wrap .arrow-collapse:before {
    font-size: 24px;
    z-index: 20;
    font-family: 'remixicon' !important;
    content: "\ea4e";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: .3s all ease;
}

.site-nav-wrap .arrow-collapse.collapsed:before {
    transform: translate(-50%, -50%);
}

.canvas-nav-menu-wrapper {
    position: relative;
    height: calc(100vh - 20px);
}

.canvas-nav-menu-wrapper ul.site-nav-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.canvas-nav-menu-wrapper ul.site-nav-wrap>li {
    display: block;
    position: relative;
    width: 100%;
}

.canvas-nav-menu-wrapper ul.site-nav-wrap li a {
    line-height: 0.945;
    letter-spacing: -0.05em;
    font-weight: 400;
    font-family: var(--primary-font);
    text-transform: capitalize;
}

.canvas-nav-menu-wrapper ul.site-nav-wrap>li>a {
    font-size: 18px;
    position: relative;
    display: block;
    line-height: 0.945;
    letter-spacing: -0.05em;
    padding: 15px 0;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--black-color);
}

.canvas-nav-menu-wrapper .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav-wrap>li>ul>li {
    display: block;
    position: relative;
}

.canvas-nav-menu-wrapper .site-nav-wrap li ul li a {
    font-size: 16px;
    color: var(--meta-color);
    line-height: 1.5;
}

.canvas-nav-menu-wrapper .site-nav-wrap>li>ul>li>a {
    padding-left: 25px;
    font-size: 16px;
    color: var(--meta-color);
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    line-height: 1.5;
}

.canvas-nav-menu-wrapper .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.canvas-nav-menu-wrapper .site-nav-wrap li ul li ul li a {
    font-size: 16px;
    color: var(--meta-color);
    line-height: 1.5;
}

.canvas-nav-menu-wrapper .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 50px;
    color: var(--meta-color);
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}


@media (max-width: 991px) {

    .tpoffcanvas {
        overflow-y: hidden;
    }

}

.site-nav-wrap .arrow-collapse:hover {
    background: var(--section-divider-color);
}

.canvas-nav-menu-wrapper ul.site-nav-wrap>li>a:hover {
    color: var(--primary-color);
}

/* Dark mode CSS */
.mode-switcher {
    cursor: pointer;
}

.mode-switcher img {
    width: 20px;
    height: 20px;
}

.dark-mode-bg {
    background-color: #f4f4f4;
}

.logo.theme-logo.dark {
    display: none;
}

/* post-block-template-large */
article.post-block-style-wrapper {
    position: relative;
}

.post-block-style-wrapper .post-block-style-inner {
    position: relative;
}

.post-block-style-wrapper .post-block-media-wrap {
    position: relative;
    margin-bottom: 30px;
}

.post-block-style-wrapper .post-block-media-wrap a {
    position: relative;
    transition: .3s ease-in;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.post-block-style-wrapper .post-block-media-wrap a img {
    width: 100%;
    height: 470px;
    border-radius: 15px;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
}

.post-category-box {
    line-height: 1;
}

.post-block-style-wrapper .post-block-content-wrap .post-category-box a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -0.05em;
}

.post-block-style-wrapper .post-block-content-wrap h2.post-title,
.post-block-content-wrap h1.post-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 56px;
    letter-spacing: -0.05em;
    word-break: break-word;
}

.post-block-style-wrapper .post-block-content-wrap h2.post-title a,
.post-block-content-wrap h1.post-title a {
    color: #282828;
    word-break: break-word;
}

.post-block-style-wrapper .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 38px;
    max-width: 95%;
}

.post-block-style-wrapper .post-block-content-wrap .post-excerpt-box p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--primary-font);
    line-height: 1.1875;
    margin-bottom: 0;
}

.post-bottom-meta-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
}

.post-bottom-meta-list .meta-img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.post-bottom-meta-list div {
    margin-right: 10px;
}

.post-bottom-meta-list div:last-child {
    margin-right: 0;
}

.post-bottom-meta-list .meta-img img {
    border-radius: 50%;
}

.meta-content {
    line-height: 20px;
}

.post-meta-author-box span {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.post-meta-author-box span,
.post-meta-date-box span {
    color: var(--meta-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
}

.post-block-template-video-small .post-meta-author-box span,
.post-block-template-video-small .post-meta-date-box span,
.post-block-template-video .post-meta-author-box span,
.post-block-template-video .post-meta-date-box span {
    color: #8c8c8c;
}

.post-block-template-video-small .post-meta-author-box span.author-name a,
.post-block-template-video .post-meta-author-box span.author-name a {
    color: #8c8c8c;
}

.post-meta-author-box span a {
    color: #787878 !important;
    text-transform: capitalize;
}

.post-meta-date-box span {
    color: #A5A5A5 !important;
}

.post-meta-author-box span a:hover {
    color: var(--primary-color);
}

.slick-slide .post-excerpt-box p,
.slick-slide h2.post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* post-block-template-list-large */
article.post-block-template-list {
    margin-bottom: 20px;
}

article.post-block-template-list:last-child {
    margin-bottom: 0;
}

article.post-block-template-list {
    margin-bottom: 0;
}

.post-block-template-list-wrapper .section-divider {
    margin: 20px 0 20px 0;
}

.post-block-style-inner.post-block-list-style-inner,
.recent-post-blog-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease-in;
}

.post-block-template-list .post-block-media-wrap {
    margin-bottom: 0;
    margin-right: 15px;
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 195px;
    max-width: min-content;
}

.post-block-template-list .post-block-media-wrap a img {
    height: 140px;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
}

.post-block-template-list .post-block-content-wrap .post-category-box {
    margin-bottom: 10px;
}

.post-block-template-list .post-block-content-wrap h2.post-title {
    font-size: 28px;
    margin-bottom: 10px;
    color: #282828;
    letter-spacing: -0.05em;
    font-weight: 600;
    line-height: 30px;
}

.sidebar.blog-sidebar .post-block-template-list .post-block-content-wrap h2.post-title {
    font-weight: 600;
    max-width: 90%;
    line-height: 25px;
}

.post-bottom-meta-list.bullet .post-meta-author-box {
    margin-right: 15px;
}

.post-bottom-meta-list.bullet .post-meta-date-box {
    position: relative;
}

.post-bottom-meta-list.bullet .post-meta-date-box::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #858585;
    top: 10px;
    left: -8px;
}

.blog-hero-area .post-block-template-list-wrapper .section-divider:last-child,
.most-recent .post-block-template-counter-wrapper .section-divider:last-child,
.editors-choice-area .post-block-template-list-large-wrapper .section-divider:last-child {
    display: none;
}

.theme-main-slider,
.theme-main-carousel {
    position: relative;
}

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #F0F0F0 !important;
    text-align: center;
    color: var(--primary-color) !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-weight: bold;
    font-size: 20px !important;
    border: 1px solid rgba(67, 82, 243, 0.1) !important;
    border-radius: 50% !important;
    cursor: pointer;
    font-family: IcoFont !important;
    bottom: 0;
}

.theme-main-carousel .slide-arrow-left.slick-arrow,
.theme-main-carousel .slide-arrow-right.slick-arrow {
    bottom: inherit;
    top: -65px;
}

.slide-arrow-left.slick-arrow:hover,
.slide-arrow-right.slick-arrow:hover {
    color: #ffffff !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.theme-main-slider .slide-arrow-left.slick-arrow {
    top: auto;
    right: 60px;
    left: inherit;
}

.theme-main-slider .slide-arrow-right.slick-arrow {
    top: auto;
    right: 0% !important;
    left: inherit;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
    font-size: 22px !important;
    line-height: 40px;
    font-style: normal !important;
}

.theme-main-slider-full-width .post-block-template-large .post-block-media-wrap a img {
    height: 680px !important;
    border-radius: 0 !important;
}

.theme-main-slider-full-width .post-block-template-large .post-block-media-wrap a {
    border-radius: 0;
}

.theme-main-slider-full-width .post-block-template-large {
    position: relative;
}

.theme-main-slider-full-width .post-block-template-large .post-block-content-wrap {
    position: absolute;
    bottom: -30px;
    right: 30px;
    background: #F4F4F4;
    padding: 30px 0 30px 30px;
    border-radius: 15px;
    width: 680px;
}

.theme-main-slider-full-width .slide-arrow-left.slick-arrow,
.theme-main-slider-full-width .slide-arrow-right.slick-arrow {
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #ffffff !important;
    text-align: center;
    color: var(--primary-color) !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-weight: bold;
    font-size: 20px !important;
    border: 1px solid rgba(67, 82, 243, 0.1);
    border-radius: 50% !important;
    cursor: pointer;
    font-family: IcoFont !important;
}

.theme-main-slider-full-width .slide-arrow-left.slick-arrow {
    right: 120px;
}

.theme-main-slider-full-width .slide-arrow-left.slick-arrow:hover,
.theme-main-slider-full-width .slide-arrow-right.slick-arrow:hover {
    border-color: rgba(67, 82, 243, 1) !important;
    color: #ffffff !important;
    background: var(--primary-color) !important;
}

.theme-main-carousel .post-block-template-medium {
    padding-left: 10px;
    padding-right: 10px;
}

.theme-main-carousel .post-block-template-medium h2.post-title {
    max-width: 100%;
}

.theme-main-carousel .post-block-template-medium.slick-slide h2.post-title {
    display: none;
}

.theme-main-carousel .post-block-template-medium.slick-slide.slick-active h2.post-title {
    display: block;
}

.theme-main-carousel.slick-arrow,
.theme-main-carousel.slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #F0F0F0 !important;
    text-align: center;
    color: var(--primary-color) !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-weight: bold;
    font-size: 20px !important;
    border: 1px solid rgba(67, 82, 243, 0.1) !important;
    border-radius: 50% !important;
    cursor: pointer;
    font-family: IcoFont !important;
}

.theme-main-carousel .slide-arrow-left.slick-arrow {
    right: 72px;
    left: inherit;
}

.theme-main-carousel .slide-arrow-right.slick-arrow {
    right: 12px !important;
    left: inherit;
}

.post-block-list-style-inner-counter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease-in;
}

.post-block-template-counter-wrapper .section-divider {
    margin: 20px 0 20px 0;
}

.post-block-number-wrap {
    color: #C8C8C8;
    margin-right: 30px;
}

.post-block-template-counter .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.post-block-template-counter .post-block-content-wrap h2.post-title {
    font-size: 28px;
    max-width: 100%;
    line-height: 1.0719;
    margin-bottom: 10px;
    font-weight: 600;
}

.post-block-number-wrap span {
    transition: all 0.4s ease-in;
}

.post-block-template-counter:hover .post-block-number-wrap span {
    color: #000;
}

/* post-block-template-medium */
.post-block-template-medium .post-block-media-wrap a img {
    height: 244px;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
}

.post-block-template-medium .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.post-block-template-medium .post-block-content-wrap h2.post-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1475;
}

.post-block-template-medium .post-block-media-wrap {
    margin-bottom: 20px;
}

.post-block-template-medium .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 10px;
}

.post-block-template-medium {
    margin-bottom: 30px;
}

.liber-spotlight-area {
    position: relative;
    background: var(--section-bg-color);
}

/* post-block-template-large-two */
.post-block-template-large-two .post-block-media-wrap a img {
    height: 395px;
}

.post-block-template-large-two .post-block-media-wrap {
    margin-bottom: 20px;
}

.post-block-template-large-two .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.post-block-template-large-two .post-block-content-wrap h2.post-title {
    font-size: 38px;
    line-height: 43.5px;
}

.post-block-template-large-two .post-block-content-wrap .post-excerpt-box {
    max-width: 90%;
    margin-bottom: 20px;
}

/* post-block-template-medium-two */
.post-block-template-medium-two {
    margin-bottom: 30px;
}

.post-block-template-medium-two:last-child {
    margin-bottom: 0;
}

.post-block-template-medium-two .post-block-media-wrap a img {
    height: 190px;
    object-fit: cover;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
}

.post-block-template-medium-two .post-block-media-wrap {
    margin-bottom: 15px;
}

.post-block-template-medium-two .post-block-content-wrap h2.post-title {
    font-size: 28px;
    line-height: 30px;
}

.newsletter {
    padding: 40px 15px 40px 15px;
    background: var(--section-bg-color);
    border-radius: 15px;
    text-align: center;
}

.newsletter-title h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 25px;
    margin-bottom: 40px;
}

.newsletter-form input {
    width: 250px;
    height: 50px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: #E3E3E3;
    color: var(--meta-color);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 19px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.newsletter-form input:focus {
    border: none;
}

.newsletter-form .subscribe-btn {
    display: inline-block;
    position: relative;
    width: 250px;
    background: #4353F3;
    color: var(--white-color);
    text-transform: capitalize;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 0.945;
    padding: 17px 30px 17px 60px;
    border-radius: 10px;
    border: none;
    transition: 0.4s;
}

.newsletter-form .subscribe-btn:before {
    position: absolute;
    left: 70px;
    top: 50%;
    content: "";
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(../images/send.svg) no-repeat scroll left center;
    background-size: auto;
}

.newsletter-form .subscribe-btn:hover {
    background: #000000 !important;
}

.editors-choice-area .section-title {
    position: relative;
}

.post-block-template-list-large .post-block-media-wrap {
    min-width: 385px;
}

.post-block-template-list-large .post-block-media-wrap a img {
    height: 245px;
    object-fit: cover;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
}

.post-block-template-list-large .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.post-block-template-list-large .post-block-content-wrap h2.post-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 39.5px;
}

.post-block-template-list-large h2.post-title {
    max-width: 100%;
}

.post-block-template-list-large .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 15px;
    max-width: 80%;
}

.post-block-template-list-large .post-bottom-meta-list .meta-img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.post-block-template-list-large .post-meta-author-box span,
.post-block-template-list-large .post-meta-date-box span {
    font-size: 14px;
}

/* post-block-template-list-small */
article.post-block-template-list-small,
.widget.widget_theme_recent_posts .recent-post-blog-item {
    margin-bottom: 20px;
}

.post-block-template-list-small .post-block-media-wrap a img,
.recent-postthumb a img {
    height: 105px;
    object-fit: cover;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.post-block-template-list-small .post-block-media-wrap,
.recent-postthumb {
    margin-bottom: 0;
    margin-right: 15px;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: min-content;
    min-width: 135px;
}

.post-block-template-list-small .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.post-block-template-list-small .post-block-content-wrap .post-category-box a {
    font-size: 14px;
    line-height: 1;
}

.post-block-template-list-small .post-block-content-wrap h2.post-title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 23px;
}

.recent_post_Content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 23px;
    font-weight: 600 !important;
}

.recent_post_Content p {
    display: none;
}

.post-block-template-list-small .post-meta-author-box span,
.post-block-template-list-small .post-meta-date-box span {
    color: var(--meta-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.post-block-template-list-small h2.post-title {
    width: 240px;
}

.column-divider {
    position: absolute;
    content: '';
    width: 1px;
    height: 795px;
    background: var(--section-divider-color);
    top: 0;
    left: -20px;
}

.editors-choice-area .post-block-template-list-large .post-block-media-wrap {
    margin-right: 0;
}

.post-block-template-list-single {
    margin-bottom: 30px !important;
}

.post-block-template-list-single .post-block-media-wrap {
    min-width: 700px;
}

.post-block-template-list-single .post-block-media-wrap a img {
    height: 445px;
    object-fit: cover;
    object-fit: cover;
    transition: .35s ease-in;
    display: block;
    overflow: hidden;
}

.post-block-template-list-single .post-block-media-wrap {
    margin-right: 20px;
}

.post-block-template-list-single .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.post-block-template-list-single .post-block-content-wrap h2.post-title {
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 54px;
}

.post-block-template-list-single .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 30px;
    max-width: 85%;
}

/* post-block-template-list-grid */
.post-block-template-list-grid .post-block-content-wrap h2.post-title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 30px;
}

.featured-videos-area {
    background: #131315;
}

.featured-videos-area h2,
.featured-videos-area h2 a,
.featured-videos-area .post-meta-author-box span a,
.featured-videos-area .section-button span a:hover {
    color: var(--white-color) !important;
}

.featured-videos-area h2:hover,
.featured-videos-area h2 a:hover {
    color: var(--primary-color) !important;
}

.featured-videos-area .post-block-style-wrapper .post-block-content-wrap .post-excerpt-box p {
    color: #8C8C8C;
}

.featured-videos-area .section-button span a {
    color: var(--primary-color);
}

/* post-block-template-video */
.post-block-template-video .post-block-media-wrap a img {
    height: 356px;
}

.post-block-template-video .post-block-content-wrap h2.post-title {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 39.5px;
    letter-spacing: -0.05em;
}

.post-block-template-video .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 0;
    max-width: 95%;
}

.post-block-template-video,
.post-block-template-video-small {
    position: relative;
}

.video-play-icon-wrap {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-play-icon-wrap a {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    ;
    border-radius: 50% !important;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
}

/* post-block-template-video-small */
article.post-block-template-video-small {
    margin-bottom: 30px;
}

article.post-block-template-video-small:last-child {
    margin-bottom: 0;
}

.post-block-template-video-small .post-item-title {
    max-width: 90%;
}

.post-block-template-video-small .video-play-icon-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-block-template-video-small .video-play-icon-wrap a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
}

.most-popular-area-top {
    padding-bottom: 80px;
}

.most-popular-area .post-block-style-wrapper .post-block-media-wrap a img {
    height: 320px;
}

.most-popular-area .post-block-style-wrapper .post-block-media-wrap {
    margin-bottom: 20px;
}

.most-popular-area .post-block-style-wrapper .post-block-content-wrap .post-category-box {
    margin-bottom: 5px;
}

.most-popular-area .post-block-style-wrapper .post-block-content-wrap h2.post-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.05em;
}

.most-popular-area .post-item-title {
    max-width: 95%;
}

.most-popular-area .post-block-style-wrapper .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 0;
}

.most-popular-area .post-item-title {
    max-width: 100%;
}

.most-popular-area .post-block-template-list-large .post-block-content-wrap .post-excerpt-box {
    max-width: 90%;
}

.most-popular-area .post-block-template-list-large .post-block-media-wrap {
    margin-right: 0;
    margin-left: 15px;
    min-width: 280px;
    margin-bottom: 0;
}

.most-popular-area .post-block-template-list-large .post-block-media-wrap a img {
    height: 245px;
}

.most-popular-area .post-block-template-list-large {
    position: relative;
}

.most-popular-area .post-block-template-list-large::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--section-divider-color);
    bottom: -16px;
}

.most-popular-area .post-block-template-list-large:last-child::after {
    display: none;
}

.most-popular-area-bottom {
    position: relative;
    margin-bottom: 40px;
}

.most-popular-area-bottom .post-block-style-wrapper .post-block-content-wrap h2.post-title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.05em;
}

.most-popular-area-bottom .post-item-title {
    max-width: 95%;
}

.most-popular-area-bottom::before {
    position: absolute;
    top: -40px;
    left: 12px;
    width: 100%;
    height: 1px;
    background: var(--section-divider-color);
    content: "";
    max-width: 1296px;
    margin: 0 auto;
}

.most-popular-area-bottom::after {
    position: absolute;
    bottom: -40px;
    left: 12px;
    width: 100%;
    height: 1px;
    background: var(--section-divider-color);
    content: "";
    max-width: 1296px;
    margin: 0 auto;
}

.most-popular-area-bottom .column-divider-rel {
    position: relative;
}

.most-popular-area-bottom .column-divider-rel::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 165px;
    background: var(--section-divider-color);
    top: -28px;
    right: 0;
}

.most-popular-area-bottom .column-divider-rel:last-child::after {
    display: none;
}

.todays-pick-area .post-block-template-list-small .post-block-content-wrap h2.post-title {
    max-width: 60%;
}

.social-media-widget {
    margin-top: 30px;
    padding: 15px;
    background: var(--section-bg-color);
    border-radius: 15px;
    text-align: center;
}

.social-media-title {
    max-width: 60%;
    margin: 10px auto 40px auto;
    position: relative;
}

.social-media-title::after {
    position: absolute;
    content: '';
    width: 245px;
    height: 1px;
    background: #D2D2D2;
    bottom: -10px;
    left: -40px;
}

.social-media-title h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 26px;
    letter-spacing: -0.05em;
}

.social-media-buttons a img {
    margin-bottom: 10px;
    border-radius: 10px;
}

.todays-pick-area .post-block-template-large-two .post-block-media-wrap a img {
    height: 473px;
}

.todays-pick-area .post-block-template-medium-two .post-block-media-wrap a img {
    height: 215px;
}

/******------------------------------
-------------Footer CSS--------------
------------------------------******/

.footer-top {
    text-align: left;
    padding: 30px 0;
}

.footer-top .widgets-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top .logo {
    margin-bottom: 20px;
}

.widget-title h3 {
    color: #282828;
    font-size: 25px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 20px;
    letter-spacing: -0.05em;
}

.footer-top ul {
    list-style: none;
    padding: 0;
}

.footer-top ul li {
    margin-bottom: 5px;
}

.footer-top ul li a {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 27px;
    letter-spacing: 1;
    text-transform: capitalize;
}

.footer-top ul li a:hover {
    color: var(--primary-color);
}

.widget-title {
    margin-bottom: 20px;
}

p.footer-overview-text,
p.newsletter-description {
    color: var(--paragraph-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    ;
    line-height: 22px;
    max-width: 85%;
}

.footer-newsletter .newsletter-title h3,
.footer-widget h4.widget-title {
    color: var(--black-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 20px;
    letter-spacing: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.subscribe-input input {
    height: 60px;
    width: 340px;
    color: var(--meta-color);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 27px;
    letter-spacing: -0.05em;
    margin-right: 0px;
    background: var(--section-bg-color);
    padding: 20px;
    border: none;
    border-radius: 15px;
}

.subscribe-input input:focus {
    border: none;
}

.subscribe-input .subscribe-button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary-color);
    border: none;
    transition: 0.4s;
}

.subscribe-input .subscribe-button:hover {
    background: var(--black-color);
}

.subscribe-input .subscribe-button img {
    height: 25px;
    width: 25px;
    object-fit: cover;
}

.footer-newsletter-form .subscribe-input input[type="email"]{
    margin-bottom: 0;
}

.footer-newsletter-form .checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.footer-newsletter-form .checkbox input {
    height: 17px;
    width: 17px;
    border: 1px solid var(--meta-color);
    border-radius: 5px;
    margin-right: 5px;
}

.footer-newsletter-form .checkbox label {
    color: var(--paragraph-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 19px;
}

.footer-newsletter-form .checkbox label a {
    font-weight: 600;
}

p.copyright-text {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    text-align: center;
    margin-bottom: 0;
}

.footer-social {
    text-align: left;
    margin-top: 60px;
}

.footer-top .footer-social {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.footer-social a {
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    display: inline-block;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social a i {
    font-family: 'FontAwesome';
    font-style: normal;
}

.footer-social a:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.footer-social a:last-child {
    margin-right: 0;
}

.canvas-widget .footer-social{
    border-top: 1px solid #d8d8d8;
    padding-top: 16px;
}
    
.canvas-widget .footer-social ul{
    list-style: none;
    padding-left: 0;
}

.canvas-widget .footer-social ul a{
    padding: 0;
    background-color: #E3E3E3 !important;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas-widget .footer-social ul a:hover{
    background-color: var(--primary-color) !important;
}

.canvas-widget .footer-social ul a svg{
    fill: #484848 !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.main-canvas-inner ul li{
    background-color: transparent;
}

.wp-block-social-link:hover {
    transform: scale(1);
}

.canvas-widget .footer-social ul a:hover svg{
    fill: #ffffff !important;
}

.post-bottom-meta-wrapper,
.post-bottom-meta-right,
.post-bottom-meta-right .comment-box,
.post-bottom-meta-right .reading-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.single-post .post-bottom-meta-wrapper{
    margin-top: 30px;
}

.blog-single-right-sidebar .post-block-media-wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-single-right-sidebar .theme_related_posts_Wrapper .post-block-template-medium {
    margin-bottom: 0;
}

.col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-bottom-meta-right div {
    margin-right: 30px;
}

.post-bottom-meta-right div:last-child {
    margin-right: 0;
}

.post-bottom-meta-right img {
    height: 23px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 23px;
    max-width: min-content;
}

.post-bottom-meta-right span {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 21px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}

.single-post .post-bottom-meta-right svg path{
    fill: var(--primary-color);
}

.single-post .post-bottom-meta-right svg{
    width: 24px;
    height: 23px;
    margin-right: 5px;
}

.post-content p {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 26px;
}

.post-content .post-excerpt-box {
    margin-bottom: 0 !important;
    max-width: 100% !important;
}

.quoted-text-wrapper {
    width: 615px;
    margin: 0 auto;
}

.quoted-text {
    padding-left: 70px;
    position: relative;
}

.quoted-text::before {
    position: absolute;
    content: '';
    background: url(../images/icon/quote-up.svg);
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
}

.quoted-text span {
    color: var(--meta-color);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 38px;
}

.quoted-text p {
    color: var(--black-dark);
    font-size: 22px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 28px;
}

.post-content h2 {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 22px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.column-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.column-images a {
    float: left;
    width: 410px;
}

.column-images a img {
    height: 370px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.column-images span {
    color: var(--meta-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 22px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.post-content ul {
    padding: 0 20px;
}

.post-content ul li {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--primary-font);
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 55%;
}

.post-content ul li:last-child {
    margin-bottom: 0;
}

.post-tags a {
    color: var(--tag-text-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    padding: 10px;
    background: var(--tag-bg-color);
    border-radius: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    display: inline;
}

.post-tags a:last-child {
    margin-right: 0;
}

.post-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.post-share .text h3 {
    color: #282828;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 34px;
}

.post-share .icons a {
    color: var(--social-color);
    background: #E3E3E3;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--primary-font);
    margin-left: 5px;
    width: 45px;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.post-share .icons a:first-child {
    margin-left: 0;
}

.post-share .icons a:hover {
    background: #000000 !important;
}

.post-share .icons a svg{
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.post-share .icons a svg path{
    fill: #484848;
     -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.post-share .icons a:hover svg path{
    fill: #ffffff;
}

.author-bio-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}

.author-thumb img {
    border-radius: 50%;
}

.author-info {
    width: 100%;
    max-width: 75%;
    margin-left: 15px;
}

h6.author-title {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 21px;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
}

h4.author-name {
    color: #282828;
    font-size: 26px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 21px;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}

p.author-description {
    color: var(--meta-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 22px;
    letter-spacing: -0.05em;
    padding-bottom: 15px;
}

.author-socials a {
    color: var(--social-color);
    padding: 10px 11.5px;
    background: var(--social-bg-color);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    margin-left: 5px;
}

.author-socials a:first-child {
    margin-left: 0;
}

.author-socials a:hover {
    color: var(--white-color) !important;
    background: var(--primary-color);
}

/* comment form */
.comment-form-wrapper {
    clear: both;
    list-style: none;
    background: var(--section-bg-color);
    overflow: hidden;
    margin-top: 60px;
    border-radius: 15px;
    padding: 60px 60px 30px;
}

.blog-single-right-sidebar .post-block-template-large .comment-form-wrapper {
    margin-top: 0;
}

.comment-respond .comment-reply-title {
    margin-bottom: 20px !important;
    font-size: 24px;
    line-height: 25px;
}

.comment-form .form-control:focus-visible,
.page-main-content-inner .form-control:focus-visible {
    outline: 0;
    box-shadow: none;
}

.comment-form .form-control,
.page-main-content-inner .form-control,
.comment-form input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 10px !important;
    border: none;
    color: var(--meta-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 1;
    background-color: var(--white-color);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 30px;
}

.comment-form .msg-box {
    height: 245px;
}

.comment-form .form-control:focus,
.comment-form .msg-box:focus {
    border: none;
}

.comment-form .btn-comments {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--primary-font);
    text-align: center;
    padding: 14px 28px;
    border-radius: 30px !important;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
}

.comment-form .btn-comments:hover {
    background: #000000 !important;
    color: var(--white-color);
}

.sidebar-ads img {
    height: 335px;
    object-fit: cover;
    display: block;
    overflow: hidden;
}

.sidebar-title h4 {
    color: #282828;
    font-size: 25px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 27px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tag-list a {
    color: var(--meta-color);
    background: var(--section-bg-color);
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 54px;
    margin-right: 5px;
    text-transform: capitalize;
    display: inline;
}

.tag-list a:last-child {
    margin-right: 0;
}

.tag-list a:hover {
    color: var(--tag-text-color) !important;
    background: var(--tag-bg-color);
}

.sidebar-most-read-articles .post-block-template-list-small .post-block-content-wrap h2.post-title {
    max-width: 60%;
}

.breadcrumb-wrapper {
    padding: 30px 0 30px 0;
    background: var(--section-bg-color);
    border-radius: 15px;
    text-align: center;
    border: 1px solid transparent;
}

.page-title h1 {
    color: #282828;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}

.bredcrumb-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bredcrumb-menu a,
.bredcrumb-menu span {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -0.05em;
}

.blog-default .sidebar-wrapper {
    margin-top: 0;
}

.blog-default .col-wrapper .col-lg-9 .row .col-lg-6 .post-block-template-medium,
.blog-default .col-wrapper .col-lg-9 .row .col-lg-12 .post-block-template-list-large {
    margin-bottom: 30px;
}

.blog-single-right-sidebar.blog-default .post-block-template-large {
    margin-bottom: 40px;
}

.blog-single-right-sidebar .post-block-template-list-large .post-block-media-wrap a img {
    height: auto;
}

.blog-single-right-sidebar .post-block-template-list-large {
    margin-bottom: 30px !important;
}

.blog-single-right-sidebar.blog-default .post-block-template-large .post-block-media-wrap {
    margin-bottom: 20px;
}

.blog-single-right-sidebar.blog-default .post-block-template-large .post-block-content-wrap .post-category-box a {
    color: var(--primary-color) !important;
}

.blog-single-right-sidebar.blog-default .post-block-template-large .post-block-content-wrap .post-item-title h2.post-title {
    margin: 10px 0;
    font-size: 40px;
}

.blog-single-right-sidebar.blog-default .post-block-template-large .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 15px;
}

.blog-single-right-sidebar.blog-default .post-block-template-large .post-block-content-wrap .post-excerpt-box p {
    line-height: 24px;
}

.pagination {
    margin-bottom: 0px;
    margin-top: 30px;
}

.nav-links {
    display: block;
    width: 100%;
    text-align: left;
}

.pagination ul.page-numbers {
    margin-bottom: 0px;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

ul.page-numbers li span.current {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.pagination ul.page-numbers li span.page-numbers,
.pagination ul.page-numbers li a.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--meta-color);
    margin-left: auto;
    color: var(--black-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 30px;
}

.blog-single-no-sidebar .column-images a {
    float: left;
    width: 49%;
    object-fit: cover;
}

.blog-single-no-sidebar .post-block-style-wrapper .post-block-media-wrap a img {
    height: 550px;
}

.blog-single-no-sidebar .column-images a img {
    min-width: 468px;
}

.blog-single-no-sidebar .post-block-template-medium .post-block-media-wrap a img {
    height: 300px;
}

/* blog-single-video */
.blog-single-video .video-play-icon-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-single-video .video-play-icon-wrap a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
}

.post-block-template-large .post-block-content-wrap .post-content.about h2 {
    font-size: 26px;
    line-height: 34px;
}

.post-block-template-large .post-block-content-wrap .post-content.about .column-images a {
    width: 49%;
}

.post-content.about p:last-child {
    margin-bottom: 0;
}

.blog-default .post-block-style-inner .location iframe,
.page-main-content-inner iframe {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.post-block-template-large .post-block-content-wrap .post-content.about .contact-info span {
    display: block;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 24px;
}

textarea#comment:focus {
    box-shadow: none;
}

/*** Scroll Top CSS  ***/

.scrolltotop {
    bottom: 10px;
    cursor: pointer;
    font-size: 60px;
    text-align: center;
    position: fixed;
    right: 20px;
    z-index: 999;
    background: transparent;
    line-height: 1;
}

.scrolltotop i {
    color: var(--primary-color);
    transition: 0.4s;
}

.scrolltotop:hover i {
    color: #000000 !important;
}

/******------------------------------
-----------Preloader CSS-------------
------------------------------******/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4353f3;
    z-index: 9999999;
}

.spinner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* 404 Page */
.error-page-main-content-inner {
    text-align: center;
}

.error-page-main-content-inner .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #000000;
    margin-bottom: 25px;
    font-family: var(--primary-font);
}

.error-message h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

a.error-btn-custom {
    margin-top: 25px;
    width: auto;
    position: relative;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1;
    text-align: center;
    outline: none;
    box-shadow: none;
    padding: 16px 29px 16px 29px;
    background-color: var(--primary-color);
    border: 1px solid #4353F3;
    border-radius: 15px;
    transition: all .3s ease;
    color: var(--white-color);
    display: inline-block;
}

a.error-btn-custom:hover {
    background: rgba(67, 82, 243, 0.9);
    border-color: var(--primary-color);
}

/*** Page CSS ***/
.page-main-content-inner h1 {
    color: #282828;
    font-size: 48px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 54px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    max-width: 90%;
}

.page-main-content-inner h2 {
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 39.5px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    max-width: 90%;
}

.page-main-content-inner h3 {
    color: #282828;
    font-size: 28px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 39.5px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
    max-width: 90%;
}

.newsletter-title h3 {
    font-size: 24px;
    line-height: 25px;
    max-width: 100%;
}

.page-main-content-inner h4 {
    color: #282828;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    max-width: 90%;
}

.page-main-content-inner h5 {
    color: #282828;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    max-width: 90%;
}

.page-main-content-inner h5 {
    color: #282828;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 90%;
}

.page-main-content-inner p {
    color: var(--black-color);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    margin-bottom: 25px;
}

.tp-mra .editors-choice-area .post-block-template-list-small .post-block-content-wrap h2.post-title {
    max-width: 65%;
}

span.elementor-button-icon.elementor-align-icon-left {
    font-size: 10px;
}

.tpoffcanvas-logo.offcanvas-logo {
    margin-bottom: -36px;
}

.blog-new-layout.theme-layout-mainn .sticky {
    background: #F4AEAE;
}

.blog-details .post-block-template-large .theme-blog-details a {
    color: var(--primary-color);
    display: inline-block;
    text-decoration: underline;
}

.post-share .icons a {
    color: #ffffff !important;
}

.body-inner-content {
    min-height: 100vh;
}

footer.theme-footer-wrapper {
    position: sticky;
    top: 100%;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}

.blog-details blockquote {
    background: var(--section-bg-color);
    border-radius: 15px;
}

.wp-block-file .wp-block-file__button {
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500;
    margin: 0 10px 0;
    background-color: var(--primary-color) !important;
    text-decoration: none;
    color: #ffffff !important;
    padding: 5px 12px;
}

ul.wp-block-archives li a,
.wp-block-rss__item-title a,
ul.wp-block-latest-posts__list li a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 400;
    display: inline-block;
}

a.wp-block-latest-comments__comment-author,
a.wp-block-latest-comments__comment-link,
.logged-in-as a,
span.wp-calendar-nav-prev a,
th a,
td a {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
}

span.wp-calendar-nav-prev a:hover,
.wp-block-rss__item-title a:hover,
.logged-in-as a:hover,
ul.wp-block-archives li a:hover,
.blog-sidebar .widget ul li a:hover,
td a:hover {
    color: var(--primary-color) !important;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li,
ul.wp-block-latest-posts.is-grid {
    margin-left: 35px;
}

#today a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.is-layout-flow.wp-block-group.has-background {
    border-radius: 15px;
}

a.wp-block-button__link {
    text-decoration: none !important;
}

.wp-block-code {
    border: none;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: 0;
    margin: 30px 0;
}

.wp-block-code code {
    padding: 30px;
    border: 1px solid var(--section-divider-color);
    border-radius: 15px;
}

.wp-block-preformatted {
    white-space: pre-wrap;
    background: var(--section-bg-color);
    padding: 30px;
    border-radius: 15px;
}

.post-bottom-meta-right {
    margin-top: 20px;
}

input.wp-block-search__input.wp-block-search__input,
button.wp-block-search__button.wp-element-button {
    border-radius: 10px !important;
}

.wp-block-group__inner-container {
    padding: 0;
}

.is-layout-flow.wp-block-group.has-background {
    padding: 30px;
}

.blog-single-right-sidebar .post-block-template-large .post-block-media-wrap iframe {
    width: 100%;
    min-height: 450px;
    border-radius: 15px;
}

.widget.widget_block h2 {
    margin-top: 30px;
}

.blog-sidebar #block-9 {
    margin-bottom: 0;
}

.footer-newsletter .subscribe-input .subscribe-button {
    position: relative;
    top: -2px;
}

.footer-newsletter .subscribe-input .subscribe-button {
    height: 55px !important;
    width: 100% !important;
    border-radius: 10px;
    text-align: center;
    background: var(--primary-color);
    border: none;
    transition: 0.4s;
    margin-top: 12px;
    color: #fff;
    line-height: 1;
}

.footer-newsletter .subscribe-input .subscribe-button:hover {
    background: #000000 !important;
}

body#page-id-453 .page-main-content-inner p {
    max-width: 100%;

}

.blog-single-right-sidebar blockquote {
    background: var(--section-bg-color);
    border-radius: 15px;
}

.blog-single-right-sidebar blockquote.wp-block-quote p {
    font-size: 25px;
    line-height: 1.2;
}

.subscribe-input {
    margin-bottom: 0px;
    margin-right: 0px !important;
}

.footer-newsletter .subscribe-input p {
    margin: 0;
}


.footer-newsletter .subscribe-input input {
    height: 55px !important;
    width: 100% !important;
}

.footer-newsletter .wpcf7-spinner {
    display: none;
}


.footer-newsletter .subscribe-input .subscribe-button {
    position: relative;
    top: 15px;
}

.main-container .post-block-template-list.sticky {
    background: rgba(67, 82, 243, 0.1);
    border-top: 5px solid #4353f3;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.post-block-content-wrap h2.post-title a {
    padding-bottom: 2px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
}

.post-block-content-wrap h2.post-title a:hover {
    color: #000000;
    background-size: 100% 1px;
    display: inline;
}

h3.custom-margin {
    margin-bottom: -30px;
}

.main-canvas-inner h3.widget-title {
    line-height: 1;
    display: none;
}

.header-search-wrap {
    text-align: right;
}

.search-icon.theme-search-custom-iconn {
    margin-right: 0;
}

h1.text-logo {
    font-size: 31px;
    text-align: left;
}

.widget.widget_block {
    margin-bottom: 30px !important;
}

.post-tags a,
.wp-block-tag-cloud a {
    color: #944BF0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5;
    text-decoration: none !important;
    margin-bottom: 15px;
}

.post-tags a:hover,
.wp-block-tag-cloud a:hover {
    color: var(--primary-color) !important;
}

.post-tags,
.wp-block-tag-cloud {
    margin-bottom: 30px !important;
}

.post-content ul li {
    max-width: 95%;
}

footer.theme-footer-wrapper .footer-bottom .section-divider {
    margin: 0 auto 30px auto;
}

.wp-block-image .alignright {
    margin: 20px 0 30px 20px;
}

p.has-large-font-size {
    line-height: 45px;
}

.blog-details p {
    line-height: 1.4;
}

.post-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.blog-details .theme-blog-details ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 400;
}

.wp-block-audio {
    margin: 0 !important;
}

.wp-block-embed figcaption {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
}

ul.wp-block-rss {
    list-style: disc;
}

.numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid var(--section-divider-color);
    font-size: 15px;
    line-height: 35px;
    color: var(--meta-color-dark);
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}


.blog-sidebar .widget {
    margin: 30px 0 0 0;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar select:focus-visible {
    outline: none;
    box-shadow: none;
}

.blog-sidebar select {
    height: 42px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff !important;
}

.blog-sidebar .widget_search form .form-control {
    border-radius: 10px !important;
}

.blog-sidebar .widget_search form button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-sidebar .tagcloud a:hover {
    background-color: var(--tag-bg-color);
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.blog-sidebar .tagcloud a {
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 11px;
}

.blog-sidebar .tagcloud a:hover {
    background-color: var(--tag-bg-color);
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.widget_nav_menu ul.sub-menu li {
    padding-left: 8px;
}

.widget_nav_menu ul.sub-menu li:before {
    left: -6px;
}

.nav-menu-wrapper {
    padding-left: 0;
    text-align: right;
}

.post-block-template-list-large .post-block-content-wrap .post-excerpt-box {
    max-width: 90%;
}

.main-blog-wrapper .post-block-style-wrapper.sticky {
    background: rgba(67, 82, 243, 0.1);
    border-top: 5px solid #4353F3;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.main-blog-wrapper .post-block-style-wrapper.sticky h2.post-title {
    position: relative;
    word-break: break-word;
}

.main-blog-wrapper .post-block-style-wrapper.sticky h2.post-title:before {
    font-family: 'IcoFont' !important;
    content: "\f003";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #4353f3;
    font-size: 30px;
}

.blog-details .post-block-template-large .theme-blog-details a {
    text-decoration: none;
    display: inline-block;
}

.blog-single-right-sidebar .post-block-template-large .post-content p {
    font-size: 17px;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: #4353f3 !important;
    text-decoration: none;
    color: #000;
    padding: 5px 12px;
    width: auto;
    max-width: 88px;
}

.wp-block-file a {
    display: block !important;
}

.post-password-form input[type='submit'] {
    position: relative;
    top: -1px;
}

.comment-form-wrapper blockquote {
    background: rgb(221 221 221 / 40%) !important;
}

.comment-form-wrapper table td a {
    color: #000 !important;
}

a.comment-edit-link {
    display: none !important;
}

.blog-single-right-sidebar .post-block-media-wrap img {
    width: 100%;
    max-height: auto;
    object-fit: cover;
}

.set-post-thumb-max-height .post-block-media-wrap img {
    max-height: 615px;
}

body.page .page-template .entry-content h1 {
    font-size: 48px !important;
    line-height: 1.3333333333 !important;
}

body.page .page-template .entry-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .page-template .entry-content h3 {
    font-size: 28px !important;
    line-height: 1.3833333333 !important;
}

body.page .page-template .entry-content h4 {
    font-size: 25px;
    line-height: 1.3380952381 !important;
}

body.page .page-template .entry-content h5 {
    font-size: 21px;
    line-height: 1.3380952381;
}

body.page .page-template .entry-content h6 {
    font-size: 18px;
    line-height: 1.3380952381;
}

body.page .page-template .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

body.page .page-template .entry-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

body.page .page-template .entry-content ul li::marker {
    color: #000000;
}

body.page .page-template .entry-content ul li ul {
    margin: 0px 0 0;
    list-style-type: circle;
}

body.page .page-template .entry-content ul li ul li {
    list-style-type: circle;
}

body.page .page-template .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

body.page .page-template .entry-content ol {
    font-size: 17px;
}

body.page .page-template .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 400;
}

body.page .page-template .entry-content ol li ol {
    margin: 10px 0 0;
}

body.page .page-template blockquote {
    background: var(--section-bg-color);
    border-radius: 15px;
}

body.page .page-template td a {
    color: #000 !important;
}

.has-text-color.has-background.has-very-light-gray-color {
    background-color: #4353f3 !important;
    border-radius: 15px;
}

/* New CSS */

.blog-default .post-category-box a {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-default .post-category-box a:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    content: ",";
}

.blog-default .post-category-box a:last-child:after {
    display: none;
}

.blog-single-right-sidebar.blog-default .post-block-template-large .post-block-content-wrap .post-item-title h2.post-title {
    margin: 0px 0 10px;
}

.main-blog-wrapper .post-block-style-wrapper .post-block-media-wrap a img {
    width: auto;
    height: auto;
}

.post-block-style-wrapper .post-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.post-block-style-wrapper .post-content ul li {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.post-block-style-wrapper .post-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-block-style-wrapper .post-content ul li ul li {
    list-style-type: circle;
}

.post-block-style-wrapper .post-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-block-style-wrapper .post-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 400;
}

.post-block-style-wrapper .post-content ol li ol {
    margin: 10px 0 0;
}

.post-block-style-wrapper .post-content ol li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-block-style-wrapper .post-content ul li ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-block-style-wrapper .post-content p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.post-block-style-wrapper .post-content dl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-block-style-wrapper .post-content dt {
    margin-bottom: 5px;
}

.post-block-style-wrapper .post-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.post-block-style-wrapper .post-content dl a {
    display: inline-block;
    text-decoration: underline;
}

.post-block-style-wrapper .post-content a {
    text-decoration: underline;
    display: inline-block;
}

.comment-form-wrapper li.comment::marker {
    content: "";
}

.blog-post-comment .comment-content p {
    font-size: 15px !important;
}

#comments .comments-list .comment-author cite {
    display: none;
}

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

.comments-list .comment-author a {
    display: inline-block;
    text-decoration: none;
}

#cancel-comment-reply-link {
    text-decoration: none;
}

.blog-single-right-sidebar .post-block-template-large .comment-form-wrapper {
    margin-top: 60px;
}

.page-main-content-inner #comments {
    margin-top: 60px;
}

.main-blog-wrapper .breadcrumb-wrapper {
    margin-bottom: 60px;
}

.page-template.main-container .breadcrumb-wrapper {
    margin-bottom: 60px;
}

/* May 2024 */
.home.blog.sidebar-active .search-forms {
    margin-bottom: 30px;
}

/* May 2025 */
.theme_author_Socials a svg:first-child{
    display: none;
}

.author-box .icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.wp-block-social-links .wp-social-link svg{
    width: 24px;
    height: auto;
}