/*Hubspot*/
.module-hp-form .form-holder .hbspt-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module-hp-form .form-holder .hbspt-form form div.field {
  width: calc(25% - 1rem);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-hp-form .form-holder .hbspt-form form div.field label {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.module-hp-form .form-holder .hbspt-form form div.field label .hs-form-required {
  color: #f94747;
  margin-left: 4px;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input {
  width: 100%;
  max-width: 200px;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio {
  padding: 0;
  list-style-type: none;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio:before {
  content: none;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio .hs-form-radio-display {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio .hs-form-radio-display input[type=radio] {
  opacity: 1;
  position: relative;
  border-radius: 999px;
}
.module-hp-form .form-holder .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio .hs-form-radio-display input[type=radio]:checked:before {
  content: "";
  background: #000000;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 999px;
}
.module-hp-form .form-holder .hbspt-form form .hs_submit.hs-submit {
  width: calc(25% - 1rem);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.module-hp-form .form-holder .hbspt-form form .hs_submit.hs-submit input[type=submit] {
  width: 100%;
  height: 40px !important;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #DDC408;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IndustryIncBase", sans-serif;
}
.module-hp-form .form-holder .hbspt-form form .hs_error_rollup {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.module-hp-form .form-holder .hbspt-form form .hs_error_rollup label {
  color: #c95050;
  font-weight: 500;
}
.module-hp-form .form-holder .hbspt-form form ul.hs-error-msgs {
  padding: 0;
}
.module-hp-form .form-holder .hbspt-form form ul.hs-error-msgs li {
  padding: 0;
}
.module-hp-form .form-holder .hbspt-form form ul.hs-error-msgs li:before {
  content: none;
}
.module-hp-form .form-holder .hbspt-form form ul.hs-error-msgs li .hs-error-msg {
  color: #c95050;
  line-height: 1.5 !important;
}
@media (max-width: 1248px) {
  .module-hp-form .form-holder .hbspt-form form div.field {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 736px) {
  .module-hp-form .form-holder .hbspt-form form div.field {
    width: 100%;
  }
  .module-hp-form .form-holder .hbspt-form form .hs_submit.hs-submit {
    width: 100%;
  }
}
/*Hubspot*/
/*Hubspot contact page form*/
.contact-us .left .hbspt-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.contact-us .left .hbspt-form form .hs-fieldtype-text,
.contact-us .left .hbspt-form form .hs-dependent-field {
  width: 100%;
}
.contact-us .left .hbspt-form form .hs-firstname,
.contact-us .left .hbspt-form form .hs-lastname {
  width: calc(50% - 0.5rem);
}
.contact-us .left .hbspt-form form label {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.contact-us .left .hbspt-form form label .hs-form-required {
  color: #f94747;
  margin-left: 4px;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input {
  width: 100%;
  max-width: 200px;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio {
  padding: 0;
  list-style-type: none;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio:before {
  content: none;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio .hs-form-radio-display {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio .hs-form-radio-display input[type=radio] {
  opacity: 1;
  position: relative;
  border-radius: 999px;
}
.contact-us .left .hbspt-form form .hs-fieldtype-radio div.input ul.inputs-list .hs-form-radio .hs-form-radio-display input[type=radio]:checked:before {
  content: "";
  background: #000000;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 999px;
}
.contact-us .left .hbspt-form form .hs_submit.hs-submit {
  width: calc(25% - 1rem);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin: 0 0 0 auto;
}
.contact-us .left .hbspt-form form .hs_submit.hs-submit input[type=submit] {
  width: 100%;
  height: 40px !important;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IndustryIncBase", sans-serif;
}
.contact-us .left .hbspt-form form .hs_submit.hs-submit input[type=submit]:hover {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
}
.contact-us .left .hbspt-form form .hs_error_rollup {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.contact-us .left .hbspt-form form .hs_error_rollup label {
  color: #c95050;
  font-weight: 500;
}
.contact-us .left .hbspt-form form ul.hs-error-msgs {
  padding: 0;
}
.contact-us .left .hbspt-form form ul.hs-error-msgs li {
  padding: 0;
}
.contact-us .left .hbspt-form form ul.hs-error-msgs li:before {
  content: none;
}
.contact-us .left .hbspt-form form ul.hs-error-msgs li .hs-error-msg {
  color: #c95050;
  line-height: 1.5 !important;
}
.contact-us .left .hbspt-form form .hs-datepicker .pika-label {
  font-family: "Fira Sans", sans-serif !important;
}
.contact-us .left .hbspt-form form .hs-datepicker table {
  font-family: "Fira Sans", sans-serif !important;
}
.contact-us .left .hbspt-form form .hs-datepicker table tbody tr td button {
  background: transparent;
  color: #000000;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
}
.contact-us .left .hbspt-form form .hs-datepicker table tbody tr td button:hover {
  background: #f3f3f3 !important;
  color: #000000 !important;
  border: 2px solid #f3f3f3 !important;
}
.contact-us .left .hbspt-form form .hs-datepicker table tbody tr td.is-today {
  font-weight: 700;
  background: #f3f3f3;
}
.contact-us .left .hbspt-form form .hs-datepicker table tbody tr td.is-selected {
  border: 2px solid #000000;
}
.contact-us .left .hbspt-form form .hs-datepicker table tbody tr td.is-selected button {
  background: #000000;
  color: #ffffff !important;
}
.contact-us .left .hbspt-form form .hs-datepicker table tbody tr td.is-selected button:hover {
  background: #f3f3f3 !important;
  color: #000000 !important;
  border: 2px solid #f3f3f3 !important;
}
.contact-us .left .hbspt-form form .hs-dependent-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.contact-us .left .hbspt-form form .hs-dependent-field .field {
  width: 100%;
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_city.hs-city, .contact-us .left .hbspt-form form .hs-dependent-field .hs_state.hs-state, .contact-us .left .hbspt-form form .hs-dependent-field .hs_zip.hs-zip {
  width: calc(33.33% - 0.75rem);
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_date_of_purchase.hs-date_of_purchase, .contact-us .left .hbspt-form form .hs-dependent-field .hs_purchased_from.hs-purchased_from {
  width: calc(50% - 0.5rem);
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list {
  padding: 0;
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list li {
  padding: 0;
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list li:before {
  content: none;
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list li label {
  line-height: 1.5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list li input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #000000;
  opacity: 1;
  position: relative;
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list li input[type=checkbox]:checked:before {
  content: "";
  background: #000000;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-us .left .hbspt-form form .hs-dependent-field .hs_i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons.hs-i_agree_that_my_idea__recipes_are_originaland_release_all_rights_to_my_recipe_to_schweid_sons ul.inputs-list li span {
  width: 100%;
}
@media (max-width: 736px) {
  .contact-us .left .hbspt-form form .hs-firstname,
  .contact-us .left .hbspt-form form .hs-lastname {
    width: 100%;
  }
  .contact-us .left .hbspt-form form .hs_submit.hs-submit {
    width: 100%;
  }
  .contact-us .left .hbspt-form form .hs-dependent-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .contact-us .left .hbspt-form form .hs-dependent-field .field {
    width: 100%;
  }
  .contact-us .left .hbspt-form form .hs-dependent-field .hs_city.hs-city, .contact-us .left .hbspt-form form .hs-dependent-field .hs_state.hs-state, .contact-us .left .hbspt-form form .hs-dependent-field .hs_zip.hs-zip {
    width: 100%;
  }
  .contact-us .left .hbspt-form form .hs-dependent-field .hs_date_of_purchase.hs-date_of_purchase, .contact-us .left .hbspt-form form .hs-dependent-field .hs_purchased_from.hs-purchased_from {
    width: 100%;
  }
  .contact-us .left .hbspt-form form .hs-fieldtype-radio {
    width: 100%;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-us .left .hbspt-form form .hs-fieldtype-radio div.input {
    width: 100%;
    max-width: 60%;
  }
}
/*Hubspot contact page form*/
 

/* contact headings */

.contact-us h3 {
    font-size: 3rem;
}

.contact-us h3 {
    font-size: 1.4rem;
    margin: 0.5em 0;
}


/* focus indicator */

.recipes-list-module-new #sidebarR .recipe-filters .sidebar-secondary-title .ico+div:focus {
    outline: 2px solid #ffd137 !important;
    border-color: #ffd137;
}

.recipes-list-module-new #sidebarR .recipe-filters .slider .ui-widget-content:focus {
    outline: 2px solid #ffd137 !important;
    border-color: #ffd137;
}

.recipes-list-module-new #sidebarR .recipe-filters .box0 .selectric-open .selectric {
    border-color: #ffd137;
}

.selectric-focus,
.selectric-open .selectric-items {
    outline: 2px solid #ffd137 !important;
    border-color: #ffd137;
}

:focus-visible,
 :focus {
    outline: 2px solid #ffd137 !important;
    outline-color: #ffd137 !important;
    outline-width: 2px !important;
}

h2.sidebar-title {
    font-size: 2rem;
}

input:focus:-moz-placeholder {
    color: #000000;
}

input:focus::-moz-placeholder {
    color: #000000;
}

input:focus::-webkit-input-placeholder {
    color: #000000;
}

input:focus:-ms-input-placeholder {
    color: #000000;
}

input:focus::placeholder {
    color: #000000;
}

.module-hp-form input:focus:-moz-placeholder {
    color: #ffffff;
}

.module-hp-form input:focus::-moz-placeholder {
    color: #ffffff;
}

.module-hp-form input:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.module-hp-form input:focus:-ms-input-placeholder {
    color: #ffffff;
}

.module-hp-form input:focus::placeholder {
    color: #ffffff;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

select.custom_short_by {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-style: italic;
    margin: 0;
    height: 50px;
    line-height: normal;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 100;
    background: url(/wp-content/themes/schweid/images/black-arrow.svg) no-repeat white;
    background-size: 19px 30px;
    background-position: calc(100% - 10px);
}

.custom_short_by option {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 10px 0;
    cursor: pointer;
    color: #181818;
}

.module-new-faqs {
    margin: 40px auto;
}

.module-new-faqs .toggle-block:nth-child(even) {
    background-color: transparent;
}

.module-new-faqs .toggle-block .opener-buttons h2.name {
    padding: 15px 38px 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
}

.module-new-faqs .toggle-block .opener-buttons p {
    padding: 5px 38px;
}

.products-filters h2.heading {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 42px;
}

.storage-tips-page .content.wysiwyg h2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Lato", sans-serif !important;
    text-transform: inherit;
}

.products-filters .box.not-closing-filter {
    min-width: 210px;
}

.recipes-list-module-new #sidebarR .recipe-filters span.sidebar-secondary-title {
    text-transform: uppercase;
    font-family: "IndustryIncBase", sans-serif;
}


/* Blog listing page CSS */

.hero .hero-blog .left h2.title {
    font-family: "IndustryIncBase", sans-serif;
    font-size: 3.5rem;
    margin: 0.5em 0;
}

.hero .hero-blog h2.title,
.blog-module .right .holder h4 {
    font-family: "IndustryIncBase", sans-serif;
    font-size: 2rem;
    margin: 0.5em 0;
}

.blog-module .left .post-item .text h2.title {
    margin-bottom: 20px;
    font-size: 3rem;
}

.blog-module .right .holder h3 {
    font-family: "IndustryIncBase", sans-serif;
    font-size: 2rem;
    margin: 0.5em 0;
}

.heritage-content-heading h2 {
    font-size: 3rem;
}

.screen-reader-text:focus {
    top: 2px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 15px 23px 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

[type="checkbox"]:focus+label:before,
[type="radio"]:focus+label:before {
    outline: 2px solid #ffd137;
}

.menu-icon.tog.toggle-menu {
    background: transparent;
    border: none;
}

footer .socials a svg path {
    fill: #fff;
}

footer .socials a:focus svg path {
    fill: #ffd137;
}

.page-template-template-blend-of-the-week .hero-blog.content {
    padding-top: 48px;
}

.blog-module .right.fixed .widget_block {
    margin: 0;
    padding: 0;
    border: navajowhite;
    font-size: 0;
}

.twitter-screen-reader-text a.skip-link.screen-reader-text {
    position: relative !important;
}

#footer:focus,
header#menu-navigation:focus {
    outline-offset: -2px;
}

main#main:focus-visible {
    outline: none !important;
    border: inset;
    border-color: #ffd137;
}


/* login header
.logged-in header#menu-navigation {
  top: 32px;
}
.logged-in main#main {
  margin-top: 80px;
}
.home.logged-in .hero .module-hero-1-right {
  padding-top: 0;
}
.logged-in .screen-reader-text:focus{
  top: -78px !important;
}
 */


/*-------11-14-16-17-08-23-------*/

.custom-styled-horizontal-form li:first-child {
    width: 100%;
    clear: both !important;
    display: table-caption !important;
    margin-bottom: 8px !important;
    font-size: 16px;
}

.gform_wrapper form.gf_simple_horizontal.custom-styled-horizontal-form div.gform_footer.top_label {
    vertical-align: bottom !important;
}

.gform_wrapper form.gf_simple_horizontal.custom-styled-horizontal-form div.gform_footer.top_label .gform_ajax_spinner {
    position: absolute !important;
    bottom: 10px;
    left: 40%;
}

.slide-show .s-button {
    display: block;
    clear: both;
}

.iframe-containerf-outer {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
}

.iframe-containerf {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}

.iframe-containerf iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
#owl-single-example .owl-stage-outer {
      overflow: initial;
}*/

.gform_wrapper form.gf_simple_horizontal.custom-styled-horizontal-form label.gfield_label {
    width: auto;
    position: relative !important;
    height: auto;
    left: 0;
    font-size: 15px;
    font-weight: 400;
    display: block !important;
}

#join-our-family-form {
    margin-top: 20px;
}

form#join-our-family-form label {
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width: 1201px) {
    header .mobile-nav .drop-nav .menu-mobile-menu-container ul,
    header .mobile-nav .drop-nav .menu-mobile-menu-container ul li {
        padding: 0;
    }
    header .mobile-nav .menu-mobile-menu-container ul.sub-menu li a {
        padding: 20px 10px 20px 50px;
    }
    header .mobile-nav .drop-nav .menu-mobile-menu-container>ul>li:last-child {
        margin-bottom: 350px;
    }
    .menu-mobile-menu-container ul li:before {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .hero-2.product-hero .item {
        padding: 120px 0 0 0;
    }
    .custom-styled-horizontal-form li:first-child {
        margin-bottom: 0px !important;
        font-size: 1.3rem;
    }
}


/*------14-09-23--------*/


/*---https://trello.com/c/xrJ7sqMc/170-our-safety-practices-1412-text-spacing---*/

@media (max-width: 500px) {
    .our-safety-practices-page .wysiwyg h2 {
        line-height: 39px;
        letter-spacing: 3.12px;
        word-spacing: 4.16px;
        margin-bottom: 52px;
        font-size: 26px;
    }
}


/*---https://trello.com/c/AHe6uAri/165-recipes-check-page-url-here-https-validatorw3org-nu-for-errors ---*/

.recipes-list-module-new #sidebarR .recipe-filters .sidebar-secondary-title {
    font-family: "IndustryIncBase", sans-serif;
}


/*---https://trello.com/c/9mg67cZz/189-individual-blog-posts-143-contrast-minimum-           https://trello.com/c/toZ33EXn/168-our-safety-practices-143-contrast-minimum---mooved--*/

.single-post .content.hero-3 h1,
.our-safety-practices-page .content.hero-3 h1.title {
    background: #080808;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*https://trello.com/c/XNdUGG9V/215-pre-made-patties-143-contrast-minimum*/

.page-template-template-product-other .pre-made-patties-page h1.title {
    background: #080808;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*https://trello.com/c/H12b7wMr/263-contact-us-143-contrast-minimum*/

.page-template-template-contact .connect-page h1.title {
    background: #080808;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*--https://trello.com/c/hAHPQrZu/187-individual-blog-posts-131-info-and-relationships-headings--mooved--*/

.blog-module .right .holder .blog-sidebar-heading {
    font-size: 2rem;
}

.blog-module .post-related h2,
.comment-form-outer .comment-reply-title {
    font-size: 3rem;
}


/*---https://trello.com/c/Oa6NzTsQ/158-recipe-page-131-fieldsets-missing--- mooved*/

.recipes-list-module-new #sidebarR .recipe-filters .sidebar-secondary-title {
    display: flex;
    align-items: center;
}


/*----https://trello.com/c/Cj3arI12/191-individual-blog-posts-141-use-of-color-links----mooved*/

.single-post p a {
    text-decoration: underline;
}


/*----https://trello.com/c/WryJCQpY/162-recipe-page-332-labels-or-instructions---- mooved*/

.recipes-list-module-new #sidebarR .recipe-filters label {
    font-weight: bold;
}

.recipes-list-module-new #sidebarR .recipe-filters .search:after {
    top: calc(50% + 15px);
}


/*---- https://trello.com/c/v6ylU0aN/159-receipe-page-243-focus-order--*/

@media (max-width: 1248px) {
    .recipes-list-module-new #sidebarR {
        display: none;
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .recipes-list-module-new #sidebarR.fixed {
        display: block;
    }
    .filters-open-close .ico {
        display: block;
    }
}


/*----https://trello.com/c/RijsuP74/190-individual-blog-posts-144-resize-text  https://trello.com/c/4JpQMZFJ/176-blog-144-resize-text--- mooved*/

@media (max-width: 1201px) {
    /*body.blog .blog-module {
      flex-direction: column-reverse;
  }*/
    .blog-module .right,
    .blog-module .right.fixed {
        display: block !important;
        width: 100%;
        position: static !important;
        height: auto !important;
        padding-bottom: 0px;
    }
    .blog-module .right .holder,
    .blog-module .right.fixed .holder {
        max-width: 100%;
    }
    #sb_instagram.sbi_fixed_height {
        width: 100% !important;
    }
    .widget-do-etfw .twitter-timeline {
        margin-bottom: 50px !important;
        width: 100% !important;
        height: auto !important;
    }
    .blog-module .right .holder .widget-do-etfw {
        height: auto;
    }
    .blog-module .right .holder #do-etfw-2 {
        border: 0;
    }
}

@media (max-width: 1024px) {
    .blog-module .right,
    .blog-module .right.fixed {
        display: block !important;
        width: 100%;
        position: static !important;
        height: auto !important;
        padding-bottom: 0px;
    }
}

@media (max-width: 500px) {
    .blog-module .right.fixed .widget_block h2.wp-block-heading {
        font-size: 2.5rem;
    }
}


/*----https://trello.com/c/3OHt1mwS/136-home-page-1410-reflow---- mooved*/

@media (max-width: 736px) {
    .homepage-page .slide-show .owl-carousel .owl-nav {
        display: block;
    }
    .homepage-page .reviews-module-slide-show .slide {
        padding: 0;
        width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
    }
    .homepage-page .owl-carousel .owl-controls .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        top: 45%;
        left: 15px;
    }
    .homepage-page .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        top: 45%;
        right: 15px;
    }
    .homepage-page .slide-show .title,
    .slide-show .mark {
        width: calc(100% - 100px);
    }
    .reviews-module-slide-show .owl-carousel .owl-controls .owl-nav .owl-next,
    .reviews-module-slide-show .owl-carousel .owl-controls .owl-nav .owl-prev {
        display: block !important;
        background-size: 30px 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .homepage-page .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 7px;
    }
    .homepage-page .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 7px;
    }
}


/*--https://trello.com/c/jampgSpt/160-recipes-1412-text-spacing----mooved*/

@media (max-width: 736px) {
    .recipes-list-module-new .content .ordinary-recipe-item .featured-title {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1.68px;
        word-spacing: 2.24px;
    }
    .recipes-list-module-new .content .ordinary-recipe-item {
        margin-bottom: 28px;
    }
}

.recipes-list-module-new .content .ordinary-recipe-item {
    padding-left: 0;
}


/*--https://trello.com/c/czjCjNbq/134-home-page-143-contrast-minimum-- mooved*/

.homepage-page .module-hp-form .gform_legacy_markup_wrapper .gfield_error .gfield_label {
    color: #fff;
}

.homepage-page .module-hp-form .gform_legacy_markup_wrapper .validation_message,
.homepage-page .module-hp-form .gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    color: #c95050;
}

.homepage-page .module-hp-form .gform_legacy_markup_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
}

@media (min-width: 738px) {
    .homepage-page .module-hp-form .gform_legacy_markup_wrapper .validation_message {
        position: absolute;
    }
}


/*--https://trello.com/c/2KLHC4IT/181-blog-332-labels-or-instructions--*/

.module-quick-search .form {
    flex-wrap: wrap;
}

.module-quick-search .form label {
    font-weight: bold;
    width: 100%;
    clear: both;
}


/*---https://trello.com/c/weLcXf8T/179-blog-243-focus-order---*/

.blog .module-quick-search {
    padding-top: 0;
    margin-bottom: 40px;
}

.blog .module-quick-search .blog-filters {
    width: 441px;
    max-width: 100%;
}

.blog-module .right {
    padding-top: 15px;
}

.blog .module-quick-search input.txt {
    background-color: white;
}


/*-------https://trello.com/c/DHhBWDeJ/182-blog-413-status-messages----------*/

.ordinary-visually-hidden {
    font-family: "IndustryIncBase", sans-serif;
    text-align: center;
}


/*---https://trello.com/c/Qd17PUDL/193-individual-blog-posts-331-error-identification-and-412-name-role-value-form-errors---*/

.comment-form label.error {
    display: block;
    font-size: 14px;
    color: #E15757;
}

.comment-form input.error,
textarea.error {
    border: 1px solid #E15757;
}

.comment-form input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="url"].error:focus,
.comment-form input[type="password"].error:focus,
input[type="search"].error:focus,
input[type="number"].error:focus,
.comment-form input[type="tel"].error:focus,
input[type="range"].error:focus,
input[type="date"].error:focus,
.comment-form input[type="month"].error:focus,
input[type="week"].error:focus,
input[type="time"].error:focus,
input[type="datetime"].error:focus,
.comment-form input[type="datetime-local"].error:focus,
input[type="color"].error:focus,
textarea.error:focus {
    color: #495057;
    background-color: #fff;
    border-color: #E15757;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 43, 34, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(217, 43, 34, 0.25);
}

.comment-form .error:after {
    display: none;
}


/*------https://trello.com/c/7mNRJC6G/161-recipes-244-link-purpose-in-context------*/

.recipes-list-module-new .content .featured-list .featured-recipe-item {
    padding-bottom: 0px;
    padding-left: 0;
}

.recipes-list-module-new .content .featured-list .featured-recipe-item .featured-image {
    object-fit: cover;
    overflow: hidden;
    object-position: center;
}

.featured-list .featured-recipe-item .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.featured-list .featured-recipe-item .schweid-featured-recipe {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: calc(100% - 50px);
}

.recipes-list-module-new .content .featured-list .featured-recipe-item .bottom-info {
    height: 104px;
    position: relative;
    margin-top: auto;
}

.recipes-list-module-new .content .ordinary-recipe-item .bottom-info {
    height: 104px;
}

.recipes-list-module-new .content .featured-list .link-box {
    background-color: black;
    color: #fff;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
    display: inline-block;
    text-align: center;
    position: relative !important;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "IndustryIncBase", sans-serif;
}

.recipes-list-module-new .content .featured-list .featured-recipe-item:hover>.link-box {
    background-color: #EFC100;
    color: #181818;
}

.recipes-list-module-new .content .featured-list .featured-recipe-item .featured-title,
.recipes-list-module-new .content .featured-list .featured-recipe-item .featured-subtitle,
.recipes-list-module-new .content .featured-list .featured-recipe-item .buckets .info,
.recipes-list-module-new .content .featured-list .featured-recipe-item .buckets .title {
    color: #000000;
}


/* https://trello.com/c/DHhBWDeJ/182-blog-413-status-messages*/

.blog-list.schweid-blog-loader-display {
    width: 100%;
    display: block;
    min-width: 300px;
    background: url(../images/Loading_icon.gif);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    min-height: 300px;
}

.blog-list.schweid-blog-loader-display *,
.blog-list.schweid-blog-loader-display h1,
.blog-list.schweid-blog-loader-display .post-item,
.blog-list.schweid-blog-loader-display .pagination {
    display: none;
}

.ordinary-visually-hidden {
    text-align: center;
}

div#hiddenContainer {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
}

div#hiddenContainer:focus-visible,
div#hiddenContainer:focus {
    outline: 0!important;
    border: 0!important;
}


/*-------https://trello.com/c/mNxWoSH7/163-recipes-322-on-input----------*/

form.recipe-filters #saveChanges {
    padding: 5px 10px;
    height: 44px;
    margin: 40px auto;
    width: calc(100% - 80px);
    max-width: 320px;
    display: block;
}


/*---------*/

.blog .module-quick-search fieldset {
    margin-top: 25px;
}

.blog .module-quick-search fieldset legend {
    font-weight: bold;
    margin-bottom: 7px;
}

.blog .module-quick-search .quick-search-val.quick-menu-active {
    color: #966945;
    font-weight: 500;
}


/*-------
  https://trello.com/c/LoqWNATC/210-sausage-131-info-and-relationships-lists
  https://trello.com/c/2Org2rwD/214-pre-made-patties-131-info-and-relationships-lists
  https://trello.com/c/TEqwXuec/217-ground-beef-131-info-and-relationships-lists
----------*/

.product-using-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.product-using-list .item:before {
    visibility: hidden;
}

.product-using-list .item .btn {
    line-height: 1;
}

.main-products-list-alt .item:before {
    display: none;
}

.box.not-closing-filter.products-submit-btn {
    margin-top: 38px;
}

.box.not-closing-filter.products-submit-btn .btn.black {
    background-color: black;
    color: #fff;
    padding: 10px 0 12px;
    height: 48px;
}

.opener-buttons em {
    text-decoration: underline;
}

.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 11px !important;
}


/*---------https://trello.com/c/Qk0j61U1/232-news-131-info-and-relationships-lists--------*/

.blog-module .left .post-item {
    list-style: none;
    padding-left: 0;
}


/*-----https://trello.com/c/HmPByf2c/234-news-1410-reflow-and-text-spacing---------*/

@media (max-width: 736px) {
    .blog-module .left .post-item .text {
        overflow-wrap: break-word;
    }
    .blog-module .left .post-item .more {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .blog-module .left .post-item .text {
        padding: 20px 15px 35px 15px;
    }
}


/*---https://trello.com/c/3COebSVR/233-news-141-use-of-color---*/

.blog-module .left .post-item .meta p a {
    text-decoration: underline;
    font-weight: 500;
}


/*---https://trello.com/c/7zvMAAXh/133-home-page-135-identify-input-purpose---*/

.homepage-page .module-hp-form .gform_legacy_markup_wrapper .validation_message {
    line-height: 1.2;
    margin-top: 5px;
}


/*--https://trello.com/c/Cj3arI12/191-individual-blog-posts-141-use-of-color-links---*/

.more {
    text-decoration: underline;
}


/*---https://trello.com/c/Oyn2k9aI/43-contact-us-page-inquiry-type-fields---*/

.contact-us .form-ot select {
    background: url(/wp-content/themes/schweid/images/black-arrow.svg) no-repeat white;
    background-size: 19px 30px;
    background-position: calc(100% - 10px);
}

.page-template-template-recipe-new #hiddenContainer {
    width: 100%;
    display: flex;
    min-height: 300px;
    background-image: url(../images/Loading_icon.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 9000000 !important;
}
.blockqoute-holder a {
    font-size: 2.2rem;
    line-height: 1.7em;
    font-weight: 200;
    color: #181818;
    font-family: "Fira Sans", sans-serif;
    margin: 0 0 15px;
    font-style: italic;
    display: block;
}
.reviews-module-slide-show .blockqoute-holder cite a {
    font-weight: 700;
    font-style: normal;
}
.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed!important;
}
/*8-jan-205*/
.recipes-list-module-new .content .ordinary-items-holder .ordinary-recipe-item:before {display:none;}

/*15-07-205*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.meter-row {
    margin-bottom: 1rem;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #ccc;
}

.filled {
    background-color: #000;
}

.empty {
    background-color: #eee;
}

/*21-08-25*/
/* Hide from sighted users but available to AT */
.product-detail-module-custom-new .cbox-2 .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* Visual dots (example) */
.product-detail-module-custom-new .cbox-2 .dots {
    display: inline-flex;
    gap: .35rem;
    list-style: none;
    padding: 0;
    margin: 0 10px;
    vertical-align: middle;
}

.product-detail-module-custom-new .cbox-2 .dots li {
     width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #e5e5e5;
    padding: 0px !important;
    margin-bottom: 0px;
}

.product-detail-module-custom-new .cbox-2 .dots li.on {
    background: #111;
}
.product-detail-module-custom-new .cbox-2 ul li::before{
    display: none;
}
.product-detail-module-custom-new .cbox-2 .scale-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-detail-module-custom-new .cbox-2 .scale-row {
    display: block;
    align-items: center;
    gap: .5rem;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
}

.product-detail-module-custom-new .cbox-2 .end {
   font-family: "Lato", sans-serif;
    color: #181818;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0px;
    letter-spacing: 3px;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-module-custom-new .cbox-2 .scale-name {
    font-family: "IndustryIncBase", sans-serif;
    font-size: 2rem;
    margin-bottom: 0px;
    position: relative;
    color: rgb(24, 24, 24);
    display: block;
    line-height: 20px;
}

@media (max-width: 991px) {
    .product-detail-module-custom-new .cbox-2 .end {
        font-size: 1.2rem !important;
        letter-spacing: 1px !important;
    }
   .product-detail-module-custom-new .cbox-2 .dots li {
    width: 15px;
    height: 15px;
}
}

/* Hero logo size override */
.hero .logo {
    max-width: 540px !important;
}