@import url("../Divi/style.css");
/*
 Theme Name:     Divi child theme
 Author:         Nikolas
 Author URI:     http://www.divithemeexamples.com
 Template:       Divi
 Version:        1.0
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
/**************************
 * 	  Best Meal Kit(8990)
 * ***********************/
:root {
  /* 	--main-color: #EFA92D; */
}

.post-8990 h1 {
  font-size: 40px;
  font-weight: 700;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}

.post-8990 .post-meta {
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
}

/*blocks-icon*/
.blocks-icon__title h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.blocks-icon__list {
  list-style: none !important;
  padding: 0 !important;
}

.blocks-icon__list .line {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.blocks-icon__list .icon {
  flex: 1 1 40px;
  max-width: 40px;
}

.blocks-icon__list .icon._fix-icon {
  width: 40px;
  height: 40px;
  border: 6px solid #2EA3F2;
  position: relative;
  border-radius: 5px;
}

.blocks-icon__list .icon._fix-icon .et_social_media_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}

.blocks-icon__list .icon._fix-icon img {
  display: block;
  margin: 0 auto;
}

.blocks-icon__list .text {
  padding-left: 14px;
  flex: 1;
}

.et_monarch .et_social_media_wrapper .et_social_media {
  display: none !important;
}

.divider-45 {
  flex: 1 1 100%;
  max-width: 100%;
  display: block;
  height: 45px;
}

.custom-bq {
  border: none;
  background: #F5F5F7;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.custom-bq::after {
  content: "";
  background-image: url("/wp-content/themes/Divi-child/img/quote.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  position: absolute;
  top: -10px;
  left: 22px;
  width: 50px;
  height: 50px;
}

.custom-bq h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #333333;
}

/* wp-content/themes/Divi-child */
.banner-block {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 25px 30px;
  background: #FFFBEF;
  border-radius: 5px;
  border-bottom: 3px solid #EFA92D;
  border-radius: 0px 0px 5px 5px;
}

.banner-block__title {
  font-size: 20px;
  font-weight: 700;
}

.quick-nav {
  display: block;
  width: 100%;
}

.quick-nav h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.quick-nav__block-wrapper {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

.quick-nav__block {
  margin: 0 5px 20px;
  padding: 20px;
  border: 1px solid #D5D7E6;
  box-sizing: border-box;
  border-radius: 5px;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  transition: all 0.23s cubic-bezier(0.63, 1.05, 0.79, 0.71);
}

.quick-nav__block:hover {
  background-color: #2EA3F2;
}

.quick-nav__block p {
  color: #333333;
  transition: all 0.23s cubic-bezier(0.63, 1.05, 0.79, 0.71);
}

.quick-nav__block:hover p {
  color: #ffffff;
}

.quick-nav__block p:empty {
  display: none;
}

.quick-nav__block + p {
  display: none !important;
}

.quick-nav__block .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #2EA3F2;
  transition: all 0.23s cubic-bezier(0.63, 1.05, 0.79, 0.71);
}

.quick-nav__block:hover .title {
  color: #ffffff;
}

.page-c-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.full-img {
  margin-bottom: 25px;
  background: linear-gradient(180deg, rgba(2, 13, 23, 0) 42.19%, rgba(2, 17, 31, 0.5) 100%), url(Banner_Homepage.jpg);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.full-img .et_social_media_wrapper {
  width: 100%;
  position: relative;
  display: block;
}

.full-img .et_social_media_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 39%;
}

.full-img .et_social_media_wrapper img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.full-img figcaption {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  background: transparent;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#left-area .num-list {
  margin: 20px 0;
  padding-left: 30px;
  display: block;
  list-style: none;
  counter-reset: counterEx;
}

#left-area .num-list > li::before {
  content: counter(counterEx) " ";
  counter-increment: counterEx;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #2EA3F2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 18px;
}

#left-area .num-list li {
  padding-left: 36px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 21px;
  min-height: 30px;
  line-height: 1.5;
}

.table-responsive {
  padding: 1px;
  display: block;
  width: 100%;
  overflow-x: auto;
}

.nk-table {
  font-size: 14px;
  border: none !important;
}

.nk-table.nk-table_6 th,
.nk-table.nk-table_6 td {
  width: 16.6666%;
}

.nk-table th {
  padding: 15px 8px !important;
  border: 1px solid #0C8BE1;
}

.nk-table td {
  padding: 8px;
  border: 1px solid #DDDFE4;
}

.nk-table th,
.nk-table td {
  padding: 8px;
}

.nk-table thead th {
  background-color: #2EA3F2;
  color: #FFFFFF;
}

