.footer-copyright a {
    color: #fff;
}

.footer-copyright a:hover {
    color: #303030;
}

.contact-block__value-wrap span.contact-block__text {
    margin-right: 20px;
}

.contact-block__value-wrap span.contact-block__text:last-child {
    margin-right: 0px;
}

.main-slider .sp-slides-container:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    opacity: .07;
}

.main-slider .sp-slides-container {
    position: relative;
}

.main-slider .jet-slider__desc,
.main-slider h2.jet-slider__title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

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

.service-box .elementor-image-box-img img {
    padding: 5px;
}

.service-box .elementor-image-box-content .elementor-image-box-title {
    position: absolute;
    bottom: 15px;
    left: 5px;
    right: 5px;
    padding: 15px 16px !important;
    background: linear-gradient(to bottom, #efefef 0%, #e6e6e6 100%);
    background: -moz-linear-gradient(to bottom, #efefef 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(to bottom, #efefef 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(to bottom, #efefef 0%, #e6e6e6 100%);
}

.service-box .elementor-image-box-wrapper {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.posts-list.posts-list--grid .grid-item .post-thumbnail .post-thumbnail__link,
.posts-list.posts-list--grid .grid-item .post-thumbnail .post-thumbnail__link img {
    width: 100%;
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 10px;
}

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

.widget_recent_comments .recentcomments span.comment-author-link a {
    font-style: italic;
}

.widget_recent_comments .recentcomments > a{
    color: #325e9d;
}

.widget_recent_comments .recentcomments > a:hover{
    color: #2f2f2f;
}
.widget_recent_comments .recentcomments{
    font-size: 0px;
}

body.post-type-archive .posts-list-navigation {
    border: none;
    margin: 0px;
}

body.archive .page-header .page-title {
    font-size: 0px;
}

body.archive .page-header .page-title > span{
    font-size: 26px;
}

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

.post-navigation-container {
    padding-bottom: 0px;
    border-bottom: none;
}

div#comments {
    display: none;
}

.entry-content ol > li:before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    margin-right: 10px;
}

.entry-content ol >li:before, .site-main ol >li:before, .entry-content ul:not([class]) > li:before, .site-main ul:not([class]) > li:before, ul li:before {
    color: #325e9d;
}

.entry-content ol {
    list-style: none;
    counter-reset: li;
}

.entry-content ol {
    list-style: none;
    counter-reset: li;
}

ul.list {
    list-style-type: none;
    margin: 0px;
}

ul.list li {
    margin-bottom: 20px;
}

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

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

.testi-about-box .jet-testimonials__content {
    position: relative;
}

.testi-about-box .jet-testimonials__icon {
    position: absolute;
    left: 120px;
    top: -15px;
}

.testi-about-box .jet-testimonials__comment {
    text-indent: 3em;
}

.single-post .post > .entry-content .single-custom-content ul {
    list-style-type: none;
}

.single-post .post > .entry-content .single-custom-content ul li:before {
    font-family: "Material Design Icons";
    content: "\f229";
    font-size: 20px;
    position: absolute;
    left: -30px;
    top: -4px;
}

.single-post .post > .entry-content .single-custom-content ul li {
    position: relative;
}



/*responsive*/

@media (min-width: 1200px) {
    body.archive .page-header .page-title > span {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {

    .contact-block__value-wrap span.contact-block__text {
        margin-right: 0px;
        display: block;
    }

    .service-box figure.elementor-image-box-img img {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 995px) {

    .service-box figure.elementor-image-box-img img {
        width: 100%;
    }

     .container {
        max-width: 100%;
    }

}