/** Shopify CDN: Minification failed

Line 48:59 Unterminated string token
Line 2324:37 Expected ":"
Line 4374:0 Unexpected ".1\\/2"
Line 4378:0 Unexpected ".1\\/3"
Line 4382:0 Unexpected ".2\\/3"
Line 4386:0 Unexpected ".1\\/4"
Line 4390:0 Unexpected ".3\\/4"
Line 4394:0 Unexpected ".1\\/12"
Line 4398:0 Unexpected ".2\\/12"
Line 4402:0 Unexpected ".5\\/12"
... and 91 more hidden warnings

**/
/*==================================================
  Override Styles
  44 Farms

  light brown: #faf8f1
  dark brown: #f6f4ec
  branded red: #9e3123
==================================================*/

/*==================================================
  Fonts
==================================================*/



@font-face {
  font-family: "baskerville-italic";
  src: url("//www.44steaks.com/cdn/shop/t/25/assets/Baskerville-Italic.ttf?v=70710990178001993551723505142") format("ttf");
}

@font-face {
  font-family: "new-baskerville-std-roman";
  src: url("//www.44steaks.com/cdn/shop/t/25/assets/NewBaskervilleStd-Roman.otf?v=98139806605504820621723505224") format("otf");
}

@font-face {
  font-family: "Fontello";
  src: url("//www.44farms.com/cdn/shop/t/3/assets/Fontello.woff?v=5810") format("otf");
}


@font-face {
  font-family: "trade-gothic-next-compressed" ,sans-serif";
  src: url("//www.44steaks.com/cdn/shop/t/25/assets/MFred.woff?v=165112196413553380221723505218") format("woff");
}

/*==================================================
  Global Styles
==================================================*/

*{
  box-sizing: border-box;
}

body {
  color: #000;
  background: #fff !important;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

.full-width-section {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.button {
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 40px;
}

hr.small-white {
  max-width: 210px;
  height: 5px;
  background: #fff;
  border: none;
  margin: 30px 0;
  text-align: left;
  clear: both;
}

hr.clear-thin {
  max-width: 140px;
  height: 2px;
  background: #a0311f;
  border: none;
  margin: 30px auto;
  text-align: center;
  clear: both;
}

hr.clear-pretty {
  max-width: 210px;
  height: 2px;
  background: #a0311f;
  border: none;
  margin: 30px auto;
  text-align: center;
  clear: both;
}

hr.clear-pretty.thin {
  height: 1px;
}

hr.clear-pretty.thin.white {
  height: 1px;
  background: #fff;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third, .two-thirds, .one-half {
  box-sizing: border-box;
}

.two-thirds {
  width: 66%;
}

.one-third {
  width: 30.5%;
}

.one-fourth {
  width: 25%;
}

.one-fifth {
  width: 20%;
}

.three-fifths {
  width: 60%;
}

.two-fifths {
  width: 40%;
}

.three-fourths {
  width: 75%;
}

.one-sixth {
  width: 16%;
}

.box-centered {
  margin-right: auto;
  margin-left: auto;
}

.inner-wrapper {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto;
}

.button {
  background: #a0311f;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  min-width: 150px;
  max-width: 310px;
  padding: 0 30px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  display: inline-block;
  transition: all 150ms ease-in-out;
  letter-spacing: .1em;
  font-weight: 700;
}

.button:hover, span.more-info-button:hover {
  background: #333 !important;
  color: #fff !important;
}


.button.white {
  margin-left: 15px;
  margin-right: 15px;
  background: transparent;
  outline: 2px solid #fff;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.button.white:hover {
  background: #a0311f !important;
}


.box-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.text-upper, .uppercase {
  text-transform: uppercase !important;
}

.text-lower {
  text-transform: lowercase !important;
}

hr.branded-split {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 60px auto;
  padding: 0;
  position: relative;
  display: block;
  overflow: visible;
  max-width: 600px;
}

hr.branded-split:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url(//www.44farms.com/cdn/shop/t/3/assets/branded-icon.png?v=37681632180669152541772231635) center center no-repeat;
  background-size: 90% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.white {
  color: #fff !important;
}

.off-white {
  color: #faf8f1 !important;
}

.off-white-bg {
  background: #faf8f1 !important;
}

.black-bg {
  background: #000;
}

.tan-bg {
  background: #faf8f1 !important;
}

.hidden {
  display: none !important;
}

#main {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #fff;
}
 
::-webkit-scrollbar-thumb {
  background: #a0311f;
}

::-webkit-scrollbar-thumb:hover {
  background: #a0311f;
}

.section-stack {
  coloumn-gap: .5em;
}

h4.super-title {
  color: #9e3223;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
} 

.breaker-image {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.single-button-wrap {
  display: block;
  text-align: center;
}

h5.price-per {
  font-family: trade-gothic-next-compressed, sans-serif;
  margin-top: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .02em;
}

/*==================================================
  Text Styles
==================================================*/

.Heading {
  color: #000;
}

.gotham-book {
  font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 300;
}

.baskerville {
  font-family: new-baskerville-std-roman;
  letter-spacing: .02em;
}

.super-clarendon {
  font-family: superclarendon, serif !important;
}

h1, .uh-1, body .Heading {
  font-family: superclarendon, serif;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 500;
}

h2, .uh-2 {
   font-family: superclarendon, serif;
  line-height: 1.2em;
  letter-spacing: .07em;
  line-height: 1em;
  text-transform: capitalize;
}

h2.mfred {
  letter-spacing: .05em !important;
  font-weight: 300;
}

h3 {
  font-weight: 400;
}

h3 em {
  font-weight: 600;
}

h1 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: .15em;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.4;
}

h3, h4, h5 {
  font-family: superclarendon, serif;
  letter-spacing: .15em;
}

h2 em, h3 em, h4 em {
  font-family: "baskerville-urw", serif;
}

p {
  margin-bottom: 2em;
  max-width: 950px;
  line-height: 1.9em;
  font-weight: 400;
}

p, a, span, li {
 font-family: "Gotham A", "Gotham B",sans-serif;
}

.text-white {
  color: #fff;
}
 
.uppercase {
  text-transform: uppercase !important;
}

.small-quote {
  font-size: 11px;
  font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 600;
}

/*==================================================
  Cart Area
==================================================*/

.Drawer__Title {
  font-size: 2.4rem;
}

#free-shipping-bar {
  outline: 2px solid #ccc;
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

#free-shipping-strip {
  background: #a0311f;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 30px;
}

#free-shipping-strip {
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  font-family: mfred;
  line-height: 30px;
  color: #fff;
}

/*==================================================
  Popup
==================================================*/

.NewsletterPopup__Content img {
  margin-bottom: 20px;
}

.NewsletterPopup {
  background: #992e20 !important;
}

/*==================================================
  Header
==================================================*/

#cart-drawer {
  z-index: 10000000;
}


header .header {
  padding-right: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .header__logo {
  z-index: 1000000000;
}

.header__logo-image {
  width: 170px !important;
}

#ribbon-tab {
  position: absolute;
    width: 44px;
    top: 0px;
    right: 40px;
    height: 150px;
    background-image: url(//www.44farms.com/cdn/shop/t/3/assets/nav-ribbon.svg?v=37696253485099079391774899644);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    z-index: 100000000;
}

#ribbon-tab #burger-icon{
    width: 44px;
    height: 60px;
}

#ribbon-tab #burger-icon:hover {
  cursor: pointer;
} 

#ribbon-tab #burger-icon {
    width: 26px;
    height: 26px;
    position: relative;
    margin-top: 35px;
    margin-left: 9px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}

#ribbon-tab #burger-icon span {
  display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    background: rgb(255, 255, 255);
    transition: 0.25s ease-in-out;
}

#ribbon-tab #burger-icon span:nth-child(1) {
    top: 6px;
    transition: .25s ease-in-out;
    transform: rotate(0deg);
}
#ribbon-tab #burger-icon span:nth-child(2) {
    top: 14px;
    transition: .25s ease-in-out;
    opacity: 1;
}

#ribbon-tab #burger-icon span:nth-child(3) {
    top: 22px;
    transition: .25s ease-in-out;
    transform: rotate(0deg);
}

#ribbon-tab #burger-icon.active span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#ribbon-tab #burger-icon.active span:nth-child(2) {
   opacity: 0;
}

#ribbon-tab #burger-icon.active span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.shopify-section-group-header-group {
  z-index: 1000 !important;
  position: fixed !important;
  top: 0;
  width: 100%;
}

.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0;
  color: transparent;
  pointer-events: none;
  user-select: none;
}

.Header__LinkSpacer::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  border-bottom: 2px solid #842e22;
  transition: transform 0.3s, opacity 0.3s;
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-expanded .Header__LinkSpacer::after,
.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer::after {
  opacity: 1;
  transform: scale(1, 1);
}

.Header__LogoImage {
  transition: all 150ms ease-in-out;
}

p.AnnouncementBar__Content {
  font-family: gotham-narrow, arial;
  color: #fff;
}

.shopify-section--header .Heading,
.shopify-section--header .Link--primary:hover,
.shopify-section--header .Link--secondary {
  color: #fff;
}

.shopify-section--header .Header__FlexItem--logo {
  width: 150px;
}

header#section-header.Header--transparent .Header__FlexItem--logo {
  width: 290px;
  position: relative;
}

header#section-header.Header--transparent .Header__FlexItem--logo .Header__Logo {
  width: 250px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

header#section-header.Header--transparent .Header__FlexItem--logo .Header__Logo img {
  width: 100%;
}

.shopify-section--header .MegaMenu a,
.shopify-section--header .MegaMenu p {
  color: #333;
}

.shopify-section--header .MegaMenu {
  background: #fff;
}

.shopify-section--header .header__primary-nav a,
.shopify-section--header .h6 {
 font-family: trade-gothic-next-compressed, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;

}

.shopify-section--header .Header__MainNav a:hover {
  color: #863225;
}

