@charset "UTF-8";
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"),url("fonts/OpenSans-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"),url("fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"),url("fonts/OpenSans-Semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"),url("fonts/OpenSans-Bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"),url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
}
@font-face {
  font-family: "BitterBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BitterBold.woff2") format("woff2"),url("fonts/BitterBold.woff") format("woff");
}
@font-face {
  font-family: "BitterRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BitterRegular.woff2") format("woff2"),url("fonts/BitterRegular.woff") format("woff");
}
@font-face {
  font-family: "MontserratBlack";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MontserratBlack.woff2") format("woff2"),url("fonts/MontserratBlack.woff") format("woff");
}
@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MontserratBold.woff2") format("woff2"),url("fonts/MontserratBold.woff") format("woff");
}
@font-face {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MontserratRegular.woff2") format("woff2"),url("fonts/MontserratRegular.woff") format("woff");
}
@font-face {
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MontserratSemiBold.woff2") format("woff2"),url("fonts/MontserratSemiBold.woff") format("woff");
}
body {
  color: #383734;
  font: 17px/1.5 "MontserratSemiBold", Arial, Verdana, sans-serif;
}

body:not(.homepage) h1, body:not(.homepage) h2, body:not(.homepage) h3, body:not(.homepage) h4, body:not(.homepage) h5, body:not(.homepage) h6 {
  font-family: "MontserratBlack";
  font-weight: normal;
  color: #cda35a;
  line-height: 1.2;
}
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 43px;
  color: #53383b;
}
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 33px;
}
body:not(.homepage) h3 {
  font-size: 23px;
}
body:not(.homepage) .subContainer {
  font-size: 14px;
}
body:not(.homepage) .subContainer h1 {
  font-size: 26px;
}
body:not(.homepage) .subContainer h2 {
  font-size: 23px;
}
body:not(.homepage) .subContainer h3 {
  font-size: 20px;
}
body:not(.homepage) .cartcols h2 {
  font-size: 20px;
}
body:not(.homepage) .reviewYourOrderSubContainer h2 {
  font-size: 18px;
}
body:not(.homepage) h3.dateDisplayBar {
  color: #383734;
  font-size: 17px;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .seat-list {
    font-size: 14px;
  }
}

.cartcols h2 {
  font-size: 20px;
}

a {
  color: #cda35a;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#scheduleDescriptionContent .scheduleDescriptionContentCol2 span a:link {
  color: #cda35a !important;
}

/***************** CONTAINERS **************************/
body {
  background: url(images/bottom-container-bg.jpg) #ddd no-repeat fixed;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

body:not(.homepage) {
  background: url(images/inner-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 94px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.subContainer {
  background: #ccc;
  color: #111;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #111;
}
.subContainer .error {
  color: #000;
}

.dateDisplayBar,
.dateDisplay {
  background: #cda35a;
  color: #000;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #000;
}

#google_translate_element { /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.carthr {
  background: #111;
}

.orderhistory {
  background: #cda35a;
}

.orderhistory th {
  color: #000;
  padding: 8px 3px;
}

.alternateRow {
  background: #ddd;
}

.listingItem {
  background: #ddd;
  border-bottom: 1px solid rgb(195.5, 195.5, 195.5);
}
.listingItem:hover {
  background: rgb(228.65, 228.65, 228.65);
}

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black;
}

.arrowdown_on {
  border-color: transparent transparent white;
}

.arrowup {
  border-color: black transparent transparent;
}

.arrowup_on {
  border-color: white transparent transparent;
}

#directoryFilterOptions > li:hover {
  background: #cbdfe2;
}

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
}

/* Custom Styling */
.top-header {
  background: #171f3c;
  width: 100%;
  height: 51px;
  padding: 0 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.second-header {
  padding: 0 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(images/second-header.png);
  min-height: 109px;
}

.second-section {
  background: url(images/category.jpg) repeat top left;
  margin: 55px 0 0;
  padding: 22px 0 2px;
}

.third-section {
  background: url(images/social-bg.jpg) no-repeat;
  background-size: cover;
  padding: 62px 0 64px;
}

.insta-calendar-container {
  width: 100%;
  max-width: 1138px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.multi-container-main {
  background: rgba(83, 56, 59, 0.8);
  padding: 10px 14px 0 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 594px;
}
.multi-container-main h2 {
  font: 60px/1 "MontserratBlack";
  color: #FFFFFF;
  position: relative;
}
.multi-container-main h2:before {
  content: "";
  width: 97%;
  height: 1px;
  background: #302022;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.multi-container-main h2 span {
  font: 20px/0.9 "BitterBold";
  display: inline-block;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  width: 62px;
  text-align: center;
  position: relative;
  top: -6px;
}

.fourth-section {
  background: url(images/news-watch-bg.jpg);
  padding: 63px 0 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-video-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1138px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo1 {
  display: none;
}

.footer-logo2 {
  background: url(images/footer-santa-maria-logo.png);
  width: 200px;
  height: 160px;
  display: inline-block;
  margin: 18px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-info {
  margin: 9px 0 14px;
}
.footer-info p {
  font-family: "BitterBold";
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 0 52px 0 0;
  text-transform: uppercase;
  color: #d0d0d0;
  letter-spacing: 1.5px;
}
.footer-info p a {
  color: #d0d0d0;
}
.footer-info p.no-padding {
  padding: 0;
}

.footer-logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.footer-inner {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
}

.video-section-container {
  max-width: 594px;
  width: 100%;
  height: 336px;
  position: relative;
}
.video-section-container h2 {
  font-family: "MontserratBlack";
  font-size: 25px;
  font-weight: normal;
  color: #FFFFFF;
  width: 195px;
  text-align: center;
  height: 50px;
  position: absolute;
  padding: 2px 4px 4px;
  right: 0;
  top: 15px;
  background: url(images/star-icon.png) right 21px top 16px no-repeat, url(images/star-icon.png) no-repeat left 12px top 18px rgba(83, 56, 59, 0.9);
  z-index: 9999;
  margin: 0;
  line-height: 2;
}
.video-section-container h2:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 56px solid rgba(83, 56, 59, 0.9);
  border-left: 23px solid transparent;
  position: absolute;
  left: -23px;
  top: 0;
}

.saffireMobileSize .top-header {
  height: 53px;
}

.saffireMobileSize .second-section {
  margin: 37px 0 0;
  padding: 22px 22px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1600px) {
  .insta-calendar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .multi-container-main {
    margin-top: 25px;
    padding: 10px 14px 30px 31px;
  }
  #cardWidgetnew {
    margin: 0;
  }
}
@media screen and (max-width: 1245px) {
  .card-video-widget-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-video-widget-container #cardWidgetnew {
    margin-bottom: 20px;
  }
}
.saffireMobileSize .third-section {
  padding: 22px 23px 21px 22px;
}

.saffireMobileSize .multi-container-main {
  margin-top: 22px;
  padding: 10px 5px 22px 5px;
}

.saffireMobileSize .multi-container-main h2 {
  font-size: 31px;
  text-align: center;
}

.saffireMobileSize .multi-container-main h2 span {
  font-size: 11px;
}

.saffireMobileSize .multi-container-main h2 span {
  font-size: 11px;
  top: -4px;
  width: 36px;
}

.saffireMobileSize #multiScheduleFeature .featureItemImage {
  margin-right: 0;
}

.saffireMobileSize .fourth-section {
  padding: 22px 21px 16px;
}

.saffireMobileSize .video-section-container h2 {
  font-size: 14px;
  top: 11px;
  height: 23px;
  width: 105px;
}

.saffireMobileSize .video-section-container h2 {
  background: url(images/watch-star-mobile.png) right 10px top 8px no-repeat, url(images/watch-star-mobile.png) no-repeat left 5px top 8px rgba(83, 56, 59, 0.9);
}

.saffireMobileSize .video-section-container h2::before {
  border-top: 30px solid rgba(83, 56, 59, 0.9);
  border-left: 15px solid transparent;
  left: -15px;
}

.saffireMobileSize .video-section-container {
  height: auto;
}

.saffireMobileSize .footer-logo {
  padding: 0;
}

.saffireMobileSize .footer-logo1 {
  margin: 0;
  background: url(images/small-2018-clebration-75-years-logo.png) no-repeat;
  width: 251px;
  height: 153px;
}

.saffireMobileSize .footer-info p {
  margin: 0 0 8px;
  padding: 0;
  display: block;
}

.saffireMobileSize .footer-info {
  margin: 8px 0 19px;
}

.saffireMobileSize .second-header {
  min-height: 71px;
}

#mf-content .all-events-btn {
  display: none !important;
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "MontserratBlack";
}

a.button,
.button,
.buttonSmall {
  background: #cda35a;
  background: -webkit-linear-gradient(-90deg, #cda35a);
  background: linear-gradient(180deg, #cda35a);
  color: #fff !important;
}

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: rgb(179.4279069767, 133.7553488372, 54.3720930233);
  color: #fff !important;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em;
}

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff;
}

.modalBody { /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px;
}

.modalPageBackground {
  background-color: black;
  opacity: 0.5;
}

.modalContent #google_translate_element {
  top: 1px;
  right: 0;
}
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em;
}

.modalClose {
  top: 1px;
  background: none;
}
.modalClose .modalCloseButton img {
  display: none;
}
.modalClose .modalCloseButton:before {
  content: "X";
  font-family: sans-serif;
}

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle { /* |%  set font-family */
  font-size: 32px;
  line-height: 36px;
}
.modalBody .showorksBreadcrumbs { /* |%  set font-family */
  font-size: 20px;
  color: #cda35a;
  line-height: 22px;
}
.modalBody .showorksTableGrid th { /* |%  set font-family */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  padding-top: 7px;
}
.modalBody .showorksTableGrid td {
  color: #383734;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: rgb(229.5, 229.5, 229.5);
  color: black;
}

.generalmessage { /* |%  set font-family, background color, color, etc. */
  background: url(images/footer-bg.jpg) no-repeat center center/cover;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "MontserratSemiBold";
}
.generalmessage a {
  color: #fff;
}

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #0082ca;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px;
}

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: rgb(8.2, 167.0316831683, 255);
}

.header input.textbox {
  min-height: 20px;
}

.header { /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 161px;
  background: #36495c;
  z-index: 9999;
  position: relative;
}

@media screen and (max-width: 800px) { /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0;
  }
  .pageIsLoaded .header {
    opacity: 1;
  }
}
.saffireMobileSize .header {
  height: 112px;
}

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative;
}

.saffireLargeSize .headerInnerContent {
  height: 161px;
  max-width: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.saffireMobileSize .headerInnerContent {
  padding-right: 0;
}

.saffireMobileSize .headerInnerContent > .clear {
  clear: none;
}

#customLogo { /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 224px;
  position: absolute;
  left: 28px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 295px;
  background-size: contain;
}

.saffireMobileSize #customLogo {
  width: 144px;
  height: 100px;
  max-width: 100%;
  left: 8px;
}

.saffireMobileSize .quickLinks ul li {
  display: block;
}

.saffireMobileSize .standAloneDirections,
.saffireMobileSize .loginstatus,
.saffireMobileSize .viewCartText {
  display: none;
}

.saffireMobileSize .viewcart::before {
  content: "Cart:";
  font-size: 14px;
  font-family: "BitterBold";
  color: #FFFFFF;
  text-transform: uppercase;
}

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 31px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 79px;
  position: absolute;
  left: 0;
}

.saffireLargeSize .nav:hover {
  z-index: 5002 !important;
}

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 31px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  right: 197px;
  left: auto;
  top: 79px;
  bottom: auto;
  bottom: auto;
  top: 10px;
}

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 36px;
  padding: 6px 9px 5px;
}

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 18px;
  font-family: "MontserratBlack";
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 14.4px;
  }
}
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #cda35a;
  background: #171f3c;
  border-radius: 4px 4px 0 0;
}

.saffireLargeSize .nav .groups .group[aria-haspopup=false] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup=false]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup=false]:hover {
  border-radius: 4px;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems { /* |%  nav dropdown colors */
  background: #171f3c;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%;
}

.saffireLargeSize .nav .item {
  min-width: 100%;
}

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #fff;
  font: 17px "MontserratSemiBold", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif;
}

.saffireLargeSize .nav .items .item a:hover {
  color: rgb(224.4, 224.4, 224.4);
  background: rgb(39.9590361446, 53.8578313253, 104.2409638554);
}

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0;
}

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%;
}

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: relative;
  float: right;
  margin-top: 17px;
  margin-bottom: 0;
}

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover { /* |%  hover color for quick links */
  color: rgb(224.4, 224.4, 224.4);
}

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  font-family: "BitterBold";
  text-transform: uppercase;
}

.quickLinks ul li {
  margin-left: 13px;
}

.quickLinks ul li:nth-last-child(3) {
  margin-left: 1px;
}

.quickLinks ul li:nth-last-child(2) {
  margin: -5px 0 0 9px;
}

.quickLinks ul li:last-child {
  margin: -5px 0 0 7px;
}

