@charset "UTF-8";

/*
Theme Name: Esports Location 2022
Theme URI: https://riotactstudios.com/
Author: Matt Harris
Author URI: https://riotactstudios.com/
Description: Custom theme built for Contender E-Sports.
Requires at least: 5.7.1
Tested up to: 5.7.1
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
  color: #533333;
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
}

a {
  color: #D1212A;
}

.container {
	max-width: 1200px;
}

.narrow {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}

.container.has-background {
  background: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0 20px;
}

img.alignright, a img.alignright, .wp-caption.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft, a img.alignleft, .wp-caption.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter, a img.aligncenter, .wp-caption.aligncenter {display: block; margin: 1em auto 1em auto;}

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

/*-------------------------------*/
/*- Headings --------------------*/
/*-------------------------------*/

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #280000; 
}

h1 { font-size: 68px; }

h2 { font-size: 40px; }

h3 { font-size: 36px; }

h4 { font-size: 18px; }

h5 { 
  font-size: 15px;
  color: #694D4D;
}

h1.section-heading {
  position: relative;
  margin: 50px 0;
  font-size: 40px;
}

h2.section-heading {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

h1.section-heading:after, h2.section-heading:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 200px;
  height: 11px;
  background: linear-gradient(258.78deg, #D1212A 28.21%, #280000 162.49%);
  transform: skew(-20deg) translateX(-50%);
}

h1.cgn-heading:after, h2.cgn-heading:after {
  background: linear-gradient(258.78deg, #00aeef 28.21%, #000028 162.49%);
}

.subheading {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 40px;
}

/*-------------------------------*/
/*- Buttons ---------------------*/
/*-------------------------------*/

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #d1212a;
  background-color: transparent;
  border: 1px solid #d1212a;
  border-radius: 60px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #d1212a;
  border: 1px solid #d1212a;
}

.button.button-cgn-primary {
  color: #00aeef;
  border: 1px solid #00aeef;
}

.button.button-cgn-primary:hover {
  background-color: #00aeef;
  border: 1px solid #00aeef;
}

.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #d1212a;
  background-color: #fff;
  border: 1px solid #fff;
}

.button.button-cgn-secondary:hover {
  color: #00aeef;
}

.button.button-alternate,
button.button-alternate,
input[type="submit"].button-alternate,
input[type="reset"].button-alternate,
input[type="button"].button-alternate {
  color: #fff;
  background-color: #d1212a;
  border: 1px solid #d1212a;
  border-radius: 60px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button.button-alternate:hover,
button.button-alternate:hover,
input[type="submit"].button-alternate:hover,
input[type="reset"].button-alternate:hover,
input[type="button"].button-alternate:hover,
.button.button-alternate:focus,
button.button-alternate:focus,
input[type="submit"].button-alternate:focus,
input[type="reset"].button-alternate:focus,
input[type="button"].button-alternate:focus {
  color: #fff;
  background-color: #a71a22;
  border: 1px solid #a71a22;
}

.button.button-cgn-alternate {
  background-color: #00aeef;
  border: 1px solid #00aeef;
}

.button.button-cgn-alternate:hover {
  background-color: #0084b6;
  border: 1px solid #0084b6;
}

.button.button-loc,
button.button-loc,
input[type="submit"].button-loc,
input[type="reset"].button-loc,
input[type="button"].button-loc {
  color: #fff;
  background-color: #d1212a;
  border: 1px solid #d1212a;
  border-radius: 30px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-transform: none;
  font-size: 14px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button.button-loc:hover,
button.button-loc:hover,
input[type="submit"].button-loc:hover,
input[type="reset"].button-loc:hover,
input[type="button"].button-loc:hover,
.button.button-loc:focus,
button.button-loc:focus,
input[type="submit"].button-loc:focus,
input[type="reset"].button-loc:focus,
input[type="button"].button-loc:focus {
  color: #fff;
  background-color: #a71a22;
  border: 1px solid #a71a22;
}

.button.button-loc.disabled {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-transform: none;
  font-size: 14px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button.button-loc.disabled:hover {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.gform_footer input[type=submit] {
  color: #d1212a;
  background-color: transparent;
  border: 1px solid #d1212a;
  border-radius: 60px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 18px !important;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: 195px;
  text-align: center;
}

.gform_footer input[type=submit]:hover {
  color: #fff;
  background-color: #d1212a;
  border: 1px solid #d1212a;
}

input[type=reset] {
  color: #ccc;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 60px;
  padding: 0 20px !important;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 18px !important;
  font-family: 'Heebo', sans-serif !important;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

input[type=reset]:hover {
  background-color: #ccc;
  color: #fff;
  border: 1px solid #ccc;
}

/*input[type=submit] {
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 18px !important;
  font-family: 'Heebo', sans-serif !important;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  padding: 0 20px !important;
  background-color: #D1212A !important;
  color: #fff !important;
}*/

#language {
  margin-top: 20px;
}

#language a.button {
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#language a.button.active {
  background-color: #000;
  color: #fff;
}

/*-------------------------------*/
/*- Div Tables ------------------*/
/*-------------------------------*/

.table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

/*-------------------------------*/
/*- Media Image -----------------*/
/*-------------------------------*/

.media-image img {
  width: 100%;
  height: auto;
}

img.full-width {
  display: block;
  height: auto;
}

/*-------------------------------*/
/*- Lists -----------------------*/
/*-------------------------------*/

ul {
  list-style-position: outside;
}

li {
  margin-left: 20px;
}

/*-------------------------------*/
/*- Header ----------------------*/
/*-------------------------------*/

#header {
  padding: 20px 0;
}

#logo {
  margin-bottom: 0;
  width: calc(((100% / 12) * 6) - 20px);
}

#logo img {
  height: 130px;
  width: auto;
  display: block;
}

