@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://use.typekit.net/rum8tkh.css");
/************** 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");
}
body {
  color: #333;
  font: 14px/1.5 "open_sansregular", 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: "OpenSans-Light-webfont";
  font-weight: normal;
  color: #0071c1;
  line-height: 1.2;
  text-transform: none;
}
body:not(.homepage).roguecfest h1.dynamicPageTitle {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 2rem;
  color: #2d2c2f;
  text-transform: capitalize;
}
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 32px;
  text-transform: uppercase;
}
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 21px;
}
body:not(.homepage) h3 {
  font-size: 20px;
}
body:not(.homepage) .cartcols h2 {
  font-size: 20px;
}

a {
  color: #0071c1;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/***************** CONTAINERS **************************/
body {
  background: url(images/bottom-container-bg.jpg) #ddd no-repeat fixed;
  background-size: cover;
  background-size: cover;
}

.wrapper {
  width: 100%;
}

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 0 auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
}

body:not(.homepage).roguecfest {
  background: url("images/roguecfest-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.content-banner {
  width: 100%;
  max-width: 100%;
  height: 340px;
  background: url(images/content-banner.jpg) #222d30 no-repeat left center/cover;
  background-size: cover;
}
@media screen and (max-width: 817px) {
  .content-banner {
    height: 60vw;
    max-height: 340px;
  }
}
.content-banner.drive-in {
  background-color: #212121;
  background-image: url("https://cdn.saffire.com/images.ashx?t=ig&rid=JacksonCountyFairOR&i=drive-in.png");
  background-size: contain;
  background-position: center;
  height: 32vw;
  max-height: 340px;
}
.roguecfest .content-banner {
  display: none;
}

body:not(.homepage).roguecfest .content {
  box-shadow: 6px 5px 14px rgba(106, 106, 106, 0.7490196078);
  margin-top: 8rem;
}
@media screen and (max-width: 800px) {
  body:not(.homepage).roguecfest .content {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  body:not(.homepage).roguecfest .content {
    margin-top: 2rem;
  }
}

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.subContainer {
  background: #e2e2e2;
  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: #0071c1;
  color: #fff;
}
.dateDisplayBar a,
.dateDisplay a {
  color: #fff;
}

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px;
}

.carthr {
  background: #111;
}

.orderhistory {
  background: #0071c1;
}

.orderhistory th {
  color: #fff;
  padding: 8px 3px;
}

.alternateRow {
  background: #e2e2e2;
}

.listingItem {
  background: #e2e2e2;
  border-bottom: 1px solid #c9c9c9;
}
.listingItem:hover {
  background: #eaeaea;
}

/*************** 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;
}

.browser-ie .imageModule-single__wrapper {
  flex-direction: row;
}
.browser-ie .imageModule-single__wrapper.align-center a {
  width: 100%;
}

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 16px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "open_sansbold";
}

a.button,
.button,
.buttonSmall {
  background: #0071c1;
  background: -webkit-linear-gradient(-90deg, #0071c1);
  background: linear-gradient(180deg, #0071c1);
  color: #fff !important;
}
.roguecfest a.button,
.roguecfest .button,
.roguecfest .buttonSmall {
  font-family: zebrawood-std-fill, sans-serif;
  background-color: #004a80 !important;
  font-size: 19px;
}

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #0095fe;
  color: #fff !important;
}
.roguecfest a.button:hover,
.roguecfest .button:hover,
.roguecfest .buttonSmall:hover {
  background-color: #01365c !important;
}

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em;
}

.reservedSeatingSeatSelector .button h3 {
  color: #fff;
}

/************************* 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: #0071c1;
  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: #333;
}
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black;
}
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black;
}

/******************************************************
*                                                     *
*                                                     *
*    DO NOT CHANGE ITEMS BELOW THIS SECTION!!!!       *
*                                                     *
*                                                     *
******************************************************/
.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: #ff9b3e;
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 0 8px 1px;
}

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: #ff7b01;
}

.header input.textbox {
  min-height: 14px;
}

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 75px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .header {
    opacity: 0;
  }
  .pageIsLoaded .header {
    opacity: 1;
  }
}
.saffireMobileSize .header {
  background: transparent;
  color: #fff;
  font-size: 1.6em;
  font-family: "OpenSans-Bold-webfont";
  height: 90px !important;
  padding: 10px;
  box-sizing: border-box;
}
.roguecfest .saffireMobileSize .header {
  background-color: #004a80;
  color: white;
}

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative;
}

.saffireLargeSize .headerInnerContent {
  height: 75px;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.saffireMobileSize .headerInnerContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.saffireMobileSize .headerInnerContent > .clear {
  clear: none;
}

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.jpg") no-repeat;
  z-index: 5003;
  height: 68px;
  position: absolute;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  width: 161px;
  background-size: contain;
}
.roguecfest #customLogo {
  top: 1rem;
  position: relative;
  width: 130px !important;
  height: 130px !important;
  display: flex;
  align-items: center;
  background: url("images/roguecfest-new-logo.png") center/cover no-repeat;
  box-shadow: 5px 6px 17px black;
}