.saffireLargeSize .quickLinks ul li a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 35px;
  left: auto;
  top: 80px;
  bottom: auto;
  color: #cda35a;
  padding-left: 0;
  font-family: "MontserratBlack";
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat;
  width: 127px;
  height: 51px;
  padding: 9px 10px;
  width: 107px;
  height: 33px;
  text-align: center;
  line-height: 1.8;
  z-index: 9999;
}

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: #0082ca;
  color: #fff;
  font-family: "MontserratBlack";
  font-size: 16.8px;
  right: 15px;
}

.saffireWindowScrolled.saffireMobileSize a.ticket, .saffireWindowScrolled.saffireMobileSize a.ticket:hover {
  top: -5px;
  right: 47px;
}

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff;
}

.saffireLargeSize #svgViewCartIcon {
  display: none;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "BitterBold";
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: #FFFFFF;
  /*  @if map-get($quickLinks, icon-cart) {
   	color: map-get($headerInputs, font-color);

   } */
}

.saffireLargeSize #svgViewCartIcon path {
  fill: #FFFFFF;
}

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: relative;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  width: auto;
  z-index: auto;
  font-size: 2em;
}

.quickLinks ul {
  z-index: auto;
}

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000;
}

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important;
}

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  background: url(images/email-icon.png) no-repeat;
  text-indent: 200%;
  overflow: hidden;
  width: 39px;
  height: 27px;
  white-space: nowrap;
  padding: 0;
}

.saffireLargeSize .header .emailSignup .emailInputField input {
  height: 27px;
}

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none;
}

.saffireLargeSize .header .searchBox {
  position: relative;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  z-index: 5003;
  font-size: 2em;
}

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto;
}

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000;
}

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001;
}

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important;
}

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  background: url(images/search-icon.png) no-repeat;
  text-indent: 200%;
  overflow: hidden;
  width: 39px;
  height: 27px;
  white-space: nowrap;
  padding: 0;
}

.saffireLargeSize .header .searchBox .searchBoxInput input {
  height: 27px;
}

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  display: none;
}

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: "BitterBold";
  font-size: 12px;
  background: transparent;
  display: inline-block;
  padding: 0;
}
#weatherBugWidget #weatherBugImage {
  margin: 0 5px 0 0;
}

.weatherDescriptive {
  display: none !important;
}

.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

#weatherBugText {
  display: none;
}

#weatherBugImage {
  top: 3px;
}

#weatherBugShortDescription {
  display: inline;
}

/* Custom Styling */
@media only screen and (min-width: 817px) and (max-width: 1422px) {
  .saffireLargeSize .nav .groups .group {
    margin: 0 0 0 3px;
  }
  .saffireLargeSize .nav .groups .group a {
    font-size: 16px;
  }
  #customLogo {
    width: 226px;
    height: 175px;
  }
}
@media only screen and (min-width: 817px) and (max-width: 1100px) {
  #customLogo {
    width: 120px;
    height: 92px;
  }
  .groups {
    right: 172px !important;
  }
}
@media screen and (min-width: 817px) and (max-width: 1040px) {
  #customLogo {
    width: 165px;
  }
}
.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]::before {
  width: 58px;
  font-family: "BitterBold";
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
  top: -7px;
}

.saffireMobileSize .viewcart {
  width: 58px;
  font-family: "BitterBold";
  font-size: 14px;
  color: #FFFFFF;
  left: -31px;
  top: 2px;
}

.saffireMobileSize .header .searchBox {
  width: 39px;
  height: 27px;
  border-radius: 3px;
  left: -27px;
  top: 18px;
  background: url(images/search-icon-mobile.png) center top 5px no-repeat #cda35a;
  color: #FFFFFF;
}

.saffireMobileSize.saffireMobileSize .mobileSearchCloseButton {
  color: #FFFFFF;
}

.saffireMobileSize .header .searchBox:before {
  content: "";
}

.saffireMobileSize .header .searchBox.clonedSearchBox {
  width: 100%;
  height: 49px;
  border-radius: 3px;
  background: #cda35a;
  left: 0;
  top: 0;
  right: 0;
}

.saffireMobileSize .header .emailSignup::before {
  content: "";
  background: url(images/email-icon-mobile.png) center top 6px no-repeat;
  width: 39px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}

.saffireMobileSize .header .emailSignup {
  width: 39px;
  height: 27px;
  border-radius: 3px;
  background: #cda35a;
  left: -20px;
  top: 18px;
}

.saffireMobileSize .nav {
  position: absolute;
  top: 16px;
  right: 18px;
  background: url(images/toggle-icon.png) no-repeat;
  width: 23px;
  height: 21px;
}

.saffireMobileSize .nav:before {
  content: "";
}

.saffireMobileSize a.ticket, .saffireMobileSize a.ticket:hover {
  background: url(images/tickets.png) no-repeat;
  font-size: 18px;
  padding: 9px 10px;
  width: 107px;
  height: 33px;
  text-align: center;
  line-height: 1.8;
  color: #cda35a;
  text-transform: uppercase;
  margin: 9px 4px 0 0;
}

.saffireWindowScrolled .second-header {
  min-height: 59px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.saffireWindowScrolled.saffireLargeSize .nav {
  top: 2px;
}

.saffireWindowScrolled.saffireLargeSize .ticket {
  top: 4px;
}

.saffireWindowScrolled #customLogo {
  position: fixed;
  z-index: 999999999 !important;
  top: 0px !important;
  width: 175px;
  height: 133px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.saffireWindowScrolled.saffireMobileSize #customLogo {
  width: 98px;
  height: 57px;
}

.myAccountNavButton {
  display: none;
}

/*********************** FOOTER **************************/
.footer { /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 37px;
  background: url("images/footer-bg.jpg") repeat #fff center top;
  color: #111;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer a {
  color: #111;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "MontserratSemiBold";
  font-size: 14px;
  text-transform: uppercase;
}
.footer ul.footerItems1 .separator {
  color: #d0d0d0;
  margin: 0 11px;
}
.footer ul.footerItems1 a {
  color: #d0d0d0;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 21px auto 0;
  border-top: 1px solid #302022;
  padding: 23px 0 0 0;
}
.footer ul.footerItems2 li {
  font-family: "MontserratSemiBold";
  font-size: 14px;
  color: #cfcfcf;
  line-height: 1;
  display: block;
  margin: 0 0 -5px;
}
.footer ul.footerItems2 li:first-child {
  margin: 0 0 -4px;
}
.footer ul.footerItems2 li .saffire_logo {
  left: -10px;
}

.saffireMobileSize .footer a:hover {
  text-decoration: none;
}
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px;
}
.saffireMobileSize .footer .footerSignIn {
  max-width: 300px;
  margin: auto;
}
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center;
}

