/*===================== Reset Css ==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('/fonts/BrandonGrotesque-Regular.eot');
  src: url('/fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BrandonGrotesque-Regular.woff') format('woff'), 
    url('/fonts/BrandonGrotesque-Regular.ttf')  format('truetype'), 
    url('/fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Granville-Regular';
  src: url('/fonts/Granville-Regular.eot');
  src: url('/fonts/Granville-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Granville-Regular.woff') format('woff'), 
    url('/fonts/Granville-Regular.ttf')  format('truetype'), 
    url('/fonts/Granville-Regular.svg#Granville-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
font-display:swap;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MilestoneRetinaDisplayIcons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wifi2:before {
    content: "\ead2";
}
.icon-star:before {
    content: "\e7a1";
}
.icon-check:before {
    content: "\e96c";
}
.welcome-inner-right li{padding-bottom: 10px;}
.welcome-inner-right li a span{display: inline-block;padding-right: 20px;font-size: 20px;vertical-align: -4px;}
body {
  line-height: 1;
  font-family: 'BrandonGrotesque-Regular';
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #671231;
	outline: none;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
a:hover, a:focus {
  outline: none;
  border: none;
}
.clear {
  clear: both;
  float: none;
  height: 0;
}
.pos-rel{position: relative;}
.snippet-common-image-logo{position: absolute;bottom: 10px;right: 10px;}
.snippet-common-image-logo img{width: auto !important;height: auto !important;}
.boxspacer {
  display: block;
  height: 20px;
}
.mob-boxspacer {
  display: none;
}
.mv-f-feature .snippet-common-single:first-child a.common-btn{display: none !important}
input, select, textarea {
	border: 1px solid #ccc;
	background-color: #ffffff;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #4d4425;
	font-family: inherit;
	font-size: 16px;
	margin: 0;
	padding: 0 20px;
	border-radius: 0;
	height: 53px;
}
textarea{padding: 8px 10px;}
.box {
  padding: 30px 0;
  border-bottom: 1px solid #525148;
}
.box2 {
  padding: 30px 0;
}
ul li h2, ul li h3 {
	padding-bottom: 0;
}
#paracookiepolicy ul {
	padding-top: 5px;
}
#paracookiepolicy ul li {
	padding-bottom: 10px;
}
/*===================== Reset Css ==============================*/
/*===================== ADA Css ==============================*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff
}

.gm-err-message {
  background: #fff;
  color: #000 !important;
}

a.skip-to-content-btn {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	color: #4d4425 !important;
	z-index: 10000;
	height: 30px;
	width: auto;
	line-height: 30px;
	padding: 0 20px;
filter: opacity(0);
}

a.skip-to-content-btn:focus {
filter: opacity(1);
  color: #fff;
}

#reservationtable ul li button.ui-datepicker-trigger {
	position: absolute;
	background: transparent;
	right: 5px;
	bottom: 50%;
	padding: 2px;
	font-size: 0;
	border: 1px solid transparent;
	line-height: 0;
	margin: 0 0 -9px 0;
	height: 28px;
	width: 28px;
	cursor: pointer;
}
#reservationtable ul li button.ui-datepicker-trigger img{height: 23px}
.header{
  text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    background: #f4f2e9;
    z-index: 99;
}
.cal-to-sec{padding-top: 30px;}
.cal-to-sec a{
  color: rgba(255,255,255,0) !important;
    text-shadow: 0 0 0 #fff !important;
}
.cal-to-sec a:hover,.cal-to-sec a:focus{opacity: .6}
.cal-to-sec a.common-btn {color: #fff !important;}
.header-container{
  max-width: 1105px;
  margin: 0 auto;
  position: relative;
}
.clearfix:after{
  content: '';
  display: table;
  clear: both;
}
.left-menu{float: left;}
.topnav li{display: inline-block;padding-right: 18px;padding-top: 43px;position: relative;}
.header-inner .topnav li{padding-top: 25px;}
.topnav li:last-child{padding-right: 0px;}
.topnav li a{color: #1b3c34;text-transform: uppercase;font-family: 'BrandonGrotesque-Regular';font-weight: bold;font-size: 14px;padding-bottom: 55px;}
.topnav li a:hover,.topnav li a:focus,.topnav li a.navON{color: #671231}
.topnav li a.common-btn{padding-bottom: 15px;margin-top: 0px;}
.right-menu{float:right}
.ada-datepicker {
  position: relative;
}

#reservationtable ul li button.ui-datepicker-trigger:focus, .ada-datepicker .ui-datepicker-trigger:focus {
  opacity: .6;
  outline: none;
}
#reservationtable ul li button.ui-datepicker-trigger:focus img, .ada-datepicker .ui-datepicker-trigger:focus img{opacity: .6}
.ada-datepicker .resinputbox {
  background-image: none
}

input[type="radio"]:focus, input[type="radio"]:hover {
	outline: 1px solid #6d6036;
	outline-offset: 2px;
}
#reservation ul li select option{color: #000 !important;}
input[type="text"], input[type="tel"], input[type="number"], input[type="date"], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type="text"]:focus, select:focus, #blogpostcomment .commentcodecol4 a:focus, #emailOfferForm .email-frmfieldset #imgcode-home:focus, input:focus, textarea:focus {
	border: 2px solid #87674f;
	box-shadow: 0 0px 10px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.07);
}

.rating-list .li:focus {
  border: 1px solid #000;
}

a.has-link:link, a.has-link:visited, #breadcrumb a:link, #breadcrumb a:visited {
	border-bottom: 1px solid transparent;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
a.has-link:focus, a.has-link:hover {
  border-bottom: 1px solid #4d4425;
}
#breadcrumb a:hover, #breadcrumb a:focus {
	color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
}

.input-error {
  border: solid 1px red !important;
}

.error-message {
  color: #A30000;
  font-size: 14px;

}
.logo a:link, .logo a:visited {
	display: block;
	
	vertical-align: middle;
}
.logo a:focus,.logo a:hover {
	opacity: 0.8
}
/*===================== ADA Css ==============================*/

