/*
Theme Name: DataPerk
Author: DataPerk
Version: 2.2
Description: This is the template DataPerk created for you!

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #FFF;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

a img {
  border: 0px;
}

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

ol, ul, p, table, form {
  margin-bottom: 20px;
}

ol, ul, blockquote {
  padding-left: 2em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: circle;
}

nav ul {
  list-style: none;
  padding: 0px;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

a:focus {
  outline: 1px dotted silver;
  outline: 1px dotted rgba(0, 0, 0, 0.7);
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

td {
  vertical-align: top;
}

h1 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 0px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}

h5, h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Invisible to browsers, Visible to Screen Readers and GoogleBot */
.dp-frontload {
  position: absolute !important;
  padding: 0px !important;
  margin: 0px !important;
  height: 0px !important;
  width: 0px !important;
  clip: auto !important;
  overflow: hidden !important;
  border: 0px !important;
  outline: 0px !important;
  background: transparent !important;
  background-image: none !important;
  text-indent: 10px !important;
  font-size: 10px !important;
  color: transparent !important;
  line-height: 1 !important;
}

/* Just add height, width, and background to your own class! */
.dp-image-replace {
  position: relative;
  clip: auto;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px\9 ; /* IE7/8 :( */
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
}

/* WordPress Image Related */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 20px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 20px;
  margin-bottom: 20px;
  max-width: 100% !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-caption img {
  margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 20px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

/* single attachment images should be centered */
#content .attachment img {
  display: block;
  margin: 0 auto;
}

/* Navigation Layouts */
.dp-navigation,
.dp-navigation > ul {
  position: relative;
}

.dp-navigation > ul > li {
  display: inline-block;
  margin-right: 0.7vw;
}

.dp-navigation > ul > li:last-child {
  margin-right: 0;
}

.dp-navigation li {
  position: relative;
}

.dp-navigation a {
  display: inline-block;
  padding: 10px 1vw 10px 20px;
  text-decoration: none;
}

.dp-navigation ul ul a {
  display: block;
}

.dp-navigation > ul > li ul {
  display: none;
  position: absolute;
  width: auto;
  min-width: 290px;
  left: 0px;
  *top: 100%; /* IE7 :( */
  z-index: 100;
}

.dp-navigation li:hover > ul {
  display: block;
}

.dp-navigation ul ul li > ul {
  left: 100%;
  top: 0px;
}

.dp-navigation-center > ul {
  text-align: center;
}

.dp-navigation-right ul ul li > ul {
  right: auto;
  left: -100%;
}

/* Form Layout */
form div > label,
form div > label > input,
form div > label > select,
form div > label > textarea {
  display: block;
  width: 100%;
}

form div > label {
  margin-bottom: 14px;
}

form > div {
  text-align: left;
}

form label {
  text-align: left;
}

form div > fieldset {
  border: 1px solid silver;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 19px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  text-align: left;
}

form div > fieldset > legend {
  padding-left: 15px;
  padding-right: 15px;
}

form div > label > input,
form div > label > select,
form div > label > textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid silver;
  color: silver;
  padding: 3px;
  font-family: inherit;
  font-size: 14px;
  border-radius: 2px;
}

form div > label > input:hover,
form div > label > input:focus,
form div > label > select:hover,
form div > label > select:focus,
form div > label > textarea:hover,
form div > label > textarea:focus {
  border: 1px solid gray;
  color: #333;
}

input[type=button],
input[type=submit],
button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #AAA;
  background-color: #CCC;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.46)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 10px;
}

input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
  cursor: pointer;
  background-color: rgba(227, 24, 55, 0.5019607843);
}

form div > label > textarea {
  height: 250px;
}

form div > label > span > input {
  margin-right: 10px;
}

.dp-form-error {
  padding: 20px;
  padding-bottom: 0px;
  border: 1px solid #600;
  background: #FEE;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* DP LIB Styles */
.dplib .dplib-cache {
  display: none !important;
}

.dplib-rotate {
  position: relative;
  clip: auto;
  overflow: hidden;
}

.dplib-rotate > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  visibility: hidden;
  z-index: 1;
}

.dplib-rotate > *:first-child {
  position: relative;
  visibility: visible;
  z-index: 99;
}

.dplib .dplib-rotate.dplib-rotate-ready > * {
  visibility: visible;
  position: absolute;
}

#content .dplib-rotate > .dplib-left-arrow,
#content .dplib-rotate > .dplib-right-arrow {
  position: absolute;
  top: unset;
  bottom: 25%;
  z-index: 9999;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 5px #000;
  padding: 20px;
  text-indent: 999px;
  white-space: nowrap;
  overflow: hidden;
  width: 3vw;
  height: 3vw;
}
@media screen and (max-width: 1024px) {
  #content .dplib-rotate > .dplib-left-arrow,
#content .dplib-rotate > .dplib-right-arrow {
    padding: 5px;
  }
}
#content .dplib-rotate > .dplib-left-arrow:before,
#content .dplib-rotate > .dplib-right-arrow:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  border-top: 0.35vw solid rgba(255, 255, 255, 0.9);
  border-right: 0.35vw solid rgba(255, 255, 255, 0.9);
}
#content .dplib-rotate > .dplib-left-arrow:focus,
#content .dplib-rotate > .dplib-right-arrow:focus {
  outline: none;
}
#content .dplib-rotate > .dplib-left-arrow:focus:before,
#content .dplib-rotate > .dplib-right-arrow:focus:before {
  border-top: 0.35vw solid rgb(255, 255, 255);
  border-right: 0.35vw solid rgb(255, 255, 255);
}

.dplib-rotate > .dplib-left-arrow {
  left: 20px;
  right: auto;
  transform: rotate(-135deg);
}

.dplib-rotate > .dplib-right-arrow {
  right: 20px;
  left: auto;
  transform: rotate(45deg);
}

/*
These are styles for the mobile menu.
By themselves, they provide a mobile menu that is at least minimally functional, even with JS disabled.
The hamburger should look like this:

<a class="hamburger" href="#top">
	<div>
		<div></div>
		<div></div>
		<div></div>
	</div>
</a>

and goes inside .dp-navigation

*/
/*

Reference Navigation Styles

You'll probably delete these.

*/
.dp-navigation ul {
  background: #fff;
}

.dp-navigation a {
  color: #000000;
  font-family: adria_grotesk;
  font-weight: bold;
  font-size: 1.2vw;
  text-align: center;
  transition: color linear 0.2s 0s;
}
.dp-navigation .sub-menu a {
  text-align: left;
  font-size: 1.1vw;
  font-weight: normal;
}

@media screen and (max-width: 1350px) {
  #menu-item-1344 {
    max-width: 135px;
  }
}

.dp-navigation li:hover > a {
  color: #e1082a;
}

#menu-main-navigation {
  display: flex;
  align-items: center;
}

[class^=social-icon-] {
  text-align: center;
  position: relative;
  background: #e1082a;
  border-radius: 50%;
}
[class^=social-icon-].social-icon-main {
  width: 32px;
  height: 32px;
}
[class^=social-icon-] a {
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
[class^=social-icon-] svg {
  height: 22px;
  width: auto;
  margin: 0 auto;
}
[class^=social-icon-] svg path {
  fill: #fff;
}

header .dp-navigation .menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5vw solid black;
  border-left: 0.5vw solid transparent;
  border-right: 0.5vw solid transparent;
  position: absolute;
  right: -0.5vw;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all linear 0.2s 0s;
}
header .dp-navigation .menu-item-has-children:hover > a:after {
  border-top-color: #e1082a;
  transform: translateY(-50%) rotate(0);
}

/* END Reference Navigation Styles */
/* Default formatting for next/prev links */
.dp-nav-next-prev {
  overflow: hidden;
}

.dp-nav-next-prev .dp-nav-previous {
  float: left;
}

.dp-nav-next-prev .dp-nav-next {
  float: right;
}

.dp-navigation a.hamburger {
  display: none;
}

.dp-mobile-navigation {
  display: none;
}

