.open-sans-400 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

@font-face {
  font-family: 'Lucien Schoenschriftv CAT';
  src: url("../fonts/Lucian-Schoenschrift-CAT.eot");
  src: url("../fonts/Lucian-Schoenschrift-CAT.eot?#iefix") format("embedded-opentype"), url("../fonts/Lucian-Schoenschrift-CAT.woff2") format("woff2"), url("../fonts/Lucian-Schoenschrift-CAT.woff") format("woff"), url("../fonts/Lucian-Schoenschrift-CAT.ttf") format("truetype"), url("../fonts/Lucian-Schoenschrift-CAT.svg#Lucien Schoenschriftv CAT") format("svg"); }
body {
  position: relative;
  padding: 0;
  margin: 0;
  background: #e5cbaa;
  font-family: "Open Sans", sans-serif;
  color: #301f0f; }
  body::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/background.jpg") no-repeat;
    background-size: cover;
    opacity: 0.5; }

* {
  box-sizing: border-box; }

div {
  position: relative;
  z-index: 1; }

h1 {
  position: relative;
  padding-bottom: 25px;
  font-family: 'Lucien Schoenschriftv CAT', cursive;
  color: #B68F61;
  font-size: 40px;
  text-align: center;
  font-weight: normal; }
  h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 320px;
    height: 20px;
    left: 0;
    bottom: 5px;
    right: 0;
    margin: auto;
    background: #bf8c20;
    mask-image: url("../images/fancy_line.png");
    mask-size: cover; }

img {
  display: block;
  max-width: 100%; }

a {
  text-decoration: none;
  color: #3A5A40; }
  a:hover {
    color: #7D9A6D; }

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

.right-arrow,
.left-arrow,
.account-page button {
  display: inline-block;
  position: relative;
  font-family: inherit; }
  .right-arrow::after,
  .left-arrow::after,
  .account-page button::after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    width: 26px;
    height: 28px;
    background: url("../images/arrow.png");
    background-size: cover;
    z-index: -1; }
  .right-arrow:hover::after,
  .left-arrow:hover::after,
  .account-page button:hover::after {
    opacity: 0.75; }

.right-arrow,
.account-page button {
  padding-right: 40px; }
  .right-arrow::after,
  .account-page button::after {
    right: 0;
    transform: rotate(90deg); }

.left-arrow {
  padding-left: 40px; }
  .left-arrow::after {
    left: 0;
    transform: rotate(-90deg); }

button.right-arrow,
.account-page button {
  display: inline-block;
  background: none;
  border: none;
  color: #3A5A40;
  cursor: pointer;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 15px; }
  button.right-arrow:hover,
  .account-page button:hover {
    color: #7D9A6D; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.chipped-box {
  clip-path: polygon(0 14px, 14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px)); }

.chipped-box-border {
  position: relative;
  clip-path: polygon(0 16px, 16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px)); }
  .chipped-box-border::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #bf8c20;
    clip-path: polygon(0 16px, 16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px, 3px calc(16px + 1.24px), 3px calc(100% - 16px - 1.24px), calc(16px + 1.24px) calc(100% - 3px), calc(100% - 16px - 1.24px) calc(100% - 3px), calc(100% - 3px) calc(100% - 16px - 1.24px), calc(100% - 3px) calc(16px + 1.24px), calc(100% - 16px - 1.24px) 3px, calc(16px + 1.24px) 3px, 3px calc(16px + 1.24px)); }

header {
  overflow: hidden; }

.page-header {
  position: relative;
  background: #3A5A40;
  color: #B68F61;
  padding: 30px;
  margin: 20px 0;
  font-family: 'Lucien Schoenschriftv CAT', cursive;
  font-weight: normal;
  font-size: 53px;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 600px) {
    .page-header {
      font-size: 38px; } }
  @media screen and (max-width: 1200px) {
    .page-header {
      padding: 20px 30px;
      margin-top: 1px; } }
  .page-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/header-background.jpg") no-repeat;
    background-size: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 55%);
    mask-image: linear-gradient(to right, transparent 0%, black 75%);
    opacity: 0.2;
    z-index: -1; }

.flourishes,
.footer {
  position: relative;
  height: 66px;
  margin: 5px auto;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .flourishes,
    .footer {
      height: auto;
      padding-top: 13%; } }
  .flourishes:after,
  .footer:after {
    content: '';
    display: block;
    position: absolute;
    left: -1000px;
    right: -1000px;
    margin: auto;
    height: 66px;
    width: 500px;
    background: #bf8c20;
    mask-image: url("../images/footer-flourish.png");
    mask-size: cover; }
    @media screen and (max-width: 500px) {
      .flourishes:after,
      .footer:after {
        width: 100%;
        height: 100%;
        mask-position: center top;
        mask-size: 100%;
        top: 0; } }

.footer {
  z-index: 0;
  margin-bottom: 20px; }

@media screen and (max-width: 1200px) {
  .flourishes {
    margin-bottom: 0; }
    .flourishes:after {
      rotate: 180deg; } }
@media screen and (min-width: 1200px) {
  .flourishes {
    height: auto;
    margin: 0;
    overflow: visible; }
    .flourishes::before, .flourishes::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: auto;
      right: auto;
      margin: 0;
      width: 70px;
      height: 96px;
      background: #bf8c20;
      mask-image: url("../images/flourish.png");
      mask-size: cover; }
    .flourishes::before {
      left: -83px;
      transform: rotate(90deg); }
    .flourishes::after {
      right: -83px;
      transform: rotate(-90deg) scaleX(-1); } }

.user-controls {
  text-align: right;
  margin-bottom: 10px;
  margin-top: -15px;
  font-size: 14px; }
  .user-controls .right-arrow::after {
    right: 8px;
    top: -1px;
    width: 22px;
    height: 24px; }

.message {
  background: #f6ede2;
  padding: 15px 20px;
  text-align: center;
  color: #B68F61;
  margin-bottom: 15px; }
  @media screen and (min-width: 800px) {
    .message {
      margin: 15px; } }

nav #open-nav {
  position: absolute;
  top: -65px;
  right: 40px;
  width: 25px;
  height: 20px; }
  @media screen and (min-width: 800px) {
    nav #open-nav {
      display: none; } }
  @media screen and (max-width: 600px) {
    nav #open-nav {
      top: -55px; } }
  nav #open-nav .bar {
    background: #bf8c20;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 3px; }
    nav #open-nav .bar:nth-child(1) {
      top: 0; }
    nav #open-nav .bar:nth-child(2) {
      top: 0;
      bottom: 0; }
    nav #open-nav .bar:nth-child(3) {
      bottom: 0; }

