/** created:20160212 modified:20160212
* All styling for the header section goes here.
*/
@media screen and (min-width: 651px) {
  body > .wp-site-blocks > header {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
}

#bodyHeader {
  background: var(--header-background);
  position: relative;
  z-index: 1;
}
#bodyHeader::before {
  background: rgba(255, 238, 204, 0.9);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
#bodyHeader .top {
  background: var(--header-top-background);
  color: var(--header-top-color);
  font-size: var(--header-top-font-size);
}
#bodyHeader .top a {
  color: var(--header-top-color);
}
#bodyHeader .top .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
#bodyHeader .top .container .americanOwned {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
@media screen and (max-width: 650px) {
  #bodyHeader .top .container .right {
    display: none;
  }
}
@media screen and (min-width(650px)) {
  #bodyHeader .top .container {
    justify-content: center;
  }
}
#bodyHeader .main .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.5rem 0;
}
#bodyHeader .main .container a,
#bodyHeader .main .container a:visited {
  color: var(--color-charcoal);
  font-weight: 700;
  text-decoration: none;
}
#bodyHeader .main .container .middle {
  display: none;
}
#bodyHeader .main .container .right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  #bodyHeader .main .container .right {
    height: 3rem;
  }
  #bodyHeader .main .container .right > *:not(.menuMobile) a,
#bodyHeader .main .container .right > *:not(.menuMobile) a:visited {
    color: white;
    font-weight: 400;
  }
  #bodyHeader .main .container .right nav > button > svg {
    color: white;
  }
  #bodyHeader .main .container .right nav > button:hover > svg {
    color: var(--color-charcoal);
  }
}
@media screen and (min-width: 651px) {
  #bodyHeader .main .container .right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  #bodyHeader .main .container .right .menuShort {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  #bodyHeader .main .container .right .menuMobile {
    display: none;
  }
}
#bodyHeader .main .container .right .phoneContainer {
  text-align: center;
}
#bodyHeader .main .container .right .phoneContainer a {
  font-size: 1.21rem;
}
#bodyHeader .main .container .right .phoneContainer a span {
  display: inline-block;
  margin-right: 0.25rem;
}
@media screen and (min-width: 651px) {
  #bodyHeader .main .container .right .phoneContainer a span {
    display: block;
    font-size: 0.826446281em;
    line-height: 0.826446281em;
  }
}
#bodyHeader .main .container .right .wp-block-woocommerce-cart-link a {
  display: flex;
  flex-direction: column;
  margin-top: -0.5em;
}
#bodyHeader .main .container .right .wp-block-woocommerce-cart-link a span {
  font-size: 0.826446281em;
  margin-top: -0.5em;
}
@media screen and (min-width: 651px) and (max-width: 975px) {
  #bodyHeader .main .container {
    justify-content: center;
  }
}

#mainNavigation {
  background: var(--navigation-main-background);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#mainNavigation .mainNavigationMenu > div {
  margin: 0;
  width: 100%;
}
#mainNavigation .mainNavigationMenu > div > ul {
  align-items: center;
  display: flex;
  gap: 3px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainNavigation .mainNavigationMenu > div > ul li {
  flex-grow: 1;
}
#mainNavigation .mainNavigationMenu > div > ul li a,
#mainNavigation .mainNavigationMenu > div > ul li a:visited {
  display: block;
  color: var(--navigation-main-color);
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#mainNavigation .mainNavigationMenu > div > ul li a:hover,
#mainNavigation .mainNavigationMenu > div > ul li a:active,
#mainNavigation .mainNavigationMenu > div > ul li a:focus {
  background: var(--navigation-main-hover-background);
  color: var(--navigation-main-hover-color);
  font-size: var(--navigation-main-hover-font-size);
  text-decoration: none;
}
#mainNavigation .mainNavigationMenu > div > ul li ul {
  display: none;
}
@media screen and (max-width: 650px) {
  #mainNavigation .mainNavigationMenu {
    display: none;
  }
}

/**
* Absolute Styles:
* Styles that apply to all content in this section go here.
*/
.menuIconDiv {
  display: none !important;
}

#bodyHeaderRight a:hover,
#bodyHeaderRight a:active,
#bodyHeaderRight a:focus {
  /*text-decoration:underline*/
}

#bodyHeaderLogo img {
  max-width: 400px;
  vertical-align: middle;
  width: 100%;
}

#bodyHeaderSlogan {
  font-size: 1.5rem;
}

#bodyHeaderContact {
  margin-top: 1rem;
}

#bodyHeaderRight .headerIconA,
#bodyHeaderRight .headerIconA:visited {
  color: var(--color-blue);
  display: inline-block;
  padding: 0 0.5rem;
  text-align: center;
  vertical-align: middle;
}

#bodyHeaderRight .headerIconA:hover,
#bodyHeaderRight .headerIconA:active,
#bodyHeaderRight .headerIconA:focus {
  color: var(--color-light-blue);
}

/* End Absolute Styles */
/**
* Relative Styles:
* Styles that column based go here.
*/
/* One Column */
@media screen and (max-width: 650px) {
  /**
  * Styles that are only for one column go here.
  */
  header {
    position: relative;
    z-index: var(--z-index-top);
  }

  #bodyHeaderRight {
    background: var(--color-charcoal);
    left: 0;
    padding: 0.5rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--z-index-top);
  }

  #bodyHeaderRight .headerIconA,
#bodyHeaderRight .headerIconA:visited {
    color: white;
  }

  #bodyHeaderRight a div {
    display: none;
  }

  #bodyHeader {
    padding-top: 3rem;
    text-align: center;
  }

  #bodyHeaderSlogan {
    margin: 2rem auto;
  }

  #bodyHeaderSocialMedia {
    left: 1rem;
    position: fixed;
    top: 0.75rem;
    z-index: 200;
  }

  #bodyHeaderSocialMedia > a {
    margin-right: 1rem;
  }
}
/* Two Columns */
@media screen and (min-width: 651px) and (max-width: 975px) {
  /**
  * Styles that are only for two columns go here.
  */
}
/* Two & Three Columns */
@media screen and (min-width: 651px) {
  /**
  * Styles that are for two and three columns go here.
  */
  #bodyHeaderLogo {
    display: inline-block;
    vertical-align: middle;
  }

  #bodyHeaderSlogan {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
  }

  #bodyHeaderRight {
    text-align: right;
    vertical-align: middle;
  }

  #bodyHeaderSocialMedia > a {
    margin-left: 1rem;
  }
}
/* Three Columns */
@media screen and (min-width: 976px) {
  /**
  * Styles that are for three columns go here.
  */
  /*<?php
  if($STYLES2['navigation']['position'] == 'inside')
  { ?>*/
  #bodyHeaderBlock {
    margin: 0 auto;
    max-width: var(--content-width);
    position: relative;
    width: 100%;
  }

  /*<?php } ?>*/
}
/**
* Relative Styles:
* Styles that device based go here.
*/
/* QVGA Screen */
/* HVGA Screen */
@media screen and (min-width: 321px) {
  /* and (max-width:480px) {*/
}
/* WVGA Screen */
@media screen and (min-width: 481px) {
  /* and (max-width:800px) {*/
}
/* Large Screen */
@media screen and (min-width: 801px) {
  /* and (max-width:1041px) { */
}
/* Extra Large Screen */
/* End Relative Styles */
/*# sourceMappingURL=header.css.map */