/*
Theme Name: Ethrik
Theme URI: https://themeforest.net/item/ethrik-nft-marketplace-wordpress-theme/39097357
Author: Promising-Themes
Author URI: https://themeforest.net/user/promising-themes
Description: NFT Affiliate WordPress Theme
Version: 2.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ethrik
Tags: grid, two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, nft, affiliate, nft affiliate, technology, tech, ethrik
*/

/**** 
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: 'Manrope', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    background-color: #171717;
    color: #4E4E4E;
    font-weight: 500;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk';
    color: #FFF;
    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: #A6A6A6;
}

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: #FF3797;
    -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: 1520px) {
    .container {
        max-width: 1430px;
    }
}


/*** 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;
}

/* NFT Pagination */
.nft-page .navigation.pagination {
    margin-top: 15px;
}

.nft-page .navigation.pagination span,
.nft-page .navigation.pagination a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #494949;
    color: #A6A6A6;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease-in;
}

.nft-page .navigation.pagination span:hover,
.nft-page .navigation.pagination a:hover {
    background: #FF3797;
    color: #fff !important;
    border-color: #FF3797;
}

.nft-page .navigation.pagination a:hover i {
    color: #ffffff !important;
}

.nft-page .navigation.pagination .page-numbers.dots:hover {
    background-color: transparent;
    border: 1px solid #494949;
    color: #A6A6A6;
}

.nft-page .navigation.pagination .page-numbers.current {
    background: #FF3797;
    color: #fff;
    border-color: #FF3797;
}

.nft-page .navigation.pagination .next.page-numbers,
.nft-page .navigation.pagination .prev.page-numbers {
    color: #FF3797;
}

/* Global */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
    background: #FFFFFF;
}

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}


/* Gallery item */

.gallery {
    margin: 30px -1.1666667% 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px auto 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
    text-decoration: underline;
    display: inline-block;
}

.wp-caption .wp-caption-text a {
    color: #FF3797;
}

.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: #f8f8f8;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #FF3797;
}

a code {
    color: #FF3797;
}

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: #FF3797;
    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: #FF3797;
}

.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: #FF3797;
    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: #A6A6A6;
    color: #A6A6A6;
    border: 1px solid;
    display: inline-block;
    font-size: 15px !important;
    padding: 3px 15px !important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
    margin-right: 6px;
    font-weight: 500;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    color: #FF3797;
    border-color: #FF3797;
}


.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: #FF3797;
    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 #494949;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 5px !important;
    height: 45px;
    margin-bottom: 15px;
    border: 1px solid #494949;
    background: transparent;
}

.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: #FF3797;
}

.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: #FF3797;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    border: 0px solid;
    padding: 18px 30px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%);
    color: #FFF;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#comments {
    clear: both;
    padding: 30px;
    list-style: none;
    background: #202020;
    overflow: hidden;
    margin-top: 32px;
    border-radius: 12px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid #494949;
    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: #FF3797;
}

.comments-list .comment-date {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
    color: #fff;
}

.comments-list .comment-body {
    border-bottom: 1px solid #494949;
    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: #fff;
    background: #111;
    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 #111;
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
    background: #FF3797;
    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: #FF3797;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-left: 8px;
}

#cancel-comment-reply-link:hover {
    color: #fff;
}

#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: #FF3797;
    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: #FF3797;
}

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
    color: #FF3797;
}

#comments .comment-content {
    color: #A6A6A6;
}

.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: #FF3797;
    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: #FF3797;
}

.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: 30px;
    background-color: #202020;
    border-radius: 12px;
}

.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: 0px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #494949;
    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: #A6A6A6;
    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: #FF3797;
    border-radius: 50%;
}

.blog-sidebar .widget ul li a {
    color: #A6A6A6;
    display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
    color: #FF3797;
}

.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: #A6A6A6;
    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: #000;
}

table td,
table th {
    padding: 10px 13px;
    border: 1px solid #222;
}

.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: #ddd;
}

.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: #A6A6A6;
    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 #494949;
    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: #FF3797;
    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: #FF3797;
    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: 'Font Awesome 5 Free';
    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 .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 #494949;
}

.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: #fff;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
}

.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: #FF3797;
}

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: 'Font Awesome 5 Free';
    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: #FF3797;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
    color: #A6A6A6;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
    color: #FF3797;
}

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: #ddd;
}

.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: #fff;
}

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: #FF3797;
    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: #FF3797;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #494949;
    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: #FF3797;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
    background-color: #FF3797;
    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: #fff !important;
    border-color: #fff;
}

.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: #FF3797;
}

.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: #FF3797 !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 d66;
    border-bottom: 4px solid d66;
    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: #FF3797;
}

.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: #FF3797;
}

.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: #FF3797;
}

.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: #272727;
    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: #272727;
    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: 30px 30px 30px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: #202020;
    border-radius: 12px;
}

.author-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.author-thumb img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

.theme_author_Info {
    padding-right: 20px;
}

h6.theme_author_Title {
    color: #A6A6A6;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 30px;
}

h4.theme_author__Name {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

p.theme_author__Description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

.theme_author_Socials a {
    display: inline-block;
    background: #FF3797;
    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: #FF3797;
}


/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
    height: 100px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border-radius: 10px;
}

.theme_blog_nav_Title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #272727;
    word-break: break-all;
}

.theme_blog_nav_Title a {
    margin-bottom: 0;
    color: #fff;
    word-break: break-word;
}

.theme_blog_nav_Label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #A6A6A6;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 30px;
    background: #202020;
    margin-top: 60px;
    border-radius: 12px;
}

.theme_blog_nav_Title a:hover {
    color: #FF3797;
}

h1.theme-breacrumb-title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
}

.breadcrumb-nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.breadcrumb-nav-top ul li {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.breadcrumb-nav-top ul li a {
    display: block;
    color: #fff;
}

.breadcrumb-nav-top ul li.breadcrumb-item-menu {
    padding-left: 25px;
    margin-left: 25px;
    color: #fff;
}

.breadcrumb-nav-top {
    margin-top: 30px;
}

.breadcrumb-nav-top ul li.breadcrumb-item-menu:before {
    position: absolute;
    left: -7px;
    top: 1px;
    font-family: 'IcoFont';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    content: "\eaca";
    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;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #494949;
    margin-left: auto;
    color: #A6A6A6;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 4px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: #FF3797;
    color: #fff;
    border-color: #FF3797;
}

.main-container .theme-pagination-style ul.page-numbers li i {
    line-height: 38px;
    color: #FF3797;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
    border: 1px solid #FF3797;
    background-color: #FF3797;
    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: #fff !important;
    margin-right: 10px;
    display: inline-block;
}

.theme-tags__wrapper a {
    border-color: #A6A6A6;
    color: #A6A6A6;
    border: 1px solid;
    display: inline-block;
    font-size: 15px !important;
    padding: 3px 15px !important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
    font-weight: 500;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.theme-tags__wrapper a:hover {
    border-color: #3268FE !important;
    color: #3268FE !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: #272727;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: #FF3797;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}

.error-page .error-body .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: none;
}

.error-page .error-body .btn:hover {
    background: #000;
}

body.error404 .main-container {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 80px;
}

.header-two-right .header-search-box {
    position: relative;
    right: 30px;
    top: 0px;
}

.header-bookmark-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 10px;
}


/*** Theme New Unit CSS ***/

body.admin-bar .body-inner-content {
    margin-top: 0px;
}

.widget_calendar,
table,
.wp-block-calendar {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.calendar_wrap nav.wp-calendar-nav {
    position: relative;
    top: 10px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    width: 30px;
    height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 2px;
}

.main-container.blog-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
    color: #272727;
}

.sticky .post-list-medium-content {
    background: #f8f8f8;
    border-top: 4px solid #FF3797 !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: #FF3797;
}

.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 {
    font-size: 24px;
    line-height: 25px;
}

.comment-respond p {
    margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #A6A6A6;
    margin: 0 0 15px 0;
}

.single-meta-content h4.post-author-name a {
    text-transform: capitalize;
}

.blog-details-content ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #A6A6A6;
}

