@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold.woff2") format("woff2"), url("fonts/OpenSans-Semibold.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold.woff") format("woff"); }
body {
  color: #000000;
  font: 14px/1.5 "Lato"; }

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: "Teko";
  font-weight: 400;
  color: #273137;
  line-height: 1; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 50px; }
body:not(.homepage) h1.dynamicPageTitle {
  font-size: 50px;
  color: #273137; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 38px; }
body:not(.homepage) h3 {
  font-size: 28px; }
body:not(.homepage) .cartcols h2 {
  font-size: 20px; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

a {
  color: #273137;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong, b {
  font-family: "Lato";
  font-weight: 700; }

input.textbox {
  font-size: 14px;
  font-family: "Lato"; }

.media-container-popup h2 {
  color: #fff !important; }

.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

.viewcart > span {
  position: relative;
  display: inline-block; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 8px 12px;
  font-size: 20px;
  line-height: 1.75em;
  text-transform: uppercase !important;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Teko";
  font-weight: 500; }

a.button,
.button,
.buttonSmall {
  background: #273137;
  background: -webkit-linear-gradient(-90deg, #273137);
  background: linear-gradient(180deg, #273137);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #3c4c55;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/***************** CONTAINERS **************************/
body {
  background: #fff;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

.wrapper {
  width: 100%; }

.small.bc {
  display: none; }

body.homepage .content {
  margin-top: 0; }

body:not(.homepage) .content {
  box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 200px auto;
  padding: 15px;
  background: #fff;
  min-height: 500px !important; }

body.saffireMobileSize:not(.homepage) .content {
  margin: 120px auto 50px; }

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none; }

.subContainer {
  background: #c9dfe4; }
  .subContainer h1, .subContainer h2, .subContainer h3, .subContainer h4, .subContainer h5, .subContainer h6 {
    color: #273137 !important; }

.listingItem {
  background: #c9dfe4 !important;
  margin-bottom: 0;
  border-bottom: 1px solid #000 !important;
  transition: .3s ease; }
  .listingItem:hover {
    background: #dae9ed !important; }
  .listingItem:last-child {
    border-bottom: 1px solid transparent !important; }

.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #273137 !important; }
.subContainer .error {
  color: #000; }

.dateDisplayBar,
.dateDisplay {
  background: #273137;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #273137; }

.orderhistory {
  background: #273137; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #c9dfe4; }

.listingItem {
  background: #c9dfe4;
  border-bottom: 1px solid #a7cbd3;
  width: 100%; }
  .listingItem:hover {
    background: #d3e5e9; }

.listing {
  padding: 0; }

/*************** 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; }

.mobile-menu-container {
  background-color: #fff; }
  .mobile-menu-container .mobile-menu-header {
    background-color: #fff; }
  .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
    background-color: #000; }
  .mobile-menu-container .mobile-menu-subheader,
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #c9dfe4; }
    .mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
    .mobile-menu-container .mobile-menu-subheader-btn a,
    .mobile-menu-container .mobile-menu-subheader-btn i {
      color: #000; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #a7cbd3; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Lato"; }
  .mobile-menu-container .cart-counter {
    font-family: "Lato"; }
  .mobile-menu-container .search-container input {
    font-family: "Lato"; }
  .mobile-menu-container .search-container .search-submit-btn {
    color: #000; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #c9dfe4;
    font-family: "Lato";
    color: #000;
    border-color: #fff; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Lato";
    color: #000; }

#mobile-nav ul {
  background-color: #fff; }
#mobile-nav a {
  background-color: #c9dfe4;
  font-family: "Lato";
  color: #000; }
  #mobile-nav a:hover {
    background-color: #a7cbd3; }
#mobile-nav .has-subitems span {
  background-color: #c9dfe4;
  color: #000; }
  #mobile-nav .has-subitems span:hover {
    background-color: #a7cbd3; }

.header {
  box-sizing: border-box;
  display: block;
  z-index: 999999999;
  position: fixed;
  top: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-top: 30px solid #f2a949;
  padding: 0 0;
  transition: all 0.3s ease;
  background: #fff; }
  .saffireMobileSize .header {
    background: #fff;
    height: 100px;
    position: fixed;
    top: 0px;
    z-index: 999999999; }
  .header .headerInnerContent {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    height: 120px;
    justify-content: center; }
    .saffireMobileSize .header .headerInnerContent {
      height: 110px; }
    .header .headerInnerContent .header-container {
      position: static;
      display: flex;
      z-index: 999;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0 0;
      width: 1000px;
      height: 50px;
      max-width: 100%; }
      @media screen and (max-width: 1023px) {
        .saffireLargeSize .header .headerInnerContent .header-container {
          padding-left: 20px;
          box-sizing: border-box; } }
      .saffireMobileSize .header .headerInnerContent .header-container {
        height: 65px; }

.generalmessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #273137;
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.2;
  color: #fff; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

#customLogo {
  position: relative;
  top: -10px;
  width: 182px;
  height: 71px;
  display: flex;
  align-items: center;
  background: url("images/logo.png") center left/contain no-repeat;
  border-radius: 0;
  transition: .2s; }
  .pageIsLoaded #customLogo {
    transition: .2s; }
  .saffireMobileSize #customLogo {
    width: 150px;
    height: 71px;
    display: flex;
    align-items: center;
    top: 0px;
    left: 5px;
    padding: 0;
    border-radius: 0px;
    max-width: none; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit;
  font-family: "Lato"; }

.ticket-wrapper {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: auto;
  background: transparent; }
  .ticket-wrapper .ticket-container {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.ticket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Teko" !important;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #273137;
  border: 2px solid #273137;
  transition: .3s;
  padding: 5px 15px 0px 15px;
  line-height: 1.3; }
  .saffireMobileSize .ticket-btn {
    display: none; }
  .ticket-btn:hover {
    text-decoration: none !important; }

.saffireLargeSize .viewcart a.cartMenuLink {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 600; }
.saffireLargeSize .viewcart .cartMenuLink:before {
  content: "Cart: ";
  font-size: inherit;
  color: inherit;
  font-family: "Lato"; }

.saffireMobileSize .viewcart {
  color: #000000;
  right: 10px;
  top: 5px !important;
  font-weight: 400; }
  .saffireMobileSize .viewcart .cartMenuLink {
    color: #000000 !important;
    text-decoration: none;
    padding-left: 5px;
    font-size: 18px;
    position: relative;
    top: 6px;
    padding: 4px; }
  .saffireMobileSize .viewcart:before {
    left: 0; }

.saffireMobileSize .quickLinks ul .viewcart:before {
  color: #000000;
  font-weight: 400; }

.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]:before {
  font-size: 14px;
  color: #000000;
  padding: 0 5px;
  font-weight: 400;
  top: -35px; }

.quickLinks {
  position: static;
  display: flex;
  justify-content: flex-end;
  color: #000000;
  font-weight: 600;
  position: relative; }
  .quickLinks ul {
    margin: 0;
    display: flex;
    align-items: center; }
    .quickLinks ul a {
      font-family: "Lato"; }
      .quickLinks ul a:hover {
        text-decoration: underline !important; }
    .quickLinks ul li {
      margin-left: 20px; }
  .quickLinks .ticket-btn {
    color: #fff;
    font-family: "Teko";
    font-weight: 500;
    background: #273137;
    border: 2px solid #273137; }
    .quickLinks .ticket-btn:hover {
      color: #273137;
      background: #fff;
      border: 2px solid #273137;
      text-decoration: none !important; }
  .saffireMobileSize .quickLinks {
    top: -10px;
    color: #fff; }
    .saffireMobileSize .quickLinks li:last-child {
      display: flex; }
    .saffireMobileSize .quickLinks .ticket-btn {
      display: flex;
      position: absolute;
      right: 70px !important;
      top: 6px !important;
      font-size: 18px; }

.generalmessage {
  z-index: 999999;
  position: static;
  width: 100%;
  top: 0px; }

/*********************** FOOTER *************************/
.footer {
  /* set the height of the footer */
  box-sizing: border-box;
  position: relative;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  margin: 0 auto;
  font-family: "Lato";
  font-weight: 400;
  padding: 40px 20px 40px;
  background: repeat-x #f2a949 center;
  color: #fff;
  text-align: center; }
  .footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    margin: 0 auto;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize; }
  .footer ul.footerItems2 {
    margin: 0 auto; }
  .footer .info h2 {
    color: #fff !important; }

.saffireMobileSize .footer a:hover {
  text-decoration: none; }
.saffireMobileSize .footer ul.footerItems1 {
  max-width: 300px;
  margin-bottom: 6px; }
.saffireMobileSize .footer ul.footerItems2 {
  margin-top: 25px;
  text-align: center; }

.saffireMobileSize.isResponsive .footer .footerSignIn a.button,
.saffireMobileSize.isResponsive .footer ul li a.button {
  max-width: 300px;
  margin: auto;
  font-family: "Teko";
  box-sizing: border-box;
  background: #273137; }
  .saffireMobileSize.isResponsive .footer .footerSignIn a.button:hover,
  .saffireMobileSize.isResponsive .footer ul li a.button:hover {
    background: #3c4c55; }

.saffireMobileSize.isResponsive .footer ul li.footerSaffire {
  display: block; }

#google_translate_element {
  display: none; }

.listingItem .listing-item-left .flexContent.itemName {
  font-family: 'Lato';
  font-size: 14px; }

.saffireLargeSize #dynamicModal,
.saffireLargeSize .modal.nested {
  box-shadow: 0px 0px 5px #00000069 !important; }

body.modalBody.saffireMobileSize {
  background: #fff !important; }

body.modalBody.saffireMobileSize:after,
body.modalBody.saffireMobileSize:before {
  contain: '';
  display: none; }

.ui-widget-overlay {
  z-index: 1000;
  background: #00000038; }

.saffireLargeSize .footer ul.footerItems2 li.footerSaffire {
  margin-left: 25px; }

.modalClose {
  float: none; }

.saffireWindowScrolled header.header {
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease; }

/*# sourceMappingURL=theme.css.map */
