:root {
    --heading-color: #0c1523;
    --text-color: rgba(73, 84, 96, 1);
    --accent-color: #432cf3;
    --accent-color-2: #2ad590;
    --white-color: #ffffff;
    --button-color: #4a2eb3;
}



.error404 .site-content {
    height: 90%;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.66em;
    color: #12141d;
    font-weight: 400;
    margin-bottom: 25px;
}

.blog .post-thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
    object-position: center top;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.blog-breadcrumb {
    background: rgba(32, 31, 34, 0.03);
    padding: 60px 20px !important;
}

.breadcrumbs span {
    font-size: 14px;
    line-height: 21px;
    color: var(--heading-color);
}

.breadcrumbs span.sep {
    margin: 0px 4px;
}

.archive .blog-breadcrumb h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: var(--heading-color);
}

.blog-breadcrumb .post__caption {
    font-size: 16px;
    line-height: 21px;
    color: var(--text-color);
}

.post-content .posted-on a {
    color: var(--text-color);
    font-weight: 500;
    transition: 0.4s;
}

.post-content .posted-on a :hover {
    color: var(--accent-color);
}

.wp-block-latest-posts__featured-image {
    width: 80px !important;
    height: 80px !important;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 10px;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

.nav-links {
    display: flex;
    align-items: center;
}

.blog a.next.page-numbers {
    font-size: 0;
    position: relative;
}

a.next.page-numbers:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    z-index: 9999;
    font-size: 17px;
}

.blog a.prev.page-numbers {
    font-size: 0;
    position: relative;
}

a.prev.page-numbers:after {
    position: absolute;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    z-index: 9999;
    font-size: 17px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 14px !important;
    line-height: 22px;
    color: var(--text-color) !important;
    margin-top: 5px;
    display: table-cell !important;
    font-weight: 500;
}

.single .post-thumbnail img {
    height: 440px;
    border-radius: 10px;
    position: relative;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.single.single-post .nav-previous a {
    display: grid;
}

.single.single-post .nav-next a {
    display: grid;
}

.single.single-post span.nav-title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    word-break: break-all;
}

.single.single-post .nav-previous {
    padding-right: 25px;
}

.single.single-post .nav-next {
    padding-left: 25px;
}

.single.single-post .nav-next,
.single.single-post .nav-previous {
    font-size: 14px;
}

.single.single-post .nav-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f3f7fa;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
}

.elementor-button-wrapper span {
    transition: initial !important;
}

.entry-content a {
    color: var(--accent-color);
    text-decoration: none;
}

h1.post__title.blog-heading {
    font-weight: 900;
    font-size: 52px;
    line-height: 1.3em;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 25px;
    letter-spacing: 0px;
}

.stonex-blog-content .entry-header p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}

p.post__caption.front-page {
    font-size: 18px;
}

.blog .blog-breadcrumb {
    background-position: center bottom;
    padding: 100px 0px !important;
}

.blog .blog-breadcrumb:before {
    content: none !important;
}

.blog .nav-links {
    justify-content: center;
    margin-top: 30px;
}

.single .blog-breadcrumb {
    text-align: center;
}

.single .blog-breadcrumb .entry-meta {
    justify-content: center;
    background-color: transparent;
}

.single.single-breadcrumb .blog-breadcrumb {
    background-image: url("../images/blog-single-bg.png");
    background-size: cover;
    background-position: center right;
    padding-top: 80px;
    padding-top: 80px;
}

form.post-password-form label {
    display: block;
}

form.post-password-form input {
    margin: 15px 0px 10px 0px;
}

.post-password-form input[type="submit"] {
    padding: 17px 30px;
    margin-top: 10px;
    cursor: pointer;
    border: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66em;
    color: #12141d;
}

/* blog single */
.single .site-content {
    padding: 80px 0px 80px 0px;
}

.single .blog-breadcrumb {
    background-color: #ececec;
    background-image: none !important;
}

.single .post-thumbnail img {
    margin-bottom: 40px;
}

.breadcrumbs {
    color: #12141d;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.single .blog-breadcrumb h1 {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 0px 15%;
    line-height: 1.1em;
    margin-bottom: 30px;
    margin-top: 20px;
}

.comments-area h3.comment-reply-title {
    color: #0c1523;
    font-size: 21px;
    line-height: 26px;
}

p.logged-in-as {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.comments-area .comment-list li {
    margin-bottom: 10px;
    list-style: none;
}

.comments-area .comment-list ul ul,
.comments-area .comment-list ol ol {
    margin-top: 10px;
}

div#respond a#cancel-comment-reply-link {
    float: right;
    font-weight: 400;
}

/**************************************
            archive
**************************************/

.archive .blog-breadcrumb {
    text-align: center;
    padding-top: 80px;
    padding-top: 80px;
}

.archive .breadcrumbs {
    margin-bottom: 10px;
}

/***********************************
            PRELOADER CSS
**********************************/
.stonex-preloader-wrap {
    position: fixed;
    z-index: 1222;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stonex-preloader {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.stonex-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--accent-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.stonex-preloader div:nth-child(1) {
    left: 8px;
    animation: stonex-preloader1 0.6s infinite;
}

.stonex-preloader div:nth-child(2) {
    left: 8px;
    animation: stonex-preloader2 0.6s infinite;
}

.stonex-preloader div:nth-child(3) {
    left: 32px;
    animation: stonex-preloader2 0.6s infinite;
}

.stonex-preloader div:nth-child(4) {
    left: 56px;
    animation: stonex-preloader3 0.6s infinite;
}

@keyframes stonex-preloader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes stonex-preloader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes stonex-preloader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* preloader end  */

/* preloader 1 */
@keyframes animate8345 {

    0%,
    100% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(360deg);
    }
}

.stonex-preloader-style-1 {
    color: rgb(0, 0, 0);
    background: linear-gradient(to right, #2d60ec, #3ccfda);
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: animate8345 9s linear infinite;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
}

.blog .one-column .post-thumbnail img {
    height: auto;
    max-height: 500px;
}
