@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none; }

#home-slider {
  margin-bottom: 26px; }
  #home-slider::after {
    content: '';
    display: table;
    clear: both; }
  #home-slider .slick-slide {
    position: relative;
    width: 100%;
    height: 582px;
    /*define the height of slide*/
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease; }
    #home-slider .slick-slide__category {
      background: #84dade;
      min-width: 90%;
      -webkit-transform: skew(-36deg);
      -ms-transform: skew(-36deg);
      transform: skew(-36deg);
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.3px;
      font-weight: bold;
      width: 120px; }
      #home-slider .slick-slide__category--wrap {
        width: 187px;
        position: absolute;
        left: 0;
        top: 30px;
        overflow: hidden; }
      #home-slider .slick-slide__category .category {
        display: block;
        padding: 6px;
        color: #ffffff;
        background: #84dade;
        max-width: 90%;
        -webkit-transform: skew(36deg);
        -ms-transform: skew(36deg);
        transform: skew(36deg); }
  #home-slider .slider-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 566px;
    height: 100%;
    padding: 5px 10px;
    background: rgba(207, 99, 206, 0.9);
    text-align: center; }
    #home-slider .slider-caption__inner {
      max-width: 354px;
      text-align: left;
      margin-left: 15.4%;
      margin-top: 31.8%;
      letter-spacing: 1.5px; }
      #home-slider .slider-caption__inner .permalink {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding-top: 6px;
        display: inline-block; }
        #home-slider .slider-caption__inner .permalink:hover, #home-slider .slider-caption__inner .permalink:active {
          color: #000000; }
          #home-slider .slider-caption__inner .permalink:hover .permalink__button, #home-slider .slider-caption__inner .permalink:active .permalink__button {
            background-image: url("../images/svg/button-arrow-black.svg"); }
        #home-slider .slider-caption__inner .permalink__button {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("../images/svg/button-arrow-teal.svg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transform: rotate(90deg) translate(7px, -31px);
          -ms-transform: rotate(90deg) translate(7px, -31px);
          transform: rotate(90deg) translate(7px, -31px);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    #home-slider .slider-caption p,
    #home-slider .slider-caption h3 {
      color: #fff; }
    #home-slider .slider-caption h3 {
      font-size: 48px;
      color: #ffffff;
      font-family: soap, sans-serif;
      font-weight: normal;
      line-height: 58px;
      word-spacing: -7px; }
  #home-slider .videoHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  #home-slider .video,
  #home-slider .responsive-embed {
    position: absolute;
    pointer-events: none;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%; }
  #home-slider .responsive-embed {
    margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-track {
    height: 354px; }
    #home-slider .slick-track .slick-slide {
      height: 246px;
      /*define the height of slide*/ }
      #home-slider .slick-track .slick-slide .slider-caption {
        background: #ffffff;
        max-width: 100%;
        height: 120px;
        padding: 0;
        padding-top: 10px;
        top: 100%; }
        #home-slider .slick-track .slick-slide .slider-caption__inner {
          margin: 0; }
          #home-slider .slick-track .slick-slide .slider-caption__inner h3, #home-slider .slick-track .slick-slide .slider-caption__inner a {
            color: #000000; }
          #home-slider .slick-track .slick-slide .slider-caption__inner h3 {
            margin-bottom: 10px;
            letter-spacing: 1.2px; }
          #home-slider .slick-track .slick-slide .slider-caption__inner .permalink {
            width: 100%; }
            #home-slider .slick-track .slick-slide .slider-caption__inner .permalink__button {
              width: 20px;
              height: 20px;
              margin-left: -21px;
              margin-top: -4px; } }

/* Foundation tweaks */
.row {
  max-width: 1416px; }

.columns, .column {
  min-height: 1px; }

.row .row {
  margin-left: -12px;
  margin-right: -12px; }

.column, .columns {
  padding-left: 12px;
  padding-right: 12px; }

@media only screen {
  .column, .columns {
    padding-left: 12px;
    padding-right: 12px; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px; } }

@media only screen and (min-width: 641px) {
  .column, .columns {
    padding-left: 12px;
    padding-right: 12px; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px; } }

@media only screen and (min-width: 1025px) {
  .column, .columns {
    padding-left: 12px;
    padding-right: 12px; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px; } }

@media only screen and (min-width: 1201px) {
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px; } }

@media only screen and (min-width: 1441px) {
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 12px;
    padding-right: 12px; } }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #cf63ce; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 16px;
    margin-top: -8px;
    content: '+'; }

.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333; }

.accordion-item.is-active .accordion-title::before {
  content: '–'; }

.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 15px 20px;
    line-height: 1;
    color: #cf63ce; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #c33cc2; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #cf63ce; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 15px; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px; }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px; }

.gallery-caption {
  font-size: 12px; }

#wpadminbar {
  opacity: 0.3;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0); }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1; }

.float-none {
  float: none !important; }

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none; }

.gform_fields {
  margin: 0; }
  .gform_fields::after {
    content: '';
    display: table;
    clear: both; }

.gfield {
  list-style: none;
  margin-bottom: 20px; }

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%; }

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%; }

.gf_left_half {
  padding-right: 15px; }

.gf_right_half {
  padding-left: 15px; }
  .gf_right_half + .gfield {
    clear: both; }

.gf_left_third {
  padding-right: 20px; }

.gf_right_third {
  padding-left: 20px; }
  .gf_right_third + .gfield {
    clear: both; }

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px; }

.hidden_label .gfield_label {
  display: none; }

.ginput_container ul {
  margin-left: 0; }

.gfield_error input, .gfield_error textarea {
  border-color: red; }

.gfield_description {
  margin-top: 10px; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.gform_footer {
  text-align: right;
  /*aligning of submit button*/ }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
  .ui-datepicker thead {
    background: #f7f7f7;
    border-bottom: 1px solid #bbb; }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd; }
  .ui-datepicker tbody {
    border: none; }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb; }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666; }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none; }
  .ui-datepicker-header:after {
    content: '';
    clear: both;
    display: table; }

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left; }

