/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2022 | 08:35:50 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:44:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:32:31 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:21:34 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:17:16 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:15:54 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:11:16 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 08:03:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 07:56:52 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 07:49:56 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 07:45:19 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 07:34:49 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 07:27:22 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2022 | 07:24:43 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media only screen and (max-width: 1000px) {
	.filter .fa-filter-slash {
    display: var(--fa-display,inline-block)!important;
}
	span.filter.filter-show {
    display: block!important;
    opacity: 1!important;
}

svg.svg-inline--fa.fa-filter {
    display: var(--fa-display,inline-block)!important;
}
	.facet-mobile-nav p, .facet-mobile-nav h3 {
    margin: 0;
}

span.filter.filter-hide {
    display: none!important;
}

.facet-mobile span.filter.filter-hide {
    display: block!important;
}
  div.search-facet-mobile {
    display: block;
}
  .search-facet-desk {
    display: none;
}
	div.facets {
    position: fixed;
    left: 0;
    top: 0;
	bottom: 0;
	right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: -999999;
    padding: 60px;
    opacity: 0;
    overflow: scroll;
    margin-right: 0!important;
}
	div.facets.custom-hide {
    z-index: 999999;
    position: fixed;
    opacity: 1;
}
	.facet-mobile-nav {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px) {
	.member-archive {
    grid-template-columns: repeat(2, 1fr)!important;
}

}
@media only screen and (max-width: 600px) {
form.front-page-search {
    width: 80vw!important;
}


.member-archive {
    grid-template-columns: repeat(1, 1fr)!important;
}
	div.facets {
		padding: 30px;
		padding-bottom: 60px;
	}

}

.mobile-noscroll {
    overflow: hidden;
}