.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: #FF3797 !important;
    border-color: #FF3797;
}

.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: 31px;
    margin-bottom: 31px;
}

.blog-details-content .wp-block-columns figure.wp-block-image.size-full.bottom-zero-article-thumb {
    margin-bottom: 0;
}

.bottom-zero-article-thumb img {
    height: 275px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px !important;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
    margin-top: 35px;
    margin-bottom: 35px;
}

.bottom-zero-article-full img {
    border-radius: 24px !important;
}

blockquote,
.blockquote {
    margin-bottom: 23px !important;
    margin-top: 23px !important;
}

.single-blog-content blockquote {
    padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
    background: #202020;
    border-radius: 12px;
}

blockquote::before,
.blockquote::before {
    color: #FF3797;
    opacity: .2;
}

blockquote::before,
.blockquote::before {
    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: #f9f9f9;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
}

.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: #272727;
    font-weight: 500;
}

.wp-block-search .wp-block-search__button {
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%) !important;
    border: 0px solid #3268FE !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 {
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .page-link {
    display: inline-block;
    background-color: #FF3797;
    color: #fff;
    margin-right: 0px;
}

.blog-details-content table th a {
    color: #272727;
}

.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;
    border-radius: 10px !important;
    visibility: hidden;
}

.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 40px;
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #494949;
    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: #4e4e4e;
    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: #FF3797;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
    cursor: pointer;
}

.not-found form button:hover {
    background: #000;
}

.not-found form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: 'IcoFont';
    color: #fff;
    font-weight: normal;
    content: "\ed1b";
    line-height: 1;
    margin-top: -7px;
    margin-right: -7.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
    transition: all .3s ease;
}

ul.footer-nav li a:hover {
    color: #fff;
}

.home-tag-widgett .tagcloud a:hover {
    background: #FF3797 !important;
    color: #fff !important;
    border-color: #FF3797 !important;
}

.custom-theme-contactt label {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    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: #A6A6A6;
}

body.page .theme-page-spacing .entry-content ul li::marker {
    color: #FF3797;
}

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: #A6A6A6;
    margin: 0 0 15px 0;
}

body.page .theme-page-spacing .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

body.page .theme-page-spacing .entry-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}

body.page .theme-page-spacing .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}

body.page .theme-page-spacing .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
    background: #202020;
}

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: italic;
}

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: #FF3797;
    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: #FF3797;
}

body.page .theme-page-spacing .entry-content blockquote p {
    color: #A6A6A6;
    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: #FF3797;
}

body.page .theme-page-spacing .entry-content table td a {
    color: #272727;
    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: #FF3797;
    color: #fff;
    border-color: #FF3797;
    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: 80px;
    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: #FF3797;
    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: #3268FE;
    border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #A6A6A6;
    display: inline-block;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
    margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
    padding-bottom: 0px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #111;
    margin-bottom: 25px;
}

.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: #FF3797;
}

.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 #494949;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 5px;
    font-size: 15px;
}

.wp-block-search .wp-block-search__label {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 0px solid #494949;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
    position: relative;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 5px;
}

.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: #272727;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
    color: #272727;
}

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: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%) !important;
    color: #FFFFFF !important;
    border: 0px solid #2660FF !important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
    font-size: 24px;
    line-height: 1;
    font-family: 'Space Grotesk';
}

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 #FF3797;
    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, #FF3797, #FF3797);
    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 Header ***/
.theme-header-area {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 0.7px solid #494949;
}

.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: 'Space Grotesk';
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-form-main form {
    position: relative;
    display: inline-block;
    width: 187px;
}

.search-form-main form input.hsearch-input {
    background: #222222;
    border: 0.25px solid #505050;
    border-radius: 8px;
    width: 100%;
    position: relative;
    text-indent: 43px;
    display: inline-block;
    padding: 14.5px 0 12.5px;
    font-family: 'Space Grotesk';
    font-size: 14px;
    line-height: 1;
}

.search-form-main form button.hsearch-button {
    border: 0px solid;
    position: absolute;
    left: 16px;
    top: 12px;
    background: transparent;
    color: #FFFFFF;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
}

.search-form-main form button.hsearch-button:hover {
    color: #3858f6;
}


.search-form-main form button.hsearch-button:focus {
    outline: none;
    border: none;
}

.search-form-main form input.hsearch-input:focus {
    color: #fff;
}

.header-create-nft-btn a {
    display: inline-block;
    border: 1px solid #FF3797;
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    border-radius: 10px;
    margin-left: 30px;
    padding: 15px 26px;
    position: relative;
}

.header-login-btn a {
    display: inline-block;
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-left: 30px;
    position: relative;
}

.header-create-nft-btn a:after {
    position: absolute;
    content: "";
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background-image: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    top: -1px;
    left: -1px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.header-create-nft-btn a:hover {
    border-color: transparent;
    outline: 0 none;
}

.header-create-nft-btn a:hover:after {
    opacity: 1;
}

/* Mobile Menu */
.ethrik-diff-mobile-menu button {
    margin-left: 15px;
    border: 0;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    transition: all 0.3s ease-in;
    display: none;
}

.ethrik-diff-mobile-menu button:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%);
}

.ethrik-diff-mobile-menu button i {
    color: #fff;
}

.offcanvas-body {
    padding-top: 0;
}

.btn-close {
    --bs-btn-close-bg: url("../images/icons8-close-512.svg");
}

.responsive-menu .offcanvas.offcanvas-start {
    background-color: #151b22;
}

ul#mobile-menu,
ul#mobile-menu ul {
    padding-left: 0;
}

ul#mobile-menu li {
    list-style: none;
}

ul.main-responsive-menu>li {
    padding: 20px 0;
    border-bottom: 1px solid #353535;
}

ul.main-responsive-menu a {
    transition: all 0.2s ease-in;
}

ul.main-responsive-menu>li a {
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
}

ul.main-responsive-menu li.menu-item-has-children {
    position: relative;
}

ul.main-responsive-menu li.menu-item-has-children::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #353535;
    top: 15px;
    right: 65px;
    z-index: 9;
}

ul.main-responsive-menu li.menu-item-has-children span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s ease;
}

ul.main-responsive-menu li.menu-item-has-children span.toggle {
    transform: rotate(180deg);
    color: #ffffff;
}

span.toggle-icon i {
    color: #ffffff;
}

ul.main-responsive-menu li.menu-item-has-children ul.sub-menu {
    display: none;
}

