/* 
* Table of Content
*
* 1.0 General Styles
* 1.2.0 Text Section
* 46.0 About Trip Big Title

* 54.0 Gutenberg Blocks
* 54.2.0 About Us below section
* 54.3.0 About Us Blog Posts
* 54.4.0 About Us Heading
* 54.17.0 General Block: FAQ List
* 54.19.0 Home Carousel
* 54.23.0 Single Product Page: Inclusion List
* 54.33.0 Single Accommodation Page: Accommodation Overview
* 54.34.0 Single Accommodation Page: Accommodation Testimonial
* 54.39.0 Things to do Page: To do List
* 54.41.0 Single Product Page: Expect List
* 54.42.0 Where To Stay Page: Where To Stay Content
* 54.43.0 Accommodation Section Containers
* 54.44.0 Home West Australia Locations
*/
/*******************************************************************
 * 1.0 Home Carousel
 *******************************************************************/

/*******************************************************************
 * 2.0 Text Section
 *******************************************************************/
.text-section {
	background-color: #152B2E;
	padding: 80px 0px;
	color: white;
}
.text-section__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text-section__wrap .col {
	margin-bottom: 20px;
	width: 100%;
}
.text-section__wrap h2 {
	font-family: 'Futura-LT';
	font-size: 22px;
}
.text-section__wrap h5 {
	font-family: 'Futura-LT';
	font-weight: 200;
	line-height: 1.3;
	font-size: 20px;
}
.text-section__wrap p {
	color: white;
}
@media (min-width: 820px) {
	.text-section__wrap .col {
		width: calc(30% - 10px);
	}	
	.text-section__wrap h2 {
		font-size: 32px;
	}
	.text-section__wrap h5 {
		font-size: 24px;
	}
	.text-section__wrap .col {
		max-width: 306px;
	}
}



.home-main .home-main__wrap {
	padding: 80px 0;
}
/*.home-main .home-main__wrap .wave-rock-desc-meta {
	display: flex;
	padding-bottom: 40px;
}
.home-main .home-main__wrap .wave-rock-desc-meta .wave-rock-meta {
	width: 50%;
}
.home-main .home-main__wrap .wave-rock-desc-meta .wave-rock-meta:first-child {
	margin-right: 45px;
}
.home-main .home-main__wrap .wave-rock-desc-meta .wave-rock-meta p {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 20px;
}
.home-main .home-main__wrap .wave-rock-desc-meta .wave-rock-meta p:last-child {
	margin-bottom: 0;
}
.home-main .home-main__wrap .wave-rock-desc-meta .wave-rock-meta small {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
	display: block;
}
.home-main .home-main__wrap .wave-rock-desc-meta .wave-rock-meta small:last-child {
	margin-bottom: 0;
}*/
.home-main .home-main__wrap .tour-ftrd-grid {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 80px;
}
.home-main .home-main__wrap .tour-ftrd-grid .featured-box {
	position: relative;
	display: block;
	grid-column: span 1;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 40px;
	text-align: center;
}
.home-main .home-main__wrap .tour-ftrd-grid .featured-box::before {
	content: url(/wp-content/themes/watravel/assets/images/tour-ftrd-bg.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-main .home-main__wrap .tour-ftrd-grid .featured-box h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #152E26;
	margin: 8px 0 4px 0;
}

.attraction_wrap h5{
	margin-top: 8px;
}

/*******************************************************************
 * 3.0 Info Tiles
 *******************************************************************/
.info-tiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0px;
}
.info-tiles a {
	display: block;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 16px;
	background-image: url('/wp-content/themes/watravel/assets/images/info-tiles-background.jpg');
	background-repeat: repeat;
	background-position: center;
	text-decoration: none;
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);
	width: 100%;
	text-align: center;
}
.info-tiles a img {
	margin-bottom: 10px;
}
@media (min-width: 920px) {
	.info-tiles a {
		max-width: calc(50% - 10px);
	}
}
/*******************************************************************
 * 4.0 Places to Go
 *******************************************************************/
.home-places-to-go {
	margin-bottom: 60px;
}
.home-places-to-go__body {
	position: relative;
	z-index: 5;
	color: white;
	text-align: left;
}
.home-places-to-go__body a {
	text-decoration: none;
}
.home-places-to-go__txt {
	position: relative;
	margin-bottom: 32px;
}
.home-places-to-go__txt a {
	font-size: 14px;
}
.home-places-to-go__body h6 {
	color: #D8B65E;
	font-size: 20px;
	margin-bottom: 5px;
}
.home-places-to-go__body p {
	color: #e1e1e1;
	font-size: 12px;
}
.home-places-to-go__wrap {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(10, 1fr);
}
.home-places-to-go__wrap a {
	text-decoration: none;
}
.home-places-to-go__wrap:hover {
	cursor: auto;
}
.home-places-to-go__single {
	padding: 32px 40px;
	text-align: center;
	background-size: cover;
	background-position: center;
	border-radius: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	height: 380px;
	grid-column: span 10;
}
.home-places-to-go__single:hover {
	cursor: pointer;
}
.home-places-to-go__single:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.8));
	z-index: 1;
	border-radius: 0 0 14px 14px;
}
@media (min-width: 720px) {
	.home-places-to-go__single {
		grid-column: span 5;
	}
	.home-places-to-go__single:first-of-type {
		grid-column: span 4;
	}
	.home-places-to-go__single:nth-of-type(2) {
		grid-column: span 6;
	}
	.home-places-to-go__txt p {
		padding-right: 200px;
	}
	.home-places-to-go__txt a {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
/*******************************************************************
 * 5.0 Home Tours
 *******************************************************************/
.home-tours {
	margin-bottom: 60px;
}
.home-tours__txt {
	position: relative;
	margin-bottom: 32px;
}
.home-tours__txt a {
	font-size: 14px;
}
.home-tours__wrap {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.home-tours__wrap:hover {
	cursor: auto;
}
.home-tours__single {
	display: block;
	grid-column: span 3;
}
.home-tours__single:hover {
	cursor: auto;
}
.home-tours__single img {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.home-tours__single img:hover {
	cursor: pointer;
}
.home-tours__single h6 {
	color: #999;
	font-size: 13px;
	margin: 8px 0px;
	display: flex;
	align-items: center;
}

.home-tours__single h6:before {
	content: "";
	display: inline-block;
	background-image: url('/wp-content/themes/watravel/assets/images/map-pin.svg');
	margin-right: 6px;
	width: 16px;
	height: 16px;
	background-size: cover;
	background-position: center;
	margin-top: -2px;
}
.home-tours__single p {
	margin-top: 8px;
	color: #333;
	font-size: 14px;
}
.home-tours__single p span {
	font-weight: 700;
	font-size: 16px;
}
.home-tours__single h5 {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	font-weight: 500;
}
.home-tours__single .rating-box {
	margin-top: 5px;
}
.home-tours__single a {
	text-decoration: none;
}

.home-tours-heading .home-tours-amenities {
	display      : flex;
	column-gap   : 0.325rem;
	font-size    : .875rem;
	margin-bottom: 0.5rem;
	color        : #999999;
}
.home-tours-footer .home-tours-footer__refundable-item {
	color        : #D8B65E;
	margin-bottom: 0.5rem;
	font-size    : .875rem;
}
.home-tours-footer .home-tours-footer__reviews {
	margin-bottom: 0.5rem;
}
.home-tours-footer .home-tours-footer__reviews strong {
	font-weight: 500;
}

.home-tours-footer .home-tours-promo {
	padding: .375rem 0;
	display: block;
	color: #039138;
	line-height: 1;
	font-weight: 500;
}

.home-tours-price a {
	display: flex;
	column-gap: .875rem;
}

.home-tours-price .home-tours-price__current {
	font-size: 1.5rem;
	font-weight: 500;
}
.home-tours-price .home-tours-price__original {
	text-decoration-line: line-through;
	color               : #999999;
	margin              : 0;
}
.home-tours-price-features {
	color     : #999999;
	font-size: 0.875rem;
	margin-bottom: 0.325rem;
}


@media (min-width: 720px) {
	.home-tours__single {
		display: block;
		grid-column: span 1;
	}
	.home-tours__txt p {
		padding-right: 80px;
	}
	.home-tours__txt a {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
/*******************************************************************
 * 6.0 Home Location List
 *******************************************************************/
.home-location__single {
	height: 450px;
	padding: 20px;
	position: relative;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}
.home-location__single:hover {
	cursor: pointer;
}
.home-location__single:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45%;
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,.65) 60%);
	z-index: 1;
	transition: 0.5s;
}
.home-location__single:hover:before {
	background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.9));
	height: 55%;
}
.home-location__container {
	width: calc(100vw - 20px);
}
.home-location__single__txt {
	text-align: center;
	z-index: 5;
	position: relative;
	text-align: center;
}
.home-location__single__txt a {
	text-decoration: none;
}
.home-location__single__body {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.home-location__single__txt h5 {
	font-family: 'Futura-LT';
	font-weight: 400;
	color: #D8B65E;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.home-location__single__txt p {
	font-family: 'Futura-LT';
	font-weight: 200;
	color: #FFFFFF;
}
.home-location__buttons {
	position: absolute;
	top: -44px;
	right: 0;
	padding-right: 53px;
}
.home-location__buttons .slick-arrow {
	font-size: 16px;
	border: none;
	height: 16px;
	width: 94px;
	padding: 0;
	background-color: transparent;
	background-image: url('/wp-content/themes/watravel/assets/images/chevron.svg');
	background-size: 9px;
	background-repeat: no-repeat;
	line-height: 10px;
}
.home-location__buttons .slick-arrow.slick-prev {
	text-align: right;
}
.home-location__buttons .slick-arrow.slick-next {
	margin-left: 40px;
	text-align: left;
	background-position: right;
	width: 71px;
	background-image: url('/wp-content/themes/watravel/assets/images/chevron-right-sm.svg');
}
@media (min-width: 720px) {
	.home-location__single {
		height: 650px;
		padding: 60px 40px;
	}
}
@media (min-width: 1280px) {
	.home-location__container {
		width: calc(50vw + 610px);
		position: relative;
	}
}

/*******************************************************************
 * 8.0 Newsletter Wrap
 *******************************************************************/
.newsletter {
	margin-bottom: 80px;
}
.newsletter.add-padding-newletter {
	padding-top: 80px;
}
.newsletter-wrap {
	max-width: 960px;
	margin: 0 auto;
	background-color: #152E26;
	padding: 70px 40px;
	border-radius: 30px;
	text-align: center;
	color: white;
}
.newsletter-wrap h4,
.newsletter-wrap .newsletter__heading {
	font-size: 40px;
	font-weight: 500;
	max-width: 490px;
	margin: 0 auto 40px;
}
.newsletter-wrap .gform_wrapper > form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.newsletter-wrap .gform_wrapper.gravity-theme input[type="text"],
.newsletter-wrap .gform_wrapper.gravity-theme input[type="email"] {
	border: none;
	border-radius: 6px;
	padding: 12px 16px;
	line-height: 1;
	background-color: rgb(91, 109, 103);
	color: white;
}
.newsletter-wrap .gform_wrapper.gravity-theme input::placeholder {
    color: rgba(255, 255, 255, 0.8);;
}
.newsletter-wrap .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding: 0;
}
.newsletter-wrap .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
	padding: 0;
}
.newsletter-wrap .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 0;
	grid-row-gap: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.newsletter-wrap .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.newsletter-wrap .gform_wrapper.gravity-theme .gform_footer .gform_button {
	margin-bottom: 0;
	border: none;
	border-radius: 10px;
	min-width: 140px;
}
#field_1_3 {
	width: 100%;
}
@media (min-width: 720px) {
	.newsletter-wrap .gform_wrapper.gravity-theme .gform_footer .gform_button {
		margin-left: 16px;
	}
	#field_1_1 {
		margin-right: 16px;
		margin-bottom: 0;
	}
	.newsletter-wrap .gform_wrapper.gravity-theme .gform_fields {
		display: grid;
		margin-bottom: 0;
	}
	.newsletter-wrap .gform_wrapper > form {
		flex-wrap: nowrap;
		justify-content: center;
	}
	.newsletter-wrap .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 16px;
	}
	.newsletter-wrap .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
		padding: 0;
	}
	.newsletter-wrap .gform_wrapper.gravity-theme .gform_footer .gform_button {
		height: 41px;
	}
}

.join-us{
	padding: 80px 0px;
}
.join-us__container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 20px;
}
.join-us__wrap{
	margin: 0 auto;
	max-width: 960px;
	background-color: #152E26;
	border-radius: 30px;
	padding: 70px 30px;
	text-align: center;
	color: white;
}
.join-us__title{
	font-size: 32px;
	font-weight: 500;
	max-width: 490px;
	margin: 0 auto 40px;
}
.join-us__wrap .gform_wrapper.gravity-theme .gform_fields{
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0px 0px 16px;
}
.join-us__wrap .gform_wrapper.gravity-theme input[type="text"],
.join-us__wrap .gform_wrapper.gravity-theme input[type="email"] {
	border: none;
	border-radius: 6px;
	padding: 12px 16px;
	line-height: 1;
	background-color: rgb(91, 109, 103);
	color: white;
}
.join-us__wrap .gform_wrapper.gravity-theme input::placeholder{
	color: white;
}
.join-us__wrap 
.gform_wrapper.gravity-theme 
.ginput_complex:not(.ginput_container_address) 
span:not([style*="display:none"]):not(.ginput_full){
	padding: 0px
}
.join-us__wrap .gform_wrapper.gravity-theme 
.ginput_complex:not(.ginput_container_address) 
span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full){
	padding: 0;
}

.join-us__wrap .gform_wrapper.gravity-theme .gform_footer{
	margin: 0;
	padding: 0;
}
.join-us__wrap .gform_wrapper.gravity-theme .gform_footer .gform_button {
	margin-bottom: 0;
	border: none;
	border-radius: 10px;
	min-width: 140px;
	height: 41px;
	font-weight: 700;
	background-color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .join-us__wrap input.button{
	padding: 0;
}

@media(min-width: 720px){
	.join-us__wrap{
		padding: 70px 40px;
	}
	.join-us__title{
		font-size: 40px;
	}
	.join-us__wrap .gform_wrapper > form{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.join-us__wrap .gform_wrapper.gravity-theme .gform_fields{
		display: grid;
		grid-auto-columns: 50% 50%;
	}
	.join-us__wrap .gform_wrapper.gravity-theme .gform_fields{
		padding: 0px
	}
	.join-us__wrap .gform_wrapper.gravity-theme .gform_footer .gform_button{
		margin-left: 16px;
	}
	.join-us__wrap .gform_wrapper.gravity-theme 
	.ginput_complex:not(.ginput_container_address) 
	span:not([style*="display:none"]):not(.ginput_full){
		padding-right: 16px;
	}
}

/*******************************************************************
 * 9.0 General Section: Why Book
 *******************************************************************/
.why-book{
	display: flex;
	position: relative;
	min-height: 420px;
	padding: 100px 0px;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.why-book__container{
	max-width: 630px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.why-book::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8));
	z-index: 1;
}
.why-book__wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.why-book__title{
	font-size: 32px;
	color: white;
	font-family: 'PangeaAfrikan', 'roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	z-index: 2;
}
.why-book__description{
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	z-index: 2;
}
.why-book__main-button{
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.8);
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 59px;
	text-decoration: none;
	display: inline-block;
	margin: 14px 0;
	z-index: 2;
}
.why-book__second-button{
	color: #ffff;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: solid 1px white;
	z-index: 2;
}
@media(min-width: 680px){
	.why-book{
		padding: 100px 40px;
	}
	.why-book__title{
		font-size: 50px;
	}

}

/*******************************************************************
 * 10.0 Home Things To Do
 *******************************************************************/
.home-things-to-do {
	margin-bottom: 40px;
}
.home-things-to-do__wrap {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.home-things-to-do__wrap a {
	text-decoration: none;
}
.home-things-to-do__wrap:hover {
	cursor: auto;
}
.home-things-to-do__single {
	background-size: cover;
	background-position: center;
	height: 151px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	grid-column: span 1;
	text-decoration: none;
}
.home-things-to-do__single:hover {
	cursor: pointer;
}
.home-things-to-do__single a {
	text-decoration: none;
}
.home-things-to-do__single h5 {
	color: white;
	font-weight: 400;
	position: relative;
	z-index: 5;
	font-size: 14px;
	line-height: 1.25;
}
.home-things-to-do__single:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	z-index: 1;
	border-radius: 10px;
}
@media (min-width: 720px) {
	.home-things-to-do__wrap {
		grid-template-columns: repeat(5, 1fr);
	}
	.home-things-to-do__single {
		grid-column: span 1;
	}
}
/*******************************************************************
 * 11.0 Single Blog
 *******************************************************************/