.shopify-section--header .MegaMenu__Inner {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.right-nav {
  padding-right: 0px;
  height: 50px;
}

.right-nav a {
  position: relative;
}

.right-nav a, .right-nav span {
  color: #fff;
  font-family: "Gotham A", "Gotham B",sans-serif;
  padding-left: 0px;
  padding-right: 25px;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 100%;
  line-height: 50px;
  font-size: 12px;
  font-weight: 500;
}

.right-nav a.contact-us {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .15em;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-bottom: 20px;
    margin-right: 10px;
}

.right-nav a.contact-us:hover {
  background: #9e3223;
} 

.right-nav a.contact-us .Header__LinkSpacer:after {
  display: none !important;
}

.right-nav a span {
  left: 0;
  top: 60px;
  color: transparent;
}

.right-nav a .Header__LinkSpacer:after {
  position: absolute;
  content: '';
  bottom: 30px;
  left: 0;
  width: 80%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  border-bottom: 2px solid #9a3324;
  transition: transform 0.3s, opacity 0.3s;
}

.right-nav a:hover .Header__LinkSpacer:after {
  opacity: 1;
  transform: scale(1,1);
}

.Header .MegaMenu__Item--fit {
  width: 75%;
}

.Header .MegaMenu__Item {
  flex-shrink: inherit;
}

.Header .Header__MainNav a.MegaMenu__Title {
  font-family: mfred,arial;
  text-transform: uppercase;
  font-size: 2rem;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  color: #333;
  padding-top: 0px;
  padding-bottom: 0;
  width: 95%;
  margin-bottom: 15px;
  letter-spacing: .02em;
}

.Linklist {
  display: flex;
  flex-wrap: wrap;
}

.Header .Linklist__Item {
  width: 100%;
  margin-right: 5%;
  padding-top: 0px;
  font-size: 1rem;
  font-weight: 600;
}

.Header .Header__MainNav .Link--secondary {
  padding-top: 0;
  font-size: 1rem;
  letter-spacing: .1em;
  font-family: "Gotham A", "Gotham B",sans-serif;
}

.Header .MegaMenu__Item {
  margin-left: 0px;
  margin-right: 20px;
}

.Header .MegaMenu__PushImageWrapper {
  border-radius: 0;
}

.Header .MegaMenu__PushHeading {
  font-size: 1.4rem;
}

.Header .MegaMenu__PushSubHeading {
  font-size: 1rem;
}

.super-script {
  font-family: "super-calrendon", sans-serif !important;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.8rem;
}

.Header .link-drop-down {
  position: relative;
  height: 50px;
  display: inline-block;
}

.Header .link-drop-down:hover {
  cursor: pointer;
}

.Header .link-drop-down ul {
  display: block;
  position: absolute;
  top: 65px;
  right: -20px;
  min-width: 210px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 49px 0 rgb(0 0 0 / 64%);
  list-style-type: none;
  padding: 0;
  opacity: 0;
  transition: all 150ms ease-in-out;
  padding: 0px 15px;
}

.Header .link-drop-down:hover ul {
  height: auto;
  max-height: 100000;
  padding: 10px 15px;
  opacity: 1;
}

.Header .link-drop-down ul li {
  height: 1.2em;
  display: block;
  height: 30px;
}

.Header .link-drop-down ul li a {
  display: block;
  color: #a0311f;
  text-align: left;
  line-height: 30px;
}

.Header .MegaMenu .MegaMenu__PushLink a, .Header .MegaMenu .MegaMenu__PushLink p {
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-size: 1.8rem;

 font-family: "Gotham A", "Gotham B",sans-serif;
  line-height: 1.2em;
  text-transform: capitalize;
}

.Header .MegaMenu p.Text--subdued {
  color: #803927 !important;
  font-family: mfred !important;
  font-size: 1.1rem;
}

.Header__Icon:hover svg {
  fill: #803927;
}

.Header .Icon-Wrapper--clickable:hover {
  color: #803927;
}

.announcement-bar p {
  margin-bottom: 0;
  text-transform: uppercase;
}

.header__logo #logo-dark {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.header__logo #logo-dark.active {
  opacity: 1;
}


.shopify-section--header .header__primary-nav .mega-nav-feature a,
.shopify-section--header .mega-nav-feature .h6,
.mega-nav-feature p {
  font-family: "trade-gothic-next-compressed",sans-serif;
}

.mega-nav-feature p {
  margin-bottom: 0;
}

.shopify-section--header .mega-nav-feature .h6 a {
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.predictive-search__suggestions mark {
  color: #863225;
}

.predictive-search__content .product-card a.product-title {
  color: #000;
}


#shopify-section-sections--20586052124845__header {
    --header-grid: "primary-nav logo secondary-nav" / minmax(0, 1fr) auto minmax(0, 1fr);
    --header-padding-block: 1rem;
    --header-transparent-header-text-color: 255 255 255 !important; 
    --header-separation-border-color: 255 255 255 / 0 !important; 
    position: relative;
    z-index: 4;
}



/*==================================================
  Global Layout
==================================================*/

/* Layout Sections */
.shopify_subscriptions_app_block_label {
  display: none;
}

#shopify-block-AaGVKRE9hK0ZLWWt0K__1768834845299682660 {
  display: none;
}

.product-info__block-item .shopify_subscriptions_app_block_label {
  display: block;
}

.padded {
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-bg {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
}

.template-customers form .button {
  margin-left: auto;
  margin-right: auto;
}

/* Page Elements */
.branded-icon {
  width: 55px;
  margin: 0 auto 25px;
  text-align: center;
  display: block;
}

/* Search */
#Search .ProductItem__Title a,
#Search .ProductItem__Title h2 {
  font-size: 1.8rem;
  font-family: "Gotham A", "Gotham B",sans-serif;
  line-height: 1.2em;
}

.Search__Inner .ProductItem__Title {
  font-size: 1.8rem;
}

#Search .Price {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.8rem;
  font-family: "Gotham A", "Gotham B",sans-serif;
  color: #803927;
}

#Search .ProductItem__PriceList {
  padding-top: 4px;
  padding-bottom: 4px;
}

.template-search .ProductList .ProductItem__PriceList span {
  font-size: 1.8rem;
 font-family: "Gotham A", "Gotham B",sans-serif;
  color: #803927;
}

.ProductList--grid {
  padding: 0 12px 0 5px;
}

#newsletter-callout {
  padding-top: 120px;
  padding-bottom: 170px;
  overflow: hidden;
}

#newsletter-callout .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#newsletter-callout h2 {
  text-transform: uppercase;
  font-weight: 400;
}

#newsletter-callout p {
  font-size: 16px;
  font-family: "Gotham A", "Gotham B",sans-serif;
  margin-top: 15px;
}

#newsletter-callout .inner-wrapper {
  max-width: 1200px;
}

#newsletter-callout .newsletter-image {
  margin: 0 auto;
}

#newsletter-callout .newsletter-image img {
  max-width: 310px;
 -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,.1);
box-shadow: 4px 5px 10px 4px rgba(0,0,0,.1);
}

#newsletter-callout .image-overlay-container {
  position: relative;
}

#newsletter-callout .newsletter-image,
#newsletter-callout .stacked-image {
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#newsletter-callout .newsletter-image.active,
#newsletter-callout .stacked-image.active {
  opacity: 1;
}

#newsletter-callout .stacked-image {
  position: absolute;
  left: -115px;
  top: 5px;
  transform: rotate(-8deg) translateY(60px) translateX(75px);
}

#newsletter-callout input {
  width: 70%;
  border-radius: 50px 0 0 50px;
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(239, 239, 239);
    height: 37px;
    line-height: 37px;
    padding-left: 20px;
    color: #aaa;
}

#newsletter-callout .newsletter-form {
  max-width: 450px;
  width: 100%;
  display: flex;
  margin-top: 60px;
}

#newsletter-callout button {
  text-transform: uppercase;
  width: 30%;
    text-align: center;
    background: rgb(158, 50, 35);
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding: 0px 10px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 37px;
    line-height: 37px;
    border-radius: 0 50px 50px 0;

}



/*=================================================
  Mega Nav Drop
==================================================*/

#mega-nav-drop {
  width: 100vw;
  max-height: 100vh;
  height: 50vh;
  padding-top: 110px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  transform: translateY(-100vh);
  -webkit-transition: all 750ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -ms-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
  opacity: 0;
}

#mega-nav-drop.active {
  transform: translateY(0);
  height: 100vh;
  opacity: 1;
}

#mega-nav-drop .flex {
  display: flex;
  padding-top: 15px;
}

.current-weather-widget__tempicon {
  display: flex;
}

.current-weather-widget {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
}

.current-weather-widget__tempicon img {
  margin-bottom: 10px;
  width: 22px;
}
 
#mega-nav-drop .top-menu-wrap {
  display: flex;
  flex-wrap: wrap;
}

 
#mega-nav-drop ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-inline-start: 0;
}

#mega-nav-drop .menu-wrap {
  padding-right: 20px;
}

#mega-nav-drop .top-menu-wrap ul {
  padding: 0 20px 30px 0;
}

#mega-nav-drop ul li a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

#mega-nav-drop ul li:first-child a {
     position: relative;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 1.1em;
    color: #000;
    font-family: superclarendon, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 8px;
    width: 70%;
    border-bottom: 2px solid #9e3223;
    display: block;
}

#mega-nav-drop .secondary-brands-wrap {
   border-top: 2px solid #9e3223;
   text-align: center;
   width: 100%;
   padding-top: 10px;
   padding-right: 20px;
}

#mega-nav-drop .secondary-brands-wrap h3 {
    line-height: 1.2em;
    color: #000;
    font-family: new-baskerville-std-roman, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .12em;
}

#mega-nav-drop .secondary-brands-container {
  display: flex;
}

#mega-nav-drop .secondary-brands-container .brand-box-logo-container {
  display: block;
  text-align: center;
  height: 100px;
  margin-right: 20px;
}

#mega-nav-drop .secondary-brands-container .brand-box-logo-container img {
  margin: 0 auto;
  text-align: center;
  display: block;
}


#mega-nav-drop .secondary-brands-container img.pp-logo {
  max-width: 210px;
  height: 100px;
}

#mega-nav-drop .secondary-brands-container img.mf-logo {
  max-width: 140px;
}

#mega-nav-drop .secondary-brands-container h4 {
    font-family: new-baskerville-std-roman, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: center;
    padding: 10px 15px 0 15px;
    max-width: 300px;
    margin: 0 auto;
}

#mega-nav-drop .experience-wrap ul {
  clear: both;
  margin-bottom: 30px;
}

#mega-nav-drop .experience-wrap ul li {
  float: left;
}

#mega-nav-drop .experience-wrap ul li.menu-title {
  width: 100%;
}

#mega-nav-drop .experience-wrap ul li.menu-title a {
  width: 100%;
}

#mega-nav-drop .experience-wrap ul li {
  width: 50%;
}

