/*
Theme Name: Ketocalculadora
Text Domain: twentysixteen
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
.text-block-styles h1, .text-block-styles h2, .text-block-styles h3, .text-block-styles h4, .text-block-styles h5, .text-block-styles h6 {
  color: #4B2077;
  margin-bottom: 20px;
}
.text-block-styles h1 {
  font-size: 26px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles h1 {
    font-size: 25px;
  }
}
.text-block-styles h2 {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles h2 {
    font-size: 20px;
  }
}
.text-block-styles h3 {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles h3 {
    font-size: 18px;
  }
}
.text-block-styles h4 {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles h4 {
    font-size: 16px;
  }
}
.text-block-styles h5 {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles h5 {
    font-size: 16px;
  }
}
.text-block-styles h6 {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles h6 {
    font-size: 14px;
  }
}
.text-block-styles p {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  line-height: 1.4;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles p {
    font-size: 16px;
  }
}
.text-block-styles ul, .text-block-styles ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text-block-styles ul li {
  list-style: disc;
}
.text-block-styles a {
  color: #4B2077;
}
.text-block-styles a:hover {
  text-decoration: underline;
}
.text-block-styles blockquote {
  padding-left: 30px;
  border-left: 3px solid #4B2077;
}
.text-block-styles blockquote p {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .text-block-styles blockquote p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .text-block-styles blockquote p {
    font-size: 16px;
  }
}
.text-block-styles img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.text-block-styles .alignleft {
  float: left;
  margin-right: 30px;
}
.text-block-styles .aligncenter {
  margin: 30px auto;
  display: block;
}
.text-block-styles .alignright {
  float: right;
  margin-left: 30px;
}

html {
  box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #777;
  font-size: 16px;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  background-image: url(images/background.png);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body.overflow--hidden {
  overflow: hidden;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button,
input[type=date] {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #777;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #777;
}

h1, .h1, .blog_block__title, .post-copy_block__title, .h1 p, .blog_block__title p, .post-copy_block__title p {
  font-size: 26px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  h1, .h1, .blog_block__title, .post-copy_block__title, .h1 p, .blog_block__title p, .post-copy_block__title p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  h1, .h1, .blog_block__title, .post-copy_block__title, .h1 p, .blog_block__title p, .post-copy_block__title p {
    font-size: 25px;
  }
}

h2, .h2, .h2 p {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  h2, .h2, .h2 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  h2, .h2, .h2 p {
    font-size: 20px;
  }
}

h3, .h3, .blog_block .post_content__title, .h3 p, .blog_block .post_content__title p {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  h3, .h3, .blog_block .post_content__title, .h3 p, .blog_block .post_content__title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  h3, .h3, .blog_block .post_content__title, .h3 p, .blog_block .post_content__title p {
    font-size: 18px;
  }
}

h4, .h4, .blog_block__grid__item .post_content__title, .post-copy_block__subtitle, .post-copy_block__text, .customer_stories--read_next_block .customer_stories--read_next_block___title, .h4 p, .blog_block__grid__item .post_content__title p, .post-copy_block__subtitle p, .post-copy_block__text p, .customer_stories--read_next_block .customer_stories--read_next_block___title p {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  h4, .h4, .blog_block__grid__item .post_content__title, .post-copy_block__subtitle, .post-copy_block__text, .customer_stories--read_next_block .customer_stories--read_next_block___title, .h4 p, .blog_block__grid__item .post_content__title p, .post-copy_block__subtitle p, .post-copy_block__text p, .customer_stories--read_next_block .customer_stories--read_next_block___title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  h4, .h4, .blog_block__grid__item .post_content__title, .post-copy_block__subtitle, .post-copy_block__text, .customer_stories--read_next_block .customer_stories--read_next_block___title, .h4 p, .blog_block__grid__item .post_content__title p, .post-copy_block__subtitle p, .post-copy_block__text p, .customer_stories--read_next_block .customer_stories--read_next_block___title p {
    font-size: 16px;
  }
}

h5, .h5, .h5 p {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}

h6, .h6, .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title, .h6 p, .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title p {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  h6, .h6, .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title, .h6 p, .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  h6, .h6, .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title, .h6 p, .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title p {
    font-size: 14px;
  }
}

a {
  color: #4B2077;
  transition: all 0.3s ease;
}
a:hover {
  color: #8684BB;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 1460px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}

.centerDiv {
  display: flex;
  align-items: center;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.site-box {
  display: block;
  width: 100%;
  /*background: rgba(255,255,255,0.70);*/
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}
.site-box--user {
  margin-bottom: 30px;
  padding: 0 20px;
}
.site-box--user.inactive {
  display: none;
}
.site-box__title {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  color: #4B2077;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .site-box__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .site-box__title {
    font-size: 16px;
  }
}
.site-box__title span {
  font-weight: 600;
}

.ui-dialog {
  background: none;
  box-shadow: none;
}
.ui-dialog .site-box {
  background: rgb(255, 255, 255);
  margin-bottom: 0;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
}
.ui-dialog .ui-dialog-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.ui-dialog .ui-button.ui-dialog-titlebar-close {
  color: #fff;
}

