
.sold-out, .status-style, .tool-tip {
	text-transform: capitalize;
}

.wte-user-input {
	margin: 0 0 30px;
}

.dd-list table {
	border: 1px solid #ccc;
}

.dd-list table td, .dd-list table th {
	padding: 10px;
}

.dd-list table th {
	background: #e5e5e5;
}

.dd-list table td {
	font-size: 16px;
	text-align: center;
}

.dd-list table tbody tr {
	border-bottom: 1px solid #ccc;
}

.dd-list table tbody tr:last-child {
	border-bottom: 0;
}

.dd-list table tbody .accordion-cost span {
	display: block;
}

.dd-list table tbody .accordion-cost .fdd-cost-wrap span {
	display: inline-block;
}

.dd-list table tbody td .book-btn {
	border: 1px solid #ccc;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	padding: 6px 12px;
	text-align: center;
	color: #636363;
	-webkit-transition: linear .2s;
	-moz-transition: linear .2s;
	transition: linear .2s;
	text-decoration: none;
}

.dd-list table tbody td .book-btn:focus, .dd-list table tbody td .book-btn:hover {
	text-decoration: none;
	background: #ccc;
	color: #000;
}

.tool-tip {
	cursor: pointer;
}

.tool-tip-desc {
	display: none;
	background: #000;
	color: #fff;
	height: auto;
	width: auto;
	padding: 5px;
}

#nestable1 {
	position: relative;
}

#loader, .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	text-align: center;
	font-size: 50px;
}

#loader .table, .loader .table {
	display: table;
	width: 100%;
	height: 100%;
}

#loader .table-row, .loader .table-row {
	display: table-row;
}

#loader .table-cell, .loader .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.sold-out {
	color: #d33;
	font-size: 20px;
	vertical-align: middle;
}

.dd-list table tbody .tool-tip-wrap {
	position: relative;
}

.dd-list table tbody .tool-tip-wrap .trip-disc {
	position: absolute;
	top: -35px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	padding: 5px;
	right: -10px;
	width: 200px;
	display: none;
}

.dd-list table tbody .tool-tip-wrap:hover .trip-disc {
	display: block;
}

.dd-list table tbody .tool-tip-wrap .trip-disc:after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	content: "";
	position: absolute;
	bottom: -8px;
	right: 10px;
}

.dd-list table tbody .tool-tip-wrap .trip-discount {
	background: #e5e5e5;
	float: right;
	margin: 5px -17px 0 0;
	padding: 0 12px;
	position: relative;
}

.dd-list table tbody .tool-tip-wrap .trip-discount:after {
	border-right: 6px solid transparent;
	border-top: 6px solid #bbb;
	bottom: -6px;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.status-style {
	color: #fff;
	border-radius: 5px;
}

#nestable1 tbody tr, #showLess {
	display: none;
}

#nestable1 .dd-list table td span, .btn-more-dates {
	display: inline-block;
}

#nestable1 .dd-list table {
	text-align: left;
}

#nestable1 .dd-list table td, #nestable1 .dd-list table th {
	text-align: left;
	word-break: normal;
}

#nestable1 .dd-list table .fa {
	margin-right: 8px;
}

.btn-more-dates {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	line-height: 17px;
	padding: 6px 12px;
	text-align: center;
	color: #636363;
	-webkit-transition: linear .2s;
	-moz-transition: linear .2s;
	transition: linear .2s;
}

.btn-more-dates:hover {
	text-decoration: none;
	background: #ccc;
	color: #000;
}

.currency-code .fa {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wpte-bf-datepicker .ui-datepicker-current-day a.ui-state-active {
	color: #155724 !important;
	background-color: #d4edda !important;
}

.wte-fsd-list-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.wte-fsd-list-header .wte-user-input {
	display: inline-block;
}

.wpte-trips-fsd-table-wrapper table {
	border-spacing: 0 8px;
}

.wpte-trips-fsd-table-wrapper table thead tr {
	padding: 10px;
}

#primary .page .entry-content table td, #primary .page .entry-content table th, #primary .post .entry-content table td, #primary .post .entry-content table th {
	padding: 5px;
}

.wte-user-input .wet-user-input-date, .wte-user-input .wte-user-input-field {
	margin: 0;
}

.wte-user-input .wte-user-input-field label {
	font-size: 18px;
	line-height: 52px;
	margin-right: .5rem;
}

.wte-user-input .wet-user-input-date select, .wte-user-input .wte-user-input-field select {
	padding: 8px 115px 8px 8px;
}

.wte-user-input .wet-user-input-trip select {
	padding: 8px 20px 8px 8px;
}

