/* This stylesheet now contains custom styles */
/* === GENERAL STYLES === */
body {
  color: #000;
  font-family: 'Arimo',sans-serif !important;
}

ul ol,
ol ol {
  list-style-type: decimal;
}

ul ul,
ol ul {
  list-style-type: circle;
}

.pixfort_text_4 h4,
.pixfort_text_3 h4,
.pixfort_text_2 h4,
.pixfort_text_2_1 h4,
.pixfort_medical_3 h4 {
  color: #000;
}

.pixfort_text_4 p,
.pixfort_text_3 p,
.pixfort_text_2 p,
.pixfort_text_2_1 p,
.pixfort_medical_3 p {
  color: inherit;
  line-height: 1.3em;
}

a {
  color: #a0252b;
  transition: color 0.3s;
}

a:hover {
  color: #000;
}

a.reverse {
  color: #000;
}

a.reverse:hover {
  color: #a0252b;
}

a.no_underline {
  text-decoration: none;
}

a.social-btn {
  text-decoration: none;
}

a.social-btn:visited {
  color: #a0252b;
}

a.social-btn {
  font-size: 1.7em;
  width: 1em;
  padding: 0.4em;
}

.spacer-1 {
  padding: 1em 0 0 0;
  margin: 0;
}

/* general header/menu styles */
span.const_title,
h1,h2,h3,
.pixfort_normal_1 .t1_style,
.footer3_title {
  font-family: "Playfair Display", serif;
}

.text-red {
  color: #a0252b;
}

.basic-txt-shadow {
  text-shadow: 2px 2px 4px #000;
}

/* CONTAINER AND COLUMNS */

.container.full-width {
  width: auto;
}

.container.xl-width {
  width: auto;
  max-width: 1600px;
}

.columns.no-margin {
  margin: 0 auto;
}

.container.full-width .sixteen.columns,
.container.xl-width .sixteen.columns {
  width: auto;
  float: none;
  display: block;
  margin: 0;
}

.one-half.columns,
.one-third.columns,
.one-fourth.columns {
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px;
}

.one-half.columns {
  width: 50%;
}

.one-third.columns {
  width: 33.33%;
}

.one-fourth.columns {
  width: 25%;
}

/* .offset-by-one-fourth {
  padding-left: 25%;
}

.offset-by-one-sixth {
  padding-left: 16.66%;
}

.offset-by-one-eighth {
  padding-left: 12.5%;
} */

/* General image styles */

img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

img.full-width {
  width: 100%;
  height: auto;
  min-height: 1px;
}

#section_normal_4_1 {
  background: #fff;
}

/* general list styles */
.drayton_list {
  padding-left: 20px;
  list-style-type: disc;
}

/* === HEADER === */
/* mobile menu */
#mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 100;
  display: none;
}
#mobile_menu .header,
.header_nav_1 {
  background: #fff url(/images/drayton/footer-background.jpg) center;
  background-size: cover;
}
#mobile_menu .header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 0px 10px #aaa;
}
#mobile_menu .menu-logo-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}
#mobile_menu .menu-logo {
  display: block;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}
#mobile_menu .menu-logo img{
  vertical-align: text-bottom;
}
#mobile_menu .header .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  color: #a0252b;
  height: 56px;
  width: 56px;
  font-size: 56px;
  line-height: normal;
  text-decoration: none;
}
#mobile_menu .sixteen.columns {
  width: auto;
  margin: 0 16px;
  display: block;
  float: none;
}
#mobile_menu .menu-list {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#mobile_menu .menu-list .sixteen.columns {
  padding: 16px 0;
}
#mobile_menu .sixteen.columns a {
  text-decoration: none;
}
#mobile_menu .menu-list a {
  color: #a0252b;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 28px;
  padding: 12px 16px;
  display: block;
}
#mobile_menu .social-btn,
.menu-linear .social-btn {
  color: #a0252b;
  text-decoration: none;
  transform: translateY(11px);
}
#mobile_menu .sixteen.columns a.social-btn {
  font-size: 40px;
}
/* header - top banner */
#top_banner {
	margin: 0 auto;
	padding: 1em;
	background-color: #a0252b;
	color: #fff;
}
#top_banner p {
	text-align: center;
	line-height: 1em;
	margin-bottom: 0;
}
#top_banner a {
	color: #fff;
}
/* main menu */
#main_menu,
.menu-linear {
  position: relative;
}
.menu-linear {
  padding: 3px 0;
}