.experience-wrap .shop-steaks-cta {
  display: block;
  width: 100%;
  padding-top: 50%;
  color: #fff;
  text-align: center;
  line-height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.experience-wrap .shop-steaks-cta span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    width: 80%;
    right: 0;
    margin: auto;
    line-height: 1.1em;
    font-family: superclarendon, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.experience-wrap .shop-steaks-cta img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.experience-wrap h4 {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 30px;
}

.newsletter-signup__form-wrap {
  display: flex;
}

.newsletter-signup__form-wrap input {
  width: 70%;
  border-radius: 50px 0 0 50px;
  background-color: rgb(239, 239, 239);
  border: 1px solid rgb(239, 239, 239);
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  color: #aaa;
}

.newsletter-signup__form-wrap button {
  width: 30%;
  text-align: center;
  background: rgb(158, 50, 35);
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding: 0px 10px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 37px;
    line-height: 37px;
    border-radius: 0 50px 50px 0;
}
/*==================================================
  Home Page
==================================================*/

/* Hero Slider */
#home-hero {
  height: 100vh;
  padding: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  }

  #home-hero.active {
    opacity: 1;
  }

  #home-hero .hero-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100vh;
  min-width: 100vw;
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  -webkit-transition: all 8000ms ease-in-out;
  -moz-transition: all 8000ms ease-in-out;
  -ms-transition: all 8000ms ease-in-out;
  -o-transition: all 8000ms ease-in-out;
  transition: all 8000ms ease-in-out;
  }

  #home-hero.active .hero-bg {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  #home-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 100;
  }

  #home-hero .hero-content h2 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: .12em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
  }


  #home-hero .hero-content h3 {
    font-family: baskerville-urw, serif;
    font-style: italic;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
    width: 100%;
    font-weight: 500;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
  }

  #home-hero:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .2;
  }

  #home-hero img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }

  #home-hero.active {
    background-size: 110% auto;
  }

#home-hero .hero-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: inset 0 89px 42px 0 rgb(0 0 0 / 58%);
}

#home-hero h2 {
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}

#home-hero .hero-slide h3 {
  font-size: 6.1rem;
  font-weight: 300;
  text-shadow: 0 0 10px #000;
  letter-spacing: .01em;
  margin-bottom: 10px;
  line-height: 1.2em;
}

#home-hero .hero__button-wrapper {
  display: flex;
  position: absolute;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  bottom: 0px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
  margin-bottom: 0;
  padding-top: 60vh;
}

#home-blocks {
  padding: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}

#home-blocks a.home-card {
  width: 50%;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
  display: block;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}


#home-blocks a.home-card:first-child {
  border-right: 5px;
  border-right: 5px solid #fff;
} 

#home-blocks a.home-card:last-child {
  border-left: 5px solid #fff;
}

#home-blocks a.home-card .home-block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 30vh;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
}

#home-blocks a.home-card .home-block-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

#home-blocks a.home-card .home-block-content h3.flex {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

#home-blocks a.home-card .home-block-content h3.flex img {
  width: 120px;
}

#home-blocks a.home-card .home-block-content h3 .flexed-text {
  display: block;
  font-family: superclarendon;
  font-weight: 400;
  padding-left: 20px;
  margin-left: 30px;
  border-left: 2px solid #fff;
}

#home-blocks a.home-card .home-block-content .button {
  margin-right: auto;
  margin-left: auto;
}

#home-blocks a.home-card img.home-block-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
   transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#home-blocks a.home-card:hover img.home-block-bg {
  transform: translateX(-50%) translateY(-50%) scale(1.05);
}


#pp-callout {
  background-position: center center;
  overflow: hidden;
  height: 90vh;
}

#pp-callout .full-bg-content {
  padding-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


.parallax-mirror:before {
    content: '';
    position: absolute;
    bottom: -0%;
    width: 100%;
    height: 90%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 10000;
}

#pp-callout .full-bg-content img {
  max-width: 235px;
  margin-bottom: 20px;
}

#pp-callout h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  font-size: 35px;
}

#pp-callout h5 {
  font-family: "Gotham A", "Gotham B",sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  text-transform: uppercase;
  margin-bottom: 60px;
}

#home-experience {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

#home-experience h2 {
  text-transform: uppercase;
  font-weight: 500;
}

#home-experience h4 {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B",sans-serif;
  margin-bottom: 65px;
}

#home-experience .home-exp-grid {
  display: flex;
  flex-wrap: wrap;

}

#home-experience .home-exp-grid a {
  width: 50%;
  padding-top: 40%;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff;
}

#home-experience .home-exp-grid a img {
  width: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#home-experience .home-exp-grid a:hover img {
   transform: translateX(-50%) translateY(-50%) scale(1.1);
}

#home-experience .home-exp-content {
  position: absolute;
  bottom: 0;
  padding-top: 25%;
  width: 100%;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
  
}

#home-experience .home-exp-content h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

#home-video-slider {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

#home-video-slider .slick-list {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

#home-video-slider h2 {
  margin-bottom : 50px;
  font-weight: 400;
}


#home-video-slider h4 {
  font-family: "Gotham A", "Gotham B",sans-serif;
  margin-bottom: 10px;
}

#home-video-slider h5 {
  color: #fff;
}

.video-slide {
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 40px;
  position: relative;
}

.video-slide .fancybox-video-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 60vh;
  background-size: cover;
  opacity: .7;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -ms-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
}

.video-slide:hover .fancybox-video-link {
  opacity: 1;
} 

.video-slide .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top:0;
  left: 0;
  z-index: 100;
}

.video-slide a:hover {
  opacity: 1;
} 

.video-slide .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  z-index: 10;
}

.video-slide .play-button:hover {
  cursor: pointer;
}

.video-slide img {
  margin-bottom: 15px;
}

.video-slide h5 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Gotham A", "Gotham B",sans-serif;
  text-transform: uppercase;
}

#home-video-slider .slick-next:before,
#home-video-slider .slick-prev:before {
  display: none !important;
}

#home-video-slider .slick-next,
#home-video-slider .slick-prev {
  width: 40px;
  height: 50px;
  background-size: 100% auto;
  z-index: 1000;
  font-size: 0;
  transform: translateY(-100%);
}

#home-video-slider .slick-next {
  background-image: url(next-arrow-white.png);
  right: 15%;
}

#home-video-slider .slick-prev {
  background-image: url(prev-arrow-white.png);
  left: 15%;
}

#home-quote {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}

#home-quote h2 {
  font-family: baskerville-urw;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
  font-style: italic;
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: 30px;
  text-transform: none;
}

#home-quote h5 {
 font-family: "Gotham A", "Gotham B",sans-serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
  font-size: 16px;
}

.section-with-intro {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-with-intro.dark-intro {
  background: #000;
}

.section-with-intro .inner-wrapper {
  max-width: 970px;
}



.section-with-intro h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #9e3223;
  font-size: 14px;
}

.section-with-intro.dark-intro h4 {
  color: #fff;
}


.section-with-intro p {
  font-family: sans-serif; 
  font-size: 16px;
}

.section-with-intro p,
.section-with-intro h3 {
  text-align: center;
}

.section-with-intro.dark-intro p,
.section-with-intro.dark-intro h3 {
  color: #fff;
} 


.section-with-intro.dark-intro p,
.section-with-intro.dark-intro span,
.section-with-intro.dark-intro li,
.section-with-intro.dark-intro a  {
  font-family: sans-serif;
}

.section-with-intro.dark-intro a {
  text-decoration: underline;
}

.section-with-intro .small-quote {
  margin-bottom: 20px;
  letter-spacing: .05em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
}

.section-with-intro.dark-intro .small-quote {
  color: #fff;
}

.section-with-intro h3 {
   font-size: 28px;
   text-transform: uppercase;
}

.section-with-intro h3 em {
  text-transform: lowercase;
}

.section-with-intro img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.section-with-intro img.logo {
  max-width: 210px;
}

.section-with-intro p {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.hero-slide .content-container {
  position: absolute;
  padding: 50px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.hero-slide .content-container h2 {
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .3em;
  font-family: "Gotham A", "Gotham B",sans-serif;
}

.hero-slide .content-container h3 {
  font-size: 2rem;
  color: #fff;
}

.hero-slide .content-container h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
}

.hero-slide .content-container img {
  max-width: 800px;
  margin: 30px auto;
  display: block;
  text-align: center;
}

#home-hero .slick-dots {
  bottom: 30px;
}

.hero__button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.hero__button-wrapper .button {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
  letter-spacing: normal;
  max-width: 310px;
  width: auto;
  letter-spacing: .15em;
  padding-left: 30px;
  padding-right: 30px;
}


/* Featured Collections */
.section-intro h2 {
  font-size: 4rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.section-intro h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.slick-track {
  display: flex !important;
  position: relative;
}

.slick-slide .slick-slide {
  float: none !important;
  height: 100%;
}

.slick-slider-collection .slick-prev {
  position: absolute;
  right: 90px;
  top: 0;
  left: initial;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #333;
}

.slick-slider-collection .slick-next {
  position: absolute;
  right: 20px;
  top: 0;
  left: initial;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #333;
}

.slick-slider-collection .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.slick-slider-collection {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.slick-slider-collection .slider-card {
  margin-right: 10px;
  margin-left: 10px;
  height: 50vh;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 0 49px 0 rgb(209 209 209 / 64%);
}

.slider-card .yotpo.bottomLine {
  margin: 0 auto 20px;
  text-align: center;
  margin-bottom: 10px !important;
}

.slider-card .yotpo .standalone-bottomline .star-clickable {
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
}

.slider-card .yotpo .standalone-bottomline .yotpo-stars {
  margin-right: 5px;
}

.slick-slider-collection .slider-card img {
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.slick-slider-collection .slider-card h2 {
  padding-top: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  position: relative;
  z-index: 200;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.slick-slider-collection .slider-card .button.white-bg-arrow {
  z-index: 1000;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

/* Featured Collections */
.shopify-section--main-collection .color-scheme {
  background: #f5f5f5 !important;
}

#home-collections-block {
  position: relative;
  padding-bottom: 5px;
}

.collection-block-container {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.collection-block-container img.sized-placeholder {
  width: 100%;
  display: block;
  z-index: -1;
}

.collection-block-container img.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1.2s ease-in-out;
}

.collection-block-container img.background-image:hover {
  transform: scale(1.2);
}

.collection-block-container a.one-third {
  width: 32.1%;
  margin-right: .5%;
  margin-left: .5%;
  margin-bottom: 1%;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.collection-block-container a.one-third h2 {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 90%;
  text-shadow: 0 0 8px #000000;
}

/* Featured Secitions */
.half-page-flexed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.half-page-flexed.reversed {
  flex-direction: row-reverse;
}

.half-page-flexed .text-content {
  padding: 0 7%;
  text-align: center;
}

.half-page-flexed .text-content h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
 
.half-page-flexed .text-content h2 {
  font-size: 4rem;
}

.half-page-flexed .text-content p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}

 
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
 
@keyframes ticker-reverse {
  100% {
    transform: translateX(100%);
  }
}

/*==================================================
  Home Products Area
==================================================*/

.sire-feed-container {
  position: relative;
  padding-bottom: 100px;
}


.sire-feed {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.sire-feed .sire-card {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  position: relative;
  display: block;
}
.sire-feed-container .section-intro {
  padding-bottom: 40px;
}

.sire-feed-container .section-intro h3 {
  font-size: 28px;
  font-family: baskerville-urw; serif;
  font-style: italic;
  text-transform: none !important;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-weight: 500;
}

.sire-feed-container .section-intro h2 {
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.sire-feed-container .section-intro p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: sans-serif;
}

.sire-feed .button-container {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.sire-card .sire-photo {
  padding-top: 70%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sire-card .sire-photo img {
  width: auto;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.sire-card .sire-photo:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sire-feed .button-container span {
    background-color: #9e3223;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    max-width: 215px;
    margin-right: 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.sire-card:hover span {
  background: #000;
} 

.sire-feed .button-container img {
  width: 60px;
}

.sire-feed h3 {
    font-family: trade-gothic-next-compressed, sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 25px;
    margin-top: 15px;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 10px;
}


/*==================================================
  Collection Page
==================================================*/

.shopify-section--collection-banner {
  background: #000;
}

body.template-collection .SectionHeader__Description {
  display: none !important;
}

body.template-collection .Container {
  max-width: 1200px;
}

body.template-collection .SectionHeader__Description {
  max-width: 1200px;
}

#collection-page-header h1.SectionHeader__Heading {
  font-size: 5rem;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 0 8px #000;
}

#collection-page-header:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.6);
  z-index: 1;
  position: absolute;
}

#collection-page-header .Container {
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 721px) {
  body .CollectionToolbar__Item--sort {
    font-size: 27px;
  }
}

body.template-collection .SectionHeader__Description {
  font-size: 1.4rem;
}

#featured-cuts {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 2px solid #999;
}

h2.featured-cuts-title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  margin-bottom: 0;
}

#featured-cuts .featured-cuts-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 15px;
}

#featured-cuts a {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  width: 20%;
}

#featured-cuts a h2 {
  font-size: 1rem;
  text-transform: uppercase;
}

#featured-cuts img {
  width: 80%;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}


