/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@import url('https://lacroixwaikikicom7ea42.zapwp.com/m:0/a:https://fonts.googleapis.com/css?family=Josefin+Sans|Sunflower:300&display=swap');
@import url('https://lacroixwaikikicom7ea42.zapwp.com/m:0/a:https://fonts.googleapis.com/css?family=Montserrat&display=swap');

/*@font-face {
  font-family: 'AlteHaasGrotesk_Bold';
  src: url('/wp-content/themes/bridge-child/fonts/AlteHaasGrotesk_Bold.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/bridge-child/fonts/AlteHaasGrotesk_Bold.woff') format('woff'), url('/wp-content/themes/bridge-child/fonts/AlteHaasGrotesk_Bold.ttf')  format('truetype'), url('/wp-content/themes/bridge-child/fonts/AlteHaasGrotesk_Bold.svg#AlteHaasGrotesk_Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

h1, h2, h3, h4, h5 {/*font-family: 'Josefin Sans', sans-serif !important;*/ font-family: 'Montserrat-Regular' !important;}

body{/*font-family: 'Sunflower', sans-serif !important;*/ font-family: 'TheanoDidot-Regular' !important;font-size: 20px;font-weight: normal;color: #000;}
/*body p, body li, body a, body span {font-family: 'Sunflower', sans-serif !important;}
*/
.footer_bottom, .side_menu.side_area_alignment_center {
    text-align: left;
}

.normal_social i.qode_icon_font_awesome {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #1f3f5c !important;
}
.normal_social i.qode_icon_font_awesome:hover {
    color: #1f3f5c !important;
}

.box {
  background-color: rgba(255, 255, 255, 0.65);
  /*box-shadow: 2.5px 4.33px 65px 0px rgb( 0, 1, 1 );*/
  position: absolute;
  left: 130px;
  top: 40px;
  width: 570px;
  height: 377px;
  z-index: 190;
}
.cnt-des{
  font-size: 23px;
  font-family: 'TheanoDidot-Regular';
  color: rgb( 0, 0, 0 );
  line-height: 1.391;
  text-align: left;
  position: absolute;
  height: 82px;
    width: 371px;
    top: 110px;
    left: 70px;
  
}
.cnt-btn{
  border-style: solid;
  border-width: 1px;
  border-color: #f1915f;
  background-color: #f1915f;
  position: absolute;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  left: 70px;
    top: 240px;
    padding: 0 3em;
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;

}
.cnt-title{
  font-size: 32px;
  font-family: 'Montserrat-Regular';
  color: rgb( 0, 0, 0 );
  text-transform: uppercase;
  position: absolute;
  left: 70px;
  top: 50px;
  z-index: 191;
}

.cnt-room-head{
  font-size: 36px;
  font-family: 'Montserrat-Regular';
  color: rgb( 0, 0, 0 );
  text-transform: uppercase;
  text-align: center;
}
.cnt-room-desc {
    font-size: 23px;
    font-family: 'TheanoDidot-Regular';
    color: rgb( 0, 0, 0 );
    line-height: 150%;
    text-align: center;
}
.cnt-room-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
    padding: 17px 20px;
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.cnt-room-btn:hover {border-color: #1abc9c;}
.cnt-special {
    position: absolute;
    font-family: 'Montserrat-Regular';
    left: 0;
    right: 0;
    bottom: 60px;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}


.home .content.has_slider .q_slider {}
#rev_slider_1_1 rs-sbg {background-size: 100% !important;}


/*****   Home Page Style    *****/

/* Basic Box */
.basicBox svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 350;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

.basicBox {
  width: 200px;
  height: 57px;
  margin: 0px auto;
  color: #000;
  font-size: 1.15rem;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  display:inline-block;
  background-color: #ffffff;
  font-family: 'Montserrat-Regular';
  left: 70px;
  top: 240px;
}
.basicBox:hover {
    background-color: transparent;
    color: #f0915e;
}
.basicBox svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox svg rect {
  fill: none;
  stroke: #000;
  stroke-width: 1;
}
.basicBox:hover svg rect {
  stroke: #f0915e;
  stroke-width: 3;
}

/* Basic Box 2 */
.basicBox2 svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox2:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 478;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox2 {
  width: 285px;
  height: 57px;
  margin: 0px auto;
  color: #000;
  font-size: 1.15rem;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  display:inline-block;
  background-color: #ffffff;
  font-family: 'Montserrat-Regular';
}
.basicBox2:hover {
    background-color: transparent;
    color: #f0915e;
}
.basicBox2 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox2 svg rect {
  fill: none;
  stroke: #000000;
  stroke-width: 1;
}
.basicBox2:hover svg rect {
  stroke: #f0915e;
  stroke-width: 3;
}



/* Basic Box ROOMS, STUDIOS & SUITES */
.basicBox_rooms-studios_suites svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox_rooms-studios_suites:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 478;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox_rooms-studios_suites {
  width: 285px;
  height: 57px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  display:inline-block;
  background-color: #f0915e;
  font-family: 'Montserrat-Regular';
}
.basicBox_rooms-studios_suites:hover {
    background-color: transparent;
    color: #f0915e;
}
.basicBox_rooms-studios_suites svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox_rooms-studios_suites svg rect {
  fill: none;
  stroke: #f0915e;
  stroke-width: 1;
}
.basicBox_rooms-studios_suites:hover svg rect {
  stroke: #f0915e;
  stroke-width: 3;
}


/* Basic Box 3 */

.basicBox3 svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox3:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 350;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox3 {
  width: 200px;
  height: 57px;
  margin: 0px auto;
  color: #ffffff;
  background-color: transparent;
  font-size: 20px;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  display:inline-block;
  font-family: 'Montserrat-Regular';
  top: 245px;
    left: 70px;
}
.basicBox3:hover {
    background-color: transparent;
    color: #000;
}
.basicBox3 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox3 svg rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}
.basicBox3:hover svg rect {
  stroke: #000;
  stroke-width: 3;
}


/* Basic Box 4 */
.basicBox4 svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox4:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 350;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

.basicBox4 {
  width: 200px;
  height: 57px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display:inline-block;
  font-family: 'Montserrat-Regular';
    top: 245px;
    right: 40px;
}
.basicBox4:hover {
    background-color: transparent;
    color: #000;
}
.basicBox4 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox4 svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}
.basicBox4:hover svg rect {
  stroke: #000;
  stroke-width: 3;
}

