@font-face {
  font-family: "Copperplate Gothic Bold";
  src: url("../fonts/Copperplate-Gothic-Bold.ttf") format("truetype");
}
 @font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    }

.text-montserrat-bold{
    font-family: "Montserrat-Bold", sans-serif;
  }

.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.page-loading.active {
  opacity: 1;
  visibility: visible;
}

.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.page-loading.active>.page-loading-inner {
  opacity: 1;
}

.page-loading-inner>span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #737491;
}

.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  border: 0.15em solid #111111;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* body::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  transition: .3s background;
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #111111;
} */

.gradient-bg-primary {
  background-image: linear-gradient(to right, #002841, #145d49, #002841);
  /* background-image: radial-gradient(#145d49, yellow, #145d49); */
}
.banner-position{
	 background-position: 116% 27% !important;
}
   
.wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-spinner {
    display: block;
}
del {
    font-size: 16px;
}

.bs-tiktok:hover{
	background-color:#000;
}

.coupon input {
    border: 1px solid #dfdfeb;
}

.navbar-stuck .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28000, 000, 000, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.partners-logo{
	width: 100%;
    height: 95px;
}

.bg-primary-img {
  background-image: url(../img/feature/vancouver-intro.webp);
  background-position: 100% center;
  background-size: cover;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-width {
  width: 100%;
  height: 750px;
}

.text-copperplate-gothic-bold {
  font-family: "Copperplate Gothic Bold", sans-serif;
}

/* .mvp-img {
  height: 500px;
}

.mvp-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.mvp-border {
  width: 62px;
  height: 4px;
  background-color: #4b4e53;
  margin: 28px auto;
}

.mvp-width h3 {
  font-size: 40px;
}

.mvp-width .list-inline {
  margin-top: 3rem;
}

.mvp-width .list-inline-item {
  line-height: 23px;
  margin: 0 25px;
  font-size: 2.5rem;

}

.footer ul li a {
  font-size: 14px;
}

.slick-dots {
  display: none !important;
}

header .navbar-nav .nav-item .nav-link {
  position: relative;
  text-transform: uppercase;
}

header .navbar-nav .nav-item.active .nav-link::after, header .navbar-nav .nav-item:hover .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

header.navbar-stuck .navbar-nav .nav-item.active .nav-link::after , header.navbar-stuck .navbar-nav .nav-item:hover .nav-link::after {
  background-color: #5a5b75;
}

.wpcf7-spinner::before {
    background-color: #23282d;
}

.wpcf7-spinner {
    background-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.Knight-news .input-light {
  background-color: unset;
  border: 0;
  border-bottom: 1px solid #dfdfeb;
  border-radius: unset;
  color: #fff;
}

.Knight-news .input-light:focus {
  background-color: unset;
  border-color: #fff;
  color: #fff;
}

.hero-inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  background-position: center;
}

.hero-inner-banner-content {
  padding: 10rem 0;
  text-align: left;
  z-index: 1;
  position: relative;
}

.merch-icon i {
  font-size: 22px;
  margin: 0 11px;
}

.merch-icon .bi-heart::after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  height: 100%;
  width: 1px;
  background-color: #207e4e;
}

.image-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  margin-top: 3rem;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-grid>.image-container>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-horizontal {
  grid-column: span 2;
}

.merch-sale {
  background-color: rgb(239, 166, 27);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  right: -19px;
  top: -25px;
  z-index: 5;
  text-align: center;
  line-height: 62px;
  color: #4b4e53;
  text-transform: uppercase;
  font-weight: 600;
}

#masonry {
  column-count: 2;
  column-gap: 1em;
}

/*WooCommerce */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
}

.woocommerce-product-gallery__image a img {
  height: 398px !important;
  width: 100% !important;
  object-fit: cover;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
  border-color: #207e4e;
  box-shadow: .1875rem .1875rem .625rem -0.125rem rgba(0, 0, 0, .09);
  pointer-events: none;
  cursor: default;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  transition: border-color .2s ease-in-out;
  border: 1px solid #e9e9f2;
  border-radius: 1rem;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  width: 5rem !important;
  height: 5rem;
  margin: .25rem;
}

.woocommerce-LoopProduct-link img {
  width: 273px;
  height: 285px;
  object-fit: cover;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
  margin-top: 2rem;
}

.status-publish .merch-sale {
  left: -21px;
}

.form-option {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.form-option .value {
  margin-left: 1rem;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: unset;
}
.header-bg{
  background-color: #1a623ee8;
}

.header-bg.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

header.header-bg.navbar-stuck .navbar-nav .nav-item.active .nav-link::after {
  background-color: #5a5b75;
}

.woocommerce-order-received h2 {
  color: #207e4e;
  border-bottom: 5px solid;
  width: fit-content;
  padding-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: unset;
}

@media(min-width: 30em) {
  #masonry {
    column-count: 3;
    column-gap: 1em;
  }
}

@media(min-width: 40em) {
  #masonry {
    column-count: 4;
    column-gap: 1em;
  }
}