.nk-table thead th,
.nk-table thead td:not(:first-child) {
  text-align: center;
}

.nk-table thead td:last-child {
  border-right: 1px solid #DDDFE4;
}

.nk-table thead th:first-child {
  border-top-left-radius: 10px;
  width: 120px;
  border-left: none;
  border-top-color: transparent;
}

.nk-table thead th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
  border-top-color: transparent;
}

.nk-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.nk-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.nk-table tbody tr:nth-child(odd) {
  background-color: #F8F9FA;
}

.block-p {
  margin-bottom: 50px;
}

.block-p__inner {
  padding: 20px;
  background-color: #F7F8FA;
  border: 1px solid #D1D7DD;
  border-radius: 10px;
}

.block-p__text {
  padding: 20px;
  display: block;
  background-image: url(/wp-content/themes/Divi-child/img/hello_bg.jpg);
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: cover;
  border-radius: 5px;
}

.block-p .page-c-title {
  margin-bottom: 0;
  margin-top: 30px;
}

.block-p__btns {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.block-p__btns .btn {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}

.btn {
  padding: 12px 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
  transition: all 0.23s ease;
  display: inline-flex;
  justify-content: center;
  line-height: 1.2;
  text-decoration: none !important;
}

.btn.btn-yellow {
  padding: 4px 5px;
  background: #EFA92D;
  border: 1px solid #C08824;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  font-size: 12px;
}

.btn-yellow:hover {
  background: #C08824;
}

.btn.btn-yellow-black {
  background: #EFA92D;
  border: 1px solid #C08824;
  color: #333333;
  font-size: 16px;
}

.btn.btn-yellow-black:hover {
  background: #C08824;
}

.btn.btn-blue {
  background-color: #2EA3F2;
  border: 1px solid #2EA3F2;
  color: #ffffff;
  font-size: 16px;
}

.btn.btn-blue:hover {
  color: #ffffff;
  background-color: #1377bb;
}

#left-area ul.dot-list {
  list-style: none;
  padding-left: 75px;
}

ul.dot-list li {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

ul.dot-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2EA3F2;
  position: absolute;
  left: -28px;
  top: 0.6em;
}

.faq {
  margin: 50px 0;
}

.faq__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.faq__inner {
  counter-reset: counterFq;
}

.faq__item {
  margin-bottom: 20px;
  padding-left: 75px;
  min-height: 45px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-flow: row wrap;
}

.faq__item::before {
  content: counter(counterFq) " ";
  counter-increment: counterFq;
  top: -6px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  right: calc(100% + -50px);
  text-align: center;
  line-height: 40px;
  background-color: #2EA3F2;
}

.faq__item.is-open::before {
  box-shadow: 0 0 2px 5px rgba(46, 163, 242, 0.2);
}

.faq__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #DDDFE4;
  bottom: 0;
  right: 0;
}

.faq__head {
  padding-bottom: 10px;
  font-weight: 700;
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
}

.faq__head::before {
  content: "";
  position: absolute;
  width: calc(100% + 75px);
  height: 100%;
  right: 0;
}

.faq__head::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 0;
  cursor: pointer;
  background-image: url("/wp-content/themes/Divi-child/img/plus-icon.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.faq__body {
  flex: 1 1 100%;
  max-width: 100%;
  transition: all 0.23s ease-in-out;
}

.faq__body p:last-child {
  margin-bottom: 20px;
}

.faq__item.is-open .faq__head::after {
  background-image: url("/wp-content/themes/Divi-child/img/minus-icon.svg");
}

.faq__item.is-open .js-acc-body p {
  display: block;
}

.steps p:empty {
  display: none;
}

.steps {
  margin-bottom: 50px;
}

.steps__inner {
  padding: 30px;
  background: #F7F8FA;
  border: 1px solid #D1D7DD;
  box-sizing: border-box;
  border-radius: 10px;
}

.steps__inner__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}

