/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");

/*==============================FONT FAMILY============================*/

/*font-family: 'DM Serif Display', serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Caveat', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

/*==============================FONT FAMILY============================*/





/*==============================HEADER============================*/

body {
    background-color: #fff;
    font-size: 18px;
	line-height: 1.54;
	color: #595852;
	font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, div, p, span, input, select, button small, li{
	font-family: 'Montserrat', sans-serif; font-size: 18px;
}

body h1, body h2, body h3, body h4, body h5, body h6{
	margin:0 0 10px;
	font-family:  arial; 
	color: #444; 
	font-weight: 600; 
	text-transform: none;
}

 
body h1{
	font-size: 52px;
}

body h2{
	font-size: 2.25em;
	line-height:1em;
}

body .fresh-content h2 {
font-size:2em;
}

body h3{
	font-size: 32px;
}

body h4{
	font-size: 24px;
}

body h5{
	font-size: 16px;
}

body a{
	color:#595852;
}

a:focus, button:focus, input:focus{
	outline:none !important;
}

a, button, input{
	transition: all 0.3s linear !important;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
}


#site-header {
    background: transparent;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}


.header-top {
    background: rgba(255,255,255,.8);
    padding: 6px 0 8px;
}

.header-top .widget.widget_text {
    margin-top: 0;
}

.header-main-nav {
    /*background: rgba(0,145,199,0.7);*/
	background: rgba(255,255,255,1);
}

.header-toggles.hide-no-js {
    display: none;
}

#site-header .container {
    position: relative;
}

.header-main-nav .header-inner.section-inner {
    width: 100%;
    padding: 0;
}

.header-main-nav .header-titles div {
    margin: 0;
    font-size: 13px;
    color: #444;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.header-main-nav .header-titles .site-description {
    margin: 10px 0 0;
    font-size: 14px;
	display:none;
}

.header-titles-inner {
    /*width: 225px;
	  height: 202px;
	*/
    width: 350px;
    height: 280px;
    border: 0px solid #fff;
    padding: 5px;
    position: absolute;
    left: 15px;
}

.header-main-nav .header-titles {
	background: #fff;
	width:100%;
	height:83%;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	margin: 0;
	border-radius:50%;
	padding-top:0px;
}

.header-main-nav .header-titles img {
margin-top:-5px;
}

.header-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}

.header-top ul li {
    margin: 0px;
    line-height: normal;
}

body:not(.overlay-header) .primary-menu > li > ul::after {
    display: none;
}

.header-top ul li::after {
    content: "|";
    font-size: 14px;
    float: right;
    margin: 2px 0 0;
}

.header-top ul li a {
    text-decoration: none;
    color: #444;
    line-height: 1;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
    padding: 0 6px;
}


.header-top ul li:first-child a {
    padding-left: 0;
}


.header-top ul li a:hover {
    color:#777;
}

.header-top ul li:last-child::after {
    display: none;
}

.header-top ul li:last-child a {
    padding-right: 0;
}

#site-header .container nav ul li a {
    color: rgba(0,145,199,1);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
    
}


#site-header .container nav ul li.current-menu-ancestor.current-menu-parent a, 
#site-header .container nav ul li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a{
	color: #111; opacity: .8;
}

#site-header .container nav ul li a:hover, #site-header .container nav ul li.current-menu-item a{
	color: #111 !important; opacity: .8;
}

#site-header .container nav ul li.menu-item-has-children ul li a{
	color: rgba(0,145,199,1) !important; opacity: 1;
}

#site-header .container nav ul li.menu-item-has-children ul li.current-menu-item a, 
#site-header .container nav ul li.menu-item-has-children ul li a:hover {
	color: #111 !important; opacity: 1 !important;
}

#site-header .container nav ul li.current-menu-ancestor.current-menu-parent .icon::before, 
#site-header .container nav ul li.current-menu-ancestor.current-menu-parent .icon::after {
    color: rgba(0,145,199,1); opacity: .8;
}

.primary-menu .icon::before, .primary-menu .icon::after {
    color: rgba(0,145,199,1);
}

.check-rates-link a {
    padding: 18px 30px;
    background: rgba(0,145,199,0.7);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

body:not(.overlay-header) .primary-menu ul {
	/*background-color: rgba(0,145,199,0.7);*/
	background-color: rgba(255,255,255,1);
	top: calc(100% + 0px);
	border-radius: 0;	
	width: 25.5rem;
}


.primary-menu li.menu-item-has-children:hover > ul, 
.primary-menu li.menu-item-has-children:focus > ul, 
.primary-menu li.menu-item-has-children.focus > ul {
    right: auto;
	left: 0;
}


#site-header .container nav ul li {
    margin-left: 40px;
}


#site-header .container nav ul li .sub-menu li {
    margin-left: 0;
}


#site-header .container nav ul li:first-child {
    margin-left: 0;
}



#site-header .container nav ul li .sub-menu li a {
    padding: 8px 10px;
}

body:not(.overlay-header) .primary-menu ul::before {
    display: none;
}


.header-navigation-wrapper ul.sub-menu li span.icon {
    transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    top: calc(50% - 0.8rem);
}


.primary-menu ul li.menu-item-has-children:hover > ul, 
.primary-menu ul li.menu-item-has-children:focus > ul, 
.primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + -40rem);
    top: 0;
}


.header-navigation-wrapper ul.sub-menu:last-child::after {
    display: none;
}


.check-rates-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.check-rates-link a.accessibility-link {
    display: inline-block;
    padding: 12px 15px 0;
    margin-left: 10px;
}


.check-rates-link a.accessibility-link img {
    width: 32px;
}


#site-header .container nav ul li span.icon {
    display: none;
}


#site-header .container nav ul li .sub-menu span.icon {
    display: block;
}


.primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
}



.toggle.search-toggle.mobile-search-toggle, 
.toggle.nav-toggle.mobile-nav-toggle .toggle-text {
    display: none;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-icon {
    background: url("images/hamburger-n.png") no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 30px; 
	margin-top: 23px;
}

.toggle.nav-toggle.mobile-nav-toggle .toggle-icon svg, 
.toggle.search-toggle.mobile-search-toggle {
    display: none;
}

.toggle.search-toggle.mobile-search-toggle svg {
    color: #9d9d9d;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
    padding-top: 0;
}



.menu-modal {
    z-index: 9999;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li a {
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	font-size: 14px;
    text-decoration: none;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:hover, 
.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:focus {
    color: #444;
    background-color: #fff;
}

.menu-modal-inner {
    background: rgba(0,145,199,1);
}

.menu-modal .mobile-menu {
    margin-top: 15px;
}

.menu-modal .menu-modal-inner button.sub-menu-toggle {
    border-left: 0.1rem solid rgba(255,255,255,0.2);
}

.toggle.sub-menu-toggle.fill-children-current-color {
    color: #fff;
}

.menu-modal .modal-menu li {
    border-color: rgba(255,255,255,0.2);
}


.menu-wrapper.section-inner {
    width: 100%;
}

.menu-modal button.close-nav-toggle {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 2.1rem 1.5rem;
	color: #fff;
}







@media ( max-width: 1000px ) {
	

	.header-titles-inner {
		width: 100%;
		height: auto;
		top: -45px;
		left: 20px;
		right: 0;
		margin: 0 auto;
		max-width: 220px;
	}
	
	.header-top {
		margin-bottom: 50px;
	}
	
	.header-main-nav .header-titles {
		height: auto;
		padding: 0 5px 4px;
	}
	
	.header-titles-inner .site-logo img {
		max-height: 14rem;
	}

	.header-top ul li a {
		font-size: 12px;
		padding: 0 4px;
	}
	
	
	.check-rates-link a.accessibility-link {
		margin-left: 5px;
		padding: 12px 15px;
	}
	

	.header-top ul li::after {
		font-size: 11px;
		margin: 7px 0 0;
	}

	.header-main-nav .header-titles .site-description {
		margin: 5px 0 0;
		display: none;
		line-height: 13px;
		font-size: 11px;
		font-weight: 600;
	}

	.header-main-nav {
		min-height: 45px;
	}

	.check-rates-link {
		position: absolute;
		top: 0;
		left: 16px;
	}

	.nav-toggle {
		right: 5px;
	}
	
    .check-rates-link a {
		padding: 14px 13px;
		font-size: 12px;
	}
	
	.check-rates-link a.accessibility-link img {
		width: 22px;
	}
	
	
	.container {
		padding: 0 20px !important;
	}
	
	
	.our-property-inner {
		padding: 0 20px;
	}
	
	
	.header-top ul {
		justify-content: unset;
		-webkit-justify-content: unset;
		-moz-justify-content: unset;
		-ms-justify-content: unset;
	}
	
	
	.header-top .widget.widget_text {
		width: 100%;
		max-width: 234px;
	}
	
	
	.header-top .check-rates-link a.check-link {
		padding: 8px 7px;
		font-size: 11px;
		width: 100%;
		line-height: normal;
	}
	
	
	
	.header-main-nav .check-rates-link .check-link {
		display: none;
	}
	
	
	.header-top .container {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}
	
	
	.header-top .check-rates-link {
		position: static;
		margin-top: 3px;
	}
	
	
	

}/*====media close====*/





@media only screen and (min-width:767px) and (max-width:1000px){
	
	.header-top .widget.widget_text {
		max-width: 500px;
	}	

	.header-top ul li::after {
		font-size: 13px;
		margin: 4px 0 0;
	}

	.header-top ul li a {
		font-size: 14px;
		padding: 0 8px;
	}
	
}/*====media close====*/





/*

@media only screen and (min-width:480px) and (max-width:1000px){

	.header-top ul li a {
		font-size: 13px;
		padding: 0 6px;
	}	

	.header-top ul li::after {
		font-size: 12px;
		margin: 5px 0 0;
	}	
	
	
	.header-titles-inner {
		top: -37px;
	}
	
	
	.header-titles-inner .site-logo img {
		max-height: 11rem;
	}
	
	
}*/

/*====media close====*/








@media only screen and (min-width:1000px) and (max-width:1200px){
	

	.header-titles-inner {
		width: auto;
		height: auto;
	}
	
	.header-titles-inner .site-logo img {
		max-height: 13rem !important;
		padding: 4px 5px;
	}

	.header-main-nav .header-titles .site-description {
		padding: 0 5px; margin-top: 14px; font-size: 11px;
	}

	#site-header .container nav ul li a, .check-rates-link a {
		font-size: 14px;
	}

	#site-header .header-titles-wrapper {
		margin-right: 20rem;
	}
	
	.header-titles-inner {
		margin-top: 0px !important;
	}
	
	#site-header .container nav ul li {
		margin-left: 30px;
	}

	
}/*====media close====*/


@media ( min-width: 1000px ) {
	
	.header-titles-wrapper {
		margin-right: 24rem;
	}
	
	.header-titles-inner .site-logo img {
		max-height: 22rem;
	}
	
	.header-titles-inner {
		margin-top: 0;
		top: -38px;
	}
	
	.header-titles-inner {
		left: 40px;
	}
	
	
	.header-top .check-rates-link {
		display: none;
	}
	
	
}/*====media close====*/