.saffireMobileSize #customLogo {
  width: 139px;
  max-width: none;
  top: 0;
  position: relative;
}

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 29px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 79px;
  position: absolute;
}

.saffireLargeSize .nav:hover {
  z-index: 5002 !important;
}

.saffireLargeSize .nav .groups {
  position: absolute;
  height: 29px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 79px;
  bottom: auto;
  bottom: auto;
  top: 0;
}

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 5px;
  padding: 4px 9px 5px;
}

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 17px;
  font-family: "OpenSans-Bold-webfont";
  line-height: normal;
  color: #fff;
}

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 13.6px;
  }
}
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #497DB4;
  background: #a2e91b;
  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: #a2e91b;
  padding-top: 0;
  padding-bottom: 0;
  color: #497DB4;
}

.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: #497DB4;
  font: 14px "open_sansregular", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif;
}

.saffireLargeSize .nav .items .item a:hover {
  color: #749cc7;
  background: #7db511;
}

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0;
}

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%;
}

.saffireMobileSize.mobileNavShowing .nav .groups,
.saffireMobileSize.mobileNavShowing .nav .groups .group {
  background: #a2e91b;
}

.saffireMobileSize.mobileNavShowing .nav .item a,
.saffireMobileSize.mobileNavShowing .nav .item > .navDummyLink,
.saffireMobileSize.mobileNavShowing .nav .groups .group a,
.saffireMobileSize.mobileNavShowing .navDummyLink,
.saffireMobileSize .header .groups > .group > .navDummyLink {
  background: #d1f48f;
  border-color: #a2e91b;
  color: #fff;
  font-family: "OpenSans-Bold-webfont";
  line-height: 1.312em;
}

.saffireMobileSize .nav,
.saffireMobileSize .viewcart,
.saffireMobileSize .header .searchBox,
.saffireMobileSize .header .emailSignup,
.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]::before {
  color: #fff;
}

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: absolute;
  right: 0px;
  left: auto;
  top: 20px;
  bottom: auto;
  float: none;
  margin-top: 0;
  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 */
  text-decoration: underline;
}

.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: normal;
  color: #0e487e;
  font-family: "OpenSans-Light-webfont";
}

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 #0f0;
  width: 130px;
  height: 8px;
  padding: 9px 10px;
  width: 110px;
  height: -10px;
}

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom #0f0;
}

.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: #ff9b3e;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 19.2px;
  right: 15px;
}

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff;
}

.saffireLargeSize #svgViewCartIcon {
  display: none;
}

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "open_sansregular";
  font-size: 14px;
  text-transform: none;
  color: #0e487e;
  /*  @if map-get($quickLinks, icon-cart) {
     	color: map-get($headerInputs, font-color);

     } */
}

.saffireLargeSize #svgViewCartIcon path {
  fill: #0e487e;
}

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: absolute;
  right: 0;
  left: auto;
  top: 24px;
  bottom: auto;
  width: auto;
  z-index: auto;
  font-size: 2em;
}

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none;
}

.saffireLargeSize .header .searchBox {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  bottom: auto;
  z-index: 5003;
  font-size: 2em;
}

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: "OpenSans-Bold-webfont";
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px;
}

.weatherDescriptive {
  display: none !important;
}

.saffireMobileSize #weatherBugWidget {
  display: none !important;
}

#weatherBugText {
  display: none;
}

#weatherBugImage {
  top: 3px;
}

#weatherBugShortDescription {
  display: inline;
}

.roguecfest .header {
  background-color: #004a80;
  color: white;
}
.saffireMobileSize .roguecfest .header {
  background-color: #004a80;
}

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 26px 0;
  background: url("images/footer-bg.jpg") repeat-x #0071c1 center;
  color: #fff;
  text-align: center;
}
.roguecfest .footer {
  background-color: #2d2c2f;
}
.saffireMobileSize .roguecfest .footer {
  background-color: #2d2c2f;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.footerItems1 {
  margin: 0 auto;
  font-family: "OpenSans-Light-webfont";
  font-size: 14px;
  text-transform: capitalize;
}
.footer .footerSignIn {
  text-transform: uppercase;
}
.footer ul.footerItems2 {
  margin: 0 auto;
}

.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;
}

.roguecfest .footer .footerSignIn a.button,
.roguecfest .footer .footerSignIn .button {
  color: white !important;
  font-family: zebrawood-std-fill, sans-serif !important;
  font-size: 19px !important;
}

.roguecfest .container-footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.roguecfest .container-footer-nav .footerItems1 {
  margin: 0;
}
.roguecfest .container-footer-nav .footerItems1:nth-child(1)::after {
  content: "|";
  color: white;
  margin: 0 10px;
}
@media screen and (max-width: 800px) {
  .roguecfest .container-footer-nav .footerItems1:nth-child(1)::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .roguecfest .container-footer-nav {
    display: block;
  }
  .roguecfest .container-footer-nav .footerItems1 {
    margin: 0 auto;
  }
}

body {
  background: #fff;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 25%;
}

