:root {
    --heading-color: #191919;
    --text-color: rgba(25, 25, 25, 0.7);
    --accent-color: #FFBB38;
    --accent-color-2: #f94d1c;
    --white-color: #ffffff;
    --button-color: #000000;
}
body,
html {
    height: 100%;
    margin: 0;
}

body.error404,
body.search-no-results {
    display: flex;
    flex-direction: column;
}

.site-main header {
    z-index: 0;
}
.error404 div#content {
    height: 100%;
    display: grid;
    width: 100%;
}
.search-no-results div#content {
    height: 100%;
    display: inline-table;
    width: 100%;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 25px;
}
.blog .post-thumbnail img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 8px 8px 8px 8px;
}
.post-single-item .post-thumbnail .entry-media a {
    padding: 24px 24px 0px 24px;
    display: block;
}
.blog-breadcrumb {
    padding: 80px 0px 80px 0px;
}

.breadcrumbs span {
    font-size: 16px;
    line-height: 21px;
    color: var(--heading-color);
}
.breadcrumbs span a {
    color: var(--heading-color);
}
.breadcrumbs span.sep {
    margin: 0px 4px;
}

.archive .blog-breadcrumb h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.10;
    letter-spacing: 0px;
   color: var(--heading-color);
}
.blog-breadcrumb .post__caption {
    font-size: 16px;
    line-height: 21px;
    ccolor: var(--heading-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);
}

.single-post-content-wrap ul {
    padding: 0px 20px;
    margin: 0px;
}

.single-post-content-wrap ul li {
    list-style: disc;
}

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

.wp-block-latest-posts__featured-image img {
    border-radius: 4px;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.wp-block-post-featured-image img {
    border-radius: 8px;
}
.nav-links {
    display: flex;
    align-items: center;
}
/* .blog section.elementor-section.elementor-top-section {
    border-width: 0px 0px 0px 0px;
} */

.blog a.next.page-numbers,
.search.search-results 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: 1;
    font-size: 17px;
}

.blog a.prev.page-numbers,
.search.search-results 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: 400;
    padding-top: 5px;
}

.single .post-thumbnail img {
    height: 440px;
    border-radius: 10px;
    z-index: 999;
    position: relative;
    left: 0;
    margin-top: -380px;
}

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

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

.single.single-post span.nav-title, .search.search-results span.nav-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 0px;
}

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

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

.single.single-post .nav-next,
.single.single-post .nav-previous,
.search.search-results .nav-next {
    font-size: 18px;
}

.single.single-post .nav-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f3f7fa;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
}
.tag-sticky-2 .post-single-item {
    padding-top: 15px;
}
.elementor-button-wrapper span {
    transition: initial !important;
}

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


.fbth-blog-content .entry-header p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0px;
}
.blog-meta-bar span a {
    color: var(--heading-color);
}
p.post__caption.front-page {
    font-size: 16px;
    color: var(--heading-color);
    line-height: 1.5;
}
.post-thumbnail img {
    transition: all 0.4s ease-in-out;
    width: 100%;
    border-radius: 8px;
}


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

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


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

.blog-breadcrumb {
    background-image: url(../images/inner-page-hero-bg.png);
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 180px;
    padding-bottom: 120px;
    background-color: var(--accent-color) !important;
}
/*.blog-breadcrumb .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #374BFF;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    opacity: 0.85;*/
/*    z-index: -1;*/
/*}*/
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: #000000;
}
span.posted-on a {
    color: var(--heading-color) !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.blog-meta-bar span.posted-on a {
    color: var(--text-color) !IMPORTANT;
}
/* blog single */


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

.breadcrumbs {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}



.blog-breadcrumb h1 {
    font-size: 76px;
    font-weight: 900;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.05;
    margin-bottom: 30px;
    margin-top: 20px;
    color: var(--heading-color);
}
.widget .tagcloud a:hover {
    color: var(--accent-color);
}
.breadcrumbs a {
    color: var(--heading-color);
}
.comment-list .children .children {
    padding-left: 0;
}
.comments-area h3.comment-reply-title {
    color: var(--heading-color);
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}
p.logged-in-as {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.comments-area .comment-list li {
    margin-bottom: 10px;
    list-style: none;
}
.comment-content p {
    margin-bottom: 0;
}
.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: 600;
}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* preloader end  */

/* preloader 1 */
@-webkit-keyframes animate8345 {
    0%,
    100% {
        -webkit-filter: hue-rotate(0deg);
                filter: hue-rotate(0deg);
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
                filter: hue-rotate(360deg);
    }
}
@keyframes animate8345 {
    0%,
    100% {
        -webkit-filter: hue-rotate(0deg);
                filter: hue-rotate(0deg);
    }

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

.fbth-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;
    -webkit-animation: animate8345 9s linear infinite;
            animation: animate8345 9s linear infinite;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
