/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Gotham Black";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/Gotham Black-99b8.otf');
}
@font-face {
  font-family: "Gotham";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/Gotham-Bold.otf');
  font-weight: 600;
}
@font-face {
  font-family: "Gotham";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/Gotham-Medium.otf');
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/OpenSans.ttf');
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/OpenSans-Bold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/OpenSans-Semibold.ttf');
  font-weight: 500;
}
@font-face {
  font-family: "OpenSans";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/OpenSans-BoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/OpenSans-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "NexaRustSans Black";
  src: url('/wp-content/themes/don-miguel-2023-theme/inc/fonts/NexaRustSans-Black01.otf');
}
/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.open-sans {
  font-family: "OpenSans";
}
.gotham {
  font-family: "Gotham";
}
.gotham-black {
  font-family: "Gotham Black";
}
.nexa {
  font-family: "NexaRustSans Black";
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: "OpenSans";
  color: #444444;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1100px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.no-scroll-bars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scroll-bars::-webkit-scrollbar {
  width: 0 !important;
}
.circular-stripe {
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.circular-stripe::-webkit-scrollbar {
  width: 0 !important;
}
.circular-stripe .mover {
  width: 4000px;
  box-sizing: border-box;
}
.circular-stripe .mover > * {
  display: inline-block;
}
.circular-stripe-holder .dots .dot {
  display: inline-block;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.franklin-recipes {
  display: grid;
  grid-template-columns: 0 1fr;
}
@media (min-width: 900px) {
  .franklin-recipes {
    grid-template-columns: 300px 1fr;
  }
}
.franklin-recipes .recipe-filters ul {
  list-style: none;
}
.franklin-recipes .recipe-filters .item-filter-list > ul {
  padding-left: 0;
  overflow: auto;
  height: 100%;
}
.franklin-recipes .recipe-filters .item-filter-list > ul > li {
  margin-bottom: 20px;
}
.franklin-recipes .recipe-filters input + .label-txt {
  padding-left: 8px;
}
.franklin-recipes .open-recipe-filters,
.franklin-recipes .close-recipe-filters {
  display: none;
  position: absolute;
  left: 100%;
  background-color: #00502f;
  color: white;
  font-weight: 600;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: bottom left;
  padding: 8px 18px;
  top: 10px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .franklin-recipes .recipe-filters > h2 {
    display: none;
  }
  .franklin-recipes .item-filter-list {
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    z-index: 20;
    background-color: #00502f;
    padding-left: 20px;
    margin-left: -297px;
    padding-top: 60px;
    transition: margin-left 0.3s;
    border-right: solid 1px #003017;
    color: white;
  }
  .franklin-recipes .item-filter-list .individual-categories {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    overflow: auto;
  }
  .franklin-recipes .item-filter-list .individual-categories > ul {
    vertical-align: top;
    margin-right: 10px;
  }
  .franklin-recipes .item-filter-list .open-recipe-filters {
    display: block;
  }
  .franklin-recipes .item-filter-list.open {
    margin-left: 0;
  }
  .franklin-recipes .item-filter-list.open .open-recipe-filters {
    display: none;
  }
  .franklin-recipes .item-filter-list.open .close-recipe-filters {
    display: block;
  }
}
.franklin-recipe-tiles {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 900px) {
  .franklin-recipe-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.franklin-recipe-tiles .recipe-tile {
  text-decoration: none;
  text-align: center;
  color: inherit;
}
.franklin-recipe-tiles .recipe-tile .img {
  background-size: cover;
  background-position: center center;
}
.franklin-recipe-tiles .recipe-tile .img:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.franklin-recipe-tiles .recipe-tile .bottom {
  margin-top: 7px;
}
.franklin-recipe-tiles .recipe-tile a {
  text-decoration: none;
  color: inherit;
}
.franklin-recipe .img img {
  width: 100%;
  height: auto;
}
.franklin-recipe .summary {
  margin: 20px auto;
  max-width: 800px;
  text-align: center;
}
@media (min-width: 900px) {
  .franklin-recipe .summary {
    margin-top: 50px;
  }
}
.franklin-recipe .iconic {
  margin: 40px auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
  text-align: center;
}
@media (min-width: 900px) {
  .franklin-recipe .iconic {
    grid-template-columns: repeat(4, 1fr);
  }
}
.franklin-recipe .iconic .iconic-img img {
  height: 50px;
}
.franklin-recipe .iconic .prep-time .iconic-txt span,
.franklin-recipe .iconic .cook-time .iconic-txt span,
.franklin-recipe .iconic .total-time .iconic-txt span {
  display: block;
}
.franklin-recipe .details {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 900px) {
  .franklin-recipe .details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-type-archive-recipes .franklin-recipes {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (min-width: 900px) {
  .post-type-archive-recipes .franklin-recipes {
    margin-top: 100px;
  }
}
.post-type-archive-recipes .page-header > a {
  text-decoration: none;
}
.post-type-archive-recipes .h1 {
  position: relative;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-top: 0;
  color: white;
  /*
		&:after {
			content: '\00a0';
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-color: rgba(0,0,0,.4);
		}
		*/
}
.post-type-archive-recipes .h1:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.5%;
  padding-bottom: 12.5%;
  vertical-align: middle;
}
.post-type-archive-recipes .h1 .inner {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.post-type-archive-recipes .h1 h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}
@media (max-width: 900px) {
  .post-type-archive-recipes .h1 h1 {
    font-size: 6vw;
  }
}
.post-type-archive-recipes .h1 .button-row {
  margin-top: 30px;
}
.post-type-archive-recipes .h1 .button-row a {
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 6px;
}
.post-type-archive-recipes .page-footer-image {
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
}
.post-type-archive-recipes .page-footer-image:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.5%;
  padding-bottom: 12.5%;
  vertical-align: middle;
}
.recipes-template-default .back-to-recipes {
  display: block;
  margin-top: 80px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
}
.recipes-template-default .back-to-recipes img {
  width: 30px;
  vertical-align: middle;
  padding-right: 14px;
}
.recipes-template-default .back-to-recipes:hover {
  text-decoration: underline;
}
.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrapper > .container,
.container-wrapper > .wp-block-group__inner-container {
  max-width: 100%;
  margin: auto;
}
.container-wrapper > .container .ie6,
.container-wrapper > .wp-block-group__inner-container .ie6,
.container-wrapper > .container ie7,
.container-wrapper > .wp-block-group__inner-container ie7,
.container-wrapper > .container ie8,
.container-wrapper > .wp-block-group__inner-container ie8 {
  width: 1100px;
}
@media (min-width: 1100px) {
  .container-wrapper > .container,
  .container-wrapper > .wp-block-group__inner-container {
    width: 1100px;
  }
}
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-back,
.fullback {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.image-no-margin {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.intro-banner {
  background-color: #eeebe8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.intro-banner p {
  font-family: "OpenSans";
  font-size: 19.19px;
}
.intro-banner .ie6 .container,
.intro-banner ie7 .container,
.intro-banner ie8 .container,
.intro-banner .ie6 .wp-block-group__inner-container,
.intro-banner ie7 .wp-block-group__inner-container,
.intro-banner ie8 .wp-block-group__inner-container {
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 1100px) {
  .intro-banner .container,
  .intro-banner .wp-block-group__inner-container {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.inner-page-banner {
  background-color: #eeebe8;
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
}
.inner-page-banner h1 {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/triangles-down.svg') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-top: 3%;
}
@media (max-width: 600px) {
  .inner-page-banner h1 {
    background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/triangles-down-mobile.png') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.inner-page-banner p {
  font-family: "OpenSans";
  font-size: 19.19px;
}
.inner-page-banner .ie6 .container,
.inner-page-banner ie7 .container,
.inner-page-banner ie8 .container,
.inner-page-banner .ie6 .wp-block-group__inner-container,
.inner-page-banner ie7 .wp-block-group__inner-container,
.inner-page-banner ie8 .wp-block-group__inner-container {
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 1100px) {
  .inner-page-banner .container,
  .inner-page-banner .wp-block-group__inner-container {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.food-category {
  text-decoration: none;
}
.food-category .top {
  position: relative;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px;
}
.food-category .top:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.food-category .top:after {
  content: '\00a0';
  position: absolute;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: solid 4px transparent;
  transition: border-color 0.3s;
}
.food-category .bottom {
  display: block;
  font-family: "NexaRustSans Black";
  font-size: 22.22px;
  color: #b51e23;
  transition: color 0.3s;
  margin-top: 10px;
}
.food-category:hover .top:after {
  border-color: #007A4E;
}
.food-category:hover .bottom {
  color: #007A4E;
}
.six-pic-box {
  display: grid;
  column-gap: 14px;
  row-gap: 14px;
}
.six-pic-box > * {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  background-color: #007A4E;
  cursor: pointer;
}
@media (max-width: 899px) {
  .six-pic-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .six-pic-box .one,
  .six-pic-box .five {
    grid-column: span 2;
  }
  .six-pic-box .two,
  .six-pic-box .three {
    grid-row: 2;
  }
  .six-pic-box .one,
  .six-pic-box .five {
    aspect-ratio: auto;
  }
  .six-pic-box .four,
  .six-pic-box .six {
    grid-row: 4;
  }
}
.six-pic-box .ie6,
.six-pic-box ie7,
.six-pic-box ie8 {
  grid-template-columns: repeat(4, 1fr);
}
.six-pic-box .ie6 .one,
.six-pic-box ie7 .one,
.six-pic-box ie8 .one,
.six-pic-box .ie6 .five,
.six-pic-box ie7 .five,
.six-pic-box ie8 .five {
  grid-column: span 2;
  aspect-ratio: auto;
}
@media (min-width: 900px) {
  .six-pic-box {
    grid-template-columns: repeat(4, 1fr);
  }
  .six-pic-box .one,
  .six-pic-box .five {
    grid-column: span 2;
    aspect-ratio: auto;
  }
}
.savory-inspirations.six-pic-box .one {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-platter.jpg");
}
.webp .savory-inspirations.six-pic-box .one {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-platter.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .savory-inspirations.six-pic-box .one {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-platter-2x.jpg");
  }
  .webp .savory-inspirations.six-pic-box .one {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-platter-2x.webp");
  }
}
.savory-inspirations.six-pic-box .two {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-cups.jpg");
}
.webp .savory-inspirations.six-pic-box .two {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-cups.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .savory-inspirations.six-pic-box .two {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-cups-2x.jpg");
  }
  .webp .savory-inspirations.six-pic-box .two {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-cups-2x.webp");
  }
}
.savory-inspirations.six-pic-box .three {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-flautas-salad.jpg");
}
.webp .savory-inspirations.six-pic-box .three {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-flautas-salad.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .savory-inspirations.six-pic-box .three {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-flautas-salad-2x.jpg");
  }
  .webp .savory-inspirations.six-pic-box .three {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-flautas-salad-2x.webp");
  }
}
.savory-inspirations.six-pic-box .four {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-red-plate.jpg");
}
.webp .savory-inspirations.six-pic-box .four {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-red-plate.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .savory-inspirations.six-pic-box .four {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-red-plate-2x.jpg");
  }
  .webp .savory-inspirations.six-pic-box .four {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-mini-tacos-red-plate-2x.webp");
  }
}
.savory-inspirations.six-pic-box .five {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-the-loaded-bomb.jpg");
}
.webp .savory-inspirations.six-pic-box .five {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-the-loaded-bomb.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .savory-inspirations.six-pic-box .five {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-the-loaded-bomb-2x.jpg");
  }
  .webp .savory-inspirations.six-pic-box .five {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-the-loaded-bomb-2x.webp");
  }
}
.savory-inspirations.six-pic-box .six {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-burrito-pinwheels.jpg");
}
.webp .savory-inspirations.six-pic-box .six {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-burrito-pinwheels.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .savory-inspirations.six-pic-box .six {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-burrito-pinwheels-2x.jpg");
  }
  .webp .savory-inspirations.six-pic-box .six {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/dmf-burrito-pinwheels-2x.webp");
  }
}
.hollow-button {
  display: inline-block;
  border: #f0b51c solid 2px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}
.hollow-button:hover {
  color: #f0b51c;
}
.hollow-button strong {
  text-decoration: underline;
  color: #b51e23;
  font-style: italic;
  font-weight: 600;
}
.green-button {
  display: inline-block;
  background-color: #5D8131;
  color: white;
  text-transform: uppercase;
  padding: 4px 16px;
  border: 0;
  text-decoration: none;
}
.green-button:hover {
  color: #f0b51c !important;
}
.dots-headline {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/intro-dots.svg') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  line-height: 1.2em;
  margin-top: 6%;
}
@media (max-width: 500px) {
  .dots-headline {
    font-size: 7.7vw;
  }
}
@media (max-width: 600px) {
  .dots-headline {
    background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/intro-dots-mobile.png') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.shape-headline {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/shapes-line.svg') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-top: 3%;
}
@media (max-width: 600px) {
  .shape-headline {
    font-size: 10vw;
    background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/shapes-line-mobile.png') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.triangles-headline {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/triangles-line.svg') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-top: 3%;
}
@media (max-width: 600px) {
  .triangles-headline {
    background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/triangles-line-mobile.png') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.triangles-down-headline {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/triangles-down.svg') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-top: 3%;
}
@media (max-width: 600px) {
  .triangles-down-headline {
    background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/triangles-down-mobile.png') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.gray-bar-headline {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/gray-bar.png') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-top: 3%;
}
@media (max-width: 600px) {
  .gray-bar-headline {
    background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/gray-bar.png') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.none-headline {
  font-family: "NexaRustSans Black";
  font-size: 38.38px;
  color: #b51e23;
  background-image: url('') !important;
  background-position: bottom center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  margin-top: 3%;
}
@media (max-width: 600px) {
  .none-headline {
    background-image: url('') !important;
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 0px;
  }
}
h1.triangles-headline {
  font-family: "NexaRustSans Black";
  font-size: 52.52px;
  text-align: center;
}
@media (max-width: 500px) {
  h1.triangles-headline {
    font-size: 10.5vw;
  }
}
.inspired-banner {
  aspect-ratio: 2.5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inspired-banner .content,
.inspired-banner .wp-block-group__inner-container {
  background-color: rgba(181, 30, 35, 0.8);
  padding: 80px 40px 30px 40px;
  text-align: center;
  color: white;
  background-image: url('/wp-content/themes/don-miguel-2023-theme/inc/img/headline-shapes-down.svg');
  background-position: center 20px;
  background-repeat: no-repeat;
}
.inspired-banner .content h2,
.inspired-banner .wp-block-group__inner-container h2,
.inspired-banner .content h3,
.inspired-banner .wp-block-group__inner-container h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
}
.inspired-banner .content h2,
.inspired-banner .wp-block-group__inner-container h2 {
  color: white;
  font-family: "NexaRustSans Black";
  font-size: 80.8px;
}
@media (max-width: 500px) {
  .inspired-banner .content h2,
  .inspired-banner .wp-block-group__inner-container h2 {
    font-size: 12.2vw;
  }
}
.inspired-banner .content h3,
.inspired-banner .wp-block-group__inner-container h3 {
  color: white;
  font-family: "OpenSans";
  font-size: 40.4px;
}
@media (max-width: 500px) {
  .inspired-banner .content h3,
  .inspired-banner .wp-block-group__inner-container h3 {
    font-size: 8.1vw;
  }
}
.graphic-headline {
  font-size: 0;
}
.pic-side-text {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
}
.pic-side-text.left .ie6,
.pic-side-text.left ie7,
.pic-side-text.left ie8 {
  grid-template-columns: 1fr 2fr;
}
@media (min-width: 900px) {
  .pic-side-text.left {
    grid-template-columns: 1fr 2fr;
  }
}
.pic-side-text.right .ie6,
.pic-side-text.right ie7,
.pic-side-text.right ie8 {
  grid-template-columns: 2fr 1fr;
}
.pic-side-text.right .ie6 .text,
.pic-side-text.right ie7 .text,
.pic-side-text.right ie8 .text {
  grid-row: 1;
  grid-column: 1;
}
.pic-side-text.right .ie6 .pic,
.pic-side-text.right ie7 .pic,
.pic-side-text.right ie8 .pic {
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 900px) {
  .pic-side-text.right {
    grid-template-columns: 2fr 1fr;
  }
  .pic-side-text.right .text {
    grid-row: 1;
    grid-column: 1;
  }
  .pic-side-text.right .pic {
    grid-row: 1;
    grid-column: 2;
  }
}
.pic-side-text .text h3:first-child {
  font-family: "NexaRustSans Black";
  font-size: 40.4px;
  margin-bottom: 0;
  color: #007A4E;
}
.pic-side-text .ie6 .text h3:first-child,
.pic-side-text ie7 .text h3:first-child,
.pic-side-text ie8 .text h3:first-child {
  margin-top: -15px;
}
@media (min-width: 900px) {
  .pic-side-text .text h3:first-child {
    margin-top: -15px;
  }
}
.shadow-box {
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media (max-width: 899px) {
  .shadow-box {
    text-align: center;
  }
}
.grey-back {
  background-color: #eeebe8;
  padding-top: 20px;
  padding-bottom: 60px;
}
.grey-back.product-info-container {
  padding-bottom: 15px;
}
.product-tiles {
  padding: 80px;
  display: grid;
  text-align: center;
  row-gap: 30px;
  column-gap: 30px;
}
.product-tiles .ie6,
.product-tiles ie7,
.product-tiles ie8 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) {
  .product-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-tiles .ie6,
.product-tiles ie7,
.product-tiles ie8 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1100px) {
  .product-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-tile {
  color: #b51e23;
  max-width: 500px;
  text-decoration: none;
}
.product-tile:visited {
  color: #b51e23;
}
.product-tile .top {
  position: relative;
  aspect-ratio: 1.66666667;
}
.product-tile .top .green {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.product-tile .top .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-tile .bottom {
  font-weight: 600;
  max-width: 400px;
  margin: 20px auto;
}
.product-tile:hover {
  color: #5D8131;
}
.product-tile:hover .top .green {
  background-color: #5D8131;
}
.black-rip {
  position: relative;
  font-family: "NexaRustSans Black";
  font-size: 40.4px;
  text-align: center;
  color: white;
}
.black-rip:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip.png");
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
.webp .black-rip:before {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .black-rip:before {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip-2x.png");
  }
  .webp .black-rip:before {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip-2x.webp");
  }
}
@media (max-width: 650px) {
  .black-rip:before {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip-mobile.png");
  }
  .webp .black-rip:before {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip-mobile.webp");
  }
}
@media (max-width: 650px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 650px) and (min-resolution: 144dpi) {
  .black-rip:before {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip-mobile-2x.png");
  }
  .webp .black-rip:before {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/black-rip-mobile-2x.webp");
  }
}
.black-rip .h2 {
  position: relative;
  z-index: 2;
}
.product-category-mini-tacos .black-rip:before {
  filter: invert(60%) sepia(41%) saturate(521%) hue-rotate(47deg) brightness(93%) contrast(82%);
}
.product-category-breakfast-burritos .black-rip:before {
  filter: invert(74%) sepia(16%) saturate(1714%) hue-rotate(357deg) brightness(99%) contrast(88%);
}
.product-category-deli-style-burritos .black-rip:before {
  filter: invert(77%) sepia(50%) saturate(281%) hue-rotate(118deg) brightness(87%) contrast(85%);
}
.product-category-taquitos-and-flautas .black-rip:before {
  filter: invert(47%) sepia(12%) saturate(2483%) hue-rotate(101deg) brightness(89%) contrast(78%);
}
.product-category-the-bomb-burritos .black-rip:before {
  filter: invert(17%) sepia(100%) saturate(1976%) hue-rotate(338deg) brightness(95%) contrast(93%);
}
.product-details .white-box {
  background-color: white;
  padding: 30px 50px 80px 50px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}
.product-details .white-box h2 {
  margin: -20px auto 15px auto;
  color: #b51e23;
  max-width: 400px;
  text-align: center;
}
.product-details .white-box .desc {
  max-width: 550px;
  margin: 10px auto 20px auto;
  text-align: center;
}
.product-details .ingredients {
  margin-top: 30px;
}
.product-details .ingredients h3 {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  color: #b51e23;
}
.product-details .ingredients h3 hr {
  border: 2px solid #b51e23;
  margin-top: 15px;
  margin-bottom: 5px;
}
.product-details .ingredients fieldset {
  border-width: 2px;
  border-color: transparent;
}
.product-details .ingredients fieldset legend {
  text-transform: uppercase;
  font-weight: 600;
}
.all-products-in-category {
  height: 225px;
}
.all-products-in-category.items-size-4,
.all-products-in-category.items-size-3 {
  margin-left: auto;
  margin-right: auto;
}
.all-products-in-category.items-size-4 {
  max-width: 600px;
}
.all-products-in-category.items-size-3 {
  max-width: 600px;
}
.all-products-in-category .product-tile {
  display: inline-block;
  max-height: 100%;
  width: 200px;
}
.all-products-in-category .product-tile .bottom {
  display: none;
}
.all-products-in-category .controls {
  position: relative;
  text-align: center;
}
.all-products-in-category .dots {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
  vertical-align: top;
}
.all-products-in-category .dots .dot {
  background-color: #73cfb0;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  transition: transform 0.3s, background-color 0.3s;
}
.all-products-in-category .dots .dot.current {
  transform: scale(1.3);
  background-color: #78C936;
}
.all-products-in-category .go-left,
.all-products-in-category .go-right {
  display: inline-block;
  color: white;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 29pt;
  font-weight: 600;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
}
@media (max-width: 650px) {
  .all-products-in-category .go-left,
  .all-products-in-category .go-right {
    display: none;
  }
}
.pic-stripe .product-tile {
  display: inline-block;
  width: 200px;
}
.pic-stripe .product-tile .bottom {
  display: none;
}
.pic-stripe {
  position: relative;
  height: 225px;
  overflow: hidden;
  font-size: 0;
}
.pic-stripe .controls {
  position: relative;
  text-align: center;
}
.pic-stripe .dots {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.pic-stripe .go-left,
.pic-stripe .go-right {
  display: inline-block;
  color: white;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 29pt;
  font-weight: 600;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
}
/*
.pic-stripe .go-left {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}

.pic-stripe .go-right {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}
*/
.pic-stripe .moveable {
  white-space: nowrap;
}
.pic-stripe .product-tile {
  max-height: 100%;
  /* padding-left: 4px; */
}
.pic-stripe .product-tile:first-child {
  padding-left: 0;
}
.product-category-listing {
  overflow: hidden;
}
.product-category-listing:nth-child(n + 2):before {
  content: '\00a0';
  font-size: 0;
  height: 5px;
  display: block;
  box-shadow: 0 1px 10px rgba(40, 40.4, 0.4);
  margin-top: -5px;
}
.product-category-listing .container-wrapper {
  padding-top: 60px;
}
.product-category-listing h1 {
  text-align: center;
}
.franklin-recipes .item-filter-list {
  padding-left: 20px;
}
.franklin-recipes .item-filter-list > ul {
  margin-left: 0;
}
.franklin-recipes .item-filter-list > ul > li {
  margin-bottom: 40px !important;
}
.franklin-recipes .item-filter-list > ul > li > label {
  font-family: "NexaRustSans Black";
  font-size: 24.24px;
  color: #007A4E;
}
@media (max-width: 900px) {
  .franklin-recipes .item-filter-list > ul > li > label {
    color: white;
  }
}
.franklin-recipes .item-filter-list > ul ul {
  padding-left: 15px;
  margin-left: 0;
  margin-top: 10px;
}
.franklin-recipes .item-filter-list > ul ul li {
  margin-bottom: 7px;
}
.franklin-recipes .item-filter-list > ul ul li label {
  font-family: "Gotham";
  font-size: 18.18px;
  font-weight: 600;
}
.franklin-recipes .item-filter-list input[type=checkbox] {
  position: absolute;
  left: -10000px;
}
.franklin-recipes .item-filter-list input:checked + .label-txt {
  color: #b51e23;
  position: relative;
}
.franklin-recipes .item-filter-list input:checked + .label-txt:before {
  content: '>';
  position: absolute;
  margin-left: -10px;
  left: 0;
}
@media (max-width: 900px) {
  .franklin-recipes .item-filter-list {
    top: 0;
  }
}
.franklin-recipes .recipe-tile .bottom .title {
  font-family: "Gotham Black";
  font-size: 24.24px;
  text-align: center;
  color: #b51e23;
  font-weight: 400;
  line-height: 1.1em;
}
.franklin-recipes .recipe-tile:hover .top {
  position: relative;
}
.franklin-recipes .recipe-tile:hover .top:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px #007A4E;
}
.franklin-recipes .recipe-tile:hover .bottom .title {
  color: #007A4E;
}
.inspiration-detail-dialog .mask {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.inspiration-detail-dialog .the-dialog {
  background-color: transparent !important;
}
.inspiration-detail-dialog .the-dialog .body {
  padding: 40px !important;
  overflow: hidden !important;
}
.inspiration-detail-dialog .the-dialog .close.btn-close {
  color: white;
  font-size: 40px;
  text-shadow: 2px 2px 2px black;
  right: 40px;
  top: 20px;
}
.inspiration-detail-dialog .the-dialog .head,
.inspiration-detail-dialog .the-dialog .foot {
  display: none;
}
.inspiration-detail-dialog .the-dialog .full-image {
  max-width: 80vw;
  max-height: 80vh;
}
@media (max-width: 900px) {
  .inspiration-detail-dialog .the-dialog .full-image {
    max-width: 75vw;
    max-height: 75vh;
  }
}
@media (max-width: 550px) {
  .inspiration-detail-dialog .the-dialog {
    max-width: 100% !important;
  }
  .inspiration-detail-dialog .the-dialog .full-image {
    max-width: 65vw;
    max-height: 65vh;
  }
}
.back-button-container {
  text-align: center;
}
.back-button-container a {
  text-decoration: none;
}
.back-button-container .back-button {
  width: 120px;
  margin: auto;
  border: 3px solid #f0b51c;
  padding: 6px;
  color: #b51e23;
  font-weight: 600;
}
.red-bar-paragraph-container {
  padding: 0px;
  padding-bottom: 30px;
}
.red-bar-paragraph-container .red-bar-paragraph {
  background: #b51e23;
  padding: 5px;
  color: white;
  font-weight: bold;
  width: 80%;
  margin: auto;
}
.separator-image-container {
  width: 100%;
}
.separator-image-container img {
  width: 80%;
  margin: auto;
  margin-top: 2em;
}
@media (max-width: 600px) {
  .separator-image-container img.desktop-separator {
    display: none;
  }
}
.separator-image-container img.mobile-separator {
  display: none;
}
@media (max-width: 600px) {
  .separator-image-container img.mobile-separator {
    display: inline-block;
  }
}
.gray-background {
  background-color: #eeebe8;
}
.abc-columns-container {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  row-gap: 20px;
  margin: auto;
  width: 70%;
  min-width: 780px;
  max-width: 1100px;
}
@media (max-width: 779px) {
  .abc-columns-container {
    min-width: 0px;
    grid-template-columns: auto;
  }
}
.abc-columns-container img {
  width: 60px;
  margin: auto;
}
@media (max-width: 779px) {
  .abc-columns-container img {
    margin-top: 40px;
  }
}
@media (max-width: 779px) {
  .abc-columns-container img.label-a {
    grid-row-start: 1;
  }
}
@media (max-width: 779px) {
  .abc-columns-container img.label-b {
    grid-row-start: 3;
  }
}
@media (max-width: 779px) {
  .abc-columns-container img.label-c {
    grid-row-start: 5;
  }
}
.abc-columns-container .abc-column {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.abc-columns-container .abc-column.abc-column-a {
  border-right: 2px solid gray;
}
@media (max-width: 779px) {
  .abc-columns-container .abc-column.abc-column-a {
    border-right: none;
    border-bottom: 2px solid gray;
    padding-bottom: 25px;
  }
}
@media (max-width: 779px) {
  .abc-columns-container .abc-column.abc-column-b {
    border-bottom: 2px solid gray;
    padding-bottom: 25px;
  }
}
.abc-columns-container .abc-column.abc-column-c {
  border-left: 2px solid gray;
}
@media (max-width: 779px) {
  .abc-columns-container .abc-column.abc-column-c {
    border-left: none;
  }
}
.abc-columns-container .abc-column .column-item {
  text-align: center;
}
.abc-columns-container .abc-column .column-item .column-item-image {
  width: 100%;
}
.abc-columns-container .abc-column .column-item h2 {
  color: #005231;
  margin-bottom: 0px;
}
.abc-columns-container .abc-column .column-item h3 {
  margin-top: 0px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.c-nutrition-facts {
  color: #000000;
  border: 1px solid #000000;
}
.c-nutrition-facts_header {
  border-bottom: 12px solid #000000;
}
.c-nutrition-facts_title {
  border-bottom: 1px solid #000000;
}
.c-nutrition-facts_table .c-nutrition-facts_row {
  border-top: 1px solid #000000;
}
.c-nutrition-facts_table--calories {
  border-bottom: 6px solid #000000;
}
.c-nutrition-facts_table--nutrients {
  border-bottom: 12px solid #000000;
}
.c-nutrition-facts_table--micronutrients {
  border-bottom: 6px solid #000000;
}
.home-page .container-wrapper.spacer .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 36.5%;
  padding-bottom: 36.5%;
  vertical-align: middle;
}
.shock-and-awe {
  padding-bottom: 60px;
}
.shock-and-awe .top {
  padding-top: 1px;
  background-color: #eeebe8;
}
.shock-and-awe .top .container .ie6,
.shock-and-awe .top .container ie7,
.shock-and-awe .top .container ie8 {
  display: grid;
  grid-template-columns: 3fr 3fr;
}
.shock-and-awe .top .container .ie6 .msg,
.shock-and-awe .top .container ie7 .msg,
.shock-and-awe .top .container ie8 .msg {
  align-self: center;
  width: 120%;
}
.shock-and-awe .top .container .ie6 .pic img,
.shock-and-awe .top .container ie7 .pic img,
.shock-and-awe .top .container ie8 .pic img {
  width: 100%;
}
@media (min-width: 900px) {
  .shock-and-awe .top .container {
    display: grid;
    grid-template-columns: 3fr 3fr;
  }
  .shock-and-awe .top .container .msg {
    align-self: center;
    width: 120%;
  }
  .shock-and-awe .top .container .pic img {
    width: 100%;
  }
}
.shock-and-awe .top h2 {
  font-family: "NexaRustSans Black";
  font-size: 33.532px;
  color: #5D8131;
  text-align: center;
  line-height: 1.3em;
}
.shock-and-awe .top h2 strong {
  font-family: "NexaRustSans Black";
  font-size: 61.004px;
  display: block;
  color: #b51e23;
}
.shock-and-awe .top h2 small {
  font-family: "NexaRustSans Black";
  font-size: 32.32px;
}
@media (max-width: 899px) {
  .shock-and-awe .top h2 {
    font-size: 5.6vw;
  }
  .shock-and-awe .top h2 strong {
    font-size: 10vw;
  }
  .shock-and-awe .top h2 small {
    font-size: 5.6vw;
  }
}
.shock-and-awe .top .pic img {
  display: block;
}
.shock-and-awe .bottom {
  position: relative;
}
.shock-and-awe .bottom:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 50%;
  background-color: #eeebe8;
}
.shock-and-awe .bottom .container {
  position: relative;
  z-index: 2;
  padding-top: 1px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 1px;
  background-color: #5D8131;
  text-align: center;
  color: white;
}
.shock-and-awe .bottom .container h2 {
  font-family: "OpenSans";
  font-size: 24.24px;
  text-transform: none;
}
.shock-and-awe .bottom .container p {
  font-family: "OpenSans";
  font-size: 16.16px;
  text-transform: none;
  font-weight: 300;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.our-foods {
  margin-top: 0px;
}
.our-foods h2 {
  text-align: center;
}
.our-foods .food-categories {
  text-align: center;
  margin-bottom: 30px;
}
.our-foods .food-categories .food-category {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 250px;
  margin: 30px;
}
.inspired-mexican {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas.jpg");
}
.webp .inspired-mexican {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas.webp");
}
@media (max-width: 600px) {
  .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas-half.jpg");
  }
  .webp .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas-half.webp");
  }
}
@media (min-width: 1200px) {
  .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas-2x.jpg");
  }
  .webp .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas-2x.jpg");
  }
  .webp .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px), (min-resolution: 144dpi) and (max-width: 600px) {
  .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas.jpg");
  }
  .webp .inspired-mexican {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/homepg-main-banner-flautas.webp");
  }
}
.savory-inspirations p {
  font-family: "OpenSans";
  font-size: 22.22px;
}
.page-inner .container-wrapper.spacer .container {
  min-height: 400px;
}
.page-inner .container-wrapper.spacer .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 21.5%;
  padding-bottom: 21.5%;
  vertical-align: middle;
}
.taking-pride.six-pic-box {
  /*
	.tablet({
		.one {
			grid-column: span 1;
		}
		.two {
			grid-column: span 1;
		}
		.three {
			grid-column: span 2;
			aspect-ratio: auto;
		}
	});
	*/
}
.taking-pride.six-pic-box .one {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-1.jpg");
}
.webp .taking-pride.six-pic-box .one {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-1.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .taking-pride.six-pic-box .one {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-1-2x.jpg");
  }
  .webp .taking-pride.six-pic-box .one {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-1-2x.webp");
  }
}
.taking-pride.six-pic-box .two {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-2.jpg");
}
.webp .taking-pride.six-pic-box .two {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-2.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .taking-pride.six-pic-box .two {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-2-2x.jpg");
  }
  .webp .taking-pride.six-pic-box .two {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-2-2x.webp");
  }
}
.taking-pride.six-pic-box .three {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-3.jpg");
}
.webp .taking-pride.six-pic-box .three {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-3.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .taking-pride.six-pic-box .three {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-3-2x.jpg");
  }
  .webp .taking-pride.six-pic-box .three {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-3-2x.webp");
  }
}
.taking-pride.six-pic-box .four {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-4.jpg");
}
.webp .taking-pride.six-pic-box .four {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-4.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .taking-pride.six-pic-box .four {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-4-2x.jpg");
  }
  .webp .taking-pride.six-pic-box .four {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-4-2x.webp");
  }
}
.taking-pride.six-pic-box .five {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-5.jpg");
}
.webp .taking-pride.six-pic-box .five {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-5.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .taking-pride.six-pic-box .five {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-5-2x.jpg");
  }
  .webp .taking-pride.six-pic-box .five {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-5-2x.webp");
  }
}
.taking-pride.six-pic-box .six {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-6.jpg");
}
.webp .taking-pride.six-pic-box .six {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-6.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .taking-pride.six-pic-box .six {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-6-2x.jpg");
  }
  .webp .taking-pride.six-pic-box .six {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/taking-pride-6-2x.webp");
  }
}
.product-details .nutrition-panel-link {
  width: 330px;
  margin: auto;
}
@media (max-width: 500px) {
  .product-details .nutrition-panel-link {
    width: auto;
  }
}
.product-details .nutrition-panel-link a {
  display: inline-block;
  padding: 4px 10px;
  border: solid 2px #f0b51c;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
}
.product-details .nutrition-panel-link a strong {
  font-style: italic;
  color: #b51e23;
  text-decoration: underline;
}
.salesforce-contact-form div {
  font-family: "Gotham Black";
  font-size: 20.2px;
  color: #007A4E;
}
.salesforce-contact-form p {
  font-family: "OpenSans";
  font-size: 20.2px;
  color: #444444;
}
.salesforce-contact-form .policy-section h3 {
  color: #b51e23;
}
.salesforce-contact-form input[type=text],
.salesforce-contact-form textarea,
.salesforce-contact-form select {
  font-family: "OpenSans";
  font-size: 18.18px;
  border: solid 2px #f0b51c !important;
}
.salesforce-contact-form .agree-label {
  font-family: "OpenSans";
  font-size: 18.18px;
  text-transform: uppercase;
  color: #444444;
  font-weight: 600;
}
.salesforce-contact-form input[type="submit"] {
  background-color: #007A4E !important;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
.back-top-top-bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 200;
}
.back-top-top-bar:before {
  content: '\00a0';
  display: block;
  height: 120vh;
  pointer-events: none;
}
.back-top-top-bar .box-holder {
  position: sticky;
  top: 80vh;
}
.back-top-top-bar .green-box {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 800;
  background-color: #5D8131;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
footer#colophon {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #5D8131;
}
footer#colophon a {
  font-family: "OpenSans";
  font-size: 18.18px;
  color: white;
  text-decoration: none;
}
footer#colophon a:hover {
  color: #f0b51c;
  text-decoration: none;
}
footer#colophon .links a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
footer#colophon .links .hollow-button {
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}
footer#colophon .links .facebook {
  font-weight: 600;
}
footer#colophon .links .facebook img {
  vertical-align: middle;
}
footer#colophon #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#colophon #footer-menu a {
  font-family: "OpenSans";
  font-size: 16.16px;
}
footer#colophon #footer-menu li {
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer#colophon #footer-menu .ie6,
footer#colophon #footer-menu ie7,
footer#colophon #footer-menu ie8 {
  columns: 2;
  column-gap: 15px;
}
footer#colophon #footer-menu .ie6 li,
footer#colophon #footer-menu ie7 li,
footer#colophon #footer-menu ie8 li {
  border-left: solid 3px #f0b51c;
}
@media (min-width: 900px) {
  footer#colophon #footer-menu {
    columns: 2;
    column-gap: 15px;
  }
  footer#colophon #footer-menu li {
    border-left: solid 3px #f0b51c;
  }
}
footer#colophon #footer-menu .ie6,
footer#colophon #footer-menu ie7,
footer#colophon #footer-menu ie8 {
  columns: 3;
}
@media (min-width: 1100px) {
  footer#colophon #footer-menu {
    columns: 3;
  }
}
footer#colophon .container {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  text-align: center;
}
footer#colophon .ie6,
footer#colophon ie7,
footer#colophon ie8 {
  padding-top: 150px;
}
footer#colophon .ie6 .container,
footer#colophon ie7 .container,
footer#colophon ie8 .container {
  grid-template-columns: 1fr auto;
  text-align: left;
}
footer#colophon .ie6 .container .links,
footer#colophon ie7 .container .links,
footer#colophon ie8 .container .links {
  justify-self: end;
}
@media (min-width: 900px) {
  footer#colophon {
    padding-top: 150px;
  }
  footer#colophon .container {
    grid-template-columns: 1fr auto;
    text-align: left;
  }
  footer#colophon .container .links {
    justify-self: end;
  }
}
footer#colophon .copyright {
  font-family: "OpenSans";
  font-size: 14.14px;
  color: white;
  text-align: center;
  margin-top: 125px;
}
.entry-header {
  position: relative;
  background-position: center center;
  background-size: cover;
  border-bottom: solid 8.5px #6ec7b5;
  z-index: 20;
}
.entry-header.entry-header-no-border-bottom {
  border-bottom: 0px;
  height: 200px;
}
.home-page .entry-header .container-wrapper.spacer .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 36.5%;
  padding-bottom: 36.5%;
  vertical-align: middle;
}
.entry-header .container-wrapper.msg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.entry-header .container-wrapper.msg .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.entry-header .container-wrapper.msg h1 {
  font-size: 0;
  height: 0;
}
.entry-header .container-wrapper.msg h1 img {
  position: absolute;
  bottom: 40px;
  transform: scale(0.5) translate(-50%, 50%);
}
@media (max-width: 600px) {
  .entry-header .container-wrapper.msg h1 img {
    transform: scale(0.75) translate(-20%, 34%);
  }
}
.entry-header .site-header {
  margin-top: 25px;
  background-color: #5D8131;
  display: grid;
  position: relative;
}
.entry-header .site-header:before {
  display: none;
}
.entry-header .site-header .ie6,
.entry-header .site-header ie7,
.entry-header .site-header ie8 {
  grid-template-columns: auto 1fr;
}
@media (min-width: 900px) {
  .entry-header .site-header {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 900px) {
  .entry-header .site-header .site-branding {
    max-width: 60%;
  }
}
.entry-header .site-header .site-branding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.entry-header .site-header .site-branding img {
  display: block;
  position: relative;
  margin-top: -20px;
}
.entry-header .site-header .tribar {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  cursor: pointer;
}
.entry-header .site-header .tribar .one,
.entry-header .site-header .tribar .two,
.entry-header .site-header .tribar .three {
  border-bottom: solid 3px white;
  font-size: 0;
}
.entry-header .site-header .tribar .two,
.entry-header .site-header .tribar .three {
  padding-top: 11px;
}
.entry-header .site-header .ie6 .tribar,
.entry-header .site-header ie7 .tribar,
.entry-header .site-header ie8 .tribar {
  display: none;
}
@media (min-width: 900px) {
  .entry-header .site-header .tribar {
    display: none;
  }
}
.entry-header .site-header a {
  color: white;
  text-decoration: none;
  font-family: "Gotham";
  font-size: 13.736px;
  text-transform: uppercase;
}
.entry-header .site-header .ie6 .menu-main-menu-container,
.entry-header .site-header ie7 .menu-main-menu-container,
.entry-header .site-header ie8 .menu-main-menu-container {
  height: 100%;
}
.entry-header .site-header .ie6 .menu-main-menu-container #primary-menu,
.entry-header .site-header ie7 .menu-main-menu-container #primary-menu,
.entry-header .site-header ie8 .menu-main-menu-container #primary-menu {
  height: 100%;
}
.entry-header .site-header .ie6 .menu-main-menu-container #primary-menu > li,
.entry-header .site-header ie7 .menu-main-menu-container #primary-menu > li,
.entry-header .site-header ie8 .menu-main-menu-container #primary-menu > li {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.entry-header .site-header .ie6 .menu-main-menu-container #primary-menu > li:hover,
.entry-header .site-header ie7 .menu-main-menu-container #primary-menu > li:hover,
.entry-header .site-header ie8 .menu-main-menu-container #primary-menu > li:hover {
  border-block: 5px solid #f0b51c;
  border-top-color: transparent;
}
.entry-header .site-header .ie6 .menu-main-menu-container #primary-menu > li:hover a,
.entry-header .site-header ie7 .menu-main-menu-container #primary-menu > li:hover a,
.entry-header .site-header ie8 .menu-main-menu-container #primary-menu > li:hover a {
  color: #f0b51c;
}
@media (min-width: 900px) {
  .entry-header .site-header .menu-main-menu-container {
    height: 100%;
  }
  .entry-header .site-header .menu-main-menu-container #primary-menu {
    height: 100%;
  }
  .entry-header .site-header .menu-main-menu-container #primary-menu > li {
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
  .entry-header .site-header .menu-main-menu-container #primary-menu > li:hover {
    border-block: 5px solid #f0b51c;
    border-top-color: transparent;
  }
  .entry-header .site-header .menu-main-menu-container #primary-menu > li:hover a {
    color: #f0b51c;
  }
}
.entry-header .site-header #site-navigation {
  padding-right: 30px;
}
.entry-header .site-header #site-navigation .ie6,
.entry-header .site-header #site-navigation ie7,
.entry-header .site-header #site-navigation ie8 {
  justify-self: end;
  text-align: right;
  height: 100%;
}
.entry-header .site-header #site-navigation .ie6 ul > li,
.entry-header .site-header #site-navigation ie7 ul > li,
.entry-header .site-header #site-navigation ie8 ul > li {
  display: inline-block;
}
@media (min-width: 900px) {
  .entry-header .site-header #site-navigation {
    justify-self: end;
    text-align: right;
    height: 100%;
  }
  .entry-header .site-header #site-navigation ul > li {
    display: inline-block;
  }
}
.entry-header .site-header #site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-header .site-header #site-navigation ul > li {
  margin-left: 20px;
}
.entry-header .site-header #site-navigation ul > li .ie6 ul,
.entry-header .site-header #site-navigation ul > li ie7 ul,
.entry-header .site-header #site-navigation ul > li ie8 ul {
  position: absolute;
  display: none;
  z-index: -1;
  top: 100%;
  text-align: left;
  background-color: #eeebe8;
  padding-top: 10px;
  padding-bottom: 5px;
  box-shadow: 1px 1px 20px black;
}
.entry-header .site-header #site-navigation ul > li .ie6 ul li,
.entry-header .site-header #site-navigation ul > li ie7 ul li,
.entry-header .site-header #site-navigation ul > li ie8 ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.entry-header .site-header #site-navigation ul > li .ie6 ul li a,
.entry-header .site-header #site-navigation ul > li ie7 ul li a,
.entry-header .site-header #site-navigation ul > li ie8 ul li a {
  font-family: "Gotham";
  font-size: 15.15px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  color: #444444 !important;
  text-transform: none;
  padding: 11px 20px;
  transition: color 0.3s;
}
.entry-header .site-header #site-navigation ul > li .ie6 ul li a:hover,
.entry-header .site-header #site-navigation ul > li ie7 ul li a:hover,
.entry-header .site-header #site-navigation ul > li ie8 ul li a:hover {
  color: #b51e23 !important;
}
.entry-header .site-header #site-navigation ul > li .ie6 ul li a:after,
.entry-header .site-header #site-navigation ul > li ie7 ul li a:after,
.entry-header .site-header #site-navigation ul > li ie8 ul li a:after {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  left: 25%;
  bottom: 0;
  right: 25%;
  border-bottom: solid 1px rgba(68, 68, 68, 0.6);
}
.entry-header .site-header #site-navigation ul > li .ie6 ul li a:hover,
.entry-header .site-header #site-navigation ul > li ie7 ul li a:hover,
.entry-header .site-header #site-navigation ul > li ie8 ul li a:hover {
  color: #b51e23;
}
.entry-header .site-header #site-navigation ul > li .ie6 ul li:last-child a:after,
.entry-header .site-header #site-navigation ul > li ie7 ul li:last-child a:after,
.entry-header .site-header #site-navigation ul > li ie8 ul li:last-child a:after {
  display: none;
}
.entry-header .site-header #site-navigation ul > li .ie6:hover ul,
.entry-header .site-header #site-navigation ul > li ie7:hover ul,
.entry-header .site-header #site-navigation ul > li ie8:hover ul {
  display: block;
}
@media (min-width: 900px) {
  .entry-header .site-header #site-navigation ul > li ul {
    position: absolute;
    display: none;
    z-index: -1;
    top: 100%;
    text-align: left;
    background-color: #eeebe8;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 1px 1px 20px black;
  }
  .entry-header .site-header #site-navigation ul > li ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .entry-header .site-header #site-navigation ul > li ul li a {
    font-family: "Gotham";
    font-size: 15.15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #444444 !important;
    text-transform: none;
    padding: 11px 20px;
    transition: color 0.3s;
  }
  .entry-header .site-header #site-navigation ul > li ul li a:hover {
    color: #b51e23 !important;
  }
  .entry-header .site-header #site-navigation ul > li ul li a:after {
    content: '\00a0';
    font-size: 0;
    position: absolute;
    left: 25%;
    bottom: 0;
    right: 25%;
    border-bottom: solid 1px rgba(68, 68, 68, 0.6);
  }
  .entry-header .site-header #site-navigation ul > li ul li a:hover {
    color: #b51e23;
  }
  .entry-header .site-header #site-navigation ul > li ul li:last-child a:after {
    display: none;
  }
  .entry-header .site-header #site-navigation ul > li:hover ul {
    display: block;
  }
}
@media (max-width: 900px) {
  .entry-header .site-header #site-navigation {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 60px;
    background-color: #5D8131;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  .menu-open .entry-header .site-header #site-navigation {
    transform: translateX(0);
  }
  .entry-header .site-header #site-navigation li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .entry-header .site-header #site-navigation > ul > li {
    display: block;
  }
}
.were-hiring {
  display: grid;
  background-color: #004f2e;
}
.were-hiring .map {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/map.jpg");
  position: relative;
}
.were-hiring .map:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.webp .were-hiring .map {
  background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/map.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .were-hiring .map {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/map-2x.jpg");
  }
  .webp .were-hiring .map {
    background-image: url("/wp-content/themes/don-miguel-2023-theme/inc/img/map-2x.webp");
  }
}
.were-hiring .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.were-hiring .msg {
  padding: 30px;
}
@media (max-width: 899px) {
  .were-hiring .msg {
    padding-top: 60px;
  }
}
.were-hiring .msg img {
  max-width: 100%;
}
@media (max-width: 899px) {
  .were-hiring .msg img {
    margin: auto;
    display: block;
  }
}
.were-hiring .msg h1 {
  margin-bottom: 30px;
}
.were-hiring .msg h2 {
  color: white;
  font-family: "OpenSans";
  font-size: 44.44px;
  margin-bottom: 0px;
}
.were-hiring .msg h2 a:hover {
  color: #f0b51c;
}
@media (max-width: 500px) {
  .were-hiring .msg h2 {
    font-size: 8.9vw;
  }
}
@media (max-width: 899px) {
  .were-hiring .msg h2 {
    text-align: center;
  }
}
.were-hiring .msg h3 {
  font-family: "OpenSans";
  font-size: 28.28px;
  color: #5D8131;
  margin-top: 0px;
  line-height: 1.2em;
}
@media (max-width: 500px) {
  .were-hiring .msg h3 {
    font-size: 5.7vw;
  }
}
@media (max-width: 899px) {
  .were-hiring .msg h3 {
    text-align: center;
  }
}
.were-hiring .msg p {
  font-family: "OpenSans";
  font-size: 20.2px;
}
@media (max-width: 899px) {
  .were-hiring .msg p {
    display: flex;
    margin: auto;
  }
  .were-hiring .msg p .green-button {
    margin: auto;
  }
}
.were-hiring .msg a:visited {
  color: white;
}
.were-hiring .ie6,
.were-hiring ie7,
.were-hiring ie8 {
  grid-template-columns: 40px 1fr minmax(200px, 500px) minmax(200px, 500px) 1fr 40px;
}
.were-hiring .ie6 .msg,
.were-hiring ie7 .msg,
.were-hiring ie8 .msg {
  padding: 0px;
  grid-column: 3;
  align-self: center;
}
.were-hiring .ie6 .msg .were-hiring-picture img,
.were-hiring ie7 .msg .were-hiring-picture img,
.were-hiring ie8 .msg .were-hiring-picture img {
  transform: translateX(-9%);
}
.were-hiring .ie6 .map,
.were-hiring ie7 .map,
.were-hiring ie8 .map {
  grid-column: 4 / span 3;
}
@media (min-width: 900px) {
  .were-hiring {
    grid-template-columns: 40px 1fr minmax(200px, 500px) minmax(200px, 500px) 1fr 40px;
  }
  .were-hiring .msg {
    padding: 0px;
    grid-column: 3;
    align-self: center;
  }
  .were-hiring .msg .were-hiring-picture img {
    transform: translateX(-9%);
  }
  .were-hiring .map {
    grid-column: 4 / span 3;
  }
}
.top-green-bar {
  background-color: #005231;
  padding-top: 10px;
  padding-bottom: 5px;
}
.top-green-bar .container {
  text-align: right;
}
.top-green-bar a {
  text-decoration: none;
}
.top-green-bar .facebook {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.hidden-icons {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*# sourceMappingURL=pages.css.map */