/*
Theme Name: Vibenews
Theme URI: http://bondthemes.com/vibenews
Author: Bond Themes
Author URI: http://bondthemes.com
Description: Modern Magazine WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vibenews
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/**** 
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------------
------------------------------******/

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-size: 17px;
    background: #fff;
    color: #454545;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-weight: 700;
}

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 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555555;
}

p:last-child {
    margin-bottom: 0;
}


/* Global styles
================================================== */

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}


/* ==================================================
// Global styles
================================================== */

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    display: block;
    color: #2660FF;
    -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: #000;
}

.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;
}


/* Dropcap */

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    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;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}


/**** POST BLOCKS DESIGN *****/


/*** 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: #fff;
    font-size: 15px;
    background: #0518c5;
    text-align: center;
    height: auto;
    text-align: center;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}


/*** Header ***/


/*** THEME UNIT TEST ***/


/* Global */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
    background: #FFFFFF;
}

.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: #2660FF;
}

.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 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #2660FF;
}

a code {
    color: #2660FF;
}

p {
    margin: 0 0 25px;
}

p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 5px 15px;
    margin: 0 10px;
    height: 45px;
    padding: 5px 15px;
}

.post-password-form input[type='submit'] {
    background-color: #2660FF;
    border: none;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
}

.post-password-form input[type='submit']:hover {
    background-color: rgb(255 53 36 / 10%);
    color: #2660FF;
}

.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: block;
    padding: 5px 20px;
    border: 1px solid #eee;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
    background: #2660FF;
    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 {
    border-color: #8392A5;
    color: #8392A5;
    border: 1px solid;
    display: inline-block;
    font-size: 17px !important;
    padding: 6px 18px !important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
    margin-right: 0px;
}

.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: #2660FF;
    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 {
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.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: #2660FF;
}

.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: #2660FF;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: transparent;
    color: #2660FF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 14px 72px 12px;
    border-radius: 0;
    width: auto;
    border: 1px solid #2660FF;
    transition: all .4s ease;
    text-transform: uppercase;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: #2660FF;
    color: #fff;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary:focus {
    border: 1px solid #2660FF;
    box-shadow: none;
    outline: none;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #F9F9F9;
    background: #F9F9F9;
}

#comments {
    clear: both;
    padding: 0;
    list-style: none;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
}

.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: #1c1c24;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: #2660FF;
}

.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;
    border: 1px solid #ded9d9
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #2660FF;
    color: #fff;
}

.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: #2660FF;
    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-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: italic;
}

.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: #2660FF;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.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: #2660FF;
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: #2660FF;
}

#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: #2660FF;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2660FF;
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .widget {
    border: 0px solid;
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background: none;
    border-radius: 0px;
}

.blog-sidebar .widget {
    margin-top: 30px;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    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: #2660FF;
    border-radius: 50%;
}

.blog-sidebar .widget ul li a {
    color: #555555;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: #2660FF;
}

.blog-sidebar .widget ul li span {
    display: inline-block;
}

.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: #2660FF;
    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: #2660FF;
    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;
}

.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 {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #D6D6D6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
    line-height: inherit;
    display: inline-block;
    transition: all ease 500ms;
}

.blog-sidebar .tagcloud a:hover {
    background-color: #2660FF;
    border-color: #2660FF !important;
    color: #fff !important;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

table th a {
    text-decoration: underline !important;
}

table th a:hover {
    text-decoration: none !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;
}

.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: #000000;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000000;
}

.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: #2660FF;
}

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: 50px;
    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: #2660FF;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #2660FF;
}

table th a {
    text-decoration: underline !important;
}

table th a:hover {
    text-decoration: none !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;
}

.post-layout-style2 .single-blog-content .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content 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: #212529;
}

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: italic;
}

.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: #2660FF;
    border: 0px solid;
    background-color: transparent;
    padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
    color: #2660FF;
}

.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: #2660FF;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
    background-color: #2660FF;
    font-size: 16px;
    border-radius: 5px;
}

.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: #2660FF;
}

.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: #2660FF !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: 4px solid #555d66;
    border-bottom: 4px 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: #2660FF;
}

.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: #2660FF;
}

.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: left;
}

table td a,
table td a:hover {
    color: #2660FF;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !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: 60px;
}

.pingback p,
.pingback .says {
    display: block;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #000000;
    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: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-tag-widgett .tagcloud a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #595959 !important;
    border-color: #D6D6D6 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    padding: 8px 14px !important;
}


/*** Author Box ***/

.author_bio__Wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 60px;
    padding: 0;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: #fff;
    border-radius: 0;
}

.author-thumb {
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}

.author-thumb img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.theme_author_Info {
    padding-right: 20px;
}

.theme_author_Title {
    color: #424242;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 28px;
    text-transform: uppercase;
}

.theme_author__Name {
    color: #424242;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

p.theme_author__Description {
    font-size: 17px;
    line-height: 22px;
    color: #555555;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 90%;
}

.theme_author_Socials a {
    display: inline-block;
    background: #2660FF;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.theme_author_Socials {
    margin-top: 15px;
}

.theme_author_Socials a:hover {
    background: rgb(255 53 36 / 10%);
    color: #2660FF;
}


/*** 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;
}

.theme_blog_Nav.post_nav_Right {
    padding-right: 33px;
    position: relative;
}

.theme_blog_Nav.post_nav_Left {
    padding-left: 33px;
    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: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    color: #000;
    word-wrap: break-word;
    text-transform: capitalize;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #000;
    word-break: break-word;
}

.theme_blog_nav_Label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.072;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #2660FF;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 68px;
    background: #fff;
    margin-top: 37px;
    border-radius: 0;
    padding: 15px 0;
    border-bottom: 0.7px solid #BFBFBF;
}

.theme_blog_nav_Title a:hover {
    color: #2660FF;
}


.theme-breacrumb-title {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 40px;
}

.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;
    justify-content: left !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: #000000;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #2660FF;
    color: #fff;
    border-color: #2660FF;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: #2660FF;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #2660FF;
    background-color: #2660FF;
    color: #fff;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i {
    color: #fff;
}


.theme-tags__wrapper h4 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    color: #000000 !important;
    margin-right: 10px;
    display: inline-block;
}

.theme-tags__wrapper a {
    border-color: #e4e4e4;
    color: #A0A0A0;
    border: 1px solid;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: #2660FF !important;
    background: #2660FF !important;
    color: #fff;
}

.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: #000000;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #2660FF;
    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: 42px;
    padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
    color: #000000;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #2660FF !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: #2660FF;
}

.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-top: 5px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    border: 0px solid;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}

.comment-respond p {
    margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 20px;
}

.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: #2660FF !important;
    border-color: #2660FF;
}

.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: 23px;
    margin-bottom: 23px;
}

blockquote,
.blockquote {
    margin-bottom: 23px !important;
    margin-top: 23px !important;
}

.single-blog-content blockquote {
    padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: #f8f8f8;
    border-radius: 10px;
}

blockquote::before,
.blockquote::before {
    color: rgb(10 248 197 / 25%);
	content: "\efcd";
    top: 5px;
    font-family: 'IcoFont' !important;
    font-size: 48px;
    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: #000;
    line-height: 1.3;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    font-size: 17px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
    margin: 10px 0 0;
}

.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;
}

.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: #000000;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: #2660FF !important;
    border: 1px solid #2660FF !important;
    color: #fff !important;
    cursor: pointer;
}

.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;
}

.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .page-link {
    display: inline-block;
    background-color: #2660FF;
    color: #fff;
    margin-right: 0px;
}

.blog-details-content table th a {
    color: #000000;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #eee;
}

.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: 60px;
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.not-found form .form-control:focus {
    border-color: #2660FF;
    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: #2660FF;
    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: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
    transition: all .3s ease;
}

ul.footer-nav li a:hover {
    color: #2660FF;
}

.home-tag-widgett .tagcloud a:hover {
    background: #2660FF !important;
    color: #fff !important;
    border-color: #2660FF !important;
}


.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    margin-bottom: 8px;
}

body.page .main-container {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    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: #2660FF;
}

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: #000000;
}

body.page .theme-page-spacing .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000000;
}

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: #F4F4F4;
}

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: #2660FF;
    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: #2660FF;
}

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: #2660FF;
}

body.page .theme-page-spacing .entry-content table td a {
    color: #000000;
    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: #2660FF;
    color: #fff;
    border-color: #2660FF;
    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: 42px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}


.post-password-form input[type='submit']:hover {
    background-color: #111111;
    color: #FFFFFF;
}

p.form-submit {
    margin-bottom: 20px;
}

.blog-sidebar .widget.widget_categories ul li::before {
    top: 9px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #2660FF;
    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: #2660FF;
    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: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    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: #2660FF;
}

.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;
}

.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: 0px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    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: 0px;
}

.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: #000000;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
    color: #000000;
}

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: #000!important;
    color: #FFFFFF!important;
    border: 1px solid #000!important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1.2;
}


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: white;
    border: thin solid #2660FF;
    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;
    -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, #2660FF, #2660FF);
    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;
}


/*** Theme CSS ***/

/*** Header CSS ***/

.theme-logo-area {
    position: relative;
    background: #000000;
    padding-top: 34px;
    padding-bottom: 34px;
}

.logo.theme-logo {
    text-align: center;
}

.header_panel_nav_wrap {
    position: relative;
    display: inline-block;
    line-height: 1;
    top: -8px;
}

.panel-nav-menu i {
    color: #5A5A5A;
    line-height: 1;
}

.panel-nav-menu {
    color: #5A5A5A;
    font-size: 30px;
    line-height: 1;
}

.header_search_wrap {
    display: inline-block;
    position: relative;
    top: 3px;
}

.search-icon.theme-search-custom-iconn {
    font-size: 24px;
    line-height: 1;
    color: #404040;
    cursor: pointer;
}


.search-icon.theme-search-custom-iconn:hover {
    color: #0AF8C5;
}


.theme-navigation-area {
    position: relative;
    border-bottom: 1px solid #A6A6A6;
}

.nav-menu-wrapper {
    margin-left: -22px;
    position: relative;
}

.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
    display: inline-block;
    position: relative;
}

.nav-menu-wrapper .mainmenu ul li a {
    display: block;
    position: relative;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    transition: all 3s ease-in;
}


.header-user-inner {
    display: inline-block;
    position: relative;
    top: 4px;
    line-height: 1;
}

.header-user-inner a {
    position: relative;
    display: inline-block;
}

.header-user-inner a {
    width: 30px;
    height: 30px;
    background: url(../images/user-thumb.svg) no-repeat scroll center;
    background-size: cover;
    content: "";
}

.header-user-inner a:hover {
    opacity: .75;
}

.nav-menu-wrapper .mainmenu ul>li:hover>a::before {
    position: absolute;
    bottom: -2.5px;
    width: 100%;
    height: 5px;
    background: #0AF8C5;
    content: "";
    left: 50%;
    margin-left: -50%;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover a::before {
	display: none;
}

/*** News Blocks ***/


.blog-post-meta-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: normal;
    margin-bottom: 0px;
}

.post-cat-box.post-block-meta-cat {
    display: inline-block;
    margin-right: 3px;
}


.theme-news-post-block.post-block-item-one {
    position: relative;
}

.theme-news-post-block .news-post-grid-content.grid-content-top {
    position: relative;
    margin-bottom: 20px;
}

.theme-news-post-block .blog-post-meta-items.post-block-meta-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: normal;
    margin-bottom: 0px;
}

.theme-news-post-block.post-block-item.post-block-item-one .grid-content-top h3.post-title {
    margin-bottom: 6px;
}

.theme-news-post-block .post-cat-box.post-block-meta-cat {
    display: inline-block;
    margin-right: 3px;
}

.theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail {
    position: relative;
}

.theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail a img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    overflow: hidden;
}

.news-post-grid-content.grid-content-top.grid-content-inner {
    margin-bottom: 0;
}

.theme-news-post-block.post-block-item.post-block-item-two .news-post-grid-thumbnail {
    margin-bottom: 10px;
}

.theme-news-post-block.post-block-item-two .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 4px;
}

.theme-news-post-block.post-block-item.post-block-item-two {
    margin-bottom: 20px;
}

.theme-news-post-block.post-block-item.post-block-item-two:last-child {
    margin-bottom: 0;
}

body.page .theme-page-spacing .entry-content .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 15px;
    position: relative;
}


.blog-post-grid-wrapper.post-block-list-wrap {
    position: relative;
    margin-bottom: 20px;
}

.post-block-list-wrap .news-post-grid-content.grid-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 15px 15px;
}

.post-block-list-wrap .news-post-grid-thumbnail {
    position: relative;
}

.post-block-list-wrap .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.post-block-list-wrap .news-post-grid-thumbnail a img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    overflow: hidden;
}


.cutsom-post-block-list-inner .post-block-list-wrap .blog-post-meta-items.post-block-meta-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: normal;
    margin-bottom: 0px;
}

.cutsom-post-block-list-inner .post-block-list-wrap .post-cat-box.post-block-meta-cat {
    display: inline-block;
    margin-right: 3px;
}

.cutsom-post-block-list-inner .news-post-grid-content.grid-content-inner h3.post-title {
    margin-bottom: 0;
}

.blog-post-grid-wrapper.post-block-list-wrap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/** Just In section ***/

.blog-post-grid-wrapper.post-block-list-small-wrap {
    display: flex;
    position: relative;
    align-items: center;
}

.blog-post-grid-wrapper.post-block-list-small-wrap .news-post-grid-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-right: 8px;
    max-width: 105px;
}

.blog-post-grid-wrapper.post-block-list-small-wrap .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.blog-post-grid-wrapper.post-block-list-small-wrap .news-post-grid-thumbnail a img {
    width: 100%;
    display: block;
    height: 95px;
    object-fit: cover;
    transition: .5s;
}

.cutsom-post-block-list-inner article.post-list-bottom {
    margin-bottom: 10px;
}

.cutsom-post-block-list-inner article.post-list-bottom:last-child {
    margin-bottom: 0;
}

.cutsom-post-block-list-inner .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 1px;
}

.theme-post-block-three-wrapper .post-block-item-three {
    display: flex;
    position: relative;
}

.theme-postlist-loadmore-wrapper .post-block-item-three {
    display: flex;
    position: relative;
}

.post-block-item-three .news-post-grid-thumbnail {
    overflow: hidden;

    width: 100%;
    position: relative;
    min-width: 490px;
    max-width: 100%;

}

.grid-content-top.post-block-item-three-inner {
    padding-left: 20px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 80px;
    padding-right: 30px;
}

.post-block-item-three .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.post-block-item-three .news-post-grid-thumbnail a img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 345px;
    transition: .5s;
}

/**ltaest Post **/


body.page .theme-page-spacing .entry-content .theme-latest-post-block-wrapper .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 20px;
}


.theme-latest-post-block-wrapper .post-time-box {
    margin-bottom: 4px;
    position: relative;
    padding-left: 10px;
}

.theme-latest-post-block-wrapper .post-time-box:before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #2660FF;
    top: 50%;
    left: 0;
    content: "";
    border-radius: 50px;
    margin-top: -3px;
}

.theme-latest-post-block-wrapper .theme-news-post-block.post-block-item.post-block-item-two {
    margin-bottom: 15px;
}

.see-all-btn {
    margin-top: 20px;
}

.see-all-btn a {
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #2660FF;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    color: #2660FF;
    font-weight: 700;
    padding: 17px 0;
}

.see-all-btn a:hover {
    background: #2660FF;
    color: #fff;
    border-color: #2660FF;
}

/** Recommended grid ***/

.custom-pagination-grid {
    display: none;
}

.post-block-item-one.grid-style-one-inner {
    position: relative;
    padding-bottom: 30px;
}

.post-block-item-one.grid-style-one-inner:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    right: -15px;
    top: 0;
    content: "";
}

.theme-news-post-block-wrapper.theme-post-grid-style.theme-post-grid-design-one .row .col-lg-3:last-child .post-block-item-one.grid-style-one-inner:before {
    display: none;
}

.post-block-item-one.grid-style-one-inner .news-post-grid-thumbnail {
    position: relative;
    margin-bottom: 12px;
}

.post-block-item-one.grid-style-one-inner .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.post-block-item-one.grid-style-one-inner .news-post-grid-thumbnail a img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    overflow: hidden;
}

.post-block-item-one.grid-style-one-inner .grid-content-inner .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 3px;
}

.theme-news-post-block-wrapper.theme-post-grid-style.theme-post-grid-design-one {
    border-bottom: 1px solid #ccc;
}

.theme-post-grid-design-one .grid-style-one-inner .grid-content-top h3.post-title {
    margin-bottom: 0 !important;
}

/*** Clip post list ***/

.theme-small-posts-list-wrapper article.post-small-list-wrap {
    position: relative;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 8px;
    padding-bottom: 8px;
}


.theme-small-posts-list-wrapper article.post-small-list-wrap:last-child {
    position: relative;
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.theme-small-posts-list-wrapper .small-post-list-item-block {
    display: flex;
    position: relative;
    align-items: center;
}

.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
    max-width: 180px;
}

.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail a img {
    width: 100%;
    display: block;
    height: 115px;
    object-fit: cover;
    transition: .5s;
}

.theme-small-posts-list-wrapper .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 2px;
}

body.page .theme-page-spacing .entry-content .theme-small-posts-list-wrapper .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 20px;
}


.theme-small-posts-list-wrapper.theme-post-grid-design-two article.post-small-list-wrap {
    position: relative;
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.theme-small-posts-list-wrapper.theme-post-grid-design-two {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
}

.theme-post-grid-design-two .grid-content-top.small-post-list-inner h3.post-title {
    margin-bottom: 0 !important;
}

.theme-small-posts-list-wrapper .small-post-list-item-block {
    display: flex;
    position: relative;
    align-items: normal;
}

.theme-small-posts-list-wrapper .news-post-grid-content.grid-content-top.small-post-list-inner {
    margin-top: 15px;
}

/*** Video ***/

.theme-post-video-wrapper.theme-post-video-block {
    position: relative;
}

.theme-video_blocks.video-box-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.theme-video_blocks.video-box-wrapper .blog-post-video-thumbnail {
    position: relative;
    margin-bottom: 23px;
}

.theme-video_blocks.video-box-wrapper .blog-post-video-thumbnail img {
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 0.5s;
    height: 466px;
}

.video-play-icon-wrap {
    display: inline-block;
}

.video-play-icon-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
}

.video-play-icon-wrap a {
    display: inline-block;
    background: #0AF8C5;
    color: #000000;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    text-align: center;
    line-height: 67px;
}

.video-play-icon-wrap a i {
    font-size: 24px;
    line-height: 67px;
}


.custom-col-videolist .theme-post-video-wrapper.theme-post-video-block {
    max-height: 593px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 15px;
}

.custom-col-videolist .video-play-icon-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
}

.custom-col-videolist .video-play-icon-wrap a {
    display: inline-block;
    background: #0AF8C5;
    color: #000000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
}

.custom-col-videolist .video-play-icon-wrap a i {
    font-size: 18px;
    line-height: 48px;
}

.custom-col-videolist .theme-post-video-wrapper.theme-post-video-block::-webkit-scrollbar {
    width: 4px;
}

.custom-col-videolist .theme-post-video-wrapper.theme-post-video-block::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 50px;
}

.custom-col-videolist .theme-post-video-wrapper.theme-post-video-block::-webkit-scrollbar-track {
    background-color: #686868;
    border-radius: 50px;
}


/*** Tab 1 ***/

.tab-post-small-list-wrap .small-post-list-item-block {
    display: flex;
    position: relative;
    align-items: normal;
}

.tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
    max-width: 180px;
}

.tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
}

.tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail a img {
    width: 100%;
    display: block;
    height: 115px;
    object-fit: cover;
    transition: .5s;
}

.theme-tab-one-wrapper article.tab-post-small-list-wrap {
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 8px;
}

.theme-tab-one-wrapper .grid-content-top.grid-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 15px 15px;
}

.post-block-element.news_tab_Block {
    position: relative;
}

.news_tab_Block ul.nav-tabs {
    position: absolute;
    right: 0;
    border: 0;
    top: -20px;
    background: transparent;
    border-radius: 0px;
    padding: 0px !important;
    list-style: none !important;
    margin: 0 !important;
}

.news_tab_Block .nav-tabs li.nav-item {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #838383 !important;
    margin-left: 0;
}

.news_tab_Block .nav-tabs .nav-link {
    border: none;
    position: relative;
    display: inline-block;
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    background: #fff;
    border-radius: 0;
    padding: 11px 20px;
    line-height: 1;
}

.news_tab_Block .nav-tabs .nav-link.active {
    background: #2660FF;
    color: #fff;
}

.theme-tab-one-wrapper .tab-section-title {
    margin-bottom: 30px;
}

.theme-tab-one-wrapper .tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail {
    max-width: 220px;
}

/*** Load More ***/

article.post-list-top.loadmore-large-post .post-block-list-wrap .news-post-grid-content.grid-content-inner {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

article.post-list-top.loadmore-large-post .blog-post-grid-wrapper.post-block-list-wrap::after {
    content: "";
    display: none !important;
}

.theme-postlist-loadmore-wrapper article.loadmore-small-post .grid-content-top.post-block-item-three-inner {
    padding-left: 20px;
    border-right: 0px solid #cfcfcf;
    border-bottom: 0px solid #cfcfcf;
    padding-top: 33px;
}

.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-list-bottom {
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}


.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-list-top:nth-child(1) {
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 26px;
}


.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-list-bottom:nth-child(4) {
    margin-bottom: 0;
    border-bottom: 0px solid;
    padding-bottom: 0;
}

.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-col-common:nth-child(5) {
    margin-top: 30px;
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
}

.theme-postlist-loadmore-wrapper article.loadmore-small-post .post-block-item-three .news-post-grid-thumbnail {
    max-width: min-content;
}

.theme-postlist-loadmore-wrapper article.loadmore-large-post .blog-post-grid-wrapper.post-block-list-wrap {
    margin-bottom: 0;
}

.cutsom-post-block-list-inner article.post-list-bottom:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/*** Footer ***/

footer.theme-footer-wrapper {
    background: #000;
    padding-top: 60px;
}

.footer-top-logo {
    margin-bottom: 30px;
}

.footer-socials a {
    color: #fff;
    display: inline-block;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
}


/*** Back To Top ***/


.backto {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 10;
    background: #0AF8C5;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    height: 67px;
    text-align: center;
    width: 67px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    box-shadow: none;
}

.backto:hover {
    background: #2660FF !important;
    color: #FFFFFF;
}

.backto:hover a {
    color: #FFFFFF;
}

.backto a {
    color: #130F26;
    font-size: 32px;
    line-height: 67px;
}


.footer-border {
    display: block;
    max-width: 1220px;
    margin: auto;
    height: 1px;
    background: rgb(82 82 82 / 70%);
    margin-top: 27px;
    margin-bottom: 25px;
}

.footer-main h4.widget-title {
    font-size: 21px;
    line-height: 1.48;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.footer-main .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main .footer-widget ul li {
    display: block;
    position: relative;
}

.footer-main .footer-widget ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #C6C6C6;
    margin-bottom: 5px;
}

.footer-main .footer-widget ul li a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 0.7px solid #525252;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-main {
    padding-bottom: 55px;
}

