/* Google font */

.oswald-font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

body {
  background-color: #fff;
  font-family: "Oswald", sans-serif;
}

:focus {
  outline: none;
}

.site-inner, .wrap {
  margin: 0 auto;
  max-width: 1920px;
}

@media (max-width: 860px) {
  .site-inner {
    padding: 0;
  }
}

.site-header {
  float: left;
  width: 15%;
  position: absolute;
  top: 0px;
  background: transparent;
  z-index: 1000;
}

@media (max-width: 1023px) {
  .site-header {
    width: 20%;
  }
  .site-header .wrap {
    padding-top: 0px;
  }
}

@media (max-width: 660px) {
  .site-header {
    width: 25%;
  }
}

.header-image .site-title > a {
  min-height: 150px;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .header-image .site-title > a {
    margin-top: 0;
  }
}

#top-nav {
  z-index: 1000;
  position: absolute;
  right: 0px;
}

#header-login a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1023px) {
  #header-login a {
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px 0 0;
    display: inline-block;
  }
}

@media (max-width: 860px) {
  .header-image .site-title > a {
    background-position: top center !important;
  }
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}

#primary-nav-container {
  float: left;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  text-align: center;
  height: 230px;
}

body .nav-primary {
  border-top: none !important;
}

#genesis-nav-primary {
  width: 100%;
  background: #566e3d;
  color: #fff;
}

@media (max-width: 1023px) {
  #primary-nav-container {
    height: 55px;
  }
}

.genesis-nav-menu {
  height: 125px;
}

@media (max-width: 1023px) {
  .genesis-nav-menu {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    text-align: center;
  }
}

#menu-main-nav li a {
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: bottom;
  display: inline-block;
  padding: 80px 25px 0 25px;
  height: 115px;
  z-index: 1000;
  width: auto;
}

@media (max-width: 1023px) {
  #menu-main-nav li a {
    padding: 0px 25px 0 25px;
    height: 40px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .menu-toggle, .sub-menu-toggle {
    background-color: #566e3d;
    color: #fff;
  }
}

@media (max-width: 1023px) {
  .menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
    border-top: 1px solid #566e3d !important;
    font-size: 2rem;
  }

  .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: #566e3d;
    border-width: 0;
    color: #fff;
  }
}

#sub-nav {
  width: 100%;
  background: #bdb76b;
  height: 45px;
  padding-top: 5px;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  #sub-nav {
    display: none;
  }
}

#sub-nav ul li {
  display: inline-block;
  padding: 0px;
}

#sub-nav ul li::after {
  font: var(--fa-font-solid);
  content: '\f005';
  color: #931621;
  padding: 0 10px;
  font-size: 1rem;
  top: -4px;
  position: relative;
}

@media (max-width: 1480px) {
  #sub-nav ul li::after {
    padding: 0 0px;
  }
}

@media(max-width: 1200px){
  #sub-nav ul li::after {
     font-size: .75rem;
      top: -2px;
 }
}

#sub-nav ul li:last-of-type::after {
  content: '';
}

#sub-nav a {
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

@media(max-width: 1200px) {
  #sub-nav a {
      font-size: 1.5rem;
 }
}

#sub-nav .submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 36px;
  z-index: 101;
  background: #566e3d;
}

#sub-nav ul li:hover .submenu {
  display: inline-block !important;
}

#vet-owned {
  float: right;
  top: -93px;
  position: relative;
  right: 60px;
  z-index: 10000;
}

@media (max-width: 1023px) {
  #vet-owned {
    top: -35px;
    max-width: 100px;
  }
}

@media (max-width: 860px) {
  #vet-owned {
    max-width: 65px;
  }
}

@media (max-width: 660px) {
  #vet-owned {
    max-width: 65px;
    top: 13px;
    right: 0px;
  }
}

.site-inner {
  padding-top: 135px;
}

@media (max-width: 1023px) {
  .site-inner {
    padding-top: 55px;
  }
}

.home .entry-header {
  display: none;
}

.home .entry {
  padding: 0px 0px;
  margin-bottom: 0px;
}

.wp-block-group.home-title {
  width: 50%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -150px;
}

.wp-block-group.home-title {

}