@media(min-width: 60em) {
  #masonry {
    column-count: 5;
    column-gap: 1em;
  }
}

@media(min-width: 75em) {
  #masonry {
    column-count: 3;
    column-gap: 1em;
  }
}

.item {
  background-color: none;
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
  cursor: pointer;
}

.item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -4px;

  /*idk why but this fix stuff*/
}


.image-row {
  width: 100%;
  height: 100%;
}

.image-row img {
  object-fit: cover;
  height: 100%;
}

.footer {
  background-image: url(../img/banner/footer-img.webp);
  background-position: 100% center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.footer-logo-img imG {
  width: 240px;
}

.squires-admirers {
  padding-left: 25rem;
}

.contact-info i {
  background: #207e4e47;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  color: #207e4e;
  line-height: 43px;
}

.add-to-cart input {
  width: 12%;
}

.order-confirmation h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.dashboard .table td {
  padding: 2rem 0.75rem;
  color: #525252;
  line-height: 28px;
}

.custom-404 h2 {
  font-size: 8rem;
  text-shadow: 2px 3px 7px #b8b8b8;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding: .5625rem 1.25rem;
  cursor: pointer;
}
.woocommerce-MyAccount-navigation .is-active {
  background: #207c4d;
  border-radius: .75rem;
  color: #fff;
}

.product-count {
  position: absolute;
  right: -8px;
  top: 1px;
  background: #207c4d;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
}

.navbar-stuck .bi-cart{
  color:#5a5b75 !important;
}

@media (max-width:1440px) {
  .mvp-width .list-inline-item {
    margin: 0 13px;
    font-size: 1.5rem;
  }
}

@media (max-width:1366px) {
  .squires-admirers {
    padding-left: 16rem;
  }

  .banner-width {
    height: 665px;
  }
}


@media (max-width:1024px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    border: 0;
    margin: 0 20px;
}
  header .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }

  .mvp-width .list-inline-item {
    margin: 0 7px;
    font-size: 1rem;
  }

  .squires-admirers {
    padding-left: 7rem;
  }
}

@media (max-width:991px) {
	.navbar {
		padding-top: 1rem;
	}
  .add-to-cart input {
    width: 18%;
  }

  .border-start {
    border-top: 1px solid #e9e9f2 !important;
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .mvp-width {
    width: 100%;
    position: unset !important;
    transform: unset !important;
  }

  .squires-admirers {
    position: unset !important;
    transform: unset !important;
    margin-top: 2rem;
    padding-left: 1rem;
  }

  .banner-width {
    height: 392px;
  }

  .add-to-cart .btn {
    width: 100%;
  }

}

@media(max-width: 991px) and (min-width: 767px) {
  ul.products.columns-4 li.product {
    width: 46.15% !important;
  }
}

@media (max-width:767px) {
	.intro-text{
		text-align:justify;
	}
  .status-publish .merch-sale {
    left: -11px;
    top: -10px;
}
  .custom-404 h2 {
    font-size: 5rem;
  }

  .dashboard .nav-tabs {
    flex-wrap: unset;
    overflow-x: scroll;
    justify-content: start !important;
    padding-bottom: 15px;
  }

  .dashboard .nav-tabs .nav-link {
    white-space: nowrap;
  }

  .dashboard .nav-tabs .nav-link.active {
    border: 1px solid rgba(118, 109, 244, .35);
    color: #fff;
  }

  .order-confirmation p,
  .order-confirmation th,
  .order-confirmation td {
    font-size: 15px;
  }

  .text-primary {
    font-size: 20px;
  }

  .player-img img {
    width: 40%;
  }

  .product-gallery-thumblist {
    margin-left: 0;
  }

  .stat-width {
    height: 58px;
  }

  .border-start {
    border-top: 0 !important;
    padding-top: 0;
    margin-top: 0;
  }

  .stat .tab-pane p {
    font-size: 11px !important;
  }

  .stat .pb-4 {
    border-bottom: 1px solid #4b4e5336;
    margin-bottom: 1rem;
    width: 100%;
  }

  .stat h3 {
    font-size: 18px;
  }

  .navbar-brand img {
    height: 65px;
    width: 100%;
  }
.navbar {
        padding-top: .75rem;
    }
  .footer-logo-img {
    text-align: center;
  }

  .footer-logo-img img {
    width: 230px;
  }

  .banner-width {
    height: 280px;
  }

  .mvp-width {
    margin-top: 16px;
  }

  .mvp-width h3 {
    font-size: 32px;
  }

  .mvp-width .list-inline-item {
    margin: 0 12px;
    font-size: 1.5rem;
  }

  .mvp-width .list-inline {
    margin-top: 2rem;
  }

  .merch-sale {
    width: 55px;
    height: 55px;
    right: -11px;
    line-height: 55px;
    font-size: 14px;
  }

  .hero-inner-banner-content h1 {
    font-size: 1.5rem;
  }

  .hero-inner-banner-content {
    padding: 7rem 0;
    padding-bottom: 3rem;
  }
}