@charset "utf-8";
/*
Theme Name: KFOUR
Author: GSBALA
Author URI: http://themeforest.net/user/freevision/portfolio
Description: Sunway is a vacation rental WordPress theme crafted to help you build a profitable vacation rental business. If you rent out a chalet, cabin, inn, resort residence, hotel, B&B, guest house or the like, the theme is going to fully suit your needs!
Version: 1.0
*/
ul {
    padding-left: 40px;
}

input.wpcf7-form-control.wpcf7-submit.btn.responsivemt-0{
	float:left;
}
.aboutUsPageImageOne {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: 50% 66%;
}
.text-white p{
    color: #fff!important;
}
.roomsBg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.vendorImg {
    background-image: url(../assets/img/adults-beverage-brainstorming-567633.png);
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(25, 25, 25, 0.7);
}
.roomsBg{
    height:380px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green;
}
.screen-reader-response {
    display: none;
}
.ws_bullets div a span {
    display: none;
}
.logoContainer{
	z-index:1111 !important;
}
.bookNowPosition {
    position: absolute;
    height: 100%;
    right: 0;
}
.bookNowTag {
    position: sticky;
    top: 15%;
    z-index: 999;
    float: right;
    background: #bd2329;
    padding: 10px;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    text-align: center;
    transform: rotate(180deg);
}
.bookNowTag>a {
    color: #fff !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.input-txt.pl-4{
	height:65px;
}
.submitButton {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 5px;
    float: right;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    color: #fff;
    background-color: #bd2328;
    border: none;
    margin-top: 26px;
    margin-bottom: 30px;
}