/*
Theme Name: mogador
Description: This theme is a custom coded for the client.
Author: Chirag
Version: 1.0
*/
/**
 * ===========================================
 *					Generic Css
 * ============================================
 */

@font-face {
    font-family: 'DidotRegular';
    src: url('fonts/DidotRegular.eot');
    src: url('fonts/DidotRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/DidotRegular.woff2') format('woff2'),
         url('fonts/DidotRegular.woff') format('woff'),
         url('fonts/DidotRegular.ttf') format('truetype'),
         url('fonts/DidotRegular.svg#DidotRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DidotMedium';
    src: url('fonts/DidotMedium.eot');
    src: url('fonts/DidotMedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/DidotMedium.woff2') format('woff2'),
         url('fonts/DidotMedium.woff') format('woff'),
         url('fonts/DidotMedium.ttf') format('truetype'),
         url('fonts/DidotMedium.svg#DidotMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DidotLTStd-Bold';
    src: url('fonts/DidotLTStd-Bold.eot');
    src: url('fonts/DidotLTStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/DidotLTStd-Bold.woff2') format('woff2'),
         url('fonts/DidotLTStd-Bold.woff') format('woff'),
         url('fonts/DidotLTStd-Bold.ttf') format('truetype'),
         url('fonts/DidotLTStd-Bold.svg#DidotLTStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
}
body { 
	background: #fff; 
	color: #7A7676;
	font-family: 'DidotRegular';
	font-size: 1.25rem;
	font-weight: normal;
}
a { 
	text-decoration: none;
	transition: color .2s ease,
				background-color .2s ease;
}
img,
svg,
iframe {
	height: auto;
	max-width: 100%;
}
header, 
section, 
footer,
article {
	width: 100%;
}
.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}
h1 {
	font-size: 3.5rem;
	margin-bottom: 1.5rem;
	font-family: 'DidotLTStd-Bold';
	font-weight: normal;
	color: #282425;
}
h2 {
	font-size: 2.25rem;
	color: #282425;
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-family: 'DidotLTStd-Bold';
	color: #282425;
}
.sitebtn {
	display: block;
	padding: 0.65rem 2.5rem;
	border: 1px solid;
}
.sitebtn:hover {
	text-decoration: none;
}
.sitebtn.btnwhite {
	color: #fff;
	border-color: #fff;
}
.sitebtn.disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}

/**
 * ======================================================================================
 *									Header Css
 * =======================================================================================
 */
.siteheader {
	background-color: #730217;
	position: relative;
}
.siteheader::before {
	content: '';
	display: block;
	height: 100%;
	width: 25%;
	left: 0;
	top: 0;
	background-color: #fff;
	position: absolute;
}
.siteheader--menu li a {
	font-size: 15px;
	display: block;
	color: #fff;
	padding: 2rem 0.5rem;
	position: relative;
	text-transform: uppercase;
}
.siteheader--menu li a:hover {
	text-decoration: none;
}
.siteheader--menu li {
	display: inline-block;
	margin-left: 1.725rem;
}
.siteheader--logo {
	display: block;
	padding: 0 2rem;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.siteheader--logocont {
	background-color: #fff;
}
.siteheader--menu li.wpml-ls-item-fr {
	margin-left: 15px;
}
.siteheader--menu li.wpml-ls-item a {
    display: flex;
    width: 55px;
    overflow: hidden;
    padding: 10px;
    height: 45px;
    border: 1px solid #F2A766;
	justify-content: center;
}
.siteheader--menu li.wpml-ls-item a::after {
	content: unset;
}
.siteheader--menu li.wpml-ls-item.wpml-ls-current-language a {
	background-color: #F2A766;
}
/**
 * ======================================================================================
 *									Footer Css
 * =======================================================================================
 */
.sitefooter {
	padding: 4rem 0;
	background-color: #730217;
	color: #fff;
}
.sitefooter--info {
	display: block;
	width: 390px;
	max-width: 100%;
}
.sitefooter--info p {
	font-size: 0.875rem;
}
.sitefooter--social li a {
	display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #730217;
    border: 1px solid transparent;
    font-size: 1.25rem;
}
.sitefooter--social li a:hover {
	background-color: #730217;
	color: #fff;
	border-color: #fff;
}
.sitefooter h5 {
	margin-bottom: 1.5rem;
}
.sitefooter p {
	margin-bottom: 5px;
}
.copyright {
	background-color: #510412;
	color: #fff;
	padding: 1.5rem 0;
}
.copyright p {
	font-size: 14px;
}
/**
 * ======================================================================================
 *									Home page
 * =======================================================================================
 */
.homehero {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:  600px;
	padding: 100px 0;
	position: relative;
}
.overlay--home {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.35);
}
.homehero--content .homehero--content--box{
	position: relative;
	z-index: 1;
}
.homehero h1 {
	color: #fff;
}
.room-part {
	padding: 50px 0;
    background-color: #f4f4f4;
    color: #7A7676;
}
.bg_image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.room-part .nav-tabs {
	border: 0;
	background-color: #fff;
	margin-bottom: 40px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 1px 0px 0.2px rgba(0, 0, 0, 0.1);
}
.room-part .nav-tabs .nav-link {
	border-radius: 0;
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border:  none;
    color: #730217;
    text-decoration: none;
    font-size: 1.125rem;
    padding: 8px;
    margin: 0;
    text-align: center;
}
.room-part .nav-tabs .nav-link:hover,
.room-part .nav-tabs .nav-link.active {
	background-color: #730217;
	color: #fff;
}
.roompart_detail h2 {
	color: #282425;
	margin-bottom: 1rem;
}

.sitebtn.btnsecond {
	background-color: #730217;
	color: #fff;
	text-decoration: none;
	border: 2px solid #730217; 
	display: inline-block;
}

.sitebtn.btnsecond:hover {
	color: #730217;
	background-color: #fff;
	text-decoration: none;
	border: 2px solid #730217;
}
.services {
	color: #7A7676;
	padding: 50px 0;
    background-color: #f4f4f4;
    margin-top: 30px;
}
.services--box {
	display: -ms-flexbox;
    display: flex;
}
.services--box .services-col {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.services--box .services-inner {
	background-color: #fff;
	text-align: center;
	min-width: 185px;
	padding: 15px;
}
.services-inner span {
	color: #282425;
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
.restaurant {
	padding: 80px 0;
}
.restaurant .embed-responsive {
	color: #fff;
	text-decoration: none;
}
.restaurant .embed-responsive:before{
	padding-top: 127%;
}
.restaurant .embed-responsive-item{
	background: linear-gradient(0deg, rgba(19, 34, 57, 0.6), rgba(19, 34, 57, 0.6));
}
.restaurant .restaurant--box {
	position: relative;
	padding: 30px;
	font-size: 18px;
}
.avaialability {
	margin: 2rem 0 2rem;
}
.avaialability--form {
	font-family: 'Courier Prime', monospace;
	max-width: 100%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}
.avaialability--form h6,
.avaialability--form h2,
.avaialability--form h4{
	font-family: 'Courier Prime', monospace;
	margin-bottom: 0;
}
.avaialability--form h6 {
	color: #BEBEBE;
	margin-bottom: 0.5rem;
}
.avaialability--submit {
	padding: 1.5rem;
	text-align: center;
	background-color: #730217;
	color: #fff;
}
.avaialability--submit a {
	color: #fff;
}
.avaialability--submit a:hover {
	text-decoration: none;
}
.avaialability--field {
	padding: 1rem;
}
.avaialability--field .avaialability--date span {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	padding-bottom: 1rem;
	color: #282425;
	font-size: 14px;
}
.avaialability--field .avaialability--date span::after {
    content: " ";
    width: 8px;
    bottom: 10px;
    right: calc(50% - 4px);
    height: 8px;
    position: absolute;
    transition: border-color 200ms ease;
    border-right: 2px solid #282425;
    border-bottom: 2px solid #282425;
    transform: rotate(45deg);
}
.guest--minus,
.guest--plus {
	height: 15px;
	width: 20px;
}
.guest--minus span {
	display: block;
	width: 8px;
    bottom: 10px;
    right: calc(50% - 4px);
    height: 8px;
    transition: border-color 200ms ease;
    border-right: 2px solid #282425;
    border-bottom: 2px solid #282425;
    transform: rotate(45deg);
}
.guest--plus span {
	display: block;
	width: 8px;
    bottom: 10px;
    right: calc(50% - 4px);
    height: 8px;
    transition: border-color 200ms ease;
    border-right: 2px solid #282425;
    border-top: 2px solid #282425;
    transform: rotate(-45deg);
}
.bookyourtrip--info {
	padding: 5rem 0;
}
.checkoutform--main {
	padding: 5rem 0;
}
.checkoutform--date {
	display: inline-block;
    box-shadow: 0px 3.14768px 3.14768px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 1.5rem;	
}
.checkoutform--datebutton {
	border: 1px solid #282425;
	border-radius: 14px;
	background-color: #F2F2F2;
}
.checkoutform--date h3 {
	color: #730217;
	font-family: 'DidotLTStd-Bold';
}
.checkoutform--date a {
	padding: 2rem;
	color: #282425;
	border-radius: 14px;
	display: inline-block;
}
.checkoutform--date a.active {
	background-color: #fff;
	border: 1px solid #282425;
}
.checkoutform--date a h5 {
	margin-bottom: 0;
}
.tripinfobox {
	padding: 2.25rem;
    border: 1px solid #F4F4F4;
    border-radius: 12px;
	font-family: 'Lato', sans-serif;
}
.tripinfobox h4,
.pricebox h4{
	margin-bottom: 1.5rem;
}

.pricebox {
	padding: 2.25rem;
    border: 1px solid #F4F4F4;
    border-radius: 12px;
	font-family: 'Lato', sans-serif;
}
.tripinfobox h4,
.pricebox h4,
.tripinfobox h5,
.pricebox li{
	color: #282425;
	font-family: 'Lato', sans-serif;
}
.pricebox li {
	margin-bottom: 1rem;
}
/**
 * ======================================================================================
 *									Rooms
 * =======================================================================================
 */
.room--hero {
	background-color: #282425;
	width: 100%;
	position: relative;
}
.room--hero .container{
	min-height: 400px;
	height: 100%;
	position: relative;
}
.room--hero .container a.back--home{
	position: absolute;
	display: inline-block;
	left: 15px;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	text-decoration: none;
}
.room--hero .room-main-data {
	position: absolute;
	display: inline-block;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
	right: 15px;
	word-spacing: 2px;
}
.room--hero .room-main-data span {
	color: #F2A766;
	margin-left: 5px;
}
.room--hero .hero-diagram {
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.luxury-rooms .luxury-img {
	width: 100%;
	padding-top: 75%; 
	background-color: #c4c4c4;
}
.luxury-rooms {
	padding: 30px 0;
	color: #7a7676;
	background-color: #f4f4f4;
	margin-top: 30px;
}
.luxury-rooms:last-child {
	margin-bottom: 60px;
}
.owl-theme.owl-luxury_room .owl-nav {
	margin: 0;
}
.owl-carousel.owl-luxury_room .owl-nav button.owl-next, 
.owl-carousel.owl-luxury_room .owl-nav button.owl-prev {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	background-color: transparent;
}
.owl-carousel.owl-luxury_room .owl-nav button.owl-next {
	right:  30px;
}
.owl-carousel.owl-luxury_room .owl-nav button.owl-prev {
	left:  30px;
}
.owl-carousel.owl-luxury_room .owl-nav button.owl-next .nav-next, 
.owl-carousel.owl-luxury_room .owl-nav button.owl-prev .nav-prev{
	width: 16px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.owl-carousel.owl-luxury_room .owl-nav button.owl-next .nav-next {
	background-image: url('./img/right-arrow.png');
}
.owl-carousel.owl-luxury_room .owl-nav button.owl-prev .nav-prev {
	background-image: url('./img/left-arrow.png');
}
/**
 * ======================================================================================
 *									Service Sub Page
 * =======================================================================================
 */
.services-sub .services-inner span{
	font-size: 10px;
}
.services-gallery {
	padding: 60px 0;
}
.services-gallery .embed-responsive{
	background-color: #c4c4c4;
}
.check_out_rooms {
	padding: 80px 0;
    margin-bottom: 60px;
    background-color: #c4c4c4;
}
.check_out_rooms ul li{
	padding: 0 40px;
}
.check_out_rooms ul li a {
	color: #282425;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	transition: all 0.2s;
}
.check_out_rooms ul li a:hover {
	border-color: #F2A766;
}

/**
 * ======================================================================================
 *									contact page
 * =======================================================================================
 */
.contact-info {
	padding: 150px 0 100px;
	font-size: 20px;
	color: #282425;
}
.contact--tab {
	font-family: 'Lato', sans-serif;
}
.contact-info h2 {
	font-weight: 700;
	margin-bottom: :  3rem;
}
.contact--form {
    padding: 60px 70px;
    background-color: #EBF0F6;
}
.form-group label {
	font-size: 14px;
	color: #282425;
}
.form-control {
	outline: none;
	border-radius: 0;
	background-color: #FFFFFF;
	font-size: 14px;
	box-shadow: none;
	height: 40px;
}
textarea.form-control {
	height: 100px;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
.map {
	margin-bottom: 150px;
}
/**
 * ======================================================================================
 *									Vill Page
 * =======================================================================================
 */
.the_vill {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.villimg-border {
	position: unset;
	padding-bottom: 80px;
}
.villimg-border:after {
	content: '';
	position: absolute;
	height: 70px;
	background-color: #c4c4c4;
	width: 100%;
	right: 0;
	z-index: -1;
	max-width: 94%;
}
.blog-detail {
	max-width: 90%;
	width: 100%;
	color: #7A7676;
}
.blog-detail h2 {
	margin-bottom: 0.8rem;
	color: #282425;
}
.book-payment,
.vill-video {
	padding: 50px 0;
}
.nav--title.nav-tabs {
    border: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
    background-color: transparent;
}
.nav--title.nav-tabs .nav-item {
	margin: 0;
	margin-right: 30px;
	background-color: transparent;
}
.nav--title.nav-tabs .nav-link {
	border: 0;
	padding: 5px 10px;
	color: #999999;
	font-family: 'DidotLTStd-Bold';
}
.nav--title.nav-tabs .nav-link.active {
	border: 0;
	color: #282425;
}
.accordion .card {
	border: 0;
	border-radius: 0;
	margin-bottom: 20px;
	color: #666666
}
.accordion .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.accordion .card-header a{
	padding: 15px 20px;
	background-color: transparent;
	position: relative;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	color: #282425;
	display: block;
	width: 100%;
	padding-right: 45px;
}
.accordion .card-header a:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #999999;
	display: block;
	transform: translateY(-50%);
}
.accordion .card-header a:before {
	content: '';
	position: absolute;
	right: 24px;
	top: 50%;
	width: 2px;
	height: 10px;
	background-color: #999999;
	display: block;
	transform: translateY(-50%);
	transition: all 0.2s ease-in;
}
.accordion .card-header a[aria-expanded="true"]:before{
	opacity: 0;
}
.accordion .card-header a[aria-expanded="true"]{
	background-color: #f6f6f6;
	font-family: 'DidotLTStd-Bold';
}
/**
 * ======================================================================================
 *									Faq Page
 * =======================================================================================
 */
.faq-main--image {
	padding: 60px 0;
}
.faq-qa {
	padding: 30px 0 100px;
}

/**
 * ======================================================================================
 *									Video
 * =======================================================================================
 */
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
}
.videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}	
.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	border-radius: 100%;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
	background-image: url( './img/playbtn.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
}
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.videoPoster:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	top:  0;
	left: 0;
	background: linear-gradient(0deg, rgba(19, 34, 57, 0.6), rgba(19, 34, 57, 0.6));
}
/**
 * ======================================================================================
 *									Home Page section
 * =======================================================================================
 */
.Homeroom-service {
	padding: 35px 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.Homeroom--box {
	color: #282425;
	font-size: 20px;
}
.Homeroom--box > span {
	margin-left: 10px;
}
.Homeroom--box p {
	font-size: 1.125rem;
}
.Homevilla {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}
.Homevilla--rightimage {
	margin-top: 50px;
}
.Homevilla--rightimage img {
	width: 85%;
	position: relative;
	z-index: 5;
}
.Homevilla--leftimage img,
.Homevilla--centerimage img {
	width: 100%;
}

.Homevilla--leftimage {
	margin: 30px 0;
	padding: 30px 0;
	position: relative;
}
.Homevilla--leftimage:after {
    content: '';
    position: absolute;
    right: 40%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #C4C4C4;
    z-index: -1;
}
.Homevilla .imgborder {
	padding-bottom: 60px;
}
.Homevilla--leftimage:before {
    content: '';
    width: 60px;
    height: 150%;
    display: block;
    position: absolute;
    top: 90%;
    left: 20%;
    background-color: #c4c4c4;
    z-index: -1;
}
.homelogo-img {
    z-index: 5;
    position: absolute;
    bottom: 20%;
    left: 15%;
}

/**
 * ======================================================================================
 *									Check out
 * =======================================================================================
 */
.checkoutform-guest h3 {
	font-family: 'DidotLTStd-Bold';
	color: #730217;
}
.checkoutform-guest {
	color: #282425;
	font-size: 17px;
}
.checkoutform-guest h1 {
	font-family: 'Courier Prime', monospace;
    margin-bottom: 0;
}
.checkoutform-guest .guest--toggle {
	margin-top: -6px;
}
/**
 * ======================================================================================
 *									Payment
 * =======================================================================================
 */
.payment__option {
	padding: 50px 0;
}
a.payment_back {
	color: #282425;
	display: inline-block;
	padding-left: 25px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;	
	position: relative;
}
a.payment_back:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-image: url('./img/right-back.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.payment__media.media {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #282425;
}
.payment__media.media img {
	max-width: 160px;
}
.payment_pay__form {
	padding: 60px 0;
	color: #282425;
	font-size: 14px;
	font-family: 'Lato', sans-serif;	
}
.payment_pay__form img {
	max-height: 26px;
}
.payment_pay__form h4 {
	color: #282425;
	font-family: 'Lato', sans-serif;	
}
.payment_pay__form .form-control{
	border: 1px solid #F4F4F4;
	color: #282425;
}
.payment_pay__form .form-control::-webkit-input-placeholder { /* Edge */
  	color: #BDBDBD;
}

.payment_pay__form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #BDBDBD;
}
.payment_pay__form .form-control::-moz-placeholder {
	color: #BDBDBD;
}
.payment_pay__form .form-control::-ms-input-placeholder {
	color: #BDBDBD;
}
.payment_pay__form .form-control::placeholder {
	color: #BDBDBD;
}
.payment_pay__form .list-group,
.payment_pay__form .list-group-item {
	border-color: #f4f4f4;
	border-radius: 0;
}
.payment_pay__form .list-group-item {
	padding: 10px 15px;
}
.payment_pay__form .list-group label{
	flex: none;
    margin-right: 15px;
	margin-bottom: 0;
}
.payment_pay__form .list-group input {
	border-color: transparent;
	height: 30px;
}
.cancelation__box {
	border-left: 18px solid #730217;
    padding-left: 30px;
    color: #730217;
    font-size: 16px;
}
.cancelation__box h3 {
	color: #282425;
}
.cancelation__box a {
	color: #730217;
	font-weight: 700;
	text-decoration: underline;
}
.check_quntity_label {
    font-family: 'Courier Prime', monospace;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: normal;
    color: #282425;
    padding: 0;
    height: 50px;
    width: 65px;
    border: 0;
    outline: none;
    text-align: center;
}
input.check_quntity_label::-webkit-outer-spin-button,
input.check_quntity_label::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].check_quntity_label {
  -moz-appearance: textfield;
}
/**
 * ======================================================================================
 *									Woocommerce
 * =======================================================================================
 */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border: 2px solid transparent;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #730217;
    text-decoration: none;
    background-image: none;
    padding: 14px 30px;
    margin-left: 0;
    font-size: 1.125rem;
    color: #fff;
	border: 2px solid #730217;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover, .woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #fff;
	color: #730217;
	border: 2px solid #730217;
}
.page-content,
.single--product--main {
	padding: 60px 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #730217;
   	font-family: 'DidotLTStd-Bold';
}
#wcrp-rental-products-rental-form #wcrp-rental-products-rental-dates {
	border-radius: 0;
	border: 1px solid #730217;
	outline: none;
    background-color: #FFFFFF;
    font-size: 1rem;
    box-shadow: none;
    height: 45px;
	padding: .375rem .75rem;
	line-height: 1.5;
	background-clip: padding-box;
}
.woocommerce .quantity .qty {
    display: inline-block;
    height: 50px;
    border: 1px solid rgba(115, 2, 53, 0.25);
    border-radius: 4px;
    width: 67px;
	margin-right: 8px;
}
.woocommerce span.onsale {
	padding: 0;
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
	background-color: #730217;
}
.litepicker .container__days .day-item:hover {
	box-shadow: inset 0 0 0 1px #730217;
	color: #730217;
}
.litepicker .container__days .day-item.is-in-range:hover,
.litepicker .container__days .day-item.is-start-date:hover,
.litepicker .container__days .day-item.is-end-date:hover {
	color: #fff;
}
.litepicker .container__days .day-item.is-in-range {
    background-color: rgb(116 2 23 / 0.3);
    color: #fff;
}
.woocommerce-info {
	border-color: #730217;
}
.woocommerce-info::before {
	color: #730217;
}
/**
 * ======================================================================================
 *									Booking request
 * =======================================================================================
 */
