:root {
  --primaryClr: #de1c28;
  --primary2Clr: #b11620;
  --secondaryClr: #00b34f;
  --secondary2Clr: #006a30;
  --secondary3Clr: #004620;
  --siteYellow: #e8af0b;
  --siteYellow2: #ca9705;
  --siteYellow3: #ecbf3b;
  --siteDark: #000;
  --siteDark2: #242424;
  --siteDark3: #373737;
  --siteDark4: #4d4d4d;
  --siteGray: #8b8b8b; }

@font-face {
  font-family: TitilliumWeb;
  src: url("../fonts/TitilliumWeb-SemiBold.ttf");
  font-weight: 500; }
@font-face {
  font-family: TitilliumWeb;
  src: url("../fonts/TitilliumWeb-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: TitilliumWeb;
  src: url("../fonts/TitilliumWeb-Bold.ttf");
  font-weight: 600; }
@font-face {
  font-family: TitilliumWeb;
  src: url("../fonts/TitilliumWeb-Light.ttf");
  font-weight: 300; }
body {
  font-family: TitilliumWeb;
  background-color: var(--siteDark2);
  color: #fff;
  font-size: 15px; }

a, a:hover, a:active, a:focus {
  text-decoration: none; }

hr {
  border-color: #454545;
  margin-top: 40px;
  margin-bottom: 40px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

/*---------------------- Comman CSS --------------------------*/
.box_white {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 3px 11px 15px rgba(0, 0, 0, 0.3);
  padding: 50px; }

ul.menu__list a {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  display: inline-block; }

.social_menu a {
  font-size: 20px;
  color: #fff;
  margin: 0 10px; }

.site_tabs .nav-link {
  background-color: var(--siteDark4);
  color: #fff;
  padding: 18px 30px;
  margin-right: 15px;
  font-size: 17px;
  transition: all ease .3s;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-align: center; }
  .site_tabs .nav-link.active {
    background-color: var(--primary2Clr); }
  .site_tabs .nav-link:not(.active):hover {
    background-color: var(--siteGray); }
  .site_tabs .nav-link:after {
    content: "...";
    font-size: 22px;
    font-family: cursive;
    letter-spacing: 7px;
    line-height: .5;
    opacity: .5; }

/* --------------- typography ------------------ */
h2, h1, h3 {
  letter-spacing: 1px; }

.comman_heading {
  text-align: center;
  margin-bottom: 38px; }
  .comman_heading h2 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 2px; }
  .comman_heading h4 {
    font-size: 24px;
    color: #666;
    margin-bottom: 0; }

.big_heading {
  font-size: 80px; }

button:focus, .btn:focus {
  outline: none;
  box-shadow: none; }

/* ::-moz-selection {
  color: #fff;
  background: var(--siteGray);
}

::selection {
  color: #fff;
  background: var(--siteGray);
}*/
.form-control:focus, .form-control:active, .form-control:hover {
  box-shadow: none;
  outline: none;
  border-color: #eee; }

.app_main {
  min-height: calc(100vh - 127px);
  margin-top: 126px; }

.bg_primary {
  background-color: var(--primaryClr); }

.bg_dark {
  background-color: var(--siteDark); }

.bg_dark2 {
  background-color: var(--siteDark2); }

.bg_dark3 {
  background-color: var(--siteDark3); }

.bg_dark4 {
  background-color: var(--siteDark4); }

.themeClr {
  color: var(--primaryClr); }

.textYellow {
  color: var(--siteYellow); }

.textRed {
  color: var(--primaryClr); }

.textMuted {
  color: var(--siteGray); }

.text-dark {
  color: #000 !important; }

@media (min-width: 768px) {
  .event_details_content div {
    width: 50%; }

  .location_content_inner {
    background-color: rgba(0, 0, 0, 0.7); }

  .btn_text_primary {
    float: right; }
    .btn_text_primary:first-child {
      margin-left: 10px; }

  .unlocks_warpr p {
    font-size: 16px; }

  .btn_primary, .btn_secondary, .btn_3 {
    height: 64px; }

  .event_unsearch_form .input-group:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 50%;
    color: #b3b3b3;
    z-index: 99;
    font-size: 22px;
    transform: translateY(-50%);
    pointer-events: none; }
  .event_unsearch_form input {
    padding-left: 70px; } }
@media (min-width: 992px) {
  .event_unsearch_form h1 {
    font-size: 60px;
    line-height: 72px; }

  .rank_table td:last-child a:last-child img {
    margin-left: 14px; }

  .top_header .dropdown-toggle, .top_header .header_server {
    min-width: 180px;
    text-align: center; }

  .site_logo {
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0; }

  .comman_heading h2 {
    font-size: 2.45em; }

  .burger {
    padding-bottom: 70px;
    padding-top: 70px; }

  .guter {
    padding-left: 150px;
    padding-right: 150px; }

  .t-burger {
    padding-top: 80px; }

  .b-burger {
    padding-bottom: 80px; } }
@media (min-width: 1025px) {
  .btn_text_primary {
    min-width: 103px; }

  .leftSpace {
    margin-left: 221px; }

  .leftSpace .container {
    margin-left: 0;
    max-width: calc(100% - 84px); }

  /* .primary_menu_inner {
      position: fixed;
      background-color: #fff;
      top: 68px;
      left: 31px;
      box-shadow: 1px 6px 10px rgba(0, 1, 1, 0.07);
      width: 190px;
      height: calc(100vh - 131px);
      display: flex;
      align-items: center;
      justify-content: center;
  } */ }
@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 60px); }

  .primary_menu a.nav-link {
    font-size: 16px; }

  h1 {
    font-size: 2.7em; } }