@media screen and (max-width: 1000px) {
  .dp-mobile-navigation {
    display: block;
    position: absolute;
    z-index: 9999999999;
    top: 0;
    left: 100%;
    width: 0px;
    background: #fff;
    padding: 15px 0 15px 0;
    text-align: right;
    box-sizing: border-box;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
  }
  .dp-mobile-navigation.opened {
    left: 50px;
    width: calc(100% - 50px);
  }
  .dp-mobile-navigation.opened .hamburger {
    left: -20px;
  }
  .dp-mobile-navigation.opened .hamburger > div {
    background: #88b241;
    border-radius: 50%;
    padding: 10px;
  }
  .dp-mobile-navigation.opened .hamburger > div > div {
    background-color: #fff;
  }
  .dp-mobile-navigation .hamburger {
    position: absolute;
    top: 20px;
    left: -55px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .dp-mobile-navigation .menu {
    margin-bottom: 0;
  }
  .dp-mobile-navigation .menu a {
    display: block;
  }
  .dp-mobile-navigation .menu li {
    text-align: center;
  }
  .dp-mobile-navigation .menu li.menu-item-has-children > a {
    position: relative;
  }
  .dp-mobile-navigation .menu li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #e1082a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all linear 0.2s 0s;
    pointer-events: none;
    transform-origin: center;
  }
  .dp-mobile-navigation .menu li.menu-item-has-children.opened > a:after {
    transform: translateY(-50%) rotate(0);
  }
  .dp-mobile-navigation .menu li.menu-item-has-children.current-menu-ancestor > a:after {
    border-top-color: #fff;
  }
  .dp-mobile-navigation .menu li.menu-item-has-children.current-menu-item > a:after, .dp-mobile-navigation .menu li.menu-item-has-children.current-menu-ancestor > a:after {
    border-top-color: #fff;
  }
  .dp-mobile-navigation .menu > li {
    border-bottom: 1px solid #000;
  }
  .dp-mobile-navigation .menu > li:last-child {
    border-bottom: 0 none;
  }
  .dp-mobile-navigation .menu > li > a {
    font-family: adria_grotesk;
    color: #e1082a;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 5px 10px 0;
  }
  .dp-mobile-navigation .menu > li.current-menu-item, .dp-mobile-navigation .menu > li.current-menu-ancestor {
    background-color: #e1082a;
  }
  .dp-mobile-navigation .menu > li.current-menu-item > a, .dp-mobile-navigation .menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .dp-mobile-navigation .menu > li.current-menu-item .sub-menu, .dp-mobile-navigation .menu > li.current-menu-ancestor .sub-menu {
    background-color: #fff;
  }
  .dp-mobile-navigation .menu > li.current-menu-item .current-menu-item a, .dp-mobile-navigation .menu > li.current-menu-ancestor .current-menu-item a {
    color: #88b241;
  }
  .dp-mobile-navigation .menu .sub-menu {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .dp-mobile-navigation .menu .sub-menu a {
    font-family: adria_grotesk;
    font-size: 16px;
    padding: 2px 0;
    color: #000;
  }
  header .dp-navigation,
#dp-social-widget {
    display: none;
  }
  .js .dp-mobile-navigation li:hover > ul,
.dp-mobile-navigation > ul {
    display: none;
  }
  .dp-navigation:target > ul {
    display: block;
  }
  .dp-navigation > ul > li {
    display: block;
  }
  .dp-navigation > ul > li ul {
    position: relative;
    padding-left: 20px;
  }
  .dp-navigation ul ul li > ul {
    left: 0;
    margin-bottom: 0;
  }
  .dp-navigation ul.menu li.menu-item {
    border: none;
  }
  .menu-arrow {
    display: inline-block;
    display: none;
  }
  .no-js .dp-navigation ul.menu li.menu-item-has-children > a:before,
.menu-arrow div {
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    /* arrow color */
    border-left: 10px solid white;
    margin-right: 10px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .opened > .menu-arrow div {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dp-mobile-navigation li.menu-item-has-children > a {
    display: inline-block;
  }
  .no-js .dp-mobile-navigation li.menu-item-has-children > a {
    display: block;
  }
  .no-js .sub-menu {
    display: block;
  }
  .dp-mobile-navigation li:not(.menu-item-has-children):hover > a {
    display: block;
  }
  .dp-mobile-navigation a.hamburger {
    height: 20px;
    display: block;
    padding: 0;
    outline: none;
  }
  .dp-mobile-navigation.opened .hamburger > div > div:not(:first-child):not(:last-child) {
    opacity: 0;
  }
  .dp-mobile-navigation.opened .hamburger > div > div:first-child {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px) scale(0.8);
    -ms-transform: rotate(-45deg) translate(-4px, 4px) scale(0.8);
    transform: rotate(-45deg) translate(-4px, 4px) scale(0.8);
  }
  .dp-mobile-navigation.opened .hamburger > div > div:last-child {
    -webkit-transform: rotate(45deg) translate(-5px, -4px) scale(0.8);
    -ms-transform: rotate(45deg) translate(-5px, -4px) scale(0.8);
    transform: rotate(45deg) translate(-5px, -4px) scale(0.8);
  }
  .hamburger > div {
    float: right;
  }
  .hamburger div div {
    width: 20px;
    height: 2px;
    /* bar color */
    background-color: #E31836;
    margin: 4px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .no-js #top:target .dp-mobile-navigation > ul {
    display: block;
  }
}
@font-face {
  font-family: "adria_grotesk";
  src: url("fonts/facetype_-_adria_grotesk_bold-webfont.woff2") format("woff2"), url("fonts/facetype_-_adria_grotesk_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "adria_grotesk";
  src: url("fonts/facetype_-_adria_grotesk-webfont.woff2") format("woff2"), url("fonts/facetype_-_adria_grotesk-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "adria_grotesk";
  src: url("fonts/facetype_-_adria_grotesk_light-webfont.woff2") format("woff2"), url("fonts/facetype_-_adria_grotesk_light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "blithe";
  src: url("fonts/laura_worthington_-_blithe-regular-webfont.woff2") format("woff2"), url("fonts/laura_worthington_-_blithe-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#wrapper #scroll-toggle {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

.admin-bar #wrapper #scroll-toggle {
  top: 32px;
}

header #dp-social-widget {
  background: #4d4d4f;
  padding: 0 80px;
}
@media screen and (max-width: 1120px) {
  header #dp-social-widget {
    padding: 0 20px;
  }
}
header #dp-social-widget ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
header #dp-social-widget ul .menu {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.05vw;
  line-height: 1;
  font-family: adria_grotesk;
  font-weight: lighter;
  padding: 10px 0;
}
header #dp-social-widget ul .menu li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 17px;
  margin-left: 13px;
}
header #dp-social-widget ul .menu li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
header #dp-social-widget a {
  color: #fff;
}
header .inner {
  padding: 23px 80px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
@media screen and (max-width: 1120px) {
  header .inner {
    padding: 23px 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  header .inner {
    display: block;
    position: relative;
  }
}
header .inner .logo img {
  width: 223px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  header .inner .logo img {
    width: 110px;
  }
}

.is-style-milos-leaf {
  height: 9.25vw;
  min-height: 31px;
  background-image: url("./images/milos-leaf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: calc(-4.5vw - 1em) auto 20px;
  border: 0;
  position: relative;
  z-index: 999;
  max-width: 320px;
}

.is-style-milos-holiday {
  height: 93px;
  background-image: url("./images/thankyou_festive_banner.png");
  background-repeat: repeat-x;
  background-position: center;
  border: 0;
  position: relative;
  z-index: 999;
  width: 100%;
}

.is-style-milos-wider {
  margin: 0;
  border-top: 4px solid;
  border-bottom: 4px solid;
}

hr.is-style-hidden-hr {
  visibility: hidden;
  margin-bottom: 2vw;
}

body.home #content h2, body.page-id-9283 #content h2 {
  font-family: blithe;
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-size: 6.5vw;
}
body.home #content h2:after, body.page-id-9283 #content h2:after {
  display: none;
}
@media screen and (max-width: 800px) {
  body.home #content h2, body.page-id-9283 #content h2 {
    -webkit-text-stroke-width: 1px;
  }
}
body.home #content h2.store-heading, body.page-id-9283 #content h2.store-heading {
  text-align: left;
  padding-left: unset;
  padding-right: unset;
  margin-left: unset;
  margin-right: unset;
  font-family: adria_grotesk;
  font-size: 4.5vw;
}
body.home #content h2.store-heading span, body.page-id-9283 #content h2.store-heading span {
  font-family: blithe;
  font-size: 6.3vw;
}
@media screen and (max-width: 800px) {
  body.home #content h2.store-heading, body.page-id-9283 #content h2.store-heading {
    font-size: 50px;
  }
  body.home #content h2.store-heading span, body.page-id-9283 #content h2.store-heading span {
    font-size: 71px;
  }
}
@media screen and (max-width: 600px) {
  body.home #content h2.store-heading, body.page-id-9283 #content h2.store-heading {
    text-align: center;
    width: 100%;
  }
  body.home #content h2.store-heading ~ p, body.page-id-9283 #content h2.store-heading ~ p {
    text-align: center;
  }
}
body.home #content .home-milos-difference h2, body.page-id-9283 #content .home-milos-difference h2 {
  -webkit-text-stroke-color: #231f20;
}
body.home #content .home-milos-difference h2 + .wp-block-image, body.page-id-9283 #content .home-milos-difference h2 + .wp-block-image {
  margin: 0 80px;
}
@media screen and (max-width: 660px) {
  body.home #content .home-milos-difference h2, body.page-id-9283 #content .home-milos-difference h2 {
    font-size: 42px;
  }
}
body.home #content h3:not(.milos-moments), body.page-id-9283 #content h3:not(.milos-moments) {
  font-family: adria_grotesk;
  font-size: 2.75vw;
  color: #231f20;
  -webkit-text-stroke-width: 0;
  line-height: 1.2;
  font-weight: normal;
  max-width: 1295px;
  margin: 20px auto;
}
@media screen and (max-width: 500px) {
  body.home #content h3:not(.milos-moments), body.page-id-9283 #content h3:not(.milos-moments) {
    font-size: 13px;
  }
}
body.home #content h3:not(.milos-moments) > span, body.page-id-9283 #content h3:not(.milos-moments) > span {
  font-family: blithe;
  font-size: 4vw;
  color: #E31837;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E31837;
}
@media screen and (max-width: 500px) {
  body.home #content h3:not(.milos-moments) > span, body.page-id-9283 #content h3:not(.milos-moments) > span {
    font-size: 19px;
    -webkit-text-stroke-width: 1px;
  }
}

#content > article {
  overflow: hidden;
}
#content p {
  margin-bottom: 35px;
}
#content p,
#content li,
#content .kt-blocks-accordion-title,
#content .wpcf7-not-valid-tip,
#content .wpcf7-response-output,
#content td,
#content h5 {
  font-family: adria_grotesk;
  font-size: 1.4vw;
  line-height: 1.8vw;
}
@media screen and (max-width: 1000px) {
  #content p,
#content li,
#content .kt-blocks-accordion-title,
#content .wpcf7-not-valid-tip,
#content .wpcf7-response-output,
#content td,
#content h5 {
    line-height: 16px;
    font-size: 14px;
  }
}
#content #destini {
  box-sizing: border-box;
}
#content .wpcf7-response-output {
  text-align: center;
}
#content figcaption {
  font-size: 1.4vw;
  font-family: adria_grotesk;
  font-weight: bold;
  line-height: 1;
}
#content figcaption sub {
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  #content figcaption {
    font-size: 14px;
  }
}
#content > article > *:not(.wp-block-cover):not(.banner),
#content .countup-cover {
  padding: 0 80px;
}
@media screen and (max-width: 1120px) {
  #content > article > *:not(.wp-block-cover):not(.banner),
#content .countup-cover {
    padding: 0 20px;
  }
}
#content > article > ul,
#content > article > ol {
  margin-left: 30px;
  margin-right: 30px;
}
#content > article > :first-child:not(.banner) {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  #content > article > :first-child:not(.banner) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 500px) {
  #content > article > :first-child:not(.banner) {
    margin-top: 20px;
  }
}
#content > article > p {
  margin-left: auto;
  margin-right: auto;
}
#content h1 {
  font-family: blithe;
  line-height: 1;
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: inherit;
  color: #E31837;
  font-size: 5.5vw;
  margin-bottom: 60px;
  margin-bottom: 3vw;
}
#content h1 a {
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  #content h1 {
    font-size: 34px;
  }
}
#content h2 {
  font-family: adria_grotesk;
  display: table;
  background: #E31837;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 20px 60px 20px;
  font-size: 5vw;
  position: relative;
  margin: 60px auto 0;
  z-index: 99;
}
#content h2:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5vw);
  padding-top: 1vw;
  background-color: #E31837;
  right: -999px;
  left: -999px;
  z-index: -1;
}
#content h2.bv-action-bar-header:after {
  display: none;
}
#content h2.full-width {
  display: block;
}
#content h2.script {
  font-family: blithe;
  line-height: 1;
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 660px) {
  #content h2 {
    font-size: 32px;
  }
}
#content h2 + .wp-block-image,
#content h2 + .wp-block-kadence-advancedgallery,
#content h2 + .wp-block-video.banner {
  margin-top: -3vw;
}
@media screen and (max-width: 660px) {
  #content h2 + .wp-block-image,
#content h2 + .wp-block-kadence-advancedgallery,
#content h2 + .wp-block-video.banner {
    margin-top: -15px;
  }
}
#content h2 + .banner + *:not(hr) {
  margin-top: 60px;
}
#content h3 {
  font-family: blithe;
  font-size: 3.75vw;
  color: #E31837;
  margin-bottom: 50px;
}
#content h3.has-white-color {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  #content h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #content h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#content h4 {
  font-family: adria_grotesk;
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  #content h4 {
    font-size: 13px;
  }
}
#content h4.has-large-font-size {
  font-size: 3.75vw;
}
@media screen and (max-width: 1500px) {
  #content h4.has-large-font-size {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #content h4.has-large-font-size {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #content h4.has-large-font-size {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#content h4.inredients-heading,
#content h4.instructions-heading {
  font-family: blithe;
  font-size: 3vw;
  color: #E31837;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  #content h4.inredients-heading,
#content h4.instructions-heading {
    font-size: 30px;
  }
}
#content h5 {
  color: #E31837;
}
#content hr.is-style-default {
  max-width: 512px;
  border-width: 4px;
  border-color: #231f20;
  border-bottom: 1px solid #777777;
}
@media screen and (max-width: 1500px) {
  #content hr.is-style-default {
    max-width: 350px;
    border-width: 3px;
  }
}
@media screen and (max-width: 1000px) {
  #content hr.is-style-default {
    max-width: 250px;
    border-width: 2px;
  }
}
@media screen and (max-width: 500px) {
  #content hr.is-style-default {
    max-width: 124px;
    border-width: 1px;
  }
}
#content .size-full.banner > img,
#content .news-slide img {
  width: 100%;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content .img-fill {
  margin-bottom: 0;
}
#content .img-fill figure {
  width: 100%;
}
#content .img-fill img {
  display: block;
  max-width: unset;
  width: 100%;
}
#content .kb-gallery-image-ratio-port34 img {
  max-width: unset;
  height: 100%;
}
#content .action-button img {
  max-width: 20px;
}
#content .wp-block-video.banner video {
  width: 100%;
}
#content .shared-video .wp-block-column:not(:first-child) {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  #content .shared-video .wp-block-column:first-child figure {
    margin-bottom: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#corporate-giving-form p {
  margin-bottom: 0.5em;
}
#corporate-giving-form label {
  font-weight: bold;
}
#corporate-giving-form label.required:after {
  content: " *";
  color: #E31837;
}
#corporate-giving-form input {
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
#corporate-giving-form input[type=checkbox] {
  width: 1em;
  height: 1em;
}

::selection {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background: #E31837;
}

#content .home-products {
  text-align: center;
  margin-top: 2.5vw;
  gap: 7%;
}
@media screen and (max-width: 800px) {
  #content .home-products {
    margin-top: 20px;
  }
}
@media screen and (max-width: 781px) {
  #content .home-products {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0;
  }
  #content .home-products .wp-block-column:first-child {
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    flex-basis: 100% !important;
  }
  #content .home-products .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  #content .home-products .wp-block-column {
    -webkit-flex-basis: 40% !important;
    -moz-flex-basis: 40% !important;
    -ms-flex-basis: 40% !important;
    flex-basis: 40% !important;
  }
  #content .home-products .wp-block-column.lemonade {
    -webkit-flex-basis: 37.1% !important;
    -moz-flex-basis: 37.1% !important;
    -ms-flex-basis: 37.1% !important;
    flex-basis: 37.1% !important;
  }
}
@media screen and (max-width: 599px) {
  #content .home-products {
    display: block;
  }
  #content .home-products .wp-block-column {
    width: 50%;
    margin: 0 auto;
  }
  #content .home-products .wp-block-column:nth-child(2n) {
    margin-left: auto;
  }
  #content .home-products .wp-block-column:first-child {
    width: 100%;
  }
}
#content .home-products h5 {
  font-family: adria_grotesk;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  #content .home-products h5 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1750px) {
  #content .home-products h5 {
    font-size: 40px;
  }
}
#content .home-products h5 .logo-replace {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 9999px;
  background-image: url("./images/logo.png");
  background-repeat: no-repeat;
  white-space: nowrap;
  background-position: center;
  background-size: contain;
  max-width: 150px;
}
#content .home-products .lemonade h5,
#content .home-products .is-style-milos-button {
  margin-left: -50px;
  margin-right: -50px;
}
#content .wp-block-buttons {
  justify-content: center;
  margin-bottom: 50px;
}
#content .store-heading ~ .wp-block-buttons {
  justify-content: left;
}
#content .store-heading ~ .wp-block-buttons .is-style-milos-button a {
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 600px) {
  #content .store-heading ~ .wp-block-buttons {
    justify-content: center;
  }
}
#content a {
  color: #CF152D;
  text-decoration: underline;
}
#content .has-white-color a {
  color: #fff;
}
#content .has-background[style*="background-color:#d02030"] a {
  color: #fff;
}
#content .wp-block-buttons a {
  text-decoration: none;
}
#content .family-tradition {
  border-top: 20px solid #E31837;
  border-bottom: 20px solid #E31837;
  box-sizing: border-box;
}
#content .family-tradition .wp-block-cover__inner-container {
  width: 100%;
  text-align: center;
}
#content .family-tradition .wp-block-cover__inner-container > p {
  font-size: 5vw;
  line-height: 1;
  font-family: adria_grotesk;
}
@media screen and (max-width: 660px) {
  #content .family-tradition .wp-block-cover__inner-container > p {
    font-size: 32px;
  }
}
#content .family-tradition figcaption {
  color: #231f20;
  font-family: adria_grotesk;
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #content .family-tradition figcaption {
    font-size: 18px;
  }
}
#content .home-our-sweet-story {
  margin-top: 50px;
  padding: 0 80px 6vw;
  box-sizing: border-box;
  background-color: #5B3121;
}
#content .home-our-sweet-story img {
  height: 100%;
}
@media screen and (max-width: 1120px) {
  #content .home-our-sweet-story {
    padding: 0 20px 6vw;
  }
}
#content .home-our-sweet-story:before {
  opacity: 0;
}
#content .home-our-sweet-story .wp-block-cover__inner-container {
  width: 100%;
  text-align: center;
}
#content .home-our-sweet-story h2 {
  margin-top: -15px;
  margin-bottom: 5vw;
}
#content .home-our-sweet-story .wp-block-embed {
  margin-bottom: 5vw;
}
#content .home-our-sweet-story .wp-block-embed iframe {
  border: 13px solid #fff;
  box-sizing: border-box;
}
#content .home-our-sweet-story p {
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.1;
  margin: 0 270px;
  text-shadow: 3px 4px 4px #000;
}
@media screen and (max-width: 1500px) {
  #content .home-our-sweet-story p {
    margin: 0 170px;
  }
}
@media screen and (max-width: 1300px) {
  #content .home-our-sweet-story p {
    margin: 0 70px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  #content .home-our-sweet-story p {
    margin: 0;
  }
}
#content .home-milos-difference {
  position: relative;
  height: auto;
  min-height: unset;
  padding: 0;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #content .home-milos-difference {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  #content .home-milos-difference .wp-block-columns {
    background-color: #fff;
    padding: 0 20px;
  }
  #content .home-milos-difference .wp-block-columns .sustainability {
    margin-left: 0;
  }
  #content .home-milos-difference .wp-block-columns .sustainability .wp-block-image {
    display: inline-block;
  }
  #content .home-milos-difference .wp-block-column {
    width: 100%;
    -webkit-flex-basis: auto !important;
    -moz-flex-basis: auto !important;
    -ms-flex-basis: auto !important;
    flex-basis: auto !important;
    margin-top: 20px;
  }
}
#content .home-milos-difference:after {
  content: "";
  display: block;
  padding-top: 38.45%;
}
#content .home-milos-difference h2 {
  color: #231f20;
  background-color: transparent;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 520px) {
  #content .home-milos-difference h2 {
    padding: 10px 0;
  }
}
#content .css-column-3 {
  columns: 3;
}
@media screen and (max-width: 930px) {
  #content .css-column-3 {
    columns: 2;
  }
}
@media screen and (max-width: 450px) {
  #content .css-column-3 {
    columns: 1;
  }
}
#content .css-column-3 a {
  color: #231f20;
}
#content .upc-grid {
  list-style-type: none;
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  text-align: center;
}
@media screen and (max-width: 950px) {
  #content .upc-grid {
    grid-template-columns: repeat(3, 33.3%);
  }
}
@media screen and (max-width: 680px) {
  #content .upc-grid {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 480px) {
  #content .upc-grid {
    display: block;
  }
}
#content .upc-grid li {
  margin-bottom: 20px;
}
#content .upc-grid img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
}
#content .wp-block-columns:not(.marginless) + .wp-block-columns {
  margin-top: 60px;
}
#content .wp-block-columns.marginless {
  margin: 0;
  padding: 0;
}
#content .wp-block-columns.marginless .wp-block-column:not(:first-child) {
  margin-left: 0;
}
#content .wp-block-columns.marginless .wp-block-column p {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
@media screen and (max-width: 599px) {
  #content .wp-block-columns.marginless .wp-block-column p {
    margin-top: 35px;
  }
  #content .wp-block-columns.marginless .wp-block-column p.has-text-align-right {
    text-align: left;
  }
}
#content .wp-block-columns.marginless .wp-block-column figure {
  position: relative;
  margin-bottom: 0;
}
#content .wp-block-columns.marginless .wp-block-column figure img {
  display: block;
}
#content .wp-block-columns.marginless .wp-block-column figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  margin: 0;
  background-color: #E31837;
  color: #ffffff;
  text-align: left;
  padding: 0.8vw;
  text-transform: uppercase;
  font-weight: normal;
}
#content .wp-block-columns.marginless .wp-block-column figure figcaption::selection,
#content .wp-block-columns.marginless .wp-block-column figure figcaption *::selection {
  background-color: #fff;
  color: #E31837;
}
#content .wp-block-columns.marginless .wp-block-column figure.is-resized {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
@media screen and (max-width: 599px) {
  #content .wp-block-columns.reverse-order-mobile {
    flex-direction: column-reverse;
  }
}
#content .wp-block-columns.center-columns {
  justify-content: center;
}
#content .wp-block-columns .added-padding {
  padding: 2.5vw;
}
#content .wp-block-columns .added-padding form {
  margin-bottom: 0;
}
#content .wp-block-columns .added-padding form .wp-block-columns + .wp-block-columns {
  margin: 0;
}
#content .wp-block-columns .added-padding form .wp-block-columns + .wp-block-columns .wp-block-column {
  position: relative;
}
#content .wp-block-columns .added-padding form [type=submit] + .wpcf7-spinner,
#content .wp-block-columns .added-padding form [type=submit] + .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .wp-block-columns.marginless:not(.has-text-color) p strong {
  color: #E31837;
}
#content .wp-block-separator.is-style-default {
  margin-bottom: 40px;
}
#content .style-check {
  list-style-type: none;
}
#content .style-check li {
  position: relative;
}
#content .style-check li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23E31837' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.2em 0 -1.3em;
  width: 15px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
}
#content .wp-block-kadence-accordion {
  margin-bottom: 50px;
}
#content .wp-block-kadence-accordion .kt-accordion-id_c8b15a-e2 .kt-blocks-accordion-header.kt-accordion-panel-active {
  border-color: #E31837;
}
#content .kt-tab-inner-content-inner form {
  padding: 30px 10px 0;
}
#content .wp-block-kadence-tabs .kt-tabs-id_df3dcc-bd > .kt-tabs-title-list li .kt-tab-title {
  font-size: 1.2vw;
}
#content table {
  border-top: 1px solid #333;
}
#content table tr {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
#content table tr td {
  padding: 10px;
}
@media screen and (max-width: 905px) {
  #content #post-12 .wp-block-columns {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content #post-12 .wp-block-column {
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    flex-basis: 100% !important;
  }
  #content #post-12 .wp-block-column:first-child {
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 460px) {
  #content .wp-block-kadence-tabs .kt-tabs-title-list {
    display: block;
  }
  #content .wp-block-kadence-tabs .kt-tabs-title-list li {
    margin: 0;
  }
  #content .wp-block-kadence-tabs .kt-tabs-title-list a {
    border-radius: 0;
  }
  #content .wp-block-kadence-tabs .kt-tabs-title-list .kt-tab-title-active + li a {
    border-top-color: #bcbcbc;
  }
}
#content .recent-recipes {
  display: block;
  margin-top: 80px;
}
@media screen and (max-width: 1500px) {
  #content .recent-recipes {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #content .recent-recipes {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  #content .recent-recipes {
    margin-top: 20px;
  }
}
#content .recent-recipes .wp-block-cover__inner-container {
  padding-top: 80px;
}
#content .recent-recipes h3 {
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 1500px) {
  #content .recent-recipes h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #content .recent-recipes h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #content .recent-recipes h3 {
    margin-top: 0;
  }
}
#content .recent-recipes .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
#content .recent-recipes .recipe-slide {
  display: block;
  background: #fff;
  padding: 5px 5px 15px;
  border: 1px solid #a7a9ac;
  width: 356px;
  height: inherit;
}
#content .recent-recipes .recipe-slide img {
  margin-bottom: 10px;
  width: 100%;
}
#content .recent-recipes .recipe-slide h5 {
  font-size: 1.4vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
#content .recent-recipes .recipe-slide h5 a {
  text-decoration: none;
  color: #231f20;
}
@media screen and (max-width: 1145px) {
  #content .recent-recipes .recipe-slide h5 {
    font-size: 16px;
  }
}
#content .recent-recipes .recipe-slide h6 {
  line-height: 1;
  font-size: 0.8vw;
  color: #E31837;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  #content .recent-recipes .recipe-slide h6 {
    font-size: 10px;
  }
}
#content .recent-recipes.recipe-term .recipe-slide {
  width: calc(33% - 20px);
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #content .recent-recipes.recipe-term .recipe-slide {
    width: calc(50% - 20px);
  }
}
#content .dp_recipes,
#content .search {
  margin-bottom: 20px;
}
#content .dp_recipes .recent-recipes main,
#content .search .recent-recipes main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#content .recipe-terms {
  justify-content: space-around;
  flex-wrap: wrap !important;
}
#content .recipe-terms .wp-block-column {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  flex-basis: 20.5vw;
  margin: 0 3.5vw 5vw;
}
@media screen and (max-width: 600px) {
  #content .recipe-terms .wp-block-column {
    max-width: 300px;
  }
}
#content .recipe-terms .wp-block-column:before {
  content: "";
  display: block;
}
#content .recipe-terms .wp-block-column a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  text-decoration: none;
  font-size: 3.5vw;
  padding: 2.25vw;
  line-height: 1;
  font-family: blithe;
  font-weight: normal;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 1100px) {
  #content .recipe-terms .wp-block-column a {
    -webkit-text-stroke-width: 1px;
    font-size: 35px;
    padding: 20px;
  }
}
#content .has-sidebar {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 20px;
}
#content .has-sidebar .sidebar {
  min-height: unset;
}
#content .has-sidebar .sidebar ul {
  list-style-type: none;
  padding-left: 0;
}
#content .has-sidebar .sidebar ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  #content .has-sidebar {
    grid-template-columns: 1fr;
  }
  #content .has-sidebar .sidebar {
    text-align: center;
  }
}
#content .has-sidebar .search-form .screen-reader-text {
  display: none;
}
#content .has-sidebar .search-form .search-field {
  font-size: 1.1vw;
  height: 2.5vw;
}
@media screen and (max-width: 1200px) {
  #content .has-sidebar .search-form .search-field {
    font-size: 13px;
    height: 30px;
  }
}
#content .has-sidebar .search-form input {
  width: 100%;
  box-sizing: border-box;
}
#content .has-sidebar .search-form .search-submit {
  padding-top: 12px;
  padding-bottom: 12px;
}
#content .recipe-single-details {
  text-align: center;
}
#content ul.recipe-ingrients {
  list-style-type: none;
  padding-left: 0;
}
#content ul.recipe-ingrients input[type=checkbox]:checked + span {
  text-decoration: line-through;
}
#content ol.recipe-instructions {
  list-style-type: none;
  padding-left: 0;
}
#content ol.recipe-instructions li {
  counter-increment: step-counter;
  background-color: #fff;
  padding: 30px 30px 30px 63px;
  position: relative;
  border-bottom: 1px solid #8F7E82;
}
#content ol.recipe-instructions li:first-child {
  padding-top: 0;
}
#content ol.recipe-instructions li:first-child:before {
  top: 5px;
}
#content ol.recipe-instructions li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 110%;
  background-color: #e31837;
  color: white;
  font-weight: bold;
  padding: 5px 13px;
  border-radius: 3px;
  position: absolute;
  top: 35px;
  left: 0;
}
#content ol.recipe-instructions li:last-child {
  border-bottom: 0 none;
}
#content figcaption {
  text-align: center;
}
#content .product-sizes {
  margin-bottom: 40px;
}
#content .product-sizes .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 60px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .container {
    gap: 45px;
  }
}
@media screen and (max-width: 600px) {
  #content .product-sizes .container {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
}
#content .product-sizes h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #content .product-sizes h4 {
    text-align: center;
  }
}
#content .product-sizes input {
  display: none;
}
#content .product-sizes label {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  display: block;
  min-width: 40px;
}
#content .product-sizes input:checked + label {
  opacity: 1;
}
#content .product-sizes svg {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content .product-sizes .size-gallon svg {
  max-width: 126px;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .size-gallon svg {
    max-width: 95px;
  }
}
@media screen and (max-width: 1000px) {
  #content .product-sizes .size-gallon svg {
    max-width: 63px;
  }
}
#content .product-sizes .size-59-oz svg,
#content .product-sizes .size-carafe svg {
  max-width: 78px;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .size-59-oz svg,
#content .product-sizes .size-carafe svg {
    max-width: 58px;
  }
}
@media screen and (max-width: 1000px) {
  #content .product-sizes .size-59-oz svg,
#content .product-sizes .size-carafe svg {
    max-width: 39px;
  }
}
#content .product-sizes .size-20-oz svg {
  max-width: 50px;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .size-20-oz svg {
    max-width: 38px;
  }
}
@media screen and (max-width: 1000px) {
  #content .product-sizes .size-20-oz svg {
    max-width: 25px;
  }
}
#content .product-sizes .size-12-oz svg {
  max-width: 41px;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .size-12-oz svg {
    max-width: 31px;
  }
}
@media screen and (max-width: 1000px) {
  #content .product-sizes .size-12-oz svg {
    max-width: 20px;
  }
}
#content .product-sizes .size-6-pack svg {
  max-width: 138px;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .size-6-pack svg {
    max-width: 104px;
  }
}
@media screen and (max-width: 1000px) {
  #content .product-sizes .size-6-pack svg {
    max-width: 69px;
  }
}
#content .product-sizes .product-locate-button {
  margin-left: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  #content .product-sizes .product-locate-button {
    margin-left: 0;
  }
}
#content .product-sizes .product-locate-button img {
  max-width: 250px;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .product-locate-button img {
    max-width: 188px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}
@media screen and (max-width: 600px) {
  #content .product-sizes .product-locate-button img {
    max-width: 200px;
  }
}
#content .product-sizes .wp-block-buttons {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 1500px) {
  #content .product-sizes .wp-block-buttons {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  #content .product-sizes .wp-block-buttons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 600px) {
  #content .product-sizes .wp-block-buttons .wp-block-button {
    margin: 0;
    text-align: center;
    display: block;
  }
}
#content #nutrition-facts {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(242, 240, 234, 0.96);
  z-index: 99999;
  display: none;
}
#content #nutrition-facts > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
#content #nutrition-facts > div.default {
  display: block;
}
#content #nutrition-facts .wp-nutrition-label {
  border: 2px solid #111;
  font-family: "Source Sans Pro", sans-serif, arial, helvetica;
  font-size: 0.9em;
  width: 280px;
  padding: 0.35em;
  line-height: 1em;
  margin: 1em;
  background: #fff;
  color: #231f20;
  margin: 0;
}
#content #nutrition-facts .wp-nutrition-label .heading {
  font-size: 39px;
  font-weight: 900;
  font-family: inherit;
  color: inherit;
  margin: 0;
  line-height: 1em;
  text-justify: auto;
  border-bottom: 2px solid #111;
  -webkit-text-stroke-width: 0;
}
#content #nutrition-facts .wp-nutrition-label .item_row {
  border-top: solid 1px #111;
  padding: 3px 0;
  clear: both;
}
#content #nutrition-facts .wp-nutrition-label .item_row_lower {
  border-bottom: solid 1px #111;
  padding: 3px 0;
  clear: both;
}
#content #nutrition-facts .wp-nutrition-label .indent {
  padding-left: 1em;
}
#content #nutrition-facts .wp-nutrition-label .indent-more {
  padding-left: 1.5em;
}
#content #nutrition-facts .wp-nutrition-label .f-right {
  float: right;
  font-weight: bold;
}
#content #nutrition-facts .wp-nutrition-label hr {
  height: 8px;
  background: #111;
  margin: 3px 0;
  clear: both;
}
#content #nutrition-facts .wp-nutrition-label .noborder {
  border: none;
}
#content #nutrition-facts .wp-nutrition-label .amount-per {
  padding: 0;
  font-weight: bold;
  font-size: 15px;
}
#content #nutrition-facts .wp-nutrition-label .small {
  font-size: 12px1;
  line-height: 1em;
}
#content #nutrition-facts .wp-nutrition-label .daily-value {
  padding: 4px;
  font-weight: bold;
  text-align: right;
  border-top: solid 4px #111;
}
#content .product-content .product-qualities {
  text-align: center;
}
#content .product-content .product-qualities .wp-block-group__inner-container {
  gap: 20px;
  display: inline-flex;
  border-top: 10px solid #231f20;
  border-bottom: 10px solid #231f20;
  padding: 40px 0;
  margin-bottom: 90px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 670px) {
  #content .product-content .product-qualities .wp-block-group__inner-container {
    padding: 40px 20px;
  }
}
#content .product-content .product-qualities .wp-block-group__inner-container > div {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-basis: 150px;
  flex-basis: 150px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 400px) {
  #content .product-content .product-qualities .wp-block-group__inner-container > div {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-basis: 120px;
    flex-basis: 120px;
  }
}
@media screen and (max-width: 350px) {
  #content .product-content .product-qualities .wp-block-group__inner-container > div {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
  }
}
#content .product-content .product-qualities .wp-block-image {
  margin-bottom: 0;
}
#content .product-content .product-qualities .wp-block-image .aligncenter {
  display: -ms-grid;
  display: grid;
}
#content .product-content .product-qualities .wp-block-image .aligncenter img {
  max-width: 150px;
  margin: 0 auto 10px;
}
#content .product-content .product-qualities .wp-block-image figcaption {
  margin-bottom: 0;
}
#content .slick-slider button.slick-prev,
#content .slick-slider button.slick-next {
  background: transparent;
  color: #E31837;
  opacity: 1;
  position: absolute;
  display: block;
  height: 50px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #E31837;
  top: 50%;
  border-radius: 0;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
#content .slick-slider button.slick-next {
  right: -40px;
}
#content .slick-slider button.slick-next:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  top: 0px;
  left: -2px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 20px;
}
#content .slick-slider button.slick-prev {
  left: -50px;
}
#content .slick-slider button.slick-prev:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  top: 0px;
  left: 2px;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 20px;
}
#content .slick-slider [class^=tall-slick] {
  background: transparent;
  border: 0 none;
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
}
#content .slick-slider [class^=tall-slick]:before, #content .slick-slider [class^=tall-slick]:after {
  content: "";
  border-left: 3px solid black;
  position: absolute;
  height: 50%;
  max-height: 100px;
  width: 0;
  top: 50%;
  transform-origin: top;
}
#content .slick-slider [class^=tall-slick]:before {
  transform: rotate(201deg);
}
#content .slick-slider [class^=tall-slick]:after {
  transform: rotate(-21deg);
}
#content .slick-slider [class^=tall-slick].tall-slick-next {
  right: 0;
}
#content .slick-slider [class^=tall-slick].tall-slick-next:before {
  right: 0;
  transform: rotate(-201deg);
}
#content .slick-slider [class^=tall-slick].tall-slick-next:after {
  right: 0;
  transform: rotate(21deg);
}
#content .slick-slider [class^=tall-slick].tall-slick-prev {
  left: 0;
}
#content .slick-slider [class^=tall-slick].tall-slick-prev:before {
  left: 0;
}
#content .slick-slider [class^=tall-slick].tall-slick-prev:after {
  left: 0;
}
#content .kt-blocks-carousel .slick-slider {
  padding: 0 100px;
}
#content .kt-blocks-carousel .slick-slider button.slick-next {
  right: 15px;
}
#content .kt-blocks-carousel .slick-slider button.slick-prev {
  left: 15px;
}
#content .kt-blocks-carousel .slick-slider.kt-carousel-arrowstyle-none {
  padding: 0;
}
#content .moment-text-container {
  background: #c9c9c9;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
  min-height: unset;
  margin-bottom: 55px;
}
#content .moment-text-container h4 {
  color: #E31837;
}
#content .moment-text-container .slick-slide p:last-child {
  margin-bottom: 0;
}
#content .moment-text-container button.slick-next,
#content .moment-text-container button.slick-prev {
  color: #fff;
}
#content .wp-block-cover.moment {
  border-top: 4px solid #E31837;
  border-bottom: 4px solid #E31837;
  margin-bottom: 55px;
  padding-top: 55px;
}
#content .wp-block-cover.moment img {
  max-width: none;
  height: 100%;
}
#content .wp-block-cover.moment .wp-block-cover__inner-container {
  max-width: 75%;
}
#content .wp-block-cover.moment .wp-block-cover__inner-container form p {
  margin-bottom: 25px;
}
#content .wp-block-cover.moment .wp-block-cover__inner-container form .wp-block-columns {
  margin-bottom: 0;
}
#content .milos-red, #content .milos-red-alt {
  background-color: #E31837;
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #content .milos-red, #content .milos-red-alt {
    padding: 20px;
  }
}
#content .milos-red h2, #content .milos-red-alt h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 3.9vw;
  display: block;
}
#content .milos-red h2:after, #content .milos-red-alt h2:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  #content .milos-red h2, #content .milos-red-alt h2 {
    margin-bottom: 0.667em;
  }
}
@media screen and (max-width: 630px) {
  #content .milos-red h2, #content .milos-red-alt h2 {
    font-size: 24px;
  }
}
#content .milos-red hr, #content .milos-red-alt hr {
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  margin: 20px auto;
}
#content .milos-red h3, #content .milos-red-alt h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.85vw;
}
@media screen and (max-width: 945px) {
  #content .milos-red h3, #content .milos-red-alt h3 {
    font-size: 27px;
  }
}
#content .milos-red.thankyou, #content .milos-red-alt.thankyou {
  margin-bottom: 0;
}
#content .milos-red.thankyou h3, #content .milos-red-alt.thankyou h3 {
  margin-bottom: 30px;
}
#content .milos-red.thankyou figcaption, #content .milos-red-alt.thankyou figcaption {
  font-weight: normal;
  padding: 0 10px;
  text-align: left;
}
#content .milos-red.thankyou .wp-block-columns, #content .milos-red-alt.thankyou .wp-block-columns {
  max-width: 1280px;
  margin: 0 auto;
}
#content .milos-red + .wp-block-buttons, #content .milos-red-alt + .wp-block-buttons {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
#content .milos-red + .wp-block-buttons > *, #content .milos-red-alt + .wp-block-buttons > * {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 0;
}
#content .milos-red a, #content .milos-red-alt a {
  color: #fff;
  text-decoration: none;
}
#content .milos-red-alt h2 {
  text-transform: unset;
  font-size: 3.2vw;
}
#content .milos-red-alt h3 {
  font-family: adria_grotesk;
  font-size: 1.4vw;
  line-height: 1.8vw;
  font-weight: normal;
}
#content .kb-gallery-wrap-id-_66334a-9d {
  margin-bottom: 8px;
}
#content .gray-bg {
  background: #c7c8ca;
  padding: 5px 50px;
}
@media screen and (max-width: 1024px) {
  #content .gray-bg {
    padding: 40px 50px;
  }
}
#content .gray-bg .wp-block-image figure {
  margin-bottom: 40px;
}
#content .gray-bg .wp-block-embed, #content .gray-bg .wp-block-embed figure {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #content .gray-bg {
    margin-bottom: 30px;
  }
}
#content .anniversary .wp-block-column + .wp-block-column {
  border: 5px solid #4c4d4f;
  box-sizing: border-box;
}
#content .anniversary .wp-block-column + .wp-block-column > :not(h3) {
  padding: 0 35px;
}
#content .anniversary .wp-block-column + .wp-block-column h3 {
  padding: 7px 0;
  border-bottom: 5px solid #4c4d4f;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #content .anniversary .wp-block-column + .wp-block-column h3 {
    padding: 20px 0;
  }
}
#content .anniversary .wp-block-column + .wp-block-column > div {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-y: scroll;
  margin-right: 10px;
  box-sizing: border-box;
}
#content .anniversary .wp-block-column + .wp-block-column > div::-webkit-scrollbar {
  width: 20px;
}
#content .anniversary .wp-block-column + .wp-block-column > div::-webkit-scrollbar-thumb {
  background-color: #6d6e71;
}
#content .anniversary .wp-block-column + .wp-block-column .milos-story {
  display: grid;
  grid-template-columns: 180px auto;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #content .anniversary .wp-block-column + .wp-block-column .milos-story {
    grid-template-columns: 90px auto;
  }
}
@media screen and (max-width: 820px) {
  #content .anniversary .wp-block-column + .wp-block-column .milos-story {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 600px) {
  #content .anniversary .wp-block-column + .wp-block-column .milos-story {
    grid-template-columns: 180px auto;
  }
}
@media screen and (max-width: 490px) {
  #content .anniversary .wp-block-column + .wp-block-column .milos-story {
    grid-template-columns: 90px auto;
  }
}
@media screen and (max-width: 400px) {
  #content .anniversary .wp-block-column + .wp-block-column .milos-story {
    grid-template-columns: auto;
  }
}
#content .lds-ripple {
  display: inline-block;
  display: none;
  position: relative;
  width: 65px;
  height: 65px;
}
#content .lds-ripple div {
  position: absolute;
  border: 4px solid #E31837;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#content .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#content .i-heart-this-moment {
  color: #E31837;
  font-family: adria_grotesk;
  font-weight: bold;
  cursor: pointer;
}
#content .i-heart-this-moment svg {
  width: 40px;
  vertical-align: bottom;
}
#content .i-heart-this-moment svg path {
  fill: #c7c8ca;
  transition: fill 0.2s ease 0s;
}
#content .i-heart-this-moment:hover svg path, #content .i-heart-this-moment.voted svg path {
  fill: #E31837;
}
#content .related-product {
  padding-right: 111px;
  padding-left: 111px;
  margin-bottom: 70px;
}
#content .related-product img {
  max-height: 260px;
  width: auto;
  margin: 0 auto;
  display: block;
}
#content .related-product .tax-product {
  position: relative;
}
#content .related-product .tax-product h6 {
  text-align: center;
}
#content .related-product .tax-product a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .related-product .tax-product a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3a3a3a;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
#content .related-product .tax-product a span:hover {
  color: #E31837;
}
#content .related-product .tax-product a:hover span {
  opacity: 1;
}
#content .is-provider-youtube {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#content .is-provider-youtube.size-large {
  max-width: 920px;
}
#content .is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#content .is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content button.kt-blocks-accordion-header {
  margin-left: 0;
}
#content div.milos-moments {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #content div.milos-moments .size-thumbnail img {
    max-width: 215px;
  }
}
#content div.milos-moments h3 {
  font-family: adria_grotesk;
  text-transform: uppercase;
  font-size: 5vw;
  line-height: 1;
  color: #231f20;
  margin-top: 4vw;
}
@media screen and (max-width: 500px) {
  #content div.milos-moments h3 {
    font-size: 34px;
  }
}
#content div.milos-moments [id^=menu-social] {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #content div.milos-moments [id^=menu-social] li {
    margin: 0 12px;
  }
  #content div.milos-moments [id^=menu-social] a {
    width: 76px;
    height: 76px;
  }
  #content div.milos-moments [id^=menu-social] svg {
    height: 45px;
  }
}
@media screen and (min-width: 500px) {
  #content div.milos-moments [id^=menu-social] li {
    margin: 0 8px;
  }
  #content div.milos-moments [id^=menu-social] a {
    width: 50px;
    height: 50px;
  }
  #content div.milos-moments [id^=menu-social] svg {
    height: 35px;
  }
}
#content .kt-blocks-carousel .slick-dots li button:before,
#content .kt-blocks-carousel .slick-dots li.slick-active button:before {
  background-color: #E31837;
}
#content .news-slide {
  font-family: adria_grotesk;
}
#content .news-slide .news-title {
  position: absolute;
  top: 50%;
  left: 80px;
  font-size: 2.8vw;
  line-height: 1.2;
  width: 45%;
  transform: translateY(-50%);
  text-shadow: 0px 0px 5px #000;
}
#content .news-slide .news-title a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#content .news-slide .news-title img {
  width: auto;
  max-height: 2.8vw;
  float: right;
}
@media screen and (max-width: 1000px) {
  #content .news-slide .news-title {
    left: 60px;
  }
}
@media screen and (max-width: 600px) {
  #content .news-slide .news-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  #content .news-slide .news-title {
    font-size: 12px;
  }
}
#content .news-slide .read-more {
  color: #fff;
  text-decoration: none;
  font-size: 1.2vw;
  position: absolute;
  bottom: 20px;
  left: 80px;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (max-width: 1000px) {
  #content .news-slide .read-more {
    left: 60px;
  }
}
@media screen and (max-width: 900px) {
  #content .news-slide .read-more {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  #content .news-slide .read-more {
    bottom: 5px;
  }
}
#content .news-list {
  list-style-type: none;
}
#content .news-list li {
  font-size: 2vw;
  position: relative;
  line-height: 1.2;
}
#content .news-list li:before {
  content: "";
  height: 2vw;
  width: 30px;
  background-image: url("./images/milos-leaf.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: -37px;
  transform: rotate(-20deg);
  transition: all 0.2s ease 0s;
}
#content .news-list li:hover:before {
  transform: rotate(-1deg);
}
#content .news-list li img {
  max-height: 3.7vw;
  width: auto;
}
#content .news-list a {
  text-decoration: none;
  color: #231f20;
}
#content .countup-columns p {
  margin-bottom: 0;
}
#content .countup-columns .counter {
  line-height: 1;
  font-family: adria_grotesk;
  font-size: 4.7vw;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  #content .countup-columns .counter {
    font-size: 26px;
  }
}
#content .countup-columns .counter .wp_cup_suffix {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.4vw;
  line-height: 1.8vw;
}
@media screen and (max-width: 1000px) {
  #content .countup-columns .counter .wp_cup_suffix {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 599px) {
  #content .countup-columns .counter .wp_cup_suffix {
    margin-bottom: 20px;
  }
}
#content .countup-cover {
  margin-bottom: 1em;
}
#content .countup-cover + *:not(hr) {
  margin-top: 60px;
}
#content .countup-cover img {
  width: 100%;
  height: 100%;
}
#content .countup-cover .wp-block-cover__inner-container {
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  #content .countup-cover .wp-block-cover__inner-container {
    padding: 30px 0;
  }
}
#content .countup-cover .wp-block-roelmagdaleno-wp-countup-js {
  font-size: 10vw;
  line-height: 1;
  font-family: adria_grotesk;
  font-weight: bold;
  margin-top: 35px;
}
@media screen and (max-width: 550px) {
  #content .countup-cover .wp-block-roelmagdaleno-wp-countup-js {
    font-size: 55px;
  }
}
#content .countup-cover p {
  line-height: 1;
  font-size: 3.2vw;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  #content .countup-cover p {
    font-size: 18px;
  }
}
#content blockquote {
  color: #E31837;
  display: block;
  font-family: adria_grotesk;
  font-weight: bold;
  quotes: auto;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
}
#content blockquote:before {
  content: open-quote;
}
#content blockquote:after {
  content: close-quote;
}
#content blockquote:before, #content blockquote:after {
  font-size: 8.3vw;
  font-family: "dashicons";
  vertical-align: middle;
}
#content blockquote p {
  display: inline;
  font-size: 2.5vw;
}
#content .first-column-red {
  position: relative;
}
#content .first-column-red > div:first-child figure {
  border: solid 20px #E31837;
}
#content .no-bottom-margin {
  margin-bottom: 0;
}
#content .no-bottom-margin > img {
  display: block;
}
#content .page-moment-title {
  margin-bottom: 0;
  font-size: 5.8vw;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase;
}
#content .banner + *:not(hr):not(.banner) {
  margin-top: 60px;
}
@media screen and (max-width: 840px) {
  #content .loyalty-grid {
    display: block;
  }
}
#content .loyalty-grid > .wp-block-column:not(:first-child) {
  margin-left: 0.5vw;
}
#content .loyalty-grid > .wp-block-column:not(:first-child).added-padding {
  padding-bottom: 0;
}
@media screen and (max-width: 840px) {
  #content .loyalty-grid > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
#content .loyalty-grid .wpcf7-form-control-wrap.state select {
  height: 32px;
}
@media screen and (max-width: 1100px) {
  #content .loyalty-grid form p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 930px) {
  #content .loyalty-grid h3 {
    margin-bottom: 20px;
  }
}
#content div#modal {
  visibility: hidden;
  animation: 10s ease 0s normal forwards 1 fadein;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  80% {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
#content div#modal div.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 814px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 840px) {
  #content div#modal div.content {
    width: 70%;
  }
}
#content div#modal div.content .modal-wrapper {
  max-height: calc(100vh - 210px);
  position: relative;
  overflow-y: auto;
}
@media screen and (max-width: 840px) {
  #content div#modal div.content .modal-wrapper > .wp-block-columns {
    display: block;
  }
}
#content div#modal div.content .close-pop {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 35px;
  height: 35px;
  z-index: 99999;
  background: #ebe7e1;
  border-radius: 50%;
  cursor: pointer;
}
#content div#modal div.content .close-pop path {
  fill: #E31837;
}
#content div#modal div.content .wp-block-columns {
  margin-bottom: 0;
  position: relative;
}
#content div#modal div.content .modal-wrapper > .wp-block-columns > .wp-block-column:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 840px) {
  #content div#modal div.content .modal-wrapper > .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
#content div#modal div.content .added-padding {
  padding: 30px 27px 0;
}
@media screen and (max-width: 840px) {
  #content div#modal div.content .added-padding {
    padding: 15px;
  }
}
#content div#modal div.content .wpcf7-form-control-wrap.state select {
  height: 32px;
}
#content div#modal div.content .wpcf7-not-valid-tip {
  font-size: 16px;
}
#content div#modal div.content .wpcf7-form {
  position: unset;
}
#content div#modal div.content .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  font-size: 16px;
}
#content div#modal h4 {
  font-size: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  #content div#modal h4 {
    font-size: 27px;
  }
}
#content div#modal h3 {
  font-size: 33px;
  margin-bottom: 35px;
  font-family: blithe;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  #content div#modal h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  #content div#modal h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 450px) {
  #content div#modal h3 {
    font-size: 22px;
  }
}
#content div#modal p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  #content div#modal p {
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
#content div#modal .loyalty-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1.2fr 0.8fr;
  grid-column-gap: 8px;
}
@media screen and (max-width: 840px) {
  #content div#modal .loyalty-grid {
    grid-template-columns: 0.8fr 0.725fr 0.4fr;
    grid-template-rows: 1fr;
    margin-bottom: 8px;
  }
  #content div#modal .loyalty-grid > * {
    grid-area: unset;
  }
}
@media screen and (max-width: 525px) {
  #content div#modal .loyalty-grid {
    grid-template-columns: 0.8fr 0.725fr;
    grid-template-rows: 1fr 48px;
  }
}
#content div#modal .loyalty-grid > figure.wp-block-image {
  grid-area: 1/1/2/3;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  #content div#modal .loyalty-grid > figure.wp-block-image {
    grid-area: unset;
    margin-bottom: 0;
  }
}
#content div#modal .loyalty-grid > figure.wp-block-image + figure.wp-block-image {
  grid-area: 2/1/3/2;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  #content div#modal .loyalty-grid > figure.wp-block-image + figure.wp-block-image {
    grid-area: unset;
  }
}
#content div#modal .loyalty-grid img {
  display: inherit;
}
#content div#modal .loyalty-grid .learn-more {
  grid-area: 2/2/3/3;
  background: #E31837;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 840px) {
  #content div#modal .loyalty-grid .learn-more {
    grid-area: unset;
  }
}
@media screen and (max-width: 525px) {
  #content div#modal .loyalty-grid .learn-more {
    grid-area: 2/1/2/3;
    margin-top: 8px;
  }
}
#content div#modal .loyalty-grid .learn-more:before {
  border-top: 8px solid #fff;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 8px;
  right: 8px;
}
@media screen and (max-width: 560px) {
  #content div#modal .loyalty-grid .learn-more:before {
    display: none;
  }
}
#content div#modal .loyalty-grid .learn-more .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 525px) {
  #content div#modal .loyalty-grid .learn-more .wp-block-group__inner-container {
    display: block;
  }
}
#content div#modal .loyalty-grid .learn-more p {
  padding: 0 8px 8px;
  font-size: 25px;
  margin: 8px 8px 0;
  display: block;
}
@media screen and (max-width: 840px) {
  #content div#modal .loyalty-grid .learn-more p {
    font-size: 18px;
    padding: 0 3px 3px;
  }
}
@media screen and (max-width: 650px) {
  #content div#modal .loyalty-grid .learn-more p {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  #content div#modal .loyalty-grid .learn-more p {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  #content div#modal .loyalty-grid .learn-more p {
    font-size: 18px;
  }
  #content div#modal .loyalty-grid .learn-more p + p {
    display: none;
  }
}
#content div#modal .loyalty-grid .learn-more p a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#content .red-mt {
  margin-bottom: 1em;
}
#content .red-mt .wp-block-media-text__content {
  background: #E31837;
  height: 100%;
  border-radius: 1em;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .red-mt .wp-block-media-text__content h4,
#content .red-mt .wp-block-media-text__content p {
  color: white;
  margin-bottom: 1rem;
}
#content .red-mt .wp-block-media-text__content p {
  margin-left: 1em;
}
#content .red-mt .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
#content .red-mt figure {
  background: #E31837;
  z-index: 1;
}
#content .red-mt figure img {
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #content .red-mt {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #content .red-mt {
    height: 100%;
    grid-template-columns: 1fr 30%;
    -ms-grid-columns: 1fr 30%;
  }
  #content .red-mt .wp-block-media-text__content {
    padding-right: calc(28% + 1em);
  }
  #content .red-mt figure {
    margin-left: -66%;
  }
}

#width-test {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}
#width-test > h2 {
  padding: 0;
}

@media screen and (min-width: 800px) {
  .recipe-hero article.recipe .recipe-single-ingredients ul.ingredients-list li.ingredients-item .amount {
    min-width: auto;
  }
  .recipe-hero article.type-recipe {
    margin-bottom: 50px;
  }
  .recipe-hero article .single-recipe-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    column-gap: 30px;
    row-gap: 30px;
  }
  .recipe-hero article .archive-recipe-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .recipe-hero article .archive-recipe-grid .recipe-single-tax {
    display: none;
  }
  .recipe-hero article .archive-recipe-grid .rh-grid .one-quarter,
.recipe-hero article .archive-recipe-grid .rh-grid .w-1-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 568px) {
  #content .rh-grid .unit {
    padding: 10px 0;
  }
}
form p {
  margin-bottom: 20px;
}
form [type=text],
form [type=tel],
form [type=email],
form [type=date],
form select,
form textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
form fieldset {
  box-sizing: border-box;
}
form span.wpcf7-list-item {
  margin: 0;
}

#content .is-style-milos-button.tell-story,
footer .is-style-milos-button.tell-story {
  width: 70%;
}
#content .is-style-milos-button.tell-story > a,
footer .is-style-milos-button.tell-story > a {
  width: 100%;
  box-sizing: border-box;
}
#content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  background-color: #E31837;
  background-image: none;
  padding: 20px 50px;
  border: 0 none;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
}
#content .is-style-milos-button a ~ .is-style-milos-button a,
#content .is-style-milos-button a .wpcf7-form [type=button],
#content .is-style-milos-button a [type=submit],
#content .wpcf7-form [type=button] ~ .is-style-milos-button a,
#content .wpcf7-form [type=button] .wpcf7-form [type=button],
#content .wpcf7-form [type=button] [type=submit],
#content [type=submit] ~ .is-style-milos-button a,
#content [type=submit] .wpcf7-form [type=button],
#content [type=submit] [type=submit],
footer .is-style-milos-button a ~ .is-style-milos-button a,
footer .is-style-milos-button a .wpcf7-form [type=button],
footer .is-style-milos-button a [type=submit],
footer .wpcf7-form [type=button] ~ .is-style-milos-button a,
footer .wpcf7-form [type=button] .wpcf7-form [type=button],
footer .wpcf7-form [type=button] [type=submit],
footer [type=submit] ~ .is-style-milos-button a,
footer [type=submit] .wpcf7-form [type=button],
footer [type=submit] [type=submit] {
  margin-left: 20px;
}
#content .is-style-milos-button a:disabled,
#content .wpcf7-form [type=button]:disabled,
#content [type=submit]:disabled,
footer .is-style-milos-button a:disabled,
footer .wpcf7-form [type=button]:disabled,
footer [type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 1950px) {
  #content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1805px) {
  #content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1680px) {
  #content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
  #content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
    font-size: 20px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1000px) {
  #content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  #content .is-style-milos-button a,
#content .wpcf7-form [type=button],
#content [type=submit],
footer .is-style-milos-button a,
footer .wpcf7-form [type=button],
footer [type=submit] {
    font-size: 16px;
    padding: 10px 15px;
  }
}
#content .is-style-milos-button-outline,
footer .is-style-milos-button-outline {
  background-color: transparent;
  border: 4px solid #4c4d4f;
  font-family: adria_grotesk;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s linear;
  margin-right: 0;
}
#content .is-style-milos-button-outline a,
footer .is-style-milos-button-outline a {
  background-color: transparent;
  color: #4c4d4f;
  font-size: 1.5vw;
  padding: 8px 10px 5px;
}
@media screen and (max-width: 1024px) {
  #content .is-style-milos-button-outline a,
footer .is-style-milos-button-outline a {
    padding: 0.667em 1.333em;
  }
}
@media screen and (max-width: 845px) {
  #content .is-style-milos-button-outline a,
footer .is-style-milos-button-outline a {
    font-size: 13px;
  }
}
#content .is-style-milos-button-outline:hover,
footer .is-style-milos-button-outline:hover {
  background-color: #E31837;
  border-color: #E31837;
}
#content .is-style-milos-button-outline:hover a,
footer .is-style-milos-button-outline:hover a {
  color: #fff;
}
#content .sharethis-inline-share-buttons,
footer .sharethis-inline-share-buttons {
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  transition: 0.2s ease 0s;
}
#content .sharethis-inline-share-buttons#st-1.st-animated,
footer .sharethis-inline-share-buttons#st-1.st-animated {
  transition: 0.2s ease 0s;
}
#content .sharethis-inline-share-buttons.opened,
footer .sharethis-inline-share-buttons.opened {
  height: 48px;
  margin-bottom: 30px;
}

[id^=menu-social] {
  padding-left: 0;
}
[id^=menu-social] > li {
  display: inline-block;
  border-radius: 50%;
  background: #E31837;
}
[id^=menu-social] > li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.8vw;
  height: 1.8vw;
}
@media screen and (max-width: 1500px) {
  [id^=menu-social] > li a {
    width: 27px;
    height: 27px;
  }
}
[id^=menu-social] > li svg {
  width: auto;
  height: 1.1vw;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  [id^=menu-social] > li svg {
    height: 17px;
  }
}
[id^=menu-social] > li path {
  fill: #fff;
}

[class^=product-term-] {
  margin-top: 50px;
}
[class^=product-term-] .dp_grid.tax-products {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class^=product-term-] .tax-product {
  position: relative;
  margin-left: 1.666%;
  margin-right: 1.666%;
  margin-bottom: 20px;
  max-width: 16.66666%;
  min-width: 160px;
  width: 100%;
}
[class^=product-term-] .tax-product img {
  width: 100%;
}
[class^=product-term-] .tax-product h6 {
  text-align: center;
}
[class^=product-term-] .tax-product a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[class^=product-term-] .tax-product a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3a3a3a;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
[class^=product-term-] .tax-product a:hover span {
  opacity: 1;
}
[class^=product-term-] .tax-product a span:hover {
  color: #E31837;
}

/* 75th Anniversary Styles */
.stories {
  overflow: hidden;
  clear: both;
}
.stories .videos {
  width: 45%;
  margin-right: 5%;
  float: left;
}

/* END 75th Anniversary Styles */
.dp_grid > .unit-1-6 {
  max-width: 16.66666%;
  min-width: 160px;
  width: 100%;
  *width: 15%;
  margin-bottom: 20px;
}

.wp-block-image.size-thumbnail img {
  max-width: 300px;
}

.wp-block-image.size-large img {
  max-width: 1024px;
}

.our-sweet-story-gallery {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  padding-bottom: 100px;
  background-color: #e3432e;
  background-image: repeating-linear-gradient(0deg, rgba(227, 67, 46, 0.5019607843), rgba(227, 67, 46, 0.5019607843) 35px, rgba(255, 255, 255, 0.7) 35px, rgba(255, 255, 255, 0.7) 70px), repeating-linear-gradient(-90deg, transparent, transparent 35px, rgba(255, 255, 255, 0.7) 35px, rgba(255, 255, 255, 0.7) 70px);
}
footer .inner {
  background: #EBE7E1;
  padding: 55px 80px 10px;
}
@media screen and (max-width: 1120px) {
  footer .inner {
    padding: 55px 20px 10px;
  }
}
footer .inner #dp-footer-widgets {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-family: adria_grotesk;
  font-size: 24px;
  font-size: 1.2vw;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  footer .inner #dp-footer-widgets {
    font-size: 13px;
    font-weight: bold;
  }
}
@media screen and (max-width: 880px) {
  footer .inner #dp-footer-widgets {
    grid-template-columns: 1fr;
  }
}
footer .inner #dp-footer-widgets #dp-top-footer-widget ul, footer .inner #dp-footer-widgets #dp-top-footer-widget form {
  margin-bottom: 0;
}
footer .inner #dp-footer-widgets #dp-top-footer-widget p {
  margin-bottom: 10px;
}
footer .inner #dp-footer-widgets #dp-top-footer-widget p:empty {
  display: none;
}
footer .inner #dp-footer-widgets #dp-top-footer-widget a {
  color: #CF152D;
  text-decoration: underline;
}
footer .inner #dp-footer-widgets #dp-top-footer-widget select {
  height: 32px;
}
footer .inner #dp-footer-widgets #dp-mid-footer-widget {
  text-align: center;
}
footer .inner #dp-footer-widgets #dp-mid-footer-widget li {
  margin-bottom: 10px;
}
footer .inner #dp-footer-widgets #dp-mid-footer-widget a {
  color: #231f20;
}
footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 400px) {
  footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul .widget_nav_menu {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
  }
  footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul .widget_nav_menu #menu-social {
    text-align: center;
  }
}
footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul ul {
  text-align: right;
  margin-bottom: 0;
}
footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul > li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul > li {
    margin: 0 auto 20px;
  }
}
footer .inner #dp-footer-widgets #dp-bottom-footer-widget > ul > li:last-child {
  width: 100%;
}
footer .inner #dp-footer-widgets #dp-bottom-footer-widget a {
  color: #CF152D;
  text-decoration: underline;
}
footer .inner #dp-footer-widgets .footer-column {
  width: calc(40% - 1em);
  float: left;
}
footer .inner #dp-footer-widgets .footer-column + .footer-column {
  width: calc(60% - 1em);
  margin-left: 2em;
}
footer .inner ul {
  list-style: none;
  padding-left: 0;
}
footer .inner h3 {
  font-family: blithe;
  color: #E31837;
  font-size: 2.5vw;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  footer .inner h3 {
    font-size: 27px;
  }
}
footer .copyright {
  text-align: center;
  font-family: adria_grotesk;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 880px) {
  footer .copyright {
    font-size: 12px;
  }
}

.wp-block-cover.narrow .wp-block-cover__inner-container {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .small-on-mobile {
    max-height: 2em;
  }
}
.facebook-include header,
.facebook-include footer {
  display: none;
}

/*# sourceMappingURL=style.css.map */