p.copyright-text {
    font-size: 12px;
    line-height: 1;
    color: #797979;
    font-weight: 400;
}

p.copyright-text a {
    display: inline-block;
    color: #fff;
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

.footer-nav li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.footer-nav li a {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
}

.footer-nav li:before {
    position: absolute;
    right: -11px;
    top: 5px;
    width: 1px;
    height: 12px;
    background: #fff;
    content: "";
}

.footer-nav li:first-child {
    margin-left: 0;
}

.footer-nav li:last-child:before {
    display: none;
}

.theme-news-post-block.post-block-item.post-block-item-two {
    margin-bottom: 15px;
}

.cutsom-post-block-list-wrapper .cutsom-post-block-list-inner article.post-list-top .post-block-list-wrap .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 4px;
}

.cutsom-post-block-list-wrapper article.post-list-bottom .cutsom-post-block-list-inner .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 2px;
}

.cutsom-post-block-list-wrapper .cutsom-post-block-list-inner article.post-list-top .post-block-list-wrap .news-post-grid-content.grid-content-inner {
    padding: 15px 12px 13px 13px;
}

.theme-post-block-three-wrapper .post-block-item-three .grid-content-top h3.post-title {
    margin-bottom: 6px;
}

body.page .theme-page-spacing .entry-content .theme-post-grid-design-one .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 20px;
}

.theme-tab-one-wrapper .tab-section-title h2.tab-item-title {
    margin-bottom: 0px !important;
}

.theme-tab-one-wrapper .tab-section-title {
    margin-bottom: 20px;
}


.theme-tab-one-wrapper .theme-news-post-block.post-block-item-two.tab-one-block-top:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.theme-tab-one-wrapper .grid-content-top.grid-content-inner {
    padding: 22px 22px;
}

.theme-tab-one-wrapper .theme-news-post-block.post-block-item-two .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 0px;
}

.theme-tab-one-wrapper .post-block-item-one.tab-one-block-top .grid-content-top h3.post-title {
    margin-bottom: 6px !important;
}

.theme-tab-one-wrapper .theme-news-post-block.post-block-item.post-block-item-two.tab-one-block-top .news-post-grid-thumbnail {
    margin-bottom: 20px;
}

.theme-tab-one-wrapper .post-block-item-one.tab-one-block-top .grid-content-top h3.post-title {
    padding-right: 75px;
}

.theme-tab-one-wrapper .post-block-item-one .grid-content-top .post-excerpt-box p {
    padding-right: 40px;
}

.theme-tab-one-wrapper article.tab-post-small-list-wrap {
    border-bottom: 0px solid #CFCFCF;
    margin-bottom: 15px;
}

.theme-tab-one-wrapper .small-post-list-item-block .news-post-grid-content.grid-content-top.small-post-list-inner {
    border-bottom: 1px solid #CFCFCF;
    padding-left: 15px;
}

.theme-tab-one-wrapper .tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail {
    margin-right: 0;
}

.theme-tab-one-wrapper .grid-content-top.small-post-list-inner h3.post-title {
    margin-bottom: 10px !important;
}

.theme-tab-one-wrapper .small-post-list-item-block .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 3px;
}

.theme-tab-one-wrapper .grid-content-top.small-post-list-inner .post-excerpt-box p {
    padding-right: 30px;
}

.theme-news-post-block-wrapper.theme-post-grid-style.theme-post-grid-design-one .row .col-lg-4:last-child .post-block-item-one.grid-style-one-inner:before {
    display: none;
}

.custom-plist-left section.cutsom-post-block-list-wrapper {
    position: relative;
}

.custom-plist-left section.cutsom-post-block-list-wrapper:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 64%;
    background: #cfcfcf;
}

.custom-plist-left .cutsom-post-block-list-inner article.post-list-bottom {
    margin-bottom: 6px;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 6px;
}

.custom-plist-right .theme-post-block-three-wrapper .grid-content-top.post-block-item-three-inner {
    border-right: 0px solid #cfcfcf;
}


.custom-plist-left .cutsom-post-block-list-inner .grid-content-inner.post-block-list-small-inner h3.post-title {
    margin-right: 15px;
}

.theme-small-posts-list-wrapper.custom-exclusive-post-list article.post-small-list-wrap {
    padding-right: 2px;
}

.theme-small-posts-list-wrapper.custom-exclusive-post-list .grid-content-top.small-post-list-inner h3.post-title {
    margin-bottom: 0 !important;
}

.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail {
    max-width: 180px;
    min-width: 180px;
}

.theme-post-block-three-wrapper .post-block-item-three.theme-col-reverse {
    flex-flow: row-reverse;
}

.theme-post-block-three-wrapper .post-block-item-three.theme-col-reverse .grid-content-top.post-block-item-three-inner {
    padding-left: 0;
    border-right: 0px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 0;
    padding-right: 55px;
}

.exclusive-right-custom .see-all-btn {
    display: none;
}

.theme-post-block-three-wrapper .post-block-item-three.theme-col-reverse .grid-content-top h3.post-title {
    margin-bottom: 9px;
}

.exclusive-right-custom .theme-latest-post-block-wrapper .theme-news-post-block.post-block-item.post-block-item-two h3.post-title {
    margin-bottom: 0;
}

.exclusive-right-custom .theme-latest-post-block-wrapper .theme-news-post-block.post-block-item.post-block-item-two {
    margin-bottom: 10px;
    border-bottom: 0.7px solid #CFCFCF;
    padding-bottom: 10px;
}

.exclusive-right-custom .theme-latest-post-block-wrapper .theme-news-post-block.post-block-item.post-block-item-two:nth-of-type(3) {
    margin-bottom: 0px !important;
    border-bottom: 0px solid #CFCFCF !important;
    padding-bottom: 0px !important;
}

body.page .theme-page-spacing .entry-content .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 20px;
    position: relative;
}

.left-video-col .theme-video_blocks.video-box-wrapper {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 0.7px solid #979797;
    padding-bottom: 20px;
}

.left-video-col .theme-post-video-wrapper.theme-post-video-block:after {
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 0.7px;
    height: 97.45%;
    content: "";
    background: #979797;
}

.custom-col-videolist .theme-video_blocks.video-box-wrapper .blog-post-video-thumbnail {
    position: relative;
    margin-bottom: 10px;
}

.left-video-col .theme-post-video-wrapper.theme-post-video-block .video-post-block-content .post-excerpt-box p {
    max-width: 74%;
}

.left-video-col .theme-post-video-wrapper.theme-post-video-block .video-post-block-content h3.post-title {
    margin-bottom: 10px;
}

.theme-primary-heading.elementor-widget h2 {
    margin-bottom: 0 !important;
    position: relative;
}

/*** Post Block Item Four ***/

.theme-news-post-block.post-block-item.post-block-item-four .grid-content-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 30px 30px;
    margin-bottom: 0;
}

.theme-news-post-block.post-block-item.post-block-item-four:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.02%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.theme-news-post-block.post-block-item.post-block-item-four .post-excerpt-box {
    max-width: 70%;
}

.theme-heading-one-custom.elementor-widget-heading h2 {
    margin-bottom: 20px !important;
    position: relative;
}

.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner .news-post-grid-content.grid-content-inner h3.post-title {
    margin-bottom: 8px;
}

.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner .news-post-grid-content.grid-content-inner .post-excerpt-box {
    max-width: 75%;
}

.theme-news-post-block .post-cat-box.post-block-meta-cat a {
    display: inline-block;
    position: relative;
}

.theme-news-post-block-wrapper .theme-news-post-block .post-cat-box.post-block-meta-cat a:before {
    position: absolute;
    right: -4px;
    top: 0px;
    content: ",";
    font-weight: 400;
}

.theme-news-post-block-wrapper .theme-news-post-block .post-cat-box.post-block-meta-cat a:last-child:before {
    display: none;
}

.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner .post-list-top .news-post-grid-content.grid-content-inner h3.post-title {
    max-width: 82%;
}

/*** Blog Details ***/

.single-one-bwrap .blog-post-cat.sblog_catt_design a {
    display: inline-block;
    position: relative;
    line-height: 1.12;
    font-size: 18px;
    color: #4D4D4D;
    font-weight: 700;
    margin-bottom: 7px;
}

.single-one-bwrap h1.post-title.single_blog_inner__Title {
    font-size: 56px;
    line-height: 1.009;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.single-one-bwrap .blog-small-excerpt-box p {
    font-size: 19px;
    line-height: 1.106;
    color: #424242;
    font-weight: 400;
}

.single-one-bwrap .blog-small-excerpt-box {
    margin-bottom: 30px;
}

.single-one-bwrap .post-featured-image img {
    width: 100%;
    height: auto;
}

.blog-details-content p {
    font-size: 17px;
    line-height: 1.295;
    color: #454545;
    margin: 0 0 20px 0;
}

.post-featured-image {
    margin-bottom: 60px;
}

.theme-blog-details-meta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.slider-meta-left {
    display: flex;
    align-items: center;
}

.slider-meta-left-author {
    margin-right: 10px;
    border-radius: 100%;
}

.slider-meta-left-author img {
    width: 100%;
    border-radius: 100% !important;
}

.slider-meta-left-content .post-author-name-item {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 600;
    margin-bottom: 3px !important;
    text-transform: capitalize;
}

.slider-meta-left-content .post-author-name-item a {
    color: #575757;
    display: inline-block;
}

.slider-meta-left ul.slider-bottom-meta-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider-meta-left ul.slider-bottom-meta-list li {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 14px;
    color: #838383;
}

.slider-meta-left ul.slider-bottom-meta-list li:before {
    position: absolute;
    right: 4px;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #797979;
    content: "";
    border-radius: 100%;
}

.slider-meta-left ul.slider-bottom-meta-list li:last-child:before {
    display: none;
}

.slider-meta-right {
    display: flex;
    align-items: center;
}

.theme-blog-details-meta-wrap .slider-meta-left span {
    color: #A8A8A8;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 3px;
}

.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: 305px;
    object-fit: cover;
    object-position: center top;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
    margin-top: 35px;
    margin-bottom: 35px;
}

.theme_blog_Nav.post_nav_Left:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 5px;
    background: url(../images/prev-icon.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -2.5px;
}

