/**
* Theme Name: Neotech Child
* Description: This is a child theme of Neotech, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: neotech
* Version: 1.0.8
*/

/***************
 * General
 * ************/
ul.neotech-service.cst-ele li .service-block .service-button a span {
    display: block;
}

ul.neotech-service.cst-ele li .service-block .service-button a {
    width: auto;
    gap: 10px;
}

.cst-post-grid .entry-title a {
    color: #fff;
}

.cst-post-grid a.more-link {
    color: #fff;
}

.cst-post-grid .pagination .elementor-pagination {
    justify-content: center;
    gap: 3px;
}

.cst-post-grid .pagination .elementor-pagination a, .cst-post-grid .pagination .elementor-pagination span {
    color: #fff;
}

body.single-post #page .site-content {
  margin-top: 120px;
  margin-bottom: 140px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.copoly-services-grid ul.neotech-service li .service-block .service-loop-excerpt p {
    -webkit-line-clamp: none;
}

@media (min-width: 768px) {
  body.single-post #page .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  body.single-post #page .site-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  body.single-post #page .site-content {
    margin: 60px 0;
  }
}