

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body,
html {
    font-family: var(--secondary-font);
}
h2,
h4,
h5,
h6 {
    line-height: 1.3380952381;
}
body,
hr {
    margin: 0;
}
body,
pre {
    color: var(--body-color);
}
mark,
pre {
    background: var(--primary-color);
}
.check-list li,
.footer-newsletter-wrapper form,
.nav-menu-wrapper,
.position-relative,
.post-block-style-wrapper .post-block-style-inner,
.post-block-template-three-wrapper,
.post-block-template-two-wrapper,
.row.divider-border,
.theme-header-area,
sub,
sup {
    position: relative;
}
#theme-serach-box_Inner,
.body-overlay,
.tpoffcanvas {
    opacity: 0;
    visibility: hidden;
}
:root {
    --primary-color: #343434;
    --secondary-color: #343434;
    --secondary-color-alt: #000;
    --heading-color: black;
    --body-color: black;
    --paragraph-color: black;
    --primary-font: "Anton", sans-serif;
    --secondary-font: "Times New Roman', Times, serif";
    --font-awesome: "Font Awesome 5 Pro";
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-body: 22px;
    --line-height-b1: 1.6;
    --line-height-b2: 1.5;
    --line-height-b3: 1.4;
    --line-height-b4: 1.3;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    line-height: var(--line-height-body);
    font-size: var(--font-size-b1);
    background-color: #fff;
}
a,
blockquote,
body,
code,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
pre,
span {
    hyphens: none;
    word-wrap: break-word;
}
h1 {
    font-size: 48px;
    line-height: 1.3333333333;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
    line-height: 1.3833333333;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--primary-font);
    font-weight: 400;
}
p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}
a {
    color: inherit;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}
a:hover {
    color: var(--secondary-color);
}
a i {
    padding: 0 2px;
}
.custom-label input:checked ~ .checkmark:after,
.sticky,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
.custom-logo-link,
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
.breadcrumb-inner ul li:last-child:before,
.mobile-canvas-content,
.most-popular-area .col-lg-4:last-child .popular-post-block-bottom-wrapper:before,
.updated:not(.published),
[hidden],
a.subscribe-btn:before,
ul.footer-nav li:first-child:before {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
mark {
    color: #000;
}
.theme-logo {
    max-width: 130%;
}
.alignfull,
img {
    max-width: 100%;
}
img {
    height: auto;
}
hr {
    padding: 0;
    border-color: #000;
}
ol {
    counter-reset: counter;
}
ol li {
    list-style: none;
    margin-bottom: 1rem;
}
ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
}
#content[tabindex="-1"]:focus,
#theme-serach-box_Inner .theme-serach-box_inner_wrapper button:focus,
#theme-serach-box_Inner .theme-serach-box_inner_wrapper input:focus,
button:active,
button:focus,
button:hover {
    outline: 0;
}
input[type="button"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
.no-gutter.container,
.no-gutter.container-fluid,
.no-gutter.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.no-gutter > [class^="col-"],
.no-gutter[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
small {
    font-size: smaller;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--primary-color);
}
.post-block-style-wrapper .post-block-content-wrap h2.post-title a,
.scrolltotop i,
ins,
kbd {
    color: #000;
}
.check-list li:after,
.comment-navigation .nav-next:hover > a,
.comment-navigation .nav-previous:hover > a,
.post-meta-author-box a,
.post-navigation .nav-next:hover > a,
.post-navigation .nav-previous:hover > a,
.posts-navigation .nav-next:hover > a,
.posts-navigation .nav-previous:hover > a {
    color: var(--primary-color);
}
.breadcrumb-inner ul,
.check-list,
.footer-widget ul,
.nav-menu-wrapper .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check-list li {
    display: block;
    padding-left: 20px;
    z-index: 0;
}
.check-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--font-awesome);
    content: "\f105";
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    clear: both;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.comment-navigation .nav-next > a,
.comment-navigation .nav-previous > a,
.post-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.posts-navigation .nav-previous > a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.comment-list li {
    list-style: none;
}
.h-100vh {
    height: 100vh;
}
.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: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.post-block-template-three:last-child,
article.most-read-block-list:last-child {
    padding-bottom: 0;
    border-bottom: 0 solid;
    margin-bottom: 0;
}
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
}
.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.alignfull {
    margin: 1.5em 0;
}
.alignwide {
    max-width: 1100px;
}
.wp-caption,
embed,
iframe,
object {
    max-width: 100%;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    margin-bottom: 1.5em;
    clear: both;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.wp-link-pages a {
    margin: 0 5px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.wp-link-pages {
    margin-bottom: 30px;
    margin-top: 25px;
}
.wp-link-pages a,
.wp-link-pages span {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: inline-block;
}
.wp-link-pages .current,
.wp-link-pages a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.mr-5,
.wp-link-pages span:first-child {
    margin-right: 5px;
}
.pl-15,
dl,
ol,
ul {
    padding-left: 15px;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #000;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}
.nav-menu-wrapper .mainmenu ul li,
a.subscribe-btn {
    display: inline-block;
    position: relative;
}
.post-password-form label {
    font-weight: 600;
    color: #333;
}
.post-password-form input[type="submit"] {
    width: 100px;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.post-password-form input[type="submit"]:hover {
    background-color: #121a2f;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-150 {
    padding-left: 150px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-5i {
    padding-right: 5px !important;
}
@media (max-width: 767px) {
    .pr-5i {
        padding-right: 15px !important;
    }
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-115 {
    padding-right: 115px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-125 {
    padding-right: 125px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-140 {
    padding-right: 140px;
}
.pr-150 {
    padding-right: 150px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-150 {
    padding-bottom: 150px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30,
.post-block-template-three-wrapper .post-block-template-three .post-block-content-wrap {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-100 {
    margin-left: 100px;
}
.ml-110 {
    margin-left: 110px;
}
.ml-115 {
    margin-left: 115px;
}
.ml-120 {
    margin-left: 120px;
}
.ml-125 {
    margin-left: 125px;
}
.ml-130 {
    margin-left: 130px;
}
.ml-140 {
    margin-left: 140px;
}
.ml-150 {
    margin-left: 150px;
}
.mlm-30 {
    margin-left: -30px;
}
.mr-10,
.post-bottom-meta-list div {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-110 {
    margin-right: 110px;
}
.mr-115 {
    margin-right: 115px;
}
.mr-120 {
    margin-right: 120px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-130 {
    margin-right: 130px;
}
.mr-140 {
    margin-right: 140px;
}
.mr-150 {
    margin-right: 150px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45,
.panel-nav-social {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.footer-social,
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-150 {
    margin-top: 150px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15,
.page-content h3,
.post-block-template-small .post-block-media-wrap,
.theme-blog-details h2,
.theme-blog-details h3 {
    margin-bottom: 15px;
}
.form-group,
.mb-20,
article.post-block-template-two {
    margin-bottom: 20px;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35,
.post-bottom-meta-list.post-meta-wrapper {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60,
.post-featured-image {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mmb10 {
    margin-bottom: -10px;
}
.theme-header-main {
    border-bottom: 1px solid #848484;
    padding: 0;
}
.nav-menu-wrapper .mainmenu ul li a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 34px 15px;
    letter-spacing: -0.05em;
    font-weight: 400;
    display: none;
}
.nav-menu-wrapper .mainmenu ul li:first-child a {
    padding-left: 0;
}
.nav-menu-wrapper .mainmenu ul li:last-child a {
    padding-right: 0;
}
.header-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-search-box {
    color: #8f8f8f;
    font-size: 19px;
}
.header-burger-menu {
    margin-left: 30px;
    font-size: 20px;
    line-height: 1;
}
.header-subscribe {
    position: relative;
    margin-left: 30px;
    background-color: #dc0000;
    border-radius: 8px;
}
.footer-newsletter-wrapper input[type="submit"],
.header-subscribe,
.newsletter-box-wrapper input[type="submit"] {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer-newsletter-wrapper input[type="submit"]:hover,
.header-subscribe:hover,
.newsletter-box-wrapper input[type="submit"]:hover {
    background-color: grey;
    transform: scale(1.02); /* Adds a slight scale-up for a polished feel */
}

.burger-nav-bar a i {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}
a.subscribe-btn {
    background: 0 0;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 55px 16px 56px;
    color: #fff;
    text-align: center;
}
article.post-block-style-wrapper {
    position: relative;
    margin-bottom: 24px;
}
.post-block-style-wrapper .post-block-media-wrap,
.post-block-video-thumb {
    position: relative;
    margin-bottom: 20px;
}
.post-block-style-wrapper .post-block-media-wrap a {
    position: relative;
    transition: 0.3s ease-in;
    display: block;
    overflow: hidden;
}
.post-block-style-wrapper .post-block-media-wrap a img {
    transition: 0.35s ease-in;
    display: block;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    height: 405px;
}
.post-block-style-wrapper .post-block-content-wrap h2.post-title {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.0875;
    letter-spacing: -0.01em;
    max-width: 92%;
}
.blog-hero-area .col-lg-6 .post-block-style-wrapper .post-block-content-wrap h2.post-title {
    max-width: 90%;
}
.post-block-style-wrapper .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 15px;
    max-width: 85%;
}
.post-block-style-wrapper .post-block-content-wrap .post-excerpt-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #aeaeae;
    line-height: 1.1875;
}
.post-bottom-meta-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #afafaf;
    text-transform: uppercase;
}
.post-bottom-meta-list div:last-child,
.post-meta-social a:last-child {
    margin-right: 0;
}
.post-block-template-small .post-block-media-wrap a img {
    height: 185px;
}
.post-block-template-small .post-block-content-wrap h2.post-title {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1.0715;
}
.post-block-template-medium .post-bottom-meta-list,
.post-block-template-small .post-bottom-meta-list {
    font-size: 12px;
    line-height: 1.75;
}
.post-block-video .post-block-media-wrap,
.post-video-list:last-child,
article.post-block-style-wrapper:last-child,
article.post-block-template-two:last-child {
    margin-bottom: 0;
}
.post-block-list-style-inner-three,
.post-block-style-inner.post-block-list-style-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s ease-in;
}
.post-block-template-two .post-block-media-wrap {
    margin-bottom: 0;
    margin-right: 15px;
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 115px;
    max-width: min-content;
}
.post-block-template-two .post-block-media-wrap a img {
    height: 105px;
}
.post-block-template-two .post-block-content-wrap h2.post-title {
    font-size: 22px;
    margin-bottom: 5px;
    max-width: 92%;
}
.post-block-template-two .post-block-content-wrap .post-bottom-meta-list {
    line-height: 21px;
    font-size: 11px;
}
.post-cat-box a,
.post-category-box a {
    color: #cacaca;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.post-block-template-two-wrapper:before {
    position: absolute;
    bottom: 53%;
    right: -181px;
    font-family: var(--primary-font);
    font-size: 100px;
    content: "Featured";
    transform: rotate(270deg);
    color: #3434341a;
}
.post-block-template-two .post-block-content-wrap .post-category-box {
    line-height: 1;
    margin-bottom: 3px;
}
.row.divider-border::after,
.row.divider-border::before {
    position: absolute;
    left: 12px;
    height: 1px;
    background: #8f8f8f;
    max-width: 1296px;
    margin: 0 auto;
    content: "";
}
.section-title h2.title-block {
    font-size: 22px;
    line-height: 1.046;
    margin-bottom: 30px;
}
.section-divider {
    position: relative;
    width: 100%;
    background: #848484;
    height: 1px;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}
.post-block-number-wrap {
    font-family: Anton;
    font-size: 91px;
    font-weight: 400;
    line-height: 1;
    color: rgba(139, 139, 139, 0.4);
    min-width: 50px;
}
.post-block-template-three .post-block-content-wrap h2.post-title {
    font-size: 34px;
    max-width: 100%;
    line-height: 1.2795;
    margin-bottom: 5px;
}
.post-block-template-three {
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.post-block-template-medium .post-block-media-wrap a img {
    height: 244px;
}
.post-block-template-medium .post-block-content-wrap h2.post-title {
    font-size: 34px;
    line-height: 1.1475;
}
.popular-post-block-bottom-wrapper {
    padding-top: 27px;
    padding-bottom: 27px;
}
.popular-post-block-bottom-wrapper:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 167px;
    background: #8f8f8f;
    content: "";
}
.row.divider-border::before {
    top: -10px;
    width: 100%;
}
.row.divider-border::after {
    bottom: -10px;
    width: 100%;
}
.most-popular-area .post-block-style-wrapper .post-block-media-wrap a img {
    height: 320px;
}
.most-popular-area .post-block-template-four .post-block-media-wrap a img {
    height: 243px;
}
.most-popular-area .post-block-template-four .post-block-content-wrap h2.post-title {
    font-size: 34px;
    max-width: 100%;
}
.most-popular-area .post-block-template-four .post-block-media-wrap {
    min-width: 280px;
}
.most-popular-area .post-block-template-four .post-block-content-wrap .post-excerpt-box {
    max-width: 85%;
}
.post-block-template-four .post-block-media-wrap {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 385px;
    max-width: min-content;
    margin-left: 24px;
}
.post-block-template-four .post-block-media-wrap a img {
    height: 250px;
}
.post-block-template-four .post-block-content-wrap h2.post-title {
    font-size: 34px;
    max-width: 90%;
    line-height: 1.2795;
    margin-bottom: 10px;
}
.post-block-template-four .post-block-content-wrap .post-excerpt-box {
    margin-bottom: 15px;
    max-width: 75%;
}
.editor-choice-two-area .post-block-template-four .post-block-media-wrap a img {
    object-position: top;
}
.most-read-block-list .post-block-media-wrap {
    min-width: 140px;
}
.most-read-block-list .post-block-media-wrap a img {
    height: 110px;
}
.most-read-block-list .post-block-content-wrap h2.post-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.042;
}
.most-read-block-list .post-block-content-wrap .post-bottom-meta-list {
    line-height: 21px;
    font-size: 12px;
}
article.most-read-block-list {
    border-bottom: 1px solid #686868;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.newsletter-box-wrapper {
    position: relative;
    background: #000;
    padding: 40px 15px;
    text-align: center;
}
.newsletter-box-wrapper h3 {
    font-family: "Times New Roman', Times, serif";
    font-weight: 600;
    font-size: 24px;
    line-height: 1.063;
    letter-spacing: -0.04em;
    margin-bottom: 35px;
    color: #fff;
}
.newsletter-box-wrapper input[type="email"] {
    background: #e1e1e1;
    position: relative;
    width: 100%;
    border: 0 solid;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
}
.newsletter-box-wrapper input[type="submit"] {
    margin-top: 15px;
    border: 0 solid;
    width: 100%;
    position: relative;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    outline: 0;
    box-shadow: none;
    padding: 16px 40px 16px 47px;
    background-size: auto;
    background-color: #dc0000;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
}
.video-posts-area {
    background-color: #2c2c2c;
}
.checkmark,
.custom-label:hover input ~ .checkmark {
    background-color: transparent;
}
.post-block-video .post-block-content-wrap h2.post-title {
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1.1;
}
.video-play-icon-wrap {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
}
.video-play-icon-wrap a {
    display: inline-block;
    background: #343434;
    color: #000;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    position: relative;
}
.video-play-icon-wrap a::before {
    position: absolute;
    left: 20px;
    top: 13px;
    width: 20px;
    height: 29px;
    background: url(../media/play.svg) center center/cover no-repeat;
    content: "";
}
.post-video-list .post-block-media-wrap {
    margin-right: 15px;
    min-width: 193px;
}
.post-video-list .post-block-media-wrap a img {
    height: 158px;
}
.post-video-list {
    margin-bottom: 24px;
}
.post-video-list .post-block-content-wrap h2.post-title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.25;
}
.section-btn a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.278;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.footer-widget p,
.footer-widget ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.section-btn a span {
    color: #9e9e9e;
    display: inline-block;
    line-height: 1;
    margin-right: 2px;
}
footer.theme-footer-area {
    background-color: #f0f0f0;
}
.footer-logo {
    margin-bottom: 32px;
}
.custom-label,
.footer-widget ul li a {
    margin-bottom: 12px;
    line-height: 1.2;
    display: block;
}
.footer-widget p {
    line-height: 1;
}
.footer-social a {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin-right: 15px;
    line-height: 1;
}
.footer-widget ul li {
    position: relative;
    display: block;
}
.copyright-text p,
ul.footer-nav li a {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
.footer-widget h4.widget-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}
.footer-newsletter-wrapper input[type="email"] {
    border: 0 solid;
    background: #000;
    position: relative;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    max-width: 346px;
    padding: 17px 15px 17px 20px;
    color: #fff;
}
.footer-newsletter-wrapper input[type="submit"] {
    margin-top: 0;
    border: 0 solid;
    width: 59px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    outline: 0;
    box-shadow: none;
    background: url(../media/submit.svg) 50% center no-repeat #dc0000;
    color: #fff;
}
.footer-newsletter-wrapper input[type="email"]::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.footer-newsletter-wrapper input[type="email"]:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.custom-label {
    position: relative;
    padding-left: 28px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #828282;
}
.custom-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #5e5e5e;
}
.custom-label input:checked ~ .checkmark {
    background-color: var(--primary-color);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #313131;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer-bottom {
    position: relative;
    padding: 10px 0;
}
.footer-divider {
    position: relative;
    background: rgb(255 255 255 / 15%);
    height: 1px;
    width: 100%;
    margin: 0 auto;
}
ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.footer-nav li {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
}
ul.footer-nav li a {
    display: block;
    position: relative;
    line-height: 1;
}
ul.footer-nav li:before {
    position: absolute;
    left: -3px;
    top: 0;
    width: 1px;
    height: 14px;
    background: #797979;
    content: "";
}
.copyright-text p {
    margin: 0;
    line-height: 1;
}
.post-cat-box {
    line-height: 1;
    margin-bottom: 10px;
}
.post-single-wrapper h1.post-title {
    font-size: 45px;
    line-height: 1.2225;
    letter-spacing: -0.01em;
    max-width: 90%;
    word-break: break-word;
    margin-bottom: 20px;
}
.blog-small-excerpt-box p {
    margin: 0;
    font-weight: 400;
    color: #aeaeae;
    line-height: 1.1875;
    max-width: 70%;
}
.blog-small-excerpt-box {
    border-bottom: 1px solid #717171;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-single-wrapper .post-bottom-meta-list {
    justify-content: space-between;
}
.post-left-details-meta {
    display: flex;
    align-items: center;
}
.post-meta-social a {
    width: 43px;
    height: 43px;
    display: inline-block;
    background: #2c2c2c;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 43px;
    margin-right: 5px;
    padding: 0;
}
.post-meta-social a:hover {
    background: var(--primary-color);
    color: #a9a9a9;
}
.post-featured-image img,
.theme-blog-details figure img {
    width: 100%;
    height: auto;
}
.theme-blog-details p {
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 20px;
    color: #000;
}
.theme-blog-details blockquote {
    background: #000;
    padding: 50px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
}
.theme-blog-details blockquote p {
    margin: 0;
    font-size: 28px;
    line-height: 1.25;
}
.theme-blog-details blockquote::before {
    color: rgba(60, 255, 208, 0.2);
    content: "\efcd";
    font-family: IcoFont !important;
    font-size: 70px;
    line-height: 1;
    position: absolute;
    left: 32px;
    top: 14px;
}
.theme-blog-details figure {
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
}
figure figcaption {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    margin-top: 15px;
    color: #000;
}
.page-content ul,
.theme-blog-details ul {
    padding-left: 17px;
    list-style: disc;
    margin-top: 20px;
    margin-bottom: 25px;
}
.theme-blog-details ul li {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 15px;
    color: #000;
}
.author-bio-wrap {
    margin-top: 60px;
    margin-bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.author-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}
.author-thumbnail a img {
    width: 100%;
    height: 130px;
    border-radius: 50%;
}
.author-thumbnail {
    min-width: 130px;
    max-width: min-content;
    margin-right: 30px;
}
.author-bio-wrap p.author-inner-text {
    font-size: 15px;
    margin-bottom: 15px;
}
.author-bio-wrap span.subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.social-share-author a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.form-group input,
.form-group textarea {
    font-size: 16px;
    background-color: transparent;
    width: 100%;
}
.form-group input {
    border: 1px solid #717171;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
}
.form-group textarea {
    min-height: 170px;
    border: 1px solid #717171;
    border-radius: 0;
    resize: none;
    padding: 15px;
}
.theme-blog-details p.comment-notes {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
}
.comment-form-cookies-consent label {
    font-size: 14px;
    line-height: 1;
}
input#wp-comment-cookies-consent {
    position: relative;
    top: 1px;
    border: 0 solid;
    background: 0 0;
}
.form-submit input[type="submit"] {
    margin-top: 15px;
    border: 1px solid;
    width: 100%;
    position: relative;
    font-family: Anton;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    outline: 0;
    box-shadow: none;
    padding: 16px 29px;
    background-color: #dc0000;
    transition: 0.3s;
    color: #fff;
}
.form-submit input[type="submit"]:hover {
    background: #000;
    color: #fff;
    border-color: var(--primary-color);
}
.comment-respond h4 {
    font-size: 24px;
    line-height: 1;
}
.related-posts-wrapper .section-title h2 {
    font-size: 24px;
}
.theme-blog-details ul li::marker {
    color: #343434;
}
.theme-breadcrumb-area {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.breadcrumb-inner ul li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
    font-size: 17px;
    line-height: 1;
    color: #a6a6a6;
    padding-right: 7px;
}
.breadcrumb-inner ul li a {
    color: #343434;
}
.breadcrumb-inner ul li:before {
    position: absolute;
    right: -3px;
    top: 2px;
    content: "";
    width: 1px;
    height: 13px;
    background: #a6a6a6;
}
.blog-pagination-area ul.page-numbers {
    margin-bottom: 0;
    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;
}
.blog-pagination-area ul.page-numbers li span.current {
    background: #a6a6a6;
    color: #fff;
    border-color: #a6a6a6;
}
.blog-pagination-area ul.page-numbers li a.page-numbers,
.blog-pagination-area 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 #a6a6a6;
    margin-left: auto;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0;
}
.blog-pagination-area ul.page-numbers li i {
    line-height: 38px;
    color: #a6a6a6;
    transition: 0.4s;
}
.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 380px;
    bottom: 0;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.8);
    background-color: #fff;
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
    color: #000;
}
.body-overlay,
.scrolltotop {
    z-index: 999;
    position: fixed;
}
.blog-pagination-area ul.page-numbers li a.next.page-numbers:hover i,
.blog-pagination-area ul.page-numbers li a.page-numbers:hover,
.nav-menu-wrapper .mainmenu ul li a:hover,
.scrolltotop,
.scrolltotop:hover i,
.search-icon.theme-search-custom-iconn:hover,
a.tp-header__bars.tp-menu-bar:hover {
    color: var(--primary-color);
}
.tpoffcanvas.opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}
.tpoffcanvas__close-btn button {
    font-size: 25px;
    position: absolute;
    right: 50px;
    top: 30px;
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    font-weight: 300;
    opacity: 1;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    background: 0 0;
    color: #000;
    border: 0 solid;
}
.body-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.6);
    transition: 0.45s ease-in-out;
}
.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}
a.tp-header__bars.tp-menu-bar {
    line-height: 1;
    margin-right: 0;
}
.tpoffcanvas__logo img {
    max-width: 120px;
    margin-bottom: 35px;
}
#theme-serach-box_Inner {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.theme-serach-box_inner_wrapper:hover {
    cursor: url(../media/cross.png), auto;
}
#theme-serach-box_Inner.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper {
    width: 100%;
    height: 100%;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper form {
    position: relative;
    margin: 0 auto;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper input::-webkit-input-placeholder {
    color: #444;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper input:-ms-input-placeholder {
    color: #444;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper input::placeholder {
    color: #444;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper input {
    width: 100%;
    height: 70px;
    padding: 0 75px 0.125em 0;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #0af8c5b3;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper button {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 24px;
    border-left: 0 solid #0af8c5b3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.8;
}
#theme-serach-box_Inner .theme-serach-box_inner_wrapper button:hover {
    color: #fff;
    opacity: 1;
}
.search-icon.theme-search-custom-iconn {
    color: #8f8f8f;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    #theme-serach-box_Inner .theme-serach-box_inner_wrapper button,
    #theme-serach-box_Inner .theme-serach-box_inner_wrapper input {
        font-size: 20px;
        height: 50px;
    }
}
.scrolltotop {
    border: 0 solid #ddd;
    border-radius: 0;
    bottom: 40px;
    cursor: pointer;
    display: none;
    font-size: 45px;
    text-align: center;
    right: 40px;
    background: 0 0;
    line-height: 1;
}
.dot1,
.dot2,
.panel-nav-social a,
.spinner {
    display: inline-block;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999999;
}
.spinner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    -webkit-animation: 2s linear infinite sk-rotate;
    animation: 2s linear infinite sk-rotate;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    background-color: var(--primary-color);
    border-radius: 100%;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.nav-menu-wrapper .mainmenu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 86px;
    z-index: 100;
    padding: 0;
    background: #000;
    min-width: 235px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    border: 0 solid;
    box-shadow: 0 5px 5px 5px rgb(0 0 0 / 5%);
    border-top: 2px solid var(--primary-color);
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li {
    display: block;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child {
    border-bottom: 0 solid;
}
.nav-menu-wrapper li ul.sub-menu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #cacaca;
    padding: 6px 0;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
}
.nav-menu-wrapper .mainmenu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.footer-widget ul li a:hover,
.nav-menu-wrapper li ul.sub-menu li a:hover {
    color: #fff;
}
.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
    position: absolute;
    right: 118%;
    left: 100%;
    top: -2px;
    opacity: 0 !important;
    filter: Alpha(opacity=0) !important;
    visibility: hidden;
    min-width: 225px;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-nav-wrap .arrow-collapse:before {
    font-size: 24px;
    z-index: 20;
    font-family: remixicon !important;
    content: "\ea4e";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: 0.3s;
}
.site-nav-wrap .arrow-collapse.collapsed:before {
    transform: translate(-50%, -50%);
}
.canvas-nav-menu-wrapper {
    position: relative;
    height: calc(100vh - 20px);
}
.canvas-nav-menu-wrapper ul.site-nav-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.canvas-nav-menu-wrapper ul.site-nav-wrap > li {
    display: block;
    position: relative;
    width: 100%;
}
.canvas-nav-menu-wrapper ul.site-nav-wrap > li > a {
    font-size: 20px;
    position: relative;
    display: block;
    line-height: 1;
    padding: 20px 0;
    font-weight: 400;
}
.canvas-nav-menu-wrapper .site-nav-wrap > li > ul,
.canvas-nav-menu-wrapper .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-nav-wrap > li > ul > li {
    display: block;
    position: relative;
}
.canvas-nav-menu-wrapper .site-nav-wrap > li > ul > li > a {
    padding-left: 25px;
    font-size: 15px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
.canvas-nav-menu-wrapper .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 15px;
    padding-left: 50px;
    color: #f6f6f6;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
@media (max-width: 991px) {
    .tpoffcanvas {
        overflow-y: hidden;
    }
}
.panel-nav-social a {
    color: #404040;
    font-size: 24px;
    margin-right: 12px;
    line-height: 1;
}
.page-content p,
.page-content ul li {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}
.panel-nav-social a:hover {
    color: grey;
}
.tp-offcanvas-area .most-read-block-list .post-block-content-wrap h2.post-title {
    font-size: 20px;
    line-height: 1.24;
}
.site-nav-wrap .arrow-collapse:hover {
    background: #121313;
}
.canvas-nav-menu-wrapper ul.site-nav-wrap > li > a:hover {
    color: #a9a9a9;
}
.page-content ul li {
    margin: 0 0 15px;
}
.page-content ul li::marker {
    color: #343434;
}
.page-content iframe {
    width: 100%;
    height: 400px;
}
.form-group input,
.form-group textarea {
    color: #656565 !important;
}
.footer-social a:hover,
.post-block-style-wrapper .post-block-content-wrap h2.post-title a:hover,
.social-share-author a:hover {
    color: #c6c6c6;
}
.blog-pagination-area ul.page-numbers li span.page-numbers {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.blog-small-excerpt-box p,
.theme-blog-details p {
    font-size: 20px;
}
.theme-blog-details h4 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 900;
}










@media (max-width: 394px) {
    .theme-logo img {
        margin-top: 8px;
    }
}



@media (min-width: 800px) {
    .burger-nav-bar {
        margin-top: 10px;
    }
}










.header-subscribe {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    height: 100%; /* Adjust as needed */
}



@media (min-width: 1000px) {
   
#haha {

   padding: 0 80px;
}

}





















      /* Modal styles */
      .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .modal-content {
        background-color: #fff;
        padding: 20px;
        width: 90%;
        max-width: 800px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        font-family: 'Oswald', sans-serif;
    }

    .modal-header {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .modal-subheader {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .pricing-cards {
        display: flex;
        justify-content: space-around;
        gap: 20px;
    }

    .card {
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        width: 30%;
    }

    .card .price {
        font-size: 32px;
        color: #e4121a;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .card .discounted-price {
        font-size: 24px;
        color: #333;
        text-decoration: line-through;
    }

    .card .description {
        font-size: 14px;
        margin-top: 10px;
        color: #666;
    }

    .card button {
        background-color: black;
        color: #fff;
        padding: 10px 20px;
        border: none;
       
        cursor: pointer;
        margin-top: 15px;
    }

    .close-modal {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 34px;
        cursor: pointer;
        color: #333;
    }





    .newsletter-box-wrapper {
        background-color: #000; /* Black background */
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .newsletter-box-wrapper h3 {
        color: #fff; /* White text */
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
        font-family: Arial, sans-serif;
    }
    
    .newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .newsletter-form input[type="email"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
    }
    
    .newsletter-form input[type="email"]::placeholder {
        color: #999; /* Placeholder color */
    }
    
    .newsletter-form button {
        width: 100%;
        padding: 10px;
        background-color: #e00000; /* Red button */
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .newsletter-form button:hover {
        background-color: #c40000; /* Darker red on hover */
    }
    














/* Modal Styles */
#newsletter-modal-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Darkened background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Modal Content */
#newsletter-modal-overlay .modal-content {
    background-color: #fff;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* When modal is active */
#newsletter-modal-overlay.active {
    display: flex;
    opacity: 1;
}

#newsletter-modal-overlay.active .modal-content {
    opacity: 1;
    transform: translateY(0);
}

/* Modal Header */
#newsletter-modal-overlay .modal-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Modal Subheader */
#newsletter-modal-overlay .modal-subheader {
    font-size: 16px;
    margin-bottom: 25px;
}

/* Modal Buttons */
#newsletter-modal-overlay .modal-actions {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

#newsletter-modal-overlay .modal-button {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Confirm Button */
#confirm-newsletter-subscription {
    background-color: #28a745;
    color: white;
    border: none;
}

#confirm-newsletter-subscription:hover {
    background-color: #218838;
}

/* Cancel Button */
#cancel-newsletter-subscription {
    background-color: #dc3545;
    color: white;
    border: none;
}

