/*!
Theme Name: Zuni Sportswear
Theme URI: https://zunisportswear.us/
Author: ZuniSportswear
Author URI: https://zunisportswear.com/
Description: Description
Version: 2.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zuni
Tags: Tees, Fleece, Vintage Clothing

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

zuni is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.btn {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 3rem;
  color: #fff;
  font-weight: 600;
  padding: 10px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary-wht {
  background: #fff;
  color: #000;
}

.btn.btn-default {
  padding: 10px 20px;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-style: normal;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

body.fade-out {
  -webkit-transition: none;
  transition: none;
}

.overflow_hidden {
  overflow: hidden;
}

#page-wrap {
  -webkit-transition: 1.5s opacity;
  transition: 1.5s opacity;
}

#page-wrap.fade-out {
  -webkit-transition: none;
  transition: none;
}

figure {
  margin: 0;
}

.img-fluid,
.wp-caption > img,
.wp-caption > img {
  width: 100%;
}

.fade.in,
.fade.show {
  opacity: 1;
}

main.main {
  padding: 0;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: inline-block;
}

.gutter-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.gutter-1 > .col,
.gutter-1 > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
}

.skrollr .skrollable {
  display: block;
}

.skrollable {
  display: none;
}

@media (min-width: 768px) {
  #site-wrapper > .content {
    min-height: calc(120vh - 320px);
  }
}

.row.sm-gutters {
  margin-right: -1px;
  margin-left: -1px;
}

.row.sm-gutters > [class^="col-"],
.row.sm-gutters > [class*=" col-"] {
  padding-right: 1px;
  padding-left: 1px;
}

a {
  color: #1a1a1a;
}

a:focus,
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

a.f-button:focus {
  color: #dbdbdb;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline-offset: inherit;
}

.row:after,
.row:before {
  display: block;
}

.border {
  border: 1px solid #1a1a1a !important;
  padding: 10px;
}

:focus {
  outline: none;
}

p {
  font-size: 1.1em;
  line-height: 1.4;
}

.h1 .small,
.h1 small {
  color: #1a1a1a;
}

.h2 .small,
.h2 small {
  color: #1a1a1a;
}

.h3 .small,
.h3 small {
  color: #1a1a1a;
}

.h4 .small,
.h4 small {
  color: #1a1a1a;
}

.h5 .small,
.h5 small {
  color: #1a1a1a;
}

.h6 .small,
.h6 small {
  color: #1a1a1a;
}

h1 .small,
h1 small {
  color: #1a1a1a;
}

h2 .small,
h2 small {
  color: #1a1a1a;
}

h3 .small,
h3 small {
  color: #1a1a1a;
}

h4 .small,
h4 small {
  color: #1a1a1a;
}

h5 .small,
h5 small {
  color: #1a1a1a;
}

h6 .small,
h6 small {
  color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Inter";
}

body {
  font-family: "Inter" !important;
}

.alert {
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert-success {
  background-image: none;
  -webkit-filter: none;
  filter: none;
  background-repeat: repeat-x;
  border: none;
}

@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 3.5rem;
  }
}

h2,
h3,
h4 {
  font-size: 1em;
  font-weight: 600;
}

img.attachment-full.size-full.wp-post-image {
  width: 100%;
  height: inherit;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1420px;
  }
}

a.link {
  color: #7b7b7b;
  position: relative;
  margin: 15px 0 0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

a.link:hover {
  color: #9c9c9c;
  right: 0;
  text-decoration: none;
}

a.link:hover:after {
  border-color: #9c9c9c;
  right: 0;
}

a.link:after {
  border-top: 0.1em solid #9c9c9c;
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: right 0.2s cubic-bezier(0, 0.5, 0, 1),
    border-color 0.2s ease-out;
  transition: right 0.2s cubic-bezier(0, 0.5, 0, 1), border-color 0.2s ease-out;
}

a.link:hover:after {
  -webkit-animation: anchor-underline 2s cubic-bezier(0, 0.5, 0, 1) infinite;
  animation: anchor-underline 2s cubic-bezier(0, 0.5, 0, 1) infinite;
  border-color: #9c9c9c;
}

@-webkit-keyframes anchor-underline {
  0%,
  10% {
    left: 0;
    right: 100%;
  }
  40%,
  60% {
    left: 0;
    right: 0;
  }
  100%,
  90% {
    left: 100%;
    right: 0;
  }
}

@keyframes anchor-underline {
  0%,
  10% {
    left: 0;
    right: 100%;
  }
  40%,
  60% {
    left: 0;
    right: 0;
  }
  100%,
  90% {
    left: 100%;
    right: 0;
  }
}

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}

@media (max-width: 768px) {
  .h3,
  h3 {
    font-size: 1.55rem;
  }
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary:hover,
.comment-form input.btn-primary[type="submit"]:hover,
.search-form .btn-primary.search-submit:hover {
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}

.btn.btn-default,
.comment-form input.btn-default[type="submit"],
.search-form .btn-default.search-submit {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 10px 20px;
  min-width: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-default:hover,
.comment-form input.btn-default[type="submit"]:hover,
.search-form .btn-default.search-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c00;
}

.btn-danger:hover:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #c00;
  background-position: 0;
}

.btn-success {
  background-color: #00c851;
}

.btn-success:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #00c851;
  background-position: 0;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert-danger {
  color: #fd0f25;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f5c6cb;
  background: none;
  border: none !important;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 668px) {
  .btn.btn-outline.btn-lg,
  .btn-group-lg > .btn.btn-outline,
  .comment-form .btn-group-lg > input.btn-outline[type="submit"],
  .search-form .btn-group-lg > .btn-outline.search-submit,
  .comment-form input.btn-outline.btn-lg[type="submit"],
  .search-form .btn-outline.btn-lg.search-submit {
    padding: 7px 20px;
    font-size: 1.4em;
    font-weight: 400;
    min-width: 210px;
  }
}

::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

::placeholder {
  color: #1a1a1a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1a1a1a;
}

::-ms-input-placeholder {
  color: #1a1a1a;
}

[data-download-library] a {
  position: relative;
  display: block;
}

[data-download-library] a:after {
  content: "Download";
  position: absolute;
  top: 0;
  opacity: 0;
  background: #008383;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 3px 2px;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
  transform: translateY(-50%) translateX(-50%) scale(0.25);
}

[data-download-library] a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.colorOuter.OOS .colorInnerWrap:after,
.sizeOuter.OOS a:after {
  content: "ï€";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 28px;
  color: #999;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -11px;
  z-index: 1;
  opacity: 0.2;
}

body {
  -webkit-overflow-scrolling: touch;
}

#easing {
  display: none;
  z-index: 4;
  margin: 0;
  width: 100%;
  text-align: center;
  top: calc((100vh - 115px) / 2);
  left: 155vw;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  text-transform: uppercase;
  white-space: nowrap;
  color: #000;
}

#easing h2 {
  font-size: 3.05vw;
  font-weight: 400;
}

.skrollable {
  position: fixed;
  z-index: 100;
}

.skrollr-mobile .skrollable {
  position: absolute;
}

.skrollable .skrollable {
  position: absolute;
}

.skrollable .skrollable .skrollable {
  position: static;
}

.overflow_hidden .announcement-banner {
  display: none;
}

.announcement-banner {
  background: #000;
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.65em;
}

.marquee p {
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .announcement-banner .nav-link {
    font-size: 0.7rem;
  }
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.line {
  position: relative;
}

:root {
  --bg-color: #333;
  --loader-color: #fff;
}

body.loading:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  z-index: 13;
}

#filtersLoad {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 14;
}

#filtersLoad {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border-top: 4px solid var(--bg-color);
  border-right: 4px solid var(--bg-color);
  border-bottom: 4px solid var(--loader-color);
  border-left: 4px solid var(--loader-color);
  -webkit-animation: loading 1.2s infinite linear;
  animation: loading 1.2s infinite linear;
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[data-download-lib] .filter__wrapper {
  position: sticky;
  top: 150px;
  margin-top: 55px;
}

[data-download-lib] .download__tools {
  position: sticky;
  top: 0px;
  margin-top: 0px;
  z-index: 13;
  background: #fff;
  /* padding: 6px 8px; */
  padding: 8px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