.saffireMobileSize .footer {
  background: url("images/mobile-footer.jpg") repeat center top;
}

.saffireMobileSize .footerItems1 a {
  background: none;
  font-family: "MontserratSemiBold";
  padding: 0;
  line-height: 1.2;
  color: #d0d0d0 !important;
}

.saffireMobileSize .footer-inner {
  padding: 0 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.saffireMobileSize .footer ul.footerItems2 {
  padding: 21px 0 0 0;
}

.saffireMobileSize .footer ul.footerItems2 li:first-child {
  margin: 1px 0 0;
  line-height: 1.8;
}

.saffireMobileSize .footer ul.footerItems2 li {
  font-size: 12px;
  line-height: 1.5;
  margin: -3px 0 -5px;
}

.saffireMobileSize .footer {
  padding: 0 0 36px;
}

/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
}
.homepage .homepageSwiperSlider {
  position: relative;
}
.homepage {
  /* Slideshow Description*/
}
.homepage .slideshowSwiperDescription {
  display: none;
}
.homepage .slideshowSwiperDescription a,
.homepage .slideshowSwiperDescription span {
  display: none;
  text-decoration: none;
}
.homepage .slideshowSwiperDescription .sliderTextDescription {
  display: block;
  color: #FFFFFF;
  line-height: 1.2em;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.homepage .slideshowSwiperDescription {
  /* Slideshow Description - Hover Styles*/
}
.homepage {
  /* Slideshow Description - Current Slide Description*/
}
.homepage .slideshowSwiperDescription.currentSlideDescription {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "BitterBold";
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 100%) {
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    padding-top: 1em;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.homepage {
  /* New Slider Description Container*/
}
.homepage #newSliderDescriptionContainer {
  background: rgba(83, 56, 59, 0.7);
}
.homepage {
  /* Slider Title*/
}
.homepage .sliderTitle {
  position: relative;
  max-width: 100%;
  line-height: normal;
  font-family: "MontserratBlack";
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  height: 44px;
}
@media screen and (max-width: 1023px) {
  .homepage .sliderTitle {
    font-size: 25px;
  }
}
.homepage {
  /* Slideshow Swiper Container*/
}
.homepage .swiper-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  /* Specify Swiper's Size: */
  width: 100%;
  max-width: 100%;
  height: 793px;
  /* Swiper Container - Inset Shadow*/
}
.homepage .swiper-container {
  /* Swiper Container - Hover Styles*/
}
.homepage .swiper-container:hover .slideshowSwiperDescription {
  max-height: 793px;
}
.homepage {
  /* Swiper Slide*/
}
.homepage .swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  height: 793px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  text-align: center;
}
.homepage .swiper-slide > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.homepage .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.homepage .swiper-slide-active .slideshowSwiperDescription a,
.homepage .swiper-slide-active .slideshowSwiperDescription span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .homepage .swiper-slide,
  .homepage .swiper-container {
    height: 79.3vw !important;
  }
}
.homepage {
  /* Slider Button Container*/
}
.homepage span.sliderButtonContainer {
  margin-top: 11px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Buttons*/
}
.homepage span.sliderButtonContainer a.button {
  display: inline-block;
  padding: 5px 23px;
  border-radius: 20px;
  font-family: "MontserratBlack";
  font-size: 18px;
  color: #fff !important;
  background: #cda35a;
  background: -webkit-linear-gradient(-90deg, #cda35a);
  background: linear-gradient(180deg, #cda35a);
  white-space: nowrap;
  transition: 0.3s ease;
  margin: 0 5px;
  /* More and BuyNow Buttons*/
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 18px;
}
.homepage span.sliderButtonContainer a.button.sliderMoreButton {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.homepage span.sliderButtonContainer a.button {
  /* Button - Hover Styles*/
}
.homepage span.sliderButtonContainer a.button:hover {
  background: #a98038;
  transition: 0.3s ease;
}
.homepage {
  /* Slideshow Swiper Button - PREV*/
}
.homepage .slideshowSwiperButtonPrev {
  position: absolute;
  top: 86%;
  z-index: 4;
  right: auto !important;
  left: 36px !important;
  cursor: pointer;
}
.homepage .slideshowSwiperButtonPrev:hover {
  background: url(images/slider-left-hover.png) no-repeat center center/contain;
}
.homepage .slideshowSwiperButtonPrev {
  display: block;
  background: url("images/slider-left.png") no-repeat left center;
  width: 57px;
  height: 53px;
  left: 0;
  right: calc(1030px + -315px * -1);
}
@media screen and (max-width: 1660px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 10px;
    right: auto;
  }
}
@media screen and (max-width: 1650px) {
  .homepage .slideshowSwiperButtonPrev {
    left: 1%;
    right: auto;
  }
}
.homepage .slideshowSwiperButtonPrev {
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
.homepage {
  /* Slideshow Swiper Button - NEXT*/
}
.homepage .slideshowSwiperButtonNext {
  position: absolute;
  top: 86%;
  left: auto !important;
  right: 36px !important;
  z-index: 4;
  cursor: pointer;
}
.homepage .slideshowSwiperButtonNext:hover {
  background: url(images/slider-right-hover.png) no-repeat center center/contain;
}
.homepage .slideshowSwiperButtonNext {
  display: block;
  width: 57px;
  height: 53px;
  background: url("images/slider-right.png") no-repeat right center;
  right: 0;
  left: calc(1030px + -315px * -1);
}
@media screen and (max-width: 1660px) {
  .homepage .slideshowSwiperButtonNext {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 1650px) {
  .homepage .slideshowSwiperButtonNext {
    right: 1%;
    left: auto;
  }
}
.homepage .slideshowSwiperButtonNext {
  /* Slideshow Swiper Button - PREV - Hover Styles*/
}
.homepage {
  /* Slider Controls container*/
}
.homepage .sliderControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 100%;
  bottom: auto;
  /* setting is left, right or center*/
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 114px;
  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;
  height: 55px;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 3;
  background: url(images/pagination-bg.jpg) repeat-x;
}
.homepage {
  /* Slideshow Swiper Pagination*/
}
.homepage .slideshowSwiperPagination {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 3px;
}
.homepage {
  /* Play Pause Buttons*/
}
.homepage .sliderPlayPauseButtons {
  display: inline-block;
}
.homepage {
  /* Play Pause Buttons*/
}
.homepage .swiper-pagination-bullet {
  position: relative;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background: #ffffff;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-radius: 50%;
}
.homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cda35a;
}
.homepage .swiper-pagination-bullet:hover {
  background: #cda35a;
}
.homepage {
  /* Slider Play Pause*/
}
.homepage .sliderPlayPause {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-size: 0px;
  color: #ffffff;
}
.homepage .sliderPlayPause.playing:before {
  content: "❚❚";
}
.homepage .sliderPlayPause:before {
  content: "▶";
}

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1;
}

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle .homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block;
}

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block;
}

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
}
.homepage.saffireLargeSize {
  /* Slideshow Description*/
}
.homepage.saffireLargeSize .slideshowSwiperDescription {
  max-width: none;
  padding: 16px 25px 15px 25px;
  /* Slideshow Description - Hover Styles*/
}
.homepage.saffireLargeSize {
  /* Swiper Container*/
}
.homepage.saffireLargeSize .swiper-container {
  border: none;
}
.homepage.saffireLargeSize {
  /* Current Slide Description*/
}
.homepage.saffireLargeSize .currentSlideDescription {
  max-width: 100%;
  position: relative;
  /* Slider Button Container*/
}
.homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  display: block;
  width: auto;
  min-width: initial;
  max-width: none;
  text-align: center;
  z-index: 300;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.homepage.saffireLargeSize .currentSlideDescription a.button {
  margin: 0 5px;
  padding: 5px 23px;
}
.homepage.saffireLargeSize {
  /* Slider Text Description*/
}
.homepage.saffireLargeSize {
  /* Slider Title*/
}
.homepage.saffireLargeSize .sliderTitle {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.homepage.saffireLargeSize {
  /* New Slider Description Container*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  padding: 0 118px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
  top: auto;
  height: auto;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
  height: auto;
  min-height: 167px;
  width: 100%;
  /* Slider Text Container*/
}
.homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
  box-sizing: border-box;
  padding: 0 5px;
}
.homepage.saffireLargeSize #newSliderDescriptionContainer {
  /* New Slider Description Container - Hover Styles*/
}
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize .swiper-container, .homepage.saffireMobileSize .swiper-slide {
  height: 69vw !important;
  height: 261px !important;
}