.booking-request-sc {
	padding: 60px 0;
}
.booking-conditions {
	position: relative;
	padding: 25px;
	border: 3px solid #f4f4f4;
	border-radius: 8px;
	margin-bottom: 50px;
}
.booking-conditions h5 {
	color: #BFA878;
}
.booking-conditions:after {
    content: '';
    position: absolute;
    background-image: url('img/booking-conditions.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 64px;
    height: 64px;
    top: -32px;
    left: -32px;
    z-index: 10;
}
.booking-request--card,
.booking-detail--card {
	position: relative;
	background: rgba(115, 2, 23, 0.09);
	border-radius: 8px;
}
.booking-request--card {
	background: rgba(196, 196, 196, 0.27);
	border-radius: 5px;
}
.booking-detail--cardheader {
	border-bottom: 1px solid #fff;
}
.booking-detail--cardbody,
.booking-detail--cardheader {
    padding: 25px;
    text-align: center;
}
.thank-you--cardheader h4,
.booking-detail--cardheader h4 {
    color: #282425;
    font-family: 'DidotLTStd-Bold';
}
.booking-detail--card:after {
	content: '';
    position: absolute;
    background-image: url('img/book-true.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 47px;
    height: 47px;
    top: calc(-47px / 2);
    right: calc(-47px / 2);
    z-index: 10;
}
.thank-you--cardheader,
.booking-request--cardheader {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.thank-you--cardbody,
.booking-request--cardbody {
	padding: 30px;
}
.thank-you--cardbody .thank-you--msg,
.booking-request--cardbody form {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.booking-request--cardheader h3 {
    color: #BFA878;
    font-family: 'DidotLTStd-Bold';
}
.contact--form div.wpforms-container-full .wpforms-form .wpforms-field-label,
.booking-request--card div.wpforms-container-full .wpforms-form .wpforms-field-label,
.booking-request--card .form-group label {
	color: #282425;
	font-size: 1rem;
	font-weight: 400;
}
.booking-request--card .br_conditions {
	width: 18px;
	height: 18px;
}
.booking-request--card .wpcf7-list-item {
	margin-left: 0;
}
.booking-request--card .form-control {
	border: 1px solid #BFA878;
}
.booking-request--card .form-check-input {
	left: 0;
	margin-left: 0;
}
.booking-request--card .form-check {
	padding-left: 1.8rem;
}

.booking-request--card div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100%;
	border: 1px solid #BFA878;
	border-radius: 0;
}
.contact--form div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100%;
	border-radius: 0;
}
.contact--form .wpforms-submit-container {
	text-align: right;
}
.booking-request--card input[type='number'].form-control {
	max-width: 80px
}
.br_error {
    color: #ff0000;
    font-size: 16px;
}
.contact--form div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #730217;
    color: #fff;
    text-decoration: none;
    border: 2px solid #730217;
    display: inline-block;
}
.contact--form div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    color: #730217;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #730217;
}
/**
 * ======================================================================================
 *									Thank You
 * =======================================================================================
 */