ul.main-responsive-menu li.menu-item-has-children ul li {
    padding: 10px 15px;
}

/* Social Buttons */
.responsive-menu ul.footer-social {
    margin-top: 20px;
    padding-left: 0;
}

.responsive-menu ul.footer-social li {
    list-style: none;
}

.responsive-menu ul.footer-social li a {
    color: #c6c6c6;
    transition: all 0.3s ease;
    margin-right: 30px;
}

.responsive-menu ul.footer-social li a:hover {
    transform: scale(1.05);
    color: #000000;
}

/*** Home Main Banner ***/

.home-nft-banner-section .container .row .banner-col-left {
    padding-left: 0;
}

.home-nft-banner-section .container .row .banner-col-right {
    padding-right: 0;
}


body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
    line-height: 22px;
    padding-left: 40px;
}


body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt h4:before {
    background: url(../images/title-fire.svg) no-repeat scroll left center;
    position: absolute;
    left: -7px;
    top: -10px;
    width: 47px;
    height: 47px;
    background-size: cover;
    content: "";
}


body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt h1 {
    font-size: 74px;
    color: #fff;
    line-height: 1.0948;
    margin-bottom: 35px;
}

body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt p.banner-short-des {
    color: #D7D7D7;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    max-width: 75%;
}

.btn-box {
    position: relative;
}

a.banner-btn-one {
    display: inline-block;
    position: relative;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    color: #fff;
    border-radius: 10px;
    line-height: 1;
    font-size: 20px;
    font-family: 'Space Grotesk';
    padding: 16px 43px;
    padding-right: 54px;
    padding-left: 32px;
}

a.banner-btn-two {
    position: relative;
    display: inline-block;
    font-family: 'Space Grotesk';
    font-size: 20px;
    line-height: 1;
    color: #8A8A8A;
    margin-left: 25px;
}

a.banner-btn-one:before {
    background: url(../images/arrow-right.svg) no-repeat scroll left center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 16px;
    background-size: cover;
    content: "";
}

a.banner-btn-one:hover {

    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%);
}


.nft-featured-box {
    position: relative;
}

.nft-featured-image {
    position: relative;
}

.nft-featured-image:before {
    position: absolute;
    width: 85px;
    height: 85px;
    background: #171717;
    content: "";
    left: -42px;
    top: -48px;
    transform: rotate(45deg);
}

.nft-featured-infos {
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    color: #fff;
    padding: 25px;
    position: relative;
    bottom: 78px;
}

.nft-featured-infos:before {
    position: absolute;
    width: 85px;
    height: 85px;
    background: #171717;
    content: "";
    right: -42px;
    bottom: -48px;
    transform: rotate(45deg);
}


body.page .theme-page-spacing .entry-content .nft-featured-infos h2.banner-nft-title {
    font-size: 36px;
    color: #fff;
    line-height: 1.084;
    margin-bottom: 0;
    font-weight: 400;
}

body.page .theme-page-spacing .entry-content .nft-featured-infos h3.banner-nft-price {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

body.page .theme-page-spacing .entry-content .nft-featured-infos h3.banner-nft-price span {
    font-weight: normal;
    font-size: 20px;
}

.nft-banner-infos-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.banner-nft-btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Space Grotesk';
    font-size: 20px;
    line-height: 1;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 15px 34px;
}

a.banner-nft-btn:hover {
    border-color: #e5ebfb;
    color: #e5ebfb;
}

/*** Create & Sell NFT Boxes ***/

.theme-create-nft-wrapper .theme-section-title {
    text-align: center;
}

body.page .theme-page-spacing .entry-content .theme-create-nft-wrapper .theme-section-title h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.089;
    font-weight: 700;
}

.single-nft-process-box {
    background: #202020;
    border-radius: 24px;
    padding: 30px 30px 30px 30px;
}

body.page .theme-page-spacing .entry-content .nft-process-box-inner h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3575;
    margin-bottom: 8px;
}

body.page .theme-page-spacing .entry-content .nft-process-box-inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #A6A6A6;
    padding-right: 23px;
}

.nft-process-thumb {
    margin-bottom: 33px;
}


/*** Blog carousel ***/

.blog-post-grid-wrapper.slick-slide {
    margin-left: 12px;
    margin-right: 12px;
}

.blog-post-grid-wrapper {
    background: #202020;
    border-radius: 25px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

.post-grid-thumbnail {
    position: relative;
}

.blog-post-grid-content {
    position: relative;
    padding: 25px 25px 25px 10px;
}

.post-grid-thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
}

.post-grid-thumbnail a img {
    height: 250px;
    width: 100%;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

body.page .theme-page-spacing .entry-content .blog-post-grid-content h3.post-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3575;
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content .blog-post-grid-content h3.post-title a {
    color: #fff;
}


body.page .theme-page-spacing .entry-content .blog-post-grid-content h3.post-title {
    font-size: 28px;
    line-height: 1.3575;
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content .post-excerpt-box p {
    font-size: 16px;
    font-weight: 500;
    color: #A6A6A6;
    line-height: 22px;
}

.post-read-full-btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    line-height: 1;
    font-weight: 500;
    margin-top: 32px;
}

.post-read-full-btn a span {
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #FF3797;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-style: normal !important;
    position: relative;
    border-radius: 50%;
    margin-left: 12px;
}

.post-read-full-btn a span>i {
    position: relative;
    transform: rotate(-45deg);
    display: inline-block;
    font-style: normal !important;
    line-height: 1;
    top: 4px;
}

.post-read-full-btn a:hover {
    color: #FF3797;
}

/*** NFT Details CSS ***/
span.woocommerce-Price-amount.amount bdi {
    color: #10D30C;
}

p.price del {
    margin-right: 10px;
}

.single-product .woocommerce-product-gallery__image a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.woocommerce div.product div.images img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}

.single-product .woocommerce-product-gallery__image,
.single-product div.product div.images .flex-control-thumbs li img {
    background: transparent !important;
}

.nft-owner-box .nft-owner-title {
    color: #B0B0B0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1115;
    margin-bottom: 10px;
}

.nft-owner-infos {
    position: relative;
}

.nft-owner-infos a {
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

.nft-owner-infos a img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.nft-owner-infos h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 1.091;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

.nft-owner-box {
    position: relative;
    margin: 30px 0;
}


.sale-ends-info-box {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 33px;
    margin-bottom: 30px;
}

.sale-ends-info-box:before {
    background: url(../images/sale-ends.svg) no-repeat scroll left center;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-size: cover;
    content: "";
    margin-top: -12px;
}


.current-price-title {
    color: #B0B0B0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1115;
    margin-bottom: 14px;
}

h1.current-price-eth {
    position: relative;
    padding-left: 48px;
    font-size: 38px !important;
    margin-bottom: 0px;
    line-height: 1.1044;
    color: #FFF;
}

h1.current-price-eth:before {
    position: absolute;
    background: url(../images/eth-icon.svg) no-repeat scroll left center;
    left: 0px;
    top: 0;
    width: 35px;
    height: 44px;
    background-size: cover;
    content: "";
    margin-top: 0px;
}

.current-price-dlr {
    margin-top: 15px;
}

.current-price-dlr img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 14px;
}