.homepage.saffireMobileSize {
  /* Swiper Slide*/
}
.homepage.saffireMobileSize .swiper-slide-active {
  overflow: hidden;
}
.homepage.saffireMobileSize {
  /* Slideshow Description - Slider Text Description*/
}
.homepage.saffireMobileSize .sliderTextDescription {
  font-size: 16px;
  line-height: 1.3;
  opacity: 1;
  text-align: center;
}
.homepage.saffireMobileSize {
  /* Slider Title*/
}
.homepage.saffireMobileSize .sliderTitle {
  height: auto;
  padding: 0;
  font-size: 18px;
  text-align: center;
  margin: 0 0 3px;
}
.homepage.saffireMobileSize {
  /* Slideshow Description - Current Slide Description*/
}
.homepage.saffireMobileSize .currentSlideDescription {
  width: 100%;
  height: auto;
  padding: 10px 3%;
  flex-direction: column;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
  position: static;
  top: auto;
  bottom: 102%;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: 10px auto;
}
.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  display: inline-block;
  width: 25%;
  min-width: 135px;
  padding: 4px 0;
  margin: 0 10px;
}
.homepage.saffireMobileSize {
  /* New Slider Description Container*/
}
.homepage.saffireMobileSize #newSliderDescriptionContainer {
  position: relative;
  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;
  height: auto;
  min-height: 149px;
  background: #53383b;
  z-index: 2;
}
.homepage.saffireMobileSize {
  /* Slideshow Swiper Buttons*/
}
.homepage.saffireMobileSize {
  /* Slideshow Swiper Button - PREV*/
}
.homepage.saffireMobileSize .slideshowSwiperButtonPrev {
  display: none !important;
}
.homepage.saffireMobileSize {
  /* Slideshow Swiper Button - NEXT*/
}
.homepage.saffireMobileSize .slideshowSwiperButtonNext {
  display: none !important;
}
.homepage.saffireMobileSize {
  /* Slider Controls Container */
}
.homepage.saffireMobileSize .sliderControlsContainer {
  position: absolute;
  top: 100%;
  padding: 3px 0 5px;
  height: 35px;
  margin: 53px 0 0;
}

.homepage.saffireMobileSize span.sliderButtonContainer a.button.sliderMoreButton, .homepage.saffireMobileSize span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
  font-size: 13px;
}

.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
  margin: 7px auto 0;
}

.homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
  padding: 5px 18px 4px;
  width: auto;
  min-width: auto;
  margin: 0 4px;
}

#cardWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 115px;
  width: 100%;
  max-width: 1045px;
  margin: 0 auto 21px;
  padding: 0;
  vertical-align: middle;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #cardWidget {
    max-width: 94%;
  }
  #cardWidget .card-widget-title {
    font-size: 20px !important;
  }
}
#cardWidget .card-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  width: 100%;
}
#cardWidget .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  display: inline-block;
  width: 35%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cardWidget .image-container img {
  width: 25%;
}
#cardWidget .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #53383b;
  width: 100%;
  margin: 11px;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cardWidget .card-content .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 26px/1 "MontserratBlack";
  color: #53383b;
  text-transform: uppercase;
}
#cardWidget .card-widget-description {
  display: none;
}
#cardWidget .buttonwrap {
  width: 100%;
  margin: 5px 0 4px;
}
#cardWidget .buttonwrap a {
  background: #53383b;
  border-radius: 20px;
  font: 0px/1 "MontserratBlack";
  padding: 12px 27px 13px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cardWidget .buttonwrap a:hover {
  background: #3c282a;
}
#cardWidget .buttonwrap a:after {
  font-size: 18px;
  content: "Click Here";
}

#cardWidget .image-container .card-widget-title {
  font-size: 23px;
}

#cardWidget .buttonwrap a::after {
  font-size: 16px;
}

.saffireMobileSize #cardWidget {
  height: 320px;
  max-height: 100%;
  max-width: 372px;
}
.saffireMobileSize #cardWidget .card-widget-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 298px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 11px;
  border: 1px solid #755f54;
}
.saffireMobileSize #cardWidget .image-container {
  width: 100%;
}
.saffireMobileSize #cardWidget .card-content {
  border: none;
  width: auto;
}