/*========================== Header Start ===================*/
body {
  font-size: 17px;
  line-height: 24px;
  font-family: 'BrandonGrotesque-Regular';
  background-color: #ffffff;
  color: #4d4425;
}
#wrapper {
  margin: 0 auto;
  width: auto;
  background-color: #ffffff;
  padding: 110px 0 0;
  overflow: hidden;
}
#main {
	position: fixed;
	top: 0;
	height: 156px;
	width: 100%;
	background: transparent;
	background-color: rgba(0,0,0,0);
	z-index: 10;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.header-top {
	height: 76px;
	background-color: #6d6036;
	line-height: 76px;
	position: relative;
}
.header-bottom {
	height: 80px;
	background-color: #fff;
	line-height: 80px;
	position: relative;
}
.header-top-wrap {
	background-color: #6d6036;
}
.header-top-wrap, .header-bottom-wrap {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.header-top::after {
	position: absolute;
	content: " ";
	width: 50%;
	height: 100%;
	background-color: #4d4425;
	right: 0;
	top: 0;
	z-index: 1;
}
.header-top-wrap::after, .header-bottom-wrap::after {
	clear: both;
	content: " ";
	display: block;
}
.city-state {
	float: left;
	font-family: 'Ubuntu-LightItalic';
	font-size: 15px;
	color: #fff;
	padding-left: 7px;
}
.header-inner{filter: opacity(0);transition: all 1.2s ease-in-out;visibility: hidden;z-index: -1;}
.header-inner.active{visibility: visible;z-index: 9;filter: opacity(1);}
.main-header{transition: all .7s ease-in-out;}
.main-header.inactive{opacity: 0;z-index:-1;}
.logo {
   display: inline-block;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
  top: 12px;
}
.header-inner .logo{
	left: 0px;
	transform: translateX(0px);
}
.header-inner .logo img{height: 103px;width: auto;}
.menu-list{
	padding-left: 110px;
}
.header-inner .header-container {
	max-width: 1270px;
	box-sizing: border-box;
}
.logo img {
	vertical-align: middle;
	position: relative;
	top: -10px;
}
#number {
	float: left;
	font-family: 'Ubuntu-MediumItalic';
	font-size: 15px;
	margin: 0 27px 0 30px;
	padding: 0 31px 0 30px;
	position: relative;
	color: #fff;
}
#number span {
	font-size: 15px;
	margin-right: 9px;
}
#number a:link, #number a:visited {
	color: #fff;
	border-bottom: 1px solid transparent;
	font-family: 'Ubuntu-LightItalic';
}
#number a:hover, #number a:focus {
  border-bottom: 1px solid #ffffff;
}
#number::after, #number::before {
	content: " ";
	position: absolute;
	height: 15px;
	width: 1px;
	top: 50%;
	margin-top: -7px;
	background-color: #fff;
}
#number::after {
	right: 0;
}
#number::before {
	left: 0;
}
#subnav {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 2;
}
#subnav ul {
  list-style: none;
}
#subnav ul::after {
  clear: both;
  display: block;
  content: " ";
}
#subnav ul li {
  float: left;
  padding-left: 23px;
}
#subnav ul li a:link, #subnav ul li a:visited {
  color: #d0b985;
  border-bottom: 1px dotted transparent;
  font-size: 14px;
}
#subnav ul li a:hover, #subnav ul li a:focus, #subnav ul li a.navON:link, #subnav ul li a.navON:visited {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

#nav {
	box-sizing: border-box;
	float: right;
	position: relative;
}
#nav #topnav {
  position: relative;
}
#nav ul::after {
  clear: both;
  content: " ";
  display: block;
}
#nav ul {
  list-style: none;
}
#nav ul li {
	float: left;
	font-size: 12px;
	font-family: 'WorkSans-Regular';
	margin: 0 35px 0 0;
	position: relative;
	text-transform: uppercase;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #4d4425;
	display: block;
	position: relative;
	overflow: hidden;
}
#nav ul li a::after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 25px;
	bottom: 0;
	left: 50%;
	background-color: #4d4425;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
#nav ul li a.navON:after, #nav ul li a:hover::after, #nav ul li a:focus::after, #nav ul li.navhover a::after, #nav ul li.navhover a.navON::after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
ul.dropnav {
	position: absolute;
	background-color: #243541;
	width: 240px;
	left: -10px;
	top: 110px;
    text-align: left;
}
.header-inner ul.dropnav{top: 96px;}
ul.dropnav:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 13px 15px 13px;
    border-style: solid;
    border-color: transparent transparent #243541 transparent;
    position: absolute;
    top: -15px;
    left: 20px;
}
ul.dropnav li {
	display: block;
  padding: 0px !important;
}
ul.dropnav li a{color: #fff;font-family: 'BrandonGrotesque-Regular';
    font-weight: bold;
    font-size: 15px;text-transform: inherit;padding: 12px !important;display: block;letter-spacing: 1px}


ul.dropnav li a:hover,ul.dropnav li a:focus,ul.dropnav li a.navON{background: #1b2a34;color: #f0b084;}

#nav ul li ul.dropnav li a.navON::after, #nav ul li ul.dropnav li a:hover::after, #nav ul li ul.dropnav li a:focus::after {
	opacity: 1;
}
.rest-logo-wrap{padding-top: 30px;text-align: center}
.weather-holder {
	float: left;
	font-size: 15px;
	color: #fff;
    padding-right: 35px;
  border-right: 1px solid #fff;
  margin-top: 14px;
}
.weather-holder a:link, .weather-holder a:visited {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.footer-logos{width: 550px}
.ic-weather {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.weather-holder span{font-size: 18px;}
.reserve-btn {
	float: right;
	width: 230px;
	text-align: center;
	margin-right: -30px;
}
.reserve-btn a.res-button:link, .reserve-btn a.res-button:visited {
	background-color: #4d4425;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.reserve-btn a.res-button:hover, .reserve-btn a.res-button:focus {
	background-color: #6d6036;
}
.reserve-btn a.res-button span {
	margin-left: 7px;
}
.reservation-container li select{cursor: pointer;}
body.no-scroll{overflow: hidden}
.reservation-bg {
	opacity: 0;
    visibility: hidden;
    z-index: -1;
	position: fixed;
	left: 0;
    top: 0;
	width: 100vw;
	background-color: #243541;
	height: 100%;
  background-image: url(https://assets.milestoneinternet.com/cornerstone-hospitality/the-sessions-hotel/site-assets/reserv-bg.png);
  padding-top: 140px;
  transition: all .6s ease-in-out;
}
.reservation-bg h2{text-align: center;color: #fff;font-family: 'Granville-Regular';font-size: 41px;font-weight: normal;text-transform: uppercase;padding-bottom: 65px;}
#reservationtable {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}
#reservationtable::after {
	clear: both;
	content: " ";
	display: block;
}
.res-mob-close {
	float: none;
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
    position: absolute;
    right: 340px;
    top: 30px;
}

.res-mob-close a:link, .res-mob-close a:visited {
	color: #fff;
	letter-spacing: 1.5px;
	border-bottom: 1px solid transparent;
}
.res-mob-close a:hover, .res-mob-close a:focus {
	border-bottom: 1px solid #ffffff;
}
.res-mob-close span {
	font-size: 45px;
	margin-left: 0px;
}
.res-mob-close a:hover,.res-mob-close a:focus{opacity:0.6;text-decoration: none;border: none!important;}
#reservation {
	max-width: 950px;
    margin: 0 auto;
	position: relative;
}
#reservation ul::after {
	clear: both;
	content: " ";
	display: block;
}
.icon-close1:before {
    content: "\e944";
   font-weight: normal;
}
#reservation ul li {
	float: left;
	width: 161px;
	position: relative;
	margin-right: 65px;
}


#reservation ul li:last-child {
	margin-right: 0;
    width: 156px;
}
#reservation ul li label.rtitle {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: block;
	color: #fff;
    font-weight: bold;
}
#reservation ul li::after {
	clear: both;
	content: " ";
	display: block;
}