.current-price-dlr h2 {
    font-size: 38px;
    line-height: 1.1044;
    text-transform: uppercase;
}

.current-price-usd {
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.nft-pricing-box {
    margin-bottom: 28px;
}

.nft-single-custom-btns {
    position: relative;
    margin-bottom: 30px;
}

.nft-single-custom-btns a {
    position: relative;
    display: inline-block;
    text-align: center;
}

a.nft-buy-now-btn {
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    color: #FFF;
    font-family: 'Space Grotesk';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-right: 20px;
    border-radius: 12px;
    padding: 18px 49px;
}

a.nft-buy-now-btn:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%) !important;
    color: #FFFFFF;
}


a.nft-make-offer-btn {
    font-family: 'Space Grotesk';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 17px 35px;
}

.nft-highest-bid-box {
    color: #B0B0B0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.nft-highest-bid-box span {
    font-family: 'Space Grotesk';
    color: #fff;
    font-weight: 700;
    position: relative;
    left: 2px;
}


/*** Collector Grid ***/

.number-counter {
    display: none;
}

.nft-collector-single-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #222;
    border-radius: 27px;
    padding: 20px 25px;
    margin-bottom: 30px;
    transition: all .35s ease-in;
}

.nft-collector-single-box:hover {
    background: #222;
    cursor: pointer;
}

.collector-thumb-box img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: block;
}

.collector-thumb-box {
    position: relative;
    margin-right: 0px;
    min-width: 72px;
}

body.page .theme-page-spacing .entry-content .nft-collector-single-box h3.nft-collector-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content .nft-collector-single-box h3.nft-collector-title a {
    color: #fff;
}

.floor-price-box {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 1.358;
    font-weight: 500;
}

body.page .theme-page-spacing .entry-content .nft-collector-single-box h2.collector-price {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 3px;
    color: #fff;
    font-weight: 700;
}

body.page .theme-page-spacing .entry-content .nft-collector-single-box h2.collector-price a {
    color: #fff;
}

.nft-collector-single-box .progress-ratio-box {
    display: inline-block;
    background: rgba(16, 211, 12, 0.1);
    color: #10D30C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 97px;
    padding: 6.5px 10px;
}

.collector-price-ratio {
    text-align: center;
}

.nft-collector-single-box.collector-profile-rate-down .progress-ratio-box {
    background: rgba(254, 50, 50, 0.1);
    color: #FE3232;
}


/*** Discover NFT grid ***/

.nft-grid-wrapper-single {
    position: relative;
    background: #202020;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 15px 15px 15px 15px;
}

.nft-grid-wrapper-single .grid-thumbnail-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.nft-grid-wrapper-single .grid-thumbnail-wrap a img {
    height: 306px;
    width: 100%;
    border-radius: 13px;
    display: block;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.nft-grid-wrapper-single .grid-thumbnail-wrap {
    margin-bottom: 15px;
}

.nft-grid-wrapper-single .nft-grid-content {
    position: relative;
}

.nft-grid-wrapper-single .nf-grid-inner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

body.page .theme-page-spacing .entry-content .nf-grid-inner-top h3.post-title {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

body.page .theme-page-spacing .entry-content .nf-grid-inner-top h3.post-title a {
    color: #fff;
}

.nft-grid-wrapper-single .nf-grid-inner-top .nft-grid-price {
    color: #10D30C;
    font-family: 'Space Grotesk';
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}


.nft-grid-wrapper-single .nft-grid-inner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nft-bottom-left {
    font-size: 14px;
    line-height: 1;
    color: #808080;
    font-weight: 500;
}

a.discover-nft-btn {
    position: relative;
    display: inline-block;
    font-family: 'Space Grotesk';
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #FF3797;
}


body.page .theme-page-spacing .entry-content .nft-collector-heading h2,
body.page .theme-page-spacing .entry-content .nft-category-section .theme-section-title h2 {
    font-size: 45px;
    line-height: 1.089;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
}

.theme-custom-counter-wrap .elementor-counter-number-wrapper span {
    font-family: 'Space Grotesk';
    font-weight: 700;
}

.theme-custom-counter-wrap span.elementor-counter-number-prefix {
    display: none;
}

.theme-custom-counter-wrap .elementor-counter .elementor-counter-title {
    text-align: left;
}


/*** Custom actegory carousel ***/

.single-nft-cat-box.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    background: #202020;
    border-radius: 24px;
    padding: 15px 15px;
}

.nft-cat-thumb {
    position: relative;
    margin-bottom: 15px;
}

.nft-cat-thumb img {
    display: block;
    height: 264px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 16px !important;
}

.nft-cat-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.page .theme-page-spacing .entry-content .nft-cat-box-inner h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
}

body.page .theme-page-spacing .entry-content .nft-cat-box-inner h3 a {
    color: #fff;
}

.theme-nft-cat-wrapper .theme-section-title {
    margin-left: 15px;
}


a.nft-cat-arrow-btn {
    position: relative;
    width: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 13px;
    background-image: url(../images/ethrik-arrow.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
}


/*** NFT Craousel ***/

.nft-carousel-wrapper-single.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}


.nft-carousel-wrapper-single .grid-thumbnail-wrap a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}

.nft-carousel-wrapper-single .grid-thumbnail-wrap a img {
    display: block;
    overflow: hidden;
    height: 404px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.nft-carousel-box-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
}

body.page .theme-page-spacing .entry-content .nft-carousel-box-inner h3 {
    font-size: 25px;
    line-height: 1.08;
    margin: 0;
    font-weight: 700;
}

body.page .theme-page-spacing .entry-content .nft-carousel-box-inner h3 a {
    color: #fff;
}


.nft-carousel-wrapper-single a.nft-carousel-arrow-btn {
    position: relative;
    width: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 13px;
    background-image: url(../images/ethrik-arrow.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
}

.nft-carousel-wrapper-single.slick-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.58%, rgba(0, 0, 0, 0.4) 100%);
    content: "";
    z-index: 9;
    opacity: 0;
    transition: all .3s ease-in;
}

.nft-carousel-wrapper-single.slick-slide:hover:before {
    opacity: 1;
}

.nft-carousel-box-inner {
    z-index: 10;
}

.nft-carousel-wrapper-single.slick-slide:hover .nft-carousel-box-inner {
    opacity: 1;
}

.nft-collector-heading.carousel-nft-heading {
    margin-left: 15px;
}

body.page .theme-page-spacing .entry-content .nft-collector-heading.carousel-nft-heading h2 {
    margin-bottom: 50px;
}

.theme-nft-auction-section .nft-grid-wrapper-single {
    margin-left: 15px;
    margin-right: 15px;
}

.theme-nft-auction-section .nft-collector-heading.discover-nft-heading {
    margin-left: 15px;
}

.nft-blog-grid-area .nft-collector-heading.discover-nft-heading {
    margin-left: 15px;
}


/*** Footer CSS ***/

footer.theme-footer-wrapper {
    background: #000;
}


.theme_footer_Widegts.hav-footer-topp .footer-top {
    padding-top: 90px;
    padding-bottom: 90px;
}