.single-blog {
	padding: 80px 0px;	
}
.single-blog__title {
	max-width: 770px;
}
.single-blog__title h1 {
	font-size: 40px;
	color: #333;
}
.single-blog__title p {
	font-size: 20px;
	color: #757575;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.single-blog__body h2 {
	font-size: 32px;
	font-weight: 400;
	margin-top: 20px;
}
.single-blog__body p {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
}
.single-blog__body ol {
	list-style: decimal;
	padding-left: 16px;
}
.single-blog__body ul {
	list-style: disc;
	padding-left: 16px;
}
.single-blog__body ol li,
.single-blog__body ul li {
	color: #333;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.single-blog__body > img {
	width: 100%;
	margin-bottom: 30px;
}
.single-blog__form--wrap {
    padding: 40px 30px 50px;
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);
    background-color: white;
    border-radius: 16px;
}
.single-blog__form h2 {
    font-family: 'PangeaAfrikan', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.single-blog__form .gform_heading:before {
    content: "";
    display: block;
    background-image: url('/wp-content/themes/watravel/assets/images/airplay.svg');
    width: 100%;
    height: 26px;
    background-size: contain;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.single-blog__form .gform_wrapper.gravity-theme input[type="text"],
.single-blog__form .gform_wrapper.gravity-theme input[type="email"],
.single-blog__form .gform_wrapper.gravity-theme textarea {
    padding: 16px 24px;
    border: 1px solid #CCC;
    border-radius: 8px;
    color: #999;
    font-size: 14px;
    font-family: 'PangeaAfrikan', sans-serif;
}
.single-blog__form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    width: 100%;
    padding: 16px 24px;
    background-color: black;
    border: none;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 0;
}
.single-blog__form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
}
.single-blog__form .gform_wrapper.gravity-theme .gform-body {
    margin-bottom: 16px;
}
@media (min-width: 980px) {
	.single-blog__form--wrap {
	    position: sticky;
	    top: 20px;
	}
	.single-blog__form {
	    width: 410px;
	    grid-column: span 4;
	}
	.single-blog__wrap {
			display: grid;
			column-gap: 40px;
			row-gap: 10px;
			grid-template-columns: repeat(10, 1fr);
	}
	.single-blog__body {
		grid-column: span 6;
	}
}
/*******************************************************************
 * 12.0 Home Why Book
 *******************************************************************/
.footer__social__subscribe .gform_wrapper.gravity-theme .gform_footer .gform_button {
	margin-bottom: 0;
    height: 35px;
    border: none;
    min-width: 100px;
	border-radius: 8px;
    color: white;
    background-color: #808080;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}
.footer__social__subscribe .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
	justify-content: center;
}
@media(min-width: 940px){
	.footer__social__subscribe .gform_wrapper.gravity-theme .gform_footer{
		justify-content: flex-start;
	}
}
/***********************************************************
 * 13.0 Mega Menu Dropdown
***********************************************************/
.wa-nav-desktop {
	position: relative;
}
.mega-menu {
	visibility: hidden;
	transform-origin: top left;
	position: absolute;
	top: 61px;
	left: 0;
	width: 1288px;
	padding: 60px 165px;
	background-color: #ffff;
	z-index: 999;
	box-shadow: 4px 15px 25px rgba(0, 0, 0, 0.15);
	transition: 0.1s ease-in-out;
}
.wa-nav-desktop .wa-nav-desktop__has-megamenu a:hover ~ .mega-menu {
	visibility:visible;
}
.wa-nav-desktop .wa-nav-desktop__has-megamenu .mega-menu:hover {
	visibility:visible;
}
.grid-wrap{
	display: grid;
}
.wa-nav-desktop .mega-menu .mega-menu__grid-wrap {
    text-align: center;
}
.mega-menu__grid-wrap .sub-menu-item {
	width: 100%;
}
.mega-menu__grid-wrap .sub-menu-item:nth-child(6n+6),
.mega-menu__grid-wrap .sub-menu-item:last-child {
	margin-right: 0;
}
.mega-menu__grid-wrap .sub-menu-item a {
	text-decoration: none;
	height: 100%;
    display: block;
}


/* Things To Do */

.mega-menu__grid-wrap--things-to-do{
	grid-template: repeat(3, 151px)/repeat(6, 143px);
	gap: 20px;
}
.mega-menu__grid-wrap--things-to-do .tour-item-box h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 16px;
}
.mega-menu__grid-wrap--things-to-do .tour-item-box {
	position: relative;
	height: 100%;
}
.mega-menu__grid-wrap--things-to-do .tour-item-box::before {
	content      : '';
	display      : block;
	position     : absolute;
	left         : 0;
	bottom       : 0;
	width        : 100%;
	height       : 50%;
	background   : linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.8));
	z-index      : 1;
	border-radius: 16px;
}
.mega-menu__grid-wrap--things-to-do .tour-item-box img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.mega-menu__grid-wrap--things-to-do .tour-item-box h5 {
	position   : absolute;
	bottom     : 1rem;
	left       : 0;
	right      : 0;
	margin     : 0 auto;
	color      : rgba(255, 255, 255, 0.9);
	z-index    : 1;
	max-width  : 100px;
	line-height: 1.25;
}


/* Places To Go */

.mega-menu__grid-wrap--places-to-go{
	grid-template: 1fr/repeat(5, 143px);
	gap: 20px;
}
.mega-menu__grid-wrap--places-to-go .sub-menu-item {
	margin-bottom: 0;
	margin-right: 0;
	width: 159px
}
.mega-menu__grid-wrap--places-to-go .place-item-box .img-main-box {
	width: 160px;
	height: 106px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.mega-menu__grid-wrap--places-to-go .place-item-box .img-main-box::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	z-index: 999;
}
.mega-menu__grid-wrap--places-to-go .place-item-box .img-main-box::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url('/wp-content/themes/watravel/assets/images/arrow-right-circle.svg') no-repeat center center;
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 10;
	background-size: cover;
}
.mega-menu__grid-wrap--places-to-go .place-item-box .main-img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.mega-menu__grid-wrap--places-to-go .place-item-box .arrow-circle {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
}
.mega-menu__grid-wrap--places-to-go .place-item-box h5 {
	position      : absolute;
	bottom        : 10px;
	left          : 0;
	right         : 0;
	margin        : 0 auto;
	font-weight   : 500;
	font-size     : 14px;
	text-transform: capitalize;
	color         : rgba(255, 255, 255, 0.9);
	z-index       : 999;
	line-height   : 1.25;
}
.mega-menu__grid-wrap--places-to-go .place-item-box ul {
	display: block;
	padding-left: 16px;
}
.mega-menu__grid-wrap--places-to-go .place-item-box ul li {
	margin-bottom: 15px;
	text-align: left;
}
.mega-menu__grid-wrap--places-to-go .place-item-box ul li a {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	padding-bottom: 5px;
	border-bottom: 1px solid #f0e4c3;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}


/* Where To Stay */

.mega-menu__grid-wrap--where-to-stay{
	grid-template: repeat(3,155px)/repeat(8, 100px);
	gap: 10px;
}

.mega-menu__grid-wrap--where-to-stay .sub-menu-item {
	margin-bottom: 0;
	margin-right: 0;
	width: 100%;
	/* span every two columns */
	grid-column: span 2;
}
.mega-menu__grid-wrap--where-to-stay .sub-menu-item:nth-last-child(2){
	grid-area: 3/2/4/4
  }
.mega-menu__grid-wrap--where-to-stay .place-item-box{
	height: 100%;
	position: relative;
}
.mega-menu__grid-wrap--where-to-stay .place-item-box .img-main-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.mega-menu__grid-wrap--where-to-stay .place-item-box .img-main-box::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	z-index: 999;
	border-radius: 10px;
}
.mega-menu__grid-wrap--where-to-stay .place-item-box .main-img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.mega-menu__grid-wrap--where-to-stay .place-item-box .arrow-circle {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
}
.mega-menu__grid-wrap--where-to-stay .place-item-box .img-main-box h5 {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.9);
	z-index: 999;
	max-width: 120px;
}
.img-main-box--icon{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}
.img-main-box--icon h5{
	padding-top: 8px;
	color:  rgba(0, 0, 0, 0.7);
	width: 120px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3em;

}


/***********************************************************
 * 14.0 Blog Main Section
***********************************************************/
.blog-main-section .ws-main-title-box {
	margin-bottom: 24px;
}
.blog-main-section .blog-grid-wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 30px;
}
.blog-main-section .blog-grid-wrap .blog-card {
	grid-column: span 2;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	margin-bottom: 30px;
}
.blog-main-section .blog-card .img-box img {
	width: 100%;
}
.blog-main-section .blog-card .content-box {
	padding: 32px 40px;
	background-color: #ffff;
	border-radius: 0px 0px 16px 16px;
}
.blog-main-section .blog-card .content-box h5 {
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
}
.blog-main-section .blog-card .content-box p.txt {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
	margin: 8px 0 16px 0;
}
.blog-main-section .blog-card .content-box a {
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
}

.blog-main-section .container{
	display: flex;
    flex-direction: column;
}

.blog-main-section .container section{
	order: 3;
}

.blog-main-section .container .blog-order-2{
	order: 1;
}
.blog-main-section .container .blog-order-3{
	order: 2;
}

/***********************************************************
 * 15.0 Blog Detail Section
***********************************************************/
.blog-detail-section {
	padding: 80px 0;
}
.blog-detail-section .description-content .blog-profile-box {
	display: flex;
	align-items: center;
	margin-bottom: 33px;
}
.blog-detail-section .description-content .blog-profile-box .img-box {
	margin-right: 20px;
}
.blog-detail-section .description-content .blog-profile-box .img-box img {
	border-radius: 50%;
}
.blog-detail-section .description-content .blog-profile-box .blog-profile-content h5 {
	font-weight: 400;
	font-size: 20px;
	line-height: 125%;
	margin-bottom: 8px;
}
.blog-detail-section .description-content .blog-profile-box .blog-profile-content p.txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
}
.blog-detail-section .description-content .main-heading {
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 16px;
	font-family: 'PangeaAfrikan', sans-serif;
}
.blog-detail-section .description-content p {
	font-size: 18px;
	line-height: 125%;
	color: rgba(0, 0, 0, 0.8);
}
.blog-detail-section .description-content ul li {
	color: rgba(0, 0, 0, 0.8);
}
.blog-detail-section .description-content .extra-txt {
	padding-bottom: 56px;
}
.blog-detail-section .description-content .extra-txt p.txt {
	font-size: 24px;
	line-height: 125%;
}
.blog-detail-section .description-content .extra-txt.add-botm-boder {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-detail-section .description-content .extra-txt.add-botm-boder.add-padding {
	padding: 56px 0;
}
.blog-detail-section .description-content h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	margin: 56px 0 24px 0;
}
.blog-detail-section .whats-included {
	padding: 56px 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-detail-section .whats-included .ws-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 24px;
}
.blog-detail-section .whats-included p.txt {
	margin-bottom: 16px;
}
.blog-detail-section .whats-included ul {
	column-count: 2;
}
.blog-detail-section .whats-included ul li {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-start;
}
.blog-detail-section .whats-included ul li img {
	margin-right: 14px;
}
.blog-detail-section .whats-included ul li span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
}
.blog-detail-section .description-content .visa-detail-box {
	padding: 56px 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-detail-section .description-content .visa-detail-box .ws-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 40px;
}
.blog-detail-section .description-content .visa-detail-box ul {
	padding-left: 56px;
}
.blog-detail-section .description-content .visa-detail-box ul li {
	margin-bottom: 40px;
	position: relative;
}
.blog-detail-section .description-content .visa-detail-box ul li::before {
	content: "";
	width: 1px;
	height: 65px;
	background-color: rgba(21, 46, 38, 0.3);
	position: absolute;
	top: 32px;
	left: -40px;
}
.blog-detail-section .description-content .visa-detail-box ul li:nth-child(2):before {
	height: 115px;
}
.blog-detail-section .description-content .visa-detail-box ul li:last-child {
	margin-bottom: 0;
}
.blog-detail-section .description-content .visa-detail-box ul li:last-child:before {
	content: none;
}
.blog-detail-section .description-content .visa-detail-box ul li small {
	position: absolute;
	top: 0;
	left: -56px;
	width: 32px;
	height: 32px;
	background-color: #152E26;
	color: #ffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding-top: 4px;
}
.blog-detail-section .description-content .visa-detail-box ul li h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 8px;
}
.blog-detail-section .description-content .visa-detail-box ul li span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
}
.blog-detail-section .description-content .extra-txt.out-trip {
	padding: 56px 0 0 0;
}
.blog-detail-section .description-content .desc-main-img {
	margin: 40px 0;
}
.blog-detail-section .description-content .desc-main-img img {
	width: 100%;
	border-radius: 10px;
}
.blog-detail-section .home-main__form--wrap {
	margin-top: 274px;
}
.home-main__form .gform_body #field_2_6 {
	display: none;
	align-items: center;
	margin-bottom: 0;
}
.home-main__form .gform_body #field_2_6 .ginput_container_arvl_date {
	width: calc(100% - 138px);
	position: relative;
}
.home-main__form .gform_body #field_2_6 .ginput_container_arvl_date::before {
	content: url(/wp-content/themes/watravel/assets/images/form-calendar.svg);
	position: absolute;
	top: 50%;
	left: 34px;
	transform: translate(-50%, -50%);
}
.home-main__form .gform_body #field_2_6 .ginput_container_number_days {
	width: 126px;
	margin-left: 12px;
}
.home-main__form .gform_body #field_2_6 #input_2_6 {
	padding-left: 48px;
}
.home-main__form .gform_body #field_2_5 select {
	background-color: #ffff;
	width: 100%;
	color: #9b9b9b9e;
}
.home-main__form .gform_body .mail-txt {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 16px;
	margin-bottom: 0;
	text-align: center;
}
.home-main__form .gform_body .mail-txt a {
	color: #000;
	text-decoration: none;
}

/***********************************************************
 * 16.0 Contact Main Content
***********************************************************/
.contact-main-content {
	padding: 40px 0 60px 0;
}

.contact-main-content .contact-detail-box .contact-main-heading {
	font-family: 'PangeaAfrikan', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 150%;
	color: #000;
	margin-bottom: 32px;
}
.contact-main-content .contact-detail-box .contact-img-box {
	margin-bottom: 109px;
	position: relative;
	height: 464px;
}
.contact-main-content .contact-detail-box .contact-img-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 24px;
	background-color: rgba(0, 0, 0, 0.4);
}
.contact-main-content .contact-detail-box .contact-img-box img {
	border-radius: 24px;
	width: 100%;
	height: 100%;
}
.contact-main-content .contact-detail-box .contact-img-box .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 370px;
}
.contact-main-content .contact-detail-box .contact-img-box .overlay-text small {
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
	color: #ffff;
}
.contact-main-content .contact-detail-box .contact-img-box .overlay-text h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	color: #ffff;
}
.contact-main-content .form-items-group {
	display: flex;
	margin-bottom: 32px;
}
.contact-main-content .form-items-group .group-item {
	width: 50%;
}
.contact-main-content .form-items-group .group-item:first-child {
	margin-right: 32px;
}
.contact-main-content .contact-us-main .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 32px;
	grid-row-gap: 16px;
}
.contact-main-content .contact-us-main .gfield .gfield_label {
	font-weight: 500;
	font-size: 14px;
	line-height: 3em;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 0;
	display: block;
}
.contact-main-content .contact-us-main .ginput_container input[type="text"],
.contact-main-content .contact-us-main .ginput_container input[type="number"],
.contact-main-content .contact-us-main .ginput_container input[type="email"],
.contact-main-content .contact-us-main .ginput_container input[type="tel"],
.contact-main-content .contact-us-main .ginput_container select{
	width: 100%;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	padding: 0px 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.3);
}
.contact-main-content .contact-us-main fieldset.gfield{
	margin: 20px 0px 25px;
}
.contact-main-content .contact-us-main .gfield legend{
	padding-bottom: 5px;
}
.contact-main-content .extra-items-box h6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}
.contact-main-content .extra-items-box .ws-form-check {
	display: flex;
	align-items: flex-start;
}
.contact-main-content .contact-us-main .gfield_checkbox {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.contact-main-content .contact-us-main .gchoice {
	display: flex;
	align-items: center;
}

.contact-main-content .contact-us-main .gform_wrapper.gravity-theme .gfield_checkbox label {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.5);
	margin-left: 12px;
}
.contact-main-content .extra-items-box ul.items-list {
	column-count: 2;
}
.contact-main-content .extra-items-box ul.items-list li {
	margin-bottom: 18px;
}
.contact-main-content .textarea-box h6 {
	line-height: 150%;
	margin-bottom: 16px;
}
.contact-main-content .contact-us-main .ginput_container_textarea .textarea {
	width: 100%;
	height: 170px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-top: 5px;
	padding: 20px 24px;
	font-family: 'PangeaAfrikan', sans-serif;
	resize: none;
	margin-bottom: 32px;
}
.contact-main-content .contact-us-main .gform_footer .gform_button {
	padding: 12px 40px;
	background: #000000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	color: #ffff;
}
.contact-main-content .col-separate-8 {
	width: calc(100% - 572px);
}
.contact-main-content .col-separate-4 {
	width: 532px;
}
.contact-main-content .advanced-tips-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 24px;
	margin-top: 80px;
}
.contact-main-content .advanced-tips-grid .tip-box {
	background-color: #FFFFFF;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 24px;
	padding: 40px 34px;
	text-align: center;
	grid-column: span 3;
	margin-bottom: 28px;
}
.contact-main-content .advanced-tips-grid .tip-box img {
	margin-bottom: 24px;
}
.contact-main-content .advanced-tips-grid .tip-box:first-child img {
	filter: invert(43%) sepia(37%) saturate(624%) hue-rotate(148deg) brightness(87%) contrast(89%);
}
.contact-main-content .advanced-tips-grid .tip-box:nth-child(2) img {
	filter: invert(30%) sepia(99%) saturate(1445%) hue-rotate(349deg) brightness(91%) contrast(92%);
}
.contact-main-content .advanced-tips-grid .tip-box:nth-child(3) img {
	filter: invert(42%) sepia(43%) saturate(353%) hue-rotate(78deg) brightness(92%) contrast(89%);
}
.contact-main-content .advanced-tips-grid .tip-box:last-child img {
	filter: invert(24%) sepia(9%) saturate(4608%) hue-rotate(317deg) brightness(95%) contrast(85%);
}
.contact-main-content .advanced-tips-grid .tip-box .txt {
	font-size: 14px;
	line-height: 150%;
}
.contact-main-content .col-separate-8 {
    flex: 1 1 calc( 55% - 40px );
}

.contact-main-content .col-separate-4 {
    flex: 1 1 calc( 40% - 0px );
}
.contact-main-content .container-main-wrap .container-second-wrap_contact {
	flex: 100%;
}
.contact-main-content .container-main-wrap {
	flex-wrap: wrap;
	column-gap: 40px;
}
@media (max-width: 980px) {
    .contact-main-content .col-separate-4 {
        order: 1;
		margin-top: 40px;
		margin-bottom: 0;
    }
	.contact-main-content{
		padding-bottom: 0px;
	}
}
/***********************************************************
 * 18.0 Explore Package Section
***********************************************************/
.explore-package-section {
	padding: 80px 0;
}
.explore-package-section .home-tours__txt {
	margin-bottom: 24px;
}
.explore-package-section .home-tours__txt h3 {
	text-transform: capitalize;
}
.explore-package-section.locations-search_main .home-tours__txt {
	margin-bottom: 40px;
}
.explore-package-section.locations-search_main .home-tours__txt h3 {
	font-size: 24px;
	font-weight: 500;
}
.explore-package-section .home-tours {
	margin-bottom: 0;
	width: 100%;
}
.explore-package-section .home-tours__wrap {
	grid-template-columns: repeat(4, 1fr);
}
.explore-package-section .home-tours__single img {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
}
.explore-package-section .home-tours__single h6 {
	margin: 16px 0 0 0;
}
.explore-package-section .home-tours__single h5 {
	margin: 8px 0 4px 0;
}
.explore-package-section .home-tours__single .rating {
	display: flex;
	align-items: center	;
}
.explore-package-section .home-tours__single .rating span img {
	width: 18px;
	height: 18px;
}
.explore-package-section .home-tours__single .rating .review {
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
	height: auto;
	margin-left: 5px;
}
.explore-package-section .home-tours__single p {
	margin-bottom: 0;
}
.locations-search_main .shuffle-btn-box {
	display: flex;
	justify-content: space-between;
/*	width: 100% !important;*/
}
.shuffle-btn-box {
	text-align: center;
	margin-top: 40px;
	width: 100%;
}
.shuffle-btn-box .shuffle-btn,
.locations-search_main .all-category-btn,
.accom-index-page__main .all-category-btn {
	padding: 8px 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.8);
	background-color: #ffff;
}
.accom-index-page__main .filter-btn-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.accom-index-page__main .filter-btn,
.accom-index-page__main .all-category-btn {
	padding: 16px 8px;
	margin-top: 0;
}
.accom-index-page__main .all-category-btn {
	padding: 8px;
}
.shuffle-btn-box .shuffle-btn img,
.locations-search_main .all-category-btn img,
.accom-index-page__main .all-category-btn img {
	margin-right: 8px;
	width: 16px;
}
.explore-package-section.explore-tour-section {
	padding: 0 0 80px 0;
}
.explore-package-section.explore-tour-section.ws-explore-all-tours-section {
	padding-top: 80px;
}
.ws-explore-all-tours-section .home-tours__txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ws-explore-all-tours-section .home-tours__txt h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
}
.ws-explore-all-tours-section .home-tours__txt .shuffle-btn-box {
	margin-top: 0;
	width: auto;
}

/***********************************************************
 * 19.0 Explore Things To Do
***********************************************************/
.explore-things-to-do {
	padding-bottom: 80px;
}
.explore-things-to-do .home-things-to-do__txt {
	margin-bottom: 24px;
}
.explore-things-to-do .home-things-to-do__txt h3 {
	text-transform: capitalize;
}
.explore-things-to-do .home-things-to-do {
	width: 100%;
	margin-bottom: 0;
}
.explore-things-to-do .home-things-to-do__wrap {
	grid-template-columns: repeat(4, 1fr);
}
.explore-things-to-do .home-things-to-do__single {
	height: 262px;
	border-radius: 32px;
	padding-bottom: 40px;
}
.explore-things-to-do .home-things-to-do__single::before {
	border-radius: 32px;
}
.explore-things-to-do .home-things-to-do__single h5 {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
}

/***********************************************************
 * 20.0 Explore All Location Section
***********************************************************/
.explore-all-location-section {
	padding-bottom: 80px;
}
.explore-all-location-section .ws-main-title-box {
	margin-bottom: 24px;
}
.explore-all-location-section .ws-main-title-box .ws-main-heading {
	text-transform: capitalize;
}
.explore-all-location-section .all-locations-wrapper {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}
.explore-all-location-section .all-locations-wrapper .location-card {
	grid-column: span 1;
	border-radius: 16px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
}
.explore-all-location-section .location-card .location-img img {
	width: 100%;
	border-radius: 16px 16px 0 0; 
	object-fit: cover;
}
.explore-all-location-section .location-card .location-name {
	padding: 16px 20px;
	text-align: center ;
}
.explore-all-location-section .location-card .location-name a {
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #152E26;
	width: 100%;
	display: block;
}
.blog-main-section.explore-custom-changes {
	padding-top: 0;
}
.blog-main-section.explore-custom-changes .ws-main-title-box .ws-main-heading {
	text-transform: capitalize;
}
.blog-main-section.explore-custom-changes .shuffle-btn-box {
	margin-top: 10px;
}

/***********************************************************
 * 21.0 Location Search Main
***********************************************************/
.locations-search_main .home-things-to-do__wrap {
	margin: 0 auto;
	margin-top: 80px;
}
.locations-search_main .home-things-to-do__wrap .home-things-to-do__single {
	width: 143px;
	height: 151px;
	padding-bottom: 24px;
	border-radius: 16px;
}
.locations-search_main .home-things-to-do__wrap .home-things-to-do__single::before {
	border-radius: 16px;
}
/***********************************************************
 * 23.0 Explore Package Carousel Section
***********************************************************/
.explore-package-carousel-section.remove-top-padding {
	padding-top: 0;
}
.explore-package-carousel-section .ws-stay-desc-content {
	padding-bottom: 80px;
	width: 100%;
}
.explore-package-carousel-section .ws-stay-desc-content p {
	width: 634px;
	text-align: center;
	margin: 0 auto;
}
.explore-package-carousel-section .explore-package-carousel-wrap.home-tours__wrap {
	display: block;
}
.explore-package-carousel-section .explore-package-carousel-wrap .slick-slide {
	margin: 0 10px;
}
.explore-package-carousel-section .explore-package-carousel-wrap .slick-list {
	margin: 0 -10px;
}
.explore-package__buttons .slick-arrow.slick-next {
	margin-left: 10px;
	transform: rotate(180deg);
}
.explore-package__buttons .slick-arrow {
	font-size: 0;
	border: none;
	height: 34px;
	width: 34px;
	border-radius: 3px;
	padding: 0;
	background-image: url('/wp-content/themes/watravel/assets/images/chevron.svg');
	background-size: 9px;
	background-position: center;
	background-repeat: no-repeat;
}

/***********************************************************
 * 24.0 Home Stay Carousel
***********************************************************/
.home-stay-carousel .home-carousel__single--inner {
	justify-content: space-between;
	align-items: flex-end;
}
.home-stay-carousel .home-carousel__single__txt {
	max-width: 750px;
}
.home-stay-carousel .home-carousel__single__txt h2 {
	font-weight: 400;
	font-family: 'PangeaAfrikan', sans-serif;
}
.home-stay-carousel .home-carousel__single--inner a {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #ffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
	z-index: 1;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffff;
}

/***********************************************************
 * 25.0 All Tours Filter Section
***********************************************************/
.all-tours-filters-section {
	padding: 24px 0 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.all-tours-filters-section .filters-tags {
	text-align: center;
}
.all-tours-filters-section .filters-tags li {
	display: inline-block;
	margin-bottom: 16px;
}
.all-tours-filters-section .filters-tags li a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.7);
	min-width: 120px;
	max-height: 53px;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	text-decoration: none;
	margin: 0 10px;
	padding: 16px;
}

.all-tours-filters-section .filters-tags li.tag-active a {
	background-color: #000000;
	color: #FFFFFF;
}

/***********************************************************
 * 26.0 Main Pagination Container
***********************************************************/
.main-pagination_container {
	padding: 112px 0 32px 0;
	width: 100%;
	text-align: center;
}
.main-pagination_container nav {
	border-bottom: 0;
}
.main-pagination_container .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-pagination_container .pagination .page-item .page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 40px;
	margin: 0 7px;
	background-color: #ffff;
	color: #000;
	text-decoration: none;
}
.main-pagination_container .pagination .page-item.active .page-link {
	background-color: #152E26;
	border-radius: 4px;
	color: #ffff;
}

/***********************************************************
 * 27.0 General Content Section
***********************************************************/
.general-content-section {
	padding: 40px 0 80px 0;
}
.general-content-section .desc-content nav {
	border-bottom: 0;
}
.general-content-section .desc-content .breadcrumb {
	margin-bottom: 40px;
}
.general-content-section .desc-content .breadcrumb .breadcrumb-item {
	display: inline-block;
}
.general-content-section .desc-content .breadcrumb .breadcrumb-item span,
.general-content-section .desc-content .breadcrumb .breadcrumb-item a {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	padding-right: 12px;
	margin-right: 12px;
	position: relative
}
.general-content-section .desc-content .breadcrumb .breadcrumb-item a::before { 
	content: url(/wp-content/themes/watravel/assets/images/sm-chevron.svg);
	position: absolute;
	top: 0;
	right: -10px;
}
.general-content-section .desc-content .breadcrumb .breadcrumb-item:last-child a::before {
	content: none;
}
.general-content-section .desc-content .breadcrumb .breadcrumb-item a {
	text-decoration: none;
}
.general-content-section .location-detail__head {
    padding: 0px 20px;
}
.product-cat__head{
	padding: 0px 20px;
}
.single-attraction__head{
	padding: 0px 20px;
}
@media(min-width: 680px){
	.general-content-section .location-detail__head {
		padding: 0;
	}
	.product-cat__head{
		padding: 0;
	}
	.single-attraction__head{
		padding: 0;
	}
}
.general-content-section .location-detail-img-box {
	margin-bottom: 48px;
	position: relative;
	height: 340px;
	object-fit: cover;
}
.general-content-section .product-detail-img-box {
	margin-bottom: 48px;
	position: relative;
	height: 340px;
	object-fit: cover;
}

.general-content-section .product-detail-img-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 8px;
}

.general-content-section .desc-content h1 {
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 500;
}
.general-content-section .desc-content h1 > a {
	color: #333;
	text-decoration: none;
}

.general-content-section .desc-content h3{
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 500;
}


.general-content-section .location-detail-img-box img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.general-content-section .product-detail-img-box img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.general-content-section .location-detail-img-box .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 520px;
}
.general-content-section .product-detail-img-box .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 520px;
}
.general-content-section .location-detail-img-box .overlay-text small {
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
	color: #ffff;
	text-transform: uppercase;
}
.general-content-section .product-detail-img-box .overlay-text small {
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
	color: #ffff;
	text-transform: uppercase;
}
.general-content-section .location-detail-img-box .overlay-text h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	color: #ffff;
}
.general-content-section .product-detail-img-box .overlay-text h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	color: #ffff;
}
.general-content-section .location-detail-desc-main-cont,
.single-place-detail_main .location-detail-desc-main-cont {
	padding: 80px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.general-content-section .product-detail-desc-main-cont {
	padding: 0 0 80px 0;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.general-content-section .desc-content > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.general-content-section .location-detail-desc-main-cont h3,
.single-place-detail_main .location-detail-desc-main-cont h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 32px;
}
.general-content-section .product-detail-desc-main-cont h3{
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 32px;
}
.general-content-section .location-detail-desc-main-cont.remove-top-padding,
.single-place-detail_main .location-detail-desc-main-cont.remove-top-padding {
	padding-top: 0;
}
.general-content-section .product-detail-desc-main-cont.remove-top-padding {
	padding-top: 0;
}
.general-content-section .location-detail-desc-main-cont.remove-botm-border,
.single-place-detail_main .location-detail-desc-main-cont.remove-botm-border {
	border-bottom: 0;
}
.general-content-section .product-detail-desc-main-cont.remove-botm-border {
	border-bottom: 0;
}
.general-content-section .location-detail-desc-meta,
.single-place-detail_main .location-detail-desc-meta {
	display: flex;
}
.general-content-section .product-detail-desc-meta {
	display: flex;
}
.general-content-section .location-detail-desc-meta .location-detail-meta,
.single-place-detail_main .location-detail-desc-meta .location-detail-meta {
	width: 100%;
}
.general-content-section .product-detail-desc-meta .product-detail-meta {
	width: 100%;
}
.general-content-section .product-detail-desc-meta .product-detail-meta p {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
}
.general-content-section .location-detail-desc-meta .location-detail-meta:first-child,
.single-place-detail_main .location-detail-desc-meta .location-detail-meta:first-child {
	margin-right: 0;
}
.general-content-section .product-detail-desc-meta .product-detail-meta:first-child {
	margin-right: 0;
}
.general-content-section .location-detail-desc-main-cont.remove-top-padding .location-detail-desc-meta .location-detail-meta:first-child {
	margin-right: 45px;
}
.general-content-section .product-detail-desc-main-cont.remove-top-padding .location-detail-desc-meta .location-detail-meta:first-child {
	margin-right: 45px;
}
.general-content-section .location-detail-desc-meta .location-detail-meta p,
.single-place-detail_main .location-detail-desc-meta .location-detail-meta p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.general-content-section .product-detail-desc-meta .location-detail-meta p {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.general-content-section .location-detail-desc-meta .location-detail-meta p:last-child {
	margin-bottom: 0;
}
.general-content-section .product-detail-desc-meta .location-detail-meta p:last-child {
	margin-bottom: 0;
}
.single-place-detail_main .location-detail-desc-meta .location-detail-meta small {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
	display: block;
	color: rgba(0, 0, 0, 0.8);
}
.general-content-section .location-detail-desc-meta .location-detail-meta small:last-child,
.single-place-detail_main .location-detail-desc-meta .location-detail-meta small:last-child {
	margin-bottom: 0;
}
.general-content-section .location-detail-desc-meta p small {
	font-size: 18px;
}
.general-content-section .product-detail-desc-meta .location-detail-meta small:last-child {
	margin-bottom: 0;
}
.general-content-section .product-detail-desc-meta p small {
	font-size: 16px;
}
.general-content-section .home-main__form--wrap {
	margin-top: 60px;
}
.general-content-section .location-detail-desc-main-cont.remove-botm-border {
	padding-bottom: 0;
}
.general-content-section .product-detail-desc-main-cont.remove-botm-border {
	padding-bottom: 0;
}

/***********************************************************
 * 28.0 Accomodation Carousel 
***********************************************************/
.accommodation-carousel .home-location__single {
	height: 432px;
	width: 409px;
	padding: 40px 48px;
	border-radius: 16px;
}
.accommodation-carousel .home-location__single::before {
	border-radius: 16px;
}
.accommodation-carousel .home-location__single .home-location__single__txt {
	text-align: left;
}
.accommodation-carousel .home-location__single .home-location__single__txt h5 {
	font-size: 14px;
}
.accommodation-carousel .home-location__single .home-location__single__txt small {
	font-size: 12px;
	margin-bottom: 0;
}
.accommodation-carousel .container-main-wrap .home-tours {
	width: 100%;
	margin-bottom: 32px;
}
.accommodation-carousel {
	margin-bottom: 112px;
}
.accommodation-carousel .home-location__single__body {
	justify-content: flex-start;
}

/***********************************************************
 * 29.0 Single Place Detail Main
***********************************************************/
.single-place-detail_main {
	padding: 0 0 112px 0;
}
.single-place-detail_main p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.single-place-detail_main .location-detail-desc-meta .location-detail-meta p {
	margin-bottom: 0;
}
.single-place-detail_main .location-detail-desc-main-cont.add-border-top {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 55px;
}
.single-place-detail_main .home-things-to-do__wrap,
.single-place-detail_main .home-tours__wrap {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-place-detail_main .home-things-to-do__wrap .home-things-to-do__single::before {
	border-radius: 16px;
}
.single-place-detail_main .home-things-to-do__wrap .home-things-to-do__single {
	width: 133px;
	height: 151px;
	padding-bottom: 24px;
	border-radius: 16px;
}
.single-place-detail_main .home-places-to-go__txt {
	margin-bottom: 32px;
}
.single-place-detail_main .home-places-to-go__txt h3 {
	font-weight: 600;
}
.single-place-detail_main .ws-main-title-box .ws-main-heading {
	font-weight: 600;
}
.single-place-detail_main .home-places-to-go__txt p {
	padding-right: 260px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
}
.explore-package-section.single-place-detail_main .home-tours__wrap {
	grid-template-columns: repeat(3, 1fr);
}
.explore-package-section.single-place-detail_main .home-tours__single h5 {
	font-weight: 16px;
}

.home-places-gallery .home-places-gallery__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
	color: #000;
	margin-bottom: 2rem;
}
.home-places-gallery__heading-description {
	margin: 0 0 2rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.location-gallery {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
}

.location-gallery .location-card__img img {
	border-radius: 8px;
	display: block;
	width: 100%;
	object-fit: cover;
	height: 145px;
	overflow: hidden;
}
.location-gallery .location-card__name {
	padding-top: 1rem;
}
.location-gallery .location-card__name > a {
	font-size      : 16px;
	line-height    : 1.4;
	color          : #333;
	font-weight    : 500;
	text-decoration: none;
}
.location-gallery .location-card__name-description {
	margin-top: 8px;
	color: #333;
}

@media (min-width: 680px) {
	.location-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1280px) {
	.location-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

/***********************************************************
 * 31.0 Single Location Taxonomy: "Things to Do" section
***********************************************************/
/*.perth-main-content-section .perth-desc-meta .wave-rock-meta,
.perth-things-to-do .perth-desc-meta .wave-rock-meta {
	width: 100%;
	margin-right: 0;
}*/
/*.perth-main-content-section .perth-desc-meta .wave-rock-meta:first-child,
.perth-things-to-do .perth-desc-meta .wave-rock-meta:first-child {
	margin-right: 0;
}*/
.tax-location .single-place-detail_main .home-tours__wrap {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/*.perth-main-content-section .wave-rock-desc-main-cont h3, 
.perth-things-to-do .wave-rock-desc-main-cont h3,*/ 
/*.perth-things-to-do .home-places-to-go__txt h3 {
	font-weight: 400;
}*/
.tax-location .single-place-detail_main .ws-main-title-box {
	margin-bottom: 24px;
}
.tax-location .single-place-detail_main .all-locations-wrapper {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.tax-location .single-place-detail_main .all-locations-wrapper .location-card {
	grid-column: span 1;
	border-radius: 16px;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
}
.tax-location .single-place-detail_main .location-card .location-img img {
	width: 100%;
	border-radius: 16px 16px 0 0;
	height: 200px;
	object-fit: cover;
}
.tax-location .single-place-detail_main .location-card .location-name {
	padding: 32px 24px 40px;
	text-align: center;
}
.tax-location .single-place-detail_main .location-card .location-name a {
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #152E26;
	width: 100%;
	display: block;
	margin-bottom: 4px;
}
.tax-location .single-place-detail_main .ws-main-title-box p {
	width: 490px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
}
.tax-location .location-detail-meta h4{
	font-size: 24px;
    font-weight: 500;
	margin: 40px 0px 20px;
}
/***********************************************************
 * 32.0 Home Stay Carousel
***********************************************************/
.home-stay-carousel .home-carousel__single--inner {
	flex-direction: column;
	justify-content: end;
}
.home-stay-carousel .home-carousel__single__txt {
	margin: 0 auto;
	text-align: center;
}
.home-stay-carousel .home-carousel__single__txt h2 {
	margin-bottom: 60px;
	line-height: 150%;
}
.home-stay-carousel .home-carousel__single__txt h2 strong {
	font-weight: 500;
}

/***********************************************************
 * 33.0 Popular places Main
***********************************************************/
.popular-places_main {
	padding: 80px 0;
}
.popular-places_main .all-locations-wrapper {
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 80px
}
.explore-all-location-section .location-card .location-img {
	height: 160px;
}
.explore-all-location-section .location-card .location-img img {
	height: 100%;
}
.explore-all-location-section .home-places-to-go__txt {
	margin-bottom: 40px;
}
.popular-places_main .home-places-to-go__txt p {
	padding-right: 300px;
}

/***********************************************************
 * 34.0 Things Surrounds Main Section
***********************************************************/
.things-surrounds-main-section .home-places-to-go__txt {
	margin-bottom: 40px;
}
.things-surrounds-main-section .home-tours__wrap {
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 80px;
}

/***********************************************************
 * 35.0 Tours Detail Main
***********************************************************/
.tours-detail_main {
	padding: 40px 0 112px 0;
}
/*.tours-detail_main .wave-rock-desc-main-cont{
	padding-top: 0;
	border-bottom: 0;
}*/
.tours-detail_main .home-tours__wrap {
	padding-bottom: 0;
	border-bottom: 0;
}
.tours-detail_main .home-things-to-do__wrap {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.tours-detail_main .home-things-to-do__wrap a {
	text-decoration: none;
}
/*.tours-detail_main .wave-rock-desc-main-cont h3 {
	font-weight: 500;
	margin-bottom: 24px;
}
.tours-detail_main .wave-rock-desc-meta .wave-rock-meta small {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
}*/
.tours-detail_main .recommended-places {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 80px;
}
.tours-detail_main .recommended-places .nature-wounder-card {
	display: block;
	grid-column: span 1;
}
.tours-detail_main .recommended-places .nature-wounder-card .img-box {
	width: 100%;
	height: 136px;
}
.tours-detail_main .recommended-places .nature-wounder-card .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tours-detail_main .recommended-places .nature-wounder-card a {
	text-decoration: none;
}
.tours-detail_main .recommended-places .nature-wounder-card .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 8px;
}

/***********************************************************
 * 36.0 Wave Rock Main Content
***********************************************************/
.attraction-detail-main-content {
	padding: 64px 0;
}
.attraction-detail-main-content .attraction-detail-img-box {
  margin-bottom: 48px;
  position: relative;
  height: 340px;
}
.attraction-detail-main-content .attraction-detail-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.4);
}
.attraction-detail-main-content .attraction-detail-img-box img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.attraction-detail-main-content .attraction-detail-img-box .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 520px;
}
.attraction-detail-main-content .attraction-detail-img-box .overlay-text h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #ffff;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont.remove-top-padding {
	padding-top: 0;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont.remove-top-padding .attraction-detail-meta small {
	margin-bottom: 0;
}
.attraction-detail-main-content .attraction-detail-img-box .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 520px;
}
.attraction-detail-main-content .attraction-detail-img-box .overlay-text small {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
	color: #ffff;
	text-transform: uppercase;
}
.attraction-detail-main-content .attraction-detail-desc-meta {
	display: flex;
}
.attraction-detail-main-content .attraction-detail-desc-meta .attraction-detail-meta {
	width: 50%;
}
.attraction-detail-main-content .attraction-detail-desc-meta .attraction-detail-meta:first-child {
	margin-right: 45px;
}
.attraction-detail-main-content .attraction-detail-desc-meta .attraction-detail-meta p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 35px;
}
.attraction-detail-main-content .home-main__form--wrap {
	margin-top: 0;
}
.attraction-detail-main-content .attraction-detail-desc-meta .attraction-detail-meta small {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
}
.attraction-detail-main-content .attraction-detail-desc-meta small {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;	
	line-height: 150%;
	margin-bottom: 30px;
	display: block;
}
.attraction-detail-main-content .attraction-detail-desc-meta small:last-child {
	margin-bottom: 0;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont {
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.attraction-detail-main-content .attraction-detail-desc-main-cont h3 {
	font-weight: 400;
	margin-bottom: 32px;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont.custom-change-description {
	padding-bottom: 50px;
	margin-bottom: 0;
	border-bottom: 0;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont.custom-change-description p {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
}
.attraction-detail-main-content  .attraction-detail-desc-meta .attraction-detial_moreinfo p ,  .attraction-detail-main-content  .attraction-detail-desc-meta .attraction-detial_moreoptions p{
	font-size: 18px !important;
}
.attraction-detail-main-content .map-box {
	border-radius: 24px;
	position: relative;
	margin-bottom: 80px;
}
.attraction-detail-main-content .map-box::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.8));
	z-index: 1;
	transition: 0.5s;
}
.attraction-detail-main-content .map-box .main-img {
	width: 100%;
	border-radius: 24px;
}
.attraction-detail-main-content .map-box .overlay-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 520px;
	z-index: 1;
}
.attraction-detail-main-content .map-box .overlay-box img {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}
.attraction-detail-main-content .map-box .overlay-box small {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 125%;
	color: #ffff;
	text-transform: uppercase;
}
.attraction-detail-main-content .home-places-to-go__txt {
	padding-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.attraction-detail-main-content .home-places-to-go__txt p {
	color: rgba(0, 0, 0, 0.8);
}
.attraction-detail-main-content .home-things-to-do__wrap {
	margin-bottom: 80px;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont.custom-change {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.attraction-detail-main-content .attraction-detail-desc-main-cont.custom-change .attraction-detail-desc-meta p {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
}

/***********************************************************
 * 37.0 Search Page Main
***********************************************************/
.search-page_main {
	padding: 80px 0;
}
.search-page_main .tab-teaser .tab-menu ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	display: flex; 
}
.search-page_main .tab-teaser .tab-menu ul li {
	margin-right: 16px;
}
.search-page_main .tab-teaser .tab-menu ul li:last-child {
	margin-right: 0;
}
.search-page_main .tab-teaser .tab-menu ul li a { 
	color: #000; 
	font-weight: 500;
	font-size: 16px;
	padding: 24px 40px; 
	display:block; 
	text-decoration:none; 
	transition:0.5s all; 
	background-color: #ffff; 
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius: 16px 16px 0px 0px;
}
.search-page_main .tab-teaser .tab-menu ul li a:hover,
.search-page_main .tab-teaser .tab-menu ul li a.active { 
	background-color: #F5F5F5;
	border-color: #F5F5F5;
	color:#000; 
	text-decoration:none; 
}
.search-page_main .tab-teaser .tab-menu ul li a.active:focus,
.search-page_main .tab-teaser .tab-menu ul li a.active:visited {
	outline: none;
}
.search-page_main .tab-teaser .tab-box {
	display:none; 
}
.search-page_main .tab-teaser { 
	width:100%; 
}
.search-page_main .tab-teaser .tab-main-box {
	padding: 40px 32px;
	background-color: #F5F5F5;
	border-radius: 0;
}
.search-page_main .tab-teaser .deal-main-box .main-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 150%;
	text-transform: capitalize;
	color: #152E26;
	margin-bottom: 32px;
}
.search-page_main .deal-saparate-box {
	display: flex;
	align-items: center;
}
.search-page_main #tab-5  .deal-saparate-box{
	margin: 0px -15px;
}
.search-page_main .deal-saparate-box .form-box {
	width: 648px;
	height: 320px;
	margin-right: 40px;
}
.search-page_main #discoFrameId .search-box-wrapper {
	padding: 0;
}
.search-page_main #discoFrameId .container {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.search-page_main .deal-saparate-box .booking-box {
	width: calc(100% - 688px);
}
.search-page_main .deal-saparate-box .booking-box h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	text-transform: capitalize;
	margin-bottom: 8px;
	color: #152E26;
}
.search-page_main .deal-saparate-box .booking-box p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
}
.search-page_main .deal-saparate-box .booking-box ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}
.search-page_main .deal-saparate-box .booking-box ul li:last-child {
	margin-bottom: 0;
}
.search-page_main .deal-saparate-box .booking-box ul li small {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 12px;
	line-height: 150%;
}
@media(min-width: 680px){
	.search-page_main .tab-teaser .deal-main-box .main-title {
		font-size: 32px;
		margin-bottom: 50px;
		line-height: 100%;
	}
	.search-page_main .tab-teaser .tab-main-box { 
		padding: 72px 49px; 
		border-radius: 0px 0px 16px 16px;
	}
}

/***********************************************************
 * 38.0 Top Attractions Container
***********************************************************/
.top-attractions_container {
	padding: 0 0 112px 0;
}
.wa-nopadding.top-attractions_container {
	padding: 0;
}
.top-attractions_container .home-tours__txt h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 40px;
}
.search-page_main .search-form_box .search-form-input_wrap {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.search-page_main .search-form_box .search-form_input {
	position: relative;
	margin-bottom: 20px;
	display: block;
	/* overflow: hidden; */
	grid-column: span 1;
}
.search-page_main .search-form_box .search-form_input img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
	left: 30px;
}
.search-page_main .search-form_box .search-form_input input,
.search-page_main .search-form_box .search-form_input select {
	width: 86vw;
	height: 65px;
	padding: 24px 32px 20px 60px;
	background-color: #ffff;
	border: 0;
}
.search-page_main .search-form_box .search-form_input input::placeholder {
	color: #000;
	opacity: 1;
	font-family: 'PangeaAfrikan', sans-serif;
}
.search-page_main .search-form_box .search-form_input select {
	cursor: pointer;
	appearance: none;
}
.search-page_main .search-form_box .search-form-button_box button {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	padding: 20px;
	width: 100%;
	background-color: #000;
	border: 0;
}
@media(min-width: 680px){
	.search-page_main .search-form_box .search-form_input input,
	.search-page_main .search-form_box .search-form_input select {
		width: 100%;
	}
}
/***********************************************************
 * 39.0 Search Page Results
***********************************************************/
.search-page__results {
	padding: 0 0 112px 0;
}
.search-page__results .home-tours {
	margin-bottom: 0;
}
.search-page__results .home-tours__txt h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 40px;
}
.search-page__results .reserve-tours-list-wrap {
	width: 100%;
}
.search-page__results .reserve-tour-box {
	display: flex;
	align-items: center;
	padding: 52px;
	background-color: #ffff;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
}
.search-page__results .reserve-tour-box:last-child {
	margin-bottom: 0;
}
.search-page__results .reserve-tour-box .logo {
	width: 35%;
}
.search-page__results .reserve-tour-box .logo img {
	padding-left: 130px;
}
.search-page__results .reserve-tour-box .detail-box {
	width: 30%;
}
.search-page__results .reserve-tour-box .detail-box h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 16px;
}
.search-page__results .reserve-tour-box .detail-box ul li {
	display: inline-block;
	margin-right: 20px;
}
.search-page__results .reserve-tour-box .detail-box ul li img {
	margin-top: -5px;
}
.search-page__results .reserve-tour-box .detail-box ul li small {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-left: 8px;
}
.search-page__results .reserve-tour-box .price-box {
	width: 20%;
}
.search-page__results .reserve-tour-box .price-box h5 {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 14px;
}
.search-page__results .reserve-tour-box .price-box h5 small,
.search-page__results .reserve-tour-box .price-box small {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.search-page__results .reserve-tour-box .price-box h5 small {
	margin-left: 4px;
}
.search-page__results .reserve-tour-box .reserve-btn-box {
	width: 15%;
	text-align: right;
}
.search-page__results .reserve-tour-box .reserve-btn-box .reserve-btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	padding: 20px 48px;
	background-color: #000; 
	border: 0;
	color: #ffff
}

/***********************************************************
 * 40.0 Accommodation Explore Section
***********************************************************/
.accommodation-explore-section {
	padding-top: 40px;
}
.accommodation-explore-section .all-locations-wrapper {
	grid-template-columns: repeat(5, 1fr);
	max-width: 845px;
	margin: 0 auto;
}
.accommodation-explore-section .location-card .location-img {
	height: 88px;
}
.accommodation-explore-section .location-card .location-name a {
	font-size: 12px;
}

/***********************************************************
 * 41.0 Accom Index Page Main
***********************************************************/
.accom-index-page__main {
	padding-bottom: 80px;
}
.accom-index-page__main .ws-filter-sidebar {
	margin-top: 76px;;
}
.accom-index-page__main .ws-filter-sidebar .main-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}
.accom-index-page__main .col-separate-4 {
	width: 306px;
}
.accom-index-page__main .col-separate-8 {
	width: calc(100% - 409px);
}
.accom-index-page__main .ws-filter-sidebar .check-filter-box {
	padding: 40px 36px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.accom-index-page__main .ws-filter-sidebar .check-filter-box .filter-heading {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 24px;
}
.accom-index-page__main .ws-filter-sidebar .check-filter-box .item-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accom-index-page__main .ws-filter-sidebar .check-filter-box ul li {
	margin-bottom: 18px;
}
.accom-index-page__main .ws-filter-sidebar .check-filter-box ul li:last-child {
	margin-bottom: 0;
}
.accom-index-page__main .ws-filter-sidebar .check-filter-box span,
.accom-index-page__main .ws-filter-sidebar .check-filter-box small {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.5);
	margin-left: 7px;
	margin-bottom: -4px;
}
.accom-index-page__main .check-filter-box .left-cont {
	display: flex;
	align-items: center;
}
.accom-index-page__main .check-filter-box .left-cont .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
} 
.accom-index-page__main .check-filter-box .left-cont .form-group label {
	position: relative;
	cursor: pointer;
}
.accom-index-page__main .check-filter-box .left-cont .form-group label:before {
	content:'';
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}
.accom-index-page__main .check-filter-box .left-cont .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 3px;
	height: 8px;
	border: solid rgba(0, 0, 0, 0.5);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.accom-index-page__main .right-heading-side .heading {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 8px;
}
.accom-index-page__main .right-heading-side nav {
	border-bottom: 0;
}
.accom-index-page__main .right-heading-side .breadcrumb .breadcrumb-item {
	display: inline-block;
}
.accom-index-page__main .right-heading-side .breadcrumb .breadcrumb-item a::before {
	content: url(/wp-content/themes/watravel/assets/images/sm-chevron.svg);
	position: absolute;
	top: 0;
	right: -10px;
}
.accom-index-page__main .right-heading-side .breadcrumb .breadcrumb-item:last-child a::before {
	content: none;
} 
.accom-index-page__main .right-heading-side .breadcrumb .breadcrumb-item span,
.accom-index-page__main .right-heading-side .breadcrumb .breadcrumb-item a {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
}
.hotel-rent-card {
	display: flex;
	/* align-items: center; */
	margin-bottom: 16px;
}
.hotel-rent-card .img-box {
	width: 307px;
	/* height: 247px; */
	position: relative;
}
.hotel-rent-card .img-box img {
	width: 100%;
	height: 100%;
	border-radius: 16px 0px 0px 16px;
	object-fit: cover;
	object-position: center;
	position: absolute;
}
.hotel-rent-card .main-content {
	padding: 30px 32px 21px 32px;
	width: calc(100% - 307px);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 0;
	border-radius: 0px 16px 16px 0px;
}
.hotel-rent-card .main-content .detail-box {
	position: relative;
	margin-bottom: 40px;
}
.hotel-rent-card .main-content .name-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hotel-rent-card .main-content .name-rating a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}
.hotel-rent-card .main-content .name-rating h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 115%;
	margin-right: 8px;
	color: rgba(0, 0, 0, 0.8);
	
	overflow: hidden;
}
.page-template-accommodation .rent-cards-list .hotel-rent-card .main-content .name-rating h4 {
	max-width: calc( 100% - 160px);
}

.hotel-rent-card .main-content .name-rating .rating {
	margin-top: -4px;
	margin-left: auto;
}
.hotel-rent-card .main-content .location {
	display: flex;
	align-items: center;
	margin: 8px 0;
}
.hotel-rent-card .main-content .location img {
	margin-top: -4px;
	margin-right: 5px;
}
.hotel-rent-card .main-content .location h6,
.hotel-rent-card .main-content .location small {
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	margin-right: 7px;
	padding-right: 7px;
}
.hotel-rent-card .main-content .location h6 {
	position: relative;
}
.hotel-rent-card .main-content .location small {
	font-weight: 400;
	margin-right: 0;
	padding-right: 0;
}
.hotel-rent-card .main-content p.txt {
	font-size: 12px;
	width: 355px;
}
.hotel-rent-card .main-content .price {
	/* position: absolute;
	top: 0;
	right: 0; */
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	margin-left: 8px;
}
.hotel-rent-card .review-main-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hotel-rent-card .review-main-box .reviews strong,
.hotel-rent-card .review-main-box .reviews span {
	font-weight: 500;
	font-size: 12px;
	line-height: 115%;
}
.hotel-rent-card .review-main-box .reviews span {
	font-weight: 400;
	margin-left: 5px;
}
.hotel-rent-card .review-main-box .btns-box {
	position: relative;
}
.hotel-rent-card .review-main-box .btns-box .see-hotel,
.hotel-rent-card .review-main-box .btns-box .check-rate {
	font-weight: 600;
	font-size: 12px;
	line-height: 115%;
	color: rgba(0, 0, 0, 0.8);
	padding: 12px 32px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
}
.hotel-rent-card .review-main-box .btns-box .check-rate {
	color: rgba(255, 255, 255, 0.8);
	background-color: #3E894F;
	border: 1px solid #3E894F;
	margin-left: 8px;
}
.hotel-rent-card .review-main-box .btns-box .map-txt {
	position: absolute;
	top: -20px;
	right: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 115%;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}
.hotel-rent-card .review-main-box .btns-box .price {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	position: absolute;
	top: -45px;
	right: 0;
}
.list-accommodation_carousel-section {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
}
.list-accommodation_carousel-section .hotel-rent-card {
	align-items: stretch;
}

@media (min-width:680px) {
	.list-accommodation_carousel-section .hotel-rent-card .main-content p.txt {
		width: auto;
		max-width: 350px;
	}
}

@media (min-width: 1280px) {
	.list-accommodation_carousel-section {
		grid-template-columns: repeat(2, 1fr);
	}
	/* .hotel-rent-card .main-content .name-rating h4 {
		max-width: 240px;
	} */
}
.accom-index-page__main .main-heading-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.accom-index-page__main .main-heading-box .right-heading-side p{
	font-family: 'PangeaAfrikan', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}
.accom-index-page__main .main-heading-box .filter-btn-box .filter-btn {
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.8);
	background-color: #ffff;
	text-decoration: none;
}
.accom-index-page__main .main-heading-box .filter-btn-box .filter-btn img {
	margin-right: 8px;
	transform: rotateX(180deg);
	margin-top: -3px;
}
.accom-index-page__main .main-pagination_container {
	padding: 96px 0 0 0;
}
.accom-index-page__main .accom-filter-sidebar-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.accom-index-page__main .accom-filter-sidebar-main #result_reset {
    margin-left: 10px;
}
.accom-index-page__main .accom-filter-sidebar-main .main-listing__clear {
    font-size: 14px;
    color: #1fc341;
    transition: 0.3s ease-in-out;
}
.accom-index-page__main .accom-filter-sidebar-main .main-listing__clear:hover {
    color: #ff2626;
}
/***********************************************************
 * 42.0 Single Product Main
***********************************************************/
.single-product__main {
    padding: 40px 0 80px 0;
}
.single-product__main .col-separate-4 {
	width: 440px;
}
.single-product__main .col-separate-8 {
	width: calc(100% - 488px);
}
.single-product__main nav {
	border-bottom: 0;
}
.single-product__main .breadcrumb {
	margin-bottom: 40px;
}
.single-product__main .breadcrumb .breadcrumb-item {
	display: inline-block;
}
.single-product__main .breadcrumb .breadcrumb-item a {
	text-decoration: none;
}
.single-product__main .breadcrumb .breadcrumb-item span, 
.single-product__main .breadcrumb .breadcrumb-item a {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
}
.single-product__main .breadcrumb .breadcrumb-item a::before {
	content: url(/wp-content/themes/watravel/assets/images/sm-chevron.svg);
	position: absolute;
	top: 0;
	right: -10px;
}
.single-product__main .breadcrumb .breadcrumb-item:last-child a::before {
    content: none;
}
.single-product__main .trip-dtl-box {
    padding: 64px 40px;
    background-color: #ffff;
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    margin-bottom: 80px;
}
.single-product__main .trip-dtl-box a {
	text-decoration: none;
}
.single-product__main .trip-dtl-box .location .iconify,
.ws-similar-tour-section .similar-trip-card .location .iconify {
    font-size: 20px;
    margin-top: -3px;
    color: rgba(0, 0, 0, 0.8);
}
.single-product__main .trip-dtl-box .location img {
	margin-top: -4px;
	width: 20px;
	margin-right: 3px;
}
.single-product__main .trip-dtl-box .location span,
.ws-similar-tour-section .similar-trip-card .location span {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
}
.single-product__main .trip-dtl-box .title,
.ws-similar-tour-section .similar-trip-card .trip-dtl-box .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin: 8px 0 0px 0;
}
.single-product__main .trip-dtl-box .rating-box .iconify,
.ws-similar-tour-section .similar-trip-card .trip-dtl-box .rating-box .iconify {
    margin-top: -3px;
    color: #E1C888;
}
.single-product__main .trip-dtl-box .rating-box img {
	margin-top: -3px;
}
.single-product__main .trip-dtl-box .rating-box span,
.ws-similar-tour-section .similar-trip-card .trip-dtl-box .rating-box span {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 5px;
}
.single-product__main .trip-dtl-box .txt {
    margin: 16px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.single-product__main .trip-dtl-box .txt h3 {
	display: none;
}
.single-product__main .trip-dtl-box .txt > section {
	display: none;
}
.single-product__main .trip-dtl-box .txt > section:nth-child(2) {
	display: block;
}
.single-product__main .trip-dtl-box .price span,
.ws-similar-tour-section .similar-trip-card .trip-dtl-box .price span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
}
.single-product__main .trip-dtl-box .price small,
.ws-similar-tour-section .similar-trip-card .trip-dtl-box .price small {
    font-size: 12px;
    margin-right: 3px;
    color: rgba(0, 0, 0, 0.8);
}
.single-product__main .trip-dtl-box .botm-btn-box {
    margin-top: 40px;
}
.single-product__main .trip-dtl-box .botm-btn-box .availe-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    background: #152E26;
    border-radius: 8px;
    padding: 15px 30px;
    display: block;
    border: 0;
    width: 100%;
    text-align: center;
}
.single-product__main .trip-ftrd-list .list-overview {
    margin-bottom: 32px;
}
.single-product__main .trip-ftrd-list .list-overview a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}
.single-product__main .trip-ftrd-list .list-overview img {
    margin-top: -5px;
    margin-right: 10px;
}
.single-product__main .trip-slides-slider {
    margin-bottom: 24px;
}
.single-product__main .single-product__images {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-product__main .single-product__images .slider-nav .slick-slide {
	width: 140px !important;
}
.single-product__main .trip-slides-slider {
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
}
.single-product__main .trip-slides-slider .item img {
  border-radius: 32px;
	width: 100%;
	object-fit: cover;
} 
.single-product__main .single-product__images .navigation-thumbs .item {
    position: relative;
}
.single-product__main .single-product__images .navigation-thumbs .item img {
    border-radius: 8px;
		object-fit: cover;
}
.single-product__main .single-product__images .navigation-thumbs .item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.single-product__main .single-product__images .navigation-thumbs .slick-slide {
	margin: 0 10px;
}
/* .single-product__main .single-product__images .navigation-thumbs .slick-slide:last-child {
	margin-right: 0;
} */
.single-product__main .single-product__images .navigation-thumbs .slick-slide img {
	width: 100%;
	height: 105px;
	object-position: center;
	object-fit: cover;
}
.single-product__main .single-product__images .navigation-thumbs .item.slick-current::before {
	content: none;
}
.single-product__main .single-product__images .navigation-thumbs .item.synced::before {
    background-color: transparent;
}
.single-product__main .single-product__images .navigation-thumbs .slick-track .item.slick-cloned:nth-child(5)::before {
    background-color: rgba(255, 255, 255, 0.8);
}
#see-more-link{
	display: none;
}
.single-product__main .single-product__images .navigation-thumbs .see-more {
    position: absolute;
    top: 0;
    right: 20px;
	width: 140px;
	height: 93.33px;
    text-align: center;
    z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.single-product__main .single-product__images .navigation-thumbs .slick-prev,
.single-product__main .single-product__images .navigation-thumbs .slick-next {
	display: none !important;
}
.single-product__main .single-product__images .navigation-thumbs .see-more img.plus-icon {
    width: 38px;
	margin: 0 auto;
    margin-bottom: -5px;
    color: rgba(0, 0, 0, 0.7);
}
.single-product__main .single-product__images .navigation-thumbs .see-more span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.7);
}
.single-product__main .single-product__main-text {
    padding: 56px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-product__main .single-product__main-text#product-included .ftrd-include {
	display: flex;
}
.single-product__main .single-product__main-text#product-included .ftrd-include ul{
	column-count: 1;
	width: 50%;
}
.single-product__main .single-product__main-text#product-included .ftrd-include ul:nth-child(2){
	padding-left: 20px;
}
.single-product__main .ws-title,
.single-product__main p strong,
.ws-similar-tour-section .ws-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}

.single-product__main .single-product__main-text p.txt,
.single-product__main p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
		color: rgba(0, 0, 0, 0.8);
}
.single-product__main p + p {
	margin-top: 0;
}

.single-product__main ul,
.single-product__main ul li,
.single-product__main .single-product__main-text ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
}
.single-product__main ul:not(.expect-list__list) {
	list-style: disc;
	padding-left: 16px;
}
.single-product__main .left-side-content ul {
	list-style: none;
}
.single-product__main .single-product__main-text .ftrd-include ul {
	column-count: 2;
	list-style-type: none;
	padding-left: 0;
}
.single-product__main .single-product__main-text .ftrd-include ul:first-child {
	margin-right: 30px;
}

.single-product__main h3,
.single-product__main .wp-block-heading,
.single-product__main .section-title {
	font-weight: 500;
	font-size: 24px;

}
.single-product__main h3:not(:first-child),
.single-product__main .wp-block-heading:not(:first-child),
.single-product__main .section-title:not(:first-child) {
	margin-top: 2.5rem;
}
.single-product__main .faq-list__item-head h3 {
	margin-top: 0;
}
.single-product__main .wp-block-heading + .wp-block-heading,
.single-product__main .section-title + .section-title {
	margin-top: 0;
}

/* Additional Information */

.single-product__main .single-product__main-text#additional_info .ftrd-include ul {
    column-count: none;
    display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 45px;
}
.single-product__main .single-product__main-text#additional_info .ftrd-include ul:first-child {
    margin-right: 0;
}
#additional_info .ftrd-include ul li{
	margin-bottom: 16px;
}
/* End: Additional Information  */


.single-product__main .single-product__main-text .ftrd-include ul li {
    margin-bottom: 24px;
	display: flex;
	align-items: flex-start;
}
.single-product__main .single-product__main-text .ftrd-include ul li:last-child {
    margin-bottom: 0;
}
.single-product__main .single-product__main-text .ftrd-include ul li img {
    margin-right: 10px;
	padding-top: 5px;
}
.single-product__main .single-product__main-text .ftrd-include ul li:last-child img {
    margin-bottom: 0;
}
.single-product__main .meeting-box h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
}
.single-product__main .meeting-box h6.sub {
    font-weight: 400;
    margin-bottom: 8px;
}
.single-product__main .meeting-box .search-box {
    position: relative;
    width: 350px;
    margin-bottom: 20px;
}
.single-product__main .meeting-box .search-box input {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
    width: 100%;
}
.single-product__main .meeting-box .search-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
}
.single-product__main .meeting-box p.txt {
    margin-bottom: 0;
}
.single-product__main .expect-things ul {
    padding-left: 56px;
    list-style-type: none;
}
.single-product__main .expect-things ul li {
    padding-bottom: 40px;
    position: relative;
}
.single-product__main .expect-things ul li h6 {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 8px;
}
.single-product__main .expect-things ul li span {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
}
.single-product__main .expect-things ul li:last-child {
    margin-bottom: 0;
}
.single-product__main .expect-things ul li small {
    position: absolute;
    top: 0;
    left: -56px;
    width: 32px;
    height: 32px;
    background-color: #152E26;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-top: 4px;
}
.single-product__main .expect-things ul li::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(21, 46, 38, 0.3);
    position: absolute;
    top: 32px;
    left: -40px;
}
.single-product__main .expect-things ul li:last-child:before {
    content: none;
}
.single-product__main .additional-info-box .ftrd-include ul {
    padding-left: 20px;
    list-style-type: disc;
}
.single-product__main .additional-info-box .ftrd-include ul li {
	display: list-item;
}
.single-product__main .additional-info-box .ftrd-include ul li::marker {
	margin-right: 5px;
}
.single-product__main .ws-faqs  {
    border-bottom: 0;
}
.single-product__main .ws-faqs p.txt {
    font-size: 18px;
}
.single-product__main .ws-faqs .accordion-list {
	padding-left: 0;
}
.single-product__main .ws-faqs .accordion-list li.accordion-header {
	list-style-type: none;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.single-product__main .ws-faqs .accordion-list li.accordion-header:last-child {
	margin-bottom: 0;
}
.single-product__main .ws-faqs .accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
	display: flex;
    align-items: flex-start;
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.single-product__main .ws-faqs .accordion-button .chevron-icon {
	position: absolute;
	right: 0;
	transition: 0.3s ease-in-out;
}
.single-product__main .ws-faqs .accordion-header.active .accordion-button .chevron-icon {
	transform: rotate(180deg);
}
.single-product__main .ws-faqs .accordion-button h6 {
    margin-right: 10px;
}
.single-product__main .ws-faqs .accordion-body {
    padding-top: 12px;
}
.single-product__main .ws-faqs .accordion-body p.txt {
    margin-bottom: 0;
}
.single-product__main .ws-faqs .accordion-body span {
    margin-right: 5px;
}
.single-product__main .ws-faqs .accordion-body ul {
    padding-left: 30px;
}
.single-product__main .ws-faqs .accordion-body ul li {
    font-size: 18px;
}
.ws-trip-package-section {
	padding: 0 0 80px 0;
}
.ws-trip-package-section .home-tours__txt {
	margin-bottom: 40px;
}
.ws-trip-package-section .home-tours__txt h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
}
@media(min-width: 680px){
	#see-more-link{
		display: block;
	}
}
/***********************************************************
 * 43.0 Single Reservation Main
***********************************************************/
.single-reservation_main .wishlist-btn {
	padding: 15px 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-bottom: 16px;
	width: 100%;
}
.single-reservation_main .wishlist-btn img {
	margin-right: 5px;
	margin-top: -3px;
} 
.single-reservation_main .trip-dtl-box .botm-btn-box {
	margin-top: 40px;
}
.single-reservation_main .single-product__images {
	border-bottom: 0;
}
.single-reservation_main .single-product__main-text {
	padding: 0 0 80px 0;
	border-bottom: 0;
}
.single-reservation_main .single-product__main-text p.txt {
	width: 634px;
}
.single-reservation_main .single-product__main-text p.txt:last-child {
	margin-bottom: 0;
}
.single-reservation_main .guest-facilities-box {
	padding-bottom: 80px;
}
.single-reservation_main .guest-facilities-box .facility-box-main {
	position: relative;
}
.single-reservation_main .guest-facilities-box .main-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 24px;
}
.single-reservation_main .guest-facilities-box .ficility-box {
	padding: 32px;
	background-color: #ffff;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	width: 307px;
	margin-right: 20px;
	display: inline-block;
}
.single-reservation_main .guest-facilities-box .ficility-box h5 {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 4px;
}
.single-reservation_main .guest-facilities-box .ficility-box .location small {
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
	margin-left: 8px;
	margin-bottom: -2px;
}
.single-reservation_main .guest-facilities-box .ficility-box p.txt {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	margin: 8px 0 0 0;
}
.single-reservation_main .guest-facilities-box .see-more-box {
	display: inline-block;
	height: 154px;
	width: 30px;
	position: relative;
}
.single-reservation_main .guest-facilities-box .see-more-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 65px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 49px;
}
.single-reservation_main .important-highlight-box .main-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 40px;
}
.single-reservation_main .highlights-list-main .item-box {
	display: flex;
	margin-bottom: 56px;
}
.single-reservation_main .highlights-list-main .item-box .left-meta {
	width: 160px;
	margin-right: 60px;
	display: flex;
	align-items: flex-start;
}
.single-reservation_main .highlights-list-main .item-box .right-cont {
	width: calc(100% - 220px);
}
.single-reservation_main .highlights-list-main .item-box .left-meta img {
	margin-top: -2px;
	width: 24px;
}
.single-reservation_main .highlights-list-main .item-box .left-meta h6 {
	display: inline-block;
	margin-left: 16px;
	line-height: 24px;
	font-size: 18px;
}
.single-reservation_main .highlights-list-main .item-box .right-cont p.txt {
	width: 417px;
	line-height: 200%;
}
.single-reservation_main .highlights-list-main .item-box .right-cont h6 {
	font-weight: 500;
	margin-bottom: 40px;
}
.single-reservation_main .highlights-list-main .item-box .right-cont .cards-service {
	margin-bottom: 16px;
}
.single-reservation_main .highlights-list-main .item-box .right-cont .progress-container {
	width: 387px;
	height: 10px;
	background-color: #D9D9D9;
	border-radius: 23px;
	position: relative;
	margin-top: 24px;
}
.single-reservation_main .highlights-list-main .item-box .right-cont .progress-container .progress-bar {
	width: 168px;
	height: 10px;
	background-color: #3FA743;
	border-radius: 23px;
	position: absolute;
	top: 0;
	right: 0;
}
.single-reservation_main .highlights-list-main .item-box .right-cont .progress-container .progress-bar.left {
	right: unset;
	left: 0;
}
.single-reservation_main .highlights-list-main .item-box .right-cont .progress-container .progress-bar span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	position: absolute;
	top: -24px;
	left: 0;
}
.single-reservation_main .highlights-list-main .item-box .right-cont .progress-container .progress-bar.left span {
	left: unset;
	right: 0;
}

