/*# d5aacf
# a463a8
# 451d52
# ede43b 
# 87e66c
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: 'AfterBrush';
  src: url('./AfterBrush.otf')
  format('opentype');

font-style: normal;
}

body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 18px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #451d52 !important;
  position: sticky;
  top: 0;
  z-index: 100;}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content { 
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 230px;
  z-index: 1;
}

.dropdown-wrapper {
  margin: 15px 0;
  border-top: #ede43b 5px solid;
  background-color: #451d52;
  box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.45);
}

.dropdown-content a {
  color: #fff;
  padding: 4px 6px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #110513}

.dropdown-content a:not(:last-of-type) {
  box-shadow: 0px 2px 1px 0px rgba(220,229,228,0.2);
}

.dropdown-subline {
  font-size: 13px;
  font-weight:300;
}

.mobile-only {
  display: none !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}
  .custom-navbar.sticky {
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.45);
  }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #ede43b;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.nav-logo {
  width: auto;
  height: 90px;
  max-width: 270px;
}

.hero {
  background: #451d52;
  padding: calc(6rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(6rem - 30px) 0 6rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(10rem - 30px) 0 10rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
  .hero h1 {
    font-weight: 700px;
    font-family: AfterBrush;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 65px; } }
  .hero h3 {
    font-weight: 700px;
    font-family: AfterBrush;
    color: #ffffff; }
    @media (min-width: 1400px) {
      .hero h3 {
        font-size: 35px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px; }

  .hero-header {
    text-transform: uppercase;
  }
  .heroAlt {
    background: #451d52;
    padding: 5rem 0 5rem 0; }
    @media (min-width: 768px) {
      .heroAlt {
        padding: calc(6rem - 30px) 0 6rem 0; } }
    @media (min-width: 992px) {
      .heroAlt {
        padding: 5rem 0 5rem 0; } }
    .heroAlt .intro-excerpt {
      position: relative;
      z-index: 4; }
    .heroAlt h1 {
      font-weight: lighter;
      color: #ffffff;
      margin-bottom: 20px; }
      @media (min-width: 1400px) {
        .heroAlt h1 {
          font-size: 75px; } }
    .heroAlt h3 {
      font-weight: 700px;
      font-family: AfterBrush;
      color: #ffffff; }
      @media (min-width: 1400px) {
        .heroAlt h3 {
          font-size: 35px; } }
    .heroAlt p {
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 30px; }
    .heroAlt-header {
      text-transform: uppercase;
      font-family:Afterbrush;
      transform: rotate(-7deg);
    }
    .heroLLS {
      background: #CC0000;
      padding: 5rem 0 5rem 0; }
      @media (min-width: 768px) {
        .heroLLS {
          padding: calc(6rem - 30px) 0 6rem 0; } }
      @media (min-width: 992px) {
        .heroLLS {
          padding: 5rem 0 5rem 0; } }
      .heroLLS .intro-excerpt {
        position: relative;
        z-index: 4; }
      .heroLLS h1 {
        font-weight: lighter;
        color: #fff;
        margin-bottom: 20px; }
        @media (min-width: 1400px) {
          .heroLLS h1 {
            font-size: 75px; } }
      .heroLLS h3 {
        font-weight: 700px;
        font-family: AfterBrush;
        color: #ffffff; }
        @media (min-width: 1400px) {
          .heroLLS h3 {
            font-size: 35px; } }
      .heroLLS p {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 30px; }
    
      .heroLLS-header {
        text-transform: uppercase;
        font-family:Afterbrush;
        transform: rotate(-7deg);
      }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 450px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 275px;
          top: -100px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      opacity: 0.85;
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dota.png");
      background-size: contain;
      background-repeat: no-repeat;
      right: -145px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -100px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #451d52;
    border-color: #451d52; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #ede43b;
    border-color: #ede43b; }
    .btn.btn-secondary:hover {
      background: #c2bb30;
      border-color: #c2bb30; }
      .btn.btn-lls {
        color: #fff;
        background: #cc0000;
        border-color: #cc0000; }
        .btn.btn-lls:hover {
          background: #aa0000;
          border-color: #aa0000; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #ffffff; }

.feature-section {
  background-image: linear-gradient(90deg, #110513 0%, #1e0f24 100%);
  padding: 100px 0;
}
  .icon-box{
    position: relative;
    min-height: 270px;
    border: 1px solid rgba(100, 99, 100, 0.3);
    background-color: #101010;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition-duration: 300ms ease;
  }
    .icon-box.in-view{
      animation: slideInUp 0.75s ease;
    }
    .icon-box-wrapper {
      text-decoration: none;
    }
    .icon-box__offset{
      margin-top:-30px;
    }
    .icon-box-icon{
      font-size: 56px;
      padding-bottom: 24px;
      color: #fff;
    }
    .icon-box-title {
      font-weight: 500;
      font-size: 28px;
      color: #fff;
      padding-bottom: 12px;
    }
    .icon-box-desc {
      font-size: 16px;
      color: #fff;
    }
    .icon-box:hover {
      background-image: linear-gradient(135deg, #a463a8 0%, #6378a8 100%);
      transition-duration: 300ms ease;
    }

.product-section {
  padding: 7rem 0;
  background: linear-gradient(90deg, #110513 0%, #1e0f24 100%); }
  .product-section .section-title{
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .product-section p {
    color: #fff;
    padding-bottom:12px;
  }

  .product-item:hover .product-title{
    text-decoration:underline;
  }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; 
      filter: drop-shadow(0 0 0.55rem #ede43b);
    }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 20px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 24px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #fff;
      
      position: relative;
      z-index: 1; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #a463a8;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      
      opacity: 0.85;
      height: 0%;
      z-index: 0;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  background-color: #000;
  color: #fff;
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }    
    .why-choose-section .img-wrap.in-view {
      animation: slideInRight 0.75s ease;
    }
    .why-choose-section .img-wrap.left.in-view {
      animation: slideInLeft 0.75s ease;
    }
    .why-choose-section .section-title {
      font-size: 78px;
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 50px;
      font-weight: 700;
    }
    .title-underline{
      border-radius: 8px;
      background: linear-gradient(to left,#938d21 0%,#cec632 12%,#ede43b 47%,#938d21 100%) left bottom #000 no-repeat; 
      background-size:100% 5px;
    }
    .why-choose-section p {
      line-height: 36px;
      font-size: 22px;
    }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.wallpaper-background {
  background-image: url('../images/wallpaper.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover; 
  min-height: 750px;
}


.team-section {
  padding: 7rem 0;
  background: linear-gradient(90deg, #110513 0%, #1e0f24 100%); }
.team-section .section-title{
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.team-section span {
  text-transform: uppercase;
}
.team-section .team-col h3, .team-section p, .team-section span{
  color: #fff;
}
.team-section .filter-team-buttons  {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right:30px;
}
.team-section .filter-team-buttons .button-team{
line-height: 20px;
text-transform: uppercase;
font-size: 16px;
font-weight: 300;
color: #fff;
display: block;
position: relative;
overflow: visible;
line-height: 20px;
margin-bottom: 15px;
padding: 0 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 1;
background: transparent;
border: none;
}
.team-section .filter-team-buttons span {
  padding-left: 5px;
}
  .team-section .filter-team-buttons .button-team::after {
    content:"/";
    position:absolute;
    left:-3px;
    color: #fff;
  }
  .team-section .filter-team-buttons .button-team:first-child:after {
    content:"";
  }
  .team-section .filter-team-buttons .button-team.active:before {
    content: " ";
    position: absolute;
    width: calc(100% - 15px);
    height: 20px;
    background: #ede43b;
    transform: skewX(-17deg);
    z-index: -1;
  }
  .team-section .filter-team-buttons .button-team.active {
    color: #000 !important;
  }

.team-section .category-team {
  display: none;
}
.team-section .category-team.active {
  min-height: 440px;
  display: flex;
}

.team-col {
  text-align: center;
  width: 20%;
}
.team-col img {
  padding-bottom :25px;
}
.team-col h3 {
  font-size: 24px;
  font-family: AfterBrush;
}


.schedule-section{
  padding: 7rem 0;
  background: #000;
}
  .schedule-section .heading-block {
    color: #fff;
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    justify-content: space-between;
  }
    .schedule-section .heading-block .filter-buttons  {
      align-items: center;
      display: flex;
      flex-direction: row;
    }
  .schedule-section h3{
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .schedule-section .filter-buttons .button{
    line-height: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: block;
    position: relative;
    overflow: visible;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    background: transparent;
    border: none;
  }
    .schedule-section .filter-buttons span {
      padding-left: 5px;
    }
      .schedule-section .filter-buttons .button::after {
        content:"/";
        position:absolute;
        left:-3px;
        color: #fff;
      }
      .schedule-section .filter-buttons .button:first-child:after {
        content:"";
      }
      .schedule-section .filter-buttons .button.active:before {
        content: " ";
        position: absolute;
        width: calc(100% - 15px);
        height: 20px;
        background: #ede43b;
        transform: skewX(-17deg);
        z-index: -1;
      }
      .schedule-section .filter-buttons .button.active {
        color: #000 !important;
      }
    .schedule-section .matches-block{
      display: flex;
      flex-direction: column;
    }
      .schedule-section .matches-block .istp-item {
        display:none;
      }
      .schedule-section .matches-block .istp-item.active {
        display: block;
      }
      .schedule-section .matches-block .match-item{
        position: relative;
        background: linear-gradient(90deg, #110513 0%, #1e0f24 100%);
        border-bottom: 1px solid #413b49;
        margin-bottom: 6px;
      }
      .schedule-section .matches-block .match-item .wrap {
        width: 100%;
        padding: 15px 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 3;
        color: #fff;
      }
        .match-item::after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(135deg, #a463a8 0%, #6378a8 100%);
          transition: opacity 0.5s ease-out;
          z-index: 2;
          opacity: 0;
        }
        .match-item:hover::after {
          opacity: 1;
        }
      .schedule-section .matches-block .match-item .game-team{
        display: flex;
        flex-direction: row;
        align-items: center;
      }
      .schedule-section .matches-block .match-item .game-team .item {
        position: relative;
        text-align: center;
        padding: 25px;
        min-height: 285px;
        background: rgba(164, 99, 168, 0.2);
      }
      .schedule-section .matches-block .match-item:hover .game-team .item {
        background: rgba(17, 5, 19, 0.5);
      }
      .schedule-section .matches-block .match-item .game-team .item .logo {
        padding-bottom: 25px;
      }
      .item .logo .team-logo {
        height: 250px;
        width: 250px;
      }
      .schedule-section .matches-block .match-item .game-team .item .title {
        font-weight: 700;
      }
      .schedule-section .matches-block .match-item .game-team .item .sticker {
        position: absolute;
        top: 0;
        left: 0;
        background: #ede43b;
        color: #000;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        padding: 0 5px;
      }
    .schedule-section .matches-block .match-item .game-team .sep {
      padding: 25px;
    }
  .schedule-section .matches-block .match-item .content .heading a{
    text-transform: uppercase;
    color: #fff;
  }
  .schedule-section .matches-block .match-item .links .stream-link span {
    color: #fff;
    text-decoration: none;
  }
  .schedule-section .matches-block .match-item .links .stream-link{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
  }
    .schedule-section .matches-block .match-item .links .stream-link:hover span {
      text-decoration: underline;
    }
    .schedule-section .matches-block .match-item .links .icon-box-icon {
      padding-bottom: 0;
      padding-right: 8px;
    }
  .schedule-section .submatch-wrap {
    margin-top: -7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 6px;
  }
  .schedule-section .submatch-wrap .heading, .schedule-section .submatch-wrap .date {
    position: relative;
    z-index: 3;
    opacity: 1;
  }
  .schedule-section .submatch-wrap .heading a{
    color: #fff;
  }
    .schedule-section .submatch-wrap .content {
      position: relative;
      padding: 5px;
      flex-grow: 1;
      background: #110513;
      border: 1px solid #413b49;
      color: #fff;
    }

    .submatch-wrap .content::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      margin-left: -5px;
      background-image: linear-gradient(135deg, #a463a8 0%, #6378a8 100%);
      transition: opacity 0.5s ease-out;
      z-index: 2;
      opacity: 0;
    }
    
    .submatch-wrap .content:hover::after {
      opacity: 1;
    }

  .liquipedia {
    padding-right: 8px;
  }

.quote-section{
  padding: 2rem 0 7rem;
  background: #000;
  justify-content: center;
  text-align: center;
}
  .quote-section img {
    padding-bottom: 35px;
  }
  .quote-section .img-wrap {
    max-width: 100%;
  }
  .quote-section p {
    color: #fff;
    line-height: 36px;
    font-size: 20px;
    padding-bottom: 35px;
  }
    .quote-section em {
      font-size: 28px;
      text-transform: uppercase;
    }
    .quote-section span {
      color: #ede43b;
      font-weight: 700;
    }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0;
  background: #000; }
  .we-help-section .section-title{
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .we-help-section p {
    color: #fff;
    font-size: 20px;
  }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
      .grid-3.in-view{
        animation: slideInUp 0.75s ease;
      }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #451d52;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #451d52;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #451d52; }

        /*Raffle Items Page Image Sizing*/

        .raffle-items-section {
        background-color: #000;
        color: #fff;
        padding: 7rem 0; 
      }
        .raffle-items-section img {
          position: relative;
          min-height: 306px;
        }    
          .raffle-items-section .img-wrap {
            padding-top: 25px;
            padding-bottom: 25px;
          }
          .raffle-items-section .section-title {
            font-size: 78px;
            color: #fff;
            text-transform: uppercase;
            padding-bottom: 50px;
            font-weight: 700;
          }
          .raffle-text {
            font-size: 16px;
            margin-top: 8px;
            font-weight: 700;
            line-height: 22px;
            padding-bottom: 0;
            margin-bottom: 0;
          }
          .raffle-subtext {
            font-size:14px;
            font-weight: 300;
            padding-top: 0;
          }
          .raffle-items-section .img-wrap img {
            border-radius: 20px; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.dark-bg {
  background: #000 !important;
}

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.contact-section {
  padding: 7rem 0;
  background: #000;
  color: #fff
}
  .contact-section label {
    color: #fff;
  }

.footer-section {
  padding: 80px 0;
  background: linear-gradient(90deg, #110513 0%, #1e0f24 100%); }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #dce5e4;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover:not(.twitch-link) {
      color: #dce5e4;
      text-decoration: underline; }

    .footer-section .youtube-status {
      margin-bottom: 80px;
      position: relative;
      z-index: 2;
      margin-top: 10px;
    }
      .footer-section .youtube-status-wrapper {
        border: 2px #272727 solid;
        background-color: #272727;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        min-height: 125px;
      }
        .footer-section .youtube-status-wrapper .youtube-icon {
          background-color:#fff;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 2px #fff solid;
          border-radius: 4px;
        }
          .footer-section .youtube-status-wrapper .youtube-icon .icon-box-icon{ 
            transition: all .2s ease-in-out;
            padding: 0 35px;
            color: #FF0000;
          }
          .footer-section .youtube-status-wrapper .youtube-stream-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-content: center;
            text-align: left;
            padding-left: 25px;
          }
            .footer-section .youtube-status-wrapper .youtube-stream-content .title{
              font-weight: 700;
              padding-top:15px;
              color: #fff;
            }
            .footer-section .youtube-status-wrapper .youtube-stream-content .status{
              padding-bottom:15px;
              color: #fff;
            }
            .footer-section .youtube-status-wrapper .youtube-stream-content .status i {
              padding-left: 4px;
            }
              .footer-section .youtube-status-wrapper:hover .youtube-stream-content .status {
                text-decoration: underline;
              }
              .footer-section .youtube-status-wrapper:hover .youtube-icon .icon-box-icon{
                transition: all .2s ease-in-out;
                transform: scale(1.25);
              }

  .footer-section .twitch-status {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }
    .footer-section .twitch-status-wrapper {
      border: 2px #272727 solid;
      background-color: #272727;
      border-radius: 4px;
      display: flex;
      flex-direction: row;
      min-height: 125px;
    }
      .footer-section .twitch-status-wrapper .twitch-icon {
        background-color:#6441a5;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px #6441a5 solid;
        border-radius: 4px;
      }
        .footer-section .twitch-status-wrapper .twitch-icon .icon-box-icon{ 
          transition: all .2s ease-in-out;
          padding: 0 35px;
        }
        .footer-section .twitch-status-wrapper .twitch-stream-content {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-content: center;
          text-align: left;
          padding-left: 25px;
        }
          .footer-section .twitch-status-wrapper .twitch-stream-content .title{
            font-weight: 700;
            padding-top:15px;
            color: #fff;
          }
          .footer-section .twitch-status-wrapper .twitch-stream-content .status{
            padding-bottom:15px;
            color: #fff;
          }
            .footer-section .twitch-status-wrapper:hover .twitch-stream-content .status {
              text-decoration: underline;
            }
            .footer-section .twitch-status-wrapper:hover .twitch-icon .icon-box-icon{
              transition: all .2s ease-in-out;
              transform: scale(1.25);
            }
  .footer-section .footer-logo{
    width: 450px;
    padding-bottom: 15px;
  }
  .footer-section p {
    padding-bottom: 15px;
  }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img.in-view {
      animation: slideInRight 0.75s ease;
    }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #451d52; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #451d52;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #451d52;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }
  .footer-section .foot-links-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: right;
    align-items: center;
    position: relative;
    color: #dce5e4;
    text-align: right;
  }
    .footer-section .foot-links-wrapper a {
      padding: 0 5px;
    }
  .footer-section h5 {
    color:#dce5e4;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
  }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-group {
    padding: 15px 0;
  }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #451d52;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  select {
  /* Arrow */
      appearance: none;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: right 0.7rem top 50%;
      background-size: 0.65rem auto;
  }
  select option { color: #212529; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #451d52;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #451d52 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #451d52 !important; }

.thankyou-icon {
  position: relative;
  color: #451d52; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

.charity-section {
  padding:7rem 0 ;
  background: linear-gradient(90deg, #110513 0%, #1e0f24 100%);
}
  .charity-section .charity-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
  }
  .charity-section .charity-wrapper-about {
    
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
  }
  .charity-section .charity-wrapper img {
    width:225px;
    margin: 0 25px;
  }

  
  .charity-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .charity-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #fff;
      color: #cc0000;
      border-radius: 50%; }
      .charity-section .custom-social li a:hover {
        background: #cc0000;
        color: #ffffff; }

        .charity-socials-wrap {
          margin-top: 15px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
        }

  .charity-names {
    color: #fff;
    margin-top:8px;
  }

/* LLS Styling */
  .lls-background {
    background-color: #5E5F61;
  }
    .lls-background.why-choose-section .title-underline {
      border-radius: 8px;
      background: linear-gradient(to left,#CC0000 0%,#CC0000 12%,#CC0000 47%,#CC0000 100%) left bottom #5E5F61 no-repeat; 
      background-size:100% 5px;
    }
    .section-title.lls {
      text-align: center;
    }
    .lls.title-underline{
        text-align: center;
        font-size: 56px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 8px;
        background: none;
        border-bottom: 5px #cc0000 solid;
        background-size:100% 5px;
    }
    .lls-background.charity-section {
      padding:7rem 0 ;
      background: #AA0000;
    }
    .lls-background.schedule-section .filter-buttons .button.active {
      color: #fff !important;
    }
    .lls-background.schedule-section .filter-buttons .button.active:before {
      content: " ";
      position: absolute;
      width: calc(100% - 15px);
      height: 20px;
      background: #cc0000;
      transform: skewX(-17deg);
      z-index: -1;
    }
    .lls-background.schedule-section .matches-block .match-item .game-team .item .sticker {
      position: absolute;
      top: 0;
      left: 0;
      background: #cc0000;
      color: #fff;
      line-height: 20px;
      font-size: 14px;
      font-weight: 500;
      padding: 0 5px;
    }

/* Roster Table */
.roster-table {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border: 3px #000 solid;
  margin-bottom: 25px;
}

.roster-table .table-heading {
  color: #fff;
  background-color: #aa0000 !important;
}
.roster-table tr > td:nth-child(2) {
  text-align: left;
}
.roster-table td {
  border: 1px #000 solid;
}
.roster-table tr:nth-child(1n){
  background-color: #fff;
}
.roster-table tr:nth-child(2n){
  background-color: #b7b7b7;
}

.roster-table-mobile {
  display: none;
}

/* Donation Effects Table */
.donation-effects-table {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 1px #000 solid;
  margin-bottom: 25px;
}

.donation-effects-table .table-heading {
  color: #fff;
  background-color: #aa0000 !important;
}

.donation-effects-table .table-heading th:nth-child(1) {
  text-align: right;
}

.donation-effects-table tr:nth-child(1n){
  background-color: #333;
}
.donation-effects-table tr:nth-child(2n){
  background-color: #222;
}
.donation-effects-table tr > td {
  border: 1px #000 solid;
}
.donation-effects-table tr > td:nth-child(1) {
  text-align: right;
  font-weight: 800;
  padding: 0 8px;
}
.donation-effects-table tr > td:nth-child(2) {
  font-style: italic;
  padding: 0 8px;
}
.donation-effects-table tr > td:nth-child(2),  .donation-effects-table tr > td:nth-child(3){
  text-align: left;
}

/* Roster Grid */
.tableSpacing {
  padding: 10px !important;
  border-width: 2;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.grid-item {
  background-color: #f2f2f2;
  color:#000;
  border: 2px solid #000;
  text-align: center;
  font-size: 16px;
}

.grid-container ul {
  margin-bottom: 0;
}
.grid-container .list-unstyled > li{
  background-color: #fff;
}

.grid-container .list-unstyled > li:nth-child(odd){
  background-color: #b7b7b7 !important;
}

.grid-container .list-unstyled > li:nth-child(even){
  border-top: 2px #aa0000 solid;
  border-bottom: 2px #aa0000 solid;
}

.team-title-wrapper {
  background-color: #aa0000;
  border: 2px solid #000;
  border-bottom: 4px solid #000;
}

.teamTitle {
  font-weight: bold;
  color: #fff;
}


/* Animations */
@keyframes slideInRight {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0%);
  } 
}

/* Animations */
@keyframes slideInLeft {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  } 
}

@keyframes slideInUp {
  from {
    transform: translateY(200%);
  }

  to {
    transform: translateY(0%);
  }
}


/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Nav */
  .nav-link {
    font-size:14px;
  }

  /* HERO */
  .hero p {
    display: flex;
    justify-content: center;
  }
  .hero .hero-img-wrap {
    display: flex;
    justify-content: center;
  }
  .hero .hero-img-wrap img {
    max-width: 375px;
    position:unset;
  }
  .hero .hero-img-wrap:after {
    display: none;
  }
  /* MERCH */
  .product-section {
    padding: 20px 0;
  }
  .product-section .product-item {
    padding-bottom: 10px;
  }
  .product-section .container .row .mb-5{
    margin-bottom : 0px !important;
  }

  /* TEAM */
  .team-section {
    padding: 7rem 0 0 0;
  }
  .container .team-col {
    width: calc(50% - 8px);
  }
  .container .team-col:nth-last-child(1):nth-child(odd) {
    margin: 0 auto;
  }

   /* SCHEDULE */
   .schedule-section {
    padding: 7rem 0 5px 0;
  }
  .schedule-section .heading-block {
    flex-wrap: wrap;
  }
  .schedule-section .matches-block .match-item {
    margin-bottom: 10px;
  }
  .schedule-section .matches-block .match-item .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .schedule-section .matches-block .match-item .wrap .content {
    padding-bottom: 20px;
  }
  .schedule-section .matches-block .match-item .wrap .content .date {
    justify-self: center;
  }
  .schedule-section .matches-block .match-item .game-team .item {
    min-height: auto;
    padding: 10px 20px;
  }
  .schedule-section .matches-block .match-item .game-team .item .logo {
    padding-bottom: 5px;
  }
  .item .logo .team-logo {
    height: 250px;
    width: 250px;
  }
  .schedule-section .matches-block .match-item .game-team .sep {
    padding: 15px;
  }
  .schedule-section .matches-block .match-item .game-team {
    padding-bottom: 20px;
  }
  /* FOOTER */
  .footer-section {
    padding: 80px 0 40px 0;
  }
  .footer-section .sofa-img {
    right: 30%;
  }
  .footer-section .sofa-img img {
    max-width: 250px;
  }
  .footer-section .col-lg-5 {
    padding-top: 50px;
    padding-bottom: 5px;
  }
  .footer-section .footer-logo {
    width: 350px;
  }
  .footer-section .mb-4 {
    justify-self: center;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .mobile-only {
    display: block !important;
  }
   /* HERO */
   .hero p {
    display: flex;
    justify-content: center;
  }
  .hero .hero-img-wrap {
    display: flex;
    justify-content: center;
  }
  .hero .hero-img-wrap img {
    max-width: 375px;
    position:unset;
  }
  .hero .hero-img-wrap:after {
    display: none;
  }
  /* MERCH */
  .product-section {
    padding: 20px 0;
  }
  .product-section .product-item {
    padding-bottom: 10px;
  }
  .product-section .container .row .mb-5{
    margin-bottom : 0px !important;
  }
  /* TEAM */
  .team-section {
    padding: 7rem 0 0 0;
  }
  .container .team-col {
    width: calc(50% - 8px);
  }
  .container .team-col:nth-last-child(1):nth-child(odd) {
    margin: 0 auto;
  }
  
  /* SCHEDULE */
  .schedule-section {
    padding: 7rem 0 9rem;
  }
  .schedule-section .heading-block {
    flex-wrap: wrap;
  }
  .schedule-section .matches-block .match-item {
    margin-bottom: 10px;
  }
  .schedule-section .matches-block .match-item .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .schedule-section .matches-block .match-item .wrap .content {
    padding-bottom: 20px;
  }
  .schedule-section .matches-block .match-item .wrap .content .date {
    justify-self: center;
  }
  .schedule-section .matches-block .match-item .game-team .item {
    min-height: auto;
    padding: 10px 20px;
  }
  .schedule-section .matches-block .match-item .game-team .item .logo {
    padding-bottom: 5px;
  }
  .item .logo .team-logo {
    height: 150px;
    width: 150px;
  }
  .schedule-section .matches-block .match-item .game-team .sep {
    padding: 15px;
  }
  .schedule-section .matches-block .match-item .game-team {
    padding-bottom: 20px;
  }
  .schedule-section .submatch-wrap {
    flex-direction: column;
  }
  .schedule-section .submatch-wrap .heading, .schedule-section .submatch-wrap .date {
    text-align: center;
  }

  /* About */
  .we-help-section .btn{
    margin: 4px 0;
  }

  /* Quote */
  .quote-section {
    padding: 0 0 7rem;
  }

  /* Event Tables */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  .roster-table {
    display:none;
  }
  .roster-table-mobile {
    display: block;
    margin-bottom:16px;
  }

  /* Event Headings */
  .why-choose-section {
    padding: 3rem 0 7rem;
  }
  .why-choose-section .section-title {
    font-size: 56px;
  }
  .why-choose-section .img-wrap {
    margin-top: 2rem;
  }

  /* Charity Section */
  .charity-section .img-wrap {
    display: flex;
    justify-content: center;
  }
  .charity-section .charity-wrapper {
    flex-direction: column;
  }

  /* FOOTER */
  .footer-section {
    padding: 80px 0 40px 0;
  }
  .footer-section .sofa-img {
    right: 30%;
  }
  .footer-section .sofa-img img {
    max-width: 250px;
  }
  .footer-section .col-lg-5 {
    padding-top: 50px;
    padding-bottom: 5px;
  }
  .footer-section .footer-logo {
    width: 350px;
  }
  .footer-section .mb-4 {
    justify-self: center;
  }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .mobile-only {
    display: block !important;
  }

  .wallpaper-background {
    display: none;
  }
  /* HERO */
  .hero p {
    display: flex;
    justify-content: center;
  }
  .hero .hero-img-wrap {
    display: flex;
    justify-content: center;
  }
  .hero .hero-img-wrap img {
    max-width: 375px;
    position:unset;
  }
  .hero .hero-img-wrap:after {
    display: none;
  }

  /* MERCH */
  .product-section {
    padding: 20px 0;
  }
  .product-section .product-item {
    padding-bottom: 10px;
  }
  .product-section .container .row .mb-5{
    margin-bottom : 0px !important;
  }
  /* TEAM */
  .team-section {
    padding: 7rem 0 0 0;
  }
  .container .team-col {
    width: calc(50% - 8px);
  }
  .container .team-col:nth-last-child(1):nth-child(odd) {
    margin: 0 auto;
  }

  /* SCHEDULE */
  .schedule-section {
    padding: 7rem 0 9rem;
  }
  .schedule-section .heading-block {
    flex-wrap: wrap;
  }
  .schedule-section .matches-block .match-item {
    margin-bottom: 10px;
  }
  .schedule-section .matches-block .match-item .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .schedule-section .matches-block .match-item .wrap .content {
    padding-bottom: 20px;
  }
  .schedule-section .matches-block .match-item .wrap .content .date {
    justify-self: center;
  }
  .schedule-section .matches-block .match-item .game-team .item {
    min-height: auto;
    padding: 10px 20px;
  }
  .schedule-section .matches-block .match-item .game-team .item .logo {
    padding-bottom: 5px;
  }
  .item .logo .team-logo {
    height: 100px;
    width: 100px;
  }
  .schedule-section .matches-block .match-item .game-team .sep {
    padding: 15px;
  }
  .schedule-section .matches-block .match-item .game-team {
    padding-bottom: 20px;
  }
  .schedule-section .submatch-wrap {
    flex-direction: column;
  }
  .schedule-section .submatch-wrap .heading, .schedule-section .submatch-wrap .date {
    text-align: center;
  }

  /* About */
  .we-help-section .btn{
    margin: 4px 0;
  }

  /* Quote */
  .quote-section {
    padding: 0 0 7rem;
  }

  /* Event Tables */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  .roster-table {
    display:none;
  }
  .roster-table-mobile {
    display: block;
    margin-bottom:16px;
  }

  /* Event Headings */
  .why-choose-section {
    padding: 3rem 0 7rem;
  }
  .why-choose-section .section-title {
    font-size: 56px;
  }
  .why-choose-section .img-wrap {
    margin-top: 2rem;
  }

  /* Charity Section */
  .charity-section .img-wrap {
    display: flex;
    justify-content: center;
  }
  .charity-section .charity-wrapper {
    flex-direction: column;
  }
  .charity-section .charity-wrapper img{
    padding: 8px 0;
  }

  /* FOOTER */
  .footer-section {
    padding: 80px 0 40px 0;
  }
  .footer-section .sofa-img {
    right: 20%;
  }
  .footer-section .sofa-img img {
    max-width: 250px;
  }
  .footer-section .col-lg-5 {
    padding-top: 50px;
    padding-bottom: 5px;
  }
  .footer-section .footer-logo {
    width: 350px;
  }
  .footer-section .mb-4 {
    justify-self: center;
  }
}