#reservation ul li  input {
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 26px;
  font-family: 'Granville-Regular';
	color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  height: 45px;
}
#reservation ul li.reserv-drop{width: 69px;}
#reservation ul li  input:focus, #reservation ul li select:focus {
	border-bottom: 1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
}
.icon-angle-arrow-down:before {
    content: "\e977";
}
#reservation ul li select {
	width: 100%;
  padding:0;
	border: none;
	background-color: transparent;
	color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 26px;
 font-family: 'Granville-Regular';
	cursor: pointer;
   height: 45px;
}
#reservation ul li.reserv-drop .res-down-arrow {
	font-size: 15px;
    position: absolute;
    color: #fff;
    right: 5px;
    top: 41px;
}
.reservation-right-arrow {
	font-size: 58px;
	color: #6d623d;
	line-height: 76px;
	float: left;
	margin-right: 13px;
}
.reservation-right-arrow span {
	line-height: 76px;
}



.reservation-box-footer{text-align: center;padding-top: 20px;}

.reservation-bg.desk-reservation-active {
	opacity: 1;
   
	z-index: 999;
    visibility: visible;
}
/*========================== Header End ===================*/

/*========================== Middle Start ===================*/
#middle {
	position: relative;
	background-color: #000;
}
.inner-mainimage-bg {
	height: 485px;
	z-index: 1;
	background-color: #16200b;
	margin-bottom: -333px;
	position: relative;
}
.inner-mainimage-bg-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: .4;
	background-size: cover;
}
.header-wrap {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 26px 20px 0;
	color: #fff;text-shadow: 0 0 0 #fff;
}
.home-middle-image #mainimage {
	max-width: inherit;
	padding: 0;
}
.home-middle-image #mainimage.flexslider .slides img {
	max-height: 800px;
}
#mainimage {
	position: relative;
	z-index: 2;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
	width: auto;
}
#mainimage .flex-control-nav {
  bottom: 39px;
  left: 0;
  position: absolute;
  text-align: center;
  right: 0;
}
#mainimage .flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
}
#mainimage .flex-control-nav li a {
  cursor: pointer;
  display: block;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 1px;
  background: transparent;
}
#mainimage .flex-control-paging li a:hover, #mainimage .flex-control-paging li a:focus, #mainimage .flex-control-paging li a.flex-active {
  background: #ffffff;
}
.flex-pauseplay {
	display: none;
}
#mainimage.flexslider .slides img {
	width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
}
#mainimage .flex-direction-nav a {
	color: #fff;
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 40px;
	text-align: center;
	margin-top: -25px;
	z-index: 5;
}
#mainimage .flex-direction-nav a.flex-prev {
	left: 0;
}
#mainimage .flex-direction-nav a.flex-next {
	right: 0;
}
/*========================== Middle Start ===================*/


/*========================== Content Start ===================*/
#contentinfo {
	position: relative;
	background-color: #fff;
	z-index: 2;
}
#container-wrap {
  position: relative;
}
#container {
	max-width: 970px;
	margin: 0 auto;
	padding: 17px 20px 30px;
	position: relative;
}
#header {
	font-size: 50px;
	font-family: 'Ubuntu-LightItalic';
	line-height: 53px;
	text-align: center;
	padding-bottom: 8px;
}
.text-center {
    text-align: center;
}
.contentinfo-home h1 {
	color: #6d6036;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 18px;
	text-transform: capitalize;
	line-height: 45px;
	font-family: 'Ubuntu-MediumItalic';
}
.contentinfo-home h1 span {
	font-family: 'Ubuntu-LightItalic';
}
h1 {
	color: #6d6036;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 41px;
	text-transform: capitalize;
	line-height: 45px;
	font-family: 'Ubuntu-MediumItalic';
	text-align: center;
}
h2 {
	color: #6d6036;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
	text-transform: capitalize;
	line-height: 40px;
	font-family: 'Ubuntu-LightItalic';
}
h3 {
	color: #6d6036;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 25px;
	font-family: 'Ubuntu-LightItalic';
}
h4 {
	color: #6d6036;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
	line-height: 20px;
	font-family: 'Ubuntu-Italic';
}
#content .readmoretest {
	display: inline-block;
	margin-left: -26px;
}
#readmorelessbtn {
	padding-top: 20px;
}
/*========================== Content End ===================*/

/*========================== Footer Start ===================*/
#note {
	border-top: none;
	position: relative;
	background-color: #243541;
	margin-top: -180px;
}

.slick-prev{left: 54px;z-index: 3;bottom: 54px;top: auto;}
.slick-next{left: 95px;z-index: 3;bottom: 54px;top: auto;}
.home-accomodation-wrap .slick-prev::before, .home-accomodation-wrap .slick-next::before {
	font-size: 35px !important;
	color: rgba(255, 255, 255, 0);
	text-shadow: 0 0 0 #1f3646;
	font-weight: bold;
}
#home-accomodation-slider .slick-prev, #home-accomodation-slider .slick-next {
	color: #fff;
	width: 35px;
	height: 35px;
}
.footer-warp {
	clear:both;
	position: relative;
}