@media only screen and (min-width:768px) {
	#primary .page .entry-content table tbody .wte-fsd-row:hover {
		background: #fafafa;
	}
	
	.wpte-trips-fsd-table-wrapper table thead tr td {
		padding: 10px 15px !important;
	}
	
	.wpte-trips-fsd-table-wrapper table tbody tr td {
		padding: 20px 0;
	}
	
	.wpte-trips-fsd-table-wrapper table tbody .wte-fsd-row td {
		padding: 5px 10px;
	}
	
	.wte-fsd-action {
		margin: 12px 0;
	}
}

@media only screen and (max-width:767px) {
	#primary .page .entry-content table tbody td {
		display: block;
		text-align: right;
	}
	
	#primary .page .entry-content table tbody .wte-fsd-row td:hover {
		background: #fafafa;
	}
	
	.wte-fsd-row td {
		padding: 8px;
	}
	
	#primary .page .entry-content table tbody .wte-fsd-row td:nth-child(1):before, #primary .page .entry-content table tbody .wte-fsd-row td:nth-child(2):before, #primary .page .entry-content table tbody .wte-fsd-row td:nth-child(3):before, #primary .page .entry-content table tbody .wte-fsd-row td:nth-child(4):before, #primary .page .entry-content table tbody .wte-fsd-row td:nth-child(5):before, #primary .page .entry-content table tbody .wte-fsd-row td:nth-child(6):before, #primary .page .entry-content table th, #primary .post .entry-content table td, #primary .post .entry-content table th {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#primary .page .entry-content table tbody .wte-fsd-row td, #primary .page .entry-content table th, #primary .post .entry-content table td, #primary .post .entry-content table th {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
		padding: 10px 5px;
		width: 100%;
	}
	
	#primary .page .entry-content table thead, #primary .post .entry-content table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

#wte-fixed-departure-dates .wte-user-input, .wte-user-input .wet-user-input-date, .wte-user-input .wet-user-input-trip, .wte-user-input .wte-user-input-field {
	position: relative;
}

.select2-container .select2-choice div b {
	margin-top: 5px;
}

.wte-user-input .wte-user-input-field {
	margin-right: 16px;
	min-width: 260px;
}

.wet-user-input-trip select, .wte-user-input .wet-user-input-date select, .wte-user-input .wte-user-input-field select, .wte-user-input-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wte-user-input .wte-user-input-field select {
	width: 100%;
	padding-right: 32px;
	outline: 0;
}

.entry-content #wte-fixed-departure-dates .wte-fsd-list-header .wte-user-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px 30px 8px 8px;
}

.wte-fsd-list-header .select2-container .select2-choice div {
	display: none;
}

#wp-travel-trip-wrapper #wte-fixed-departure-dates .wte-fsd-list-header .wte-user-input {
	border: 0;
}

.fixed-starting .select2-container .select2-choice {
	height: 39px;
	padding: 8px 33px 5px 8px;
	width: 191px;
	background-image: none;
	margin-left: 10px;
}

.fixed-starting .select2-container .select2-choice.nitro-lazy {
	background-image: none !important;
}

.wpte-trips-fsd-table-wrapper thead td {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.wpte-trips-fsd-table-wrapper tbody tr.wte-fsd-row-month td {
	font-weight: 700;
	height: 64px;
}

.date-select {
	outline: 0;
}

#nestable1 .dd-list table td, #nestable1 .dd-list table th {
	font-size: .8em;
	line-height: 1.313em;
	padding: 15px 4px;
}

#tabs-container {
	max-width: 100%;
}

@media only screen and (max-width:767px) {
	.wte-fsd-list-header {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	
	.fixed-starting .dd-list table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	.fixed-starting .dd-list table tbody td:before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.fixed-starting .dd-list table tbody td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right !important;
	}
}

@media only screen and (max-width:768px) {
	.wpte-trips-fsd-table-wrapper table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	.wpte-trips-fsd-table-wrapper table tbody td:before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.wpte-trips-fsd-table-wrapper table tbody td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right !important;
	}
}

#wte-trips-fixed-departure-dates .select2-container .select2-choice div {
	display: none;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field select {
	display: inline-block;
	margin-left: 20px;
	color: #999;
	border: 1px solid #e5e5e5;
}

#wte-trips-fixed-departure-dates .wte-user-input .wet-user-input-date, .wte-user-input .wte-user-input-field {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 24px;
}

#wte-trips-fixed-departure-dates .wte-user-input-field label {
	width: 80px;
	white-space: nowrap;
}

@media (min-width:768px) {
	#wte-trips-fixed-departure-dates .wte-user-input-field label {
		width: auto;
	}
}

#wte-trips-fixed-departure-dates .select2-container-multi .select2-choices {
	width: 204px;
	margin-left: 20px;
}

.select2-container-multi .select2-choices {
	border: 1px solid #e5e5e5;
	background-image: none;
}

.select2-container-multi .select2-choices.nitro-lazy {
	background-image: none !important;
}

.select2-container-multi .select2-choices .select2-search-field {
	border: 1px solid #e5e5e5;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field::after {
	right: 10px;
	left: unset;
}

#wte-trips-fixed-departure-dates .select2-container .select2-choice {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 43px;
	padding: 7px 33px 5px 8px;
}

#wte-trips-fixed-departure-dates .select2-container .select2-choice span {
	color: #666;
}

#wte-trips-fixed-departure-dates #s2id_wte-fsd-filter-month .select2-choices .select2-search-field::after, #wte-trips-fixed-departure-dates #s2id_wte-fsd-filter-month .select2-choices .select2-search-field::before, #wte-trips-fixed-departure-dates .select2-container-multi .select2-choices ul>li:after {
	content: none;
}

#wte-trips-fixed-departure-dates .select2-container-multi .select2-choices .select2-search-choice {
	padding: 10px 10px 9px 21px;
	margin: 7px;
}

#wte-trips-fixed-departure-dates .select2-container-multi .select2-choices .select2-search-choice::before {
	content: none;
}

#wte-trips-fixed-departure-dates .select2-container .select2-choices .select2-search-field {
	padding-left: 0;
	margin: 0;
}

#wte-trips-fixed-departure-dates .wte-user-input-field .select2-container .select2-choices {
	margin: 0;
	overflow: hidden;
	height: 24px !important;
}

#wte-trips-fixed-departure-dates .select2-container-multi .select2-choices .select2-search-choice::after {
	content: none;
}

#wte-trips-fixed-departure-dates .select2-container-multi .select2-choices .select2-search-field {
	border: 0;
}

#wte-trips-fixed-departure-dates .select2-results__options li {
	margin: 0;
}

#wte-trips-fixed-departure-dates #wte-fsd-filter-year::after, #wte-trips-fixed-departure-dates .wet-user-input-date::after {
	position: absolute;
	top: 9px;
	left: 230px;
	width: 20px;
	height: 29px;
	line-height: 29px;
	pointer-events: none;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%238d8d8d\' viewBox=\'0 0 320 512\'%3E%3Cpath d=\'M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\'/%3E%3C/svg%3E") center center no-repeat;
	background-size: .7em;
}

#wte-fixed-departure-dates .select2-container--default .select2-selection--single .select2-selection__arrow, #wte-trips-fixed-departure-dates .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

#wte-trips-fixed-departure-dates.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-right: 27px;
}

#wte-trips-fixed-departure-dates .select2-container--default .select2-search--inline .select2-search__field {
	width: 100% !important;
}

#wte-trips-fixed-departure-dates .select2-container--default .select2-selection--multiple {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	padding: 2px 0;
}

#wte-trips-fixed-departure-dates .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999;
	margin-top: 10px;
}

.select2-container .select2-selection--single {
	height: 48px;
	border-radius: 0;
}

#wte-fixed-departure-dates .select2-selection--single::after, #wte-trips-fixed-departure-dates .select2-selection--single::after {
	right: 2px;
	height: 29px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%238d8d8d\' viewBox=\'0 0 320 512\'%3E%3Cpath d=\'M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\'/%3E%3C/svg%3E") center center no-repeat;
	width: 20px;
	line-height: 29px;
	pointer-events: none;
}

#wte-fixed-departure-dates .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999;
	margin-top: 8px;
}

.select2-selection__arrow {
	display: none;
}

.select2-selection--single {
	position: relative;
}

#wte-fixed-departure-dates .select2-selection--single::after {
	position: absolute;
	top: 8px;
	background-size: .7em;
}

#wte-trips-fixed-departure-dates .select2-selection--single::after {
	position: absolute;
	top: 10px;
	background-size: .7em;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-month .select2-selection__rendered li::after, #wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-month .select2-selection__rendered li::before {
	content: none;
}

#wte-fixed-departure-dates .select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	right: 21px;
	font-weight: 700;
	position: absolute;
}

#wte-fixed-departure-dates .select2-container--default .select2-selection--single, #wte-trips-fixed-departure-dates .select2-container--default .select2-selection--single {
	border: 1px solid #e5e5e5;
}

#wte-trips-fixed-departure-dates .select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 23px;
	padding: 1px;
}

#wte-trips-fixed-departure-dates .select2-selection__rendered, #wte-trips-fixed-departure-dates li {
	margin: 0;
}

