@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700;900&display=swap");
@font-face {
  font-family: "CookConthic";
  src: url("../fonts/CookConthic/CookConthic.woff2") format("woff2"), url("../fonts/CookConthic/CookConthic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans ExLight.woff2") format("woff2"), url("../fonts/Just/JUST Sans ExLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans Light.woff2") format("woff2"), url("../fonts/Just/JUST Sans Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans Regular.woff2") format("woff2"), url("../fonts/Just/JUST Sans Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans Medium.woff2") format("woff2"), url("../fonts/Just/JUST Sans Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans SemiBold.woff2") format("woff2"), url("../fonts/Just/JUST Sans SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans Bold.woff2") format("woff2"), url("../fonts/Just/JUST Sans Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JUST Sans";
  src: url("../fonts/Just/JUST Sans ExBold.woff2") format("woff2"), url("../fonts/Just/JUST Sans ExBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  color: #fff;
  font-family: "JUST Sans", sans-serif;
  background: url(../images/hero-bg.png) center;
  background-size: contain;
}

.site {
  padding-bottom: 50px;
}

a {
  color: #ffffff;
}

.theme-btn,
#place_order,
.woocommerce-form-login__submit {
  font-size: 0.85rem;
  color: #1a1a1a;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .theme-btn,
  #place_order,
  .woocommerce-form-login__submit {
    font-size: 0.9rem;
    padding: 12px 30px !important;
  }
}

a:focus, button:focus, .button.alt:focus,
input:focus, textarea:focus,
input[type=button]:focus, input[type=reset]:focus,
input[type=submit]:focus, input[type=email]:focus,
input[type=tel]:focus, input[type=url]:focus,
input[type=password]:focus, input[type=search]:focus {
  outline-color: transparent;
}

select option {
  color: #fff;
  background-color: #000;
}

.hero-heading {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  font-family: "CookConthic", cursive;
}
@media (max-width: 992px) {
  .hero-heading {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero-heading {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .hero-heading br {
    display: none;
  }
}

.site-footer {
  display: none;
}

.input-group {
  margin-bottom: 15px;
}
.input-group .form-label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2px;
}

.custom-header {
  padding: 75px 15px 0;
}
.custom-header .sas-logo img {
  height: 125px;
}

.page-head {
  margin: 0 0 50px;
}
.page-head .header-info {
  color: #fff;
  max-width: 850px;
  font-size: 0.75rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 10px auto 0;
}

.dropdown-item {
  font-size: 12px;
  text-transform: uppercase;
}

.dock-wrapper {
  width: 100%;
  display: block;
  bottom: 50px;
  z-index: 99;
  position: fixed;
}
.dock-wrapper .dock {
  width: 100%;
  max-width: 700px;
  display: flex;
  padding: 5px 10px;
  margin: 0 auto;
  border-radius: 4px;
  background: url(../images/dock-bg.png) no-repeat center;
  background-size: cover;
  justify-content: space-between;
}
.dock-wrapper .dock ul.navbar-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.dock-wrapper .dock ul.navbar-nav li {
  display: inline-block;
}
.dock-wrapper .dock ul.navbar-nav li .nav-link {
  color: #000;
  font-size: 0.68rem;
  font-weight: 600;
  display: block;
  padding: 10px 10px;
  font-family: "JUST Sans", sans-serif;
}
.dock-wrapper .dock .navbar-collapse {
  flex-basis: auto;
}
.dock-wrapper .dock .cart-count {
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 11px;
  display: flex;
  position: absolute;
  background: red;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0 10px;
}
.dock-wrapper .dock .social-logo {
  display: flex;
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
}
.dock-wrapper .dock .social-logo li {
  margin: 0 5px;
  display: inline-block;
}
.dock-wrapper .dock .social-logo li a {
  width: 22px;
  height: 22px;
  display: block;
  background-size: contain;
}
.dock-wrapper .dock .header-actions {
  display: flex;
  padding: 7px 0;
}
.dock-wrapper .dock .header-actions .wrap {
  height: 100%;
  border-left: 1px solid #000;
}
.dock-wrapper .dock .header-icon {
  display: flex;
  margin: 0 5px 0 10px;
}
.dock-wrapper .dock .header-icon.menu-icon {
  display: none;
}
.dock-wrapper .dock .header-icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
}

@media (max-width: 1399.98px) {
  .product-team-registration .single_add_to_cart_button {
    max-width: 745px !important;
  }
}
@media (max-width: 1199.98px) {
  .product-team-registration .single_add_to_cart_button {
    max-width: 622px !important;
  }
}
@media (max-width: 991.98px) {
  .dock-wrapper .dock ul.navbar-nav {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .dock-wrapper {
    bottom: 20px;
  }
  .dock-wrapper .dock {
    max-width: 518px;
  }
  .dock-wrapper .dock .menu-icon {
    margin-left: 0;
  }
  .dock-wrapper .dock .menu-icon i {
    width: 25px;
    height: 25px;
    margin: 6px 0 0;
  }
  .dock-wrapper .dock #navbarNav {
    display: none;
  }
  .dock-wrapper .dock .header-icon.menu-icon {
    display: inline-block;
  }
}
.home .site-header {
  margin-bottom: 0;
}
.home .site-footer {
  margin-top: 0;
}
.home .spikefest-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.home .spikefest-logo img {
  height: 220px;
  width: auto;
}
.home .spikefest-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 40px 0 120px;
}
.home .spikefest-hero::before {
  content: "";
  width: 40%;
  height: 15%;
  top: 0;
  right: 0;
  z-index: 5;
  position: absolute;
  background: url(../images/bg-top.png) no-repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: contain;
}
.home .spikefest-hero::after {
  content: "";
  width: 40%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
  background: url(../images/bg-bottom.png) no-repeat bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  .home .spikefest-hero {
    padding: 60px 20px;
  }
}
.home .event-details .detail-item-col {
  max-width: 300px;
  padding: 0;
}
.home .event-details .detail-item-col:nth-child(1) .detail-item {
  border-right: 0;
}
.home .event-details .detail-item {
  color: #fff;
  width: 100%;
  font-size: 1rem;
  padding: 12px 15px;
  font-weight: 600;
  border: 1px solid #fff;
}
.home .event-details .detail-item i {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 4px -8px 0;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .home .event-details .detail-item {
    font-size: 0.85rem;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .home .event-details .detail-item {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .home .event-details .detail-item {
    font-size: 0.75rem;
    padding: 8px 16px;
  }
}
.home .tournament-info {
  color: #fff;
  max-width: 800px;
  font-size: 0.75rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .home .tournament-info {
    font-size: 0.8rem;
  }
}
.home .register-section .btn-register {
  width: 70%;
  max-width: 600px;
}
.home .register-section .message {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  display: block;
  text-transform: uppercase;
  margin: 2px 0 0;
}
.home .resource-links {
  display: flex;
  justify-content: center;
}
.home .resource-links a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 2px 10px 8px;
}

@media (max-width: 1199.98px) {
  .home .spikefest-logo img {
    height: 180px;
  }
  .home .hero-heading {
    font-size: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .home .hero-heading {
    font-size: 3.85rem;
  }
}
@media (max-width: 991.98px) {
  .home .tournament-info {
    max-width: 700px;
  }
  .home .event-details .detail-item-col {
    width: 100%;
    max-width: 400px;
  }
  .home .event-details .detail-item-col:nth-child(1) .detail-item {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .home .event-details .detail-item i {
    margin: 0 4px 0 0;
  }
  .home .event-details .detail-item span {
    margin: 4px 0px 0 4px;
  }
}
@media (max-width: 575.98px) {
  .home .spikefest-logo {
    margin-bottom: 35px;
  }
  .home .spikefest-logo img {
    height: 150px;
  }
  .home .hero-heading {
    font-size: 2.75rem;
  }
  .home .event-details .detail-item {
    width: 92%;
  }
  .home .home .btn-register {
    width: 100%;
    font-size: 0.85rem;
    padding: 12px 10px !important;
  }
}
.page-template-page-about .genaral-header {
  display: none;
}
.page-template-page-about .hero-heading {
  line-height: 0.88;
}
.page-template-page-about .page-head .header-info {
  margin: 30px auto 30px;
}
.page-template-page-about .section {
  max-width: 800px;
  display: block;
  padding: 30px 0 45px;
  margin: 0 auto;
  border-top: 2.5px solid;
  -o-border-image: linear-gradient(90deg, #E7E366 0%, #C2F979 33.65%, #71E5FA 68.27%, #E848AF 100%);
     border-image: linear-gradient(90deg, #E7E366 0%, #C2F979 33.65%, #71E5FA 68.27%, #E848AF 100%);
  border-image-slice: 1;
}
.page-template-page-about .section .section-title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  max-width: 600px;
  display: block;
  margin: 15px auto 30px;
  text-transform: uppercase;
  font-family: "CookConthic", cursive;
}
.page-template-page-about .section p, .page-template-page-about .section li {
  color: #fff;
  max-width: 850px;
  font-size: 0.75rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 10px auto 0;
}
.page-template-page-about .section .location-map {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 auto;
}
.page-template-page-about .section .location-map iframe {
  width: 100%;
  height: 100%;
}
.page-template-page-about .section .location-info {
  color: #fff;
  max-width: 850px;
  font-size: 0.75rem;
  line-height: 1.6;
  display: block;
  text-transform: uppercase;
  margin: 35px auto 0px;
}
.page-template-page-about .section .division-table {
  max-width: 500px;
  display: inline-block;
  margin: 0 auto;
}
.page-template-page-about .section .division-table .division-row {
  width: 100%;
  font-size: 14px;
  font-weight: 100;
  float: left;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid rgba(222, 226, 228, 0.1098039216);
}
.page-template-page-about .section .division-table .division-row label {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.page-template-page-about .section .division-table .division-row label, .page-template-page-about .section .division-table .division-row p {
  width: 50%;
  float: left;
  font-weight: 100;
  margin-bottom: 0;
}
.page-template-page-about .section .division-table .division-row label span, .page-template-page-about .section .division-table .division-row p span {
  font-size: 0.75rem;
  display: block;
}
.page-template-page-about .section .list {
  max-width: 450px;
  text-align: left;
  margin: 0 auto 0;
}
.page-template-page-about .section .gradiant-bg {
  padding: 10px 20px;
  display: inline-block;
  background: url(../images/dock-bg.png) no-repeat center;
  background-size: cover;
}

#billing_address_2_field,
.storefront-breadcrumb,
.entry-summary,
.product_meta,
.entry-header,
.return-to-shop {
  display: none;
}

.navbar-brand {
  display: block;
  margin: 0 auto;
}

/* login */
.entry-content h2 {
  display: none;
}

.woocommerce-form-login {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.woocommerce-form-login .woocommerce-form-row--wide {
  width: 50%;
  float: left;
  clear: none;
  padding: 0 10px;
}
.woocommerce-form-login .woocommerce-form-row--wide label {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.woocommerce-form-login .woocommerce-form-row--wide .woocommerce-Input {
  border: 1px solid #fff;
  background-color: transparent;
}
.woocommerce-form-login .show-password-input {
  color: #fff;
  padding: 12px 12px 0;
  background: transparent;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  width: calc(100% - 20px) !important;
  margin: 20px 10px 0;
  padding: 14px 15px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: none;
}
.woocommerce-form-login .lost_password {
  text-align: center;
}
.woocommerce-form-login .lost_password a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

/* team registration */
.product-team-registration .team-registration-fields .input-group .form-label {
  display: block;
}
.product-team-registration .team-registration-fields .input-group .form-control {
  color: #fff;
  font-weight: 300;
  width: 100%;
  border-radius: 0;
  padding: 12px 15px;
  margin-left: 0 !important;
  background: transparent;
  border: 1px solid #fff;
}
.product-team-registration .single_add_to_cart_button {
  width: 100%;
  max-width: 864px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.75px;
  display: block;
  padding: 1rem;
  margin: 30px auto 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "JUST Sans", sans-serif;
  background: #fff;
}
.product-team-registration .button.alt:hover {
  color: #1a1a1a;
  background: #fff;
}

/* cart team registration */
.cart-team-registration .wrap {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.cart-team-registration .data-row {
  width: 100%;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 2px solid rgba(222, 226, 228, 0.1098039216);
}
.cart-team-registration .data-row label {
  font-size: 14px;
  font-weight: 300;
  width: 50%;
  float: left;
}
.cart-team-registration .data-row p {
  font-size: 14px;
  font-weight: 300;
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.team-registration-accept-terms {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  display: block;
  margin: 50px 0 0;
}
.team-registration-accept-terms i {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0 8px -2px 0;
  background-color: #fff;
}
.team-registration-accept-terms i::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  top: 2px;
  left: 2px;
  position: absolute;
  background-color: #dc57b6;
}

.cart-team-reg-action {
  margin-top: 50px;
}
.cart-team-reg-action .wrap .theme-btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
}

/* checkout */
.woocommerce-checkout #customer_details {
  display: block;
  margin: 0 auto;
  float: none;
}
.woocommerce-checkout #customer_details .woocommerce-checkout-review-order {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead, .woocommerce-checkout #customer_details .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody {
  display: none;
}
.woocommerce-checkout h3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "CookConthic", cursive;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .form-row label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2px;
}
.woocommerce-checkout .input-text {
  color: #fff;
  font-weight: 300;
  width: 100%;
  border-radius: 0;
  padding: 12px 15px;
  margin-left: 0 !important;
  background: transparent;
  border: 1px solid #fff;
}
.woocommerce-checkout #order_review {
  background-color: transparent;
}
.woocommerce-checkout #order_review table:not(.has-background) th {
  background-color: transparent;
}
.woocommerce-checkout #order_review #payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: transparent;
}
.woocommerce-checkout #order_review #payment .payment_methods > li .payment_box, .woocommerce-checkout #order_review #payment .place-order {
  background-color: transparent;
}
.woocommerce-checkout #order_review .cart-subtotal {
  display: none;
}
.woocommerce-checkout #order_review .order-total th {
  font-size: 28px;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: "CookConthic", cursive;
}
.woocommerce-checkout #order_review .order-total td {
  font-size: 28px;
  text-align: right;
  padding-top: 0;
  padding-right: 0;
  font-family: "CookConthic", cursive;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 0;
  border-bottom: 2px solid #545454;
}
.woocommerce-checkout #payment .place-order {
  padding: 0;
}
.woocommerce-checkout #order_review #payment .payment_methods > li .payment_box {
  padding-top: 0em !important;
  padding-bottom: 0;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  color: #fff;
  max-width: 800px;
  font-size: 0.75rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 10px auto 15px;
}
.woocommerce-checkout #payment .place-order .button {
  font-size: 1rem;
  padding: 16px 0;
}

/* woocommerce order received */
.woocommerce-order-received .theme-btn {
  max-width: 500px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  padding: 16px 15px;
  margin: 50px auto 0;
}

@media (max-width: 767.98px) {
  .woocommerce-form-login .woocommerce-form-row--wide {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */