@charset "UTF-8";
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container.full-width {
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.offset-12 {
  margin-left: 100%;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Styles enqueued on all pages */
.site-branding.ast-site-identity {
  flex-direction: column;
}

.center-content {
  justify-content: center;
}

.ast-sticky-active img {
  width: auto;
  height: 67px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .desktop-hide {
    display: none;
  }
}
/* To have areal full width on mobiles */
/* Additional styles for mobile devices */
@media (max-width: 1530px) {
  .ast-container {
    padding: 0 !important;
  }
}
.invert-text .ast-button {
  color: var(--ast-global-color-8);
  border-color: var(--ast-global-color-8);
}
.invert-text .ast-button:hover {
  border-color: var(--ast-global-color-1);
}

.round-button {
  display: flex;
  width: 7.9444444444em;
  height: 7.9444444444em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .round-button {
    width: 7.2222222222em;
    height: 7.2222222222em;
  }
}
.round-button span {
  display: flex;
  align-items: center;
  height: 5.4444444444em;
  width: 5.4444444444em;
  font-size: 0.8888888889em;
  line-height: 1.14;
  font-weight: 700;
  border-radius: 50%;
  background-color: var(--ast-global-color-3);
  color: var(--ast-global-color-6);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .round-button span {
    width: 5em;
    height: 5em;
  }
}
.round-button::before {
  content: "";
  width: 92%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--ast-global-color-6);
  border-radius: 50%;
  opacity: 0.5;
  transition: all ease-in 0.3s;
}
.round-button::after {
  content: "";
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--ast-global-color-6);
  border-radius: 50%;
  opacity: 0.2;
  transition: all ease-in 0.3s;
}
.round-button:hover::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.round-button:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.ast-single-post .entry-content a.ast-button {
  text-decoration: none;
  display: inline-block;
}

.prefooter {
  background-size: cover;
  padding: 4.4444444444em 1.6666666667em;
  background-position: center center;
}
.prefooter .preooter-wrapper {
  text-align: center;
  padding-bottom: 1.8em;
}
.prefooter .preooter-wrapper .newsletter-form {
  text-align: center;
  padding-top: 2em;
  display: inline-flex;
}
@media (max-width: 600px) {
  .prefooter .preooter-wrapper .newsletter-form {
    flex-direction: column;
    width: 100%;
  }
}
.prefooter .preooter-wrapper .newsletter-form .newsletter-input {
  border: 1px solid rgba(253, 241, 230, 0.5);
  background: rgba(34, 34, 34, 0.5);
  display: inline-flex;
  color: #fdf1e6;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 320px;
}
@media (max-width: 600px) {
  .prefooter .preooter-wrapper .newsletter-form .newsletter-input {
    min-width: auto;
  }
}
.prefooter .preooter-wrapper .newsletter-form .newsletter-input::placeholder {
  color: var(--ast-global-color-6);
  opacity: 0.6;
}
.prefooter .preooter-wrapper .newsletter-form .newsletter-input:focus-visible {
  outline: none;
  border-color: var(--ast-global-color-1);
}
.prefooter .preooter-wrapper .newsletter-form .newsletter-button {
  border: 1px solid #f68e10;
  background: #f68e10;
  color: #fdf1e6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 440px) {
  .ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .site-primary-footer-wrap[data-section=section-primary-footer-builder] {
    background-position: center center;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section=section-footer-menu] .astra-footer-mobile-vertical-menu {
    display: flex;
    justify-content: center;
  }
}
.footer-table {
  display: inline-block;
}

.footer-row {
  display: flex;
  align-items: flex-start;
  margin-top: 0.8em;
}

.footer-cell {
  margin-right: 10px;
  text-align: left;
}
.footer-cell a {
  color: var(--ast-global-color-6);
  text-decoration: underline;
}
.footer-cell a:hover {
  color: var(--ast-global-color-1);
}

input[type=checkbox],
input[type=radio] {
  accent-color: var(--ast-global-color-1);
}

.ast-above-header-wrap,
.ast-button-wrap {
  display: none;
}

.ast-breadcrumbs-wrapper {
  display: none;
}

@media (max-width: 1580px) and (min-width: 921px) {
  .ast-above-header-wrap {
    display: block;
  }
  .ast-primary-header-bar .header-widget-area,
  .ast-primary-header-bar .ast-button-wrap,
  .ast-primary-header-bar .ast-custom-button {
    display: none;
  }
  .ast-sticky-active .ast-button-wrap,
  .ast-sticky-active .header-widget-area {
    display: block;
  }
  .ast-sticky-active .main-header-bar-navigation {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 921px) {
  .ast-builder-menu-1,
  .ast-builder-menu-2 {
    flex-wrap: no-wrap;
    font-size: 0.8em !important;
  }
}
@media (max-width: 921px) {
  .ast-button-wrap {
    display: block;
  }
}
@media (max-width: 544px) {
  .ast-builder-footer-grid-columns .site-footer-section-1 {
    order: 2;
  }
  .site-primary-footer-wrap[data-section=section-primary-footer-builder] {
    background-position: center 25%;
  }
  .widget_nav_menu .menu .menu-item {
    display: inline-block;
    padding: 1.2em 0.5em;
  }
  .widget_nav_menu .menu .menu-item a {
    color: var(--ast-global-color-7);
    font-size: 0.8em;
  }
  footer .widget_block {
    font-size: 0.8em;
  }
}
.archive-container {
  margin: 0 auto;
  max-width: 1200px;
}

.ast-page-builder-template .ast-article-post {
  margin-bottom: 0.5em !important;
}

/* mobile flyut menu styles*/
.ast-mobile-popup-content .ast-builder-layout-element {
  justify-content: center;
}
.ast-mobile-popup-content .page_item {
  position: relative;
  padding-right: 20px;
  /* Adjust the padding as needed */
}
.ast-mobile-popup-content .page_item::after {
  content: "➔";
  /* Unicode arrow right character */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.main-header-menu.ast-nav-menu.ast-flex.submenu-with-border.astra-menu-animation-fade.stack-on-mobile.ast-mega-menu-enabled {
  width: 80%;
}

select option {
  color: var(--ast-global-color-8);
}

@media (max-width: 921px) {
  .blog-layout-2 {
    display: unset !important;
  }
}
#message {
  width: 100%;
  background: var(--ast-global-color-8);
  padding: 1em 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.svg-icon {
  fill: #2a2a2a !important;
}

#menu-toggle-close {
  margin-top: 1.8em;
  margin-right: 0.8em;
}

.recipe-info a {
  color: var(--ast-global-color-8) !important;
}

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