:root {
  --black-2: black;
  --white: white;
  --crimson: #df2929;
  --black: #333;
  --maroon: #6f0000;
  --light-pink: #f2a9a9;
  --dark-red: darkred;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  justify-content: flex-start;
  margin: auto;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

a {
  text-decoration: underline;
}

.section {
  background-color: #0000;
  height: auto;
}

.section-2 {
  color: var(--black-2);
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/barbed-2596842_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 5px;
  margin-top: 0;
  padding: 40px;
}

.container-2 {
  height: 100%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
}

.div-block {
  background-image: url('../images/123_1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.text-block {
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-block.center {
  text-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block.no-top-margin {
  margin-top: 0;
}

.text-block.white {
  color: var(--white);
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100px;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
}

.image-3 {
  width: 200px;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
}

.background-video {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.section-3 {
  background-color: #000000e6;
  padding: 40px 20px;
}

.heading {
  color: var(--crimson);
  text-align: center;
  font-weight: 400;
}

.heading.products {
  margin-top: 0;
}

.heading.white {
  color: var(--white);
}

.image-5 {
  width: 100%;
}

.meat-tray-div {
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 500px;
  margin-top: 20px;
}

.text-block-2 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-2.no-maargin {
  margin-top: 0;
}

.text-block-2.not-bold {
  font-weight: 400;
}

.text-block-2.white {
  color: var(--white);
}

.heading-2 {
  margin-top: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.heading-2.white {
  color: var(--white);
}

.section-4 {
  color: var(--black);
  background-color: #000000e0;
  padding: 40px 20px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  border: 2px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 20px;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
}

.button-2:hover {
  border-color: var(--crimson);
  color: var(--crimson);
  background-color: #0000;
}

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(#000 20%, #0000);
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand.w--current {
  width: 150px;
}

.container-4 {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  transition: color .25s ease-in-out;
}

.nav-link-2:hover, .nav-link-2.w--current, .nav-link-2.w--current:hover {
  color: var(--crimson);
}

.button-3 {
  border: 1px solid var(--white);
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 700;
  transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
}

.button-3:hover {
  border-color: var(--crimson);
  color: var(--crimson);
  background-color: #0000;
}

.nav-menu-2 {
  justify-content: space-around;
  align-items: center;
  width: 75%;
  display: flex;
}

.section-5 {
  object-fit: fill;
  background-image: url('../images/Building_2000000000011823.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100px;
  max-width: 100%;
  height: 65vh;
}

.section-6 {
  background-color: #000000e6;
  padding: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 0;
}

.grid-3.no-margin {
  margin-top: 0;
}

.div-block-6 {
  background-image: url('../images/123_1-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.div-block-6.beef {
  background-image: url('../images/123_1-3.jpg');
}

.div-block-6.chicken {
  background-image: url('../images/123_1-6.jpg');
}

.div-block-6.cheese {
  background-image: url('../images/IMG_2953.JPG');
}

.div-block-6.smoked-meats {
  background-image: url('../images/smoked-meats.jpeg');
  background-size: cover;
}

.div-block-7 {
  background-image: url('../images/20230316_042453.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.header-section {
  background-image: url('../images/FW_123_1-5.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  height: 65vh;
}

.header-section.variety-packs {
  background-image: url('../images/FW_123_1-9.jpg');
  background-position: 50% 100%;
}

.header-section.contact {
  background-image: url('../images/FW_Blue-Ribbon_123_1-16.jpg');
}

.section-8 {
  background-color: #000000e6;
  padding: 40px;
}

.heading-3 {
  font-weight: 400;
}

.heading-3.white {
  color: var(--white);
}

.div-block-8 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-9, .section-10, .section-11 {
  background-color: #000000e6;
  padding: 40px;
}

.section-12 {
  background-color: #000000e6;
  padding: 100px 40px 0;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.text-block-3 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
}

.text-block-3.white {
  color: var(--white);
}

.heading_value-packs {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.list-item {
  font-size: 16px;
}

.div-block_assorted-value-packs {
  color: var(--white);
  background-color: #000000e6;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block_assorted-value-packs.white {
  background-color: #000000e0;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-13 {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/barbed-2596842_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 40px;
}

.section-14 {
  padding-bottom: 0;
}

.grid-14 {
  grid-column-gap: 0px;
  border-right: 2px solid #df2929;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  display: flex;
}

.section-15 {
  background-color: #000000e6;
  padding: 100px 40px;
}

.html-embed {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 20px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-9 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 35px;
  min-height: auto;
  max-height: none;
  padding-right: 5px;
  display: block;
}

.text-block_contact {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.text-block_contact.white {
  color: var(--white);
}

.link-block-2 {
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span, .text-span-2 {
  font-size: 14px;
}

.footer {
  border-top: 6px solid var(--crimson);
  background-color: var(--crimson);
  color: #530000;
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/barbed-wire-6057835_1920_GS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 40px;
  padding-bottom: 15px;
  position: relative;
}

.footer-container {
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  width: 150px;
}

.footer-brand.w--current {
  width: 200px;
}

.footer-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.footer-link:hover {
  color: var(--crimson);
}

.footer-link.phone {
  font-size: 16px;
}

.footer-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.image-10 {
  width: 100%;
}

.div-block-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-size: 12px;
}

.section-17 {
  background-color: #000000fa;
  padding-top: 100px;
  padding-bottom: 40px;
}

.text-span-4 {
  font-size: 14px;
  font-style: italic;
}

.code-embed {
  width: 100vw;
  height: 100vh;
}

.container-9 {
  width: 100%;
  max-width: 100%;
}

.div-block-25 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 100%;
}

.link-block-3 {
  width: 100px;
}

.zzlocal-link {
  color: var(--crimson);
  font-weight: 700;
}

.container-10 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    justify-items: stretch;
  }

  .text-block {
    margin-top: 0;
  }

  .image-2 {
    width: 80px;
  }

  .image-3 {
    width: 180px;
  }

  .background-video {
    height: 80vh;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    font-size: 45px;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-6 {
    margin-right: 50px;
  }

  .container-4 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-2 {
    background-color: var(--black-2);
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .section-5 {
    height: 45vh;
  }

  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    min-width: auto;
    max-width: none;
  }

  .div-block-6.beef, .div-block-6.chicken, .div-block-6.cheese, .div-block-6.smoked-meats {
    min-height: 300px;
  }

  .header-section {
    height: 45vh;
  }

  .section-8 {
    padding-left: 38px;
    padding-right: 40px;
  }

  .section-9, .section-10, .section-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: var(--white);
  }

  .grid-14 {
    grid-column-gap: 16px;
    border-right-width: 0;
    place-content: stretch;
    place-items: stretch stretch;
    padding-left: 200px;
    padding-right: 200px;
  }

  .div-block-22 {
    justify-content: flex-start;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-15 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-brand.w--current {
    width: 175px;
  }

  .footer-content {
    width: 65%;
  }

  .div-block-25 {
    justify-content: space-between;
  }

  .button-div {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .div-block {
    min-height: 300px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .text-block {
    text-align: center;
  }

  .div-block-3 {
    justify-content: center;
  }

  .image-2 {
    width: 60px;
  }

  .image-3 {
    width: 160px;
  }

  .background-video {
    height: 35vh;
  }

  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-2 {
    text-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
    display: flex;
  }

  .section-5 {
    height: 35vh;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-6, .div-block-7 {
    min-height: 300px;
  }

  .header-section {
    height: 35vh;
  }

  .heading-3 {
    font-size: 28px;
  }

  .section-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block_assorted-value-packs {
    padding-left: 40px;
  }

  .div-block-9 {
    justify-content: center;
  }

  .grid-14 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link:hover {
    color: var(--maroon);
  }

  .div-block-24 {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    min-height: 200px;
  }

  .text-block.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    width: 50px;
  }

  .image-3 {
    width: 150px;
  }

  .background-video {
    height: 50vh;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .meat-tray-div {
    width: 100%;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .nav-menu-2 {
    flex-direction: row;
  }

  .section-5 {
    height: 25vh;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    min-height: 200px;
  }

  .div-block-6.beef, .div-block-6.chicken, .div-block-6.cheese, .div-block-6.smoked-meats {
    min-height: 300px;
  }

  .div-block-7 {
    min-height: 200px;
  }

  .header-section {
    height: 25vh;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .section-9, .section-10, .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed {
    max-width: none;
  }
}

#w-node-_93c250aa-2054-ce06-84cc-7d596e67477e-c1692d64, #w-node-_1dfaf477-c21a-1ff0-f891-f930203ae00c-c1692d64, #w-node-_6204889a-64b9-0a03-96c7-6d7dcdc13e30-c1692d64, #w-node-a9fe6795-1f1f-ca15-3822-157be7e636c5-c1692d64, #w-node-d4e08fc6-2d86-eca3-5f84-20543e616316-3e616306, #w-node-_99d4e2d6-b741-afb8-e52a-1d178d1e7f70-3e616306, #w-node-_958958b8-1569-8db3-9792-97bab31e709e-5f9184ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2226b41-92f7-132b-7c9d-f372557a3b66-5f9184ad, #w-node-_1f976b0b-ba2c-c211-734a-10ef1838e3aa-5f9184ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_882f1fed-13fb-f73c-51aa-b9584a93e620-5f9184ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8ba7f30-14d3-c956-74b2-b5c50ca1117f-6493f9ce, #w-node-d8ba7f30-14d3-c956-74b2-b5c50ca1117e-6493f9ce, #w-node-cb5b5ae1-0557-0c6f-2961-c6dd8e2139b3-6493f9ce, #w-node-cb5b5ae1-0557-0c6f-2961-c6dd8e2139b4-6493f9ce, #w-node-_571ee0be-d1ec-9901-1b19-f0b3cac940ec-6493f9ce, #w-node-_571ee0be-d1ec-9901-1b19-f0b3cac940eb-6493f9ce, #w-node-_1dea3e60-882b-37fb-be4e-27e65b8857ac-6493f9ce, #w-node-_1dea3e60-882b-37fb-be4e-27e65b88579b-6493f9ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fcfe10ec-5e4c-b7c7-9431-9861be0c4609-8a5667ff, #w-node-dd1acbc4-37c6-e4bf-0ada-21a17511992b-8a5667ff, #w-node-_85581f1c-9e74-3f99-dbc9-999b264880d0-8a5667ff, #w-node-_25654d62-1b94-7854-ef80-18433d339ecd-8a5667ff, #w-node-fa123027-7b1c-a28b-af01-5e10b493c2d8-8a5667ff, #w-node-_6c764192-6a24-eff2-da85-94457fcc3e35-8a5667ff, #w-node-_2753ee94-7a75-3450-5bb5-863ef0cd85a3-8a5667ff, #w-node-_8b76da8f-afb2-8b92-fed3-7acb4d38ec71-8a5667ff, #w-node-d07b1ccb-4f72-379c-e22a-7620a6cfdd8c-8a5667ff, #w-node-_07aaf071-e807-fb40-3c88-68d0894bbe54-8a5667ff, #w-node-_7900f289-93f8-0bf2-c875-9a0328ed8828-8a5667ff, #w-node-_14803fe8-7b6b-2306-27f6-f5d4d85a41b4-8a5667ff, #w-node-_0bd01cc7-33e6-4045-38f5-847e8928ee1e-f1145cef, #w-node-_0bd01cc7-33e6-4045-38f5-847e8928ee1f-f1145cef, #w-node-_0bd01cc7-33e6-4045-38f5-847e8928ee27-f1145cef, #w-node-_0bd01cc7-33e6-4045-38f5-847e8928ee33-f1145cef, #w-node-_0bd01cc7-33e6-4045-38f5-847e8928ee3b-f1145cef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