#home-accomodation-slider .slick-next{
  left: auto;
  right: 350px;
  bottom: 15px;
  top: auto;
}
.home-event-wrap  .slick-prev,.home-event-wrap .slick-next{height: 36px;width: 36px;}
.home-event-wrap .slick-next{left: 450px;bottom: 95px;}
.home-event-wrap .slick-prev{left: 285px;bottom: 95px;}
.home-event-wrap .slick-prev:before,.home-event-wrap .slick-next:before{color : #000 !important;font-weight:bold;font-size: 36px;}
.home-event-wrap .slick-prev:hover:before,.home-event-wrap .slick-next:hover:before,.home-event-wrap .slick-prev:focus:before,.home-event-wrap .slick-next:focus:before{color : #671231!important}
.event-home-image img{border: 5px solid #cfa11d;border-radius: 50%;}
#home-accomodation-slider .slick-prev{
  left: auto;
  right: 395px;
  bottom: 15px;
  top: auto;
}

.home-gallery-main .slick-next {
	bottom: 27px;
	right: 84px;
	left: auto;
	top: auto;
	font-size: 30px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-indent: -9999px;
}
.home-gallery-main .slick-prev {
	bottom: 27px;
	right: 134px;
	left: auto;
	top: auto;
	font-size: 30px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-indent: -9999px;
}
.home-gallery-main .slick-prev:before,.home-gallery-main .slick-next:before{font-size: 35px !important; position: absolute; text-indent: 0; left: 0; top: 0;}
.home-gallery-main .custom_paging{bottom:50px;right: 30px;}
.googleaddress.footer-box.googleaddress2 {
  margin: 0;
}
.information.footer-box {
	margin-right: 0;
	width: 50%;
	float: left;
}
#home-gallery {
	z-index: 3;
	background-color: #000;
}
.footer-information::after {
	clear: both;
	display: block;
	content: " ";
}
.information.footer-box ul::after {
	clear: both;
	content: " ";
	display: block;
}
.information.footer-box ul li {
	float: left;
	margin-right: 30px;
}
.information.footer-box ul li a:link, .information.footer-box ul li a:visited {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
.information.footer-box ul li a:hover, .information.footer-box ul li a:focus, .information.footer-box ul li a.navON:link, .information.footer-box ul li a.navON:visited {
	opacity: .6;
}
.subscribe-box.footer-box {
	float: right;
}
.footer-sec-title {
  
  font-size: 20px;
  padding-bottom: 10px;
  color: #ffffff;
  line-height: 40px;
}
.footer-information::after {
	clear: both;
	display: block;
	content: " ";
}
.footer-main-logo {
	float: left;
	margin-right: 80px;
}
.footer-main-logo-wrap a:link, .footer-main-logo-wrap a:visited {
	display: block;
	border: 1px dashed transparent;
}
.footer-main-logo-wrap a:hover, .footer-main-logo-wrap a:focus {
	display: block;
	border: 1px dashed #27a536;
}
.footer-information-wrap {
	float: left;
}
.footer-main-logo-wrap img {
	vertical-align: top;
}
.footer-information{padding-top: 55px;}

footer{color: #fff;}
footer a.nav:link, footer a.nav:visited, footer a:link, footer a:visited {
  color: #fff;
}
footer a.navON:link, footer a.navON:visited, footer a.navON:hover, footer a.navON:focus, footer a.nav:hover, footer a.nav:focus, footer a:hover, footer a:focus {
  opacity: .6;
}
footer .social-media a:link, footer .social-media a:visited, footer .social-media a:hover, footer .social-media a:focus {
  border-bottom: 0 dashed #ffffff !important;
}
footer .social-media a:hover, footer .social-media a:focus {
	opacity:0.6
}
.htl-addr .mim-icon-placeholder {
	position: absolute;
	font-size: 16px;
	color: #4d4425;
	left: 0;
	top: 4px;
}
.htl-phone{padding-right: 15px;}
.htl-phone,.htl-email{display: inline-block;vertical-align: middle;}
.htl-addr {
	position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}
.htl-email {
	padding-left: 0;
	border-left: 0px solid #fff;
	line-height: 15px;
	display: block;
	padding-top: 5px;
}
.phone-wrap {
	position: relative;
}
.phone-wrap .mim-icon-phone-call {
	position: absolute;
	left: 0;
	top: 4px;
}
.footer-info-title-reserv {
	font-family: 'WorkSans-Bold';
}
.social-media {
	display: inline-block;
	vertical-align: middle;
}
.sub-social {
	
	padding-top: 23px;
}
.social-media ul li {
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	margin: 0 0 0 40px;
}
.social-media ul li:first-child{margin-left: 0;}
.social-media ul, .popular-links ul {
  text-align: right;
}
.subscribe-btn a:link, .subscribe-btn a:visited {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	margin-right: 55px;
}

.subscribe-btn a:hover, .subscribe-btn a:focus {
	opacity: .6;
}
.footer-inner.addBg{background-image: url('https://assets.milestoneinternet.com/cornerstone-hospitality/the-sessions-hotel/site-assets/foter-patern.png');}
.footer-inner{background-size: contain;padding-bottom: 75px;background-repeat: repeat;}
.subscribe-btn a::after {
	content: '\e9c9';
    top: -8px;
    font-weight: normal;
	font-family: 'MilestoneRetinaDisplayIcons' !important;
	font-size: 32px;
	vertical-align: middle;
	margin-left: 15px;
	position: absolute;
	right: -55px;
}
.footer-information {
	float: left;
}
.footer-warp::after {
	clear: both;
	content: " ";
	display: block;
}
.footer-right-section {
	float: right;
}
.footer-logos-wrap {
	text-align: right;
}
.footer-best-rate {
	display: inline-block;
	vertical-align: middle;
	padding-right: 31px;
}
.footer-trip-logo {
	display: inline-block;
	vertical-align: middle;
}
.footer-best-rate img, .footer-trip-logo img {
	vertical-align: top;
}
.footer-best-rate a:link, .footer-trip-logo a:link, .footer-best-rate a:visited, .footer-trip-logo a:visited {
	display: inline-block;
	border: 1px dotted transparent;
    margin-left: 30px;
}
.footer-best-rate a:hover, .footer-trip-logo a:hover, .footer-best-rate a:focus, .footer-trip-logo a:focus {
	border: 1px dotted #4d4425;
}
.popular-links ul li {
	display: inline-block;
	padding: 0 7px 0 6px;
	font-size: 16px;
	position: relative;
}
.popular-links ul li::after {
	content: " ";
	width: 1px;
	height: 14px;
	background-color: #868171;
	position: absolute;
	right: 0;
	top: 7px;
  display: none;
}
.popular-links ul li:last-child {
	padding-right: 0;
}
.popular-links ul li:last-child::after {
	display: none;
}
footer .popular-links ul li a:link, footer .popular-links ul li a:visited {
	border-bottom: 1px solid #fff;
}
footer .popular-links ul li a.navON:link, footer .popular-links ul li a.navON:visited, footer .popular-links ul li a:hover, footer .popular-links ul li a:focus {
	border-bottom: 1px solid transparent;
}
.popular-links.footer-box {
	padding-top: 30px;
	text-align: right;
	padding-bottom: 6px;
}
.copy-statement {
	text-align: right;
	font-size: 14px;
}
/*========================== Footer End ===================*/

a#backtotop:link, a#backtotop:visited {
	position: fixed;
	z-index: 9;
	width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 20px;
	right: 20px;
	background-color: #ffffff;
	color: #671231;
	text-align: center;
	border: 2px solid #671231;
}
a#backtotop .mim-icon-select-drop-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: block;
  height: 50px;
  line-height: 50px;
}
a#backtotop:hover, a#backtotop:focus {
  background-color: #671231;
  color: #ffffff;
}
#breadcrumb {
	text-align: center;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 42px;
	color: rgba(255,255,255,.6);
	font-family: 'Ubuntu-LightItalic';
}
#breadcrumb span.mim-icon-filled-circle {
	font-size: 3px;
	margin: 0 5px;
	vertical-align: middle;
}
.column21 {
  width: 48%;
  float: left;
}
.column22 {
  float: right;
  width: 48%;
}
.column31 {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}
.column32 {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.column33 {
  width: 31%;
  float: right;
}
.column41 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.column42 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.column43 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.column44 {
  float: right;
  width: 48%;
}
.common-snippet-list ul li, .box ul li, .box2 ul li, .column21 ul li, .column22 ul li, .column31 ul li, .column32 ul li, .column33 ul li, .column41 ul li, .column42 ul li, .column43 ul li, .column44 ul li {
  line-height: 24px;
  position: relative;
  padding-left: 16px;
  font-size: 18px;
}
.common-snippet-list ul li::before, .box ul li::before, .box2 ul li::before, .column21 ul li::before, .column22 ul li::before, .column31 ul li::before, .column32 ul li::before, .column33 ul li::before, .column41 ul li::before, .column42 ul li::before, .column43 ul li::before, .column44 ul li::before {
	content: "\e970";
	font-family: 'mimiconfont';
	position: absolute;
	left: 0;
	font-size: 9px;
	top: 0;
	line-height: 24px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
#container-wrap2:empty {
  display: none;
}
#container-wrap2 {
	position: relative;
}
#contentinfo.subnav-main {
  padding-top: 101px;
}
.photo-gallery-main #container {
  max-width: 1170px;
}
#gdprformsection {
  border: 1px solid #525148 !important;
  padding: 20px !important;
}
#gdprsubmit {
	display: inline-block;
	padding: 0 20px;
	height: 53px;
	line-height: normal;
	vertical-align: middle;
}
#gdpremail {
	vertical-align: middle;
}