.header {
  border-bottom: 42px solid #0071c1;
}
.roguecfest .header {
  border-bottom: none !important;
}
.header .quickLinks ul {
  top: 7px;
}
.header .headerInnerContent {
  background: transparent;
}
.roguecfest .header .headerInnerContent {
  background-color: #004a80;
  color: white;
}
.saffireMobileSize .roguecfest .header .headerInnerContent {
  background-color: #2d2c2f;
}
.header .header-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 155px;
  height: 75px;
}
.header .header-logos a {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .header-logos a:first-child {
  background-image: url("images/logo3.jpg");
  width: 65px;
  height: 61px;
}
.header .header-logos a:last-child {
  background-image: url("images/logo2.jpg");
  width: 72px;
  height: 63px;
}
.header #customLogo {
  left: 5px;
}

.content {
  min-height: 450px;
  margin-top: 40px;
}

.listingItem {
  width: 100%;
}

.listing {
  padding: 0;
}

#google_translate_element {
  display: none;
}

.ticket-btn {
  display: block;
  position: absolute;
  top: 81px;
  left: auto;
  right: 5px;
  font-family: "OpenSans-Light-webfont";
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ticket-btn:hover {
  text-decoration: underline;
}
.roguecfest .ticket-btn {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  font-family: zebrawood-std-fill, sans-serif;
  font-size: 28px;
  margin-left: 1rem;
}

.small.bc {
  display: none;
}

.saffireMobileSize.body {
  background: #fff;
  background-repeat: repeat;
}
.saffireMobileSize .header {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  height: 117px !important;
}
.saffireMobileSize .header .logo-wrapper {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 450px) {
  .saffireMobileSize .header .logo-wrapper {
    left: 0px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.saffireMobileSize .footer {
  background: #0071c1;
}
.saffireMobileSize .ticket-btn {
  right: 15px;
  color: #fff;
}
.saffireMobileSize .viewcart {
  top: -4px;
}
.saffireMobileSize .viewcart:before {
  color: #0071c1;
}
.saffireMobileSize .viewcart .cartMenuLink:before {
  color: #0071c1 !important;
}
.saffireMobileSize #logoContainer {
  position: absolute;
}
.saffireMobileSize #customLogo {
  position: absolute;
  width: 161px;
  height: 68px;
  top: -40px;
  left: 5px;
}

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer {
  background: #137dc1;
  border-top: none !important;
}

a.button,
.button {
  background: #137dc1 !important;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.button:hover,
.button:hover {
  background: #239ce9 !important;
}

.subContainer {
  background: #fff !important;
  -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.3) !important;
}

.listingItem {
  margin-bottom: 0;
  border-bottom: 1px solid #898989 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.roguecfest .listingItem {
  border-bottom: none;
}
.listingItem:hover {
  background: #ece4e4 !important;
}

.listingItem.lastChild {
  border-bottom: 1px solid transparent !important;
}

.orderhistory,
.dateDisplayBar {
  background: #fff !important;
}

.saffireLargeSize .quickLinks ul li {
  color: #0e487e !important;
}
.saffireLargeSize .quickLinks ul li .loginstatus a,
.saffireLargeSize .quickLinks ul li .viewcart a:not(.button) {
  color: #0e487e !important;
}

.promocode-active {
  box-sizing: border-box;
  padding: 10px;
  background: #ddd;
  transition: 0.5s;
}
.promocode-active p > a {
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 2px #137cc0;
  transition: 0.5s;
}
.promocode-active .promo-callout {
  background: #ddd;
  border: 1px solid #137cc0;
  border-radius: 5px;
  color: #000;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.promocode-active .promo-callout span:nth-child(1) {
  font-weight: 700;
  display: block;
}
.promocode-active .promo-callout span:nth-child(2) {
  font-size: 12px;
}

.roguecfest .footer {
  background-color: #2d2c2f !important;
  color: white;
}
.saffireMobileSize .roguecfest .footer {
  background-color: #2d2c2f;
}

.roguecfest .listingItem {
  border-bottom: none !important;
  background-color: transparent !important;
}

.quickLinks ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .roguecfest .headerInnerContent {
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .roguecfest #customLogo {
    top: -20px !important;
    left: 1rem;
  }
}

.roguecfest .quickLinks ul li .loginstatus a,
.roguecfest .quickLinks ul li,
.roguecfest .my-account-link,
.roguecfest .quickLinks ul li .viewcart a:not(.button) {
  color: white !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  display: inline;
}

.roguecfest .viewcart {
  display: flex;
  align-items: center;
}
.roguecfest .viewcart::before {
  top: 0 !important;
  margin-right: 10px !important;
  color: white !important;
}

.roguecfest .header .quickLinks ul {
  top: 0 !important;
}

.roguecfest .saffireMobileSize .quickLinks ul li {
  display: inline !important;
}

.roguecfest .loginstatus-change .saffireMobileSize,
.roguecfest .viewCartText .saffireMobileSize {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .roguecfest .header .quickLinks ul li .loginstatus a,
  .roguecfest .header .viewCartText,
  .roguecfest .header .my-account-link {
    display: none !important;
  }
}

.tt__child-product-3002 .tt__child-product-code {
  display: none;
}
.tt__child-product-3002 .tt__addToWallet {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