#header-right {
  margin-bottom: 0;
  text-align: right;
  width: calc(((100% / 12) * 6) - 20px);
}

#mobile-menu {
  vertical-align: middle;
}

#mobile-menu a {
  color: #280000;
  font-size: 20px;
}

/*-------------------------------*/
/*- Header Social ---------------*/
/*-------------------------------*/

#header-social {
  display: none;
  margin-bottom: 20px;
}

#header-social ul, .contact-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header-social li, .contact-social li {
  list-style: none;
  display: inline-block;
  text-align: right;
  margin: 0 0 0 18px;
  padding: 0;
}

#header-social li:first-child, .contact-social li:first-child {
  margin: 0;
}


#header-social li a, .contact-social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s ease;
}

#header-social li a:hover, .contact-social li a:hover {
  border: 1px solid #280000;
  background-color: #280000;
  color: #fff;
}

#header-social.cgn-social li a:hover {
  border: 1px solid #000028;
  background-color: #000028;
}

/*-------------------------------*/
/*- Top Menu --------------------*/
/*-------------------------------*/

#top-menu {
  display: none;
  margin-bottom: 20px;
}

#top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-menu li {
  list-style: none;
  display: inline-block;
  text-align: right;
  margin: 0 0 0 18px;
  padding: 0;
}

#top-menu li a {
  display: block;
  color: #666;
  transition: all 0.3s ease;
}

#top-menu li a:hover {
  color: #D1212A;
}

/*-------------------------------*/
/*- Header Menu -----------------*/
/*-------------------------------*/

#header-menu {
  display: none;
  vertical-align: middle;
}

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu > li {
  list-style: none;
  margin: 0 10px;
  padding: 20px 0;
  display: inline-block;
  position: relative;
}

.header-menu > li:last-child {
  margin-right: 0;
  padding: 0;
}

.header-menu > li a {
  position: relative;
  color: #280000;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}

.cgn-menu > li a {
  color: #000028;
}

.header-menu > li:not(.membership-button) > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 4px;
  width: 0;
  background: #D1212A;
  transition: all 0.3s ease;
}

.cgn-menu > li:not(.membership-button) > a:after {
  background: #00aeef;
}

.header-menu > li:not(.membership-button) > a:hover:after {
  width: 100%;
}

.header-menu > li a:hover:after {
  width: 100%;
}

.header-menu > li.membership-button a {
  display: block;
  padding: 0;
  color: #fff;
  background-color: #D1212A;
  border: 0;
  border-radius: 60px;
  width: 175px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  text-transform: none;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.header-menu > li.membership-button a:hover {
  background-color: #a71a22;
  border: 1px solid #a71a22;
}

.header-menu > li > .sub-menu {
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 999;
  min-width: 300px;
  padding: 20px;
  margin: 0;
  background-color: #fff;
  text-align: left;
  border-top: 2px solid #D1212A;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}

.header-menu > li > .sub-menu > li {
  display: block;
  margin-bottom: 10px;
}

.header-menu > li > .sub-menu > li a {
  font-size: 16px;
  padding: 0;
  transition: all 0.3s ease;
}

.header-menu > li > .sub-menu > li a:hover {
  color: #D1212A;
}

.header-menu > li:hover .sub-menu {
  display: block;
}

/*-------------------------------*/
/*- Slide Out Menu --------------*/
/*-------------------------------*/

.panel {
  position: fixed;
  right: -100%; /*left or right and the width of your navigation panel*/
  width: 100%; /*should match the above value*/
  background: #292b37;
  z-index: 999;
}

.wrap {
  position: relative;
}

#menu-body {
  height: 100%;
  overflow-y: scroll;
}

.mobile-menu-header {
  position: relative;
  background: rgba(0,0,0,.3);
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}

.mobile-menu-header img {
  display: inline-block;
  width: 30%;
  height: auto;
}

.menu-link.close-panel {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.mobile-menu-heading {
  color: rgba(255,255,255,0.7);
  margin-bottom: 0;
}

.mobile-menu-icon {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: calc(((100% / 12) * 6) - 20px) !important;
  border: 1px solid rgba(255,255,255,.05);
}

.mobile-menu-icon i {
  font-size: 32px;
  color: rgba(255,255,255,0.7);
}

.mobile-menu-icon span {
  display: block;
}

.mobile-menu-icon a {
  color: #fff;
}

.menu-mobile ul {
  padding: 0 0 30px 0;
}

.menu-mobile ul li {
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(255,255,255, 0.05);
}

.menu-mobile ul li:last-of-type {
  border-bottom: 1px solid rgba(255,255,255, 0.05);
}

.menu-mobile ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  transition: all .3s ease;
  color: #858585;
}

.menu-mobile ul li.menu-toggle > a:after {
  position: absolute;
  content: '\f107';
  font-family: 'Fontawesome';
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.menu-mobile ul li.menu-toggle > a.active:after {
  content: '\f106';
}

.menu-mobile ul li a.active {
  color: #fff;
  background: #d1212a;
}

.menu-mobile ul .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}

.menu-mobile ul .sub-menu li a {
  padding: 10px 20px 10px 40px;
}

.menu-mobile ul .sub-menu li .sub-menu li a {
  padding: 10px 20px 10px 60px;
}

.menu-mobile ul .current-menu-item a {
  color: #d1212a;
}

/*-------------------------------*/
/*- Main Hero -------------------*/
/*-------------------------------*/

.main-hero, .location-hero {
  position: relative;
  overflow: hidden;
}

.main-hero video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.main-hero-bg, .location-hero-bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.main-hero-bg:before, .location-hero-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(40,0,0,0.6);
}