/***********************************************************
 * 44.0 WS Tours Surrounds Section 
***********************************************************/
.ws-tour-surrounds-section {
	padding-bottom: 80px;
}
.ws-tour-surrounds-section .wishlist-btn {
	padding: 15px 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-bottom: 16px;
	width: 100%;
}
.ws-tour-surrounds-section .wishlist-btn img {
	margin-right: 5px;
	margin-top: -3px;
} 
.ws-tour-surrounds-section .single-product__images {
	border-bottom: 0;
}
.ws-tour-surrounds-section .tour-ftrd-grid {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 56px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ws-tour-surrounds-section .tour-ftrd-grid .featured-box {
	position: relative;
	display: block;
	grid-column: span 1;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 40px;
	text-align: center;
}
.ws-tour-surrounds-section .tour-ftrd-grid .featured-box::before {
	content: url(/wp-content/themes/watravel/assets/images/tour-ftrd-bg.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ws-tour-surrounds-section .tour-ftrd-grid .featured-box h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #152E26;
	margin: 8px 0 4px 0;
}
.ws-tour-surrounds-section .meeting-box p.txt {
	margin: 0;
}
.ws-tour-surrounds-section .meeting-box .search {
	margin-top: 4px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
}
.ws-tour-surrounds-section .meeting-box p.extra-txt {
	margin-top: 12px;
}
.ws-tour-surrounds-section .meeting-box .start-time-box {
	margin: 40px 0;
}
.ws-tour-surrounds-section .expect-things .ws-title {
	margin-bottom: 40px;
}
.ws-tour-surrounds-section .expect-things ul li::before {
	height: 120px;
}

/***********************************************************
 * 47.0 WS 404 Main Section 
***********************************************************/
.ws-404-main-section {
	padding: 132px 0 144px 0;
}
.ws-404-main-section .ws-404-content-wrap {
	width: 969px;
	margin: 0 auto;
	justify-content: space-between;
}
.ws-404-main-section .left-main-content h1 {
	font-weight: 600;
	font-size: 80px;
	line-height: 150%;
	margin-bottom: 8px;
}
.ws-404-main-section .left-main-content h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	width: 490px;
	margin-bottom: 20px;
}
.ws-404-main-section .left-main-content h5,
.ws-404-main-section .left-main-content h6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
}
.ws-404-main-section .left-main-content h5 {
	margin-bottom: 40px;
}
.ws-404-main-section .left-main-content .goto-back li {
	margin-bottom: 16px;
}
.ws-404-main-section .left-main-content .goto-back li:last-child {
	margin-bottom: 0;
}
.ws-404-main-section .left-main-content .goto-back li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}
.ws-404-main-section .left-main-content .goto-back li img {
	margin-top: -2px;
	width: 16px;
	filter: invert(55%) sepia(7%) saturate(10%) hue-rotate(127deg) brightness(90%) contrast(99%);
}
.ws-404-main-section .main-img {
	margin-top: 75px;
}

/***********************************************************
 * 48.0 WS Terms Main Section
***********************************************************/
.ws-terms-main-section {
	padding: 90px 0 112px 0;
}
.ws-terms-main-section .ws-terms-content-wrap {
	width: 969px;
	margin: 0 auto;
}
.ws-terms-main-section .col-4-saparate {
	width: 307px;
}
.ws-terms-main-section .col-8-saparate {
	width: calc(100% - 327px);
}
.ws-terms-main-section .ws-terms-desc-box p {
	font-size: 18px;
}
.ws-terms-main-section .ws-terms-list ul li {
	margin-bottom: 32px;
}
.ws-terms-main-section .ws-terms-list ul li a {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.ws-terms-main-section .ws-terms-list ul li img {
	margin-top: -4px;
	margin-right: 10px;
	width: 20px;
	filter: invert(55%) sepia(7%) saturate(10%) hue-rotate(127deg) brightness(90%) contrast(99%);
}
.ws-terms-main-section .ws-terms-desc-box .main-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
}
.ws-terms-main-section .ws-terms-desc-box p.txt {
	margin-bottom: 16px;
	color: rgba(0, 0, 0, 0.8);
}
.ws-terms-main-section .ws-terms-desc-box p.main-txt {
	margin-bottom: 40px;
}
.ws-terms-main-section .ws-terms-desc-box .sub-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
	text-transform: capitalize;
}
.ws-terms-main-section .ws-terms-desc-box ul.unorder-list {
	padding-left: 15px;
	list-style-type: disc;
	margin-bottom: 40px;
}
.ws-terms-main-section .ws-terms-desc-box ul li p.txt {
	margin-bottom: 0;
}
.ws-terms-main-section .ws-terms-desc-box ul.numeric-list {
	padding-left: 15px;
	list-style-type: numeric;
}

/***********************************************************
 * 49.0 Category Modal Main
***********************************************************/
.category-modal-main {
	display: none; 
	position: fixed; 
	z-index: 1; 
	padding: 30px 20px 0 20px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}
.category-modal-main .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border-radius: 10px;
	max-width: 500px;
	position: relative;
}
.category-modal-main .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 3px;
	right: 6px;
}
.category-modal-main .close:hover,
.category-modal-main .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.category-modal-main .title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
.category-modal-main .filters-tags li {
	display: inline-block;
	margin-bottom: 8px;
}
.category-modal-main .filters-tags li a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.7);
	min-width: 100px;
	max-height: 53px;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	text-decoration: none;
	margin: 0 5px;
	padding: 7px;
	text-align: center;
}

/***********************************************************
 * 50.0 Header SM Container
***********************************************************/
.header-sm-container {
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
	background-color: #ffff;
}
.header-sm-container .icons-content {
	display: flex;
}
.header-sm-container .icons-content .icon-outer {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}
.header-sm-container .menu-trigger {
	position: relative;
	left: 0;
	top: 0;
}
.search-modal-main {
	display: none; 
	position: fixed; 
	z-index: 999; 
	padding: 30px 20px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}
.search-modal-main .modal-content {
	background-color: #fefefe;
	margin: auto;
	border-radius: 10px;
	max-width: 500px;
	position: relative;
}
.search-modal-main .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 36px;
	right: 16px;
	z-index: 1;
}
.search-modal-main .close:hover,
.search-modal-main .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.search-modal-main .search-box-main {
	padding: 24px 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-modal-main .search-box-main .search-box-inner {
	position: relative;
}
.search-modal-main .search-box-main .search-box-inner input {
	width: calc(100% - 22px);
	height: 52px;
	padding: 12px 18px 18px 45px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	border: 0;
}
.search-modal-main .search-box-main .search-box-inner .search-icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	bottom: 0;
	margin: 0 auto;
	left: 26px;
}
.search-modal-main .explore-places-main {
	padding: 32px 16px 20px 16px;
}
.search-modal-main .explore-places-main h6,
.search-modal-main .featured-tours-main .title { 
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 16px;
}
.search-modal-main .explore-places-main ul li {
	margin-bottom: 14px;
	max-width: fit-content;
}
.search-modal-main .explore-places-main ul li a {
	text-decoration: none;
}
.search-modal-main .explore-places-main ul li:last-child {
	margin-bottom: 0;
}
.search-modal-main .explore-places-main ul li img {
	width: 18px;
	margin-top: -2px;
	margin-right: 5px;
}
.search-modal-main .explore-places-main ul li span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
}
.search-modal-main .featured-tours-container {
	margin-bottom: 40px;
	display: grid;
	column-gap: 3%;
	row-gap: 20px;
	grid-template-columns: repeat(2, 48.5%);
	grid-auto-rows: 150px;
	width: 100%;
}
.search-modal-main .featured-tours-container:last-child {
	margin-bottom: 0;
}
.search-modal-main .featured-tours-main .title {
	margin-bottom: 26px;
}
.search-modal-main .featured-tours-main {
	padding: 20px 16px;
}
.search-modal-main .featured-tours-main .featured-tour-card--wrapp {
	background-color: #FFFFFF;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	grid-column: span 1;
	height: 100%;
}
.search-modal-main .featured-tours-main .featured-tour-card--wrapp:last-child {
	margin-bottom: 0;
}
.search-modal-main .featured-tour-card--wrapp .img-box img {
	width: 100%;
	height: 120px;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}
.search-modal-main .featured-tour-card--wrapp .meta-box {
	padding: 16px;
}
.search-modal-main .featured-tour-card--wrapp .meta-box .location img {
	width: 16px;
	margin-right: 2px;
}
.search-modal-main .featured-tour-card--wrapp .meta-box .location span {
	font-family: 'PangeaAfrikan', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, 0.4);
}
.search-modal-main .featured-tour-card--wrapp .meta-box a {
	text-decoration: none;
}
.search-modal-main .featured-tour-card--wrapp .meta-box .place-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 0;
}
.search-modal-main .featured-tour-card--wrapp .meta-box .rating .review{
	font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    height: auto;
    margin-left: 5px;
}

#search--no-locations, #search--no-tour, #search--no-accommodation{
	display: none;
}

.ws-menu-body .position-left {
	left: unset;
	right: -270px;
}
.ws-menu-body .position-left.open {
	left: unset;
	right: 0;
	height: 100%;
	overflow: auto;
	background-color: #152B2E;
	width: 100%;
	max-width: 390px;
}
.ws-menu-body .menu-head-container {
	padding: 40px 32px 0;
}
.ws-menu-body .menu-head-container .icons-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ws-menu-body .menu-head-container .icons-container .extra-icon .icon-outer {
	display: inline-block;
	margin-left: 30px;
}
.ws-menu-body .menu-head-container .icons-container img {
	cursor: pointer;
}
.ws-menu-body .menu-head-container .icons-container .close-btn,
.ws-menu-body .menu-head-container .icons-container .search-icon {
	filter: invert(1);
}
.ws-menu-body .menu-head-container .logo-box {
	padding: 40px 0 60px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ws-menu-body .menu-container {
	position: unset;
	padding: 0 32px;
	height: auto !important;
	border-bottom: 0;
}
.ws-menu-body .menu-container .menu-items li .dropdown-heading {
	position: relative;
	font-size: 20px;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-family: 'PangeaAfrikan', sans-serif;
}
.ws-menu-body .menu-container .menu-items li .dropdown-heading::before {
	content: url(/wp-content/themes/watravel/assets/images/chevron-right.svg);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 0;
	filter: invert(1);
	margin-top: 2px;
	transition: 0.3s ease-in-out;
}
.ws-menu-body .menu-container .menu-items li .dropdown-heading.rotate::before {
	transform: rotate(90deg);
	top: 16px;
	right: 14px;
}
.ws-menu-body .menu-container .menu-items li .dropdown-heading i {
	display: none;
}
.ws-menu-body .menu-container .menu-simple-items {
	padding-top: 40px;
	text-align: center;
}
.ws-menu-body .menu-container .menu-simple-items li a {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	border-bottom: 0;
	font-family: 'PangeaAfrikan', sans-serif;
}
.ws-menu-body .menu-container .menu-items li .dropdown-heading:hover,
.ws-menu-body .menu-container .menu-simple-items li a:hover {
	background-color: transparent;
}
.ws-menu-body .menu-container .menu-items li ul li a {
	font-size: 16px;
	font-family: 'PangeaAfrikan', sans-serif;
}
.ws-menu-body .social-icons-box {
	margin: 48px 0;
	text-align: center;
}
.ws-menu-body .social-icons-box .icon-outer {
	display: inline-block;
	margin-right: 48px;
}
.ws-menu-body .social-icons-box .icon-outer:last-child {
	margin-right: 0;
}
.ws-menu-body .extra-txt {
	padding: 26px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
}
.ws-menu-body .extra-txt span {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #FFFFFF;
	font-family: 'General Sans', sans-serif;
}

/***********************************************************
 * 51.0 Home At Glance
***********************************************************/
.home-at-glance {
	padding: 80px 0;
}
.home-at-glance .home-at-glance__title {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.home-at-glance .home-at-glance__title h4 {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: #152E26;
	margin-bottom: 20px;
}
.home-at-glance .home-at-glance__title p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
}
.home-at-glance .home-at-glance__wrap {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}
.home-at-glance .home-at-glance__wrap .home-at-glance__single {
	display: block;
	grid-column: span 1;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
}
.home-at-glance .home-at-glance__single--img {
	height: 222px;
}
.home-at-glance .home-at-glance__single--img img {
	border-radius: 24px 24px 0px 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-at-glance .home-at-glance__single--text {
	padding: 16px 30px;
	border-radius: 0px 0px 24px 24px;
}
.home-at-glance .home-at-glance__single--text a {
	text-decoration: none;
}
.home-at-glance .home-at-glance__single--text h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #152E26;
	margin-bottom: 8px;
}
.home-at-glance .home-at-glance__single--text p {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.3);
}

