/*
 * Theme Name:  Recap Child
 * Theme URI:   https://recap.codesupply.co/
 * Description: Recap Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    recap
 * Version:     1.0.0
 *
 * 
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
[class^=cs-icon-],
[class*=" cs-icon-"] {
  font-family: "cs-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-entry-tile .cs-overlay-background:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0,0,0,0.8) 100%);
}

.cs-footer__description {
    font-family: var(--cs-font-post-title-family), sans-serif;
}

.cs-entry__metabar-reading_time__fill {
	background-color: #FF9375;
}

.cs-entry__metabar-reading_time__bar {
  background-color: #faf8f2;
}

.cs-post-slider__pagination .swiper-pagination-bullet-active .circle-progress {
  stroke: #FF9375;
}

.cs-home-post-slider .cs-post-slider__inner {
    padding-top: 0.875rem;
}
.cs-posts-area__grid .cs-post-tiles__grid {
    padding-top: 0.875rem;
}