.theme_blog_Nav.post_nav_Right:before {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 18px;
    height: 5px;
    background: url(../images/next-icon.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -2.5px;
}

.blog-details-content ul li {
    font-size: 17px;
    line-height: 1.4;
    color: #454545;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 20px;
    text-transform: capitalize;
}

.theme_related_post_Grid h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1px;
    margin-bottom: 0;
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.theme_related_post_title {
    position: relative;
}

.theme_related_post_title:before {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0px;
    content: "";
    border-bottom: 1px solid #929292;
    bottom: 5px;
}

.theme_related_post_title h2 span {
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    background: #fff;
    padding-left: 0;
    padding-right: 4px;
}

.theme_related_posts_Wrapper .post-block-item-one.grid-style-one-inner .news-post-grid-thumbnail a img {
    height: 170px;
    object-fit: cover;
}

.theme_related_posts_Wrapper .theme-post-grid-design-one .grid-style-one-inner .grid-content-top h3.post-title {
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.theme_related_posts_Wrapper .theme-post-grid-design-one .grid-style-one-inner .grid-content-top h3.post-title a {
    color: #000;
}

.theme_related_posts_Wrapper .post-cat-box.post-block-meta-cat a {
    color: #727272;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
}

.theme_related_posts_Wrapper .post-date-box.post-block-meta-date {
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #727272;
}

.theme_related_posts_Wrapper .post-block-item-one.grid-style-one-inner:before {
    display: none;
}

.theme_related_posts_Wrapper .post-block-item-one.grid-style-one-inner {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}


/*** Category layout ***/

.theme-post-block-blog-wrapper {
    position: relative;
}

.theme-post-block-blog-wrapper article.post-block-three-wrap {
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.theme-post-block-blog-wrapper article.post-block-three-wrap:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.theme-post-block-blog-wrapper article.post-block-three-wrap .grid-content-top.post-block-item-three-inner {
    padding-left: 20px;
    border-right: 0px solid #cfcfcf;
    border-bottom: 0px solid #cfcfcf;
    padding-top: 33px;
}

.theme-post-block-blog-wrapper .post-block-item-three .news-post-grid-thumbnail {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-width: 387px;
    max-width: min-content;
}

.theme-post-block-blog-wrapper .post-block-item-three .news-post-grid-thumbnail a img {
    height: 248px;
}

.theme-post-block-blog-wrapper .post-block-item-three .grid-content-top h3.post-title {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin: 0;
	position: relative;
}

.theme-post-block-blog-wrapper .post-block-item-three .grid-content-top h3.post-title a {
    color: #000;
}

.theme-post-block-blog-wrapper .post-block-item-three .post-cat-box.post-block-meta-cat a {
    color: #727272;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
}

.theme-post-block-blog-wrapper .post-block-item-three .post-date-box.post-block-meta-date {
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #727272;
}

.breadcrumb-nav-top {
    margin-bottom: 5px;
}

.breadcrumb-nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-nav-top ul li {
    display: inline-block;
    position: relative;
    padding-right: 17px;
    padding-left: 17px;
}

.breadcrumb-nav-top ul li {
    display: inline-block;
    color: #585858;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.breadcrumb-nav-top ul li a { 
	display: inline-block;
    color: #585858;
}

.breadcrumb-nav-top ul li:first-child {
    padding-left: 0;
}

.breadcrumb-nav-top ul li:last-child {
    padding-right: 0;
}

.breadcrumb-nav-top ul li:before {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(../images/arrow-right.svg) no-repeat scroll left center;
    background-size: cover;
    content: "";
    margin-top: -12px;
}

.breadcrumb-nav-top ul li:last-child:before {
    display: none;
}

body.page .theme-page-spacing .entry-content .theme-news-post-block-wrapper .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content .cutsom-post-block-list-wrapper .post-block-title-wrapper h2.post-block-title {
    margin-bottom: 15px;
}

.theme-news-post-block-wrapper .theme-news-post-block .post-cat-box.post-block-meta-cat {
    line-height: 1;
}

.theme-news-post-block-wrapper .theme-news-post-block.post-block-item-two .blog-post-meta-items.post-block-meta-top {
    margin-bottom: 2px;
}

.main-post-block-wrap .theme-news-post-block .post-cat-box.post-block-meta-cat {
    line-height: 1;
}

.theme-tab-one-wrapper .tab-one-block-top .grid-content-top .post-cat-box.post-block-meta-cat {
    line-height: 1;
}

/*** Title Style ***/

.post-block-title-wrapper {
    position: relative;
}

body.page .theme-page-spacing .entry-content .theme-news-post-block-wrapper .post-block-title-wrapper:before,
body.page .theme-page-spacing .entry-content .cutsom-post-block-list-wrapper .post-block-title-wrapper:before,
body.page .theme-page-spacing .entry-content .theme-latest-post-block-wrapper .post-block-title-wrapper:before,
.custom-exclusive-post-list .post-block-title-wrapper:before,
.theme-post-video-block .post-block-title-wrapper:before,
.theme-postlist-loadmore-wrapper .post-block-title-wrapper:before {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0px;
    content: "";
    border-bottom: 1px solid #929292;
    bottom: 5px;
}

body.page .theme-page-spacing .entry-content .theme-news-post-block-wrapper .post-block-title-wrapper h2.post-block-title span,
body.page .theme-page-spacing .entry-content .cutsom-post-block-list-wrapper .post-block-title-wrapper h2.post-block-title span,
body.page .theme-page-spacing .entry-content .theme-latest-post-block-wrapper .post-block-title-wrapper h2.post-block-title span,
.custom-exclusive-post-list .post-block-title-wrapper h2.post-block-title span,
.theme-post-video-block .post-block-title-wrapper h2.post-block-title span,
.theme-postlist-loadmore-wrapper h2.post-block-title span {
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    background: #fff;
    padding-left: 0;
    padding-right: 3px;
}

.theme-post-video-block .post-block-title-wrapper h2.post-block-title span {
    background: #000;
}

.theme-tab-one-wrapper .tab-section-title {
    position: relative;
}

.theme-tab-one-wrapper .tab-section-title:before {
    position: absolute;
    top: auto;
    left: 0;
    width: 65%;
    height: 0px;
    content: "";
    border-bottom: 1px solid #929292;
    bottom: 5px;
}

.theme-tab-one-wrapper .tab-section-title h2.tab-item-title span {
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    background: #fff;
    padding-left: 0;
    padding-right: 3px;
}

.theme-heading-one-custom.elementor-widget.elementor-widget-heading .elementor-widget-container,
.theme-primary-heading.elementor-widget.elementor-widget-heading .elementor-widget-container {
    position: relative;
}

.theme-heading-one-custom.elementor-widget.elementor-widget-heading .elementor-widget-container:before,
.theme-primary-heading.elementor-widget.elementor-widget-heading .elementor-widget-container:before {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0px;
    content: "";
    border-bottom: 1px solid #929292;
    bottom: 5px;
}

.theme-heading-one-custom.elementor-widget-heading h2 span,
.theme-primary-heading.elementor-widget-heading h2 span {
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    background: #fff;
    padding-left: 0;
    padding-right: 4px;
}

.theme-primary-heading.elementor-widget-heading h2 span {
    background: #000;


}

/*** Stick Column ***/

.titlesticky {
    position: sticky !important;
    top: 2rem;
}

.parent-sticky .elementor-widget-wrap {
    display: block !important;
}

.parent-sticky .elementor-widget-wrap .theme-news-post-block.post-block-item.post-block-item-two {
    margin-bottom: 23px;
}


/*** Preloader ***/

.theme-preloader-style {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #000;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}

.theme-preloader-style .animation-preloader {
    position: absolute;
    z-index: 100;
}

.theme-preloader-style .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.theme-preloader-style .animation-preloader .preloader-text {
    text-align: center;
    user-select: none;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading {
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.theme-preloader-style .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading {}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:before {
    color: #ffffff;
}

.theme-preloader-style .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .theme-preloader-style .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .theme-preloader-style .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .theme-preloader-style .animation-preloader .preloader-text .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}


/*** Panel Nav ***/

.lv-header-bar-1 {
    z-index: 9;
    position: relative;
}

.lv-header-bar-1 .panel-bar-box {
    width: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
    cursor: pointer;
}

.lv-header-bar-line {
    transition: all 0.3s ease-in;
    height: 3px;
    display: inline-block;
    background: #5A5A5A;
    border-radius: 0px;
}

.lv-header-bar-line-1 {
    width: 30px;
}

.lv-header-bar-line-2 {
    width: 30px;
}

.lv-header-bar-line-3 {
    width: 30px;
}

.vibenews-custom-panel-menu-wrapper {
    position: fixed;
    left: -140%;
    top: 0;
    overflow-y: auto;
    z-index: 10;
    transition: all .2s linear;
    z-index: 999;
    height: 100%;
    background: #000;
    width: 400px;
}

.vibenews-custom-panel-menu-wrapper.header-sidebar-visible {
    left: 0;
}

@media (max-width: 767px) {
    .vibenews-custom-panel-menu-wrapper {
        width: 320px;
    }
}

.vibenews-custom-panel-box-wrap {
    padding: 30px;
}

.overlay {
    position: fixed;
    right: 0;
    top: 0;
    cursor: zoom-out;
    bottom: 0;
    left: 0;
    background: #111;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: opacity .3s ease-in-out;
}

.overlay.visible-overlay {
    opacity: 0.8;
    visibility: visible;

}

.vibenews-custom-panelclose-letter {
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 0px;
    display: inline-block;
    transform: translateY(1px);
    color: #fff;
    position: relative;
    top: -5px;
    font-weight: 400;
}

.vibenews-custom-panelclose-letter i {
    position: relative;
    font-size: 23px;
    color: #b7b5b5;
    top: 6.5px;
    line-height: 1;
	margin-left: 3px;
}

.lv-header-bar-1 .panel-bar-box:hover .lv-header-bar-line {
    background: #0AF8C5;
}

.vibenews-custom-panel-close {
    cursor: pointer;
    display: inline-block;
    top: 30px;
    position: relative;
    right: -17px;
}

.panel-wrapper-logo {
    margin-top: 0;
    margin-bottom: 45px;
}

.panel_nav_Widget h4.widget-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

/*** Search Box  ***/


#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 {
    /* Edge */
    color: #444;
}

#theme-serach-box_Inner .theme-serach-box_inner_wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    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 #0af8c5b3;
    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;
    }
}


/*** Responsive Nav ***/

div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}

.slicknav_btn {
    float: none;
    display: inline-block;
}

ul.slicknav_nav {
    background: #000;
    text-align: left;
    position: relative;
    top: -70px;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slicknav_nav li:last-child {
    border-bottom: 0 solid;
}

a.slicknav_btn {
    background: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
    top: -71px;
    right: 9px;
    border-radius: 0px;
    box-shadow: none;
}

.slicknav_nav a {
    color: #ffffff;
    padding-left: 20px;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0px 0px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}

.slicknav_nav li a:hover {
    background: #000;
    border-radius: 0;
    color: #fff;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.vibenews-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: #000;
    color: #fff;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 30px;
    height: 27px;
    margin: 0;
    border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    box-shadow: none;
    top: 3px;
    position: relative;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

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;
}

ul.slicknav_nav {
    background: #000;
}

.slicknav_nav li:hover {
    background: #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: #FF184E;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #5A5A5A;
}

.slicknav_btn {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}


.theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail a img,
.post-block-item-three .news-post-grid-thumbnail a img,
.post-block-list-wrap .news-post-grid-thumbnail a img,
.post-block-item-one.grid-style-one-inner .news-post-grid-thumbnail a img,
.blog-post-grid-wrapper.post-block-list-small-wrap .news-post-grid-thumbnail a img,
.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail a img,
.theme-tab-one-wrapper .tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail a img,
.theme-video_blocks.video-box-wrapper .blog-post-video-thumbnail img,
.blog.main-container article.post-block-item-three .news-post-grid-thumbnail a img {
    transition: .35s ease-in;
}

.theme-news-post-block.post-block-item.post-block-item-one:hover .news-post-grid-thumbnail a img,
.theme-post-block-three-wrapper:hover .news-post-grid-thumbnail a img,
.blog-post-grid-wrapper.post-block-list-wrap:hover .news-post-grid-thumbnail a img,
.post-block-item-one.grid-style-one-inner:hover .news-post-grid-thumbnail a img,
.blog-post-grid-wrapper.post-block-list-small-wrap:hover .news-post-grid-thumbnail a img,
.theme-small-posts-list-wrapper .small-post-list-item-block:hover .news-post-grid-thumbnail a img,
.theme-tab-one-wrapper .tab-post-small-list-wrap:hover .small-post-list-item-block .news-post-grid-thumbnail a img,
.theme-postlist-loadmore-wrapper .post-block-item-three:hover .news-post-grid-thumbnail a img {
    transform: scale(1.05);
}

.blog.main-container .theme-post-block-three-wrapper:hover .news-post-grid-thumbnail a img {
    transform: inherit;
}

.blog.main-container .theme-post-block-three-wrapper .post-block-item-three:hover .news-post-grid-thumbnail a img {
    transform: scale(1.05) !important;
}

.post-block-item.post-block-item-one .grid-content-top h3.post-title a:hover,
.post-block-item-three .grid-content-top h3.post-title a:hover,
.theme-latest-post-block-wrapper h3.post-title a:hover,
.theme-post-grid-design-one .grid-style-one-inner .grid-content-top h3.post-title a:hover,
.cutsom-post-block-list-inner .grid-content-inner.post-block-list-small-inner h3.post-title:hover,
.theme-post-grid-design-two .grid-content-top.small-post-list-inner h3.post-title a:hover,
.theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner .news-post-grid-content.grid-content-inner h3.post-title a:hover,
.theme-post-video-wrapper.theme-post-video-block .video-post-block-content h3.post-title a:hover,
.theme-small-posts-list-wrapper .grid-content-top.small-post-list-inner h3.post-title a:hover,
.theme-tab-one-wrapper .grid-content-top.small-post-list-inner h3.post-title a:hover {
    opacity: 0.6;
}

.theme-tab-one-wrapper .post-block-item-one .grid-content-top h3.post-title a:hover,
.post-block-item.post-block-item-four .grid-content-top h3.post-title a:hover {
    opacity: 1;
}

.theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail a,
.post-block-item-three .news-post-grid-thumbnail a,
.post-block-list-wrap .news-post-grid-thumbnail a,
.post-block-item-one.grid-style-one-inner .news-post-grid-thumbnail a,
.blog-post-grid-wrapper.post-block-list-small-wrap .news-post-grid-thumbnail a,
.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail a,
.theme-tab-one-wrapper .tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail a {
    position: relative;
    transition: .3s ease-in;
}

.theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail a:before,
.post-block-item-three .news-post-grid-thumbnail a:before,
.post-block-list-wrap .news-post-grid-thumbnail a:before,
.post-block-item-one.grid-style-one-inner:hover .news-post-grid-thumbnail a:before,
.blog-post-grid-wrapper.post-block-list-small-wrap .news-post-grid-thumbnail a:before,
.theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail a:before,
.theme-tab-one-wrapper .tab-post-small-list-wrap .small-post-list-item-block .news-post-grid-thumbnail a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: -webkit-linear-gradient(315deg, #000000 0%, #414141 74%);
    background: linear-gradient(315deg, #000000 0%, #414141 74%);
    background: -o-linear-gradient(315deg, #000000 0%, #414141 74%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 1;
    opacity: 0;
}

.theme-news-post-block.post-block-item.post-block-item-one:hover .news-post-grid-thumbnail a:before,
.theme-post-block-three-wrapper .post-block-item-three:hover .news-post-grid-thumbnail a:before,
.blog-post-grid-wrapper.post-block-list-wrap:hover .news-post-grid-thumbnail a:before,
.post-block-item-one.grid-style-one-inner:hover .news-post-grid-thumbnail a:before,
.blog-post-grid-wrapper.post-block-list-small-wrap:hover .news-post-grid-thumbnail a:before,
.theme-small-posts-list-wrapper .small-post-list-item-block:hover .news-post-grid-thumbnail a:before,
.theme-tab-one-wrapper .tab-post-small-list-wrap:hover .small-post-list-item-block .news-post-grid-thumbnail a:before,
.post-block-item-three:hover .news-post-grid-thumbnail a:before {
    opacity: 0.2;
}

.post-block-list-wrap .news-post-grid-thumbnail a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: -webkit-linear-gradient(315deg, #000000 0%, #414141 74%);
    background: linear-gradient(315deg, #000000 0%, #414141 74%);
    background: -o-linear-gradient(315deg, #000000 0%, #414141 74%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 1;
    opacity: 0;
}


.blog-post-grid-wrapper.post-block-list-wrap:hover::after {
    opacity: 0.2;
}


div.slicknav_menu {
    padding: 0px 0px;
}


/*** Post Widget ***/

.sidebar.blog-sidebar .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 0;
}

.sidebar.blog-sidebar .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title a,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title a {
    color: #000000;
}

.panel-nav-widgets-content-wrapper .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title a {
    color: #fff;
}

.sidebar.blog-sidebar .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title a:hover,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .grid-content-top.small-post-list-inner h3.post-title a:hover {
    opacity: 0.6;
}

.sidebar.blog-sidebar .small-post-list-item-block .post-cat-box.post-block-meta-cat a.news-cat_Name,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .post-cat-box.post-block-meta-cat a.news-cat_Name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    color: #727272;

}

.panel-nav-widgets-content-wrapper .small-post-list-item-block .post-cat-box.post-block-meta-cat a.news-cat_Name {
    color: #fff;
    opacity: .8;
}

.sidebar.blog-sidebar .small-post-list-item-block .post-date-box.post-block-meta-date,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .post-date-box.post-block-meta-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.03px;
    color: #000000;
}

.panel-nav-widgets-content-wrapper .small-post-list-item-block .post-date-box.post-block-meta-date {
    color: #fff;
    opacity: .8;
}

.sidebar.blog-sidebar .small-post-list-item-block .news-post-grid-thumbnail,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .news-post-grid-thumbnail {
    max-width: min-content;
    min-width: 105px;
}

.sidebar.blog-sidebar .small-post-list-item-block .news-post-grid-thumbnail a img,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .news-post-grid-thumbnail a img {
    height: 95px;
}

.sidebar.blog-sidebar article.post-small-list-wrap,
.panel-nav-widgets-content-wrapper article.post-small-list-wrap {
    position: relative;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.sidebar.blog-sidebar article.post-small-list-wrap:last-child,
.panel-nav-widgets-content-wrapper article.post-small-list-wrap:last-child {
    position: relative;
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar.blog-sidebar .small-post-list-item-block,
.panel-nav-widgets-content-wrapper .small-post-list-item-block {
    display: flex;
    position: relative;
    align-items: normal;
}

.sidebar.blog-sidebar .small-post-list-item-block .news-post-grid-thumbnail,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .news-post-grid-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.sidebar.blog-sidebar .small-post-list-item-block .news-post-grid-thumbnail a,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .news-post-grid-thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: .3s ease-in;
}

.sidebar.blog-sidebar.small-post-list-item-block .news-post-grid-thumbnail a:before,
.panel-nav-widgets-content-wrapper.small-post-list-item-block .news-post-grid-thumbnail a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: -webkit-linear-gradient(315deg, #000000 0%, #414141 74%);
    background: linear-gradient(315deg, #000000 0%, #414141 74%);
    background: -o-linear-gradient(315deg, #000000 0%, #414141 74%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 1;
    opacity: 0;
}

.sidebar.blog-sidebar .small-post-list-item-block .news-post-grid-thumbnail a img,
.panel-nav-widgets-content-wrapper .small-post-list-item-block .news-post-grid-thumbnail a img {
    width: 100%;
    display: block;
    height: 95px;
    object-fit: cover;
    transition: .5s ease-in;
}

.sidebar.blog-sidebar .small-post-list-item-block:hover .news-post-grid-thumbnail a:before,
.panel-nav-widgets-content-wrapper .small-post-list-item-block:hover .news-post-grid-thumbnail a:before {
    opacity: 0.2;
}

.sidebar.blog-sidebar .small-post-list-item-block:hover .news-post-grid-thumbnail a img,
.panel-nav-widgets-content-wrapper .small-post-list-item-block:hover .news-post-grid-thumbnail a img {
    transform: scale(1.05);
}

.sidebar.blog-sidebar .grid-content-top.small-post-list-inner,
.panel-nav-widgets-content-wrapper .grid-content-top.small-post-list-inner {
    margin-top: 10px;
}

.panel-nav-widgets-content-wrapper .grid-content-top.small-post-list .blog-post-meta-items {
	margin-bottom: 2px;
}

.sidebar.blog-sidebar {
    position: sticky;
    top: 60px;
}

.panel_nav_Widget .widget_vibenews_recent_post h4.widget-title {
    display: none;
}

.nav-menu-wrapper .mainmenu ul li a,
.blog-sidebar .widget .widget-title {
    text-transform: uppercase;
}

.panel-nav-widgets-content-wrapper article.post-small-list-wrap {
    border-bottom: 1px solid rgb(207 207 207 / 35%);
}

.panel-nav-social {
    margin-top: 45px;
}

.panel-nav-social a {
    display: inline-block;
    color: #404040;
    font-size: 24px;
    margin-right: 12px;
    line-height: 1;
}

.panel-nav-social a:hover {
    color: #f8f8f8;
}

/*** Unit Test CSS ***/

.logo.theme-logo h1 {
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-size: 28px;
    font-style: italic;
    color: #0AF8C5;
    font-weight: bold;
    letter-spacing: 0px;
}

.logo.theme-logo h1 a {
    color: #0AF8C5;
}

.theme_footer_Widegts.no-footer-top {
    padding-top: 0;
}

.theme_footer_Widegts.no-footer-top .footer-top {
    display: none;
}

.theme_footer_Widegts.no-footer-top .footer-border {
    display: none;
}

.theme-post-block-three-wrapper.theme-post-block-blog-wrapper .grid-content-top.post-block-item-three-inner.no-fblog {
    padding-left: 0;
    padding-top: 0;
}

.comments-list img.comment-avatar {
    float: left;
}

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

#comments .comments-list .comment-author cite {
    display: none;
}

.comments-list .comment-author {
    margin-bottom: 10px;
}

#comments .meta-data {
    margin-bottom: 5px;
}

#comments.blog-post-comment .comment-content img {
    margin: 11px 0;
}

#comments .comment-content table a {
    color: #000;
}

.comments-list .comment-body {
    margin-bottom: 28px;
}

.blog-post-comment .comment-content pre {
    font-size: 14px;
    line-height: 1.65;
    overflow: auto;
    background: #eee;
    color: #000;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.comment-num {
    font-size: 26px !important;
}

#comments .pull-right.reply {
    top: 0px;
}

body.page .theme-page-spacing .entry-content table td a,
body.page .theme-page-spacing .entry-content table th a {
    color: #000;
    font-weight: 500;
    text-decoration: none !important;
}

body.page .theme-page-spacing .entry-content table td a:hover,
body.page .theme-page-spacing .entry-content table th a:hover {
    color: #2660FF;
}

body.page .theme-page-spacing .entry-content ul li {
    line-height: 1.5;
    color: #454545;
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 20px !important;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}

.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 13px;
}