@media only screen and (min-width:1000px) and (max-width:1000px){
	
	.header-titles-inner {
		margin-top: 0px !important;
	}
	
	.check-rates-link {
		position: static;
		top: 0;
		right: 0;
	}
	
	
	.check-rates-link a {
		padding: 16px 30px;
	}
	
	.check-rates-link a.accessibility-link img {
		width: 26px;
	}
	
	.container {
		padding: 0 40px !important;
	}
	
	
	.header-top .container {
		display: inline-block !important;
	}
	
	.header-top .widget.widget_text {
		max-width: 100%;
	}
	
	.header-top ul {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}
	
	.header-titles-inner {
		right: auto;
	}
	
	.header-top {
		margin-bottom: 0;
	}
	
	.header-main-nav .check-rates-link .check-link {
		display: block;
	}
	
	
}/*====media close====*/



@media only screen and (min-width:1200px){
	
	ul.primary-menu {
		padding-left: 60px;
	}	
	
}/*=====media close=====*/




@media only screen and (min-width:1200px) and (max-width:1439px){
	
	.header-titles-inner .site-logo img {
		max-height: 18rem !important;
	}

	.header-titles-inner {
		width: 300px;
		height: 233px;
	}
	
	
}/*=====media close=====*/





/*==============================HEADER============================*/




/*==============================SLIDER============================*/


.fluid-slider {
    position: relative;
    overflow: hidden;
	margin-top: 0px;
}

.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    padding: 0;
    width: 100%;
    max-width: 745px;
    margin: 0 auto;
	padding-left: 25px;
}

.fluid-slider .metaslider ul li.flex-nav-prev a {
    background: url("images/testimonial-arrow-prev.png") no-repeat 0 0;
    width: 23px;
    height: 47px;
    background-size: 100%;
	left: 50px !important;
    opacity: 1 !important;
	z-index: 10;
	top: 50%;
}

.fluid-slider .metaslider ul li.flex-nav-next a {
    background:url("images/testimonial-arrow-next.png") no-repeat 0 0;
	width: 23px;
    height: 47px;
    background-size: 100%;
	right: 50px !important;
    opacity: 1 !important;
	z-index: 10;
	top: 50%;
}


.fluid-slider .metaslider .flex-control-nav {
    bottom: 90px;
}

.fluid-slider .metaslider .flex-control-nav li a {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(255,255,255,.6);
}

.fluid-slider .metaslider .flex-control-nav li a.flex-active {
    border: 1px solid rgba(0,145,199,1);
    background: rgba(0,145,199,1);
}


.slider-caption .slider-date-picker {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
}

.fluid-slider .metaslider .flexslider {
    margin: 0;
}


.bb_resbox {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
    display: table;
    font-size: 14px !important;
    text-align: center;
}

p.bbres_fieldset.bbres_fieldset3, 
p.bbres_fieldset.bbres_fieldset4 {
	width: 215px;
	color: rgb(255, 255, 255);
	font-size: 17px;
	display: inline-block;
	position: relative;
	float: none;
}

p.bbres_fieldset.bbres_fieldset10.bb_btn {
	width: 260px;
	color: rgb(255, 255, 255);
	font-size: 17px;
	display: inline-block;
	position: relative;
	float: none;
}

.bbres_fieldset.bbres_fieldset4 input {
    text-align: center;
}


.fixed input#bb_resBtn {
    background: #1d1c60 !important;
    border: 1px solid #1d1c60 !important;
    color: #FFF !important;
    font-weight: 700;
    transition: none;
	padding: 3px 13px 0 !important;
	text-transform: uppercase;
}

.bb_resbox label {
    text-align: left;
    line-height: normal;
    clear: both;
    margin-bottom: 7px;
    width: 100%;
    display: block;
}

p.bbres_fieldset input {
    width: 100% !important;
    padding: 20px 10px !important;
    height: auto;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: none !important;
    font-size: 18px;
	cursor: pointer;
}

.slider-caption form label.cilabel {
    display: none;
}

.bb_resbox button.ui-datepicker-trigger {
	position: absolute;
	top: 37.5%;
	z-index: 1;
	right: 3% !important;
	background-position: 1px 1px !important;
	padding: 6px 12px;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: #555 !important;
	text-align: center !important;
}

.bbres_fieldset.bbres_fieldset3 .ui-datepicker-trigger{
	background:url("https://southbeachinn.com/wp-content/uploads/2021/03/cal-arrow.png") no-repeat scroll 0 0;
}

button.ui-datepicker-trigger {
   /* background: rgba(0, 0, 0, 0) url("images/calendar.png") no-repeat scroll 0 0; */
    border: medium none;
    float: left;
    height: 21px;
    width: 35px; 
	background: transparent;
}

.btn-primary:focus {
	background:#1d1c60;
	border:1px solid #1d1c60 !important;
	color: #fff;
}

.bb_resbox p{
	margin: 0px;
	line-height: normal;
	vertical-align: bottom;
	font-size:17px;
}

.bb_resbox label {
    font-weight: normal;
}

.bb_resbox select {
	line-height: normal;
	padding: 7px 0px 7px 7px;
}

.bb_resbox  input[type="text"] {
   padding: 9px 0px 9px 7px;
}

.bbres_fieldset.bbres_fieldset10.bb_btn {
    left: 14px;
}

input#bb_resBtn {
    padding: 20px 20px !important;
    background: rgba(0,145,199,1) !important;
    border: 1px solid rgba(0,145,199,1) !important;
    margin: 0 !important;
    font-size: 15px !important;
    height: auto !important;
    font-size: 18px !important;
    color: #fff !important;
	text-align: center;
}

input#bb_resBtn:hover {
	background:rgba(0,145,199,0.7) !important;
	border:1px solid rgba(0,145,199,0.7) !important; text-decoration:none;
}

.ui-datepicker .ui-datepicker-header {
    background:rgba(0,145,199,1) !important;
}

.bbres_fieldset.bbres_fieldset4 {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.ui-datepicker 	{
    z-index: 999;
}

.ui-datepicker td a.ui-state-active, 
.ui-datepicker td a.ui-state-hover {
	background:rgba(0,145,199,1) !important;
	border:1px solid rgba(0,145,199,1) !important;
}

.ui-datepicker td a:hover {
	border:none !important;
}

.contactadd {
    border:1px solid #1d1c60 !important;
}


/** Calendar CSS**/


.ui-datepicker {
	border: none;
	font-size: 12px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	width: auto;
	z-index: 999 !important;
	background: #fff;
	font-size: 12px;
	padding: 12px;
	display: none;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker td a {
	text-decoration: none;
	color: #757575;
}

.ui-datepicker-header {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #000;
}

.ui-datepicker .ui-datepicker-title select {
	background: #fff;
	border: none;
	padding: 4px;
	color: #333;
	height: 28px;
	margin: 3px;
	width: 70px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.ui-datepicker th {
	background: #fff;
	color: #000;
}

.ui-datepicker.ui-widget-content td span,
.ui-datepicker.ui-widget-content td a {
	background: #fff;
	border: none;
	text-align: center;
	height: 38px;
	width: 39px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 38px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.ui-datepicker td {
    border: 1px solid #e4e7e7;
}

.ui-datepicker.ui-widget-content td:hover span,
.ui-datepicker.ui-widget-content td:hover a {
	background: #eee;
}

.ui-datepicker.ui-widget-content td .ui-state-highlight,
.ui-datepicker.ui-widget-content td:hover .ui-state-highlight,
.ui-datepicker.ui-widget-content td a.ui-state-active {
	border: 1px solid #ddd;
	background: #f5f5f5;
	color: #7d7d7d;
	border-radius: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.ui-datepicker.ui-widget-content td a.ui-state-active {
	border: 1px solid #ddd;
	background: #FFEDED;
	color: #fff;
	border-radius: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.ui-datepicker.ui-widget-content td a.ui-state-default:hover, .ui-datepicker.ui-widget-content td a.ui-state-active:hover {
	background: #FFEDED;
	color: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 28px;
	height: 28px;
	top: 8px;
	color: #fff;
	display: inline-block;
	position: absolute;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 15px;
}

.ui-datepicker .ui-datepicker-next {
	right: 15px;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
	background: none;
	position: relative;
	height: 28px;
	width: 28px;
	left: 0;
	top: 5px;
	margin: 0;
	color: transparent;
	color: none;
	font-family: 'Open Sans', sans-serif;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:before,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 2px;
	height: 11px;
	left: 15px;
	top: 12px;
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg);
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after {
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	left: 15px;
	top: 6px;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:before,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 2px;
	height: 11px;
	left: 12px;
	top: 12px;
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after {
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg);
	left: 12px;
	top: 6px;
}

.ui-datepicker .ui-widget-header a.ui-datepicker-prev:hover,
.ui-datepicker .ui-widget-header a.ui-datepicker-next:hover {
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 21px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.ui-datepicker .ui-datepicker-titleP {
	padding: 3px;
}

.ui-datepicker th {
	padding: 0.8em .3em;
	font-weight: 100;
}

.ui-button-text {
	color: transparent;
	color: none;
}

.ui-datepicker-calendar th span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #757575;
    text-align: center;
    display: block;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .25;
}


/** END Calendar CSS**/






.fluid-slider .thanksgiving-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    width: 90%;
    max-width: 700px;
}




.thanksgiving-caption h2 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 80px;
    text-shadow: 0 4px 4px rgba(0,0,0,0.5);
}





.fluid-slider .thanksgiving-caption p {
    text-align: center;
    margin: 0;
    font-size: 20px;
    text-shadow: 0 3px 3px rgba(0,0,0,0.5);
    font-weight: 700;
}






@media (max-width: 991px) {
	input#bb_resBtn {
		background-color: transparent!important;
		border:1px solid #fff!important;
		color: #fff!important;
	}
	
	input#bb_resBtn:hover, 
	input#bb_resBtn:focus {
		background-color: transparent!important;
		border:1px solid #fff!important;
		color: #fff!important;
	}
	
}/*====media close====*/









/*==============================SLIDER============================*/




/*==============================HOME============================*/



main {
    min-height: 650px;
	background: #fff;
    /* background-image: url("images/pattern.png"); */
    background-position: 0 0;
    background-repeat: repeat;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
	padding: 50px 0 120px;
	text-shadow: 1px 1px #fff;
}



.home .block.block2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}



.title {
    text-align: center;
    margin-bottom: 50px;
}

.title h1 {
    text-transform: none;
    margin-bottom: 10px;
}

.title strong {
    font-size: 24px;
    color: #595852;
    font-weight: 600;
    display: block;
    margin: 12px 0 30px;
	text-align: center;
}

.title p {
    font-size: 20px;
    text-align: left;
    line-height: 1.54;
}


.home-container .suites-right-section h2, .our-property-container .suites-right-section h2, body h2 {
    text-transform: uppercase;
    font-family: arial;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}


.suites-section .suites-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 40px 0;
	padding:40px 0;
}


.suites-list .suites-left-section {
    border: none;
    padding: 0px;
    position: relative;
    width: 58%;
    /* box-shadow:0 0 20px rgba(0,0,0,.1); */
    border-radius: 0px;
}

.suites-left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}


.suites-list .suites-right-section {
    width: 39%;
    padding-top: 5px;
}

.suites-list .suites-right-section p {
    font-size: 1em;
    line-height: 1.54;
}


.suites-section .suites-list:nth-child(2n) .suites-left-section {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
}

