/* ============= WPBDP PLUGIN ================== */
header .wpbdp-search-page .wpbdp-bar, 
header .wpbdp-search-page .title,  
header .wpbdp-search-page h3, 
header .wpbdp-search-page .reset, 
header .wpbdp-search-page .wpbdp-search-field-label,  
header .wpbdp-search-page .search-results{
	display:none !important;
}
header .wpbdp-search-filter{
	width:26.8%;
	margin: 0 !important;
}
header #wpbdp-search-form{
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	  -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
header .nice-select{
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8 !important;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px !important;
	line-height: 40px;
	outline: none;
	padding-left: 18px !important;
	padding-right: 30px !important;
	position: relative !important;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100% !important;
	overflow: visible !important;
	margin: 0 !important;
}
header .wpbdp-search-page p{
	 width:19%;
	 padding:0;
	 margin:0;
}
header .wpbdp-search-page > p{
	 display:none;
}
header .wpbdp-search-page .submit{
	width: 100%;
	height: 42px;
	position: relative;
	display: block;
	background: #b2c618;
	border: 1px solid #b2c618;
	box-shadow: none;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#495057;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #495057;
}
#wpbdp-search-form .wpbdp-search-filter > div.field{
	width:100%;
	margin:0;
	padding:0;
}

/* hiding wpbdp select2 custom list on search details page */

header .wpbdp-form-field-association-category .select2{
	display:none;
}
.content .wpbdp-search-page .title,
.content .wpbdp-search-page #wpbdp-search-form-wrapper{
	display:none;
}