/*---------------------------- 404 ------------------------------*/
.errTop {
  font-size: 18px;
  /* line-height: 26px; */
  text-align: center;
}
.oh {
  border-right: 1px solid #525148;
  font-size: 25px;
  margin-right: 15px;
  padding-right: 15px;
}
.er {
  font-size: 18px;
}
.errSugg {
  font-size: 18px;
}
.er-maindiv {
  margin: 0 auto;
  padding-top: 25px;
  width: 100%;
}
.er-or {
  font-size: 28px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.er-contentbox-wrap {
  width: 24%;
  float: left;
  margin: 0 1.33% 0 0;
  position: relative;
  text-align: center;
}
.er-contentbox-wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.er-contentbox-wrap:nth-child(4) {
    margin: 0;
}
.er-or {
  font-size: 28px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.er-back {
  padding: 20px 0;
  text-align: center;
  width: auto;
  margin: 0 auto;
}
#goog-fixurl {
  margin: 0 auto;
  max-width: 540px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.search-goog input {
  margin-right: 10px;
  display: inline-block;
  width: 285px;
  vertical-align: middle;
}
#goog-wm-sb {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.box2.shadow-box.err-404-box {
  padding: 0;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.er-contentbox-wrap a:hover,.er-contentbox-wrap a:focus{opacity: 6;}
/*---------------------------- 404 ------------------------------*/

.outer-box {
	background-color: #f4f2e9;
	margin: 30px auto 0;
	max-width: 960px;
	padding: 30px 0;
	text-align: center;
	width: 94%;
	border: 1px solid #4d4425;
}
.pro-txt {
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'BrandonGrotesque-Regular';
}
.click-logo {
  padding-bottom: 20px;
}
.vcard {
  font-size: 14px;
  line-height: 24px;
}
.vcard a:link, .vcard a:visited {
	border-bottom: 1px solid;
}
.vcard a:hover, .vcard a:focus {
	border-bottom: 1px dashed;
}
.vcard .fn {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Regular';
	line-height: 30px;
}
.lockimg {
  font-size: 120px;
  margin-bottom: 20px;
}
.footer-logo-info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.footer-logo-main-wrap {
  text-align: center;
  padding-top: 38px;
}
.reviewPagination .lnkPrevious, .reviewPagination .lnkNext {
  position: relative;
}
.reviewPagination .lnkPrevious::before, .reviewPagination .lnkNext::after {
  font-family: 'mimiconfont';
  font-size: 10px;
  vertical-align: middle;
  margin: 0 5px;
}
.reviewPagination .lnkPrevious::before {
  content: "\e94c";
}
.reviewPagination .lnkNext::after {
  content: "\e951";
}

/*----------------------------- Home Content -------------------------*/
.contentinfo-home #container {
	max-width: 1170px;
	position: static;
	min-height: 754px;
	padding: 111px 20px 77px;
}
.contentinfo-home #container::after {
	content: " ";
	clear: both;
	display: block;
}
.contentinfo-home #content {
	width: 570px;
	padding-left: 0;
	box-sizing: border-box;
}
.home-section1 {
	width: 36.39vw;
	float: right;
	box-sizing: border-box;
	position: absolute;
	right: 10.83vw;
	top: 39px;
	padding: 40px 0 54px;
}
#quotes {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 50px;
	line-height: 50px;
	text-align: center;
}
/*----------------------------- Home Content -------------------------*/