.bg_center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* --------------------- buttons ----------------- */
.table {
  margin-bottom: 0; }

.comman_table thead, .comman_table tbody {
  display: block; }

.comman_table tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.comman_table td, .comman_table th {
  flex: 1; }

.comman_table tbody {
  overflow-y: auto;
  scrollbar-width: thin; }

.comman_table tbody::-webkit-scrollbar-thumb {
  background-color: var(--siteGray);
  width: 7px;
  border-radius: 10px; }

.comman_table tbody::-webkit-scrollbar {
  background-color: var(--siteDark4);
  width: 7px;
  border-radius: 10px; }

.comman_table tbody::-webkit-scrollbar-track {
  border-radius: 10px; }

.comman_table th:first-child img, .comman_table td:first-child img {
  width: 27px;
  margin-left: 12px; }

.table_dark {
  border-bottom: 1px solid var(--siteDark4); }
  .table_dark tbody tr {
    background-color: rgba(255, 255, 255, 0.04);
    margin-bottom: 8px; }
  .table_dark tr:last-child {
    margin-bottom: 0; }
  .table_dark thead {
    border-bottom: 1px solid var(--siteDark4); }

.progress_bar {
  width: 85px;
  height: 85px;
  font-size: 20px;
  font-weight: 600; }

.progress_bar .track, .progress_bar .fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 10;
  -webkit-transform: rotate(90deg) translate(0px, -80px);
  transform: rotate(90deg) translate(0px, -80px); }

.progress_bar .track {
  stroke: var(--siteDark3); }

.progress_bar .fill {
  stroke: var(--primaryClr);
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 1s; }