.blue-btn {
    margin-top: 50px;
}

.blue-btn a {
    background: rgba(0,145,199,1);
    color: #fff;
    padding: 13px 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: normal;
    border-radius: 3px;
    border:1px solid #fff;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.2);
	text-shadow:1px 1px rgba(0,0,0,.3);
}


.page-template-tpl-our-property #site-content {
	padding-top: 0;
}




.blue-btn a:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}

.single-link a {
    font-size: 20px;
}

.suites-left-section.suites-2-section {
	border: none;
    padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 50%;
}

.suites-2-section .suites-2-img {
    width: 48%;
    position: relative;
	border: 1px solid #666;
}

.suites-right-section.suites-2-section {
    width: 47%;
}


/* 
.suites-2-section .suites-2-img::after {
    border: 2px solid rgba(255,255,255,.2);
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
        border-radius: 5px;
    box-shadow:inset 0 0 5px rgba(0,0,0,.3)
}
 */


.testimonial-outer {
    background-color: rgba(0,145,199,0.7);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    padding: 0px;
    border-radius: 0px;
    box-shadow:inset 0 0 4px rgba(0,0,0,.2);
    margin:140px 0 210px 0;    
}

.testimonial-section {
    padding: 45px 0px;
}

.testimonial-section #testimonial-slider {
    padding: 0 100px;
}

.testimonial-section .title {
    margin-bottom: 30px;
}

.testimonial-section .title h2 {
    color: #fff;
    opacity: .9;
	text-shadow:1px 1px rgba(0,0,0,.3);    
}

.testimonial-section .testimonial {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;	text-shadow:1px 1px rgba(0,0,0,.3);
}


.testimonial .testimonial-left {
    width: 49%;
}

.testimonial .testimonial-left img{
    width: 100%;
    border-radius:0px;
    border:1px solid rgba(255,255,255,.3);
    box-shadow:0 0 12px rgba(0,0,0,.2);
}


.testimonial .testimonial-right {
    width: 47%; padding-top: 30px;
}

.testimonial .testimonial-right h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.testimonial .testimonial-right p {
    color: #fff;
    font-size: 20px;
    line-height: 1.54;
}

.testimonial .testimonial-right a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: normal;
}

/* 
.single-link a::after {
    content: ">";
    position: relative;
    left: 6px;
    top: 2px;
}
 */

.testimonial-outer .swiper-pagination.swiper-pagination-clickable {
    display: none;
}

.testimonial-outer .testimonial-section .swiper-button-next {
    right: 30px;
}

.testimonial-outer .testimonial-section .swiper-button-prev {
    left: 30px;
}

.testimonial-outer .testimonial-section .swiper-button-next::after {
	background:url("images/testimonial-arrow-next.png") no-repeat 0 0;
	width: 20px;
	height: 40px;
	background-size: 100%;
	font-size: 0;
}

.testimonial-outer .testimonial-section .swiper-button-prev::after {
	background:url("images/testimonial-arrow-prev.png") no-repeat 0 0;
	width: 20px;
	height: 40px;
	background-size: 100%;
	font-size: 0;
}


.newsletter-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin: 30px 0 50px;
}

.newsletter-section .newsletter-left {
    width: 47%;
    text-align: right;
	padding-top: 30px;
}

#site-footer .footer-inner .newsletter-section .newsletter-left h2 {
    margin-bottom: 10px;
    font-size: 39px;
	font-family: 'DM Serif Display', serif !important;
	text-transform:none;
}

.newsletter-section .newsletter-left label {
    font-size: 0;
    margin: 0;
}

.newsletter-section .newsletter-left .emaillist form {
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin: 20px 0 0;
    max-width: 380px;
    float: right;
	border: 1px solid rgba(0,0,0,0.1);
}


.newsletter-section .newsletter-left .emaillist label input {
    color: #111;
    height: 50px;
    line-height: 27px;
    background: #fff;
    font-size: 18px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.newsletter-section .newsletter-left .emaillist input[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    background: rgba(0,145,199,1);
    text-transform: uppercase;
	border: none;
}

.newsletter-section .newsletter-left .emaillist input[type="submit"]:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}


.newsletter-section .newsletter-left .emaillist .es-field-wrap {
    margin: 0;
    width: 100%;
}




.newsletter-section .newsletter-right {
	width: 49%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.newsletter-section .newsletter-right .newsletter-img {
    width: 48%;
    position: relative;
}

.newsletter-section .newsletter-right .newsletter-img img {
	border-radius: 3px;
	box-shadow:inset 0 0 4px rgba(0,0,0,.4);
	border:1px solid #fff;
}

/* 
.newsletter-section .newsletter-right .newsletter-img::after {
    border: 2px solid rgba(255,255,255,.2);
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
        border-radius: 2px;
    box-shadow:inset 0 0 5px rgba(0,0,0,.3)
}
 */

.home .fluid-slider.default-banner {
    display: none;
}




.fluid-width-block .block{
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}



.fluid-width-block .block1 .fluid-image-block-caption {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 40px;
    z-index: 2;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}



.fluid-width-block .block2 .fluid-image-block-caption {
    position: absolute;
    text-align: center;
    top: 80px;
    padding: 0 40px;
    z-index: 2;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    left: 0;
    right: 0;
}



.fluid-width-block .block.block1 {
    background-size: cover;
    width: 100%;
    height: 700px;
    background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom:0;
	box-shadow:inset 0 0 40px rgba(0,0,0,.95);
}




.fluid-width-block .block .fluid-image-block-caption h2 {
    font-size: 3.3em;
    text-shadow: none;
    color: #fff;
	font-family: 'DM Serif Display', serif; 
	text-transform:none;
	text-shadow:0px 0px 20px rgba(0,0,0,.2);
}

.fluid-width-block .block .fluid-image-block-caption h2.pet {

}

/*
.fluid-width-block .block::after {
    content: "";
    display: block;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/


.fluid-width-block .blue-btn {
    position: absolute;
    bottom: 100px;
    z-index: 4;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}



.fluid-width-block .block:last-child {
    margin: 80px 0;
    padding-bottom: 0;
}



.our-property-container .fluid-width-block .block.block1 {
    margin: 0;
}


.our-property-container .fluid-width-block .block.block2 {
    margin-bottom: 40px;
}


.fluid-width-block img {
    width: 100%;
}



.home .home-container .container {
    max-width: 100%;
    padding: 0;
}


.home .suites-section .suites-list, .our-property-container .suites-section .suites-list {
    margin: 0px;
    padding: 0;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.home #site-content {
    padding: 0;
}




.beachy-fluid {
    background-size: cover;
    width: 100%;
    padding: 20vh 0;
    margin-top: 00px;
    background-repeat: no-repeat;
    box-shadow:inset 0 0 80px rgba(0,0,0,.5);
	background-attachment: fixed;
}


.beachy-fluid .beachy-content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 20px 70px;
    text-align: center;
}


.beachy-fluid .beachy-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.beachy-fluid .beachy-content ul li {
    margin: 0 0 16px;
    color: #fff;
    text-shadow: none;
    font-size: 23px;
}


.beachy-fluid .beachy-content ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
}


.beachy-fluid .beachy-content ul li i {
    margin-right: 10px;
}



.beachy-fluid .beachy-content .blue-btn {
    max-width: 346px;
    margin: 50px auto 0;
    width: 100%;
}



.beachy-fluid .beachy-content a.booknow-btn {
    background: #fff;
    color: #444;
}


.beachy-fluid .beachy-content a.booknow-btn:hover {
    background: rgba(0,145,199,1);
    color: #fff;
}


.beachy-fluid .beachy-content a.accessibility-btn {
    background: rgba(0,0,0,0.7) url("images/ada-room-new.png") no-repeat 95% center;
    background-size: 25px;
    margin-top: 10px; 
}


.beachy-fluid .beachy-content a.accessibility-btn:hover {
    background: rgba(0,145,199,1) url("images/ada-room-new.png") no-repeat 95% center;
    background-size: 25px;
    margin-top: 10px; 
}



.beachy-fluid .beachy-content .blue-btn a {
	border-radius: 0;
	border: none;
	text-shadow: none;
	width: 100%;
}




.character-image {
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
}


.fluid-width-block .character-image {
    max-width: 22%;
    padding: 95px 0 25px;
}


.character-image img {
    width: 100%;
}


.character-image.fluid-character-image {
    max-width: 35%;
    padding: 80px 0 84px;
}


.suites-section .suites-list:nth-child(2n) .description-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.suites-section .suites-list:nth-child(2n) .description-wrapper .character-image {
    max-width: 100%;
    width: 40%;
    padding-left: 21px;
}


.suites-section .suites-list:nth-child(2n) .description-wrapper p {
    width: 60%;
}


.our-property-container .suites-section .suites-list:nth-child(2n) .description-wrapper p {
    width: auto;
}


.our-property-container .suites-section .suites-list:nth-child(2n) .description-wrapper .description-wrapper-content {
    width: 60%;
}



/*==============================HOME============================*/




/*==============================ABOUT============================*/


.page-template-tpl-about .fluid-slider.default-banner {
    display: none;
}


/*==============================ABOUT============================*/





/*==============================SPECIAL============================*/


.aPageInner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding:0;
}


.upper-heading {
    margin-bottom: 40px;
}


.aPage-list {
    width: 31.29%;
    border: 1px solid #dcdcdc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin: 0 3% 3% 0;
}


.aPage-list:hover {
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.5);
}


.aPage-list:nth-child(3n) {
    margin-right: 0;
}


.aPage-list .aPageImg img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}


.aPage-list h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 0 15px;
    margin: 15px 0;
}

.aPage-list p {
    padding: 0 15px;
}


.aPage-list .view-website {
    padding: 0 15px;
    margin-bottom: 20px;
    display: block;
}


.aPage-list .view-website a {
    color: #444;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    padding-left: 7px;
}


.aDesc.location i {
    color: rgba(0,145,199,0.7);
    font-size: 16px;
    margin: 0 10px 5px 0;
}


.aPage-list .view-website a:hover {
    color: rgba(0,145,199,0.7);
}

.aPage-list .view-website i {
    font-size: 16px; color:rgba(0,145,199,0.7);
}




.container-eco-adventures .upper-heading {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.container-eco-adventures .upper-heading h1 {
    text-transform: uppercase;
    margin: 0;
}



.container-eco-adventures .upper-heading .character-image {
    max-width: 250px;
    margin: 0;
    padding-left: 20px;
}



/*==============================SPECIAL============================*/






/*==============================FOOTER============================*/

.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
}

.subscribtion-popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 560px;
    background: #fff;
    z-index: 99999;
    padding: 40px;
    border-radius: 0px;
	box-shadow: 0 0 40px rgba(0,0,0,.75);
}


.subscribtion-popup-wrapper .subscribtion-popup-wrapper {
box-shadow:none;
}

.subscribtion-popup-wrapper .subscribtion-popup-wrapper {
    position: static;
    transform: none;
    max-width: 100%;
    padding: 0;
    width: 100%;
    border-radius: 0;
}


.subscribtion-popup-wrapper .close-popup {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url("images/close-btn.png") no-repeat 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #000;
    z-index: 999999;
    text-align: center;
    font-weight: 700;
    font-size: 0;
    background-size: 100%;
    cursor: pointer;
}