#cancel-newsletter-subscription:hover {
    background-color: #c82333;
}

/* Close Button (X) */
#close-newsletter-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}




@media (min-width: 768px) {
    .bont{

        width: 75%;
    }

}





@media (max-width: 768px) {
    .bont{

        width: 98%;
    }

}






#load-more-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 30px;
}

#load-more-btn {
    transition: transform 0.3s ease;
}

#load-more-btn:hover {
    transform: scale(1.05);
}


#loading-spinner {
    margin-top: 10px;
}

/* Add skeleton loader styles */
.loader-container {
    display: none; /* Hidden by default */
    margin-top: 20px;
  }
  
  .main-item {
    padding: 10px;
    background-color: #fff;
    width: 700px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .background-masker {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    left: 25%;
  }
  
  @keyframes placeHolderShimmer {
    0% {
      background-position: -800px 0;
    }
    100% {
      background-position: 800px 0;
    }
  }
  
  .animated-background {
    animation: placeHolderShimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .static-background {
    background-color: #f0f0f0;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  
  .shared-dom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
  }
  
  .sub-rect {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #eee;
    animation: subRectShimmer 1.5s infinite linear;
  }
  
  .pure-background {
    background-color: #e0e0e0;
  }
  
  .css-dom {
    width: 280px;
    height: 220px;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-image:
      radial-gradient(circle 16px, #dcdcdc 99%, transparent 0),
      linear-gradient(#e0e0e0, #e0e0e0),
      linear-gradient(#e0e0e0, #e0e0e0),
      linear-gradient(#e0e0e0, #e0e0e0),
      linear-gradient(#e0e0e0, #e0e0e0),
      linear-gradient(#fff, #fff);
    background-size:
      32px 32px,
      200px 32px,
      180px 32px,
      230px 16px,
      100% 40px,
      280px 100%;
    background-position:
      24px 30px,
      66px 30px,
      24px 90px,
      24px 142px,
      0 180px,
      0 0;
  }
  
  /* When the button is clicked, show the loader */
  #load-more-btn.loading {
    pointer-events: none; /* Disable button while loading */
    opacity: 0.7;
  }
  
  /* Optional: Add some transitions for the button's click effect */
  #load-more-btn {
    transition: opacity 0.3s;
  }
  









  @media (min-width: 768px) {
    #post-container{

        max-width: 1100px !important;
        width: 1100px !important;
       
        

    }

}














/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }
  
  .header .logo {
    line-height: 1;
  }
  
 
  
  .header .logo h1 {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--heading-color);
  }
  
  .header .logo span {
    color: var(--accent-color);
    font-size: 26px;
    font-weight: 700;
  }
  
  .header .header-social-links {
    padding: 0 0 0 15px;
  }
  
  .header .header-social-links a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding-left: 10px;
    display: inline-block;
    transition: 0.3s;
    font-size: 16px;
  }
  
  .header .header-social-links a:hover {
    color: var(--accent-color);
  }
  
  .header .header-social-links a i {
    line-height: 0px;
  }
  
  @media (max-width: 1200px) {
    .header .logo {
      order: 1;
    }
  
    .header .logo h1 {
      font-size: 24px;
    }
  
    .header .header-social-links {
      order: 2;
      padding: 0 15px 0 0;
    }
  
    .header .navmenu {
      order: 3;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Navmenu - Desktop */
  @media (min-width: 1200px) {
    .navmenu {
      padding: 0;
    }
  
    .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navmenu li {
      position: relative;
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-color);
      padding: 18px 15px;
      font-size: 13px;
      font-family: var(--nav-font);
      text-transform: uppercase;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      transition: 0.3s;
    }
  
    .navmenu li:last-child a {
      padding-right: 0;
    }
  
    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
      color: var(--nav-hover-color);
    }
  
    .navmenu .dropdown ul {
      margin: 0;
      padding: 10px 0;
      background: var(--nav-dropdown-background-color);
      display: block;
      position: absolute;
      visibility: hidden;
      left: 14px;
      top: 130%;
      opacity: 0;
      transition: 0.3s;
      border-radius: 4px;
      z-index: 99;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu .dropdown ul li {
      min-width: 200px;
    }
  
    .navmenu .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      color: var(--nav-dropdown-color);
    }
  
    .navmenu .dropdown ul a i {
      font-size: 12px;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      color: var(--nav-dropdown-hover-color);
    }
  
    .navmenu .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navmenu .dropdown .dropdown ul {
      top: 0;
      left: -90%;
      visibility: hidden;
    }
  
    .navmenu .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: -100%;
      visibility: visible;
    }
  }
  
  /* Navmenu - Mobile */
  @media (max-width: 1199px) {
    .mobile-nav-toggle {
      color: var(--nav-color);
      font-size: 28px;
      line-height: 0;
      margin-right: 10px;
      cursor: pointer;
      transition: color 0.3s;
    }
  
    .navmenu {
      padding: 0;
      z-index: 9997;
    }
  
    .navmenu ul {
      display: none;
      list-style: none;
      position: absolute;
      inset: 60px 20px 20px 20px;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      background-color: var(--nav-mobile-background-color);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-dropdown-color);
      padding: 10px 20px;
      font-family: var(--nav-font);
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }
  
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
      background-color: var(--accent-color);
      color: var(--contrast-color);
    }
  
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
      color: var(--nav-dropdown-hover-color);
    }
  
    .navmenu .active i,
    .navmenu .active:focus i {
      background-color: var(--accent-color);
      color: var(--contrast-color);
      transform: rotate(180deg);
    }
  
    .navmenu .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background-color: var(--nav-dropdown-background-color);
      border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
      box-shadow: none;
      transition: all 0.5s ease-in-out;
    }
  
    .navmenu .dropdown ul ul {
      background-color: rgba(33, 37, 41, 0.1);
    }
  
    .navmenu .dropdown>.dropdown-active {
      display: block;
      background-color: rgba(33, 37, 41, 0.03);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      color: #fff;
      position: absolute;
      font-size: 32px;
      top: 15px;
      right: 15px;
      margin-right: 0;
      z-index: 9999;
    }
  
    .mobile-nav-active .navmenu {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(33, 37, 41, 0.8);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navmenu>ul {
      display: block;
    }
  }
  
  /*--------------------------------------------------------------
  # Global Footer
  --------------------------------------------------------------*/
  .footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative;
  }
  
  .footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
  }
  
  .footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .footer .footer-about .logo span {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
    color: var(--heading-color);
  }
  
  .footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font);
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  .footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-links ul a:hover {
    color: var(--accent-color);
  }
  
  .footer .footer-contact p {
    margin-bottom: 5px;
  }
  
  .footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
    display: flex;
    background-color: var(--surface-color);
    transition: 0.3s;
  }
  
  .footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color);
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: var(--surface-color);
    color: var(--default-color);
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  
  .footer .copyright {
    padding: 25px 0;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .footer .copyright p {
    margin-bottom: 0;
  }
  
  .footer .credits {
    margin-top: 6px;
    font-size: 13px;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: all 0.6s ease-out;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-color: var(--accent-color) transparent var(--accent-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  







  @media (max-width: 768px) {
    .header-burger-menu{

        transform: translate(320px, 10px);
    }


}



.navmenu{

    transform: translate(0px, 0px);
    font-style: italic;
}



@media (min-width: 768px) {
    .header-burger-menu{

        display: none;
    }


}



.related-posts-wrapper,.blog-small-excerpt-box,.post-meta-wrapper,.author-bio-wrap{
    display: none !important;
}