.steps__items {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.steps__items .item {
  width: 110px;
  position: relative;
  z-index: 2;
}

.steps__items .item__bg {
  width: 110px;
  height: 110px;
  background-size: 110px auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.steps__items p {
  text-align: center;
  width: 110px;
  color: #333;
}

.steps__items .item__bg.item__bg1 {
  background-image: url("/wp-content/themes/Divi-child/img/step-1.svg");
}

.steps__items .item__bg.item__bg2 {
  background-image: url("/wp-content/themes/Divi-child/img/step-2.svg");
}

.steps__items .item__bg.item__bg3 {
  background-image: url("/wp-content/themes/Divi-child/img/step-3.svg");
}

.steps__items .item__bg.item__bg4 {
  background-image: url("/wp-content/themes/Divi-child/img/step-4.svg");
}

.steps__items .item:not(:last-child) {
  width: calc(33.333% - 100px);
  flex: 1 1 calc(33.333% - 100px);
  flex-basis: calc(33.333% - 100px);
  height: 100px;
  position: relative;
  z-index: 2;
}

.steps__btn {
  text-align: center;
}

.steps__btn .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 230px;
}

@media (min-width: 1024px) {
  .steps__items .item:not(:last-child)::after {
    content: "";
    z-index: -1;
    width: 80px;
    height: 10px;
    position: absolute;
    background-image: url(/wp-content/themes/Divi-child/img/steps-arrow.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 42px;
    right: 0;
  }
}
.su-note_wrapper .su-note {
  border-color: #FFDF8E !important;
}

.su-note_wrapper .su-note-inner h3 {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.su-note_wrapper .su-note {
  margin-bottom: 30px;
}

.su-note_wrapper .su-note-inner h3 div {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.su-note_wrapper .su-note-inner h3 div.bg-h-fresh {
  background-image: url(/wp-content/themes/Divi-child/img/hello-fresh_logo.png);
  width: 220px;
  height: 65px;
}

.su-note_wrapper .su-note-inner h3 div.bg-ch-plate {
  background-image: url(/wp-content/themes/Divi-child/img/chift-plate_logo.png);
  width: 85px;
  height: 85px;
}

.su-note_wrapper .su-note-inner h3 div.bg-g-food {
  background-image: url(/wp-content/themes/Divi-child/img/goodfood_logo.png);
  width: 200px;
  height: 65px;
}

.su-note_wrapper .su-note-inner h3 div.bg-prepd {
  background-image: url(/wp-content/themes/Divi-child/img/prepd_logo.png);
  width: 60px;
  height: 75px;
}

.su-note_wrapper .su-note-inner h3 div.bg-fresh-s {
  background-image: url(/wp-content/themes/Divi-child/img/fresh-sity_logo.png);
  width: 100px;
  height: 60px;
}

.su-note_wrapper .su-note-inner h3 div.miss-fresh {
  background-image: url(/wp-content/themes/Divi-child/img/miss-fresh_logo.png);
  width: 300px;
  height: 60px;
}

.su-note_wrapper .su-note-inner .su-button {
  margin-bottom: 20px;
}

.su-note_wrapper .su-note-inner .su-button > span {
  padding: 10px 20px !important;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .et_right_sidebar #main-content .container:before {
    content: none !important;
  }
}
@media (max-width: 1023px) {
  .et_header_style_left #et-top-navigation {
    padding-left: 330px;
    position: absolute;
    top: 2px;
    right: 0px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .post-8990 .entry-content > div {
    max-width: 100%;
  }

  .custom-bq::after {
    top: -10px;
    left: -8px;
    transform: scale(0.5);
  }

  .quick-nav__block {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #left-area ul.dot-list {
    padding-left: 30px;
  }

  .nk-table_6 {
    min-width: 600px;
  }

  .faq__item {
    padding-left: 20px;
  }

  .faq__item::before {
    transform: scale(0.75);
    right: calc(100% - 15px);
  }

  .faq__head {
    padding-right: 20px;
  }

  .faq__item:not(:last-child)::after {
    width: calc(100% - 20px);
  }

  .steps__items .item,
.steps__items .item:not(:last-child) {
    margin-bottom: 50px;
    flex: 1 1 50%;
    max-width: 50%;
  }

  .su-note_wrapper .su-note-inner h3 div {
    margin: 0 auto 20px;
    background-size: contain;
    order: -1;
  }

  .su-note_wrapper .su-note-inner h3 b {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .su-note_wrapper .su-note-inner h3 {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .wr {
    position: relative;
  }

  .wr .table-responsive {
    margin-left: 130px;
    max-width: calc(100% - 130px);
    position: static;
  }

  .wr .table-responsive table th,
.wr .table-responsive table td {
    width: 129px;
    height: 70px;
    line-height: 1.2;
  }

  .wr .table-responsive table th:first-child,
.wr .table-responsive table td:first-child {
    position: absolute;
    left: 0;
  }

  .wr .table-responsive table th:first-child {
    height: 71px;
  }

  .wr .table-responsive table tr:nth-child(odd) td:first-child {
    background-color: #F8F9FA;
  }

  .wr .table-responsive table tr:nth-child(even) td:first-child {
    background-color: #ffffff;
  }
}
.nk-card {
  margin-bottom: 60px;
  display: block;
}
.nk-card__item {
  margin-bottom: 30px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #DDDFE4;
  box-sizing: border-box;
  border-radius: 10px;
}
.nk-card__head {
  padding: 8px 20px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F8FA;
}
.nk-card__head .et_social_media_wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .nk-card__head {
    justify-content: center;
    align-items: center;
  }
}
.nk-card__s-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}
.nk-card__s-title:not(:first-child) {
  margin-top: 20px;
}
.nk-card__logo {
  max-width: 220px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nk-card__logo {
    max-width: 150px;
  }
}
.nk-card .nk-link {
  margin-left: auto;
  font-size: 16px;
  line-height: 21px;
  color: #2EA3F2;
  position: relative;
  background-color: #F7F8FA;
  display: inline-block;
}
.nk-card .nk-link::after, .nk-card .nk-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: translateY(-10px);
  z-index: 0;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
}
.nk-card .nk-link::before {
  transition-delay: 0.1s;
}
.nk-card .nk-link:hover::after {
  transform: translateY(0px);
  opacity: 1;
}
.nk-card .nk-link:hover::before {
  transform: translateY(2px);
  opacity: 1;
}
.nk-card__body {
  display: flex;
  flex-flow: row wrap;
}
.nk-card__body .et_social_media_wrapper {
  display: inline-flex;
}
.nk-card p:empty {
  display: none;
}
.nk-card .nk-plans,
.nk-card .nk-pros-cons {
  list-style: none;
}
.nk-card .nk-plans li,
.nk-card .nk-pros-cons li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.nk-card .nk-plans li span,
.nk-card .nk-pros-cons li span {
  margin-left: 9px;
}
.nk-card__body {
  display: flex;
  flex-flow: row wrap;
}
.nk-card__col {
  padding: 0 20px;
  flex: 1 1 auto;
}
.nk-card__col_first, .nk-card__col_second {
  border-right: 1px solid #DDDFE4;
}
@media only screen and (max-width: 767px) {
  .nk-card__col_first, .nk-card__col_second {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #DDDFE4;
  }
}
.nk-card__col_third {
  max-width: 300px;
}
@media only screen and (max-width: 1023px) {
  .nk-card__col_third {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nk-card__col_third {
    margin-top: 20px;
    max-width: 100%;
    display: flex;
  }
  .nk-card__col_third .nk-card__s-title {
    flex: 1 1 160px;
    max-width: 160px;
  }
  .nk-card__col_third .nk-pros-cons {
    flex: 1 1 calc(100% - 160px);
    max-width: calc(100% - 160px);
    flex-basis: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .nk-card__col_third {
    margin-top: 0;
  }
}
.nk-card__footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F8FA;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .nk-card__footer {
    flex-flow: column-reverse;
    align-items: center;
  }
}
.nk-card__footer .btn {
  max-width: 160px;
  color: #333333;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}
.nk-card__f-promo {
  margin: 0 auto 0 20px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nk-card__f-promo {
    margin: 0 auto 10px;
  }
}
.nk-card__f-promo .sale {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #EFA92D;
}

.nk-stars {
  padding: 0 !important;
  margin: 0 auto 0 20px;
  display: flex;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .nk-stars {
    margin: 0 auto 10px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.nk-stars li {
  display: inline-block;
  margin-right: 7px;
}

.second-iteration-table .btn {
  padding: 12px 9px;
  font-size: 12px;
  width: 100%;
}
.second-iteration-table .btn.btn-yellow {
  padding: 7px;
}
.second-iteration-table .btn.btn-gray {
  background: #C1C4C9;
  border-radius: 5px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #666666;
}

.nk-table__pc td:not(:first-child) {
  text-align: center;
}
.nk-table__pc .nk-sale {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #2EA3F2;
}
.nk-table__pc .nk-sale_gray {
  color: #666666;
}

.p-small td:not(:first-child) {
  padding: 5px !important;
}
.p-small td:not(:first-child) .btn {
  padding: 7px;
}
@media only screen and (max-width: 1023px) {
  .p-small .btn br {
    display: none;
  }
}

a.big-fc-button {
  margin-bottom: 40px;
  padding: 1.2em;
  display: block;
  background: #F7F8FA;
  border: 1px solid #D1D7DD;
  box-sizing: border-box;
  border-radius: 7px;
  text-align: center;
  color: #2EA3F2;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  a.big-fc-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  a.big-fc-button {
    font-size: 12px;
  }
}
a.big-fc-button span {
  padding: 0.8em;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2916666667em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.4s;
  background-color: #2EA3F2;
}
a.big-fc-button:hover span {
  background-color: #0e8bdf;
}