
.tour-page {
	/* Header Height */
	margin-top: 90px;
	font-family: 'proxima_nova';
}

.illustration-header {
	height: 180px;
	background-image: var(--brand-illustration);
	background-color: #008939;
	background-color: var(--brand-light);
}

.tour-page h2,
.tour-page h5,
.tour-page h6,
.tour-page .h {
	color: #007531;
	color: var(--brand-light);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.2em;
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: 'museo_slab';
	font-weight: normal;
}
.tour-page h2,
.tour-page h3,
.tour-page h4,
.tour-page h5,
.tour-page h6 {
	padding-top: 10px;
}

.tour-page .tour-category-text a {
	color: var(--brand-light);
}

#tour-header-outer {
	position: relative;
	height: 100%;
}
.category-cards-page #tour-header {
	height: 72px;
	color: #fff;
	position: absolute;
	bottom: 17px;
	right: 0px;
	z-index: 30;
	left: 0;
	padding: 0;
	background-color: #004325;
	background-color: var(--brand-dark);
	
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.category-cards-page .tour-icon-outer {
	position: static;
	width: auto;
	float: left;
	padding: 17px 0px 17px 20px;
}
.category-cards-page .tour-icon {
	margin: 0;
	background-image: var(--brand-icon);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: 36px;
	width: 37px;
	height: 38px;
}
.category-cards-page #tour-header .h1-container {
	flex: 1;
}
.category-cards-page #tour-header h1 {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
	height: 37px;
	overflow: hidden;
	width: calc(100% - 72px);
	margin: 20px 5px 0px 10px;
}
.category-cards-page #tour-header .caption {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	padding: 17px 20px 17px 62px;
}
.category-cards-page #tour-header .caption .caption-inner {
	position: relative;
	padding-bottom: 16px;
	background-image: url('/images/category_page/zig-zag-white2.png');
	background-repeat: repeat-x;
	background-size: auto 12px;
	background-position: left bottom;
}
.category-cards-page #tour-header .caption .arrow {
	position: absolute;
	top: 8px;
	left: -58px;
}

#tour-information {
	line-height: 16px;
}
#tour-information strong {
	font-weight: 500;
}

/* Tour Category Cards - also at bottom of Product pages */
.category-cards-page .card-holder.margin {
	margin-top: 53px;
}
.category-card {
	position: relative;
	float: left;
	width: 32.5%;
	margin: 0px 1.25% 8px 0px;
	background-color: #ffffff;
	color: #333333;
	font-size: 15px;
	min-height: 368px;
}
.category-card.has_link {
	cursor: pointer;
}
.category-card .img_outer {
	position: relative;
}
.category-card .img_holder {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 135px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #004325;
	background-color: var(--brand-dark);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-card img {
	width: 100%;
	height: auto;
}
.category-card .card_inner {
	padding: 0 20px 0 20px;
	margin: 20px 0 65px 0;
	min-height: 165px;
}
.category-card h2, .category-card .card-heading {
	font-family: 'museo_slab';
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	color: #333 !important;
	text-transform: none;
	text-decoration: none;
}

.description {
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
}
.category-top-picks .category-card .link_row_holder {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	padding: 0px 20px 20px 20px;
	background-color: #ffffff;
}

.category-card .link_row {
	min-height: 38px;
	line-height: 15px;
}
.category-card .link_row .label {
	margin-left: 120px;
}
.category-card .link_row span {
	float: right;
	text-align: right;
	max-width: 200px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.055em;
}
.category-card .link_row a.card-button, .no_link {
	display: block;
	float: left;
	position: relative;
	min-height: 38px;
	padding: 10px 30px 7px 18px;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.05em;
	font-weight: bold;
	box-sizing: border-box;
	/* Make Dynamic */
	background-color: #9B9B9B;
	color: #ffffff;
	color: var(--brand-text-color);
	text-decoration: none;
	border-radius: 6px;
	text-transform: uppercase;
	transition: background-color 0.5s ease-in-out 0s;
}

.no_link {
	background-color: #ffffff;
	color: #9B9B9B;
	border: 2px solid #9B9B9B;
	box-sizing: border-box;
	padding: 8px 15px 0px 15px;
}

.category-card .link_row a.card-button div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	word-break: break-word;
}

.category-card .link_row a.card-button div div {
	display: table-cell;
	vertical-align: middle;
}

.category-card .link_row a.card-button:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%; 
	right: 12px;
	margin-top: -6px;
	width: 0px;
	height: 0px;
	border: transparent 6px solid;
	border-left: #ffffff 7px solid;
}
.category-card:hover a.card-button {
	background-color: #008939;
	background-color: var(--brand-light);
}
/* End Tour Category Cards for Desktop */

