/* Web Fonts */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,700');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,200;1,600&display=swap');

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../webfonts/bebasneue_bold-webfont.eot');
    src: url('../webfonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../webfonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../webwebfonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../webfonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../webfonts/bebasneue_regular-webfont.eot');
    src: url('../webfonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../webfonts/bebasneue_regular-webfont.woff') format('woff'),
         url('../webfonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../webfonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'sq-2021';
  src: url('../webfonts/Speedquizzing2021v3.eot');
  src: url('../webfonts/Speedquizzing2021v3?#iefix') format('embedded-opentype'),
  url('../webfonts/Speedquizzing2021v3.woff2') format('woff2'),
  url('../webfonts/Speedquizzing2021v3.woff') format('woff'),
  url('../webfonts/Speedquizzing2021v3.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}




/* Global */


:root {
  --header-display: inherit;

}


/* FIND.. width and position handling without JS/Jquery */





.map-overlay {
  position: absolute;
  z-index: 20;
  left: 0;
}

.map-overlay--top-left {
  top: 3px;
  left: 3px;
}

.map-overlay--bottom-left {
  bottom: 0;
  width: var(--map-width);
  background-color: #000;
  width: 100%;
}


/* END of  FIND.. width and position handling without JS/Jquery */


.post-image{
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}

.related-image{
  background-size: cover;
  background-position: center;
}

.related-text{
  font-size: 13px;
}

.black{
  color: black;
}



body {
  /*font-family: 'Cabin', sans-serif;*/
font-family: aktiv-grotesk, sans-serif;

font-weight: 300;

  font-size: 20px;
  line-height: 1.8;
  padding-top: 67px;
  background-color: #1c1c24;
}

/* allows carousel indicators to be tappable on iOS devices */
[data-slide-to] {
  cursor: pointer;
}

button:focus {outline:0;}

a, a:hover, a.focus, a.active {
  color: #2face7;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

.bg-blue a, .bg-blue a:hover, .bg-blue a.focus, .bg-blue a.active {
  color: #000;
  text-decoration: underline;
  transition: 0.25s ease-in-out;
}


.bg-green a, .bg-green a:hover, .bg-green a.focus, .bg-green a.active{
  color: #000;
  text-decoration: underline;
  transition: 0.25s ease-in-out;
}

.bg-aqua a, .bg-aqua a:hover, .bg-aqua a.focus, .bg-aqua a.active{
  color: #000;
  text-decoration: underline;
  transition: 0.25s ease-in-out;
}


.bg-vdark a, .bg-vdark a:hover, .bg-vdark a.focus, .bg-vdark a.active{
  color: #000 !important;
  background-color: white;
  text-decoration: underline;
}








/* Typography */

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    border-top: 1px solid rgba(0,0,0,.2);
}

hr.sm {

    margin-top: 25px;
    margin-bottom: 25px;

}

h1,h2,h3,h4,h5,h6 {
  /*font-family: 'bebas_neuebold', sans-serif;*/
  font-family: 'aktiv-grotesk',sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}
em {
  font-weight: normal;
}

h3 {
  font-size: 32px;
}

h4, h5, h6 {
  font-size: 24px;
}

.sm1 {
  font-size: smaller;
}

.sm2 {
  font-size: small;
}

.sm3 {
  font-size: x-small;
}


.bg1 {
  font-size: larger;
}

.bg2 {
  font-size: large;
}

.bg3 {
  font-size: x-large;
}

p:last-child {
  margin-bottom: 0;
}

.bold {
  font-weight: 700;
}

.bebas {
  /*font-family: 'bebas_neueregular', sans-serif;*/
}
.sq-font {
  font-family: 'sq-2021', sans-serif;
}

.bebas-bold {
  /*font-family: 'bebas_neuebold', sans-serif;*/
}

.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-blue {
  color: #00cfff;
}

.text-white {
  color: #fff;
}

.bg-blue {
  background: #00cfff;
}


.bg-green {
  background: #2fbf1e;
}


.bg-orange {
  background: #ffc800;
}

.bg-lemon {
  background: var(--sq-web) !important;
}

.bg-aqua {
  background: var(--sq-pro);
}

.bg-vdark {
  background: #000;
  color: white;
}


.bg-vdark .btn {

  background-color: white;

}

.bg-vdark .btn a {

color: black;

}



.bg-black {
  background: #000;
}

/* Buttons */

.btn {
  background: #000;
  border: none;
  border-radius: 12px;
  color: #fff !important;
  text-decoration: none !important;

}

.btn-inverse-home{
    background: #e7e7e7 !important;
    border: solid black 3px !important; 
    color: #000 !important;
    width: 185px;
}


.btn-lg {
  padding: 14px;
}

.btn:hover, .btn:focus, .btn:active {
   background: #222;
  color: #fff;
}


.login-pod{

      margin-left: 0px;
    margin-right: 30px;
    max-width: 500px;
}


/* Forms */

.form-control {
  border: 2px solid #000;
  border-radius: var(--form-radius);
  font-size: 20px;
  padding: 27px;
}

select.form-control {
  height: 58px;
  padding: 0 27px;
}

.form-control.search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  width: calc(100% - 58px);
}

.btn-lg.search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius:  var(--form-radius);
  border-bottom-right-radius:  var(--form-radius);
  padding: 14px 19px;
}

form label {
  font-weight: 700;
}

/* Accordion */

.accordion {
  margin-top: 40px;
}

.accordion .card {
  border: none!important;
  border-radius: 0;
  margin-bottom: 20px;
}

.accordion .card-body {
  border: 1px solid #e0e0e0;
  border-top: none;
  font-size: 16px;
}

.accordion-link {
  background: #00cfff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  line-height: 1.3;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-align: left;
  transition: .25s ease-in-out;
}

.accordion-link.collapsed {
  background: transparent;
  color: #000;
}

.collapse {
  transition: none !important;
}

.accordion-link:hover, .accordion-link:focus, .accordion-link:active {
  background: #00cfff;
  color: #fff;
  text-decoration: none;
}

.accordion-link i.fa-caret-right {
  line-height: 0;
  position: absolute;
  top: 50%; right: 15px;
  transform: rotate(90deg);
  transition: .1s ease-in-out;
}

.accordion-link.collapsed i.fa-caret-right {
  transform: rotate(0deg);
}

/* Navbar */

.max-w{
  max-width: 1380px;
  margin: auto;
  
}

.page-wrap{
  background-color: white;
}

.navbar {
  background: #000;
  padding: 12px 15px;
  transition: 0.25s ease-in-out;

}


.nav-hider {
  display: var(--header-display);
}

.nav-logo-wrapper {
  line-height: 1;
}

.nav-btns {
  /*position: absolute;
  top: 38px; right: 100px;
  */
  transition: 0.25s ease-in-out;
  display:flex;
  align-items: baseline;
  margin-top: 5px;
}





.nav-btns > a {
  color: #fff;
}



.nav-btns .user-drop-menu{

   /* float:left; */
   display: flex;
   align-self: center;
}

#cart-button-holder{
  position: relative;
  left: 22px;
  top: -1px;
}


.nav-btns .user-drop-menu button{

    background-color: black;
    color: white;
    border: none;
    padding: 0;
    padding-right: 5px;
    z-index: 1;
}

.collapse-search {
  position: absolute;
  right: 0; top: 110px;
  transition: 0.25s ease-in-out;
}

.collapse-search > div {
  background: #e0e0e0;
  border-bottom-left-radius: 24px;
  padding: 25px;
}

.nav-btns .fa-search, .nav-btns .fa-user {
  font-size: 24px;
  margin-left: 15px;
  vertical-align: 2px;
}



