/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
.d-flex {
    display: flex;
}
.room-ratings {
    margin-top: 50px;
    color: #fff;
    letter-spacing: 5px;
}
.hero-heading {
    color: #fff;
}
.hero-description {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    margin: 40px auto;
}
.hero-btn-1 {
    background-color: #FFFFFF;
    color: #0F0F0F;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0;
}
.hero-btn-2 {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.hero-btn-2:hover {
    opacity: 0.9;
    color: #fff !important;
}
.hero-btn-2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -5px;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
}
.hero-btn-2:hover::after {
    width: 80%;
}
.ratings-meta {
    display: flex;
    color: #fff;
}
.hero-contact {
    color: #fff;
    margin-top: 190px;
    font-size: 15px;
}
.align-items-center {
    align-items: center;
}
.ratings-meta {
    margin-top: 10px;
}
.hc-icon {
    margin-right: 15px;
}
.adv-btn a {
    position: relative;
    display: inline-block;
	font-size: 14px;
}
.adv-btn a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -5px;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
}
.adv-btn a:hover::after {
    width: 80%;
}
.room-content-box {
    margin-left: 50px;
    padding: 150px 60px;
	color: #fff;
	background: #87779e;
}
.room-amenities{
    display: flex;
    justify-content: space-between !important;
    margin-top: 30px;
}
.room-btn{
    display: flex;
    align-items: center;
}
.room-heading{
    text-align: left;

}
.room-video {
    margin-left: 150px;
    margin-right: -80px;
    z-index: 2;
    position: relative;
}
.room-video img {
	height: 340px;
    width: 100%;
    object-fit: cover;
}
.amenity-icon img{
    max-height: 50px;
}
.room-amenity-item{
    text-align: center;
    margin-right: 20px;
}
.amenity-title{
    font-size: 16px;
}
.room-title{
    color: #fff;
    display: block;
    margin-bottom: 40px;
}
.room-price{
    font-size: 30px;
    display: block;
    margin-bottom: 0px;
}
.room-price-tagline{
    display: block;
    font-size: 18px;
    margin-bottom: 40px;
}
.room-btn{
    margin-top: 40px;
}
.room-btn-1 a{
display: inline-block;
background-color: #fff;
color: #333;
font-size: 16px;
padding: 15px 40px;
}
.room-btn-2 a{
    color: #fff;
    position: relative;
}
.room-btn-2{
    margin-left: 40px;
}
.room-btn-2 a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -5px;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
}
.room-btn-2 a:hover::after{
    width: 80%;
}
.room-btn-2 a:hover{
    text-decoration: none;
    color: #fff;
}
.footer-contact .w-iconbox {
    display: flex;
    font-size: 15px;
    align-items: center;
}
.footer-contact .w-iconbox-icon{
    font-size: 15px;
    margin-right: 10px;
}
.reviews-description{
    font-size: 36px;
    line-height: 1.4;
}
.reviewer-name{
    margin-top: 15px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{outline:none;}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.room-video,.room-content-box{margin:0}
	.room-content-box{padding: 50px 15px;}
	.room-btn {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
	.room-btn-1{width: 100%;
    float: left;
    display: block; text-align: center;}
	.room-btn-2 {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
	.swiper-button-next, .swiper-button-prev{top:51% !important;}
	.room-amenity-item:last-child{margin-right:0;}
	.room-amenities {
    flex-flow: row wrap;
}
	.room-amenity-item {
    text-align: center;
    margin-right: 0;
    width: 50%;
    margin-top: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.room-video {
    margin-left: 0;
    margin-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.room-btn {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
	.room-btn-1{width:100%;}
	.room-btn-1 a{display:block; width:100%; text-align:center;}
	
.room-btn-2 {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
}

