/* 
 Theme Name:   HeyCast Betheme child
 Theme URI:    
 Description:  
 Author:       Little Biz Online
 Author URI:   
 Template:     betheme
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* SEARCH FORM */
.heycast-plugin .hc-search .select2-container--default.select2-container--focus .select2-selection--multiple, .heycast-plugin .hc-search .select2-container--default .select2-selection--multiple, .heycast-plugin .hc-search .range-fields select, #genderSelect, #name_field {
    border: none !important;
    border-bottom: solid 2px #000000 !important;
      border-radius:0px !important;
}

.heycast-plugin .hc-search>.item .label {
    width: 200px;
}

@media only screen and (max-width: 767px) {
	
	.heycast-plugin #search-form {
		margin-left:-30px !important;
	}
	
	.heycast-plugin .hc-search>.item .label {
    width: 120px;
}

.heycast-plugin .range-fields {
	margin-left: -60px !important;
}

.item.range label {
	width:150px !important;
}

.item.range .divider-label label {
	width:20px !important;
}

.range-fields select {
	width:100px !important;
}
	
	#hc-search_button {
		margin-top:25px;
	}
	
}