/* Category Page revamp 2025 */
.category-cards-page #tour-outer {
	position: relative;
	/* background: #F6F6F6; */
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 30px;
}
.page-tour_category .category-top-picks {
	position: relative;
	padding: 0 10px;
	padding: 0;
}
.page-tour_category .category-top-picks .swiper-button-prev.arrow-box, .page-tour_category .category-top-picks .swiper-button-next.arrow-box {
	background-image: url('/images/tour/slider-button-arrow.png');
	background-size: auto 100%;
	width: 52px;
	top: 43%;
}
.category-top-picks .category-card {
	width: 309px;
	background-color: transparent;
	padding: 0 0 0 5px;
	box-sizing: border-box;
	text-align: left;
}
.category-top-picks .category-card .img_holder {
	height: 172px;
	padding: 0;
}
.category-card .img_holder img {
	position: absolute;
	max-width: none;
	max-height: none;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	/* width: 100%; */
	width: auto;
	/* height: 100%; */
	height: auto;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	transition: transform .4s ease-in-out;
}
.category-top-picks .category-card .img_holder img.img_ls {
	max-height: unset;
	max-width: 100%;
	/* min-width: unset; */
}
.category-card:hover .img_holder img {
	transform: scale(1.25);
}
.category-top-picks .category-card .card_inner {
	padding: 0 5px 0 0;
	padding: 17px 5px 20px 0;
	margin: 0 auto;
	min-height: unset;
}
.category-card h2 {
	font-family: 'proxima_nova';
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	color: #000000!important;
	margin: 0 0 12px 0;
	min-height: 62px;
}
.category-top-picks .category-card h2 {
	margin: 17px 0 0 0;
	min-height: 50px;
}
.category-card .description {
	line-height: 22px;
	color: #595959;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	max-height: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
}
.category-card .description:after, .filter-cards.general-category-filter-cards .category-card .description:after {
	content: "";
	display: block;
	width: 102px;
	height: 27px;
	position: absolute;
	right: -5px;
	bottom: -6px;
	background-image: url('/images/category_page/more_icon.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.filter-cards.general-category-filter-cards .category-card .description:after {
	width: 55px;
	height: 25px;
	bottom: -9px;
}
.category-top-picks .category-card .description {
	transition: all .4s ease-in-out;
}
.category-top-picks .category-card .description:after {
	transition: opacity .4s ease-in-out;
}
.category-top-picks .category-card.expand .description {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: unset;
	max-height: 300px;
}
.category-top-picks .category-card.expand .description:after {
	opacity: 0;
}
.category-card .zigzag-border {
	width: 100%;
	height: 12px;
	/* margin-top: 7px; */
}
.category-card .zigzag-border svg {
	width: 100%;
	height: 8px;
	transition: height .2s ease-in-out;
}
.category-card:hover .zigzag-border svg {
	height: 12px;
}
.category-card .zigzag-border svg path {
	fill: #9B9B9B!important;
	transition: fill .2s ease-in-out;
}
.category-card:hover .zigzag-border svg path {
	fill: var(--brand-dark)!important;
}
.category-top-picks .category-card .link_row_holder {
	position: absolute;
	bottom: 20px;
	left: -5px;
	padding: 0;
	background-color: transparent;
}
.category-card .link_row a.card-button, .category-cards-page .no_link {
	background-color: var(--brand-light);
	border-radius: 0;
	font-size: 18px;
	line-height: 21px;
	width: 280px;
	width: 90%;
	padding: 11px 11px 6px 11px;
}
.category-cards-page .no_link {
	letter-spacing: -0.00405em;
	padding: 9px 11px 8px 11px;
	background-color: #ffffff;
	background-color: #9B9B9B;
	color: #ffffff;
	border-color: #ffffff;
}
.category-card .link_row a.card-button:after {
	display: none;
}
.category-card .link_row a.card-button > div {
	position: relative;
	padding-right: 16px;
}
.category-card .link_row a.card-button > div:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -6px;
	width: 0px;
	height: 0px;
	border: transparent 6px solid;
	border-left: #ffffff 7px solid;
}
.swiper-button-prev.arrow-box, .swiper-button-next.arrow-box {
	background-image: url('/images/2022/swiper-arrow.png');
	background-image: url('/images/category_page/slider_button.png');
	background-size: contain;
	right: unset;
	left: 0;
	width: 72px;
	height: 72px;
	top: 50%;
	transform: translateY(-70%);
	opacity: 0.8;
	transition: opacity .4s ease-in-out;
}
.swiper-button-prev.arrow-box:hover, .swiper-button-next.arrow-box:hover {
	opacity: 1;
}
.swiper-button-next.arrow-box {
	transform: translateY(-70%) rotate(180deg);
	left: unset;
	right: 0;
}
.category-cards-page .tour-category-text h2 {
	font-family: 'proxima_nova';
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
}
.category-cards-page .tour-category-text-outer {
	position: relative;
}
.category-cards-page .tour-category-text-outer .tour-category-text {
	padding-top: 0;
}
.category-cards-page .tour-category-text-outer .tour-category-text.bottom {
	padding-left: 34px;
}
.category-cards-page .tour-category-text-outer .zigzag-bg {
	width: 17px;
	height: 100%;
	background-image: url('/images/category_page/zig-zag-90-degs.png');
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
/* filter bar styling also used for search.php */
.filter-cards {
	margin-bottom: 80px;
}
.anchor#_filters {
	position: relative;
	top: -100px;
}
.filter-cards .filter-bar {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.page-search .page-top.full-width.products-only ~ .search-page-split.full-width .filter-cards .filter-bar {
	margin-top: 20px;
}
.filter-cards .filter-bar .filter-sort, .filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input, .filter-cards .filter-bar-centre .filter-tag {
	position: relative;
	width: max-content;
	padding: 11px 15px;
	padding: 8px 30px 8px 15px;
	border: 1px solid #9B9B9B;
	border-radius: 4px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.filter-cards .filter-bar .filter-sort.filters-button {
	padding: 8px 54px 8px 15px;
}
.filter-cards .filter-bar .filter-sort:hover {
	border-color: #000000;
}
.filter-cards .filter-bar .filter-sort > span {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #595959;
}
.filter-cards .filter-bar .filter-sort .filters-icon {
	vertical-align: middle;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.filter-cards .filter-bar .filter-sort .filters-icon.filters-icon-active {
	opacity: 0;
}
.filter-cards .filter-bar .filter-sort:hover .filters-icon {
	opacity: 0;
}
.filter-cards .filter-bar .filter-sort:hover .filters-icon.filters-icon-active {
	opacity: 1;
}
.filter-cards .filter-bar .filter-sort #filters_applied_number {
	display: flex;
	display: none;
	align-items: center;
	width: 22px;
	height: 22px;
	background-color: #000000;
	border-radius: 50%;
	justify-content: center;
	position: absolute;
	top: -11px;
	right: -6px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.filter-cards .filter-bar .filter-sort.sort_by_holder {
	position: relative;
	padding: 8px 10px 8px 5px;
	padding: 8px 10px 8px 15px;
}
.filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input_label, .filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input {
	display: inline-block;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
.filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input:focus, .filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input:focus-visible {
	border: none;
	outline: none;
}
.filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input {
	font-size: 14px;
	color: #595959;
	font-weight: 500;
}
.filter-cards .filter-bar .filter-sort.sort_by_holder .ap_input > option {
	color: #000000;
}
.filter-cards .filter-bar-centre {
	flex: 1;
	background-image: url('/images/category_page/zig-zag-180-degs.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin: 0 15px 0 10px;
	overflow-x: auto;
	scrollbar-width: thin;
}
.filter-cards .filter-bar-centre .filters-applied {
	display: inline-flex;
}
.filter-cards .filter-bar-centre .filter-tag {
	display: inline-block;
	background-color: #ffffff;
	border-color: #000000;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	text-align: left;
	padding: 12px 15px;
	margin-right: 6px;
	position: relative;
}
.filter-cards .filter-bar-centre .filter-tag .close {
	position: absolute;
	top: 0px;
	right: 6px;
	font-size: 18px;
	line-height: 1em;
}

.no-results {
	background-color: #DFDFDF;
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: flex;
	min-height: 221px;
}
.no-results .no-results-inner {
	padding: 20px 0;
	margin: 0 auto;
	align-self: center;
}
.no-results .no-results-icon {
	height: auto;
	margin-bottom: 17px;
}
.no-results .buttons, .filters-window .buttons {
	width: 350px;
	color: #333333;
	display: inline-flex;
	justify-content: space-evenly;
	margin-top: 14px;
}
.no-results .button, .filters-window .button {
	font-family: 'proxima_nova';
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	color: #757575;
	background-color: unset;
	height: 40px;
	border: 1px solid #757575;
	border-radius: 4px;
	padding: 10px 16px;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease-in-out, border .2s ease-in-out;
}
.no-results .button:hover, .filters-window .button:hover {
	color: #000000;
	border: 1px solid #000000;
}

.filter-cards .sort-by-container {
	position: relative;
}

/* filters window styling also used for search.php */
.filter-cards .filters-window {
	display: block;
	display: none;
	position: absolute;
	width: 640px;
	max-height: 688px;
	overflow-y: hidden;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #ffffff;
	z-index: 2;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.filter-cards .filters-window.filters-open {
	display: block;
}
.filter-cards .filters-window .top {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 28px;
	margin-bottom: 30px;
	background-image: url('/images/category_page/zig-zag-180-degs.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.filter-cards .filters-window .close {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #000000;
	cursor: pointer;
}
.filter-cards .filters-window .close img {
	vertical-align: middle;
	margin: 0 0 4px 3px;
}
.filter-cards .filters-window .heading, .filters-window .filters-window-inner .searchbar input.search, .filters-window .filters-window-inner .searchbar input.search::placeholder {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
#filters-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff69ff80;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	cursor: pointer;
}
.filters-window .filters-window-inner {
	overflow-y: scroll;
	scrollbar-width: thin;
	padding-right: 10px;
	max-height: 520px;
}
.filters-window .filters-window-inner .searchbar {
	background-image: url('/images/category_page/search-filters.png');
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: left 8px;
	border-bottom: 1px solid #757575;
	padding: 0 0 19px 26px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.filters-window .filters-window-inner .searchbar input.search {
	width: 100%;
	min-height: 40px;
	box-sizing: border-box;
	border: none;
	padding: 0 0 0 14px;
	border-radius: 4px;
}
.filters-window .filters-window-inner .searchbar input.search::placeholder {
	color: #000000!important;
}
.filters-window .filters-window-inner .searchbar input.search:focus-visible {
	outline: none;
}
.filters-window .select-filters {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.filters-window .select-filters.date-filter {
	padding-bottom: 30px;
	flex-wrap: nowrap;
}
.filters-window .select-filters .select_input {
	width: 100%;
	height: 33px;
	border: 0;
	cursor: pointer;
}
.filters-window .select-filters > div {
	width: 49%;
}
.filters-window .select-filters > div.categories {
	margin-bottom: 30px;
}
.filters-window .select-filters .heading {
	margin-bottom: 20px;
}
.filters-window .select-inner label {
	display: flex;
	display: block;
	line-height: 30px;
	line-height: 24px;
	letter-spacing: -0.015em;
	margin-bottom: 12px;
	transition: color .2s ease-in-out;
}
.filters-window .select-inner label:hover {
	color: #000000;
}
.filters-window .select-inner label:last-of-type {
	margin-bottom: 0;
}
.filters-window .select-inner input[type=checkbox] {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border-radius: 4px;
	border: 1px solid #757575;
	cursor: pointer;
	float: none;
	position: relative;
	top: 5px;
}
.filters-window .select-inner input[type=checkbox]:checked {
	/* -webkit-appearance: none; */
	/* background-color: #008939; */
}
.filters-window .select-inner .calendar-only {
	width: 100%;
	box-sizing: border-box;
	float: none;
}
.filters-window .select-filters > div.dates {
	/* width: 100%; */
	/* min-height: 250px; */
	padding: 4px;
}
.filters-window .select-inner .tour-calendar {
	padding: 8px;
	border: 1px solid #757575;
	border-radius: 4px;
}
.filters-window .select-inner .tour-calendar .cds {
	padding: 4px 0;
	border-radius: 4px;
}
.filters-window .select-inner .tour-calendar .cds.has-value {
	background-image: url('/images/2022/cross-white.png')!important;
	background-size: auto 15px;
}
.filters-window .select-inner .tour-calendar .ap_input.calendar_input, .filters-window .select-filters .select_input {
	font-family: 'proxima_nova';
	font-size: 17px;
	font-weight: normal;
	color: #333333;
}
.filters-window .select-inner .tour-calendar .ap_input.calendar_input::placeholder {
	color: #333333;
}
.filters-window .select-inner .tour-calendar #ap_calendar {
	left: 2px!important;
}
.filters-window .buttons {
	width: 100%;
	justify-content: space-between;
	font-weight: bold;
	color: #757575;
}

.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card {
	width: 213px;
	height: 350px;
	height: 390px;
	padding: 0;
	margin: 0 18px 30px 0;
	word-wrap: break-word;
}
.category-cards-page .filter-cards:not(.general-category-filter-cards) .category-card, .filter-cards:not(.general-category-filter-cards) .category-card, .filter-cards.tour-related .category-card {
	clear: none;
}
.filter-cards .category-card .img_holder {
	width: 100%;
	height: 213px;
	padding: 0;
}
.filter-cards .category-card .card_inner {
	padding: 8px 5px 0 0;
	margin: 0;
}
.filter-cards .category-card:nth-of-type(5n) {
	margin-right: 0;
}
.filter-cards .category-card .card_inner .card-button {
	text-decoration: none;
}
.filter-cards .category-card h2 {
	font-size: 18px;
	line-height: 18px;
	min-height: 54px;
	margin: 0 0 10px 0;
}
.filter-cards.general-category-filter-cards .category-card h2 {
	min-height: 36px;
}
.filter-cards .description {
	font-size: 14px;
	align-content: end;
	line-height: 18px;
	min-height: 70px;
}
.filter-cards .description:after {
	display: none;
}
.filter-cards .description .icon {
	width: 13px;
	vertical-align: middle;
	margin: -2px 4px 0 0;
}
.filter-cards .price-outer {
	margin-top: 3px;
}
.filter-cards .price {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.filter-cards .category-card .zigzag-border svg {
	height: 7px;
}
.filter-cards .category-card:hover .zigzag-border svg {
	height: 11px;
}
/* ------------------------- */

.tour-category-text {
	font-size: 16px;
	line-height: 1.6em;
	padding-top: 12px;
}

.tour-category-text.top:not(.secondary) {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}



/* GENERAL CATEGORY PAGES */
/* Taller, wider cards that show all text. */
.filter-cards.general-category-filter-cards .category-card {
	float: left;
	width: 32%;
	height: auto;
	min-height: unset;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	line-height: 120%;
}
.category-cards-page .filter-cards.general-category-filter-cards .category-card {
	margin: 26px 2% 14px 0;
}
.category-cards-page .filter-cards.general-category-filter-cards .category-card:nth-of-type(3n) {
	margin-right: 0%;
}
.filter-cards.general-category-filter-cards .category-card.info_card_only:hover {
	
}
.filter-cards.general-category-filter-cards .category-card h2 {
	min-height: unset;
	font-size: 20px;
	line-height: 20px;
	
}
.filter-cards.general-category-filter-cards .category-card .description {
	display: block;
	-webkit-box-orient: unset;
	-webkit-line-clamp: unset;
	max-height: none;
	overflow: visible;
	text-overflow: unset;
	margin: 12px auto;
	font-size: 16px;
	line-height: 20px;
	min-height: unset;
}
.filter-cards.general-category-filter-cards .category-card .description:after { /* remove rule above when going live */
	display: none;
}
.filter-cards.general-category-filter-cards .category-card .img_holder {
	height: 135px;
	padding-top: 0;
}
.filter-cards.general-category-filter-cards .category-card .img_holder img {
	max-height: unset;
	max-width: 100%;
}
.filter-cards.general-category-filter-cards .category-card.info_card_only .img_holder img {
	transform: scale(1);
}
.filter-cards.general-category-filter-cards .category-card .card_inner {
	/* padding: 0 20px 0 20px; */
	/* margin: 20px 0 65px 0; */
	min-height: 165px;
	min-height: unset;
}
.filter-cards.general-category-filter-cards .category-card.info_card_only .zigzag-border svg {
	height: 11px;
}
.filter-cards.general-category-filter-cards .category-card.info_card_only .zigzag-border svg path {
	fill: var(--brand-dark)!important;
}


/* ------ MEDIA SCREEN ---------- */

@media screen and (max-width: 1167px) {
	.category-card .card_inner {
		margin: 20px 0 80px 0;
	}
	
	/* Category Page revamp 2025 */
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card, .filter-cards .category-card:nth-of-type(5n) {
		margin: 0 36px 30px 0;
	}
	.filter-cards .category-card:nth-of-type(4n) {
		margin-right: 0;
	}
	/* ------------------------- */
	
}

/* Tablet */
@media screen and (max-width: 999px) {
	/* Category Page revamp 2025 */
	.filter-cards .filter-bar-centre .filter-tag {
		display: none;
	}
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card, .filter-cards .category-card:nth-of-type(5n), .filter-cards .category-card:nth-of-type(4n) {
		margin: 0 83px 24px 0;
		margin: 0 20px 24px 0;
	}
	.filter-cards .category-card:nth-of-type(3n) {
		margin-right: 0;
		clear: none;
	}
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card {
		width: 178px;
		width: 220px;
		height: 306px;
	}
	.filter-cards .category-card .img_holder {
		height: 178px;
	}
	.filter-cards .category-card .card_inner {
		padding: 5px 5px 0 0;
		min-height: unset;
	}
	.filter-cards .category-card h2 {
		font-size: 16px;
	}
	.filter-cards .description {
		line-height: 18px;
	}
	.filter-cards.general-category-filter-cards .category-card .description:after {
		bottom: -12px;
	}
	.category-card .zigzag-border {
		margin-top: 6px;
	}
	/* ------------------------- */
	.category-cards-page .card-holder.margin {
		margin-top: 35px;
	}
	.category-cards-page #tour-header {
		height: 48px;
	}
	.category-cards-page #tour-header h1 {
		width: calc(100% - 57px);
		margin: 7px 5px 0px 5px;
		font-size: 18px;
	}
	.category-cards-page .tour-icon-outer {
		padding: 10px 0px 9px 20px;
	}
	.category-cards-page .tour-icon {
		width: 27px; 
		height: 29px; 
		background-size: 27px;
	}
	.category-cards-page #tour-header .caption {
		font-size: 14px;
		padding: 10px 20px 17px 62px;
	}
	.category-cards-page #tour-header .caption .arrow {
		top: 4px;
		left: -49px;
		width: 45px;
	}
	.tour-category-text.top:not(.secondary) {
		font-size: 17px;
		line-height: 26px;
	}
	.card-holder {
		padding: 0px 20px;
		box-sizing: border-box;
	}
	.category-card:nth-child(2n) {
		/* margin-right: 0; */
	}
	.category-card:nth-child(2n+1) {
		clear: both;
	}
	.category-card {
		font-size: 14px;
		width: 49.375%;
		min-height: 344px;
	}
	
	.category-card .card_inner {
		min-height: 155px;
	}
	.category-card .link_row span {
		letter-spacing: -0.035em;
	}
	.category-card .img_holder {
		height: 0px;
		padding-top: 19%;
		padding-bottom: 19%;
	}
	.category-card h2, .category-card .card-heading {
		font-size: 18px;
		line-height: 18px;
	}
	.description {
		font-size: 14px;
		line-height: 20px;
		margin-top: 14px;
	}
	.category-card .link_row span {
		font-size: 13px;
	}
	.inner-wrapper.card-holder {
		padding: 0px;
	}
	
	/* Category Page revamp 2025 */
	.swiper-button-prev.arrow-box, .swiper-button-next.arrow-box {
		/* display: none; */
		width: 50px;
		height: 50px;
	}
	.page-tour_category .category-top-picks {
		padding: 0;
	}
	.category-top-picks .category-card .img_holder img.img_ls {
		/* max-height: 100%; */
		/* max-width: none; */
	}
	.category-cards-page .tour-category-text-outer .tour-category-text.bottom {
		padding-left: 25px;
	}
	/* ------------------------- */
	
	
	/* GENERAL CATEGORY PAGES */
	.filter-cards.general-category-filter-cards .category-card {
		width: 49%;
		height: auto;
	}
	.category-cards-page .filter-cards.general-category-filter-cards .category-card, .category-cards-page .filter-cards.general-category-filter-cards .category-card:nth-of-type(3n) {
		margin: 26px 2% 14px 0;
	}
	.category-cards-page .filter-cards.general-category-filter-cards .category-card:nth-of-type(2n) {
		margin-right: 0%;
	}
}

/* Small Desktop / Tablet */
@media screen and (min-width: 1000px) {
	.category-card:nth-child(3n) {
		margin-right: 0;
	}
	.category-card:nth-child(3n+1) {
		clear: both;
	}
}

/* Large Mobile / Tablet */
@media screen and (max-width: 720px) {
	.category-cards-page .card-holder.margin {
		margin-top: 40px;
	}
	.illustration-header {
		height: 107px; 
	}
	.category-cards-page #tour-header {
		left: 20px;
		right: 20px;
		bottom: 10px;
		height: 57px;
	}
	.category-cards-page #tour-header h1 {
		font-size: 16px;
		margin: 10px 3px 10px 9px;
		width: calc(100% - 50px);
	}
	.category-cards-page .tour-icon-outer {
		padding: 14px 0px 14px 10px;
	}
	.tour-page { 
		margin-top: 0px;
	}
	.tour-category-text.top:not(.secondary) {
		margin: 21px 0px 0px 0px;
		font-size: 16px;
	}
	
	/* Category Page revamp 2025 */
	.category-cards-page #tour-header {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}
	.category-cards-page #tour-header .caption {
		padding: 10px 10px 17px 62px;
	}
	.category-cards-page #tour-header .caption .caption-inner {
		background-size: contain;
	}
	.swiper-button-prev.arrow-box, .swiper-button-next.arrow-box {
		width: 46px;
		height: 46px;
	}
	.category-cards-page #tour-outer {
		padding: 25px 0 30px 0;
	}
	.category-cards-page #tour-outer .main-container, .search-results-section {
		padding: 0 15px;
	}
	.category-cards-page .tour-category-text-outer .tour-category-text.bottom {
		padding-left: 0px;
		padding-top: 25px;
	}
	.category-cards-page .tour-category-text-outer .zigzag-bg {
		background-image: url('/images/category_page/zig-zag-180-degs.png');
		width: 100%;
		height: 17px;
		background-size: auto 100%;
		bottom: unset;
		right: 0
	}
	
	.category-cards-page .filter-cards .filter-bar {
		justify-content: space-between;
		padding-top: 25px;
		background-image: url('/images/category_page/zig-zag-180-degs.png');
		background-repeat: repeat-x;
		background-position: top;
	}
	.category-cards-page .filter-cards .filter-bar-centre {
		display: none;
		background-image: none;
	}
	.category-cards-page .filter-cards .filter-bar .filter-sort.filters-button {
		margin-right: 10px;
	}
	
	.category-cards-page .filter-cards .filters-window {
		width: 520px;
		max-height: 70vh;
		padding: 20px 20px;
		font-size: 16px;
	}
	.filters-window .filters-window-inner {
		max-height: 42vh;
		padding-right: 0;
	}
	.category-cards-page .filter-cards .filters-window .heading, .filters-window .filters-window-inner .searchbar input.search, .filters-window .filters-window-inner .searchbar input.search::placeholder {
		font-size: 20px;
	}
	.filters-window .select-filters .heading {
		margin-bottom: 12px;
	}
	.filters-window .select-filters > div {
		width: 48%;
	}
	.filters-window .select-filters > div.dates {
		min-height: unset;
	}
	.filters-window .select-inner .tour-calendar .cds {
		padding: 2px 0;
	}
	.filters-window .select-filters .select_input {
		height: 29px;
	}
	.filters-window .select-inner .tour-calendar #ap_calendar {
		left: unset!important;
	}
	.filters-window .select-inner input[type=checkbox] {
		margin-right: 8px;
	}
	
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card, .filter-cards .category-card:nth-of-type(5n), .filter-cards .category-card:nth-of-type(4n) {
		width: 29%;
		width: 31%;
		height: auto;
		margin: 0 6% 24px 0;
		margin: 0 3% 24px 0;
	}
	.filter-cards .category-card:nth-of-type(3n) {
		margin-right: 0;
	}
	.filter-cards .category-card .img_holder {
		height: 0;
		padding-top: 100%;
	}
	/* ------------------------- */
	
	/* GENERAL CATEGORY PAGES */
	.filter-cards.general-category-filter-cards .category-card {
		width: 49%;
	}
}

