/*
Theme Name: BoerenBond Single Filter
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


*[class^="ubermenu"] {
    display: none !important;
}

.revtp-searchform {
    display: flex;
}

#searchsubmit {
    width: 200px !important;
    margin-left: 10px;
}

.bb-search-input {
    position: relative;
    width: 100%;
    /* height: 60px; */
}

.isotope-filters-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 35px;
}

.isotope-filters-container .menu-smart {
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0 20px !important;
    height: 40px;
    width: 100% !important;
    background: #f1f1f1;
    border-radius: 100px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
}

.isotope-filters-container .menu-smart li span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

.isotope-filters-container .isotope-filters {
    width: auto;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 40px;
}

.bb-isotope {
    height: auto !important;
}

.bb-isotope .menu-smart {
	padding: 0 !important;
	background: none !important;
}

.bb-isotope .menu-smart a {
	background: #f1f1f1;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 15px !important;
}

.bb-isotope .menu-smart a.active {
	display: block;
	color: white !important;
	background: purple;
}

.bb-isotope .menu-smart span {
	margin: 0;
	padding: 0 !important;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.bb-isotope ul.menu-smart li {
    margin-left: -3px;
}

.bb-isotope ul.menu-smart li:first-of-type {
    margin-left: 0;
}

.bb-isotope ul.menu-smart li:first-of-type a {
	border-radius: 100px 0 0 100px;
}

.bb-isotope ul.menu-smart li:last-of-type a {
	border-radius: 0 100px 100px 0;
}

@media screen and (max-width: 960px) {
    #searchsubmit {
        display: none;
    }

    .bb-search-input:after {
        content: " ";
        position: absolute;
        top: 5px;
        right: 10px;
        width: 40px;
        height: 100%;
        line-height: 60px;
        text-align: center;
        background-image: url('./images/search.png');
        background-size: 20px 20px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    @media screen and (min-width: 960px) {
	    .isotope-filters-container .menu-smart {
	        justify-content: center;
	    }
	}
}

/*@media screen and (min-width: 1420px) {*/
    /*.isotope-filters-container {*/
        /*flex-direction: row;*/
    /*}*/
/*}*/