/* Basic Box 5 */
.basicBox5 svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox5:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 350;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

.basicBox5 {
  width: 200px;
  height: 57px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  display:inline-block;
  font-family: 'Montserrat-Regular';
    top: 245px;
    left: 70px;
}
.basicBox5:hover {
    background-color: transparent;
    color: #000;
}
.basicBox5 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.basicBox5 svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}
.basicBox5:hover svg rect {
  stroke: #000;
  stroke-width: 3;
}



@media (min-width: 2600px){
	.title.has_background, .title.has_fixed_background {background-size: 100% auto !important;}
	#hlc_basicbox_one .wpb_single_image .vc_single_image-wrapper {max-width: 100%; display: block;}
	#hlc_basicbox_one .wpb_single_image .vc_single_image-wrapper img { width: 100%; }
	#hlc_basicbox_one .box .cnt-des { height: auto; }
	#hlc_basicbox_one .box .basicBox {top: 265px;}
	
	#hlc_basicbox_three > .full_section_inner > .vc_col-sm-12 > .vc_column-inner { max-width: 2400px; margin-left: auto; margin-right: auto; }
	#hlc_basicbox_three .cnt-single-img .vc_single_image-wrapper img { width: 100%; }
	#hlc_basicbox_three .box_bg {left: 45% !important;}
	
	#hlc_basicbox_four > .full_section_inner > .vc_col-sm-12 > .vc_column-inner { max-width: 2400px; margin-left: auto; margin-right: auto; }
	#hlc_basicbox_four .cnt-single-img .vc_single_image-wrapper img { width: 100%; }
	#hlc_basicbox_four .box_bg_club {right: 45% !important;}
	#hlc_basicbox_four .box_bg_club .cnt-title_club {right: 150px;}
	
	#hlc_basicbox_five > .full_section_inner > .vc_col-sm-12 > .vc_column-inner { max-width: 2400px; margin-left: auto; margin-right: auto; }
	#hlc_basicbox_five .cnt-single-img .vc_single_image-wrapper img { width: 100%; }
	#hlc_basicbox_five .box_bg_dining {left: 45% !important;}
}


@media (max-width:1024px){
	#HLC_booking_section > .full_section_inner > .wpb_column > .vc_column-inner {padding-left: 0px;padding-right: 0px;}
}
@media (max-width:800px){
	#hero {
		padding-top: 0 !important;
		padding-left: 70px !important;
    	padding-right: 70px !important;
	}
	#hlc_basicbox_one {
		background-image: url(/wp-content/uploads/base_21.jpg);
    	padding-bottom: 70px !important;
		padding-top: 70px !important;
    	background-position: top center;
    	background-size: cover;
	}
	#hlc_basicbox_one .wpb_single_image {
		display: none;
	}
	#hlc_basicbox_one .wpb_raw_code > .wpb_wrapper {
		position: relative;
		height: 400px;
	}
	#hlc_basicbox_one .wpb_raw_code > .wpb_wrapper .box {
		box-shadow: 0px -2px 15px -5px rgb( 0, 1, 1 ) !important;
		top: 10px;
	}
}
@media (max-width: 768px) {
	#hlc_basicbox_one .box {
		left: 1px;
    	right: 1px;
		margin-left: auto;
    	margin-right: auto;
	}
	.basicBox {
		font-size: 1.15rem !important;
	}
	#hlc_basicbox_one .wpb_raw_code > .wpb_wrapper .box {
		height: 350px !important;
	}
	#hlc_basicbox_three {
		height: 450px;
    	background-image: url(/wp-content/uploads/base_13.jpg) !important;
	}
	#hlc_basicbox_three .wpb_single_image.vc_align_left {
		display: none;
	}
	#hlc_basicbox_three .box_bg {
		top: 50px;
		left: 1px;
    	right: 1px;
		margin-left: auto;
    	margin-right: auto;
	}
	#hlc_basicbox_three .basicBox3 {
		top: 245px;
    	left: 70px;
	}
	#hlc_basicbox_four {
		background: url(/wp-content/uploads/base_11.jpg) !important;
		height: 450px;
	}
	#hlc_basicbox_four .wpb_single_image {
		display: none;
	}
	#hlc_basicbox_four .box_bg_club {
		top: 50px;
		left: 1px;
    	right: 1px;
		margin-left: auto;
    	margin-right: auto;
	}
	#hlc_basicbox_five {
		background: url(/wp-content/uploads/base_9.jpg) !important;
		height: 450px;
	}
	#hlc_basicbox_five .wpb_single_image {
		display: none;
	}
	#hlc_basicbox_five .box_bg_dining {
		top: 50px;
		left: 1px;
    	right: 1px;
		margin-left: auto;
    	margin-right: auto;
	}
}
@media (max-width: 767px) {
	.footer_top .column_inner>div {
		text-align: center;
	}
	.footer_bottom {
		text-align: center;
		line-height: 24px;
	}
  /*.cnt-prop-all {display: none;}
  .cnt-prop {
    margin-top: -41px;
}*/
}
@media (max-width: 568px) {
	#hero {
		padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	#hlc_basicbox_one .wpb_raw_code > .wpb_wrapper .box {
		width: 85%;
	}
	#hlc_basicbox_one .cnt-title {
		left: 35px;
	}
	#hlc_basicbox_one .cnt-des {
		left: 35px;
	}
	#hlc_basicbox_one .basicBox {
		left: 35px;
	}
	#hlc_basicbox_three .box_bg {
		width: 85%;
	}
	#hlc_basicbox_three .cnt-title_amenities {
		left: 35px;
	}
	#hlc_basicbox_three .cnt-des-amenities {
		left: 35px;
	}
	#hlc_basicbox_three .basicBox3 {
		left: 35px;
	}
	#hlc_basicbox_four .box_bg_club {
		width: 85%;
	}
	#hlc_basicbox_four .cnt-title_club {
		left: auto;
		right:35px;
	}
	#hlc_basicbox_four .cnt-des-club {
		left: auto;
		right:35px;
	}
	#hlc_basicbox_four .basicBox4 {
		right:35px;
	}
	#hlc_basicbox_five .box_bg_dining {
		width: 85%;
	}
	#hlc_basicbox_five .cnt-title_amenities {
		left: 35px;
	}
	#hlc_basicbox_five .cnt-des-amenities {
		left: 35px;
	}
	#hlc_basicbox_five .basicBox5 {
		left: 35px;
	}
}
@media (max-width: 320px) {
	#hlc_basicbox_one .wpb_raw_code > .wpb_wrapper .box {height: 290px !important;top: 50px;}
	#hlc_basicbox_one .cnt-des {
		width: 200px;
		top: 110px;
	}
	#hlc_basicbox_one .cnt-des {
		height: auto;
    	width: 200px;
    	top: 115px;
	}
	#hlc_basicbox_one .basicBox {
		top: 0px !important;
    	left: 0px !important;
	}
	#hlc_basicbox_three .box_bg {
		height: 310px;
	}
	#hlc_basicbox_three .cnt-title_amenities {
		top: 45px;
	}
	#hlc_basicbox_three .cnt-des-amenities {
		width: 210px;
		top: 100px;
	}
	#hlc_basicbox_three .basicBox3 {
		top: 200px !important;
	}
	#hlc_basicbox_four .box_bg_club {
		height: 350px;
	}
	#hlc_basicbox_four .cnt-title_club {
		top: 45px;
	}
	#hlc_basicbox_four .cnt-des-club {
		width: 210px;
		top: 100px;
		text-align: right;
	}
	#hlc_basicbox_four .basicBox4 {
		top: 260px !important;
		left: auto !important;
	}
        #hlc_basicbox_five .box_bg_dining {
		height: 350px;
	}
	#hlc_basicbox_five .cnt-title_amenities {
		top: 45px;
	}
	#hlc_basicbox_five .cnt-des-amenities {
		width: 210px;
		top: 100px;
	}
	#hlc_basicbox_five .basicBox5 {
		top: 260px !important;
		left: 35px !important;
	}
}