/*----------------------------- Home Top Reason -------------------------*/
.top-reason-wrap {
	background-color: #000;
}
.top-reason-img {
	position: relative;
}
.top-reason-img::after {
	content: " ";
	background-image: url(https://assets.milestoneinternet.com/cornerstone-hospitality/the-sessions-hotel/images-noindex/top-reason-img-bg.png);
	width: 100%;
	height: 229px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: repeat-x;
}
.top-reason-slide-wrap {
	position: relative;
}
.top-reason-info {
	position: absolute;
	width: 350px;
	bottom: 39px;
	left: 43px;
	z-index: 2;
}
.top-reason-main-title {
	font-family: 'Ubuntu-MediumItalic';
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}
.top-reason-title {
	font-size: 34px;
	line-height: 35px;
	font-family: 'Ubuntu-LightItalic';
}
.top-reason-title a:link, .top-reason-title a:visited {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.top-reason-title a:hover, .top-reason-title a:focus {
	border-bottom: 1px solid #ffffff;
}
.bx-wrapper .bx-controls {
	position: absolute;
	width: 128px;
	z-index: 55;
}
.top-reason-wrap .bx-wrapper .bx-controls {
	right: 34px;
	bottom: 42px;
}
.bx-wrapper .bx-controls .bx-pager {
	font-size: 20px;
	font-family: 'Ubuntu-LightItalic';
	font-weight: normal;
	color: #4d4425;
}
.top-reason-wrap .bx-wrapper .bx-controls .bx-pager {
	color: #fff;
}
.bx-wrapper .bx-controls .bx-pager span.current {
	font-size: 30px;
	font-family: 'Ubuntu-BoldItalic';
	margin-right: -4px;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
	height: 25px;
	margin-top: 0;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: -1px;
	width: 25px;
	z-index: 9999;
	border: 1px solid transparent;
	color: #4d4425;
}
.bx-wrapper .bx-controls .bx-controls-direction a::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	line-height: 27px;
	text-align: center;
	left: 0;
	font-family: 'mimiconfont';
	font-size: 20px;
	text-indent: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::after {
	content: '\e969';
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next::after {
	content: '\e96a';
}
.top-reason-wrap .bx-wrapper .bx-controls .bx-controls-direction a {
	color: #fff;
}
.bx-wrapper .bx-controls .bx-controls-direction a:hover, .bx-wrapper .bx-controls .bx-controls-direction a:focus {
	border: 1px solid #4d4425;
}
.top-reason-wrap .bx-wrapper .bx-controls .bx-controls-direction a:hover, .top-reason-wrap .bx-wrapper .bx-controls .bx-controls-direction a:focus {
	border: 1px solid #ffffff;
}
.top-reason-img img {
	height: 660px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.contentinfo-home #container::before {
	content: " ";
	position: absolute;
	width: 44.28vw;
	right: 0;
	top: 39px;
	background-image: url(https://assets.milestoneinternet.com/cornerstone-hospitality/the-sessions-hotel/images-noindex/top-reason-bg.png);
	height: 754px;
}
/*----------------------------- Home Top Reason -------------------------*/


/*----------------------------- Home Book Direct -------------------------*/
.book-direct-logo {
	text-align: center;
	padding: 25px 0;
}
.book-direct-main-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	padding-bottom: 10px;
}
.book-direct-wrap::after {
	content: " ";
	display: block;
	clear: both;
}
.book-direct-wrap {
	text-align: center;
}
.book-direct-info {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 12px 0 0;
	padding-right: 21px;
	position: relative;
}
.book-direct-wrap .book-direct-info:last-child {
	padding: 0;
	margin: 0;
}
.book-direct-info::after {
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #4d4425;
	position: absolute;
	right: 0;
	bottom: 11px;
}
.book-direct-wrap .book-direct-info:last-child::after {
	display: none;
}
.book-direct-icon-wrap {
	font-size: 18px;
	line-height: normal;
}
.book-direct-logo img {
	vertical-align: top;
}
/*----------------------------- Home Book Direct -------------------------*/


/*----------------------------- Home Room -------------------------*/
.home-section2 {
	position: relative;
	padding-bottom: 176px;
}
.home-room-section-img-title {
	position: relative;
	background-color: #000;
	margin-bottom: -323px;
	z-index: 1;
	height: 656px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.home-rrom-section-bg-img img {
	vertical-align: top;
	width: 100%;
	height: 656px;
	object-fit: cover;
	object-position: center;
}
.home-room-section-main-title {
	position: absolute;
	top: 110px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	font-family: 'Ubuntu-MediumItalic';
	font-size: 50px;
	line-height: 53px;
}
.home-room-section-main-title span {
	font-family: 'Ubuntu-LightItalic';
	display: block;
}
.home-section2-wrap {
	max-width: 1312px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	padding: 0 20px;
}
.home-room-section {
	position: relative;
}
.home-room-section-img img {
	vertical-align: top;
	width: 100%;
	height: 645px;
	object-fit: cover;
	object-position: center;
}
.home-room-section-info-wrap {
	position: relative;
	z-index: 3;
	padding: 52px 55px 0 60px;
}
.home-room-section-info {
	position: absolute;
	width: 470px;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.home-room-section-info::after {
	content: " ";
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.home-room-blur {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: right center;
	filter: blur(6px);
    -webkit-filter: blur(6px);
	z-index: 1;
}
.home-room-section-title::after {
	content: " ";
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #4d4425;
}
.home-room-section-title {
	font-family: 'Ubuntu-Medium';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 20px;
}
.home-room-section-sub-title {
	font-family: 'Ubuntu-LightItalic';
	font-size: 35px;
	line-height: 40px;
	color: #6d6036;
}
.home-room-section-btn {
	width: 235px;
}
.home-room-section-desc {
	padding: 46px 0 36px;
}
.home-section2::after {
	content: " ";
	position: absolute;
	width: 43.67%;
	height: 498px;
	right: 0;
	bottom: 0;
	background-image: url(https://assets.milestoneinternet.com/cornerstone-hospitality/the-sessions-hotel/images-noindex/top-reason-bg.png);
	background-attachment: fixed;
}
/*----------------------------- Home Room -------------------------*/


/*----------------------------- Home Dining -------------------------*/
.home-dining-section {
	max-width: 1305px;
	margin: 0 auto;
	position: relative;
	left: 69px;
	padding: 0 20px;
}
.home-dining-section-wrap::after {
	content: " ";
	display: block;
	clear: both;
}
.home-dining-img-wrap {
	width: 60.61%;
	float: right;
	position: relative;
	padding-bottom: 53px;
}
.home-dining-big-img img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}
.home-dining-small-img {
	position: absolute;
	border: 10px solid #ffffff;
	width: 52.6%;
	bottom: 0;
	left: -65px;
}
.home-dining-info {
	width: 34%;
	float: left;
	position: relative;
	padding-top: 32px;
}
.home-dining-main-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 30px;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 21px;
}
.home-dining-desc {
	padding: 35px 0 32px;
}
.home-dining-main-title::after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #4d4425;
}
.home-dining-title {
	font-family: 'Ubuntu-LightItalic';
	font-size: 35px;
	line-height: 40px;
}
.home-dining-hour-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 2px;
}
.home-dining-btn {
	width: 169px;
	padding-left: 168px;
	padding-top: 33px;
}
.home-dining-section .bx-wrapper .bx-controls {
	margin-top: 79px;
}
.home-section3 {
	padding-bottom: 167px;
	position: relative;
}
.home-section3::after {
	content: " ";
	position: absolute;
	width: 43.67%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-image: url(https://assets.milestoneinternet.com/cornerstone-hospitality/the-sessions-hotel/images-noindex/top-reason-bg.png);
	background-attachment: fixed;
}
.home-dining-small-img img {
	width: 100%;
	height: 284px;
	object-fit: cover;
	object-position: center;
}
/*----------------------------- Home Dining -------------------------*/


/*----------------------------- Home Wedding -------------------------*/
.home-section4 {
	padding: 15px 0;
	position: relative;
}
.home-wedding-section-wrap:first-child {
	border-right: 7px solid #fff;
	left: 0;
}
.home-wedding-section-wrap:last-child {
	border-left: 7px solid #fff;
	right: 0;
}
.home-wedding-section-slide::after {
	content: " ";
	display: block;
	clear: both;
}
.home-wedding-section-slide {
	height: 645px;
	position: relative;
}
.home-wedding-section-wrap {
	width: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
}
.home-wedding-img-wrap img {
	width: 100%;
	height: 645px;
	object-fit: cover;
	object-position: center;
	vertical-align: top;
	opacity: 1;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
}
.home-wedding-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	margin-top: -166px;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
}
.home-wedding-info-wrap {
	position: absolute;
	width: 415px;
	top: 0;
	color: #fff;
	transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
}
.home-wedding-section-wrap:first-child .home-wedding-info-wrap {
	right: 83px;
	text-align: right;
}
.home-wedding-section-wrap:last-child .home-wedding-info-wrap {
	left: 83px;
}
.home-wedding-main-title {
	font-size: 20px;
	line-height: 50px;
	font-family: 'Ubuntu-MediumItalic';
	padding-bottom: 12px;
	text-shadow: 0 0 10px #000, 0 0 20px #000;
    -webkit-text-shadow: 0 0 10px #000, 0 0 20px #000;
}
.home-wedding-desc {
	padding: 30px 0;
}
.home-wedding-title {
	font-family: 'Ubuntu-LightItalic';
	font-size: 35px;
	line-height: 34px;
	text-shadow: 0 0 10px #000, 0 0 20px #000;
    -webkit-text-shadow: 0 0 10px #000, 0 0 20px #000;
}
.home-wedding-title span {
	display: block;
	font-family: 'Ubuntu-BoldItalic';
}
.home-wedding-btn a.button:link, .home-wedding-btn a.button:visited {
	color: #fff;
	border-color: #fff;
}
.home-wedding-btn {
	width: 168px;
}
.home-wedding-section-wrap:first-child .home-wedding-btn {
	margin: 0 0 0 auto;
}
.home-wedding-img-wrap {
	position: relative;
}
.home-wedding-img-wrap::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0);
}
.home-wedding-section-wrap:hover .home-wedding-info, .home-wedding-section-wrap:focus .home-wedding-info, .home-wedding-section-wrap.blockdiv .home-wedding-info {
	top: 0;
	margin-top: 0;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
}
.home-wedding-section-wrap:hover .home-wedding-info-wrap, .home-wedding-section-wrap:focus .home-wedding-info-wrap, .home-wedding-section-wrap.blockdiv .home-wedding-info-wrap {
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0.4s;
}
.home-wedding-section-wrap:hover .home-wedding-main-title, .home-wedding-section-wrap:hover .home-wedding-title, .home-wedding-section-wrap:focus .home-wedding-main-title, .home-wedding-section-wrap:focus .home-wedding-title, .home-wedding-section-wrap.blockdiv .home-wedding-main-title, .home-wedding-section-wrap.blockdiv .home-wedding-title {
	text-shadow: none;
	-webkit-text-shadow: none;
}
.home-wedding-section-wrap:hover .home-wedding-img-wrap::after, .home-wedding-section-wrap:focus .home-wedding-img-wrap::after, .home-wedding-section-wrap.blockdiv .home-wedding-img-wrap::after {
	background-color: rgba(109,96,54,0.8);
}
.home-wedding-section-wrap:hover .home-wedding-img-wrap img, .home-wedding-section-wrap:focus .home-wedding-img-wrap img, .home-wedding-section-wrap.blockdiv .home-wedding-img-wrap img {
	opacity: 0.6;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
}
.home-wedding-btn a.button:hover, .home-wedding-btn a.button:focus {
    background: #ffffff;
	color: #6d6036;
	border-color: #fff;
}
.home-wedding-section-wrap:hover, .home-wedding-section-wrap:focus, .home-wedding-section-wrap.blockdiv {
	width: 60.40%;
	z-index: 3;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
}
.home-wedding-section-wrap.active {
	width: 39.60%;
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
}
.home-wedding-section-wrap.active .home-wedding-img-wrap::after {
    background-color: rgba(0,0,0,0.6);
	transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
    -o-transition: all 0.4s cubic-bezier(0.2,0.2,0.6,0.9) 0s;
}
.home-wedding-section-wrap.active .home-wedding-info {
	opacity: 0.7;
}
/*----------------------------- Home Wedding -------------------------*/

/*----------------------------- Home special -------------------------*/
.home-special-section {
	max-width: 1305px;
	margin: 0 auto;
	position: relative;
	left: -66px;
	padding: 0 20px;
}
.home-special-section-wrap::after {
	content: " ";
	display: block;
	clear: both;
}
.home-special-img-wrap {
	width: 60.54%;
	float: left;
	position: relative;
	padding-bottom: 0;
}
.home-special-img-wrap img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}
.home-special-info {
	width: 36.09%;
	float: right;
	position: relative;
	padding-top: 41px;
	box-sizing: border-box;
	padding-right: 40px;
}
.home-special-main-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 30px;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 24px;
}
.home-special-desc {
	padding: 35px 0 16px;
}
.home-special-main-title::after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #4d4425;
}
.home-special-title {
	font-family: 'Ubuntu-LightItalic';
	font-size: 35px;
	line-height: 40px;
	color: #6d6036;
}
.home-special-hour-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 2px;
}
.home-special-btn {
	width: 207px;
	padding-left: 0;
	padding-top: 41px;
}
.home-special-section .bx-wrapper .bx-controls {
	left: 63.5%;
	bottom: 44px;
}
.home-special-rate span {
	font-family: 'Ubuntu-Italic';
}
.home-special-rate {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 30px;
}
.home-special-main-btn {
	position: absolute;
	left: 76%;
	bottom: 47px;
	z-index: 55;
}
.home-section5 {
	background-color: #eeebe2;
	padding: 107px 0 50px;
	position: relative;
}
/*----------------------------- Home special -------------------------*/


