/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/******************
**FacetWP
******************/
 /*Things search facet*/
  .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {background-color:#e2d9ce;}
  /*Restrict dropdown width and style dropdown*/
  .facetwp-dropdown {max-width:250px;border:2px solid #808080 !important;}
   /*Hide filter column on mobile*/
@media (max-width: 1095px) {
   
   .things_listings_filters_column {display: none;}
   .things_listings_tiles_column {width:100%;flex-basis:100%;}

}

 /*Facet listing template consistent tile height */
    .facetwp-template .fwpl-result { 
      display: flex;
      align-items: stretch;
  }

/*Listing tiles*/
 .lot_listing_block {border-radius:10px; box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;}
 /* .things_featured_image {padding:15px; background-color: gray;border-radius:10px;} */
 .lot-heading h2 {font-size:16px;margin-top:25px!important;margin-bottom:20px;}
 .things_archives .button {margin-top:15px;margin-bottom: 15px;}

/*Grow Things listing tiles to take up space when filters column is hidden*/
@media (min-width: 782px) {

   .things_listings_tiles_column {flex-grow:1 !important;}


}

/*Show mobile Things filters button when filters column is hidden; hide on desktop*/

@media (min-width:1095px) {

   .things_mobile_filters_button {display:none;}

}

/*Hide search and sort facet headings on mobile*/
/* Replace 'myfacetname' with the name of your facet */
.flyout-row.name-thing_sort_artist_name, .flyout-row.name-things_filter_search {
   display: none;
 }

 /*Expandable field in LoT facet listing*/
 .expandable-text-module {
  position: relative;
  margin-top: 1rem;
}

.expandable-text-module .text-wrapper {
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
}

.expandable-text-module .fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,1) 100%
  );
  transition: opacity 0.3s ease;
}

.expandable-text-module.expanded .fade-overlay {
  opacity: 0;
}

.expandable-text-module .toggle-link {
  margin-top: 10px;
  background: none;
  border: none;
  padding: 0;
  color: #0073aa;
  font-weight: 600;
  cursor: pointer;
}

.expandable-text-module .toggle-link:hover {
  text-decoration: underline;
}