@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@600&family=Creepster&family=Send+Flowers&display=swap');

html {
  scrollbar-width: none;
}

html,
body {
  scrollbar-width: none;
}

body {
  margin: 0;
  background-color: unset;
  overflow-x: hidden;
  background: #fedd03;
  padding: 0;
}

a:hover{
  text-decoration: none;
}

h1{
  font-size: 32px;
}

/*HEADER*/
header {
  height: 215px;
  background: url("/sites/tourabq.com/gfx/atsf_background.webp") no-repeat center
    0px fixed;
  background-color: #fedd01;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  /*  -webkit-box-shadow: inset 0px -8px 13px -2px rgba(0,0,0,0.26);
  -moz-box-shadow: inset 0px -8px 13px -2px rgba(0,0,0,0.26);
  box-shadow: inset 0px -8px 13px -2px rgba(0,0,0,0.26);*/
}
header .header-wrap {
  height: 100%;
}
header .header-left-col {
  display: flex;
  flex-direction: column-reverse;
  width: 65%;
  float: left;
  height: 100%;
  text-align: left;
  position: relative;
}
header .header-left-col .banner{
  padding: 0 0 0 40px;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
}
header .header-left-col .main-logo {
  max-height: 165px;
  left: 25px;
  position: absolute;
  top: 25px;
}
header .header-right-col {
  width: 35%;
  height: 100%;
  float: right;
  position: relative;
}
header .header-right-col .tagline {
  position: absolute;
  right: 25px;
  text-align: right;
}
header .header-right-col .tagline-logo {
  width: 150px;
}
header .header-right-col .tagline span {
  position: absolute;
  left: -200px;
  top: 115px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  /* background: #3090cd; */
}
/*SOCIAL MEDIA NAV*/
header .header-right-col .nav-main-social {
  text-align: right;
}
header .nav-main-social li {
  list-style: none;
  display: inline;
  margin: 0 10px;
}
header .nav-main-social li:hover > a i {
  color: #3090cd;
}

/*MAIN NAV*/
#nav .nav-link {
  font-size: 16px;
}

#nav .nav-link.bold a {
  font-weight: 800;
}

#nav a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}

#nav .nav-link:hover {
  text-decoration: underline;
}

#nav_menu {
  text-align: center;
}

#nav_toggle {
  background: #298fd0;
  padding: 15px;
}

#nav_toggle input {
  display: none;
}