.nav-btns .fa-search, .nav-btns .fa-user, .navbar.scrolled-nav .nav-btns .fa-search, .navbar.scrolled-nav .nav-btns .fa-user {font-size: 18px;margin-left: 10px;vertical-align: 4px;}



.nav-logo {
  transition: 0.25s ease-in-out;
  width: 266px;
}


/*=== Navbar Collapse ===*/

.navbar-nav {
  flex-direction: column;
  line-height: 1;
  transition: 0.25s ease-in-out;
  font-size: 24px;
  height: calc(100vh - 67px);

}

.navbar-collapse .navbar-nav a {
  display: inline-block;
  padding: 5px 0;
  transition: 0.25s ease-in-out;
  font-weight: 600;
}

.navbar-collapse .navbar-nav a > span {
  border-top: 2px solid #00cfff;
  display: block;
  margin-top: 3px;
  width: 0;
  transition: width 0.25s ease-in-out;
}

.navbar-collapse .navbar-nav a:hover {
  color: #00cfff;
}

.navbar-collapse .navbar-nav a:hover > span {
  width: 100%;
}


.navbar-nav hr {
  border-top: 2px solid #fff;
  margin: 2px auto 10px;
  width: 200px;
}

/* Navbar Toggler */

.navbar-toggler {
  padding: 0;
  margin-left: 15px;
  outline: none!important;
}

 .navbar-toggler, .navbar.scrolled-nav .navbar-toggler {margin-left: 10px; transform: scale(0.8);}



.banner-ad-holder{
    margin-top: 38px;
    height:60px;
}



.banner-ad-holder > iframe {
    width: 100%;
    border: none;

}







#hamburger {
  width: 40px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.collapsed #hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapsed #hamburger span:nth-child(2) {
  opacity: 1;
  top: 9px; left: 0;
}

.collapsed #hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#hamburger span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
  top: 9px;
}

#hamburger span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*=== Scrolled Nav ===*/

  .navbar.scrolled-nav {padding: 12px 15px;}
  .navbar.scrolled-nav .nav-logo {width: 240px;}
  .navbar.scrolled-nav .nav-btns {top: 18px; right: 15px;}
  .navbar.scrolled-nav .navbar-nav {height: calc(100vh - 67px);}
  .navbar.scrolled-nav .collapse-search {top: 67px;}


  .nav-btns, .navbar.scrolled-nav .nav-btns {top: 19px; right: 15px;}

/* Video Banner */

.video-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

.video-wrapper-inner {
  position: absolute;
  overflow: hidden;
}

.video-wrapper-inner {
  top: 0; right: -1px; bottom: 0; left: -1px;
}

video#bgvid {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url('../vid/poster.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.video-banner-content {
  width:100%;text-align:center;
  position: relative;
  z-index: 1;
}

.video-banner-content h1 {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 15px;
  text-shadow: 1px 1px 12px #333333;
}

.video-banner-content p {
  font-size: 28px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 6px #333333;
}

.video-banner-content p > span {
  margin-right: 5px;
}

.video-banner-content .app-links{
  width:100%;
}

.video-banner-content .secondary-links-homepage {
  margin-top:10px;
}

.video-banner-content .secondary-links-homepage a {
  margin-bottom:12px;
}


.video-banner-content .app-links a img{
  width:160px;
  margin: 0 3px 8px;

}

.story-of-sq-home-panel{
  padding: 3rem;
    padding-top: 2rem;
    background-color: #184b80;
}


@media screen and (max-width: 575px) {

  .story-of-sq-home-panel > h3{
    font-size: 24px;
  }

  .story-of-sq-home-panel{
  padding: 1.3rem;

  }

}

.col-download-the-app, .col-find-a-quiz, .row-host-speedquizzing {
  border: 2px solid black;
}

.col-find-a-quiz {
  background-image: url('../img/dummy-map-white.jpg?t=123');
  background-position: 50% 50%;
  background-size: cover;
}

.fade-text {
  animation: fadetext 1s forwards ease-in-out;
  opacity: 0;
}

@-webkit-keyframes fadetext {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-moz-keyframes fadetext {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadetext {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fade-text.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fade-text.two {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.fade-text.three {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

/* Page Elements */

.section-padded {
  padding: 100px 30px;
}

.section-padded-sm {
  padding: 40px 150px;
}

.section-downloads a img {
    margin: 10px 2px 0;
}



.padded-panel {
  margin: 0 auto;
  max-width: 600px;
  padding: 150px 30px;
}

.lesser-padded-panel {
  margin: 0 auto;
  max-width: 600px;
  padding: 75px 30px;
}

.panel-auto-height {
  margin: 0 auto;
  max-width: 600px;
  padding: 15px 30px;
}

.background-cover {
  background-position: 50% 50%;
  background-size: cover;
}


.parallax--content{


  background-color: white;


}

.parallax--bg{

  padding: 18rem 0;

  background-position: 0 0;
    background-size: cover;
  
}

.host-sq .parallax--bg{

    padding: 5rem 0;

  
}


.host-sq{
  color: white;
}


.find-a-quiz h2 {
  /* font-size: 72px; */
  margin-bottom: 30px;
}



.panel {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  height: 100%;
  transition: 0.25s ease-in-out;
  text-shadow: 1px 1px 2px #000000;
}


.host-sq .panel {

  font-size: 25px;
}




.panel:hover {
  filter: saturate(150%);
  color: #eee;
  text-decoration: underline;
}

.panel img {
  margin: 5px 0 10px;
}

.panel p {
  line-height: 1;
}

.host-sq .panel p {
  line-height: 34px !important;
}

.panel-host-download, .panel-how-to-host, .panel-private-events, .panel-pubs-and-bars {
  width: 100%;

  position: relative;
}

.panel-how-to-host {
  background-image: url('../img/panel-how-to-host.jpg');
  min-height: 250px;
}

.panel-host-download {
  background-image: url('../img/panel-how-to-play.jpg');
}

.panel-how-to-play {
  background-image: url('../img/panel-how-to-play.jpg');
}

.panel-private-events {
  background-image: url('../img/panel-private-events.jpg');
}

.panel-pubs-and-bars {
  background-image: url('../img/panel-pubs-and-bars.jpg');
}

#carouselTestimonials p:last-child {
  margin-bottom: 15px;
}

#carouselTestimonials i {
  font-size: 28px;
}

#carouselTestimonials a:last-child i {
  margin-left: 20px;
}

/*title strip*/

.title-strip-basic {
  padding-top: 25px;
}

.title-strip {
  background: #262626;
  padding: 25px 0;
}



.title-strip span {
  vertical-align: middle;
}

.title-strip h1 {font-size: 40px;}
.title-strip img {margin-right: 10px;max-width: 40px;}



/*end title strip*/


.title-strip-min {
  padding: 20px 0 20px;
  text-align: center;
  color:black;
}

.title-strip-min h1 {
  font-size: 34px;
}


.title-strip-min img {
  margin-right: 7px;
  max-width: 30px;
}

.title-strip-min span {
  vertical-align: middle;
}


.carousel-guide h2 {
  font-size: 72px;
  margin-bottom: 20px;
}

.carousel-guide p {
  margin-bottom: 20px;
}

.carousel-guide .carousel-control-next, .carousel-control-prev {
  opacity: 1;
  width: 40px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  transform: scale(2);
}

.carousel-guide .carousel-indicators {
  top: -50px;
  height:50px;
}

.carousel-guide .carousel-indicators li {
  background: none;
  border: 2px solid #000;
  border-radius: 8px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}

.carousel-guide .carousel-indicators li.active {
  background: #000;
}

/*===Instagram Feed==*/

.instagram-image {
  background-position: 50% 50%;
  background-size:cover;
  position: relative;
}

.instagram-image-icon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 20px; right: 20px;
  transition: 0.25s ease-in-out;
}

.instagram-image:hover {
  filter: saturate(135%);
}

.instagram-image a:hover .instagram-image-icon {
  color: #fe016d;
}




/* Blog */


.post h1 a{
  color: #000;
}

.post-date{
  font-size: small;
    font-weight: bold;
    margin-bottom: 1rem;
}

.related-post img{
   width: 82px;
    float: right;
    height: 60px;
    margin-left: 5px;
}

.section-padded.section-news-excerpts {
  padding-bottom: 50px;
}

.row-news-excerpts {
  margin-left: -50px;
  margin-right: -50px;
}

.col-news-excerpt {
  margin-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.news-excerpt {
  background: #e0e0e0;
  border-radius: 24px;
  margin-bottom: 50px;
}

.news-excerpt:last-child {
  margin-bottom: 0;
}

.news-excerpt img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.news-excerpt-panel {
  padding: 50px 20px 100px;
  text-align: center;
}

.news-excerpt-panel h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

.news-excerpt-button-wrapper {
  position: absolute;
  right: 20px; bottom: 50px; left: 20px;
}


.tags{
    line-height: 23px;
    white-space: unset;
}


/* Info Links */


.info-links{


  float:right;
  display:flex;

}


.info-links .btn i{
    pointer-events: none;
}


.container{

    padding-left: 20px;
    padding-right: 20px;
    max-width: unset;

        position: relative;

  }

/*Shop*/

.shop{

    max-width: 1000px;
    margin: auto;

}

.shop .col{

   margin-bottom: 3rem;

}

.shop img{
      border: solid 4px;
    border-radius: 20px;
    max-width: 350px;
    height: unset;
    background-color: black;
}


.shop a{
  color: black;
}

.shop a.btn{
  color: white;
}


.shop-container { 
  position: relative;
      width: 100%;
      background: linear-gradient(to left, #424aa8, #2fbab5);
      overflow: hidden;
  }
  
  
  .shop-container .box-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    overflow: hidden;
  }
  
  .shop-container .box-area li {
    position: absolute;
    display: block;
    list-style: none;
    width: 25px;
    height: 25px;
    background: white;
    overflow: hidden;
    -webkit-animation: shopanimate 20s linear infinite;
    animation: shopanimate 20s linear infinite;
    bottom: -120px;
  }
  
  .shop-container .box-area li:nth-child(1) {
    left: 86%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .shop-container .box-area li:nth-child(2) {
    left: 12%;
    width: 30px;
    height: 30px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
  
  .shop-container .box-area li:nth-child(3) {
    left: 70%;
    width: 100px;
    height: 100px;
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
  }
  
  .shop-container .box-area li:nth-child(4) {
    left: 42%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
  }
  
  .shop-container .box-area li:nth-child(5) {
    left: 65%;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .shop-container .box-area li:nth-child(6) {
    left: 15%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
  }
  
  @-webkit-keyframes shopanimate {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-200vh) rotate(360deg);
      transform: translateY(-200vh) rotate(360deg);
      opacity: 0;
    }
  }
  @keyframes shopanimate {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-200vh) rotate(360deg);
      transform: translateY(-200vh) rotate(360deg);
      opacity: 0;
    }
  }



/*Events*/



.events .event-info{


    margin:3rem;
    padding:2rem;

    margin-top:0rem;
}


.events img.feature-img ,.events img.host-img{

  border-radius: 17px;

  width:150px;



}

.events img.host-img{

  border:solid 3px;

}


.events .event-info .poster-img{
     border-radius: 10px;
     max-width: 550px;
}


.events .event-info .tab-content{
     font-size: 28px;
}


.events .event-info .badge{
    position: relative;
    top: -2px;
    padding: .15em .4em;
    border-radius: 0.7rem;
}



.events .event-info .badge small{
     position:relative;
     top:-3px;
     pointer-events: none;
     font-size: small;
}


.events .event-info .badge aa{
     pointer-events: none;
     font-size: smaller;
    position:relative;
     top:-1px;
}






.find-event{

}









.find-event .event-info{


  z-index: 3000;
  position: absolute;

}

.find-event .event-info .card{

    border:solid black 2px;
    display:block;
    padding:8px;


}

.find-event .event-info .card.mobile{


    border-left: none;
    border-right: none;
    border-radius: 0;


}





.find-event .event-info img.host{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 6px;

}

.find-event .event-info h3{

    font-size: 26px;


}


.find-event .event-info p{

    font-size: 15px;


}


.find-event .event-info .info-links  .clipboard-alert{
font-size: small;
    padding: 5px;
    right: 8px;
    top:40px;
    position: absolute;
    margin:5px;
}




.find-event .event-info .badge small{
     position:relative;
     top:-1px;
     pointer-events: none;
}


.find-event .event-info .badge aa{
     pointer-events: none;
}





  z-index: 3000;

}

.find-event label{
  font-size: smaller;
}


/*single doc*/


.doc ul li, .news ul li{
    list-style: square;

}


.news ol li{
    margin-bottom:20px;

}






/*Docs*/


.container ul{
  margin-bottom: 3rem;
  padding-inline-start: 20px;
}




.docs {
    padding: 4rem;
    padding-top: 0;

}


.docs i.fas{
  margin-right: 14px;
}




.docs ul li{
    list-style: square;
}


.docs ul li li{
    list-style: disc;
}


.docs .ajax-doc{
  border-radius: 30px;
    border: solid 5px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    padding: 2rem;
    padding-top: 3rem;
}

.docs .ajax-doc ul{
padding-inline-start: 20px;
}

.docs .ajax-doc .info-links{

    margin-bottom: 1rem;
    margin-left: 1rem;

}


.docs .ajax-doc .clipboard-alert{
font-size: small;
    position: relative;
}

.docs .ajax-doc .clipboard-alert div{
    font-size: small;
    padding: 5px;
    right: 0px;
    top: 34px;
    position: absolute;
    margin: 5px;
    width: 200px;
}


.docs .ajax-doc h3{
    margin-top: 30px;
}


.docs .ajax-doc .responsive-video {
  margin-top: 20px;
  margin-bottom: 10px;
}


/*Footer*/

footer .fab {
  font-size: 30px;
  margin: 0 15px;
  vertical-align: -3px;
}

footer a {
  color: #fff;
}

/* Event Finder */

.g-map {
  height: 480px;
}

.location-search {
  padding: 40px 0;
}

.location-search h1 {
  font-size: 30px;
  margin-bottom: 5px;
}

.location-search h1 img {
  margin-right: 7px;max-width: 30px;
}



.location-search h2 {
  margin-bottom: 10px;
}

.location-search .form-control {
  width: 340px;
}


.location-search .flex-parent {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 30px 0;
}

.location-search label {
    font-size: 18px;
}



.location-search .long-and-truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-search .short-and-fixed {
  white-space: nowrap;
}


.location-search img {
    width: 24px;
    height: 24px;
    margin-top: 6px;
}







.location-search-results h3 {
  margin-bottom: 10px;
}

.location-search-meta {
  line-height: 1.2;
}

.location-search-meta p:last-child {
  font-size: 16px;
}

.location-search-results .location-details {
  font-size: 16px;
}

.location-search-event-info ul {
  padding-left: 15px;
}

.location-search-event-info h4 {
  border-bottom: 2px solid #00cfff;
  margin-bottom: 15px;
  padding-bottom: 5px;
}