#cardWidgetTiles {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 1535px;
  max-width: 100%;
  margin: 0 auto 22px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#cardWidgetTiles .card-widget-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 24%;
  flex: 1 1 24%;
  width: 372px;
  max-width: 372px;
  height: 364px;
  margin: 0 6px 12px;
  position: relative;
}
#cardWidgetTiles .card-widget-item:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(107, 84, 62, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#cardWidgetTiles .card-widget-item:hover:before {
  width: 100%;
  height: 100%;
  background: rgba(83, 56, 59, 0.8);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cardWidgetTiles .image-container {
  padding: 0 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#cardWidgetTiles .image-container .card-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
}
#cardWidgetTiles .image-container .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 30px/1 "MontserratBlack";
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
#cardWidgetTiles .image-container .card-widget-description {
  position: static;
  display: block;
  width: 100%;
  font: 0px/1.5 "MontserratSemiBold";
  color: #FFFFFF;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 0;
  overflow: hidden;
}
#cardWidgetTiles .image-container a {
  border-radius: 20px;
  font-family: "MontserratBlack";
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  background: #cda35a;
  text-decoration: none;
  margin: 0 6px;
  padding: 12px 23px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cardWidgetTiles .image-container a:hover {
  background: #a98038;
  color: #FFFFFF;
}
#cardWidgetTiles .image-container .buttonwrap {
  position: relative;
  margin: 10px 0 0 0;
}

#cardWidgetTiles .card-widget-item:hover .card-widget-description {
  font-size: 16px;
  height: auto;
  margin: 16px 0 0;
}

@media only screen and (max-width: 1436px) {
  #cardWidgetTiles {
    width: 767px;
  }
  #cardWidgetTiles .card-widget-item {
    margin: 0 auto 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.saffireMobileSize #cardWidgetTiles .card-widget-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.saffireMobileSize #cardWidgetTiles {
  width: 537px;
}

.saffireMobileSize #cardWidgetTiles .card-widget-item {
  height: 326px;
}

.saffireMobileSize #cardWidgetTiles .image-container {
  min-height: 326px;
}

.saffireMobileSize #cardWidgetTiles .image-container .card-widget-title {
  font-size: 27px;
}

.saffireMobileSize #cardWidgetTiles .card-widget-item:hover .card-widget-description {
  font-size: 14px;
}

.saffireMobileSize #cardWidgetTiles .image-container a {
  font-size: 16px;
}

.saffireMobileSize #cardWidgetTiles .card-widget-item {
  margin: 0 auto 21px;
}

.saffireMobileSize #cardWidgetTiles {
  margin: 0 auto;
}

@media only screen and (max-width: 374px) {
  #cardWidgetTiles .image-container {
    padding: 0 27px;
  }
  .saffireMobileSize .viewcart {
    left: -24px;
  }
}
#cardWidgetnew {
  background: rgba(83, 56, 59, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 501px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
#cardWidgetnew .card-widget-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 501px;
  max-width: 501px;
  height: 334px;
  cursor: pointer;
  position: relative;
}
#cardWidgetnew .card-widget-item:before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: rgba(107, 84, 62, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
}
#cardWidgetnew .card-widget-item:hover:before {
  width: 100%;
  height: 100%;
  background: rgba(83, 56, 59, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#cardWidgetnew .image-container {
  padding: 0 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 334px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cardWidgetnew .image-container .card-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
}
#cardWidgetnew .image-container .card-widget-title {
  position: static;
  display: block;
  width: 100%;
  font: 30px/1 "MontserratBlack";
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
}
#cardWidgetnew .image-container .card-widget-description {
  position: static;
  display: block;
  width: 100%;
  font: 0px/1.5 "MontserratSemiBold";
  color: #FFFFFF;
  text-transform: capitalize;
  z-index: 9999;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 0;
  overflow: hidden;
}
#cardWidgetnew .image-container a {
  border-radius: 20px;
  font-family: "MontserratBlack";
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  background: #cda35a;
  text-decoration: none;
  margin: 0 6px;
  padding: 12px 23px;
  display: inline-block;
}
#cardWidgetnew .image-container a:hover {
  border-color: #e4bf4a;
  color: #e4bf4a;
}
#cardWidgetnew .image-container .buttonwrap {
  position: relative;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 1600px) {
  #cardWidgetnew {
    margin: 0;
  }
}
#siteInfoBannerWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 3px 60px 5px;
  background: url(images/star-icon.png) right 37px top 16px no-repeat, url(images/star-icon.png) no-repeat left 32px top 16px #543c40;
  font-family: "BitterBold";
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#siteInfoBannerWidget #eventDates {
  font-family: "MontserratBlack";
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
#siteInfoBannerWidget #eventName {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
#siteInfoBannerWidget .countdownDays {
  display: inline-block;
  font-family: "BitterBold";
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0 18px;
}
#siteInfoBannerWidget:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 57px solid #543c40;
  border-left: 23px solid transparent;
  position: absolute;
  left: -23px;
  top: 0;
}
#siteInfoBannerWidget {
  min-width: 808px;
}

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 3px 60px 5px;
  /* background: map-get($countdownGeneral, mobile-background);*/
  color: #fff;
  width: 100%;
}
.saffireMobileSize #siteInfoBannerWidget #eventName {
  font-size: 13px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget #eventDates {
  font-size: 20px;
  color: inherit;
}
.saffireMobileSize #siteInfoBannerWidget .countdownDays {
  font-size: 13px;
  color: inherit;
}

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "MontserratBlack";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 817px) {
  body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
    font-size: 16px;
  }
}
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important;
}

.saffireMobileSize #siteInfoBannerWidget {
  min-width: auto;
  top: 122px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: auto;
  padding: 10px 15px 10px 0;
  background: url(images/star-mobile.png) right 7px top 20px no-repeat, url(images/star-mobile.png) no-repeat left 1px top 20px #543c40;
  width: 94%;
  right: 0 !important;
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
  #siteInfoBannerWidget {
    min-width: auto;
  }
}
.saffireMobileSize #siteInfoBannerWidget {
  z-index: -1;
}

