/*
Theme Name: Seekers Collective
Theme URI: https://nuhatech.org
Description: A custom theme built for Seekers Collective by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	
}
.ntnashow {
	display: none;
}
.mf_multiselect__menu, .mf_multiselect__multi-value {
    background: #030510 !important;
}
@media (max-width:600px) {
	.ntnashow {
	display: block;
}
}