.footer_one_Widget .widget_text p {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

figure.wp-block-image.size-full.footer-logo {
    margin-bottom: 24px;
    position: relative;
    top: -8px;
}

.col-lg-3.footer_one_Widget {
    flex: 0 0 30%;
    max-width: 30%;
}

.col-lg-3.footer_two_Widget {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 45px;
}

.col-sm-6.footer_three_Widget {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-lg-3.footer_four_Widget {
    flex: 0 0 30%;
    max-width: 30%;
}


.footer-widget h4.widget-title,
.footer-widget.widget_block h3,
.wp-block-heading {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Space Grotesk' !important
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    position: relative;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-widget ul li a {
    display: block;
    position: relative;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-subscribe-area {
    position: relative;
}

.footer-email {
    width: 100%;
    display: block;
    border: 0px solid;
    text-indent: 15px;
    height: 62px;
    border-radius: 11px;
    background: #313131;
}

.footer-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    border: 0px solid;
    display: inline-block;
    padding: 18px 30px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px;
    transition: all .3s ease-in;
}

.footer-submit:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%) !important;
    color: #FFFFFF;
}


.footer-social h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.footer-social a {
    display: inline-block;
    font-size: 26px;
    color: #c6c6c6;
    margin-right: 17px;
}

.footer-social a:hover {
    color: #fff !important;
}

.footer-social {
    margin-top: 20px;
}

p.copyright-text {
    font-size: 14px;
    line-height: 21px !important;
    color: #c6c6c6;
    font-weight: 400;
    line-height: 1;
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.footer-nav li {
    display: inline-block;
    position: relative;
}

.footer-nav li a {
    display: inline-block;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 400;
    padding-left: 35px;
    line-height: 1;
}

.footer-nav li a {
    padding-left: 0 !important;
}

.footer-bottom {
    border-top: 0.7px solid #222;
    padding: 30px 0;
}

.wp-block-categories .cat-item,
.wp-block-latest-posts {
    line-height: 1;
    margin-bottom: 20px;
}

.wp-block-categories .cat-item a {
    display: inline-block;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.wp-block-latest-posts a {
    display: inline-block !important;
    color: #c6c6c6 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.wp-block-latest-posts a:hover {
    color: #ffffff !important;
}

.wp-block-categories .cat-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wp-block-categories .cat-item span {
    display: inline-block;
}

.wp-block-categories .cat-item .post_count {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
}


/*** Blog CSS ***/

.post-block-wrapper-latest .post-thumbnail.latest-post-thumbnail-wrap {
    position: relative;
    margin-bottom: 35px;
}

.post-block-wrapper-latest .post-thumbnail.latest-post-thumbnail-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.post-block-wrapper-latest .post-thumbnail.latest-post-thumbnail-wrap a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

.post-block-wrapper-latest .blog-layout-author-box {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.post-block-wrapper-latest .blog-author-box-thumbnail img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
}

.post-block-wrapper-latest .blog-author-box-name a {
    color: #A2A2A2;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
}

.post-block-wrapper-latest h3.post-title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-block-wrapper-latest h3.post-title a {
    color: #fff;
}

.post-block-wrapper-latest .post-excerpt-box p {
    font-size: 16px;
    line-height: 1.375;
    color: #A6A6A6;
    font-weight: 500;
}

.post-block-wrapper-latest .blog-layout-meta-box {
    border-top: 0.7px solid #494949;
    padding-top: 30px;
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
}


.post-block-wrapper-latest .blog-layout-meta-box div {
    position: relative;
    padding-left: 25px;
    margin-right: 35px;
    font-size: 15px;
    line-height: 1;
    color: #A6A6A6;
}

.post-block-wrapper-latest .blog-meta-box-date:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\ec45";
    font-family: 'IcoFont';
    font-style: normal;
    font-size: 16px;
    color: #A6A6A6;
}

.post-block-wrapper-latest .blog-meta-box-comment:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\eed5";
    font-family: 'IcoFont';
    font-style: normal;
    font-size: 16px;
    color: #A6A6A6;
}

.post-block-wrapper-latest {
    margin-bottom: 60px;
}

.post-block-wrapper-latest:last-child {
    margin-bottom: 0;
}


.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    margin-top: 0;
    position: relative;
    text-align: center;
    background: url(../images/breadcrumb-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    z-index: 1;
    padding: 170px 0;
}

textarea#comment {
    background: transparent;
    border-color: #494949;
    border-radius: 5px;
}

.comment-respond .comment-reply-title {
    border-bottom: 1px solid #494949;
}


.single-blog-header .slider-category-box.tab-cat-box a {
    background: none !important;
    color: #A2A2A2 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.single-blog-header .slider-category-box.tab-cat-box {
    margin-bottom: 10px;
}

.h1.post-title.single_blog_inner__Title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-details-metabox {
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.blog-details-metabox div {
    position: relative;
    padding-left: 25px;
    margin-right: 35px;
    font-size: 15px;
    line-height: 1;
    color: #A6A6A6;
}

.blog-details-metabox .blog-meta-box-date:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\ec45";
    font-family: 'IcoFont';
    font-style: normal;
    font-size: 16px;
    color: #A6A6A6;
}

.blog-details-metabox .blog-meta-box-comment:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\eed5";
    font-family: 'IcoFont';
    font-style: normal;
    font-size: 16px;
    color: #A6A6A6;
}


.post-featured-image {
    margin-bottom: 40px;
}

.post-featured-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}


.blog-inner-thumbnail-custom img {
    border-radius: 12px !important;
}


/*** Back To Top ***/

.backto {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    text-align: center;
    width: 44px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    box-shadow: none;
}

.backto:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%) !important;
    color: #FFFFFF;
}

.backto:hover a {
    color: #FFFFFF;
}

.backto a {
    color: #fff;
    font-size: 26px;
    line-height: 44px;
}


body.page .theme-page-spacing .entry-content .blog-post-grid-content h3.post-title a:hover {
    color: #ff3797;
}

body.page .theme-page-spacing .entry-content .nf-grid-inner-top h3.post-title a:hover {
    color: #ff3797;
}


a.banner-btn-two:hover {
    color: #D7D7D7;
}

body.page .theme-page-spacing .entry-content .nft-cat-box-inner h3 a:hover {
    color: #3268FE;
}

/*** 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 #3268FE;
    border-top-color: #fff;
}

/* 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;
    }
}


/*** 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;
    position: relative;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 31px;
    right: 0;
}

.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;
}

.ethrik-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: 25px;
    height: 25px;
    margin: 0;
    border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    box-shadow: none;
    top: 3px;
    position: relative;
    border-radius: 5px;
}

.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: #FF3797;
}


.metamask-custom-btn a.elementor-button-link.elementor-button {
    font-family: 'Space Grotesk';
    position: relative;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    font-size: 20px;
    transition: all .3s ease-in;
}

.metamask-custom-btn a.elementor-button-link.elementor-button:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%);
}


/*** Dropdown navigation ***/

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    padding: 16px 28px 16px 28px;
    background: #000;
    min-width: 205px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 10px !important;
    border: 0px solid;
    box-shadow: none;
    border-radius: 0px;
}

.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: 18px;
    font-weight: 400;
    color: #c6c6c6;
    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: #fff !important;
    background: transparent;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:first-child a {
    padding-left: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child a {
    padding-right: 0px;
}

.nav-menu-wrapper .mainmenu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    top: 0%;
    left: auto;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 225px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    top: 100%;
}

.nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:after {
    content: "\ea4e";
    color: #fff;
    font-family: 'remixicon' !important;
    padding-left: 0px;
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: 2px;
    font-size: 16px;
    left: -1px;
    vertical-align: 0;
    margin-left: 0;
    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: #FF3797;
}

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 .mainmenu ul li a:hover {
    color: #FF3797;
}

.nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:hover:after {
    color: #FF3797;
}

.header-login-btn a:hover,
.search-form-main form button.hsearch-button:hover {
    color: #FF3797;
}


.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: inline-block !important;
    margin: 0 !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: transparent;
    text-align: center;
    color: #fff !important;
    transition: all 0.25s ease-in 0s;
    padding: 0 !important;
    font-weight: normal;
    font-size: 20px !important;
    border-radius: 14px !important;
    cursor: pointer;
    font-family: IcoFont !important;
    border: 1px solid #5a5a5a;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
    font-size: 22px !important;
    line-height: 40px;
    font-style: normal !important;
    display: none;
}

.slide-arrow-right.slick-arrow {
    top: auto;
    right: 50% !important;
    left: auto;
    bottom: 88px;
    margin-left: 5px !important;
    margin-right: -24px !important;
    background-image: url(../images/arrow-r.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slide-arrow-left.slick-arrow {
    top: auto;
    left: 50%;
    bottom: 88px;
    margin-left: -80px !important;
    margin-right: 5px !important;
    background-image: url(../images/arrow-l.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slide-arrow-left.slick-arrow:hover,
.slide-arrow-right.slick-arrow:hover {
    color: #fff !important;
    border: 1px solid #FF3797;
}


.latest-nft-carousel-wrapper .slide-arrow-left.slick-arrow,
.theme-nft-auction-section .slide-arrow-left.slick-arrow,
.nft-blog-grid-area .slide-arrow-left.slick-arrow,
.nft-category-section .slide-arrow-left.slick-arrow {
    top: -96px;
    right: 10px;
    left: inherit;
    margin-left: 0px !important;
    margin-right: 55px !important;
    margin-bottom: 0px !important;

}

.latest-nft-carousel-wrapper .slide-arrow-right.slick-arrow,
.theme-nft-auction-section .slide-arrow-right.slick-arrow,
.nft-blog-grid-area .slide-arrow-right.slick-arrow,
.nft-category-section .slide-arrow-right.slick-arrow {
    top: -96px;
    right: 0% !important;
    left: inherit;
    margin-left: 5px !important;
    margin-right: 15px !important;
    margin-bottom: 0px !Important;
}


/*** Sticky header ***/


.stick-top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease 0s;
}

@media (min-width: 1025px) {

    .stick-top.sticky {
        position: sticky;
        left: 0;
        top: 0;
        background: #171717;
        z-index: 999;
        transition: all .3s ease 0s;
    }

    body.admin-bar .stick-top.sticky {
        top: 32px !important;
    }

}


/*** Contact ***/

.custom-themee-contactt .fname,
.fmessgae {
    background: #202020;
    border: 0px solid;
    outline: none;
    height: 50px;
    border-radius: 6px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 28px;
    color: #858585;
    width: 100%;
    margin-bottom: 20px;
}

.custom-themee-contactt .fmessgae {
    resize: none;
    height: 250px;
    box-sizing: border-box;
    padding: 20px;
}

.custom-contact-col h2.elementor-heading-title {
    font-family: 'Space Grotesk';
    font-size: 32px;
    margin-bottom: 10px !important;
}

.custom-themee-contactt .fsubmitt {
    display: block;
    width: 100%;
    border: 0px solid;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 48px;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s ease-in;
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%) !important;
    color: #FFFFFF;
    border-radius: 30px;
}

.custom-themee-contactt .fsubmitt:hover {
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%) !important;
    color: #FFFFFF;
}

/*** Unit CSS ***/

.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: #fff;
}

.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: #fff;
    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: #fff;
    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: #A6A6A6;
}

body.page .theme-page-spacing .entry-content ul li {
    line-height: 1.5;
    color: #A6A6A6;
    margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content ol li {
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
}

.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: #fff;
    display: inline-block;
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}

.error-page .error-body .error-btn-custom {
    margin-top: 30px;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    border: 0px solid;
    display: inline-block;
    padding: 18px 30px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px;
    transition: all .3s ease-in;
}

.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: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%) !important;
    color: #FFFFFF;
}

body.error404 .main-container {
    padding-top: 90px;
    margin-top: 0;
    padding-bottom: 100px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    color: #fff;
    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 {
    display: none;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
    color: #fff;
    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: 37px;
}

.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: #000;
    border-top: 0px solid #3858F6;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.blog-block-latest-single-item.sticky .latest-post-block-content h3.post-title:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f08d";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FF3797;
    font-size: 25px;
}

.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 select#archives-dropdown--1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.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: #FF3797;
}

.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: #3858F6;
}

.blog-block-latest-single-item .latest-post-block-content 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: #A6A6A6 !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: #202020;
}

pre {
    background: #202020 !important;
    padding: 20px !important;
    overflow: auto;
    font-size: 15px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #a6a6a6 !important;
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    margin: 20px 0 !important;
    border-radius: 20px;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
    color: #9AA5B6;
    font-size: 16px;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
    color: #fff;
}

/* Edge */
::-ms-input-placeholder {
    color: #fff;
}

/* MODERN BROWSER */
::placeholder {
    color: #fff;
}

.blog-details-content table th a {
    color: #fff;
    text-decoration: none !important;
}

.blog-details-content table th a:hover {
    color: #fff;
}

.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: #fff;
    text-decoration: none;
    font-weight: 500;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
    min-width: 220px;
}

.blog-new-layout.theme-layout-mainn .sticky {
    border: 0px solid;
    border-radius: 20px;
}

.blog-new-layout.theme-layout-mainn .sticky .tab-block-list-single-wrap:before {
    font-family: 'IcoFont' !important;
    content: "\f003";
    position: absolute;
    right: -4px;
    top: -4px;
    color: #2660FF;
    font-size: 25px;
    z-index: 99;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap {
    justify-content: flex-start;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
    padding-left: 0;
}

.wp-block-search__input {
    background-color: transparent;
    border: 1px solid #494949;
}

.wp-block-search__input:focus {
    color: #fff;
}

.blog-sidebar .widget ul li a:hover {
    color: #FF3797 !important;
}

h1.text-logo {
    margin-bottom: 0;
}

h1.text-logo a:hover {
    color: #FF3797;
}

.post-block-wrapper-latest .blog-layout-meta-box {
    border-top: 0.7px solid rgb(73 73 73 / 75%);
}

.post-block-wrapper-latest .post-thumbnail.latest-post-thumbnail-wrap a img {
    width: auto;
    height: auto;
}

.wp-calendar-nav span a:hover {
    color: #fff;
}

a.rsswidget.rss-widget-title {
    color: #fff !important;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    color: #fff;
}

.blog-sidebar .widget_search form button:before {
    margin-top: -8.5px;
    margin-right: -7.5px;
}

.blog-sidebar p {
    color: #a6a6a6;
}

.wp-block-image figcaption {
    color: #a6a6a6;
}

.blocks-gallery-caption,
.gallery-caption {
    color: #a6a6a6;
}

.blog-sidebar .widget_rss ul li cite {
    color: #ddd;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
    color: #a6a6a6;
}

.wp-block-archives-dropdown label {
    color: #fff;
}

.blog-sidebar .calendar_wrap caption,
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #a6a6a6;
}

.notice.notice-error {
    color: #a6a6a6;
}

span.page-link-text {
    color: #FFF;
}

.theme-blog-details {
    color: #a6a6a6;
}

.wp-block-code {
    border: 1px solid #111;
    border-radius: 12px;
}

.post-featured-image img {
    width: auto;
    height: auto;
}

.single-one-bwrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
    background: #000;
}

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
    font-weight: 700;
    color: #a6a6a6;
}

.comments-list .comment-author {
    color: #fff;
}

.post-layout-style2 .single-blog-content .entry-content ul li>strong {
    color: #a6a6a6;
}

.blog-sidebar .calendar_wrap table td {
    color: #a6a6a6;
}

.post-block-wrapper-latest h3.post-title a:hover {
    color: #FF3797;
}

.nav-menu-wrapper li ul.sub-menu li a {
    font-size: 17px;
}

body.page .theme-page-spacing .entry-content h3 {
    color: #fff;
}

.body-inner-content {
    min-height: 100vh;
}

/*** Review Form CSS ***/

#review_form_wrapper label {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

#review_form_wrapper input {
    background: #202020;
    border: 0px solid;
    outline: none;
    height: 50px;
    border-radius: 6px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 28px;
    color: #858585;
    width: 100%;
    margin-bottom: 5px;
}

#review_form_wrapper .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#review_form_wrapper input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #a6a6a6;
    background: none;
    border-radius: 2px;
    margin-bottom: 0;
    line-height: 1;
    box-shadow: none;
}

#review_form_wrapper .comment-form-rating label {
    color: #A6A6A6;
    display: block !important;
    margin-bottom: 8px !important;
}

#review_form_wrapper .comment-form-rating {
    margin-top: 18px !important;
    margin-bottom: 10px !important;
}


div#review_form_wrapper .comment-form-comment label {
    color: #a6a6a6;
    margin-bottom: 8px;
    display: block;
}

#review_form_wrapper textarea {
    border-radius: 6px;
    background: #202020;
    border: 0px solid;
    text-indent: 20px;
    padding: 10px 0;
    color: #a6a6a6;
}

.woocommerce #review_form #respond textarea {
    background: #202020 !important;
    border: 0px solid #363636 !important;
    border-radius: 6px !important;
}

#review_form_wrapper p.form-submit {
    margin-top: 20px !important;
}


#review_form_wrapper p.stars.selected {
    margin-bottom: 3px !important;
}

p.logged-in-as a:hover {
    color: #fff;
}

.search-form-main form input.hsearch-input:focus-within,
.search-form-main form input.hsearch-input:visited,
.search-form-main form input.hsearch-input:focus-visible,
.search-form-main form input.hsearch-input,
.footer-email,
.footer-email:focus {
    color: #fff;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box,
.blog-post-comment .comment-respond .comment-form .form-control.msg-box:focus {
    color: #fff !important;
}

.blog-post-comment .comment-respond .comment-form .form-control,
.blog-post-comment .comment-respond .comment-form .form-control:focus {
    color: #fff !important;
}

.wp-block-search__input,
.wp-block-search__input:focus {
    color: #fff !important;
}

.body-inner-content.enable-custom-font h1,
.body-inner-content.enable-custom-font h2,
.body-inner-content.enable-custom-font h3,
.body-inner-content.enable-custom-font h4,
.body-inner-content.enable-custom-font h5,
.body-inner-content.enable-custom-font h6,
.body-inner-content.enable-custom-font .blog-sidebar .widget .widget-title,
.body-inner-content.enable-custom-font .wp-block-search .wp-block-search__label,
.body-inner-content.enable-custom-font .widget.widget_block .wp-block-group__inner-container h2 {
    font-family: 'Space Grotesk' !important;
}

.header-create-nft-btn a:hover {
    border-color: transparent !important;
}

/******------------------------------
-----------NFT Single CSS------------
------------------------------******/
.nft-details {
    padding: 100px 0 70px;
}

.nft-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.nft-content h1 {
    font-size: 48px;
    line-height: 1.1044;
    text-transform: capitalize;
}

.nft-owner-infos img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.nft-owner-infos h5 {
    text-transform: capitalize;
}

.nft-description {
    margin-top: 30px;
}

.nft-description h2.desc-title {
    font-family: 'Space Grotesk';
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.related.products h2 {
    text-transform: capitalize;
}

.nft-item-single {
    background: #202020;
    position: relative;
    padding: 15px 15px 15px 15px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.nft-item-single .product-media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.nft-item-single .product-content {
    margin-top: 20px;
    text-align: left;
}

.nft-item-single .product-content h2.product-title {
    text-transform: capitalize;
    margin-bottom: 0;
}

.nft-item-single .product-content h2.product-title a {
    color: #ffffff;
}

.nft-item-single .product-content h2.product-title a:hover {
    color: #FF3797;
}

.nft-item-single .product-content span.price {
    color: #808080;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

/* NFT Page */
.nft-item-single h1.current-price-eth {
    padding-left: 30px;
}

.nft-item-single h1.current-price-eth:before {
    height: 25px;
    width: 25px;
}

.nft-item-single h1.current-price-eth {
    font-size: 26px !important;
}

.nft-item-single h1.current-price-eth {
    color: #10D30C;
}

.error-page img {
    height: 500px;
    border-radius: 20px;
    margin-bottom: 50px;
}


/*** Extra CSS ***/

#theme-header-two .search-form-main form {
    width: 100%;
}

#theme-header-two .search-form-main {
    position: relative;
    display: block;
}

#theme-header-two .nav-menu-wrapper .mainmenu ul li a {
    font-family: 'Manrope';
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

#theme-header-two .header-login-btn a {
    display: inline-block;
    color: #fff;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    margin-left: 0;
    position: relative;
    background: #FF3797;
    padding: 16px 45px;
    border-radius: 10px;
}

#theme-header-two .header-create-nft-btn a {
    display: inline-block;
    border: 1px solid #FF3797;
    color: #fff;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border-radius: 10px;
    margin-left: 15px;
    padding: 15px 26px;
    position: relative;
}

#theme-header-two .header-login-btn a:hover {
    background: #3268FE;
    color: #fff !important;
}

