/*
*
* Preloader
*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-body {
    text-align: center;
}

.preloader-body p {
    position: relative;
    right: -8px;
}

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #FF7417;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear;
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 70px;
    margin: -70px 0 0;
    visibility: hidden;
    pointer-events: none;
}

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

body.give-page .site-content,
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 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


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

.csv_cf .wpcf7-spinner {
    display: none;
}

.single-post .entry-title,
.posts-list.posts-list--grid .grid-item .entry-title {
    text-transform: uppercase;
    font-weight: 500;
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta .posted-on {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (min-width: 640px) {
    .single-post .post>.entry-content {
        font-size: 1rem;
    }
}

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

@media (min-width: 1200px) {
    .hover-top-element {
        font-size: 40px;
    }

    
}

.portfolio_box .hover-top-element {
    color: #fff;
    font-size: 30px;
}

.portfolio_box .jet-portfolio__content .jet-portfolio__title:after {
    content: "";
    background: #fff;
    height: 1px;
    width: 116px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.portfolio_box .jet-portfolio__content .jet-portfolio__content-inner:after {
    content: "\ec36";
    position: absolute;
    right: 18px;
    bottom: 0px;
    font-family: 'Linearicons';
    font-size: 30px;
    color: #fff;
}

@media (min-width: 1200px) {
    .portfolio_box .jet-portfolio__content .jet-portfolio__content-inner:after {
        font-size: 40px;
    }
}

.form-wrap_icon::before {
    position: absolute;
    top: 24.5px;
    left: 22px;
    transform: translateY(-61%);
    margin-right: 7px;
    font-size: 24px;
    line-height: 24px;
    color: #c7c7c7;
    z-index: 1;
}

.form-wrap_icon {
    position: relative;
}


@media (max-width: 767px) {

    body.give-page .site-content,
    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 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {}