/* line 1, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
:root {
  --button-hover-bg-color: #cac243;
}
/* line 5, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 12, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
html {
  scroll-behavior: smooth;
  min-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* line 19, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
body {
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  background-color: #fff;
  position: relative;
  font-family: 'robotoregular', arial, sans-serif;
  min-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* line 31, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
/**** font family css ***/
@font-face {
  font-family: 'robotoregular';
  src: url('../webfonts/roboto-regular-webfont.eot');
  src: url('../webfonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-regular-webfont.woff2') format('woff2'), url('../webfonts/roboto-regular-webfont.woff') format('woff'), url('../webfonts/roboto-regular-webfont.ttf') format('truetype'), url('../webfonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('../webfonts/robotocondensed-bold-webfont.eot');
  src: url('../webfonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('../webfonts/robotocondensed-bold-webfont.woff') format('woff'), url('../webfonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../webfonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('../webfonts/roboto-black-webfont.eot');
  src: url('../webfonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-black-webfont.woff2') format('woff2'), url('../webfonts/roboto-black-webfont.woff') format('woff'), url('../webfonts/roboto-black-webfont.ttf') format('truetype'), url('../webfonts/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../webfonts/roboto-bold-webfont.eot');
  src: url('../webfonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-bold-webfont.woff2') format('woff2'), url('../webfonts/roboto-bold-webfont.woff') format('woff'), url('../webfonts/roboto-bold-webfont.ttf') format('truetype'), url('../webfonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../webfonts/roboto-light-webfont.eot');
  src: url('../webfonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/roboto-light-webfont.woff2') format('woff2'), url('../webfonts/roboto-light-webfont.woff') format('woff'), url('../webfonts/roboto-light-webfont.ttf') format('truetype'), url('../webfonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../webfonts/PlayfairDisplay-Black.woff2') format('woff2'), url('../webfonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../webfonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/PlayfairDisplay-Medium.woff2') format('woff2'), url('../webfonts/PlayfairDisplay-Medium.woff') format('woff'), url('../webfonts/PlayfairDisplay-Medium.ttf') format('truetype'), url('../webfonts/PlayfairDisplay-Medium.svg#robotobold') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../webfonts/Avenir-Medium.woff2') format('woff2'), url('../webfonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancing Script';
  src: url('../webfonts/DancingScript-Regular.eot');
  src: url('../webfonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/DancingScript-Regular.woff2') format('woff2'), url('../webfonts/DancingScript-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 147, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
i.fa.fa-window-restore:before {
  content: '\f2d2 ';
  font-size: 16px;
  padding-left: 3px;
}
/** general css ***/
/* line 154, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.fw-normal {
  font-weight: normal !important;
}
/* line 158, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
/* line 168, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
/* line 173, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.py-5 {
  padding: 50px 0;
}
/* line 177, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 185, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
a,
button,
.btn,
.transition,
.sidebar,
.main-content,
.footer {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 197, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
img,
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* line 203, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.d-block {
  display: block;
}
/* line 207, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.text-center {
  text-align: center;
}
/* line 211, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 217, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 223, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 229, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 235, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.ml-auto {
  margin-left: auto;
}
/* line 239, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.order-md-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
/* line 245, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.order-lg-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
/* line 251, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 260, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-more .ratings ~ div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
/* line 267, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-more .ratings ~ div a.btn {
  min-width: 190px;
}
@media not all and (min-resolution: 0.001dpcm) {
  /* line 272, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*display: -webkit-box;*/
    width: 100%;
    overflow: hidden;
  }
}
/* line 282, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 356, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 10px;
}
/* line 364, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 371, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.mb-4 {
  margin-bottom: 2.3rem;
}
/* line 375, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.pt-3 {
  padding-top: 1rem;
}
/* line 379, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.w-100 {
  width: 100%;
}
/* line 383, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.narrow-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 388, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.narrow-gutters .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 393, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.narrow-gutters.py-5 {
  padding: 0 0 75px;
}
/* line 397, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #002951;
  padding: 12px 15px;
  font-family: 'robotoregular', arial, sans-serif;
  border: 1px solid #002951;
  color: #f5f5f5;
}
/* line 407, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-primary:hover {
  background: var(--button-hover-bg-color);
  border-color: var(--button-hover-bg-color);
  opacity: 0.8;
}
/* line 413, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn {
  font-family: 'robotoregular', arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #002951;
  text-transform: uppercase;
  outline: 0;
  color: #f5f5f5;
}
/* line 425, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-outline-secondary {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  padding: 12px 15px;
  font-family: 'robotoregular', arial, sans-serif;
  border: 1px solid #f5f5f5;
  color: #002951;
}
/* line 435, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.active {
  border: 1px solid var(--button-hover-bg-color);
  color: #ffffff;
  background: var(--button-hover-bg-color);
  opacity: 1;
}
/* line 444, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.primary_link:hover {
  color: #000;
}
/* line 448, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-outline-primary,
[type=submit] {
  border-color: #fff;
  color: #f5f5f5;
  padding: 10px 22px 10px 30px;
  font-family: 'robotoregular', arial, sans-serif;
  font-size: 20px;
}
/* line 457, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-outline-primary #MemberLoginForm_LoginForm_action_dologin,
[type=submit] {
  border-color: #fff;
  color: #f5f5f5;
  background: #002951;
  padding: 10px 22px 10px 30px;
  font-family: 'robotoregular', arial, sans-serif;
  font-size: 20px;
}
/* line 467, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-outline-primary:hover {
  border-color: #002951;
  background: #002951;
}
/* line 472, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
[type=submit] {
  border: 1px solid #002951;
}
/* line 476, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-outline-primary i,
.btn i {
  font-size: 24px;
  padding-left: 20px;
}
/* line 482, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
/* line 489, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.ratings i {
  font-size: 30px;
  padding: 0 5px;
}
/* line 494, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.ratings {
  margin-bottom: 24px;
}
/* line 498, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.text-secondary {
  color: #002951 !important;
}
/*** header css ***/
/* line 503, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.chg-header--topbar--text {
  margin-bottom: 15px;
  background-color: #002951;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
/* line 512, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.chg-header-link a {
  color: #fff;
}
/* line 516, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header {
  background-color: transparent;
  padding: 30px 0;
}
/* line 521, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--logo {
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: auto;
}
/* line 530, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--top-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
}
/* line 540, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item-link,
.header--top-navigation--item-link {
  color: #fff;
  padding: 5px 0;
  font-family: 'Avenir', arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
}
/* line 549, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation span {
  font-size: 18px;
  font-family: 'Avenir', arial, sans-serif;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  padding: 0 9px;
}
/* line 558, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item i {
  font-size: 20px;
  padding-right: 8px;
  color: #fff;
}
/* line 564, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item.dropdown i {
  padding-right: 0;
  padding-left: 15px;
}
/* line 569, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation {
  position: static;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 580, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item.dropdown .down:after {
  content: '\f078';
  font-family: "FontAwesome";
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 595, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item.dropdown .down {
  cursor: pointer;
  font-style: normal;
  margin-left: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 604, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item.dropdown:hover .down:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 610, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown .header--main-navigation--dropdown--item .header--main-navigation--dropdown--item--link {
  font-size: 18px;
  padding: 12px 15px;
  text-transform: none;
  font-family: 'Avenir', arial, sans-serif;
  letter-spacing: 1px;
}
/* line 618, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown .header--main-navigation--dropdown--item .header--main-navigation--dropdown--item--link:hover {
  opacity: 0.8;
  font-weight: bolder;
}
/*.header--main-navigation .header--main-navigation--item:nth-last-child(2){ margin-left: 0;}*/
/* line 624, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner--cell.banner--button .btn {
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
  font-weight: bold;
}
/* line 632, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner--cell.banner--button .btn:hover {
  background-color: #002951;
  border-color: #002951;
}
/* line 637, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown,
.header--main-navigation--item:hover .header--main-navigation--dropdown {
  max-height: none;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 0;
}
/* line 645, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown li {
  margin: 0;
}
/* line 649, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown {
  opacity: 0;
  visibility: hidden;
}
/* line 654, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item:hover .header--main-navigation--dropdown {
  opacity: 1;
  visibility: visible;
}
/* line 659, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown--item:last-child .header--main-navigation--dropdown--item--link {
  border-bottom: 0;
}
/* line 663, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--dropdown--item--link-main,
.header--main-navigation--dropdown--item--link-main:visited,
.header--main-navigation--dropdown--item--link,
.header--main-navigation--dropdown--item--link:visited {
  color: #fff;
}
/* line 670, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item-link:hover,
.header--main-navigation--item-link:active,
.header--top-navigation--item-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* line 676, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item {
  margin-left: 40px;
}
/* line 680, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 4px;
  background: transparent;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 696, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
/* line 701, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item.banner--button:before {
  display: none;
}
/* line 705, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner--cell.banner--button {
  width: auto;
}
/*.header--main-navigation--item.dropdown > a:after {
    content: '\f078';
    font-family: "FontAwesome";
	display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/
/* line 723, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header--main-navigation--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 734, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.sticky-top {
  position: fixed;
  top: 3.5rem;
  z-index: 1020;
  width: 100%;
}
/* line 741, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header.sticky-top.sticky {
  background: rgba(0, 0, 0, 0.8);
}
/* line 745, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.header .mob_logo {
  display: none;
}
/*** slider section css ***/
/* line 750, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.beneath-header--top {
  background: #f5f5f5;
  padding: 20px 0;
}
/* line 755, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .booking-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: auto;
  background: #f3f4f5;
  padding: 0;
}
/* line 767, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .container {
  text-align: left;
}
/* line 771, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .beneath-header--booking-form-wrapper-2 .title {
  display: block;
  color: #58585A;
  font-weight: bold;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 8px;
}
/* line 780, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .booking-form--property-field {
  width: 360px;
  height: auto;
  padding: 6px 18px 6px 11px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: #58585A;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 0.03em;
  outline: 0;
  background: #fff;
}
/* line 794, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction span.booking-form-date-field-group {
  position: relative;
  width: 100%;
}
/* line 799, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .booking-form-date-field-group-wrapper {
  margin-right: 15px;
  width: 600px;
}
/* line 804, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .form-control {
  padding: 7px 25px;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  color: #58585A;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  outline: 0;
  border-color: #aaaaaa;
  border-radius: 0;
}
/* line 818, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction span.booking-form-date-field-group:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 65%;
  right: 0;
  background: #979797;
  top: 7px;
}
/* line 828, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction span.booking-form-date-field-group:before,
.reservation_sction span.booking-form-date-field-group.right-arrow:before {
  content: "\f104";
  position: absolute;
  top: 7px;
  left: 12px;
  color: #979797;
  font-size: 16px;
  font-family: FontAwesome;
}
/* line 839, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction span.booking-form-date-field-group.right-arrow:before {
  content: "\f105";
  right: 14px;
  left: unset;
}
/* line 845, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .form-control.border-right-0 {
  border-right: 0;
  padding-right: 0;
}
/* line 850, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .form-control.border-left-0 {
  border-left: 0;
  padding-left: 15px;
}
/* line 855, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .icon.input-append:before {
  content: "\f073";
  position: absolute;
  top: 6px;
  right: 12px;
  color: #979797;
  font-size: 16px;
  font-family: FontAwesome;
}
/* line 865, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction fieldset._booking-form--fields {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 870, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .booking-form-date-field-group.right-arrow .icon.input-append:before {
  right: 32px;
}
/* line 874, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .btn {
  width: 380px;
  margin-left: 15px;
  padding: 6px 15px;
  border-radius: 4px;
}
/* line 881, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .btn.btn-md {
  display: block;
}
/* line 885, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reservation_sction .btn:hover {
  opacity: 0.8;
}
/* line 889, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.beneath-header--booking-form-wrapper-outer {
  position: static;
  z-index: 0;
}
/* line 894, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.beneath-header--booking-form-wrapper {
  position: static;
  z-index: 0;
  margin: 0px auto 0;
}
/* line 900, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section {
  position: relative;
}
/* line 904, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section.slick-dotted.slick-slider,
.bristol_slider.slick-dotted.slick-slider,
.workplace_section.slick-dotted.slick-slider {
  margin: 0;
}
/* line 910, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.sub_slider_section {
  position: relative;
  overflow: hidden;
}
/* line 915, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.sub_slider_section:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
/* line 926, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.sub_slider_section:after {
  content: '';
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  display: block;
  background: rgba(236, 0, 140, 0.7);
  top: 100px;
  left: 35%;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  z-index: 9;
}
/* line 941, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.no-overlay:after {
  display: none;
}
/* line 945, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text {
  position: absolute;
  left: 74%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 99;
  max-width: 330px;
}
/* line 957, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.homepage-banner-text {
  left: 10%;
}
/* line 961, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text p {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 967, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text p a {
  color: #fff;
}
/* line 971, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text .details span {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 1px;
}
/* line 976, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text .details i {
  font-size: 20px;
  padding-right: 8px;
  vertical-align: middle;
}
/* line 982, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text a i {
  padding-left: 9px;
  font-size: 20px;
}
/* line 987, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text .btn-outline-primary:hover {
  background-color: #002951;
  border-color: #002951;
}
/* line 992, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text h2 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
/* line 1000, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text i.fa-star {
  font-size: 28px;
  padding-right: 8px;
}
/* line 1005, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-text .btn {
  margin-top: 24px;
  font-family: 'roboto_condensedbold', arial, sans-serif;
}
/* line 1010, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .slick-dots,
.bristol_slider .slick-dots,
.workplace_section .slick-dots {
  left: unset;
  right: 20px;
  text-align: right;
  bottom: 40px;
}
/* line 1019, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .slick-dots li,
.bristol_slider .slick-dots li,
.workplace_section .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
/* line 1027, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .slick-dots li button,
.bristol_slider .slick-dots li button,
.workplace_section .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
/* line 1036, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .slick-dots li button:before,
.bristol_slider .slick-dots li button:before,
.workplace_section .slick-dots li button:before {
  font-size: 0;
}
/* line 1042, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .slick-dots li.slick-active button,
.bristol_slider .slick-dots li.slick-active button,
.workplace_section .slick-dots li.slick-active button {
  background: #fff;
}
/* line 1048, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .featured-slideshow--prev:after,
.main-slider-section .featured-slideshow--next:after,
.bristol_slider .featured-slideshow--prev:after,
.bristol_slider .featured-slideshow--next:after,
.workplace_section .featured-slideshow--prev:after,
.workplace_section .featured-slideshow--next:after,
.hotel_images_slider .featured-slideshow--prev:after,
.hotel_images_slider .featured-slideshow--next:after,
.offers_slider .featured-slideshow--prev:after,
.offers_slider .featured-slideshow--next:after,
.room_section .featured-slideshow--prev:after,
.room_section .featured-slideshow--next:after {
  color: #fff;
  top: 50%;
  font-size: 65px;
}
/* line 1065, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .featured-slideshow--prev:after,
.bristol_slider .featured-slideshow--prev:after,
.workplace_section .featured-slideshow--prev:after,
.workplace_section .featured-slideshow--prev:after,
.hotel_images_slider .featured-slideshow--prev:after,
.hotel_images_slider .featured-slideshow--prev:after,
.offers_slider .featured-slideshow--prev:after,
.offers_slider .featured-slideshow--prev:after,
.room_section .featured-slideshow--prev:after,
.room_section .featured-slideshow--prev:after {
  content: "\f104";
  left: 10px;
}
/* line 1079, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .featured-slideshow--next:after,
.bristol_slider .featured-slideshow--next:after,
.workplace_section .featured-slideshow--next:after,
.workplace_section .featured-slideshow--next:after,
.hotel_images_slider .featured-slideshow--next:after,
.hotel_images_slider .featured-slideshow--next:after,
.offers_slider .featured-slideshow--next:after,
.offers_slider .featured-slideshow--next:after,
.room_section .featured-slideshow--next:after,
.room_section .featured-slideshow--next:after {
  content: "\f105";
  right: 10px;
}
/* line 1093, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_section .slick-prev,
.room_section .slick-next {
  width: 132px;
  height: calc(100% - 33px);
  background: rgba(0, 0, 0, 0.6);
  top: 51.5%;
}
/* line 1101, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_section .featured-slideshow--next:after,
.room_section .featured-slideshow--next:after {
  right: 24px;
}
/* line 1106, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_section .featured-slideshow--prev:after,
.room_section .featured-slideshow--prev:after {
  left: 24px;
}
/***guest-of-honour css ***/
/* line 1113, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour {
  background-color: #333533;
  text-align: center;
  padding: 60px 15px;
  color: #fff;
}
/* line 1120, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour h1 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* line 1128, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour .max-content {
  max-width: 597px;
  margin: 0 auto;
}
/* line 1133, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour .btn-secondary {
  background: transparent;
  border: 2px solid #9b9ca0;
  font-size: 20px;
  padding: 8px 30px 9px;
}
/* line 1140, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour .btn-secondary:hover {
  background-color: #fff;
  color: #646464;
  border-color: #fff;
  opacity: 1;
}
/* line 1147, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour .btn-secondary i {
  padding-left: 18px;
  font-size: 24px;
}
/*** clifton_hotel_section ***/
/* line 1156, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_hotel_section {
  padding: 30px 0;
}
/* line 1160, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_hotel_section h2,
.common_sub_title h2 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #3C3C3C;
  margin-bottom: 16px;
  width: 100%;
  max-width: 248px;
}
/* line 1171, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_hotel_section h3,
.common_title h3 {
  font-family: 'robotoregular', arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #4A4E4F;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}
/* line 1182, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.primary_link {
  text-transform: uppercase;
  display: inline-block;
  padding-top: 8px;
  font-family: 'robotobold', arial, sans-serif;
}
/* line 1189, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.primary_link i {
  font-size: 14px;
  padding-left: 10px;
}
/* line 1194, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_hotel_section p,
.berkeley_suits p {
  font-size: 15px;
  color: #4A4E4F;
  line-height: 1.5;
}
/* line 1201, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_hotel_section h2 {
  word-break: break-word;
  max-width: 199px;
}
/**** clifton_images_block ***/
/* line 1207, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block {
  margin: 15px 0px 15px 0px;
}
/* line 1211, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .container-fluid {
  padding: 0;
}
/* line 1215, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .col-12 {
  margin-bottom: 20px;
}
/* line 1219, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-image-wrapper {
  margin: 0;
  position: relative;
  z-index: 0;
}
/* line 1225, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-image-wrapper img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.6s ease;
}
/* line 1231, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-image-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.6s all;
}
/* line 1242, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-image-wrapper:hover img.properties-list--item-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 1247, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-image-wrapper:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
/* line 1251, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-more {
  position: absolute;
  top: 50%;
  padding: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 440px;
}
/* line 1266, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-more h3 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
/* line 1276, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-more .btn i {
  padding-left: 8px;
  font-size: 24px;
}
/* line 1281, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-more .btn {
  font-size: 20px;
}
/*** berkeley_suits section css ***/
/* line 1286, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.berkeley_suits {
  background-color: #eff1f0;
  padding: 50px 30px;
}
/* line 1291, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol {
  padding: 15px 0;
}
/* line 1295, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol_details {
  background-color: #cac243;
  color: #f5f5f5;
  background-image: url(../themes/default/images/bistrol-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  text-align: center;
  padding: 50px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 1321, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol_details .btn.btn-outline-primary {
  border-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
/* line 1326, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol_details .btn.btn-outline-primary:hover {
  background-color: #002951 !important;
  border-color: #002951 !important;
  color: #f5f5f5 !important;
}
/* line 1332, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol_details .experience-title {
  color: #f5f5f5;
}
/* line 1336, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol_details .experience-title-bristol {
  color: #002951 !important;
}
/* line 1340, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol_details img {
  margin-bottom: 26px;
}
/* line 1344, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.berkeley_suits .col-12.col-lg-5 {
  margin-left: 15px;
}
/* line 1348, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.berkeley_suits .common_title h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
/* line 1353, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol h3 {
  margin-bottom: 8px;
  font-size: 36px;
  text-transform: uppercase;
}
/* line 1359, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol h2 {
  font-size: 76px;
  width: auto;
}
/* line 1364, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol p {
  font-size: 16px;
  line-height: 1.5;
}
/* line 1369, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol .btn {
  color: #3C3C3C;
  border-color: #3C3C3C;
  margin-top: 2rem;
}
/* line 1375, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_bristol .btn:hover {
  color: #fff;
  background-color: #3C3C3C;
}
/* line 1380, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.bristol_sub_slider {
  position: relative;
}
/* line 1384, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.bristol_sub_slider p {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-family: 'Playfair Display', arial, sans-serif;
}
/* line 1392, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.bristol_sub_slider p span {
  display: block;
}
/* line 1396, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.berkeley_suits .ratings {
  margin-bottom: 10px;
}
/*** workplace_section_block css ***/
/* line 1401, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section_block {
  position: relative;
  color: #fff;
}
/* line 1406, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section_block:before,
.social_blog_section .social_main:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 1416, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section h2 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 3px;
}
/* line 1424, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section p {
  font-size: 19px;
}
/* line 1428, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section .btn {
  border-width: 2px;
  margin-top: 1rem;
  padding: 12px 22px 13px 30px;
}
/* line 1434, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section .btn i {
  padding-left: 40px;
}
/* line 1438, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section_block_details,
.social_blog_section .social,
.blog_details {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 460px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}
/* line 1455, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section .slick-dots li button,
.workplace_section .slick-dots li {
  width: 25px;
  height: 25px;
}
/* line 1461, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.workplace_section .slick-dots {
  right: 100px;
  bottom: 100px;
}
/* line 1466, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section {
  padding: 12px 0 15px;
}
/* line 1470, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .container-fluid {
  padding: 0;
}
/* line 1474, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .container-fluid .narrow-gutters,
.clifton_images_block .container-fluid .narrow-gutters {
  margin: 0;
}
/* line 1479, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.pl-0 {
  padding-left: 0;
}
/* line 1483, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.pr-0 {
  padding-right: 0;
}
/* line 1487, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social_main {
  position: relative;
}
/* line 1491, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social {
  max-width: 100%;
  color: #fff;
}
/* line 1496, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social h3 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1505, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
/* line 1511, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled li {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
}
/* line 1517, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled li:first-child {
  padding-left: 0;
}
/* line 1521, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled li:last-child {
  padding-right: 0;
}
/* line 1525, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0px auto 20px;
  font-size: 30px;
  border-radius: 100%;
  color: #3c3c3c;
}
/* line 1538, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled li a:hover {
  background: #002951;
  color: #fff;
}
/* line 1543, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.social_blog_section .social ul.list-unstyled li span {
  font-family: 'roboto_condensedbold', arial, sans-serif;
}
/* line 1547, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_details {
  max-width: 100%;
  padding: 0px 15px;
}
/* line 1552, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_details h3 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 110px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff;
}
/** newsletter section css ***/
/* line 1563, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.newsletter_section {
  background-color: #ECEDEE;
  padding: 18px 25px;
}
/* line 1568, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.everything-but-footer {
  padding: 0;
}
/* line 1572, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.newsletter_section .content-inner {
  margin-top: 0;
}
/* line 1576, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.newsletter_section .btn-primary {
  font-family: 'robotoregular', arial, sans-serif;
}
/* line 1580, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#mc-embedded-subscribe-form {
  margin: 0;
}
/* line 1584, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.newsletter_section .homepage--title {
  font-size: 26px;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  color: #002951;
  margin: 0;
}
/* line 1591, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.newsletter_section p {
  font-size: 16px;
  font-family: 'robotobold', arial, sans-serif;
  color: #002951;
  margin: 0;
}
/* line 1598, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.newsletter_section .field {
  margin-bottom: 0;
  font-family: 'robotoregular', arial, sans-serif;
  height: auto;
  padding: 10px 15px;
  display: inline-block;
  outline: 0;
  width: 280px;
  text-align: center;
}
/* line 1609, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#mc_embed_signup_scroll {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*** footer css ***/
/* line 1616, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top {
  background: #002951;
  text-align: center;
}
/* line 1621, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--group-title,
.qrter-footer-top--awards-title {
  color: #fff;
  font-family: Lato, Arial, Helvetica, Geneva, sans-serif;
}
/* line 1627, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--link {
  color: #fff;
  font-size: 16px;
  padding: 3px 0;
  font-family: Lato, Arial, Helvetica, Geneva, sans-serif;
}
/* line 1634, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--link:hover {
  opacity: 0.5;
  padding-left: 3px;
}
/* line 1639, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-bottom {
  border: 0;
  display: none;
}
/* line 1644, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--awards li {
  width: 100px;
}
/* line 1648, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--group-title:after,
.qrter-footer-top--awards-title:after {
  background: #d8d8d8;
}
/** hotel page css **/
/* line 1654, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.map-section .property-page--map {
  height: 480px;
}
/* line 1658, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_sub_section {
  position: relative;
  margin-top: 28px;
}
/* line 1663, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_details {
  position: absolute;
  top: 50%;
  background: #fff;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 550px;
  padding: 80px 60px;
  height: 100%;
}
/* line 1676, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_details h2 {
  font-size: 56px;
  margin-bottom: 32px;
}
/* line 1681, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.room_details .primary_link {
  padding-top: 20px;
}
/* line 1685, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section {
  background: #fff;
  -webkit-clip-path: polygon(0% 13%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  clip-path: polygon(0% 13%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  margin-top: -100px;
  padding: 50px 50px;
}
/* line 1693, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest_section {
  background-color: #ECEDEE;
  padding: 15px 0;
}
/* line 1698, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section p {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* line 1704, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* line 1710, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section ul li a,
.dine_section ul li span {
  font-size: 16px;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  color: #515151;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-left: 46px;
}
/* line 1721, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section .ml-3 {
  margin-left: 15px;
}
/* line 1725, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section ul li a:hover {
  color: #ec008c;
}
/* line 1729, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section ul li a i,
.dine_section ul li span i {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 24px;
}
/* line 1737, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest_section h2,
.dine_section h2 {
  max-width: 100%;
}
/* line 1742, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest_section .custom_margin {
  padding-right: 50px;
}
/* line 1746, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_sub_slider {
  position: relative;
}
/* line 1750, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_details {
  position: absolute;
  top: 50%;
  right: 10%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 470px;
  padding: 70px 85px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
/* line 1764, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_details h3 {
  font-family: 'Dancing Script', arial, sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: lowercase;
}
/* line 1773, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_details h2 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 26px;
}
/* line 1780, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_details p {
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
/* line 1786, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_details .btn {
  font-size: 16px;
}
/* line 1790, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offers_details .btn i {
  font-size: 18px;
}
/* line 1794, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section {
  background-color: #ECEDEE;
  margin: 15px 0;
}
/* line 1799, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section-img {
  position: relative;
}
/* line 1803, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section-img:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 1812, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .reward_section {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  top: 50%;
  max-width: 490px;
  margin: 0 auto;
  padding: 15px;
}
/* line 1826, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.reward_section h3 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
/* line 1835, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .custom-margin {
  padding: 50px 30px;
}
/* line 1839, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .custom-margin h2,
.room_details h2 {
  max-width: 100%;
}
/* line 1844, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .custom-margin ul {
  list-style: none;
  padding-left: 0;
}
/* line 1849, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .custom-margin ul li {
  font-size: 16px;
  font-family: 'robotoregular', arial, sans-serif;
  color: #3C3C3C;
  position: relative;
  padding-left: 15px;
}
/* line 1857, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .custom-margin ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 1px;
  display: block;
  background-color: #3C3C3C;
}
/* line 1868, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.book-section .custom-margin .primary_link i,
.dine_section .primary_link i,
.room_details .primary_link i {
  padding-left: 0;
}
/* line 1874, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.museum-section {
  text-align: center;
  background-color: #ECEDEE;
  padding: 22px 0;
}
/* line 1880, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.museum-section h2 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  color: #58585A;
  font-size: 18px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
/* line 1888, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.museum-section a.btn {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}
/* line 1894, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.museum-section a.btn:hover {
  opacity: 0.8;
}
/* line 1898, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.museum-section a.btn i {
  padding-left: 10px;
}
/* line 1902, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.museum-section a.btn.mr-3 {
  margin-right: 15px;
}
/** FAQ section **/
/* line 1908, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section {
  background-color: #fff;
  padding: 60px 0;
}
/* line 1912, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_heading {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: #3C3C3C;
  text-align: center;
  margin: 0 0 40px;
}
/* line 1922, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
}
/* line 1928, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_item {
  border-bottom: 1px solid #d8d8d8;
}
/* line 1932, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_question {
  position: relative;
  display: block;
  padding: 22px 55px 22px 0;
  margin: 0;
  cursor: pointer;
  font-family: 'robotobold', arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #002951;
  list-style: none;
}
/* line 1945, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_question::-webkit-details-marker {
  display: none;
}
/* line 1949, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_question::marker {
  display: none;
}
/* line 1953, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_question:after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'robotoregular', arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  color: #002951;
}
/* line 1966, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_item[open] .faq_question:after {
  content: '\2212';
}
/* line 1970, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_question:focus {
  outline: 2px solid #002951;
  outline-offset: 3px;
}
/* line 1975, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_answer {
  padding: 0 55px 22px 0;
  font-family: 'robotoregular', arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #515151;
}
/* line 1982, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_answer p {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 1986, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_answer p:last-child {
  margin-bottom: 0;
}
/* line 1991, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_answer ul,
.faq_section .faq_answer ol {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 1997, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.faq_section .faq_answer a {
  color: #002951;
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 2005, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section {
    padding: 40px 0;
  }
  /* line 2008, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section .faq_heading {
    font-size: 36px;
    margin-bottom: 30px;
  }
  /* line 2013, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section .faq_question {
    font-size: 17px;
    padding: 18px 45px 18px 0;
  }
  /* line 2018, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section .faq_question:after {
    right: 5px;
    font-size: 26px;
  }
  /* line 2023, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section .faq_answer {
    font-size: 15px;
    padding: 0 45px 18px 0;
  }
}
@media (max-width: 575px) {
  /* line 2031, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section {
    padding: 35px 0;
  }
  /* line 2034, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .faq_section .faq_heading {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
/*** error page css ***/
/* line 2042, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.error_section {
  padding: 80px 0 95px;
  text-align: center;
}
/* line 2047, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.error_section h1 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 70px;
  line-height: 1;
  color: #3C3C3C;
  margin-bottom: 40px;
}
/* line 2055, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.error_section p {
  font-size: 20px;
  margin-bottom: 40px;
}
/* line 2060, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.error_section .btn {
  min-width: 290px;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 16px;
}
/*** philosophy_page css ***/
/* line 2068, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.philosophy_section_details {
  padding: 30px 0;
}
/* line 2072, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_container {
  max-width: 745px;
  margin: 0 auto;
}
/* line 2077, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.philosophy_section_details h1 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}
/* line 2083, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.philosophy_section_details p {
  font-size: 17px;
  line-height: 1.3;
}
/* line 2088, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.details_block {
  padding: 40px 30px 30px;
  background: #fff;
  margin-top: -47px;
  -webkit-clip-path: polygon(0% 16%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  clip-path: polygon(0% 16%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
}
/* line 2096, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_container .details_block h1,
h2 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 24px;
}
/* line 2104, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_container .details_block p {
  font-size: 18px;
}
/*** experience page css ***/
/* line 2109, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section {
  padding: 50px 50px;
  background: #f3f4f5;
}
/* line 2114, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section h1 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1.1;
  word-break: break-word;
}
/* line 2121, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section p {
  color: #3c3c3c;
  font-size: 18px;
}
/* line 2126, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section p.black {
  font-family: 'robotoblack', arial, sans-serif;
}
/* line 2130, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section p.black a {
  color: #3c3c3c;
}
/* line 2134, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section .common_container_fluid {
  margin-bottom: 60px;
}
/* line 2138, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section p.black a:hover {
  color: #ec008c;
}
/* line 2142, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box,
.common_box_first {
  background: #fff;
  padding: 50px 50px;
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
  margin-right: -240px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
/* line 2156, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box_first {
  -webkit-transform: translateX(240px);
  -ms-transform: translateX(240px);
  transform: translateX(240px);
  margin-left: -240px;
  margin-right: 0;
}
/* line 2164, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box h2 {
  max-width: 100%;
  margin-bottom: 26px;
}
/* line 2169, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box h3 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 2175, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box p {
  font-size: 20px;
}
/* line 2179, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.box_shadow {
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px #b3b3b3;
  box-shadow: 0px 0px 9px 0px #b3b3b3;
}
/* line 2185, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section .btn,
.guest_honour_section .btn {
  background: #002951;
  color: #fff;
  border: 2px solid #002951;
  min-width: 250px;
  font-size: 20px;
  padding: 13px 20px;
}
/* line 2195, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section .btn:hover,
.guest_honour_section .btn:hover {
  opacity: 0.8;
}
/* line 2200, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.experience_section .common_box .btn_black {
  color: #3C3C3C;
  border: 2px solid #3C3C3C;
  background: #fff;
  min-width: 150px;
  padding: 10px 20px;
  font-size: 18px;
}
/* line 2209, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box .btn_black:hover {
  color: #fff;
  background: #3C3C3C;
}
/* line 2214, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_box .btn_black i {
  padding-left: 20px;
  font-size: 24px;
}
/*** guest_honour css ***/
/* line 2220, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest_honour_section {
  padding: 50px 50px 5px;
  background-color: #f1f5f6;
}
/* line 2225, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest_honour_section .common_box,
.guest_honour_section .common_box_first {
  padding: 100px 150px 100px 80px;
}
/* line 2230, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest_honour_section .common_box h2 {
  margin-bottom: 34px;
  line-height: 1.1;
}
/* line 2236, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour-custom .max-content {
  max-width: 1800px;
}
/* line 2240, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour-custom .card-main img {
  max-width: 23%;
}
/* line 2244, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour-custom .main-title,
.guest-of-honour-custom .bottom-title {
  font-size: 18px;
  color: #000;
}
/* line 2250, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guest-of-honour-custom {
  padding: 30px 15px 40px;
  color: #002951;
  background-color: #f5f5f5;
  text-align: start;
}
/* line 2257, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guest-of-honour-custom .JoinButton {
  text-align: center;
}
/* line 2261, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guest-of-honour-custom .package-benefit-item {
  color: #000000b0;
}
/* line 2265, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guest-of-honour-custom .benefit-title {
  font-weight: 500;
  line-height: 1;
}
/* line 2270, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guest-of-honour-custom .benefit-description {
  font-weight: bold;
}
/* line 2274, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guest-of-honour-custom .benefit-card {
  margin-bottom: 30px;
}
/* line 2278, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour-custom .main-title {
  padding-bottom: 30px;
}
/* line 2282, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour-custom .bottom-title {
  padding-top: 60px;
}
/* line 2286, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour-custom .bottom-title h5 {
  margin-bottom: 0;
}
/*** masterclass css ***/
/* line 2296, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.masterclass_section {
  background-color: #fff;
}
/* line 2300, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.masterclass_section h3 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
}
/* line 2306, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.masterclass_section .mt-5 {
  margin-top: 50px;
}
/* line 2310, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.masterclass_section .common_box h3 {
  color: #E4017D;
  font-size: 16px;
  font-family: 'robotoregular', arial, sans-serif;
}
/* line 2316, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_section .common_box h3 {
  font-family: 'robotobold', arial, sans-serif;
}
/* line 2320, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_section {
  background: #f3f4f5;
}
/* line 2324, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_section .common_box,
.blog_section .common_box_first {
  padding: 50px 80px;
}
/* line 2329, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_section .primary_link i {
  font-size: 24px;
}
/* line 2333, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.content-main {
  margin-bottom: 0;
}
/* line 2337, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.catrgory_link {
  text-align: right;
  display: block;
}
/* line 2342, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.catrgory_link ul {
  margin-bottom: 0;
}
/* line 2346, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.catrgory_link ul li a {
  font-family: 'robotobold', arial, sans-serif;
  font-weight: normal;
  color: #5D5D5D;
  font-size: 18px;
  padding: 0 20px 6px;
}
/* line 2354, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.catrgory_link ul li a.active {
  color: #002951;
}
/* line 2358, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.catrgory_link ul li:after {
  display: none;
}
/* line 2362, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.blog_child_section {
  padding: 50px 50px;
}
/* line 2366, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
div .blog_sub_details {
  padding: 50px 0 30px;
  -webkit-clip-path: none;
  clip-path: none;
  margin-top: 0;
  font-size: 18px;
}
/* line 2374, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
html div .pt-0 {
  padding-top: 0;
}
/* line 2378, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.releated_section h2 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 24px;
}
/* line 2385, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.releated_section a {
  color: #4E4E4E;
  border: 2px solid #4E4E4E;
  background: #fff;
  min-width: 150px;
  padding: 10px 20px;
  font-size: 18px;
  width: 32%;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
/* line 2398, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.releated_section a:hover {
  color: #fff;
  background-color: #ec008c;
  border-color: #ec008c;
}
/*** contact page css ***/
/* line 2405, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.contact_section {
  padding: 80px 50px;
}
/* line 2409, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.contact_section .contact-map {
  height: 320px;
}
/* line 2413, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.contact_section h1 {
  font-family: 'Playfair Display', arial, sans-serif;
  font-size: 60px;
  line-height: 1.1;
}
/* line 2419, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.contact_section p {
  font-size: 22px;
  letter-spacing: 2px;
  color: #555658;
}
/* line 2425, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 2435, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.form-group {
  margin-bottom: 1rem;
}
/* line 2439, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 2445, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* line 2457, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.form-control {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 1px;
  padding: 0.7rem .75rem;
  font-size: 16px;
  line-height: 1;
  color: #58585A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
/* line 2478, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
textarea.form-control {
  height: auto;
}
/* line 2482, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
label {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 1.2px;
  color: #58585A;
  display: block;
  margin-bottom: 5px;
}
/* line 2490, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
::-webkit-input-placeholder {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 1px;
  color: #58585A;
}
/* line 2496, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.contact_section .content-main__aside-right-half {
  width: 100%;
  padding-right: 0;
  float: none;
}
/* line 2502, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.9rem 3rem 0.9rem .75rem;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
  color: #58585A;
  vertical-align: middle;
  background: #ffffff url(../themes/default/images/icons/down.png) no-repeat right 0px top / 41px 41px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 2521, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.contact_section [type=submit] {
  margin-left: auto;
  display: block;
  border-radius: .25rem;
  padding: 12px 30px;
}
/* line 2528, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.address_section p {
  text-align: left;
  margin-bottom: 7px;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}
/* line 2536, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.address_section p a > span {
  display: block;
}
/* line 2540, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.address_section i {
  padding-right: 15px;
  font-size: 32px;
  line-height: 1.3;
  vertical-align: middle;
}
/* line 2547, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.address_section a {
  color: #555658;
  display: inline-block;
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 22px;
}
/* line 2554, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.address_section a:hover,
.address:hover i,
.address:hover a {
  color: #002951;
}
/* line 2560, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.ContactUserForm .field.dropdown {
  width: 49.4%;
  margin: 0 3px 12px;
  display: inline-block;
}
/* line 2566, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#ContactFormOptionID {
  margin-left: 0;
}
/* line 2570, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
div#EnquiryTypeOptionID {
  margin-right: 0;
}
/* line 2574, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.content-main--inner__aside-right {
  margin-right: 0;
}
/* line 2578, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.terms_section {
  padding: 50px 50px;
}
/* line 2582, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.terms_section h3 {
  font-size: 18px;
  font-family: 'roboto_condensedbold', arial, sans-serif;
}
/* line 2587, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.terms_section p {
  font-family: 'robotoregular', arial, sans-serif;
  margin-bottom: 3px;
  color: #000;
}
/* line 2593, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block h2 {
  font-size: 22px;
  margin-bottom: 30px;
  padding: 0 15px;
}
/* line 2599, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.getaway_banner {
  position: relative;
}
/* line 2603, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.getaway_banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
/* line 2613, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.winter_getaway_section {
  padding: 0px 50px;
}
/* line 2617, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.getaway_banner_details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 15px;
  z-index: 1;
}
/* line 2630, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.getaway_banner_details h2 {
  font-family: 'roboto_condensedbold', arial, sans-serif;
  font-size: 46px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
/* line 2639, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.dine_section ul li span {
  cursor: auto;
}
/* line 2643, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.clifton_images_block .properties-list--item-image-wrapper.unsubscribe:before {
  background: rgba(0, 0, 0, 0.7);
}
/* line 2647, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.getaway_banner.backdrop_overlay:after {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
/* line 2652, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--group__5 {
  width: 19%;
}
/* Bog page content css */
/* line 2657, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_container h3,
h2,
h1,
h4,
h5,
h6 {
  font-family: 'Playfair Display', arial, sans-serif;
}
/* line 2666, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.common_container p {
  font-family: 'robotoregular', arial, sans-serif;
}
/* CSS for footer Partnership section*/
/* line 2671, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--partership-title {
  position: relative;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: Lato, Arial, Helvetica, Geneva, sans-serif;
}
/* line 2681, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--partership-link {
  height: auto;
  width: 120px;
  display: inline-block;
  margin: 0 20px 20px 0;
}
/* line 2688, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--partership img {
  width: auto;
  height: auto;
}
/* line 2693, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--partership-list {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
/* line 2699, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--partership {
  display: block;
  list-style: none;
  padding: 40px 20px 0 20px;
  font-size: 0;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}
/* line 2710, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.qrter-footer-top--partership ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
/* line 2716, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.philosophy_banner_img {
  min-height: 280px;
  object-fit: cover;
}
/* line 2721, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.getaway_banner_details {
  z-index: 2;
}
/* line 2725, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.mobile-img {
  display: none !important;
}
/* line 2729, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.uppercase-text {
  text-transform: uppercase;
}
/* line 2733, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.membership_include_section {
  padding: 65px 0;
}
/* line 2737, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.membership_include_section h2 {
  display: none;
}
/** PopUp Ad section css ***/
/* line 2743, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1040;
}
/* line 2754, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 750px;
  background-color: #002951;
  width: 100%;
  z-index: 1040;
}
/* line 2768, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content {
  border: 1px solid #ffffff;
  padding: 20px 10px;
  text-align: center;
}
/* line 2773, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content h2 {
  font-family: 'robotolight', arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/* line 2782, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content h4,
#popup .popup-content p {
  font-family: 'robotolight', arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
/* line 2793, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content button#closePopup {
  background-color: #002951;
  position: absolute;
  top: -45px;
  right: 0;
  padding: 0;
  margin: 0;
  font-size: 32px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
}
/* line 2809, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content button#closePopup:hover,
#popup .popup-content button#closePopup:focus {
  background-color: var(--button-hover-bg-color);
  outline: none;
}
/* line 2815, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content button#closePopup .ic-close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
/* line 2823, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content button#closePopup .ic-close::before,
#popup .popup-content button#closePopup .ic-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
}
/* line 2835, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content button#closePopup .ic-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2843, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content button#closePopup .ic-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 2854, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
#popup .popup-content .btn-outline-primary:hover,
#popup .popup-content .btn-outline-primary:focus {
  background-color: var(--button-hover-bg-color);
  border-color: var(--button-hover-bg-color);
}
/*Our Hotels Slider css start*/
/* line 2864, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
h2.group-bookings-title {
  font-size: 60px;
  font-weight: 500;
  color: #002a52;
}
/* line 2873, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-prev div {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  margin-top: -25px;
  top: 50%;
  left: 0;
  cursor: pointer;
}
/* line 2884, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-prev div:after {
  font-family: FontAwesome;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  content: "\f104";
  color: #002a52;
  left: -60px;
  top: 50%;
  font-size: 80px;
}
/* line 2900, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-next div {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  margin-top: -25px;
  top: 50%;
  right: 0;
  cursor: pointer;
}
/* line 2911, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-next div:after {
  font-family: FontAwesome;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  content: "\f105";
  color: #002a52;
  right: -60px;
  top: 50%;
  font-size: 80px;
}
/* line 2926, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list {
  margin: 0 -20px;
}
/* line 2929, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track {
  display: flex;
}
/* line 2932, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide {
  height: inherit !important;
  margin: 0 20px;
}
/* line 2936, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child {
  height: 100%;
}
/* line 2939, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card {
  display: flex !important;
  flex-direction: column;
  border: 2px solid #002a52;
}
/* line 2944, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .card-thumbnail-img {
  min-height: 364px;
  max-height: 364px;
  object-fit: cover;
}
/* line 2950, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 20px 25px;
  color: #002a52;
  height: 100%;
}
/* line 2957, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}
/* line 2963, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content p {
  font-size: 20px;
  color: #002a52;
}
/* line 2968, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  /* Required for line clamp */
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2978, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .extra-para {
  flex-grow: 1;
}
/* line 2982, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2987, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .btn-wrapper .btn {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  border: 1px solid #002951;
  color: #002951;
  background: transparent;
  font-weight: bold;
  box-shadow: 0px 0 0px 0 transparent inset;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-width: unset !important;
}
/* line 3005, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .btn-wrapper .btn:hover {
  cursor: pointer;
  box-shadow: 250px 0 0px 0 #002951 inset;
  color: #ffffff;
}
/* line 3021, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.group-booking {
  padding-top: 90px;
}
/* line 3024, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.group-booking p {
  font-size: 20px;
  color: #3c3c3c;
}
/* line 3029, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.group-booking img.best-start-day-off {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
/* line 3035, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.group-booking .offerDetails {
  margin-bottom: 0;
}
/* line 3040, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Contact_Us {
  padding-top: 100px;
}
/* line 3043, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Contact_Us p {
  font-size: 20px;
  color: #3c3c3c;
}
/* line 3049, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Contact_Us .contact-details .flex-wrapper {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin: 4px 0;
}
/* line 3055, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Contact_Us .contact-details .flex-wrapper p {
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 3060, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.Contact_Us .contact-details .flex-wrapper a {
  font-size: 20px;
  text-transform: uppercase;
  word-break: break-word;
  letter-spacing: 1px !important;
}
/*Our Hotels Slider css end*/
/* line 3073, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection {
  background-color: #ffffff;
}
@media (max-width: 575px) {
  /* line 3076, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour.guestOfHonourSection {
    padding: 15px 15px 30px;
  }
}
/* line 3080, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection .mainTitle {
  color: #58585A;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
}
/* line 3087, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection .mainTitle br {
  display: none;
}
@media (max-width: 575px) {
  /* line 3090, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour.guestOfHonourSection .mainTitle br {
    display: block;
  }
}
/* line 3095, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection .mainTitle p {
  margin-bottom: 0;
}
/* line 3100, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection .offerDetails {
  margin: 35px 0;
}
@media (max-width: 575px) {
  /* line 3103, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour.guestOfHonourSection .offerDetails {
    margin: 20px 0 30px;
    display: block;
  }
}
/* line 3108, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection .offerDetails .offerDetailMainDiv {
  margin: 5px 0;
}
@media (max-width: 575px) {
  /* line 3111, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour.guestOfHonourSection .offerDetails .offerDetailMainDiv {
    margin: 12px 0;
    text-align: center;
    justify-content: center;
  }
  /* line 3116, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour.guestOfHonourSection .offerDetails .offerDetailMainDiv a.offerLink {
    font-size: 16px;
  }
}
/* line 3123, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour.guestOfHonourSection .btn-secondary {
  color: #58585A;
  border-color: #58585A;
}
/* line 3129, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offerDetails {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
  margin: 52px 0;
  align-items: center;
}
/* line 3137, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offerDetails .offerDetailMainDiv {
  gap: 15px;
  margin: 8px 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
/* line 3145, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offerDetails .offerDetailMainDiv a.offerLink {
  color: #58585A;
  letter-spacing: 1px;
  font-weight: 700;
}
/* line 3151, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offerDetails .offerDetailMainDiv .iconContainer {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 3159, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offerDetails .offerDetailMainDiv .iconContainer .check {
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 16px;
  margin-top: -6px;
  border-bottom: 5px solid #58585A;
  border-right: 5px solid #58585A;
}
@media (max-width: 767px) {
  /* line 3173, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup {
    max-width: 500px;
  }
  /* line 3177, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup .popup-content h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  /* line 3182, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup .popup-content h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  /* line 3191, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup {
    max-width: 95%;
  }
  /* line 3195, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup .popup-content h2 {
    margin-bottom: 30px;
  }
  /* line 3199, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup .popup-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  /* line 3208, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup {
    max-width: 300px;
  }
  /* line 3212, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup .popup-content h2 {
    font-size: 30px;
  }
  /* line 3216, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #popup .popup-content h4 {
    font-size: 20px;
  }
}
/*** responsive media ***/
@media (min-width: 576px) {
  /* line 3225, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .container {
    max-width: 540px;
  }
  /* line 3229, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 1px);
  }
  /* line 3236, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  /* line 3245, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .container {
    max-width: 720px;
  }
  /* line 3249, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 3256, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 1px);
  }
  /* line 3263, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 3270, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #expshowmore {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 3276, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .container {
    max-width: 960px;
  }
  /* line 3280, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 3287, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 3294, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 3301, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 1px);
  }
  /* line 3308, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: calc(58.333333% - 1px);
  }
}
@media (min-width: 1200px) {
  /* line 3317, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  /* line 3326, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .container {
    max-width: 1140px;
  }
  /* line 3330, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1450px) {
  /* line 3340, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .container {
    max-width: 1400px;
  }
  /* line 3344, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #mc_embed_signup_scroll {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 3350, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    max-width: 450px;
  }
}
@media (min-width: 2550px) {
  /* line 3356, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sticky-top {
    top: 5rem;
  }
}
@media (max-width: 1860px) {
  /* line 3363, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    width: 130px;
  }
}
@media (max-width: 1816px) {
  /* line 3370, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .field.dropdown {
    width: 49%;
  }
}
@media (max-width: 1800px) {
  /* line 3377, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    width: 126px;
  }
}
@media (max-width: 1760px) {
  /* line 3385, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    width: 123px;
  }
}
@media (max-width: 1760px) {
  /* line 3393, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    width: 120px;
  }
}
@media (max-width: 1600px) {
  /* line 3401, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    width: 112px;
    top: 52%;
  }
}
@media (max-width: 1449px) {
  /* line 3409, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form-date-field-group-wrapper {
    width: 450px;
  }
  /* line 3413, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text h2 {
    font-size: 50px;
  }
  /* line 3417, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sub_slider_section:after {
    height: calc(100% + 275px);
  }
  /* line 3421, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    max-width: 368px;
    left: 70%;
  }
  /* line 3426, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .homepage-banner-text {
    left: 10%;
  }
  /* line 3430, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section {
    margin-top: -70px;
  }
  /* line 3434, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    height: calc(100% - 35px);
    top: 52%;
    width: 100px;
  }
  /* line 3441, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .releated_section a {
    width: 31.5%;
  }
  /* line 3445, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1400px) {
  /* line 3454, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .max-content {
    max-width: 1400px;
  }
  /* line 3458, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour h1,
  .clifton_hotel_section h2,
  .common_sub_title h2,
  .social_blog_section .social h3,
  h2.group-bookings-title {
    font-size: 48px;
  }
  /* line 3466, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .properties-list--item-more h3 {
    font-size: 42px;
  }
  /* line 3470, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol h2,
  .workplace_section h2 {
    font-size: 60px;
  }
  /* line 3475, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol h3 {
    font-size: 28px;
  }
  /* line 3479, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol_details {
    padding: 40px 55px;
  }
  /* line 3483, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .slick-dots {
    right: 40px;
    bottom: 40px;
  }
  /* line 3488, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .slick-dots li button,
  .workplace_section .slick-dots li {
    width: 15px;
    height: 15px;
  }
  /* line 3494, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section h2 {
    margin-bottom: 1rem;
  }
  /* line 3498, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .btn {
    margin-top: 0.5rem;
  }
  /* line 3502, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li {
    padding: 0 34px;
  }
  /* line 3506, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_details h3 {
    font-size: 80px;
  }
  /* line 3510, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol .btn {
    margin-top: 1.5rem;
  }
  /* line 3514, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section p {
    margin-top: 24px;
  }
  /* line 3518, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details {
    padding: 50px 50px;
  }
  /* line 3522, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .field {
    width: 100%;
  }
  /* line 3526, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reward_section h3 {
    font-size: 48px;
  }
  /* line 3530, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    height: calc(100% - 34px);
    top: 52.5%;
    width: 88px;
  }
}
@media (max-width: 1199px) and (max-width: 1044px) {
  /* line 3539, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .field.dropdown {
    width: 48.9%;
  }
}
@media (max-width: 1199px) {
  /* line 3545, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sticky-top {
    top: 2.5rem;
  }
  /* line 3549, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item-link,
  .header--top-navigation--item-link {
    font-size: 14px;
  }
  /* line 3554, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item {
    margin-left: 30px;
  }
  /* line 3558, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item i {
    font-size: 14px;
    padding-right: 4px;
  }
  /* line 3563, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner--cell.banner--button .btn {
    font-size: 14px;
  }
  /* line 3567, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sub_slider_section:after {
    top: 0;
  }
  /* line 3571, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    left: 67%;
    max-width: 312px;
    top: 54%;
  }
  /* line 3577, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .homepage-banner-text {
    left: 10%;
  }
  /* line 3581, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form--property-field {
    width: 320px;
  }
  /* line 3585, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form-date-field-group-wrapper {
    width: 350px;
  }
  /* line 3589, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour {
    padding: 40px 15px;
  }
  /* line 3593, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .properties-list--item-more h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* line 3598, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol_details {
    padding: 30px 30px;
  }
  /* line 3602, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section_block_details,
  .social_blog_section .social,
  .blog_details {
    top: 48%;
  }
  /* line 3608, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social h3 {
    font-size: 40px;
  }
  /* line 3612, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled {
    margin: 25px 0 0;
  }
  /* line 3616, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0px auto 11px;
    font-size: 26px;
  }
  /* line 3624, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_details h3 {
    font-size: 64px;
  }
  /* line 3628, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol h2,
  .workplace_section h2 {
    font-size: 54px;
  }
  /* line 3633, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol_details img {
    margin-bottom: 15px;
  }
  /* line 3637, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol h3 {
    margin-bottom: 5px;
  }
  /* line 3641, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section {
    padding: 18px 15px;
  }
  /* line 3645, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .homepage--title {
    font-size: 21px;
  }
  /* line 3649, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section p {
    font-size: 14px;
  }
  /* line 3653, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section h2 {
    max-width: 50%;
  }
  /* line 3657, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section h2 {
    font-size: 40px;
  }
  /* line 3661, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section p {
    margin: 15px 0;
  }
  /* line 3665, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details {
    padding: 30px 30px;
    max-width: 460px;
    right: 64px;
  }
  /* line 3671, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  /* line 3676, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details .primary_link {
    padding-top: 8px;
  }
  /* line 3680, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    top: 53%;
    width: 71px;
  }
  /* line 3686, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .featured-slideshow--next:after,
  .room_section .featured-slideshow--next:after,
  .room_section .featured-slideshow--prev:after,
  .room_section .featured-slideshow--prev:after {
    top: 0;
  }
  /* line 3693, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .featured-slideshow--next:after,
  .room_section .featured-slideshow--next:after {
    right: 0;
  }
  /* line 3698, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .featured-slideshow--prev:after,
  .room_section .featured-slideshow--prev:after {
    left: 0;
  }
  /* line 3703, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--dropdown,
  .header--main-navigation--item:hover .header--main-navigation--dropdown {
    min-width: 240px;
  }
  /* line 3708, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--dropdown .header--main-navigation--dropdown--item .header--main-navigation--dropdown--item--link {
    padding: 10px 12px;
    font-size: 14px;
  }
  /* line 3713, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .philosophy_section_details h1 {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  /* line 3718, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container .details_block h2 {
    margin-bottom: 15px;
  }
  /* line 3722, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .story_section {
    padding-bottom: 20px;
  }
  /* line 3726, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box,
  .common_box_first {
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
    margin-right: -125px;
    padding: 40px 30px;
  }
  /* line 3735, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box_first {
    -webkit-transform: translateX(125px);
    -ms-transform: translateX(125px);
    transform: translateX(125px);
    margin-left: -125px;
    margin-right: 0;
  }
  /* line 3743, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box h2 {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.1;
  }
  /* line 3749, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box p {
    font-size: 16px;
  }
  /* line 3753, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_honour_section .common_box,
  .guest_honour_section .common_box_first {
    padding: 60px 30px;
  }
  /* line 3758, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_honour_section .common_box h2 {
    margin-bottom: 15px;
  }
  /* line 3762, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .mt-5 {
    margin-top: 30px;
  }
  /* line 3766, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section h3 {
    line-height: 1;
  }
  /* line 3770, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_section .common_box,
  .blog_section .common_box_first {
    padding: 50px 30px;
  }
  /* line 3775, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .releated_section a {
    margin-right: 13px;
  }
  /* line 3779, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .releated_section h2 {
    font-size: 40px;
  }
  /* line 3783, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section {
    padding: 60px 40px;
  }
  /* line 3787, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section p,
  .address_section a {
    font-size: 20px;
  }
  /* line 3792, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section i {
    padding-right: 12px;
    font-size: 28px;
    line-height: 1.2;
  }
  /* line 3798, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .field.dropdown {
    width: 48.8%;
  }
  /* line 3802, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation span {
    font-size: 14px;
  }
  /* line 3806, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--topbar a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  /* line 3812, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails {
    gap: 3%;
    margin: 36px 0;
  }
  /* line 3816, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv {
    gap: 8px;
  }
  /* line 3819, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv .iconContainer {
    height: 40px;
    width: 40px;
  }
  /* line 3823, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv .iconContainer .check {
    height: 16px;
    width: 10px;
    margin-top: -3px;
    border-bottom: 4px solid #58585A;
    border-right: 4px solid #58585A;
  }
  /* line 3838, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .Hotels #HotelSlider .slick-prev div:after {
    left: -50px;
  }
  /* line 3846, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .Hotels #HotelSlider .slick-next div:after {
    right: -50px;
  }
  /* line 3852, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .Hotels #HotelSlider .slick-list {
    margin: 0 -10px;
  }
  /* line 3856, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .Hotels #HotelSlider .slick-list .slick-track .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  /* line 3866, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text h2 {
    font-size: 40px;
    margin-bottom: 8px;
  }
  /* line 3871, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text p {
    font-size: 14px;
  }
  /* line 3875, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    max-width: 270px;
    left: 64%;
  }
  /* line 3880, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .homepage-banner-text {
    left: 10%;
  }
  /* line 3884, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sub_slider_section:after {
    top: -30px;
    height: calc(100% + 280px);
  }
  /* line 3889, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .berkeley_suits .col-12.col-lg-5,
  .dine_section .ml-3 {
    margin-left: 0;
  }
  /* line 3894, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .order-lg-last {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 3900, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .field {
    width: 235px;
  }
  /* line 3904, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .mb-3 {
    margin-bottom: 16px;
  }
  /* line 3908, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol_details {
    padding: 15px;
  }
  /* line 3912, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour h1,
  .clifton_hotel_section h2,
  .common_sub_title h2 {
    font-size: 40px;
    margin-bottom: 8px;
  }
  /* line 3919, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol h2,
  .workplace_section h2,
  h2.group-bookings-title {
    font-size: 40px;
  }
  /* line 3925, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol p {
    font-size: 14px;
  }
  /* line 3929, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol h3 {
    font-size: 20px;
  }
  /* line 3933, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol .btn {
    margin-top: 0.2rem;
  }
  /* line 3937, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social h3 {
    font-size: 30px;
  }
  /* line 3941, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li {
    padding: 0 15px;
  }
  /* line 3945, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0px auto 11px;
    font-size: 20px;
  }
  /* line 3953, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li span {
    font-size: 14px;
  }
  /* line 3957, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_details h3 {
    font-size: 50px;
  }
  /* line 3961, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .btn i {
    padding-left: 20px;
  }
  /* line 3965, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .properties-list--item-more .btn i {
    font-size: 20px;
    padding-left: 8px;
  }
  /* line 3970, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section p {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  /* line 3975, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section h2 {
    margin-bottom: 0.5rem;
  }
  /* line 3979, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section_block_details,
  .social_blog_section .social,
  .blog_details {
    width: 440px;
  }
  /* line 3985, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .properties-list--item-more h3 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  /* line 3990, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ratings i {
    font-size: 25px;
  }
  /* line 3994, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .btn-outline-primary,
  .workplace_section .btn,
  .clifton_images_block .properties-list--item-more .btn {
    font-size: 16px;
    padding: 6px 22px;
  }
  /* line 4001, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ratings {
    margin-bottom: 14px;
  }
  /* line 4005, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section h2,
  .common_sub_title h2,
  .clifton_hotel_section h2 {
    max-width: 100%;
  }
  /* line 4011, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour h1 {
    margin-bottom: 20px;
  }
  /* line 4015, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .menu-toggle--inner:after,
  .menu-toggle--inner:before,
  .menu-toggle--inner {
    background: #fff;
  }
  /* line 4021, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 4026, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    border-radius: 0;
  }
  /* line 4033, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin {
    padding-right: 0;
  }
  /* line 4037, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section h2 {
    font-size: 32px;
  }
  /* line 4041, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section ul li a i,
  .dine_section ul li span i {
    font-size: 18px;
    top: 0;
  }
  /* line 4047, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section ul li a,
  .dine_section ul li span {
    padding-left: 34px;
    font-size: 15px;
    margin-bottom: 8px;
  }
  /* line 4054, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details {
    max-width: 400px;
    padding: 40px 40px;
  }
  /* line 4059, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .reward_section {
    top: 35%;
  }
  /* line 4063, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reward_section h3 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  /* line 4068, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details h2 {
    font-size: 32px;
  }
  /* line 4072, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  /* line 4077, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details p {
    font-size: 14px;
  }
  /* line 4081, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    top: 54%;
  }
  /* line 4086, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container {
    max-width: 650px;
  }
  /* line 4090, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container .details_block h2 {
    font-size: 38px;
  }
  /* line 4094, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .details_block {
    padding: 30px 30px 20px;
    -webkit-clip-path: polygon(0% 14%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 14%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 4100, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .philosophy_section_details h1 {
    font-size: 40px;
  }
  /* line 4104, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section {
    padding: 50px 30px;
  }
  /* line 4108, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box h2 {
    font-size: 32px;
  }
  /* line 4112, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box h3 {
    font-size: 16px;
  }
  /* line 4116, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .common_box .btn_black {
    font-size: 16px;
    padding: 6px 20px;
  }
  /* line 4121, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_honour_section {
    padding: 50px 30px 5px;
  }
  /* line 4125, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    width: 53px;
  }
  /* line 4130, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .featured-slideshow--prev:after,
  .room_section .featured-slideshow--next:after {
    font-size: 40px;
  }
  /* line 4135, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .featured-slideshow--prev:after {
    left: 0;
  }
  /* line 4139, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .featured-slideshow--next:after {
    right: 0;
  }
  /* line 4143, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 4149, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_child_section {
    padding: 50px 30px;
  }
  /* line 4153, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item {
    margin-left: 10px;
  }
  /* line 4157, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section p,
  .address_section a {
    font-size: 16px;
  }
  /* line 4162, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section i {
    padding-right: 8px;
    font-size: 22px;
  }
  /* line 4167, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section {
    padding: 40px 30px 60px;
  }
  /* line 4171, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section p {
    font-size: 18px;
    text-align: center;
  }
  /* line 4176, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section h1 {
    text-align: center;
  }
  /* line 4180, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .form-control,
  label {
    font-size: 15px;
  }
  /* line 4185, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section [type=submit] {
    padding: 8px 30px;
  }
  /* line 4189, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section h1 {
    font-size: 50px;
  }
  /* line 4193, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .Experience-desktop .experience_section h1 {
    font-size: 40px;
  }
  /* line 4197, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .winter_getaway_section {
    padding: 0px 30px;
  }
  /* line 4201, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .getaway_banner_details h2 {
    font-size: 30px;
  }
  /* line 4205, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .card-main {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  /* line 4211, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .card-main img {
    max-width: 45%;
  }
  /* line 4215, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .main-title,
  .guest-of-honour-custom .bottom-title {
    font-size: 18px;
  }
  /* line 4220, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .bottom-title {
    padding-top: 20px;
  }
  /* line 4224, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .main-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 770px) {
  /* line 4230, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mobile-img {
    display: block !important;
  }
  /* line 4234, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .desktop-img {
    display: none !important;
  }
  /* line 4238, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--site-width {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4244, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--logo {
    margin-right: auto;
  }
  /* line 4248, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item:before {
    display: none;
  }
  /* line 4252, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--right--top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 4258, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--menu-toggle {
    margin: 0;
    height: auto;
    padding: 0;
  }
  /* line 4264, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .banner--cell.banner--button {
    width: 100%;
    display: block;
    padding: 0;
  }
  /* line 4270, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .banner--cell.banner--button a {
    display: block;
    margin: 10px 15px 10px 12px;
    font-size: 18px;
    padding: 11px 10px;
    background: #fff;
    color: #002951;
    border-color: #fff;
  }
  /*.header .header--main-navigation--item.d-flex.align-items-center {position: -webkit-sticky;position: sticky; top: calc(100% - 52px); width: 100%; background: #333533; z-index: 999; padding: 5px 0; }*/
  /* line 4281, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation--item.d-flex.align-items-center a .header--top-navigation--item-link {
    padding: 0 10px;
  }
  /* line 4285, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation {
    max-height: 100vh;
    height: calc(100vh - 100px);
    overflow-y: auto;
    background: #002951;
    position: absolute;
    width: calc(100% + 6px);
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    -webkit-transform: translateY(calc(-100% - 100px));
    -ms-transform: translateY(calc(-100% - 100px));
    transform: translateY(calc(-100% - 100px));
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: block !important;
    margin-right: 0;
  }
  /* line 4305, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item {
    margin: 0;
  }
  /* line 4309, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item i {
    font-size: 16px;
    padding-right: 8px;
  }
  /* line 4314, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation.menu-on {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  /* line 4323, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation .header--main-navigation--item {
    border-top: 0;
    text-align: left;
  }
  /* line 4328, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation--item-link {
    display: block;
    width: 100%;
  }
  /* line 4333, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation .header--main-navigation--item:first-child {
    border-top-color: transparent;
  }
  /*.header--main-navigation--item.dropdown > a:after{position:absolute; right:24px;}*/
  /* line 4338, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item-link,
  .header--top-navigation--item-link {
    padding: 10px 15px;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'Playfair Display', arial, sans-serif;
  }
  /* line 4346, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .btn {
    display: block;
  }
  /* line 4350, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .btn.btn-md {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 4357, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form--mobile-trigger:after {
    display: none;
  }
  /* line 4361, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  body.main {
    overflow: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  /* line 4367, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  body.main::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  /* line 4373, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .picker__frame {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: 256px;
    max-width: 400px;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  /* line 4385, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  html .header .header--main-navigation--item-link:hover,
  html .header .header--main-navigation--item-link:active,
  html .header .header--top-navigation--item-link:hover {
    border-bottom-color: transparent;
  }
  /* line 4392, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  html .header .header--main-navigation--item-link.roTate {
    color: #ec008c;
  }
  /* line 4396, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--dropdown,
  .header--main-navigation--item:hover .header--main-navigation--dropdown {
    left: 0;
    background: #002951;
    min-width: 100%;
  }
  /* line 4403, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--dropdown .header--main-navigation--dropdown--item .header--main-navigation--dropdown--item--link {
    font-size: 18px;
    padding: 10px 15px;
    font-family: 'Playfair Display', arial, sans-serif;
    letter-spacing: 2px;
  }
  /* line 4410, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .releated_section a {
    width: 31%;
  }
  /* line 4414, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item.dropdown:hover .down:after {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  /* line 4420, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item.dropdown .down {
    position: absolute;
    right: 20px;
    top: 0px;
    height: 47px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 4437, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--dropdown.sub-menu {
    width: 100%;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: 0;
    top: 0;
    padding: 0px;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  /* line 4451, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item.dropdown .down.roTate:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
  }
  /* line 4458, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main .sticky-top,
  .main .header.sticky-top.sticky {
    background: #002951;
  }
  /* line 4463, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main .menu-toggle--inner:after,
  .main .menu-toggle--inner:before {
    background: #fff;
  }
  /* line 4468, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sticky-top {
    position: relative;
    background-color: #ffffff;
    top: 0rem;
  }
  /* line 4474, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation--item-link,
  .header--top-navigation--item-link,
  .header--top-navigation span {
    color: #000;
  }
  /* line 4480, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .menu-toggle--inner:after,
  .menu-toggle--inner:before,
  .menu-toggle--inner {
    background: #000;
  }
  /* line 4486, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header.sticky-top.sticky {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #cdcdcd;
    box-shadow: 0px 0px 10px 0px #cdcdcd;
  }
  /* line 4493, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation .header--main-navigation--item-link,
  .header--top-navigation--item-link {
    color: #fff;
    text-transform: none;
  }
  /* line 4499, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--top-navigation--item-link {
    text-transform: uppercase;
    font-family: 'roboto_condensedbold', arial, sans-serif;
    font-size: 20px;
  }
  /* line 4505, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--main-navigation span {
    text-transform: uppercase;
    font-family: 'roboto_condensedbold', arial, sans-serif;
    font-size: 20px;
  }
  /* line 4511, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--logo {
    display: none;
  }
  /* line 4515, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .mob_logo {
    display: block;
  }
  /* line 4519, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main .header .header--logo {
    display: block;
  }
  /* line 4523, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main .header .mob_logo,
  .main .header.sticky .mob_logo {
    display: none;
  }
  /* line 4528, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation .header--main-navigation--item-link.currentToggle {
    color: #cac243;
  }
  /* line 4532, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section .content-main__aside-right-half {
    margin-bottom: 30px;
  }
  /* line 4536, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .field.dropdown {
    width: 49%;
  }
  /* line 4540, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section p,
  .address_section a {
    text-align: left;
  }
  /* line 4545, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header {
    padding: 8px 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 4551, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sub_slider_section {
    overflow: visible;
  }
  /* line 4555, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .order-md-last {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 4561, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mt-3 {
    margin-top: 24px;
  }
  /* line 4565, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section .container,
  .clifton_hotel_section .container .col-,
  .reservation_sction .container,
  .reservation_sction .container .col-,
  .berkeley_suits .container,
  .berkeley_suits .container .col-,
  .experience_bristol .container,
  .experience_bristol .container .col-,
  .guest_section .container,
  .guest_section .container .col-,
  .book-section .container,
  .book-section .container .col-,
  .experience_section .container-fluid,
  .experience_section .container-fluid .col-,
  .guest_honour_section .container-fluid,
  .guest_honour_section .container-fluid .col-,
  .contact_section .container-fluid,
  .contact_section .container-fluid .col- {
    max-width: 100%;
    padding: 0;
  }
  /* line 4587, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section .container .row,
  .reservation_sction .container .row,
  .berkeley_suits .container .row,
  .experience_bristol .container .row,
  .guest_section .container .row,
  .book-section .container .row,
  .experience_section .container-fluid .row,
  .guest_honour_section .container-fluid .row,
  .contact_section .container-fluid .row {
    margin: 0;
  }
  /* line 4599, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .berkeley_suits .container .row .col-12,
  .guest_section .container .col-12,
  .book-section .col-12,
  .guest_honour_section .container-fluid .row .col-12,
  .blog_section .col-12,
  .masterclass_section .col-12,
  .contact_section .col-12,
  .experience_section .container-fluid .row .col-12 {
    padding: 0;
  }
  /* line 4610, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--top-navigation--item-link:hover {
    color: #ec008c;
  }
  /* line 4614, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction fieldset.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 4619, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form-date-field-group-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 4625, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form--property-field,
  .reservation_sction .booking-form-field-group {
    width: 100%;
  }
  /* line 4630, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section .order-md-last {
    padding: 0;
  }
  /* line 4634, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section img {
    margin-right: auto;
  }
  /* line 4638, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section .mt-3,
  .berkeley_suits .col-12.mt-3 {
    max-width: 400px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4646, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form,
  .reservation_sction .beneath-header--booking-form-wrapper-2 .title {
    padding: 0 70px;
  }
  /* line 4651, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .btn.btn-md {
    border-radius: 0;
  }
  /* line 4656, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .max-content {
    max-width: 767px;
  }
  /* line 4660, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour.guest-of-honour-custom {
    padding-bottom: 100px;
  }
  /* line 4664, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 28px;
  }
  /* line 4670, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .berkeley_suits {
    padding: 0 0 50px;
  }
  /* line 4674, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol {
    padding: 0 0 13px;
    position: relative;
  }
  /* line 4679, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol p {
    font-size: 17px;
    letter-spacing: 2px;
  }
  /* line 4684, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol .container-fluid {
    padding: 0;
  }
  /* line 4688, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section h2 {
    font-size: 34px;
    margin-bottom: 1.3rem;
  }
  /* line 4693, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section p {
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
  }
  /* line 4698, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section_block_details {
    top: 38%;
  }
  /* line 4702, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .slick-dots,
  .bristol_slider .slick-dots,
  .workplace_section .slick-dots {
    left: 0;
    right: 0;
    text-align: center;
  }
  /* line 4710, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .featured-slideshow--prev:after,
  .main-slider-section .featured-slideshow--next:after,
  .bristol_slider .featured-slideshow--prev:after,
  .bristol_slider .featured-slideshow--next:after,
  .workplace_section .featured-slideshow--prev:after,
  .workplace_section .featured-slideshow--next:after {
    top: 0;
  }
  /* line 4719, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .btn-outline-primary,
  .workplace_section .btn,
  .clifton_images_block .properties-list--item-more .btn {
    padding: 9px 22px 9px 30px;
    font-size: 20px;
  }
  /* line 4726, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .btn i {
    padding-left: 40px;
  }
  /* line 4730, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section_block_details,
  .social_blog_section .social,
  .blog_details {
    max-width: 100%;
  }
  /* line 4736, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_details h3 {
    font-size: 80px;
  }
  /* line 4740, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto 20px;
    font-size: 30px;
  }
  /* line 4748, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li {
    padding: 0 40px;
  }
  /* line 4752, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled {
    margin-top: 38px;
  }
  /* line 4756, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section {
    padding: 18px 0;
    text-align: center;
    background-color: #d8d8d8;
    margin-bottom: 10px;
  }
  /* line 4763, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .content-inner {
    padding: 0;
  }
  /* line 4767, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .homepage--title {
    font-size: 30px;
  }
  /* line 4771, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 4780, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .mc-field-group,
  .newsletter_section .field {
    width: 100%;
  }
  /* line 4785, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .btn-primary,
  .newsletter_section .clear {
    width: 100%;
  }
  /* line 4790, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .col-12 {
    padding: 0;
  }
  /* line 4794, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .row {
    margin: 0;
  }
  /* line 4798, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section .mc-field-group {
    padding: 0 15px 20px;
  }
  /* line 4802, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .newsletter_section p {
    font-size: 14px;
    max-width: 330px;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #3c3c3c;
    font-family: 'robotoregular', arial, sans-serif;
  }
  /* line 4811, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-top--group__3,
  .qrter-footer-top--group__4,
  .qrter-footer-top--group__5,
  .qrter-footer-top--group__6 {
    width: 100%;
  }
  /* line 4818, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol_details {
    padding: 20px;
    position: relative;
    -webkit-clip-path: polygon(0% 11%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 11%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 4825, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol .common_title {
    margin-top: -100px;
  }
  /* line 4829, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section.slick-dotted.slick-slider,
  .main-slider-section {
    background: var(--button-hover-bg-color);
    margin-bottom: 20px;
  }
  /* line 4835, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .hotel_images_slider .featured-slideshow--prev:after,
  .hotel_images_slider .featured-slideshow--next:after,
  .bristol_slider .featured-slideshow--prev:after,
  .bristol_slider .featured-slideshow--next:after,
  .offers_slider .featured-slideshow--prev:after,
  .offers_slider .featured-slideshow--next:after {
    top: 0;
    font-size: 40px;
  }
  /* line 4845, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .bristol_slider .slick-dots {
    display: none !important;
  }
  /* line 4849, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol p {
    font-size: 13px;
  }
  /* line 4853, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-top--awards li {
    width: 100%;
    max-width: 31%;
    margin: 0 11px 15px 0;
  }
  /* line 4859, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-top--awards img {
    margin: 0 auto;
  }
  /* line 4863, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-bottom {
    display: block;
  }
  /* line 4867, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-bottom--logo {
    display: block;
    margin-right: 0;
    height: auto;
  }
  /* line 4873, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-bottom--copyright {
    font-family: Lato, Arial, Helvetica, Geneva, sans-serif;
    font-size: 18px;
  }
  /* line 4878, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_link a {
    font-size: 30px;
    padding-left: 20px;
  }
  /* line 4883, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_link a:hover {
    color: #fff;
  }
  /* line 4887, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-bottom--inner {
    text-align: center;
  }
  /* line 4891, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-bottom--left {
    float: none;
    padding-right: 0;
  }
  /* line 4896, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details {
    position: static;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 auto;
  }
  /* line 4905, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_details p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  /* line 4910, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-dots {
    bottom: 0;
    text-align: right;
    right: 60px;
  }
  /* line 4916, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
  }
  /* line 4922, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-dots li button {
    border: 2px solid #4A4E4F;
    border-radius: 100%;
    width: 15px;
    height: 15px;
  }
  /* line 4929, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-dots li.slick-active button {
    background: #4A4E4F;
  }
  /* line 4933, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-dots li button:before {
    font-size: 0;
  }
  /* line 4937, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section {
    padding: 0 0 10px;
    margin-bottom: 12px;
  }
  /* line 4942, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin {
    padding: 0px 15px;
    max-width: 480px;
    margin: 0 auto;
  }
  /* line 4948, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin h3,
  .dine_section h3,
  .book-section .custom-margin h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 4955, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin p {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 15px;
  }
  /* line 4961, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section {
    margin-top: -32px;
    padding: 15px 50px 30px;
    -webkit-clip-path: polygon(0% 10%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 10%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 4968, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section img {
    display: none;
  }
  /* line 4972, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section .ml-3 {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4977, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section p {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 22px 0;
  }
  /* line 4983, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section ul li a,
  .dine_section ul li span {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 28px;
  }
  /* line 4990, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details {
    background: transparent;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 15px;
  }
  /* line 4998, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  /* line 5003, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .custom-margin {
    padding: 0 80px 30px;
  }
  /* line 5007, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details h3 {
    font-size: 40px;
    margin-bottom: 3px;
  }
  /* line 5012, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .reward_section {
    top: 50%;
  }
  /* line 5016, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .custom-margin ul {
    margin-top: 15px;
  }
  /* line 5020, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .custom-margin ul li {
    letter-spacing: 2px;
  }
  /* line 5024, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_sub_section {
    margin-top: 0;
  }
  /* line 5029, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .error_section {
    padding: 30px 0 60px;
  }
  /* line 5033, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container {
    max-width: 480px;
  }
  /* line 5037, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .philosophy_section_details {
    padding: 20px 0;
  }
  /* line 5041, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .philosophy_section_details p {
    font-size: 15px;
  }
  /* line 5045, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .story_section {
    padding-bottom: 10px;
  }
  /* line 5049, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box_first,
  .common_box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-clip-path: polygon(0% 18%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 18%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    margin-top: -110px;
    padding: 22px 100px 50px;
    margin-bottom: 0;
  }
  /* line 5065, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section,
  .guest_honour_section {
    padding: 30px 0;
    background: #fff;
  }
  /* line 5071, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .mb-4,
  .guest_honour_section .mb-4 {
    margin-bottom: 0;
  }
  /* line 5076, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .btn {
    margin-top: 40px;
  }
  /* line 5080, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .common_box .btn_black {
    margin: 0;
  }
  /* line 5084, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .common_container_fluid {
    padding: 0 70px;
  }
  /* line 5088, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section h1 {
    margin-bottom: 15px;
    font-size: 50px;
  }
  /* line 5093, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section p {
    font-size: 15px;
    letter-spacing: 2px;
  }
  /* line 5098, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section p.black {
    font-family: 'robotobold', arial, sans-serif;
  }
  /* line 5102, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box h2 {
    margin-bottom: 30px;
  }
  /* line 5106, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box h3 {
    font-size: 14px;
    color: #ec008c;
    margin-bottom: 24px;
  }
  /* line 5112, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .common_box .mb-4 {
    margin-bottom: 2.5rem;
  }
  /* line 5116, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container .details_block h2 {
    font-size: 32px;
  }
  /* line 5120, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box p {
    letter-spacing: 2px;
  }
  /* line 5124, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_honour_section .common_box,
  .guest_honour_section .common_box_first {
    padding: 40px 100px;
  }
  /* line 5129, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section h3 {
    font-size: 20px;
  }
  /* line 5133, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .common_box h2 {
    margin-bottom: 10px;
  }
  /* line 5137, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .common_box h3 {
    margin-bottom: 10px;
  }
  /* line 5141, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .mt-5 {
    margin-top: 10px;
  }
  /* line 5145, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .common_box_first,
  .masterclass_section .common_box {
    -webkit-clip-path: polygon(0% 11%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 11%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 5151, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .common_container_fluid {
    margin-bottom: 30px;
  }
  /* line 5155, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .btn {
    margin-top: 0;
  }
  /* line 5159, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section ul,
  .book-section .custom-margin ul {
    margin-bottom: 20px;
  }
  /* line 5164, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section,
  .beneath-header--top,
  .chg-header--topbar--text {
    margin-bottom: 0px;
  }
  /* line 5170, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section {
    margin-top: 7px;
  }
  /* line 5174, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour {
    padding: 40px 15px 50px;
  }
  /* line 5178, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .hotel_images_slider.slick-dotted.slick-slider {
    margin: 0;
  }
  /* line 5182, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .hotel_images_slider .slick-list .slick-track {
    min-width: 500px;
  }
  /* line 5186, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .slick-dots {
    display: none !important;
  }
  /* line 5190, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .col-12 {
    padding: 0;
  }
  /* line 5194, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section,
  .berkeley_suits {
    padding-bottom: 15px;
  }
  /* line 5199, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section {
    padding-bottom: 12px;
    padding-top: 7px;
  }
  /* line 5204, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .mt-3 {
    margin-top: 13px;
  }
  /* line 5208, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details {
    max-width: 300px;
  }
  /* line 5212, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_section .common_box h3 {
    font-family: 'robotoregular', arial, sans-serif;
  }
  /* line 5216, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_section {
    padding-bottom: 0;
  }
  /* line 5220, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  ._booking-form--fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 5225, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_section .common_box,
  .blog_section .common_box_first {
    padding: 30px 110px;
  }
  /* line 5230, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details p {
    display: none;
  }
  /* line 5234, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .bristol_slider .featured-slideshow--prev:after {
    left: 0;
  }
  /* line 5238, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .bristol_slider .featured-slideshow--next:after {
    right: 0;
  }
  /* line 5242, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .slick-dots {
    display: none !important;
  }
  /* line 5246, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section.slick-dotted.slick-slider,
  .clifton_images_block .col-12 {
    margin-bottom: -8px;
    z-index: 1;
  }
  /* line 5252, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .slick-prev,
  .main-slider-section .slick-next {
    top: 45%;
  }
  /* line 5257, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .featured-slideshow--next:after,
  .main-slider-section .featured-slideshow--prev:after {
    font-size: 40px;
  }
  /* line 5262, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    background-color: transparent;
    height: auto;
    top: 20%;
  }
  /* line 5269, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .catrgory_link {
    text-align: left;
    margin-top: 26px;
  }
  /* line 5274, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .catrgory_link ul li a {
    font-family: 'robotoregular', arial, sans-serif;
  }
  /* line 5278, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_detalis_section .details_block {
    -webkit-clip-path: polygon(0% 11%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 11%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 5283, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .releated_section h2 {
    font-size: 26px;
    text-align: center;
  }
  /* line 5288, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .releated_section a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 5294, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container .details_block p,
  div .blog_sub_details {
    font-size: 16px;
  }
  /* line 5299, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_child_section {
    padding: 30px 0px;
  }
  /* line 5303, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .narrow-gutters {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 5308, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .narrow-gutters .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5313, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  #expshowmore {
    width: 100%;
    background: var(--button-hover-bg-color);
    border-color: var(--button-hover-bg-color);
    margin: 0;
    padding: 8px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  /* line 5323, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section h1,
  .contact_section p {
    padding: 0 30px;
  }
  /* line 5328, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section h1 {
    margin-bottom: 15px;
  }
  /* line 5332, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section {
    padding: 10px 20px;
  }
  /* line 5336, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section .content-main__aside-right-half {
    padding: 0 30px;
  }
  /* line 5340, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section p,
  .address_section a {
    font-size: 16px;
  }
  /* line 5345, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section [type=submit] {
    width: 100%;
    border-radius: 0;
    padding: 6px 15px;
  }
  /* line 5351, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .address_section {
    padding: 0 30px;
  }
  /* line 5355, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section {
    padding: 10px 0;
  }
  /* line 5359, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_form_section .form-row,
  .ContactUserForm fieldset {
    padding: 0 30px;
  }
  /* line 5364, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .field.dropdown {
    width: 100%;
    margin: 0 0 12px;
  }
  /* line 5369, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header .header--main-navigation {
    height: calc(100vh - 98px);
  }
  /* line 5373, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .narrow-gutters.py-5 {
    padding: 0 0 50px;
  }
  /* line 5377, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .terms_section {
    padding: 20px 0;
  }
  /* line 5381, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .terms_section p {
    font-size: 14px;
  }
  /* line 5385, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /* line 5390, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .winter_getaway_section {
    padding: 0px 0px;
  }
  /* line 5394, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .winter_getaway_section .philosophy_section_details .container-fluid,
  .terms_section .container-fluid,
  .clifton_images_block h2 {
    padding: 0 40px;
  }
  /* line 5400, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  body.main {
    overflow: hidden !important;
  }
  /* line 5404, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .featured-slideshow--next:after {
    right: -10px;
  }
  /* line 5408, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .featured-slideshow--prev:after {
    left: -10px;
  }
  /* line 5412, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    padding: 19px 25px 20px;
  }
  /* line 5416, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mobileBanner.banner-text {
    max-width: 420px;
  }
  /* line 5420, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sub_slider_section:before {
    background: linear-gradient(180deg, transparent 0%, transparent 10%, #000000);
  }
  /* line 5424, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mobileParentSlider.main-slider-section.slick-dotted.slick-slider,
  .mobileParentSlider.main-slider-section {
    background-color: transparent;
  }
  /* line 5429, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mobileParentSlider.main-slider-section .slick-dots {
    display: block !important;
  }
  /* line 5437, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv .iconContainer {
    border-width: 3px;
  }
  /* line 5443, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page {
    text-align: center;
  }
  /* line 5446, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .group-booking .offerDetails,
  .group-booking-page .Contact_Us .contact-details .flex-wrapper {
    justify-content: center;
  }
  /* line 5451, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content {
    text-align: left;
  }
  /* line 5455, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .group-booking,
  .group-booking-page .Contact_Us {
    padding-top: 65px;
  }
  /* line 5460, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .offerDetails .offerDetailMainDiv .iconContainer {
    height: 32px;
    width: 32px;
  }
  /* line 5465, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page p,
  .group-booking-page .Contact_Us p,
  .group-booking-page .Contact_Us .contact-details .flex-wrapper a,
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content p,
  .group-booking-page .offerDetails .offerDetailMainDiv a.offerLink,
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .btn-wrapper .btn {
    font-size: 18px;
    letter-spacing: 0;
  }
  /* line 5475, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .btn-wrapper .btn {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  /* line 5482, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  ._booking-form--fields {
    padding: 0 20px;
  }
  /* line 5486, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .beneath-header--booking-form-wrapper-2 .title {
    padding: 0 20px;
  }
  /* line 5490, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section .mt-3 {
    max-width: 250px;
  }
  /* line 5494, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    top: 100px;
  }
  /* line 5498, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text h2 {
    font-size: 30px;
  }
  /* line 5502, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .slick-dots,
  .bristol_slider .slick-dots,
  .workplace_section .slick-dots {
    bottom: 20px;
  }
  /* line 5508, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .reservation_sction .booking-form {
    padding: 0px;
  }
  /* line 5512, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .header--top-navigation span {
    font-size: 12px;
  }
  /* line 5516, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .card-main {
    gap: 0;
  }
  /* line 5520, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .card-main img {
    max-width: 50%;
    padding: 10px;
  }
  /* line 5525, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour h1 {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  /* line 5531, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour .btn-secondary {
    font-size: 16px;
    line-height: 1;
    padding: 7px 30px 11px;
  }
  /* line 5537, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section .mt-3,
  .berkeley_suits .col-12.mt-3 {
    max-width: 270px;
  }
  /* line 5542, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section h2,
  .common_sub_title h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  /* line 5548, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  h2.group-bookings-title {
    font-size: 32px;
  }
  /* line 5552, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_hotel_section h3,
  .common_title h3,
  .berkeley_suits .common_title h3 {
    font-size: 13px;
  }
  /* line 5558, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_details h3 {
    font-size: 40px;
  }
  /* line 5562, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0px auto 11px;
    font-size: 20px;
  }
  /* line 5570, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled li {
    padding: 0 15px;
  }
  /* line 5574, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social ul.list-unstyled {
    margin-top: 18px;
  }
  /* line 5578, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .social_blog_section .social h3,
  .newsletter_section .homepage--title {
    font-size: 24px;
  }
  /* line 5583, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section p {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  /* line 5588, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section h2 {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  /* line 5593, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .btn {
    font-size: 12px;
    padding: 8px 15px;
    line-height: 1;
  }
  /* line 5599, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .btn i {
    font-size: 14px;
    padding-left: 20px;
  }
  /* line 5604, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .featured-slideshow--prev:after,
  .workplace_section .featured-slideshow--next:after {
    font-size: 30px;
  }
  /* line 5609, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section .featured-slideshow--next:after,
  .workplace_section .featured-slideshow--next:after {
    right: 0px;
  }
  /* line 5614, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  workplace_section .featured-slideshow--prev:after,
  .workplace_section .featured-slideshow--prev:after {
    left: -5px;
  }
  /* line 5619, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .workplace_section_block_details {
    top: 42%;
  }
  /* line 5623, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .hotel_images_slider .featured-slideshow--prev:after,
  .hotel_images_slider .featured-slideshow--next:after {
    font-size: 40px;
  }
  /* line 5628, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-top--awards li {
    max-width: 50%;
    margin: 0 auto 20px;
  }
  /* line 5633, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .qrter-footer-bottom--copyright {
    font-size: 16px;
  }
  /* line 5637, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .banner-text {
    -webkit-clip-path: polygon(0% 10%, 11% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 10%, 11% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    padding: 20px 16px 20px;
    top: 65px;
  }
  /* line 5644, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_bristol_details {
    -webkit-clip-path: polygon(0% 6%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 6%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 5649, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .museum-section a.btn {
    font-size: 13px;
    padding: 6px 10px;
  }
  /* line 5654, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .museum-section a.btn i {
    padding-left: 5px;
    font-size: 13px;
  }
  /* line 5659, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin h3,
  .dine_section h3,
  .book-section .custom-margin h3 {
    font-size: 13px;
  }
  /* line 5665, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .custom-margin {
    padding: 0 40px 30px;
  }
  /* line 5669, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-dots li,
  .room_section .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  /* line 5675, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section {
    padding: 15px 15px 30px;
    -webkit-clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 5681, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section h2 {
    font-size: 28px;
  }
  /* line 5685, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .dine_section ul li a,
  .dine_section ul li span {
    font-size: 16px;
  }
  /* line 5690, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin {
    padding: 0 30px;
  }
  /* line 5694, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .book-section .custom-margin {
    padding: 0 30px 30px;
  }
  /* line 5698, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_section .custom_margin h2,
  .reward_section h3,
  .book-section .custom-margin h2 {
    font-size: 30px;
  }
  /* line 5704, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details h2 {
    font-size: 20px;
  }
  /* line 5708, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details p {
    margin-bottom: 13px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.1;
  }
  /* line 5715, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_details h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  /* line 5720, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_slider .featured-slideshow--prev:after,
  .offers_slider .featured-slideshow--prev:after {
    left: 0;
  }
  /* line 5725, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_slider .featured-slideshow--next:after,
  .offers_slider .featured-slideshow--next:after {
    right: 0;
  }
  /* line 5730, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offers_slider .btn {
    line-height: 1;
    font-size: 14px;
  }
  /* line 5735, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .error_section h1 {
    font-size: 60px;
  }
  /* line 5739, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .error_section p {
    font-size: 24px;
  }
  /* line 5743, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .error_section h1,
  .error_section p {
    margin-bottom: 20px;
  }
  /* line 5748, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .philosophy_section_details h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  /* line 5753, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container .details_block h2 {
    font-size: 27px;
    line-height: 1;
  }
  /* line 5758, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .details_block {
    padding: 30px 15px 20px;
    -webkit-clip-path: polygon(0% 9%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 9%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    margin-top: -40px;
  }
  /* line 5765, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .common_container_fluid {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  /* line 5770, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section h1 {
    font-size: 36px;
  }
  /* line 5774, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section p {
    font-size: 14px;
  }
  /* line 5778, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box_first,
  .common_box {
    padding: 22px 30px 50px;
    -webkit-clip-path: polygon(0% 13%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 13%, 8% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    margin-top: -70px;
  }
  /* line 5786, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box h2 {
    font-size: 22px;
  }
  /* line 5790, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .experience_section .primary_link {
    font-size: 14px;
  }
  /* line 5794, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_box p {
    font-size: 14px;
  }
  /* line 5798, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest_honour_section .common_box,
  .guest_honour_section .common_box_first {
    padding: 22px 30px 40px;
    margin-top: -42px;
  }
  /* line 5804, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .masterclass_section .common_box_first,
  .masterclass_section .common_box {
    -webkit-clip-path: polygon(0% 6%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
    clip-path: polygon(0% 6%, 6% 0%, 100% 0%, 100% 5%, 100% 100%, 81% 100%, 0 100%);
  }
  /* line 5810, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .blog_section .common_box,
  .blog_section .common_box_first {
    padding: 30px 30px;
  }
  /* line 5815, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .catrgory_link {
    margin-top: 12px;
  }
  /* line 5819, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .catrgory_link ul li a {
    font-size: 14px;
    padding: 0 15px;
  }
  /* line 5824, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .common_container .details_block p,
  div .blog_sub_details {
    font-size: 14px;
  }
  /* line 5829, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  div .blog_sub_details {
    padding: 30px 0 0;
  }
  /* line 5833, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section h1 {
    font-size: 40px;
  }
  /* line 5837, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section p {
    font-size: 16px;
  }
  /* line 5841, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section .content-main__aside-right-half,
  .contact_form_section .form-row,
  .contact_section h1,
  .contact_section p,
  .ContactUserForm fieldset {
    padding: 0 20px;
  }
  /* line 5849, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section .content-main__aside-right-half {
    margin-bottom: 15px;
  }
  /* line 5853, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  /* line 5858, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .contact_section p {
    padding: 0 6px;
  }
  /* line 5862, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  body.main {
    overflow: hidden !important;
  }
  /* line 5866, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .clifton_images_block .properties-list--item-more {
    max-width: 400px;
  }
  /* line 5871, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guestOfHonourSection .mainTitle {
    font-size: 35px;
  }
  /* line 5880, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv a.offerLink {
    font-size: 14px;
    letter-spacing: 0.4px;
  }
  /* line 5885, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv .iconContainer {
    height: 28px;
    width: 28px;
  }
  /* line 5889, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv .iconContainer .check {
    height: 12px;
    width: 8px;
    margin-top: -2px;
    border-bottom: 3px solid #58585A;
    border-right: 3px solid #58585A;
  }
  /* line 5900, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mobileBanner.banner-text {
    bottom: 40px;
    max-width: 320px;
    left: 20px;
  }
  /* line 5906, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .mobileParentSlider.main-slider-section .featured-slideshow--next:after,
  .mobileParentSlider.main-slider-section .featured-slideshow--prev:after {
    display: none;
  }
  /* line 5914, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .group-booking,
  .group-booking-page .Contact_Us {
    padding-top: 45px;
  }
  /* line 5919, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .group-booking .offerDetails {
    margin-top: 25px;
  }
  /* line 5923, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page p,
  .group-booking-page .Contact_Us p,
  .group-booking-page .Contact_Us .contact-details .flex-wrapper a,
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content p,
  .group-booking-page .offerDetails .offerDetailMainDiv a.offerLink,
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide div:first-child .Hotel_card .text-content .btn-wrapper .btn {
    font-size: 16px;
    letter-spacing: 0;
  }
  /* line 5934, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .Hotels #HotelSlider .slick-prev div:after {
    left: -30px;
    width: 30px;
    font-size: 35px;
  }
  /* line 5940, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .Hotels #HotelSlider .slick-next div:after {
    right: -30px;
    width: 30px;
    font-size: 35px;
  }
  /* line 5947, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .group-booking-page .Hotels #HotelSlider .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
}
@media (min-width: 350px) and (max-width: 450px) {
  /* line 5957, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    top: 15%;
  }
  /* line 5962, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .sticky-top {
    top: 0rem;
  }
}
@media (max-width: 350px) {
  /* line 5969, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .slick-prev,
  .main-slider-section .slick-next {
    top: 36%;
  }
  /* line 5974, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .room_section .slick-prev,
  .room_section .slick-next {
    top: 11%;
  }
  /* line 5979, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .featured-slideshow--next:after {
    right: 0px;
  }
  /* line 5983, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .featured-slideshow--prev:after {
    left: 0px;
  }
  /* line 5987, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .field.dropdown,
  .ContactUserForm .textarea {
    width: 92%;
  }
  /* line 5992, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .ContactUserForm .composite {
    width: 96%;
  }
  /* line 5996, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  body.main {
    overflow: hidden !important;
  }
}
/* line 6001, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.featured-slideshow--prev:after,
.featured-slideshow--next:after {
  color: #002951;
}
/* line 6006, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.membership_slide .single_slide p {
  color: #ec008c;
  text-align: center;
}
/* line 6011, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.membership_slide .single_slide img {
  max-width: 150px;
  margin: 0 auto 15px;
}
/* line 6016, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.featured-slideshow--prev:after {
  left: 0px;
}
/* line 6020, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.featured-slideshow--next:after {
  right: 0px;
}
@media (max-width: 1025px) {
  /* line 6026, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .membership_slide .single_slide img {
    padding: 0 20px;
  }
  /* line 6030, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .membership_slide .single_slide p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  /* line 6037, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .membership_slide .single_slide img {
    padding: 0 20px;
    max-width: 110px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 6044, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .membership_slide .single_slide p {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.2;
  }
  /* line 6051, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .featured-slideshow--prev:after {
    left: -15px;
  }
  /* line 6055, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .featured-slideshow--next:after {
    right: -15px;
  }
  /* line 6059, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .featured-slideshow--prev:after,
  .featured-slideshow--next:after {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  /* line 6067, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .guest-of-honour-custom .card-main img {
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  /* line 6073, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .offerDetails .offerDetailMainDiv a.offerLink {
    letter-spacing: 0.1px !important;
  }
}
/* line 6078, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.offerDetails .offerDetailMainDiv a.offerLink {
  color: #58585a;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 20px;
}
/* line 6085, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectBenefit a.offerLink {
  color: #58585a;
}
/* line 6089, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.guest-of-honour {
  background-color: #333533;
  text-align: center;
  padding: 40px 15px;
  color: #fff;
}
/* line 6096, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.most-you-stay-btn {
  font-family: 'robotoregular', arial, sans-serif;
  color: #fff;
  border: 2px solid #ffffff;
  min-width: 250px;
  font-size: 20px;
  padding: 13px 20px;
}
/* line 6107, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.image-banner-wrapper {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 750px;
  /* Adjust height as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 6119, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.image-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
/* line 6129, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.image-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 6143, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.overlay-content h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 6152, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-button {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
/* line 6162, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.banner-button:hover {
  background-color: #fff;
  color: #000;
}
/* Start :: Give Image aspect-ratio for Slove the Image load issue */
@media (min-width: 600px) and (max-width: 899px) {
  /* line 6169, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 4 / 3;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  /* line 6175, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 16 / 9;
  }
}
@media (min-width: 1200px) {
  /* line 6181, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 1920 / 869;
  }
}
@media screen and (max-width: 599px) {
  /* line 6187, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 1 / 1;
  }
}
/* End :: Give Image aspect-ratio for Slove the Image load issue */
/* line 6198, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .experience_section {
  background-color: #ffffff;
}
/* line 6201, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .experience_section p {
  font-size: 20px;
}
@media (max-width: 575px) {
  /* line 6204, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .experience_section p {
    font-size: 16px;
  }
}
/* line 6210, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .guest_section {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 6215, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .guest_section.localAttraction .custom_margin p {
    letter-spacing: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  /* line 6222, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .guest_section.localAttraction .custom_margin {
    padding: 0;
  }
}
/* line 6227, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .guest_section.localAttraction .localAttraction-inner {
  justify-content: space-between;
  margin: 0;
}
/* line 6231, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .guest_section.localAttraction .localAttraction-inner:not(:last-child) {
  padding: 0 0 40px;
}
/* line 6239, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .overlay-content h2 {
  margin-bottom: 100px;
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  /* line 6244, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .overlay-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  /* line 6248, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .overlay-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  /* line 6252, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .overlay-content h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  /* line 6262, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .MostYouStayPage .image-banner-wrapper {
    height: 400px;
  }
}
/* line 6266, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .image-banner-wrapper .banner-button {
  letter-spacing: 1.5px;
}
/* line 6271, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.MostYouStayPage .local-attractions-title {
  font-weight: bold;
}
/* Start :: Give Image aspect-ratio for Slove the Image load issue */
@media (min-width: 600px) and (max-width: 899px) {
  /* line 6279, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 4 / 3;
  }
  /* line 6282, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .login-banner-section .responsive-img {
    aspect-ratio: 4 / 1.5;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  /* line 6289, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 16 / 9;
  }
  /* line 6292, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .login-banner-section .responsive-img {
    aspect-ratio: 16 / 5;
  }
}
@media (min-width: 1200px) {
  /* line 6299, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 1920 / 869;
  }
  /* line 6302, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .login-banner-section .responsive-img {
    aspect-ratio: 1920 / 500;
  }
}
@media screen and (max-width: 599px) {
  /* line 6309, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .responsive-img {
    aspect-ratio: 1 / 1;
  }
}
/* End :: Give Image aspect-ratio for Slove the Image load issue */
/* line 6316, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-bottom-enquire .btn-wrapper .btn {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  border: 1px solid #002a52;
  color: #002a52;
  background: transparent;
  font-weight: bold;
  box-shadow: 0px 0 0px 0 transparent inset;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-width: unset !important;
}
/* line 6334, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.btn-bottom-enquire .btn-wrapper .btn:hover {
  cursor: pointer;
  box-shadow: 250px 0 0px 0 #002a52 inset;
  color: #ffffff;
}
/* line 6341, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.content-main--inner__aside-centre {
  width: 50%;
  margin: 0 auto;
}
/* Start :: Why Book Direct? */
/* line 6349, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.why-book-direct h2 {
  font-family: 'Arial', 'Helvetica', 'Open Sans', sans-serif;
  font-weight: bolder;
  letter-spacing: 0;
}
/* line 6356, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection {
  padding: 40px 15px;
  background: #fff;
  text-align: center;
}
/* line 6362, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .desktop-whyBookDirectTitle .whyBookDirectTitle {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #404040;
  margin: 0;
}
/* line 6371, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .mobile-tablet-whyBookDirectTitle {
  display: none;
}
/* line 6374, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .mobile-tablet-whyBookDirectTitle .whyBookDirectTitle {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #404040;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 6384, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .mobile-tablet-whyBookDirectTitle .whyBookDirectTitle .toggle-btn {
  background: none;
  border: none;
  font-size: 35px;
  cursor: pointer;
  font-weight: bold;
  color: #404040;
}
/* line 6395, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .whyBookDirectBenefitsWrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/* line 6401, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .whyBookDirectBenefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
/* line 6408, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .whyBookDirectBenefit {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #58585a;
  justify-content: space-around;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  word-spacing: 2px;
}
/* line 6419, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.whyBookDirectSection .whyBookDirectBenefit img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 1024px) and (min-width: 426px) {
  /* line 6427, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .desktop-whyBookDirectTitle {
    display: none;
  }
  /* line 6431, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .mobile-tablet-whyBookDirectTitle {
    display: block;
  }
  /* line 6435, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .mobile-tablet-whyBookDirectTitle .whyBookDirectTitle .toggle-btn {
    display: none;
  }
  /* line 6441, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .whyBookDirectBenefits {
    gap: 10px;
    margin-top: 10px;
  }
  /* line 6446, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .whyBookDirectBenefit img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 425px) {
  /* line 6453, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .desktop-whyBookDirectTitle {
    display: none;
  }
  /* line 6457, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .mobile-tablet-whyBookDirectTitle {
    display: block;
  }
  /* line 6460, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .mobile-tablet-whyBookDirectTitle .whyBookDirectTitle {
    font-size: 25px;
    font-weight: 600;
  }
  /* line 6466, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .whyBookDirectBenefits {
    display: none;
    gap: 20px;
    margin-top: 20px;
  }
  /* line 6472, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .whyBookDirectBenefits.active {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 6478, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .whyBookDirectBenefit {
    font-size: 16px;
  }
  /* line 6481, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .whyBookDirectSection .whyBookDirectBenefit img {
    width: 30px;
    height: 30px;
  }
}
/* End :: Why Book Direct? */
/* line 6492, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.main-slider-section .slick-list {
  height: 838px;
}
@media (max-width: 426px) {
  /* line 6497, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .main-slider-section .slick-list {
    height: 431 !important;
  }
}
/* line 6503, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.properties-list--item-image-wrapper {
  height: auto;
  min-height: auto;
}
/* line 6508, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.properties-list--item-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 426px) {
  /* line 6515, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .properties-list--item-image-wrapper {
    height: 100%;
    min-height: 260px;
    overflow: hidden;
  }
  /* line 6521, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .properties-list--item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* line 6527, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-btn {
  padding: 4px 20px !important;
}
/* line 6530, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.panel-placeholder {
  padding-top: 15px;
}
/* Start :: Main Booking Form */
/* line 6535, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-bottom-form-bar {
  position: fixed;
  bottom: 40px;
  bottom: clamp(24px, 4.5dvh, 40px);
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35), 0 2px 6px rgba(0, 0, 0, 0.08);
  width: 95%;
  max-width: 100%;
  z-index: 90;
  border-radius: 8px;
  opacity: 1;
  transition: width 0.6s ease, transform 0.6s ease, opacity 0.45s ease, bottom 0.6s ease, border-radius 0.6s ease;
  /* Hidden when footer appears */
  /* -------------------------------------
	   Inner content styling (optional scope)
	-------------------------------------- */
}
/* line 6559, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-bottom-form-bar.is-expanded {
  width: 100%;
  bottom: 0;
  border-radius: 0;
}
/* line 6566, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-bottom-form-bar.hidden-slick-bottom-form-bar {
  transform: translate(-50%, 100%);
  opacity: 0;
  pointer-events: none;
}
/* line 6575, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-bottom-form-bar .beneath-header--booking-form-wrapper {
  padding: 0;
}
/* line 6579, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-bottom-form-bar .form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 6585, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.slick-bottom-form-bar .main-form-submit-button {
  transition: background-color 0.3s ease;
}
@-moz-document url-prefix() {
  /* line 6591, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .slick-bottom-form-bar {
    bottom: 7.2dvh;
  }
}
@media (max-width: 575px) {
  /* line 6598, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .slick-bottom-form-bar {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    /* Keep animation smooth on mobile */
    transition: transform 0.6s ease,
			bottom 0.6s ease,
			opacity 0.4s ease,
			width 0.6s ease;
  }
  /* line 6610, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .slick-bottom-form-bar .form-title {
    display: none !important;
  }
  /* line 6614, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .slick-bottom-form-bar .form-input-group {
    display: none;
  }
  /* line 6618, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .slick-bottom-form-bar .main-form-submit-button {
    margin: 0 !important;
    border-radius: 4px !important;
    padding: 4% 0 !important;
  }
  /* line 6624, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .scrolldown {
    overflow: hidden;
    border-radius: 10px !important;
  }
}
@media (max-width: 768px) {
  /* line 6631, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .picker {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100vw;
    border-radius: 12px 12px 0 0;
  }
  /* line 6639, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
  .scrolldown {
    overflow: hidden;
    border-radius: 10px !important;
  }
}
/* line 6645, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form {
  font-family: Cera, Helvetica, sans-serif;
}
/* line 6650, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form input,
.booking-form select,
.booking-form button {
  font-family: Cera, Helvetica, sans-serif;
}
/* line 6659, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form input::placeholder {
  font-family: Cera, Helvetica, sans-serif;
}
/* line 6663, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form input::-webkit-input-placeholder {
  font-family: Cera, Helvetica, sans-serif;
}
/* line 6667, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form input::-moz-placeholder {
  font-family: Cera, Helvetica, sans-serif;
}
/* line 6671, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form input:-ms-input-placeholder {
  font-family: Cera, Helvetica, sans-serif;
}
/* line 6676, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.booking-form select,
.booking-form option {
  font-family: Cera, Helvetica, sans-serif !important;
}
/* Keep CHG cookie banner fixed to the bottom on desktop too */
/* line 6683, /Applications/MAMP/htdocs/cliftonhotels/project/src/themes/default/less/custom.less */
.chgCookies {
  bottom: 0;
}
/* End :: Main Booking Form */