#featured-cuts a img {
  width: 100%;
  margin-bottom: 10px;
}

#collection-header p {
  font-size: 1.6rem;
  color: #fff;
}

#CollectionMain {
  background: #f5f5f5;
}

body .CollectionInner {
  display: block;
  margin-top: 0 !important;
}

.CollectionMain {
  position: relative;
  background: #f5f5f5;
}

.CollectionToolbar.CollectionToolbar--top {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  height: 62px;
}

body .CollectionToolbar__Group, body .CollectionToolbar {
  background: transparent;
}

body .Popover__Value {
  font-size: 1.4rem;
}

.template-collection .ProductListWrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
 
.template-collection .ProductList {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  align-items: stretch;
  justify-content: flex-start;
}

.ProductList--grid {
  margin-left: 0 !important;
}

.template-collection .ProductList .product-card {
  width: 24%;
  margin-bottom: 2%;
  border-radius: 3px;
  transition: all 150ms ease-in-out;
  background: #fff;
  padding-bottom: 70px;
  position: relative;
  margin-right: 1%;
}

.template-collection .product-card .yotpo.bottomLine {
  margin: 0 auto 20px;
  text-align: center;
}

.product-card .yotpo .standalone-bottomline .star-clickable {
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
}

.product-card .yotpo .standalone-bottomline .yotpo-stars {
  margin-right: 5px;
}

.ProductItem__Label {
  font-size: 18px;
}

.template-collection .ProductList .product-card .ProductItem__Info {
  padding: 5px 0px 20px;
}

.template-collection .ProductList .product-card .ProductItem__Info h2 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.template-collection .ProductList .product-card a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.template-collection .ProductList .product-card .ProductItem__Info h2,
.template-article .ProductList .product-card .ProductItem__Info h2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #333;
  width: 90%;
 font-family: "Gotham A", "Gotham B",sans-serif;
  font-size: 1.8rem;
  letter-spacing: .04em;
  min-height: 2.6em;
}

.template-collection .ProductList .product-card .ProductItem__Info h2 a {
  font-family: "Gotham A", "Gotham B",sans-serif;
}

body .ProductItem__ViewButton,
body .cook-icons-container {
  opacity: 1;
  transform: translateY(0%);
  transition: all 150ms ease-in-out;
}
 
.template-collection .ProductList .ProductItem__PriceList span {
  font-size: 1.8rem;
   font-family: "Gotham A", "Gotham B",sans-serif;
  color: #803927;
}

body .ProductItem__ViewButton {
  margin-bottom: 20px;
}

body .cook-icons-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
}

body .cook-icons-container span.cook-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.cook-icons-container span.skillet-icon {
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/skillet.svg?v=5810);
}

.cook-icons-container span.oven-icon {
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/oven.svg?v=5810);
}

.cook-icons-container span.grill-icon {
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/grill.svg?v=5810);
}

.product-card span.save {
  display: block;
  text-align: center;
  font-size: 1rem !important;
  color: #000 !important;
   font-family: "Gotham A", "Gotham B",sans-serif;
  margin-top: 10px;
}

.product-card span.save {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-card__info {
  gap: 0 !important;
}
 
.product-card .v-stack {
  gap: 0 !important;
}

.product-card span.save {
  margin-top: 0;
}

.slick-slider {
  display: flex
}

.slider-card {
  height: 100%;
}

.yotpo .text-m {
  font-weight: 600;
}

/* collection filter */
.collection-toolbar__products-count.h6 {
  font-family: trade-gothic-next-compressed, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
 
body .CollectionFilters {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #eee;
}

body .CollectionInner__Sidebar {
  position: relative !important;
  margin-top: 0;
  top: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 60px !important;
}

body.featured-cuts .CollectionInner__Sidebar {
  margin-bottom: 20px !important;
}
 
body .CollectionToolbar {
  position: relative;
  top: 0;
  box-shadow: none;
}

body .CollectionFilters {
  padding-top: 20px;
}

.CollectionFilters button.Button {
  position: absolute;
  right: 150px;
  top: 10px;
  border-radius: 4px;
  background: #842e22;
  color: #fff;
  font-family: mfred;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.CollectionToolbar__Item {
  border-left: none !important;
}

.filter-icon {
  font-family: trade-gothic-next-compressed, sans-serif;
  display: block;
  position: absolute;
  left: 2.5%;
  top: 15px;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 30px;
  text-transform: uppercase;
}

.filter-icon img {
  width: 30px;
  float: left;
  margin-right: 5px;
}

body .CollectionInner__Sidebar .Collapsible.filter-top {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
}

body .Collapsible__Button {
  font-size: 2rem;
}

@media only screen and ( max-width: 1340px ) and ( min-width: 721px) {
  body .Collapsible__Button {
    font-size: 1.6rem;
  }
 
  .CollectionToolbar.CollectionToolbar--top {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    height: 58px;
  }
 
  .slick-slider-products .slider-card {
    max-height: 50vh;
  }
}

body .Collapsible__Button:after {
  content: '';
  width: 20px;
  height: 10px;
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/filter-down-arrow.png?v=5810);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
 
body .filter-top .Collapsible__Inner {
  position: absolute;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
}

body .Collapsible__Button:hover,
body .Collapsible__Button.active {
  cursor: pointer;
  color: #a0311f;
}

body .CollectionFilters .Collapsible__Inner {
  height: 60px;
  overflow: hidden;
  max-height: 0;
  z-index: 1000000;
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

body .Collapsible__Inner.active {
  height: 60px;
  overflow: hidden;
  max-height: 10000px;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
  background: #842e22;
}

.filter-top .Collapsible__Content .Linklist {
  flex-wrap: nowrap;
}

.filter-top .Collapsible__Content .Linklist .Linklist__Item {
  font-size: 2rem;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.filter-top .Collapsible__Content .Linklist .Linklist__Item button {
  color: #ddd;
  transition: all 150ms ease-in-out;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: .08em;
   font-family: "Gotham A", "Gotham B",sans-serif;
}

.filter-top .Collapsible__Content .Linklist .Linklist__Item button:hover,
.filter-top .Collapsible__Content .Linklist .Linklist__Item button.is-active {
  color: #fff;
}

.filter-top .Linklist__Item.is-selected:before {
  display: none !important;
}
 
.collection-toolbar__button span {
  font-family: "trade-gothic-next-compressed" ,sans-serif, arial;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1em;
  color: #333 !important;
  font-size: 1.4rem;
}

body .dot-checkbox {
  border-radius: 0px !important;
  background: #863225;
  width: 10px;
  height: 10px;
  inset-block-start: calc(.5em + 18%);
}

.checkbox-control label {
   font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.facets-sidebar .accordion__toggle.h6 {
  font-size: 1.2rem;
}

.facets-sidebar .accordion {
  border-bottom: 2px solid #333;
}

.removable-facet {
  background: #863225;
}

.removable-facet .icon {
  color: #fff;
  fill: #fff;
}

.removable-facet .text-subdued {
  color: #fff;
}

.price-range .input-prefix {
  background: #fff;
}

/*==================================================
  Product Page
==================================================*/

.product-info {
  position: relative;
  inset-block-start: 0;
}

.registration-info {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}


.registration-info span.pedigree-label {
  font-size: 18px;
  font-family: superclarendon, serif;
  text-transform: uppercase;
  font-size: 21px;
}

.epd-container {
  display: flex;
  margin-top: 15px;
}

.epd-container.in-description .button {
  margin-top: 0 !important;
  max-width: 275px;
  display: inline-block;
}

.progress-bar:before, 
  .text-success, .text-success span {
    font-size: 1.8rem;
    color: #9e3223 !important;
    font-family: trade-gothic-next-compressed, sans-serif;
    font-style: normal !important;
    Text-transform: uppercase;
  }

  .text-success span, .text-success {
    display: INLINE;
  }
   .inventory {
    max-width: 310px;
  }

  .progress-bar {
    display: none !important;
  }
.partner-box {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 40px;
}

.partner-box h2 {
    color: rgb(158, 50, 35);
    text-transform: uppercase;
    font-family: superclarendon, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
}

.partner-box .partners {
  display: flex;
  align-items: center;
  align-items: stretch

}

.partner-box .one-fourth {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  padding-bottom: 20px;

}


.partner-box .one-fourth img {
  width: 100%;
  margin-bottom :10px;
}

.partner-box .one-fourth h4 {
  font-family: trade-gothic-next-compressed, sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.epd-container .button {
  margin-right: 5px;
}

.buy-box {
  display: flex;
  justify-content: flex-start;
}

.variant-picker__option-info legend {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

.registration-info span.pedigree-value {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 21px;
} 


.shopify-section--main-product .container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.ProductMeta__Description {
  border-top: none !important;
  margin-top: 0;
}

body.template-product {
  padding-top: 110px;
}

body.template-product .Product__Wrapper {
  display: flex;
  max-width: 100% !important;
}

body.template-product .Product__Gallery {
  width: 50vw;
  margin-left: 0;
  margin-top: 0;
}

body.template-product .Product__Gallery {
  margin-left: 0;
  margin-top: 0;
}

body.template-product .Product__InfoWrapper {
  width: 50vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  line-height: 1.6em;
  margin-bottom: 90px;
}

body.template-product .Product__Info {
  max-width: 600px;
  margin: 0 auto;
  width: 100% !important;
}

body.template-product .ProductMeta__Title {
  font-size: 4rem;
  margin-bottom: 10px;
  line-height: 1em;
}

body.template-product .price-list {
  font-size: 1.4rem;
  font-weight: 600;
}

.buy-buttons {
  width: 100%;
}

.buy-buttons .button {
  background: transparent;
  background-color: #a0311f;
   font-family: "Gotham A", "Gotham B", sans-serif;
  height: 50px;
  line-height: 48px;
  width: 100%;
  color: #a0311f;
  max-width: 310px;
  transition: all 150ms ease-in-out;
  max-width: 510px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
  color: #fff;
}


body.template-product .Button--primary::before {
  background-color: transparent;
}

body.template-product .ProductForm__AddToCart {
  font-weight: 700;
}

body.template-product .ProductMeta__PriceList {
  margin-bottom: 15px;
}

.Product__Info .yotpo.bottomLine {
  margin-bottom: 10px;
}

.Product__Info .yotpo.bottomLine .text-m {
  color: #a0311f !important;
  font-weight: 600;
  padding-left: 5px;
  padding-top: 1px;
}

.product-bullet-box {
  background: #f5f5f5;
  padding: 10px 15px;
}

.product-bullet-box span {
  display: block;
   font-family: "Gotham A", "Gotham B",sans-serif;
}

.three-feature-box {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: #000;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}

.three-feature-box h3 {
  font-family: "trade-gothic-next-compressed" ,sans-serif, arial;
  text-transform: uppercase;
  color: #a0311f;
  font-size: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  width: 33%;
  line-height: 1.1em;
}

body .Product {
  margin-bottom: 10px;
}

.ProductForm__Label {
  display: none;
}

body .SizeSwatch {
  background: #eee;
  color: #a0311f !important;
  border: none !important;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.18);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}

body .quantity-selector__button {
  background: #a0311f;
  color: #fff !important;
  border: none !important;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.18);
}

body .quantity-selector {
  border: none;
  background: #faf8f1;
}

body .QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 18px;
}

body .QuantitySelector.QuantitySelector--large {
  background: #faf8f1;
}

body .QuantitySelector--large.QuantitySelector__CurrentQuantity {
  width: 45px;
}

.block-swatch.is-active::after, .block-swatch:checked + .block-swatch {
  background: #a0311f;
  border-color: #842e22 !important;
  border: none;
  color: #fff !important;
  border-radius: 3px;
  background: #eee;
  color: #a0311f !important;
  border: none !important;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .18);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}

body .block-swatch {
  background: #eee;
  color: #a0311f !important;
  border: none !important;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .18);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  transition: all 250ms ease;
}

body :checked+.block-swatch {
  background: #a0311f;
  color: #fff !important;
  border: none !important;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .18);
}

/* Additional Info */
.Product__Info .Product__Aside {
  padding-left: 0;
}

.Product__Info .Product__Tabs {
  margin: 40px;
}

.template-product .Collapsible--large .Collapsible__Button {
  padding-top: 20px;
  padding-bottom: 20px;
}
 
.template-product .Product__Info .Product__Tabs {
  margin: 0;
  border-top: 1px solid #000;
}

.product-info__block-item .accordion__disclosure {
  border-bottom: 1px solid #000;
}

.product-additional-details-container {
  position: relative;
}

body.template-product .accordion__toggle span {
  font-size: 2rem;
  font-family: "trade-gothic-next-compressed" ,sans-serif, arial !important;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1em;
}

/* Subscriptions */
body .shopify_subscriptions_app_block_label ul {
  padding-left: 0;
}

body .shopify_subscriptions_in_widget_price {
  color: #803927;
  font-weight: 600;
}

body .shopify_subscriptions_purchase_option_wrapper label {
  font-family: mfred, arial;
  text-transform: uppercase;
  font-size: 1.2rem;
}

body .shopify_subscriptions_app_policy {
  font-style: italic;
  color: #a0311f;
  font-weight: 300;
}

body .product-info__block-list .shopify_subscriptions_fieldset > div {
  box-shadow: 0 3px 10px #0000004d;
  color: #fff !important;
  border-color: #transparent !important;
  background: #a0311f !important;
}

body .product-info .shopify_subscriptions_in_widget_price {
  color: #fff !important;
}

body .product-info__block-list .shopify_subscriptions_app_block_label {
  border-color: #fff !important;
}

.template-product .variant-picker__option .select {
  border-radius: 5px;
  background: #f5f5f5;
}

.accordion-group .product-info__block-item:first-child {
  border-top: 1px solid #000;
}


/* Product Slider */
.flickity-prev-next-button.previous {
  position: absolute;
  left: 5px;
  top: 50%;
}

.flickity-prev-next-button.next {
  position: absolute;
  right: 5px;
  bottom: 50%;
}

.Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
  width: 170px;
}

body .Product__SlideshowNavImage {
  border: none;
}

/* Steak Info */
.meat-section-title {
  font-size: 5rem;
}

/* Product Recipies */
h3.max-wrap.text-center {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
}
 
.SectionHeader--center {
  text-align: center;
}

.template-blog .PageHeader {
  margin: 50px 0;
}

.template-article .ProductItem__Title,
.template-article .ProductItem__Title a {
   font-family: "Gotham A", "Gotham B",sans-serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.template-article .ProductItem__Price {
  font-size: 1.8rem;
   font-family: "Gotham A", "Gotham B",sans-serif;
  color: #803927;
  margin-bottom: 5px;
}

.template-article .ProductItem__PriceList {
  font-size: 2.2em;
}

.template-article .ProductList--shopNow {
  padding-bottom: 20px;
}


@media screen and (max-width: 640px) {
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px;
  }
}
@media screen and (min-width: 641px) {
  .ArticleList + .Pagination {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-section-blog-template + #shopify-section-shop-now {
    margin-top: 150px;
  }
}

h1.product-title {
  font-family: trade-gothic-next-compressed, sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 15px;
  letter-spacing: .05em;
}

.pedigree-tree {
  position: relative;
  width: 100%;
}

.pedigree-tree table, .pedigree-tree tr, .pedigree-tree td {
  border: none;
}

.pedigree-tree h3 {
      color: rgb(158, 50, 35);
    text-transform: uppercase;
    font-family: superclarendon, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}

table.pedigree-table {
    width: 100%;
    border: none;
    line-height: 1;
    text-transform: uppercase;
}

table.pedigree-table:nth-of-type(1) {
    margin-bottom: 50px
}

table.pedigree-table tr td {
    width: 50%;
    font-family: trade-gothic-next-compressed,sans-serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
}

table.pedigree-table .sire-ancestor-name {
    vertical-align: bottom;
    border-bottom: solid 2px #272833;
    margin: 0;
    padding: 10px 10px 5px 10px
}

table.pedigree-table .sire-pedigree-midpad {
    vertical-align: top;
    font-size: .85em;
    margin: 0;
    padding: 2px 10px 10px 10px
}

table.pedigree-table .sire-pedigree-leftborder {
    border-left: solid 2px #000
}

.pedigree-label {
    color: #9e3223;
    text-transform: uppercase;
    font-family: superclarendon,serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .12em;
    margin-bottom: 10px
}

.pedigree-value {
    font-family: trade-gothic-next-compressed,sans-serif;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: .1em
}

.owned-with {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 60px;
}

.owned-with .logo-box, .owned-with .logo-box a  {
  display: flex;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 600;
}

.logo-box .contact-name {
  margin-right: 30px;
}

/*==================================================
  Press Area
==================================================*/

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1390px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 140px;
  padding-top: 60px;
}

.blog-wrapper .one-third.article-wrapper {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 4%;
  padding-bottom: 60px;
  position: relative;
}


.blog-wrapper .article-image-wrapper {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
}
.blog-wrapper .article-image-wrapper:hover {
  cursor: pointer;
}

.blog-wrapper .article-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 650ms ease-in-out;
-moz-transition: all 650ms ease-in-out;
-ms-transition: all 650ms ease-in-out;
-o-transition: all 650ms ease-in-out;
transition: all 650ms ease-in-out;
max-width: 1000000px !important;
}

.blog-wrapper .article-image-wrapper:hover img {
  width: 105%;
}

.blog-wrapper .article-wrapper h3 {
  font-size: 21px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: .04em;
}

.blog-wrapper .article-wrapper h4 {
  text-align: left;
  font-size: 12px;
  margin-bottom: 20px;
   font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 400;
}

.blog-wrapper .article-wrapper p {
  text-align: left;
  margin-bottom: 40px;
  font-size: 13px;
}

.blog-wrapper .article-wrapper .button {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-roll {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.blog-roll-item {
  padding-bottom: 60px;
  text-align: left;
}

.blog-roll-item h4 {
  text-align: left;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 400;
}

.blog-roll-item h3 {
  text-transform: none !important;
  text-align: left;
  line-height: 1.2em;
  letter-spacing: .04em;
}

/*==================================================
  Photo Gallery
==================================================*/

.blog-wrapper.photo-gallery .article-wrapper {
  padding: 0;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
  padding-top: 20%;
}

.blog-wrapper.photo-gallery .article-wrapper:hover {
  cursor: pointer;
} 

.blog-wrapper.photo-gallery .article-wrapper img {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -ms-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  max-width: 1000000px !important;
  min-width: 100%;
  height: 100%;
}

.blog-wrapper.photo-gallery .article-wrapper:hover img {
   transform: translateX(-50%) translateY(-50%) scale(1.1);
} 


/*==================================================
 Video Gallery 
==================================================*/

.video-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;  
}


.video-gallery-grid .video-slide {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
  height: 30vh;
  padding-bottom: 30px;
}

.video-gallery-grid .video-slide .play-button {
    transform: translateX(-50%) translateY(-65%);
}

.video-gallery-grid .video-slide .fancybox-video-link {
  height: 100%;
  background-size: cover;
}

.video-gallery-grid .video-slide .fancybox-video-link {
  opacity: 1; 
  transform: scale(1);
}
.video-gallery-grid .video-slide:hover .fancybox-video-link {

}

.video-slide h5 {
  color: #333;
  text-align: center;
}

/*==================================================
  Grid Layout
==================================================*/

.Grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0;
}

.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

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

.Grid--center > .Grid__Cell {
  text-align: left;
}

.Grid__Cell--center {
  display: block;
  margin: 0 auto;
}

.Grid--right {
  text-align: right;
}

.Grid--right > .Grid__Cell {
  text-align: left;
}

.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}

.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}

.Grid--m {
  margin-left: -30px;
}

.Grid--m > .Grid__Cell {
  padding-left: 30px;
}

.Grid--l {
  margin-left: -50px;
}

.Grid--l > .Grid__Cell {
  padding-left: 50px;
}

.Grid--xl {
  margin-left: -50px;
}

.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}

@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }

  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }

  .Grid--l {
    margin-left: -80px;
  }

  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }

  .Grid--xl {
    margin-left: -100px;
  }

  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}

/*==================================================
  Our Story Page
==================================================*/

.bible-quote {
  font-family: baskerville-urw, serif;
  color: #fff;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: .05em;
  font-weight: 500;
}

.bobs-sig {
  margin: 0 auto 20px !important; 
  max-width: 80px !important;
}

.bobs-photo {
    width: 150px;
    max-width: 150px !important;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}

#story-photos {
  padding-bottom: 900px;
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/44Farms_CameronTX_Sept2020-0483-1920x1140.jpg?v=3197051258980691861775145328);
      background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 900px;
    position: relative;
}

#story-photos .inner-wrapper {
  display: flex;
  max-width: 1390px;
}

#story-photos:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
}

#story-photos .one-half {
  padding-top: 45%;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

#story-photos .one-half:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 100;
  bottom: 0;
}

#story-photos .one-half h4 {
  position: absolute;
  bottom: 0;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
  z-index: 10000;
  width: 100%;
   font-family: "Gotham A", "Gotham B",sans-serif;
}

#story-photos .one-half h4 span {
  font-family: baskerville-italic;
  font-style: italic;
}

#our-team {
  height: 50vh;
  background-size: 110% auto;
  background-position: center center;
  -webkit-transition: all 8000ms ease-in-out;
  -moz-transition: all 8000ms ease-in-out;
  -ms-transition: all 8000ms ease-in-out;
  -o-transition: all 8000ms ease-in-out;
  transition: all 8000ms ease-in-out;
}

#our-team.active {
  background-size: 100% auto;
}

#our-history {
  padding-bottom: 30px;
}

/*==================================================
  Our Sales
==================================================*/

.centered-text__contact__group-contact {
  padding-left: 10px;
  padding-right: 10px;
}

img.angus-strong-logo {
  max-width: 140px;
  margin: 0 auto 40px;
}

.angus-strong #home-hero .hero-bg {
  transform: translateX(-50%) translateY(-60%) scale(1.2);
}

.angus-strong #home-hero.active .hero-bg {
  transform: translateX(-50%) translateY(-60%) scale(1);
}

#our-sales h3 {
  margin-bottom: 15px;
}

#shopify-section-our-sales .inner-wrapper {
  max-width: 1390px;
}

.sales-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  max-width: 1390px;
}

.sales-container .sale-card {
  width: 33%;
  position: relative;
  text-align: left;
}

.sales-container .sale-card .sales-photo {
  width: 100%;
  position: relative;
  padding-top: 80%;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.sales-container .sale-card .sales-photo img {
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -ms-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  margin-bottom: 15px;
}

.sales-container .sale-card .sales-photo:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.sales-container .sale-card .sales-photo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 100;
    bottom: 0;
}

.sales-container .sale-card__info {
  text-align: left;
}

.sales-container .sale-card__info h3 {
  font-family: trade-gothic-next-compressed;
  margin-bottom: 8px !important;
  text-align: left;
  font-size: 2.1rem;
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 700;
}

.sales-container .sale-card__info p.sale-date {
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: .05em;
    font-variant: lining-nums;
    text-transform: uppercase;
}

.template-page.our-sales {

}

.template-page.our-sales .parallax-mirror:before {
  background: none !important;
}

/*==================================================
  Live Sales Page
==================================================*/

#shopify-section-live-sales-details {
  padding-top: 100px;
}

.live-sale-template .live-sales-header {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-sales-header h1 {
  font-size: 5rem;
  color: #fff;
  color: #fff;
   font-family: trade-gothic-next-compressed, sans-serif;
}

.sales-info {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sales-info h3 {
    font-family: superclarendon, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .12em;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #9e3223;
    margin-top: 0;
}


.sales-info .flex {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}


.sale-info p {
    font-family: trade-gothic-next-compressed, sans-serif;;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom :40px;
}

.sales-info .sales-contact-resources {
  padding-left: 50px;
  border-left: 2px solid #9e3223;

}

.sales-contact-resources span, 
.sales-contact-resources  a {
    list-style: none;
     font-family: trade-gothic-next-compressed, sans-serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .04em;
}

.sales-contact-resources .sale-contacts {
  margin-bottom: 40px;
}

.sales-contact-resources .sale-contact {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-start;
}

.sales-contact-resources .sale-contact span {
  width: 60%;
  display: block;
}

.sales-contact-resources .sale-resource {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sales-contact-resources .sale-resource i {
  display: block; 
  size: 1em;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 15px;
}

.sales-contact-resources .sale-contact a {
  border-bottom: 2px solid #111;
}

.sales-contact-resources .sale-resource i.sale_book {
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/sale-resource-book.svg?v=14797537564663465741775232883);
}

.sales-contact-resources .sale-resource i.sortable_spreadsheet {
 background-image: url(//www.44farms.com/cdn/shop/t/3/assets/sale-resource-calculator.svg?v=82650289166837613811775232883);
}

.sales-contact-resources .sale-resource i.yearling_ultrasound_info {
 background-image: url(//www.44farms.com/cdn/shop/t/3/assets/sale-resource-ultrasound.svg?v=35223736505078851661775232883);
}

.sales-contact-resources .sale-resource i.request_a_sale_book_by_mail {
 background-image: url(//www.44farms.com/cdn/shop/t/3/assets/sale-resource-book.svg?v=14797537564663465741775232883);
}


#by-the-numbers {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom :120px;
  text-align: center;
  background: #000;
  margin-bottom: 120px;
}

#by-the-numbers h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .1em;
    color: #fff;
    font-family: "Gotham A", "Gotham B",sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#by-the-numbers hr.clear-thin {
  margin-bottom: 60px;
}

#by-the-numbers h3 {
  color: #fff;
   font-family: "Gotham A", "Gotham B",sans-serif;
  text-transform: uppercase;
}

#by-the-numbers h3.max-wrap {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

#by-the-numbers .breed-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#by-the-numbers .breed-stat {
  width: 130px;
  height: 130px;
  margin: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #9e3223;

}

#by-the-numbers .breed-stat .trait {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-bottom: 5px;
}

#by-the-numbers .breed-stat .bull-count {
     font-family: "Gotham A", "Gotham B",sans-serif;
    color: #fff;
    font-size: 70px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 5px;
}

#by-the-numbers .breed-stat .bull-count-label {
     font-family: "Gotham A", "Gotham B",sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

#by-the-numbers .avg-traits {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

#by-the-numbers .avg-traits ul {
    padding: 20px 5vw;
    border: 1px solid #fff;
    list-style: none;
    margin-bottom: 0;
}

#by-the-numbers .avg-traits ul li {
    font-family: "Gotham A", "Gotham B",sans-serif;
      list-style: none;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

#by-the-numbers .avg-traits ul li.no-bullet:before {
  display: none !important
}

#by-the-numbers .avg-traits ul li:before {
  content: " ·";
    color: #9e3223;
    display: block;
    position: absolute;
    left: -4px;
    top: 8px;
}

/*==================================================
  Grid Layout Sizing
==================================================*/

.1\/2, .2\/4, .6\/12 {
  width: 50%;
}

.1\/3, .4\/12 {
  width: 33.33333%;
}

.2\/3, .8\/12 {
  width: 66.66667%;
}

.1\/4, .3\/12 {
  width: 25%;
}

.3\/4, .9\/12 {
  width: 75%;
}

.1\/12 {
  width: 8.33333%;
}

.2\/12 {
  width: 16.66667%;
}

.5\/12 {
  width: 41.66667%;
}

.7\/12 {
  width: 58.33333%;
}

.10\/12 {
  width: 83.33333%;
}

.11\/12 {
  width: 91.66667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .1\/2--phone, .2\/4--phone, .6\/12--phone {
    width: 50%;
  }

  .1\/3--phone, .4\/12--phone {
    width: 33.33333%;
  }

  .2\/3--phone, .8\/12--phone {
    width: 66.66667%;
  }

  .1\/4--phone, .3\/12--phone {
    width: 25%;
  }

  .3\/4--phone, .9\/12--phone {
    width: 75%;
  }

  .1\/12--phone {
    width: 8.33333%;
  }

  .2\/12--phone {
    width: 16.66667%;
  }

  .5\/12--phone {
    width: 41.66667%;
  }

  .7\/12--phone {
    width: 58.33333%;
  }

  .10\/12--phone {
    width: 83.33333%;
  }

  .11\/12--phone {
    width: 91.66667%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }

  .1\/2--tablet, .2\/4--tablet, .6\/12--tablet {
    width: 50%;
  }

  .1\/3--tablet, .4\/12--tablet {
    width: 33.33333%;
  }

  .2\/3--tablet, .8\/12--tablet {
    width: 66.66667%;
  }

  .1\/4--tablet, .3\/12--tablet {
    width: 25%;
  }

  .3\/4--tablet, .9\/12--tablet {
    width: 75%;
  }

  .1\/12--tablet {
    width: 8.33333%;
  }

  .2\/12--tablet {
    width: 16.66667%;
  }

  .5\/12--tablet {
    width: 41.66667%;
  }

  .7\/12--tablet {
    width: 58.33333%;
  }

  .10\/12--tablet {
    width: 83.33333%;
  }

  .11\/12--tablet {
    width: 91.66667%;
  }
}
@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .1\/2--tablet-and-up, .2\/4--tablet-and-up, .6\/12--tablet-and-up {
    width: 50%;
  }

  .1\/3--tablet-and-up, .4\/12--tablet-and-up {
    width: 33.33333%;
  }

  .2\/3--tablet-and-up, .8\/12--tablet-and-up {
    width: 66.66667%;
  }

  .1\/4--tablet-and-up, .3\/12--tablet-and-up {
    width: 25%;
  }

  .3\/4--tablet-and-up, .9\/12--tablet-and-up {
    width: 75%;
  }

  .1\/12--tablet-and-up {
    width: 8.33333%;
  }

  .2\/12--tablet-and-up {
    width: 16.66667%;
  }

  .5\/12--tablet-and-up {
    width: 41.66667%;
  }

  .7\/12--tablet-and-up {
    width: 58.33333%;
  }

  .10\/12--tablet-and-up {
    width: 83.33333%;
  }

  .11\/12--tablet-and-up {
    width: 91.66667%;
  }
}
@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }

  .1\/2--pocket, .2\/4--pocket, .6\/12--pocket {
    width: 50%;
  }

  .1\/3--pocket, .4\/12--pocket {
    width: 33.33333%;
  }

  .2\/3--pocket, .8\/12--pocket {
    width: 66.66667%;
  }

  .1\/4--pocket, .3\/12--pocket {
    width: 25%;
  }

  .3\/4--pocket, .9\/12--pocket {
    width: 75%;
  }

  .1\/12--pocket {
    width: 8.33333%;
  }

  .2\/12--pocket {
    width: 16.66667%;
  }

  .5\/12--pocket {
    width: 41.66667%;
  }

  .7\/12--pocket {
    width: 58.33333%;
  }

  .10\/12--pocket {
    width: 83.33333%;
  }

  .11\/12--pocket {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }

  .1\/2--lap, .2\/4--lap, .6\/12--lap {
    width: 50%;
  }

  .1\/3--lap, .4\/12--lap {
    width: 33.33333%;
  }

  .2\/3--lap, .8\/12--lap {
    width: 66.66667%;
  }

  .1\/4--lap, .3\/12--lap {
    width: 25%;
  }

  .3\/4--lap, .9\/12--lap {
    width: 75%;
  }

  .1\/12--lap {
    width: 8.33333%;
  }

  .2\/12--lap {
    width: 16.66667%;
  }

  .5\/12--lap {
    width: 41.66667%;
  }

  .7\/12--lap {
    width: 58.33333%;
  }

  .10\/12--lap {
    width: 83.33333%;
  }

  .11\/12--lap {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .1\/2--lap-and-up, .2\/4--lap-and-up, .6\/12--lap-and-up {
    width: 50%;
  }

  .1\/3--lap-and-up, .4\/12--lap-and-up {
    width: 33.33333%;
  }

  .2\/3--lap-and-up, .8\/12--lap-and-up {
    width: 66.66667%;
  }

  .1\/4--lap-and-up, .3\/12--lap-and-up {
    width: 25%;
  }

  .3\/4--lap-and-up, .9\/12--lap-and-up {
    width: 75%;
  }

  .1\/12--lap-and-up {
    width: 8.33333%;
  }

  .2\/12--lap-and-up {
    width: 16.66667%;
  }

  .5\/12--lap-and-up {
    width: 41.66667%;
  }

  .7\/12--lap-and-up {
    width: 58.33333%;
  }

  .10\/12--lap-and-up {
    width: 83.33333%;
  }

  .11\/12--lap-and-up {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }

  .1\/2--desk, .2\/4--desk, .6\/12--desk {
    width: 50%;
  }

  .1\/3--desk, .4\/12--desk {
    width: 33.33333%;
  }

  .2\/3--desk, .8\/12--desk {
    width: 66.66667%;
  }

  .1\/4--desk, .3\/12--desk {
    width: 25%;
  }

  .3\/4--desk, .9\/12--desk {
    width: 75%;
  }

  .1\/12--desk {
    width: 8.33333%;
  }

  .2\/12--desk {
    width: 16.66667%;
  }

  .5\/12--desk {
    width: 41.66667%;
  }

  .7\/12--desk {
    width: 58.33333%;
  }

  .10\/12--desk {
    width: 83.33333%;
  }

  .11\/12--desk {
    width: 91.66667%;
  }
}
/* Create each media query */
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }

  .1\/2--widescreen, .2\/4--widescreen, .6\/12--widescreen {
    width: 50%;
  }

  .1\/3--widescreen, .4\/12--widescreen {
    width: 33.33333%;
  }

  .2\/3--widescreen, .8\/12--widescreen {
    width: 66.66667%;
  }

  .1\/4--widescreen, .3\/12--widescreen {
    width: 25%;
  }

  .3\/4--widescreen, .9\/12--widescreen {
    width: 75%;
  }

  .1\/12--widescreen {
    width: 8.33333%;
  }

  .2\/12--widescreen {
    width: 16.66667%;
  }

  .5\/12--widescreen {
    width: 41.66667%;
  }

  .7\/12--widescreen {
    width: 58.33333%;
  }

  .10\/12--widescreen {
    width: 83.33333%;
  }

  .11\/12--widescreen {
    width: 91.66667%;
  }
}

/*==================================================
  Animations
==================================================*/
 
@keyframes glowing {
  0% {
    text-shadow: 0 0 .1em #fff, 0 0 .1em #fff;
  }
  50% {
    text-shadow: 0 0 .15em #fff, 0 0 .1em #fff;
  }

  100% {
    text-shadow: 0 0 .1em #fff, 0 0 .1em #fff;
  }
}

/*==================================================
  Cart Flyout
==================================================*/

#sidebar-cart {
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/butcher-paper-light.png?v=5810);
  background-size: cover;
  background-position: center center;
}

.Drawer__Footer .Cart__Checkout {
  outline: 2px solid #a0311f;
  border: none;
  background: transparent;
  transition: all 150ms ease-in-out;
}

.Drawer__Footer .Cart__Checkout span {
  color: #a0311f;
  font-family: "Gotham A", "Gotham B",sans-serif;
  letter-spacing: .1em;
  font-weight: 600;
  transition: all 150ms ease-in-out;
}

.Drawer__Footer .Cart__Checkout:hover {
  background: #a0311f;
}

.Drawer__Footer .Cart__Checkout:hover span {
  color: #fff;
}
 
.Cart__ShippingNotice {
  background: transparent;
}

#shopify-product-reviews .spr-button-primary:not(input)::before, #shopify-product-reviews .spr-summary-actions-newreview::before, .Button--primary::before, .shopify-payment-button__button--unbranded::before {
  background-color: transparent;
}

#shopify-product-reviews .spr-button-primary:not(input), #shopify-product-reviews .spr-summary-actions-newreview, .Button--primary, .shopify-payment-button__button--unbranded {
  color: #a0311f;
  border-radius: 4px;
  background: #f5f5f5;
  font-weight: 600;
  max-width: 510px;
  border: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
}

.QuantitySelector__CurrentQuantity {
  width: 32px;
}

.Cart__NoteButton {
  color: #a0311f;
  font-size: 1.3rem;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
   font-family: "Gotham A", "Gotham B",sans-serif;
}

.Cart__NoteButton:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(//www.44farms.com/cdn/shop/t/3/assets/gift-icon.png?v=5810);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#cart-drawer .quantity-selector .quantity-selector__button {
  display: none !important
}

#cart-drawer a.h6 {
  font-family: trade-gothic-next-compressed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
}

#cart-drawer p.h4 {
  font-family: superclarendon, serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
}

#cart-drawer sale-price {
  font-size: .875rem;
}

sup {
  font-size: .875rem;
  position: relative;
  top: -.5em;
}
/*==================================================
  Inner Pages
==================================================*/

.page-intro {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.page-intro h2 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  font-family: mfred;
  text-transform: uppercase;
}

.theater-box {
  padding-top: 40.5%;
  margin: 60px auto 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 49px 0 rgb(209 209 209 / 64%);
}

.theater-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.extended-section {
  height: 100vh;
}

.extended-section img {
  height: 120% !important;
}

.bg-quote-box {
  max-width: 840px;
  position: relative;
}

h4.super-title {
   font-family: "Gotham A", "Gotham B",sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9e3223 !important;
}

.inner-page h2 {
  font-size: 3.4rem;
}

.inner-page h3 {
  font-size: 2.4rem;
  line-height: 1.6em;
  font-family: trade-gothic-next-compressed, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

h3.max-wrap.text-center {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
}

/* Contact Us */
.contact-us-callout h2.mfred {
  font-size: 8rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.18);
  padding-top: 10vh;
}

.contact-us-text h2 {
  margin-bottom: 5px;
}

.contact-us-text h3 {
  margin-bottom: 45px;
}

.contact-us-form .Rte .Form {
  margin-top: 15px;
}

.contact-us-form .PageContent {
  margin-top: 0;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="phone"],
.contact-us-form textarea {
  background: #fff;
  padding: 10px;
  border: 2px solid #ccc;
}

#contact-us-header {
  background-position: center center;
}

#contact-us-page .half-page-flexed {
  background: #efefef;
}
#contact-us-page h2 {
      font-size: 28px;
    line-height: 1.4;
    letter-spacing: .15em;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

#contact-us-page h3 {
    color: #9e3223;
    text-transform: uppercase;
    font-family: superclarendon, serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .12em;
    text-align: center;
    margin-bottom: 6px;
}

#contact-us-page h4 ,
#contact-us-page h4 a {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: .05em;
    margin-bottom: 20px;
    text-transform: uppercase;

}


#contact-us-page h5.super-title {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    font-variant: lining-nums;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    margin-bottom: 15px;
}

#contact-us-page .button {
  margin-top: 15px;
}

#contact-us-page .h4 span,
#contact-us-page .h4 span a {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
}

#contact-us-page .h4 span a {
  border-bottom: 2px solid #111;
}

#contact-us-page .contact-block--phone {
  margin-bottom: 5px;
}

.globo-form-control label {
  text-transform: uppercase;
  font-weight: 500;
}

body .globo-form-id-0 .globo-form-app {
  max-width: 800px;
}


/* FAQ's */
#faq-container .Faq__Icon {
  position: absolute;
  right: 0;
  top: 20px;
}

.template-collection .Faq__Section {
  margin-top: 30px;
  margin-bottom: 20px;

}

#faq-container .Faq__Section {
  text-align: center;
}

#faq-container .PageContent {
  margin-top: 0;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#shopify-section-page-faq-template .Faq__Item {
  position: relative;
}

#faq-container .Faq__AnswerWrapper {
  padding-right: 80px;
}