/*!
 *
 *         SimpleBar.js - v2.5.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-right: 12px;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 3px;
  bottom: 0;
  width: 9px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  margin-top: -3px;
  min-height: 10px;
  border-radius: 20px;
  width: 9px;
  background: #dfd4bd;
  background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 1;
}

.simplebar-track.horizontal {
  display: none;
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.vertical {
  top: 0;
  background: #a9a08d;
  border-radius: 20px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 9px;
  width: auto;
}

.saffireMobileSize .simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: hidden;
}
.saffireMobileSize .multiFeatureContent {
  max-height: 272px;
}

#multiScheduleFeature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 594px;
  max-width: 100%;
  padding: 30px 0 0;
}
#multiScheduleFeature .featureItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #302022;
  padding: 0 0 11px;
  margin: 0 6px 11px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#multiScheduleFeature .featureItemImage {
  display: inline-block;
  width: 115px;
  min-width: 115px;
  height: auto;
  margin-right: 28px;
  text-align: center;
}
#multiScheduleFeature .featureItemImage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#multiScheduleFeature .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#multiScheduleFeature .featureItemTitle,
#multiScheduleFeature .featureItemDate,
#multiScheduleFeature .featureItemDescription,
#multiScheduleFeature .button-container {
  display: block;
}
#multiScheduleFeature .featureItemTitle {
  font-family: "BitterBold";
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 1;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#multiScheduleFeature .featureItemDate {
  font-family: "BitterRegular";
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 4px;
}
#multiScheduleFeature .featureItemDescription {
  font-family: "BitterRegular";
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 1.2;
}
#multiScheduleFeature .more-text {
  padding-left: 3px;
  text-decoration: underline;
}

#mf-content {
  height: 375px;
}

.buttom-wrap {
  text-align: center;
  margin: 24px 0 0;
}

a.all-events-btn {
  background: #cda35a;
  color: #FFFFFF;
  font-family: "MontserratBlack";
  font-size: 18px;
  line-height: 1;
  border-radius: 20px;
  text-decoration: none;
  padding: 12px 32px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.all-events-btn:hover {
  background: #a98038;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.saffireMobileSize #multiScheduleFeature .featureItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.saffireMobileSize #multiScheduleFeature .text-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.saffireMobileSize .multi-container-main h2 {
  margin: 8px 0 2px;
}

.saffireMobileSize .multi-container-main h2::before {
  bottom: -15px;
}

.saffireMobileSize #multiScheduleFeature .featureItemTitle {
  font-size: 19px;
  margin: 9px 0 7px;
  letter-spacing: 2;
}

.saffireMobileSize #multiScheduleFeature .featureItemDate,
.saffireMobileSize #multiScheduleFeature .featureItemDescription {
  font-size: 14px;
}

.saffireMobileSize #multiScheduleFeature .featureItemDescription {
  padding: 0 8px;
}

.saffireMobileSize #mf-content {
  height: 873px;
  max-height: 873px;
}

.saffireMobileSize a.all-events-btn {
  font-size: 16px;
}

#multiScheduleFeature .featureItem:hover .featureItemTitle,
#multiScheduleFeature .featureItem:hover .featureItemDate,
#multiScheduleFeature .featureItem:hover .featureItemDescription {
  color: #cda35a;
}

.pageIsLoaded .socialNetworks {
  right: 16px;
  right: 10px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

.pageIsLoaded.saffireMobileSize .socialNetworks {
  bottom: 0;
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 29%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: transparent;
  border-radius: 50px;
  padding: 5px 3px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  margin: 7px 0;
  padding: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  margin: 4px 0;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  background-color: #ccc;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0 0 10px;
  background: url("images/music.png") no-repeat right 0;
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 4px #fff inset;
  box-shadow: 0 0 4px #fff inset;
  font-size: 0.9em;
  color: #fff;
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3B5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ED760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 99, 220)), color-stop(50%, rgb(0, 99, 220)), color-stop(50%, rgb(0, 99, 220)), color-stop(50%, rgb(255, 0, 132)), to(rgb(255, 0, 132)));
  background: linear-gradient(to right, rgb(0, 99, 220) 0%, rgb(0, 99, 220) 50%, rgb(0, 99, 220) 50%, rgb(255, 0, 132) 50%, rgb(255, 0, 132) 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

.saffireMobileSize .socialNetworks {
  position: relative;
  background: #322223;
  padding: 6px 6px 0;
  text-align: center;
  left: 0;
  border-radius: 0;
}

.saffireMobileSize .socialNetworks > a {
  float: none;
  display: inline-block;
  max-width: 40px;
  max-height: 40px;
}

.saffireMobileSize .socialNetworks img {
  max-width: 40px;
  max-height: 40px;
  max-width: none;
}

@media only screen and (min-width: 801px) and (max-width: 1230px) {
  .socialNetworks > a {
    margin: 0 4px;
  }
}
.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerOff #siteInfoBannerWidget {
  display: none !important;
}

/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  text-align: center;
  height: 593px;
  width: 500px;
  background: rgba(83, 56, 59, 0.8);
  max-width: 100%;
  padding: 25px 32px 0;
  margin: 0 43px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#multiSocialWidget .multiSocialWidgetTab {
  display: inline-block;
  padding: 8px 11px 7px 11px;
  background: transparent;
  font-family: "BitterRegular";
  font-size: 12px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  font-size: 0px;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
#multiSocialWidget .multiSocialWidgetTab:hover {
  background: rgba(83, 56, 59, 0.8);
  color: #333;
}
#multiSocialWidget #facebookfeedTab {
  background: url(images/facebook-icon2.png) no-repeat top center;
}
#multiSocialWidget #instafeedTab {
  background: url(images/instagram-icon2.png) no-repeat top center;
}
#multiSocialWidget .multiSocialWidgetContainer {
  position: relative;
  top: 0;
  left: 0;
  height: 538px;
  width: 490px;
  max-width: 98%;
  padding: 32px 5px 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
#multiSocialWidget .multiSocialWidgetContainer:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #302022;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
}
#multiSocialWidget #instafeedContainer img {
  width: 45%;
  margin-right: 3%;
  margin-left: 2%;
}
#multiSocialWidget #instafeedContainer > a:hover {
  opacity: 0.75;
}
#multiSocialWidget #facebookfeedContainer {
  overflow: hidden;
}

.multiSocialWidgetTab.currentTab {
  background: rgba(83, 56, 59, 0.8);
  color: #333;
  text-decoration: none;
  cursor: default;
  position: relative;
}

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto;
}
.saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
  font-size: 10.2px;
}
.saffireMobileSize #multiSocialWidget {
  padding: 7px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.multiSocialWidgetTab.currentTab:after {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  bottom: 2px;
}

.saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
  font-size: 0;
  padding: 8px 13px 7px 3px;
}

@media only screen and (max-width: 1600px) {
  #multiSocialWidget {
    margin: 0;
  }
}
.saffireMobileSize #multiSocialWidget .multiSocialWidgetContainer {
  height: 290px !important;
}

.saffireMobileSize #facebookfeedTab {
  background: url(images/facebook-icon2mobile.png) no-repeat top 2px center !important;
  width: 18px;
  height: 18px;
}

.saffireMobileSize #instafeedTab {
  background: url(images/instagram-icon2mobile.png) no-repeat top center !important;
  width: 25px;
  height: 25px;
}

.saffireMobileSize #multiSocialWidget .multiSocialWidgetContainer {
  height: 315px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 5px 0;
}

.saffireMobileSize .multiSocialWidgetTab.currentTab::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}

.saffireMobileSize #multiSocialWidget {
  height: 392px;
}

.saffireMobileSize .socialNetworks {
  z-index: 1;
}

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
#sponsorWidgetContainer span.sponsorCarouselImage {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0 10px;
}
#sponsorWidgetContainer a {
  background: #FFFFFF;
  height: 119px;
  width: 119px;
  border-radius: 6px;
  margin: 0 14px;
}
#sponsorWidgetContainer {
  padding: 0 85.5px;
}
#sponsorWidgetContainer .sponsorWidgetContainer {
  padding-top: 6px;
}
#sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 90px;
  max-height: 90px;
  margin: 0 auto;
}
#sponsorWidgetContainer #sponsorsTitleContainer {
  width: 100%;
  text-align: center;
  top: 0;
  position: relative;
  margin: 32px 0 2px;
}
#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
  font-family: "BitterBold";
  font-size: 22px;
  color: #FFFFFF;
  text-shadow: none;
  font-weight: normal;
  margin: 0;
  letter-spacing: 2.4px;
}
#sponsorWidgetContainer #sponsorArrowRight {
  right: 0;
  top: 69%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowRight span {
  background: url(images/slider-right.png) no-repeat;
  width: 57px;
  height: 53px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowRight span:hover {
  background: url(images/slider-right-hover.png) no-repeat center center/contain;
}
#sponsorWidgetContainer #sponsorArrowLeft {
  left: 0;
  top: 69%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sponsorWidgetContainer #sponsorArrowLeft span {
  background: url(images/slider-left.png) no-repeat;
  width: 57px;
  height: 53px;
  border: none;
}
#sponsorWidgetContainer #sponsorArrowLeft span:hover {
  background: url(images/slider-left-hover.png) no-repeat center center/contain;
}

.saffireMobileSize #sponsorWidgetContainer {
  max-width: 100%;
  padding: 0;
}

.saffireMobileSize .sponsorArrow {
  display: none !important;
}

.saffireMobileSize #sponsorWidgetContainer #sponsorsTitleContainer {
  margin: 12px 0 2px;
}

.saffireMobileSize #sponsorWidgetContainer a {
  height: 96px;
  width: 96px;
}

.saffireMobileSize #sponsorWidgetContainer .sponsorCarouselImage img {
  max-width: 77px;
}

#sponsorWidgetContainer.has-major-sponsor #sponsorsTitleContainer {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 0;
}
#sponsorWidgetContainer.has-major-sponsor #majorSponsorTitleContainer {
  position: relative;
  color: #fff;
}
#sponsorWidgetContainer.has-major-sponsor #majorSponsorTitleContainer h1 {
  margin-bottom: 0;
}
#sponsorWidgetContainer.has-major-sponsor .sponsorWidgetContainer {
  padding-top: 65px;
}
#sponsorWidgetContainer.has-major-sponsor #sponsorArrowRight,
#sponsorWidgetContainer.has-major-sponsor #sponsorArrowLeft {
  top: 65%;
}
#sponsorWidgetContainer.has-major-sponsor .majorSponsor a {
  width: auto;
  height: auto;
  margin: 0 auto;
}
#sponsorWidgetContainer.has-major-sponsor .majorSponsor #majorSponsorImageContainer {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  padding: 10px;
}
#sponsorWidgetContainer.has-major-sponsor .majorSponsor #majorSponsorImageContainer img {
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}

#videoSection {
  position: relative;
  display: inline-block;
  width: 720px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden;
}
#videoSection.single-video #arrow-container {
  display: none;
}

#videoWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 720px;
  padding-bottom: 56.3%;
  text-align: center;
}
#videoWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  border: none !important;
  z-index: 1;
}
#videoWidget .video-loading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  border-radius: 100%;
  z-index: 0;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
#videoWidget:hover .video-arrow.previous {
  left: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget:hover .video-arrow.next {
  right: 8px;
  opacity: 0.8;
  visibility: visible;
}
#videoWidget .video-arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 14px;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
#videoWidget .video-arrow.previous {
  background: url("images/vid-arrow-left.png") no-repeat center;
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget .video-arrow.next {
  background: url("images/vid-arrow-right.png") no-repeat center;
  right: -25px;
  opacity: 0;
  visibility: hidden;
}
#videoWidget #videoList {
  display: none;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.saffireLargeSize .header #customLogo {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.saffireLargeSize .header .top-header .quickLinks a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.saffireLargeSize .header .top-header .quickLinks a:hover {
  color: #a98038 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 975px) {
  .saffireLargeSize.saffireWindowScrolled #customLogo {
    width: 120px;
    height: 92px;
    left: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .saffireLargeSize.saffireWindowScrolled .ticket {
    right: 10px;
  }
}
@media screen and (max-width: 920px) {
  .saffireLargeSize.saffireWindowScrolled .nav .groups {
    right: 142px !important;
  }
  .saffireLargeSize.saffireWindowScrolled .nav .groups .group a {
    font-size: 14px;
  }
}

.saffireMobileSize .header .quickLinks a.directions-link {
  display: none;
}
@media screen and (max-width: 540px) {
  .saffireMobileSize #multiScheduleFeature .featureItem {
    margin: 0 29px 11px 0;
  }
}

.getUpdatesPageEmailModule .emailSignup .inputFieldTextBox {
  border: 1px solid #171f3c;
}
.getUpdatesPageEmailModule .emailsubmitbutton {
  color: #fff !important;
}
.getUpdatesPageEmailModule .inputFieldTextbox {
  visibility: visible !important;
  border-radius: 0px;
  padding: 10px;
}
.getUpdatesPageEmailModule div {
  text-align: center;
}

body.modalBody a:link {
  color: #fff !important;
}

.mobileNavContainer {
  background: #171f3c !important;
}
.mobileNavContainer .mobileMenuPanelContainer a {
  font: 16px/1 "MontserratBlack";
  color: #fff;
  background: #cda35a;
  border: 2px solid #171f3c;
}
.mobileNavContainer .mobileNavCloseMenu {
  color: #ff9500;
}

.expandedViewEventDateBox .todayText {
  margin-bottom: 2px !important;
}
.expandedViewEventDateBox .eventMonth {
  font-size: 1em !important;
}
.expandedViewEventDateBox .eventDayNumber {
  font-size: 1.3em !important;
  padding: 0 !important;
}

.filter-group .filter-control, .filter-group input[type=text] {
  height: 32px;
}

.seats-container .seat-info span:not(:first-child) {
  display: none;
}

.checkout-cart__product__details div[ng-show="childCartItem.Line3Value"] {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