.main-hero-bg .rectangle-1, .location-hero-bg .rectangle-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.86deg, rgba(209, 33, 42, 0) 0.17%, rgba(209, 33, 42, 0.8) 113.69%);
}

.main-hero-bg .rectangle-2, .location-hero-bg .rectangle-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 80%;
  background: linear-gradient(180deg, rgba(209, 33, 42, 0) 0%, #D1212A 100%);
  transform: skew(-20deg);
}

.main-hero-bg .rectangle-3, .location-hero-bg .rectangle-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(231.37deg, rgba(40, 0, 0, 0.75) -2.69%, rgba(209, 33, 42, 0.5) 89.53%);
  transform: skew(-20deg);
}

.main-hero-bg .rectangle-4, .location-hero-bg .rectangle-4 {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(179.5deg, rgba(209, 33, 42, 0) -71.57%, #D1212A 125.83%);
  transform: skew(-20deg);
}

.main-hero .grid, .location-hero .grid {
  align-items: center;
  padding: 50px 0;
}

.main-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 46px;
}

.location-hero h1 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}

.location-hero h1 span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 46px;
}

.main-hero p {
  color: #fff;
  font-size: 18px;
}

.main-hero-location-form {
  display: inline-block;
  width: 100%;
  background: rgba(248,248,248,.9);
  padding: 20px;
}

.main-hero-location .location-search {
  position: relative;
  background: #fff;
  border: 1px solid #dfd9d9;
  border-radius: 60px;
  height: 60px;
  width: 100%;
  text-align: left;
  padding: 5px 0 5px 20px;
} 

.main-hero-location .location-search span {
  font-size: 12px;
  color: #694D4D;
  line-height: 1;
}

.main-hero-location .location-search input[type=text] {
  border: none;
  padding: 0;
  margin: 0; 
  height: auto;
  font-size: 18px;
  width: 80%;
  display: block;
}

.main-hero-location .location-search button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #D1212A;
  color: #fff;
  font-size: 18px;
}

.bh-sl-main-list {
  background: #fff;
  padding: 20px;
}

.bh-sl-main-list .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bh-sl-main-list .list li {
  margin: 0;
}

.main-hero-location .location-nearby {
  text-align: left;
}

.main-hero-location .location-nearby h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  margin: 20px 0 10px 0;
}

.location-results .geo-location {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.location-results .geo-distance {
  color: #694d4d;
  font-size: 15px;
}

.location-results .address {
  display: table;
  width: 100%;
}

.location-results .location-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #f1f1f1;
  color: #D1212A;
}

.location-hero-content .loc-meta {
  color: #fff;
}

.location-equipment {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.location-equipment li {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 14px;
  display: inline-block;
  position: relative;
}

.location-equipment li:first-child {
  padding: 0 10px 0 0;
}

.location-equipment li:not(:first-child):after {
  content: '';
  position: absolute;
  top:  50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.location-social {
  margin: 30px 0 0 0;
  padding: 0;
}

.location-social .table-cell {
  vertical-align: middle;
  height: 45px;
  line-height: 1;
  font-size: 35px;
}

.location-social .table-cell a {
  color: #fff;
}

.location-social .table-cell img {
  height: 35px;
  width: auto;
  display: inline-block;
  padding-top: 5px;
}

.location-meta a {
  color: #fff;
}

.location-meta p {
  margin-bottom: 0;
}

#location-map {
  width: 100%;
  height:  400px;
  display: inline-block;
}

/*-------------------------------*/
/*- Page Hero -------------------*/
/*-------------------------------*/

.page-hero, .page-title {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}

.page-title {
  background-image:  url(assets/img/backgrounds/page-hero.png);
}

.page-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.page-hero h1, .page-title h1 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  text-align: center;
}

.page-title .subheading, .page-hero .subheading {
  color: #fff;
  text-align: center;
}

.cgn-header {
  background-position: top center;
  height: 500px;
}

.cgn-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}


/*-------------------------------*/
/*- Icon Cards ------------------*/
/*-------------------------------*/

.icon-grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.icon-card {
  position: relative;
  width: calc(((100% / 12) * 12) - 20px);
  margin: 0 10px 40px 10px;
  background: #D1212A;
  padding: 60px 20px 100px 20px;
  text-align: center;
  clip-path:polygon(0% 0%, 0% 100%, 100% 90%, 100% 0%);
  color: #533333;
  transition: all 0.3s ease;
}

.cgn-card {
  background: #00aeef;
}

.icon-card:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-left: 1px solid #DFD9D9;
  border-right: 1px solid #DFD9D9;
  top: -10px;
  left: 0;
  z-index: -1;
  clip-path:polygon(0% 0%, 0% 100%, 100% 90%, 100% 0%);
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.icon-card:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #DFD9D9;
  top: 0;
  left: 0;
}

.icon-card img {
  width: 50%;
  height: auto;
  display: inline-block;
}

.icon-card i {
  font-size: 50px;
  color: #d1212a;
  margin-bottom: 20px;
}

a.icon-card:hover:before {
  background: #f9f9f9;
}

a.icon-card h4 {
  transition:  all 0.3s ease;
}

a.icon-card:hover h4 {
  color: #D1212A;
}

/*-------------------------------*/
/*- Image Cards ------------------*/
/*-------------------------------*/