.comments-list .comment-author a {
    color: #000;
    display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    outline: none;
    box-shadow: none;
}

@media (min-width: 1400px) {
    .single-one-bwrap {
        min-height: 960px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 580px;
    }

    body.error404 .main-container {
        min-height: 540px;
    }

}


@media (min-width: 1900px) {
    .single-one-bwrap {
        min-height: 960px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 580px;
    }
	
	.main-container.theme-page-spacing {
		min-height: 610px;
	}

    body.search .main-container.blog-spacing {
        min-height: 650px;
    }

    body.error404 .main-container {
        min-height: 740px;
    }
}


@media (min-width: 2110px) {
    .single-one-bwrap {
        min-height: 990px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
	
	.main-container.theme-page-spacing {
		min-height: 810px;
	}
	
    body.error404 .main-container {
        min-height: auto;
    }

}

@media (min-width: 2111px) and (max-width: 2300px) {
    .single-one-bwrap {
        min-height: 990px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
	
	.main-container.theme-page-spacing {
		min-height: 810px;
	}
	
    body.error404 .main-container {
        min-height: 790px;
    }

}

@media (min-width: 2301px) and (max-width: 2599px) {

    body.error404 .main-container {
        min-height: 920px;
    }

}

@media (min-width: 2400px) and (max-width: 2599px) {

    body.error404 .main-container {
        min-height: 720px;
    }

}

@media (min-width: 2600px) {
    .single-one-bwrap {
        min-height: 1024px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 790px;
    }
	
	.main-container.theme-page-spacing {
		min-height: 830px;
	}
	
    body.error404 .main-container {
        min-height: 1000px;
    }
}

@media (min-width: 2800px) {
    .single-one-bwrap {
        min-height: 1140px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 890px;
    }
	
	.main-container.theme-page-spacing {
		min-height: 920px;
	}
	
    body.error404 .main-container {
        min-height: 1200px;
    }

}

@media (min-width: 3200px) {
    .single-one-bwrap {
        min-height: 1220px;
    }

    .main-container.blog-spacing,
    .main-container.cat-page-spacing {
        min-height: 1090px;
    }
	
	.main-container.theme-page-spacing {
		min-height: 1170px;
	}
	
    body.error404 .main-container {
        min-height: 1300px;
    }
}


.not-found form button:before {
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-right: -7.5px;
	margin-top: -7.5px;
    line-height: 1;
}

.not-found .input-group-btn i {
    line-height: 50px;
}

.not-found form button:hover {
    background: #000;
}


.post-cat-box.post-block-meta-cat a {
    display: inline-block;
    position: relative;
    margin-right: 2px;
}

.post-cat-box.post-block-meta-cat a:before {
    position: absolute;
    right: -4px;
    top: 0;
    content: ",";
    color: #727272;
    font-size: 14px;
}

.post-cat-box.post-block-meta-cat a:last-child:before {
    display: none;
}

.theme-post-block-blog-wrapper .post-block-item-three .post-date-box.post-block-meta-date {
    position: relative;
    top: 1px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #111;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 600;
    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 {
    display: none;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #000;
    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;
}

.blog-sidebar .wp-block-page-list li.wp-block-pages-list__item.has-child>a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar select {
    height: 44px;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    position: relative;
}

.blog-new-layout.theme-layout-mainn .sticky {
    background: rgb(38 96 255 / 10%);
    border-top: 0px solid #2660FF;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	border-color: #fff;
}

.blog-new-layout.theme-layout-mainn .post-block-three-wrap.sticky::after {
    font-family: Icofont;
    content: "\f003";
    position: absolute;
    right: 14px;
    top: 17px;
    color: #2660FF;
    font-size: 30px;
	transform: rotate(60deg);
}

.post-thumbnail.latest-post-thumbnail-wrap a img {
    height: 100%;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
}

.blog-sidebar .widget_search form button {
    line-height: 1;
}

.blog-sidebar .widget_search form button:before {
	position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-top: -7.5px;
    margin-right: -7.5px;
    font-weight: normal;
}

.blog-sidebar .widget_search form button:hover {
    background: #000!important;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 0;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 25px;
}

.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 35px;
}

.blog-sidebar .tagcloud a, .single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
	background: transparent;
    border: 1px solid!important;
    border-radius: 86px!important;
    font-size: 18px!important;
    line-height: 1;
    color: #111!important;
    padding: 10px 19px !important;
    margin-right: 6px;
    font-weight: 500!important;
}

.blog-sidebar .tagcloud a:hover, .single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
	background: #2660FF;
    color: #fff!important;
    border-color: #2660FF!important;
}

.blog-post-comment .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ul li::marker {
    color: #2660FF;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ol li ul {
	margin-top: 10px;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ul li ol {
	margin-top: 10px;
    margin-bottom: 10px;
}

.post-password-form input[type='submit']:hover {
	background: #000;
}

.theme-post-block-blog-wrapper .post-block-item-three .grid-content-top h3.post-title {
    word-break: break-word;
}

.single-blog-header h1.post-title.single_blog_inner__Title {
    word-break: break-word;
}

.blog-details-content .wp-block-calendar {
    margin-bottom: 20px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
    color: #111!important;
    text-decoration: none!important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}

.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
    margin-bottom: 35px;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #efefef;
}

pre {
    background: #eeeeee!important;
    padding: 20px!important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #000!important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0!important;
	border-radius: 20px;
}

.blog-details-content table th a {
    color: #000;
    text-decoration: none!important;
}

.blog-details-content table th a:hover {
    color: #2660FF;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
    margin-top: 0;
    padding-left: 15px;
}

.single-blog-content .wp-block-column blockquote {
    margin-top: 0!important;
    padding: 25px!important;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-column blockquote p {
    font-size: 15px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
    content: "\efcd";
    left: 12px;
    top: 10px;
    font-family: 'IcoFont' !important;
    font-size: 24px;
}

.blog-details-content ul li {
    margin-bottom: 10px;
	font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    line-height: 1.2;
    margin-bottom: 15px;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    font-size: 26px;
    line-height: 40px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    background: #2660FF!important;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

p.copyright-text {
    font-size: 13px;
}

article.tag-pingbacks-2+.blog-post-comment .comment-body {
    margin-left: auto !important;
}

article.tag-pingbacks-2 .comment-body {
	margin-left:0!important;
}

/*** Dropdown navigation ***/

.nav-menu-wrapper .mainmenu ul>li>ul {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    padding: 16px 28px 16px 28px;
    background: #fff;
    min-width: 230px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
	transition: all 0.4s cubic-bezier(.25,.02,0,.5);
    border-radius: 0px;
    border: 0px solid;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    border-radius: 0px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}

.nav-menu-wrapper .mainmenu ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 48px;
    transform: scaleY(1);
    transition: all 0.4s ease;
}


.nav-menu-wrapper .mainmenu li ul.sub-menu li {
    display: block;
    position: relative;
    padding: 5px 0px;
}

.nav-menu-wrapper li ul.sub-menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    padding: 0px 0px;
    line-height: 1.2;
    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 ul.sub-menu li a:hover {
    color: #000;
    background: transparent;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li a:hover:before {
	display: none;
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    top: 0%;
    left: auto;
    opacity: 0;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 225px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
	transition: all 0.4s cubic-bezier(.25,.02,0,.5);
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
    top: -15px;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    top: 64px;
}

.nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:after {
    content: "\ea4d";
    color: #3c3c3c;
    font-family: 'remixicon' !important;
    padding-left: 0px;
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: 3px;
    line-height: 1;
    font-size: 17px;
    left: 0px;
    vertical-align: 0;
    margin-left: 0px;
    border: 0;
}

.nav-menu-wrapper .mainmenu ul li:last-child a {
    padding-right: 17px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    display: block !important;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
    padding-right: 50px;
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
}

.slicknav_nav li:hover {
    background: #2660FF;
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    padding-left: 30px;
}

.nav-menu-wrapper li ul.sub-menu li a:hover {
	opacity: .6;
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #000;
    margin-bottom: 25px;
}

.error-page .error-body .error-btn-custom {
    margin-top: 30px;
    display: inline-block;
    background: #2660FF;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 16px 30px;
    border-radius: 3px;
    width: auto;
    border: 0px solid;
}

.error-page .error-body .error-btn-custom:hover,
.error-page .error-body .error-btn-custom:focus,
.error-page .error-body .error-btn-custom:active {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: #000;
}

body.error404 .main-container {
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 60px;
}

.post-date-box.post-block-meta-date {
    position: relative;
    top: 1px;
}

.theme_related_posts_Wrapper {
    margin-top: 50px;
}

.theme_related_posts_Wrapper .theme-post-grid-design-one {
    border-bottom: 0px solid!important;
}

.single-one-bwrap .blog-post-cat.sblog_catt_design a:before {
	position: absolute;
    right: -4px;
    top: 0;
    content: ",";
    color: #727272;
    font-size: 14px;
}

.single-one-bwrap .blog-post-cat.sblog_catt_design a:last-child:before {
	display: none;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    font-size: 13px;
    font-weight: 500;
	text-transform: uppercase;
}

ul.slicknav_nav li ul.sub-menu li a {
    font-size: 13px;
    color: #fff;
	text-transform: uppercase;
}

blockquote p, .single-blog-content .single-blog-inner .entry-content blockquote p, .blockquote p {
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.single-blog-content blockquote, .single-blog-content .blockquote {
    border-radius: 0px;
}

.single-one-bwrap .blog-small-excerpt-box p {
    max-width: 92%;
}

.post-layout-style2 .single-blog-content .entry-content ul {
    padding-left: 17px;
}

.theme-post-block-blog-wrapper .post-block-item-three .post-cat-box.post-block-meta-cat a {
    color: #4d4d4d;
    line-height: 20px;
    font-size: 18px;
}

.theme-post-block-blog-wrapper .post-block-item-three .post-date-box.post-block-meta-date {
    font-size: 12px;
    color: #272727;
}

.sidebar.blog-sidebar .small-post-list-item-block .post-date-box.post-block-meta-date {
    position: relative;
    top: 2px;
}

.first-block-section .elementor-container {
    justify-content: space-between; 
}

.titlesticky .post-block-item-two .post-date-box.post-block-meta-date {
    position: relative;
    top: 2px;
}

#theme-serach-box_Inner .theme-serach-box_inner_wrapper button {
    text-align: right;
}


/*** News CSS ***/

.m-bottom-five.elementor-widget {
    margin-bottom: 5px!important;
}

.home-new-blockk .theme-small-posts-list-wrapper .small-post-list-item-block .news-post-grid-thumbnail {
    max-width: min-content;
    min-width: 110px;
}

.home-new-blockk .theme-small-posts-list-wrapper.theme-post-grid-design-two {
    border-bottom: 0px solid #cfcfcf;
    padding-bottom: 0;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    padding: 16px 0px 16px 0px; 
}

.nav-menu-wrapper li ul.sub-menu li a {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
	padding-left: 28px;
    padding-right: 28px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    left: 100%;
    top: -15px;
    right: auto;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li.menu-item-has-children>a:after {
    content: "\ea6d";
    top: 4px;
}

.theme-breacrumb-title {
    font-family: 'Roboto', sans-serif;
}

/*** Unit Test CSS ***/

.logo.theme-logo h1 {
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-size: 28px;
    font-style: italic;
    color: #0AF8C5;
    font-weight: bold;
    letter-spacing: 0px;
}

.logo.theme-logo h1 a {
    color: #0AF8C5;
}

.theme-post-block-three-wrapper.theme-post-block-blog-wrapper .grid-content-top.post-block-item-three-inner.no-fblog {
    padding-left: 0;
    padding-top: 0;
}

.comments-list img.comment-avatar {
    float: left;
}

#comments .comment-author .says {
    display: block;
    line-height: 1.5;
}

#comments .comments-list .comment-author cite {
    display: none;
}

.comments-list .comment-author {
    margin-bottom: 10px;
}

#comments .meta-data {
    margin-bottom: 5px;
}

#comments.blog-post-comment .comment-content img {
    margin: 11px 0;
}

#comments .comment-content table a {
    color: #000;
}

.comments-list .comment-body {
    margin-bottom: 28px;
}

.blog-post-comment .comment-content pre {
    font-size: 14px;
    line-height: 1.65;
    overflow: auto;
    background: #eee;
    color: #000;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.comment-num {
    font-size: 26px !important;
}

#comments .pull-right.reply {
    top: 0px;
}

body.page .theme-page-spacing .entry-content table td a,
body.page .theme-page-spacing .entry-content table th a {
    color: #000;
    font-weight: 500;
    text-decoration: none !important;
}

body.page .theme-page-spacing .entry-content table td a:hover,
body.page .theme-page-spacing .entry-content table th a:hover {
    color: #2660FF;
}

body.page .theme-page-spacing .entry-content ul li {
    line-height: 1.5;
    color: #454545;
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.blog-post-comment .comment-respond .comment-reply-title {
    margin-bottom: 20px !important;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}

.comment-respond .comment-reply-title {
    padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 13px;
}

.comments-list .comment-author a {
    color: #000;
    display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
    outline: none;
    box-shadow: none;
}

.not-found form button:before {
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-right: -7.5px;
	margin-top: -7.5px;
    line-height: 1;
}

.not-found .input-group-btn i {
    line-height: 50px;
}

.not-found form button:hover {
    background: #000;
}


.post-cat-box.post-block-meta-cat a {
    display: inline-block;
    position: relative;
    margin-right: 2px;
}

.post-cat-box.post-block-meta-cat a:before {
    position: absolute;
    right: -4px;
    top: 0;
    content: ",";
    color: #727272;
    font-size: 14px;
}

.post-cat-box.post-block-meta-cat a:last-child:before {
    display: none;
}

/** Only On Unit ***/

.theme-post-block-blog-wrapper article.post-block-three-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
}

.theme-post-block-blog-wrapper .post-block-item-three .news-post-grid-thumbnail a img {
    height: 100%;
}

.single-one-bwrap .post-featured-image img {
    width: auto;
}

.theme-post-block-blog-wrapper .post-block-item-three .post-date-box.post-block-meta-date {
    position: relative;
    top: 1px;
}

/* end unit css*/

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #111;
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 15px;
    font-weight: 600;
    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 {
    display: none;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #000;
    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;
}

.blog-sidebar .wp-block-page-list li.wp-block-pages-list__item.has-child>a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar select {
    height: 44px;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
    position: relative;
}

.blog-new-layout.theme-layout-mainn .sticky {
    background: rgb(38 96 255 / 10%);
    border-top: 0px solid #2660FF;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	border-color: #fff;
}

.blog-new-layout.theme-layout-mainn .post-block-three-wrap.sticky::after {
    font-family: Icofont;
    content: "\f003";
    position: absolute;
    right: 14px;
    top: 17px;
    color: #2660FF;
    font-size: 30px;
	transform: rotate(60deg);
}

.post-thumbnail.latest-post-thumbnail-wrap a img {
    height: 100%;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
}

.blog-sidebar .widget_search form button {
    line-height: 1;
}

.blog-sidebar .widget_search form button:before {
	position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont';
    color: #fff;
    content: "\ed11";
    margin-top: -7.5px;
    margin-right: -7.5px;
    font-weight: normal;
}

.blog-sidebar .widget_search form button:hover {
    background: #000!important;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 0;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #E4E4E4;
    margin-bottom: 25px;
}

.blog-sidebar select#archives-dropdown--1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 35px;
}

.blog-sidebar .tagcloud a, .single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
	background: transparent;
    border: 1px solid!important;
    border-radius: 86px!important;
    font-size: 18px!important;
    line-height: 1;
    color: #111!important;
    padding: 10px 19px !important;
    margin-right: 6px;
    font-weight: 500!important;
}

.blog-sidebar .tagcloud a:hover, .single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
	background: #2660FF;
    color: #fff!important;
    border-color: #2660FF!important;
}

.blog-post-comment .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-post-comment .comment-content ul li::marker {
    color: #2660FF;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ol li ul {
	margin-top: 10px;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ul li ol {
	margin-top: 10px;
    margin-bottom: 10px;
}

.post-password-form input[type='submit']:hover {
	background: #000;
}

.theme-post-block-blog-wrapper .post-block-item-three .grid-content-top h3.post-title {
    word-break: break-word;
}

.single-blog-header h1.post-title.single_blog_inner__Title {
    word-break: break-word;
}

.blog-details-content .wp-block-calendar {
    margin-bottom: 20px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
    color: #111!important;
    text-decoration: none!important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}

.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
    margin-bottom: 35px;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #efefef;
}

pre {
    background: #eeeeee!important;
    padding: 20px!important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #000!important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0!important;
	border-radius: 20px;
}

.blog-details-content table th a {
    color: #000;
    text-decoration: none!important;
}

.blog-details-content table th a:hover {
    color: #2660FF;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
    margin-top: 0;
    padding-left: 15px;
}

.single-blog-content .wp-block-column blockquote {
    margin-top: 0!important;
    padding: 25px!important;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-column blockquote p {
    font-size: 15px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
    content: "\efcd";
    left: 12px;
    top: 10px;
    font-family: 'IcoFont' !important;
    font-size: 24px;
}

.blog-details-content ul li {
    margin-bottom: 10px;
	font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
}


.main-container .theme-pagination-style ul.page-numbers li i {
    font-size: 26px;
    line-height: 40px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    background: #2660FF!important;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

article.tag-pingbacks-2+.blog-post-comment .comment-body {
    margin-left: auto !important;
}

article.tag-pingbacks-2 .comment-body {
	margin-left:0!important;
}


ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    display: block !important;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
    padding-left: 30px;
    padding-right: 50px;
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
}

.slicknav_nav li:hover {
    background: #2660FF;
}

ul.slicknav_nav li ul.sub-menu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    padding-left: 30px;
}


.single-one-bwrap .blog-post-cat.sblog_catt_design a:last-child:before {
	display: none;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    font-size: 13px;
    font-weight: 500;
	text-transform: uppercase;
}

ul.slicknav_nav li ul.sub-menu li a {
    font-size: 13px;
    color: #fff;
	text-transform: uppercase;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    padding-left: 0;
}

.first-block-section .elementor-container {
    justify-content: space-between; 
}

/*** Post Details Variations ***/

.theme-post-style-two .post-featured-image {
    margin-bottom: 30px;
}

.single-one-bwrap.theme-post-style-two .blog-small-excerpt-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.single-one-bwrap.theme-post-style-two {
	padding-top: 30px;
}

.single-one-bwrap.theme-post-style-three .row.single-blog-content {
    margin-left: 160px; 
    margin-right: 160px;
}

.theme-post-style-four .single-blog-four-header {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 55px;
    margin-top: 40px;
}

.theme-post-style-four .single-blog-four-header .post-featured-image {
    width: 50%;
    min-width: 50%;
    margin: 0;
}

.theme-post-style-four .single-blog-four-header .post-layout-four-left-wrapper {
    width: 50%;
    min-width: 50%;
    padding-left: 60px;
}

.theme-post-style-four .single-blog-four-header .theme-blog-details-meta-wrap {
    margin: 0;
}

.theme-post-style-four .single-blog-four-header h1.post-title.single_blog_inner__Title {
    font-size: 44px;
}

.single-one-bwrap.theme-post-style-four .blog-small-excerpt-box p {
    max-width: 100%;
}

.theme-post-style-five .single-blog-five-header {
    position: relative;
	margin-bottom: 55px;
	margin-top: 40px;
}

.theme-post-style-five .single-blog-five-header .post-featured-image {
    position: relative;
    margin-bottom: 0;
}

.theme-post-style-five .single-blog-five-header .post-featured-image img {
    height: 500px;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.theme-post-style-five .single-blog-five-header .post-featured-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: -webkit-linear-gradient(315deg, #000000 0%, #000 80%);
    background: linear-gradient(315deg, #000000 0%, #000 80%);
    background: -o-linear-gradient(315deg, #000000 0%, #000 80%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 1;
    opacity: 0.45;
}

.theme-post-style-five .post-layout-four-left-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 40px;
    z-index: 1;
}

.theme-post-style-five .post-layout-four-left-wrapper h1.post-title.single_blog_inner__Title {
    color: #fff;
    font-size: 42px;
}

.theme-post-style-five .post-layout-four-left-wrapper .blog-small-excerpt-box p {
    color: #fff;
    max-width: 75%;
}

.theme-post-style-five .theme-blog-details-meta-wrap .slider-meta-left span {
    color: #fff;
}

.theme-post-style-five .slider-meta-left-content .post-author-name-item a {
    color: #fff;
}

.theme-post-style-five .slider-meta-left ul.slider-bottom-meta-list li {
	color: #fff;
}

.theme-post-style-five .blog-post-cat.sblog_catt_design a {
	color: #fff;
}

.theme-post-style-five .theme-blog-details-meta-wrap {
    margin-bottom: 0;
}

.custom-header-two {
    background: #000;
}

.custom-header-two nav.nav-main-wrap {
    text-align: center;
}

.custom-header-two .nav-menu-wrapper .mainmenu ul li a {
	color: #fff;
}

.header-user-wrap.header-two-user-box {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 15px;
}

#theme-header-two .theme-navigation-area .container {
    position: relative;
}

.nav-menu-wrapper li ul.sub-menu li a {
    color: #111!important; 
}

#theme-header-two .nav-menu-wrapper {
    margin-left: -7px;
}

/*** New CSS ***/

.footer-top-logo h1.text-logo {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #0AF8C5;
    text-transform: uppercase;
    font-style: italic;
}

.footer-top-logo h1.text-logo a {
    color: #0AF8C5;
}

.category-layout-two .post-block-item.post-block-item-four .grid-content-top h3.post-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
}

.category-layout-two .post-block-item.post-block-item-four .grid-content-top h3.post-title a {
    color: #fff;
}

.category-layout-two .theme-news-post-block.post-block-item.post-block-item-one .news-post-grid-thumbnail a img {
    height: 280px;
}

.category-layout-two .post-block-item-one.post-block-item-four {
    margin-bottom: 30px;
}

.category-layout-two .theme-news-post-block .post-cat-box.post-block-meta-cat a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.category-layout-two .post-date-box.post-block-meta-date {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03px;
}

/*** Dark Mode CSS ***/

body.likhun-dark {
    background: #141414;
    color: #ffffff;
}

.mode-switcher {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 1;
    margin-right: 5px;
    top: 1px;
    cursor: pointer;
}

body.likhun-dark .grid-content-top h3.post-title a, body.likhun-dark .theme-latest-post-block-wrapper h3.post-title a, body.likhun-dark .post-block-list-small-inner h3.post-title a, body.likhun-dark .news-post-grid-content.grid-content-inner h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .post-date-box.post-block-meta-date, body.likhun-dark .theme-latest-post-block-wrapper .post-time-box {
    color: #838383!important;
}

body.likhun-dark .grid-content-top .post-excerpt-box p, body.likhun-dark .news-post-grid-content.grid-content-inner .post-excerpt-box p { 
    color: #B0B0B0!important;
}



body.likhun-dark .post-cat-box.post-block-meta-cat a.news-cat_Name {
    color: #838383!important;
}

body.likhun-dark .theme-navigation-area {
    position: relative;
    border-bottom: 1px solid #626262;
}

body.likhun-dark .post-block-item.post-block-item-four .grid-content-top .post-excerpt-box p {
    color: #fff!important;
}

body.likhun-dark .theme-small-posts-list-wrapper .post-block-title-wrapper h2.post-block-title, body.page.likhun-dark .theme-page-spacing .entry-content .theme-latest-post-block-wrapper .post-block-title-wrapper h2.post-block-title, body.page.likhun-dark .theme-page-spacing .entry-content .post-block-title-wrapper h2.post-block-title, body.likhun-dark .theme-heading-one-custom.elementor-widget-heading h2, body.likhun-dark .theme-tab-one-wrapper .tab-section-title h2.tab-item-title {
    color: #fff!important;
}

body.page.likhun-dark .theme-page-spacing .entry-content .theme-news-post-block-wrapper .post-block-title-wrapper h2.post-block-title span, body.page.likhun-dark .theme-page-spacing .entry-content .cutsom-post-block-list-wrapper .post-block-title-wrapper h2.post-block-title span, body.page.likhun-dark .theme-page-spacing .entry-content .theme-latest-post-block-wrapper .post-block-title-wrapper h2.post-block-title span, body.likhun-dark .custom-exclusive-post-list .post-block-title-wrapper h2.post-block-title span, body.likhun-dark .theme-post-video-block .post-block-title-wrapper h2.post-block-title span, body.likhun-dark .theme-postlist-loadmore-wrapper h2.post-block-title span, body.likhun-dark .theme-heading-one-custom.elementor-widget-heading h2 span, body.likhun-dark .theme-primary-heading.elementor-widget-heading h2 span, body.likhun-dark .theme-tab-one-wrapper .tab-section-title h2.tab-item-title span {
    background: #191919; 
}

body.likhun-dark .nav-menu-wrapper .mainmenu ul li a {
    color: #fff;
}

body.likhun-dark .theme-breacrumb-title, body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li a.page-numbers, body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li span.page-numbers, body.likhun-dark .blog-sidebar .widget .widget-title {
    color: #fff;
}

body.likhun-dark .breadcrumb-nav-top ul li, body.likhun-dark .breadcrumb-nav-top ul li a {
    color: #ddd;
}

body.likhun-dark .blog-sidebar .widget {
    background-color: transparent; 
}

body.likhun-dark .single-one-bwrap h1.post-title.single_blog_inner__Title {
    color: #fff;
}

body.likhun-dark .single-one-bwrap .blog-small-excerpt-box p, body.likhun-dark .theme_author_Title  {
    color: #ddd;
}

body.likhun-dark .single-one-bwrap .blog-post-cat.sblog_catt_design a, body.likhun-dark .slider-meta-left-content .post-author-name-item a {
    color: #ddd;
}

body.likhun-dark .blog-details-content p, body.likhun-dark .blog-details-content ul li, body.likhun-dark p.theme_author__Description {
    color: #f4f4f4; 
}

body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h4, body.likhun-dark .theme_author__Name, body.likhun-dark .theme_blog_nav_Title a, body.likhun-dark .blog-post-comment .comment-respond .comment-reply-title, body.likhun-dark .theme_related_post_Grid h2 {
    color: #fff;
}

body.likhun-dark .author_bio__Wrapper, body.likhun-dark .theme_blog_navigation__Wrap, body.likhun-dark #comments, body.likhun-dark .blog-post-comment .comment-respond .comment-form .form-control {
    background: transparent;
}

body.likhun-dark .theme_related_post_title h2 span {
    background: #191919; 
}

body.likhun-dark .single-blog-content blockquote, body.likhun-dark .single-blog-content .blockquote {
    background: #000; 
}

body.likhun-dark blockquote p, body.likhun-dark .single-blog-content .single-blog-inner .entry-content blockquote p, body.likhun-dark .blockquote p {
    color: #fff;
}


body.likhun-dark .lv-header-bar-line {
    background: #5A5A5A; 
}

body.likhun-dark .search-icon.theme-search-custom-iconn {
    color: #404040;
}

body.likhun-dark .grid-content-top.post-block-item-three-inner {
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .theme-small-posts-list-wrapper article.post-small-list-wrap {
    border-bottom: 1px solid #353535!important; 
}

body.likhun-dark .post-block-item-one.grid-style-one-inner:before, body.likhun-dark .custom-plist-left section.cutsom-post-block-list-wrapper:after, body.likhun-dark .post-block-item-one.grid-style-one-inner:before {
    background: #353535; 
}

body.likhun-dark .theme-news-post-block-wrapper.theme-post-grid-style.theme-post-grid-design-one {
    border-bottom: 1px solid #353535;
}

body.likhun-dark .theme-tab-one-wrapper .small-post-list-item-block .news-post-grid-content.grid-content-top.small-post-list-inner {
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .custom-plist-left .cutsom-post-block-list-inner article.post-list-bottom {
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .theme-news-post-block-wrapper.theme-post-grid-style.theme-post-grid-design-one {
    border-bottom: 1px solid #353535;
} 

body.likhun-dark .elementor-1077 .elementor-element.elementor-element-64b31b2 {
    --divider-color: #353535;
}

body.likhun-dark .theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-list-bottom {
    border-bottom: 1px solid #353535; 
}


body.likhun-dark .theme-small-posts-list-wrapper.theme-post-grid-design-two {
    border-bottom: 1px solid #353535; 
}


body.likhun-dark .theme-small-posts-list-wrapper article.post-small-list-wrap:last-child {
    border-bottom: 0px solid!important; 
}

body.likhun-dark .theme-small-posts-list-wrapper article.post-small-list-wrap:last-child {
    border-bottom: 0px solid!important; 
}

body.likhun-dark .theme-post-block-three-wrapper .post-block-item-three.theme-col-reverse .grid-content-top.post-block-item-three-inner {
    border-bottom: 1px solid #353535; 
}


body.likhun-dark .exclusive-right-custom .theme-latest-post-block-wrapper .theme-news-post-block.post-block-item.post-block-item-two {
    border-bottom: 0.7px solid #353535; 
}

body.likhun-dark .footer-bottom {
    border-top: 0.7px solid #363131;
}

body.likhun-dark .footer-border {
    background: #363131; 
}

body.likhun-dark .theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-list-top:nth-child(1) {
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-list-bottom:nth-child(4) {
    border-bottom: 0px solid!important; 
}

body.likhun-dark .theme-postlist-loadmore-wrapper .cutsom-post-block-list-inner article.post-col-common:nth-child(5) {
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

body.likhun-dark .nav-menu-wrapper .mainmenu ul li a {
    transition: all .3s ease-in;
}

.nav-menu-wrapper .mainmenu ul li a {
    transition: all .3s ease-in;
}  

body.likhun-dark .see-all-btn a {
    background: transparent; 
}

body.likhun-dark .see-all-btn a:hover {
    background: #2660FF;
    color: #fff;
    border-color: #2660FF;
}

body.likhun-dark .theme_blog_navigation__Wrap {
    border-bottom: 0.7px solid #353535;
}

body.likhun-dark .sidebar.blog-sidebar article.post-small-list-wrap, body.likhun-dark  .panel-nav-widgets-content-wrapper article.post-small-list-wrap {
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .sidebar.blog-sidebar article.post-small-list-wrap:last-child, .panel-nav-widgets-content-wrapper article.post-small-list-wrap:last-child {
    border-bottom: 0px solid; 
}

body.likhun-dark .cutsom-post-block-list-wrapper .post-list-top .post-cat-box.post-block-meta-cat a.news-cat_Name {
    color: #FF3385!important;
} 

body.likhun-dark .cutsom-post-block-list-wrapper .post-list-top .post-date-box.post-block-meta-date {
    color: #fff!important;
}

body.likhun-dark .cutsom-post-block-list-wrapper .post-list-bottom .post-cat-box.post-block-meta-cat a.news-cat_Name {
    color: #9B9B9B!important;
} 

body.likhun-dark .theme-page-spacing .entry-content .theme-news-post-block-wrapper .post-block-title-wrapper:before, body.likhun-dark .theme-page-spacing .entry-content .cutsom-post-block-list-wrapper .post-block-title-wrapper:before, body.likhun-dark .theme-page-spacing .entry-content .theme-latest-post-block-wrapper .post-block-title-wrapper:before, body.likhun-dark .custom-exclusive-post-list .post-block-title-wrapper:before, body.likhun-dark .theme-post-video-block .post-block-title-wrapper:before, body.likhun-dark .theme-postlist-loadmore-wrapper .post-block-title-wrapper:before {
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .news_tab_Block .nav-tabs .nav-link {
    background: #353535; 
}

body.likhun-dark .post-block-item-two.tab-one-block-top .post-cat-box.post-block-meta-cat a.news-cat_Name {
    color: #fff!important;
}

body.likhun-dark .post-block-item-two.tab-one-block-top .post-date-box.post-block-meta-date {
    color: #fff!important;
}

body.likhun-dark .theme-tab-one-wrapper .tab-section-title:before, body.likhun-dark .theme-heading-one-custom.elementor-widget.elementor-widget-heading .elementor-widget-container:before, body.likhun-dark .theme-primary-heading.elementor-widget.elementor-widget-heading .elementor-widget-container:before {
    border-bottom: 1px solid #353535; 
}

body.likhun-dark .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-color: #353535!important;
}

body.likhun-dark .custom-col-videolist .theme-post-video-wrapper.theme-post-video-block::-webkit-scrollbar-thumb {
    background-color: #353535; 
}

body.likhun-dark .left-video-col .theme-post-video-wrapper.theme-post-video-block:after {
    background: #353535;
}

body.likhun-dark .left-video-col .theme-video_blocks.video-box-wrapper {
    border-bottom: 0.7px solid #353535; 
}

body.likhun-dark .widget.widget_block .wp-block-group__inner-container h2 {
    color:  #fff!important;
}

body.likhun-dark .blog-sidebar .widget .widget-title, body.likhun-dark .wp-block-search .wp-block-search__label, body.likhun-dark .widget.widget_block .wp-block-group__inner-container h2 {
    color: #fff!important;
}


body.likhun-dark .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a, body.likhun-dark .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, body.likhun-dark .wp-block-latest-comments__comment-meta a, body.likhun-dark .wp-block-latest-posts a, body.likhun-dark .wp-block-rss__item-title a {
    color: #fff!important;
}

body.likhun-dark .comment-num, body.likhun-dark .comments-list .comment-author a {
    color: #fff;
}

body.likhun-dark p, body.likhun-dark .blog-sidebar .widget ul li a {
    color: #B0B0B0;
}

body.likhun-dark .not-found h1 {
    color: #fff;
}

body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h1, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h2, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h3, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h4, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h5, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content h6 {
    color: #fff;
}

body.likhun-dark .post-layout-style2 .single-blog-content .entry-content b, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content strong, body.likhun-dark .post-layout-style2 .single-blog-content .entry-content dt {
    color: #fff;
}

/*** Header template 3 ***/

#theme-header-three .theme-logo-area {
    position: relative;
    background: #fff; 
}

body.likhun-dark #theme-header-three .theme-logo-area {
    background: #000000; 
}

.custom-date-wrap {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.header-three-btn-one, .header-three-btn-two {
    display: inline-block;
}

.header-three-btn-two {
    margin-left: 15px;
    margin-right:15px;
}

.header-three-btn-one a {
    display: inline-block;
    color: #000;
    border: 2px solid #0AF8C5;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 22px;
}

.header-three-btn-two a {
      display: inline-block;
    color: #000;
      background: #0AF8C5;
    border: 2px solid #0AF8C5;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 22px;
}


body.likhun-dark .header-three-btn-one a {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-three-btn-two {
        display: none;
    }
}

@media (max-width: 991px) {
    
.header-three-btn-one, .header-three-btn-two {
    display: none;
}
    
    .custom-date-wrap {
        display: none;
    }
    
}



/*** Load More ***/

.load-more-btn {
    margin-top: 50px;
    text-align: center;
}

button.vibenews-load-more-btn {
    background: #2660FF;
    border: 0;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 17px 32px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0px;
    transition: all .3s ease-in;
    cursor: pointer;
}

button.vibenews-load-more-btn:focus, button.vibenews-load-more-btn:active, button.vibenews-load-more-btn:visited {
    border: none;
    outline: none;
}

button.vibenews-load-more-btn:hover {
    background: #000;
}

.theme-postlist-loadmore-wrapper .post-medium-style-loadmore-wrapper article.post-list-bottom {
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.theme-postlist-loadmore-wrapper .post-medium-style-loadmore-wrapper article.post-list-bottom:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.slicknav_nav li ul.sub-menu li a {
    color: #fff!important;
}

body.likhun-dark .theme-logo-area {
    background: #000;
}

.see-all-btn a:hover, .main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i, .blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    color: #fff!important;
}