/*----------------------------- Home Review -------------------------*/
.home-section6 {
	background-color: #eeebe2;
	position: relative;
}
.home-section6-wrap {
	max-width: 895px;
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}
.home-review-section {
	position: relative;
	overflow: hidden;
}
.home-review-section-main-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 26px;
	position: relative;
	z-index: 2;
	padding-top: 153px;
}
.home-review-section-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 35px;
	line-height: normal;
	color: #6d6036;
	padding-bottom: 9px;
}
.home-review-section .bx-wrapper {
	height: 266px;
}
.home-review-section::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #f7f5f1;
}
.home-review-section .bx-wrapper .bx-controls {
	bottom: 80px;
	left: 50%;
	margin-left: -64px;
}
/*----------------------------- Home Review -------------------------*/

/*----------------------------- Home explore -------------------------*/
.home-explore-section {
	max-width: 1305px;
	margin: 0 auto;
	position: relative;
	left: 69px;
	padding: 0 20px;
}
.home-explore-section-wrap::after {
	content: " ";
	display: block;
	clear: both;
}
.home-explore-img-wrap {
	width: 60.61%;
	float: right;
	position: relative;
	padding-bottom: 0;
}
.home-explore-img-wrap img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
	border: 10px solid #fff;
	box-sizing: border-box;
}
.home-explore-info {
	width: 36.02%;
	float: left;
	position: relative;
	padding-top: 85px;
}
.home-explore-main-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 30px;
	position: relative;
	padding-bottom: 26px;
	margin-bottom: 23px;
}
.home-explore-desc {
	padding: 15px 0 13px;
}
.home-explore-main-title::after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #4d4425;
}
.home-explore-title {
	font-family: 'Ubuntu-LightItalic';
	font-size: 35px;
	line-height: 40px;
}
.home-explore-hour-title {
	font-family: 'Ubuntu-MediumItalic';
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 2px;
}
.home-explore-btn {
	width: 207px;
	padding-left: 0;
	padding-top: 33px;
}
.home-explore-section .bx-wrapper .bx-controls {
	margin-top: 132px;
	left: 27%;
}
.home-section7-bg {
	height: 900px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-section7 {
	position: relative;
}
/*----------------------------- Home explore -------------------------*/
.box2.sitemapinfo {
	padding-bottom: 0;
}
.hours-of-opration-location h4 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 16px;
}
.hours-of-opration-location {
	padding-bottom: 15px;
}
.datepicker-input{cursor: pointer;}
.reservation-box-footer button{padding: 17px 45px 17px;font-size: 16px;cursor: pointer;}
.reservation-box-footer-text{text-align: center;color: #fff;padding-top: 70px;font-family: 'BrandonGrotesque-Regular';color: #fff;font-weight: bold;font-size: 22px;letter-spacing: 1px;}
.reservation-box-footer-text a{color: #fff;}
.reservation-box-footer-text a:hover,.reservation-box-footer-text a:focus{opacity: .6}
.menu-close{right: 20px;top: 20px;position: absolute;display: block;z-index:3;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
	color: #671231 ;
}
.htl-website{padding-top: 10px;}
.footerLink{padding-top: 25px;}
.mim-icon-facebook-icon:before{content: "\e6bc";}
.mim-icon-instagram-icon:before{content: "\ea81";}
footer .social-media a{font-size: 18px;}
.weather-wrap{text-align: right;padding-top: 36px;}
.icon-images:before {
    content: "\e70b";
}
.icon-location4:before {
    content: "\e9aa";
}
.icon-gift-1:before {
    content: "\e9ca";
}
select option {
    color: #000!important;
}
a.button.pointer.collapes:link, a.button.pointer.collapes:visited, a.button.pointer.expandable:link, a.button.pointer.expandable:visited {
    text-align: center;
}
@media only screen and (max-width: 1250px) {
  .topnav li a.common-btn{padding-left: 20px;padding-right: 20px;}
  .topnav li a{font-size: 11px;}
  .footer-trip-logo img{max-width: 100px;}
.topnav li {
	padding-right: 6px !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .reservation-container{max-width: 1200px !important;}
  .reservation-container .ada-datepicker button.ui-datepicker-trigger img{height: 18px !important;}
  .slick-prev, .slick-next{height: 35px;width: 35px;}
  #home-accomodation-slider .slick-prev,#home-accomodation-slider .slick-next,#home-offer-slider .slick-prev,#home-offer-slider .slick-next,#home-gallery .slick-prev,#home-gallery .slick-next{bottom: 30px}
}
.formslable {
	display: none !important;
}
a.mapinnerbox_btn:link, a.mapinnerbox_btn:visited, .map-phone a:link, .map-phone a:visited {
 
 
}
a.mapinnerbox_btn:hover, a.mapinnerbox_btn:focus, .map-phone a:hover, .map-phone a:focus {
	border-bottom: 1px solid transparent;
}
.contact-left-contentsection #gmap_canvas #map {
	height: 520px !important;
}
.mfp-wrap .image-popup{display: block !important}
.image-popup{
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
  position: relative;
}
.image-popup .mfp-close{right: -20px;}
li#teconsent a{border-bottom:1px solid #fff;}
li#teconsent a:hover, li#teconsent a:focus {border-bottom:1px solid transparent;}
.img-content img{width: 100%;}
.booking-click-page #ccpacontainer, .booking-click-page #teconsent {display:none  !important;}
/*
#map_placemarklist .mCustomScrollbar{height:500px !important;}
*/
.milestone_placepark.active {
    
    background: #ececec;
   
    border: solid 2px #671231;
}
.H_ib_content .mapinnerbox_btn{display:none;}
body.zommLevel200 .footer-right-section {
    float: right;
    width: 43%;
}
body.zommLevel200 .footer-trip-logo {
    display: block;
    vertical-align: middle;
    float: left;
    margin-left: 15px;
}
body.zommLevel200 .popular-links.footer-box {
    padding-top: 30px;
    text-align: right;
    padding-bottom: 6px;
    clear: both;
}
body.zommLevel200 .home-accomodation-wrap .title{font-size:42px;}
.hubreview_website #faq-question-list ul li h3 a:link, .hubreview_website #faq-question-list ul li h3 a:visited {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: 'BrandonGrotesque-Regular';
}

.formslable{display:none !important;}
/* COVID-19 Advisory */
.covid-19-advisory-main {
    text-align: center;
    margin-top: -50px;
    position: relative;
    padding-bottom: 30px;
}
.covid-19-advisory-inner {
    background-color: #671231;
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    text-align: center;
}
/* COVID-19 Advisory */


a.bark {
	color: #fff;
	text-decoration: underline;
}
#main.pushItDown {margin-top: 0px !important;}
/*#msCookieBanner {display: none !import*/
@media only screen and (min-width: 1300px){
  /*#mainimage li {display: none;}
  #mainimage li:first-child {display: block;}*/
#middle.home-middle-image {
    height: 578px;
    overflow: hidden;
  }
.inner-page #middle  {
    height: 354px;
    overflow: hidden;
  }
}


