/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Specific override targeting the BB post feed button */


.fl-post-feed-content a.fl-post-feed-more {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  text-align: left;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-shadow: none;
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  transition-duration: 500ms;
  color: #fbc246 !important;
  padding: 10px;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  background-clip: border-box;
  border-color: #fbc246 !important; 
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.fl-post-feed-content a.fl-post-feed-more:hover {
  
  color: #ffffff;
  border-color: #ffffff;
}

.wpgb-facet *, .wpgb-facet :after, .wpgb-facet :before {
    box-sizing: border-box;
    border-radius: 20px !important;
	}

.wpgb-facet select.wpgb-select:not([multiple]) {
    padding-inline-end: 42px;
	padding-inline-start: 42px;
}

#fl-post-33 .lb-overlap {
  position: relative !important;
  z-index: 9999 !important;
}
