.tribe-filter-bar__filters .date_custom_input {
	margin-top: 10px;
}

.tribe-filter-bar__filters .date_custom_input,
.tribe-filter-bar__filters .range_custom_input {
	margin-bottom: 10px;
	position: relative;
}

.tribe-filter-bar__filters .date_custom_input .tribe-events-c-top-bar__datepicker-container,
.tribe-filter-bar__filters .range_custom_input .tribe-events-c-top-bar__datepicker-container {
	top: 100%;
}

.tribe-filter-bar__filters .date_custom_input .tribe-events-c-top-bar__datepicker-container .datepicker,
.tribe-filter-bar__filters .range_custom_input .tribe-events-c-top-bar__datepicker-container .datepicker {
	margin-top: 5px;
	transform: none !important;
}

.tribe-filter-bar__filters .date_custom_input .datepicker .disabled,
.tribe-filter-bar__filters .range_custom_input .datepicker .disabled {
	color: var(--tec-color-text-primary-light);
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background-color: #f15c25 !important;
}

.tribe-filter-bar__filters .date_custom_input input,
.tribe-filter-bar__filters .range_custom_input input {
	padding: 8px 20px;
	padding-left: 40px;
	border-radius: 0;
	box-shadow: none;
	border-color: #000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23F15C25;'%3E%3Cpath d='M21 20V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2zM9 18H7v-2h2v2zm0-4H7v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm2-5H5V7h14v2z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 8px center;
}

.tribe-filter-bar__filters .date_custom_input input:focus,
.tribe-filter-bar__filters .range_custom_input input:focus {
	border-color: #f15c25;
}

.tribe-filter-bar__filters .week_custom_select {
	margin-bottom: 15px;
	background: #000;
	color: #fff;
	height: 38px;
}

.tribe-filter-bar__filters .range_custom_input .tribe-filter-bar__selected-filter {
    margin-bottom: 10px;
}

.litepicker .container__days .day-item:hover {
	box-shadow: inset 0 0 0 1px #f15c25;
}

.litepicker .container__months .month-item-header .button-previous-month:hover,
.litepicker .container__months .month-item-header .button-next-month:hover {
	background: transparent;
}

:root {
	--litepicker-day-color-hover: #f15c25 !important;
	--litepicker-is-start-color-bg: #f15c25 !important;
	--litepicker-is-end-color-bg: #f15c25 !important;
	--litepicker-is-in-range-color: rgba(241, 92, 37, 0.5) !important;
}