.sub-nav {
  margin: 0 auto;
  width: 95%;
  text-align: center;
}
.sub-nav-link {
  display: inline-block;
  margin: 200px 10px 15px 15px;
}
.sub-nav-link.selected {
  margin: 0;
}
.sub-nav-link img {
  width: 80px;
}
.sub-nav-link.selected img {
  width: 179px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.sites-wrap {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

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

.main-content,
.page,
.blog {
  width: 95%;
  min-height: 600px;
  padding: 15px;
  margin: 10px auto 100px auto;
}

.page,
.blog,
.news {
  background: #fff;
  -webkit-box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
}

.main-content, .page, .news {
  width: 95%;
  min-height: 600px;
  padding: 15px;
  margin: 10px auto 100px auto;
}

.breadcrumbs{
  display: none;
}

#mapBtn{
  display: none;
}

.btn-inverse{
  color: white;
  border-radius: 3px;
  padding: 6px;
}

/*****EVENT LIST*****/
.event-list {
  display: inline-block;
  width: 65%;
  color: #000;
  margin-bottom: 25px;
  padding: unset;
  overflow-y: hidden;
}
.event-list-header {
  height: 200px;
  background: #3090cd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-list-header .left,
.event-list-header .right {
  flex: 1;
  text-align: center;
}
.event-list-header .right {
  color: #fff;
}
.event-list-header .left img {
  width: auto;
  height: 175px;
}
.event-list-header .left .abqtrolley-logo {
  width: 80%;
  height: auto;
}
.event-list-header img,
.event-list-header .vr,
.event-list-header .right {
  display: inline-block;
  vertical-align: top;
}
.event-list-header img {
  width: 100%;
}
.event-list-header .vr {
  border-left: 3px solid #fff;
  margin-left: 25px;
  height: 93px;
}
.event-list-header .right h1 {
  margin-top: unset;
  font-size: 32px;
  margin-bottom: 20px;
}
.event-list-header .right a {
  color: #ffdf00;
  font-style: 20px;
  font-weight: 800;
  font-size: 16px;
}

.event-card {
  background: #fff;
  height: 250px;
  margin: 35px 0;
}

.event-card.inactive {
  display: none;
}

.event-card .event-flyer,
.event-card .event-date,
.event-card .event-info {
  display: inline-block;
  height: 250px;
  vertical-align: top;
}
.event-card .event-flyer {
  vertical-align: middle;
  width: 30%;
}

.event-card .event-date {
  background: #208dd2;
  text-align: center;
  width: 13%;
  color: #fff;
}
.event-card .event-date .event-date-middle {
  height: 200px;
  margin-top: 40px;
}
.event-card .event-date .month,
.event-card .event-date .num-day,
.event-card .event-info .title,
.event-card .event-info .bold {
  font-weight: 800;
}
.event-card .event-date .month {
  margin-top: 25px;
  font-size: 20px;
}
.event-card .event-date .num-day {
  font-size: 2.5em;
  line-height: normal;
}
.event-card .event-date hr {
  width: 80%;
  font-weight: 800;
  height: 3px;
  background: #fff;
  border: unset;
  margin: 30px auto;
}
.event-card .event-date .day {
  margin-top: 25px;
  font-size: 20px;
}

.event-card .event-date .time {
  font-size: 1.2em;
}

.event-card .event-info {
  width: 48%;
  margin: 15px;
}
.event-card .event-info .title {
  font-size: 20px;
  margin: 20px 0 20px 0;
}

.event-card .event-info .more-info-btn {
  margin-right: 25px;
}
.event-card .event-info .buy-btn,
.event-card .event-info .more-info-btn {
  position: relative;
  top: 30px;
  float: right;
}

/*****MODAL EVENT INFO*****/

body.modal-open {
  overflow: hidden;
}
.modal.event-info {
  padding: 25px;
  overflow-y: auto;
  text-align: center;
}

.overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 260000;
}

.inner {
  padding: 0;
}

.modal.event-info .outer {
  display: block;
  position: fixed;
  left: 0;
  top: 25px;
  right: 0;
  bottom: 25px;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 2000000001;
}

.modal-content-wrap {
  overflow-y: auto;
}

.page textarea {
  background-color: #eee !important;
}

.page h1{
  margin: 15px 0;
}

.page .cms p{
  font-size: 16px;
  margin: 24px 0;
}

.page .cms hr{
  border-top:  1px solid gray;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer {
    max-width: none;
    width: 600px;
  }
}

.modal-mode-fullscreen {
  max-width: 100%;
  min-width: 100%;
  width: 100$;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hmtModalContent {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 25px;
  bottom: 55px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.close_btn {
  position: absolute;
  z-index: 1;
  top: -18px !important;
  right: -18px !important;
  text-align: center;
  width: 39px !important;
  height: 39px !important;
  line-height: 2 !important;
  font-size: 20px !important;
  border-radius: 35px !important;
  font-weight: bold;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
  background: #000 !important;
  color: #9f9f9f !important;
  -webkit-transition: color 0.5s;
}

.close_btn:hover {
  color: #fff !important;
  background: #000 !important;
  cursor: pointer;
}

.modal-mode-fullscreen .close_btn {
  right: 5px !important;
  top: 5px !important;
}

/*duplicate of widget css to load before js*/
.hmt-button {
  color: #ffffff;
  background: #ed1d24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  overflow: hidden;
  padding: 12px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 60ms ease-in-out;
  transition: all 60ms ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  text-transform: capitalize;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  box-shadow: 2px 5px 10px rgba(22, 22, 22, 0.1);
}

/*****RIGHT COLUMN*****/
.page,
.right-col {
  padding: 10px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.right-col {
  float: right;
  margin-bottom: 25px;
  width: 30%;
}

.right-col .right-col-component {
  margin-bottom: 10px;
}

.right-col .blogs_sidebar {
  overflow-y: auto;
  text-align: left;
}

.blog_wrap:hover a {
  color: #ed1d24;
}

.blog_wrap {
  text-align: center;
  margin: 8px auto;
  max-width: 800px;
  padding: 10px;
  /* border: 4px solid #3090cd; */
  border-radius: 10px;
  cursor: pointer;
}

.blog_wrap h3 {
  margin-bottom: 1px;
}

.blog_wrap .blog_date {
  font-style: italic;
  font-size: 11px;
  margin-bottom: 5px;
}

.blogs_sidebar .more {
  color: #ed1d24;
}

.blog_image {
  padding: 0px 50px;
}
.blog_image img {
  max-width: 200px;
  margin: 0 auto;
}

.blog p {
  padding: 0px 50px;
}

.right-col .right-col-component .blogs_sidebar img {
  max-height: 180px;
  margin: 0 auto;
  /* max-width: 80%; */
}

.right-col .cms-sidebar,
.right-col .blogs_sidebar,
.right-col form {
  overflow: none;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.cms-sidebar-inner img {
  width: 80%;
  height: auto;
}

.right-col .default_form {
  padding: unset;
}

.right-col .cms-sidebar .span1,
.right-col .cms-sidebar .span2,
.right-col .cms-sidebar .span3,
.right-col .cms-sidebar .span4,
.right-col .cms-sidebar .span5,
.right-col .cms-sidebar .span6,
.right-col .cms-sidebar .span7,
.span7 {
  width: unset !important;
  margin: unset !important;
  min-height: unset !important;
}

.event-list .hmt-event-item {
  margin: 30px 0;
  background: #ffdf00;
  padding: 15px;
  -webkit-box-shadow: 10px 10px 13px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 13px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 13px -10px rgba(0, 0, 0, 0.75);
}

.miniCalendar {
  max-width: unset !important;
  width: auto !important;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
  border-bottom: none !important;
}

#container{
  padding: 0;
}

.container-fluid{
  display: block;
}

/* More Info Page Custom CSS */
.eventPageWrapper .repeating-event a {
  background: #ED1D24 !important;
}

.light .eventPageWrapper .main .event-wrap {
  max-width: 800px;
  background: white;
  margin: 10px auto;
  box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
}

.eventPageWrapper .event-content .media{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.fb-comments {
  border: 1px solid #e7e7e7;
}


/* Main Content Home */
.main-content-home{
  margin-bottom: -1px;
  width: 100%;
}

.main-content-home .sites-wrap {
  width: 100%;
  font-size: 0;
  position: relative;
  height: 875px;
  padding: unset;
  margin: unset;
}

.main-content-home .sites-wrap .albucreepy {
  background: #221f1f;
}
.main-content-home .sites-wrap .abqtrolley {
  background: #3090cd;
}
.main-content-home .sites-wrap .dukecitypedaler {
  background: #fedd01;
}
.main-content-home .sites-wrap .thelux {
  background: #221f1f;
}

.main-content-home .sites-wrap .site {
  display: inline-block;
  height: 100%;
  width: 33.33%;
  vertical-align: top;
}
.main-content-home .sites-wrap .site:hover {
  cursor: pointer;
}
.main-content-home .sites-wrap .site .top {
  height: 55%;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.main-content-home .sites-wrap .site .bottom {
  position: relative;
  height: 45%;
}

.main-content-home .sites-wrap .site .bottom .logo,
.main-content-home .sites-wrap .site .bottom .tagline,
.main-content-home .sites-wrap .site .bottom .events-btn {
  position: relative;
}

.main-content-home .sites-wrap .site .logo {
  height: 150px;
  width: 100%;
  text-align: center;
  margin: 1em 0;
  vertical-align: middle;
}

.main-content-home .sites-wrap .site .logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.main-content-home .sites-wrap .site .logo img {
  vertical-align: middle;
  max-width: 235px;
  max-height: 110.172px;
  width: auto;
}

.main-content-home .sites-wrap .site .bottom .tagline,
.main-content-home .sites-wrap .bottom .events-btn {
  font-size: 18px;
  text-align: center;
  height: 99.297px;
}
.main-content-home .sites-wrap .bottom .tagline p {
  margin: unset;
  padding: 15px 0 0 0;
  color: #fff;
}
.main-content-home .sites-wrap .site.dukecitypedaler .bottom .tagline p {
  color: #000;
}

.creepy {
  font-family: 'Creepster', cursive;
}
.pedal{
  font-family: 'Send Flowers', cursive;
}
.trolley{
  font-family: 'Archivo Narrow', sans-serif;
}

.main-content-home .sites-wrap .bottom .events-btn {
  position: relative;
  margin: 0 auto;
  overflow: auto;
}

.main-content-home .sites-wrap .bottom .events-btn .btn {
  background: #fff;
  color: #000;
  width: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  font-size: 18px;
}

.main-content-home .sites-wrap .bottom .events-btn .btn:hover {
  color: #fff;
  background: #e82f20;
}

.default_form input[type="text"]:not(#captcha_code) {
  background: #eee !important;
  color: #000 !important;
}

footer {
  height: 65px;
  background: url(/sites/tourabq.com/gfx/bottom_zia.png) !important;
  background-repeat: no-repeat !important;
  background-color: #3190cd !important;
  background-position: right !important;
  margin-bottom: 63px;
  clear: both;
  /*  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-box-shadow: inset 0px 8px 13px -2px rgba(0,0,0,0.26);
  -moz-box-shadow: inset 0px 8px 13px -2px rgba(0,0,0,0.26);
  box-shadow: inset 0px 8px 13px -2px rgba(0,0,0,0.26);*/
}

footer h3 {
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  margin: unset;
  padding-top: 22px;
  color: #fff;
}

.lds-spinner {
  color: official;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.eapp-popup-content-outer {
  background: #e8c900 !important;
}

.featured_events.bx-wrapper .bx-pager, .featured_events.bx-wrapper .bx-controls-auto{
  bottom: -37.5px;
}

.bx-wrapper .featured_event{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 275px;
}

.bx-wrapper .featured_event *{
  margin: 0;
}

.featured_events h1{
  font-size: 25px;
}

.bx-wrapper img{
  margin: auto;
}

.bx-wrapper h3{
  margin: auto;
}

.bx-wrapper time{
  font-style: italic;
  font-size: 11px;
  margin-bottom: 5px;
}

.featured_events.bx-wrapper{
  text-align: center;
  height: 400px;
  padding: 15px;
}

.bx-wrapper .price{
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bx-wrapper .btn-sm{
  padding: 8px;
  border-radius: 4px;
  background-color: #ED1D24;
  color: white;
}
/*****EVENT PAGE*****/

.eventPageWrapper {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

/***** MERCH WINDOW (/shopping) *****/

#checkout_window {
  width: 100% !important;
  margin: 0 !important;
  padding: unset !important;
}

#merch_window .item,
#merch_window .item .item_info {
  height: auto;
}

#merch_window .item .item_info p {
  margin: 15px;
}

#merch_window .add_bar {
  border: unset;
  padding-top: 10px;
}

#merch_window .add_bar .btn {
  color: #fff;
  padding: 10px;
}
#merch_window .add_bar .btn:hover {
  cursor: pointer;
}

#modal1 {
  display: none;
}

/* Large desktop */
@media (max-width: 1800px) {
  .main-content-home .sites-wrap {
    height: 800px;
  }
}

@media (max-width: 1600px) {
  .main-content-home .sites-wrap {
    height: 750px;
  }

  .main-content-home .sites-wrap .site .top {
    height: 50%;
  }
  
  .main-content-home .sites-wrap .site .bottom {
    position: relative;
    height: 50%;
  }
}

@media (max-width: 1350px) {
  .main-content-home .sites-wrap {
    height: 650px;
  }

  .main-content-home .sites-wrap .site .top {
    height: 40%;
  }
  
  .main-content-home .sites-wrap .site .bottom {
    position: relative;
    height: 60%;
  }
}

@media (max-width: 1185px) {
}

@media (max-width: 1080px) {
}

@media (max-width: 1055px) {
}

@media (max-width: 1012px) {
  .main-content-home .sites-wrap {
    height: 550px;
  }

  .main-content-home .sites-wrap .site .top {
    height: 35%;
  }
  
  .main-content-home .sites-wrap .site .bottom {
    position: relative;
    height: 65%;
  }
}

@media (max-width: 775px) {
  header {
    height: 245px;
  }
  .header-wrap {
    height: 100%;
  }
  header .header-left-col {
    margin: unset;
    display: block;
    position: unset;
    width: 100%;
    height: 70%;
    float: unset;
    text-align: center;
  }
  header .header-left-col .banner{
    position: relative;
    padding: 0;
    bottom: 0;
  }
  header .header-left-col .main-logo {
    max-width: 95%;
    left: unset;
    position: unset;
    top: unset;
    margin-top: 15px;
  }
  header .header-right-col {
    display: block;
    margin-right: unset;
    float: unset;
    width: 100%;
    height: 30%;
    position: relative;
  }
  header .header-right-col .nav-main-social {
    text-align: right;
    float: unset;
    position: absolute;
    right: 15px;
    bottom: 0px;
  }
  header .header-right-col .tagline {
    position: absolute;
    top: -175px;
    right: 10px;
    text-align: unset;
  }
  header .header-right-col .tagline span {
    top: 8px;
  }
  header .header-right-col .tagline-logo {
    width: 75px;
  }

  .event-card .event-info .title {
    margin: 37.5px 0 20px 0;
  }  

  #nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #nav .nav-link {
    display: block;
    height: 40px;
    vertical-align: middle;
  }

  #nav a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    width: 90%;
  }

  #nav .nav-link:hover a {
    color: #fff;
  }

  #nav_menu {
    position: fixed;
    width: auto;
    height: 100%;
    margin: -100px 0 0 -50px;
    padding: 150px 50px 50px 50px;
    z-index: 1;
    background: #3090cd;
    text-align: left;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #nav_toggle {
    background: unset;
    padding: unset;
    padding: 8px 8px 3px 8px;
    background: #298fd0;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 2;
    -webkit-user-select: none;
    user-select: none;
  }

  #nav_toggle input {
    display: block;
    z-index: 3;
    width: 38px;
    height: 29px;
    position: fixed;
    opacity: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
  }

  #nav_toggle input:checked ~ .hamburger {
    opacity: 1;
    transform: rotate(45deg) translate(0px, -1px);
    background: #e82f20;
  }

  #nav_toggle input:checked ~ .hamburger:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #nav_toggle input:checked ~ .hamburger:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #nav_toggle .hamburger {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #nav_toggle input:checked ~ #nav_menu {
    transform: none;
    -webkit-box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 55px -6px rgba(0, 0, 0, 0.75);
  }

  .event-list,
  .right-col {
    width: 100%;
  }
  .right-col {
    float: unset;
  }

  .event-list,
  .page,
  .right-col {
    padding: unset;
    height: auto;
    overflow-y: unset;
  }

  .main-content,
  .page {
    width: 100%;
    min-height: 600px;
    padding: unset;
    margin: unset;
  }
  .main-content-home .sites-wrap {
    height: auto;
  }
  .main-content-home .sites-wrap .site {
    display: block;
    height: 475px;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
  }

  .main-content-home .sites-wrap .site .bottom .logo,
  .main-content-home .sites-wrap .site .bottom .tagline,
  .main-content-home .sites-wrap .site .bottom .events-btn {
    height: 33.33%;
    width: unset;
  }

  .main-content-home .sites-wrap .site .bottom .tagline p,
  .main-content-home .sites-wrap .site.dukecitypedaler .bottom .tagline p {
    padding-top: unset;
  }

  .main-content-home .sites-wrap .site .bottom {
    height: 195px;
    position: relative;
    padding: 20px;
  }

  .main-content-home .sites-wrap .site .logo img {
    width: auto;
    height: 100%;
  }

  .main-content-home .sites-wrap .site .top {
    height: 240px;
  }
}

@media (max-width: 903px) {
}

@media (max-width: 865px) {
}

@media (max-width: 835px) {
}

@media (max-width: 810px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

@media (max-width: 697px) {
  #checkout_window {
    margin-bottom: 60px !important;
    padding: 5px !important;
  }
  #checkout_window #checkout {
    float: unset !important;
  }
}

@media (max-width: 640px) {
  header .header-left-col .main-logo {
    margin-top: 50px;
    /* max-height: 125px; */
  }

  header .header-left-col .banner {
    font-size: 16px;
  }

  .event-card .event-info {
    text-align: center;
  }
  .event-card .event-info .more-info-btn,
  .event-card .event-info .buy-btn {
    float: unset;
    display: inline-block;
    position: relative;
  }

  .event-card .event-info .more-info-btn {
    margin-right: 10px;
  }
  .event-card .event-info {
    width: 53%;
    margin: 0px;
  }
  .event-card .event-info .more-info-btn button,
  .event-card .event-info .buy-btn button {
    font-size: 12px !important;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  header .header-left-col .main-logo {
    margin-top: 65px;
    /* max-height: 125px; */
  }
  .hmt-button{
    padding: 5px !important;
    margin-bottom: 5px;
  }
}


/* Text scroll animation and css*/

#scroll-container {
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  overflow: hidden;
}

#scroll-text {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: red;

  /* animation properties */
  -moz-transform: translateX(-625px);
  -webkit-transform: translateX(-625px);
  transform: translateX(-625px);
  
  -moz-animation: my-animation 30s linear infinite;
  -webkit-animation: my-animation 30s linear infinite;
  animation: my-animation 30s linear infinite;
  }

@media (max-width: 900px) {
  #scroll-text {
    -moz-animation: my-animation 20s linear infinite;
    -webkit-animation: my-animation 20s linear infinite;
    animation: my-animation 20s linear infinite;
  }
}

@media (max-width: 650px) {
  #scroll-text {
    font-size: clamp(18px, 4vw, 24px);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: center;
    animation: none !important;
  }
}

/* for Firefox */
@-moz-keyframes my-animation {
from { -moz-transform: translateX(-625px); }
to { -moz-transform: translateX(100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
from { -webkit-transform: translateX(-625px); }
to { -webkit-transform: translateX(100%); }
}

@keyframes my-animation {
from {
  -moz-transform: translateX(-625px);
  -webkit-transform: translateX(-625px);
  transform: translateX(-625px);
}
to {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
}