[data-download-lib] input[type="radio"],
[data-download-lib] input[type="checkbox"] {
  margin-top: 1px;
  margin-left: -1.25rem;
}

[data-download-lib] .filters .filter__underline a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

[data-download-lib] .filters .filter__underline a.selected {
  /* border-bottom: 1px solid #000; */
  font-weight: bold;
}

[data-download-lib] .filters li a {
  /* font-weight: 300; */
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

[data-download-lib] .filters li .selected {
  font-weight: 500;
}

[data-download-lib] .filters .list_inline a {
  padding: 8px 4px;
  display: block;
}

[data-download-lib] .filters .item-color {
  text-align: left;
  margin-bottom: 0.5rem;
}

[data-download-lib] .filters .item-color .selected {
  border: 1px solid #000;
  background: #000;
}

[data-download-lib] .filters .item-color a {
  width: 14px;
  height: 14px;
  line-height: 24px;
  display: inline-block;
  border: 1px solid #eee;
  background: #f1f1f1;
  margin: 1px auto 2px;
  position: relative;
}

[data-download-lib] .filters .item-color a.item__all {
  background: #f1f1f1;
}

[data-download-lib] .filters .item-color a span {
  position: absolute;
  right: -85px;
  width: 80px;
}

[data-download-lib] .filters .item-color::after {
  display: none;
}

[data-download-lib] .wrapper .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit !important;
  width: 100%;
  margin-right: -2px;
  margin-left: -2px;
}