.thank-you--sc {
	padding: 80px 0;
}
.thank-you--card {
	position: relative;
	background: rgba(95, 179, 66, 0.09);
	border-radius: 8px;
}
.thank-you--card:after {
	content: '';
    position: absolute;
    background-image: url('img/form-true.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 47px;
    height: 47px;
    top: calc(-47px / 2);
    right: calc(-47px / 2);
    z-index: 10;
}

/**
 * ======================================================================================
 *									Single Blog
 * =======================================================================================
 */
.single .post-title{
	font-size: 1.9rem;
}
.author-box {
    background: #FEF7EA;
    border-radius: 5px;
    padding: 35px;
    box-shadow: 0px 1.88px 3.75px rgba(0, 0, 0, 0.075);
}
.author-img {
    height: 124px;
    width: 124px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    border: 2px solid #1E386B;
    margin-right: 19px;
}
.author-meta{
	color: #1E386B;
    font-size: 12px;
}
.other-postimg div {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 17px;
}
.other-postbox{
	box-shadow: 0px 1.88px 3.75px rgba(0, 0, 0, 0.075);
    border-radius: 8px;
    padding: 10px;
	height: 100%;
}
.other-postbox .post-categories{
	background: #FEF7EA;
	box-shadow: 0px 1.88px 3.75px rgba(0, 0, 0, 0.075);
	border-radius: 5px;
	display: inline-block;
	padding-left: 25px !important;
	padding: 5px;
	font-size: 18px;
	color: #1E386B;
}
.other-postbox .post-categories a,.other-postbox h5 a{
	color: #282425;
	text-decoration: none;
}
.other-postbox h5 a{
    color: #282425;	
	text-decoration: none;
}
.other--article h3{
	color: #282425;
}
.accordian_box{
	background: #F2F5F9;
	box-shadow: 0px 1.88px 3.75px rgba(0, 0, 0, 0.075);
	border-radius: 5px;
	padding: 25px;
}
.accordian_box .ac_title h3{
	font-weight: bold;
	font-size: 28px;
	color: #1E386B;
}
.ac_main_content.active{
	background: #FDFDFD;
	border-radius: 8px;
	padding: 30px 30px;
}
.ac_main_content{
	padding: 0px 30px;
}
.accordian_box .ac_main_content h3{
	color: #1E386B;
	font-size: 24px;
	font-weight:600;
}
.accordian_box .ac_main_content p{
	font-family: Didot;
}
.accordian_box .ac_main_content .plus,.accordian_box .ac_main_content.active .minus{
	height: 24px;
    width: 24px;
    right: 60px;
    position: absolute;
	display:block;
	cursor:pointer;
}
.accordian_box .acc--title .minus,.ac_main_content.active .plus{
	display:none;
}
.accordian_box .acc--title{
	cursor:pointer;
}
.accordian_box .acc--discription {
	display: none;
}
.ac_main_content.active .acc--discription {
	display: block;
}

.navigation--box {
    display: flex;
    width: 100%;
    margin: 2rem 0;
}
.navigation--box .page-numbers {
    display: block;
    justify-content: center;
    align-items: center;
    border: 2px solid #F2F5F9;
    border-radius: 0.2rem;
    margin: 0 1rem 0 0;
    font-size: 0.8rem;
    padding: 5px 12px;
    color: #173753;
    text-decoration: none;
}
.navigation--box .page-numbers.current {
	color: #DEDEDE;
}

.navigation--box .page-numbers:hover {
	text-decoration: none;
}
.post-summary {
	background-color: rgba(242, 167, 102, 0.1);
	    border-radius: 5px;
}
.post-summary * {
	color: #000;
}
.postbreadcrumb li {
	position: relative;
	color: #000;
	padding-right: 20px;
}
.postbreadcrumb li a {
	color: #000;
}
.postbreadcrumb li:not(:last-child)::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 13px;
	width: 13px;
	background-image: url('img/arrowright.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {
	
}
@media only screen and (min-width: 768px) {
	
}
@media only screen and (min-width: 992px) {
	.siteheader--menu li a::after {
		content: '';
		display: block;
		height: 4px;
		width: 100%;
		background-color: #F2A766;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0;
	}
	.siteheader--menu li.current-menu-item a::after,
	.siteheader--menu li a:hover::after {
		opacity: 1;
	}
	.Homevilla--centerimage {
		position: relative;
		z-index: 4;
		margin-top: -95%;
	}
	.Homevilla .imgborder:after{
		content: '';
		position: absolute;
		right: -50%;
		background-color: #c4c4c4;
		width: 310%;
		height: 120px;
		bottom: 0;
	}
	.booking-conditions .booking-conditions--inner {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1360px;
	    padding: 0 45px;
	}
	.room--hero .container a.back--home{
		left: 45px;
	}
}
@media only screen and (min-width: 1600px) {
	.homelogo-img {
		left: 25%;
	}
}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (max-width: 1399px) {
	.siteheader--menu li {
		margin-left: 1rem;
	}
	.Homevilla--leftimage:before {
		height: 180%;
	}
}
@media only screen and (max-width: 1199px) {
	.Homeroom--box p {
		font-size: 1rem;
	}
	.siteheader--logo {
		padding: 0;
	}
	.Homeroom-service {
		padding: 1rem 0;
	}
	.siteheader--menu li a {
		font-size: 13px; 
	}
}
@media only screen and (max-width: 991px) {
	.room-part .nav-tabs .nav-link {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 25%;
	}
	.siteheader--logo {
		padding: 0;
	}
	.homehero {
		height: 500px;
	}
	.contact--form,
	.vill-description,
	.roompart_detail {
		margin-top: 30px;
	}
	.services--box .services-inner {
		min-width: 130px;
	}
	.services--box {
		margin-top: 30px;
	}
	.room--hero .container {
		min-height: 350px;
	}
	.room--hero .hero-diagram img {
		height: 90px;
	}
	.villimg-border:after {
		max-width: 100%;
	}
	.contact-info {
		padding: 60px 0;
	}
	.map {
		margin-bottom: 60px;
	}
	.siteheader::before {
		content: unset;
	}
	.siteheader--logocont {
		justify-content: center;
		position: unset;
		min-height: 80px;
		max-height: 80px;
	}
	.siteheader--logocont:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 80px;
		background-color: #fff;
	}
}
@media only screen and (max-width: 767px) {
	.the_vill, .services, .vill-video, .services-gallery, .contact-info, .book-payment, .restaurant, .faq-main--image {
		padding: 30px 0;
	}
	.faq-qa {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.nav--title.nav-tabs .nav-item {
		margin-right: 15px;
	}
	.check_out_rooms, .luxury-rooms:last-child, .map {
		margin-bottom: 30px;
	}
	.accordion .card-header a {
		padding: 10px;
	}
	body {
		font-size: 14px;
	}
	.room--hero .container {
		min-height: 280px;
	}
	h2 {
		font-size: 1.875rem;
	}
	.room--hero .hero-diagram img {
		height: 60px;
	}
	.contact--form {
		padding: 40px 50px;
	}
	.sitebtn {
		padding: 0.45rem 2rem;
		font-size: 14px;
	}
	.room--hero .room-main-data {
		word-spacing: 0px;
	}
	.homehero,
	.check_out_rooms {
		padding: 50px 0;
	}
	.homehero {
		height: 350px;
	}
	h1 {
		font-size: 2.5rem;
	}
	.room-part .nav-tabs .nav-link {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 50%;
		font-size: 14px;
	}
	h4 {
		font-size: 1.3rem;
	}
	.siteheader--logocont:after {
		content: unset;
	}
	.siteheader {
		background-color: #fff;
		overflow: hidden;
	}
	a.toggle-wrap {
		position: relative;
    	width: 30px;
    	height: 22px;
		z-index: 1000
	}
	a.toggle-wrap:before, a.toggle-wrap:after {
		content: '';
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 2px;
		background-color: #F2A766;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		left:0;
	}
	a.toggle-wrap .toggle-bar {
		display: inline-block;
		position: absolute;
		top: 50%;
		width: 100%;
		height: 2px;
		margin-top: -1px;
		margin-bottom: -1px;
		background-color: #F2A766;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		left: 0;
	}
	a.toggle-wrap:before {
		top: 0;
	}
	a.toggle-wrap:after {
		bottom: 0;
	}
	a.toggle-wrap.active:before, a.toggle-wrap.active:after {
		top: 50%;
    	margin-top: -1px;
    	-webkit-transform-origin: center center;
    	transform-origin: center center;
	}
	a.toggle-wrap.active:before {
		-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	a.toggle-wrap.active:after {
	    -webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	a.toggle-wrap.active .toggle-bar {
		opacity: 0;
	}
	.mobilemenu {
	    height: calc( 100vh - 80px );
		width: 100%;
		position: fixed;
		z-index: 1;
		top: 80px;
		left: 0;
		background-color: #730217;
		transform: translatex(100%);
		transition: 0.5s;
		opacity: 0;
		padding-bottom: 30px;
		z-index: 1000;
	}
	.mobilemenu.active {
		transform: translatex(0);
		width: 100%;
		opacity: 1;
	}
	.siteheader--logo {
		padding: 0;
	}
	.siteheader--menu li {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	.siteheader--menu li a {
		display: inline-block;
		padding: 10px 15px;
	}
	.siteheader--menu {
		text-align: center;	
	}
	.siteheader--menu li.wpml-ls-item {
		display: inline-block;
	}
	.siteheader--logocont {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.siteheader--logo img {
		max-width: 300px;
	}
	.avaialability--submit {
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.siteheader--logo img {
		max-width: 250px;
	}
	.room--hero .container {
		min-height: 200px;
	}
	.room--hero .container a.back--home,
	.room--hero .hero-diagram {
		bottom: 15px;
	}
	.room--hero .hero-diagram img {
		height: 50px;
	}
	.Homeroom--box p span {
		display: block;
	}
	.accordian_box .ac_main_content .plus, .accordian_box .ac_main_content.active .minus{
		right:40px;
	}
}