.single-one-bwrap.single-blog-center .row.single-blog-content {
    margin-left: 170px;
    margin-right: 170px;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*** New CSS ***/

body.page .theme-page-spacing .entry-content .nft-process-box-inner h3 {
    font-size: 25px;
}

body.page .theme-page-spacing .entry-content .blog-post-grid-content h3.post-title {
    font-size: 24px;
}

body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt h1 {
    font-size: 62px;
    margin-bottom: 23px;
}

body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt p.banner-short-des {
    margin-bottom: 38px;
}

body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt h4 {
    font-size: 16px;
    font-family: 'Manrope';
}

.home-two-banner-button a.elementor-button {
    display: inline-block;
    position: relative;
    background: linear-gradient(101.73deg, #3268FE -3.64%, #FF3797 50.26%, #FE3232 106.44%);
    color: #fff;
    border-radius: 10px;
    line-height: 1;
    font-size: 18px;
    font-family: 'Space Grotesk';
    padding: 18px 43px 16px;
    padding-right: 32px;
    padding-left: 32px;
    font-weight: 400;
}

.home-two-bannerr .elementor-widget-image a {
    display: block;
}

.home-two-bannerr {
    background: linear-gradient(to right, #000000, #161414);
}

.banner-twooo {
    background: linear-gradient(109.6deg, rgba(238, 58, 136, 1) 11.2%, rgb(18 76 219) 91.1%);
}


.home-two-banner-button-alt a.elementor-button-link {
    display: inline-block;
    background: transparent !Important;
    color: #fff;
    font-size: 18px;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 16px 20px;
    line-height: 1;
    font-family: "Space Grotesk", sans-serif;
    position: relative;
    font-weight: 400;
}

.home-two-banner-button-alt a.elementor-button-link:hover {
    background: #FF3797 !important;
    border: 1px solid #FF3797;
}

.home-two-banner-button a.elementor-button:hover {
    background: linear-gradient(101.73deg, #FE3232 -3.64%, #FF3797 50.26%, #3268FE 106.44%);
}

.banner-twooo .home-two-banner-button a.elementor-button {
    background: #3268FE !important;
}

.banner-twooo .home-two-banner-button a.elementor-button:hover {
    background: #FF3797 !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px !important;
}

.nav-menu-wrapper .mainmenu ul li a {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
}

.nav-menu-wrapper li ul.sub-menu li a {
    font-size: 16px;
}

a.banner-btn-one {
    font-size: 18px;
}

.theme-header-area {
    border-bottom: 0.7px solid #353535;
}

#theme-header-two .nav-menu-wrapper .mainmenu ul li a {
    padding-right: 9px;
    padding-left: 9px;
}

.header-create-nft-btn a {
    font-size: 18px;
}

.nft-featured-image:before,
.nft-featured-infos:before {
    background: #171717;
}


.banner-shape .nft-featured-image:before,
.banner-shape .nft-featured-infos:before {
    display: none;
}


.banner-shape .nft-featured-image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 450px;
    object-fit: cover;
}

.banner-shape .nft-featured-infos {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

body.page .theme-page-spacing .entry-content .theme-home-banner-one .main-banner-txt p.banner-short-des {
    color: #fbf8f8;
    font-weight: 400;
}

body.page .theme-page-spacing .entry-content .banner-shape .theme-home-banner-one .main-banner-txt h4:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 23a7.5 7.5 0 0 0 7.5-7.5c0-.866-.23-1.697-.5-2.47-1.667 1.647-2.933 2.47-3.8 2.47 3.995-7 1.8-10-4.2-14 .5 5-2.796 7.274-4.138 8.537A7.5 7.5 0 0 0 12 23zm.71-17.765c3.241 2.75 3.257 4.887.753 9.274-.761 1.333.202 2.991 1.737 2.991.688 0 1.384-.2 2.119-.595a5.5 5.5 0 1 1-9.087-5.412c.126-.118.765-.685.793-.71.424-.38.773-.717 1.118-1.086 1.23-1.318 2.114-2.78 2.566-4.462z' fill='rgba(50,104,254,1)'/%3E%3C/svg%3E");
    left: -7px;
    top: -8px;
    width: 32px;
    height: 32px;
}

body.page .theme-page-spacing .entry-content .banner-shape .theme-home-banner-one .main-banner-txt h4 {
    padding-left: 30px;
}

#theme-header-one .search-form-main form {
    width: 215px;
}

/******------------------------------
-----------Dark Mode CSS------------
------------------------------******/

body.likhun-dark {
    background: #fff;
    color: #000;
}

.header-right-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mode-switcher {
    font-size: 22px;
    line-height: 1;
    margin-right: 0;
    cursor: pointer;
    margin-left: 15px;
}

/******------------------------------
----------Ethrik Title CSS-----------
------------------------------******/
.ethrik-title.nft-collector-heading.discover-nft-heading h2 {
    font-weight: 700 !important;
    font-family: 'Space Grotesk' !important;
    line-height: 1.089em !important;
}

.mode-switcher .icofont-sun-alt {
    color: #fff;
}

/******------------------------------
-----------Updated CSS------------
------------------------------******/

.blogg-left-col {
    flex-direction: row-reverse;
}

.grid-layout .post-thumbnail.latest-post-thumbnail-wrap a img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.grid-layout .latest-post-block-content {
    margin-bottom: 50px;
}

.list-layout .post-thumbnail.latest-post-thumbnail-wrap a img {
    width: 1000px;
    height: 590px;
    object-fit: cover;
}

/* 17 November 2022 */
.custom_cat {
    margin-bottom: 80px;
}

.cat_list_layout .post-thumbnail.latest-post-thumbnail-wrap a img {
    width: 100%;
    height: 545px;
    object-fit: cover;
}

.cat_grid_layout .post-thumbnail.latest-post-thumbnail-wrap a img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

/* 17 November 2022 */
.slider-category-box.tab-cat-box {
    display: flex;
    flex-wrap: wrap;
}

.slider-category-box.tab-cat-box a {
    margin-right: 10px;
}

.slider-category-box.tab-cat-box a:hover {
    color: #FF3797 !important;
}

.logo.dark-mode-logo {
    display: none;
}

/* NEW */
.blog-author-box-name {
    color: #ffffff;
}

nav.wc-pagination ul.page-pagination li a.page-numbers,
nav.wc-pagination ul.page-pagination li span.page-numbers {
    color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
}

nav.wc-pagination ul.page-pagination li span.current,
nav.wc-pagination ul.page-pagination li a.page-numbers:hover {
    color: #ffffff !important;
}

nav.wc-pagination ul.page-pagination li span.current,
nav.wc-pagination ul.page-pagination li a.page-numbers:hover {
    border-color: #FF3797 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title a {
    margin-bottom: 10px;
}

span.woocommerce-Price-amount.amount bdi {
    font-size: 18px;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
    position: absolute;
    top: 40%;
    left: 27%;
    opacity: 0;
    visibility: hidden;
}

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce-page ul.products li.product:hover .add_to_cart_button {
    opacity: 1;
    visibility: visible;
}

.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .add_to_cart_button:hover {
    background-color: #000000 !important;
}

.single-product span.woocommerce-Price-amount.amount bdi {
    font-size: 26px;
}

.product_meta>span {
    margin-bottom: 5px !important;
}

.product_meta>span>* {
    transition: all 0.3s ease-in;
}

img.zoomImg:hover {
    cursor: crosshair;
}

.single-product div.product div.images .flex-control-thumbs li img {
    height: 115px;
}

.woocommerce-product-gallery ol .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-product-gallery .slick-arrow {
    bottom: 30px;
    background-color: #ff3797;
    border-color: #ff3797;
}

.woocommerce-product-gallery .slide-arrow-left.slick-arrow {
    left: 27%;
}

.woocommerce-product-gallery .slide-arrow-right.slick-arrow {
    left: inherit;
    right: 15.5% !important;
}

.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale {
    top: 30px !important;
    left: 30px !important;
}

/* 30 September 2025 */