.menu-link {
  text-decoration: none;
}

.menu-linear .menu-logo {
  color: #000;
}

.menu-linear .menu-link,
.menu-linear .menu-logo {
  display: inline-block;
  padding: 0 16px;
}

.menu-linear .menu-link {
  color: #a0252b;
  text-transform: capitalize;
  font-size: 1.5em;
  padding-top: 12px;
  line-height: 3.2em;
  vertical-align: top;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}

#main_menu .menu-logo-wrapper {
  padding-top: 3em;
  font-family: "Playfair Display", serif;
}

.menu-linear .menu-logo {
  font-size: 3em;
  text-decoration: none;
}

.menu-linear img {
  vertical-align: text-bottom;
}

.menu-linear .social-btn {
  font-size: 30px;
  padding: 0 12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-linear .social-btn:hover {
  color: #000;
}

/* === CONTENT SECTION === */

/* form section */
.construction .area_1 {
  margin-top: 60px;
}

a.drayton_btn {
  margin-top: 20px;
  padding: 18px 24px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

a.drayton_btn.small_btn {
  padding: 9px 12px;
}

a.drayton_btn.medium_btn {
  padding: 14px 18px;
  font-size: 1.3em;
}

a.drayton_btn.red-solid {
  background: #a0252b;
  color: #fff;
  border: none;
}

a.drayton_btn.red-solid:hover {
  background: #000;
}

a.drayton_btn.white-outline {
  background: none;
  background: rgba(164, 32, 41, 0.3);
  color: #fff;
  border: solid 2px #fff;
}

a.drayton_btn.white-outline:hover {
  background-color: #a0252b;
  border-color: #a0252b;
}

a.drayton_btn.white-solid {
  background: #fff;
  color: #a0252b;
  border: solid 2px #fff;
}

a.drayton_btn.white-solid:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

li a.drayton_btn {
  margin: 0;
}
/* general body wrappers */
div[id^=section_normal_] .pix_builder_bg {
  position: relative;
}

.cta_section,
#section_normal_4_1.cta_section {
  padding: 40px 0;
  margin: -7px 0 7px;
  color: #fff;
  background-color: #a0252b;
}

.cta_section.cta_thin {
  padding: 0;
}

/* content titles */
h2.page_title,
p.page-title-logo {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}

/* general content */

.pixfort_normal_1 .gtext_style {
  padding-top: 0;
}

.cta_heading,
.cta_subheading,
.cta_text {
  margin: 10px 0;
  line-height: 1em;
}

.cta_heading,
.cta_text {
  font-size: 1.8em;
}

.cta_heading,
.cta_subheading,
a.drayton_btn.cta_btn {
  font-family: "Playfair Display", serif;
}

.cta_subheading {
  font-size: 1.2em;
}

.cta_section a {
  color: #fff;
}

a.drayton_btn.cta_btn {
  margin: 0;
  font-size: 1.8em;
  line-height: 1em;
}

.cta_text a.drayton_btn.cta_btn {
  font-size: 1em;
}

.cta_section.cta_1_line .cta_heading,
.cta_section.cta_1_line .cta_text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta_section.cta_1_line .cta_heading.has_subheading {
  margin-bottom: 10px;
}
.cta_section.cta_1_line .cta_subheading {
  margin-bottom: 30px;
}

.cta_section.cta_1_line a.drayton_btn.cta_btn {
  margin-top: -20px;
  margin-bottom: -20px;
}

/*spinning loader animation*/
.loader_container {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(164, 32, 41, 0.2);
  border-right: 1.1em solid rgba(164, 32, 41, 0.2);
  border-bottom: 1.1em solid rgba(164, 32, 41, 0.2);
  border-left: 1.1em solid #a0252b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* = UPCOMING EVENTS = */

.upcoming_events_row .upcoming-event {
  padding-bottom: 40px;
}

/* = AVAILABLE SUITES = */
#suites h3 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #a0252b;
}

#suites .gtext_style {
  width: auto;
}