.ui-datepicker-next {
  text-align: right; }

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }
  .ui-datepicker-calendar .ui-state-default {
    background: #ededed; }
  .ui-datepicker-calendar .ui-state-hover {
    background: #fff; }
  .ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
    /* set the active date background color */
    border: 1px solid #c19163;
    /* set the active date border color */
    position: relative;
    margin: -1px;
    height: 32px;
    width: 32px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto;
  width: 100%; }

html {
  min-height: 100%;
  position: relative; }
  html body {
    color: #000000; }

body {
  position: static;
  overflow-x: hidden; }

/* Inputs styling */
label {
  display: block;
  font-size: inherit; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%; }

[type=number] {
  -moz-appearance: textfield; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0; }

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #cf63ce;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: #c33cc2; }

.d-none {
  display: none; }

.collapse {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    .collapse {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.hidden {
  display: none !important; }

/* Button additional styles */
#return-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #cf63ce;
  width: 50px;
  height: 50px;
  display: block;
  display: none; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px; }

input[type="submit"]:focus {
  outline: none; }

.button--return-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #cf63ce;
  width: 50px;
  height: 50px;
  display: block;
  display: none; }
  .button--return-to-top i {
    font-size: 21px;
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px; }

.button--video, .button--video-ft.post-item__gallery--video {
  width: 80px;
  height: 80px;
  background: url("../images/svg/button-video-teal.svg") 50% 50% no-repeat;
  background-size: cover;
  cursor: pointer; }
  .button--video:hover, .button--video:focus, .button--video-ft.post-item__gallery--video:hover, .button--video-ft.post-item__gallery--video:focus {
    background: url("../images/svg/button-video-black.svg") 50% 50% no-repeat;
    background-size: cover; }
  .button--video:focus, .button--video-ft.post-item__gallery--video:focus {
    outline: none;
    background-color: transparent; }

.button--popup-slider {
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/svg/button-plus.svg");
  background-size: contain;
  position: absolute;
  z-index: 10;
  right: 21px;
  top: 10px; }

.button--made-it {
  width: 107px;
  max-width: 100%;
  text-align: center;
  height: 30px;
  border-radius: 28.5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #84dade;
  font-size: 12px;
  font-weight: 600;
  float: right;
  margin-top: 3px; }
  .button--made-it:hover {
    background-color: #62c3c7; }
  .button--made-it .fas {
    display: none; }
  .button--made-it--desktop {
    float: none;
    height: 40px;
    width: 94px;
    padding-left: 10px;
    padding-right: 10px; }
  .button--made-it[disabled] {
    background-color: #aaaaaa;
    color: #efefef;
    width: 117px; }
    .button--made-it[disabled] .fas {
      display: inline-block;
      margin-right: 5px; }

.button--print {
  width: 212px;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 10px 20px;
  height: 40px;
  border-radius: 28.5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cf63ce;
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
  margin-right: 20px;
  line-height: 1.65; }
  .button--print:hover {
    color: #ffffff;
    background-color: #b956b8; }

.button--ingredients {
  background-color: #84dade;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  border-radius: 28.5px;
  width: 330px;
  max-width: 100%;
  height: 40px;
  margin-left: 96px;
  padding-top: 8.5px;
  letter-spacing: -0.28px;
  margin-top: 7px;
  margin-bottom: 61px; }
  .button--ingredients:hover {
    background-color: #62c3c7; }

.button--search {
  position: absolute;
  right: 0;
  top: -15px;
  background-color: #84dade;
  height: calc(100% + 15px);
  width: 70px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .button--search:hover {
    background-color: #62c3c7; }
  .button--search .fas {
    font-size: 25px;
    color: #ffffff; }

.button--close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #4a989b;
  height: 70px;
  width: 70px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .button--close:hover {
    background-color: #62c3c7; }
  .button--close .fas {
    font-size: 35px;
    color: #ffffff; }
  .button--close-responsive {
    display: none; }

.button:hover, .button:focus {
  /*basic hover and focus effects*/ }

.comments-load-wrap {
  text-align: center; }
  .comments-load-wrap #button__load {
    width: 328px;
    height: 40px;
    border-radius: 28.5px;
    max-width: 100%;
    background: #aaaaaa;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
    margin-right: 116px; }
    .comments-load-wrap #button__load:hover {
      background: #cf63ce; }

.submenu .submenu:not(.accordion-content) {
  position: static !important; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
  .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0; }

h1, .h1 {
  /*basic heading styles*/ }

h2, .h2 {
  /*basic heading styles*/ }

h3, .h3 {
  /*basic heading styles*/ }

h4, .h4 {
  /*basic heading styles*/ }

h5, .h5 {
  /*basic heading styles*/ }

h6, .h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/ }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/
  font-size: inherit; }
  ul li {
    /*basic list-item styles*/ }

a {
  color: #cf63ce;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #9c309b; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease; }
  .preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .preloader__icon:before {
      display: block;
      content: '\f1ce';
      font-size: 40px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite; }
  .preloader--hidden {
    opacity: 0;
    visibility: hidden; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%; }

/* Pagination */
ul.pagination {
  margin: 1rem 0;
  list-style: none;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ul.pagination .pagination {
    margin: 0; }
    ul.pagination .pagination.current {
      color: #fff;
      background: #cf63ce;
      display: block; }

/* Search form */
.search--container {
  background: #84dade;
  padding-top: 130px;
  padding-bottom: 107px;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .search--container.active {
    visibility: visible;
    opacity: 1; }
  .search--container #s {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: soap, sans-serif;
    font-size: 48px;
    padding: 0;
    height: auto; }
    .search--container #s::-webkit-input-placeholder {
      color: #ffffff;
      font-family: soap, sans-serif;
      font-size: 48px;
      letter-spacing: 1px; }
    .search--container #s:-ms-input-placeholder {
      color: #ffffff;
      font-family: soap, sans-serif;
      font-size: 48px;
      letter-spacing: 1px; }
    .search--container #s::-ms-input-placeholder {
      color: #ffffff;
      font-family: soap, sans-serif;
      font-size: 48px;
      letter-spacing: 1px; }
    .search--container #s::placeholder {
      color: #ffffff;
      font-family: soap, sans-serif;
      font-size: 48px;
      letter-spacing: 1px; }
  .search--container-page {
    border-bottom: 2px solid #aaaaaa;
    margin-bottom: 40px;
    padding-bottom: 20px; }
    .search--container-page form#searchform {
      margin-bottom: 0; }
    .search--container-page #s {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      color: #000000;
      text-transform: uppercase;
      font-family: soap, sans-serif;
      font-size: 24px;
      padding-left: 0; }
      .search--container-page #s::-webkit-input-placeholder {
        color: #000000;
        font-family: soap, sans-serif;
        font-size: 24px;
        letter-spacing: 1px; }
      .search--container-page #s:-ms-input-placeholder {
        color: #000000;
        font-family: soap, sans-serif;
        font-size: 24px;
        letter-spacing: 1px; }
      .search--container-page #s::-ms-input-placeholder {
        color: #000000;
        font-family: soap, sans-serif;
        font-size: 24px;
        letter-spacing: 1px; }
      .search--container-page #s::placeholder {
        color: #000000;
        font-family: soap, sans-serif;
        font-size: 24px;
        letter-spacing: 1px; }
  .search--container-posts {
    background-color: #efefef;
    margin-top: 60px;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 50px; }
  .search--container .result-text {
    margin-bottom: 50px; }

#searchform {
  position: relative; }

#s {
  padding-right: 75px; }

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/svg/button-arrow-purple.svg");
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat; }
  #searchsubmit:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px; }

#home-slider .slick-slide, .bg-cover, .footer, .img-bg, .post-item, .intro--wrap .intro-inner-wrap {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  margin-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  background: #ffffff;
  z-index: 99 !important; }
  .header__border {
    border-bottom: 2px solid #efefef; }
  .header--container {
    margin-bottom: 25px; }
  .header__inner {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%;
    padding-left: 12px; }
  .header .logo {
    padding-left: 32px; }
    .header .logo--container {
      float: left; }
    .header .logo .custom-logo {
      max-width: 120px; }
  .header .menu-icon--desktop {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 29px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    float: right;
    margin-right: 100px;
    margin-top: -2px; }
    .header .menu-icon--desktop:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      background: #84dade;
      border-radius: 25px;
      top: 50%;
      left: 0;
      margin-top: -9px;
      -webkit-box-shadow: 0 8px 0 #84dade, 0 16px 0 #84dade;
      box-shadow: 0 8px 0 #84dade, 0 16px 0 #84dade;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .header .menu-icon--desktop:hover:after {
      background-color: #62c3c7;
      -webkit-box-shadow: 0 8px 0 #62c3c7, 0 16px 0 #62c3c7;
      box-shadow: 0 8px 0 #62c3c7, 0 16px 0 #62c3c7; }
  .header .menu-lightbox--container {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .header .menu-lightbox--container.active {
      visibility: visible;
      opacity: 1; }
  .header .row--menu-lightbox {
    height: 100vh;
    position: relative;
    max-width: 100%; }
    .header .row--menu-lightbox .menu-lightbox {
      width: 354px;
      position: absolute;
      right: 0;
      height: 100vh;
      margin: 0 auto;
      background-color: #84dade;
      padding: 110px 70px 30px 30px; }
      .header .row--menu-lightbox .menu-lightbox .menu-lightbox__links {
        font-family: soap, sans-serif;
        font-size: 48px; }
        .header .row--menu-lightbox .menu-lightbox .menu-lightbox__links a {
          color: #ffffff;
          font-weight: normal;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          .header .row--menu-lightbox .menu-lightbox .menu-lightbox__links a:hover {
            color: #4a989b; }

.socres-title {
  display: none; }

.logo img {
  max-height: 150px; }

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.posts-list .entry-meta {
  margin-bottom: 0; }

.posts-list #searchform {
  margin-bottom: 40px; }

.posts-list--search {
  margin-bottom: -50px; }

.entry-meta {
  color: #666;
  font-size: 14px; }

.thumbnail {
  margin-bottom: 20px; }

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0 auto; }

.comment-meta {
  font-size: 14px; }

.comment-metadata {
  color: #666; }

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd; }

.reply {
  text-align: right; }

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe; }

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #cf63ce; }
    .not-found .label:hover {
      background-color: #c544c4;
      color: #fff; }

/* Sidebar */
.widget {
  margin-bottom: 20px; }

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  margin-top: 24px; }
  .footer__top {
    background-size: cover;
    min-height: 170px;
    border-bottom: 3px solid #cf63ce;
    position: relative; }
    .footer__top .overlay-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #cf63ce;
      opacity: 0.4; }
    .footer__top .subscibe-form {
      padding-top: 50px;
      position: relative; }
      .footer__top .subscibe-form__form .form-wrap .form-title {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #ffffff;
        text-transform: uppercase; }
      .footer__top .subscibe-form__form .form-wrap form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .footer__top .subscibe-form__form .form-wrap form .gfield {
          margin-bottom: 0; }
          .footer__top .subscibe-form__form .form-wrap form .gfield input {
            height: 50px;
            font-weight: 600; }
        .footer__top .subscibe-form__form .form-wrap form .gfield_label {
          font-size: 10px;
          font-weight: 600;
          letter-spacing: 1.8px;
          color: #ffffff;
          text-transform: uppercase;
          margin-top: -3px;
          margin-bottom: 11px; }
          .footer__top .subscibe-form__form .form-wrap form .gfield_label .gfield_required {
            display: none; }
      .footer__top .subscibe-form__form .form-wrap .gform_heading {
        display: none; }
      .footer__top .subscibe-form__form .form-wrap .gform_body {
        width: 90%; }
      .footer__top .subscibe-form__form .form-wrap .gform_button {
        height: 50px;
        background-color: #000000;
        padding: 10px 14px;
        font-size: 25px; }
        .footer__top .subscibe-form__form .form-wrap .gform_button:hover {
          color: #cf63ce; }
      .footer__top .subscibe-form__form .form-wrap .gform_footer .gform_ajax_spinner {
        position: absolute; }
      .footer__top .subscibe-form__form .form-wrap .validation_error {
        display: none; }
      .footer__top .subscibe-form__form .form-wrap .validation_message {
        position: absolute; }
      .footer__top .subscibe-form__title {
        display: inline-block;
        position: relative; }
        .footer__top .subscibe-form__title:before {
          position: absolute;
          content: '\f0e0';
          font-size: 34px;
          top: -11px;
          left: -58px;
          font-weight: normal;
          font-family: "Font Awesome 5 Free";
          color: #ffffff; }
        .footer__top .subscibe-form__title h3 {
          font-family: soap, sans-serif;
          font-size: 32px;
          color: #ffffff;
          font-weight: normal;
          line-height: 32px;
          letter-spacing: 0.7px;
          margin-bottom: 12px; }
        .footer__top .subscibe-form__title span {
          font-size: 14px;
          font-weight: 600;
          color: #000000; }
  .footer__bottom {
    background-size: cover;
    min-height: 276px;
    padding-top: 35px; }
    .footer__bottom .footer-logo img {
      width: 212px; }
    .footer__bottom .links {
      padding-top: 27px;
      letter-spacing: 0.2px; }
      .footer__bottom .links__title {
        font-family: soap, sans-serif;
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        margin-bottom: 12px; }
      .footer__bottom .links__link {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
        line-height: 2;
        letter-spacing: -0.2px; }
        .footer__bottom .links__link:hover {
          color: #ffffff; }
      .footer__bottom .links--social .links__title {
        margin-bottom: 16px; }
  .footer__copyright {
    background-color: #000000;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 13px; }
    .footer__copyright .copyright-content {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.85px;
      text-transform: uppercase; }

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li a {
      display: block;
      padding: 5px 10px; }

/*---------------------------------------------
	Repeatable Blocks
---------------------------------------------*/
.popup-gallery .video-recipe--wrap {
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.button--video,
.button--video-ft {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.video-recipe {
  width: 100%;
  max-height: 517px;
  height: auto; }
  .video-recipe--wrap {
    position: relative; }
    .video-recipe--wrap:hover {
      cursor: pointer; }
  .video-recipe--popup {
    width: auto;
    max-width: 100%;
    max-height: 80vh; }
  .video-recipe:hover ~ .button--video {
    background: url("../images/svg/button-video-black.svg") 50% 50% no-repeat;
    background-size: cover; }

.posts-navigation {
  text-align: center; }
  .posts-navigation a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    width: 300px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .posts-navigation a:hover {
      color: #cf63ce; }
      .posts-navigation a:hover .arrow {
        background: url("../images/svg/button-arrow-black.svg") 50% 50% no-repeat;
        background-size: contain; }
    .posts-navigation a .arrow {
      display: inline-block;
      width: 30px;
      height: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: url("../images/svg/button-arrow-teal.svg") 50% 50% no-repeat;
      background-size: contain; }
    .posts-navigation a[rel=next] .arrow, .posts-navigation a.next-link .arrow {
      margin-left: 34px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-bottom: -7px; }
    .posts-navigation a[rel=prev] .arrow, .posts-navigation a.prev-link .arrow {
      margin-right: 34px;
      -webkit-transform: rotate(-90deg) scaleX(-1);
      -ms-transform: rotate(-90deg) scaleX(-1);
      transform: rotate(-90deg) scaleX(-1);
      margin-bottom: -7px; }

.main-content--search h1 {
  font-family: soap, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 48px;
  letter-spacing: 1.5px;
  margin-bottom: 35px; }

.main-content--search h2 {
  color: #cf63ce;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: -0.4px;
  margin-bottom: 100px; }

.main-content--search .search-headline {
  padding-top: 50px; }

.main-content--search .result-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase; }
  .main-content--search .result-text--wrap {
    text-align: center;
    margin-bottom: 49px; }

/* ------------------------------------
    Share
------------------------------------- */
.share-wrap--intro {
  padding-right: 96px;
  float: right; }
  .share-wrap--intro .share-title {
    padding-right: 29px; }
  .share-wrap--intro .addthis_tool .at-share-btn,
  .share-wrap--intro .addthis_tool .at300b,
  .share-wrap--intro .addthis_tool .button_insta,
  .share-wrap--intro .addthis_toolbox .at-share-btn,
  .share-wrap--intro .addthis_toolbox .at300b,
  .share-wrap--intro .addthis_toolbox .button_insta {
    width: 20px;
    height: 20px;
    margin: 0 2.1px;
    margin-bottom: -2px; }

.share-wrap:not(.share-wrap--intro) {
  border-top: 2px solid #efefef;
  padding-top: 10px;
  padding-bottom: 104px;
  margin-top: 80px; }
  .share-wrap:not(.share-wrap--intro) .at-share-btn,
  .share-wrap:not(.share-wrap--intro) .at300b,
  .share-wrap:not(.share-wrap--intro) .button_insta {
    margin-right: 0 !important;
    margin-left: 20px !important; }
  .share-wrap:not(.share-wrap--intro).share-wrap--post {
    margin-top: 27px; }

.share-title {
  font-size: 12px;
  font-weight: 600;
  color: #000000 !important;
  text-transform: uppercase; }

.addthis_tool,
.addthis_toolbox {
	display: inline-block;
  /*float: right;*/ }
  .addthis_tool .at-icon-wrapper,
  .addthis_toolbox .at-icon-wrapper {
    display: none; }
  .addthis_tool .at-label,
  .addthis_toolbox .at-label {
    display: none; }
  .addthis_tool .button_insta,
  .addthis_toolbox .button_insta {
    display: inline-block;
    width: 34px !important;
    height: 34px;
    background-color: transparent !important;
    background-size: contain;
    background: url("../images/svg/social/social-instagram-black.svg") 50% 50% no-repeat;
    background-size: contain; }
    .addthis_tool .button_insta:hover,
    .addthis_toolbox .button_insta:hover {
      background: url("../images/svg/social/social-instagram-purple.svg") 50% 50% no-repeat;
      background-size: contain; }
  .addthis_tool .at300b,
  .addthis_toolbox .at300b {
    display: inline-block;
    width: 34px !important;
    height: 34px;
    background-color: transparent !important;
    background-size: contain; }
    .addthis_tool .at300b svg,
    .addthis_toolbox .at300b svg {
      display: none !important; }
    .addthis_tool .at300b.at-svc-facebook, .addthis_tool .at300b.addthis_button_facebook,
    .addthis_toolbox .at300b.at-svc-facebook,
    .addthis_toolbox .at300b.addthis_button_facebook {
      background: url("../images/svg/social/social-facebook-black.svg") 50% 50% no-repeat;
      background-size: contain; }
      .addthis_tool .at300b.at-svc-facebook:hover, .addthis_tool .at300b.addthis_button_facebook:hover,
      .addthis_toolbox .at300b.at-svc-facebook:hover,
      .addthis_toolbox .at300b.addthis_button_facebook:hover {
        background: url("../images/svg/social/social-facebook-purple.svg") 50% 50% no-repeat;
        background-size: contain; }
    .addthis_tool .at300b.at-svc-pinterest_share, .addthis_tool .at300b.addthis_button_pinterest_share,
    .addthis_toolbox .at300b.at-svc-pinterest_share,
    .addthis_toolbox .at300b.addthis_button_pinterest_share {
      background: url("../images/svg/social/social-pinterest-black.svg") 50% 50% no-repeat;
      background-size: contain; }
      .addthis_tool .at300b.at-svc-pinterest_share:hover, .addthis_tool .at300b.addthis_button_pinterest_share:hover,
      .addthis_toolbox .at300b.at-svc-pinterest_share:hover,
      .addthis_toolbox .at300b.addthis_button_pinterest_share:hover {
        background: url("../images/svg/social/social-pinterest-purple.svg") 50% 50% no-repeat;
        background-size: contain; }
    .addthis_tool .at300b.at-svc-email, .addthis_tool .at300b.addthis_button_email,
    .addthis_toolbox .at300b.at-svc-email,
    .addthis_toolbox .at300b.addthis_button_email {
      background: url("../images/svg/social/social-mail-black.svg") 50% 50% no-repeat;
      background-size: contain; }
      .addthis_tool .at300b.at-svc-email:hover, .addthis_tool .at300b.addthis_button_email:hover,
      .addthis_toolbox .at300b.at-svc-email:hover,
      .addthis_toolbox .at300b.addthis_button_email:hover {
        background: url("../images/svg/social/social-mail-purple.svg") 50% 50% no-repeat;
        background-size: contain; }

/* ------------------------------------
    Social Links
------------------------------------- */
.social__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.social--header {
  width: 166px;
  position: absolute;
  right: 159px;
  top: 30%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.social--footer {
  max-width: 180px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.social--responsive {
  display: none; }

/* ------------------------------------
    Post Styles
------------------------------------- */
.row--posts {
  margin-bottom: 19px; }

.row--search {
  width: 1034px;
  border-bottom: 2px solid #4a989b; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9; }

.popup-gallery {
  padding: 0;
  background: transparent;
  width: 100%;
  position: relative; }
  .popup-gallery .fancybox-close-small {
    background-color: transparent;
    background: url("../images/svg/button-x-white.svg") 50% 50% no-repeat;
    height: 30px;
    width: 30px;
    margin-right: 12px;
    margin-top: 11px; }
    .popup-gallery .fancybox-close-small:hover, .popup-gallery .fancybox-close-small:active {
      background: url("../images/svg/button-x-purple.svg") 50% 50% no-repeat; }
    .popup-gallery .fancybox-close-small svg {
      display: none; }

.popup-gallery.fancybox-content {
  height: 100%; }

.img-bg {
  width: 70.8%;
  padding-bottom: 45.66%;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup-slider {
  width: 100%;
  height: 100vh;
  max-height: 652px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .popup-slider .slick-list {
    height: 100%; }
    .popup-slider .slick-list .slick-track {
      height: 100%; }
      .popup-slider .slick-list .slick-track .slick-slide {
        width: 1011px;
        max-width: 100%;
        height: 100%;
        text-align: center;
        position: relative; }
        .popup-slider .slick-list .slick-track .slick-slide img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  .popup-slider .slick-prev,
  .popup-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.75);
    width: 48px;
    height: 48px;
    top: 50.4%; }
    .popup-slider .slick-prev:before, .popup-slider .slick-prev:after,
    .popup-slider .slick-next:before,
    .popup-slider .slick-next:after {
      content: '';
      position: absolute;
      display: block;
      width: 14px;
      border-top: 2px solid #ffffff; }
  .popup-slider .slick-prev {
    left: 19px; }
    .popup-slider .slick-prev:before {
      -webkit-transform: translateX(-50%) translateY(250%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(250%) rotate(45deg);
      transform: translateX(-50%) translateY(250%) rotate(45deg);
      left: 49%; }
    .popup-slider .slick-prev:after {
      -webkit-transform: translateX(-50%) translateY(-250%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-250%) rotate(-45deg);
      transform: translateX(-50%) translateY(-250%) rotate(-45deg);
      left: 49%; }
  .popup-slider .slick-next {
    right: 17px; }
    .popup-slider .slick-next:after {
      -webkit-transform: translateY(250%) rotate(-45deg);
      -ms-transform: translateY(250%) rotate(-45deg);
      transform: translateY(250%) rotate(-45deg);
      left: 34%; }
    .popup-slider .slick-next:before {
      -webkit-transform: translateY(-250%) rotate(45deg);
      -ms-transform: translateY(-250%) rotate(45deg);
      transform: translateY(-250%) rotate(45deg);
      left: 34%; }
  .popup-slider .slick-dots {
    width: auto;
    left: 14.6%;
    margin: 0;
    bottom: -57px; }
    @media only screen and (max-width: 1024px) {
      .popup-slider .slick-dots {
        bottom: 60px; } }
    @media only screen and (max-width: 641px) {
      .popup-slider .slick-dots {
        bottom: 140px; } }
    .popup-slider .slick-dots li {
      margin: 0 10px; }
      .popup-slider .slick-dots li button:before {
        width: 10px;
        height: 10px;
        background-color: transparent;
        border: 2px solid #ffffff; }
      .popup-slider .slick-dots li.slick-active button:before {
        border: none;
        background-color: #84dade; }
      .popup-slider .slick-dots li:only-child {
        display: none; }

.recipe-slider {
  height: 100%; }
  .recipe-slider .slick-list {
    height: 100%; }
    .recipe-slider .slick-list .slick-track {
      height: 100%; }
  .recipe-slider .slick-prev,
  .recipe-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.75);
    width: 48px;
    height: 48px;
    top: 50.4%; }
    .recipe-slider .slick-prev:before, .recipe-slider .slick-prev:after,
    .recipe-slider .slick-next:before,
    .recipe-slider .slick-next:after {
      content: '';
      position: absolute;
      display: block;
      width: 14px;
      border-top: 2px solid #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .recipe-slider .slick-prev:hover:before, .recipe-slider .slick-prev:hover:after,
    .recipe-slider .slick-next:hover:before,
    .recipe-slider .slick-next:hover:after {
      border-top: 2px solid #cf63ce; }
  .recipe-slider .slick-prev {
    left: -24px; }
    .recipe-slider .slick-prev:before {
      -webkit-transform: translateX(-50%) translateY(250%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(250%) rotate(45deg);
      transform: translateX(-50%) translateY(250%) rotate(45deg);
      left: 49%; }
    .recipe-slider .slick-prev:after {
      -webkit-transform: translateX(-50%) translateY(-250%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-250%) rotate(-45deg);
      transform: translateX(-50%) translateY(-250%) rotate(-45deg);
      left: 49%; }
  .recipe-slider .slick-next {
    right: -24px; }
    .recipe-slider .slick-next:after {
      -webkit-transform: translateY(250%) rotate(-45deg);
      -ms-transform: translateY(250%) rotate(-45deg);
      transform: translateY(250%) rotate(-45deg);
      left: 34%; }
    .recipe-slider .slick-next:before {
      -webkit-transform: translateY(-250%) rotate(45deg);
      -ms-transform: translateY(-250%) rotate(45deg);
      transform: translateY(-250%) rotate(45deg);
      left: 34%; }
  .recipe-slider .slick-dots {
    width: 21%;
    left: 25px;
    bottom: 15px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .recipe-slider .slick-dots li button:before {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border: 2px solid #ffffff; }
    .recipe-slider .slick-dots li.slick-active button:before {
      border: none;
      background-color: #84dade; }
  .recipe-slider__item {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }

.post-item {
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-item__inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .post-item__inner:hover {
      background-color: rgba(207, 99, 206, 0.25); }
  .post-item--wrap {
    height: 252px;
    margin-bottom: 134px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .post-item--wrap-twocol {
      margin-bottom: 119px; }
    .post-item--wrap:hover {
      -webkit-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
      transform: translateY(-13px); }
  .post-item__gallery {
    float: right;
    width: 30px;
    height: 30px; }
    .post-item__gallery:not(:first-child) {
      display: none; }
    .post-item__gallery:focus {
      outline: none; }
    .post-item__gallery--video {
      background: url("../images/svg/button-video-teal-1.svg") 50% 50% no-repeat;
      background-size: contain; }
      .post-item__gallery--video:hover, .post-item__gallery--video:active, .post-item__gallery--video:focus {
        background: url("../images/svg/button-video-purple.svg") 50% 50% no-repeat;
        background-size: contain; }
    .post-item__gallery--img {
      background: url("../images/svg/button-image-teal.svg") 50% 50% no-repeat;
      background-size: contain; }
      .post-item__gallery--img:hover, .post-item__gallery--img:active, .post-item__gallery--img:focus {
        background: url("../images/svg/button-image-purple.svg") 50% 50% no-repeat;
        background-size: contain; }
  .post-item__category {
    background: #84dade;
    min-width: 90%;
    -webkit-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
    transform: skew(-36deg);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    width: 120px; }
    .post-item__category--wrap {
      width: 133px;
      position: absolute;
      left: 0;
      top: 9px;
      overflow: hidden; }
    .post-item__category .category {
      display: block;
      padding: 2px 9.3px;
      color: #ffffff;
      background: #84dade;
      max-width: 90%;
      -webkit-transform: skew(36deg);
      -ms-transform: skew(36deg);
      transform: skew(36deg); }
  .post-item__text {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    display: block;
    z-index: 10;
    position: relative;
    background: white;
    min-height: 84px;
    width: 93%;
    padding: 19px 22px 17px;
    margin-bottom: -68.5px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    font-weight: 600; }
    .post-item__text--respons {
      display: none; }
    .post-item__text .title {
      font-size: 14px;
      line-height: 1.57;
      letter-spacing: -0.2px; }
    .post-item__text .link {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #000000; }
      .post-item__text .link:hover {
        color: #cf63ce; }
  .post-item--featured__bg {
    min-height: 416px;
    margin-bottom: 25px;
    background-size: cover;
    position: relative; }
    .post-item--featured__bg .caption {
      position: absolute;
      top: 0;
      right: 0;
      width: 34.1%;
      height: 100%;
      padding: 5px 10px;
      background: rgba(207, 99, 206, 0.9); }
      .post-item--featured__bg .caption__inner {
        padding-top: 123px;
        padding-left: 28px;
        letter-spacing: -0.4px; }
        .post-item--featured__bg .caption__inner .permalink {
          font-size: 14px;
          font-weight: 600;
          color: #ffffff;
          text-transform: uppercase;
          padding-top: 20px;
          display: inline-block;
          letter-spacing: 0.7px; }
          .post-item--featured__bg .caption__inner .permalink:hover, .post-item--featured__bg .caption__inner .permalink:active {
            color: #000000; }
            .post-item--featured__bg .caption__inner .permalink:hover .permalink__button, .post-item--featured__bg .caption__inner .permalink:active .permalink__button {
              background-image: url("../images/svg/button-arrow-black.svg"); }
          .post-item--featured__bg .caption__inner .permalink__button {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url("../images/svg/button-arrow-teal.svg");
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-transform: rotate(90deg) translate(7px, -31px);
            -ms-transform: rotate(90deg) translate(7px, -31px);
            transform: rotate(90deg) translate(7px, -31px);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      .post-item--featured__bg .caption p,
      .post-item--featured__bg .caption h3 {
        color: #fff; }
      .post-item--featured__bg .caption h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.43;
        color: #ffffff;
        text-transform: capitalize; }
    .post-item--featured__bg .caption-video {
      display: none; }
  .post-item--featured__category {
    background: #84dade;
    min-width: 90%;
    -webkit-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
    transform: skew(-36deg);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.3px;
    font-weight: bold;
    width: 120px; }
    .post-item--featured__category--wrap {
      width: 187px;
      position: absolute;
      left: 0;
      top: 10px;
      overflow: hidden; }
    .post-item--featured__category .category {
      display: block;
      padding: 6px;
      color: #ffffff;
      background: #84dade;
      max-width: 90%;
      -webkit-transform: skew(36deg);
      -ms-transform: skew(36deg);
      transform: skew(36deg); }

.preloader__icon--2 {
  display: none;
  outline: none; }
  .preloader__icon--2:before {
    outline: none;
    font-size: 24px; }
  .preloader__icon--2-wrap {
    position: relative; }

.load__more__recipes,
.load-more {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  position: relative; }
  .load__more__recipes:focus,
  .load-more:focus {
    outline: none; }
  .load-more--container {
    width: 1038px;
    max-width: 100%;
    background-color: #efefef;
    text-align: center;
    padding: 8px 0; }
    .load-more--container-2 {
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 32px;
      margin-bottom: 8px; }
      .load-more--container-2 .load-more--bg .load__more__recipes,
      .load-more--container-2 .load-more--bg .load-more {
        padding-top: 17px;
        padding-bottom: 17px;
        line-height: 1;
        display: block;
        background-color: #efefef;
        width: 100%;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .load-more--container-2 .load-more--bg .load-more:hover {
          background: #d0d0d0; }
    .load-more--container-home {
      max-width: 1062px; }

/* ------------------------------------
    Page Content
------------------------------------- */
.page-content h1 {
  font-size: 52px;
  font-family: soap, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.5px;
  overflow-wrap: inherit; }

.page-content h2 {
  font-size: 48px;
  font-family: soap, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.5px; }
  .page-content h2.recipe-title {
    margin-bottom: 40px; }

.page-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  color: #cf63ce;
  margin-top: 22px;
  margin-bottom: 40px;
  letter-spacing: -0.3px; }

.page-content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
  letter-spacing: 0.3px; }
  .page-content p:last-child {
    margin-bottom: 7px; }

.page-content blockquote {
  border-left: none;
  padding-left: 49px;
  padding-right: 8px;
  position: relative;
  margin-bottom: 32px; }
  .page-content blockquote p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    color: #cf63ce;
    letter-spacing: -0.4px; }
  .page-content blockquote:before {
    content: '“';
    font-size: 60px;
    font-weight: 600;
    display: block;
    position: absolute;
    color: #cf63ce;
    left: -1px;
    top: -9px; }

.page-content--form .gform_heading {
  margin-bottom: 62px; }

.page-content--form .gform_description {
  font-size: 48px;
  font-family: soap, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 62px; }

.page-content--form .gfield_description {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  margin-bottom: 17px; }

.page-content--form .ginput_container {
  margin-bottom: 46px; }
  .page-content--form .ginput_container_textarea {
    margin-bottom: 40px; }
  .page-content--form .ginput_container input, .page-content--form .ginput_container textarea {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #efefef; }
  .page-content--form .ginput_container input {
    height: 60px; }
  .page-content--form .ginput_container textarea {
    height: 214px; }

.page-content--form .gform_button {
  width: 100%;
  border-radius: 28.5px;
  background-color: #aaaaaa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2; }

.page-content--form .validation_error {
  display: none; }

/* ------------------------------------
   Comments
------------------------------------- */
.rating-line {
  width: 180px;
  height: 20px;
  background-color: #d0d0d0;
  display: inline-block; }
  .rating-line__fill {
    height: 100%;
    background-color: #aaaaaa;
    width: 50%; }

.stars-block .stars-wrap {
  position: relative;
  height: 20px;
  display: inline-block;
  width: 100px; }

.stars-block .stars-empty .dashicons {
  color: #d0d0d0; }

.stars-block .stars-filled {
  z-index: 2; }

.stars-block .stars {
  position: absolute; }

.rating-container {
  display: -webkit-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .rating-container input {
    display: none; }
    .rating-container input:checked + label {
      color: #cf63ce; }
      .rating-container input:checked + label ~ label {
        color: #cf63ce; }
  .rating-container label {
    color: #d0d0d0;
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in; }
    .rating-container label:hover {
      color: #cf63ce; }
      .rating-container label:hover ~ label {
        color: #cf63ce; }
    .rating-container label:before {
      content: "\f155"; }

.comment.row {
  margin-top: 64px; }

.comment--all {
  display: none; }

.comment--wrap {
  background: #efefef;
  padding-top: 68px;
  margin-top: 41px;
  padding-bottom: 80px; }
  .comment--wrap .dashicons {
    color: #cf63ce; }

.comment__head h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  padding-left: 1.5px;
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 12px;
  margin-bottom: 29px; }
  .comment__head h2 .comments-count {
    color: #cf63ce;
    margin-left: 40px; }

.comment__form .comment-notes {
  display: none; }

.comment__form label[for="rating"] {
  display: inline-block; }

.comment__form .comments-rating {
  display: inline-block; }

.comment__form textarea#comment {
  resize: none; }

.comment__form .reviews-headline {
  display: none; }

.comment__form .logged-in-as {
  display: none; }

.comment__form .comment-form-comment {
  margin-top: 26px; }
  .comment__form .comment-form-comment label {
    margin-bottom: 9px; }

.comment__form .comment-form label {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: -0.3px; }

.comment__form .comment-form textarea {
  border: none; }

.comment__form .acf-input-wrap {
  height: 50px;
  margin-bottom: 15px; }
  .comment__form .acf-input-wrap input {
    height: 50px;
    border: none; }

.comment__form #submit {
  width: 210px;
  height: 40px;
  border-radius: 28.5px;
  background: #aaaaaa;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 4px; }
  .comment__form #submit:hover {
    background: #cf63ce; }

.comment__form .comments-rating {
  width: 34.2%;
  margin-top: 10px; }

.comment__form .rating-container {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%; }
  .comment__form .rating-container label {
    font-size: 16px;
    margin-right: 0;
    font-size: 17px;
    margin-right: 0;
    margin-left: 6px; }

.comment__rating-statistics .count {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #000000;
  text-transform: uppercase; }

.comment-item {
  margin-bottom: 40px; }
  .comment-item__author {
    border-bottom: 2px solid #d0d0d0;
    padding-bottom: 10px; }
    .comment-item__author img {
      width: 40px;
      border-radius: 50%; }
    .comment-item__author .name {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      margin-left: 16px; }
  .comment-item__rating {
    padding-top: 3.5px;
    margin-bottom: 6.5px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .comment-item__rating .dashicons {
      margin: 0 2.9px; }
    .comment-item__rating .stars--wrap {
      position: relative;
      height: 20px;
      width: 40%;
      display: inline-block;
      min-width: 129px; }
      .comment-item__rating .stars--wrap .stars {
        position: absolute;
        z-index: 2; }
        .comment-item__rating .stars--wrap .stars-empty {
          position: absolute;
          z-index: 1; }
          .comment-item__rating .stars--wrap .stars-empty .dashicons {
            color: #d0d0d0; }
  .comment-item__date {
    display: inline-block;
    font-size: 12px;
    margin-top: 2px; }
  .comment-item__content {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 8.4px; }
    .comment-item__content--full {
      display: none; }
  .comment-item__more {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
    margin-left: 2px;
    letter-spacing: -0.2px;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    cursor: pointer;
    color: #cf63ce; }

/* ------------------------------------
    Blog Styles
------------------------------------- */
.categories-list ul, .categories-list li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.categories-list .menu-item,
.categories-list .categories {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 1.71;
  letter-spacing: 1px;
  border-top: 2px solid #efefef;
  padding-top: 11px;
  letter-spacing: 0.7px;
  padding-bottom: 19px; }
  .categories-list .menu-item.current-menu-item, .categories-list .menu-item.current-menu-parent,
  .categories-list .menu-item a:hover,
  .categories-list .categories.current-menu-item,
  .categories-list .categories.current-menu-parent,
  .categories-list .categories a:hover {
    color: #cf63ce; }
  .categories-list .menu-item a,
  .categories-list .categories a {
    color: inherit; }
  .categories-list .menu-item ul,
  .categories-list .categories ul {
    margin-top: 4px; }
  .categories-list .menu-item .current-cat,
  .categories-list .categories .current-cat {
    color: #000000; }
  .categories-list .menu-item .menu-item,
  .categories-list .menu-item li,
  .categories-list .categories .menu-item,
  .categories-list .categories li {
    font-size: 12px;
    line-height: 2;
    color: #aaaaaa;
    letter-spacing: 0px;
    border: none;
    padding-top: 0;
    padding-bottom: 0; }
    .categories-list .menu-item .menu-item.current-menu-item, .categories-list .menu-item .menu-item.current-menu-parent,
    .categories-list .menu-item .menu-item a:hover,
    .categories-list .menu-item li.current-menu-item,
    .categories-list .menu-item li.current-menu-parent,
    .categories-list .menu-item li a:hover,
    .categories-list .categories .menu-item.current-menu-item,
    .categories-list .categories .menu-item.current-menu-parent,
    .categories-list .categories .menu-item a:hover,
    .categories-list .categories li.current-menu-item,
    .categories-list .categories li.current-menu-parent,
    .categories-list .categories li a:hover {
      color: #000000; }

/* ------------------------------------
   Recipe Archive
------------------------------------- */
.intro--wrap {
  margin-bottom: 40px; }
  .intro--wrap .intro-inner-wrap {
    position: relative; }
    @media only screen and (min-width: 642px) {
      .intro--wrap .intro-inner-wrap {
        margin: 0 24px; } }
    .intro--wrap .intro-inner-wrap--bread {
      background: #efefef; }
  .intro--wrap .intro {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: 50% 0%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .intro--wrap .intro h1 {
      color: #ffffff;
      font-family: soap, sans-serif;
      font-size: 80px;
      font-weight: normal;
      letter-spacing: 1px;
      line-height: 1; }
    .intro--wrap .intro span {
      text-transform: uppercase;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.71;
      letter-spacing: 1px; }
    .intro--wrap .intro__inner {
      padding-left: 2px;
      position: relative; }
      .intro--wrap .intro__inner--recipe {
        margin-top: 31px; }
        .intro--wrap .intro__inner--recipe.intro__inner--center {
          margin-top: -14px; }
  .intro--wrap .breadcrumbs {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px; }
    .intro--wrap .breadcrumbs__separator {
      margin: 0 20px;
      color: #000000; }
    .intro--wrap .breadcrumbs .current-item {
      color: #cf63ce; }
    .intro--wrap .breadcrumbs span {
      color: #cf63ce; }
      .intro--wrap .breadcrumbs span.breadcrumbs__separator {
        color: #000000; }
      .intro--wrap .breadcrumbs span a span {
        color: #000000; }
      .intro--wrap .breadcrumbs span:hover {
        color: #cf63ce; }
    .intro--wrap .breadcrumbs--all-rec span {
      line-height: 1;
      color: #cf63ce; }
      .intro--wrap .breadcrumbs--all-rec span a {
        color: #000000; }
        .intro--wrap .breadcrumbs--all-rec span a span {
          color: inherit; }
    .intro--wrap .breadcrumbs--all-rec .current-item {
      color: #000000; }
  .intro--wrap .back {
    background: transparent;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase; }
    .intro--wrap .back--wrap {
      text-align: center; }
    .intro--wrap .back .fas {
      margin-right: 4px; }

/* ------------------------------------
   Single Post
------------------------------------- */
.single-post--image {
  height: 517px;
  background-size: cover; }

.single-post .single-post--image {
  margin-bottom: 62px; }
  .single-post .single-post--image .post-thumbnail {
    height: 100%;
    background-size: cover; }

.single-post .post-item--wrap {
  height: 165.1px; }

.single-post .steps__title {
  padding-left: 0;
  margin-top: 61px;
  margin-bottom: 20px; }

/* ------------------------------------
   Single Recipe
------------------------------------- */
.single-recipe .single-post--image {
  margin-bottom: 61px;
  position: relative; }

.single-recipe .post-item--wrap {
  height: 165.1px; }

.single-recipe .recipe-info {
  margin-bottom: 56px; }
  .single-recipe .recipe-info__wrap {
    padding-left: 38px; }
  .single-recipe .recipe-info__count {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase; }
    .single-recipe .recipe-info__count p {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 5px;
      padding-bottom: 12px; }
    .single-recipe .recipe-info__count .counter {
      font-size: 28px;
      font-weight: 600;
      line-height: 1;
      color: #cf63ce;
      text-transform: none; }
    .single-recipe .recipe-info__count .text {
      line-height: 1;
      margin-top: 7px;
      margin-left: 16px;
      letter-spacing: -0.25px; }
  .single-recipe .recipe-info__inner {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    padding: 15.8px 0; }
    .single-recipe .recipe-info__inner .text {
      line-height: 1; }
  .single-recipe .recipe-info__link {
    padding-top: 15px; }
    .single-recipe .recipe-info__link .dashicons-star-filled,
    .single-recipe .recipe-info__link .dashicons-star-empty {
      color: #cf63ce; }
    .single-recipe .recipe-info__link a {
      float: right;
      margin-right: 12px;
      font-size: 12px;
      font-weight: 600;
      line-height: 2;
      text-transform: uppercase;
      color: #aaaaaa; }
      .single-recipe .recipe-info__link a:hover {
        color: #cf63ce; }
  .single-recipe .recipe-introduction {
    margin-bottom: 61px; }
      @media only screen and (max-width: 641px) {
        .single-recipe .recipe-introduction {
          margin-bottom: 30px; } }

.steps__title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 21px; }
  .steps__title--similar {
    margin-bottom: 31px; }

.steps__item {
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #000000;
  margin-left: 94px;
  letter-spacing: 0.37px;
  margin-bottom: 32px;
  position: relative; }
  .steps__item--2 {
    margin-bottom: 20px;
    padding-right: 105px; }
    .steps__item--ingred:before {
      display: block;
      position: absolute;
      width: 22px;
      height: 22px;
      background: url("../images/svg/button-add-purple.svg") 50% 50% no-repeat;
      background-size: contain;
      left: -74px;
      top: 4px;
	content: " "; }
  .steps__item .count {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-size: contain;
    left: -74px;
    top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #cf63ce; }

.intro--wrap .intro div.recipe {
    color: #fff;
    font-family: soap,sans-serif;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
}
#gform_submit_button_3,#gform_submit_button_4 ,#gform_submit_button_6,#gform_submit_button_7,#gform_submit_button_8 {
    background: #000 !important;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
}

.nutrition {
  border-top: 2px solid #efefef;
  margin-bottom: -15.8px;
}

.nutrition__accordion {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all .3s ease-in-out;
}

.nutrition__accordion span {
  color: #cf63ce;
  font-size: 30px;
  transition: all .3s ease-in-out;
}

.nutrition__accordion span:hover {
  color: #b956b8;
}

.performance-facts {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease-in-out;
}

.performance-facts--visible {
  overflow: visible;
  max-height: 900px;
  transition: all .5s ease-in-out;
}

.performance-facts table {
  border: 1px solid #efefef;
  border-collapse: collapse;
  margin-bottom: 0;
}

.performance-facts tbody {
  border: 0;
}

.performance-facts__title {
  font-weight: bold;
  margin: 0 0 0.25rem 0;
}

.performance-facts__header {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.25rem 0;
}

.performance-facts__header p {
  margin: 0;
}

.performance-facts__table {
  width: 100%;
}

.performance-facts__table thead tr th,
.performance-facts__table thead tr td {
  border: 0;
}

.performance-facts__table th,
.performance-facts__table td {
  border: 0;
  font-weight: normal;
  padding: 5px 10px 0 10px;
  text-align: left;
  white-space: nowrap;
}

.performance-facts__table td:last-child {
  text-align: right;
}

.performance-facts__table .blank-cell {
  border-top: 0;
  width: 1rem;
}

.performance-facts__table .thick-row th,
.performance-facts__table .thick-row td {
  border-top-width: 5px;
}
