
.page-template-home .page_content_wrap{
	padding:0 !important;
}
.page-template-home .content_wrap{
	width:100% !important;
}
.hero-search-wrap{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	position:relative;
	padding:0 20px
}
.hero-search-wrap:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:.6;
	z-index:1;
}
.hero-search{
	width:100%;
	max-width: var(--theme-var-page);
	margin:0 auto;
	height:100%;
	height:650px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:2
}
.hero-search h1{
	margin:0;
	text-align:center;
	font-size:55px;
	line-height:60px;
}
.hero-search form{
	width:100%;
	position:relative;
	margin-top:30px;
}

.searchBar{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 55px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 0 20px 9px rgb(0 0 0 / 12%);
	outline: 4px solid rgb(0 0 0 / 4%);
    background-image: url(../images/search-icon.svg);
    background-size: 20px;
    background-position: 20px center;
    background-repeat: no-repeat;
}
.searchBtn{
	position: absolute;
    right: 9px;
    top: 8px;
    padding: 10px 25px !important;
}
.searchBtn
.searchBar::placeholder{
	color:#888 !important;
	opacity:1 !important;
}
.hero-search-form #hotelResult{
	left: 0;
    right: 0;
    top: 63px;
    position: absolute;
    z-index: 2;
    border-radius: 20px !important;
    overflow: hidden;
}
#hotelResult ul{
    width: 100%;
    padding: 1px 10px 10px 10px;
    background-color: #fff;
	margin-bottom:0;
}

#hotelResult li{
    list-style: none;
    padding: 10px 10px 3px 10px;
    background-image: url('../images/location.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px;
	border-top:1px dashed #e6e6e6;
	line-height: 19px;
}
#hotelResult li:first-child{
	border-top: none;
}
#hotelResult li a{
    text-decoration: none;
	font-size:16px;
	line-height:25px;
}
#hotelResult li small{
    font-size:11px;
	display:block;
	line-height:22px;
}

/*-- Archive Pages --*/
.post-type-archive-hotels .page_content_wrap{
	background: #f1f0ef;
}
.archiveHotel{
    width: 100%;
    margin: 20px auto 0 auto;
    font-size: 16px;
	padding:0;
}
.archiveHotel li {
	list-style: none;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 25px 0;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border-radius: 20px;
	position:relative;
}
.archiveHotel h3{
    margin: 0;
}
.archiveHotel h3 a{
	font-size: 22px;
    font-weight: bold;
	color:#252B43;
}
.archiveHotel .summaryImg{
    min-width: 250px;
    max-width: 250px;
    height: 200px;
    background-color: #ccc;
    margin-right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}
