/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-box {
    position: fixed;
    z-index: 99999;
    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;
}

.page-preloader {
    border-top-color: #ad957b;
    border-right-color: #ad957b;
}

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

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

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

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

.site-header {
    -webkit-box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
}

@media (min-width: 768px) {
    .site-header {
        margin-top: 0;
        position: relative;
    }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 58px;
    height: 58px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
}

#toTop:before {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga"1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    line-height: 58px;
    font-size: 24px;
    content: "\ec41";
}

#toTop:focus {
    outline: 0;
}

@media (min-width: 768px) {
    #toTop {
        right: 20px;
        bottom: 80px;
    }
}

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

body.cherry-services-template .site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

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


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

.line-headings h6 {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.line-headings h6:before,
.line-headings h6:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 53%;
}

.line-headings h6:before {
    right: 100%;
}

.line-headings h6:after {
    left: 100%;
}

.line-headings h6:before,
.line-headings h6:after {
    background-color: #ad957b;
}


.line-headings-2 h6 {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.line-headings-2 h6:before,
.line-headings-2 h6:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 53%;
}

.line-headings-2 h6:before {
    right: 100%;
}

.line-headings-2 h6:after {
    left: 100%;
}

.line-headings-2 h6:before,
.line-headings-2 h6:after {
    background-color: #ad957b;
}

.line-headings-2 h6.jet-slider__title {
    width: auto;
}

.post_content_text_cut .elementor-widget-container {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post_content_title .elementor-widget-container a:hover {
    color: #ad957b !important;
}

.post_content_text_cut .elementor-widget-container h1,
.post_content_text_cut .elementor-widget-container span,
.post_content_text_cut .elementor-widget-container h2,
.post_content_text_cut .elementor-widget-container h3,
.post_content_text_cut .elementor-widget-container h4,
.post_content_text_cut .elementor-widget-container h5,
.post_content_text_cut .elementor-widget-container h6 {
    margin: 0px;
    color: #888888 !important;
    font-family: "Lato", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.85em !important;
    letter-spacing: 0.16px !important;
}

.dscf7_refresh_captcha>img {
    display: none;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .dscf7captcha {
    display: inline-block;
    margin-right: 20px;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.ewd-upcp-catalog-display .ewd-upcp-catalog-product-thumbnail {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.post-navigation-container {
    border-bottom: 1px solid #2F2F30;
}

.single-post article.post {
    border-bottom: 1px solid #2F2F30;
}

#wpdcom .wpd-form-head {
    border-bottom: 1px solid #2F2F30;
}

.comment-navigation,
.posts-list-navigation {
    border-top: 1px solid #2F2F30;
    text-align: center;
}

body.single .site-content .entry-content p {
    margin: 0px;
}

.top-search button.jet-search__popup-close {
    position: absolute;
    top: 0px;
}

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

b,
strong {
    font-weight: 900;
}

.post-navigation-container .nav-links .post-title {
    font-size: 20px;
}

span.wpcf7-not-valid-tip {
    color: #FF0000 !important;
}

li.contact-information__item+.contact-information__item {
    margin-top: 11px;
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta {
    font-style: italic;
}

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

}

.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 {
    color: #888888;
}

.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots) {
    font-size: 12px;
}

.comment-list {
    border-bottom: 1px solid #2F2F30;
}

.comment-form-comment {
    margin-bottom: 1em;
}

.single-post blockquote:not(.post-format-quote) {
    border-top: 3px solid #2F2F30;
    border-bottom: 3px solid #2F2F30;
}

.posts-list {
    margin-bottom: 0px;
}

.entry-meta a.btn {
    display: inline-block;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 23px;
    background: transparent;
    padding: 0px;
}

.entry-meta a.btn:hover {
    color: #ad957b;
}

.posts-list.posts-list--grid .grid-item .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.posts-list.posts-list--grid .grid-item .entry-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.54;
    font-family: Lora, serif;
}

.counter-box .elementor-counter .elementor-counter-title {
    text-align: center;
}

.counter-box .elementor-counter .elementor-counter-number-wrapper {
    border-radius: 100%;
    border: 3px solid;
    width: 240px;
    height: 240px;
    line-height: 220px;
    text-align: center;
    margin: 0 auto;
}

.jet-portfolio__item .jet-portfolio__image-instance {
    visibility: visible !important;
}

@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: 20px;
    }

    .top-search-mob .jet-search.jet-search-popup-active .jet-search__popup-trigger-container {
        display: none;
    }

    .about_box_text img.alignright {
        float: none;
        width: 100%;
        margin: 0px;
    }
}

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

    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: 30px;
    }

    .top-search .jet-search__form input.jet-search__field {
        top: -10px;
        position: relative;
    }

    .counter-box .elementor-counter .elementor-counter-number-wrapper {
        width: 200px;
        height: 200px;
        line-height: 180px;
    }
}