/* Header */
body.post-type-archive-tour .main-header:before,
body.post-type-archive-tour .main-header:after,
body.post-type-archive-tour .e-con-inner:after {
	display: none;
}

body.post-type-archive-tour .main-header .elementor-widget-nav-menu .elementor-nav-menu .menu-item.btn a {
	background-color: var(--w);
	color: var(--text);
}

/* Container */
body .container {
	max-width: 1406px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 20px !important;
}

.post-type-archive-tour .container.margin_60,
.search .container.margin_60 {
	padding: 100px 20px !important;
}

/* Tour card */
.strip_all_tour_list {
	border: 1px solid var(--1);
	border-radius: 0;
	color: var(--w);
	box-shadow: none;
}

.strip_all_tour_list .row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

/* Tour image */
.tour-list .img_list {
	border-radius: 0;
	position: relative;
	width: 100%;
	/*padding-bottom: 50%;*/
	overflow: hidden;
}
/*
.tour-list .img_list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}
*/
/* Category */
.img_list .short_info {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	width: auto;
	max-height: unset;
	min-height: 24px;
	background: var(--w);
	border-radius:0;
	font-size: 12px;
	color: var(--text);
	font-weight: bold;
	text-transform: inherit;
	line-height: 24px;
	padding: 0 10px;
}

/* Title */
.tour-list .strip_all_tour_list .tour_list_desc a,
.tour-list .strip_all_tour_list .tour_list_desc h3 {
	color: var(--text);
	font-family: var(--ff2);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-decoration: none !important;
}

/* Rating */
.tour-list .strip_all_tour_list .tour_list_desc .rating {
	margin: 0 0 10px;
}

/* Desc */
.tour-list .strip_all_tour_list .tour_list_desc p {
	color: var(--text);
	font-family: var(--ff1);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}

/* Price */
.tour-list .strip_all_tour_list .tour_list_desc .tour_price {
	color: var(--text);
	font-family: var(--ff3);
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}

/* Search header */
.search-header {
	margin-bottom: 20px;
}

.search-header .tour_count {
	color: var(--text);
	font-family: var(--ff1);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
}

/* Filters */
.filter-aside .filters_col a,
.filter-aside .filters_col a:hover {
	color: var(--text) !important;
	font-family: var(--ff3);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	text-decoration: none;
}

.filter-aside .filter_type .list-filter li {
	margin-bottom: 20px;
}

.filter-aside .filter_type label {
	color: var(--text) !important;
	font-family: var(--ff1);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
}

/* Pagination */
.text-center ul.page-numbers > li {
	margin: 5px;
}

.text-center ul.page-numbers > li span {
	background-color: var(--1);
	border: 1px solid var(--1);
	border-radius: 0;
}

.text-center ul.page-numbers > li a {
	background-color: transparent;
	border: 1px solid var(--1);
	border-radius: 0;
	color: var(--text);
}

.text-center ul.page-numbers > li span:hover,
.text-center ul.page-numbers > li a:hover {
	background-color: var(--1);
	border: 1px solid var(--1);
	border-radius: 0;
	color: var(--w);
}

.text-center ul.page-numbers > li span,
.text-center ul.page-numbers > li a {
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	display: block;
}

@media screen and (max-width: 1024px) {
	.post-type-archive-tour .main-header .elementor-widget-nav-menu .elementor-nav-menu .menu-item.btn a {
		background-color: var(--1);
		color: var(--w);
	}
}

@media screen and (max-width: 991px) {
	.filter-text {
		color: var(--text);
		font-family: var(--ff1);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2em;
		text-decoration: underline;
	}
	
	.post-type-archive-tour aside.filter-aside,
	.search aside.filter-aside {
		top: 0;
	}
	
	.filter-header {
		background: var(--1);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.tour-list .col-md-4 {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	body .container,
	.post-type-archive-tour .container.margin_60,
	.search .container.margin_60 {
		padding: 100px 20px !important;
	}
	
	.search-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.post-type-archive-tour .tour_count,
	.post-type-archive-tour .filter-text,
	.search .tour_count, .search .filter-text {
		width: auto;
	}
	
	.post-type-archive-tour aside.filter-aside,
	.search aside.filter-aside {
		width: 80%;
	}
}