/*!
Theme Name: Avocados
Author: Chris King
Version: 1.0
Text Domain: chrisk
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Neucha&display=swap");
.white {
  color: #fff;
}

.yellow {
  color: #e1e41b;
}

.light-green {
  color: #8dc63f;
}

.green {
  color: #035a3f;
}

.dark-green {
  color: #0b4438;
}

.light-purple {
  color: #9283be;
}

.purple {
  color: #442176;
}

.dark-purple {
  color: #1c1934;
}

.orange {
  color: #f36f21;
}

.black {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-yellow-color {
  color: #e1e41b;
}

.has-light-green-color {
  color: #8dc63f;
}

.has-green-color {
  color: #035a3f;
}

.has-dark-green-color {
  color: #0b4438;
}

.has-light-purple-color {
  color: #9283be;
}

.has-purple-color {
  color: #442176;
}

.has-dark-purple-color {
  color: #1c1934;
}

.has-orange-color {
  color: #f36f21;
}

.has-black-color {
  color: #000;
}

.has-white-background-color {
  background-color: #fff;
}

.has-yellow-background-color {
  background-color: #e1e41b;
}

.has-light-green-background-color {
  background-color: #8dc63f;
}

.has-green-background-color {
  background-color: #035a3f;
}

.has-dark-green-background-color {
  background-color: #0b4438;
}

.has-light-purple-background-color {
  background-color: #9283be;
}

.has-purple-background-color {
  background-color: #442176;
}

.has-dark-purple-background-color {
  background-color: #1c1934;
}

.has-orange-background-color {
  background-color: #f36f21;
}

.has-black-background-color {
  background-color: #000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  background-color: #1c1934;
  color: white;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
}

.page-id-6 {
  background-image: url(./images/footer-bg-dark-green.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

body.page-id-26 {
  background-image: url(./images/footer-bg-light-green.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

body.page-id-28 {
  background-color: #2e1a46;
  background-image: url(./images/footer-bg-purple.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.standard-content {
  max-width: 1300px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
}

.image-max-width-200 figure img {
  max-width: 200px;
  margin: 0 auto;
}

.image-max-width-210 figure img {
  max-width: 210px;
  margin: 0 auto;
}

.image-max-width-220 figure img {
  max-width: 220px;
  margin: 0 auto;
}

.image-max-width-230 figure img {
  max-width: 230px;
  margin: 0 auto;
}

.image-max-width-240 figure img {
  max-width: 240px;
  margin: 0 auto;
}

.image-max-width-250 figure img {
  max-width: 250px;
  margin: 0 auto;
}

.image-max-width-260 figure img {
  max-width: 260px;
  margin: 0 auto;
}

.image-max-width-270 figure img {
  max-width: 270px;
  margin: 0 auto;
}

.image-max-width-280 figure img {
  max-width: 280px;
  margin: 0 auto;
}

.image-max-width-290 figure img {
  max-width: 290px;
  margin: 0 auto;
}

.image-max-width-300 figure img {
  max-width: 300px;
  margin: 0 auto;
}

.image-max-width-310 figure img {
  max-width: 310px;
  margin: 0 auto;
}

.image-max-width-320 figure img {
  max-width: 320px;
  margin: 0 auto;
}

.image-max-width-330 figure img {
  max-width: 330px;
  margin: 0 auto;
}

.image-max-width-340 figure img {
  max-width: 340px;
  margin: 0 auto;
}

.image-max-width-350 figure img {
  max-width: 350px;
  margin: 0 auto;
}

.image-max-width-360 figure img {
  max-width: 360px;
  margin: 0 auto;
}

.image-max-width-370 figure img {
  max-width: 370px;
  margin: 0 auto;
}

.image-max-width-380 figure img {
  max-width: 380px;
  margin: 0 auto;
}

.image-max-width-390 figure img {
  max-width: 390px;
  margin: 0 auto;
}

.image-max-width-400 figure img {
  max-width: 400px;
  margin: 0 auto;
}

.image-max-width-410 figure img {
  max-width: 410px;
  margin: 0 auto;
}

.image-max-width-420 figure img {
  max-width: 420px;
  margin: 0 auto;
}

.image-max-width-430 figure img {
  max-width: 430px;
  margin: 0 auto;
}

.image-max-width-440 figure img {
  max-width: 440px;
  margin: 0 auto;
}

.image-max-width-450 figure img {
  max-width: 450px;
  margin: 0 auto;
}

.image-max-width-460 figure img {
  max-width: 460px;
  margin: 0 auto;
}

.image-max-width-470 figure img {
  max-width: 470px;
  margin: 0 auto;
}

.image-max-width-480 figure img {
  max-width: 480px;
  margin: 0 auto;
}

.image-max-width-490 figure img {
  max-width: 490px;
  margin: 0 auto;
}

.image-max-width-500 figure img {
  max-width: 500px;
  margin: 0 auto;
}

.image-max-width-510 figure img {
  max-width: 510px;
  margin: 0 auto;
}

.image-max-width-520 figure img {
  max-width: 520px;
  margin: 0 auto;
}

.image-max-width-530 figure img {
  max-width: 530px;
  margin: 0 auto;
}

.image-max-width-540 figure img {
  max-width: 540px;
  margin: 0 auto;
}

.image-max-width-550 figure img {
  max-width: 550px;
  margin: 0 auto;
}

.image-max-width-560 figure img {
  max-width: 560px;
  margin: 0 auto;
}

.image-max-width-570 figure img {
  max-width: 570px;
  margin: 0 auto;
}

.image-max-width-580 figure img {
  max-width: 580px;
  margin: 0 auto;
}

.image-max-width-590 figure img {
  max-width: 590px;
  margin: 0 auto;
}

.image-max-width-600 figure img {
  max-width: 600px;
  margin: 0 auto;
}

.image-max-width-610 figure img {
  max-width: 610px;
  margin: 0 auto;
}

.image-max-width-620 figure img {
  max-width: 620px;
  margin: 0 auto;
}

.image-max-width-630 figure img {
  max-width: 630px;
  margin: 0 auto;
}

.image-max-width-640 figure img {
  max-width: 640px;
  margin: 0 auto;
}

.full-width-group, .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width .wp-block-group__inner-container {
  max-width: 1365px;
  margin: 0 auto;
  padding: 24px;
  position: relative;
}

@media (min-width: 720px) {
  .full-width .wp-block-group__inner-container {
    padding: 24px;
  }
}

.content {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}

.regmark {
  font-size: 0.6em;
  vertical-align: super;
}

@media (min-width: 720px) {
  .br {
    display: block;
  }
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

.content ol {
  margin-left: -12px;
}

.content ol li {
  margin-bottom: 18px;
  margin-left: 12px;
  padding-left: 12px;
  line-height: 1.8em;
}

h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1rem;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1rem;
}

a {
  color: #8dc63f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}

.btn {
  line-height: 48px;
}

.btn a {
  text-transform: uppercase;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 16px;
}

.btn-light-green a {
  padding: 16px 32px;
  background-color: #8dc63f;
  color: #1c1934;
}

.btn-light-green a:hover {
  text-decoration: none;
}

.btn-light-purple a {
  padding: 16px 32px;
  background-color: #9283be;
  color: white;
}

.btn-light-purple a:hover {
  text-decoration: none;
}

.btn-orange a {
  padding: 16px 32px;
  background-color: #f36f21;
  color: white;
}

.btn-orange a:hover {
  text-decoration: none;
}

.btn-orange-purple a {
  padding: 16px 32px;
  background-color: #f36f21;
  color: #1c1934;
}

.btn-orange-purple a:hover {
  text-decoration: none;
}

.splide__slide {
  height: 920px;
  height: 100vh;
}

@media (min-width: 1024px) {
  .splide__slide {
    height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.slide-columns {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 48px;
}

@media (min-width: 1124px) {
  .slide-columns {
    max-width: 1140px;
  }
}

@media (min-width: 1024px) {
  .slide-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.slide-columns .slide-image {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  padding: 0 24px;
  min-height: 50vh;
}

@media (min-width: 1024px) {
  .slide-columns .slide-image {
    min-height: 400px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.slide-columns .slide-text {
  padding: 0 24px;
  margin: 0 auto;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .slide-columns .slide-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 464px;
            flex: 0 0 464px;
  }
}

.slide-columns .slide-text .slide-heading {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9px;
  font-size: 18px;
}

@media (min-width: 375px) {
  .slide-columns .slide-text .slide-heading {
    font-size: 22px;
  }
}

@media (min-width: 430px) {
  .slide-columns .slide-text .slide-heading {
    line-height: 1.4;
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.slide-columns .slide-text .slide-sub-heading {
  font-style: italic;
  margin-bottom: 14px;
  font-size: 16px;
}

@media (min-width: 375px) {
  .slide-columns .slide-text .slide-sub-heading {
    font-size: 18px;
  }
}

@media (min-width: 430px) {
  .slide-columns .slide-text .slide-sub-heading {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1090px) {
  .slide-image-right .slide-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slide-image-right .slide-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.slide-1 {
  background-image: url(./images/slide-1-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.svg-container {
  opacity: 0;
}

.svg-container img {
  width: 100%;
}

.svg-container svg {
  width: 100%;
}

.svg-container.show svg {
  display: block;
}

.chancetowin_lightgreen_anim_V1 {
  width: 100%;
}

.splide__arrows .splide__arrow--prev {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  z-index: 1000;
  left: 48px;
}

@media (max-width: 1210px) {
  .splide__arrows .splide__arrow--prev {
    top: initial;
    bottom: 24px;
  }
}

@media (min-width: 1210px) and (max-width: 1298px) {
  .splide__arrows .splide__arrow--prev {
    left: 12px;
  }
}

.splide__arrows .splide__arrow--prev:hover {
  opacity: 1;
}

.splide__arrows .splide__arrow--next {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  z-index: 1000;
  right: 48px;
  border-radius: 0;
  opacity: 1;
}

@media (max-width: 1210px) {
  .splide__arrows .splide__arrow--next {
    top: initial;
    bottom: 24px;
  }
}

@media (min-width: 1210px) and (max-width: 1298px) {
  .splide__arrows .splide__arrow--next {
    right: 12px;
  }
}

.splide__arrows .splide__arrow--next:hover {
  opacity: 1;
}

.splide__pagination {
  bottom: 52px !important;
}

.splide__pagination::after {
  position: absolute;
  bottom: -42px;
  left: 0px;
  content: " ";
  width: 100%;
  height: 100px;
  background-image: url(./images/slide-squiggle.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 40px;
}

.splide__pagination.orange-squiggle::after {
  background-image: url(./images/slide-squiggle-orange.png);
}

#slide-arrow-previous {
  background-image: url(./images/arrow-previous.png);
}

#slide-arrow-next {
  background-image: url(./images/arrow-next.png);
}

.footer-before {
  background-image: url(./images/footer-before-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px;
}

.insta-feed {
  max-width: 1193px;
  margin: 0 auto;
  padding: 0 0 154px 0;
}

.insta-feed .sbi_photo {
  border-radius: 4px;
}

.footer-bg {
  background-image: url(./images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1000;
}

footer.site-footer {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
  padding: 100px 24px 0 24px;
}

@media (max-width: 960px) {
  footer.site-footer .footer-logos img {
    margin: 0 auto 24px auto;
  }
}

footer.site-footer > nav {
  margin: 0 auto;
  padding: 24px 24px 84px 24px;
}

@media (min-width: 960px) {
  footer.site-footer > nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 990px;
  }
}

footer.site-footer > nav ul {
  padding: 0;
  margin: 0;
}

footer.site-footer > nav ul li {
  text-align: center;
}

@media (min-width: 960px) {
  footer.site-footer > nav ul li {
    text-align: left;
  }
}

footer.site-footer > nav ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
}

footer.site-footer > nav ul li a:hover {
  text-decoration: underline;
}

footer.site-footer-win > nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 960px) {
  footer.site-footer-win > nav .footer-menu {
    margin-left: 110px;
  }
}

footer.site-footer-win > nav .copyright {
  margin-top: 24px;
}

footer.site-footer .footer-menu-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.site-footer .current-menu-item a {
  color: #f36f21;
}

footer.site-footer .copyright {
  color: #8dc63f;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 960px) {
  footer.site-footer .copyright {
    margin-top: 24px;
    text-align: center;
  }
}

footer.site-footer .credit {
  font-size: 14px;
  color: #8dc63f;
}

footer.site-footer .credit a {
  font-size: 14px;
  color: #8dc63f;
}

@media (max-width: 960px) {
  footer.site-footer .credit {
    text-align: center;
  }
}

.footer-ribbon {
  height: 34px;
  background-image: url(./images/footer-ribbon.png);
}

.header-menu-container {
  z-index: 9001;
  position: fixed;
  top: 28px;
  right: 0px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1100px) {
  .header-menu-container {
    right: 12px;
  }
}

#menu-toggle {
  text-transform: uppercase;
  font-size: 14px;
  color: #9283be;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  outline: 0;
}

.header-home-link {
  display: none;
  color: #9283be;
}

.header-home-link:hover {
  text-decoration: none;
}

@media (min-width: 620px) {
  .header-home-link {
    display: inline-block;
  }
}

body.page-id-26 {
  background-color: #0b4438;
}

body.page-id-26 .header-home-link {
  color: #8dc63f;
}

.hamburger {
  margin-left: 26px;
}

.hamburger span {
  border-top: 2px solid white;
  width: 36px;
  display: block;
  margin: 0 0 10px 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  opacity: 1;
}

.hamburger span:nth-of-type(3) {
  width: 26px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  margin-bottom: 0;
}

.hamburger.opened span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateX(9px) translateY(9px);
          transform: rotate(45deg) translateX(9px) translateY(9px);
}

.hamburger.opened span:nth-of-type(2) {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.hamburger.opened span:nth-of-type(3) {
  width: 36px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(-45deg) translateX(13px) translateY(-21px);
          transform: rotate(-45deg) translateX(13px) translateY(-21px);
}

.menu-logos {
  padding: 24px 24px 24px 24px;
}

.menu-logos img {
  margin: 0 auto;
}

#menu {
  display: none;
  z-index: 9000;
  position: fixed;
  width: 100%;
  background-color: #1c1934;
  top: 0;
  left: 0;
  height: 100vh;
  padding-top: 48px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu ul li {
  margin-bottom: 12px;
}

#menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

#menu .current-menu-item a {
  color: #f36f21;
}

#social-icons {
  z-index: 8999;
  position: fixed;
  right: 22px;
  top: 84px;
}

#social-icons a {
  margin: 0 0 27px 0;
  display: block;
}

#social-icons img {
  margin: 0 auto;
}

.menu-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.menu-social-icons img {
  width: 40px;
  height: auto;
  margin: 10px;
}

.blog-feature {
  margin: 74px 0;
}

.blog-feature .blog-feature-header {
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.blog-feature .blog-feature-header #knowledge_orange_anim_v1 {
  max-width: 445px;
  margin: 0 auto;
}

.blog-feature .blog-feature-header .meta {
  text-align: left;
}

.blog-feature .blog-feature-header .meta .date a {
  color: #f36f21;
}

.blog-feature .blog-feature-header h2 {
  margin: -12px 0 0 0;
  color: #f36f21;
}

.blog-feature .blog-feature-header.light-green h2 {
  color: #8dc63f;
}

.link-to-blog {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.link-to-blog img {
  display: inline-block;
  width: 88px;
  height: auto;
  margin-top: 12px;
}

.page-id-28 .link-to-blog a {
  color: #9283be;
}

.dot::before {
  content: "\2022";
  color: #f36f21;
  font-weight: bold;
  display: inline-block;
  width: 12px;
  margin-left: 6px;
}

.blog-feature-items.blog-feature-items-reveal article {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.blog-filters {
  margin: 24px auto 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1171px;
}

@media (min-width: 890px) {
  .blog-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-filters a {
  margin-right: 64px;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-filters a:hover {
  color: #f36f21;
  text-decoration: none;
}

.blog-filters a.active {
  color: #f36f21;
}

.blog-filters a.active:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f36f21;
  border-radius: 50%;
  margin-top: 6px;
}

.blog-feature-items {
  margin: 24px auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1171px;
}

@media (min-width: 890px) {
  .blog-feature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
}

.blog-feature-items.with-filters {
  margin-top: 0;
}

.blog-feature-items article {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 24px 0 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
}

@media (min-width: 1000px) {
  .blog-feature-items article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 8px);
            flex: 0 0 calc(33.3% - 8px);
  }
}

.blog-feature-items article:nth-of-type(even) .thumb {
  height: 374px;
}

@media (min-width: 1000px) {
  .blog-feature-items article:nth-of-type(5) {
    margin-top: -160px;
  }
}

.blog-feature-items article .thumb {
  background-color: #442176;
  background-size: cover;
  background-position: center;
  height: 374px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 1000px) {
  .blog-feature-items article .thumb {
    height: 560px;
  }
}

.blog-feature-items article .meta {
  margin-left: 18px;
  margin-right: 18px;
}

.blog-feature-items article .meta .date a {
  color: #f36f21;
}

.blog-feature-items article .title {
  font-size: 22px;
  color: white;
  font-weight: bold;
  margin-bottom: 12px;
}

.blog-feature-items article .date {
  color: #f36f21;
  font-weight: 600;
  text-transform: uppercase;
  margin: 8px 0;
}

.blog-feature-items article .show-me-more a {
  color: white;
  text-transform: uppercase;
}

.blog-bg {
  background-image: url(./images/blog-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  margin-top: -50px;
}

.post-columns {
  padding: 80px 12px 0 12px;
  max-width: 1175px;
  margin: 0 auto 180px auto;
}

@media (min-width: 890px) {
  .post-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 24px 0 24px;
  }
}

.post-columns .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 890px) {
  .post-columns .post-content {
    margin-right: 24px;
  }
}

.post-columns .post-content ul {
  line-height: 1.4em;
  padding-left: 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  list-style: none;
  font-size: 16px;
  padding: 0 0 0 1em;
}

.post-columns .post-content ul li {
  margin-bottom: 4px;
}

.post-columns .post-content ul li::before {
  content: "\2022";
  color: #f36f21;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.post-columns .post-content ol {
  line-height: 1.4em;
  padding-left: 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 16px;
  padding: 0 0 0 1em;
}

.post-columns .post-content ol li {
  margin-bottom: 4px;
}

.post-columns .post-content .featured-image {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  width: 100%;
  height: 500px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
}

.post-columns .post-content .single-post {
  background-color: white;
  padding: 52px 16px 0px 16px;
  margin-top: -24px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  color: #1c1934;
  text-align: left;
}

@media (min-width: 890px) {
  .post-columns .post-content .single-post {
    padding: 64px 34px 0px 34px;
  }
}

.post-columns .post-content .single-post h1 {
  color: #f36f21;
  font-weight: bold;
}

.post-columns .post-content .single-post h2 {
  font-size: 18px;
  font-weight: bold;
}

.post-columns .post-content .single-post p {
  font-size: 16px;
}

.post-columns .sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 376px;
          flex: 0 0 376px;
  text-align: center;
}

@media (min-width: 890px) {
  .post-columns .sidebar {
    text-align: left;
  }
}

.post-columns .sidebar .sidebar-header {
  background-color: #035a3f;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 32px;
  margin-top: 24px;
}

@media (min-width: 890px) {
  .post-columns .sidebar .sidebar-header {
    margin-top: 0;
  }
}

.post-columns .sidebar .sidebar-header img {
  margin: 0 auto;
}

@media (min-width: 890px) {
  .post-columns .sidebar .sidebar-header img {
    margin: -48px auto 0 auto;
  }
}

.post-columns .sidebar .sidebar-header-1 {
  color: #e1e41b;
  font-size: 28px;
  margin: 8px 0;
  font-weight: 500;
}

.post-columns .sidebar .sidebar-header-2 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 500;
}

.post-columns .sidebar .sidebar-header P {
  font-size: 22px;
  font-style: italic;
}

.post-columns .sidebar .sidebar-header P a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}

.post-columns h3 {
  font-style: normal;
  font-size: 28px;
  color: #f36f21;
  font-weight: 500;
}

.post-columns .widget {
  margin-bottom: 64px;
}

.post-columns .widget p {
  margin: 0;
  display: inline-block;
}

.post-columns .widget a {
  color: white;
}

.post-columns .widget a:hover {
  text-decoration: underline;
}

.post-columns .widget.categories {
  font-weight: bold;
}

.post-columns .widget.categories li {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.post-columns .widget.categories li a {
  text-transform: uppercase;
}

.post-columns .widget.tags li {
  display: inline-block;
}

.post-columns .widget.tags li p::after {
  display: inline-block;
  content: ", ";
}

.post-columns .widget.tags li:last-child p::after {
  content: "";
}

.recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recipe div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}

.wp-block-quote {
  margin: 64px 0;
}

.wp-block-quote p {
  color: #442176;
  font-size: 20px;
  text-align: center;
}

.wp-block-quote::before {
  content: "";
  display: block;
  height: 48px;
  background-image: url(./images/quote-marks.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.post-nav {
  margin: 190px auto 40px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
}

.post-nav-text {
  display: none;
}

@media (min-width: 480px) {
  .post-nav-text {
    display: inline-block;
  }
}

.post-nav a {
  text-transform: uppercase;
  color: #f36f21;
  font-weight: 700;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.post-nav .previous {
  width: 50px;
  height: 23px;
  display: inline-block;
  background-image: url(./images/arrow-previous.png);
  background-size: cover;
  margin-right: 12px;
}

.post-nav .next {
  width: 50px;
  height: 23px;
  display: inline-block;
  background-image: url(./images/arrow-next.png);
  background-size: cover;
  margin-left: 12px;
}

.post-footer-image {
  text-align: center;
}

.post-footer-image img {
  display: inline-block;
}

.recent-posts .recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recent-posts .recent-post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  display: block;
  margin: 0 20px 40px 0;
}

.recent-posts .recent-post-thumb > div {
  width: 94px;
  height: 94px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recent-posts .recent-post-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.recent-posts .recent-post-meta .title {
  font-size: 22px;
  color: white;
  font-weight: bold;
  margin-bottom: 12px;
}

.recent-posts .recent-post-meta .date {
  color: #f36f21;
  font-weight: 600;
  text-transform: uppercase;
  margin: 8px 0;
}

.recent-posts .recent-post-meta .date a {
  color: #f36f21;
}

.recent-posts li:last-child .recent-post-thumb {
  margin-bottom: 0;
}

body.page-id-63 {
  background-color: #1c1934;
}

.win-background {
  max-width: 1980px;
  margin: 0 auto;
  background-color: #0f6141;
  background-image: url(./images/win/win-header-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.win-content {
  max-width: 1158px;
  margin: 0 auto;
}

.win-content .win-header-cols {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .win-content .win-header-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.win-content .win-header-cols > div:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.win-content .win-header-cols > div:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 24px 0;
  background-image: url(./images/win/green-hearts.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.win-content .win-header-cols > div:nth-of-type(2) #win_white_anim_v1 {
  max-width: 300px;
  margin: 0 auto;
}

.win-content .win-header-cols > div:nth-of-type(2) h1 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  line-height: 1.15em;
  margin-bottom: 24px;
}

.win-content .win-header-cols > div:nth-of-type(2) ul {
  font-size: 22px;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.3em;
  padding-right: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  list-style: none;
}

@media (min-width: 768px) {
  .win-content .win-header-cols > div:nth-of-type(2) ul {
    padding-left: 80px;
    padding-right: 0;
  }
}

.win-content .win-header-cols > div:nth-of-type(2) ul li {
  margin-bottom: 4px;
}

.win-content .win-header-cols > div:nth-of-type(2) ul li::before {
  content: "\2022";
  color: #e1e41b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.win-content .win-logos {
  padding: 0 12px;
  max-width: 726px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .win-content .win-logos {
    padding: 0;
  }
}

@media (min-width: 726px) {
  .win-content .win-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.win-content .win-logos:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}

.win-content .win-logos:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

.win-content .win-logos:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 258px;
          flex: 0 0 258px;
}

@media (max-width: 726px) {
  .win-content .win-logos > div img {
    margin: 0 auto 24px auto;
  }
}

.win-content .win-how-to {
  text-align: center;
  color: #e1e41b;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin: 42px 0 20px 0;
}

.win-content .win-line {
  width: 2px;
  height: 154px;
  border: 1px solid #e1e41b;
  margin: 0 auto 0 auto;
}

.win-background-bottom {
  position: relative;
  z-index: 1;
  background-image: url(./images/win/win-background-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 480px;
}

@media (min-width: 1904px) {
  .win-background-bottom {
    background-position: bottom right;
  }
}

.win-background-bottom .win-circle {
  position: absolute;
  right: 0px;
  top: -230px;
}

.win-background-bottom .win-circle img {
  width: 100px;
  height: auto;
}

@media (min-width: 1158px) {
  .win-background-bottom .win-circle img {
    width: 200px;
  }
}

.win-background-bottom .chancetowin_lightgreen_anim_V1 {
  max-width: 400px;
  margin: 0 auto;
}

.win-background-bottom .win-instructions {
  padding: 0 12px;
  max-width: 480px;
  margin: 36px auto 0 auto;
}

@media (min-width: 1158px) {
  .win-background-bottom .win-instructions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    max-width: 1158px;
  }
}

.win-background-bottom .win-instructions > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  text-align: center;
}

.win-background-bottom .win-instructions > div h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
}

.win-background-bottom .win-instructions > div p {
  font-size: 17px;
  font-style: italic;
}

.win-background-bottom .win-win-win {
  margin: 0 auto;
  z-index: 0;
}

.win-background-bottom .entry-form-container {
  position: relative;
  background-color: rgba(243, 110, 33, 0.9);
  border-radius: 16px;
  max-width: 560px;
  margin: -48px auto 42px auto;
  z-index: 1;
  min-height: 658px;
  padding: 0 12px;
}

.win-background-bottom .entry-form-container .recaptcha-msg {
  margin-top: 24px;
  padding-bottom: 0;
}

@media (min-width: 580px) {
  .win-background-bottom .entry-form-container {
    padding: 0;
  }
}

.win-background-bottom .entry-form-container form {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.win-background-bottom .increase-chances {
  text-align: center;
  margin-bottom: 32px;
}

.win-background-bottom .increase-chances a {
  color: #0b4438;
}

.win-background-bottom #entertowin_white_anim_v1_2 {
  max-width: 226px;
  margin: 0 auto;
  padding: 38px 0;
}

.win-background-bottom .win-green-heart {
  position: absolute;
  top: 520px;
  left: 0px;
  display: none;
}

@media (min-width: 652px) {
  .win-background-bottom .win-green-heart {
    display: block;
  }
}

.win-background-bottom .win-green-heart img {
  width: 148px;
  height: auto;
}

@media (min-width: 1158px) {
  .win-background-bottom .win-green-heart img {
    width: 294px;
  }
}

.win-background-bottom #spreadlove_green_anim_V2 {
  max-width: 340px;
  margin: 0 auto;
}

.social-icons-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 366px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 42px auto;
}

.social-icons-inline > div:first-of-type a {
  color: white;
  font-size: 22px;
}

.social-icons-inline img {
  height: 54px;
  width: auto;
}

.page-id-204 .narrow {
  max-width: 500px;
  margin: 0 auto;
}

.wpcf7 label {
  font-style: italic;
  display: block;
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid white;
  width: 100%;
  outline: 0;
  color: white;
  margin-bottom: 24px;
  font-style: normal;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus {
  border-bottom: 2px solid #035a3f;
}

.wpcf7 .textarea-label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-bottom: 6px;
}

.wpcf7 textarea {
  background-color: transparent;
  border: 0;
  border: 2px solid white;
  width: 100%;
  outline: 0;
  color: white;
  margin-bottom: 24px;
  padding: 4px 8px;
  height: 100px;
}

.wpcf7 .wpcf7-list-item {
  margin: 0 0 24px 0;
}

.wpcf7 .wpcf7-list-item label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -81px;
  color: #e1e41b;
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
  font-size: 14px;
}

.wpcf7 input[type="checkbox"] {
  display: none;
}

.wpcf7 .select-container {
  position: relative;
}

.wpcf7 .select-container label {
  position: relative;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
  z-index: 0;
}

.wpcf7 .select-container.selected label {
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
}

.wpcf7 .select-container .wpcf7-not-valid-tip {
  width: 300px;
  bottom: -102px;
}

.wpcf7 select {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: normal;
  color: white;
  line-height: 1.3;
  padding: 0 0 4px 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  border-bottom: 2px solid white;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url(./images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  outline: 0;
}

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

.wpcf7 select:focus {
  border-bottom: 2px solid #035a3f;
  outline: none;
}

.wpcf7 select option {
  font-weight: normal;
}

.wpcf7 .wpcf7-list-item {
  position: relative;
}

.wpcf7 .wpcf7-list-item label:before {
  content: " ";
  width: 25px;
  height: 25px;
  background-color: #6c00f7;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7 .wpcf7-list-item.checked label:before {
  background-image: url(./images/tick.png);
}

.wpcf7 .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  margin-left: 32px;
}

.wpcf7 input[type="submit"] {
  text-transform: uppercase;
  color: #442176;
  font-weight: bold;
  font-size: 17px;
  line-height: 2em;
  padding: 0.5em 4em;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  border: 2px solid #fff;
}

.wpcf7 input[type="submit"]:focus {
  border: 2px solid #0b4438;
}

.wpcf7 .submit-form {
  text-align: center;
}

.wpcf7 .wpcf7-response-output {
  margin: 24px 0;
  text-align: center;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: 0px;
}

.subscribe-form-background {
  padding: 96px 12px;
  max-width: 706px;
  background-image: url(./images/hearts-green-subscribe-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 64px auto;
}

.subscribe-form-background h4 {
  padding: 0 12px;
}

.subscribe-form-background .wpcf7 {
  padding: 0 12px;
}

@media (min-width: 540px) {
  .subscribe-form-background {
    padding: 96px 24px;
  }
  .subscribe-form-background h4 {
    padding: 0;
  }
  .subscribe-form-background .wpcf7 {
    padding: 0;
  }
}

.page-id-28 .subscribe-form-background {
  background-image: url(./images/hearts-purple-subscribe-bg.png);
}

.subscribe-form-container {
  position: relative;
  background-color: #db6f25;
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;
  z-index: 1;
  min-height: 376px;
}

.subscribe-form-container #jointhefamily_white_anim_v1 {
  max-width: 310px;
  margin: 0 auto;
  padding: 32px 0;
}

.subscribe-form-container h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

.subscribe-form-container form {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.subscribe-form-container form .submit-subscribe {
  text-align: center;
}

.subscribe-form-container form .submit-subscribe input[type="submit"] {
  display: none;
}

.subscribe-form-container form .submit-subscribe button {
  width: 52px;
  height: 24px;
  background-image: url(./images/arrow-submit.png);
  background-size: cover;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}

#entertowin_white_anim_v1_2 {
  max-width: 226px;
  margin: 0 auto;
  padding: 38px 0;
}

.front-page-spread-the-love {
  max-width: 340px;
  margin: 64px auto 32px auto;
  height: 181px;
}

@media (min-width: 600px) {
  .front-page-spread-the-love {
    margin: 32px auto;
  }
}

@media (min-width: 1100px) {
  .front-page-spread-the-love {
    margin: 32px auto -100px auto;
  }
}

.mobile-header {
  padding-left: 12px;
  padding-right: 12px;
  background-image: url(./images/header-ribbon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1100px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header .mobile-header-image {
  margin-top: -60px;
}

.mobile-header .mobile-header-image img {
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}

.mobile-header .mobile-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 520px;
  margin: -100px auto 46px auto;
  position: relative;
}

.mobile-header .mobile-header-buttons button {
  background-color: transparent;
  border: 0;
  width: 100px;
}

.front-page-header {
  display: none;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  height: 676px;
  opacity: 1;
}

@media (min-width: 1100px) {
  .front-page-header {
    display: block;
  }
}

.front-page-header.front-page-header-reveal {
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.front-page-header .hearts-green {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./images/hearts-green.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 798px;
}

.front-page-header .hearts-green .blob-green {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  position: relative;
  background-image: url(./images/blob-green.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 664px;
  height: 676px;
}

.front-page-header .hearts-green .blob-green.blob-green-reveal {
  opacity: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.front-page-header .hearts-green .blob-green .blob-column {
  width: 260px;
  margin: 0 0 0 110px;
  padding: 54px 0 0 0;
}

.front-page-header .hearts-green .blob-green .blob-column .green-skin-avocados-logo {
  width: 242px;
  height: 143px;
  margin: 0 auto 16px auto;
}

.front-page-header .hearts-green .blob-green .blob-column .green-blob-inner-container {
  position: relative;
  width: 293px;
  height: 322px;
}

.front-page-header .hearts-green .blob-green .blob-column .green-blob-inner-container .pattern-green {
  position: absolute;
  width: 293px;
  height: 322px;
}

.front-page-header .hearts-green .blob-green .blob-column .green-blob-inner-container .green-skin-avocados {
  position: absolute;
  width: 259px;
  height: 258px;
  left: 0px;
  top: 45px;
}

.front-page-header .hearts-green .blob-green .green-skin-over {
  display: none;
  position: absolute;
  top: 0;
  left: -50px;
  background-image: url(./images/green-skin-over.png);
  background-size: cover;
  text-align: center;
  color: #0b4438;
  font-size: 22px;
  padding: 42px;
  width: 529px;
  height: 475px;
  z-index: 8000;
}

.front-page-header .hearts-green .blob-green .green-skin-over p {
  margin: 16px 0;
  line-height: 1.4;
}

.front-page-header .hearts-green .blob-green .green-skin-over img {
  width: 234px;
  height: auto;
  margin: 0 auto;
}

.front-page-header .hearts-green .blob-green .green-skin-over .btn a {
  font-size: 16px;
}

.front-page-header .hearts-green .blob-green .plus-green {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 372px;
  left: -4px;
  width: 87px;
  height: 85px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.front-page-header .hearts-purple {
  position: absolute;
  top: 20px;
  right: 0;
  background-image: url(./images/hearts-purple.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 711px;
}

.front-page-header .hearts-purple .blob-purple {
  position: relative;
  background-image: url(./images/blob-purple.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: cover;
  width: 570px;
  height: 657px;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.front-page-header .hearts-purple .blob-purple.blob-purple-reveal {
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.front-page-header .hearts-purple .blob-purple .blob-column {
  width: 280px;
  margin: 0 0 0 180px;
  padding: 68px 0 0 0;
}

.front-page-header .hearts-purple .blob-purple .blob-column .purple-skin-avocados-logo {
  width: 244px;
  height: 143px;
  margin: 0 auto 22px auto;
  padding-left: 24px;
}

.front-page-header .hearts-purple .blob-purple .blob-column .purple-blob-inner-container {
  position: relative;
  width: 260px;
  height: 315px;
}

.front-page-header .hearts-purple .blob-purple .blob-column .purple-blob-inner-container .pattern-purple {
  position: absolute;
  width: 260px;
  height: 315px;
}

.front-page-header .hearts-purple .blob-purple .blob-column .purple-blob-inner-container .purple-skin-avocados {
  position: absolute;
  width: 226px;
  height: 219px;
  top: 55px;
  left: 54px;
}

.front-page-header .hearts-purple .blob-purple .purple-skin-over {
  display: none;
  position: absolute;
  top: 32px;
  right: -80px;
  background-image: url(./images/purple-skin-over.png);
  background-size: cover;
  text-align: center;
  color: #442176;
  font-size: 22px;
  padding: 18px 42px 42px 42px;
  width: 532px;
  height: 465px;
  z-index: 8000;
}

.front-page-header .hearts-purple .blob-purple .purple-skin-over p {
  margin: 16px 0;
  line-height: 1.4;
}

.front-page-header .hearts-purple .blob-purple .purple-skin-over img {
  width: 234px;
  height: auto;
  margin: 0 auto;
}

.front-page-header .hearts-purple .blob-purple .purple-skin-over .btn a {
  font-size: 16px;
}

.front-page-header .hearts-purple .blob-purple .plus-purple {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 352px;
  right: -8px;
  width: 87px;
  height: 86px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

#intro-anim.intro-anim-reveal {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

#intro-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.front-page-intro {
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .front-page-intro {
    margin: -140px auto 18px auto;
    max-width: 1000px;
  }
}

.front-page-intro h1 {
  margin: 0;
}

.front-page-intro h2 {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  margin: 8px 0 0 0;
}

.orange-line {
  position: relative;
  width: 2px;
  height: 154px;
  border: 1px solid #f36f21;
  margin: 0 auto 0 auto;
}

.where-to-buy-cta {
  margin: 64px auto 0 auto;
  text-align: center;
  width: 100%;
  max-width: 420px;
}

@media (max-width: 480px) {
  .where-to-buy-cta {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.where-to-buy-cta img {
  margin: 0 auto;
}

.where-to-buy-cta-text {
  text-align: center;
  margin: 0 auto 138px auto;
  max-width: 520px;
}

.where-to-buy-cta-text h2 {
  margin: -32px 0 24px 0;
  line-height: 1.2em;
}

.where-to-buy-cta-text p {
  text-transform: uppercase;
  font-weight: 600;
}

.heart-green-home {
  position: absolute;
  left: 0px;
  margin-top: 420px;
  display: none;
}

@media (min-width: 815px) {
  .heart-green-home {
    display: block;
  }
}

.heart-green-home img {
  width: 148px;
  height: auto;
}

@media (min-width: 1158px) {
  .heart-green-home img {
    width: 294px;
  }
}

.header-ribbon {
  height: 203px;
  background-image: url(./images/header-ribbon.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 20px;
  margin-bottom: 48px;
}

.header-ribbon img {
  width: 352px;
  height: auto;
  margin: 0 auto;
}

h1.page-title,
h2.page-title {
  text-align: center;
}

.page-title-heart {
  width: 52px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
}

.summary {
  padding-bottom: 100px;
}

.front-page-content {
  padding: 0 24px 100px 24px;
  max-width: 960px;
  margin: 98px auto 0 auto;
}

@media (min-width: 880px) {
  .front-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.front-page-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}

@media (max-width: 880px) {
  .front-page-text {
    margin-top: 32px;
  }
}

.trees-animation-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}

@media (min-width: 880px) {
  .trees-animation-container {
    margin-right: 12px;
  }
}

.trees-animation {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.trees-animation > img {
  width: 100%;
  height: auto;
}

.trees-animation .trees {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
}

.trees-animation .trees .svg-container {
  padding-top: 80px;
}

.trees-animation .clouds {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 1;
}

.page-id-30 .trees-animation {
  padding-bottom: 60px;
}

.landing-columns {
  max-width: 870px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 24px;
}

@media (min-width: 780px) {
  .landing-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 780px) {
  .landing-columns {
    padding-top: 150px;
  }
}

@media (min-width: 1024px) {
  .landing-columns {
    padding: 150px 24px 0 200px;
  }
}

.landing-columns .landing-avo-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}

@media (max-width: 780px) {
  .landing-columns .landing-avo-image > div {
    max-width: 380px;
    margin: 0 auto;
  }
}

.landing-columns .landing-avo-image svg {
  margin-top: 42px;
  width: 100%;
  max-width: 380px;
  height: auto;
}

.landing-columns .landing-avo-content {
  text-align: center;
}

@media (min-width: 780px) {
  .landing-columns .landing-avo-content {
    text-align: left;
  }
}

.landing-columns .landing-avo-content img {
  height: 176px;
  width: auto;
  margin-bottom: 48px;
}

@media (max-width: 780px) {
  .landing-columns .landing-avo-content img {
    margin: 0 auto 48px auto;
  }
}

.landing-columns .landing-avo-content h1 {
  line-height: 1.3em;
}

.landing-columns .landing-avo-content p {
  font-style: italic;
  font-size: 22px;
}

@media (min-width: 780px) {
  .header-green-skins-bg {
    max-width: 1980px;
    min-height: 772px;
    margin: 0 auto 164px auto;
    background-image: url(./images/header-green-skins-bg.gif);
    background-position: top center;
    background-repeat: no-repeat;
  }
  .header-purple-skins-bg {
    max-width: 1980px;
    min-height: 782px;
    margin: 0 auto 164px auto;
    background-image: url(./images/header-purple-skins-bg.gif);
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.lone-heart {
  text-align: center;
  padding: 48px 0 0 0;
}

.lone-heart img {
  display: inline-block;
  width: 52px;
  height: auto;
}

.our-story-cta {
  text-align: center;
  margin: 0 auto;
  max-width: 850px;
  min-height: 436px;
  padding: 0 24px;
  background-size: cover;
}

@media (max-width: 480px) {
  .our-story-cta br {
    display: none;
  }
}

@media (min-width: 890px) {
  .our-story-cta {
    padding: 0 100px 24px 100px;
  }
}

.our-story-cta-green-skins {
  background-image: url(./images/our-story-cta-green-skins.png);
}

.our-story-cta-green-skins h2 {
  color: #8dc63f;
}

.our-story-cta-purple-skins {
  background-image: url(./images/our-story-cta-purple-skins.png);
}

.our-story-cta-purple-skins h2 {
  color: #f36f21;
}

.page-id-30 p {
  line-height: 1.5;
}

.get-to-know-mobile {
  display: block;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
  margin: 0 auto 96px auto;
  max-width: 442px;
  min-height: 714px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 24px;
}

@media (min-width: 600px) {
  .get-to-know-mobile {
    padding-bottom: 0px;
  }
}

@media (min-width: 1030px) {
  .get-to-know-mobile {
    display: none;
  }
}

.get-to-know-mobile img {
  width: 100%;
  max-width: 466px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.get-to-know {
  position: relative;
  text-align: center;
  margin: 134px auto;
  max-width: 1193px;
  min-height: 714px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 24px;
}

.get-to-know img {
  margin: 0 auto;
}

.get-to-know p {
  font-size: 22px;
  margin: 6px auto;
  font-style: italic;
  max-width: 340px;
  padding-left: 12px;
  padding-right: 12px;
}

.get-to-know .bubble {
  display: none;
}

@media (min-width: 1030px) {
  .get-to-know .bubble {
    display: block;
  }
}

.bubble {
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 16px;
  color: white;
  font-family: "Neucha", cursive;
  font-size: 22px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.bubbles-hidden .bubble {
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.get-to-know-mobile .bubble {
  padding: 0 12px;
  font-size: 20px;
}

#bubble-1 {
  top: 111px;
  left: 138px;
  width: 240px;
  height: 191px;
  padding-top: 14px;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

#bubble-2 {
  top: 242px;
  left: 0;
  width: 255px;
  height: 234px;
  padding-top: 80px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#bubble-3 {
  top: 448px;
  left: 144px;
  width: 203px;
  height: 186px;
  padding-top: 42px;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

#mobile-bubble-1 {
  top: 24px;
  left: 142px;
  width: 220px;
  height: 171px;
  padding-top: 14px;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

#mobile-bubble-2 {
  top: 148px;
  left: 12px;
  width: 240px;
  height: 209px;
  padding-top: 70px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#mobile-bubble-3 {
  top: 330px;
  left: 144px;
  width: 190px;
  height: 186px;
  padding-top: 42px;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

#mobile-bubble-1.purple,
#bubble-1.purple {
  background-image: url(./images/bubble-1-purple.png?v=2);
}

#mobile-bubble-2.purple,
#bubble-2.purple {
  background-image: url(./images/bubble-2-purple.png?v=2);
}

#mobile-bubble-3.purple,
#bubble-3.purple {
  background-image: url(./images/bubble-3-purple.png?v=2);
}

#mobile-bubble-1.green,
#bubble-1.green {
  background-image: url(./images/bubble-1-green.png?v=2);
}

#mobile-bubble-2.green,
#bubble-2.green {
  background-image: url(./images/bubble-2-green.png?v=2);
}

#mobile-bubble-3.green,
#bubble-3.green {
  background-image: url(./images/bubble-3-green.png?v=2);
}

#bubble-4 {
  top: 118px;
  right: 106px;
  background-image: url(./images/bubble-4-orange.png?v=2);
  width: 227px;
  height: 160px;
  padding-top: 18px;
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

#bubble-5 {
  top: 254px;
  right: 40px;
  background-image: url(./images/bubble-5-orange.png?v=2);
  width: 205px;
  height: 172px;
  padding-top: 14px;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

#bubble-5.green {
  padding-top: 28px;
}

#bubble-6 {
  top: 436px;
  right: 0;
  background-image: url(./images/bubble-6-orange.png?v=2);
  width: 317px;
  height: 164px;
  padding-top: 24px;
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

#bubble-6.green {
  padding-top: 16px;
}

#mobile-bubble-4 {
  top: 560px;
  right: 96px;
  background-image: url(./images/bubble-4-orange.png?v=2);
  width: 217px;
  height: 150px;
  padding-top: 18px;
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

#mobile-bubble-5 {
  top: 684px;
  right: 40px;
  background-image: url(./images/bubble-5-orange.png?v=2);
  width: 195px;
  height: 162px;
  padding-top: 30px;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

#mobile-bubble-6 {
  top: 856px;
  right: 0;
  background-image: url(./images/bubble-6-orange.png?v=2);
  width: 307px;
  height: 154px;
  padding-top: 16px;
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

#get-to-know-me-green,
#get-to-know-me-orange {
  max-width: 284px;
  margin: 0 auto;
}

.get-to-know-green-skins {
  background-image: url(./images/get-to-know-bg-green-skins.png);
}

.get-to-know-purple-skins {
  background-image: url(./images/get-to-know-bg-purple-skins.png);
}

.get-to-know-purple-skins > img {
  padding-left: 42px;
}

.thumbs-up {
  padding: 0 12px;
}

@media (min-width: 740px) {
  .thumbs-up {
    margin-bottom: 240px;
    padding: 0;
  }
}

.thumbs-up > img {
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: 0 auto;
}

.thumbs-up .thumbs-up-columns {
  max-width: 840px;
  margin: 0px auto 0 auto;
  padding: 0 24px;
}

@media (min-width: 740px) {
  .thumbs-up .thumbs-up-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.thumbs-up .thumbs-up-columns .thumbs-up-text {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  text-align: center;
  margin-top: 64px;
}

@media (min-width: 740px) {
  .thumbs-up .thumbs-up-columns .thumbs-up-text {
    text-align: left;
    margin-top: 0;
  }
}

.thumbs-up .thumbs-up-columns .thumbs-up-text h2 {
  color: #e2e417;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

.thumbs-up .thumbs-up-columns .thumbs-up-text h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.thumbs-up .thumbs-up-columns .thumbs-up-text p {
  font-size: 22px;
  font-style: italic;
}

.thumbs-up .thumbpress_purple_V1 {
  width: 100%;
  max-width: 471px;
  margin: 0 auto;
}

.thumbs-up .thumbpress_green_v2 {
  width: 100%;
  max-width: 471px;
  margin: 0 auto;
}

.page-id-30 .page-title-heart {
  padding-bottom: 0;
}

.page-id-30 .content {
  background-repeat: no-repeat;
}

@media (min-width: 1330px) {
  .page-id-30 .content {
    background-image: url(./images/our-story-path-2.png);
    background-position: center 100px;
  }
}

.intro {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px;
}

.summary {
  text-align: center;
  max-width: 616px;
  margin: 0 auto;
  padding: 0 24px;
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
  max-width: 1100px;
  margin: 0 auto 0 auto;
}

@media (min-width: 780px) {
  .wp-block-media-text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wp-block-media-text .wp-block-media-text__media {
  padding: 0;
}

@media (min-width: 780px) {
  .wp-block-media-text .wp-block-media-text__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 648px;
            flex: 0 1 648px;
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

@media (min-width: 780px) {
  .wp-block-media-text .wp-block-media-text__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 417px;
            flex: 0 1 417px;
  }
}

@media (min-width: 780px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.our-story-1 {
  margin: 94px auto 0 auto;
}

.our-story-1 #aboutpage_hearthands_V1 {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0 auto;
}

.our-story-2 {
  margin: 170px auto 0 auto;
}

.our-story-2 .column-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.our-story-3 {
  margin: 34px auto 0 auto;
}

.our-story-4 {
  margin: 34px auto 0 auto;
}

@media (min-width: 1330px) {
  .our-story-5 {
    margin: 244px auto 0 auto;
  }
  .our-story-5 .svg-container {
    -webkit-transform: scale(1.4) translateX(-20px);
            transform: scale(1.4) translateX(-20px);
  }
}

.our-story-columns {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1330px) {
  .our-story-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1330px) {
  .our-story-columns {
    max-width: 1130px;
  }
}

.our-story-columns .column-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 1330px) {
  .our-story-columns .column-image .svg-container {
    max-width: 420px;
    margin: 0 auto;
  }
  .our-story-columns .column-image img {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (min-width: 1330px) {
  .our-story-columns .column-image {
    margin-right: 64px;
  }
}

.our-story-columns .column-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  text-align: center;
}

@media (min-width: 1330px) {
  .our-story-columns .column-text {
    text-align: left;
  }
}

.our-story-columns.image-right .column-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1330px) {
  .our-story-columns.image-right .column-image {
    margin-right: 0;
    margin-left: 64px;
  }
}

.our-story-columns.image-right .column-text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.summary {
  position: relative;
  margin-top: 170px;
  margin-bottom: 180px;
}

.summary .aboutpage_trolly_V1 {
  max-width: 320px;
}

@media (max-width: 1330px) {
  .summary .aboutpage_trolly_V1 {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (min-width: 1330px) {
  .summary .aboutpage_trolly_V1 {
    position: absolute;
    right: -210px;
    bottom: -140px;
  }
}

.our-story-nav {
  max-width: 962px;
  margin: 0 auto;
  padding: 0 12px;
}

.our-story-nav > img {
  width: 100%;
  max-width: 393px;
  height: auto;
  margin: 0 auto;
}

.our-story-nav .our-story-nav-links {
  width: 100%;
}

@media (min-width: 780px) {
  .our-story-nav .our-story-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1020px) {
  .our-story-nav .our-story-nav-links {
    margin-top: -190px;
  }
}

.our-story-nav .our-story-nav-links .our-story-nav-green-skins img {
  width: 376px;
  height: auto;
}

@media (max-width: 780px) {
  .our-story-nav .our-story-nav-links .our-story-nav-green-skins img {
    margin: 42px auto;
  }
}

@media (min-width: 1100px) {
  .our-story-nav .our-story-nav-links .our-story-nav-purple-skins {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.our-story-nav .our-story-nav-links .our-story-nav-purple-skins img {
  width: 376px;
  height: auto;
}

@media (max-width: 780px) {
  .our-story-nav .our-story-nav-links .our-story-nav-purple-skins img {
    margin: 42px auto;
  }
}

.page-id-40 {
  background-image: url(./images/contact-heart.png);
  background-repeat: no-repeat;
  background-position: left 300px;
}

.page-id-40 .contact-form-container {
  background-color: #006646;
  border-radius: 16px;
  padding: 32px 24px;
  width: 100%;
}

.page-id-40 .contact-form-container h4 {
  text-align: center;
  font-size: 22px;
  padding: 24px;
  line-height: 1.5em;
  margin-bottom: 32px;
}

.page-id-40 .contact-form-container form {
  width: 100%;
  max-width: 594px;
  margin: 0 auto;
}

.page-id-40 .contact-form-container form .submit-contact {
  text-align: center;
}

.page-id-40 .contact-form-container form .submit-contact input[type="submit"] {
  display: none;
}

.page-id-40 .contact-form-container form .submit-contact button {
  width: 52px;
  height: 24px;
  background-image: url(./images/arrow-submit.png);
  background-size: cover;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}

.page-id-40 .say-hello img {
  width: 194px;
  height: auto;
  margin: 0 auto;
}

.page-id-40 nav.sidebar div.sidebar-header {
  background-color: #442176;
  padding-left: 12px;
  padding-right: 4px;
}

.page-id-40 nav.sidebar div.sidebar-header .sidebar-header-1 {
  padding-left: 12px;
}

.page-id-40 nav.sidebar div.sidebar-header p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  padding-left: 12px;
}

.contact-social {
  text-align: center;
}

.contact-social a {
  color: white;
  font-size: 22px;
}

.contact-social div {
  margin: 6px;
}

.contact-social .contact-us-insta {
  display: inline-block;
  width: 55px;
  height: auto;
}

.contact-social .contact-us-facebook {
  display: inline-block;
  width: 54px;
  height: auto;
}

.contact-hearts {
  margin-top: 38px;
  text-align: right;
}

.contact-hearts img {
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-msg {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 8px;
  text-align: center;
  line-height: 14px;
}

.recaptcha-msg a {
  color: inherit;
  text-decoration: underline;
}

.subscribe-form-container .recaptcha-msg {
  padding-bottom: 12px;
}
/*# sourceMappingURL=style.css.map */