.facetwp-flyout-content .facetwp-facet {
    margin-bottom: 10px;
}

.facetwp-flyout-content {
  padding: 0 60px !important;
}

.facetwp-flyout-reset {
	display: inline-block;
	margin-top: 10px;
}

.facetwp-facet-playlist .facetwp-counter {
	display: none;
}

.facetwp-facet .facetwp-checkbox:hover,
.facetwp-facet .facetwp-radio:hover  {
  background-color: #ccc;
}

.facetwp-flyout {
	width: 90% !important;
	bottom: 0;
	height: 80% !important;
	transition: all 300ms ease-in-out !important;
	transform: translateY(200%) !important;
	left: 5%;
	top: auto !important;
}

.facetwp-flyout .facetwp-facet {
	font-size: 18px;
}

.facetwp-flyout.active {
  transform: translateY(0) !important;
}

.facetwp-flyout-open {
	/*testing the filter button style from before */
	
    /*position: -webkit-sticky;   required for Safari */
    /*position: sticky;*/
    position: fixed;
    bottom: 60px;
    /*top: 0px;*/
    /*background-color: green !important;*/
    color: white;
    display: block;
    /*display: none;*/
    width: 70%;
    /*margin-left: 15%;*/
    height: auto;
    padding: 12px 24px;
    text-align: center;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;

}

.facetwp-mobile-wrapper {
	display: none !important;
}

[data-value="members-only"] .facetwp-display-value::after {
  content: "\f023";
  font-family: "FontAwesome";
  font-size: 1em;
  visibility: visible;
  margin-left: 5px;
}