/* vendor styles */
/* base styles */
/**
 * locally loaded fonts
 * NOTE: Roboto is a Google font, but we use local as a fallback for bad network loading
 */
/* Roboto fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/* local version to back up the Google Fonts ref */
@font-face {
  font-family: "Roboto";
  src: url("webfonts/roboto/Roboto-Regular.woff2") format("woff2"), url("webfonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("webfonts/roboto/Roboto-Bold.woff2") format("woff2"), url("webfonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("webfonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("webfonts/roboto/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * variables
 */
/* structure */
/* grayscale */
/* branding colors */
/* links */
/* special colors */
/* fonts */
/* social icon colors */
/* tools */
/**
 * functions ($args with @return)
 */
/**
 * mixins ($args w/ output)
 */
/* breakpoints */
/* cross-browser opacity */
/* cross-browser placeholder */
/**
 * cross browser = subtract fixed width by X
 * - for responsive horizontal callouts
 */
/* cross-browser border radius (only if all corners are the same) */
/**
 * placeholders (no $args)
 */
.btn-solid:after, .btn:after,
.btn-standard:after,
.hentry a.btn:after, .btn-solid, .btn,
.btn-standard,
.hentry a.btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-solid, .btn,
.btn-standard,
.hentry a.btn {
  /* importants necessary to override btn styles from Bootstrap */
  background-color: transparent;
  text-decoration: none;
  position: relative;
  font-family: "Roboto", sans-serif;
  border-width: 0.125rem;
  border-style: solid;
  border-color: transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
}
/* base styles */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  clear: both;
}

audio,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

a {
  background-color: transparent;
}

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

img {
  border: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  background-color: #ffffff !important;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media (max-width: 767px) {
  .container {
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important;
  }
}

.no-mobile {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.hide {
  display: none !important;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
button:focus {
  outline: 0 !important;
}

.bg-gray,
.gray-bg {
  background-color: #f2f2f2;
}

.bg-image-section {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-block {
  margin: 2rem 0;
}

.be-autopilot-list ul.recipe-list__list img {
  object-fit: cover;
  height: 402px;
}
@media (max-width: 992px) {
  .be-autopilot-list ul.recipe-list__list img {
    object-fit: contain;
  }
}

.reset_variations {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #333333;
  margin-bottom: 1rem;
}

a,
.hentry a {
  color: #333333;
}
a:hover,
.hentry a:hover {
  color: #dddddd;
}
a:after,
.hentry a:after {
  display: none;
}

h1,
.h1 {
  font-size: 3.75rem;
  line-height: 4.0625rem;
}
@media (max-width: 1149px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}
@media (max-width: 899px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 3.4375rem;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media (max-width: 1149px) {
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

/**
 * buttons 
*/
.btn,
.btn-standard,
.hentry a.btn {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
}
.btn:hover,
.btn-standard:hover,
.hentry a.btn:hover {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .btn,
  .btn-standard,
  .hentry a.btn {
    padding: 0.5rem 2rem;
  }
}

.btn-solid {
  border-color: #333333;
  color: #ffffff;
  background-color: #333333;
}
.btn-solid:hover {
  background-color: #dddddd;
  color: #ffffff;
}

input,
select {
  padding: 0.5em 0.5em 0.5em 0.5em !important;
  line-height: normal !important;
}

select {
  margin: 2px 0 0 !important;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #cccccc;
  border-radius: 0px 0px 0px 0px;
  background-color: #ffffff;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 1.25rem) calc(1em + 2px), calc(100% - 1rem) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.elementor select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 1rem) 1em, calc(100% - 1.25rem) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

/* component / module styles */
/**
 * header styles 
*/
/**
 * footer styles 
*/
/* pages */
/**
 * home page
 */
/**
 * products
 */
.ah-breadcrumb {
  list-style-type: none;
  padding: 10px;
}

.ah-breadcrumb li {
  display: inline;
}

.blog-archive-page {
  position: relative;
}
.blog-archive-page .header-container {
  position: relative;
  min-height: 15rem;
  padding-bottom: 3rem;
}
.blog-archive-page .header-container .header-image {
  width: 100%;
  height: auto;
  max-height: 25rem;
  object-fit: cover;
  min-height: 15rem;
}
.blog-archive-page .header-container .header-title {
  text-align: center;
  padding: 2rem;
  text-transform: uppercase;
  font-size: 2.8125em;
  font-style: normal;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-archive-page .wpgb-facet {
  display: flex;
  justify-content: center;
}
.blog-archive-page .search-results__item {
  width: 100%;
  margin-bottom: 3.125rem;
  flex: 0 0 33.3333%;
  padding: 0 3rem;
  height: 25rem;
}
@media screen and (max-width: 1024px) {
  .blog-archive-page .search-results__item {
    height: auto;
  }
}
.blog-archive-page .search-results__item .search-results__thumbnail {
  transition: all 0.3s ease;
  transform: scale(1);
  margin-bottom: 1rem;
}
.blog-archive-page .search-results__item:hover .search-results__thumbnail {
  transform: scale(1.1);
  margin-bottom: 1.5rem;
}
.blog-archive-page .search-results__item .search-results__title a {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: #008533;
  font-family: "elza", "sans-serif";
}
.blog-archive-page .search-results__item .search-results__title {
  text-align: center;
}
.blog-archive-page .search-results__item .search-results__thumbnail {
  aspect-ratio: 4/4;
}
.blog-archive-page .search-results__item .search-results__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-archive-page .search-results__grid {
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.blog-post .featured-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.blog-post .blog-single-post--top {
  height: auto;
  padding: 5rem 0;
}
.blog-post .container.container-narrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.blog-post .container.container-narrow .blog-single-post__title {
  font-weight: 600;
  font-size: 55px;
}
.blog-post .share-buttons {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  padding-left: 0;
}
.blog-post .share-buttons li {
  margin: 0 1rem;
}
.blog-post .related-posts__heading {
  display: flex;
  justify-content: center;
}
.blog-post .container.flex-grid {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1024px) {
  .blog-post .container.flex-grid {
    flex-direction: column;
  }
}
.blog-post .related-posts__card-title {
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.blog-post .related-posts__card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-post .related-posts__card:hover {
  transform: scale(1.05);
}
.blog-post .related-posts__card a {
  text-decoration: none;
  color: inherit;
}
.blog-post .related-posts__card .related-posts__img {
  padding: 2rem;
}
.blog-post .related-posts__card .related-posts__img img {
  transition: transform 0.3s ease;
  width: 100%;
}
.blog-post .related-posts__card:hover .related-posts__img img {
  transform: scale(1.1);
}

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