.subscribtion-popup-wrapper form .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px !important;
}



.subscribtion-popup-wrapper form .wpcf7-response-output {
    margin: 0;
    font-size: 11px;
    padding: 6px 5px;
}


.subscribtion-popup-wrapper h2 {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px !important;
    padding-bottom:20px;
    border-bottom: 1px solid rgba(0,145,199,1);
}

.subscribtion-popup-wrapper .widget-content {
    text-align: center;
    font-size: 18px;
}

.subscribtion-popup-wrapper .widget-content p {
    margin: 0 0 4px;
    font-size: 17px;
}


.subscribtion-popup-wrapper .widget-content strong {
    color: #111;
}


.subscribtion-popup-wrapper .emaillist input[type="submit"]{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	background: rgba(0,145,199,1);
	text-transform: uppercase;
	border: none; color:#fff; width: 100%;
}


.subscribtion-popup-wrapper .emaillist input[type="submit"]:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}


.subscribtion-popup-wrapper .emaillist label {
    font-size: 0;
}

.subscribtion-popup-wrapper .emaillist label input {
    border: 1px solid rgba(0,0,0,0.1);
    color: #111 !important;
    margin-bottom: 13px;
	font-size: 18px; padding: 13px;
}

.subscribtion-popup-wrapper  .emaillist {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
}


#site-footer {
    background: rgba(0,145,199,1);
    color: #fff;
    text-align: center;
    padding: 40px 0px 0;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}


.footer-items.footer-logo .widget-content {
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
    margin: -158px auto 0;
    z-index: 1111;
    max-width: 320px;
}


.footer-items.footer-logo {
    margin-bottom: 0;
}


.footer-items.footer-logo .widget-content .textwidget {
	width: 100%;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	margin: 0;
	padding:0;
	background: #fff;
	border-radius: 50%;
	padding: 1px 6px 0px;
}

.footer-items.footer-logo .widget-content .textwidget p {
    margin: 0px 0 0;
    font-size: 13px !important;
    color: #444;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.footer-items.footer-logo .widget-content .textwidget p a{
    font-size: 13px !important;
    color: #444;
    font-family: 'Open Sans', sans-serif;
	text-decoration:none !important;
}

.footer-items.footer-logo .widget-content .textwidget br {
    display: none !important;
}


.footer-items.footer-logo img {
    margin-bottom: 3px;
    max-width: 100%;
    width: 100%;
    padding-bottom: 4px;
}

.footer-items.footer-logo br {
    display: block !important;
}

.footer-items.footer-logo p {
    margin: 0;
}

.footer-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-items {
    margin-bottom: 35px;
}


.home .footer-items.footer-address {
    display: none;
}


.footer-inner ul li, .footer-inner ul li a {
    color: #fff;
    font-size: 20px;
}

.footer-inner ul li {
    margin: 10px 0 0;
}

.footer-items.footer-social-icon ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.footer-items.footer-address ul li i {
    margin-right: 10px;
}

.footer-items.footer-social-icon ul li {
    margin: 0 6px 0;
}

.footer-items.footer-social-icon ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    line-height: 40px;
    color: #111;
    border: 1px solid #fff;
}

.footer-items.footer-social-icon ul li a:hover {
    background:transparent;
    color: #fff;
}


.footer-items.footer-links ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.footer-items.footer-links ul li .sub-menu {
    display: none;
}

.footer-items.footer-links ul li {
    margin: 0 15px;
}

.to-the-top, .footer-credits .powered-by-wordpress, #site-footer .section-inner {
    display: none;
}

#site-footer .footer-credits {
    justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
    width: 100%;
}

#site-footer .footer-bottom p, #site-footer .footer-bottom p a {
    font-weight: 400;
    width: auto;
    text-align: center;
    color: #595852;
    text-decoration: none;
    font-size: 15px !important;
}


#site-footer .footer-bottom p a:hover {
    text-decoration: underline;
}

.footer-bottom {
    background: #fff;
    background-image: url("images/pattern.png");
    background-position: 0 0;
    background-repeat: repeat;
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

.footer-bottom .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.footer-bottom .container p {
    margin: 0 15px;
}



.footer-items .newsletter-section .newsletter-left {
    text-align: center;
    padding-top: 0;
    margin: 0 auto;
}


.footer-items .newsletter-section .newsletter-left .emaillist form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
}


.footer-items .newsletter-section .newsletter-left .emaillist form {
    margin: 20px auto 0;
    float: none;
    border: none;
    position: relative;
}


.footer-items .newsletter-section .newsletter-left .emaillist form .wpcf7-response-output {
    position: absolute;
    top: 63px;
    font-size: 12px;
    left: 0;
    right: 0;
    line-height: normal;
    padding: 7px 0;
}


.footer-items .newsletter-section .newsletter-left .emaillist input[type="submit"]:focus {
    text-decoration: none;
}


.footer-items .newsletter-section .newsletter-left .emaillist form .ajax-loader {
    position: absolute;
    top: 10px;
}


.footer-items .newsletter-section .newsletter-left h2 {
    color: #fff;
}


.footer-items .newsletter-section .newsletter-left .emaillist input[type="submit"] {
    background-color: rgba(0,0,0,0.7) !important;
}





/*==============================FOOTER============================*/



/*==============================GALLERY============================*/


.page-template-default .entry-header {
    display: block;
    padding: 0 0 20px;
    text-align: left;
}


.page-template-default article {
    margin-bottom: 50px !important;
}


.page-template-default .entry-header .section-inner {
    max-width: 100%;
    width: 100%;
}


.page-template-default article {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.page-template-default article .post-inner {
    padding: 0;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100% !important;
    width: 100% !important;
}


body.page-template-default h1, 
body.page-template-default h2, 
body.page-template-default h3, 
body.page-template-default h4{
	margin: 0 0 10px !important;
}

.fluid-slider.default-banner img {
    width: 100%;
}

.default-banner-title {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 15px;
}

.default-banner-title h1 {
    color: #fff;
}

.inner-title {
    text-align: center;
}

.inner-title h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

.inner-title h2::before {
    content: "";
    width: 8px;
    height: 8px;
    background: rgba(0,145,199,1);
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index: 1;
}

.inner-title h2::after {
    content: "";
    left: 0;
    background: rgba(0,145,199,1);
    bottom: 0px;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
}


.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}

/*

.page-id-99 .ngg-galleryoverview.default-view {
	display: flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.page-id-99 .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
	width: 23.45%;
	margin: 0 2% 2% 0;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(4n) {
    margin-right: 0;
}

.page-id-99 .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box img {
    width: 100%;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box a {
    margin: 0;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:last-child {
    margin-right: 0 !important;
}


.sl-overlay {
    background: rgba(0,0,0,0.8) !important;
    z-index: 9999 !important;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
    color: #fff !important;
}

.sl-wrapper .sl-counter {
    color: #fff !important;
    z-index: 99999 !important;
}

*/






.gallery-container .title p {
    text-align: center;
}

.gallery-container .suites-outer {
    text-align: center;
    margin-bottom: 0px;
}


.gallery-container .suites-outer h2 {
    margin-bottom: 0;
}




.gallery-container .suites-inner, .suites-inner .suites-big.suites-small .suites-sets {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 100%;
}

.gallery-container .suites-inner .suites-big {
	width: 100%;
}

.gallery-container .suites-inner .suites-big .suites-sets-box{
	position: relative;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px; margin: 15px;
	width: 22%;
    float: left;
}


.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image {
    width: 46.4%;
    float: left;
}


.gallery-container .suites-outer:nth-child(2n) .suites-inner .suites-big .suites-sets-box.suites-big-image {
    height: auto;
}


.gallery-container .suites-inner .suites-big.suites-small {
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.gallery-container .suites-big .suites-sets {
    margin-bottom: 25px;
}


.gallery-container .suites-big .suites-sets:last-child {
    margin-bottom: 0;
}


.gallery-container .suites-inner .suites-big .suites-sets-box img {
    height: 230px; object-fit: cover; width:100%;
}


.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image img {
    height: 509px;
}


.gallery-container .suites-inner .suites-big img, 
.gallery-container .suites-inner .suites-big.suites-small .suites-sets-box img {
    border-radius: 2px; width:100%;
}


.gallery-container .suites-inner .suites-big a {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    transition: all .6s ease .3s;
    -webkit-transition: all .6s ease .3s;
    -moz-transition: all .6s ease .3s;
    -ms-transition: all .6s ease .3s;
    text-decoration: none;
    color: #fff;
    padding: 0;
    border-radius: 2px;
    overflow: hidden;
    opacity: 1;
}


.suites-big a span {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    letter-spacing: 1px;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    border-radius: 2px;
    position: absolute;
    top: 0;
    opacity: 0;
	text-shadow: none;
	font-weight: 600;
}

 
.gallery-container .suites-inner .suites-big a:hover span {
    opacity: 1;
    letter-spacing: normal;
}

.gallery-container .suites-outer:nth-child(2n) .suites-big.suites-small {
    order: 1;
}

.gallery-container .suites-outer:nth-child(2n) .suites-big {
    order: 2;
}

.gallery-container .suites-inner .suites-big .suites-sets-box:nth-child(3), .gallery-container .suites-inner .suites-big .suites-sets-box:nth-child(5) {
    margin-right: 0;
}


.gallery-container .suites-outer:nth-child(2n) .suites-sets-box.suites-big-image {
    float: right;
    margin-right: 42px;
}



#lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1000px !important;
    height: auto;
}

#lightbox .lb-outerContainer {
    width: 100% !important;
}

#lightbox img.lb-image {
    width: 1000px !important;
    height: 667px !important;
    object-fit: cover;
}


.lb-dataContainer .lb-details {
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    padding: 14px 20px;
    line-height: 40px;
    letter-spacing: 1px;
    text-shadow: none;
    color: #fff;
    width: 100% !important;
    left: 0;
}


.lb-dataContainer span {
    color: #fff !important;
    font-size: 16px !important;
    margin-bottom: 9px;
    display: block !important;
    line-height: normal;
}

.lb-dataContainer span.lb-number {
    margin-bottom: 0;
    padding-bottom: 4px;
}

.lb-dataContainer .lb-closeContainer {
    position: absolute;
    top: -36px;
    right: 0;
}









/*==============================GALLERY============================*/





/*==============================CONTACT============================*/

.contact-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.contact-section .contact-left {
    width: 50%;
}

.contact-us-container .contact-section h3 {
    margin-bottom: 40px !important;
    position: relative;
    padding-bottom: 14px;
}

.contact-us-container .contact-section h3::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #1d1c60;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index: 1;
}

.contact-us-container .contact-section h3::after {
    content: "";
    left: 0;
    background: #1d1c60;
    bottom: 0px;
    height: 2px;
    width: 50px;
    margin: 0;
    position: absolute;
    right: 0;
}


.contact-section .contact-right {
    width: 45%;
}

.contact-section .contact-left .input-field {
    margin-bottom: 15px;
}

.contact-section .contact-left .input-field br {
    display: none;
}

.contact-section .contact-left .input-field label {
    display: block;
    font-weight: 700;
}

.contact-section .contact-left .input-field label em {
    color: red;
    font-size: 9px;
    position: relative;
    top: -4px;
    left: 3px;
}

.contact-section .contact-left .input-field input, .contact-section .contact-left .input-field textarea {
    border-radius: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    color: #000;
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
}

.contact-section .contact-left .input-field input {
    height: 40px;
    line-height: 40px;
}


.contact-section .contact-left .input-field textarea{
	height: 100px;
	resize: none;
}

.contact-section .contact-left .input-field input:focus, .contact-section .contact-left .input-field textarea:focus {
    outline: none;
    border: 1px solid #666;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
    transition: border 0.4s ease-in-out;
}

.contact-section .contact-left .wpcf7-form-control.wpcf7-submit {
    padding: 14px 30px;
    background: rgba(0,145,199,1);
    font-size: 15px;
    color: #fff;
    height: auto;
    line-height: normal;
    border: none;
}

.contact-section .contact-left .wpcf7-form-control.wpcf7-submit:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}


.contact-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-right ul li {
    margin: 0 0 30px;
    position: relative;
    line-height: normal;
    padding-left: 50px;
}

.contact-right ul li i {
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-right ul li br {
    display: none;
}

.contact-right ul li strong {
    display: block;
}

.contact-right ul li span {
    font-size: 20px;
    display: block;
}

.contact-right ul li span a {
    text-decoration: none; font-size: 20px;
}

.iframe {
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.3);
    background: #fff; margin-top: 40px; margin-bottom: 50px;
}


.contact-section .character-image {
    margin: 0;
}


/*==============================CONTACT============================*/




/*==============================Attractions============================*/


.attractions-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.attractions-container ul li {
    margin: 0 3% 3% 0;
    width: 31.29%;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding-bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}


.attractions-container ul li:hover {
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.5);
}


.attractions-container ul li:nth-child(3n) {
    margin-right: 0;
}

.attractions-container ul li img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.attractions-container ul li .attractions-image {
    overflow: hidden;
    margin-bottom: 15px;
}


.attractions-container ul li .attractions-content {
    padding: 0 15px;
}

.attractions-container ul li .attractions-content h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}


.attractions-container ul li .attractions-content .view-link i {
    color: rgba(0,145,199,1);
	 font-size: 16px;
}


.attractions-container ul li .attractions-content .view-link a {
	color: #444;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
}


.attractions-container ul li .attractions-content .view-link a:hover {
	color: rgba(0,145,199,1);
}


.view-link a {
    color: rgba(0,145,199,1);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.view-link a:hover {
	color: rgba(0,145,199,0.7);
    text-decoration: underline;
}

.view-link a i {
    transform: rotate(90deg);
    margin-right: 10px;
    font-size: 17px;
}


/*==============================Attractions============================*/




/*==============================Amenities============================*/


.amenities-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.amenities-container ul li {
	background: #E7E7E7;
	margin: 30px 3% 3% 0;
	position: relative;
	width: 31.2%;
	padding: 40px 20px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.amenities-container ul li:nth-child(3n) {
    margin-right: 0;
}


.amenities-container ul li .amenities-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,145,199,1);
    width: 65px;
    height: 65px;
    line-height: 76px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px;
    top: -32px;
}

.amenities-container ul li .amenities-img img {
    width: 100%;
    display: inline;
    max-width: 38px;
}

.amenities-container ul li p {
    text-align: center;
    font-weight: 700;
    color: #111;
    margin: 20px 0 0;
}



/*==============================Amenities============================*/





/*==============================ROOMS============================*/


.fluid-slider.rooms-banner {
    height: 100vh;
}


.fluid-slider.rooms-banner .metaslider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}




.scroll_down {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100vh;
    width: 100%;
}


.scroll_down .scroll-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
}

.scroll-box a {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 15px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 20px auto 0;
    overflow: hidden;
	text-decoration: none;
    font-size: 0; z-index: 5;
}

.scroll-box a:after {
    height: 7px;
    margin: 2px auto 0;
    display: block;
	content:"";
    width: 4px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

.scroll_down span {
    display: block;
    margin: 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 14px !important;
	font-family: 'Montserrat', sans-serif;
}



@-webkit-keyframes wheel-up-down {
	 0% {
	  margin-top:2px;
	  opacity:0
	 }
	 30% {
	  opacity:1
	 }
	 100% {
	  margin-top:20px;
	  opacity:0
	 }
}



.rooms-list-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 30px;
}


.rooms-list-section .room-list {
    width: 49%;
    margin: 0 2% 3% 0;
}

.rooms-list-section .room-list:nth-child(2n) {
    margin-right: 0;
}


.room-list .room-list-image {
    border: 1px solid #fff;
    padding: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px;
}


.room-list .room-list-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.room-list .room-list-image a {
    display: block;
    position: relative;
    overflow: hidden; border-radius: 4px;
}

.room-list .room-list-image .room-hover-content {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.7);
    left: 0;
    right: 0;
    transition: height .4s;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -ms-transition: height .4s;
    padding: 20px 26px 26px 26px;
    height: 65px;
    width: 100%;
}

.room-list .room-list-image:hover .room-hover-content {
    height: 100%;
}


.room-hover-content h4 {
    color: #fff;
    font-size: 20px;
    padding-right: 30px;
    opacity: 1;
    line-height: normal;
    margin-bottom: 25px;
    text-shadow: none;
}

.room-hover-content h4::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    right: 25px;
    top: 50%;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
}

.room-list .room-list-image:hover h4::after {
    opacity: 0;
}

.room-list .room-hover-content ul li {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    opacity: 1;
    text-shadow: none;
    font-weight: 700;
}

.room-list .room-hover-content ul {
    margin: 0;
}


.room-list .room-content {
    text-align: center;
    margin-top: 20px;
}


.room-list .room-content h3 a {
    color: #444;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
}


.room-list .rooms-btn {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.room-list .room-content .rooms-btn a {
    width: auto;
    margin: 10px 7px;
}

.room-list .rooms-btn a.blue-btn, .room-list .rooms-btn a.view-btn {
    background: rgba(0,145,199,1);
    color: #fff;
    padding: 13px 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.2);
    text-shadow: 1px 1px rgba(0,0,0,.3);
}


.room-list .rooms-btn a.blue-btn:hover, .room-list .rooms-btn a.view-btn:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}


/*
.room-list .rooms-btn a.view-btn {
    background: #fff;
    color: #444;
    padding: 13px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #fff;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.2);
    text-shadow: 1px 1px rgba(0,0,0,.3);
}
*/

.room-list .rooms-btn a.view-btn:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none; color: #fff;
}


.room-list .rooms-btn a {
    margin: 4px 0 9px; width: 48.5%;
}


.fresh_fields {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin: 60px 0;
}



.fresh_fields .single-link {
    text-align: center;
}


.fresh_fields .fresh-img-outer {
    width: 50%;
}

.fresh_fields .fresh-content {
    width: 47%;
}

.fresh_fields .fresh-content h2 {
    text-transform: uppercase;
}

.fresh_fields .fresh-img-outer .fresh-img {
    /*position: absolute;*/
    position: static;
    left: 0;
}


	



/*==============================ROOMS============================*/




/*==============================ROOMS DETAIL============================*/

.default-banner-title {
    display: none;
}

.fluid-slider.default-banner img {
    width: 100%;
}

.featured-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.featured-wrapper .left-features {
    width: 25%;
}

.featured-wrapper .left-features ul {
    margin: 13px 0 40px;
}

.featured-wrapper .left-features .btn a {
    padding: 14px 30px;
    background: rgba(0,145,199,1);
    font-size: 18px;
    color: #fff;
    height: auto;
    line-height: normal;
    border: none;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
}

.featured-wrapper .left-features .btn a:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}




.featured-wrapper .right-featured-slider {
    width: 70%;
}

.right-featured-slider .top-navigations {
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
    margin-bottom: 20px;
}

.top-navigations a {
    text-decoration: none;
    color: #000;
    text-shadow: none;
}




.right-featured-slider .gallery-top .swiper-button-next {
	background: url("images/testimonial-arrow-next.png") no-repeat 0 0;
	width: 23px;
	height: 47px;
	background-size: 100%;
	right: 50px !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.right-featured-slider .gallery-top .swiper-button-prev {
	background: url("images/testimonial-arrow-prev.png") no-repeat 0 0;
	width: 23px;
	height: 47px;
	background-size: 100%;
	left: 50px !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.right-featured-slider .gallery-top .swiper-button-prev::after, .right-featured-slider .gallery-top .swiper-button-next::after {
    display: none;
}


.right-featured-slider .swiper-slide-container {
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 8px;
    border-radius: 4px;
}

.right-featured-slider .swiper-slide-container .caption {
    position: absolute;
    top: 30px;
    right: 8px;
    background: rgba(0,0,0,.7);
    padding: 20px 22px;
    z-index: 10;
    text-shadow: none;
    color: #fff;
}

.right-featured-slider .swiper-slide-container img {
    width: 100%;
    border-radius: 9px;
}

.right-featured-slider .gallery-thumbs .swiper-slide-container {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.right-featured-slider .gallery-thumbs .swiper-slide-container img {
    border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.right-featured-slider .gallery-thumbs .swiper-slide-container img:hover {
    opacity: 0.6;
}

.right-featured-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.right-featured-slider .gallery-thumbs .swiper-slide {
    opacity: 0.6;
}

.right-featured-slider .gallery-thumbs {
    padding: 0;
}


.single-room-container .testimonial-section {
    background: rgba(0,145,199,0.7);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 45px 80px;
    border: 1px solid #fff;
    box-shadow: inset 0 0 4px rgba(0,0,0,.4);
    border-radius: 4px;
	margin-top: 100px;
	position: relative;
	margin-bottom: 50px;
}

.single-room-container .testimonial-section::after {
    border: 2px solid rgba(255,255,255,.4);
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 9px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}


.fluid-slider.default-banner {
    height: auto;
}

.fluid-slider.default-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



@media only screen and (max-width:767px){
	
	.featured-wrapper .left-features {
		width: 100%;
		-webkit-order: 2;
		 -moz-order: 2;
		 -ms-order: 2;
		margin-top: 24px;
	}	
		
	.featured-wrapper .right-featured-slider {
		width: 100%;
	}	
		
		
	.right-featured-slider .swiper-slide-container .caption {
		bottom: -61px;
		right: auto;
		background: transparent;
		padding: 0;
		color: #595852;
		top: auto;
		font-weight: 700;
		line-height: normal;
		left: 0;
	}	
		
	.right-featured-slider .gallery-thumbs {
		padding: 0;
		opacity: 0;
		pointer-events: none;
	}
		
		
	.featured-wrapper .left-features ul {
		padding-left: 8px;
	}
		
		
	.right-featured-slider .top-navigations {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}	
		
		
	.top-navigations .left-navigation, .top-navigations .right-navigation {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}	
		
		
	.single-room-container .testimonial-section {
		padding: 45px 20px; margin-top: 60px;
	}	
		

	
}/*====media close=====*/





/*==============================ROOMS DETAIL============================*/







/*==============================PAGE NOT FOUND============================*/


.error404 .footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}


.error404 .search-form input.search-submit{
	background: rgb(19, 18, 63);
    font-size: 15px;
    color: #fff;
}

.error404 .search-form input.search-submit:hover, .error404 .search-form input.search-submit:focus {
    background: #1d1c60 ;
    text-decoration: none;
}



.entry-content ul.reservation-policy {
    padding-left:0%;
}

ul.reservation-policy li {
list-style:none;    margin-left:0%;
}

ul.reservation-policy li:last-child {
border-bottom:none;
}


/*==============================PAGE NOT FOUND============================*/






/*==============================map============================*/


#maps .tab-outer {
    border-top: none;
    box-shadow: 0 20px 24px -18px rgba(0,0,0,.4);
    position: relative;
	padding: 0 80px;
	margin: 38px 0 70px;
}

#maps .tab .tablinks h3 a {
    background: rgba(0,0,0,.7);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    text-shadow: none;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

#maps .tab .tablinks h3 a:hover, #maps .tab .tablinks.active h3 a {
    background: rgba(0,145,199,1);
	text-decoration: none;
}


#maps .tab-outer .tab{
	border-top: none;
	box-shadow: 0 20px 24px -18px rgba(0,0,0,.4);
	position: relative;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

#maps .tab-outer .tablinks {
    width: 100%;
}