.navigation #close-nav {
  position: relative;
  padding: 10px;
  padding-left: 35px;
  color: #bf8c20;
  border-bottom: 1px solid #1F3A3D; }
  @media screen and (min-width: 800px) {
    .navigation #close-nav {
      display: none; } }
  .navigation #close-nav:before, .navigation #close-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 20px;
    width: 25px;
    height: 3px;
    background: #bf8c20; }
  .navigation #close-nav:before {
    rotate: 45deg; }
  .navigation #close-nav:after {
    rotate: -45deg; }

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  margin: 0; }
  .navigation li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .navigation li.active a {
      background: #7D9A6D;
      color: #1F3A3D; }
    .navigation li a {
      display: block;
      padding: 10px;
      color: #7D9A6D; }
  @media screen and (max-width: 799px) {
    .navigation {
      background: #3A5A40;
      color: #7D9A6D;
      height: 100vh;
      width: 0;
      transition: width 1s ease-in-out;
      white-space: nowrap; }
      .navigation.open {
        width: calc(100vw - 40px); }
      .navigation a {
        margin-left: -7px;
        background: #3A5A40;
        border-bottom: 1px solid #1F3A3D;
        clip-path: polygon(5px 0, 100% 0, 100% 100%, 8px 100%, 0 calc(100% - 5px), 0 5px); } }
  @media screen and (min-width: 800px) {
    .navigation {
      position: relative;
      display: flex;
      align-items: flex-end;
      margin: 0 15px;
      padding-top: 5px;
      overflow: hidden; }
      .navigation li {
        /** chipped box shadow */
        /* make sure the shadow moves with the link on hover */
        transition: margin-top 0.1s ease-in-out; }
        .navigation li:nth-child(1) {
          z-index: 10; }
        .navigation li:nth-child(2) {
          z-index: 9; }
        .navigation li:nth-child(3) {
          z-index: 8; }
        .navigation li:before {
          background: #3A5A40;
          bottom: 0;
          content: "";
          display: block;
          position: absolute;
          left: -1000px;
          right: -1000px;
          width: 3000px;
          height: 5px; }
        .navigation li.active {
          z-index: 20; }
          .navigation li.active:before {
            background: #7D9A6D; }
        .navigation li::after {
          content: '';
          display: block;
          position: absolute;
          top: 2px;
          right: -3px;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          z-index: -1;
          clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%, 0 8px);
          -webkit-filter: blur(9px);
          filter: blur(9px); }
        .navigation li:has(a:hover) {
          margin-top: -5px; }
        .navigation li a {
          display: block;
          padding: 10px;
          background: #3A5A40;
          clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%, 0 8px);
          transition: padding-bottom 0.1s ease-in-out; }
          .navigation li a:hover {
            padding-bottom: 15px; } }

.content {
  background: #f6ede2;
  padding: 20px 30px; }

.content:after,
.gold-border,
.green-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.content:before,
.gold-border:before,
.green-border:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #bf8c20;
  clip-path: polygon(0 14px, 14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px, 3px calc(14px + 1.24px), 3px calc(100% - 14px - 1.24px), calc(14px + 1.24px) calc(100% - 3px), calc(100% - 14px - 1.24px) calc(100% - 3px), calc(100% - 3px) calc(100% - 14px - 1.24px), calc(100% - 3px) calc(14px + 1.24px), calc(100% - 14px - 1.24px) 3px, calc(14px + 1.24px) 3px, 3px calc(14px + 1.24px)); }