.image-card {
  background: #fff;
  color: #533333;
}

.image-card-image {
  overflow: hidden;
}

.image-card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.image-card:hover img {
  transform: scale(1.1);
}

.image-card-body {
  padding: 20px;
}

.image-card-body h4 {
  color: #d1212a;
}


/*-------------------------------*/
/*- Headline With Image ---------*/
/*-------------------------------*/

.headline-block .table-cell {
  display: block;
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.headline {
  padding: 20px;
}

.headline-left {
  text-align: right;
}

.headline .headline-inner {
  display: inline-block;
  max-width: 600px;
  text-align: left;
}

.headline .dots {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 200px;
  height: 50%;
  background-image: url(assets/img/elements/dots.svg);
  background-repeat: repeat;
}

.headline-left .dots {
  left: 75px;
}

.headline-right .dots {
  left: 75px;
}

.headline-block img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.headline-text-left .dots {
  left:  75px;
}

.headline-text-left h2.section-heading:after {
  left:  0;
  transform: skew(-20deg) translateX(0);
}

/*-------------------------------*/
/*- Games Grid ------------------*/
/*-------------------------------*/

.single-game {
  overflow: hidden;
}

.single-game img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.single-game:hover img {
  transform: scale(1.05);
}


/*-------------------------------*/
/*- Events Grid -----------------*/
/*-------------------------------*/

.event-grid {
  position: relative;
  background-image: url('assets/img/backgrounds/grunge-texture.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  --notchSize: 80px;
  clip-path: 
    polygon(
    0% var(--notchSize), /* top left */
    var(--notchSize) 0%, /* top left */
    100% 0%, /* top right */ 
    100% calc(100% - var(--notchSize)), /* bottom right */
    calc(100% - var(--notchSize)) 100%, /* bottom right */
    0% 100%, 
    0% calc(100% - var(--notchSize))
  );
}

.event-grid-bg {
  background-image: linear-gradient(#f2f2f2 50%, #fff 50%);
  width: 100%;
}

.event-grid .grid {
  justify-content: center;
}

.event-grid h2.section-heading {
  color: #fff;
}

.event-grid p.subheading, .event-grid p {
  color: #fff;
}

.event-grid h2.section-heading:after {
  background: #fff;
}

.single-event {
  position: relative;
  background: #fff;
  padding: 20px;
  color: #533333;
  transition: all 0.3s ease;
  overflow: hidden;
}

.single-event:hover {
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.5);
}

.single-event h4 {
  max-width: 75%;
}

.event-heading {
  min-height: 100px;
}

.event-heading h4 {
  margin: 0;
}

.event-description {
  margin-top: 20px;
  font-size: 18px;
}

.event-date {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 20px 10px 30px 10px;
  background-color: #610008;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

#event-table {
  display: none;
}

.event-row {
  transition: all 0.3s ease;
}

.event-row:nth-child(even) {
  background: #f9f9f9;
}

.event-row:hover {
  background: #f7f7f7;
}

.event-image {
  padding-left: 20px !important;
}

.event-image img {
  display: inline-block;
  height: 100px;
  width: 190px;
  object-fit: cover;
}

.event-name h5 {
  margin-bottom: 5px;
}

#mobile-event-table {
  width: 100%;
}

#mobile-event-table h5 {
  margin-bottom: 10px;
}

.mobile-event-location {
  color: #aaa;
  margin-bottom: 10px;
}

.mobile-event-time {
  color: #d1212a;
  font-weight: 500;
}



/*-------------------------------*/
/*- Membership Options ----------*/
/*-------------------------------*/

.membership-option {
  background: #fff;
  font-size:  18px;
}

.membership-option .option-heading {
  position: relative;
  background-color: #D1212A;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 95% 90%, 54% 90%, 50% 100%, 46% 90%, 5% 90%, 0 75%);
}

.membership-option .option-heading h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 20px 0 30px 0;
}

.membership-option .option-content {
  padding: 20px;
}

.membership-option .table-cell {
  vertical-align: middle;
  border-bottom:  1px solid #DFD9D9;
  padding: 8px 0;
}

.membership-option .table:last-child .table-cell {
  border: none;
}

.option-icon {
  text-align:  right;
  line-height: 1;
}

.option-icon i {
  display:  inline-block;
  line-height: 1;
  color: #280000;
}

.option-icon .icon:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 27px;
}

.option-icon .icon.individual:before {
  background-image: url('assets/img/icons/user-icon.svg');
  width: 18px;
}

.option-icon .icon.family:before {
  background-image: url('assets/img/icons/family-icon.svg');
  width: 58px;
}

.option-icon .icon.people3:before {
  background-image: url('assets/img/icons/people3.svg');
  width: 64px;
}

.option-icon .icon.people4:before {
  background-image: url('assets/img/icons/people4.svg');
  width: 87px;
}

.option-icon .icon.people5:before {
  background-image: url('assets/img/icons/people5.svg');
  width: 110px;
}

.option-icon .icon.hour1:before {
  background-image: url('assets/img/icons/1hour.svg');
  width: 27px;
}

.option-icon .icon.hour3:before {
  background-image: url('assets/img/icons/3hour.svg');
  width: 27px;
}

.option-icon .icon.hour6:before {
  background-image: url('assets/img/icons/6hour.svg');
  width: 27px;
}

.option-icon .icon.daypass:before {
  background-image: url('assets/img/icons/day-icon.svg');
  width: 27px;
}

.option-icon .icon.nightpass:before {
  background-image: url('assets/img/icons/night-icon.svg');
  width: 25px;
}