#maps .tab-outer .tablinks h3 {
    padding: 0 19px;
    margin: 0;
}

.suites-section.the_estate .suites-left-section-group {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
	width: 54%;
}


.suites-section.the_estate .suites-list .suites-right-section {
    width: 42%; padding-top: 0;
}

.suites-section.the_estate .suites-left-section-group .suites-left-section {
    width: 100%;
    margin-bottom: 30px;
}


.map-direction .map {
    margin-bottom: 50px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 8px;
    border-radius: 4px;
}

.direction-detail {
    display: inline-block;
    width: 100%;
}

.direction-detail .direction-left {
    width: 50%;
    float: left;
}

.direction-detail .direction-right {
    float: right;
    width: 45%;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 75px 28px;
}

.direction-detail .direction-right p {
    margin: 0 0 7px;
}

.direction-detail .direction-right h2 {
    display: inline-block;
    margin: 10px 0 30px 0;
    position: relative;
    padding-bottom: 22px;
    vertical-align: top;
    text-transform: uppercase;
}

.direction-detail .direction-right h2::after {
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0,#595852 10%,#595852 90%,rgba(255,255,255,0) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.direction-detail .direction-left ul {
    margin: 0;
}

.direction-detail .direction-left ul li {
    margin-bottom: 12px;
}


/*==============================map============================*/




/*==============================PET FRIENDLY============================*/


.pet-friendly {
    padding-bottom: 0px;
}


.pet-friendly .fluid-width-block .block.block1 {
    margin: 0;
}


.pet-friendly .suites-section {
    margin-top: 50px;
}


.pet-friendly .container {
    max-width: 100%;
    padding: 0 !important;
}

main.pet-bottom {
    padding-bottom:0px;
}

.pet-friendly .suites-section .suites-list .suites-right-section {
    width: 50%;
    padding: 50px;
}


.pet-friendly h1 {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 70px;
}



.pet-friendly .suites-section .suites-list .suites-left-section {
    width: 50%;
}


.pet-friendly .suites-section .suites-list:nth-child(2n) .suites-left-section {
    order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
}

.pet-friendly .suites-section .suites-list:nth-child(2n) .suites-right-section {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
}


.pet-friendly .suites-right-section ul {
    margin: 0;
}


.pet-friendly .suites-right-section ul li {
    margin-bottom: 15px;
    line-height: 1.54;
    font-size: 20px;
}


.pet-friendly .suites-section .suites-right-section p:last-child, .pet-friendly .suites-right-section ul li:last-child {
    margin-bottom: 0;
}


.pet-friendly .suites-section .suites-list {
    margin: 0;
    padding:0;
}



@media only screen and (max-width:767px){
	
	
	.pet-friendly {
		padding-bottom:0px;
	}
	
	
	.pet-friendly .suites-section .suites-list:nth-child(n) .suites-right-section {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
	
	.pet-friendly .suites-section .suites-list {
		margin: 0 0 30px;
		padding: 0 20px 0px;
	}
		
	.suites-section .suites-list .suites-right-section {
		padding-top: 30px;
	}
	
	
	.pet-friendly .suites-section .suites-list img {
		height: auto;
	}
	
	
	.pet-friendly h1 {
		padding: 0 20px;
	}
	
	.pet-friendly .suites-section .suites-list .suites-right-section {
		width: 100%;
		padding: 30px 0 10px;
	}
	
	
	.pet-friendly .suites-section .suites-list .suites-left-section {
		width: 100%;
	}
	
	
	.pet-friendly .fluid-width-block {
		margin-bottom: 0px;
	}
	
	
	.pet-friendly .fluid-width-block .block1 .fluid-image-block-caption {
		top: 50%;
	}
	
	
	
}/*=====media close=====*/





@media only screen and (min-width:767px) and (max-width:1000px){
	
	.pet-friendly .suites-list .suites-left-section {
		width: 50%;
	}

	.pet-friendly .suites-list .suites-right-section {
		width: 45%;
		text-align: left;
	}	
	
	
	.pet-friendly .suites-section .suites-list img {
		height: 100%;
	}
	
	
	.pet-friendly {
		padding-bottom: 0px;
	}
	

}/*=====media close=====*/




@media only screen and (min-width:767px) and (max-width:1140px){
		
	.pet-friendly .suites-section .suites-list .suites-right-section {
		padding: 30px;
	}	
	
}/*=====media close=====*/





/*==============================PET FRIENDLY============================*/




/*==============================History Of SBI============================*/

.sbi-single-image {
    border: 1px solid #fff;
    padding: 8px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px;
}

.history-of-sbi .suites-list .suites-right-section ul {
    margin: 0;
}

.history-of-sbi .suites-list .suites-right-section ul li {
    margin: 0 0 0;
    line-height: 1.54;
    font-size: 20px;
    text-transform: uppercase;
    list-style: none;
}

.history-of-sbi .suites-list-sbi {
    width: 48%;
}


.history-of-sbi .suites-list-sbi .suites-left-section {
    width: 100%;
}


.history-of-sbi .suites-list-sbi .suites-right-section {
    width: 100%;
}


p:empty {
    display: none;
}


@media only screen and (max-width:767px){
	
	.sbi-single-content-section .sbi-single-content {
		width: 100%;
		margin-bottom: 10px;
	}

	.sbi-single-room {
		margin-bottom: 40px;
	}

	.history-of-sbi .suites-list-sbi {
		width: 100%;
		margin-bottom: 40px;
	}	

	.history-of-sbi .suites-section .suites-list {
		margin-bottom: 0;
	}


	
}/*=====media close=====*/











/*==============================History Of SBI============================*/





/*====================================================================================================================================================================================================RESPONSIVE=====================================================================================================================================================================================================================*/




/*=====================FOOTER=====================*/

@media only screen and (max-width:767px){
		
	.footer-inner ul li, .footer-inner ul li a {
		font-size: 17px;
	}

	.footer-items.footer-links ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.footer-items.footer-links ul li {
		margin: 0 8px; padding: 0 0;
	}
	
	#site-footer .footer-bottom p, #site-footer .footer-bottom p a {
		font-size: 16px !important;
	}


	#site-footer .footer-bottom p {
		margin: 3px 10px;
	}

	.footer-bottom .container {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	.subscribtion-popup-wrapper {
		width: calc(100% - 45px);
		padding: 40px 30px;
	}
	
	#site-footer .newsletter-section {
		overflow: hidden;
	}
	
	#site-footer .newsletter-section .wpcf7-response-output {
		display: none;
	}
	
	#site-footer .newsletter-section .wpcf7-not-valid-tip {
		font-size: 15px !important;
	}

	
}/*====media close====*/



@media only screen and (min-width:767px) and (max-width:900px){
	
	.footer-inner ul li, .footer-inner ul li a {
		font-size: 17px;
	}
	
	#site-footer .footer-bottom p, #site-footer .footer-bottom p a {
		font-size: 12px;
	}
	
}/*====media close====*/



/*=====================FOOTER=====================*/




/*=====================SLIDER=====================*/


@media only screen and (max-width:767px){


	.fluid-slider .metaslider .slides img {
		height: 600px;
		object-fit: cover;
	}
	
	
	.fluid-slider .thanksgiving-caption {
		max-width: 284px;
	}
	
	
	.fluid-slider .thanksgiving-caption h2 {
		font-size: 38px;
	}
	
	
	
	.fluid-slider .thanksgiving-caption p {
		line-height: normal;
	}
	
	
	
	
	.fluid-slider.rooms-banner {
		height: auto;
	}

	
	.scroll_down {
		text-align: center;
		margin: 0;
		position: absolute;
		top: auto;
		left: 0;
		height: auto;
		width: 100%;
		bottom: 0;
	}

	.fluid-slider .metaslider ul li.flex-nav-prev a {
		width: 17px;
		height: 35px;
		left: 15px !important;
		top: 50%;
	}

	.fluid-slider .metaslider ul li.flex-nav-next a {
		width: 17px;
		height: 35px;
		right: 15px !important;
		top: 50%;
	}

	p.bbres_fieldset.bbres_fieldset3, p.bbres_fieldset.bbres_fieldset4, p.bbres_fieldset.bbres_fieldset10.bb_btn {
		width: 170px;
	}

	.bbres_fieldset.bbres_fieldset10.bb_btn {
		left: 0;
		width: 100% !important;
	}

	.bbres_fieldset.bbres_fieldset10.bb_btn input#bb_resBtn {
		padding: 20px 60px !important;
		margin: 0 !important;
		font-size: 15px !important;
		height: auto !important;
		font-size: 18px !important;
		color: #fff !important;
		background: rgba(0,145,199,1) !important;
        border: 1px solid rgba(0,145,199,1) !important;
	}
		
	.bbres_fieldset.bbres_fieldset10.bb_btn input#bb_resBtn:hover {
		background: rgba(0,145,199,0.7) !important;
		border: 1px solid rgba(0,145,199,1) !important;
		text-decoration: none;
	}	
	
	.fluid-slider .metaslider .flex-control-nav {
		bottom: 140px;
	}
	
	.slider-caption {
		padding-left: 0;
	}
	
	
	
}/*====media close====*/




@media only screen and (min-width:767px) and (max-width:992px){
		
	.bbres_fieldset.bbres_fieldset10.bb_btn input#bb_resBtn {
		background: rgba(0,145,199,1) !important;
        border: 1px solid rgba(0,145,199,1) !important;
		margin: 0 !important;
		font-size: 15px !important;
		height: auto !important;
		font-size: 18px !important;
		color: #fff !important;
	}
		
	.bbres_fieldset.bbres_fieldset10.bb_btn input#bb_resBtn:hover {
		background: rgba(0,145,199,0.7) !important;
		border: 1px solid rgba(0,145,199,1) !important;
		text-decoration: none;
	}


	.fluid-slider .metaslider .flexslider .flex-direction-nav li a {
		top: 60%;
	}
	
	
	
	
	.fluid-slider .metaslider .slides img {
		height: 600px;
		object-fit: cover;
	}
	
	
	
	
	.fluid-slider .thanksgiving-caption {
		max-width: 500px;
		top: 56%;
	}
	
	
	.fluid-slider .thanksgiving-caption h2 {
		font-size: 54px;
	}
	
	
	
	.fluid-slider .thanksgiving-caption p {
		line-height: normal;
	}
	
	
	
	
	
}/*====media close====*/