.box4 .read-more-content h2 {
	color: #fff;
	text-shadow: none;
}
.box5 h3.cal-to-sec {
	color: #fff;
	text-shadow: none;
}
.box5 .cal-to-sec a:hover, .box5 .cal-to-sec a:focus {
    background: #1f3646;
  opacity: 1;
}

.press-section h3{color: #fff;
    text-shadow: none;
} 

#innerpage-event-calendar #home-event-wrap {
  margin-top: -85px;
  padding-top: 100px;
}
#innerpage-event-calendar .home-event-slider * {
    box-sizing: revert;
}
@media only screen and (max-width: 768px) {
  #innerpage-event-calendar #home-event-wrap {
    margin-top: -45px;
  }
}

#hotel-banner {
 
max-width: 1194px;
    margin: 0 auto 60px;
    width: 98%;
}
.hotel-banner-right {
    color: #fff;
    text-align: center;
    /* display: flex; */
    flex-wrap: wrap;
    max-width: 60%;
    /* margin-left: 6%; */
    margin: 0 auto;
}
.hotel-banner-home {
    width: 95%;
    display: flex;
    text-align: center;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #0d1e29;
    position: relative;
    /* padding-right: 9%; */
    box-sizing: border-box;
    min-height: 130px;
    margin-right: 9%;
}
 
.hotel-banner-logo {
    background: #fff;
    margin: 11px 0;
    border-radius: 0 10px 10px 0;
    padding: 30px 10px;
    min-height: 100px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}
.hotel-banner-right h2 {
  width: 100%;
    font-family: 'Granville-Regular';
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
      margin-bottom: 0px;
    padding-bottom: 0;
}
.hotel-banner-right a.arrow-link {
    color: #fff;
}
.hotel-banner-right  .floatingbanner-btn {
    padding: 10px 0;
}
.hotel-banner-right .floatingbanner-desc {font-family: 'BrandonGrotesque-Regular';
font-size: 20px;
font-weight: 390;
line-height: 28.6px;
  text-transform: uppercase;
text-align: left;
}
.hotel-banner-image {
    margin: -11% 0 -11% 0;
    position: absolute;
    right: -5%;
    /* float: right; */
}
@media only screen and (max-width: 980px) {
  .hotel-banner-logo {
    width: 150px;
}
  .hotel-banner-image img,  .hotel-banner-logo img {
    width: 100%;
    height: auto;
}
  .hotel-banner-home {    width: 94%;}
  .hotel-banner-image {
    width: 180px;
    right: -50px;
}
  .hotel-banner-right h2 {    font-size: 40px;}
  .hotel-banner-right .floatingbanner-desc {  font-size: 17px;}
}