.green-border:before {
  background: #3A5A40; }

/** Form styles */
form:not(.tag-filter-form) {
  text-align: left;
  margin-top: 20px; }
  form:not(.tag-filter-form) .field-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 600px) {
      form:not(.tag-filter-form) .field-wrapper {
        display: block; } }
    @media screen and (max-width: 600px) {
      form:not(.tag-filter-form) .field-wrapper:has(.type-checkbox.choices-0) {
        display: flex; } }
  form:not(.tag-filter-form) .helptext {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-align: left; }
    form:not(.tag-filter-form) .helptext ul {
      padding-left: 13px;
      margin-bottom: 0; }
  form:not(.tag-filter-form) .form-errors {
    margin-bottom: 10px; }
  form:not(.tag-filter-form) .errorlist {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 0;
    text-align: left; }
  form:not(.tag-filter-form) .field {
    width: 100%; }
  form:not(.tag-filter-form) label {
    margin-right: 10px; }
    @media screen and (max-width: 600px) {
      form:not(.tag-filter-form) label {
        margin-bottom: 4px; } }
  form:not(.tag-filter-form) textarea {
    width: 100%; }
  form:not(.tag-filter-form) .uploaded-image {
    padding-top: 38.4%;
    border: 2px solid #bf8c20;
    margin-bottom: 10px; }
    form:not(.tag-filter-form) .uploaded-image img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  form:not(.tag-filter-form) input[type="file"]::file-selector-button {
    background-color: #B68F61;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer; }
  form:not(.tag-filter-form) input[type="file"]:hover::file-selector-button {
    background-color: #d3af8b; }
  form:not(.tag-filter-form) label:has(input[type="checkbox"]),
  form:not(.tag-filter-form) .field.type-checkbox.choices-0,
  form:not(.tag-filter-form) .custom-checkbox {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px;
    cursor: pointer; }
    form:not(.tag-filter-form) label:has(input[type="checkbox"]):before, form:not(.tag-filter-form) label:has(input[type="checkbox"]):after,
    form:not(.tag-filter-form) .field.type-checkbox.choices-0:before,
    form:not(.tag-filter-form) .field.type-checkbox.choices-0:after,
    form:not(.tag-filter-form) .custom-checkbox:before,
    form:not(.tag-filter-form) .custom-checkbox:after {
      content: '';
      display: block;
      position: absolute;
      left: 0; }
    form:not(.tag-filter-form) label:has(input[type="checkbox"]):before,
    form:not(.tag-filter-form) .field.type-checkbox.choices-0:before,
    form:not(.tag-filter-form) .custom-checkbox:before {
      width: 20px;
      height: 20px;
      background: #f0dcc3;
      border: 1px solid #B68F61; }
    form:not(.tag-filter-form) label:has(input[type="checkbox"]) input,
    form:not(.tag-filter-form) .field.type-checkbox.choices-0 input,
    form:not(.tag-filter-form) .custom-checkbox input {
      opacity: 0;
      position: relative;
      margin-left: -22px;
      margin-top: 1px;
      z-index: 10;
      width: 20px;
      height: 20px; }
  form:not(.tag-filter-form) label:has(input[type="checkbox"]:checked):after,
  form:not(.tag-filter-form) .field.type-checkbox.choices-0:has(input[type="checkbox"]:checked):after,
  form:not(.tag-filter-form) .custom-checkbox:has(input[type="checkbox"]:checked):after {
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #bf8c20;
    mask-image: url("../images/tick_icon.png");
    mask-size: cover; }
  form:not(.tag-filter-form) .field.type-checkbox {
    column-count: 4; }
    @media screen and (max-width: 800px) {
      form:not(.tag-filter-form) .field.type-checkbox {
        column-count: 3; } }
    @media screen and (max-width: 600px) {
      form:not(.tag-filter-form) .field.type-checkbox {
        column-count: 2; } }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea,
select {
  padding: 5px;
  background: #f0dcc3;
  border: none;
  border-bottom: 1px solid #B68F61;
  vertical-align: top;
  font-family: inherit; }

select {
  border-radius: 0;
  -webkit-appearance: none;
  padding-right: 30px; }

.field.type-select:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0px 7px;
  border-color: #B68F61 transparent transparent transparent; }

input[type=submit] {
  background: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  color: #3A5A40;
  cursor: pointer; }

input[type=submit]:hover {
  opacity: 0.75; }

form label {
  display: inline-block;
  width: 100px;
  font-size: 12px;
  text-align: left; }

.alert-error {
  color: #C92525;
  margin-bottom: 10px; }

.errorlist {
  padding-left: 12px;
  margin-bottom: -12px;
  color: #C92525;
  font-size: 12px; }
  .errorlist li {
    list-style-type: none; }

/** Recipes list */
.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0; }

.tag {
  display: inline-block;
  background: #B68F61;
  font-size: 11px;
  padding: 4px 6px;
  margin-right: 3px;
  margin-bottom: 3px;
  clip-path: polygon(0 6px, 6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px)); }

.tag-filter {
  padding: 5px 20px;
  padding-bottom: 25px;
  margin-bottom: 5px;
  background: #7D9A6D; }
  @media screen and (min-width: 800px) {
    .tag-filter {
      display: flex; } }
  .tag-filter::before {
    background: #1F3A3D; }
  .tag-filter::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/header-background.jpg") no-repeat;
    background-size: auto;
    background-size: cover;
    opacity: 0.07;
    z-index: -1; }
  .tag-filter h4 {
    margin: 0;
    margin-right: 20px;
    margin-top: 10px;
    color: #1F3A3D; }
  .tag-filter .tags label {
    width: auto; }
  .tag-filter .tags input {
    opacity: 0;
    position: absolute; }
    .tag-filter .tags input:checked + .tag {
      background: #B68F61;
      color: #301f0f; }
      .tag-filter .tags input:checked + .tag:hover {
        background: #3A5A40;
        color: #7D9A6D; }
  .tag-filter .tag {
    background: #1F3A3D;
    color: #7D9A6D; }
    .tag-filter .tag:hover {
      cursor: pointer;
      background: #d3af8b;
      color: #301f0f; }
  .tag-filter .actions {
    margin-top: 15px;
    font-size: 14px; }
    .tag-filter .actions .left-arrow {
      color: #1F3A3D; }
    .tag-filter .actions .right-arrow {
      color: #1F3A3D;
      font-size: 14px; }
    .tag-filter .actions .left-arrow:hover,
    .tag-filter .actions .right-arrow:hover {
      color: #3A5A40; }
    .tag-filter .actions .right-arrow {
      margin-left: 20px;
      margin-bottom: 0; }
    .tag-filter .actions .left-arrow::after,
    .tag-filter .actions .right-arrow::after {
      background: #1F3A3D;
      mask: url("../images/arrow.png") no-repeat;
      mask-size: contain; }

.pagination {
  text-align: center; }
  .pagination .next,
  .pagination .prev {
    position: relative;
    display: inline-block;
    text-indent: -100000px;
    overflow: hidden;
    width: 20px;
    height: 14px; }
    .pagination .next:after,
    .pagination .prev:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 10px;
      height: 10px;
      border-top: 4px solid #bf8c20;
      border-right: 4px solid #bf8c20; }
    .pagination .next:hover,
    .pagination .prev:hover {
      opacity: 0.75; }
  .pagination .next {
    margin-right: 10px; }
    .pagination .next:after {
      left: 0;
      transform: rotate(45deg); }
  .pagination .prev {
    margin-left: 10px; }
    .pagination .prev:after {
      right: 0;
      transform: rotate(-135deg); }

.recipes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 0;
  margin-top: 20px;
  padding-left: 0;
  padding-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .recipes {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
    .recipes {
      grid-template-columns: repeat(1, 1fr); } }
  .recipes li {
    list-style-type: none; }
    .recipes li a {
      display: block;
      height: 100%;
      color: inherit;
      text-decoration: none;
      background: #e5cbaa; }
      .recipes li a:hover {
        opacity: 0.75; }
      .recipes li a .thumbnail {
        height: 200px;
        overflow: hidden;
        display: block; }
        .recipes li a .thumbnail img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
    .recipes li .description {
      padding: 20px;
      padding-top: 15px; }

/** Recipe detail page */
.recipe-title {
  margin: 18px 0; }
  .recipe-title > div {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .recipe-title > div {
        display: block; } }
  .recipe-title h3 {
    margin: 0;
    margin-bottom: 5px; }

.unit-systems {
  font-size: 14px;
  color: #3A5A40;
  margin-bottom: 0px; }
  .unit-systems span {
    margin-right: 10px;
    cursor: pointer; }
    .unit-systems span.active {
      font-weight: bold; }

form.ingredient-checklist {
  margin-top: 0; }
  form.ingredient-checklist ul {
    padding: 0; }
  form.ingredient-checklist li {
    list-style-type: none; }
    form.ingredient-checklist li:has(input[type="checkbox"]:checked) label {
      text-decoration: line-through;
      color: #B68F61; }
  form.ingredient-checklist label {
    font-size: inherit;
    width: inherit; }

.recipe-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .recipe-form > div {
    width: 100%; }
  .recipe-form .ingredients-section {
    display: flex;
    order: 1;
    margin-bottom: 15px; }
    @media screen and (max-width: 600px) {
      .recipe-form .ingredients-section {
        display: block; } }
    .recipe-form .ingredients-section div.label {
      width: 90px;
      margin-right: 10px;
      font-size: 12px; }
    @media screen and (max-width: 600px) {
      .recipe-form .ingredients-section input,
      .recipe-form .ingredients-section select {
        width: 100%; } }
    .recipe-form .ingredients-section table {
      width: 100%; }
      @media screen and (max-width: 600px) {
        .recipe-form .ingredients-section table thead {
          display: none; } }
      .recipe-form .ingredients-section table th {
        font-weight: 400;
        font-size: 12px; }
      @media screen and (max-width: 600px) {
        .recipe-form .ingredients-section table tr,
        .recipe-form .ingredients-section table td {
          display: block; } }
      @media screen and (max-width: 600px) {
        .recipe-form .ingredients-section table tr {
          background: #98af8b;
          border-bottom: 1px solid #3A5A40;
          color: #1F3A3D;
          padding: 10px; } }
      @media screen and (max-width: 600px) {
        .recipe-form .ingredients-section table tr:nth-child(2n) {
          background: #b3c4a9; } }
      .recipe-form .ingredients-section table label {
        display: none; }
        @media screen and (max-width: 600px) {
          .recipe-form .ingredients-section table label {
            display: inline-block; } }
      .recipe-form .ingredients-section table .field-wrapper {
        margin: 0; }
        @media screen and (max-width: 600px) {
          .recipe-form .ingredients-section table .field-wrapper:last-child {
            margin-top: 5px; } }
        @media screen and (max-width: 600px) {
          .recipe-form .ingredients-section table .field-wrapper:last-child label {
            margin-top: 4px; } }
      .recipe-form .ingredients-section table .field.type-checkbox {
        margin-bottom: 0 !important;
        margin-top: 2px; }
  .recipe-form .field-wrapper:nth-last-child(2) {
    order: 3; }
  .recipe-form .field-wrapper:nth-last-child(3) {
    order: 2; }
  .recipe-form .right-arrow {
    order: 4; }

.edit-recipe,
.delete-recipe,
.add-item {
  position: relative;
  padding-left: 25px;
  font-size: 14px; }
  .edit-recipe::before,
  .delete-recipe::before,
  .add-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 23px;
    height: 25px;
    margin-right: 15px; }
  .edit-recipe:hover,
  .delete-recipe:hover,
  .add-item:hover {
    opacity: 0.75; }

.edit-recipe {
  margin-right: 15px; }

.edit-recipe::before {
  mask: url("../images/quill.png") no-repeat;
  mask-size: contain;
  background: #bf8c20; }

.delete-recipe::before {
  mask: url("../images/cross_icon.png") no-repeat;
  mask-size: contain;
  background: #C92525; }

.add-item::before {
  mask: url("../images/plus_icon.png") no-repeat;
  mask-size: contain;
  background: #bf8c20;
  transform: rotate(49deg);
  width: 15px;
  top: 0; }

.recipe-image {
  padding-top: 38.4%;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .recipe-image {
      padding-top: 67%; } }
  .recipe-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; }

#keep-awake {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 2px;
  margin-bottom: 20px; }
  #keep-awake label {
    display: inline-block;
    margin-right: 7px;
    text-indent: 24px;
    cursor: pointer; }
    #keep-awake label:before, #keep-awake label:after {
      content: '';
      display: block;
      position: absolute; }
    #keep-awake label:before {
      top: 0;
      width: 43px;
      height: 25px;
      background: #B68F61;
      border-radius: 20px;
      transition: background-color ease-in-out 0.25s; }
    #keep-awake label:after {
      top: 4px;
      left: 3px;
      width: 17px;
      height: 17px;
      background: white;
      border-radius: 50%;
      transition: left ease-in-out 0.25s; }
    #keep-awake label:has(input[type="checkbox"]:checked):before {
      background: #7D9A6D; }
    #keep-awake label:has(input[type="checkbox"]:checked):after {
      left: 22px; }
  #keep-awake span {
    font-size: 14px; }

/** Delete page */
form.delete-form {
  text-align: center; }

.delete-form .left-arrow {
  margin-right: 30px; }

/** invitation page */
.invitation-page,
.account-page {
  text-align: center; }
  .invitation-page form,
  .account-page form {
    max-width: 535px;
    width: 100%;
    margin: auto;
    text-align: center; }
  .invitation-page .field,
  .account-page .field {
    max-width: 400px; }
  .invitation-page input,
  .account-page input {
    width: 100%; }
  .invitation-page .right-arrow,
  .account-page .right-arrow {
    margin-left: 17px; }

.account-page {
  text-align: center; }
  .account-page label {
    min-width: 100px; }
  .account-page .field.type-checkbox.choices-0 {
    text-align: left; }
  .account-page .right-arrow {
    margin-left: 17px; }
  .account-page button {
    margin: auto;
    margin-bottom: 15px; }

.account-page .login-page form {
  max-width: 285px; }

/*# sourceMappingURL=style.css.map */