.location-search-mobile{
    min-height: 134px;
    max-height: 134px;
    padding: 0.8rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.location-search-mobile h5{

  margin:0;
  margin-bottom: 4px;
  font-size: 16px;

}


.location-search-mobile select{

  height:unset;
  font-size: 14px;

}

.location-search-mobile input{

  padding:0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  height:30px;

}


.event-blurb p:last-child {
  margin-bottom: 0;
}




.img-host {
  position: relative;
}

.host-title {
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 0; bottom: 0; left: 0;
}

  .phone-cutout {
    max-height: 700px;
    left: auto !important;
  }


.carousel-guide-text{
  padding-right:1.5rem;
}


.carousel-guide-text h2 {font-size: 62px;}


.form-control{
  padding: 0 27px;
  min-height: 58px;
}


#events_ticker_summary{
  background-color:black;
  color:white;
  width:100%;
  font-size:2.5rem;
  text-align:center;
  font-family: 'bebas_neuebold', sans-serif;
  letter-spacing:.20vw;
  padding-top:.37rem;
  padding-bottom:.34rem;
}

#events_ticker_summary b{
  color:#00b0da;
}


#events_ticker_summary .badge{
  font-size: 100%;
  padding: .25em .3em .15em .3em;
  border-radius:.4rem
}

#events_ticker_summary .badge-events {
    color: #fff;
    background-color: #038bab;
}




/* Media Queries */

/*1200px*/
@media screen and (max-width: 1199px) {

  .col-news-excerpt:last-child {display:none;}
  .phone-cutout {
  }
  .g-map {height: 400px;}

  .parallax--bg{

  padding: 14rem 0;

  
  }

     
  #events_ticker_summary{
    font-size:3vw;
    }

}

/*992px*/
@media screen and (max-width: 991px) {
  .section-padded-sm {
    padding-left:15px;
    padding-right:15px;
  }

  body {padding-top: 67px;}
  .container{position: unset;}
  .video-banner-content {}
  .video-banner-content h1 {font-size: 72px;margin-bottom: 5px;text-shadow: 1px 1px 8px #333333;}
  .video-banner-content p {font-size: 20px;margin-bottom: 15px;text-shadow: 1px 1px 4px #333333;}
  .video-banner-content p > span {margin-right: 5px;}
  .video-banner-content .app-links a img {width: 120px;}
  
  .navbar {padding: 12px 15px;}
  .nav-logo {width: 240px;}
  .nav-btns, .navbar.scrolled-nav .nav-btns {top: 19px; right: 15px;}
  .nav-btns .fa-search, .nav-btns .fa-user, .navbar.scrolled-nav .nav-btns .fa-search, .navbar.scrolled-nav .nav-btns .fa-user {font-size: 18px;margin-left: 10px;vertical-align: 4px;}
  .navbar-toggler, .navbar.scrolled-nav .navbar-toggler {margin-left: 10px; transform: scale(0.8);}
  .navbar-nav {font-size: 24px; height: calc(100vh - 67px);}
  .collapse-search {top: 67px;}
  .padded-panel, .panel-auto-height {padding: 75px 15px;}
  .section-padded {padding: 50px 15px;}
  .panel {height: auto;}
  .panel > div {position: absolute;top:50%;right:0;bottom:auto;left:0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
  .instagram-image:last-child {display: none;}
  .row-news-excerpts {margin-left: -15px;margin-right: -15px;}
  .col-news-excerpt {padding-right: 15px;padding-left: 15px;}
  .section-padded.section-news-excerpts {padding-bottom: 0;}
  footer .fab {vertical-align: 0; margin-top: 15px;}
  .title-strip h1 {font-size: 36px;}
  .title-strip img {margin-right: 10px;max-width: 40px;}
  .title-strip {padding: 20px 0;}




  .carousel-guide h2 {font-size: 60px; margin-bottom: 10px;}
  .carousel-guide p {margin-bottom: 10px;}
  .g-map {height: 320px;}
  .col-event-bio {margin-top: 1.25rem;}


    .shop img{ max-width: 140px;}



    /*#events_ticker_summary{
    font-size:100%;
    }*/


  .parallax--bg{

  padding: 10rem 0;

  
  }


  
.host-sq .panel {

  font-size: 22px;
}




}

/*768px*/
@media screen and (max-width: 920px) {

  .container{

    font-size: smaller;
    padding-left: 20px;
    padding-right: 20px;

  }



  .col-news-excerpt:last-child {display:block;}
    .phone-cutout {
    max-height: 45vh;
  }
  .title-strip h1 {font-size: 24px;}
  .title-strip img {margin-right: 10px;max-width: 24px;}
  .title-strip {padding: 5px 0 10px;}


  .title-strip-min h1 {font-size: 28px;}
  .title-strip-min img {margin-right: 5px;max-width: 25px;}
  .title-strip-min {padding: 15px 0 15px;}


  .section-padded.carousel-guide {padding: 15px;}
  .carousel-guide {text-align: center;}
  .carousel-guide h2 {font-size: 36px; margin: 20px 0 10px;}
  .carousel-guide .carousel-control-prev, .carousel-guide .carousel-control-next {display:none;}
  .carousel-guide-text {margin-bottom: 40px;}


  #carouselGuide.play .carousel-item{margin-top: 45px;}


  .g-map {height: 240px;}

  .find-event .event-search-input{ padding:20px;}

  .find-event .event-info h3{ font-size: 22px; }


  .find-event .event-info p{ font-size: 12px;}

  .find-event .event-info img.host{ width: 60px; height: 60px;}

  .location-search label{ font-size: smaller; }


  .events .event-info .tab-content{
     font-size: 22px;
  }

  .events .event-info h1{
     font-size: 40px;
  }

  .events .event-info h3{
       font-size: 29px;
    }


  .events .nav-tabs .nav-link{
       font-size: 18px;
       padding: .40rem .65rem;

    }

  .events img.host-img{

    border-radius: 14px;
     border:solid 2px;

    width:100px;

  }


    .docs{
    padding: 2rem;
  }


   .docs .ajax-doc{
          left: -20px;
          position: relative;
          padding: 2rem;
          font-size: smaller;
          margin-right: 0;
  }



   .shop img{ max-width: 200px;}


   .form-control{
    padding: 27px;
    min-height: unset;
    }

    #instagram-feed{
    margin-top: 2%;
    margin-left: 2%;
    margin-bottom: 1%;

    }


    #instagram-feed .instagram-image{

    margin: 1%;
    flex: 0 0 47% !important;

    }


    /*
    #events_ticker_summary{
    font-size:75%;
    letter-spacing: 2px;
    }
    */


    .parallax--bg{

    padding: 9rem 0;

  
    }

    
.host-sq .panel {

  font-size: 20px;
}


}


/*576px*/
@media screen and (max-width: 575px) {
  body {padding-top: 52px;}
  h1 {font-size: 36px;}
  h2 {font-size: 30px;}


 .banner-ad-holder{
    margin-top: 22px;
  }

  .quiz-listing-wrap.container .intro-flex > img{
  display:none;
  }

  .video-wrapper {justify-content: center;}
  .video-banner-content {margin-left: 0;}
  .video-banner-content h1 {font-size: 58px;margin-bottom: 5px;text-shadow: 1px 1px 4px #333333;}
  .video-banner-content p {font-size: 20px;margin-bottom: 15px;text-shadow: 1px 1px 2px #333333;}
  .video-banner-content p > span {margin-right: 2px;}
  
  .video-banner-content .secondary-links-homepage {margin-top:16px;}
  .video-banner-content .secondary-links-homepage a {margin-bottom:4px;}

  /* .section-downloads {padding-left:100px; padding-right: 100px;} */
  .navbar, .navbar.scrolled-nav {padding: 10px 15px;}
  .nav-btns, .navbar.scrolled-nav .nav-btns {top: 14px;}
  .nav-btns .fa-search, .nav-btns .fa-user, .navbar.scrolled-nav .nav-btns .fa-search, .navbar.scrolled-nav .nav-btns .fa-user {margin-left: 5px;}
  .navbar-toggler,  .navbar.scrolled-nav .navbar-toggler {margin-left: 3px;}
  .nav-logo, .navbar.scrolled-nav .nav-logo {width: 180px;}
  .navbar-nav, .navbar.scrolled-nav .navbar-nav {height: calc(100vh - 52px);}
  .collapse-search, .navbar.scrolled-nav .collapse-search {top: 52px;}
  .find-a-quiz h2 {font-size: 60px;}
  .collapse-search {left:0;}
  .collapse-search > div {border-bottom-left-radius: 0; padding: 15px;}
  .padded-panel, .panel-auto-height {padding: 50px 15px;}
  .carousel-guide h2 {font-size: 24px;}
  .col-host {margin-top: 1.25rem;}


    .title-strip-min h1 {font-size: 20px;}
  .title-strip-min img {margin-right: 4px;max-width: 18px;}
  .title-strip-min {padding: 14px 0;}



 


    .events .event-info .tab-content{
     font-size: 18px;
    }

    .events .event-info h1{
       font-size: 28px;
    }

    .events .event-info h3{
       font-size: 24px;
    }

    .events .event-info{
       padding: 1rem;
       margin:1rem;

       margin-top: 0;
    }

    .events .nav-tabs .nav-link{
       font-size: 16px;
       padding: .25rem .5rem;

    }

    .events img.host-img{

    border-radius: 10px;
     border:solid 1px;
    width:75px;


  }


  .events .event-info #map{
        height:300px !important;
  }


  .docs{
    padding: 0;
    padding-top: 1rem;
  }





    .shop img{

    max-width: 150px;

  }


  /*#events_ticker_summary{
    font-size:45%;
    letter-spacing: 1.5px;
    }
    */


     .parallax--bg{

    padding: 6rem 0;

  
    }

    
.host-sq .panel {

  font-size: 18px;
}






}




/*SpeedQuizzing Resposive widths*/



.terms{

}


.terms h2{
  margin-bottom: 15px;
}


.terms h3{
  margin-top: 30px;
}




.terms .indent1{

  margin-left:53px;
}


.terms .indent2{

  margin-left:72px;
}


.terms .indent3{

  margin-left:32px;
}

.terms ol {list-style:none; padding-left:53px;}
.terms ol li span {  margin-right: 14px; }

.terms ol li { width: 100%; margin-bottom:14px;}



.wp-caption .wp-caption-text, .entry-caption {
    color: #220e10;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}


.alignnone{
  height: unset;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    float:unset;
}

.alignleft{
    float: left;
    margin-right:1rem;

}

.alignright{
  float:right;
  margin-left:1rem;
}


.alignright img{

    width: unset;
  height: unset;

}




.feature-img{

    width: 100%;
}








#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    padding: 0;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    font-size:14px;
}

#breadcrumbs .separator{
    font-size:14px;
    font-weight:100;
    color:#ccc;
}


.menu{

}

.menu li{

}

/*.container{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
}
*/

.highlight-panel{
  border-radius: 12px; display: block; padding: 10px; border: 1px solid rgb(221, 221, 221); position: relative; left: -12px;
}

.ghostwhite-background{
  background-color: ghostwhite;
}

.lightyellow-background{
  background-color: lightyellow;
}


#sidebar .list-group-item {
    background-color: #f3f3f3;
    color: #343434 !important;
}

#sidebar .list-group-item.pro {
background-color: #e7f2fb;
}

#sidebar .list-group-item.live {
    background-color: #fff0d4;
}


#sidebar .list-group-item i{

    font-size: small;
    color: #444444;
    position: relative;
    bottom: 2px;
}

#sidebar .total-activations-indicator {
  color: #CC0000;
}



/* ---------- Pricing table --------- */
.pricing-table { padding: 0; margin: 0; margin-top: 20px;}

.pricing-table > div{
  padding: 0 !important;
  padding-right:10px !important;
  padding-bottom:10px !important;
}

.pricing-table .pricing-plan { padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    -o-transition: all 0.1s ease-in-out 0s; -webkit-transition: all 0.1s ease-in-out 0s; -moz-transition: all 0.1s ease-in-out 0s; border-radius: 0; background-color: #fff; border: solid 1px #939393;}
.pricing-table .pricing-plan:hover { background: #fff; }
.pricing-table .pricing-plan.best-selling { background: #fff; margin-top: -24px; padding: 0; border-right: 1px solid #d9dee1;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0); }
.pricing-table .pricing-plan.best-selling:hover { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0); }
.pricing-table .pricing-plan.best-selling .most-desired { font-size: 18px; text-transform: uppercase; color: #87949B; letter-spacing: 2px; text-align: center; margin-bottom: 10px; }
.pricing-table .top-header { padding: 20px 0; background-color: #393939;
    background-image: -webkit-linear-gradient(top, #494747, #323131); background-image: -moz-linear-gradient(top, #494747, #323131); background-image: linear-gradient(to bottom, #494747, #323131); }
.pricing-table .popular .top-header {
    background-color: #dc4637;
    background-image: -webkit-linear-gradient(top, #ef5646, #dc4637); background-image: -moz-linear-gradient(top, #ef5646, #dc4637); background-image: linear-gradient(to bottom, #ef5646, #dc4637); }
.pricing-table .pricing-plan .plan-header { padding: 30px 0 10px; }
.pricing-table .pricing-plan .plan-header img { margin: 0 auto; }
.pricing-table .pricing-plan h3 {font-size: 30px; line-height: 36px; margin: 0; }
.pricing-table .pricing-plan h4 { color: #444; font-size: 18px; line-height: 28px; margin: 0; }
.pricing-table .plan-details { margin: 0; padding: 0; }
.pricing-table .plan-details li { display: block; font-size: 14px; line-height: 24px; color: #526066; text-align: center; border-top: 1px dotted #AAA; margin: 0 auto; padding: 6px; }
.pricing-table .plan-details li:first-child { border: none; }
.pricing-table .plan-details li i { color: #dc4637; margin-right: 6px; }
.pricing-table .plan-details li i.tick { padding: 5px 7px; height: 10px; background: url(images/icons/tick.png) no-repeat 0 7px transparent; }
.pricing-table .plan-details li i.cross { padding: 5px 5px; background: url(images/icons/cross.png) no-repeat 0 7px transparent; }
.pricing-table .plan-details li s { color: #b4c9d3; }
.pricing-table .plan-details .highlight1 { background: #EDFCFF; padding: 2px; }
.pricing-table .plan-details li.free-plan-desc { border-top: 1px dotted #AAA; border-bottom: 1px dotted #AAA; margin: 12px auto; }
.pricing-table .plan-details li.free-plan-desc span { font-size: 12px; color: #dc4637; font-weight: 600; }
.pricing-table .purchase { text-align: center; padding: 20px 0; }
.pricing-table .purchase .button { border: 4px solid #f3f3f3; /* stroke */; }
.pricing-table .purchase .button, .pricing-table .plan-details li { width: 80%; max-width: 190px; box-sizing: border-box; }

.pricing-table .top-header p {
    color:white;
    font-weight: bold;
    font-size: 80%;
}

#your_activations {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #000;
  border-bottom: none;
  width: 90%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;

}




#your_activations th {
  padding:3px;
  text-align: center;
  background:#434343;
    color: #FFFFFF;

  }


#your_activations > tbody > tr > td {
    border: 1px solid #000;
    text-align: center;
    line-height: 1.3;
    background-color: #fbfbff;
    padding: 8px 16px; 
    font-size: 70%;
    height: 100%;


}

#your_activations > tbody > tr {
  height: 90px;
}


#your_activations .alert {

  padding: 8px 0;
  margin-bottom: 0;

}

.activation-summary-td { /*🚀*/
  width: 200px;
  position: relative;
  user-select: none;
  padding: 0 !important;
  cursor: pointer;
  color: #eee;
}

.activation-summary-td:not(:has(.activation-summary-toggle)) {
    cursor: default;
}

.activation-summary-td:hover{
	color: #444;
}

.activation-summary-container { 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
}

.activation-summary-container > .quizpack {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /*border: 1px solid rgb(221, 221, 221);
  background-color: ghostwhite;*/
  width: 100%;
  height: 36px;
  border-radius: 16px;
}



.activation-summary-container > .music-bingo-only {
  height: 36px;
  width: 100%;
  background: #df7605;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.activation-summary-container > .quiz-and-music-bingo-container {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

.activation-summary-container .quiz-and-music-bingo {
  height: 24px;
  width: 100%;
  background: #df7605;
  border-radius: 16px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.activation-summary-container > .quizpack > .format-container {
  position: relative;
  border-radius: 50%;
  font-size: 13px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.format-container.keypad {
  background: #d50203;
}

.format-container.advanced, .format-container.classic {
  background: #fca400;
}

.format-container-theme {
  position: absolute;
  right: -3px;
  bottom: -3px;
  background-color: ghostwhite;
  border: 1px solid #444;
  color: black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
}

.activation-summary-toggle {
  position: absolute;
  bottom: 0;
  transform: scaleX(1.4);
}

.activation-summary-toggle.open{
	transform:rotate(180deg) scaleX(1.4);
}

.activation-summary-more-info-list{
	color: #444;
  text-align: left;
  list-style: none; 
	margin: 8px 0 16px 0 !important;
	padding-left: 0;
  padding-inline-start: 0 !important;
}

.activation-summary-more-info-list li{
	margin-bottom:6px;
	line-height:1.4;
}

.activation-summary-more-info-list strong{
	white-space:nowrap;
}

.center{
  text-align: center;
  width: 100%;
}


#edit-event-modal ul, #edit-venue-modal ul{
  padding-left:0;

}

.small-right-link{
    width:100%;
    text-align: right;
    margin-bottom: 6px;
}


.pac-container{
    z-index: 3000;
}

.venue-lookup{
    background-color: black;
    padding: 12px;
    border-radius: 22px;

}

.venue-lookup label{
  color:white;
}

#venue_saved_alert{
    position: fixed;
    bottom: 0;
    height: 150px;
    width: 94%;
    border: solid 3px;
}

.address-lookup-mode{
    width: 100%;
    text-align: center;
    position: relative;
    top: -14px;
}

/*#venues_select{
  margin-bottom: 12px;
}
*/

pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 26px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    color: #333333;
    background-color: ghostwhite;
    border: 1px solid #cccccc;
    border-radius: 4px;
}



/*.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

*/



h2[id]:before,a[name]:before,.anchor:before { content: ''; display: block; position: relative; width: 0; height: 70px; margin-top: -70px; }




.text-trunctate{

    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}




/* Spinners */


.three-ball-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.three-ball-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.three-ball-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.clearfix{
  clear:both;
}

/*Download page countdown*/


.download{
  padding-left: 7%;
  padding-right: 7%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.countdown-outer{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}


.countdown-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.days-container,
.hours-container,
.minutes-container,
.seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  border-radius: 99px;
}

.days,
.hours,
.minutes,
.seconds {
  font-size: 2.5em;
  margin: 10px 0;
}


.days-label,
.hours-label,
.minutes-label,
.seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
}



#instagram-feed{

    margin-top: 1%;
    margin-left: 1%;
    overflow-x: hidden;
}

#instagram-feed .instagram-image{

    border-radius: 18px;
    margin-right: 1%;
    margin-bottom: 1%;
    box-sizing: border-box;

}



#events_panel .archived{

    opacity: 0.4;

}

.members_options .modal-dialog{
  max-width:95vw;
}
.members_options .modal-content{
   background:#cbeaff;
}

.member__modal {
  max-width:95vw;
  border: solid 2px black;
}
.member__modal--content{
  background: white !important;
  border-radius: 10px;
  border: solid 1px black;
}
.member__modal--header {
  background-color: black;
  color: white;
}
.member__modal--subhead h3{
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.5);
  color: white;
}
.member__modal--subhead {

  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.game-pro-container {
  border-right: solid 2px black;
}
.subhead--venue {
  transition: all ease 0.3s;
  width: 100%;
  display: inline-block;
  background-image: url("../img/venue-image.jpg");
}
.subhead--venue-nohover {
  transition: all ease 0.3s;
  width: 100%;
  display: inline-block;
  background-image: url("../img/venue-image.jpg");
}
.subhead--venue:hover {
  background-size: 120%;
}
.subhead--live {
  transition: all ease 0.3s;
  width: 100%;
  display: inline-block;
  background-image: url("../img/web-header.jpg");
}
.subhead--live-nohover {
  transition: all ease 0.3s;
  width: 100%;
  display: inline-block;
  background-image: url("../img/web-header.jpg");
}
.subhead--live:hover {
  background-size: 120%;
}

.compare--button{
  transition: width ease 0.2s;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  background: linear-gradient(to right,var(--sq-pro) 0%,#f7f7f7 50%, var(--sq-web) 100%);
  transform: translateX(-50%) translateY(-50%);
  width: 200px;
  padding: 10px;
  cursor: pointer;
}
.compare--button > h3 {
  margin: 0;
  padding: 0;
  color: black;
}

.compare--button:hover {
  width: 250px;
}
.compare--button:after {
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  position: absolute;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;

  border-left: 40px solid var(--sq-web);
}

.compare--button:before {
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  position: absolute;
  left: -40px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;

  border-right:40px solid var(--sq-pro);



}





/* ═══════════════════════════════════════════════════════════════════════════
   PUB QUIZ LISTING PAGE — ENHANCEMENTS
   All rules below can be copied as a block into the site stylesheet.
   Uses variables already defined in variables.css (--sq-pro, --sq-orange).
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Page structure ──────────────────────────────────────────────────────── */

.quiz-listing-wrap   { margin-top: 30px; }
.quiz-event-list     { margin: 14px; }
.quiz-sort-bar {
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/* Section heading sitting between the title-strip banner and the intro text */
.quiz-section-title {
  color: #1c1c24;
  font-size: 24px;
  margin-bottom: 12px;
}

/* ── Intro paragraph ─────────────────────────────────────────────────────── */

.intro-flex{
  display: flex;
  align-items: flex-start;
}

.quiz-listing-wrap.container > p, 
.quiz-listing-wrap.container .intro-flex > p {
  line-height: 1.6;
  margin-bottom: 35px;
}

.quiz-listing-wrap.container .intro-flex > img{
  width:22%;
   max-width: 170px;
   margin-right: 12px;
}

/* ── Sort buttons ────────────────────────────────────────────────────────── */

#sort-distance,
#sort-time {
  background: transparent;
  border: 1px solid var(--sq-pro);
  color: var(--sq-pro) !important;
  font-size: 13px;
  padding: 5px 16px;
  transition: background 0.18s, color 0.18s;
}

#sort-distance { margin-right: 6px; }

#sort-distance:hover,
#sort-time:hover {
  background: var(--sq-pro);
  color: #000 !important;
}

#sort-distance.active,
#sort-time.active {
  background: var(--sq-pro);
  color: #000 !important;
  font-weight: 600;
}

/* ── Event item spacing ──────────────────────────────────────────────────── */

.event-info { 
  margin-top: 20px;
  font-size: 13px;
 }

 .event-info h3{ 
  font-size: 17px;
 }

 .event-info.feature { 
  font-size: 15px;
 }

 .event-info.feature h3{ 
  font-size: 20px;
 }

/* ── Event card ──────────────────────────────────────────────────────────── */

.event-info .card {
  background: #070709;
  border: 1px solid #32324a;
  border-left: 3px solid var(--sq-pro);
  border-radius: 10px;
  padding: 14px 18px 0;
  color: #d8d8ec;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  transition: border-left-color 0.2s, box-shadow 0.2s, transform 0.15s;
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 14px;
}

.event-info .card:hover {
  border-left-color: var(--sq-orange);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
}

/* ── Host photo ──────────────────────────────────────────────────────────── */
.event-info .card > .event-card-photo {
  grid-column: 1;
  grid-row: 1;
  width: 110px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  align-self: start;
  background: #111118;
}

/* Event details column */
.event-card-body {
  grid-column: 2;
  grid-row: 1;
}

/* ── Card typography ─────────────────────────────────────────────────────── */

.event-info .event-card-body > .clearfix { display: none; }

.event-info .card h3.mb-0 {
  /*font-size: 17px;*/
  line-height: 1.35;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.event-info .card .mb-0 img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.event-info .card p.mb-0 {
  /*font-size: 13px;*/
  line-height: 1.55;
  color:#c9c9f0;
  margin-top: 3px;
}

.event-info .card p.mb-0 i {
  color: var(--sq-pro);
  opacity: 0.6;
  width: 16px;
}

/* Clock line slightly brighter than address */
.event-info .card p.mb-0 + p.mb-0 { color: #adadd4; }

/* Meta line: host / prizes / price */
.event-info .event-card-body > p:not(.mb-0) {
  font-size: 93%;
  color: #9797be;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.55;
}

/* ── Card action icons ──────────────────────────────────────────────────────── */
.event-card-actions {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  justify-content: space-evenly;
  margin: 8px -18px 0;
  padding: 8px 18px;
  border-top: 1px solid #2e2e42;
  border-radius: 0 0 10px 10px;
}

.event-card-action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #3a3a55;
  background: #111118;
  color: #f1f1f1; !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none !important;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  cursor: pointer;
  padding: 0;
}


.event-card-action:hover {
  background: var(--sq-pro);
  color: #000 !important;
  border-color: var(--sq-pro);
}

.event-card-primary-action {
  width: auto;
  min-width: 96px;
  padding: 0 12px;

  border: 1px solid transparent; /* important */
  border-radius: 6px;

  background: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;

  gap: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.event-card-primary-action span {
  font-size: 13px;
  font-weight: 600;
}

/* Event count badge */
.event-info .badge-dark {
  background: #2a2a3c;
  color: var(--sq-pro);
  border: 1px solid #38385a;
  font-size: 11px;
}

.event-info .badge-dark-other {
  background: #2a2a3c;
  color: var(--sq-pro);
  border: 1px solid #38385a;
}




@media only screen and (max-width: 990px) {
  .compare--button:before {
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: inline-block;
    position: absolute;
    top: -40px;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: none;
    border-bottom:40px solid var(--sq-pro);
  }
  .compare--button:after {
    right: 50%;
    transform: translateX(50%);
    content: '';
    display: inline-block;
    position: absolute;
    top: 51px;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: none;
    border-top: 40px solid var(--sq-web);
  }
  .compare--button{
    transition: width ease 0.2s;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    background: linear-gradient( var(--sq-pro) 0%,#f7f7f7 50%,var(--sq-web) 100%);
    transform: translateX(-50%) translateY(-50%);
    width: 170px;
    border-radius: 10px;
    padding: 10px;

  }
  .compare--button:hover {
    width: 175px;
  }
}


  /* ── Event name: pin icon alignment ─────────────────────────────────────── */                                                                                    
  .event-info .card h3 {                                                                                                                                             
    align-items: flex-start;                                                                                                                                         
  }                                                                                                                                                                  
  .event-info .card h3 img {                                
    vertical-align: top;                                                                                                                                             
    align-self: flex-start;
    margin-top: 7px;                                                                                                                                                 
  }                                                                                                                                                                  
   
  
                                                                                                                                                                     
  /* ── Mobile ──────────────────────────────────────────────────────────────── */                                                                                   
  @media (max-width: 575px) {
                                                                                                                                                                     
    /* Sort bar: map view full row, sort buttons below */                                                                                                            
    .quiz-sort-bar > a.btn {
     /* width: 100%;*/                                                                                                                                                   
      text-align: center;
        padding: 8px 8px;
        font-size: 12px;                                                                                                                                             
    }

    .quiz-sort-bar.wide > a.btn {
      width: 100%;                                                                                                                                                  
      text-align: center;
        padding: 11px 16px;
        font-size: 15px;                                                                                                                                             
    }

    .quiz-sort-bar > div {                                                                                                                                           
     /* width: 100%;   */                                       
      justify-content: flex-end;
    }
    #sort-distance, #sort-time {                                                                                                                                     
      flex: 1;
      text-align: center;                                                                                                                                            
      font-size: 12px;                                      
      padding: 5px 6px;
    }
    .sort-btn-city { display: none; }                                                                                                                                
   
    /* Cards: photo + name top row, info full-width below */                                                                                                         
    .event-info .card {                                     
      grid-template-columns: 80px 1fr;                                                                                                                               
    }                                                                                                                                                                
    .event-info .card > .event-card-photo {
      width: 80px;                                                                                                                                                   
    }                                                       
    .event-card-body {
      display: contents;                                                                                                                                             
    }
    .event-card-body > h3 {                                                                                                                                          
      grid-column: 2;                                       
      grid-row: 1;
      align-self: center;
      font-size: 18px;
    }                                                                                                                                                                
    .event-card-body > p {
      grid-column: 1 / -1;                                                                                                                                           
    }                                                       
    .event-card-body > .clearfix {
      display: none;
    }
    .event-card-actions {                                                                                                                                            
      grid-row: auto;
    }                                                                                                                                                                
  }                                                         






/* END of pub-quiz list */

/* quiz-location-event-list */


.quiz-location-event-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.quiz-location-event-list li {
  margin: 0;
  padding: 10px;
}

.quiz-location-event-list li a {
  display: block;
  border: 1px solid var(--sq-pro);
  color: var(--sq-pro);
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s;
}

.quiz-location-event-list li a:hover {
  background: var(--sq-pro);
  color: #000;
}

@media (max-width: 575px) {
  .quiz-location-event-list li a {
    font-size: 14px;
    padding: 7px 16px;
  }
}

/* END of quiz-location-event-list */


.member__modal--game-content {
  height: calc(100% - 250px);
  position: relative;
  padding: 20px 20px 100px 20px;
}

.member__modal--button-container {
  position: absolute;
  bottom: 10px;
  margin-top: 30px;
}
.sq-live {
  background-color: var(--sq-web);
}
.sq-web {
  background-color: var(--sq-web);
}

.sq-pro {
  background-color: var(--sq-pro);
}

.member__modal--game-type {
  padding: 0;
}

.title-banner {
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
  margin: 80px 0;
  color: white;
}



.colour-live {
  color: var(--sq-web);
}

.colour-web {
  color: var(--sq-web);
}

.colour-web-text {
  color: var(--sq-web-dark);
}

.colour-pro {
  color: var(--sq-pro);
}

.member__modal--games {
  /*border-radius: 0px 0px 10px 10px;*/
  /*border: solid 2px black;*/
}

.row-content-padded {
  padding: 40px 20px 20px;
}

.icon-green {
  color: #1e7e34;
}
.icon-red {
  color: #97310e;
}
.icon-orange {
  color: #E67E22;
}

.icon-spaced {
  margin-right: 5px;
}
.hover-image {
  transition: background-size ease 0.3s;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}
.hover-image:hover {
  background-size: 120%;
}

.comparison-table {
  margin-bottom: 175px;
}
.comparison-table > tbody > tr:nth-child(even) {
  background-color: #f2f2f2;
}
.comparison-table > thead > tr {
  background-color: black;
  color: white;
  padding: 10px;
  font-size: 20px;
}
.comparison-table > thead > tr > th {
  padding: 10px;
}


.version-switcher__container {
  position: absolute;
  right: 20px;
  margin-bottom: 20px;
  z-index: 10;
}
.mode-switcher{
  display: none;
  opacity: 0;
}
.mode-switcher ~ label {
  border: solid 1px black;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: lightgrey;
}
.mode-switcher + label.pro-bg{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.mode-switcher+ label.live-bg{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: -11px;
}

.mode-switcher:checked + label.live-bg{
  background-color: var(--sq-web);
}
.mode-switcher:checked + label.pro-bg{
  background-color: var(--sq-pro);
}

.page-menu > ul > li{
  list-style-type: none;
  color: black;
  padding: 10px 30px;
  border: solid #a9a9a9 1px;
  background-color: #eae8e8;
}
.page-menu > ul > li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-menu > ul > li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu-item.current_page_item:before {
  content: '>';
  color: #E67E22;
  margin-left: -15px;
  margin-right: 10px;
}
#menu-live-pages-menu > .menu-item > a{
  color: black;
}

.compare-widget__container {
  transition: right ease 0.3s;
  width: 100vw;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: solid 4px black;
  background: linear-gradient(to bottom, #658cad 0%,#ffffff 38%,#ffffff 73%, var(--sq-web) 100%);
}
@media only screen and (max-width: 650px) {
  .compare-widget__container {
    right: 0;
  }

}
@media only screen and (max-width: 990px) {
  .version-switcher__container {
    right: 50%;
    transform: translateX(50%);
    top: 154px;
  }
}
@media only screen and (max-width: 767px) {
  .version-switcher__container {
    right: 50%;
    transform: translateX(50%);
    top: 115px;
  }
}
@media only screen and (max-width: 575px) {
  .version-switcher__container {
    right: 50%;
    transform: translateX(50%);
    top: 105px;
  }
}
.compare-widget__container > small {
  line-height: 0.1;
}
.compare-widget__row {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
}
.compare-widget__row--underlined:after {
  content : '';
  width: calc(100% - 30px);
  height: 3px;
  background-color: black;
  position: absolute;
  bottom: -3px;
  left: 15px;
}
.compare-widget__type {
  display: inline-block;
  width: 95px;
  margin: auto;
}
.compare-widget__type > h2 > i {
  margin-top: -3px;
}
.compare-widget__type > h2 {
  margin: 0;
}
.compare-widget__text {
  line-height: 1.2;
  display: inline-block;
  margin: auto;
}
.compare-widget__button {
margin: auto;
}

.page-footer-padding {
  height: 75px;
}

.product-image > img {
  transition: max-width ease 0.3s;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .product-image > img {
    max-width: 850px;
    width: 100%;
  }
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top: 20;
  margin-bottom: 10px;
}
.responsive-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-container {
  max-width: 1140px !important;
}

.price-break-calc {
  display: flex;
}
.price-break-calc > .result {
  margin-left: 10px;
}
.price-break__container {
  max-width: 700px;
}

.menu-pro-credits-desc{
      font-size: small;
    /*font-weight: bold;
    border-radius: 2px;
    width: fit-content;
    background-color: #222;
    color: #ddd;
    padding-left: 6px;
    padding-right: 6px;
    */
}
.branded__modal--header {
  background-color: var(--sq-blue);
  color: black;
}


.cta-big {
  background: var(--sq-blue) url("../img/cta-bg");
  background-position: right -150px top 0;
  background-repeat: no-repeat;
  transition: background-position ease-in-out 0.3s;
padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: black;
}
.cta-big:hover {
  background: var(--sq-blue) url("../img/cta-bg");
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  color: black;
}

.home-title {
  font-weight: 900;
  text-shadow: 0px 5px 0px black !important;
}
.home-subtitle {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
  text-shadow: none !important;
}
.video-effects {
  transition: all ease 0.4s;
  filter: sepia(1) contrast(0.76) brightness(0.7) hue-rotate(157deg) saturate(0.5);
}
.video-effects:hover {
  filter: sepia(0) contrast(1) brightness(1) hue-rotate(0deg) saturate(1);
}

.icon-sqlive {
  background: url('../img/icon-sqlive.png') no-repeat;
  margin-top: -24px;
  margin-left: 10px;
  width: 80px;
  height: 80px;
}

.icon-sqweb {
  background: url('../img/icon-sqweb.png') no-repeat;
  border-radius:10px;
  margin-top: -10px;
  margin-left: 20px;
  width: 60px;
  height: 60px;
}

.icon-sqlive, .icon-sqweb {
  background-size: cover;
  display: inline-block;
  position: absolute;
}

.download-alert {
  background-color: #ff4444;
  border: solid white 3px;
  border-radius: 10px;
  padding: 6px 10px;
  display: flex;
  color: white;
}


.sinha-overlay{
  background-color:rgba(0,0,0,.7);
  width:100vw;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  top:0;
  z-index: 5000;
  
}

.sinha-overlay img{
    width:1%;
}


.sq-buyables{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  column-gap: 30px;
  max-width: 1030px;
  column-gap: 80px;
  row-gap: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}




/* CSS SPINNERS */ 

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 405px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.sq-venue-alert {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid #d9a441;
  background: #fff8e8;
  color: #3f3420;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sq-venue-alert strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.sq-venue-alert p {
  margin: 0;
}

/* find loader */

#sq-loader {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 46, 0.88);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  z-index: 9999;
  /* starts visible; JS fades it out */
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: all;
}
#sq-loader.sq-loader--hidden {
  opacity: 0;
  pointer-events: none;
}
.sq-loader__ring {
  width: 46px;
  height: 46px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #F5A623;
  border-radius: 50%;
  animation: sq-spin 0.85s linear infinite;
}
@keyframes sq-spin { to { transform: rotate(360deg); } }
.sq-loader__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.sq-loader__msg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.video-transcript {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 1.2rem 1.25rem;
    background: rgba(0,0,0,0.18);
    border-radius: 8px;
    color: #fff;
  }
  .video-transcript h4 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    opacity: 0.7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .transcript-body {
    overflow: hidden;
    position: relative;
    transition: max-height 0.45s ease;
    line-height: 1.7;
  }

  .video-transcript p {
      margin: 0 0 1em;
      font-size: 1rem;
   }

  .transcript-body p:last-child {
    margin-bottom: 0;
  }

  /* Fade gradient — matches section background */
  .transcript-body::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3em;
    background: linear-gradient(to bottom, transparent, #184b80);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .transcript-body.is-expanded::after {
    opacity: 0;
  }

  .transcript-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    margin-top: 0.9rem;
    padding: 0.4em 1em;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
  }
  .transcript-toggle:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
  }
  .transcript-toggle .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .transcript-toggle.is-expanded .arrow {
    transform: rotate(180deg);
  }


  media screen and (max-width: 690px) {

     .video-transcript h4 {
        font-size: 0.9rem;
    }

    .video-transcript p {
      font-size: 0.9rem;

    }

  }

  @media screen and (max-width: 575px) {

     .video-transcript h4 {
        font-size: 0.85rem;
    }

    .video-transcript p {
      font-size: 0.69rem;

    }

  }