.site-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 500px) {
  .site-title {
    display: block;
  }
}
.site-title--data {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 900px) {
  .site-title--data {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .site-title--data {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 500px) {
  .site-title--data {
    margin-bottom: 10px;
    display: block;
  }
}
.site-title--links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-title__icon {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-title span {
  font-size: 26px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #4B2077;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  .site-title span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .site-title span {
    font-size: 25px;
  }
}
.site-title--patient {
  line-height: 26px;
}
.site-title--patient .site-title--data {
  gap: 20px;
}
.site-title--patient span {
  text-transform: none;
}
.site-title--patient .ratio {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .site-title--patient .site-title--links {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .site-title--patient .site-title--links a,
  .site-title--patient .site-title--links button {
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .site-title--patient .site-title--links button {
    width: 100%;
  }
}

.ratio-circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.ratio-circle span {
  width: 100%;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .ratio-circle span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .ratio-circle span {
    font-size: 14px;
  }
}
.ratio-circle p {
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  color: #4B2077;
}

.site-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-icon--patient {
  background-image: url(images/pacientes.svg);
}
.site-icon--menu {
  background-image: url(images/menus.svg);
}
.site-icon--ingredient {
  background-image: url(images/ingredientes.svg);
}
.site-icon--diet {
  background-image: url(images/dietas.svg);
}
.site-icon--print {
  background-image: url(images/print.svg);
}
.site-icon--delete {
  background-image: url(images/delete.svg);
}
.site-icon--view {
  background-image: url(images/view.svg);
}
.site-icon--video {
  background-image: url(images/video.svg);
}

.site--add {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #4B2077;
  background-image: url(images/plus.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.site--add:hover {
  background-color: #8684BB;
}

.site-columns {
  display: grid;
  width: 100%;
  grid-column-gap: 40px;
}
.site-columns--column {
  grid-template-columns: 1fr 305px;
}
@media only screen and (max-width: 1050px) {
  .site-columns--column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .site-columns--column {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print {
  .site-columns--column {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .site-columns--column .site-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media print {
  .site-columns--column .site-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .site-columns--column .site-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-columns--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1050px) {
  .site-columns--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 40px !important;
}
.slick-dots li {
  list-style: none;
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D8D8D8;
  overflow: hidden;
  cursor: pointer;
  text-indent: 500px;
}
.slick-dots li button:hover {
  background: #8684BB;
}
.slick-dots li.slick-active button {
  background: #8684BB;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #4B2077 !important;
}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar + .mCSB_draggerRail {
  opacity: 0;
}

.pager-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.pager-cont .wp-pagenavi a,
.pager-cont .wp-pagenavi span {
  border: none;
}
.pager-cont .pages,
.pager-cont .last,
.pager-cont .extend,
.pager-cont .larger.page {
  display: none;
}

.ui-dialog-content p {
  color: #ffffff;
}

@media only screen and (max-width: 500px) {
  .gf_login_links + p .button {
    margin-bottom: 10px;
  }
}

.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #4B2077;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.button:hover {
  background: #8684BB;
  color: #ffffff;
}
.button--line {
  background: none;
  color: #4B2077;
  border: 1px solid #4B2077;
}
.button--line:hover {
  border: 1px solid #8684BB;
  background: #8684BB;
  color: #ffffff;
}
.button--small {
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  line-height: 30px;
  background: rgba(134, 132, 187, 0.5);
  padding: 0 15px;
}
@media only screen and (max-width: 1050px) {
  .button--small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .button--small {
    font-size: 14px;
  }
}
.button--small:hover {
  background: #4B2077;
}
.button--secondary {
  background: #8684BB;
  text-transform: none;
}
.button--secondary:hover {
  background: #4B2077;
}
.button--full {
  width: 100%;
}

.buttons-cont {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .buttons-cont {
    justify-content: flex-start;
  }
}

.links-cont {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .links-cont {
    justify-content: flex-start;
  }
}
@media print {
  .links-cont {
    justify-content: flex-start;
  }
}
.links-cont a {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #8684BB;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .links-cont a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .links-cont a {
    font-size: 14px;
  }
}
.links-cont a:hover {
  color: #4B2077;
}

.form-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 15px);
  margin-bottom: -20px;
}
.form-box--inline {
  justify-content: flex-start;
  gap: 5px;
}

.form-title {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  width: calc(100% + 40px);
  text-transform: uppercase;
  font-weight: 600;
  color: #4B2077;
  margin-left: -20px;
  padding: 20px;
  border-top: 1px solid #ECECEC;
}
@media only screen and (max-width: 1050px) {
  .form-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .form-title {
    font-size: 16px;
  }
}

.form-line {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #ECECEC;
}

.form-item {
  margin-bottom: 20px;
  padding-right: 15px;
  width: 28.3%;
}
@media only screen and (max-width: 1050px) {
  .form-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 500px) {
  .form-item {
    width: 100% !important;
  }
}
.form-item label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #8684BB;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  .form-item label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .form-item label {
    font-size: 14px;
  }
}
.form-item--legend {
  margin-top: -30px;
}
.form-item--legend label {
  width: calc(100% - 100px) !important;
  font-size: 12px;
  color: #999;
}
.form-item--legend label span {
  white-space: nowrap;
}
.form-item .form-search {
  position: relative;
  mix-blend-mode: normal !important;
}
.form-item .form-input {
  width: 100%;
  background: #E8E8E8;
  border-radius: 20px;
  position: relative;
}
.form-item .form-input--search {
  mix-blend-mode: normal;
}
.form-item .form-input .autocomplete-results {
  position: absolute;
  margin-top: 5px;
  display: block;
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
  background: #E8E8E8;
  border-radius: 20px;
  z-index: 10;
}
.form-item .form-input input:not([type=checkbox]):not([type=radio]):not([type=search]),
.form-item .form-input select,
.form-item .form-input textarea,
.form-item .form-input .input-form {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 5px 0 10px;
  background: none;
}
.form-item .form-input input:not([type=checkbox]):not([type=radio]):not([type=search])[type=date],
.form-item .form-input select[type=date],
.form-item .form-input textarea[type=date],
.form-item .form-input .input-form[type=date] {
  padding-right: 10px;
}
.form-item .form-input select {
  width: calc(100% - 10px);
  padding-right: 12px;
}
.form-item .form-input textarea {
  height: 125px;
  padding: 10px;
}
.form-item .form-input--legend {
  display: flex;
  align-items: center;
  position: relative;
}
.form-item .form-input--legend .max {
  position: absolute;
  bottom: -17px;
  color: #666;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.form-item .form-input--legend .js-antropometria-grs {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 500px) {
  .form-item .form-input--legend .js-antropometria-grs {
    display: none;
  }
}
.form-item .form-input--legend span {
  padding-right: 15px;
}
.form-item .form-input--search input {
  width: calc(100% - 45px) !important;
  background: none !important;
  padding: 0 20px !important;
}
.form-item .form-input--search button {
  width: 20px;
  height: 40px;
  background: none;
  overflow: hidden;
  text-indent: 400px;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.form-item .form-input.multiple-select {
  position: relative;
  mix-blend-mode: normal;
  cursor: pointer;
}
.form-item .form-input.multiple-select:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 40px;
  content: "";
  background: transparent url(images/arrow.svg) left center no-repeat;
  background-size: 14px;
  opacity: 0.6;
}
.form-item .form-input.multiple-select .selected {
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
}
.form-item .form-input.multiple-select .options {
  position: absolute;
  top: 45px;
  width: 100%;
  padding: 15px 20px;
  background: #E8E8E8;
  border-radius: 20px;
  z-index: 2;
  display: none;
}
.form-item .form-input.multiple-select .option {
  margin-bottom: 5px;
}
.form-item .form-input.multiple-select .option.active {
  color: #4B2077;
}
.form-item .form-input.multiple-select .option:hover {
  opacity: 0.6;
}
.form-item .form-input.multiple-select.open .options {
  display: block;
}
.form-item select.select--multiple {
  width: 100%;
  background: #e8e7e7;
  height: 300px;
  overflow: auto;
}
.form-item select.select--multiple option {
  padding: 5px 10px;
}
.form-item .form-checkbox {
  display: flex;
  align-items: center;
  height: 40px;
}
.form-item .form-checkbox label {
  width: auto;
  margin: 0;
  padding: 0 20px 0 10px;
  color: #777;
}
.form-item--full {
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .form-item--full {
    width: 100% !important;
  }
}
.form-item--xl {
  width: 85%;
}
.form-item--l {
  width: 71.2%;
}
.form-item--m {
  width: 33%;
}
.form-item--middle {
  width: 50%;
}
.form-item--s {
  width: 24%;
}
.form-item--xs {
  width: 14%;
}
.form-item--inline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .form-item--inline {
    width: 50%;
  }
}
.form-item--inline label {
  width: auto;
  margin-bottom: 0;
}
.form-item--inline .form-input {
  width: 30%;
}
.form-item.link {
  width: 100%;
  text-align: center;
}
.form-item.link:hover {
  text-decoration: underline;
}

.site-search__cont {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-search {
  width: 370px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .site-search {
    margin-top: 20px;
  }
}
.site-search input[type=search] {
  width: calc(100% - 20px);
  background: none;
}
.site-search button {
  width: 20px;
  height: 40px;
  background: none;
  overflow: hidden;
  text-indent: 400px;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-add-ons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.form-add-ons div {
  background: #E8E8E8;
  border-radius: 20px;
  mix-blend-mode: multiply;
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #8684BB;
}
@media only screen and (max-width: 1050px) {
  .form-add-ons div {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .form-add-ons div {
    font-size: 14px;
  }
}

#js-confirm-recipe-delete p {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.recipes-filters {
  width: auto;
  justify-content: left;
}
.recipes-filters .form-item .form-input {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.page-template-diet-list .site-search__cont .form-item {
  min-width: 150px;
}

.patient-single .antropometria-box .form-item--inline .form-input {
  width: 90px;
  min-width: 90px;
}

.list-cont {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  margin-bottom: -14px;
}
.list-cont--user .list-cont__texts,
.list-cont--user .list-cont__links {
  border: none;
}
.list-cont__texts {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #ECECEC;
  padding: 14px 0;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .list-cont__texts {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__texts {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1050px) {
  .list-cont__texts {
    display: block;
  }
}
.list-cont__texts.active-0 {
  opacity: 0.5;
  filter: grayscale(1);
}
@media only screen and (max-width: 1050px) {
  .list-cont__texts div {
    width: 100% !important;
    padding-bottom: 5px;
  }
}
.list-cont__texts--titles {
  color: #8684BB;
  border: none;
  padding-top: 0;
}
@media only screen and (max-width: 1050px) {
  .list-cont__texts--titles {
    display: none;
  }
}
.list-cont__texts span {
  display: none;
  color: #8684BB;
  padding-right: 10px;
}
@media only screen and (max-width: 1050px) {
  .list-cont__texts span {
    display: inline-block;
  }
}
.list-cont__links {
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid #ECECEC;
}
@media only screen and (max-width: 1050px) {
  .list-cont__links {
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
  }
}
.list-cont__links--titles {
  border: none;
}
@media only screen and (max-width: 1050px) {
  .list-cont__links--titles {
    display: none;
  }
}
.list-cont__links a {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .list-cont__links a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__links a {
    font-size: 14px;
  }
}
.list-cont .item--extralarge {
  width: 40%;
}
.list-cont .item--large {
  width: 25%;
}
.list-cont .item--medium {
  width: 25%;
}
.list-cont .item--small {
  width: 15%;
}
.list-cont .item--little {
  width: 7%;
}
.list-cont .item--icon {
  width: 29px;
}
.list-cont .item--edit, .list-cont .item--delete, .list-cont .item--duplicate, .list-cont .item--view, .list-cont .item--print, .list-cont .item--arrow {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(images/edit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-cont .item--edit:hover, .list-cont .item--delete:hover, .list-cont .item--duplicate:hover, .list-cont .item--view:hover, .list-cont .item--print:hover, .list-cont .item--arrow:hover {
  opacity: 0.5;
}
.list-cont .item--delete {
  background-image: url(images/delete.svg);
}
.list-cont .item--duplicate {
  background-image: url(images/duplicate.svg);
}
.list-cont .item--view {
  width: 29px;
  background-image: url(images/view.svg);
}
.list-cont .item--print {
  width: 29px;
  background-image: url(images/print.svg);
}
.list-cont .item--arrow {
  width: 20px;
  background-image: url(images/arrow.svg);
}
.list-cont .item--arrow.open {
  transform: rotate(180deg);
}

.site {
  padding-top: 168px;
}
@media only screen and (max-width: 1050px) {
  .site {
    padding-bottom: 110px;
  }
}

.header {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__middle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}
.header__middle__left {
  width: 200px;
  object-fit: cover;
}
.header__middle__center {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1050px) {
  .header__middle__center {
    display: none;
  }
}
.header__middle__right {
  text-align: right;
}
.header .site-logo {
  display: block;
  position: relative;
  z-index: 11;
}
.header .site-logo img {
  width: auto;
}
.header .socials {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 500px) {
  .header .socials {
    display: none;
  }
}
.header .socials a {
  display: block;
  height: 15px;
  width: auto;
}
.header .socials a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 500px) {
  .header .secondary-menu {
    display: none;
  }
}
.header .secondary-menu ul {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header .secondary-menu a {
  color: #4B2077;
  text-transform: uppercase;
}
.header .secondary-menu a:hover {
  opacity: 0.5;
}
.header .account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  margin-bottom: 5px;
}
.header .account a {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #4B2077;
}
@media only screen and (max-width: 1050px) {
  .header .account a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .header .account a {
    font-size: 14px;
  }
}
.header .account a:hover {
  opacity: 0.5;
}
.header .account p {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #8684BB;
}
@media only screen and (max-width: 1050px) {
  .header .account p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .header .account p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .header .account p {
    display: none;
  }
}
.header .account a.logout {
  width: 16px;
  height: 17px;
  background-image: url(images/logout.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .site-cart {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #4B2077;
  min-height: 40px;
  padding: 0 10px;
  color: #ffffff;
}
@media only screen and (max-width: 750px) {
  .header .site-cart .end-purchase {
    display: none;
  }
}
.header .site-search {
  position: relative;
}
.header .site-search form label {
  display: none;
}
.header .site-search form input[type=search] {
  float: left;
  width: 230px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #e4e4e4;
  border-right: none;
}
.header .site-search form button {
  width: 50px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  border: 1px solid #e4e4e4;
  border-left: none;
  background: none;
  text-indent: 500px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(images/icons/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.header .site-search img {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .header .mayoristas {
    display: none;
  }
}

.scrolled .header {
  background: rgba(255, 255, 255, 0.5);
}

.site-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-menu ul li a {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #4B2077;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .site-menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .site-menu ul li a {
    font-size: 14px;
  }
}
.site-menu ul li a:hover {
  color: #8684BB;
}

.header .responsive__btn {
  float: right;
  position: relative;
  z-index: 11;
  width: 28px;
  height: 24px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-top: 5px;
}
@media only screen and (max-width: 1050px) {
  .header .responsive__btn {
    display: block;
  }
}
.header .responsive__btn span {
  display: inline-block;
  background: #4B2077;
  width: 100%;
  height: 2px;
  transition: all 0.5s ease;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.header .responsive__btn span:nth-child(1) {
  top: 0px;
}
.header .responsive__btn span:nth-child(2), .header .responsive__btn span:nth-child(3) {
  top: 9px;
}
.header .responsive__btn span:nth-child(4) {
  top: 18px;
}
@media only screen and (max-width: 1050px) {
  .header .site-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 10;
    padding: 110px 30px 40px 30px;
    height: 100vh;
    overflow-y: scroll;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 1050px) {
  .header .site-menu ul {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 1050px) {
  .header .site-menu ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  .header .site-menu ul li a {
    font-size: 18px;
  }
}

.menu-responsive-open .header .responsive__btn span {
  background: #4B2077;
}
.menu-responsive-open .header .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .header .responsive__btn span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-responsive-open .header .responsive__btn span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-responsive-open .header .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
@media only screen and (max-width: 1050px) {
  .menu-responsive-open .header .site-menu {
    left: 0;
  }
}

.site-footer {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.page--text p {
  margin-bottom: 1em;
}

.page-iniciar-sesion .page--text .container,
.page-recuperar-contrasena .page--text .container,
.page-crear-cuenta .page--text .container {
  width: 600px;
  max-width: 100%;
}
.page-iniciar-sesion .text-block-styles a,
.page-recuperar-contrasena .text-block-styles a,
.page-crear-cuenta .text-block-styles a {
  color: #ffffff;
}

.gform_wrapper, .account-page-form {
  margin-bottom: 2em;
}
.gform_wrapper legend, .account-page-form legend {
  display: none;
}
.gform_wrapper .gfield, .gform_wrapper p.no-margin, .account-page-form .gfield, .account-page-form p.no-margin {
  margin-bottom: 1em;
}
.gform_wrapper .gfield label:not(.gfield_consent_label), .gform_wrapper p.no-margin label:not(.gfield_consent_label), .account-page-form .gfield label:not(.gfield_consent_label), .account-page-form p.no-margin label:not(.gfield_consent_label) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0;
}
.gform_wrapper .gfield input[type=text], .gform_wrapper .gfield input[type=password], .gform_wrapper .gfield select, .gform_wrapper .gfield textarea, .gform_wrapper p.no-margin input[type=text], .gform_wrapper p.no-margin input[type=password], .gform_wrapper p.no-margin select, .gform_wrapper p.no-margin textarea, .account-page-form .gfield input[type=text], .account-page-form .gfield input[type=password], .account-page-form .gfield select, .account-page-form .gfield textarea, .account-page-form p.no-margin input[type=text], .account-page-form p.no-margin input[type=password], .account-page-form p.no-margin select, .account-page-form p.no-margin textarea {
  border: 1px solid #8684BB;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 10px;
}
.gform_wrapper .gfield textarea, .gform_wrapper p.no-margin textarea, .account-page-form .gfield textarea, .account-page-form p.no-margin textarea {
  height: 160px;
  line-height: 1.4;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=button],
.gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer .button, .account-page-form .gform_footer input[type=submit],
.account-page-form .gform_footer input[type=button],
.account-page-form .gform_footer button,
.account-page-form .gform_footer .button {
  color: #ffffff;
  border-radius: 20px;
}

.gf_login_links {
  display: none;
}

.page-template-template_single_story, .page-template-template_single_post {
  background-color: #777;
}

.container {
  width: 1232px;
}
.container .separator_line {
  height: 1px;
  float: left;
  width: 100%;
  background-color: #777;
  margin: 72px 0;
}
@media only screen and (max-width: 500px) {
  .container .separator_line {
    margin: 50px 0;
  }
}

.container.container--single_post {
  width: 814px;
}

.customer_stories--read_next_block {
  margin-bottom: 176px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .customer_stories--read_next_block {
    margin-bottom: 50px;
  }
}
.customer_stories--read_next_block .customer_stories__grid {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 374px);
  float: left;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .customer_stories--read_next_block .customer_stories__grid {
    grid-template-rows: auto;
  }
}
.customer_stories--read_next_block .customer_stories--read_next_block___title {
  color: #4B2077;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 35px;
}

.single-story_hero {
  float: left;
  width: 100%;
  padding-top: 42%;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .single-story_hero {
    padding-top: 75%;
  }
}
.single-story_hero div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.single-story_hero div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-copy_block {
  float: left;
  width: 100%;
}
.post-copy_block__title {
  color: #4B2077;
  float: left;
  width: 100%;
  margin-top: 88px;
  font-weight: 700;
  line-height: 57px;
}
@media only screen and (max-width: 900px) {
  .post-copy_block__title {
    margin-top: 36px;
    line-height: inherit;
  }
}
@media print {
  .post-copy_block__title {
    margin-top: 36px;
    line-height: inherit;
  }
}
.post-copy_block__subtitle, .post-copy_block__text {
  float: left;
  width: 100%;
  font-weight: 300;
  line-height: 33px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 500px) {
  .post-copy_block__subtitle, .post-copy_block__text {
    font-size: 14px;
  }
}
.post-copy_block__text p {
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 10px;
}
.post-copy_block__paragraph {
  float: left;
  width: 100%;
  font-weight: 400;
  line-height: 30px;
  margin-top: 48px;
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .post-copy_block__paragraph {
    font-size: 16px;
    margin-top: 36px;
  }
}
.post-copy_block__full_width_image {
  float: left;
  width: 100%;
  margin: 80px 0;
  padding-top: 60%;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .post-copy_block__full_width_image {
    padding-top: 75%;
    margin: 36px 0;
  }
}
.post-copy_block__full_width_image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-copy_block__full_width_image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-copy_block__small-title {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.post-copy_block__quote {
  float: left;
  width: 100%;
  background-color: #777;
  padding: 32px;
  font-weight: 400;
  line-height: 33px;
  font-size: 22px;
  margin: 72px 0 24px 0;
}
@media only screen and (max-width: 500px) {
  .post-copy_block__quote {
    font-size: 14px;
    margin: 36px 0 0 0;
  }
}

.post-copy_block__paragraph + .post-copy_block__small-title {
  margin-top: 40px;
}

.blog_top {
  float: left;
  width: 100%;
  padding: 120px 0;
}
.blog_top .container {
  width: 690px;
  text-align: center;
  margin: 0 auto;
}
.blog_top .container .blog_title {
  color: #4B2077;
  text-transform: uppercase;
  font-weight: 700;
}
.blog_top .container .blog_copy {
  float: left;
  width: 100%;
}
.blog_top .blog_categories {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}
.blog_top .blog_categories li {
  margin: 0 10px;
  list-style: none;
}
.blog_top .blog_categories li a {
  font-size: 20px;
  font-weight: 600;
}

.blog_block__title {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 38px;
}

.blog_block {
  float: left;
  width: 100%;
  margin-bottom: 72px;
}
.blog_block__title {
  color: #4B2077;
  font-size: 28px;
}
.blog_block.featured_block {
  margin-bottom: 88px;
}
@media only screen and (max-width: 500px) {
  .blog_block.featured_block {
    margin-bottom: 48px;
  }
}
.blog_block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  grid-template-rows: auto;
  float: left;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 96px;
}
@media only screen and (max-width: 900px) {
  .blog_block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print {
  .blog_block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .blog_block__grid {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 48px;
  }
}
.blog_block__grid__item {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .blog_block__grid__item {
    margin-bottom: 20px;
  }
}
.blog_block__grid__item .blog_post_image {
  background-color: #ECECEC;
  object-fit: cover;
  position: relative;
  padding-top: 65%;
  float: left;
  width: 100%;
}
.blog_block__grid__item .blog_post_image img {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.blog_block .post_content {
  padding: 40px 32px 24px 32px;
  float: left;
}
.blog_block .post_content__copy {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.blog_block .post_content__category {
  float: left;
  color: #8684BB;
  margin-bottom: 25px;
  font-size: 16px;
}
.blog_block .post_content__title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
}
.blog_block .post_content__subtitle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
}

.blog_block__latest_post {
  display: flex;
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media only screen and (max-width: 750px) {
  .blog_block__latest_post {
    flex-wrap: wrap;
  }
}
.blog_block__latest_post__image {
  width: 55%;
  background-color: #ECECEC;
  object-fit: cover;
  float: left;
  padding-top: 32%;
  position: relative;
}
.blog_block__latest_post__image img {
  float: left;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .blog_block__latest_post__image {
    width: 100%;
    padding-top: 50%;
  }
}
.blog_block__latest_post__copy {
  float: left;
  width: 45%;
  padding: 40px 32px 24px 32px;
}
@media only screen and (max-width: 750px) {
  .blog_block__latest_post__copy {
    width: 100%;
  }
}

.blog_feed .container {
  width: 1032px;
}
.blog_feed .container .blog_feed__columns {
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 106px;
}
@media only screen and (max-width: 1050px) {
  .blog_feed .container .blog_feed__columns {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
}
.blog_feed .container .blog_feed__columns__right {
  float: left;
  width: 100%;
}
.blog_feed .container .blog_feed__columns__post {
  float: left;
  width: 100%;
  margin-bottom: 48px;
}
.blog_feed .container .blog_feed__columns__post:nth-last-child(1) {
  margin-bottom: 0;
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  box-shadow: none;
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__image {
  width: 273px;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__image {
    width: 100%;
    height: 311px;
  }
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__image img {
  border-radius: 8px;
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy {
  float: right;
  width: calc(100% - 273px);
  padding: 24px 0 0 24px;
}
@media only screen and (max-width: 500px) {
  .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy {
    width: 100%;
    padding: 24px 0 0 0;
  }
}

.post_author {
  margin-top: 40px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.post_author__image {
  width: 32px;
  height: 32px;
  float: left;
}
.post_author__image img {
  float: left;
  width: 100%;
  border-radius: 100px;
}
.post_author__name {
  float: left;
  font-size: 14px;
  line-height: 13px;
  font-weight: 600;
  color: #ECECEC;
  margin-left: 12px;
}
.post_author__name:hover {
  color: #8684BB;
}
.post_author__date {
  float: left;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #ECECEC;
  margin-left: 12px;
}

.blog_block__grid {
  grid-row-gap: 70px;
}
@media only screen and (max-width: 500px) {
  .blog_block__grid {
    grid-row-gap: 35px;
  }
}
.blog_block__grid__item {
  position: relative;
}
.blog_block__grid__item .post_content {
  padding: 40px 32px 100px 32px;
}
.blog_block__grid__item .post_author {
  position: absolute;
  bottom: 35px;
}

.container--single_post .post_author__name, .container--single_post .post_author__date {
  font-size: 16px;
}

.post_copy_block__author-block {
  display: none;
  float: left;
  width: 100%;
}
.post_copy_block__author-block .post_author__copy {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 40px;
  color: #ECECEC;
}
@media only screen and (max-width: 500px) {
  .post_copy_block__author-block .post_author__copy {
    padding-left: 0;
    font-size: 14px;
  }
}

.ratio__column {
  text-align: center;
  margin-bottom: 20px;
}
.ratio__column .site-box__title {
  width: 100%;
  margin-bottom: 0;
}
.ratio__column__number {
  font-size: 35px;
  color: #4B2077;
}
.ratio__column__bars {
  display: flex;
}
.ratio__column__bars__item {
  width: 33.33%;
}
.ratio__column__bars__item span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #8684BB;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1050px) {
  .ratio__column__bars__item span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .ratio__column__bars__item span {
    font-size: 14px;
  }
}
.ratio__column__bar {
  margin: 10px auto;
  width: 52px;
  max-width: 100%;
  height: 120px;
  position: relative;
  background: #E8E8E8;
}
.ratio__column__bar div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ratio__column__bar div.red {
  background: #4B2077;
}
.ratio__column__bar div.yellow {
  background: #6FC9D0;
}
.ratio__column__bar div.green {
  background: #9D2680;
}

.dashboard__buttons {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .dashboard__buttons {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .dashboard__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print {
  .dashboard__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .dashboard__buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboard__buttons__item {
  width: 235px;
  text-align: center;
  padding: 40px 20px;
  padding-bottom: 90px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .dashboard__buttons__item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 900px) {
  .dashboard__buttons__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    text-align: left;
    padding: 20px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
}
@media print {
  .dashboard__buttons__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    text-align: left;
    padding: 20px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
}
.dashboard__buttons__icon {
  display: inline-block;
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .dashboard__buttons__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}
@media print {
  .dashboard__buttons__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}
.dashboard__buttons__title {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: #4B2077;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .dashboard__buttons__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .dashboard__buttons__title {
    font-size: 20px;
  }
}
.dashboard__buttons__links {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .dashboard__buttons__links {
    bottom: 20px;
    justify-content: flex-end;
  }
}
@media print {
  .dashboard__buttons__links {
    bottom: 20px;
    justify-content: flex-end;
  }
}
.dashboard__buttons__links a:hover svg circle {
  fill: #ffffff;
}
.dashboard__buttons__links a:hover svg circle.circle-back {
  fill-opacity: 1;
  fill: #4B2077;
}
.dashboard__buttons__links a:hover svg path {
  fill: #ffffff;
}

.add-medicines {
  margin-bottom: 0;
}

.medicine-list {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.medicine-list .medicine-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1px solid #ECECEC;
}
.medicine-list .medicine-item .name {
  width: 100%;
  margin-bottom: 5px;
}
.medicine-list .medicine-item .grams {
  width: 20%;
}
.medicine-list .medicine-item .type {
  width: calc(55% - 20px);
}
.medicine-list .medicine-item .hdc {
  width: 25%;
}

.patient-data-cont {
  display: grid;
  width: 100%;
  grid-column-gap: 25px;
  grid-template-columns: 1fr 78px;
}
@media only screen and (max-width: 500px) {
  .patient-data-cont {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}
.patient-data-cont .patient__data {
  display: block;
  width: 100%;
}
.patient-data-cont .patient__data__name {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .patient-data-cont .patient__data__name {
    display: block;
  }
}
.patient-data-cont .patient__data__name span {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #4B2077;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  .patient-data-cont .patient__data__name span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .patient-data-cont .patient__data__name span {
    font-size: 20px;
  }
}
.patient-data-cont .patient__data .wide {
  grid-column: span 3;
}
.patient-data-cont .patient__data__row {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  .patient-data-cont .patient__data__row {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .patient-data-cont .patient__data__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.patient-data-cont .patient__data__row span {
  display: inline-block;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #8684BB;
  padding-right: 10px;
}
@media only screen and (max-width: 1050px) {
  .patient-data-cont .patient__data__row span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .patient-data-cont .patient__data__row span {
    font-size: 14px;
  }
}
.patient-data-cont .patient__data__row p {
  display: inline-block;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .patient-data-cont .patient__data__row p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .patient-data-cont .patient__data__row p {
    font-size: 16px;
  }
}
.patient-data-cont .patient__data__row p span {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #777;
  padding-right: 0;
}
@media only screen and (max-width: 1050px) {
  .patient-data-cont .patient__data__row p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .patient-data-cont .patient__data__row p span {
    font-size: 16px;
  }
}

.patient-single .form-item--inline .form-input {
  min-width: 140px;
}

.patients__list__column__box {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
}
.patients__list__column__box .item--view {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.patients__list__column__box__name {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
}

.js-assign-patient .js-assign-btn {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #4B2077;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.js-assign-patient .js-assign-btn span {
  width: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
}
.js-assign-patient .js-assign-btn .more {
  display: block;
}
.js-assign-patient .js-assign-btn .less {
  display: none;
}
.js-assign-patient .js-date-box {
  display: none;
  margin-top: 20px;
}
.js-assign-patient.active .patients__list__column__box__name {
  font-weight: bold !important;
  color: #4B2077;
}
.js-assign-patient.active .js-assign-btn .more {
  display: none;
}
.js-assign-patient.active .js-assign-btn .less {
  display: block;
}
.js-assign-patient.active .js-date-box {
  display: block;
}

.new-ingredient {
  display: grid;
  grid-template-columns: 1fr 115px;
  grid-column-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .new-ingredient {
    display: block;
  }
}
.new-ingredient__links {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.new-ingredient p {
  line-height: 40px;
  color: #4B2077;
  font-size: 18px;
  font-weight: 600;
}

.diet-item {
  padding: 50px 0 20px 0;
}
.diet-item__data {
  display: grid;
  width: 100%;
  grid-column-gap: 25px;
  grid-template-columns: 78px 1fr;
  padding-top: 30px;
}
@media only screen and (max-width: 500px) {
  .diet-item__data {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }
}

.ingredient_single_list__item {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-column-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .ingredient_single_list__item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
  }
}
.ingredient_single_list__item .form-box {
  margin-bottom: 0;
}
.ingredient_single_list__item .form-box label {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .ingredient_single_list__item .form-box label {
    display: block;
  }
}
.ingredient_single_list__item__links {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.ingredient_single_list__item .site-icon {
  margin-bottom: 10px;
}

.add-ingredient {
  padding: 20px 0 10px 0;
  margin: 25px 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
@media only screen and (max-width: 1050px) {
  .add-ingredient .ingredient_single_list__item {
    border: none;
    margin-bottom: 0;
  }
}
.add-ingredient .ingredient_single_list__item .form-box label {
  display: block;
}

.total-ingredient {
  margin-bottom: -14px;
}
@media only screen and (max-width: 1050px) {
  .total-ingredient .ingredient_single_list__item {
    border: none;
    margin-bottom: 0;
  }
}
.total-ingredient p {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  color: #4B2077;
  line-height: 40px;
}
@media only screen and (max-width: 1050px) {
  .total-ingredient p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .total-ingredient p {
    font-size: 16px;
  }
}
.total-ingredient .form-input.red, .total-ingredient .form-input.yellow, .total-ingredient .form-input.green {
  color: #ffffff;
}
.total-ingredient .form-input.red input, .total-ingredient .form-input.yellow input, .total-ingredient .form-input.green input {
  color: #ffffff;
}
.total-ingredient .form-input.red {
  background: #4B2077;
}
.total-ingredient .form-input.yellow {
  background: #6FC9D0;
}
.total-ingredient .form-input.green {
  background: #9D2680;
}
.total-ingredient .form-input.error {
  background: red;
}

.single-menu__data {
  display: grid;
  grid-template-columns: 125px 1fr;
  grid-column-gap: 20px;
  width: 100%;
}
.single-menu__data__left .add-btn {
  width: 100%;
  height: 125px;
  position: relative;
  z-index: 4;
}
.single-menu__data__left .add-btn .site--add {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-menu__data__left input {
  display: none;
}
.single-menu__data__left #js-recipe-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  z-index: 2;
}

#js-recipe-preview {
  width: 100%;
  overflow: hidden;
  max-height: 125px;
  border-radius: 20px;
}

.autocomplete-results {
  min-height: 0 !important;
}

@media only screen and (max-width: 1050px) {
  .menu-archive .site-title,
  .menu-archive .site-title--data,
  .menu-archive .site-search__cont {
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .menu-archive .site-search {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .menu-archive .site-search__cont .form-item {
    padding: 0;
  }
}

.user-data .patient-data-cont {
  display: block;
}
.user-data .patient-data-cont .patient__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .user-data .patient-data-cont .patient__data {
    display: block;
  }
}
@media print {
  .user-data .patient-data-cont .patient__data {
    display: block;
  }
}
.user-data .patient-data-cont .patient__data__row {
  width: 100%;
}
.user-data .patient-data-cont .patient__data__name {
  display: block;
}

.user-dashboard-diet__item {
  display: grid;
  grid-template-columns: 76px auto;
  grid-gap: 20px;
}
@media only screen and (max-width: 500px) {
  .user-dashboard-diet__item {
    display: block;
  }
}
.user-dashboard-diet__item__date {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 500px) {
  .user-dashboard-diet__item__date {
    margin-bottom: 20px;
  }
}
.user-dashboard-diet__item__date span {
  font-size: 12px;
  text-transform: uppercase;
}
.user-dashboard-diet__item__date p {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.user-dashboard-menu {
  margin-top: 50px;
}

.list-cont__data {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
}
@media only screen and (max-width: 900px) {
  .list-cont__data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print {
  .list-cont__data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__data {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-cont__data__title {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  color: #4B2077;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  .list-cont__data__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__data__title {
    font-size: 14px;
  }
}
.list-cont__data__menu {
  display: flex;
  grid-gap: 10px;
  margin-top: 5px;
  align-items: center;
}
.list-cont__data__menu p {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .list-cont__data__menu p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__data__menu p {
    font-size: 14px;
  }
}

.list-cont__info {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.list-cont__info__item {
  display: grid;
  grid-template-columns: 200px 40% auto;
  grid-gap: 30px;
}
@media only screen and (max-width: 900px) {
  .list-cont__info__item {
    display: block;
  }
}
@media print {
  .list-cont__info__item {
    display: block;
  }
}
.list-cont__info__links {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: center;
}
.list-cont__info__links a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1050px) {
  .list-cont__info__links a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__info__links a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .list-cont__info__column--left {
    display: inline-block;
    width: 200px;
  }
}
@media print {
  .list-cont__info__column--left {
    display: inline-block;
    width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__info__column--left {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .list-cont__info__column--center {
    display: inline-block;
    width: calc(100% - 220px);
    padding-left: 20px;
  }
}
@media print {
  .list-cont__info__column--center {
    display: inline-block;
    width: calc(100% - 220px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__info__column--center {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .list-cont__info__column--right {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
}
@media print {
  .list-cont__info__column--right {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
}
.list-cont__info__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.list-cont__info__ingredients {
  display: grid;
  grid-template-columns: 90px auto;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}
@media only screen and (max-width: 1050px) {
  .list-cont__info__ingredients {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__info__ingredients {
    font-size: 14px;
  }
}
.list-cont__info__text p {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.1;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .list-cont__info__text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .list-cont__info__text p {
    font-size: 16px;
  }
}
.list-cont__info__text p:nth-last-child(1) {
  margin-bottom: 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  .site {
    padding-top: 0;
  }
  .site-box {
    box-shadow: none;
    padding: 10px;
    border-radius: 0;
    background: none;
    border: 1px solid #ccc;
  }
  .form-item .form-input {
    background: none;
    border-radius: 0;
  }
  .form-item .form-input input:not([type=checkbox]):not([type=radio]):not([type=search]), .form-item .form-input select, .form-item .form-input textarea {
    height: auto;
    padding: 0;
    color: #000;
  }
  .form-item label {
    font-size: 11px;
  }
  .site-title span {
    font-size: 20px;
  }
  .form-item .form-input.multiple-select {
    font-size: 11px !important;
  }
  input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button, input[type=date] {
    font-size: 12px;
  }
  .add-ingredient,
  .ratio__column__bar,
  .site-title--links,
  .site-title__icon,
  .buttons-cont,
  .links-cont,
  .single-menu__data__left .add-btn {
    display: none;
  }
  .total-ingredient p {
    font-size: 14px;
  }
  .site-box__title {
    font-size: 12px;
  }
  .diet-item {
    padding: 20px 0;
    border-top: 1px solid #ccc;
  }
  .diet-item .form-item--full,
  .diet-item .list-cont__links {
    display: none;
  }
  .diet-item .list-cont__texts {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
