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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

body {
  color: #222;
  background: #ffefce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
  background: #ffefce;
  -webkit-box-shadow: 0 0 2rem #8b3893;
          box-shadow: 0 0 2rem #8b3893;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #8b3893;
}

a:hover {
  text-decoration: underline;
}

strong,
b {
  font-weight: 600;
}

p + p {
  margin: 1rem 0 0;
}

img {
  max-width: 100%;
}

.underline {
  text-decoration: underline;
}

.disc-list {
  list-style: disc;
  padding: 0 0 0 1.25rem;
  margin: 0 0 1rem;
}

::-moz-selection {
  color: #fff;
  background: #8b3893;
}

::selection {
  color: #fff;
  background: #8b3893;
}

.bg-icecream {
  background: url(../img/bg/bg.jpg) repeat center center;
}

.text-icecream {
  text-shadow: 0 0 1rem #ffefce, 0 0 1.5rem #ffefce, 0 0 2rem #ffefce, 0 0 2.5rem #ffefce, 0 0 1rem #ffefce, 0 0 1.5rem #ffefce, 0 0 2rem #ffefce, 0 0 2.5rem #ffefce;
}

.btn--primary, .wpcf7-submit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffefce;
  background: #8b3893;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #fff;
}

.btn--primary:hover, .wpcf7-submit:hover {
  background: #6f2d75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--primary:active, .wpcf7-submit:active {
  background: #57235c;
}

.btn--white {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffefce;
  background: #fff;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #8b3893;
}

.btn--white:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--white:active {
  background: #d9d9d9;
}

.btn--ghost {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffefce;
  background: rgba(0, 0, 0, 0);
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}

.btn--ghost:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--ghost:active {
  background: rgba(0, 0, 0, 0);
}

.btn--medium {
  font-size: 1.25rem;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--small {
  max-width: 650px;
}

.container--medium {
  max-width: 800px;
}

.container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .container--col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.col-2 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-2 {
    width: 50%;
    padding: 1rem;
  }
}

.col-2__text {
  padding: 2rem;
}

.col-img__picture {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 80%;
}

.col-img__picture--top {
  margin-bottom: 5rem;
}

.col-img__picture--bottom {
  margin-top: 5rem;
}

.cta-container {
  text-align: center;
  padding: 3rem 0 0;
}

.title {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Grand Hotel', cursive;
  color: #8b3893;
}

.title--center {
  text-align: center;
}

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

.title--h2 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
}

.subtitle {
  color: #222;
}

.subtitle--center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

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

.border-bottom {
  position: relative;
}

.border-bottom:after {
  content: '';
  background: url(../img/images/purple-bottom.png) repeat bottom left;
  background-size: auto 100%;
  height: 3rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
}

.border-bottom--white:after {
  background: url(../img/images/white-bottom.png) repeat bottom left;
  background-size: auto 100%;
}

.border-top {
  position: relative;
}

.border-top:before {
  content: '';
  background: url(../img/images/purple-top.png) repeat bottom left;
  background-size: auto 100%;
  height: 3rem;
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
}

.border-top--white:before {
  background: url(../img/images/white-top.png) repeat bottom left;
  background-size: auto 100%;
}

.box {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
}

.box__title {
  padding: 0 0 1rem;
}

.box__number {
  position: absolute;
  left: 1.25rem;
  top: 1rem;
}

.box__img {
  height: 3rem;
  margin: 1rem 0;
}

.box--shadow {
  -webkit-box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.2);
}

.navbar {
  position: fixed;
  width: 100%;
  background: #8b3893;
  z-index: 999;
}

.navbar--shadow {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
}

.navbar__trigger {
  margin-left: auto;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  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;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .navbar__trigger {
    display: none;
  }
}

.navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}

.navbar-logo__img {
  height: 3rem;
}

.menu {
  display: none;
  position: absolute;
  background: #8b3893;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 4rem;
  width: 100%;
  left: 0;
  padding: 0 1rem 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.menu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0;
    width: auto;
    padding: 0;
    border: 0;
    margin-left: auto;
  }
}

.menu__item {
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 992px) {
  .menu__item {
    margin: 0 0 0 1rem;
    padding: 0.5rem 0;
  }
}

.menu__item--dropdown {
  position: relative;
}

.menu__item--dropdown:hover .menu__dropdown {
  display: block;
}

.menu__link {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .menu__link {
    width: auto;
  }
}

.menu__link--text {
  color: #fff;
  padding: 0.5rem;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.menu__link--text:hover {
  color: #ffefce;
  text-decoration: none;
}

.menu__dropdown {
  display: block;
  top: 3.25rem;
  padding: 0.5rem 0;
  left: 0;
  background: #8b3893;
}

@media screen and (min-width: 992px) {
  .menu__dropdown {
    display: none;
    position: absolute;
  }
}

.menu__dropdown .menu__link {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  margin: 0;
}

footer {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem 0 1rem;
}

.footer-menu__col {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .footer-menu__col {
    width: 33.333333%;
    text-align: left;
  }
}

.footer-menu__social {
  width: 1em;
  text-align: center;
}

.footer-bottom {
  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;
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .footer-bottom__item--copyright {
    margin-right: auto;
    color: #8b3893;
  }
}

.footer-bottom__item--development {
  color: #ccc;
}

.footer-bottom__link {
  color: #ccc;
}

.intro {
  background: #8b3893;
  color: #fff;
  padding: 4rem 1rem 0;
}

@media screen and (min-width: 992px) {
  .intro {
    margin-top: 4rem;
    padding: 0 1rem 1rem;
    height: calc( 100vh - 4rem);
  }
}

.intro .title {
  background: url(../img/images/snowfruits-1.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
  padding: 2rem;
}

.intro .subtitle {
  background: url(../img/images/snowfruits-2.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
  margin-bottom: 2rem;
  padding: 2rem;
}

.intro__bg {
  background: url(../img/bg/intro2.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.intro__bg::before {
  content: '';
  background: url(../img/images/purple-bottom.png) repeat bottom left;
  background-size: auto 100%;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.intro__bg::after {
  content: '';
  background: url(../img/images/purple-top.png) repeat bottom left;
  background-size: auto 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards__col {
  padding: 1rem;
}

.cards__single {
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cards__single--link {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cards__single--link:hover {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
  text-decoration: none;
}

.cards__content {
  padding: 1rem;
  width: 80%;
}

@media screen and (min-width: 640px) {
  .cards__content {
    width: 60%;
  }
}

.cards__title {
  font-family: 'Grand Hotel', cursive;
  color: #8b3893;
  font-size: 2.5rem;
}

.cards__subtitle {
  color: #777;
}

.cards__picture {
  width: 20%;
}

@media screen and (min-width: 640px) {
  .cards__picture {
    width: 40%;
  }
}

.cards__img {
  width: 100%;
  height: 100%;
  border-radius: 0.35rem;
}

.cards--homepage {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .cards--homepage .cards__col {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .cards--homepage {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: -3rem;
  }
  .cards--homepage .cards__col {
    width: 33.33333%;
  }
}

.offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0 4rem;
}

.offer__single {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .offer__single {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .offer__single {
    width: 25%;
  }
}

.offer--home {
  padding: 0 0 3rem;
}

.img-box {
  text-align: center;
  padding: 1rem;
  min-height: 22rem;
}

.img-box__content {
  color: #fff;
  height: 100%;
  border-radius: 0.35rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.img-box__content--1 {
  background: url(../img/images/offer-1.jpg) no-repeat center center;
  background-size: cover;
}

.img-box__content--2 {
  background: url(../img/images/offer-2.jpg) no-repeat center center;
  background-size: cover;
}

.img-box__content--3 {
  background: url(../img/images/offer-3.jpg) no-repeat center center;
  background-size: cover;
}

.img-box__content--4 {
  background: url(../img/images/offer-4.jpg) no-repeat center center;
  background-size: cover;
}

.img-box__bg {
  background: rgba(139, 56, 147, 0.8);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  margin: -1rem;
  border-radius: 0.35rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.img-box__title {
  font-family: 'Grand Hotel', cursive;
  font-size: 3rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 0 -3rem;
}

.img-box__title::after {
  content: '';
  background: transparent;
  position: absolute;
  height: 1px;
  width: 3rem;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.img-box__subtitle {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-height: 3rem;
}

.img-box__content:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none;
}

.img-box__content:hover .img-box__title {
  margin: 0 0 2rem;
}

.img-box__content:hover .img-box__title::after {
  background: #fff;
}

.img-box__content:hover .img-box__subtitle {
  opacity: 1;
}

.history {
  background: #8b3893;
  color: #fff;
  padding: 5rem 0;
}

.production {
  padding: 7rem 0 0;
}

.exceptional {
  padding: 5rem 0 8rem;
}

.exceptional__text {
  padding: 3rem 2rem 0;
}

.exceptional__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exceptional__single {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .exceptional__single {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .exceptional__single {
    width: 33.333333%;
  }
}

.exceptional__img {
  margin: 0 0 1rem;
}

.exceptional__info {
  font-weight: 600;
}

.flavors {
  padding: 7rem 0 6rem;
  background: #fff;
  z-index: 1;
}

.faq {
  padding: 7rem 0 9rem;
  background: #ffefce;
  background: url(../img/bg/bg.jpg) repeat center center;
}

.faq-container {
  padding: 5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .faq-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .questions {
    width: 40%;
  }
}

.questions__single {
  padding: 0.75rem 1rem;
  margin: 0.25rem 0;
  cursor: pointer;
  border-radius: 0.25rem;
  position: relative;
  color: #fff;
  background: #8b3893;
}

.questions__single--active {
  background: #f37032;
}

@media screen and (min-width: 992px) {
  .questions__single--active::after {
    content: '';
    position: absolute;
    width: 2.15rem;
    height: 2.15rem;
    top: 0.4rem;
    right: -1rem;
    background: #f37032;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0.25rem;
  }
}

.answears {
  position: relative;
}

@media screen and (min-width: 768px) {
  .answears {
    width: 60%;
    padding: 0 0 0 5rem;
  }
}

.answears__single {
  display: none;
}

@media screen and (min-width: 768px) {
  .answears__single {
    display: block;
    height: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
  }
}

.answears__single--active {
  display: block;
}

@media screen and (min-width: 768px) {
  .answears__single--active {
    height: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.news {
  background: #fff;
  padding: 5rem 0 7rem;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__col {
  width: 100%;
  padding: 1rem;
}

@media screen and (min-width: 640px) {
  .news__col {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .news__col {
    width: 33.333333%;
  }
}

.news__single {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 0.35rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  display: block;
}

.news__single:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none;
}

.news__thumbnail {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  width: 100%;
  height: auto;
  display: block;
}

.news__date {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(139, 56, 147, 0.75);
  color: #fff;
  padding: 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.news__title {
  padding: 1rem 1rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #ffefce;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__excerpt {
  padding: 0.5rem 1rem 1rem;
  color: #222;
}

.check-location {
  background: #8b3893;
  color: #fff;
  padding: 3rem 0;
  z-index: 2;
}

.check-location__text {
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .check-location__text {
    font-size: 2rem;
  }
}

.check-location__btn {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 992px) {
  .check-location__btn {
    margin: 0 0 0 auto;
  }
}

.check-location .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .check-location .container {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page--white {
  background: #fff;
}

.page-intro {
  height: 50vh;
  background: #8b3893;
  padding: 4rem 1rem 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1200px) {
  .page-intro {
    height: calc( 100vh - 4rem);
  }
}

.page-intro__img {
  height: 100%;
  width: 100%;
}

.page-intro__img:before {
  content: '';
  background: url(../img/images/purple-bottom.png) repeat bottom left;
  background-size: auto 100%;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-intro__img::after {
  content: '';
  background: url(../img/images/purple-top.png) repeat bottom left;
  background-size: auto 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .page-intro--close {
    height: 50vh;
  }
}

.page-content {
  padding: 5rem 0 7rem;
}

.page-section {
  padding: 0 0 1rem;
}

.page-title {
  margin: 0 0 2rem;
}

.page-extratext {
  text-align: center;
  padding: 2rem 0 0;
  font-weight: 600;
  color: #8b3893;
  font-size: 1.5rem;
}

.normal-intro {
  height: 4rem;
  background: #8b3893;
}

.about-page .cta-container {
  display: none;
}

.flavors-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 5rem;
}

.localizations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.localizations__single {
  padding: 1rem 1.5rem 2rem;
  width: 100%;
  max-width: 20rem;
}

.localizations__content {
  color: #fff;
  background: #8b3893;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.localizations__img {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  width: 100%;
  display: block;
}

.localizations__details {
  padding: 1rem;
}

.localizations__title {
  font-weight: 800;
}

.localizations__address {
  padding: 0.5rem 0;
}

.localizations__days {
  font-weight: 600;
}

.news-page__date {
  text-align: center;
  margin: 0 0 2rem;
  color: #f37032;
}

.news-page__text img {
  max-width: 100%;
}

.offer-page {
  background: #fff9d9;
}

.offer-page__img {
  max-width: 100%;
}

.offer-page__section {
  padding: 3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* CONTACT FORM 7 */
.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  max-width: 25rem;
  padding: 0.5rem;
  border: 2px solid #8b3893;
  border-radius: 0.35rem;
  margin: 0.1rem 0 0;
}

.wpcf7-submit {
  border: 0;
}

.pfr {
  background: #fff;
}

.pfr__img {
  width: 100%;
  max-width: 111.875rem;
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */