/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme
Author: Patrick Losey
Author URI: https://rainingfire.com
Template: astra
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

.search-results {
    padding-bottom: 2rem;
	max-width: 100%;
    width: 100% !important;
}

.search-results h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.ast-container.search-results {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

/* Align content to the left inside the container */
.search-results h1,
.search-results h2,
.search-results ul,
.search-results li,
.search-results a {
    text-align: left;
}
.search-group-title {
    font-size: 1.4em;
    margin-top: 2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
}

.grouped-results {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grouped-result-item {
    padding: 0.75em 1em;
    text-align: left;
}

.grouped-result-item.even {
    background-color: #f9f9f9;
}

.grouped-result-item.odd {
    background-color: #ffffff;
}

.grouped-result-item a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}


.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond {
    padding: 0rem;
}

.ast-container, .ast-container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}



.tfr_hourcategory1 {
    background: #e7eef5;
}

.tfr_hourcategory2 {
    background: #cbd9eb;
}

.tfr_hourcategory3 {
    background: #aec5e0;
}


.tfr_hourcategory4 {
    background: #8fafd5;
}

.limited-text  {
    max-height: 68px;
    overflow: hidden;
    position: relative;
  }

@media (max-width: 1024px) {
  .limited-text {
    max-height: 68px;
    overflow: hidden;
    position: relative;
  }

.limited-text::a {
  }
  .limited-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, transparent); /* Adjust background to match section */
  }
.ret_caption, .ret_subcaption {text-align:center; margin: -1em 0 .5em .5em !important; !imporant;}
  
}

ul.story {
    margin: .75em 0 0 .75em;
}


header.entry-header .entry-title {
display: none;
}

.count-result{ color: red; }