/*=====================SLIDER=====================*/




/*=====================HOME=====================*/



@media only screen and (max-width:767px){
	
	.home .suites-section .suites-list, .our-property-container .suites-section .suites-list {
		margin: 40px 0 0;
	}

	.home .suites-section .suites-list .suites-left-section, 
	.our-property-container .suites-section .suites-list .suites-left-section {
		margin-bottom: 0px;
	}	


	.home #site-content {
		padding: 0px;
	}


	.fluid-width-block {
		margin: 40px -20px 0;
	}
	
	
	.our-property-container .fluid-width-block.block2-second {
		margin: 0 0 0;
	}


    .beachy-fluid-outer {
		margin: 0 -20px;
	}    
	

	.fluid-width-block .block {
		margin-bottom: 0px;
	}
	
	
	.fluid-width-block .block .fluid-image-block-caption h2 {
		font-size: 30px;
	}
	
	.fluid-width-block .block.block2 .fluid-image-block-caption h2 {
		font-size: 30px;
	}
	
	.home .suites-section .suites-list:nth-child(2n) .suites-left-section, 
	.our-property-container .suites-section .suites-list:nth-child(2n) .suites-left-section {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}
	
	
	.fluid-width-block .block.block1 {
		height: auto;
		background-attachment: scroll;
		padding: 130px 0;
		height: 420px;
		background-position: center center;
	}
	
	
	.fluid-width-block .block1 .fluid-image-block-caption {
		top: 75%; padding: 0 30px;
	}
	
	
	.our-property-inner .fluid-width-block .block1 .fluid-image-block-caption {
		top: 50%;
	}
	
	
	.fluid-width-block img {
		height: 420px;
		object-fit: cover;
		object-position: left;
	}
	
	
	.fluid-width-block .character-image, .character-image {
		max-width: 100%;
	}
	
	
	.character-image.fluid-character-image {
		max-width: 100%;
		padding: 60px 0 55px;
	}
	
	
	.suites-section .suites-list:nth-child(2n) .description-wrapper {
		display: block !important;
	}
	
	
	.suites-section .suites-list:nth-child(2n) .description-wrapper p {
		width: 100%;
	}
	
	
	.suites-section .suites-list:nth-child(2n) .description-wrapper .character-image {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}
	
	
	.fluid-width-block .character-image img {
		height: auto;
	}
	
	
	.fluid-width-block .blue-btn {
		bottom: 30px;
	}
	
	
	.fluid-width-block .block2 .fluid-image-block-caption {
		top: 13px; padding: 0 30px;
	}
	

	
	.beachy-fluid {
		padding: 10vh 0 20vh;
		background-attachment: scroll;
	}
	
	
	.beachy-fluid .beachy-content ul li, 
	.beachy-fluid .beachy-content ul li a {
		font-size: 20px;
	}
	
	
	.fluid-width-block .block.block2 {
		margin: 50px 0;
	}
	
	
	.our-property-container .suites-section .suites-list:nth-child(2n) .description-wrapper .description-wrapper-content {
		width: 100%;
	}

	
}/*=====media close=====*/




@media only screen and (max-width:1000px){
		
	body h1{
		font-size: 40px;
	}
	
	
	.pet-friendly h1{
		font-size: 47px;
	}
	

	body h2{
		font-size: 30px; 
	}
	

	.suites-list .suites-left-section {
		width: 100%;
	}


	.suites-list .suites-right-section {
		width: 100%;
		text-align: center;
	}

   
	.suites-section .suites-list:nth-child(2n) .suites-left-section {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}


	.blue-btn a,  p, li, span, input, select, .testimonial .testimonial-right a {
		font-size: 18px !important;
	}


	.testimonial-section .title h2 {
		font-size: 26px;
	}

	.testimonial .testimonial-left, .testimonial .testimonial-right {
		width: 100%;
	}


	.testimonial-section #testimonial-slider {
		padding: 0 30px;
	}

	.testimonial-outer .testimonial-section .swiper-button-prev::after, 
	.testimonial-outer .testimonial-section .swiper-button-next::after {
		width: 15px;
		height: 30px;
	}

	.testimonial-outer .testimonial-section .swiper-button-prev {
		left: 3px;
	}

	.testimonial-outer .testimonial-section .swiper-button-next {
		right: 3px;
	}


	.newsletter-section .newsletter-left {
		width: 100%;
		text-align: center;
		padding-top: 0;
		margin-bottom: 40px;
	}

	.newsletter-section .newsletter-right {
		width: 100%;
	}
	
	.suites-left-section img, .newsletter-section .newsletter-right .newsletter-img img {
		height: auto;
	}
	
	.newsletter-section .newsletter-left .emaillist form {
		margin: 20px auto 0;
		float: none;
	}
	
	
	
	body .uwy.userway_p1 .uai {
		top: 47px !important;
	}
	
	
	

}/*=====media close====*/



@media only screen and (min-width:767px) and (max-width:1140px){
	
	.newsletter-section .newsletter-left h2 {
		font-size: 30px;
	}	

	.suites-left-section.suites-2-section {
		width: 100%;
	}

	.suites-right-section.suites-2-section {
		width: 100%;text-align:center; padding:30px 15%;
	}

	.newsletter-section .newsletter-left {
		width: 100%;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 30px;
	}

	.newsletter-section .newsletter-left .tnp.tnp-widget form {
		margin: 20px auto 40px;
		float: none;
	}

	.newsletter-section .newsletter-right {
		width: 100%;
	}
	
	.metaslider .flexslider .flex-direction-nav li a {
		top: 60%;
	}
	
	.newsletter-section .newsletter-left .emaillist form {
		margin: 20px auto 0;
		float: none;
	}
	
	.home .suites-list .suites-right-section, .our-property-container .suites-list .suites-right-section {
		padding: 30px !important;
		text-align: left;
	}
	
	
	.home .home-container .container, .our-property-inner {
		padding: 0 !important;
	}
	
	.home .block.block2 .container {
		padding: 0 40px !important;
	}
	
	
	.fluid-width-block .block .fluid-image-block-caption h2 {
		font-size: 3em;
	}
	
	
	.home .suites-section .suites-list:nth-child(2n) .suites-left-section, 
	.our-property-container .suites-section .suites-list:nth-child(2n) .suites-left-section {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
	
	
}/*=====media close====*/




@media only screen and (min-width:767px){
	
	.home .suites-list .suites-right-section, .our-property-container .suites-list .suites-right-section {
		width: 50%;
		padding:30px 50px;
	}

	.home .suites-list .suites-left-section, .our-property-container .suites-list .suites-left-section {
		width: 50%;
	}
	
	.home .suites-list .suites-right-section .blue-btn {
		text-align: center;
	}

	
}/*=====media close====*/



@media only screen and (min-width:767px) and (max-width:1500px){
	
    .home .suites-left-section img{
		height: 620px;
	}

    .home .blue-btn {
		margin-top: 40px;
	}
	
	.home .suites-list .suites-right-section p {
		font-size: 17px !important;
	}
	
	.home .suites-list .suites-right-section h2 {
		margin-bottom: 25px;
	}
	
	
	.home .suites-section .suites-list:nth-child(2) .suites-left-section img {
		height: 500px;
	}
	
	
	
	.our-property-container .our-property-inner .suites-left-section img {
		height: 600px;
	}
	
	
	.our-property-container .suites-section .suites-list:nth-child(2) .suites-left-section img {
		height: 670px;
	}
	
	.our-property-container .our-property-inner .our-property-inner-row-3 .suites-left-section img {
		height: 520px;
	}
	
	
}/*=====media close====*/





@media only screen and (min-width:767px) and (max-width:1260px){

	.our-property-container .suites-section .suites-list:nth-child(2) .suites-left-section img {
		height: 720px;
	}
	
	.our-property-container .suites-section .suites-list:nth-child(2) .description-wrapper .character-image {
		width: 70%;
	}
	
	
	.our-property-container .suites-section .suites-list:nth-child(2) .description-wrapper .description-wrapper-content {
		width: 100%;
	}
	
	
}/*=====media close====*/






@media only screen and (min-width:1500px){
	
    .home .suites-left-section img, 
	.our-property-container .suites-left-section img{
		height: 680px;
	}	
	
	.home .suites-section .suites-list:nth-child(2) .suites-left-section img {
		height: 520px;
	}
	
	
	.our-property-container .suites-section .suites-list:nth-child(2) .suites-left-section img {
		height: 580px;
	}
	
	
	.our-property-container .our-property-inner .our-property-inner-row-3 .suites-left-section img {
		height: 550px;
	}
	
	
}/*=====media close====*/




@media only screen and (min-width:1800px){
	
	.our-property-container .suites-left-section img {
		height: 750px;
	}
	
	
	.our-property-container .our-property-inner .our-property-inner-row-3 .suites-left-section img {
		height: 610px;
	}
	
	
}/*=====media close====*/




@media only screen and (min-width:1950px){
	
	.our-property-container .suites-left-section img {
		height: 840px;
	}
	
}/*=====media close====*/




@media only screen and (min-width:767px) and (max-width:850px){
	
	.home .suites-section .suites-list:nth-child(2) .suites-left-section img {
		height: 540px;
	}
	
}/*=====media close====*/





@media only screen and (min-width:767px) and (max-width:1300px){
	
	.footer-items.footer-logo .widget-content {
		margin: -90px auto 0;
	}	
	
	
	.fluid-width-block .block2 .fluid-image-block-caption {
		top: 40px;
	}
	
	
	.fluid-width-block .blue-btn {
		bottom: 60px;
	}
	
	
	.beachy-fluid .beachy-content ul li, .beachy-fluid .beachy-content ul li a {
		font-size: 23px !important;
	}
	
	
	.beachy-fluid {
		padding: 14vh 0 13vh;
	}
	
	
	.fluid-width-block .block.block1 {
		height: 600px;
	}
	
	
	
}/*=====media close====*/



/*=====================HOME=====================*/




/*=====================CONTACT=====================*/


@media only screen and (max-width:767px){

	.contact-section .contact-left {
		width: 100%;
		margin-bottom: 40px;
	}

	.contact-section .contact-right {
		width: 100%;
	}
	
	.fluid-slider.default-banner img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	
	
}/*=====media close====*/




/*=====================CONTACT=====================*/




/*=====================Attractions=====================*/



@media only screen and (max-width:767px){
	
	.attractions-container ul li {
		margin: 0 0% 30px 0;
		width: 100%;
	}

	.attractions-container ul li img {
		width: 100%;
		height: auto;
	}
	
	
}/*=====media close====*/



@media only screen and (min-width:767px) and (max-width:900px){
	
	.attractions-container ul li {
		width: 49%; margin: 0 2% 5% 0 !important;
	}

	.attractions-container ul li:nth-child(2n) {
		margin-right: 0 !important;
	}


	
}/*=====media close====*/


/*=====================Attractions=====================*/




/*=====================ROOMS=====================*/


@media only screen and (min-width:767px){
	
	.room-list .room-content ul.mobile {
		display: none;
	}	
	
	.room-list .room-content h4 {
		display: none;
	}
		
}/*=====media close====*/



@media only screen and (max-width:767px){
	
	.rooms-list-section .room-list {
		width: 100%;
		margin: 0 0% 30px 0;
	}


	.room-list .rooms-btn a.view-btn, 
	.room-list .rooms-btn a.blue-btn {
		padding: 13px 15px;
		font-size: 16px;
	}
	
	.room-list .room-list-image img {
		height: auto;
	}


    .room-list .room-list-image .room-hover-content ul.desktop, .room-list .room-list-image .room-hover-content {
		display: none;
	}	
	
	.room-list .room-content h4, .room-list .room-content ul li {
		text-align: left;
	}
	
	.room-list .room-content ul {
		margin-left: 0;
	}
	
	.room-list .room-content h3 {
		padding-bottom: 12px;
	}
	
	.fresh_fields {
		margin: 55px 0;
	}
	
	
	.fresh_fields .fresh-img-outer .fresh-img {
		position: static;
		left: 0;
	}
	
	.fresh_fields .fresh-img-outer {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.fresh_fields .fresh-content {
		width: 100%;
	}
	
	
	.room-list .room-content ul {
		padding-left: 8px;
	}
	
	
	.fresh_fields .fresh-content h2 {
		font-size: 19px;
		line-height: normal;
		margin-bottom: 10px;
	}
	
	
	.fresh_fields .single-link a {
		font-size: 16px;
	}
	
	
}/*=====media close====*/


@media only screen and (min-width:767px) and (max-width:1000px){
		
	.rooms-list-section .room-list {
		width: 49%;
		margin: 0 2% 3% 0;
	}	

	.rooms-list-section .room-list:nth-child(2n) {
		margin-right: 0 !important;
	}

	.rooms-list-section .room-list:nth-child(3n) {
		margin-right: 2%;
	}

	.room-list .room-list-image img {
		height: 320px;
	}
	
	.fresh_fields .fresh-img-outer .fresh-img {
		position: static;
		left: 0;
	}
	
	
	.room-list .rooms-btn a.view-btn, .room-list .rooms-btn a.blue-btn {
		font-size: 16px;
	}
	
	
	.room-list .room-list-image .room-hover-content {
		padding: 25px 26px 26px 20px;
	}
	
	
	.room-hover-content h4 {
		font-size: 15px;
	}
	
	.room-list .room-hover-content ul li {
		font-size: 15px !important;
	}
	
	.room-list .room-content h3 a {
		font-size: 20px;
	}
	
	
}/*=====media close====*/




@media only screen and (min-width:1000px) and (max-width:1300px){

	.room-list .room-list-image img {
		height:auto;
	}
	
	.fresh_fields .fresh-img-outer .fresh-img {
		position: static;
		left: 0;
	}
	
	.room-hover-content h4 {
		font-size: 18px;
	}
	
	.room-list .room-hover-content ul li {
		font-size: 15px;
	}

	
/*	body h2 {
		font-size: 2.7em;
	}*/
	
	
	
}/*=====media close====*/



@media only screen and (min-width:767px) and (max-width:1040px){

	.featured-wrapper .left-features {
		width: 35%;
	}

	.featured-wrapper .right-featured-slider {
		width: 60%;
	}	
	
	
	.featured-wrapper .right-featured-slider  .swiper-container.gallery-top img {
		height: 410px;
		object-fit: cover;
	}
	

}/*=====media close=====*/





@media only screen and (min-width:767px) and (max-width:1278px){
	
	.fresh_fields .fresh-content h2 {
		text-transform: uppercase;
		font-size: 2.6vw;
	}	
	
}/*=====media close=====*/


@media only screen and (min-width:1278px) and (max-width:1580px){
	
	.fresh_fields .fresh-content h2 {
		text-transform: uppercase;
		font-size: 2.3vw;
	}	
	
}/*=====media close=====*/






/*=====================ROOMS=====================*/




/*=====================GALLERY=====================*/


@media only screen and (max-width:767px){

	.page-id-99 .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 48.5%;
		margin: 0 2% 2% 0;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(2n) {
		margin-right: 0;
	}
	
	.fluid-slider.default-banner {
		height: auto;
	}
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image img {
		height: auto;
	}
	
	.gallery-container .suites-inner .suites-big .suites-sets-box {
		 margin: 0 0 20px !important;
	     width: 100% !important;
	}
	
	.gallery-container .suites-inner .suites-big .suites-sets-box img {
		height: 300px !important;
	}
	
	
	#lightbox {
		width: 90% !important;
	}
	
	#lightbox img.lb-image {
		width: 100% !important;
		height: 400px !important;
	}
	
	#lightbox .lb-outerContainer {
		width: 100% !important;
		height: 400px !important;
	}
	
	
}/*=====media close====*/




