@charset "UTF-8";
.hidden-element {
  display: none;
}
.wpb_text_column ul {
  margin-left: 1rem !important;
  margin: 0 0 0.75rem;
  list-style-type: none;
}
.wpb_text_column ul li::before {
  content: "■";
  color: #B5202E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.8em;
  margin-right: 0rem;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .wpb_text_column ul li::before {
    font-size: 13px;
    margin-right: 0.16rem;
  }
}
.post_content ul {
  margin-left: 1rem !important;
  margin: 0 0 0.75rem;
  list-style-type: none;
}
.post_content ul li::before {
  content: "■";
  color: #B5202E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.8em;
  margin-right: 0rem;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .post_content ul li::before {
    font-size: 13px;
    line-height: 0px !important;
    margin-right: 0.16rem;
  }
}
.g-cols.type_default > div > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .g-cols > div:not([class*=" vc_col-"]) {
    margin: 0 !important;
  }
  .g-cols.type_default {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .g-cols > div:not([class*=" vc_col-"]) {
    margin: 0 !important;
  }
  .g-cols.type_default {
    margin: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .g-cols > div:not([class*=" vc_col-"]) {
    margin: 0 !important;
  }
  .g-cols.type_default > div.has-fill > .vc_column-inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.w-toplink {
  margin: 10px;
}
.w-toplink:not(.w-btn) {
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.w-toplink span:not(.ripple-container):after {
  font-weight: 100 !important;
}
.recipe-content .recipe-directions-block h5.variation-subhead {
  color: #fff;
}
.recipe-content .recipe-directions-block h5.variation-subhead span.w-post-elm-before {
  color: #999 !important;
}
.recipe-content .recipe-directions-block h5.variation-subhead span.w-post-elm-value {
  color: #fff !important;
}
.recipe-ingredients-block {
  background: #B5202E;
}
@media only screen and (min-width: 1025px) {
  .recipe-ingredients-block {
    padding: 1em 2em 3em 1em;
    max-width: 25%;
    margin-right: 2em;
    margin-top: -7.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-ingredients-block {
    padding: 0.7em;
  }
  .recipe-ingredients-block h3 {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .recipe-ingredients-block {
    padding: 1.4em 3em;
    margin-top: -2rem !important;
  }
}
.recipe-ingredients-block p {
  color: #fff;
  margin: 0 0 0.4rem;
}
.recipe-ingredients-block ul {
  margin-left: 1.5em;
}
.recipe-ingredients-block ul li {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 0.85rem;
}
.recipe-ingredients-block h3 {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-post .recipe-content .recipe-ingredients-block {
    margin-top: -3.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-directions-block {
    padding: 0 0 0 2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .recipe-directions-block {
    padding: 1.4em 3em;
  }
}
.recipe-directions ol {
  counter-reset: item;
  margin-left: 0.5rem;
}
.recipe-directions ol li {
  display: block;
  margin: 0 0 0.95rem;
}
.recipe-directions ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #B5202E;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
}
.recipe-image img {
  max-width: 800px;
  height: auto !important;
  margin: 0 auto;
  border: 8px solid #fff;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-image img {
    max-width: 650px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .recipe-image img {
    max-width: 350px;
  }
}
.recipe-image-container {
  display: block;
  max-height: 600px;
  padding: 2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recipe-image-container {
    max-height: 490px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .recipe-image-container {
    max-height: 260px;
    padding: 0;
  }
}
.print-recipe .pom-default {
  background-image: url("/wp-content/themes/Impreza-child/images/print-recipe-icon-btn.svg");
  background-repeat: no-repeat;
  width: 140px;
  margin-top: 2rem;
  margin-left: 0.6rem;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.recipe-post {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .l-section.recipe-post .l-section-img.loaded {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .l-section.all-recipes .l-section-img.loaded {
    opacity: 0;
  }
}
.single-recipe .g-breadcrumbs li.g-breadcrumbs-item:nth-of-type(2) a.g-breadcrumbs.has_text_color span::after {
  content: "s";
}
.layout_203 .w-grid-item-h:hover .usg_post_title_1 {
  text-shadow: 3px 4px 8px #000000;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .featured-recipes .w-grid-item:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .featured-recipes .w-grid-item:nth-of-type(3) {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .recipe-feed .w-grid-item {
    width: 90% !important;
    margin: 0 auto;
    border: 1px solid #eee;
  }
  .recipe-feed .w-grid-item .usg_vwrapper_1 {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  }
}
@media print {
  .single-recipe h1.post_title {
    color: black !important;
    font-size: 32px !important;
  }
  .single-recipe .recipe-ingredients-block {
    margin-left: 20%;
    width: 80%;
  }
  .single-recipe .recipe-directions-block {
    margin-left: 20%;
    margin-top: 8%;
    width: 80%;
  }
  .single-recipe .social-share-block, .single-recipe .print-recipe, .single-recipe .suggested-products {
    display: none;
  }
  .single-recipe .recipe-image img {
    display: inline-block;
    width: 30%;
  }
}
.w-grid.variation-list .w-grid-item {
  min-width: 55vw;
}
@media screen and (max-width: 641px) {
  .w-grid.variation-list .w-grid-item {
    min-width: 95vw;
  }
}
.homepage-subhead h3 {
  color: #fff !important;
  font-family: "Lexend Tera", sans-serif !important;
  font-size: 1.1em;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-subhead h3 {
    font-size: 0.72em;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.height_huge.homepage-hero {
    padding-top: 41vh;
    padding-bottom: 41vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.height_huge.homepage-hero {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.height_huge.homepage-hero {
    padding-top: 22vmax;
    padding-bottom: 16vmax;
  }
}
@media only screen and (min-width: 1025px) {
  .icon-row .container {
    padding: 0 20%;
  }
}
.icon-row .homepage-icon h4 {
  font-family: "Lexend Tera", sans-serif;
  text-transform: uppercase;
}
.icon-row .homepage-icon .w-iconbox-icon img {
  transition: all 0.5s ease-in-out;
}
.icon-row .homepage-icon .w-iconbox-icon img:hover {
  transform: scale(1.1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .icon-row .w-iconbox {
    margin-bottom: 1.3rem !important;
  }
}
.homepage-hero--bar {
  margin-top: -2vh !important;
}
@media only screen and (min-width: 1025px) {
  .featured-ranchers .content .vc_col-sm-4 p {
    padding: 0 6% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-ranchers .content .vc_col-sm-4, .featured-ranchers .content .vc_col-sm-8 {
    width: 100%;
  }
  .featured-ranchers .content .vc_col-sm-4 p, .featured-ranchers .content .vc_col-sm-8 p {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .featured-ranchers .content .vc_col-sm-4 {
    padding: 1.4rem 3rem !important;
  }
  .featured-ranchers .content .vc_col-sm-8 {
    padding: 0 3rem !important;
  }
}
body {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  body:not(.us_iframe) {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .l-section.width_full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto;
  }
}
.l-section.width_full .g-cols.type_default {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .l-section.height_small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-section.slim-bar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .g-cols.reversed {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1365px) {
  .l-main .aligncenter {
    max-width: 100% !important;
  }
}
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover > a {
  color: #B5202E;
  background: white;
  border: 2px solid #b5202e;
}
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search > a {
  width: 48px;
}
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search > a:hover {
  background: #fff;
  border-radius: 50%;
  width: 48px;
}
i.fas.fa-search {
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .menu-item.level_1.current-menu-item > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .menu-item.level_1.current-menu-ancestor > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .menu-item.level_1.current-page-ancestor > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .menu-item.level_1.current-menu-item > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .menu-item.level_1.current-menu-ancestor > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .menu-item.level_1.current-page-ancestor > a:not(.w-btn) {
    background: #fff !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .menu-item.level_1.current-menu-item > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .menu-item.level_1.current-menu-ancestor > a:not(.w-btn), .l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .menu-item.level_1.current-page-ancestor > a:not(.w-btn) {
    background: #fff !important;
  }
}
@media only screen and (min-width: 1025px) {
  .single-career-position ul.w-nav-list li#menu-item-416 a.w-nav-anchor.level_1 {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .single-career-position ul.w-nav-list li#menu-item-416 a.w-nav-anchor.level_1 span.w-nav-title {
    color: #B5202E !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .single-career-position ul.w-nav-list li#menu-item-754 a.w-nav-anchor.level_1 span.w-nav-title {
    color: #e0d3cd !important;
    border-bottom: 2px solid #e0d3cd;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post li#menu-item-289 a {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post li#menu-item-289 a span.w-nav-title {
    color: #B5202E !important;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post li#menu-item-289 a span.w-nav-title {
    color: #e0d3cd !important;
    border-bottom: 2px solid #e0d3cd;
  }
}
@media only screen and (min-width: 1025px) {
  .single-products li#menu-item-291 a {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .single-products li#menu-item-291 a span.w-nav-title {
    color: #B5202E !important;
  }
}
@media only screen and (max-width: 1024px) {
  .single-products li#menu-item-291 a span.w-nav-title {
    color: #e0d3cd !important;
    border-bottom: 2px solid #e0d3cd !important;
  }
}
@media only screen and (min-width: 1025px) {
  .single-recipe li#menu-item-290 a {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .single-recipe li#menu-item-290 a span.w-nav-title {
    color: #B5202E !important;
  }
}
@media only screen and (max-width: 1024px) {
  .single-recipe li#menu-item-290 a span.w-nav-title {
    color: #e0d3cd !important;
    border-bottom: 2px solid #e0d3cd;
  }
}
.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #B5202E !important;
  color: #fff !important;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .ush_menu_1 .menu-item.level_1.current-menu-item > a:not(.w-btn) span.w-nav-title, .ush_menu_1 .menu-item.level_1.current-menu-ancestor > a:not(.w-btn) span.w-nav-title, .ush_menu_1 .menu-item.level_1.current-page-ancestor > a:not(.w-btn) span.w-nav-title {
    color: #e0d3cd;
    border-bottom: 2px solid #e0d3cd;
  }
  .ush_menu_1.type_mobile .w-nav-anchor.level_1, .ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow {
    font-size: 0.9rem !important;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
   .mobile-wrapper {
    margin-top: 2.5rem;
  }
   .mobile-wrapper .w-search:not(.layout_simple):last-child {
    margin-right: 0 !important;
  }
  .header_hor .l-header .w-search {
    margin-top: -0.7rem;
  }
}
/* SIMPLE BANNER */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header .w-image img {
    margin-top: 0.81rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-header .w-image img {
    margin-top: 0.12rem;
  }
}
form.simple-banner-settings-form table.form-table {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .simple-banner {
    z-index: -1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .simple-banner .simple-banner-text {
    font-size: 14px !important;
    line-height: 18px;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  nav.w-nav.ush_menu_1.main-menu li.menu-item:hover a, nav.w-nav.ush_menu_2.utility-menu li.menu-item:hover a {
    border-width: 0px !important;
    text-decoration: none !important;
  }
}
.two-thirds--right .text-block {
  padding: 2em;
}
@media only screen and (min-width: 1025px) {
  .two-thirds--right .text-block {
    padding: 5em;
  }
}
.two-thirds--right .image-block {
  min-height: 350px;
}
@media only screen and (max-width: 1024px) {
  .two-thirds--right .vc_col-sm-4 {
    width: 100%;
  }
  .two-thirds--right .vc_col-sm-8 {
    width: 100%;
  }
}
.two-thirds--left .text-block {
  padding: 2em;
}
@media only screen and (min-width: 1025px) {
  .two-thirds--left .text-block {
    padding: 5em;
  }
}
.two-thirds--left .text-block h5 {
  font-size: 1em;
  margin-bottom: 0em !important;
}
.two-thirds--left .text-block h3 {
  padding-top: 0.5em !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .two-thirds--left .contact-block {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1024px) {
  .two-thirds--left .contact-block {
    text-align: center !important;
  }
}
.two-thirds--left .image-block {
  min-height: 350px;
}
@media only screen and (max-width: 1024px) {
  .two-thirds--left .vc_col-sm-4 {
    width: 100%;
  }
  .two-thirds--left .vc_col-sm-8 {
    width: 100%;
  }
}
.footer-menu {
  text-align: center;
  margin: 0 auto;
}
.footer-menu a {
  font-family: "Lexend Tera", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin: 20px;
}
.footer-text {
  color: #fff;
  font-size: 13px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-text {
    padding: 20px 30%;
    text-align: center;
  }
}
.social-links .w-socials-list {
  text-align: center;
}
.social-links .w-socials-item-link i {
  color: #fff;
  font-size: 1.5em !important;
}
.social-links .w-socials-item-link i:hover {
  opacity: 0.7;
}
.footer-copyright {
  margin-top: 1.8em;
  font-size: 12px;
  color: #53534b;
}
.footer-copyright a {
  color: #53534b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-content .vc_col-sm-3:first-of-type {
    width: 12%;
  }
  .footer-content .vc_col-sm-3:nth-of-type(2) {
    width: 35%;
  }
  .footer-content .vc_col-sm-3 .w-socials-item {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.height_large.short-hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 1024px) {
  .l-section.height_large.short-hero .l-section-img {
    background-attachment: initial !important;
    background-position: center top !important;
    background-size: cover;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.short-hero--title .content {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.short-hero--title .content {
    padding: 0 3rem;
  }
}
.l-section.short-hero--title .content h1 {
  margin: 0 0 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.short-hero--title .content h1 {
    margin: 0 3rem 0 !important;
  }
}
.l-section.short-hero--title .content span.w-post-elm-before:first-of-type {
  margin: 0 0 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.short-hero--title .content span.w-post-elm-before:first-of-type {
    margin: 0 0 0 3rem !important;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.hero-main.height_large {
    padding-top: 11rem;
    padding-bottom: 14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.hero-main .l-section-img {
    background-size: cover;
    background-position: center top !important;
  }
}
.l-section.hero-main .w-separator.size_small.with_line {
  height: 2rem;
  opacity: 0.5;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.hero-main .w-separator.size_small.with_line {
    height: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.hero-main {
    padding-top: 8vmax !important;
    padding-bottom: 8vmax !important;
  }
}
.l-section.hero-main h1 {
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.hero-main h1 {
    font-size: 2.7rem !important;
  }
  .l-section.hero-main h5 {
    padding: 0.5rem 0 0 0;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 431px) {
  .l-section.hero-main .content {
    padding: 0 2.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.height_large {
    padding-top: 15rem;
    padding-bottom: 20rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .l-section.height_large {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.height_large .content {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .l-section.height_large {
    padding-top: 10vmax;
    padding-bottom: 10vmax;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.height_huge {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.recipe-hero.height_large {
    padding-top: 11rem;
    padding-bottom: 14rem;
  }
}
.l-section.recipe-hero .w-post-elm.post_title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.recipe-hero {
    padding-top: 8vmax !important;
    padding-bottom: 8vmax !important;
  }
}
@media screen and (max-width: 431px) {
  .l-section.recipe-hero .content {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.recipe-hero .l-section-img {
    background-size: cover;
    background-position: center top !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.recipe-hero h5 {
    padding: 0.5rem 0 0 0;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.product-hero .l-section-img.loaded {
    background-position: center top !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.product-hero {
    padding-top: 8vmax !important;
    padding-bottom: 8vmax !important;
  }
}
@media only screen and (min-width: 1025px) {
  .product-info .post_content {
    padding: 2.5em 0 1em 0;
  }
}
.product-info .post_content ul {
  margin-left: 1rem !important;
  margin: 0 0 0.75rem;
  list-style-type: none;
}
.product-info .post_content ul li::before {
  content: "■";
  color: #B5202E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 1025px) {
  .product-image img {
    width: 85% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-image-row {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.product-image-row .product-image--additional img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-image-row .product-image--additional img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-image-row .product-image--additional img {
    width: 100%;
    padding-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .product-detail .content {
    padding: 2rem 1rem 1rem 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-detail .content {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-detail .content {
    padding: 1rem 2.5rem 0rem 2.5rem;
  }
}
.product-detail .content ul {
  margin-bottom: 1.5rem;
}
.product-detail .content .w-btn.product-link {
  margin: 1rem 0 2em 0;
  font-size: 1rem;
}
@media only screen and (min-width: 1025px) {
  .product-detail .content .wpb_text_column:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-detail .content .wpb_text_column:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.product-detail .content h5.variation-subhead {
  color: #fff;
}
.product-detail .content h5.variation-subhead span.w-post-elm-before {
  color: #999 !important;
}
.product-detail .content h5.variation-subhead span.w-post-elm-value {
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-detail .product-image img {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-detail .product-image img {
    max-width: 88%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-detail .vc_col-sm-6 {
    width: 100%;
  }
}
.product-list .main-list .w-grid-item {
  padding: 0.75rem;
}
@media only screen and (min-width: 1025px) {
  .product-list .main-list .w-grid-item {
    height: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-list .main-list .w-grid-item {
    height: 265px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .product-list .main-list .w-grid-item {
    height: 225px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .main-list .w-grid-item {
    height: 280px;
    padding: 0.6rem 1rem !important;
  }
  .product-list .main-list .w-grid-item .usg_post_image_1 {
    margin-top: 1.4rem;
    transform: scale(0.85) translate(0%, 0%) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .product-list .l-section-img.loaded {
    opacity: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list {
    padding-top: 0em !important;
  }
  .product-list .g-loadmore .w-btn {
    font-size: 0.8rem !important;
  }
}
.product-list .g-loadmore .w-btn {
  font-size: 0.9rem !important;
}
.product-addimage img {
  width: 92%;
  margin: 0 auto;
}
.product-thumb img {
  width: 160px !important;
  height: auto;
  border: 3px solid #eee;
  float: left;
  margin-right: 1.3rem;
  margin-bottom: 1.3rem;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-thumb img {
    width: 145px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-thumb img {
    width: 100px !important;
    padding: 8px;
    margin-right: 0.65rem;
  }
}
.thumb-row {
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .thumb-row {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .thumb-row {
    padding: 0 1rem;
  }
}
.thumb-row .hide-image img {
  height: 0px !important;
  width: 0px !important;
}
.thumb-row .hide-image span {
  margin: 0 0 1rem 0 !important;
  display: inline-flex;
}
@media only screen and (min-width: 1025px) {
  img.mfp-img {
    width: 700px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  img.mfp-img {
    width: 350px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .featured-products .w-grid-item:nth-of-type(3) {
    display: none !important;
  }
}
.g-filters.style_3 .g-filters-item:not(.active) {
  border-color: #e0d3cd;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .g-filters.style_3 .g-filters-item {
    padding: 0 0.8rem;
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .g-filters.style_3 .g-filters-item {
    border-right: 3px solid #e0d3cd;
  }
}
.g-filters.style_3 .g-filters-item.active {
  background: rgba(224, 211, 205, 0.3);
  font-weight: 600;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .g-filters.style_3 .g-filters-list {
    margin-bottom: 2rem;
  }
}
/*.filter-button {
	opacity: 0;
	
	&.active {
		opacity: 1;
		transform: translate3d(0,0,0)!important;
		transition: all 0.3s ease-in-out;
		box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.4);
		border: 1px solid #333;
	}
}*/
.filter-button {
  font-size: 0.7rem !important;
  border: 2px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-button {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .filter-button {
    display: none !important;
  }
}
.filter-button.active {
  position: fixed !important;
  left: 10px !important;
  bottom: 10px !important;
  z-index: 1000 !important;
  opacity: 1;
  transition: opacity 3s ease-in;
}
.filter-button.hide {
  opacity: 0;
}
.variation-list .w-grid-item:not(:last-child) {
  margin-bottom: 0.25rem !important;
}
@media only screen and (min-width: 1025px) {
  .more-products .w-grid-item {
    border-right: 2px solid #e0d3cd;
  }
}
.out-of-stock p {
  margin: 0 0 1.5rem;
  margin-top: -0.6rem;
}
.out-of-stock p::before {
  font-family: fontawesome;
  content: "";
  margin-right: 4px;
}
.product-cart-item {
  margin-bottom: 2rem;
}
.product-cart-item .shopify-buy-frame--product {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  .product-cart-item .shopify-buy-frame--product {
    min-width: 75%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-cart-item .shopify-buy-frame--product {
    min-width: 75%;
    margin: 0 auto;
    margin-top: 1.4rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-cart-item .shopify-buy-frame--product {
    margin: 0 auto;
  }
}
.product-cart-item .shopify-buy-frame--product img {
  display: none !important;
}
img.shopify-buy__product__variant-img {
  display: none !important;
}
table.nutritional-info tr.row-1 th {
  text-align: center;
  font-size: 1.14rem;
  line-height: 18px;
  color: #B5202E;
}
table.nutritional-info tr.row-1 th span {
  font-size: 11px;
  font-weight: 300;
  color: #53534b;
}
table.nutritional-info tr.row-2 {
  background-color: #e0d3cd;
  border-bottom: 2px solid #B5202E;
}
table.nutritional-info tr.row-2 td {
  font-size: 125%;
  font-weight: 400;
}
table.nutritional-info tr.row-2 td.column-1 {
  font-weight: 600 !important;
  color: #fff;
  background: #000 !important;
  border-bottom: 2px solid #e0d3cd;
}
table.nutritional-info td.column-2, table.nutritional-info td.column-3, table.nutritional-info td.column-4, table.nutritional-info td.column-5, table.nutritional-info td.column-6, table.nutritional-info td.column-7, table.nutritional-info td.column-8 {
  text-align: center;
}
table.nutritional-info td.column-1 {
  font-weight: 600;
  color: #fff;
  background: #B5202E;
}
.tablepress .row-hover tr:hover td {
  background: #B5202E !important;
  color: #fff;
}
.w-popup-box-h .w-popup-box-title {
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  w-popup-box-title {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .w-popup-box-content[style*="padding"] {
    padding: 0px 1.5rem 1.5rem !important;
  }
  .w-popup-box-content[style*="padding"] p {
    margin: 0 !important;
  }
  .w-popup-box-title {
    font-size: 1.2rem;
  }
}
.blog-content p:first-of-type {
  font-size: 110%;
  line-height: 32px;
  margin-bottom: 1.2em;
}
.blog-content h2 {
  font-size: 2.2rem;
  color: #B5202E;
}
.blog-content h3 {
  font-size: 2rem;
  color: #B5202E;
}
.blog-content h4 {
  font-size: 1.7rem;
  color: #B5202E;
}
.blog-content h5 {
  font-size: 1.4rem;
  color: #B5202E;
}
@media screen and (min-width: 660px) and (max-width: 1000px) {
  .blog-content .vc_col-sm-8.content-block {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-content .vc_col-sm-8.content-block .vc_column-inner {
    padding: 0 2.5rem !important;
  }
}
.blog-content p em strong {
  font-style: normal !important;
  color: #B5202E;
}
@media only screen and (max-width: 1024px) {
  .l-section.blog-post .l-section-img.loaded {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-feed .l-section-img.loaded {
    opacity: 0;
  }
}
@media screen and (min-width: 660px) and (max-width: 1000px) {
  .blog-feed .vc_col-sm-8.content {
    width: 100%;
  }
}
.blog-feed .post-block .w-btn {
  font-size: 10px !important;
}
.w-sharing.type_solid .w-sharing-item {
  margin: 0.21em;
  border-radius: 50% !important;
  overflow: hidden;
  height: 50px;
}
@media screen and (max-width: 431px) {
  .mobile-only {
    display: block !important;
  }
}
@media screen and (min-width: 431px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 431px) {
  .not-mobile {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .not-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .small-device {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .small-device {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .small-device {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .large-only {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .large-only {
    display: none;
  }
}
@media screen and (max-width: 431px) {
  img.mobile-only {
    display: block;
  }
}
@media screen and (min-width: 431px) {
  img.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 431px) {
  img.not-mobile {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  img.not-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .l-section.full-promo {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-section.full-promo {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .l-section.full-promo .l-section-img.loaded {
    background-position: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .l-section.full-promo {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .l-section.full-promo .content {
    padding: 0 4%;
  }
}
.full-promo p {
  color: #fff;
  margin: 0;
}
.full-promo h3 {
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .small-intro .content {
    padding: 2% 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .small-intro .content {
    padding: 2% 6%;
    margin: 0 auto;
    display: block;
  }
}
.bio-row p {
  font-size: 0.8rem;
  line-height: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .bio-row p {
    font-size: 0.7rem;
  }
}
.bio-row p strong {
  font-size: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .bio-row .vc_col-sm-2 {
    width: 33%;
    padding-bottom: 1.2rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bio-row .vc_col-sm-2 {
    width: 33%;
    padding-bottom: 1.2rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .bio-row .vc_col-sm-2 {
    width: 33%;
    padding-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .bio-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bio-row .vc_col-sm-2 {
    width: 50% !important;
    padding-bottom: 1.2rem;
  }
}
.bio-image img {
  max-width: 200px;
  height: auto;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .bio-image img {
    max-width: 150px;
  }
}
@media screen and (max-width: 431px) {
  .bio-image img {
    max-width: 125px;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .slim-bar h5 {
    font-size: 1rem !important;
  }
}
.half-half .text-block {
  padding: 5em;
}
@media only screen and (max-width: 1024px) {
  .half-half .text-block {
    padding: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .half-half .img-block .vc_column-inner {
    min-height: 515px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .half-half .img-block .vc_column-inner {
    min-height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .half-half .vc_col-sm-6 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .featured-ranchers .l-section-h {
    max-width: 900px;
  }
}
.fancy-bar {
  background: #fff;
  display: block;
  max-width: 85%;
}
.fancy-bar::after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: -35px;
  border-top: 22px solid #fff;
  border-bottom: 23px solid #fff;
  border-left: 24px solid #fff;
  border-right: 24px solid transparent;
}
.fancy-bar .layout_355 .usg_vwrapper_1 {
  height: 46px;
}
.intro h3 {
  color: #B5202E;
  font-family: "Lexend Tera", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career-detail .vc_col-sm-8 {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .career-detail .vc_col-sm-8 {
    padding: 0 4%;
  }
}
.career-detail h4 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .career-detail h4 {
    font-size: 1.5rem;
  }
}
.career-detail .w-separator.size_small.with_line {
  height: 3rem;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .career-detail .learn-more {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .career-grid .vc_col-sm-12 {
    padding: 0 4%;
  }
  .career-grid .vc_col-sm-12 .w-grid-item {
    padding: 0 0 1.5rem 0 !important;
  }
}
.career-grid .w-grid-item-h {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .base-row .vc_col-sm-8 {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .base-row .vc_col-sm-8 {
    padding: 0 4%;
  }
}
.red-bar a {
  color: #fff;
}
.red-bar a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #search-results .w-grid-item {
    width: 90% !important;
    margin: 0 auto;
  }
}
#search-results .w-order {
  float: right;
}
#search-results .w-order-select > select {
  font-size: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #search-results .w-order-select {
    max-width: 50%;
    margin-left: 1.2rem;
  }
}
#search-results .w-order > label {
  margin-right: 0.6em;
  font-family: "Lexend Tera", sans-serif;
  text-transform: uppercase;
  color: #B5202E;
}
@media only screen and (min-width: 1025px) {
  .error-page .content h1 {
    font-size: 8rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error-page .content h1 {
    font-size: 7rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .error-page .content h1 {
    font-size: 5rem;
    font-weight: 400;
  }
}
.career-apply h3 {
  font-size: 1.9rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .career-apply h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33%;
  }
}
@media only screen and (min-width: 1025px) {
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .form-container .content {
    padding: 0 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-container .content {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form-container .content {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 1024px) {
  .form-container .gform_wrapper .top_label li.gfield.gf_middle_third {
    float: left;
    margin-left: 0% !important;
  }
}
.gform_wrapper .gform_footer {
  margin: 0 auto !important;
  text-align: center;
}
.form-inline form#gform_2 {
  text-align: center;
}
.form-inline form#gform_2 input.medium {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-inline form#gform_2 li.gfield.gf_inline {
    margin-bottom: 1.5rem;
  }
}
.form-inline form#gform_2 .gform_wrapper .gform_footer input.button, .form-inline form#gform_2 .gform_wrapper .gform_footer input[type=submit], .form-inline form#gform_2 .gform_wrapper .gform_page_footer input.button, .form-inline form#gform_2 .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 1rem 16px 0 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form-row .vc_col-sm-12 {
    padding: 0 4%;
  }
}
.form-row .gform_wrapper .gform_footer input.button, .form-row .gform_wrapper .gform_footer input[type=submit], .form-row .gform_wrapper .gform_page_footer input.button, .form-row .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 1rem 16px 0 0 !important;
}
.newsletter-form p strong {
  color: #fff;
  font-family: "Lexend Tera", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0;
}
.newsletter-form .wpb_text_column:not(:last-child) {
  margin-bottom: 0.15rem !important;
}
.newsletter-form div.ginput_container, .newsletter-form ul li.gfield {
  width: 300px;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 2px 4px !important;
}
.newsletter-form .gform_footer input[type=submit], .newsletter-form .gform_wrapper .gform_page_footer input.button, .newsletter-form .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0rem 16px 0 0 !important;
}
form#gform_3.gf_simple_horizontal div.validation_error {
  color: #B5202E;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 25px;
  border-top: 0px solid #790000;
  border-bottom: 0px solid #790000;
  padding: 0px 0 5px 0;
  clear: both;
  width: 100%;
  text-align: left;
}
form#gform_3.gf_simple_horizontal li.gfield.gfield_error, form#gform_3.gf_simple_horizontal .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(224, 211, 205, 0.05);
  margin-bottom: 6px !important;
  border-top: 0px solid #c89797;
  border-bottom: 1px solid #B5202E !important;
  padding-bottom: 0px;
  padding-top: 0px;
}
form#gform_3.gf_simple_horizontal .validation_message {
  color: #e0d3cd;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer#page-footer .newsletter-form p strong {
    font-size: 0.7rem;
  }
  footer#page-footer .newsletter-form .gfield_label, footer#page-footer .newsletter-form legend.gfield_label {
    display: none;
  }
  footer#page-footer .newsletter-form div.ginput_container, footer#page-footer .newsletter-form ul li.gfield {
    width: 210px;
  }
  footer#page-footer .newsletter-form input[type=submit], footer#page-footer .newsletter-form .gform_page_footer input[type=submit] {
    margin-left: -1rem !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer#page-footer .newsletter-form p strong {
    font-size: 0.7rem;
  }
  footer#page-footer .newsletter-form .vc_column-inner {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  footer#page-footer .newsletter-form .gfield_label, footer#page-footer .newsletter-form legend.gfield_label {
    display: none;
  }
  footer#page-footer .newsletter-form .gform_footer {
    padding: 0 !important;
  }
}
input[type="submit"] {
  padding: 0.6em 1.5em !important;
}
.gform_wrapper div.validation_error {
  border-top: 0px solid #790000;
  border-bottom: 0px solid #790000;
}
.gform_confirmation_message, .form_saved_message_sent {
  color: #000;
}
input#input_2_4 {
  background: #fff;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured-recipes .layout_203 .usg_vwrapper_1 {
    text-align: center !important;
    width: 100%;
  }
  .featured-recipes .layout_203 .usg_vwrapper_1 h3 {
    left: 28% !important;
    position: absolute;
  }
  .recipe-image img {
    max-width: 800px !important;
    margin: 0 auto;
    margin-top: -4rem;
  }
  .layout_72 .usg_post_taxonomy_1 {
    max-width: 100px;
  }
  .layout_368 .usg_post_taxonomy_1 {
    max-width: 120px;
  }
}