.archiveHotel li .bookNow{
	line-height: 20px;
    border-radius: 35px;
	float:none
}
.archiveHotel li .readMore{
    background-color: #fff;
    padding: 9px 20px;
    color: #e57200;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 27px;
    border: 1px solid #e57200;
	line-height: 20px;
}
.archiveHotel li .readMore:hover{
	background:#000;
	border-color:#000;
	color:#fff;
}
.archiveHotel li .summaryContentCon p{
	font-size:16px;
    line-height: 25px;
	margin:0;
}
.archiveHotel .listing_meta{
	margin-top:20px;
}
.archiveHotel .listing_meta a{
	line-height:25px;
	font-weight:400;
}
.archiveHotel .listing_meta_box{
	font-size:16px;
	margin: 10px 0 0 0;
	line-height:25px;
}
.archiveHotel .listing_meta_box i{
	margin: 0 10px 0 0;
}
.archiveHotel .listing_meta_box.hostel_address{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listing_cta{
	position: absolute;
    right: 15px;
    bottom: 20px;
}
.hostels_pagination{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top:20px;
}
.hostels_pagination a.page-numbers{
	margin: 0 8px;
}
.hostels_pagination .next.page-numbers,
.hostels_pagination .prev.page-numbers {
    font-size: 0;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #2199ff;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.hostels_pagination .prev.page-numbers {
    background-image: url(../images/prev-page.svg);
}
.hostels_pagination .next.page-numbers {
    background-image: url(../images/next-page.svg);
}
.all-results {
	width: 100%;
    padding: 7px 10px 10px 10px;
    background-color: #fff;
    margin: -7px 0 0 0;
	border-radius:0 0 20px 20px;
	border-top: 1px dashed #e6e6e6;
	text-align:center
}
/*-- Single Listing --*/

.single-hotels .content_wrap{
	width:100%
}
.single-hotels .page_content_wrap{
	padding-top:0
}
.mainContainer{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.titleCon{
    text-align: center;
    margin-bottom: 30px;
}
.single-hotels .imagesCon{
    margin: 0 0 30px;
    position: relative;
	padding:4px
}
.imagesCon img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}
.leftCon .listingStyle li{
	position:relative;
	padding-left: 32px;
}
.leftCon .listingStyle li:before{
	content:'';
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

.leftCon .listingStyle li:nth-child(1):before{
	background-image:url('../images/longitude.svg');
}
.leftCon .listingStyle li:nth-child(2):before{
	background-image:url('../images/latitude.svg');
}
.leftCon .listingStyle li:nth-child(3):before{
	background-image:url('../images/address.svg');
}

.sliderInn{
    padding: 5px;
}
.contentCon{
    display: flex;
    width: 100%;
}
.rightCon{
    min-width: 250px;
    margin-left: 50px;
}
.rightCon > a{
	width: 100%;
    background-color: #e57200;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
	box-sizing: border-box;
	border-radius:30px;
}
.rightCon > a:hover{
	background-color: #000!important;
	border-color: #000;
	color: #fff!important
}
.btn-outline{
	border: 1px solid #e57200 !important;
	color: #e57200 !important;
	background-color:transparent !important;
}
.rightCon a.btn-outline:hover{
	border-color: #000 !important;
	background-color:#000 !important
}
.rightCon a:first-child{
	margin-bottom:15px;
}
.listingStyle {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

button.slick-prev.slick-arrow {
    top: 50%;
    left: 0;
    position: absolute;
    z-index: 9;
    transform: translateY(-50%);
}

button.slick-next.slick-arrow {
    top: 50%;
    right: 0;
    position: absolute;
    z-index: 9;
    transform: translateY(-50%);
}
button.slick-arrow:hover{
    background-color: #000;
    color: #fff;
}

.titleCon h1{
    font-size: 30px;
    border-bottom: solid 2px #000;
    text-align: left;
    padding-bottom: 10px;
	color:#252B43;
}
.bookNow{
    background-color: #e57200;
    float: right;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

.bookNow:hover, .bookNow:focus, .bookNow:active{
    background-color: #000!important;
    color: #fff!important;
    text-decoration: none!important;
    outline: none!important;
}

.summaryImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paginationCon{
    text-align: center;
}

.banner img{
    width: 100%!important;
    height: 500px!important;
    object-fit: cover;
}

body .site-header{
    padding-top: 40px;
    padding-bottom: 10px;
}

.site-branding .site-title{
    font-size: 35px;
    font-weight: bold;
}

.site-branding .site-title a{
    text-decoration: none;
    font-weight: bold;
}

.site-footer{
    margin-top: 80px;
}

a:hover, a:focus, a:visited{
    background-color: none!important;
}
@media screen and (min-width:768px){
	.single-hotels .imagesCon.imageSlider .slick-track{
		
	}
}
@media screen and (max-width:767px){
	.archiveHotel li .listing_cta{
		right:unset;
	}
	.archiveHotel li .readMore {
    	margin-right: 10px;
	}
	.hero-search form{
		margin-top:15px;
	}
	.hero-search-form #hotelResult {
    	top: 52px;
	}
	.searchBar {
    	height: 50px;
	}
	.searchBtn {
		right: 7px;
		top: 7px;
		padding: 8px 20px !important;
	}
	.hero-search h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.archiveHotel{
		display:grid;
		grid-template-columns:1fr 1fr;
		grid-gap:20px;
	}
	.archiveHotel li {
		flex-direction: column;
    	margin: 0 0 10px 0;
	}
	.archiveHotel h3 a {
		font-size: 18px;
		line-height: 24px !important;
	}
	.archiveHotel li .summaryContentCon p {
    	margin: 10px 0 0 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.archiveHotel .summaryImg {
		min-width: 100%;
		max-width: 100%;
	}
	.archiveHotel .summaryContentCon{
		padding:15px 15px 0 15px;
	}
	.archiveHotel .listing_meta_box.hostel_address {
		-webkit-line-clamp: 2;
	}
	.archiveHotel .listing_meta_box{
		display: flex !important;
	}
	.archiveHotel .listing_meta_box i{
		min-width:17px
	}
	.archiveHotel .summaryImg {
		height: 250px;
	}
	.archiveHotel li .listing_cta {
		justify-content: center;
	}
	.single-hotels .contentCon {
		flex-direction: column;
		align-items: center;
	}
	.rightCon {
		margin: 30px 0 0 0;
	}
	.single-hotels .imageSlider .slick-arrow {
		font-size: 0;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		width: 32px;
		height: 32px;
		padding:0;
		border-radius: 100%;
		background-color: #2199ff;
		-webkit-filter: invert(100%);
		filter: invert(100%);
		top: calc(100% + 20px);
	}
	.single-hotels .imageSlider .slick-arrow:before{
		display:none
	}
	.single-hotels .imageSlider .slick-prev.slick-arrow {
		background-image: url(../images/prev-page.svg);
	}
	.single-hotels .imageSlider .slick-next.slick-arrow {
		background-image: url(../images/next-page.svg);
	}
	.single-hotels .content_wrap, .single-hotels .content_container{
		width:100% !important;
	}
	.single-hotels .content_wrap .content{
		padding:0 15px;
	}
	.single-hotels .imagesCon {
    	margin: 17px 0 45px;
	}
	.single-hotels .sc_layouts_title_caption{
		font-size:32px !important;
	}
}
@media screen and (max-width:686px){
	.archiveHotel{
		grid-template-columns:1fr;
	}
}