[data-download-lib] .wrapper .item {
  margin-bottom: 30px;
  position: relative !important;
  left: initial !important;
  top: initial !important;
  padding-right: 2px;
  padding-left: 2px;
}

[data-download-lib] .wrapper .isotope-hidden {
  display: none !important;
}

[data-download-lib] .wrapper .card {
  margin-bottom: 0px;
  height: 100%;
  padding-bottom: 0.5em;
}

[data-download-lib] .wrapper .card .bottom_info {
  position: absolute;
  bottom: 0;
}

[data-download-lib] .wrapper .card .download__img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 12;
}

[data-download-lib] .wrapper .card .overlay-content {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}

[data-download-lib] .wrapper .card .overlay-content figure {
  margin: 0;
}

[data-download-lib] .wrapper .card .overlay-content figure img {
  text-align: center;
}

[data-download-lib] .wrapper .card .overlay-content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

[data-download-lib] .wrapper .card .overlay-content:hover .content-overlay {
  opacity: 1;
}

[data-download-lib] .wrapper .card .content-details {
  left: 50%;
  opacity: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

[data-download-lib] .wrapper .card .content-details .h3,
[data-download-lib] .wrapper .card .content-details h3 {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
}

[data-download-lib] .wrapper .card .content-details svg {
  height: 18px;
  margin-right: 0.2em;
  vertical-align: bottom;
  width: 18px;
}

[data-download-lib] .wrapper .card .overlay-content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-download-lib] .wrapper .card .fadeIn-bottom {
  top: 80%;
}

[data-download-lib] .wrapper .bg-secondary {
  background-color: #d9d9d9 !important;
}

[data-download-lib] .wrapper .text-bg-dark {
  background: #323232;
  color: #fff;
}

[data-download-lib] .wrapper .text-bg-dark p {
  color: #fff;
}

[data-download-lib] .wrapper .glightbox_video svg {
  width: 100px;
  height: 75px;
}

[data-download-lib] .wrapper .card-body span {
  line-height: 1;
}

[data-download-lib] .wrapper .card-body h4 {
  font-weight: 600;
  font-size: 11px;
}

[data-download-lib] .wrapper .card-body p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  font-weight: 300;
}

[data-download-lib] .accordion {
  margin-top: 40px;
}

[data-download-lib] .accordion.filters {
  position: sticky;
  top: 60px;
}

[data-download-lib] .accordion .card {
  border: none;
  margin-bottom: 20px;
}

[data-download-lib] .accordion .card h2 {
  background: url(https://zunisportswear.us/wp-content/uploads/2025/04/arrow56-512.webp)
    no-repeat calc(100% - 10px) center;
  background-size: 16px;
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}

[data-download-lib] .accordion .card h2.collapsed {
  background-image: url(https://zunisportswear.us/wp-content/uploads/2025/04/expand2-256.webp);
}

[data-download-lib] .accordion .card-body {
  padding-left: 0rem;
  padding-right: 0rem;
}

[data-download-lib] .accordion .collapse {
  visibility: visible;
}

[data-download-lib] .form-control {
  font-size: 1em;
}

@media (max-width: 992px) {
  [data-download-lib] .download__tools {
    top: 0px;
  }
}

@media (max-width: 768px) {
  [data-download-lib] .download__tools {
    top: 0px;
  }
}

.hidden {
  display: none;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(209 209 209 / 30%);
  background: #e9e9e9;
  /* -webkit-border-radius: 10px;
    border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* -webkit-border-radius: 10px; */
  /* border-radius: 10px; */
  background: #686868;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}

.prod-img img {
  width: 100%;
}
