/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-cover {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}


/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-cover {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.page-preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -16.5px 0 0 -16.5px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: tm_spin 1s linear infinite;
    animation: tm_spin 1s linear infinite;
    z-index: 11;
}

@-webkit-keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* pulse loader */
.page-main-preloader {
    position: relative;
    width: 200px;
    left: 50%;
    top: 50%;
    margin: -66.66667px 0 0 -100px;
}

.page-main-preloader__logo {
    display: block;
    margin: 0 auto;
}

.pulse {
    height: 100px;
    width: 200px;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pulse:after {
    content: '';
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200px 100px"><polyline fill="none" stroke-width="3px" stroke="LightSkyBlue" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: 2s pulse infinite linear;
    animation: 2s pulse infinite linear;
}

.pulse:before {
    content: '';
    background: #edeff1;
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 16px;
    margin: auto;
    height: 3px;
}

@-webkit-keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }

    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }

    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }

    48% {
        clip: rect(0, 200px, 100px, 0);
    }

    52% {
        clip: rect(0, 200px, 100px, 0);
    }

    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }

    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }

    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

@keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }

    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }

    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }

    48% {
        clip: rect(0, 200px, 100px, 0);
    }

    52% {
        clip: rect(0, 200px, 100px, 0);
    }

    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }

    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }

    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}


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

body.single.cherry-services-template .site-content,
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: 90px;
    margin-bottom: 90px;
}

body.team-template table td {
    padding: 5px;
}

.team-box .jet-team-member__content {
    position: static;
}

.team-box .jet-team-member__button-container a.jet-team-member__button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

.team-box .jet-team-member__socials {
    flex-direction: column;
    width: 100%;
}

.team-box .jet-team-member__socials .jet-team-member__socials-item {
    width: 100%;
}

.team-box .jet-team-member__socials .jet-team-member__socials-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.team-box .jet-team-member:hover {
    box-shadow: 8px 8px 60px rgba(6, 30, 52, 0.1);
    position: relative;
    overflow: hidden;
}

.team-box .jet-team-member:hover .jet-team-member__image .jet-team-member__cover {
 display: block;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    padding: 0 0 5px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7 .wpcf7-not-valid {
    border-color: #de001b;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #de001b;
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    right: 5px;
    top: -8px;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
    margin: 1.5em 0;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 3px;
    font-style: italic;
    color: #ffffff;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
    background: #de001b;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #01c100;
}

.site .wpcf7 .ajax-loader {
    position: relative;
    top: 10px;
    margin: 0 10px;
    padding: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}

.wpcf7-form p {
    margin-bottom: 12px;
    position: relative;
}

.wpcf7-form p i {
    pointer-events: none;
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 17px;
    z-index: 1;
}

.footer-area-wrap .wpcf7-form p {
    margin-bottofmargin-topm: 10px;
}

.wpcf7-form label {
    display: inline-block;
    margin-bottom: 14px;
}

.align-center .wpcf7 input[type='submit'] {
    margin-left: 36px;
}

.wpcf7 input[type='submit'],
.wpcf7 input[type='reset'] {
    vertical-align: middle;
    margin-top: 25px;
    color: #ffffff;
    background: #949494;
    line-height: 1.1;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    padding: 21px 50px;
}

.wpcf7 input[type='radio'],
.wpcf7 input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.wpcf7 input[type='radio']:last-child,
.wpcf7 input[type='checkbox']:last-child {
    margin-left: 5px;
    margin-right: 0;
}

.wpcf7 select {
    width: 100%;
}

.wpcf7 input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.wpcf7 input[type="date"]::-webkit-clear-button {
    display: none;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.wpcf7 .box-input p {
    margin-bottom: 6px;
    margin-top: 5px;
}

.wpcf7 .box-input input {
    padding: 10px 20px 14px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #c5cbcf;
}

.invert .wpcf7 .box-input input {
    color: #ffffff;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.invert .wpcf7 .box-input input[type='submit'] {
    padding: 16px 25px 15px;
    font-size: 12px;
    font-size: 0.75rem;
}

.elementor-widget-container .elementor-button-wrapper .elementor-button {
    line-height: 1.1;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: 0;
    border-radius: 3px;
}


@media (min-width: 768px) {
    .main-menu .jet-nav>.menu-item>a:before {
        content: '';
        transition: width .25s ease-out;
        position: absolute;
        left: -5px;
        bottom: -31px;
        width: 0;
        height: 2px;
        background: #303043;
    }

    .main-menu .jet-nav>.menu-item:hover>a:before,
    .main-menu .jet-nav>.menu-item.menu-hover>a:before,
    .main-menu .jet-nav>.menu-item.current_page_item>a:before,
    .main-menu .jet-nav>.menu-item.current_page_ancestor>a:before,
    .main-menu .jet-nav>.menu-item.current-menu-item>a:before,
    .main-menu .jet-nav>.menu-item.current-menu-ancestor>a:before {
        width: calc(100% + 10px);
    }
}

/*responsive*/
@media only screen and (max-width: 767px) {
    .top-list-info .elementor-icon-list-item:not(:last-child):after {
        display: none;
    }

    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: 50px;
        margin-bottom: 50px;
    }

    .mob-expand-submenu i {
        font-size: 14px;
    }

    .show-panel .mob-cancel-button {
        font-size: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .top-list-info .elementor-icon-list-item:not(:last-child):after {
        display: none;
    }

    .show-panel .mob-cancel-button {
        font-size: 25px !important;
    }

    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: 50px;
        margin-bottom: 50px;
    }

    .mob-expand-submenu i {
        font-size: 14px;
    }
}