/***********************************************************
 * 52.0 add-new-css-start
***********************************************************/
.home-things-to-do__txt {
	margin-bottom: 32px;
}
.home-main .home-tours__single .rating-box span {
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	margin-right: 5px;
}
.home-main .home-tours__single .rating-box img {
  margin-top: -3px;
  width: auto;
}
.blog-main-section .blog-card .img-box img {
  border-radius: 15px 15px 0 0;
}
.where-to-top-section {
	padding: 80px 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.post-desc {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-desc .fr-latest-container p {
	line-height:1.8;
}
.post-desc p:not(:last-child) {
    margin-bottom: 1rem;
}
.post-desc .fr-latest-sm {
	border-radius: 0 0 4px 4px;
	margin-bottom:30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-desc .fr-latest-box {
	background-color:transparent;
	border-radius: 0 0 4px 4px;	
}
.post-desc .comment-form p a {
	color:#fe696a;
}
.post-desc .comment-form  .form-group {
	margin-bottom:20px;
}
.post-desc .comment-form label {
	margin-bottom: 15px;
}
.post-desc a, .wp-caption-text a {
    text-decoration: none;
}
.post-desc table, .post-desc td, .post-desc th {
    border: 1px solid #ddd
}
.post-desc table {
    border-collapse: collapse;
    width: 100%;
    color: #375174
}
.post-desc dt, .post-desc th {
    color: #242424;
	font-weight:600;
}
.post-desc dd {
	color:#777;	
}
.post-desc td, .post-desc th {
    padding: 15px
}
.post-desc h1 {
    font-size: 40px;
    margin: 20px 0
}
.post-desc h2 {
    font-size: 32px;
    margin: 20px 0
}
.post-desc h3 {
    margin: 20px 0
}
.post-desc h4 {
    font-size: 24px;
    margin: 20px 0
}
.post-desc h5 {
    font-size: 20px;
    margin: 20px 0
}
.post-desc h6 {
    font-size: 16px;
    margin: 20px 0
}
.post-desc img, .post-desc img[class*=align], .post-desc img[class*=attachment-], .post-desc img[class*=wp-image-], .post-desc img[height] {
    height: auto;
    max-width: 100%;
    clear: both
}
.post-desc .wp-block-latest-comments, .post-desc .wp-block-rss, .wp-block-archives.wp-block-archives-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 16px
}
.post-desc .page_with_pagination .page-links a {
    text-decoration: none
}
.post-desc ul {
    list-style: circle;
    margin-bottom: 0;
    padding-left: 40px;
}
.post-desc ul , .post-desc ol {
	margin-bottom: 20px;
}
.post-desc ul li, .post-desc ol li {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	line-height: 35px;
	list-style-type: disc;
}
.home-location-list .home-location__wrap .slick-slide.slick-slide, .home-location-list .accommodation_carousel-section .slick-slide{
	text-decoration: none;
}
.acf-map {
	border-radius: 24px;
	margin-bottom: 80px;
}
.wa-nav-desktop__left ul > li.wa-nav-desktop__has-megamenu > a {
	padding-top: 22px;
	padding-bottom: 22px;
}
.ws-explore-all-tours-section .filtered-box-wrap .location-filter,
.ws-explore-all-tours-section .filtered-box-wrap .cat-filter,
.ws-explore-all-tours-section .filtered-box-wrap .price-filter {
	display: inline-block;
	padding: 12px 16px 10px 16px;
	border-radius: 6px;
	background-color: #152E26;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ws-explore-all-tours-section .filtered-box-wrap .location-filter span,
.ws-explore-all-tours-section .filtered-box-wrap .cat-filter span,
.ws-explore-all-tours-section .filtered-box-wrap .price-filter span  {
	font-size: 16px;
	line-height: 22px;
	color: #ffff;
}
.ws-explore-all-tours-section .filtered-box-wrap .unfilter-term {
	width: 20px;
	height: 20px;
	display: inline-block;
	padding: 3px;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 10px;
	cursor: pointer;
}


.accom-index-page__main .accomodation-filtered-box .location-filter,
.accom-index-page__main .accomodation-filtered-box .cat-filter,
.accom-index-page__main .accomodation-filtered-box .price-filter {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 16px 10px 16px;
	border-radius: 6px;
	background-color: #152E26;
	margin-right: 10px;
	margin-bottom: 10px;
}

.accom-index-page__main .accomodation-filtered-box .price-filter-accomodation {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 16px 10px 16px;
	border-radius: 6px;
	background-color: #152E26;
	margin-right: 10px;
	margin-bottom: 10px;
}



.accom-index-page__main .accomodation-filtered-box .location-filter span,
.accom-index-page__main .accomodation-filtered-box .cat-filter span,
.accom-index-page__main .accomodation-filtered-box .price-filter span  {
	font-size: 16px;
	line-height: 22px;
	color: #ffff;
}


.accom-index-page__main .accomodation-filtered-box .price-filter-accomodation span  {
	font-size: 16px;
	line-height: 22px;
	color: #ffff;
}

.accom-index-page__main .accomodation-filtered-box .unfilter-term {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer;
	text-decoration: none;
	position: relative;
}
.accom-index-page__main .accomodation-filtered-box .unfilter-term span{
	color: #999999;
    position: absolute;
  	left: 4px;
    font-weight: 500;
    font-size: 24px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}
.accom-index-page__main .accomodation-filtered-box .unfilter-term img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 980px) {
	.wa-nav-desktop {
		padding-top: 0;
		padding-bottom: 0;
	}
}
/***********************************************************
 * add-new-css-end
***********************************************************/

/***********************************************************
 * 53.0 Tour Search Filter Modal
***********************************************************/
.tour-search-filter-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 50px 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.tour-search-filter-modal .modal-content {
    background-color: #ffff;
    margin: auto;
    border-radius: 10px;
    max-width: 954px;
    position: relative;
}
.tour-search-filter-modal .close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: lighter;
    position: absolute;
    top: 33px;
    right: 40px;
}
.tour-search-filter-modal .close:hover,
.tour-search-filter-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.tour-search-filter-modal .tour-modal-header {
    padding: 40px 40px 36px 40px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tour-search-filter-modal .tour-modal-header .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}
.tour-search-filter-modal .tour-modal-body {
    padding: 40px;
}
.tour-search-filter-modal .tour-modal-body .tour-modal-location-box {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tour-search-filter-modal .tour-modal-body .tour-modal-main-location {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 27px;
}
.tour-search-filter-modal .tour-modal-body .tour-modal-sub-location-box {
    margin-bottom: 8px;
}
.tour-search-filter-modal .tour-modal-body .tour-modal-sub-location {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}
.tour-search-filter-modal .tour-modal-body ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
.tour-search-filter-modal .tour-modal-body ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.tour-search-filter-modal .tour-modal-body ul li a:hover {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.tour-search-filter-modal .tour-modal-body ul li a:focus {
    outline: none;
}
.toggle-filter-tag {
    color: #ffff !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.tour-search-filter-modal .tour-modal-body .tour-modal-activites-box {
    padding: 40px 0 0px 0;
}
.tour-search-filter-modal .tour-modal-footer {
    padding: 24px 40px 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.tour-search-filter-modal .tour-modal-footer .clear-all-filters-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
    border: 0;
    background-color: transparent;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.tour-search-filter-modal .tour-modal-footer .apply-filters-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 12px 32px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #000000;
    border-radius: 40px;
}
.tour-search-filter-modal ,.search-modal-main{
  overflow: scroll; 
  -ms-overflow-style: none;
	 scrollbar-width: none; 
}
.tour-search-filter-modal::-webkit-scrollbar , .search-modal-main::-webkit-scrollbar {
  display: none; 
}

/* ******************************************************************
 * 54.2.0 About Us below section
 ****************************************************************** */
 .home-big-tiles {
	padding: 50px 0px;
	margin-bottom: 40px;
}
.home-big-tiles.trip-big-tiles {
	margin-bottom: 10px;
}
.home-big-tiles__wrap {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home-big-tiles__tile,
.home-big-tiles-tile {
	margin: 0px 10px 20px;
	border-radius: 20px;
	padding: 40px 20px;
	text-decoration: none;
	width: 100%;
}
.home-big-tiles__tile h3,
.home-big-tiles__tile .home-big-tiles__heading-title {
	font-weight: 600;
	line-height: 1;
}
.home-big-tiles__heading {
	min-height: 64px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 8px;
}
.home-big-tiles__tile p,
.home-big-tiles__tile .home-big-tiles__text {
	color: #797676;
}
.home-big-tiles__tile img,
.home-big-tiles__tile .home-big-tiles__picture {
	margin-bottom: 80px;
}
.trip-big-tiles .trip-big-main-heading {
	margin: 118px 0 160px 0;
	width: 100%;
	text-align: center;
}
.trip-big-tiles .trip-big-main-heading .trip-big-main-heading__title {
	font-weight: 500;
	font-size: 48px;
	line-height: 150%;
}
.trip-big-tiles .ws-main-title .ws-main-heading__text {
	color: rgba(0, 0, 0, 0.8);
} 
.trip-big-tiles .container-main-wrap {
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0 10px;
}
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:first-child h3,
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:first-child .home-big-tiles__heading-title {
	color: #37778C;
}
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:nth-child(2) h3,
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:nth-child(2) .home-big-tiles__heading-title {
	color: #DF3D1E;
}
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:nth-child(3) h3,
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:nth-child(3) .home-big-tiles__heading-title {
	color: #4C7953;
}
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:nth-child(4) h3,
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:nth-child(4) .home-big-tiles__heading-title {
	color: #7D3371;
}
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:last-child h3,
.trip-big-tiles .home-big-tiles__wrap .home-big-tiles__tile:last-child .home-big-tiles__heading-title {
	color: #7D3333;
}
.trip-big-tiles .ws-main-title .ws-main-heading__title {
	font-weight: 500;
}
.trip-big-tiles .ws-main-title .ws-main-heading__text {
	width: 540px;
}

@media (min-width: 720px) {
	.home-big-tiles__tile h3,
	.home-big-tiles__tile .home-big-tiles__heading-title {
		max-width: 190px;
	}
	.home-big-tiles__tile,
	.home-big-tiles-tile {
		width: calc((100% - 60px)/2);
		padding: 60px 40px;
	}
}
@media (min-width: 980px) {
	.home-big-tiles__tile,
	.home-big-tiles-tile {
		width: calc((100% - 60px)/3);
		padding: 60px 40px;
	}
}
@media (max-width: 719px) {
	.home-big-tiles__tile,
	.home-big-tiles-tile {
			margin-right: 0;
			margin-left: 0;
	}
}

@media (max-width: 679px) {
	.home-big-tiles {
		margin-bottom: 0;
	}
	.home-big-tiles.trip-big-tiles {
		padding: 40px 0 10px;
	}
	.trip-big-tiles .home-big-tiles__tile,
	.trip-big-tiles .home-big-tiles-tile {
		padding: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.trip-big-tiles .home-big-tiles__tile img,
	.trip-big-tiles .home-big-tiles__tile .home-big-tiles__picture {
		margin-bottom: 30px;
	}
	.trip-big-tiles .home-big-tiles__tile h3,
	.trip-big-tiles .home-big-tiles__tile .home-big-tiles__heading-title {
		font-size: 28px;
	}
	.trip-big-tiles .home-big-tiles__heading {
		min-height: unset;
	}
}

/***********************************************************
* 54.3.0 About Us Blog Posts
***********************************************************/
.awaits-main-section {
	padding-top: 80px;
}
.awaits-main-section .awaits-main-heading,
.awaits-main-section .awaits-main-title-box  {
	margin: 0 auto;
}
.awaits-main-section .awaits-main-title-box {
	margin-bottom: 40px;
}
.awaits-main-section .awaits-main-heading h2 {
	font-weight: 600;
	font-size: 56px;
	line-height: 125%;
	text-align: center;
	margin-bottom: 100px;
	font-family: 'PangeaAfrikan', sans-serif;
}
.awaits-main-section .awaits-main-title-box h3 {
	font-weight: 600;
	font-size: 32px;
	width: 460px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
}

.awaits-main-section .main-heading__title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 48px;
}

.awaits-main-section .awaits-items-grid {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}
.awaits-main-section .awaits-items-grid .awaits-item-card {
	grid-column: span 1;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .img-box img,
.awaits-main-section .awaits-items-grid .awaits-item-card .awaits-item-card__picture {
	width: 100%;
	max-height: 252px;
	border-radius: 20px;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .content-box {
	margin-top: 16px;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .content-box a {
	text-decoration: unset;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .content-box .title,
.awaits-main-section .awaits-items-grid .awaits-item-card .awaits-item-card__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #000;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .content-box .prf-meta small {
	font-weight: 400;
	font-size: 10px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.4);
	position: relative;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .content-box .prf-meta small:first-child {
	padding-right: 10px;
	margin-right: 10px;
}
.awaits-main-section .awaits-items-grid .awaits-item-card .content-box .prf-meta small:first-child::before {
	content: ".";
	position: absolute;
	bottom: -3px;
	right: 0;
}

@media (min-width: 680px) {
	.awaits-main-section .awaits-items-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 980px) {
	.awaits-main-section .awaits-items-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1280px) {
	.awaits-main-section .awaits-items-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 679px) {
	.awaits-main-section .awaits-items-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	 /* awaits-main-section-css */
	 .awaits-main-section .awaits-main-title-box h3 {
		width: 100%;
		}
		.awaits-main-section .awaits-main-heading h2 {
			font-size: 38px;
			margin-bottom: 40px;
		}
		/* awaits-main-section-css */
		.awaits-main-section {
			padding-top: 40px;
		}
		.awaits-main-section .awaits-items-grid {
			grid-template-columns: repeat(1, 1fr);
			width: 100%;
		}
}

/***********************************************************
 * 54.4.0 About Us Heading
***********************************************************/
.about-us-heading {
	padding: 40px 0 0px 0;
}

.about-us-heading__wrapper {
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
}

.about-us-heading nav {
	border-bottom: 0;
}

.about-us-heading .breadcrumb .breadcrumb-item {
	display: inline-block;
}

.about-us-heading .breadcrumb .breadcrumb-item span,
.about-us-heading .breadcrumb .breadcrumb-item a {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
}

.about-us-heading .breadcrumb .breadcrumb-item a::before {
	content: url(/wp-content/themes/watravel/assets/images/sm-chevron.svg);
	position: absolute;
	top: 0;
	right: -10px;
}

.about-us-heading .breadcrumb .breadcrumb-item:last-child a::before {
	content: none;
}

.about-us-heading .about-us-heading-box {
	margin: 40px 0 56px 0;
	text-align: center;
	width: 100%;
}

.about-us-heading .about-us-heading-box .about-us-heading-box__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 150%;
	width: 574px;
	margin: 0 auto;
	font-family: 'PangeaAfrikan', sans-serif;
}

.about-us-heading .main-img-box {
	width: 100%;
	height: 726px;
	position: relative;
}

.about-us-heading .main-img-box .top-img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 486px;
}

.about-us-heading .main-img-box .botm-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 486px;
}

.about-us-heading .about-us-heading-row {
	align-items: center;
}

.about-us-heading .about-us-heading-row__col-6 {
	width: calc(50% - 40px);
}

.about-us-heading .about-us-heading-row__left-6 {
	margin-right: 40px;
}

.about-us-heading .about-us-heading-row__right-6 {
	margin-left: 40px;
}

.about-us-heading .main-right-cont p {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 680px) {
	.about-us-heading .main-img-box {
		width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

@media (min-width: 980px) {

	/* about-us-heading-css */
	.about-us-heading .about-us-heading-row__col-6.about-us-heading-row__left-6 {
		margin-right: 20px;
	}

	.about-us-heading .about-us-heading-row__col-6.about-us-heading-row__right-6 {
		margin-left: 20px;
	}

	.about-us-heading .about-us-heading-row__col-6 {
		width: calc(50% - 20px);
	}

	.about-us-heading .main-img-box {
		width: 100%;
	}
}

@media (min-width: 1280px) {
	.about-us-heading .about-us-heading-row__col-6 {
		width: calc(50% - 20px);
	}

	.about-us-heading .about-us-heading-row__col-6.about-us-heading-row__left-6 {
		margin-right: 40px;
	}

	.about-us-heading .about-us-heading-row__col-6.about-us-heading-row__right-6 {
		margin-left: 40px;
	}
}

@media (max-width: 979px) {
	.about-us-heading .about-us-heading-row {
		flex-direction: column;
	}

	.about-us-heading .about-us-heading-row__col-6.about-us-heading-row__left-6 {
		margin-right: 0;
	}

	.about-us-heading .about-us-heading-row__col-6.about-us-heading-row__right-6 {
		margin-left: 0;
	}

	.about-us-heading .about-us-heading-row__col-6 {
		width: 100%;
	}
}

@media (max-width: 679px) {
	.about-us-heading .main-img-box {
		height: 550px;
		margin-bottom: 10px;
	}

	.about-us-heading .main-img-box .top-img,
	.about-us-heading .main-img-box .botm-img {
		margin-bottom: 20px;
		width: 320px;
	}

	.about-trip-big-title .trip-big-main-heading {
		margin: 68px 0 110px 0;
	}

	.about-us-heading .about-us-heading-box {
		margin: 0 0 30px 0;
	}

	.about-us-heading .about-us-heading-box .about-us-heading-box__title {
		width: 100%;
	}

	.about-us-heading .about-us-heading-box,
	.about-us-heading .main-right-cont {
		padding-left: 20px;
		padding-right: 20px;
	}

	.about-us-heading .about-us-heading-box .about-us-heading-box__title {
		font-size: 24px;
		margin-bottom: 0;
		font-weight: 500;
	}

	.about-us-heading .breadcrumb {
		display: none;
	}

	.about-us-heading .container {
		padding: 0;
	}
}

/***********************************************************
 * 54.17.0 General Block: FAQ List
***********************************************************/

.faq-list__content--accommodation, .faq-list__content--tour{
	padding: 40px 20px;
}
.faq-list__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.faq-list__description{
	padding: 0;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 18px
}
.faq-list__description p{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
}
.faq-list__list{
	padding-left: 0;
}
.faq-list__item{
	list-style-type: none;
	padding-bottom: 32px;
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	transition: all .3s ease-in-out;
}
.faq-list__item-head {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.faq-list__item-head h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
}
.faq-list__item-title{
	margin-right: 10px
}
.faq-list__icon{
	position: absolute;
	right: 0;
	transition: 0.3s ease-in-out;
}
.faq-list__icon{
	transition: all .3s ease-in-out;
}
.faq-list__icon--rotate{
	transform: rotate(180deg);
}
.faq-list__item-body{
	display: none;
	padding-top: 12px;
	overflow: hidden;
}
.faq-list__item-description{
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
}
@media(min-width: 680px){
	.faq-list__content--accommodation{
		padding: 40px 0px 80px;
	}
	.faq-list__content--tour{
		padding: 56px 40px;
	}
}
/***********************************************************
 * 54.21.0 General Content: Carousel Page
***********************************************************/

.carousel-page__single{
	padding: 0px 40px;
	height: calc(100vh - 100px); 
	height: 62vh; 
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
@media(min-width: 1400px){
	.carousel-page__single{
		height: 65vh; 
	}
}
/* .carousel-page__single::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(250,250,250,0.3), rgba(0,0,0,0.8));
	z-index: 1;
} */
.carousel-page__single-wrap{
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}
.carousel-page__text{
	text-align: center;
	z-index: 2;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem;
	border-radius: 14px;
}
.carousel-page__title{
	font-size: 24px;
	line-height: 150%;
	font-weight: 400;
	font-family: 'PangeaAfrikan', sans-serif;
}
.carousel-page__link{
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #ffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
	z-index: 1;
	border-bottom: 1px solid #ffff;
}
.carousel-page__wrap ul.slick-dots {
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
.carousel-page__wrap .slick-dots li button {
	font-size: 0;
	height: 14px;
	width: 14px;
	background-color: rgba(217,217,217,0.5);
	outline: none;
	border: none;
	border-radius: 10px;
	margin-right: 6px;
	transition: 0.5s;
}
.carousel-page__wrap .slick-dots li.slick-active button {
	width: 40px;
	background-color: rgba(217,217,217,1);
}
@media(min-width: 680px){
	.carousel-page__title{
		font-size: 40px;
		padding: 1.5rem;
		font-size: 30px;
		padding: 1rem;
	}
}
@media(min-width: 980px){
	.carousel-page__wrap ul.slick-dots {
		right: 40px;
		bottom: 40px;
	}
	.carousel-page__link{
		position: absolute;
		bottom: 75px;
		right: 45px;
	}
}

/***********************************************************
 * 54.23.0 Single Product Page: Inclusion List
***********************************************************/
.inclusion-list {
    padding: 40px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.inclusion-list h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
}
.inclusion-list__wrap {
    display: flex;
}
ul.inclusion-list__single-list li img {
  margin-right: 10px;
}
ul.inclusion-list__single-list {
  column-count: 1;
  width: 50%;
}
ul.inclusion-list__single-list ul:first-child {
  margin-right: 30px;
}
ul.inclusion-list__single-list:nth-child(2) {
  padding-left: 20px;
}
ul.inclusion-list__single-list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}
ul.inclusion-list__single-list li:last-child {
    margin-bottom: 0;
}
ul.inclusion-list__single-list li:last-child img {
  margin-bottom: 0;
}
@media (min-width: 680px) {
    .inclusion-list {
        padding: 56px 40px;
    }
}

/***********************************************************
 * 54.21.0 Single Product Page: General Product Content
***********************************************************/

.general-product-content{
	padding: 40px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.general-product-content__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.general-product-content__description{
	padding: 0;
	margin: 0;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
}
.general-product-content__description h1,
.general-product-content__description h2,
.general-product-content__description h3,
.general-product-content__description h4,
.general-product-content__description h5,
.general-product-content__description strong{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
}
.general-product-content__description p{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
}
@media(min-width: 680px){
	.general-product-content{
		padding: 56px 40px;
	}
}

/***********************************************************
 * 54.33.0 Single Accommodation Page: Accommodation Overview
***********************************************************/

.accommodation-overview{
	padding: 40px 20px;
}
.accommodation-overview__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.accommodation-overview__description{
	padding: 0;
	margin: 0;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
}
.accommodation-overview__description h1,
.accommodation-overview__description h2,
.accommodation-overview__description h3,
.accommodation-overview__description h4,
.accommodation-overview__description h5,
.accommodation-overview__description strong{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
}
.accommodation-overview__description p{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
}
@media(min-width: 680px){
	.accommodation-overview{
		padding: 0px 0px 80px;
	}
}

/***********************************************************
 * 54.34.0 Single Accommodation Page: Accommodation Testimonial
***********************************************************/

.acc-testimonial{
	padding: 40px 20px;
}
.acc-testimonial__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 24px;
}
.acc-testimonial__boxes{
	position: relative;
}
.acc-testimonial__single{
	width: 100%;
	margin-bottom: 20px;
	padding: 32px;
	background-color: #ffff;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}
.acc-testimonial__single-author{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 4px;
}
.acc-testimonial__single-location-name{
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
	margin-left: 8px;
	margin-bottom: -2px;
}
p.acc-testimonial__single-message{
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	margin: 8px 0 0 0;
	color: rgba(0, 0, 0, 0.8);
}
@media(min-width: 680px){
	.acc-testimonial{
		padding: 0px 0px 80px;
	}
	.acc-testimonial__boxes{
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
	.acc-testimonial__single{
		margin-bottom: 0;
	}
}

/***********************************************************
 * 54.39.0 Things to do Page: To do List
***********************************************************/

.to-do-list{
	margin: 50px 0px 80px;
}
.to-do-list__container{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}
.to-do-list__content{
	width: 100%
}
.to-do-list__wrap{
	position: relative;
	padding: 0px 0px 166px;
}
.to-do-list__heading{
	margin-bottom: 24px;
}
.to-do-list__title{
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 400;
	line-height: 1.5;
	color: #152E26;
}
.to-do-list__description{
	display: none;
}
.to-do-list__link{
	position: absolute;
	bottom: 20px;
	display: flex;
	width: 100%;
	height: 146px;
	align-items: center;
	justify-content: center;
}
.to-do-list__seeall{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding: 20px 24px;
	border-radius: 8px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
}
.to-do-list__single{
	border-radius: 8px;
	overflow: hidden;
	margin: 0px 0px 24px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
}
.to-do-list__single-link{
	text-decoration: none;
}
.to-do-list__single-image{
	max-width: 100%;
	width: 100%;
	height: 168px;
	border-radius: 8px 8px 0px 0px;
	object-fit: cover;
}
.to-do-list__single-content {
	padding: 20px;
}
.to-do-list__single-location{
	display: flex;
	align-items: center;
	color: #999;
	font-size: 13px;
}
.to-do-list__single-location::before{
	content: "";
	display: inline-block;
	background-image: url(/wp-content/themes/watravel/assets/images/map-pin.svg);
	margin-right: 6px;
	width: 16px;
	height: 16px;
	background-size: cover;
	background-position: center;
	margin-top: -2px;
}
.to-do-list__single-name{
	margin: 8px 0 4px 0;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	font-weight: 500;
}
.to-do-list__rating{
	display: flex;
	align-items: center;
}
.to-do-list__review{
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
	height: auto;
	margin-left: 5px;
}
.to-do-list__from{
	margin: 8px 0px 0px;
	color: #333;
	font-size: 14px;
}
.to-do-list__price{
	font-weight: 700;
	font-size: 16px;
}
.to-do-list__form{
	width: 100%;
}
.contact-us{
padding: 64px 40px;
box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);
border-radius: 16px;
background-color: white;
font-family: 'PangeaAfrikan', sans-serif;
}
.to-do-list__contact-us .gform-body{
	margin-bottom: 0;
}
.to-do-list__contact-us div#gform_fields_2{
	gap: 16px
}
.contact-us .gform_wrapper.gravity-theme input[type=text], 
.contact-us textarea,
.contact-us .gform_wrapper.gravity-theme input[type=email],
.contact-us .gform_wrapper.gravity-theme input[type=number]{
	width: 100%;
	padding: 16px 24px;
	border: 1px solid #CCC;
	border-radius: 8px;
	color: #999;
	font-size: 14px;
}
.contact-us .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
	width: 100%;
	padding: 16px 24px;
	background-color: black;
	border: none;
	color: white;
	border-radius: 10px;
	font-size: 16px;
	margin-bottom: 0;
}
.contact-us__title{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 25px;
}
.contact-us__title::before{
	content: "";
	display: block;
	background-image: url(/wp-content/themes/watravel/assets/images/airplay.svg);
	width: 100%;
	height: 26px;
	background-size: contain;
	background-position: center;
	text-align: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/* MODIFIERS */
.to-do-list__single--desktop{
	display: none;
}
.to-do-list__contact-us--datepicker .gform_wrapper.gravity-theme .ginput_container_date input[type="text"]{
	padding-left: 50px;
}
.to-do-list__contact-us--datepicker .gform_wrapper.gravity-theme .gfield--input-type-datepicker{
	position: relative;
}
.to-do-list__contact-us--datepicker .gform_wrapper.gravity-theme .gfield--input-type-datepicker::before {
	content: url(/wp-content/themes/watravel/assets/images/calendar-form.svg);
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	left: 24px;
}
@media(min-width: 680px){
	.to-do-list{
		margin: 50px 0px 80px;
	}
	.to-do-list__wrap{
		padding: 0px 0px 80px;
	}
	.to-do-list__heading{
		margin-bottom: 24px;
		position: relative;
	}
	.to-do-list__link{
		position: absolute;
		display: block;
		bottom: 0;
		right: 0;
		width: auto;
		height: auto;
	}
	.to-do-list__seeall{
		color: #999999;
		text-decoration: underline;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.to-do-list__description{
		display: block;
		padding-right: 300px;
	}
	.to-do-list__tours{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px
	}
	.to-do-list__single{
		border-radius: none;
		overflow: visible;
		margin: 0;
		box-shadow: none;
	}
	.to-do-list__single-image{
		border-radius: 8px;
	}
	.to-do-list__single-content {
		padding: 16px 0px 0px;
	}
	.to-do-list__contact-us{
		position: sticky;
		top: 20px;
		max-width: 410px;
	}
	/* MODIFIERS */
	.to-do-list__description--mobile{
		display: none;
	}
}
@media(min-width: 980px){
	.to-do-list{
		margin: 80px 0px;
	}
	.to-do-list__content{
		width: calc(100% - 380px);
	}
	.to-do-list__container{
		flex-direction: row;
	}
	.to-do-list__content{
		width: calc(100% - 380px);
	}
	.to-do-list__title{
		font-size: 32px;
	}
	.to-do-list__tours{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 20px
	}
	.to-do-list__form{
		width: 350px;
	}
	
	/* MODIFIERS */
	.to-do-list__single--desktop{
		display: block;
	}
}
@media(min-width: 1280px){
	.to-do-list__content{
		width: calc(100% - 490px);
	}
	.to-do-list__form{
		width: 410px;
	}
}

/***********************************************************
 * 54.41.0 Single Product Page: Expect List
***********************************************************/

.expect-list{
	padding: 40px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.expect-list__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.expect-list__description{
	padding: 0;
	margin: 0;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
}
.expect-list__list{
	padding-left: 56px;
	list-style-type: none;
}
.expect-list__item{
	padding-bottom: 40px;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
}
.expect-list__item::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(21, 46, 38, 0.3);
	position: absolute;
	top: 32px;
	left: -40px;
}
.expect-list__item:last-child::before{
	display: none;
}
.expect-list__item-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 8px;
	padding-top: 1.5px;
}
.expect-list__item-description{
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
.expect-list__item-number{
	position: absolute;
	top: 0;
	left: -56px;
	width: 32px;
	height: 32px;
	background-color: #152E26;
	color: #ffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media(min-width: 680px){
	.expect-list{
		padding: 56px 40px;
	}
}

/***********************************************************
 * 54.42.0 Where To Stay Page: Where To Stay Content
***********************************************************/

.where-stay-content__description{
	padding: 40px 0px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.where-stay-content__carousel{
	position: relative;
	padding: 0px 0px 100px;
}
.where-stay-content__carousel-head{
	margin-bottom: 16px;      
}
.where-stay-content__carousel-title{
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 400;
}
.where-stay-content__carousel-link{
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	justify-content: center;
}
.where-stay-content__carousel-seeall{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding: 20px 24px;
	border-radius: 8px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
}
.where-stay-content__carousel-single{
	text-decoration: none;
}
.where-stay-content__carousel-images{
	height: 262px;
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}
.where-stay-content__carousel-location{
	margin: 16px 0px 0px;
	font-size: 13px;
	display: flex;
	align-items: center;
}
.where-stay-content__carousel-location::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/themes/watravel/assets/images/map-pin.svg);
	width: 16px;
	height: 16px;
	background-size: cover;
	background-position: center;
	margin: -2px 6px 0px 0px;
}
.where-stay-content__carousel-hotel{
	margin: 8px 0px 4px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	font-weight: 500;
}
.where-stay-content__carousel-rating{
	display: flex;
	align-items: center;
}
.small-carousel .where-stay-content__carousel-single{
	width: 100%;
}
.small-carousel .slick-track{
	max-width: 100%;
}
@media(min-width: 680px){
	.where-stay-content__description{
		padding: 80px 0px;
		font-weight: 400;
		font-size: 18px;
		line-height: 150%;
		color: rgba(0, 0, 0, 0.8);
		max-width: 640px;
		margin: 0 auto;
		text-align: center;
	}
	.where-stay-content__carousel{
		padding: 0px 0px 80px;
	}
	.where-stay-content__carousel-head{
		position: relative;
		margin-bottom: 24px;
	}
	.where-stay-content__carousel-title{
		font-size: 32px;
	}
	.where-stay-content__carousel-link{
		position: absolute;
		display: block;
		bottom: 0;
		right: 0;
		width: auto;
		height: auto;
	}
	.where-stay-content__carousel-seeall{
		color: #999999;
		text-decoration: underline;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.where-stay-content__carousel-single{
		margin: 0px 10px;
	}
	.small-carousel .where-stay-content__carousel-single{
		width: calc(33% - 10px);
	}
	.small-carousel .slick-track{
		max-width: 100%;
	}
	.small-carousel .where-stay-content__carousel-images{
		max-width: 100%;
	}
}
@media(min-width: 980px){
	.where-stay-content__carousel-single{
		margin: 0px 10px;
	}
	.small-carousel .where-stay-content__carousel-single{
		width: calc(25% - 10px);
	}
}

/*******************************************************************
 * 54.43.0 Accommodation Section Containers
 *******************************************************************/
.wa-block-section {
	padding: 40px 20px;
}
.wa-block-section__heading {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.wa-block-section__description {
	margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
.wa-block-section__description h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: .5rem;
}
.wa-block-section__description ul {
	display: flex;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
.wa-block-section__description ul li {
	width: 100%;
	position: relative;
	padding-left: 16px;
}
.wa-block-section__description ul li:before {
	content: "";
  display: inline-block;
	color: inherit;
	height: 8px;
	width: 8px;
	background: #152E26;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}
.wa-block-section__description ul li:not(:last-child) {
	padding-bottom: 1rem;
}

@media (min-width: 680px) {
	.wa-block-section {
		padding: 0 0 32px;
	}
	.wa-block-section__description ul li {
		max-width: calc(50% - 1rem);
	}
}

/***********************************************************
 * 54.44.0 Home West Australia Locations
***********************************************************/
.locations-map {
	padding: 80px 0;
}
.locations-map .locations-map__title {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.locations-map .locations-map__title h4 {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: #152E26;
	margin-bottom: 20px;
}
.locations-map .locations-map__title p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.8);
}
.locations-map__container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.locations-map .parent-location {
	position: relative;
	flex-basis: 50%;
	max-width: 50%;
	background: rgba(0,0,0,0.15);
	min-height: 200px;
}
.locations-map .child-location {
	position: absolute;
	display: none;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 3;
}

@media (min-width: 720px) {
	.locations-map .child-location {
		display: block;
	}
}
.locations-map .child-location:hover {
	z-index: 4;
}
.locations-map .location__item {
	display: block;
	background: transparent;
	line-height: 1.15;
	padding: .5rem .5rem 1rem;
	text-decoration: none;
	color: rgba(0, 0, 0, .75);
	position: relative;
	text-align: center;
	border-radius: 10px;
	max-width: 150px;
	font-weight: 500;
}
.locations-map .parent-location .location__item span:before,
.locations-map .child-location .location__item:before {
	content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 4px;
  border: 1px solid black;
}
.locations-map .parent-location > .location__item {
	z-index: 0;
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.locations-map .parent-location .location__item span {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	width: 120px;
	margin: auto;
	padding: 2rem 1rem 1rem;
}
.locations-map .child-location .location__item {
	z-index: 1;
	transition: background ease-in-out .3s, color ease-in-out .3s;
}
.locations-map .child-location .location__item:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.locations-map #northbridge-774 {
  left: 31%;
  top: 78%;
}
.locations-map #albany-773 {
  left: 35%;
  top: 89%;
}
.locations-map #cottesloe-761 {
  left: 29.5%;
  top: 75%;
}
.locations-map #penguin-island-616 {
	left: 18%;
  top: 79%;
}
.locations-map #penguin-island-616 a:before {
	margin: 0;
	left: auto;
	right: 5px
}
.locations-map #lancelin-615 {
	left: 25%;
  top: 73%;
}
.locations-map #mandurah-547 {
	left: 25%;
  top: 84%;
}
.locations-map #mandurah-547 a:before {
	top: 0;
	bottom: unset;
	right: 5px;
	left: auto;
}
.locations-map #fremantle-546 {
	left: 33%;
  top: 81%;
}
.locations-map #fremantle-546 a:before {
	left:-5px;
	right:auto;
	top: -10px;
	bottom: 0;
}
.locations-map #kalbarri-559 {
	left: 18%;
  top: 59%;
}
.locations-map #geraldton-558 {
	left: 19%;
  top: 62%;
}
.locations-map #coral-bay-557 {
	left: 14%;
  top: 42%;
}
.locations-map #monkey-mia-shark-bay-556 {
	left: 11%;
  top: 52.5%;
}
.locations-map #exmouth-555 {
	left: 16%;
  top: 38%;
}
.locations-map #ningaloo-reef-554 {
	left: 13%;
  top: 45%;
}
.locations-map #augusta-622 {
	left: 27%;
  top: 88%;
}
.locations-map #busselton-552 {
	left: 33%;
  top: 86%;
}
.locations-map #busselton-552 a:before {
	margin: 0;
	left: -8px;
	right: auto;
	top: 10px;
}
.locations-map #denmark-551 {
	left: 33%;
  top: 93%;
}
.locations-map #denmark-551 a:before {
	top:-32px;	
}

.locations-map #the-pinnacles-574 {
	left: 43%;
  top: 66%;
}
.locations-map #esperance-569 {
	left: 48%;
  top: 84%;
}
.locations-map #kalgoorlie-gold-fields-568 {
	left: 50%;
  top: 70%;
}
.locations-map #horizontal-falls-565 {
	left: 54%;
  top: 13%;
}
.locations-map #broome-561 {
	left: 51%;
  top: 17%;	
}
.locations-map #rottnest-island-545 {
	left: 18%;
  top: 82%;	
}
.locations-map #rottnest-island-545 a {
	padding: .5rem 1rem .5rem .5rem;
}
.locations-map #rottnest-island-545 a:before {
  left: auto;
	right: -10px;
	top: -6px;
}

.locations-map #swan-valley-539 {
	left: 39%;
  top: 79.5%;	
}
.locations-map #swan-valley-539 a {
	padding: .5rem .5rem .5rem 1rem;
}
.locations-map #swan-valley-539 a:before {
	left: 0; 
	right: auto;
	top: 8px;
}

.locations-map .wa-map-wrap {
	position: relative;
	max-width: 900px;
	margin: auto;
}
.locations-map .wa-map-wrap .wa-map-base {
	position: relative;
	width: 100%;
	z-index: 0;
}
.locations-map .wa-map-wrap .wa-map-shape-container {
	position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.locations-map .wa-map-wrap .wa-map-tooltip {
	position: absolute;
}
.locations-map .wa-map-wrap .wa-map-shape-rect {
	position: absolute;
}
.locations-map .wa-map-wrap .wa-map-shape-poly {
	pointer-events: all;
	transition: all .25s cubic-bezier(.55,0,.1,1);
	cursor: pointer;
}
.locations-map .wa-map-wrap .wa-map-shape:hover {
	fill: rgba(0, 0, 0, 0.3) !important;
	stroke: rgb(255, 255, 255) !important;
	stroke-width: 6px !important;
}
.locations-map .wa-map-wrap .hs-poly-svg {
	overflow: hidden;
}
.locations-map .wa-map-wrap a {
	outline: none;
}

.locations-map .map-tooltip {
	position: absolute;
	padding: .5rem;
	background-color: rgba(0, 0, 0, .75);
	color: #FFFFFF;
	border-radius: 10px;
	font-weight: 800;
	z-index: 4;
}
.map-tooltip.region-north-west-tooltip {
	left: 60%;
	top: 35%;
}
.map-tooltip.region-coral-coast-tooltip {
	left: 15%;
	top: 65%;
}
.map-tooltip.region-golden-outback-tooltip {
	left: 45%;
	top: 65%;
}
.map-tooltip.region-perth-tooltip {
	left: 35%;
	top: 80%;
}
.map-tooltip.region-margaret-river-the-south-west-tooltip {
	left: 30%;
	top: 85%;
}