.progress_bar .value, .progress_bar .text {
  font-family: 'Open Sans';
  fill: white;
  text-anchor: middle; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

/* --------------------- buttons ----------------- */
button:focus {
  outline: none; }

.btn_disabled {
  pointer-events: none;
  opacity: .7;
  user-select: none; }

.btn_text_primary {
  color: #fff;
  background-color: var(--siteDark4);
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  height: 32px;
  position: relative;
  border-left: 5px solid var(--primaryClr);
  transition: all ease .3s;
  display: inline-block;
  text-align: center; }
  .btn_text_primary:hover {
    color: #fff;
    background-color: var(--primaryClr); }

.btn_primary {
  background-color: var(--primaryClr); }
  .btn_primary:hover {
    background-color: var(--primaryClr); }
  .btn_primary:active {
    background-color: var(--primary2Clr); }

.btn_secondary {
  background-color: var(--secondaryClr); }
  .btn_secondary:hover {
    background-color: var(--secondary2Clr); }
  .btn_secondary:active {
    background-color: var(--secondary2Clr); }

.btn_3 {
  background-color: var(--siteYellow); }
  .btn_3:hover {
    background-color: var(--siteYellow2); }
  .btn_3:active {
    background-color: var(--siteYellow3); }

.btn_border_3 {
  border: 2px solid var(--siteYellow); }
  .btn_border_3:hover {
    color: #fff;
    background-color: var(--siteYellow); }

.btn_border_3 {
  background-color: transparent;
  text-align: center;
  white-space: nowrap;
  padding: .6em 2em;
  display: inline-block;
  color: #000;
  border-radius: 3px;
  font-size: 1.07em;
  transition: all ease .3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 500; }

.btn_primary, .btn_secondary, .btn_3 {
  text-align: center;
  white-space: nowrap;
  padding: .6em 2em;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-size: 1.07em;
  transition: all ease .3s;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 500; }
  .btn_primary:hover, .btn_primary:active, .btn_primary:focus, .btn_secondary:hover, .btn_secondary:active, .btn_secondary:focus, .btn_3:hover, .btn_3:active, .btn_3:focus {
    color: #fff; }
  .btn_primary img, .btn_secondary img, .btn_3 img {
    width: 27px;
    margin-right: 15px; }

/* --------------------- Header  ------------------------- */
.top_header .dropdown.show .dropdown-toggle {
  background-color: var(--siteDark2); }
.top_header .dropdown-toggle {
  font-weight: 300; }
.top_header .dropdown {
  display: inline-block;
  position: relative; }
.top_header .dropdown-item {
  color: #fff; }
.top_header .dropdown-item {
  padding: 10px 17px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300; }
  .top_header .dropdown-item:hover {
    color: var(--siteDark3); }
  .top_header .dropdown-item:not(:hover) img {
    filter: brightness(100); }
  .top_header .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
.top_header .dropdown-menu {
  background-color: var(--siteDark4);
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 20px 0;
  border-top: 0;
  /* &:after {
      content: "";
      width: 100%;
      height: 100px;
      display: inline-block;
      transform: skew(0deg, 13deg);
      position: absolute;
      background-color: var(--siteDark4);
      bottom: -37px;
      z-index: -1;
  } */ }
  .top_header .dropdown-menu img {
    margin-right: 20px;
    width: 20px; }
.top_header .dropdown-toggle, .top_header .header_server {
  color: #fff;
  min-height: 45px;
  display: inline-block;
  line-height: 42px;
  padding: 0 20px; }
.top_header .header_server {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797; }
.top_header button {
  border-radius: 0;
  letter-spacing: 1px; }

.primary_menu {
  background-color: var(--siteDark);
  flex-direction: row; }
  .primary_menu .nav-item {
    flex: 1; }
  .primary_menu a.nav-link {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding: 28px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .primary_menu a.nav-link img {
      margin-right: 11px;
      width: 24px;
      filter: brightness(100); }
    .primary_menu a.nav-link:hover {
      background-color: var(--siteDark3);
      color: #fff; }

.primary_menu_inner .btn_primary {
  width: 100%;
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0; }

/* --------------------- footer ----------------------- */
.social {
  margin-bottom: 0; }
  .social li:not(:last-child) > a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    line-height: 26px;
    font-size: 14px; }
  .social li {
    display: inline-block;
    margin: 18px 12px;
    text-align: center; }
    .social li:last-child a {
      font-size: 18px;
      color: #fff; }

/* --------------------  Events Unsearch -------------------- */
.map_bg {
  background-image: url("../img/search-map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.event_unsearch_form {
  color: #fff;
  min-height: calc(100vh - 127px);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px; }
  .event_unsearch_form h1 {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6); }
  .event_unsearch_form button, .event_unsearch_form input {
    border-radius: 0 !important; }
  .event_unsearch_form input:focus::placeholder {
    opacity: .6; }
  .event_unsearch_form input:focus {
    background-color: #eee; }

/* ----------------------- Dashboard --------------------- */
.site_media {
  text-align: center; }
  .site_media div {
    position: relative;
    margin-bottom: 15px; }
    .site_media div img {
      width: 100px; }
    .site_media div span {
      white-space: nowrap;
      font-size: 38px;
      font-weight: 600;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .site_media p {
    font-weight: 600;
    margin-bottom: 0; }
    .site_media p img {
      width: 25px;
      margin-left: 8px; }
  .site_media sub, .site_media sup {
    font-size: 49%; }
  .site_media:first-child div span {
    left: 85%; }

.unlocks_warpr {
  background-color: var(--siteDark3);
  padding: 20px;
  border: 2px solid var(--siteDark4); }
  .unlocks_warpr img {
    width: 27px; }
  .unlocks_warpr p {
    opacity: .6; }
  .unlocks_warpr h5 {
    font-size: 19px; }
  .unlocks_warpr li:last-child p {
    margin-bottom: 0; }

.progressBar_Wrapr .progress-bar {
  background-color: #d0021b;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 4rem 4rem;
  position: relative; }
  .progressBar_Wrapr .progress-bar:before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("../img/location.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(50%, -100%);
    background-position: center;
    opacity: .6; }
.progressBar_Wrapr .progress {
  height: 21px;
  border-radius: 0;
  overflow: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 4rem 4rem; }
  .progressBar_Wrapr .progress:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 21px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1; }

.progressBar_Wrapr {
  position: relative;
  margin-top: 80px;
  min-height: 180px; }

.progress_inner {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  top: -31px; }
  .progress_inner div {
    text-align: right;
    position: relative;
    flex: 1; }
    .progress_inner div:nth-child(2) {
      flex: 0 0 50%;
      text-align: center; }
    .progress_inner div:last-child {
      text-align: left;
      flex: 0 0 20%; }
      .progress_inner div:last-child p {
        text-align: right; }
    .progress_inner div.disabled h5 + img {
      filter: contrast(0);
      opacity: .6; }
  .progress_inner p {
    margin-bottom: 7px; }
  .progress_inner p > img {
    width: 30px;
    position: absolute;
    top: -18px;
    left: 0; }
  .progress_inner span {
    display: inline-block;
    height: 54px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    border-top: 21px solid #000; }
  .progress_inner h5 {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .progress_inner img {
    max-width: 98px; }

.rank_table tbody {
  max-height: 700px;
  padding-right: 10px; }
.rank_table td:last-child img {
  max-width: 98px; }
.rank_table td:first-child img {
  width: 27px;
  margin-left: 12px; }
.rank_table th:first-child, .rank_table td:first-child {
  max-width: 95px; }

.rank_table th:last-child, .rank_table td:last-child, .rank_table th:nth-child(4), .rank_table td:nth-child(4) {
  flex: 0 0 28%; }

.rank_table tbody tr {
  align-items: center; }

.timer {
  margin-bottom: 0; }
  .timer li {
    display: inline-block;
    text-align: center;
    width: 28px;
    font-weight: 500; }
    .timer li::after {
      content: ":";
      margin-left: 4px;
      position: absolute;
      font-weight: 500; }
    .timer li:last-child::after {
      content: none; }

/* ------------------- Search Results --------------------*/
.upcoming_item {
  background-color: #fff;
  color: #666;
  padding: 30px; }
  .upcoming_item h2 {
    margin: 18px 0;
    color: #000; }
  .upcoming_item h3 {
    margin-bottom: 18px; }
  .upcoming_item strong {
    letter-spacing: 1px; }
  .upcoming_item h3 + strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block; }
  .upcoming_item p img {
    margin-right: 15px; }
  .upcoming_item p {
    font-size: 17px;
    font-weight: 500; }
  .upcoming_item .btn_border_3 {
    font-size: 20px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 20px; }

.search_results_sideBar .input-group {
  padding: 50px 30px 20px 30px;
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.4);
  z-index: 1; }
.search_results_sideBar input {
  font-size: 19px;
  padding: 10px 20px; }
.search_results_sideBar button {
  font-size: 19px;
  padding: .6em 1.4em; }
.search_results_sideBar .search_results::-webkit-scrollbar-thumb {
  background-color: var(--siteGray);
  width: 7px;
  border-radius: 10px; }
.search_results_sideBar .search_results::-webkit-scrollbar {
  background-color: var(--siteDark4);
  width: 7px;
  border-radius: 10px; }
.search_results_sideBar .search_results {
  max-height: calc(100vh - 261px);
  margin-bottom: 0;
  overflow-y: auto;
  scrollbar-width: thin; }
  .search_results_sideBar .search_results li {
    padding: 15px 30px;
    border-top: 1px solid var(--siteDark4);
    position: relative; }
    .search_results_sideBar .search_results li a, .search_results_sideBar .search_results li a:hover {
      color: #fff; }
    .search_results_sideBar .search_results li:last-child {
      border-bottom: 1px solid var(--siteDark4); }
  .search_results_sideBar .search_results p {
    margin-bottom: 0;
    color: var(--siteGray); }
    .search_results_sideBar .search_results p time {
      float: right; }

.map_results small {
  font-size: 16px;
  color: #4d4d4d; }

.big_table th, .big_table td {
  padding: 1.4em .8em; }

/*------------------ online schedule -------------------*/
.big_table th:last-child, .big_table td:last-child {
  flex: 14%; }

/*------------------ Online Pop Up - -------------------*/
.payout_item p {
  margin-bottom: 5px; }
.payout_item h6 {
  margin-bottom: 5px; }
.payout_item aside {
  margin-bottom: 35px; }

/*------------------- Location Closed -------------------*/
.location_content_inner p {
  margin-bottom: 12px; }
  .location_content_inner p:last-child {
    margin-bottom: 0; }

.location_closed .map_bg {
  height: 376px; }

.location_content {
  padding: 40px 15px 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px; }

.week_indicators {
  display: flex; }

.week_indicators li input:checked + span:before {
  cursor: pointer;
  content: "";
  position: absolute;
  left: 3px;
  height: 7px;
  width: 15px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  bottom: 7px; }

.img_gallary {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -10px;
  width: calc(100% + 10px); }

.img_gallary img {
  max-width: 100%;
  height: auto;
  width: calc(14.28% - 10px);
  margin-left: 10px;
  margin-bottom: 10px; }

.week_indicators span {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

.week_indicators li {
  cursor: pointer;
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 28px; }

.week_indicators li span:after {
  cursor: pointer;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--primaryClr);
  display: inline-block;
  border-radius: 3px;
  margin-top: 5px; }

.event_meta .media {
  margin-top: 25px; }
  .event_meta .media h5 {
    font-size: 36px;
    margin: 0;
    line-height: 1; }
  .event_meta .media img {
    width: 70px;
    height: 70px;
    object-fit: contain; }
  .event_meta .media p {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 0; }

/* ------------------- responsive added --------------------- */
.event_details .map_bg {
  height: 375px; }

.event_details_meta h2 {
  font-size: 36px; }

/* ---------------------- Result pop Up  --------------------- */
.result_popup_table {
  text-align: center; }

.result_popup_table th {
  border: none !important; }

/* ------------------- responsive added --------------------- */
@media (max-width: 374px) {
  .rank_table td, .rank_table th {
    font-size: 13px; }

  .progress_inner img {
    max-width: 72px; }

  .primary_menu a.nav-link {
    font-size: 12px;
    padding: 9px 6px; } }
@media (min-width: 374px) and (max-width: 479px) {
  .primary_menu a.nav-link {
    font-size: 13px;
    padding: 9px 11px; } }
@media (max-width: 479px) {
  .big_table .btn_text_primary {
    font-size: 12px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .primary_menu a.nav-link {
    font-size: 14px;
    padding: 9px 16px; } }
@media (max-width: 575px) {
  .upcoming_item {
    margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 991px) {
  .upcoming_item {
    margin-bottom: 30px; }

  .big_table th:last-child, .big_table td:last-child {
    flex: 0 0 100px; }

  .online_schedule_table td:first-child, .online_schedule_table th:first-child, .online_schedule_table td:nth-child(2), .online_schedule_table th:nth-child(2) {
    min-width: 100px; }

  .online_schedule_table td {
    text-overflow: unset;
    white-space: normal; }
  .online_schedule_table .btn_text_primary {
    min-width: 80px;
    padding: 2px 10px; } }
@media (max-width: 767px) {
  .result_popup td:last-child {
    display: flex;
    align-items: center; }
  .result_popup h5 {
    margin-top: 20px;
    font-size: 17px; }
  .result_popup table th, .result_popup table td {
    padding: .65em;
    font-size: 14px; }

  .box_white {
    padding: 20px; }

  .map_results h5 {
    font-size: 1.1em; }
  .map_results h3 {
    font-size: 1.5em; }
  .map_results h2 {
    font-size: 1.7em; }

  .search_results li {
    font-size: 14px; }

  .online_schedule_table a.btn_text_primary {
    flex: 1; }
    .online_schedule_table a.btn_text_primary:first-child {
      margin-right: 10px; }
  .online_schedule_table thead {
    display: none; }
  .online_schedule_table tbody tr {
    flex-direction: column; }
  .online_schedule_table td {
    text-overflow: unset;
    white-space: normal;
    flex: auto;
    position: relative;
    display: flex;
    justify-content: flex-start; }
    .online_schedule_table td:before {
      flex: 0 0 90px; }
    .online_schedule_table td:first-child:before {
      content: "Event"; }
    .online_schedule_table td:nth-child(2):before {
      content: "Type"; }
    .online_schedule_table td:nth-child(3):before {
      content: "King"; }
    .online_schedule_table td:nth-child(4):before {
      content: "Coast"; }
    .online_schedule_table td:nth-child(5):before {
      content: "Time"; }
    .online_schedule_table td:nth-child(6):before {
      content: "Date"; }

  .event_details_meta {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px; }
    .event_details_meta li {
      flex-direction: column;
      align-items: center; }
    .event_details_meta img {
      width: 40px;
      margin-bottom: 10px; }
    .event_details_meta .media-body {
      text-align: center; }
    .event_details_meta h2 {
      font-size: 26px;
      margin-bottom: 0; }

  .map_bg {
    background-image: url("../img/only-map.png"); }

  .result_table a.btn_text_primary {
    flex: 1;
    max-width: 150px; }
    .result_table a.btn_text_primary:first-child {
      margin-right: 10px; }
  .result_table thead {
    display: none; }
  .result_table tbody tr {
    flex-direction: column; }
  .result_table td {
    text-overflow: unset;
    white-space: normal;
    flex: auto;
    position: relative;
    display: flex;
    justify-content: flex-start; }
    .result_table td:before {
      flex: 0 0 90px; }
    .result_table td:first-child:before {
      content: "Location"; }
    .result_table td:nth-child(2):before {
      content: "Day"; }
    .result_table td:nth-child(3):before {
      content: "Date"; }
    .result_table td:nth-child(4):before {
      content: "Time"; }
    .result_table td:nth-child(5):before {
      content: "Player"; }
    .result_table td:nth-child(6):before {
      content: "Top 20%"; }
    .result_table td:nth-child(6):before {
      content: "Winner"; }

  .event_table thead {
    display: none; }
  .event_table td {
    flex: auto;
    padding: 0 !important; }
    .event_table td:last-child {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%); }
  .event_table thead {
    display: none; }
  .event_table tr {
    flex-wrap: wrap;
    position: relative;
    padding: 10px 90px 10px 10px;
    margin-bottom: 0 !important;
    border: 1px solid #555555 !important;
    background-color: #2d2d2d !important;
    border-width: 0px 1px 1px 1px !important; }
  .event_table .btn_text_primary {
    min-width: 70px;
    padding: 4px 10px; }

  .location_content_inner h2 {
    font-size: 21px; }

  .site_tabs .nav-item .nav-link:not(.active) {
    color: rgba(255, 255, 255, 0.5); }

  .event_meta .media p {
    font-size: 16px; }
  .event_meta .media h5 {
    font-size: 23px;
    margin: 0; }
  .event_meta .media img {
    width: 40px;
    height: 40px; }

  .comman_heading h2 {
    font-size: 35px; }

  .comman_heading h4 {
    font-size: 19px;
    letter-spacing: 1px; }

  .event_unsearch_form button {
    padding: 11px 6px;
    min-width: 50px;
    font-size: 13px; }
  .event_unsearch_form input {
    font-size: 14px; }

  .event_unsearch_form h1 {
    font-size: 45px;
    line-height: 67px; }

  .unlocks_warpr h5 {
    font-size: 17px; }

  hr {
    margin-top: 25px;
    margin-bottom: 25px; }

  .progress_inner {
    top: -26px; }
    .progress_inner img {
      max-width: 85px; }
    .progress_inner h5 {
      font-size: 17px; }
    .progress_inner p {
      font-size: 11px; }
      .progress_inner p > img {
        width: 20px;
        top: -14px; }

  .progressBar_Wrapr .progress-bar:before {
    width: 27px;
    height: 27px;
    top: -14px; }

  .location_content {
    position: static;
    padding: 15px; }

  h1 {
    font-size: 32px; }

  .btn_primary, .btn_secondary, .btn_3 {
    min-width: 70px;
    padding: .6em 1em; }

  .event_unsearch_form {
    padding: 30px;
    width: 100%; }

  .timer li {
    width: 21px; }

  .site_media div {
    margin-bottom: 10px; }
  .site_media div img {
    width: 50px; }
  .site_media div span {
    font-size: 19px; }
  .site_media p {
    font-size: 14px; }

  .progress_bar {
    width: 50px;
    height: 50px; }

  .burger {
    padding-top: 40px;
    padding-bottom: 40px; }

  .app_main {
    margin-top: 130px; }

  .dashboard h2 {
    font-size: 21px; }

  .big_heading {
    font-size: 40px; }

  .top_header p {
    color: var(--siteYellow);
    background-color: var(--siteDark3);
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center; }
  .top_header .dropdown-menu {
    padding: 5px 0;
    width: calc(100% + 2px);
    right: 0px;
    left: auto;
    margin-top: 4px;
    /* &:after{
    	bottom: -18px;
    } */ }
    .top_header .dropdown-menu:after {
      content: "";
      position: absolute;
      border-bottom: 14px solid var(--siteDark4);
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      top: 0;
      left: 100px;
      margin: 0 auto;
      display: inline-block;
      transform: translate(-7px, -13px); }
    .top_header .dropdown-menu img {
      margin-right: 12px;
      width: 19px; }
    .top_header .dropdown-menu .dropdown-item {
      padding: 9px;
      font-size: 13px; }

  .site_logo {
    width: 70px; }

  .top_header .dropdown-toggle, .top_header .header_server {
    padding: 0 15px;
    min-height: 42px; }

  .primary_menu a.nav-link {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .primary_menu a.nav-link img {
      margin: 0 0 5px 0;
      width: 20px;
      opacity: .7; }

  .rank_table tr {
    flex-direction: column; }
  .rank_table thead {
    display: none; }
  .rank_table td {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: normal; }
    .rank_table td:first-child {
      max-width: 100%; }
    .rank_table td:before {
      position: relative;
      display: inline-block;
      width: 50%;
      color: #fff;
      flex: 0 0 50%;
      max-width: 120px;
      padding-right: 15px; }
    .rank_table td:first-child::before {
      content: "Place"; }
    .rank_table td:nth-child(2)::before {
      content: "Player Name"; }
    .rank_table td:nth-child(3)::before {
      content: "Points"; }
    .rank_table td:nth-child(4)::before {
      content: "Qualification Status"; }
    .rank_table td:nth-child(5)::before {
      content: "Qualification Tiers"; }

  .site_tabs .nav-link {
    padding: 16px 9px; } }
@media (max-width: 991px) {
  .img_gallary img {
    width: calc(20% - 10px); }

  .event_unsearch_form h1 {
    font-size: 55px;
    line-height: 62px; }

  .comman_heading h2 {
    letter-spacing: 1px; }

  .upcoming_item h2 {
    font-size: 25px; }
  .upcoming_item h3 {
    font-size: 20px; }
  .upcoming_item h5 {
    font-size: 16px; }

  .upcoming_item .btn_border_3 {
    font-size: 18px; }

  .upcoming_item {
    padding: 20px; }

  .btn_text_primary {
    padding: 4px 20px;
    font-size: 13px;
    letter-spacing: 0px;
    height: 30px;
    line-height: 22px; }

  h2 {
    font-size: 1.8em; }

  .primary_menu {
    justify-content: space-between; }

  .site_tabs .nav-item {
    flex: 1; }
    .site_tabs .nav-item .nav-link {
      margin-right: 0;
      border-radius: 0;
      border: none; }

  /* .navbar-toggler:not(.collapsed) {
  	span.top {
  	    transform: scale3d(1,1,1) rotate(-45deg);
  	}
  	span.mid {
  	    opacity: 0;
  	}
  	span.btm {
  	    transform: scale3d(1,1,1) rotate(45deg);
  	    margin: 0 0px -3px 0;
  	}
  }
  
  .navbar-toggler {
      margin-right: -9px;
      border: none;
      width: 43px;
      padding: 9px;
      line-height: 0;
      span {
  	    display: inline-block;
  	    width: 100%;
  	    height: 2px;
  	    background-color: #fff;
  	    line-height: 0;
  	    margin-top: 2px;
  	    margin-bottom: 2px;
  	    transition: .3s;
  	    transform-origin: right;
  	}
  } */
  .comman_table th, .comman_table td {
    padding: .5em;
    word-break: break-all; }

  .rank_table td:last-child img {
    max-width: 80px; }

  .unlocks_warpr {
    padding: 15px; }

  /* .mobile_logo_wrapr {
      display: flex;
      align-items: center;
      background-color: var(--primaryClr);
      position: relative;
  } */
  .site_logo {
    display: inline-block;
    position: absolute;
    z-index: 1; } }
@media (max-width: 1024px) {
  .search_results_sideBar input {
    font-size: 16px; }
  .search_results_sideBar .input-group {
    padding: 23px 15px; }
  .search_results_sideBar .search_results li {
    padding: 15px; }
  .search_results_sideBar .btn_3 {
    padding: 7px 18px;
    height: auto;
    font-size: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .btn_text_primary {
    padding: 6px 15px;
    margin-bottom: 0 !important; } }
@media (max-width: 1199px) {
  .big_table .btn_text_primary {
    min-width: 80px; }
    .big_table .btn_text_primary:first-child {
      margin-bottom: 5px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rank_table th, .rank_table td {
    white-space: nowrap !important; }
  .rank_table tbody tr {
    display: table-row; }
  .rank_table tbody {
    display: table-row-group; }
  .rank_table thead {
    display: table-header-group; }

  .comman_heading h2 {
    font-size: 42px; }

  .comman_heading h4 {
    font-size: 22px; }

  .event_unsearch_form .btn_3 {
    padding: 1em 1.5em;
    height: auto; }

  .burger {
    padding-top: 50px;
    padding-bottom: 50px; }

  .rank_table th, .rank_table td {
    white-space: normal; }

  .top_header p {
    font-size: 14px; }

  .primary_menu a.nav-link {
    padding: 18px; }

  .top_header .dropdown-toggle, .top_header .header_server {
    line-height: 55px; }

  .site_logo {
    top: -34px;
    width: 99px;
    left: -1px; }

  .site_media div img {
    width: 70px; }
  .site_media div span {
    font-size: 27px; }

  .app_main {
    margin-top: 115px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .event_details_meta h2 {
    font-size: 27px;
    line-height: 1; }

  .event_details_meta img {
    width: 39px; }

  .event_meta .media img {
    width: 50px;
    height: 50px; }

  .event_unsearch_form {
    width: 70%; }

  .big_heading {
    font-size: 60px; }

  .event_meta .media h5 {
    font-size: 26px; }
  .event_meta .media p {
    font-size: 14px;
    line-height: 1.3; }

  .location_content_inner h2 {
    font-size: 27px; }
  .location_content_inner h5 {
    font-size: 17px; } }
@media (min-width: 992px) and (max-width: 1024px) {
  .img_gallary img {
    width: calc(20% - 10px); }

  .big_table th, .big_table td {
    padding: 1.3em .5em; }

  .site_logo {
    width: 120px; } }

/*# sourceMappingURL=style.css.map */
