@import url('https://fonts.googleapis.com/css2?family=Halant&family=Poppins:wght@900&display=swap');
/* -------------------------------------------------------
                     GLOBAL
-------------------------------------------------------- */

@-webkit-keyframes load {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes load {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.result .error {
    color: #f00;
}

.result {
    display: none;
    margin-top: 20px;
}

#preload img {
    display: block;
    width: 40px;
    height: auto;
    -webkit-animation-name: load;
    animation-name: load;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

body {
    font-family: 'Halant', serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}

button {
    outline: none;
    border: none;
}

.btn {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 3px;
    letter-spacing: 3px;
}

.btn:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
    background-color: #b8b8b8;
    color: #ffffff;
}

.copyright-text a {
    color: #B8B8B8;
    text-decoration: underline;
}

.copyright-text a:hover {
    text-decoration: none;
}

section.justify-center .elementor-container {
    justify-content: center;
}

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.category .site-content,
body.archive .site-content,
body.tags .site-content,
body.single .site-content,
body.search .site-content,
body.blog .site-content,
body.error404 .site-content {
    margin-top: 70px;
    margin-bottom: 70px;
}

.comment-navigation,
.posts-list-navigation {
    overflow: hidden;
    padding-top: 0px;
    border-top: none;
    text-align: center;
}

.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots):hover,
.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
    background-color: #ffcc33;
    color: #000;
}

.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots) {
    border: 1px solid #ffcc33;
}

.post-navigation-container {
    display: none;
}

.entry-meta {
    font-size: 1rem;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
select,
textarea {
    padding: 5px 12px;
    border: 1px solid #b8b8b8;
    color: #000;
}

.main-form span.wpcf7-spinner {
    display: none;
}

.main-form label {
    color: #FFCC33;
}

.comment-list,
.single-post article.post {
    border-color: #b8b8b8;
}

.posts-list--default.list-style-default .default-item+.default-item,
.posts-list--default.list-style-v2 .default-item+.default-item,
.posts-list--default.list-style-v4 .default-item+.default-item {
    border-color: #b8b8b8;
}

.jet-video.jet-video-aspect-ratio--1-1 {
    padding-bottom: 125%;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}