/** filter/buttons **/
.filter-group{
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 0px;
  display:flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  justify-content: center;
}
.filter-group button {
    font-size: 18px;
    padding: 10px 25px;
    padding-left: 25px;
    padding-left: 0px;
}
.filter-group button.is-checked, .filter-group button:hover {
    color: #f47e3c;
    border-bottom: 3px solid;
}
.filter-group a.button, 
.filter-group button{
    background: none;
    border: none;
	padding: 5px 10px;
	font-size: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
  	box-shadow: none;
    border-radius: 0px;
    padding-bottom:10px;
    border-bottom: 3px solid transparent;
    outline:none;
    font-weight:500;
    color: #231f20;
    font-size: 14px;
    margin-bottom:-1px;
}

.filter-group a.button.active{
	background: #ededed;
}
.filter-group input{
  position:relative;
}
.search-wrapper .search-icon{
  display:block;
  z-index: 2;
  position: absolute;
  top: 14px;
  right: 0px;
}
.search-wrapper .search-icon:after{
    content: '';
    background-image:url('/wp-content/themes/dz/images/lupe_blau.svg');
    /* background-size: 60%; */
    display:block;
    height: 22px;
    width: 22px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
}

/*Isotope search*/
#isotope-search{
    text-align:center;
    margin-bottom:10px;
  }
  #isotope-search .search-wrapper{
    position:relative;
    display:inline-block;
    width:50%;
    min-width:300px;
  }
  #isotope-search input{
    /* border-radius:30px; */
    width:100%;
    font-size:18px;
    padding:10px 0px;
  }
  /* #isotope-search input:hover,  
  #isotope-search input:focus{      
    box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px;
  } */
  /* #isotope-search span{
    position:absolute;
    right: 15px;
    top: 0px;
    padding: 10px 0px;
    font-size:22px;
  } */

  .post-type-archive-films .page-header, .post-type-archive-artists .page-header{
      text-align:center;
      margin-top:20px;
  }

  /*Dropdown Filter*/
  /* .select-wrapper label{
    font-weight:bold;
  } */