/* Small Mobile */
@media screen and (max-width: 610px) {
	.illustration-header {
		height: 90px; 
	}
	.category-card {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.category-card .card_inner {
		padding: 0px 25px;
		min-height: unset;
		margin-bottom: 20px;
	}
	.category-card h2, .category-card .card-heading {
		font-size: 16px;
		line-height: 17px;
	}
	.category-top-picks .category-card .link_row_holder {
		/* position: unset; */
		/* padding: 0 25px 14px 25px; */
	}
	.no_link {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	/* Category Page revamp 2025 */
	.category-cards-page .filter-cards .filters-window {
		width: 440px;
		max-height: 63vh;
		overflow-y: scroll;
	}
	.filters-window .filters-window-inner {
		max-height: 37vh;
	}
	.category-cards-page .filter-cards .filters-window .top {
		padding-bottom: 20px;
		margin-bottom: 15px;
		background-size: contain;
	}
	.filters-window .filters-window-inner .searchbar {
		background-position: left 5px;
		padding: 0 0 10px 26px;
		margin-bottom: 30px;
	}
	.filters-window .filters-window-inner .searchbar input.search, .filters-window .filters-window-inner .searchbar input.search::placeholder {
		font-size: 16px;
	}
	.filters-window .filters-window-inner .searchbar input.search {
		min-height: 30px;
		padding: 0 0 0 6px;
	}
	.filters-window .select-filters {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.filters-window .select-filters.date-filter {
		padding-bottom: 20px;
	}
	.filters-window .select-filters > div.dates {
		margin-bottom: 20px;
	}
	.filters-window .select-filters > div {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	.filters-window .select-filters > div:last-of-type {
		margin-bottom: 0;
	}
	.filters-window .select-inner .calendar-only {
		
	}
	.filters-window .select-inner .tour-calendar #ap_calendar {
		left: 0!important;
	}
	
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card {
		height: auto;
		min-height: 330px;
	}
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card, .filter-cards .category-card:nth-of-type(5n), .filter-cards .category-card:nth-of-type(4n) {
		width: 32%;
		margin: 0 2% 24px 0;
	}
	.filter-cards .category-card:nth-of-type(3n) {
		margin-right: 0;
	}
	/* ------------------------- */
	
	
	/* GENERAL CATEGORY PAGES */
	.filter-cards.general-category-filter-cards .category-card {
		width: 49%;
		min-height: unset;
	}
}

@media screen and (max-width: 500px) {
	/* Category Page revamp 2025 */
	.category-cards-page #tour-header .caption {
		font-size: 12px;
		padding: 16px 10px 17px 54px;
	}
	.category-cards-page #tour-header .caption .arrow {
		left: -40px;
		width: 36px;
	}
	.category-cards-page .filter-cards .filter-bar {
		display: block;
	}
	.category-cards-page .filter-cards .filter-bar .filter-sort {
		padding: 8px 30px 8px 8px;
	}
	.category-cards-page .filter-cards .filter-bar .filter-sort.filters-button {
		margin: 0 0 15px 0;
	}
	.category-cards-page .filter-cards .filter-bar .filter-sort.sort-by-button .filters-icon {
		right: 6px;
	}
	
	.no-results .button, .filters-window .button {
		font-size: 14px;
		padding: 8px;
	}
	
	.category-cards-page .filter-cards .filters-window {
		width: 340px;
		max-height: 66vh;
		padding: 20px 10px;
		font-size: 16px;
	}
	.filters-window .filters-window-inner {
		max-height: 40vh;
	}
	.filters-window .select-inner label {
		line-height: 18px;
	}
	.filters-window .select-inner input[type=checkbox] {
		top: 6px;
		margin-right: 4px;
	}
	.filters-window .select-inner .tour-calendar .ap_input.calendar_input {
		font-size: 15px;
	}
	.no-results .buttons, .filters-window .buttons {
		width: 100%;
	}
	
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card, .filter-cards .category-card:nth-of-type(5n), .filter-cards .category-card:nth-of-type(4n), .filter-cards .category-card:nth-of-type(3n) {
		width: 45%;
		width: 47%;
		margin: 0 10% 14px 0;
		margin: 0 5% 20px 0;
	}
	.filter-cards .category-card:nth-of-type(2n) {
		margin-right: 0;
	}
	/* ------------------------- */
	
	
	/* GENERAL CATEGORY PAGES */
	.filter-cards.general-category-filter-cards .category-card {
		width: 100%;
		min-height: unset;
	}
	.category-cards-page .filter-cards.general-category-filter-cards .category-card, .category-cards-page .filter-cards.general-category-filter-cards .category-card:nth-of-type(3n), .category-cards-page .filter-cards.general-category-filter-cards .category-card:nth-of-type(2n) {
		margin: 26px 0% 14px 0;
	}
}

/* Small Mobile */
@media screen and (max-width: 375px) {
	/* Category Page revamp 2025 */
	.category-cards-page #tour-header .caption {
		font-size: 10px;
		padding: 16px 10px 17px 30px;
	}
	.category-cards-page #tour-header .caption .caption-inner {
		padding-bottom: 12px;
	}
	.category-cards-page #tour-header .caption .arrow {
		left: -30px;
		width: 27px;
	}
	.category-cards-page .filter-cards .filters-window {
		width: 300px;
	}
	.filters-window .filters-window-inner {
		max-height: 37vh;
	}
	.filters-window .buttons {
		font-weight: normal;
	}
}
@media screen and (max-width: 360px) {
	.tour-icon {
		/* width: 23px; */
		/* height: 23px; */
		/* background-size: 23px; */
	}
	.category-cards-page #tour-header h1 {
		font-size: 14px;
		line-height: 13px;
		margin: 0px 0px 0px 10px;
		width: calc(100% - 47px);
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.category-cards-page #tour-header:not(.short-heading) br {
		display: none;
	}
	
	/* Category Page revamp 2025 */
	.filter-cards .filter-bar .filter-sort {
		width: 100%;
	}
	.category-cards-page .filter-cards .category-card, .filter-cards .category-card, .filter-cards.tour-related .category-card, .filter-cards .category-card:nth-of-type(5n), .filter-cards .category-card:nth-of-type(4n), .filter-cards .category-card:nth-of-type(3n) {
		width: 49%;
		margin: 0 2% 14px 0;
	}
	.filter-cards .category-card:nth-of-type(2n) {
		margin-right: 0;
	}
	/* ------------------------- */
	
	
	/* GENERAL CATEGORY PAGES */
	.filter-cards.general-category-filter-cards .category-card {
		width: 100%;
		min-height: unset;
	}
}

/* END - Smaller mobile sizes */