#wte-trips-fixed-departure-dates .select-8-selection--multiple .select2-selection__rendered, #wte-trips-fixed-departure-dates .select2-selection__rendered {
	height: 30px;
}

#wte-fixed-departure-dates .wte-fsd-list-header .wte-user-input .date-select {
	position: relative;
}

#wte-fixed-departure-dates .wte-fsd-list-header .wte-user-input select {
	padding: 0;
}

#wte-fixed-departure-dates .wte-fsd-list-header .wte-user-input .date-select::after {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 20px;
	height: 29px;
	line-height: 29px;
	pointer-events: none;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%238d8d8d\' viewBox=\'0 0 320 512\'%3E%3Cpath d=\'M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\'/%3E%3C/svg%3E") center center no-repeat;
	background-size: .7em;
}

#wte-trips-fixed-departure-dates .select2-results .select2-results__option {
	margin: 0 !important;
}

@media only screen and (max-width:1024px) {
	#wte-trips-fixed-departure-dates .wte-user-input {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
}

@media only screen and (max-width:767px) {
	#wte-trips-fixed-departure-dates .wte-user-input-month {
		height: auto !important;
	}
}

#wte-trips-fixed-departure-dates .wte-user-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 15px;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field {
	-ms-flex-preferred-size: 0;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex: 0 1 100%;
	max-width: 100%;
	flex-direction: column;
	align-items: flex-start;
	height: auto;
	margin-right: 0;
}

#wte-trips-fixed-departure-dates .seats-available {
	text-align: center;
}

#wte-trips-fixed-departure-dates .seats-available .available, #wte-trips-fixed-departure-dates .seats-available .guaranteed, #wte-trips-fixed-departure-dates .seats-available .limited {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 13px;
}

#wte-trips-fixed-departure-dates .seats-available .available, #wte-trips-fixed-departure-dates .seats-available .guaranteed {
	border: 1px solid rgba(0, 175, 135, .7);
	color: #00b98b;
}

#wte-trips-fixed-departure-dates .seats-available .available {
	background-color: rgba(0, 175, 135, .05);
}

#wte-trips-fixed-departure-dates .seats-available .limited {
	border: 1px solid rgba(250, 196, 21, .15);
	background-color: rgba(250, 196, 21, .08);
}

@media (min-width:768px) {
	#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field {
		flex-direction: unset;
		max-width: 320px;
		margin-right: 1rem;
	}
}

@media (min-width:576px) {
	#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field {
		flex-basis: calc(50% - 16px);
	}
	
	#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field:first-child {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field {
		margin-right: 16px;
		flex-basis: calc(33.3333% - 32px);
	}
	
	#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field:last-child, #wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field:nth-child(3n) {
		margin-right: 0;
	}
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field select {
	height: 50px;
	width: 100%;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-search__field, #wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .wte-fsd-filter {
	margin: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	width: 100%;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-search__field {
	padding-right: 52px;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-search--inline {
	padding: 0;
	margin: 0;
	width: 100%;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field ul.select2-selection__rendered {
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	height: 45px;
	padding-right: 36px;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-selection__rendered {
	font-size: 1rem;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-selection__clear {
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	text-align: center;
	margin: 0;
	line-height: 50px;
	background-color: #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
	width: 52px;
	padding: 0 .4em;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-selection--multiple::after {
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 60px;
	background: #fff;
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field::after {
	top: 40px;
}

#wte-trips-fixed-departure-dates .wte-user-input .wte-user-input-field .select2-selection__choice {
	margin: 0;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

#wte-trips-fixed-departure-dates .wet-user-input-date::after {
	background: 0 0;
}

.wte-user-input-filter-icon {
	flex-basis: 16px;
}

.wte-user-input .wte-user-input-filters-icon {
	align-self: center;
	margin-right: 2rem;
	flex-grow: 1;
}

@media (min-width:768px) {
	.wte-user-input .wte-user-input-filters-icon {
		flex-grow: 1;
		font-size: 18px;
		line-height: 1;
	}
}

.wte-user-input .wte-user-input-filters-icon svg {
	height: 18px;
	width: 18px;
}

.wte-fsd-list-booknow-btn:disabled {
	opacity: .5;
}

.wte-fsd-frontend-holder-dd .accordion-cost svg, .wte-fsd-frontend-holder-dd .accordion-sdate svg, .wte-fsd-frontend-holder-dd .accordion-seats svg {
	width: 1em;
	height: auto;
}

#wte-trips-fixed-departure-dates td>div, #wte-trips-fixed-departure-dates td>span {
	display: inline-block;
}