#suites .suite_preview img {
  outline: solid 2px transparent;
  -webkit-transition: outline-color 0.2s linear;
  -moz-transition: outline-color 0.2s linear;
  -o-transition: outline-color 0.2s linear;
  transition: outline-color 0.2s linear;
}

#suites .suite_preview p {
  color: #000;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#suites .suite_preview:hover img {
  outline-color: #a0252b;
  cursor: pointer;
}

#suites .suite_preview:hover p {
  color: #a0252b;
}

/* Available Suites popup */
#suiteinfo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  overflow-y: hidden;
  margin: 2%;
  padding: 1%;
  width: 94%;
  background: rgba(255,255,255,0.9);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#suiteinfo.show { /* for adding/removing from the suite info popup */
  opacity: 1;
}
#suiteinfo .inner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#suiteinfo .suitename {
  position: absolute;
  padding: 0 0 0 1%;
  right: 0;
  width: 28%;
  height: 50px;
  text-align: center;
}
#suiteinfo .suite-close {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
}

#suiteinfo .suite-close::before {
  content: '\00d7';
}
#suiteinfo .suiteimg {
    width: 69%;
    height: 100%;
    padding: 0;
    position: relative;
    float: left;
}

/* Slick carousel styles */
.slick-prev,
.slick-next {
  width: 50px;
  height: 100%;
  z-index: 10;
  padding: 30px 10px;
  border-radius: 0;
  border: none;
  background: rgba(160, 37, 43, 0.5);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px;
  line-height: inherit;
  color: #fff;
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: '‹';
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: '›';
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  border: none;
  background: rgba(160, 37, 43, 0.7);
}

#suiteinfo .suiteimg img {
    width: 1020px;
    height: 574px;
}
#suiteinfo .suitebullets {
    float: right;
    width: 28%;
    padding: 50px 0 0 1%;
}
#suiteinfo ul {
    list-style: initial;
    padding-left: 20px;
}

/* = EVENT REGISTRATION PAGE = */
/* .pixfort_normal_1 #contact_form.events-form {

} */

.sixteen.columns .slider {
  margin-left: auto;
  margin-right: auto;
}

#event-registration-slider {
  max-width: 600px;
}

.pixfort_normal_1 #contact_form.events-form input,
.pixfort_normal_1 #contact_form.events-form textarea {
  width: auto;
  display: block;
  box-sizing: border-box;
  top: 0;
}
.container.xl-width #contact_form.events-form input,
.container.full-width #contact_form.events-form input {
  width: 100%;
  box-sizing: border-box;
}

.pixfort_normal_1 #contact_form.events-form textarea {
  width: 100%;
  min-height: 100px;
  background: #fff;
  border-radius: 3px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  padding: 8px 10px;
}

.pixfort_normal_1 #contact_form.events-form .send_btn button {
  padding: 10px 40px;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: none;
  position: relative;
  display: inline-block;
  background: #a0252b;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.pixfort_normal_1 #contact_form.events-form .send_btn button:hover {
  background: #000;
}

/* === FOOTER === */

.footer3 {
  background: url(/images/drayton/footer-background.jpg) center;
  background-size: cover;
  margin-top: -5px;
}

.footer3 .five.columns.alpha {
  margin-right: 0;
  padding-right: 10px;
}