/*****   Home Page Style End   *****/

.footer_top .q_social_icon_holder:hover i.simple_social {color: #E25041 !important;}




@media (min-width:1900px){

.cnt-dining-footer-box {min-height: 390px !important;}
.box_bg {
    left: 977px !important;
    top: 120px !important;
    width: 599px !important;
    height: 450px !important;
}
.cnt-des-amenities{font-size: 23px !important;}
.cnt-btn-amenities{top:320px !important;}
.basicBox3 {top: 300px;}
.basicBox4 {top: 300px;right: 137px;}
.basicBox5 {top: 300px;}
.cnt-btn-club{top:320px !important;}
.cnt-des-club{font-size: 23px !important;}
.box_bg_dining{
	left: 977px !important;
    top: 120px !important;
    width: 599px !important;
    height: 450px !important;
}
.box_bg_club{
	left: 420px !important;
    top: 120px !important;
    width: 599px !important;
    height: 450px !important;
}

.box {
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: 391px;
    top: 225px;
    width: 570px;
    height: 377px;
    z-index: 190;
}
}
@media only screen and (max-width: 1400px) {
.cnt-single-img img {
    width: 850px;
}

}
.box_bg {
    background-color: rgb( 109, 177, 95 );
    opacity: 0.949;
    position: absolute;
    left: auto;
    right: 50px;
    top: 70px;
    width: 499px;
    height: 350px;
    z-index: 113;
}
.box_bg_dining {
    background-color: rgb( 193, 190, 186 );
    opacity: 0.949;
    position: absolute;
    left: auto;
    right: 50px;
    top: 70px;
    width: 499px;
    height: 350px;
    z-index: 113;
}
.box_bg_club {
    background-color: rgb( 228, 39, 97 );
    opacity: 0.949;
    position: absolute;
        left: 50px;
    right: auto;
    top: 70px;
    width: 499px;
    height: 350px;
}
.cnt-title_amenities {
    font-size: 36px;
    font-family: 'Montserrat-Regular';
    color: rgb( 242, 242, 242 );
    text-transform: uppercase;
    top: 55px;
    left: 70px;
    position: absolute;
}
.cnt-des-amenities{
  font-size: 20px;
  font-family: 'TheanoDidot-Regular';
  color: rgb( 255, 255, 255 );
  line-height: 1.391;
  text-align: left;
  position: absolute;
  top:110px;
  left: 70px;
  width: 390px
}
.cnt-btn-amenities{
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  position: absolute;
  top: 245px;
  left: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 255, 255, 255 );
  background-color: rgba( 255, 255, 255, 0 );
  padding: 0 3em;
  text-align: center;
  line-height: 55px;
}

.cnt-des-club {
    font-size: 20px;
    font-family: 'TheanoDidot-Regular';
    color: rgb( 255, 255, 255 );
    line-height: 1.391;
    text-align: right;
    position: absolute;
    top: 110px;
    left: 61px;
    width: 400px;
}
.cnt-title_club {
    font-size: 30px;
    font-family: 'Montserrat-Regular';
    color: rgb( 242, 242, 242 );
    text-transform: uppercase;
    top: 55px;
    left: 50px;
    position: absolute;
}

.cnt-btn-club {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    position: absolute;
    top: 245px;
    left: 251px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    background-color: rgba( 255, 255, 255, 0 );
    padding: 0 3em;
    text-align: center;
    line-height: 55px;
}




.testimonial_author1 {
    font-size: 36px !important;
    font-weight: unset;
    color: #000;
    padding-bottom: 40px;
    font-family: 'Montserrat-Regular';
	line-height: 150%;
    text-transform: uppercase;
}
ul.flex-direction-nav li {
    position: relative;
    top: -10em;
}
li.flex-nav-next {
    float: right;
}

