/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; 
  background-color: white;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body {
  font-family: "Open Sans", sans-serif;
  color: #5C7886; }

h1,
h2,
h3,
h4,
h5,
h6,
.page-content .elementor-widget-heading .elementor-heading-title {
  line-height: 1.5;
  font-weight: 200;
  color: #5C7886;
  margin: 1em 0 0.5em; }

.home-hero .elementor-heading-title {
  margin-top: 0 !important; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p, .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .post-template-default .post ul li,
.post-template-default .post ol li,
li {
  font-size: 15px;
  line-height: 2;
  color: #4e4e4e;
  margin: 0.5em 0;
  font-weight: 200; }

li {
  margin-bottom: 10px; }

b,
strong {
  font-weight: 600; }

a {
  color: #589889; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: red;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: red;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.elementor .elementor-tabs {
  padding: 30px 0; }
  .elementor .elementor-tabs .elementor-tabs-wrapper {
    background: #ff715a;
    padding: 10px;
    margin-bottom: 20px; }
    .elementor .elementor-tabs .elementor-tabs-wrapper npm .elementor-tab-title {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 1px;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px; }
    .elementor .elementor-tabs .elementor-tabs-wrapper .elementor-active {
      border-bottom: 1px solid white; }

.elementor .elementor-button.elementor-size-sm {
  padding: 1em 2em; }

.elementor .elementor-element.elementor-button-info .elementor-button {
  background-color: #B5D4CD; }

.elementor .elementor-element.elementor-button-success .elementor-button {
  background-color: #ff715a; }

.page-numbers {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

body {
  min-width: 320px; }

.page-content .max-width-720 {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.border {
  border-bottom: 1px solid #eeeeee; }

.spacer {
  margin-top: 0 !important; }

.smaller {
  font-size: smaller; }

.larger {
  font-size: larger; }

.nowrap {
  white-space: nowrap; }

.elementor-widget-divider {
  margin: 10px 0 30px; }
  .elementor-widget-divider span {
    border-color: #ddd;
    --divider-color: #ddd;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }

.apps {
  background: #f2f2f5;
  padding: 40px 0;
  margin-top: -10px; }

.elementor-button.elementor-size-sm, .elementor-button.elementor-size-md {
  border-radius: 0; }

.elementor-text-editor a {
  color: #ff715a; }

.elementor-section-boxed {
  padding: 0 20px; }

.homeform {
  background: #ff715a;
  padding: 20px 0 0;
  margin-bottom: 40px; }
  .homeform h2,
  .homeform h3 {
    color: #fff; }
  .homeform p, .homeform .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .homeform .elementor-tab-content, .homeform .post-template-default .post ul li, .post-template-default .post ul .homeform li,
  .homeform .post-template-default .post ol li, .post-template-default .post ol .homeform li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #fff; }
  .homeform input {
    background-color: #fff !important;
    color: #444444 !important; }

.color-section {
  background: #ff715a;
  padding: 20px 0;
  color: white; }
  .color-section p, .color-section .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .color-section .elementor-tab-content, .color-section .post-template-default .post ul li, .post-template-default .post ul .color-section li,
  .color-section .post-template-default .post ol li, .post-template-default .post ol .color-section li,
  .color-section h1,
  .color-section h2,
  .color-section h3,
  .color-section h4,
  .color-section h5 {
    color: white; }
  .color-section button {
    background: #5C7886 !important; }
    .color-section button span {
      color: white !important; }

.elementor-location-header .header-banner, .footer-banner {
  padding: 7px 0;
  background-color: #ff715a;
  color: #fff; }
  .elementor-location-header .header-banner p, .footer-banner p, .elementor-location-header .header-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-location-header .header-banner .elementor-tab-content, .footer-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .footer-banner .elementor-tab-content, .elementor-location-header .header-banner .post-template-default .post ul li, .post-template-default .post ul .elementor-location-header .header-banner li, .footer-banner .post-template-default .post ul li, .post-template-default .post ul .footer-banner li,
  .elementor-location-header .header-banner .post-template-default .post ol li, .post-template-default .post ol .elementor-location-header .header-banner li,
  .footer-banner .post-template-default .post ol li, .post-template-default .post ol .footer-banner li {
    color: #fff;
    margin: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .elementor-location-header .header-banner p, .footer-banner p, .elementor-location-header .header-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-location-header .header-banner .elementor-tab-content, .footer-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .footer-banner .elementor-tab-content, .elementor-location-header .header-banner .post-template-default .post ul li, .post-template-default .post ul .elementor-location-header .header-banner li, .footer-banner .post-template-default .post ul li, .post-template-default .post ul .footer-banner li,
      .elementor-location-header .header-banner .post-template-default .post ol li, .post-template-default .post ol .elementor-location-header .header-banner li,
      .footer-banner .post-template-default .post ol li, .post-template-default .post ol .footer-banner li {
        padding-left: 20px;
        text-align: left; } }
    @media only screen and (max-width: 420px) {
      .elementor-location-header .header-banner p, .footer-banner p, .elementor-location-header .header-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-location-header .header-banner .elementor-tab-content, .footer-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .footer-banner .elementor-tab-content, .elementor-location-header .header-banner .post-template-default .post ul li, .post-template-default .post ul .elementor-location-header .header-banner li, .footer-banner .post-template-default .post ul li, .post-template-default .post ul .footer-banner li,
      .elementor-location-header .header-banner .post-template-default .post ol li, .post-template-default .post ol .elementor-location-header .header-banner li,
      .footer-banner .post-template-default .post ol li, .post-template-default .post ol .footer-banner li {
        padding-left: 0; }
        .elementor-location-header .header-banner p span.hide-mobile, .footer-banner p span.hide-mobile, .elementor-location-header .header-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content span.hide-mobile, .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-location-header .header-banner .elementor-tab-content span.hide-mobile, .footer-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content span.hide-mobile, .elementor .elementor-tabs .elementor-tabs-content-wrapper .footer-banner .elementor-tab-content span.hide-mobile, .elementor-location-header .header-banner .post-template-default .post ul li span.hide-mobile, .post-template-default .post ul .elementor-location-header .header-banner li span.hide-mobile, .footer-banner .post-template-default .post ul li span.hide-mobile, .post-template-default .post ul .footer-banner li span.hide-mobile, .elementor-location-header .header-banner .post-template-default .post ol li span.hide-mobile, .post-template-default .post ol .elementor-location-header .header-banner li span.hide-mobile, .footer-banner .post-template-default .post ol li span.hide-mobile, .post-template-default .post ol .footer-banner li span.hide-mobile {
          display: none; } }
  .elementor-location-header .header-banner .elementor-widget-container, .footer-banner .elementor-widget-container {
    padding: 0; }
  .elementor-location-header .header-banner .button, .footer-banner .button {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid white;
    color: white;
    border-radius: 4px;
    padding: 11px 15px;
    margin-left: 10px;
    font-weight: bold; }
    .elementor-location-header .header-banner .button.login, .footer-banner .button.login {
      position: absolute;
      right: 10px;
      top: -2px;
      border: none; }
  .elementor-location-header .header-banner .border-button, .footer-banner .border-button {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin-left: 10px;
    font-weight: bold;
    margin-top: -4px; }
  .elementor-location-header .header-banner .elementor-item-active::after, .footer-banner .elementor-item-active::after {
    background-color: #ff715a !important; }

.elementor-location-header {
  position: sticky;
  position: -webkit-sticky;
  top: -46px;
  z-index: 9999; }
  .elementor-location-header .header-menu {
    max-height: 60px;
    box-shadow: 3px 18px 18px rgba(0, 0, 0, 0.1); }

.admin-bar .elementor-location-header {
  top: -16px; }
  @media only screen and (max-width: 767px) {
    .admin-bar .elementor-location-header {
      top: -46px; } }

.elementor-html .elementor-location-header {
  position: relative;
  top: 0;
  margin-bottom: 50px; }

.footer-banner {
  background-color: #B5D4CD; }
  .footer-banner p, .footer-banner .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .footer-banner .elementor-tab-content, .footer-banner .post-template-default .post ul li, .post-template-default .post ul .footer-banner li,
  .footer-banner .post-template-default .post ol li, .post-template-default .post ol .footer-banner li,
  .footer-banner .button {
    color: #5C7886; }
  .footer-banner .border-button {
    border-color: #5C7886; }
    .footer-banner .border-button:hover {
      border-color: white; }

.elementor-nav-menu a::after {
  height: 5px !important;
  background-color: #ff715a !important; }

body.single-post .menu-item-14809 a::after,
body.archive .menu-item-14809 a::after,
body.search .menu-item-14809 a::after {
  opacity: 1 !important; }

.elementor-blockquote {
  margin-top: 20px !important; }

.elementor-blockquote__content {
  font-size: 24px;
  line-height: 34px; }

.elementor-testimonial__text {
  font-size: 16px !important;
  font-style: initial !important;
  color: #5C7886; }

.elementor-blockquote__author {
  font-size: 14px;
  color: #5C7886; }

#page-logo img {
  height: 50px !important;
  width: auto !important; }

#my-recipes-img {
  margin-bottom: -2px; }

.elementor-widget-container .elementor-button-wrapper {
  margin-bottom: 20px; }

.elementor-pagination a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #5C7886; }

.signup {
  background: #ff715a; }
  .signup h2,
  .signup h3,
  .signup p,
  .signup .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content,
  .elementor .elementor-tabs .elementor-tabs-content-wrapper .signup .elementor-tab-content,
  .signup .post-template-default .post ul li,
  .post-template-default .post ul .signup li,
  .signup .post-template-default .post ol li,
  .post-template-default .post ol .signup li {
    color: white; }
  .signup .signup-text {
    padding-left: 2%;
    padding-right: 5%;
    border-right: 1px solid white; }
  .signup .signup-form {
    padding-left: 5%;
    padding-right: 2%; }
    .signup .signup-form input[type=text],
    .signup .signup-form input[type=password],
    .signup .signup-form textarea,
    .signup .signup-form button {
      color: #444444;
      padding: 15px;
      width: 100%; }
    .signup .signup-form input[type=checkbox] {
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
      margin: 0 10px 0 5px; }
    .signup .signup-form p, .signup .signup-form .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .signup .signup-form .elementor-tab-content, .signup .signup-form .post-template-default .post ul li, .post-template-default .post ul .signup .signup-form li,
    .signup .signup-form .post-template-default .post ol li, .post-template-default .post ol .signup .signup-form li {
      margin: 0;
      margin-bottom: 10px; }
    .signup .signup-form label a {
      color: white; }
    .signup .signup-form label span {
      vertical-align: middle; }
    .signup .signup-form button {
      background: #B5D4CD; }
      .signup .signup-form button span {
        color: white;
        font-size: 17px;
        line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .signup .signup-text,
    .signup .signup-form {
      border: none;
      padding: 0;
      max-width: 400px;
      margin: 0 auto; } }
  
  .signup p,
  .signup .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content,
  .elementor .elementor-tabs .elementor-tabs-content-wrapper .signup .elementor-tab-content,
  .signup .post-template-default .post ul li,
  .post-template-default .post ul .signup li,
  .signup .post-template-default .post ol li,
  .post-template-default .post ol .signup li {
    font-size: 18px; }
  .signup ::placeholder {
    color: #919191; }
  .signup .elementor-button.elementor-size-md {
    background: #B5D4CD !important;
    border-radius: 0; }
  .signup .elementor-divider-separator {
    background-color: #eeeeee;
    color: #eeeeee;
    -webkit-transform: rotate(90deg);
    position: absolute;
    left: 0px;
    border: 4px;
    margin-top: 120px; }

#prefooter-banner-right {
  float: left; }

#prefooter-quote {
  background: white; }
  #prefooter-quote h4 {
    padding: 40px 0 0;
    font-weight: 200;
    font-size: 24px;
    line-height: 42px;
    padding-left: 80px; }
  #prefooter-quote p, #prefooter-quote .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper #prefooter-quote .elementor-tab-content, #prefooter-quote .post-template-default .post ul li, .post-template-default .post ul #prefooter-quote li,
  #prefooter-quote .post-template-default .post ol li, .post-template-default .post ol #prefooter-quote li {
    padding: 0 0 40px;
    padding-left: 80px;
    color: #5C7886; }

#prefooter-banner {
  background: #5C7886;
  margin-top: 60px;
  padding: 20px 0; }
  #prefooter-banner h2 {
    color: white;
    padding-right: 20px; }
  #prefooter-banner #prefooter-banner-left {
    border-right: 2px solid white;
    margin: 10px 10px 0px; }
  #prefooter-banner #prefooter-banner-right {
    padding-left: 20px; }

.elementor-element-populated {
  padding: 0; }

#footer .elementor-nav-menu a {
  font-size: 15px;
  line-height: 10px;
  padding-bottom: 10px !important; }

#footer .elementor-nav-menu a::after {
  background: none !important;
  height: 0px !important; }

#pageheader {
  transition: none;
}

#pageheader h1 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  max-width: 600px;
  margin: auto;
  font-weight: 200;
  font-size: 36px;
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    #pageheader h1 {
      padding: 30px; } }

#pageheader .elementor-container {
  min-height: 300px; }
  @media only screen and (max-width: 767px) {
    #pageheader .elementor-container {
      min-height: 200px; } }

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  font-family: "Open Sans", sans-serif;
  color: #5C7886; }

.elementor-grid-3 .elementor-grid-item {
  width: initial !important; }

.testimonials-slider .elementor-widget:not(:last-child) {
  margin: 0; }

.testimonials-slider .swiper-slide {
  background-color: #f2f2f5; }
  .testimonials-slider .swiper-slide .swiper-slide-next:before,
  .testimonials-slider .swiper-slide .swiper-slide-prev:before {
    color: #5C7886;
    font-size: 60px; }
    @media only screen and (max-width: 767px) {
      .testimonials-slider .swiper-slide .swiper-slide-next:before,
      .testimonials-slider .swiper-slide .swiper-slide-prev:before {
        display: none; } }
  .testimonials-slider .swiper-slide .swiper-slide-inner {
    padding: 20px 10%;
    color: #5C7886; }
    @media only screen and (max-width: 767px) {
      .testimonials-slider .swiper-slide .swiper-slide-inner {
        padding: 20px 5%; } }
    .testimonials-slider .swiper-slide .swiper-slide-inner .elementor-slide-heading {
      font-size: 20px;
      font-weight: 200;
      line-height: 1.7;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .testimonials-slider .swiper-slide .swiper-slide-inner .elementor-slide-heading {
          font-size: 18px; } }
      .testimonials-slider .swiper-slide .swiper-slide-inner .elementor-slide-heading:before {
        background-image: url(/wp-content/uploads/2019/04/quote-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 50px;
        height: 40px;
        margin: 0 auto 20px;
        content: ""; }
    .testimonials-slider .swiper-slide .swiper-slide-inner .elementor-slide-description {
      font-size: 14px;
      padding-top: 10px !important;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .testimonials-slider .swiper-slide .swiper-slide-inner .elementor-slide-description {
          font-size: 12px; } }

#video-play-button img {
  max-width: 147px; }

.about-us-lead {
  padding: 0 5%; }
  .about-us-lead .elementor-widget-wrap {
    margin: 0 auto;
    max-width: 800px; }

.about-us-text .elementor-widget-wrap {
  margin: 0 auto;
  max-width: 600px; }

.about-us-text h5 {
  margin-bottom: -10px; }

.last {
  padding-bottom: 0px !important; }
  .last .elementor-container {
    border-bottom: none !important; }

.textblock {
  padding-top: 20px; }
  .textblock .elementor-container {
    max-width: 1000px !important;
    border-bottom: 1px solid #ccc;
    padding: 0 50px; }
  .textblock.middle {
    padding-top: 0; }
    @media only screen and (max-width: 767px) {
      .textblock.middle {
        padding-top: 20px; } }
  .textblock .elementor-element-populated {
    padding-bottom: 0 !important; }

.meal-planning-why-sliders .swiper-slide {
  height: 300px !important; }
  .meal-planning-why-sliders .swiper-slide .swiper-slide-inner {
    padding: 0% 5% !important; }
  @media only screen and (max-width: 1024px) {
    .meal-planning-why-sliders .swiper-slide {
      height: 320px !important; } }
  @media only screen and (max-width: 767px) {
    .meal-planning-why-sliders .swiper-slide {
      height: 500px !important; } }

.meal-planning-why-sliders .elementor-slide-content p, .meal-planning-why-sliders .elementor-slide-content .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .meal-planning-why-sliders .elementor-slide-content .elementor-tab-content, .meal-planning-why-sliders .elementor-slide-content .post-template-default .post ul li, .post-template-default .post ul .meal-planning-why-sliders .elementor-slide-content li,
.meal-planning-why-sliders .elementor-slide-content .post-template-default .post ol li, .post-template-default .post ol .meal-planning-why-sliders .elementor-slide-content li {
  text-align: left; }

.meal-planning-why-sliders .elementor-slide-content h3 {
  margin-top: 0;
  text-align: left;
  font-size: 22px; }

.meal-planning-why-sliders .elementor-slide-content h2 {
  font-size: 40px;
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap; }
  .meal-planning-why-sliders .elementor-slide-content h2 em {
    white-space: normal;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #5C7886;
    text-align: left;
    line-height: 1.5;
    font-size: 20px;
    min-height: 60px; }

.meal-planning-why-sliders .elementor-slide-content .elementor-widget-text-editor {
  margin-bottom: 0 !important; }

.meal-planning-why-sliders .elementor-slide-content .elementor-slide-button {
  display: none; }

#line {
  border-right: 1px solid white; }

.get-your-thirty {
  background: #5C7886; }
  .get-your-thirty .elementor-widget-container .elementor-button-wrapper {
    margin-bottom: 0;
    margin-left: 50px; }
    @media only screen and (max-width: 767px) {
      .get-your-thirty .elementor-widget-container .elementor-button-wrapper {
        margin-left: 0; } }
    .get-your-thirty .elementor-widget-container .elementor-button-wrapper a {
      margin-bottom: 0; }
  .get-your-thirty h3 {
    color: #fff;
    text-align: center;
    margin: 10px 0; }
  .get-your-thirty .elementor-button-text {
    font-size: 18px; }

.page-id-979 .elementor-button-wrapper {
  text-align: center; }

.footer {
  background-color: #B5D4CD; }
  .footer a {
    color: #5C7886; }
  .footer .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    padding: 20px;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .search-form {
    float: none; }
  #pageheader .elementor-container {
    align-items: baseline; }
  #pageheader h1 {
    max-width: 100%; }
  #main .textblock {
    margin-bottom: 20px; }
    #main .textblock.last {
      margin-bottom: 0; }
    #main .textblock .elementor-container {
      padding: 0;
      text-align: center; }
  #main .signup button span {
    color: white !important; }
  #main .elementor-image {
    text-align: center; }
  #main .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 1.3em; }
  #main .elementor-slide-content p, #main .elementor-slide-content .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper #main .elementor-slide-content .elementor-tab-content, #main .elementor-slide-content .post-template-default .post ul li, .post-template-default .post ul #main .elementor-slide-content li,
  #main .elementor-slide-content .post-template-default .post ol li, .post-template-default .post ol #main .elementor-slide-content li {
    text-align: center; }
  #main .elementor-slide-content h2 {
    font-size: 40px;
    line-height: 55px;
    justify-content: center; }
  #main .elementor-slide-content h2 span {
    font-size: 15px !important; }
  #main .elementor-slide-content h3 {
    text-align: center; }
  .elementor-element-5610de2 .elementor-widget-container {
    padding: 0px; }
  .elementor-button-wrapper {
    text-align: center !important; } }

.grv-widget-tag-bottom-right {
  bottom: 60px !important;
  right: 10px !important; }

body #pojo-a11y-toolbar {
  bottom: 65px !important;
  top: unset !important; }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    bottom: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
      font-size: 160%; }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link {
    margin-left: 12px;
    background-color: #5C7886 !important;
    border-radius: 1em;
    border: 3px solid white;
    padding: 7px 7px 8px 10px !important; }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    border: 3px solid #5C7886;
    border-left: none; }
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
      background-color: #5C7886; }

body.pojo-a11y-grayscale {
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important; }
  body.pojo-a11y-grayscale #primary {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; }

iframe[src^="https://g87j7fj4x8c8.statuspage.io/embed/frame"] {
  margin-right: 15px; }

.show-in-email {
  display: none; }

.elementor-editor-active .show-in-email {
  display: block;
  border: 2px dashed red; }
  .elementor-editor-active .show-in-email:before {
    content: 'ONLY VISIBLE IN EMAIL';
    display: block;
    text-align: center;
    padding-top: 10px; }

/* BUTTONS */
.elementor .elementor-button, .post-template-default .post .pte-recipe .print-button a, .post-template-default .post .pte-recipe button, .post-template-default .post .comments-area .nav-links .page-numbers, .blog-search-heading .search-form input[type="submit"], .post-template-default .post .comments-area .comment-respond .comment-reply-title small a, button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"], figcaption a.button {
  background-color: #ff715a;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none; }

.elementor .elementor-button, .post-template-default .post .pte-recipe .print-button a, .post-template-default .post .pte-recipe button, .post-template-default .post .comments-area .nav-links .page-numbers, .blog-search-heading .search-form input[type="submit"] {
  background-color: #5C7886; }

.post-template-default .post .comments-area .comment-respond .comment-reply-title small a {
  background-color: #919191; }

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: white; }

input,
select,
textarea {
  padding: 4px 6px; }

input[type='text'],
input[type='password'],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  min-height: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }

select::-ms-expand {
  display: none; }

input[type='radio'],
input[type='checkbox'],
input[type='image'],
input.checkbox {
  border: none; }

input[type='checkbox'],
input[type='radio'] {
  margin-right: 0.2em; }

select {
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.075);
  padding-right: 25px;
  background-image: url(/images/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%; }

input.placeholder {
  color: #999 !important; }

/* Placeholder */
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999; }

textarea {
  width: 100%; }

input:focus,
textarea:focus,
select:focus,
button:focus,
.button:focus,
.form-input-wrap:focus-within,
:focus-within[class*="comment-form-"] {
  outline: none;
  border-color: #0366d6;
  box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.4); }

.form-input-wrap, [class*="comment-form-"] {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  padding-top: 7.5px;
  text-align: left;
  font-weight: normal;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-input-wrap label, [class*="comment-form-"] label {
    display: block;
    padding: 0 12px;
    padding-right: 30px;
    padding-bottom: 0;
    color: #999;
    font-size: 1em; }
  .form-input-wrap label .label-content, [class*="comment-form-"] label .label-content,
  .form-input-wrap input[type='text'],
  [class*="comment-form-"] input[type='text'],
  .form-input-wrap input[type='password'],
  [class*="comment-form-"] input[type='password'],
  .form-input-wrap input[type='email'],
  [class*="comment-form-"] input[type='email'],
  .form-input-wrap input[type='url'],
  [class*="comment-form-"] input[type='url'],
  .form-input-wrap textarea,
  [class*="comment-form-"] textarea,
  .form-input-wrap select,
  [class*="comment-form-"] select {
    display: block;
    box-sizing: border-box;
    padding: 3px 12px 7.5px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none; }
  
  .form-input-wrap select,
  [class*="comment-form-"] select {
    width: 100%;
    padding-top: 35px;
    margin-top: -30px;
    background-position: right top;
    background-size: 40px; }
  .form-input-wrap input:-webkit-autofill, [class*="comment-form-"] input:-webkit-autofill,
  .form-input-wrap input:-webkit-autofill:hover,
  [class*="comment-form-"] input:-webkit-autofill:hover,
  .form-input-wrap input:-webkit-autofill:focus,
  [class*="comment-form-"] input:-webkit-autofill:focus {
    background: transparent; }

#footer {
  background: #B5D4CD;
  font-family: 'Open Sans', sans-serif;
  padding: 60px 0; }
  #footer ul {
    display: block !important; }
  #footer a {
    padding-left: 0 !important; }
  #footer a::after {
    background-color: transparent; }
  #footer .elementor-social-icons-wrapper a {
    padding-left: 10px !important; }
  #footer h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }

#see-all-posts {
  width: 300px !important;
  background-color: #B5D4CD;
  color: #5C7886; }

.blog-home-articles {
  padding: 0; }
  .blog-home-articles .elementor-section {
    padding-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .blog-home-articles .elementor-section {
        padding: 0; } }
    .blog-home-articles .elementor-section .elementor-widget-heading {
      margin: 0; }
    .blog-home-articles .elementor-section .divider {
      margin-top: 0; }

article h1,
article h2,
article h3,
article h4 {
  color: #5C7886; }
  article h1 a,
  article h2 a,
  article h3 a,
  article h4 a {
    color: #5C7886; }

.elementor-card-shadow-yes .elementor-post__card {
  box-shadow: none !important;
  border: 1px solid #EFEFEF !important; }

.archive .elementor-section-boxed.archive-title {
  margin: 20px 0 0;
  padding: 0; }

.archive .elementor-section-boxed.archive-title-divider .divider {
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }

.elementor-pagination {
  margin: 20px 0; }

.elementor-posts-container .elementor-post__thumbnail {
  max-height: 155px !important; }

figcaption {
  padding: 10px 0;
  font-size: smaller;
  color: #919191; }
  figcaption a {
    color: #589889; }
    figcaption a span {
      font-weight: 600 !important; }

.elementor-widget-wp-widget-categories {
  line-height: 40px; }
  .elementor-widget-wp-widget-categories h5,
  .elementor-widget-wp-widget-categories form {
    display: inline-block;
    margin: 0; }
  .elementor-widget-wp-widget-categories h5 {
    padding-right: 20px;
    font-size: 30px;
    display: none; }
  .elementor-widget-wp-widget-categories select {
    color: #5C7886;
    padding: 6px 10px;
    vertical-align: top; }

.post-template-default .post ul li,
.post-template-default .post ol li {
  margin-bottom: 0; }

.post-template-default .post img.alignleft,
.post-template-default .post img.left {
  float: left;
  margin: 0 2em 1em 0; }

.post-template-default .post img.alignright,
.post-template-default .post img.right {
  float: right;
  margin: 0 0 1em 2em; }

.post-template-default .post blockquote {
  border-left: 2px solid #919191;
  padding: 0px;
  margin: 100px 0px !important; }
  .post-template-default .post blockquote p, .post-template-default .post blockquote .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .post-template-default .post blockquote .elementor-tab-content, .post-template-default .post blockquote ul li, .post-template-default .post ul blockquote li,
  .post-template-default .post blockquote ol li, .post-template-default .post ol blockquote li {
    font-size: 20px;
    line-height: 36px;
    color: #5C7886;
    padding-left: 20px; }

.post-template-default .post #pageheader .elementor-container {
  min-height: 450px; }
  @media only screen and (max-width: 767px) {
    .post-template-default .post #pageheader .elementor-container {
      min-height: 100px; } }

.post-template-default .post #pageheader .elementor-widget-wrap > .elementor-element.inline-block {
  display: inline-block;
  width: auto; }

.post-template-default .post #pageheader h1,
.post-template-default .post #pageheader h3 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  margin-bottom: 10px; }

.post-template-default .post #pageheader h3 {
  padding-right: 8px;
  margin-bottom: 0; }

.post-template-default .post .blog-post-info {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 20px 50px 20px;
  margin-left: 8%;
  margin-right: 10%; }
  @media only screen and (max-width: 767px) {
    .post-template-default .post .blog-post-info {
      max-width: 100%;
      padding: 20px;
      margin: 0;
      margin-bottom: 40px; } }
  .post-template-default .post .blog-post-info h1 {
    padding: 0 !important;
    background-color: transparent !important; }
  .post-template-default .post .blog-post-info .post-articles-meta {
    margin: 0;
    padding: 15px 0 0; }
    .post-template-default .post .blog-post-info .post-articles-meta ul {
      display: flex;
      align-items: center; }
    .post-template-default .post .blog-post-info .post-articles-meta li {
      display: inline-block;
      margin: 0 !important; }
  .post-template-default .post .blog-post-info .elementor-icon-list-icon {
    height: 50px !important;
    width: 50px !important; }
  .post-template-default .post .blog-post-info .individual-post-category {
    margin: 0 !important;
    padding: 20px 0 15px 12px; }
    .post-template-default .post .blog-post-info .individual-post-category a {
      margin-left: -12px;
      margin-right: 10px;
      background-color: #b5d4cd;
      color: #5c7886;
      padding: 0.3em 1em;
      white-space: nowrap;
      text-transform: inherit;
      border-radius: 1em;
      z-index: 2;
      font-weight: 400; }

.post-template-default .post .elementor-widget:not(:last-child) {
  margin: 0; }

.post-template-default .post .pte-recipe {
  margin: 0;
  padding: 20px;
  background-color: #f2f2f5; }
  .post-template-default .post .pte-recipe .p-name {
    margin-top: 0; }
  .post-template-default .post .pte-recipe .print-button {
    font-size: smaller; }
    .post-template-default .post .pte-recipe .print-button a {
      padding: 0.5em 2em; }
  .post-template-default .post .pte-recipe button {
    padding: 0.5em 2em; }

.post-template-default .post.single #pageheader h1 {
  padding-bottom: 0;
  padding-top: 0; }

.post-template-default .post .comments-area .nav-links {
  text-align: center; }
  .post-template-default .post .comments-area .nav-links .page-numbers {
    padding: 0.75em 1em;
    display: inline-block;
    border-radius: 2em; }
    @media only screen and (max-width: 480px) {
      .post-template-default .post .comments-area .nav-links .page-numbers {
        font-size: smaller;
        padding: 0.5em 0.75em; } }
    .post-template-default .post .comments-area .nav-links .page-numbers.prev, .post-template-default .post .comments-area .nav-links .page-numbers.next {
      min-width: 60px;
      position: absolute;
      border-radius: 2px; }
      @media only screen and (max-width: 480px) {
        .post-template-default .post .comments-area .nav-links .page-numbers.prev, .post-template-default .post .comments-area .nav-links .page-numbers.next {
          padding: 0.75em; } }
    .post-template-default .post .comments-area .nav-links .page-numbers.prev {
      left: 0;
      border-right: 5px solid white; }
    .post-template-default .post .comments-area .nav-links .page-numbers.next {
      right: 0;
      border-left: 5px solid white; }
    .post-template-default .post .comments-area .nav-links .page-numbers.current {
      background-color: #ff715a; }

.post-template-default .post .comments-area .comment-list {
  margin: 0;
  padding: 0; }
  .post-template-default .post .comments-area .comment-list .comment {
    list-style: none;
    background-color: #f2f2f5;
    margin: 1em 0;
    padding: 1px;
    font-size: 0.8em; }
    .post-template-default .post .comments-area .comment-list .comment .children {
      padding-left: 2em; }
    .post-template-default .post .comments-area .comment-list .comment .comment-body {
      position: relative;
      margin: 0 1.5em;
      padding: 1em 0; }
      .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-author {
        display: flex;
        align-items: center; }
        .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-author img {
          margin-right: 1em;
          border-radius: 2em; }
        .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-author .fn {
          margin-right: 5px; }
      .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-metadata {
        position: absolute;
        right: -10px;
        top: 10px; }
        .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-metadata a {
          margin-left: 1em; }
      .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-content p, .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-content .elementor .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor .elementor-tabs .elementor-tabs-content-wrapper .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-content .elementor-tab-content, .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-content ul li, .post-template-default .post ul .comments-area .comment-list .comment .comment-body .comment-content li,
      .post-template-default .post .comments-area .comment-list .comment .comment-body .comment-content ol li, .post-template-default .post ol .comments-area .comment-list .comment .comment-body .comment-content li {
        margin: 1em 0; }
  .post-template-default .post .comments-area .comment-list .children {
    margin: 0; }
    .post-template-default .post .comments-area .comment-list .children .comment {
      margin-top: 0; }
      .post-template-default .post .comments-area .comment-list .children .comment .comment-body {
        border-top: 1px solid #c7c7c7; }

.post-template-default .post .comments-area .comment-respond {
  position: relative; }
  .post-template-default .post .comments-area .comment-respond .comment-reply-title small a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px; }
  .post-template-default .post .comments-area .comment-respond .logged-in-as a:nth-child(2) {
    margin-left: 10px; }

.blog-search-heading {
  padding-bottom: 20px; }
  .blog-search-heading h2 {
    line-height: 1; }
  .blog-search-heading .search-form {
    display: flex;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .blog-search-heading .search-form {
        float: none;
        justify-content: center;
        margin: 0 auto; } }
    .blog-search-heading .search-form label {
      flex-grow: 1; }
      .blog-search-heading .search-form label input[type="search"] {
        padding: 10px;
        width: 100%; }
    .blog-search-heading .search-form input[type="submit"] {
      flex-grow: 0;
      margin-left: 10px;
      padding: 10px 20px; }
  .blog-search-heading .archive-title .archive-title-bread,
  .blog-search-heading .archive-title .archive-title-heading {
    flex: 1; }
    .blog-search-heading .archive-title .archive-title-bread .elementor-widget-container,
    .blog-search-heading .archive-title .archive-title-heading .elementor-widget-container {
      display: inline-block; }
  .blog-search-heading .archive-title .archive-title-bread {
    flex: 0;
    white-space: nowrap; }
  .blog-search-heading .archive-title .elementor-text-editor {
    display: inline-block; }

.elementor-post__title {
  line-height: 1.4; }

@media only screen and (max-width: 767px) {
  .elementor-posts .elementor-post__card .elementor-post__title a {
    font-size: 23px !important;
    line-height: 21px !important; }
  .elementor-section-boxed.archive-title .elementor-column {
    width: auto; } }

.pte-blog-categories ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: center; }

.pte-blog-categories li {
  display: inline-block;
  color: #5C7886;
  padding: 0.5em 1em;
  margin: 3px 0;
  line-height: 1;
  background-color: #B5D4CD;
  border-radius: 1em;
  font-size: smaller;
  white-space: nowrap; }
  .pte-blog-categories li:last-of-type {
    border-right: none; }
  .pte-blog-categories li a {
    color: #5C7886;
    font-weight: 400; }

.elementor-posts .elementor-post__badge {
  background-color: #f2f2f5 !important;
  color: #4e4e4e !important;
  text-transform: none !important; }