@media only screen and (min-width:767px) and (max-width:1100px){


	.gallery-container .suites-outer {
		text-align: center;
		width: 100%;
		max-width: 757px;
		margin: 0 auto 0px;
	}	


	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image {
		height: 357px !important;
	}

	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image img, 
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image a {
		height: 100%;
	}

	.gallery-container .suites-inner .suites-big .suites-sets-box img {
		height: 150px;
	}


	.suites-big a span {
		font-size: 15px !important;
	}	

	.gallery-container .suites-outer:nth-child(2n) .suites-sets-box.suites-big-image {
		margin-right: 19px;
	}


	.gallery-container .suites-inner .suites-big .suites-sets-box {
		margin: 10px; height: 169px;
	}	
	
	
	.gallery-container .suites-outer:nth-child(2n) .suites-big .suites-sets-box {
		height: 168px;
	}
	
	
	#lightbox {
		width: 80% !important;
	}
	
	#lightbox img.lb-image {
		width: 100% !important;
		height: 500px !important;
	}
	
	#lightbox .lb-outerContainer {
		width: 100% !important;
		height: 500px !important;
	}
	
	
	
	
}/*====media close====*/



@media only screen and (min-width:1100px) and (max-width:1240px){

	.gallery-container .suites-outer {
		text-align: center;
		width: 100%;
		max-width: 1050px;
		margin: 0 auto 40px;
	}
	
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image {
		width: 47%;
	}
	

	.gallery-container .suites-outer:nth-child(2n) .suites-sets-box.suites-big-image {
		float: right;
		margin-right: 17px;
		margin-left: calc(100% - 1030px);
		width: 47.2%;
	}
	
	
	.gallery-container .suites-inner .suites-big a {
		height: 100%;
	}
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image {
		height: 356px !important;
	}
	
	
	.gallery-container .suites-inner .suites-big .suites-sets-box {
		height: 163px !important;
	}
	
	
	
	

}/*=====media close====*/





@media only screen and (min-width:1100px) and (max-width:1580px){
	
	#lightbox {
		width: 55% !important;
	}
	
	#lightbox img.lb-image {
		width: 100% !important;
		height: 500px !important;
	}
	
	#lightbox .lb-outerContainer {
		width: 100% !important;
		height: 500px !important;
	}
	
	
	.lightboxOverlay {
		width: 100% !important;
	}
	
	
}/*=====media close====*/





@media only screen and (min-width:1240px) and (max-width:1439px){
	
	.gallery-container .suites-outer:nth-child(2n) .suites-sets-box.suites-big-image {
		margin-right: 36px;
	}	
		
}/*=====media close====*/





@media only screen and (min-width:1100px){
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image {
		height: 525px;
	}


	.gallery-container .suites-outer:nth-child(2n) .suites-inner .suites-big .suites-sets-box.suites-big-image {
		height: auto;
	}	
	
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image img {
		height: 100%;
		object-fit: cover;
	}
	
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image a {
		display: block;
		height: 100%;
	}
	
	
}/*=====media close====*/




@media only screen and (min-width:1240px){
	
	.gallery-container .suites-inner .suites-big .suites-sets-box.suites-big-image {
		height: 524px !important;
	}	

	.gallery-container .suites-inner .suites-big .suites-sets-box {
		height: 247px;
	}
	
}/*====media close=====*/




/*=====================GALLERY=====================*/





/*=====================MAP=====================*/





@media only screen and (max-width:767px){


	#maps .tab-outer .tab {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	#maps .tab-outer {
		padding: 0 0;
	}

	#maps .tab-outer .tablinks h3 {
		padding: 0;
		margin: 2px 0 0;
	}

	.suites-section.the_estate .suites-list .suites-right-section {
		width: 100%;
	}


	.suites-section.the_estate .suites-left-section-group {
		width: 100%;
		margin-top: 40px;
	}	


	.direction-detail .direction-left {
		width: 100%;
		margin-bottom: 50px;
	}	


	.direction-detail .direction-right {
		width: 100%;
	}	
	
	
	


}/*=====media close=====*/







/*=====================MAP=====================*/




/*=====================Amenities=====================*/


@media only screen and (max-width:767px){
	
	.amenities-container ul li {
		margin: 30px 0 40px 0;
		width: 100%;
	}

	.amenities-container ul li:last-child {
		margin-bottom: 0;
	}
	
}/*=====media close====*/


/*=====================Amenities=====================*/










/*=====================DEFAULT=====================*/


@media only screen and (max-width:767px){
	
	.page-template-default .entry-content ul li {
		margin: 0 0 10px 15px;
	}	
	
}/*=====media close====*/



@media only screen and (min-width:1000px){

	.page-template-default article {
		padding: 0 40px;
	}	
	
}/*=====media close====*/




@media only screen and (min-width:1440px){
	
	.container, .page-template-default article, .home .block.block2 .container {
		max-width: 1380px; padding: 0 30px;
	}	
	
	.header-titles-inner {
		left: 30px;
	}
	
	.gallery-container .suites-outer:nth-child(2n) .suites-sets-box.suites-big-image {
		margin-right: 52px;
	}
	
}/*=====media close====*/








/*=====================DEFAULT=====================*/





/*==============================SPECIAL============================*/


@media only screen and (max-width:767px){
	
	.aPage-list {
		width: 100%;
		margin: 0 0 30px 0;
	}	

	.aPage-list .aPageImg img {
		height: auto;
	}
	
	
}/*=====media close====*/




@media only screen and (max-width:600px){
	
    .container-eco-adventures .upper-heading {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	.container-eco-adventures .upper-heading .character-image {
		margin: 20px 0 0;
		padding-left: 0;
	}	
	
}/*=====media close====*/




@media only screen and (min-width:767px) and (max-width:1000px){
	
	.aPage-list .aPageImg img, .attractions-container ul li img {
		height: 230px;
	}	
	
}/*=====media close====*/





/*==============================SPECIAL============================*/





.widget_text p {
font-family: 'Montserrat', sans-serif !important;
}



.footer-items .newsletter-section .newsletter-left .emaillist form .wpcf7-response-output {
    top: 40px !important;
}


.emaillist .inv-recaptcha-holder {
    display: none;
}



/*29 SEP 2021*/

.thanksgiving-btn {
    margin-top: 10px;
}
.thanksgiving-btn a {
    height: 50px;
    line-height: 50px;
    padding: 12px 41px;
    font-size: 18px;
    background: rgba(0,145,199,1);
    text-transform: uppercase;
    border: none;
    color: #fff;
    width: 100%;
    text-decoration: none;
    font-weight: 700;
}

.subscribtion-popup-wrapper .thanksgiving-btn a:hover {
    background: rgba(0,145,199,0.7);
    text-decoration: none;
}