li.flex-nav-prev {
    float: left;
}

.testimonials .testimonial_text_inner p {
    padding: 0 50px;
    font-size: 23px;
    line-height: 150%;
    color: #000;
}
.testimonials_holder .flex-direction-nav a{
  border: none !important;
}
.testimonials_holder .flex-direction-nav a:hover {
    background-color: transparent;
}

.testimonials_holder .flex-direction-nav a:hover:before {
    color: inherit;
}
.testimonials_holder .flex-direction-nav a:before{
  font-size: 50px;
}
#sfba-form2-container{
  background-color: transparent !important;
}
.sfba-form-credit {
    display: none;
}
.subscribeform1_sub_heading {
    display: none;
}
h2#sfba-form2-heading {
    display: none;
}
.sfba_subscribe_form__fields_wrap {
    margin: 0px -20px !important;
    /*max-width: 400px !important;*/
}
#sfba-form2-button{
  background-color: #f0915e !important;
  padding: 15px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
    font-family: 'AlteHaasGrotesk' !important;
    font-weight: normal !important;
}
.sfba_subscribe_form__fields .sfba-form2-fields {
    padding-left: 0 !important;
    background-color: transparent !important;
    margin-bottom: 10px !important;
}
.cnt-room {
    background-color: #fff;
    padding: 30px 30px;
    box-shadow: 1px 20px 59px 0px rgba(0, 1, 1, 0.02);

}
.cnt-room p {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.cnt-room h2 {
    text-align: left;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
ul.slick-dots {
    display: none !important;
}
.wpsisac-slick-carousal.design-6 .slick-next {
    right: -8% !important;
    background-color: transparent !IMPORTANT;
    }
 .wpsisac-slick-carousal.design-6 .slick-prev {
    left: -8% !important;
    background-color: transparent !IMPORTANT;
    }   

    .wpsisac-slick-carousal .slick-slide {
    padding: 10px !important;
}

.container_inner {
    /*width: 1145px !important;*/
	width: 1260px !important;
}
/*input#sfba-form2-email {
    color: #fff !important;
}*/
.sfba_subscribe_form__fields ::placeholder {
  color: #fff;
  font-size: 15px;
}

input#sfba-form2-email {
    color: #fff !important;
    float: left;
    width: 90%;
}
.sfba_subscribe_form__fields {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
i.fa.fa-envelope {
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
@media only screen and (min-width:1024px) and (max-width:1920px) {
  .title.has_background, .title.has_fixed_background {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 1920px!important;
    height: 500px !important;
}
  }
@media only screen and (min-width:1400px) and (max-width:1900px) {
.box_bg_club{left: 378px;}
.cnt-single-img img {
    width: auto;
}

}
@media only screen and (max-width: 768px){
	.container_inner {width: 600px !important; }
}
@media only screen and (min-width:991px) and (max-width:1024px) {
	nav.main_menu>ul>li>a {
    font-size: 11px !Important;
	}
  .cnt-dining-footer-box{width:60% !important }
  .cnt-dining-footer-box h3{font-size: 22px !important}
  .slick-image-slide-wrap h2{font-size: 22px !important}
	.container_inner {
     width: 950px !important; 
}
	.box_bg{left: 510px;}
	.box_bg_club{left: 35px !important;}
	.box_bg_dining{left:510px}
	.cnt-room{min-height: 240px;}
	.wpsisac-slick-carousal.design-6 .slick-next {right: -3% !important;}
	.wpsisac-slick-carousal.design-6 .slick-prev {left: -3% !important; }
  .on_hover_wapper1{min-height: 384px !important;}
  .cnt-special-box {background-color: #fff;box-shadow: 1.5px 2.598px 16px 0px rgba(0, 1, 1, 0.08);padding: 10px 20px 10px 20px !important;height: 300px !important;}
  .special_desc_cnt { font-size: 16px !important;}
}
@media only screen and (min-width:768px) and (max-width:990px) {

  .slick-image-slide-wrap h2{font-size:15px !important }
  .cnt-dining-footer-box h3 {font-size: 22px !important}
  .cnt-dining-footer-box{width:70% !important }
  .cnt-special-left .wpb_single_image .vc_single_image-wrapper {display: block;}
  .cnt-special-right .wpb_single_image .vc_single_image-wrapper {display: block;}
  .cnt-special-left .wpb_single_image img {width: 100%;}
  .cnt-special-right .wpb_single_image img {width: 100%;}
  .cnt-special-left {width: 100%;}
  .cnt-special-right {width: 100%;}
  .cnt-order .section_inner_margin {display: flex;flex-direction: column;}
  .cnt-special-right{order: 1;}
  .cnt-special-left{order: 2}
	.box_bg_club {left: 155px;top: 42px;}
	.box_bg_dining {left: 155px;top: 42px;}
	.box_bg{left: 155px;top: 42px;}
	.container_inner {width: 600px !important; }
	.cnt-room h2{font-size: 17px;}
	.image_with_text img {margin: 0 auto !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .cnt-dining-mob {padding-bottom: 30px;}
    .cnt-dining-footer-box {width: 80% !important;}
  .slick-image-slide-wrap h2{font-size:15px !important }
  .cnt-dining-footer-box h3 {font-size: 22px !important}
  .cnt-special-left .wpb_single_image .vc_single_image-wrapper {display: block;}
  .cnt-special-right .wpb_single_image .vc_single_image-wrapper {display: block;}
  .cnt-special-left .wpb_single_image img {width: 100%;}
  .cnt-special-right .wpb_single_image img {width: 100%;}
.on_hover_wapper1 {
    width: 57% !important;
    left: 19% !important;
    min-height: 487px !important;
}
.special_desc_cnt {
    font-size: 18px !important;
    padding: 15px 0 15px 0 !important;
}
.title.has_background, .title.has_fixed_background{height: inherit;}
.cnt-order .section_inner_margin {
    display: flex;
    flex-direction: column;
}
.cnt-special-right{order: 1;}
.cnt-special-left{order: 2}
	.basicBox3 {
		top: 153px;
	    left: 40px;
	}
	  .container_inner {
	   width: 420px !important;
	}
	.image_with_text img {
	    margin: 0 auto !important;
	}
	.wpsisac-slick-carousal.design-6 .slick-next {right: -6% !important;}
	.wpsisac-slick-carousal.design-6 .slick-prev {left: -6% !important; }
	.cnt-room h2{font-size: 17px;}
	.box {
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: 68px;
    top: -69px;
    width: 491px;
    height: 305px;
}
	.basicBox{font-size: 220px;}

	.box_bg {
    background-color: rgb( 109, 177, 95 );
    opacity: 0.9;
    left: 100px;
    top: 22px;
    width: 499px;
    height: 350px;
    
	}
	.box_bg_dining {
	opacity: 0.9;
    left: 100px;
    top: 22px;
    width: 499px;
    height: 350px;
	}
	.box_bg_club {
    background-color: rgb( 228, 39, 97 );
    opacity: 0.9;
    position: absolute;
    left: 100px;
    top: 22px;
    width: 499px;
    height: 350px;
}

    
}
@media only screen and (max-width: 479px) {
  /*.logo_wrapper {
    left: 15% !important;
}*/
.cnt-dining-mob {padding-bottom: 30px;}
.cnt-dining-footer-box {
      background: #fff;
      width: 100% !important;
      min-height: 255px !important;
      margin-right:0 !important;
   }
  .cnt-dining-footer-box h3 {
    padding: 10px 15px !important;
    font-size: 22px !important;
    }
    .cnt-dining-footer-box p {
    padding: 0 15px !important;
    font-size: 15px !important;
    
    }
.on_hover_wapper1{min-height: 392px !important;}
.special_desc_cnt {
    font-size: 15px !important;
    padding: 15px 0 15px 0 !important;
    
}
.special_head {font-size: 16px !important;}
.title.has_background, .title.has_fixed_background{height: inherit;}
.cnt-order .section_inner_margin {
    display: flex;
    flex-direction: column;
}
.cnt-special-right{order: 1;}
.cnt-special-left{order: 2}
.container_inner {
    width: 95% !important;
}
.basicBox{
	top: 150px !important;
    left: 50px !important;
}
.cnt-title {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
    position: absolute;
    left: 43px;
    top: 35px;
    z-index: 191;

}
.cnt-des {
    font-size: 16px;
    font-family: 'TheanoDidot-Regular';
    color: rgb( 0, 0, 0 );
    line-height: 1.391;
    text-align: left;
    position: absolute;
    height: 82px;
    width: 320px;
    top: 70px;
    left: 44px;
}
.cnt-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #f1915f;
    background-color: #f1915f;
    position: absolute;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    left: 45px;
    top: 149px;
    padding: 0 2em;
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.box{
  left: 0;
  top: -90px;
}
.cnt-room-desc{font-size: 18px;}
.cnt-room-head {font-size: 30px;}
.box_bg {
    background-color: rgb( 109, 177, 95 );
    opacity: 0.8;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cnt-title_amenities {
    font-size: 24px;
    color: rgb( 242, 242, 242 );
    text-transform: uppercase;
    top: 10px;
    left: 40px;
}
.cnt-des-amenities {
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    line-height: 1.391;
    text-align: left;
    top: 40px;
    left: 40px;
    width: 320px;
}
.cnt-btn-amenities {
    font-size: 18px;
    color: rgb( 255, 255, 255 );
    top: 147px;
    left: 41px;
    border-style: solid;
    padding: 0 2em;
    text-align: center;
    line-height: 43px;
}
.box_bg_dining {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials .testimonial_text_inner p {
    line-height: 1.666666666666667em;
    font-size: 16px;
}
.testimonial_author1 {
    font-size: 26px !important;
    padding-bottom: 30px;
}
.box_bg_club {
    background-color: rgb( 228, 39, 97 );
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0px;
	width: 100%;
    height: 100%;
}
.cnt-title_club {
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    color: rgb( 242, 242, 242 );
    text-transform: uppercase;
    top: 10px;
    left: 40px;
    position: absolute;
}
.cnt-des-club {
    font-size: 15px;
    font-family: 'TheanoDidot-Regular';
    color: rgb( 255, 255, 255 );
    line-height: 1.391;
    text-align: left;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 320px;
}
.cnt-btn-club {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    position: absolute;
    top: 145px;
    left: 39px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    background-color: rgba( 255, 255, 255, 0 );
    padding: 0 2em;
    text-align: center;
    line-height: 39px;
}
.footer_bottom {
    font-size: 6px !important;
}
.basicBox5{
	top: 138px !important;
    left: 40px !important;
}
.basicBox4{
	top: 131px !important;
    left: -76px !important;
}
.basicBox3{
	top: 138px !important;
    left: 40px !important;
}

}

/* Specials page */
.cnt-special-box {
    background-color: #fff;
    box-shadow: 1.5px 2.598px 16px 0px rgba(0, 1, 1, 0.08);
    padding: 30px 50px 30px 50px;
    height: 315px;
}
.cnt-special-right .vc_column-inner, .cnt-special-left .vc_column-inner {
    padding: 0;
}
.special_desc_cnt {
    font-size: 20px;
    color: rgb( 0, 0, 0 );
    line-height: 1.5;
    text-align: left;
    padding: 20px 0 60px 0;
    font-family: 'TheanoDidot-Regular';
}
.special_head {
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
}
.cus-spec-btns {
    background-color: rgb( 255, 255, 255 );
    border: 1px solid #000;
    padding: 15px 35px;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
}

.image_with_text:hover .on_hover_wapper1 {
    display: block;
}
.on_hover_wapper1 {
    display: none;
    width: initial;
    background: #00000096;
    padding: 15px;
    position: absolute;
    overflow: hidden;
    color: #fff;
    top: 0;
    left: 0;
    min-height: 451px;
}
a.bottom_area_book_now_new {
    position: absolute;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #e4e4e4;
    color: #000;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    top: 60%;
    left: 30%;
}
a.bottom_area_book_now_new:hover {
    background-color: #E25041;
    color: #fff;
}
.on_hover_wapper1 p {
   margin-top: 120px;
}
.cnt-background-special {
    background-size: unset !important;

}
/*Dining page*/

.cnt-dining-box {
    background-color: rgb( 255, 255, 255 );
    box-shadow: 1.5px 2.598px 16px 0px rgba(0, 1, 1, 0.19);
    padding: 40px 40px;
    float: left;
}
.dining_img {
    float: left;
    width: 20%;
}

.dining_cnt {
    float: left;
    width: 80%;
}
.cnt-dining-head{
    font-size: 26px;
    font-family: 'Montserrat-Regular';
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
    padding-bottom: 10px;
}
.cnt-dining-para{
    font-size: 20px;
    font-family: 'TheanoDidot-Regular';
    color: rgb( 0, 0, 0 );
    line-height: 1.5;
    text-align: left;
}
.cnt-dining-footer-box {
    /* background: #fff; */
    /* width: 100%; */
    /* float: right; */
    /* margin-right: 0; */
    /* min-height: 440px; */
}
.cnt-dining-footer-box h3 {
    padding: 60px 85px 20px;
    font-size: 26px;
    font-family: 'Montserrat-Regular';
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
}
.cnt-dining-footer-box p {
    padding: 0 85px;
    font-size: 20px;
    font-family: 'TheanoDidot-Regular';
    color: rgb( 0, 0, 0 );
    line-height: 1.5;
    text-align: left;
}
.dining-footer{padding: 100px 0 !important;}
.cnt-dining-book {
    font-size: 1.15rem;
    line-height: 57px;
    text-transform: uppercase;
    text-align: center;
    position: relative; 
    cursor: pointer;
    display: inline-block;
    background-color: #ffffff;
    font-family: 'Montserrat-Regular';
    padding-left: 135px;
    top:20px;
}
.cnt-dining-book svg {
    position: absolute;
    top: 0;
    left: 85px;
}
.cnt-dining-book:hover {
    background-color: transparent;
    color: #f0915e;
}
.cnt-dining-book svg rect {
    fill: none;
    stroke: #000;
    stroke-width: 1;
}
.cnt-dining-book svg rect {
    stroke-dasharray: 400, 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.cnt-dining-book:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 350;
  stroke-dashoffset: 45;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.cnt-dining-book:hover svg rect {
  stroke: #f0915e;
  stroke-width: 3;
}

.slick-image-slide-wrap h2 {
    position: relative;
    bottom: 70px;
    font-size: 26px;
    font-family: 'Montserrat-Regular';
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
}

.ph-booking.sb_ph_booking form.ibe button.phbookingbutton:hover {
    background-color: #E25041;
}
#sfba-form2-button:hover{background-color: #E25041 !important;}
/*a:hover {color: #E25041;}*/
.testimonials .testimonial_text_inner p.testimonial_author {
	font-size: 23px !important;
}

.footer_top .textwidget, .footer_top .textwidget p{
font-family: 'TheanoDidot-Regular';font-size: 20px;font-weight: normal; line-height: 150%;}

.footer_top h5 {
    color: #fff;
    margin: 0 0 0;
    font-size: 20px;
}

input#sfba-form2-email {
    color: #fff !important;
    float: left;
    width: 90%;
    font-family: 'TheanoDidot-Regular';
    font-size: 19px;
}

.footer_top .footer_col2 div#text-10 {
    max-width: 325px;
    margin: auto 0 auto auto;
}


.footer_top .q_social_icon_holder i.simple_social, .footer_top .q_social_icon_holder span.simple_social {
    margin-right: 0 !important;
}


i.qode_icon_font_awesome.fa.fa-facebook.fa-lg.simple_social {
    padding-left: 13px;
    padding-right: 13px;
}


.sfba_subscribe_form__fields {
    position: relative;
}
.sfba_subscribe_form__fields i.fa.fa-envelope {
    float: none;
    margin-top: 20px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffffb8;
}
input#sfba-form2-email {
    padding-left: 27px !important;
}

@media only screen and (max-width: 768px){
    .footer_top .footer_col1 {
    width: 100%;
    display: block;
}


.footer_top .footer_col2 {
    display: block;
    width: 100%;
    text-align: center;
}
.footer_top .footer_col2 div#text-10 {    
        margin: 0 auto !important;
    max-width: 310px !important;
    }
    
    
 .testimonials_holder .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: auto;
        bottom: 0;
}   
    
    
    
}


@media only screen and (max-width: 500px){
    .testimonials_holder .flex-direction-nav {
        position: absolute;
        width: 100%;
        top: auto;
            bottom: 20%;
    }   
}

/*SAfari fixes*/
/*body.safari_browser #HLC_booking_section .wpb_wrapper {
height: 750px;
}

body.safari_browser .ph-booking.sb_ph_booking form.ibe > div > i.fa {
left: 0;
top: 0.8px;
}

body.safari_browser .ph-booking.sb_ph_booking form.ibe {
text-align: left;
font-weight: unset;
padding: 0 10px;
}
body.safari_browser .ph-booking.sb_ph_booking form.ibe > div .wapper-style-overflow > span.number{
    font-size: 37px !important;
    margin-top: -11px !important;
}
body.safari_browser .wpb_single_image .vc_single_image-wrapper.item{
    min-height: 730px;
}
body.safari_browser .common_room_wapper{
    display: block;
    margin: auto;
}
body.safari_browser div.section{
    min-height: 730px;
}
body.safari_browser .wpb_single_image .vc_single_image-wrapper.item{
    min-height: 730px;
}
body.safari_browser .common_room.room_box_bg_club, body.safari_browser .common_room.room_box_bg, body.safari_browser .common_room.room_box_bg, body.safari_browser .common_room.room_box_bg {
margin-top: 150px;
margin-bottom: auto;
}


body.safari_browser .image_overlay_text .image-wapper-box{
    min-height: 484px;
}
*/