#faq-container .Container {
  margin-left: auto;
  margin-right: auto;
}

#faq-container .Faq__AnswerWrapper {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: all 250ms ease-in-out;
}

#faq-container .Faq__AnswerWrapper.active {
  max-height: 100000px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#faq-container .faq-bottom-callout {
  max-width: 550px;
}

#faq-container .faq-bottom-callout h2 {
  margin-bottom: 15px;
  margin-top: 40px;
}
 
h1.Faq__Section.Heading {
 font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 2.7rem;
  color: #803927;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 80px;
}

#faq-container .Faq__Icon {
  right: 0;
  top: 20px;
  left: initial;
  color: #333;
  top: 1.5em;
  transition: all 600ms ease-in-out;
  width: 20px;
  height: 20px;
}

#faq-container .Faq__Question {
  text-align: left;
  width: 100%;
}

#faq-container .Faq__Icon:hover {
  cursor: pointer
}

#faq-container .Faq__Icon.active {
  transform: rotate(360deg);
}

#faq-container .Faq__ItemWrapper {
  padding-left: 0;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

#faq-container .Faq__ItemWrapper:first-child {
  border-top: 1px solid #333;
}

#faq-container .Faq__Question {
  font-size: 1.4rem;
  padding-top: 20px;
  font-weight: 600;
  font-family: trade-gothic-next-compressed, sans-serif;
  text-transform: uppercase;
}

#faq-container .Faq__Answer {
  text-align: left;
  font-weight: 300;
  padding-top: 10px;
}

#faq-container .Faq__Icon svg {
  width: 20px;
  height: 20px;
  font-weight: 600;
  top: 2.5rem;
}

.template-page.contact .wizard__submit {
  background-color: #a0311f !important;
  outline: none !important;
  max-width: 180px !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  font-family: sans-serif;
}

.globo-form-id-0 .globo-form-app .footer button, .globo-form-id-0 .globo-form-app .gfb__footer button {
  border: none !important;
}

.globo-form-id-0 .globo-form-app .globo-label, 
.globo-form-id-0 .globo-form-app .globo-form-control label.globo-label, 
.globo-form-id-0 .globo-form-app .globo-form-control label.globo-label span.label-content {
  text-transform: uppercase;
  font-weight: 500;
}

/*==================================================
  Parallax Styles
==================================================*/

.parallax-background-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  z-index: 0;
  transition: all 100ms ease-in-out;
}

/*==================================================
  Info Pages
==================================================*/

body.info-page {
  padding-top: 100px;
  background: #fff !important;
}

body .page-info-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;

}


body .page-info-wrapper h2 {
  text-transform: uppercase;
  font-family: superclarendon,serif;
  font-size: 2.7rem;
  color: #803927;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 80px;
  text-transform: uppercase;
}

body .page-info-wrapper ul {
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 20px;
}

body .privacy-wrapper h2 {
  font-size: 2.1rem !important;
}



/*==================================================
  Prime Pursuits
==================================================*/

body.prime-pursuits .section-with-intro {
  padding-top: 180px;
}


/*==================================================
  Private Sales Book
==================================================*/

.private-sales-book .section-with-intro {
  padding-top: 200px;
}

/*==================================================
  FAQ
==================================================*/

body.faq {
  display: block;
}

body.faq h2, 
body.info-page h2 {
  max-width: 800px;
  font-size: 34px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.template-page.faq #faq-container {
  background: #fff !important;
  padding-top: 200px;
}

/*==================================================
  Account Page
==================================================*/

.Form__Submit:hover {
  background: #863225;
  color: #fff;
}

#rc_login {
  display: none !important;
}

/*==================================================
  Search
==================================================*/

.template-search .PageContainer {
  background: #f5f5f5;
}

html.no-scroll header#section-header.Header--transparent .Header__FlexItem--logo .Header__Logo {
  width: 170px;
  height: 80px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.template-search .ProductList .product-card {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  border-radius: 3px;
  transition: all 150ms ease-in-out;
  background: #fff;
  padding-bottom: 70px;
  position: relative;
}

.template-search .ProductList .product-card .ProductItem__Info {
  padding: 5px 0px 20px;
}

.template-search .ProductList .product-card .ProductItem__Info h2 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.template-search .ProductList .product-card a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.template-search .ProductList .product-card .ProductItem__Info h2,
.template-article .ProductList .product-card .ProductItem__Info h2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #333;
  width: 80%;
  font-family: gotham-condensed-bold,arial;
  font-size: 1.8rem;
  letter-spacing: .04em;
}

.template-search .ProductList .product-card .ProductItem__Info h2 a {
  font-family: "Gotham A", "Gotham B",sans-serif;
}

.ProductList--grid[data-desktop-count="3"]>.Grid__Cell, .ProductList--grid[data-desktop-count="4"]>.Grid__Cell {
  padding-left: 0;
}

/*==================================================
  Footer
==================================================*/

.parallax-background {
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(//www.44farms.com/cdn/shop/t/3/assets/angus-strong-footer.jpg?v=179136280589190470111779133593);
}

#footer {
  background: #000;
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 52px;
  padding-right: 52px;
}

#footer .flexed {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  justify-content: space-between;
}


#footer .foot-menu-box-container {
  text-align: center;
  display: flex;
  padding-left: 70px;
}

#footer .foot-menu-box h3,
#footer .newsletter-box {
   font-family: "Gotham A", "Gotham B",sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

#footer .foot-menu-box {
  padding-left: 40px;
  padding-right: 0px;
  width: 216px;
}

#footer .foot-menu-box h3 {
  margin-bottom: 30px;
   font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 400;
  font-size: .875rem;
}

#footer .foot-menu-box ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#footer .foot-menu-box ul li {
  text-align: left;
  color: #fff;
}

#footer .foot-menu-box ul li a {
  font-family: "Gotham A", "Gotham B",sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  font-size: .875rem;
  transition: all 250ms ease-in-out;
  margin-bottom: 15px;
  display: block;
 font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 3px 0;
}

#footer .foot-menu-box ul li a:hover {
  color: #9e3123;
}

#footer .foot-social-flex {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

#footer .foot-social-flex a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

#footer a {
  transition: all 250ms ease-in-out;
}

#footer a:hover {
  color: #863225;
}

#footer .foot-social-flex a svg,
#footer .foot-social-flex a img {
  width: 50%;
  position: relative;
  text-align: center;
  fill: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#footer .foot-social-flex .youtube svg {
    width: 62%;
    position: relative;
    text-align: center;
    fill: #111;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-39%) translateY(-39%);
}

#footer .foot-social-flex .twitter img {
  width: 66%;
}

#footer .foot-social-flex .facebook svg {
    left: 48%;
    top: 55%;
}

#footer .footer-contact {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

#footer .footer-contact span, #footer .footer-contact a {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

#footer .newsletter-box {
  text-align: left;
}

#footer .infusion-field-input-container {
  border-radius: 4px;
  width: 70%;
  height: 40px;
  float: left;
  outline: none;
  border: none;
  color: #333;
  padding-left: 5px;
  text-transform: uppercase;
  text-indent: 1em;
}

#footer .foot-logo {
  max-width: 170px;
  padding-left: 0;
  padding-right: 0;
}


#footer .farm-button {
  padding: 10px 15px;
  background: #863225;
  text-align: center;
  max-width: 310px;
  padding-top: 0;
  padding-bottom: 0;
}

#footer form {
  padding-top: 0 !important;
}

#footer .news-letter-conatainer {
  margin-bottom: 30px;
}
#footer .foot-social-flex svg {
  transition: all 150ms ease-in-out;
}

#footer .foot-social-flex svg:hover {
  fill: #9e3123 !important;
}

#footer .newsletter-signup__form-wrap {
  display: block;
}

#footer .newsletter-signup__form-wrap p {
    font-family: "Gotham A", "Gotham B",sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-size: .875rem;
    transition: all 250ms ease-in-out;
    margin-bottom: 15px;
    display: block;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 3px 0;
    margin-bottom: 0;
}

#footer .newsletter-signup__form-wrap form input[type=email] {
    border: 1px solid #efefef !important;
    border-radius: 30px 0px 0px 30px !important;
    height: 36px !important;
    padding-left: 10px !important;
}

#footer .newsletter-signup__form-wrap form button {
    border-radius: 0px 50px 50px 0px !important;
    border: 2px solid rgba(0,0,0,0) !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 15px !important;
    font-family: "Gotham A","Gotham B",sans-serif !important;
    letter-spacing: .15em !important;
    height: 34px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    border-radius: 0px 50px 50px 0px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 15px !important;
    font-family: "Gotham A", "Gotham B", sans-serif !important;
    letter-spacing: .15em !important;
    font-weight: 300 !important;
    min-width: 30% !important;
    width: 100% !important;
    transform: translateY(2px) !important;
}

#footer .news-letter-container {
  width: 80% !important;
}

#footer .news-letter-container form {
  padding-left: 0 !important;
}

#footer form .kl-private-reset-css-Xuajs1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#footer .newsletter-signup__form-wrap form button:hover {
    background: #000 !important;
    border: 2px solid #fff !important
}

#footer .newsletter-signup__form-wrap form>div,footer .newsletter-signup__form-wrap form>div p span {
    color: #fff !important
}

#footer .newsletter-signup .newsletter-signup__form-wrap form input[type=email],
#footer .nav-main__secondary-menu .newsletter-signup__form-wrap form input[type=email] {
    border-radius: 30px 0px 0px 30px !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#footer .newsletter-signup .newsletter-signup__form-wrap form button,
#footer .nav-main__secondary-menu .newsletter-signup__form-wrap form button {
    border-radius: 0px 50px 50px 0px !important;
    border: 2px solid #9e3223 !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 30px !important;
    font-family: "Gotham A","Gotham B",sans-serif !important;
    letter-spacing: .15em !important
}

#footer .newsletter-signup .newsletter-signup__form-wrap form button:hover,
#footer .nav-main__secondary-menu .newsletter-signup__form-wrap form button:hover {
    background: #000 !important;
    border: 2px solid #000 !important
}

#footer .newsletter-signup .newsletter-signup__form-wrap form {
    max-width: 450px
}

#footer .sales-book-link {
      font-family: "Gotham A", "Gotham B",sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-size: .875rem;
    transition: all 250ms ease-in-out;
    margin-bottom: 15px;
    display: block;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 3px 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .newsletter-signup__form {
        text-align:center;
        padding-top: 50px
    }

    .newsletter-signup__subhead {
        margin: 0 auto;
        margin-bottom: 50px
    }

    .newsletter-signup__form-wrap .infusion-fields {
        margin: 0 auto
    }
}