
#jansencws-loading {
	text-align:center;
	width:100%;
}
#jansencws-loading .container {
	margin-top:50px;
}
#jansencws-loading .container p{
	margin-top:15px;
}

.widget[class*=" widget_jansencws_travel_filter_"] .widget-title {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.trips-filters.filter-buttons button {
	display: block;
	width: 100%;
	text-align:center;
	background: #f15b24;/*#007cba;*/
	border:none;
	color:#fff;
	padding: .5em;
	margin: 1em 0;
	flex: 1;
}

@media screen and (min-width: 768px) {
	.trips-filters-container.horizontal {
		display: flex;
		flex-direction: row;
		gap: 4rem;
	}
	.trips-filters.filter-buttons.horizontal {
		display: flex;
		flex-direction: row;
		gap: 2rem;
	}
}

ul.trips-filters {
	max-height: 10em;
	padding: 0;
	margin: 1em 0;
	overflow-y: auto;
}
/* Customize the label (the container) */
ul.trips-filters li {
	margin-left: 0;
	display: block;
	line-height:1;
	position: relative;
	margin-bottom: 5px !important;
	padding: 0 !important;
	cursor: pointer;
	/*  font-size: 22px;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.trips-filters li label {
	cursor: pointer;
}

/* Hide the browser's default checkbox */
ul.trips-filters li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
ul.trips-filters li .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1em;
	width: 1em;
	background-color: #eee;
}

/* Style the checkmark/indicator */
ul.trips-filters li .checkmark:after {
	display: none;
	content: "✓";
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
}

ul.trips-filters li .label-text {
	margin-left: 1.5em;
}

ul.trips-filters li input[type=checkbox] {
	margin-right: 10px;
}

ul.trips-filters li:hover input ~ .checkmark {
	background-color: #ccc;
}
ul.trips-filters li input:checked ~ .checkmark {
	background-color: #f15b24;/*#2196F3;*/
}

/* Show the checkmark when checked */
ul.trips-filters li input:checked ~ .checkmark:after {
	display: block;
}

.sidebar-primary ul.trips-filters li label{
	align-items: center;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 1.4rem;
	height:25px;
}
/*.sidebar-primary ul.trips-filters li label .label-text{
	margin-top: 6px;
	display: inline-block;
}*/