.home-title h1 {
  font-size: 6rem !important;
}

@media (max-width: 1023px) {
  .home-title h1 {
    font-size: 4rem !important;
  }
}

@media (max-width: 660px) {
  .home-title h1 {
    font-size: 3rem !important;
  }
}

.home-title h2 {
  font-size: 6rem !important;
}

@media (max-width: 1023px) {
  .home-title h2 {
    font-size: 4rem !important;
  }
}

@media (max-width: 660px) {
  .home-title h2 {
    font-size: 2.5rem !important;
  }
}

.home-title .wp-block-button a {
  border: 2px solid #fff;
  border-radius: 0px;
  background: transparent;
  padding: 0px 10px;
  font-size: 3rem;
  margin-top: 10px;
}

@media (max-width: 660px) {
  .home-title .wp-block-button a {
    font-size: 2rem;
  }
}

.home-title .wp-block-button a:hover {
  border: 2px solid #fff;
  border-radius: 0px;
  background: #fff;
  padding: 0px 10px;
  font-size: 3rem;
  margin-top: 10px;
  color: #566e3d;
  transition: 1s all;
}

@media (max-width: 660px) {
  .home-title .wp-block-button a:hover {
    font-size: 2rem;
  }
}

.home-desc {
  overflow: visible !important;
  padding: 60px 0 0 0;
}

.header-accent {
  position: absolute;
  top: -100px;
  z-index: 1000;
  overflow: visible;
}

@media (max-width: 1400px) {
  .header-accent {
    top: -80px;
  }
}

.home-desc p {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
}

.wp-block-buttons .wp-block-button__link {
  width: 100%;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 0px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px; 
}

.wp-block-buttons .wp-block-button__link:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #566e3d;
  transition: 1s all;
}


.home-reviews .wp-block-columns {
  padding: 50px 5%;
  gap: 10em;
}

@media (max-width: 1023px) {
  .home-reviews .wp-block-columns {
    padding: 50px 5%;
    gap: 3em;
  }
}

.home-reviews p {
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  color: #bdb76b;
  font-weight: bold;
}


.home-about {
  padding: 60px 40px 25px 40px;
}

.home-about h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.home-about p {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

/* shop */
.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content {
  max-width: 1280px;
  float: inherit;
  margin: 0 auto;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.woocommerce ul.products li.product .button:hover {
  display: inline-block;
  margin-top: 1em;
  background: #566e3d;
  color: #fff;
  border: 1px solid #566e3d;
  transition: 1s all;
}

.woocommerce-loop-product__title {
  color: #000;
}

    .woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {  
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  /* font-size: 16px; */
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border: 1px solid #000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover {  
  background: #566e3d;
  color: #fff;
  border: 1px solid #566e3d;
  transition: 1s all;
    font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.posted_in {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  color: #000;
}

.archive-description h1 {
  font-size: 4rem;
  text-align: center;
}

/* FAQ */
.schema-faq .schema-faq-question {
  font-family: "Oswald", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 2rem;
}

/* Product page */
.button.alt.add-to-cart {

  margin-left: 10px;
}

/* Contact */
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  /* font-size: 16px; */
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border: 1px solid #000;
    font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

    button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  background: #566e3d;
  color: #fff;
  border: 1px solid #566e3d;
  transition: 1s all;
}

input, select, textarea {
  background-color: #bdb76b;
  border: 1px solid #bdb76b;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

/* Footer */

#genesis-footer-widgets {
  background: url('/wp-content/uploads/2025/08/heilig-hats-custom-military-hats-footer-bg.webp') top center no-repeat;
  text-align: center;
}

.footer-widgets-1 {
  width: 100%;
}

#genesis-footer-widgets #menu-main-nav-1 li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2.25rem;
  padding: 0 20px;
}

#genesis-footer-widgets #menu-main-nav-1 li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#genesis-footer-widgets #policy-links li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;

}

#genesis-footer-widgets #policy-links li a {
  font-size: 1.75rem;
  color: #fff;
  text-decoration: none;
}

#proud {
  padding-top: 90px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.site-footer {
  background-color: transparent;
  border-top: navajowhite;
  font-size: 16px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0px 0;
  text-align: center;
  position: relative;
  top: -24px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}