/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

select {
	background-color: #fff !important;
	color: #00a3be !important;
	font-size: 15px !important;
	border: 2px solid #00a3be !important;
	height: 35px;
	text-indent: 5px;
	width: 100%;
}
select.noselection {
	border: 2px solid red !important;
	color: red !important;
}

a.disabled, a.disabled:hover {
	border: 2px dashed #ededed !important;
	background-color: #ededed !important;
	color: #ffff !important;
	background-image: none !important;
	cursor: not-allowed !important;
}

.prdctfltr_wc .prdctfltr_filter_title {
  display: block;
  font-weight: bold;
  line-height: 42px !important;
  margin-bottom: 20px;
  min-height: 45px;
}

.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
  font-size: 24px;
  line-height: 42px !important;
}

.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering,
.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering {
  left: -10px;
  padding: 20px;
  padding-top: 20px;
  z-index: 101 !important;
  top: 46px !important;
}

.prdctfltr_woocommerce_filter_title {
  background-image: linear-gradient(-90deg, #ffc945 0%, #ef7a00 100%);
  font-size: 14px;
  color: #ffffff;
  border: none;
  height: 46px;
  padding: 14px 20px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.prdctfltr_woocommerce_filter {
  display: none !important;
}

body.post-type-archive-product .prdctfltr_woocommerce_filter,
body.term-probes .prdctfltr_woocommerce_filter,
body.term-cdt-probes-eng .prdctfltr_woocommerce_filter,
body.term-mss-probes .prdctfltr_woocommerce_filter,
body.term-special-probes .prdctfltr_woocommerce_filter {
  display: inline-block !important;
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
  margin-left: 0 !important;
}
.entry-author-link, 
.entry-date { display: none; }