.footer3 .three.columns,
.footer3 .four.columns {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.footer3 .four.columns.omega {
  padding-right: 0;
}

.footer3 .area_1:after,
.footer3 .area_2:after,
.footer3 .area_3:after {
  display: none;
}

.pix_footer_logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

.container.xl-width.footer-bottom {
  max-width: 1500px;
  margin: 0 auto;
}

.footer-bottom .copyright {
  border-top: solid 1px #949599;
  color: #949599;
  padding-top: 2em;
}

/* === RESPONSIVENESS SETTINGS === */
@media only screen and (max-width: 1199px) {
  .menu-linear .menu-link {
    font-size: 1.3em;
  }
}

/* small laptop size: 1024px */
@media only screen and (max-width: 1023px) {
  .one-third.columns {
    float: none;
    width: auto !important;
    display: block;
  }
  #drayton_map {
    width: 364px;
  }
}
@media only screen and (max-width: 959px) {
  .menu-linear .menu-logo {
    font-size: 2em;
  }
  .menu-linear img {
    width: 275px;
  }
  .menu-linear .menu-link,
  .menu-linear .menu-logo,
  .menu-linear .social-btn {
    padding: 0 10px;
  }
  .menu-linear .menu-link {
    padding-top: 12px;
  }
  .menu-linear .social-btn {
    font-size: 24px;
    transform: translateY(7px);
  }
  .upcoming_events_row .eight.columns img,
  #suites .eight.columns img {
    width: 364px;
  }
  #suites .eight.columns img {
    height: 186px;
  }
  .menu-linear .menu-link {
    font-size: 16px;
    line-height: 3em;
  }

  .cta_section.cta_1_line .cta_heading,
  .cta_section.cta_1_line .cta_subheading,
  .cta_section.cta_1_line .cta_text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cta_heading,
  .cta_text,
  .cta_btn {
    font-size: 1.6em;
  }
  .cta_subheading {
    font-size: 1.1em;
  }

  /* suite info popup */
  #suiteinfo .suitename {
    position: relative;
    padding: 0;
    width: auto;
  }
  #suiteinfo .suiteimg {
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
  }
  #suiteinfo .suitebullets {
    float: none;
    width: auto;
    padding: 1%;
    position: absolute;
    bottom: 0;
    left: 54px;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
  }
}
/* tablet size: 768px */
/* for switching between mobile and main menus */
@media only screen and (min-width: 768px) {
  #mobile_button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .container .one.column, .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    max-width: 100%;
  }

	#top_banner {
		display: none;
	}

  #main_menu.container {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  #main_menu.container .menu-linear {
    width: 100%;
  }
  #main_menu .menu-linear-column,
  #main_menu .menu-linear.menu-linear-inline {
    display: none;
  }
  #main_menu .menu-logo-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .menu-linear .menu-logo,
  .menu-linear .menu-link {
    padding: 0;
  }
  .menu-linear .social-btn {
    font-size: 20px;
    transform: translateY(5px);
    padding: 0;
  }
  #mobile_button {
    display: block;
    position: absolute;
    top: 22px;
    right: 22px;
    height: 56px;
    width: 56px;
    font-size: 56px;
    text-decoration: none;
    color: #a0252b;
    line-height: normal;
  }
  #drayton_map {
    width: 420px;
    max-width: 100%;
    height: 330px;
  }
  .one-half.columns {
    width: 100%;
  }
  .upcoming_events_row .eight.columns img,
  #suites .eight.columns img {
    width: 420px;
  }
  #suites .eight.columns img {
    height: 215px;
  }

  .cta_section.cta_thin {
    padding-top: 10px;
  }

  .cta_heading,
  .cta_text {
    text-align: center;
  }

  .cta_heading,
  .cta_text,
  .cta_btn {
    font-size: 1.2em;
  }
  .cta_subheading {
    font-size: 1em;
  }

  a.drayton_btn.cta_btn {
    padding: 14px 20px;
  }

  .cta_section.cta_1_line .cta_heading,
  .cta_section.cta_1_line a.drayton_btn.cta_btn {
    margin-top: 0;
  }
  .cta_section.cta_1_line .cta_heading.has_subheading {
    margin-bottom: 0;
  }
  .cta_section.cta_1_line a.drayton_btn.cta_btn {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 699px) {
  .menu-linear .menu-logo {
    font-size: 1.5em;
  }
  .menu-linear img {
    width: 200px;
  }
  #mobile_button {
    top: 16px;
    right: 16px;
  }
  #suiteinfo .suitebullets {
    position: relative;
    color: #000;
    text-shadow: none;
    left: 0;
  }
}
/* mobile - large: 480px */
@media only screen and (max-width: 479px) {
  #main_menu.container .menu-logo-wrapper,
  #mobile_menu.container .menu-logo-wrapper {
    width: 200px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: left;
  }
  #drayton_map {
    width: 300px;
  }
  #suites .gtext_style {
    width: 100%;
  }
  .upcoming_events_row .eight.columns img,
  #suites .eight.columns img {
    width: 100%;
  }
  #suites .eight.columns img {
    height: auto;
  }
  .upcoming_events_row .eight.columns h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
/* modile - medium: 375px */
/*@media only screen and (max-width: 374px) {

}*/

/** utilities **/
.uppercase {
	text-transform: uppercase;
}