/*-------------------------------*/
/*- Game Slider -----------------*/
/*-------------------------------*/

#game-slider {
  border-top: 1px solid #DFD9D9;
  margin: 50px 0;
}

.game-slider {
  position:  relative;
  padding: 20px 58px;
}

.game-slide img {
  width: 98px;
  height: auto;
}

.game-slider .prev, .game-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D1212A;
  color: #D1212A;
  cursor: pointer;
}

.game-slider .prev {
  left:  0;
}

.game-slider .next {
  right:  0;
}

.game-slider i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}

/*-------------------------------*/
/*- Locations Map ---------------*/
/*-------------------------------*/

.bh-sl-container {
  margin-top: 20px;
}

.bh-sl-form-container {
  margin-bottom: 20px;
}

#bh-sl-user-location .form-input {
  position: relative;
  background: #fff;
  border: 1px solid #dfd9d9;
  border-radius: 60px;
  height: 60px;
  width: 100%;
  text-align: left;
  padding: 5px 0 5px 20px;
} 

#bh-sl-user-location .form-input span {
  font-size: 12px;
  color: #694D4D;
  line-height: 1;
}

#bh-sl-user-location .form-input input[type=text] {
  border: none;
  padding: 0;
  margin: 0; 
  height: auto;
  font-size: 18px;
  width: 80%;
  display: block;
}

#bh-sl-user-location .form-input button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #D1212A;
  color: #fff;
  font-size: 18px;
}

.bh-sl-loc-list {
  background: #f9f9f9;
  padding: 10px;
}

.bh-sl-loc-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F7f7f7;
}

.bh-sl-loc-list::-webkit-scrollbar {
  width: 6px;
  background-color: #F7f7f7;
}

.bh-sl-loc-list::-webkit-scrollbar-thumb {
  background-color: #D1212A;
}

.bh-sl-container .bh-sl-loc-list .list li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
  border: 1px solid #DFD9D9;
	position: relative;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 20px;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content h4 {
  margin: 0;
}

.loc-dist.loc-default-dist {
  color: #694d4d;
  font-size: 15px;
  margin-bottom: 20px;
}

.loc-addr {
  margin-bottom: 20px;
}

.loc-icon {
  width: 50px;
}

.loc-icon .location-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #f1f1f1;
  color: #D1212A;
}

.loc-meta p {
  margin: 0;
}

.loc-meta a {
  color: #D1212A;
}

.bh-sl-container .loc-name {
  font-weight: bold;
}


/*-------------------------------*/
/*- Rates Block -----------------*/
/*-------------------------------*/

.rate-block {
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.5);
  padding-bottom: 70px;
}

.rate-heading {
  display: table;
  width: 100%;
  height: 70px;
  position: relative;
}

.rate-heading-left, .rate-heading-right {
  display: table-cell;
  width: 20px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rate-heading-left {
  background-image: url('assets/img/heading-left.svg');
}

.rate-heading-right {
  background-image: url('assets/img/heading-right.svg');
}

.rate-heading-center {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  background: #D1212A;
}

.rate-heading h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.rate-heading:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #D1212A transparent transparent transparent;
}

.rate-content {
  padding: 20px;
}

.rate-row {
  border-bottom: 1px solid #DFD9D9;
  padding: 20px 0;
}

.rate-row:last-child {
  border-bottom: 0;
}

.rate-title {
  display: inline-block;
  width: 50%;
  line-height: 1;
}

.rate-price {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}

.rate-price sup {
  vertical-align: top; 
  font-size: 0.6em;
}

.rate-description {
  font-size: 14px;
}

.rate-description .red {
  color: #D1212A;
  font-weight:  500;
}

.membership-price {
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  padding: 30px 0;
}

.membership-description {
  text-align: center;
}

.membership-note {
  text-align: center;
  border-top: 1px solid #DFD9D9;
  padding: 20px 0;
  margin-top: 20px;
}

.membership-paypal {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.rate-tiers {
  padding: 20px 20px 0 20px;
}

.rate-tier-title {
  font-size: 20px;
}

.rate-tiers ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}

.rate-tiers li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.rate-tiers ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

/*-------------------------------*/
/*- Rate Block ------------------*/
/*-------------------------------*/

.rate-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.rate-col {
  flex: 1;
  min-width: calc((100% / 1) - 20px);
  margin: 0 10px 20px 10px;
}

.rate-content h5 {
  margin-top: 20px;
}

.rate-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rate-content li {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.rate-content li:last-child {
  border-bottom: 0;
}

/*-------------------------------*/
/*- Rates Table -----------------*/
/*-------------------------------*/

.rates-subheading {
  text-align: center;
  font-weight: 600;
  min-height: 55px;
}

.rates-table th {
  text-align: center;
  font-weight: 600;
}

.rates-table td {
  vertical-align: middle;
  line-height: 1;
}

.rates-table tr td:last-child {
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
}

.rates-table td sup {
  vertical-align: top;
  font-size: 0.6em;
}

/*-------------------------------*/
/*- Map Block -------------------*/
/*-------------------------------*/

#large-map {
  height: 400px;
  width: 100%;
  margin: 100px 0;
}

/*-------------------------------*/
/*- Rules Block -----------------*/
/*-------------------------------*/

.rules .container {
  position: relative;
  background: #f2f2f2;
  padding: 100px;

  --notchSize: 60px;
  
  clip-path: 
    polygon(
    0% var(--notchSize), 
    var(--notchSize) 0%, 
    100% 0%,  
    100% calc(100% - var(--notchSize)), 
    calc(100% - var(--notchSize)) 100%, 
    0% 100%, 
    0% calc(100% - var(--notchSize))
  );
}

.single-rule {
  position: relative;
  padding-left: 20px;
}

.single-rule:before {
  content: '\f140';
  position: absolute;
  top: 6px;
  left: 0;
  color: #D1212A;
  font: var(--fa-font-solid);
}

/*-------------------------------*/
/*- Image Block -----------------*/
/*-------------------------------*/

.image-block img {
  width: 100%;
  height: auto;
  display: block;
}

/*-------------------------------*/
/*- Video Block -----------------*/
/*-------------------------------*/

.video-wrapper {
  position: relative;
  display: block;
}

.video-wrapper i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 100px;
  color: #fff;
}

/*-------------------------------*/
/*- Locations List --------------*/
/*-------------------------------*/

.location-grid {
  width: calc(100% - 20px);
  margin: auto;
  column-count: 3;
  column-width: 340px;
  column-gap: 20px;
}

.location-list h2.section-heading, 
.location-list h3,
.location-list h4, 
.location-list h5 {
  color: #fff;
}

.location-list p.subheading, .location-list p {
  color: #fff;
}

.location-list h2.section-heading:after {
  background: #fff;
}

.single-location-item { 
  margin-bottom: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: 1px solid #eee;
  padding: 20px;
}

.single-location-item ul {
  list-style: none;
}

.single-location-item li:before {
  content: '\f11b';
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 10px;
}

.single-location-item li a {
  color: #fff;
}

.single-location-item li span {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 9px;
  padding: 3px 9px;
  font-size: 8px;
  vertical-align: middle;
}


/*-------------------------------*/
/*- Blog ------------------------*/
/*-------------------------------*/

.entry {
  background: #fff;
}

.entry-content {
  padding: 20px;
  font-size: 14px;
}

.entry-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.entry-image.first img {
  height: auto;
  object-fit: fill;
}

.entry-image img:hover {
  opacity: .6;
}

.entry-title h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.entry-title h3 a {
  color: #280000;
  transition: all 0.3s ease;
}

.entry-title h3 a:hover {
  color: #D1212A;
}

.entry-meta {
  margin-bottom: 20px;
}

.entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-meta li {
  font-size: 14px;
  color: #aaa;
  line-height: 1;
  margin-left: 0;
}

.entry-meta li span {
  color: #999;
}

.entry-meta li:first-child {
  padding-right: 10px;
  border-right: 1px dashed #aaa;
  margin-right: 10px;
}

.entry-meta i {
  margin-right: 7px;
}

.pagination .page-numbers {
  position: relative;
  display: inline-block;
  background-color: #edf1f4;
  color: #323e45;
  margin-right: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  color: #323e45;
}

.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #323e45;
}

.pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #323e45;
}

.pagination .prev.page-numbers:hover:before,
.pagination .next.page-numbers:hover:before {
  color: #fff;
}

.widget h3 {
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #280000;
  padding: 12px 20px;
}

.trending-posts li {
  display: table;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}

.trending-posts li:last-child {
  border-bottom: 0;
}

.trending-posts .trending-post-image {
  display: table-cell;
}

.trending-posts .trending-post-content {
  display: table-cell;
  vertical-align: top;
}

.trending-post-image img {
  display: block;
  width: 120px;
  height: 80px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.trending-post-image img:hover {
  opacity: 0.6;
}

.trending-post-content {
  padding-left: 20px;
}

.trending-post-content h4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 0;
}

.trending-post-content span {
  font-size: 12px;
  line-height: 1;
}

.categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px 2px;
  border-bottom: 1px solid #ddd;
}

.categories li:last-child {
  border-bottom: 0;
}

.categories li a {
  color: #280000;
  font-size: 14px;
  transition: all 0.3s ease;
}

.categories li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size:  90%;
  display: inline-block;
  margin-right: 10px;
}

.categories li a:hover {
  color: #D1212A;
}

.single-entry {
  padding: 20px;
  background: #fff;
}

.single-entry-title h1 {
  font-size: 40px;
}

.single-entry-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.single-entry-content h3 {
  font-size: 18px;
}

.single-entry-content img {
  display: block;
  max-width: 100% !important;
  height: auto;
}

/*-------------------------------*/
/*- FAQ -------------------------*/
/*-------------------------------*/

.question h4 {
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  padding-left: 40px;
}

.question h4:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f13a';
  font-family: Fontawesome;
  display: inline-block;
  transition: all 0.6s ease;
}

.question h4.active:before {
  content: '\f139';
}

.question h4:hover, .question h4.active {
  color: #D1212A;
}

/*-------------------------------*/
/*- Press -----------------------*/
/*-------------------------------*/

.article {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}

.article-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.article-content span {
  color: #aaa;
  font-size: 14px;
  text-transform: uppercase;
}


/*-------------------------------*/
/*- Image Text Grid -------------*/
/*-------------------------------*/

#desktop-image-text-grid { display: none; }

.image-text-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.image-text-content {
  position: relative;
  padding: 100px 40px;
  background-color: #fff;
}

.image-text-content .dots {
  position: absolute;
  top: 0;
  left: 100px;
  width: 200px;
  height: 50%;
  background-image: url(assets/img/elements/dots.svg);
  background-repeat: repeat;
}

.image-text-block {
  position: relative;
  z-index: 9;
}

.image-text-content h3 {
  position: relative;
}

.image-text-content h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
  height: 11px;
  background: linear-gradient(258.78deg, #D1212A 28.21%, #280000 162.49%);
  transform: skew(-20deg);
}

.image-text-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

/*-------------------------------*/
/*- Table Block -----------------*/
/*-------------------------------*/

.table-block table {
  background: #f7f7f7;
  border: 1px solid #eee;
  font-size: 14px;
}

.table-block th {
  background-color: #D1212A;
  color: #fff;
  font-weight: 500;
}

.table-block th, .table-block td {
  border-right: 1px solid #eee;
  padding: 10px;
}

.table-block th:last-child, .table-block td:last-child {
  border-right: 0;
}

.table-caption {
  font-size: 12px;
  padding: 20px 0;
}

/*-------------------------------*/
/*- Process Block ---------------*/
/*-------------------------------*/

.single-step {
  border: 3px dashed #eee;
  transition: all 0.3s ease;
}

.single-step:hover {
  background: #f9f9f9;
}

.step-count {
  width: calc((100% / 12) * 3);
  color: #484848;
  text-align: center;
  vertical-align: middle;
  font-size: 72px;
  font-weight: 900;
}

.step-content {
  padding: 50px 20px 50px 0;
}

.step-content h4 {
  font-family: 'Heebo', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #d1212a;
}

/*-------------------------------*/
/*- Footer ----------------------*/
/*-------------------------------*/

.breadcrumb {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
  margin: 0;
}

.breadcrumb li i {
  display: inline-block;
  margin: 0 5px;
}

/*-------------------------------*/
/*- Footer ----------------------*/
/*-------------------------------*/

#footer-newsletter {
  background-image: url('assets/img/backgrounds/newsletter-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 60px 0;
}

#footer-newsletter.cgn-newsletter {
  background-image: url('assets/img/backgrounds/newsletter-cgn-bg.webp');
}

#footer-newsletter {
  color: #fff;
  margin-bottom: 0;
}

#footer-newsletter h3 {
  color: #fff;
}

.footer-quote {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

#footer {
  padding: 50px 0;
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-width: 100px;
  display: inline-block;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.partner {
  flex: 0 0 calc(((100% / 12) * 6) - 20px);
  margin: 10px;
  padding: 20px;
  text-align: center;
}

.partner img {
  width: 100%;
  height: auto;
  max-width: 150px;
  display: inline-block;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li a {
  color: #280000;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact li {
  display: table;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.footer-contact li .icon {
  display: table-cell;
  vertical-align: top;
  width: 46px;
  line-height: 1;
}

.footer-contact li .icon span {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
}

.footer-contact li .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #D1212A;
}

.cgn-contact li .icon i {
  color: #00aeef;
}

.footer-contact li .meta {
  display: table-cell;
  vertical-align: middle;
}

.footer-contact li address {
  display: inline-block;
  font-style: normal;
}

.footer-contact li a {
  color: #280000;
}

.cgn-contact li a {
  color: #000028;
}

#copyright {
  padding: 20px 0;
  border-top: 1px solid #DFD9D9;
  font-size: 14px;
}

.copyright-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
}

.copyright-menu li:not(:first-child) {
  padding-left: 10px;
}

.copyright-menu li:not(:first-child):before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.copyright-menu li a {
  color: #280000;
  font-weight: 600;
  transition: all 0.3s ease;
}

.copyright-menu li a:hover {
  color: #D1212A;
}

.cgn-copyright li a {
  color: #000028;
}

.cgn-copyright li a:hover {
  color: #00aeef;
}

.footer-socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-socials li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
}

.footer-socials li a {
  font-size: 20px;
}

.cgn-footer-socials li a {
  color: #00aeef;
}

#fb-messenger-fake-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 24px;
  right: 24px;
  padding: 0 !important;
  border-radius: 50%;
  /* you may use a color of your theme */
  --msgr-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}
#fb-messenger-fake-button svg {
    display: block;
    position: absolute;
    z-index: 999;
}
#fb-messenger-fake-button.active #logo {
    opacity: 0;
}
#fb-messenger-fake-button.active #spinner {
    animation: spin 3s linear infinite;
    transform-origin: center;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*-------------------------------*/
/*- PreOrder Popup --------------*/
/*-------------------------------*/

#popup {

}

.popup-content {
  padding: 20px;
}

.popup-content h2 {
  font-size: 32px;
}

/*-------------------------------*/
/*- Protected Popup -------------*/
/*-------------------------------*/

#protected-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  z-index: 100;
  display: none;
}

.protected-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 101;
}

.protected-content {
  max-width: 80%;
  width: 800px;
  height: 800px;
  max-height: 80vh;
  margin: 100px auto;
  background: #fff;
  position: relative;
  z-index: 103;
  padding: 20px;
  box-shadow: 0 2px 5px #000;
  overflow:auto;
}


/*-------------------------------*/
/*- Sidebar Menu ----------------*/
/*-------------------------------*/

.parent-sidebar-menu,
.child-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.parent-sidebar-menu li {
  margin: 0;
  padding: 0;
}

.parent-sidebar-menu li a {
  display: block;
  color: #280000;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 0 0 15px 2px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}

.parent-sidebar-menu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 90%;
  display: inline-block;
  margin-right: 10px;
}

.parent-sidebar-menu li a:hover,
.parent-sidebar-menu li.current-menu-item > a  {
  color: #D1212A;
} 

/*.child-sidebar-menu {
  margin: 10px 0;
}

.child-sidebar-menu > li,
.grandchild-sidebar-menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.grandchild-sidebar-menu {
  list-style: none;
  margin: 20px 0 0 20px;
  padding: 0;
}

.child-sidebar-menu > li a,
.grandchild-sidebar-menu > li a {
  position: relative;
  color: #280000;
  font-size: 14px;
  transition: all 0.3s ease;
  margin: 0;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #ddd;
}

.child-sidebar-menu > li a:before,
.grandchild-sidebar-menu > li a:before {
  content: "\f0c8";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-sharp-solid);
  font-size: 10px;
  display: inline-block;
}

.child-sidebar-menu > li.current-menu-item > a {
  font-weight: 600;
}

.grandchild-sidebar-menu > li.current-menu-item > a {
  font-weight: 600;
}*/

/*-------------------------------*/
/*- Manychat --------------------*/
/*-------------------------------*/

.mcwidget-embed {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 96px;
  z-index: 99999;
  box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
}

.mcwidget-embed i {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999999;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.mcwidget-icon {
  position: fixed;
  right: 12px;
  bottom: 24px;
  z-index: 99999;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #1877f2;
  color: #fff;
  cursor: pointer;
}

.mcwidget-icon i {
  font-size: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/*-------------------------------*/
/*- Location Table --------------*/
/*-------------------------------*/

.location-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 10px;
}

.location-table thead {
  display: none;
}

.location-table td {
  display: flex;
  padding: 1.2rem 0;
}

.location-table tr.spacer {
  height: 20px;
}

.location-table td:before {
  content: attr(label);
  font-weight: bold;
  width: 120px;
  min-width: 120px;
}

.location-table td.no-data {
  display: none;
}

.location-table td.td-1 {
  border-top: 20px solid #fff;
}

.camp-table-date {
  background-color: #f7f7f7;
  margin-bottom: 10px;
}

.camp-table-date-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.camp-table-date-content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-weight: bold;
}

.camp-table-data {
  margin-bottom: 40px;
}

.camp-table-row {
  border-bottom: 0.1rem solid #e1e1e1;
}

.column.span-6.camp-table-title {
  padding: 10px 0;
  margin-bottom: 0;
  width: calc(((100% / 12) * 8) - 20px);
}

.column.span-3.camp-table-kids {
  padding: 10px 0;
  margin-bottom: 0;
  width: calc(((100% / 12) * 4) - 20px);
}

/*-------------------------------*/
/*- Forms -----------------------*/
/*-------------------------------*/

input:not([type]), 
input[type=text], 
input[type=url], 
input[type=color], 
input[type=date], 
input[type=month], 
input[type=week], 
input[type=datetime], 
input[type=datetime-local], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
select, 
textarea {
  border-color: #eee;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #fff;
  color: #777;
}

textarea {
  min-height: 300px;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23469d5b" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

/* Gravity Forms Confirmation */

body .gform_confirmation_message  { 
  color: #155724;
  background-color: #d4edda;
  padding: 15px 30px;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
}

/*-------------------------------*/
/*- Mobile First Media Queries --*/
/*-------------------------------*/

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {

}

/* Larger than tablet */
@media (min-width: 750px) {
  #logo { width: calc(((100% / 12) * 3) - 20px); }
  #header-right { width: calc(((100% / 12) * 9) - 20px); }
  #header-social { display: block; }
  #top-menu { display: block; }
  .container.has-background { padding: 60px 20px 0 20px; }
  .main-hero .grid { padding: 200px 0; }
  .location-hero .grid { padding: 100px 0; }
  .icon-card { width:  calc(((100% / 12) * 4) - 20px); }
  .headline-block .table-cell { display: table-cell; width: 50%; }
  .single-event { width: calc(((100% / 12) * 6) - 20px); }
  .location-hero-map { text-align: right; }
  #location-map { width: 80%; }
  .narrow .container .rate-col {
    min-width: calc((100% / 2) - 20px);
  }
  .container .rate-col {
    min-width: calc(((100% / 12) * 4) - 20px);
  }
  .rate-col {
    min-width: calc(((100% / 12) * 3) - 20px);
  }
  #mobile-event-table { display: none; }
  #event-table { display: table; }
  #mobile-image-text-grid { display: none; }
  #desktop-image-text-grid { display: flex; }
  .page-hero h1, .page-title h1 { font-size: 48px; }
  h3 { font-size: 44px; }
  .partner { flex: 0 0 calc(((100% / 12) * 2) - 20px); }

  .media { gap: 40px; padding-bottom: 50px; }
  .media-image { flex: 1; }
  .media-body { flex: 1; }


  .location-table thead {
    display: table-header-group;
  }

  .location-table th {
    background-color: #D1212A;
    color: #fff;
    font-weight: 500;
    padding: 1.2rem;
  }

  .location-table td {
    display: table-cell;
    padding: 1.2rem;
  }

  .location-table tr.spacer {
    display: none;
  }

  .location-table td:before {
    content: none;
    font-weight: bold;
    width: 120px;
    min-width: 120px;
  }

  .location-table td.no-data { display: table-cell; }

  .location-table td.td-1 { border-top: none; }

  .camp-table-date { margin-bottom: 20px; }
  .camp-table-data { margin-bottom: 20px; }
  .camp-table-row { margin-bottom: 0; }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  #header-menu { display: block; }
  #mobile-menu { display: none; }
  .page-hero h1 { font-size: 68px; }
  h2 { font-size: 55px; }
  .main-hero h1 { font-size: 75px; }
  .headline-block .headline h2 { font-size:  75px; }
  .single-event { width: calc(((100% / 12) * 4) - 20px); }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .container.has-background { padding: 50px 100px 0 100px; }
  .headline-left .dots { left: auto; right: 250px; }
}