
.overlay {
	width: 100%;
	background: rgba(0,0,0,.75);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
  right: 0;
  z-index: 999;
}

.videoBox {
	position: fixed;
	width: 70%;
	left: 10%;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	padding: 20px;
	background: #fff;
	text-align: center;
	border-radius: 5px;
}

.videoBox video {
	width: 100%;
}

.lgx-page-wrapper {
  background: url('../img/page-bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -130px 120px;
}

.lgx-banner {
  background: url('../img/page-header-bg.jpg') top center no-repeat;
  background-size: cover;
}

.lgx-slider .btn.lgx-btn, .lgx-slider .btn.lgx-btn:hover {
  color: white;
  font-size: 1.1em;
  font-weight: 700;
}

button.lgx-btn::before, .lgx-btn-contact::before, .lgx-btn::before {
  background: transparent;
}

button.lgx-btn::before, .lgx-btn-contact::before, .lgx-btn::after {
  background-color: rgba(25, 118, 210, 0.4);
}

.lgx-about {
	background: url('../img/about-bg.jpg') top center no-repeat;
	background-size: cover;
}

.lgx-header .lgx-navbar .lgx-logo-fixed a img {
	background: transparent;
}

#bingo-plus-pots {
  margin: -11rem;
}

#bingo-plus-pots .lgx-menu-container {
  background: rgba(8, 24, 53, 0.45);
}

#bingo-plus-pots .lgx-tab-another .lgx-grid-wrapper .lgx-grid-item {
  width: 100%;
}


#bingo-plus-pots .lgx-tab-another .lgx-grid-wrapper .lgx-grid-item hr {
background-image: linear-gradient(to right, hsl(37, 97%, 70%), hsl(329, 70%, 58%));
  border-radius: 10px 10px 0px 0px;
  height: 5px;
}

#bingo-plus-pots .lgx-tab-another .lgx-grid-wrapper .lgx-single-menu-another {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#bingo-plus-pots .menu-info hr {
  background-image: linear-gradient(to right, hsl(37, 97%, 70%), hsl(329, 70%, 58%));
  border-radius: 10px 10px 0px 0px;
  height: 5px;
}

#bingo-plus-pots .info-left {
  margin-bottom: 10px;
}

#bingo-plus-pots .info-left p.text {
  font-size: 3rem;
  color: greenyellow;
}

#bingo-plus-pots h3.title {
  font-size: 4rem;
  color: #b6dffd;
}

#bingo-plus-pots div.prize {
	position: relative;
  border-radius: 50%;
  border: 3px solid silver;
	overflow: hidden;
	font-size: 6rem;
	line-height: 2;
	color: silver;
  text-align: center;
  padding: 0px 1em 0px 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-weight: 600;

  background-color: #d3d3d3;
background-image: linear-gradient(to right, #17556b 5%,#d8f0fc 48%,#a6bfca 50%,#d8f0fc 52%, #b6dffd 100%); 

   color:transparent;
   -webkit-background-clip: text;
 background-clip: text;
  
}

#bingo-plus-pots .lgx-menu {
  background: url('../img/pots-main-bg.jpg') top center no-repeat fixed;
  background-size: cover;
  margin: -11rem 0;
}

#bingo-plus-pots .lgx-menu .lgx-inner {
  background: transparent;
}

#bingo-plus-pots .lgx-menu .lgx-inner .container{
  margin-top: -11rem;
}

.lgx-tab-another .lgx-filter-area .lgx-filter .active a {
  background: rgba(8, 24, 53, 0.4);
  color: #b6dffd;
}

.lgx-tab-another .lgx-filter-area .lgx-filter li a {
  background: rgba(8, 24, 53, 0.4);
  color: #fff;
}



#bingo-plus-pots h3, #bingo-plus-pots p.text, .mad-event {

  line-height: 1em;
}

.pot-playoff {
  
  font-size: 3rem;
  font-weight: 400;
}

.mad-event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
  align-items: center;
  color: white;
}

.mad-event .mad-event-title {
  margin-bottom: 10px;
  text-align: center;
}

.mad-event .mad-event-date {
	font-size: 3rem;
	line-height: 1;
	font-style: italic;
	display: flex;
  align-items: center;
  text-align: center;
}

.mad-event-date .mad-event-num {
	font-weight: bold;
	font-size: 10rem;
	line-height: 1;
  margin-right: 1rem;
  padding-left: 10px;
}

.mad-event-title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.lgx-footer {
  background: url('../img/footer-bg.jpg') top center no-repeat;
}

.lgx-footer .lgx-inner {
  background: rgba(40, 40, 40, 0.6);
}

.lgx-footer-single {
  color: white;
  font-size: 2.5rem;
  line-height: 3.2rem;
}

.lgx-footer-single .opening-time-single span i, .lgx-footer-single address i, .lgx-footer-single .lgx-address-info i {
	opacity: 1;
}

.lgx-footer-single .logo img {
  opacity: 1;
}

.lgx-footer-single .title {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 24px;
	font-size: 3rem;
	line-height: 3.2rem;
	text-transform: uppercase;
	margin-bottom: 2.4rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08rem;
	opacity: 1;
}

.lgx-about {
   min-height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.label {
  font-size: 100%;
  color: black;
}

.form-control {
  border: 1px solid black;
  border-radius: 2%;
}

#vb-patterns {
  border: none;
}

#vb-patterns td {
  width: 50%;
  border: none;
}

#vb-patterns img {
  padding: 5px;
}

@media (min-width: 576px) {
  
}

@media (min-width: 768px) {
  .lgx-page-wrapper {
      background-position: -170px 160px;
  }
  .lgx-banner-info {
    position: absolute;
    top: 170px;
  }

  .lgx-banner-info .subtitle {
    font-size: 5rem;
    line-height: 5.8rem;
  }

  .lgx-banner-info .title {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}

@media (min-width: 992px) {
  .lgx-about {
	  background: url('../img/about-bg-lg.jpg') top center no-repeat;
	  background-size: cover;
  }

  .lgx-banner-info {
    position: absolute;
    top: 240px;
  }

  .lgx-banner-info .subtitle {
    font-size: 7rem;
    line-height: 9rem;
  }

  .lgx-banner-info .title {
    font-size: 6rem;
    line-height: 7rem;
  }

  .mad-event {
    flex-direction: row;
  }

  #bingo-plus-pots .lgx-tab-another .lgx-grid-wrapper .lgx-single-menu-another {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: top;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .lgx-page-wrapper {
    background-position: center;
  }

  .lgx-banner-info {
    position: absolute;
    top: 280px;
  }

  .lgx-banner-info .subtitle {
    font-size: 9rem;
    line-height: 10rem;
  }

  .lgx-banner-info .title {
    font-size: 8rem;
    line-height: 9rem;
  }
}
