/*
Theme Name: Gustos Child | Shared by VestaThemes.com
Theme URI: http://themeforest.net/user/Smartik/portfolio?ref=Smartik
Author: Smartik
Author URI: http://smartik.ws/
Description: http://themeforest.net/user/Smartik/portfolio?ref=Smartik
Version: 1.2
License: Themeforest license
License URI: http://themeforest.net/licenses/regular_extended
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: smk_theme
Template: gustos
*/
/*
-------------------------------------------------------------------------------
Table of contents
-------------------------------------------------------------------------------
BASE:
	Normalize
	Rw Layout
	|__Rw header
	|__Rw container
	|__Rw footer
	|__Rw row
	Breadcrumb
	Page title

GLOBAL
	Animations
	Classes

ELEMENTS:
	Icons
	Elem / Grid
	Elem / Typography
	Elem / Colors
	Elem / Text color
	Elem / Marks
	Elem / Buttons
	Elem / Form



jQUERY PLUGINS:
	Elem / jQuery Visual select
	Elem / jQuery Owl carousel

MENU:
	|__Horizontal
	|__Theme default
	|__User menu from right
	|__Responsive

ENTRIES:
	Entry controls
	Carousel
	Recipes: Single Recipe
	Recipes: Main
	Entries: Comments
	Entries: Blog

SIDEBAR WIDGETS:
	Widgets
	Widget: Categories
	Widget: Posts
	Widget: Comments
	Widget: Authors
	Widget: Accordion posts

PAGES:
    page-builder: 
        Featured Recipes Slider
		Taxonomies Slider
	recipes:
		masonry-view.php
	Tag Index
	Submission page
	Requests page
	Forums page
	Profile page
	Members page
	Reputation history page
	Notifications
	Private Messages
	404
	Help
	Home
	Registration
	Demos

*/
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.25);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0%,
  100% {
    height: 50%;
  }
  33% {
    y: 0;
    height: 100%;
  }
  66% {
    height: 50%;
    y: 50%;
  }
}
@keyframes placeholder {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes noGravity {
  0% {
    transform: translate(0px, -7px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.hidden {
  display: none !important;
}
.image-placeholder,
.placeholder {
  position: relative;
}
.image-placeholder:before,
.placeholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ededed;
  background: linear-gradient(90deg, #e6e6e6 0%, #fafafa 33%, #e6e6e6 66%, #fafafa 100%);
  background-size: 300%;
  animation: placeholder 2.5s linear infinite;
}
.image-placeholder.loaded:before,
.placeholder.loaded:before {
  display: none;
}
.headers-font {
  font-family: "Dosis", Arial, Helvetica, serif;
}
.smk-manage-recipe .manage-recipe-handler {
  border: 0 !important;
  background: none;
  padding-right: 0;
}
.smk-manage-recipe .manage-recipe-handler svg {
  color: #23242C;
  opacity: 0.2;
}
.smk-manage-recipe .manage-links {
  border: 0;
  background: #23242C;
  padding: 15px;
  border-radius: 0.3em !important;
}
.font-weight-bold {
  font-weight: bold;
}
.extendable {
  display: flex;
  flex-wrap: nowrap;
  height: 50px;
  overflow: hidden;
}
.extendable.morespace {
  height: 150px;
}
.extendable.maxspace {
  height: 300px;
}
.loading-icon {
  position: relative;
  display: block;
}
.loading-icon .line {
  fill: #288DFF;
  height: 100%;
  width: 2px;
}
.loading-icon .line:first-of-type {
  x: 0;
  animation: loading 2s cubic-bezier(0.96, 0.31, 0.57, 1) infinite;
  animation-delay: 200ms;
}
.loading-icon .line:nth-child(2) {
  x: calc(50% - 0.5px);
  animation: loading 2.2s ease-in-out infinite;
}
.loading-icon .line:nth-child(3) {
  x: calc(100% - 2px);
  animation: loading 1.8s ease-in-out infinite;
}
.wide-primary-button {
  font-weight: 400;
  background: #288DFF;
  padding: 0 0;
  border: none;
  border-radius: 0.16em;
  font-size: 1em;
  text-transform: uppercase;
  height: 45px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transfrom 100ms ease, all 0.5s ease-in-out;
  margin: 0 auto;
  color: #ffffff;
}
.wide-primary-button:hover {
  transform: scale(1.05);
}
.wide-primary-button:active {
  transform: scale(0.95);
}
.follow-user {
  font-size: 1em;
  height: 30px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  margin: 0;
  border-radius: 22.5px;
  font-weight: bold;
  background-color: #288DFF;
  color: #ffffff;
  border: 2px solid transparent;
  column-gap: 6px;
}
.follow-user svg {
  height: 14px;
  width: 14px;
}
.follow-user.active {
  background-color: transparent;
  color: #5b5e73;
  border: 2px solid #5b5e73;
}
.follow-user.unfollow {
  background-color: transparent;
  color: #EB5858;
  border: 2px solid #EB5858;
  transition: all 0s;
}
.action-button {
  font-size: 1em;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 22.5px;
  font-weight: bold;
  color: #5b5e73;
  padding: 0 20px;
  column-gap: 6px;
}
.action-button .icon {
  height: 14px;
  width: 14px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.smk-image-uploader.size-thumbnail .upload-button {
  border: 3px dashed #288DFF;
  background-color: transparent !important;
  width: 150px;
  height: 150px;
  line-height: unset;
  border-radius: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}
.smk-image-uploader.size-thumbnail .upload-button .the-upload-icon,
.smk-image-uploader.size-thumbnail .upload-button .main-icon {
  width: 40px;
  height: 40px;
  position: relative;
  color: #ffffff;
}
.smk-image-uploader.size-thumbnail .upload-button .the-upload-icon .secondary-icon,
.smk-image-uploader.size-thumbnail .upload-button .main-icon .secondary-icon {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 20px;
  width: 20px;
  background: #288DFF;
  border-radius: 50%;
  padding: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.the-image {
  width: 150px;
  height: 150px;
  line-height: unset;
  overflow: visible;
}
.smk-theme-user-settings-container .smk-theme-user-settings {
  margin: 0 auto;
  padding: 0 110px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .clear {
  display: none;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader {
  position: relative;
  display: flex;
  justify-content: center;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .the-image {
  border-radius: 75px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .the-image img {
  border-radius: 75px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .the-image:hover .remove {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .the-image .size {
  display: none;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .the-image .remove {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  right: 10px;
  bottom: 0;
  border: 2px solid #ffffff;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 400ms;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .the-image .remove svg {
  height: 18px;
  width: 18px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .upload-button {
  border-radius: 75px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .smk-image-uploader.size-thumbnail .upload-button svg {
  max-width: 16px;
}
.smk-theme-user-settings-container .smk-theme-user-settings h5 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 80px 0 30px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  color: #288DFF;
}
.smk-theme-user-settings-container .smk-theme-user-settings h5::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #e4e5ea;
  margin: 0 0 0 25px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container {
  position: relative;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container.not-empty .form-label {
  transform: scale(0.9) translate(10px, -10px);
  opacity: 1;
  background: #ffffff;
  color: #9d9fb1;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container:focus-within .smk-field {
  border-color: #288DFF;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container:focus-within .form-label {
  background: #ffffff;
  transform: scale(0.9) translate(10px, -10px);
  color: #288DFF;
  opacity: 1;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container .form-label {
  position: absolute;
  transition: all 200ms ease;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
  color: #23242C;
  margin-top: 0;
  transform-origin: 0%;
  transform: translate(15px, 20px);
  top: 0;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container .smk-field {
  border: 2px solid #e4e5ea;
  padding: 16px;
  height: 60px;
  outline: none;
  transition: all 200ms ease;
  margin-top: 0;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container .smk-field.smk-field-description {
  height: 150px;
  outline: none;
  min-height: unset;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container .form-description {
  order: 2;
  margin: 8px 0 0 0;
}
.smk-theme-user-settings-container .smk-theme-user-settings .field-container.email-field {
  margin-top: 80px;
}
.smk-theme-user-settings-container .smk-theme-user-settings .zsp-brands-dropdown {
  border: 2px solid #e4e5ea;
  padding: 16px;
  height: 60px;
  outline: none;
  margin-top: 0;
}
.smk-theme-user-settings-container .smk-theme-user-settings .save-button .loading-icon {
  display: none;
}
.smk-theme-user-settings-container .smk-theme-user-settings .save-button.loading {
  background: transparent !important;
}
.smk-theme-user-settings-container .smk-theme-user-settings .save-button.loading .button-label {
  display: none;
}
.smk-theme-user-settings-container .smk-theme-user-settings .save-button.loading .loading-icon {
  display: block;
}
.private-messaging-fields {
  border: 2px solid #e4e4e4;
  border-radius: 30px;
  margin: 25px 0 0 0;
  width: clamp(200px, 500px, 100%);
  position: relative;
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.private-messaging-fields.morespace .private-messaging-button {
  right: 25px;
}
.private-messaging-fields.maxspace .private-messaging-button {
  right: 25px;
}
.private-messaging-fields.valid {
  height: 50px !important;
  border-color: #52de97;
}
.private-messaging-fields.valid .private-messaging-button {
  background: #52de97;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
}
.private-messaging-fields.valid .private-messaging-button .icon.pre {
  opacity: 0;
  transform: rotate(45deg);
}
.private-messaging-fields.valid .private-messaging-button .icon.post {
  opacity: 0;
  transform: rotate(45deg);
}
.private-messaging-fields.valid .private-messaging-button .icon.post.valid {
  transform: rotate(0deg);
  opacity: 1;
}
.private-messaging-fields.unvalid {
  border-color: #EB5858;
}
.private-messaging-fields.unvalid .private-messaging-button {
  background: #EB5858;
}
.private-messaging-fields.unvalid .private-messaging-button .icon.pre {
  opacity: 0;
  transform: rotate(45deg);
}
.private-messaging-fields.unvalid .private-messaging-button .icon.post {
  opacity: 0;
  transform: rotate(45deg);
}
.private-messaging-fields.unvalid .private-messaging-button .icon.post.unvalid {
  transform: rotate(0deg);
  opacity: 1;
}
.private-messaging-fields .private-messaging-button {
  all: unset;
  height: 40px;
  width: 40px;
  background: #288DFF;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  top: calc(50% - 20px);
  position: absolute;
  right: 5px;
  box-sizing: content-box;
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1), width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.private-messaging-fields .private-messaging-button .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  transition: all 350ms ease-in-out;
}
.private-messaging-fields .private-messaging-button .icon.pre {
  transform: rotate(0deg);
  opacity: 1;
}
.private-messaging-fields .private-messaging-button .icon.post {
  opacity: 0;
  transform: rotate(45deg);
}
.private-messaging-fields .private-messaging-textarea {
  all: unset;
  flex-grow: 1;
  line-height: 20px;
  margin: 0 90px 0 0;
  padding: 15px 30px;
  height: unset;
}
.recipe-generator {
  text-align: right;
}
.recipe-generator .smk-child-generate-recipe {
  display: flex;
  align-items: center;
  background-color: #74AA9C;
  font-weight: bold;
  border-radius: 4px;
  column-gap: 10px;
  color: #fff;
  padding: 12px 16px;
  border: 0;
  border-bottom: 3px solid #4c7b6f;
  margin-left: auto;
  margin-bottom: 10px;
}
.recipe-generator .smk-child-generate-recipe .icon {
  max-width: 28px;
  padding: 0;
  margin: 0;
}
.recipe-generator .smk-child-generate-recipe--waiting .icon {
  animation: rotate 1.6s linear infinite;
}
.smk-child-submit-recipe-form--disabled {
  filter: grayscale(1);
}
.smk-child-submit-recipe-form--disabled::after {
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  bottom: 0;
  background: #000;
  z-index: 100;
  opacity: 0.05;
  width: 100vw;
  transform: translateX(-50%);
}
.smk-child-submit-recipe-form .smk-child-submit-recipe {
  display: grid;
  row-gap: 25px;
  column-gap: 60px;
  grid-template-columns: calc(65% - 60px) 35%;
  align-content: center;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe > .grid,
.smk-child-submit-recipe-form .smk-child-submit-recipe > div[data-field="smk_recipe_ingredients"],
.smk-child-submit-recipe-form .smk-child-submit-recipe > div[data-field="prep_mode_child"] {
  margin: 60px 0 0 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe > * {
  padding: 0 0 0 0;
  order: 10;
  grid-column: 1 / span 2;
  display: none;
  align-self: flex-end;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe.all-visible > * {
  display: block;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="category"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="cuisine"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="title"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"],
.smk-child-submit-recipe-form .smk-child-submit-recipe .show-all,
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button {
  display: block;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_calories"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_fat"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_carbohydrate"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_protein"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_cholesterol"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_sodium"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="nutrition_potassium"] {
  margin-top: 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .form-label {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0 0 8px 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .form-field {
  width: 100%;
  padding-left: 0%;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe input,
.smk-child-submit-recipe-form .smk-child-submit-recipe select,
.smk-child-submit-recipe-form .smk-child-submit-recipe textarea {
  width: 100%;
  margin: 0px;
  padding: 10px 15px;
  border: 2px solid #c8c9d3;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe input::placeholder,
.smk-child-submit-recipe-form .smk-child-submit-recipe select::placeholder,
.smk-child-submit-recipe-form .smk-child-submit-recipe textarea::placeholder {
  color: #e4e5ea;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe input:focus,
.smk-child-submit-recipe-form .smk-child-submit-recipe select:focus,
.smk-child-submit-recipe-form .smk-child-submit-recipe textarea:focus {
  outline: none;
  border-color: #288DFF !important;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe select {
  appearance: none;
  background: url(./assets/images/angle-down-solid.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: calc(50%);
  background-color: #ffffff;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 0.3em;
  transition: background-color 200ms ease-out;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action:hover,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input:hover {
  background-color: #f3f3f3;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action .icon,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input .icon {
  width: 19px;
  height: 19px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.show-additional-inputs,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.show-additional-inputs {
  color: #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.hide-additional-inputs,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.hide-additional-inputs {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  color: #EB5858;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.delete-ingredient,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.delete-ingredient,
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.delete-step,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.delete-step {
  color: #EB5858;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.delete-ingredient .icon,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.delete-ingredient .icon,
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.delete-step .icon,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.delete-step .icon {
  width: 17px;
  height: 17px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .action.delete-step,
.smk-child-submit-recipe-form .smk-child-submit-recipe .delete-repeatable-input.delete-step {
  padding: 0px 20px;
  margin: 0 0 0 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .smk-field-error {
  font-weight: bold;
  margin: 10px 0 0 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="title"] {
  order: -30;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="title"] input {
  font-size: 36px;
  font-weight: bold;
  padding: 15px 25px;
  color: #2e303a;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="title"] input:not( :placeholder-shown ) {
  border: 2px solid #e4e5ea;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] {
  grid-row: 2 / span 4;
  grid-column: 1 / span 1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader {
  position: relative;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder {
  display: flex;
  flex-wrap: wrap;
  float: unset;
  overflow: hidden;
  background: #eeeeee;
  padding: 35px 40px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: unset;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child.the-image .remove {
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child.the-image .remove svg {
  height: 14px;
  width: 14px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child.upload-button {
  border-color: #e4e5ea;
  max-width: 100%;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child.upload-button .the-upload-icon {
  transform: scale(1);
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child.upload-button:hover {
  border: 2px dashed #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder > div:first-child.video-emplacement .video-emplacement-embed {
  display: flex;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .sortable-placeholder {
  width: 96px;
  height: 80px;
  max-width: 120px;
  margin: 5px;
  flex-grow: 1;
  background-color: #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement {
  overflow: hidden;
  width: 96px;
  height: 80px;
  max-width: 120px;
  margin: 5px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  transition: transform 0.3s ease-out;
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image.deleted,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement.deleted {
  transform: scale(0);
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image:active,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement:active {
  cursor: move;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image:hover .remove,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement:hover .remove {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image img,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement img {
  all: unset;
  display: block;
  object-fit: cover;
  height: 100%;
  margin: 0;
  width: 100%;
  border-radius: 0.3em;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image .remove,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .remove {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  right: 4px;
  top: 4px;
  border: 2px solid #ffffff;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 400ms;
  background: rgba(0, 0, 0, 0.75);
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image .remove svg,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .remove svg {
  height: 12px;
  width: 12px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .the-image .size,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .size {
  display: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .upload-button {
  position: relative;
  height: unset;
  width: 96px;
  height: 80px;
  flex-grow: 1;
  max-width: 120px;
  margin: 5px;
  background: unset !important;
  border: 2px dashed #9d9fb1;
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .upload-button .the-upload-icon {
  transform: scale(0.6);
  color: #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .upload-button .the-upload-icon .secondary-icon {
  color: #288DFF;
  background: #eeeeee;
  border-radius: 50%;
  padding: 3px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement {
  margin: 5px;
  border-radius: 0.3em;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .video-emplacement-embed {
  width: 100%;
  display: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .video-emplacement-thumbnail {
  height: 100%;
  position: relative;
  flex-grow: 1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .video-emplacement-thumbnail .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="featured_image"] .recipe-submition-uploader .smk-uploader-the-images-holder .video-emplacement .video-emplacement-thumbnail .play-icon .icon {
  height: 32px;
  width: 32px;
  opacity: 0.75;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="category"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="cuisine"],
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"] {
  order: -10;
  grid-column: 2 / span 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="category"] *,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] *,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="cuisine"] *,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"] * {
  box-sizing: border-box;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="category"] .form-row,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] .form-row,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="cuisine"] .form-row,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"] .form-row {
  margin: 0;
  padding: 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="category"] .form-field,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] .form-field,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="cuisine"] .form-field,
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"] .form-field {
  display: block;
  padding: 0 0 0 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="category"] {
  margin-top: 60px !important;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] {
  order: -9;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] .visual-select .choice {
  margin: 0 5px;
  border-radius: 0.3em;
  display: flex;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] .visual-select .choice .handle {
  padding: 8px 20px;
  background: #23242C;
  border: 0;
  border-left: 1px solid;
  color: #ffffff;
  z-index: 1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="difficulty"] .visual-select .choice .handle.active {
  background: #288DFF;
  border-color: #288DFF;
  color: #ffffff;
  font-weight: bold;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"] .form-field {
  position: relative;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="preparation_time"] .form-field::after {
  content: attr(data-placeholder);
  position: absolute;
  bottom: 10px;
  right: 40px;
  text-transform: capitalize;
  color: #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul {
  padding: 0;
  margin-top: 25px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li {
  list-style: none;
  padding: 0 0 0 50px;
  margin: 20px 0;
  border-left: 2px solid #e4e5ea;
  transition: border-left-color 200ms ease-out;
  counter-increment: counter;
  position: relative;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li:active {
  cursor: move;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li.ui-sortable-placeholder {
  counter-increment: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li:before {
  content: counter(counter);
  position: absolute;
  left: calc(50px / 2 - 10px);
  top: 10px;
  font-size: 1em;
  font-weight: bold;
  height: 20px;
  color: #288DFF;
  width: 20px;
  text-align: center;
  cursor: move;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li:focus-within {
  border-left-color: #288DFF;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient {
  list-style: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .required-fields {
  display: flex;
  column-gap: 10px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .optional-fields {
  margin: 30px 0 0 0;
  padding: 45px 50px;
  background: #f8f8f8;
  border-radius: 0.3em;
  position: relative;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .optional-fields .title {
  font-size: 1.1em;
  font-weight: bold;
  color: #5b5e73;
  display: flex;
  align-items: center;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .optional-fields .title .smaller {
  font-size: 0.8em;
  margin: 0 0 0 5px;
  color: #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .optional-fields .form-label {
  font-weight: 400;
  margin-bottom: 5px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .optional-fields .quantity-inputs {
  display: flex;
  column-gap: 50px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] ul li .smk-child-ingredient .optional-fields .quantity-inputs .quantity-input {
  flex-grow: 1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="smk_recipe_ingredients"] .new-ingredient {
  color: #ffffff;
  background-color: #288DFF;
  border: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list {
  padding: 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step {
  list-style: none;
  padding: 0 0 0 100px;
  margin: 20px 0;
  transition: border-left-color 200ms ease-out;
  counter-increment: counter;
  position: relative;
  background-color: #eeeeee;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step:active {
  cursor: move;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step.ui-sortable-placeholder {
  counter-increment: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step::before {
  content: counter(counter);
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: absolute;
  left: calc(100px/2 - 20px/2);
  top: calc(50% - 10px);
  text-align: center;
  width: 20px;
  color: #5b5e73;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step:focus-within::before {
  color: #288DFF;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step .required-fields {
  display: flex;
  column-gap: 30px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step .required-fields .content-field {
  min-height: 100px;
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  flex-grow: 1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step .required-fields .content-field textarea {
  resize: none;
  min-height: unset;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step .required-fields .content-field textarea::placeholder {
  color: #e4e5ea;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step .required-fields .content-field .length-indecator {
  position: absolute;
  bottom: 7px;
  right: 70px;
  color: #9d9fb1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .smk-child-preparation-mode-steps-list .smk-child-single-step .required-fields .content-field .length-indecator.full {
  color: #EB5858;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="prep_mode_child"] .new-step {
  background: #288DFF;
  color: #ffffff;
  border: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"] {
  margin-top: 0;
  order: -5;
  grid-column: 1 / span 1;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"] .repeatable-input-new {
  font-size: 1em;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 22.5px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 20px;
  background: #288DFF;
  border: none;
  text-transform: capitalize;
  column-gap: 6px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"] .repeatable-input-new .the-icon {
  height: 14px;
  width: 14px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"] .repeatable-input {
  display: flex;
  margin: 10px 0;
  grid-gap: 10px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"] .repeatable-input .delete-repeatable-input {
  position: relative;
  width: 20px;
  top: 0;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe div[data-field="video_url"] .repeatable-input .delete-repeatable-input svg {
  height: 16px;
  width: 16px;
  color: #EB5858;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .recipe-editor-mce {
  margin: 0px;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .show-all a {
  color: #288DFF;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .show-all a .icon {
  height: 16px;
  width: 16px;
  display: inline;
  margin: 0px 5px -1px 0;
  color: #288DFF;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .show-all a h6 {
  font-weight: bold;
  color: #288DFF;
  font-size: 1.1em;
  margin: 0;
  display: inline;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button {
  height: 60px;
  width: 160px;
  background: #288DFF;
  padding: 0;
  border: none;
  border-radius: 0.3em;
  font-weight: bold;
  display: flex;
  font-size: 1.25em;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button .loading-icon {
  display: none;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button .checkmark {
  height: 14px;
  margin: 0 8px 0 -8px;
  width: 14px;
  opacity: 0.75;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button.loading {
  background-color: transparent;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button.loading .loading-icon {
  display: block;
}
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button.loading .checkmark,
.smk-child-submit-recipe-form .smk-child-submit-recipe .submition-button #smk-submit-recipe-button.loading .text {
  display: none;
}
.smk-child-submit-recipe-form > p {
  display: none;
}
/*
//===========================================================================//
ENTRIES
//===========================================================================//
*/
.steps-indecator-position,
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step::before,
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark {
  position: absolute;
  left: 30px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
}
.single-smk_recipes .single-recipe-container {
  padding-top: 80px;
}
.single-smk_recipes .single-recipe-container .rw-sidebar {
  border: 0 !important;
}
.single-smk_recipes .single-recipe-container .page-title {
  border-bottom: 0;
}
.single-smk_recipes .single-recipe-container .page-title .smk-manage-recipe {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.single-smk_recipes .single-recipe-container .page-title h1,
.single-smk_recipes .single-recipe-container .page-title h2 {
  font-weight: bold;
}
.single-smk_recipes .single-recipe-container .page-title h1::after,
.single-smk_recipes .single-recipe-container .page-title h2::after {
  content: '.';
  color: #288DFF;
  margin: 0 0 0 5px;
}
.single-smk_recipes .recipe-header-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 60px;
}
.single-smk_recipes .recipe-header-container .entry-recipe-slider {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  min-height: 60px;
  width: clamp(400px, 65%, 100%);
  flex-grow: 500;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide {
  border-radius: 0.3em;
  overflow: hidden;
  width: 100%;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide img {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide .slider-iframe-container {
  width: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide .slider-iframe-container > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails {
  display: flex;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 10px;
  column-gap: 10px;
  background: #eeeeee;
  border-radius: 0.3em;
  flex-grow: 1;
  max-height: 72px;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail {
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 0.3em;
  display: flex;
  align-items: stretch;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail.image-placeholder {
  height: 72px;
  width: 96px;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}
.single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail .more::before {
  content: "+";
}
.single-smk_recipes .recipe-header-container .recipe-meta {
  flex-grow: 1;
  padding: 20px 15px;
  border: 2px solid #e4e5ea;
  border-radius: 0.4em;
  width: clamp(200px, 25%, 100%);
  position: relative;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul {
  margin: 0 0;
  padding: 0;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  margin: 28px 0;
  align-items: center;
  text-transform: capitalize;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li:first-of-type {
  margin-top: 0;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li:last-of-type {
  margin-bottom: 0;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li .the-icon {
  height: 16px;
  display: inline;
  margin: 0 10px 0 10px;
  color: #23242C;
  opacity: 0.2;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta {
  padding: 0 0 0 10px;
  column-gap: 6px;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta .post-rating-result {
  display: flex;
  margin: 0 0 0 0;
  column-gap: 2px;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta .post-rating-result svg {
  width: 16px;
  height: 16px;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta .count {
  font-weight: bold;
  font-size: 0.8em;
  color: #9d9fb1;
  margin: 0 0 -3px 0;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author {
  column-gap: 15px;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .author-name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .avatar {
  border-radius: 50%;
  margin: 0;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user {
  color: #288DFF;
  padding: 3px 9px;
  border-radius: 16px;
  font-weight: bold;
  margin-left: 10px;
  border: 2px solid;
  background-color: #ffffff;
  position: absolute;
  top: -15px;
  right: 10px;
  height: auto;
  column-gap: 5px;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user svg {
  height: 10px;
  width: 10px;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user.active {
  color: #ffffff;
  background-color: #288DFF;
}
.single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user.not-allowed {
  color: #e4e5ea;
  background-color: #ffffff;
  cursor: not-allowed;
}
.single-smk_recipes .recipe-header-container .recipe-meta .upload-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-smk_recipes .recipe-header-container .recipe-meta .upload-button svg {
  max-width: 16px !important;
}
.single-smk_recipes .entry-content .recipe-content {
  width: 100%;
  margin-top: 80px;
  border-right: 0;
  padding-right: 0;
}
.single-smk_recipes .entry-content .recipe-content .recipe-headlines {
  border: 0px !important;
  font-weight: bold;
  font-size: 1.6em;
  color: #2e303a;
  letter-spacing: 0.02em;
  margin: 20px 0 20px 0;
  padding: 0;
}
.single-smk_recipes .entry-content .recipe-content .recipe-headlines.preparation-mode {
  margin: 80px 0 30px 0;
}
.single-smk_recipes .entry-content .recipe-content .recipe-headlines::before,
.single-smk_recipes .entry-content .recipe-content .recipe-headlines::after {
  display: none;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients {
  position: relative;
  padding-top: 80px;
  border: 2px solid #e4e5ea;
  padding: 30px 35px 20px;
  border-radius: 0.3em;
  margin: 0;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients .recipe-headlines {
  position: absolute;
  top: -1em;
  margin: 0;
  background: #ffffff;
  padding: 0 20px;
  transform: translateX(-10px);
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li {
  position: relative;
  padding: 15px;
  border-bottom: none !important;
  display: grid;
  font-size: 1.1em;
  grid-template-columns: 100%;
  row-gap: 25px;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .ingredient {
  width: 100%;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .ingredient:before {
  content: '~';
  color: #288DFF;
  font-weight: bold;
  margin: 0 10px 0 0;
  font-size: 1.2em;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .ingredient .quantity {
  font-weight: bold;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .qt-notes {
  display: flex;
  align-items: center;
  color: #5b5e73;
  font-size: 0.95em;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .qt-notes::before {
  content: '';
  width: 40px;
  display: block;
  height: 2px;
  background: #e4e5ea;
  margin: 0 15px 0 0;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li:last-of-type {
  border-bottom: 0;
}
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li::before,
.single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li::after {
  display: none;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list {
  padding: 0 0 0 0;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step {
  display: flex;
  list-style: none;
  align-items: flex-start;
  margin: 10px 0;
  padding: 40px 50px 40px 100px;
  background-color: #f8f8f8;
  position: relative;
  font-size: 16px;
  counter-increment: steps;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 0.3em;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active {
  opacity: 0.8;
  font-weight: 400 !important;
  background-color: #f8f8f8 !important;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active .step-content {
  color: unset !important;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active::before {
  transform: rotate(25deg);
  opacity: 0 !important;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active .step-check-mark {
  transform: rotate(0);
  opacity: 1;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active + .single-step {
  background-color: #f3f3f3;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active + .single-step::before {
  transform: scale(1);
  color: #ffffff;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.ready {
  background-color: #f3f3f3;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.ready::before {
  transform: scale(1);
  color: #ffffff;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step::before {
  content: counter(steps);
  background: #288DFF;
  color: #23242C;
  font-weight: bold;
  transition: all 300ms cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  transform: scale(0.85);
  font-family: sans-serif;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark {
  background-color: #eeeeee;
  color: #52de97;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transform: rotate(25deg);
  opacity: 0;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark .icon {
  height: 16px;
  width: 16px;
}
.single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-content {
  margin-top: 0;
  line-height: 1.618;
  margin-bottom: 0;
  color: #23242C;
}
.single-smk_recipes .entry-content .recipe-content .recipe-servings-calculator .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -5px;
}
.single-smk_recipes .entry-content .recipe-content .recipe-servings-calculator .calculator svg {
  height: 14px;
  width: 14px;
}
.single_recipe_slides_viewer {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.single_recipe_slides_viewer .close-window {
  position: absolute;
  top: 50px;
  right: 30px;
  color: #EB5858;
  opacity: 0.8;
  padding: 15px;
  cursor: pointer;
}
.single_recipe_slides_viewer .close-window .icon {
  width: 26px;
  height: 26px;
}
.single_recipe_slides_viewer.opened {
  visibility: visible;
}
.single_recipe_slides_viewer.opened::before {
  visibility: visible;
  transform: translateY(0vh);
  transition-delay: 0ms;
}
.single_recipe_slides_viewer.opened .viewer-area {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) scale(1) !important;
  transition-delay: 600ms !important;
}
.single_recipe_slides_viewer.opened .viewer-title {
  visibility: visible !important;
  transform: translateY(0px);
  transition-delay: calc(600ms + 800ms - 150ms) !important;
}
.single_recipe_slides_viewer.opened .viewer-container {
  visibility: visible !important;
  transform: translateY(0px);
  transition-delay: calc(600ms + 800ms - 100ms) !important;
}
.single_recipe_slides_viewer.opened .viewer-moreinfo {
  visibility: visible !important;
  transform: translateY(0px);
  transition-delay: calc(600ms + 800ms - 50ms) !important;
}
.single_recipe_slides_viewer.opened .viewer-moreinfo-author-avatar .avatar,
.single_recipe_slides_viewer.opened .viewer-item-fullresolution {
  transform: scale(1) !important;
  transition-delay: calc(600ms + 800ms + 800ms) !important;
  visibility: visible !important;
}
.single_recipe_slides_viewer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #23242C;
  opacity: 0.75;
  transform: translateY(-100vh);
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  visibility: hidden;
  transition-delay: 600ms;
}
.single_recipe_slides_viewer .viewer-area {
  visibility: hidden;
  border-radius: 0.3em;
  height: clamp(60vh, 80vh, 80vh);
  width: clamp(50vw, 80vw, 1150px);
  background: #fff;
  top: 10vh;
  left: clamp(10vw, calc((100vw - 1150px) / 2), 25vw);
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0;
  transform: translateY(80px) scale(0.925);
}
.single_recipe_slides_viewer .viewer-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #2e303a;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.single_recipe_slides_viewer .viewer-title::after {
  content: '.';
  color: #288DFF;
}
.single_recipe_slides_viewer .owl-item {
  float: left;
}
.single_recipe_slides_viewer .viewer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  border-radius: 0.3em;
  overflow: hidden;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  flex-grow: 1;
}
.single_recipe_slides_viewer .viewer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  column-gap: 40px;
  row-gap: 60px;
}
.single_recipe_slides_viewer .viewer-carousel {
  display: block;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-carousel-stage-outer {
  overflow: hidden;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item {
  width: 600px;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 70%;
  position: relative;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item .viewer-item-fullresolution {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  transition: all 100ms ease-out;
  transform: scale(0);
  transition: all 800ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  visibility: hidden;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item .viewer-item-fullresolution .icon {
  height: 18px;
  width: 18px;
  color: #ffffff;
  opacity: 0.85;
  transition: all 100ms ease-out;
  display: block;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item .viewer-item-fullresolution:hover {
  transform: scale(1.1);
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item .viewer-item-fullresolution:hover .icon {
  transform: scale(0.76);
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item .viewer-item-image {
  margin: 0 auto;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 100%;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item iframe {
  margin: 0 0 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.single_recipe_slides_viewer .viewer-carousel .viewer-item.loadmore .loading-icon {
  position: absolute;
  top: calc(50% - 9px);
}
.single_recipe_slides_viewer .viewer-carousel-navigation {
  display: flex;
  justify-content: space-between;
  background: #ededed;
  height: 65px;
  overflow: hidden;
  width: 100%;
  order: -1;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .counter {
  height: 100%;
  display: flex;
  align-items: center;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .counter span {
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0 2px;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .counter .current {
  color: #288DFF;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-next,
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-previous {
  padding: 0 2.3em;
  border: none;
  background: #eeeeee;
  transition: all 0.3s ease-in-out;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-next svg,
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-previous svg {
  height: 20px;
  width: 20px;
  color: #23242C;
  opacity: 0.75;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-next.disabled,
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-previous.disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-next {
  border-right: 2px solid #e4e4e4;
}
.single_recipe_slides_viewer .viewer-carousel-navigation .viewer-carousel-navigation-previous {
  border-left: 2px solid #e4e4e4;
}
.single_recipe_slides_viewer .viewer-moreinfo {
  flex-grow: 1;
  width: clamp(200px, 350px, 100%);
  max-width: 600px;
  padding: 0 40px;
  position: relative;
  display: block;
  box-sizing: border-box;
  visibility: hidden;
  transition: all 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0;
  transform: translateY(20px);
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author {
  padding: 15px 20px;
  border-radius: 0.3em;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 15px;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author .viewer-moreinfo-author-avatar {
  border-radius: 28px;
  height: 48px;
  width: 48px;
  background-color: #eee;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author .viewer-moreinfo-author-avatar .avatar {
  padding: 0;
  margin: 0;
  border-radius: 28px;
  transform: scale(0);
  transition: all 800ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  visibility: hidden;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author .viewer-moreinfo-author-name {
  font-size: 0.95em;
  margin: 0 0 0 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author .viewer-moreinfo-author-name.placeholder {
  width: 200px;
  position: relative;
  height: 16px;
  opacity: 0.8;
  border-radius: 10px;
  overflow: hidden;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author-review {
  margin: 15px 0 0 0;
  text-transform: capitalize;
  padding: 0 20px;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author-review.placeholder {
  position: relative;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author-rating {
  display: flex;
  margin: 0 20px;
  align-items: center;
  color: #288DFF;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author-rating svg {
  height: 25px;
  width: 15px;
  margin: 0 2px;
}
.single_recipe_slides_viewer .viewer-moreinfo .viewer-moreinfo-author-rating.placeholder {
  display: none;
}
.smk-comment-form {
  position: relative;
}
.smk-comment-form .clear {
  display: none;
}
.smk-comment-form .comments-form-header {
  position: relative;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4e4e4;
}
.smk-comment-form .comments-form-header .plus-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #288DFF;
  color: #fff;
  border: 10px solid #ffffff;
  z-index: 1;
  text-align: center;
}
.smk-comment-form .comments-form-header h3 {
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 0 0;
  letter-spacing: 0.04em;
  color: #288DFF;
}
.smk-comment-form .comment-respond {
  padding: 30px 70px;
  background-color: #eeeeee;
  border-radius: 0.3em;
}
.smk-comment-form .comment-respond .comment-form > * {
  margin: 40px 0;
}
.smk-comment-form .comment-respond .comment-form .comment-rating-block {
  margin: 40px 0 !important;
}
.smk-comment-form .comment-respond .comment-form .comment-rating-block .form-label {
  display: none;
}
.smk-comment-form .comment-respond .comment-form .comment-rating-block .comment-form-rating-field {
  display: flex;
  align-items: center;
  color: #288DFF;
}
.smk-comment-form .comment-respond .comment-form .comment-rating-block .comment-form-rating-field .icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.smk-comment-form .comment-respond .comment-form .comment-rating-block .comment-form-rating-field .icon.hidden {
  display: none;
}
.smk-comment-form .comment-respond .comment-form .comment-rating-block .comment-form-rating-field .clear-rating {
  margin: 0 20px;
}
.smk-comment-form .comment-respond .comment-form .comment-form-comment textarea {
  min-width: 150px !important;
  max-height: 500px;
  width: 100%;
  resize: vertical;
  border: 2px solid #9d9fb1;
  border-radius: 0.3em;
}
.smk-comment-form .comment-respond .comment-form .comment-image .upload-button {
  background-color: #288DFF !important;
  width: 150px;
  height: 150px;
  line-height: unset;
  border-radius: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}
.smk-comment-form .comment-respond .comment-form .comment-image .upload-button .the-upload-icon {
  width: 40px;
  height: 40px;
  position: relative;
  color: #ffffff;
}
.smk-comment-form .comment-respond .comment-form .comment-image .upload-button .the-upload-icon .secondary-icon {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 20px;
  width: 20px;
  background: #288DFF;
  border-radius: 50%;
  padding: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.smk-comment-form .comment-respond .comment-form .comment-image .the-image {
  width: 150px;
  height: 150px;
  line-height: unset;
  border-radius: 0.3em;
  overflow: hidden;
}
.smk-comment-form .comment-respond .comment-form .comment-image .the-image svg {
  height: 16px;
  width: 16px;
}
.smk-comment-form .comment-respond .comment-form .form-label {
  letter-spacing: 0.05em;
  font-size: 1.06em;
}
.smk-comment-form .comment-respond .comment-form .form-submit .button {
  background-color: #288DFF;
}
.comments-area .post-comments {
  display: grid;
  grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
  column-gap: 15px;
  row-gap: 15px;
}
.comments-area .post-comments .comment {
  all: unset;
  border: none;
  background: #eeeeee;
  padding: 30px 30px 35px;
  display: flex;
  align-content: flex-start;
  border-radius: 0.3em;
  margin: 0;
  flex-wrap: wrap;
  position: relative;
}
.comments-area .post-comments .comment::before {
  position: absolute;
  top: 95px;
  bottom: 75px;
  left: 55px;
}
.comments-area .post-comments .comment .comment-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0 0.3em 0 0;
  column-gap: 15px;
}
.comments-area .post-comments .comment .comment-header .author-link {
  color: #288DFF;
  font-weight: bold;
  font-size: 14px;
}
.comments-area .post-comments .comment .comment-header .comment-avatar {
  position: relative;
  top: 0;
}
.comments-area .post-comments .comment .comment-header .comment-avatar .avatar {
  max-width: 54px;
  max-height: 54px;
  border-radius: 40px;
  margin: 0;
}
.comments-area .post-comments .comment .content {
  padding: 10px 0 15px 30px;
  border-left: 2px solid #e4e5ea;
  width: 100%;
  margin: 10px 0 0 25px;
  flex-grow: 1;
}
.comments-area .post-comments .comment .content .comment-vote {
  position: relative;
  margin: 10px 0 0 0;
}
.comments-area .post-comments .comment .content .comment-vote svg {
  height: 14px;
  width: 14px;
  margin: 0 1px;
}
.comments-area .post-comments .comment .content .comment-images {
  display: flex;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
.comments-area .post-comments .comment .content .comment-images .comment-image {
  margin: 0 3px;
  max-width: calc(20% - 6px);
  position: relative;
  border-radius: 0.3em;
  overflow: hidden;
  display: flex;
  cursor: zoom-in;
}
.comments-area .post-comments .comment .content .comment-images img {
  margin: 0;
}
.comments-area .post-comments .comment .content .comment-images .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}
.comments-area .post-comments .comment .content .comment-images .more::before {
  content: '+';
}
.comments-area .post-comments .comment .comment-footer {
  margin: 15px 0 0 0;
}
.comments-title span {
  font-size: 0.6em;
  color: #9d9fb1;
  vertical-align: 2px;
  font-weight: bold;
}
.widget .widget-popular-recipes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-popular-recipes .smk_recipes {
  margin: 60px 0;
}
.widget .widget-popular-recipes .smk_recipes:first-of-type {
  margin-top: 30px;
}
.widget .widget-popular-recipes .smk_recipes:last-of-type {
  margin-bottom: 0;
}
.widget .widget-popular-recipes .smk_recipes .recipe-thumbnail {
  border-radius: 0.3em;
  margin-bottom: 20px;
  transition: all 500ms cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
  display: flex;
}
.widget .widget-popular-recipes .smk_recipes .recipe-thumbnail img {
  width: 100%;
  margin: 0;
}
.widget .widget-popular-recipes .smk_recipes .recipe-thumbnail.image-placeholder {
  min-height: 155px;
}
.widget .widget-popular-recipes .smk_recipes .recipe-thumbnail:hover {
  transform: scale(1.025) translate(0px, -1%);
}
.widget .widget-popular-recipes .smk_recipes .recipe-entry-content {
  margin: 0 15px;
}
.widget .widget-popular-recipes .smk_recipes .recipe-entry-content .recipe-title {
  font-weight: bold;
  color: #2e303a;
  font-size: 1.4em;
  letter-spacing: 0.04em;
  margin: 0;
}
.widget .widget-popular-recipes .smk_recipes .recipe-entry-content .post-rating-result svg {
  height: 12px;
  margin: 0 1px;
}
.widget .widget-popular-recipes .smk_recipes .recipe-entry-content .recipe-meta {
  display: flex;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-transform: capitalize;
  column-gap: 20px;
}
.archive .page-title,
.page .page-title {
  font-weight: 600;
  border-bottom: 0;
  margin-top: 60px;
}
.archive .page-title h1,
.page .page-title h1 {
  font-weight: bold;
}
.featured-recipes-slider {
  display: block !important;
  border-radius: 4px;
  overflow: hidden;
}
.featured-recipes-slider * {
  box-sizing: border-box;
}
.featured-recipes-slider .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: none;
}
.featured-recipes-slider .owl-dots button {
  background: none;
  border: none;
}
.featured-recipes-slider .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 4px;
  transition: all 200ms ease;
  display: block;
  background-color: #eeeeee;
}
.featured-recipes-slider .owl-dots .owl-dot.active span {
  background: #288DFF !important;
  width: 22px !important;
}
.featured-recipes-slider .owl-nav {
  display: none;
}
.featured-recipes-slider .active .featured-recipes-slider-post .post-thumbnail {
  transform: scale(1);
}
.featured-recipes-slider .active .featured-recipes-slider-post .post-thumbnail::before {
  opacity: 0;
}
.featured-recipes-slider .featured-recipes-slider-post {
  height: 420px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: grid;
  z-index: 2;
  align-items: stretch;
  justify-content: center;
  grid-template-columns: 1fr 50%;
}
.featured-recipes-slider .featured-recipes-slider-post .post-thumbnail {
  position: relative;
  background-position: center;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: 0.1s;
  z-index: 1;
}
.featured-recipes-slider .featured-recipes-slider-post .post-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #23242C;
  opacity: 0.5;
  z-index: -1;
  transition: all 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content {
  font-weight: bold;
  padding: 35px 55px;
  background-color: #ededed;
  border-radius: 2px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content h3 {
  font-size: 2.25em;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 12px 0;
  margin: 0 0 0 0;
  font-weight: bold;
  line-height: 1.35em;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content h3::after {
  content: '.';
  font-size: 1.618em;
  line-height: 0;
  color: #288DFF;
  margin-left: 3px;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info {
  display: flex;
  justify-content: space-evenly;
  margin-top: 12px;
  align-items: center;
  width: 100%;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info li {
  list-style: none;
  display: flex;
  column-gap: 8px;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info li svg {
  color: #288DFF;
  height: 16px;
  align-self: center;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info li.author-name a {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info li.author-name a .avatar {
  border-radius: 50%;
  margin: 0;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info li.recipe-rating {
  column-gap: 2px;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients {
  text-align: left;
  padding: 17px 15px 15px;
  margin: 38px 0 0 0;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100%;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients .title {
  position: absolute;
  top: -0.8em;
  margin: 0;
  background-color: #ededed;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  font-weight: 600;
  opacity: 0.8;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients ul {
  padding: 0;
  list-style: none;
  margin: 0 0 5px 0;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients ul li {
  font-size: 1.06em;
  font-weight: 400;
  margin: 5px 5px;
  text-transform: capitalize;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients ul li::before {
  content: "~";
  margin: 0 7px 0 0;
  font-weight: bolder;
  opacity: 0.6;
  color: #288DFF;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients .more {
  margin: 0 5px;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.025;
  pointer-events: none;
}
.featured-recipes-slider .featured-recipes-slider-post .entry-content .decorations svg {
  width: 50px;
  color: #23242C;
  margin: 30px;
  left: 0;
  animation: noGravity 3s cubic-bezier(0.25, 1, 0.5, 1) infinite backwards alternate-reverse;
  position: absolute;
}
.relative-fix {
  position: relative;
}
.taxonomies-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.taxonomies-slider::-webkit-scrollbar {
  display: none;
}
.taxonomies-slider .taxonomies-controls {
  position: absolute;
  top: calc(45px - 14px);
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}
.taxonomies-slider .taxonomies-controls .taxonomies-controls-left,
.taxonomies-slider .taxonomies-controls .taxonomies-controls-right {
  background: transparent;
  border: none;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  color: #ffffff;
  cursor: default;
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.taxonomies-slider .taxonomies-controls .taxonomies-controls-left.visible,
.taxonomies-slider .taxonomies-controls .taxonomies-controls-right.visible {
  background: #288DFF;
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
}
.taxonomies-slider .taxonomies-controls .taxonomies-controls-left svg,
.taxonomies-slider .taxonomies-controls .taxonomies-controls-right svg {
  height: 12px;
  width: 12px;
}
.taxonomies-slider .term {
  margin: 0 12px;
  transition: transform 200ms ease-in-out;
}
.taxonomies-slider .term .term-anchor {
  text-align: center;
}
.taxonomies-slider .term:hover {
  transform: translateY(-2px);
}
.taxonomies-slider .term .term-thmubnail {
  height: 90px;
  width: 90px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.taxonomies-slider .term .term-name {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  color: #454757;
  font-size: 0.95em;
  letter-spacing: 0.08em;
  margin: 10px 0 0 0;
  transition: all 200ms ease;
}
.taxonomies-slider .term:hover .term-_name {
  color: #23242C;
}
.recipes-masonry-child-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.618vw;
  grid-row-gap: 50px;
  margin: 0 15px 120px;
  position: relative;
}
.recipes-masonry-child-container::before,
.recipes-masonry-child-container::after {
  display: none;
}
.recipes-masonry-child-container .loadmore {
  position: relative;
  text-align: center;
  grid-template-rows: 1fr 1fr;
  display: grid;
  order: 10;
  grid-column-start: 1;
  grid-column-end: 5;
  margin-top: 60px;
}
.recipes-masonry-child-container .loadmore .loading-icon {
  display: none;
}
.recipes-masonry-child-container .loadmore button.loading {
  background: transparent;
}
.recipes-masonry-child-container .loadmore button.loading .text {
  display: none;
}
.recipes-masonry-child-container .loadmore button.loading .loading-icon {
  display: block;
}
.recipe-view-masonry {
  position: relative;
}
.recipe-view-masonry .minimal-content {
  padding: 0 5px;
  margin: 20px 0 0 0;
}
.recipe-view-masonry .recipe-thumbnail {
  overflow: hidden;
  border-radius: 3px;
  transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);
  padding-top: 60%;
  width: 100%;
  position: relative;
}
.recipe-view-masonry .recipe-thumbnail img {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}
.recipe-view-masonry .recipe-thumbnail:hover {
  transform: scale(1.025) translate(0px, -1%);
}
.recipe-view-masonry .recipe-thumbnail:hover ~ .recipe-favorite-post {
  transform: scale(0.9);
}
.recipe-view-masonry .recipe-title {
  text-align: center;
}
.recipe-view-masonry .recipe-title h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 0;
  position: relative;
  letter-spacing: 0.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recipe-view-masonry .recipe-title h3::after {
  content: ".";
  font-size: 1.6em;
  color: #288DFF;
  margin: -5px 0 0 4px;
  position: absolute;
}
.recipe-view-masonry .recipe-rating {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 25px 0 0 0;
  column-gap: 2px;
}
.recipe-view-masonry .recipe-rating .icon {
  height: 14px;
  color: #F6A856;
}
.recipe-view-masonry .recipe-rating .total {
  font-weight: bold;
  margin: 0 0 0 5px;
  font-size: 0.9em;
  color: #9d9fb1;
}
.recipe-view-masonry .smk-manage-recipe {
  position: absolute;
  top: 5px;
  left: 15px;
}
.recipe-view-masonry .smk-manage-recipe .manage-recipe-handler svg {
  color: #ffffff;
  opacity: 1;
}
.recipe-view-masonry .recipe-meta {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 0 0;
  padding: 3px 0;
  position: relative;
}
.recipe-view-masonry .recipe-meta::before {
  content: '';
  position: relative;
  order: 1;
  width: 2px;
  background: #ededed;
}
.recipe-view-masonry .recipe-meta li {
  display: flex;
  align-items: center;
  margin: 2px 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.recipe-view-masonry .recipe-meta li.preparation_time {
  order: 2;
}
.recipe-view-masonry .recipe-excerpt {
  font-size: 1.05em;
  line-height: 1.618em;
  text-transform: capitalize;
  text-align: center;
  margin-top: 10px;
}
.recipe-view-masonry .recipe-favorite-post {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 400ms;
}
.recipe-view-masonry .recipe-favorite-post svg {
  height: 20px;
  box-sizing: border-box;
  width: 20px;
  padding: 0px;
  overflow: visible;
  color: #ffffff;
  transition: 400ms;
  z-index: 1;
}
.recipe-view-masonry .recipe-favorite-post::before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: 400ms;
}
.recipe-view-masonry .recipe-favorite-post:hover svg {
  animation: heartbeat 800ms infinite !important;
}
.recipe-view-masonry .recipe-favorite-post:hover::before {
  clip-path: circle(50% at 50% 50%);
}
.recipe-view-masonry .recipe-favorite-post.active,
.recipe-view-masonry .recipe-favorite-post.loading-element {
  background: #EB5858 !important;
}
.recipe-view-masonry .recipe-favorite-post.active::before,
.recipe-view-masonry .recipe-favorite-post.loading-element::before {
  clip-path: circle(0% at 50% 50%) !important;
}
.recipe-view-masonry .recipe-favorite-post.active:hover svg,
.recipe-view-masonry .recipe-favorite-post.loading-element:hover svg {
  animation: none;
}
.recipe-view-masonry:hover .like-button .icon {
  animation: heartbeat 800ms 1;
}
.recipes-pagination {
  margin-bottom: 60px;
}
.button-block .button {
  box-shadow: none;
  background-color: #eeeeee;
  margin: 0 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 0.3em;
  transition: all 200ms ease-in;
  border: none;
}
.button-block .button:hover {
  background-color: #288DFF;
}
.button-block .button.current {
  font-weight: bold;
  background-color: #288DFF;
}
.author-page {
  background: #eeeeee;
}
.author-page .action-button.back-to-summary {
  color: #9d9fb1;
  justify-content: flex-start;
}
.author-page .author-content {
  background: #ffffff;
  margin: 90px auto !important;
  border-radius: 0.3em;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 100px;
}
.author-page .author-content .user-tabs {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: flex-start;
  margin: 0 70px;
  border-radius: 0.3em;
}
.author-page .author-content .user-tabs .profile-avatar {
  margin: 0;
}
.author-page .author-content .user-tabs .profile-avatar img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
}
.author-page .author-content .user-tabs .user-summary.active {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 25px;
}
.author-page .author-content .user-tabs .user-summary .actions {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
  align-items: center;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button {
  margin: 0 5px;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.follow-user {
  background: #288DFF;
  color: #ffffff;
  border: 2px solid transparent;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.follow-user.active {
  background-color: transparent;
  color: #5b5e73;
  border: 2px solid #5b5e73;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.follow-user.unfollow {
  background-color: transparent;
  color: #EB5858;
  border: 2px solid #EB5858;
  transition: all 0s;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.message-user {
  color: #58BDE7;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.profile-edit-link {
  order: 2;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.messages-link {
  background: #288DFF;
  color: #ffffff;
}
.author-page .author-content .user-tabs .user-summary .actions .action-button.recipes-edit-link {
  border: 2px solid #e4e5ea;
}
.author-page .author-content .user-tabs .user-summary .awards-block {
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 0;
}
.author-page .author-content .user-tabs .user-summary .awards-block .awards {
  display: flex;
}
.author-page .author-content .user-tabs .user-summary .author {
  grid-column-start: 1;
  grid-column-end: 3;
}
.author-page .author-content .user-tabs .user-summary .author .author-name {
  margin: 0 0 0 0;
  font-weight: bold;
  color: #2e303a;
  font-size: 2em;
}
.author-page .author-content .user-tabs .user-summary .follow .following-block {
  margin: 0 0 0 0;
}
.author-page .author-content .user-tabs .user-summary .follow .following-block .follow-col .count {
  color: #5b5e73 !important;
  font-weight: bold;
  font-size: 1.318em !important;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 7.5%;
  right: 7.5%;
  height: 2px;
  background: #eeeeee;
  z-index: -1;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul {
  all: unset;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  border-radius: 0.3em 0.3em 0 0;
  overflow: hidden;
  position: relative;
  margin: 0 100px;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li {
  all: unset;
  display: flex;
  justify-content: center;
  height: 70px;
  position: relative;
  overflow: visible;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  border-top: 2px solid transparent;
  margin: 0px 10px;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li.active {
  border-color: #288DFF;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li.active .count,
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li.active .title {
  color: #288DFF;
  font-weight: bold;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li a {
  all: unset;
  flex-grow: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-bottom: 0 !important;
  flex-wrap: wrap;
  position: relative;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li a .title {
  font-weight: 400 !important;
  color: #9d9fb1;
  width: 100%;
  align-self: flex-start;
  text-align: center;
}
.author-page .author-content .profile-main-menu-block .profile-main-menu ul li a .count {
  all: unset;
  color: #9d9fb1;
  text-align: center;
  left: 0px;
  font-size: 1em;
  order: -1;
  align-self: flex-end;
  margin: 0 0 2px 0;
}
.author-page .author-content .profile-main-menu-block .profile-summary-tab {
  width: 100%;
}
.author-page .author-content .profile-main-menu-block .profile-summary-tab .recipes-masonry-child-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3.18vw;
  grid-row-gap: 80px;
  margin: 0 100px;
  position: relative;
  box-sizing: border-box;
}
.author-page .author-content .profile-main-menu-block .profile-summary-tab .recipes-masonry-child-container .button-block {
  grid-column-start: 1;
  grid-column-end: 4;
}
.author-page .author-content .profile-section {
  margin: 0 100px;
}
.author-page .author-content .profile-section .profile-section-title {
  all: unset;
  display: block;
  margin: 0 0 50px;
}
.author-page .author-content .profile-section .profile-section-title h5 {
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #5b5e73;
}
.author-page .author-content .profile-section .profile-section-title h5 em {
  color: #288DFF;
  margin: 0 5px 0 0;
}
.author-page .author-content .profile-section .profile-section-title h5::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #e4e5ea;
  margin: 0 0 0 25px;
}
.author-page .author-content .profile-section .members-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5%;
  box-sizing: border-box;
}
.author-page .author-content .profile-section .members-list .member:nth-child( 2n ):last-of-type,
.author-page .author-content .profile-section .members-list .member:nth-child( 2n ):nth-last-of-type( 2 ),
.author-page .author-content .profile-section .members-list .member:nth-child( 2n + 1 ):nth-last-of-type( 2 ),
.author-page .author-content .profile-section .members-list .member:nth-child( 2n + 1 ):last-of-type {
  border-bottom: 0px;
}
.author-page .author-content .profile-section .members-list .member {
  position: relative;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e5ea;
  column-gap: 20px;
}
.author-page .author-content .profile-section .members-list .member .user-avatar {
  top: unset;
  width: unset;
  height: unset;
  position: unset;
}
.author-page .author-content .profile-section .members-list .member .user-avatar img {
  border-radius: 50%;
  height: 54px;
  width: 54px;
}
.author-page .author-content .profile-section .members-list .member .user-details {
  min-height: unset;
}
.author-page .author-content .profile-section .members-list .member .user-details > div {
  margin: 5px 0;
}
.author-page .author-content .profile-section .members-list .member .user-details .title a {
  font-weight: bold;
  font-size: 1em;
}
.author-page .author-content .profile-section .members-list .member .user-details .info .info-item {
  text-transform: capitalize;
}
.author-page .author-content .profile-section .members-list .member .user-details .info .info-item span::after {
  content: '|';
  font-weight: bold;
  color: #288DFF;
  margin: 0 3px;
}
.author-page .author-content .profile-section .members-list .member .user-details .info .info-item span:last-of-type::after {
  display: none;
}
.author-page .author-content .profile-section .members-list .member .user-follow {
  min-height: unset;
  margin-left: auto;
}
.author-page .author-content .profile-section .members-list .member .user-follow .follow-user {
  font-size: 0.9em;
  height: 25px;
  width: unset;
  padding: 0 10px;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list {
  margin: 70px 0 30px;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe {
  padding: 15px 30px;
  display: grid;
  grid-template-columns: 50% 20% 20% 10%;
  background: #f8f8f8;
  align-items: center;
  margin: 5px 0;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe::before,
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe::after {
  display: none;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .title,
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .date,
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .status,
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .controls {
  width: unset;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .title {
  font-weight: bold;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .title a {
  color: #2e303a;
  font-family: "Dosis", Arial, Helvetica, serif;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .mark {
  padding: 3px 7px;
  font-size: 12px;
  color: #23242C;
}
.author-page .author-content .profile-section .smk-all-user-recipes-list .the-recipe .mark.green {
  background: #52de97;
}
.profile-private-messages-header {
  border-bottom: none !important;
  margin-top: 60px;
}
.profile-private-messages-header a {
  background: #eeeeee;
  color: #5b5e73;
  border: 2px solid #e4e5ea;
  transition: all 200ms ease-in;
}
.profile-private-messages-header a.active {
  background: #eeeeee;
  color: #288DFF !important;
  border-color: #288DFF;
}
.profile-private-messages-header a:hover {
  color: #288DFF !important;
  border-color: #288DFF;
}
.profile-private-messages .profile-private-messages-list .private-message {
  display: grid;
  grid-template-columns: 60px 1fr 20% 60px;
  align-items: center;
  column-gap: 15px;
  padding: 15px 20px;
  margin: 5px 0;
  transition: all 200ms ease-in;
  background: #f8f8f8;
}
.profile-private-messages .profile-private-messages-list .private-message:hover {
  background: #f1f1f1;
}
.profile-private-messages .profile-private-messages-list .private-message.unread {
  background: #eeeeee;
}
.profile-private-messages .profile-private-messages-list .private-message.unread .userphoto {
  position: relative;
}
.profile-private-messages .profile-private-messages-list .private-message.unread .userphoto::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 8px;
  width: 8px;
  background: #288DFF;
  border-radius: 8px;
  border: 2px solid #eeeeee;
}
.profile-private-messages .profile-private-messages-list .private-message.unread .message-content {
  font-weight: bold;
}
.profile-private-messages .profile-private-messages-list .private-message.unread .message-content .content {
  color: #288DFF;
}
.profile-private-messages .profile-private-messages-list .private-message .userphoto {
  justify-self: center;
}
.profile-private-messages .profile-private-messages-list .private-message .userphoto .avatar {
  border-radius: 50%;
  margin: 0;
  width: unset;
  height: unset;
}
.profile-private-messages .profile-private-messages-list .private-message .message-content .name {
  color: #2e303a;
  display: flex;
  font-size: 1.05em;
  column-gap: 5px;
  align-items: center;
}
.profile-private-messages .profile-private-messages-list .private-message .message-content .name .count {
  font-size: 0.8em;
  color: #9d9fb1;
  font-weight: bold;
}
.profile-private-messages .profile-private-messages-list .private-message .message-content .content {
  color: #72768f;
  font-size: 0.9em;
}
.profile-private-messages .profile-private-messages-list .private-message .important .pm-mark-as-important {
  padding: 15px;
  cursor: pointer;
}
.profile-private-messages .profile-private-messages-list .private-message .important .pm-mark-as-important .icon {
  width: 16px;
  height: 16px;
  color: #F6A856;
}
.profile-private-messages .profile-private-messages-list .private-messages-single {
  padding: 50px 60px;
  background: #eeeeee;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .pm-single-month {
  text-align: center;
  font-size: 0.9em;
  color: #5b5e73;
  text-transform: uppercase;
  margin: 30px 0 60px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message:not( .me ) + .me {
  margin-top: 50px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message.me + .single-message:not( .me ) {
  margin-top: 50px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message.me .msg-body {
  justify-content: flex-start;
  flex-direction: row;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message.me .msg-body .content p {
  background: #288DFF;
  color: #ffffff;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message.me .msg-body .content .msg-date {
  right: unset;
  left: 5px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body.continued {
  padding: 0 40px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body.continued .msg-date {
  top: 15px !important;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body .msg-avatar .avatar {
  border-radius: 50%;
  margin: 0;
  height: 40px;
  width: 40px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body .content {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body .content p {
  background: #e1e1e1;
  padding: 10px 25px;
  color: #23242C;
  border-radius: 25px;
  line-height: 1.618em;
  width: 100%;
  margin: 0 10px 5px;
}
.profile-private-messages .profile-private-messages-list .private-messages-single .single-message .msg-body .content .msg-date {
  position: absolute;
  right: 5px;
  top: -25px;
  text-align: center;
  font-size: 0.8em;
}
.profile-private-messages .profile-private-messages-list .private-messaging-form {
  margin: 0;
  background: #eeeeee;
  padding: 50px 110px 90px;
  border-top: 2px solid #e4e5ea;
}
.profile-private-messages .profile-private-messages-list .private-messaging-form .form-label {
  display: none;
}
.profile-private-messages .profile-private-messages-list .private-messaging-form .private-messaging-fields {
  width: 100%;
  background: #ffffff;
}
.smk-child-taxonomies-slide {
  height: 100vh;
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 50%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  width: 100%;
  background-color: #ffffff;
}
.smk-child-taxonomies-slide .taxonomy-content {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 10vw;
}
.smk-child-taxonomies-slide .taxonomy-content .taxonomy-title {
  display: block;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 4em;
  animation: fadeup 800ms cubic-bezier(0.22, 0.61, 0.36, 1) 1 forwards;
  animation-delay: 1s;
  opacity: 0;
}
.smk-child-taxonomies-slide .taxonomy-content .taxonomy-title::after {
  content: ".";
  margin: 0 0 0 -5px;
  color: #288DFF;
  animation: fadeup 100ms cubic-bezier(0.22, 0.61, 0.36, 1) 1 forwards;
  animation-delay: 2s;
  opacity: 0;
  display: inline-block;
}
.smk-child-taxonomies-slide .taxonomy-content .taxonomy-description {
  opacity: 0;
  animation: fadeup 800ms cubic-bezier(0.22, 0.61, 0.36, 1) 1 forwards;
  animation-delay: 1400ms;
}
.smk-child-taxonomies-slide .taxonomy-content .taxonomy-description p {
  font-size: 1.218em;
}
.smk-child-taxonomies-slide .taxonomy-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
.smk-child-taxonomies-slide.no-image {
  height: 60vh;
}
.smk-child-taxonomies-slide.no-image::before {
  display: none;
}
.smk-child-taxonomies-slide.no-image::after {
  background: url(./assets/images/tomato.png) left -80px no-repeat;
  background-size: 250px;
}
.smk-child-taxonomies-slide::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  height: 100vh;
  width: 35vw;
  background-size: 400px;
  background-position-x: right;
  background-repeat: repeat;
  z-index: -1;
  background-position-y: top;
  background-color: #fbe6c2;
  border-radius: 0 0 0 45vw;
}
.smk-child-taxonomies-slide::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  height: 100vh;
  width: 35vw;
  background-repeat: repeat;
  border-radius: 0 0 0 45vw;
  background-image: url(https://png.pngtree.com/png-clipart/20221224/original/pngtree-food-doodle-set-illustration-vector-collection-png-image_8801680.png);
  background-size: 125%;
  opacity: 0.3;
}
.recipes-filter {
  border-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.recipes-filter .filter-view .posts-per-page-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipes-filter .filter-view .posts-per-page-container .column-select-per-page {
  border: 2px solid #e4e5ea;
  margin: 0 10px;
}
.smk-theme-login-block-back-shadow {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #23242C;
  opacity: 0.75;
  transform: translateY(-100vh);
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  visibility: hidden;
  transition-delay: 600ms;
  display: block;
}
.smk-theme-login-block-back-shadow.active {
  visibility: visible;
  transform: translateY(0vh);
  transition-delay: 0ms;
}
.smk-theme-login-block {
  background-color: #ffffff;
  opacity: 0;
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0s;
  transform: translateY(80px) scale(0.925) translateZ(0);
  display: block;
  visibility: hidden;
  transform-origin: 0%;
  border-radius: 0.3em;
  overflow: hidden;
  padding: 100px 100px 50px;
  box-sizing: border-box;
  position: fixed;
  width: 50%;
  left: 25%;
}
.smk-theme-login-block.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) scale(1) translateZ(0);
  transition-delay: 600ms;
}
.smk-theme-login-block .smk-theme-login-block-type {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 60px;
}
.smk-theme-login-block .smk-theme-login-block-type span {
  margin: 0;
  padding: 10px 30px;
  font-weight: 600;
  border-bottom: 0;
  font-size: 1em;
  background-color: #eeeeee;
  color: #9d9fb1;
  border-right: 2px solid #ffffff;
}
.smk-theme-login-block .smk-theme-login-block-type span:first-of-type {
  border-radius: 0.3em 0 0 0.3em;
}
.smk-theme-login-block .smk-theme-login-block-type span:last-of-type {
  border-radius: 0 0.3em 0.3em 0;
  border-right: 0;
}
.smk-theme-login-block .smk-theme-login-block-type span:hover {
  border-color: #ffffff;
}
.smk-theme-login-block .smk-theme-login-block-type span.active {
  background-color: #288DFF;
  color: #ffffff !important;
  border-right: 2px solid #ffffff !important;
  border-bottom: 0;
  font-weight: bold;
}
.smk-theme-login-block .smk-theme-login-block-close {
  background-color: transparent;
  right: 25px;
  top: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #EB5858;
  justify-content: center;
  width: unset;
  height: unset;
  transition: all 200ms cubic-bezier(0.25, 1, 0.5, 1);
}
.smk-theme-login-block .smk-theme-login-block-close:hover {
  background-color: #EB5858 !important;
  color: #ffffff;
}
.smk-theme-login-block .smk-theme-login-block-close svg {
  transition: all 200ms cubic-bezier(0.25, 1, 0.5, 1);
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.smk-theme-login-block .smk-theme-login-form .form-row {
  position: relative;
}
.smk-theme-login-block .smk-theme-login-form .form-row input {
  margin: 0;
  font-size: 18px;
  padding: 18px;
  border-width: 1px;
  border: 2px solid #e4e5ea;
  background: #ffffff;
}
.smk-theme-login-block .smk-theme-login-form .form-row input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.smk-theme-login-block .smk-theme-login-form .form-row input:focus {
  border-color: #288DFF;
  outline: none;
}
.smk-theme-login-block .smk-theme-login-form .form-row input:focus ~ .floating-label {
  left: 5px;
  top: -0.9em;
  font-size: 0.9em;
  color: #288DFF;
  font-weight: 400;
}
.smk-theme-login-block .smk-theme-login-form .form-row input:not( :placeholder-shown ) ~ .floating-label {
  left: 5px;
  top: -0.9em;
  font-size: 0.9em;
  color: #5b5e73;
  font-weight: 400;
}
.smk-theme-login-block .smk-theme-login-form .form-row input:invalid {
  border-color: #EB5858;
}
.smk-theme-login-block .smk-theme-login-form .form-row input:invalid ~ label {
  color: #EB5858 !important;
}
.smk-theme-login-block .smk-theme-login-form .form-row .floating-label {
  position: absolute;
  left: 15px;
  top: calc(50% - 10px);
  transition: all 250ms cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff;
  padding: 0 10px;
  font-weight: bold;
}
.smk-theme-login-block .smk-theme-login-form .button {
  margin: 40px auto 0;
  display: block;
  background: #288DFF;
  border: none;
  font-weight: bold;
  padding: 15px 25px;
  box-shadow: none;
}
.smk-theme-login-block .smk-theme-login-form .smk-link-to-recover {
  margin-top: 20px;
}
body.search .smk-child-search-container {
  padding-top: 80px;
}
body.search .smk-child-search-container .rw-sidebar {
  border-left: 0;
}
body.search .smk-child-search-container .page-title {
  border-bottom: 0;
}
body.search .smk-child-search-container .page-title h1,
body.search .smk-child-search-container .page-title h2 {
  font-weight: bold;
}
body.search .smk-child-search-container .page-title em {
  color: #288DFF;
}
body.search .smk-child-search-container .recipes-masonry-child-container {
  grid-template-columns: repeat(3, 1fr);
}
body.search .smk-child-search-container .recipes-masonry-child-container .notification {
  grid-column-start: 1;
  grid-column-end: 4;
}
.rw-header {
  border-bottom: 1px solid #eeeeee;
}
.rw-header .header-container {
  column-gap: 20px;
}
.rw-header .header-container.header-center-logo .header-logo-holder a {
  justify-content: center;
}
.rw-header .header-container .header-logo-holder {
  margin: 0;
}
.rw-header .header-container .header-logo-holder a {
  display: flex;
}
.rw-header .header-container .header-logo-holder a .logo {
  max-height: 60px;
  transition: all 100ms ease-out;
}
.rw-header .header-container .header-logo-holder a .logo:hover {
  transform: scale(0.95);
}
.rw-header .header-container .header-menu-holder {
  column-gap: 15px;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li {
  margin: 0 5px;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li > a {
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li > a:before {
  display: none;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .submit-recipe-link {
  background: #288DFF;
  border-radius: 24px;
  text-transform: capitalize;
  padding: 0 20px 0 12px;
  font-size: 18px;
  column-gap: 6px;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .submit-recipe-link:before {
  display: none;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .submit-recipe-link .icon {
  height: 26px;
  color: #288DFF;
  width: 26px;
  padding: 6px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  opacity: 0.75;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .submit-recipe-link .title {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.9em;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link {
  padding: 0 20px;
  background-color: #f3f3f3;
  border-radius: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 200ms ease-out;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link:hover {
  background-color: #eeeeee;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link.user-details-in-menu + .sub-menu {
  transition-delay: 1s;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link.user-details-in-menu + .sub-menu:hover {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link.user-details-in-menu:hover + .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link .user-link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 100%;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link .user-link .avatar {
  vertical-align: middle;
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin: 0;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-menu-link .user-link .icon {
  height: 16px;
  margin: 0 0 0 5px;
  color: #288DFF;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-private-messages {
  background: #f3f3f3;
  width: 48px;
  border-radius: 50%;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-private-messages .icon {
  height: 16px;
  width: 16px;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .user-private-messages .new-info {
  display: block;
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 3px 0;
  min-width: 16px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  color: #23242C;
  background: #EB5858;
  z-index: 10;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu {
  overflow: hidden;
  padding: 5px 0;
  background: #23242C;
  left: unset;
  box-shadow: none;
  display: block;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  border-radius: 0.3em;
  transition: all 300ms cubic-bezier(0, 0.55, 0.45, 1);
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu.hovv {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li {
  color: #23242C;
  box-sizing: border-box;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li.favorites:hover a {
  color: #EB5858;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li.favorites:hover a .icon {
  color: #EB5858;
  animation: heartbeat 800ms ease 1;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li.sign-out:hover a {
  color: #EB5858;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a {
  padding: 18px 30px 18px 25px;
  color: #ffffff;
  transition: all 200ms ease-in;
  min-width: 150px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .counter {
  font-size: 0.9em;
  opacity: 0.75;
  font-weight: bold;
  margin: 0 0 0 2px;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a:hover {
  border-radius: none;
  background-color: #18181e;
  font-weight: bold;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a:hover .icon {
  opacity: 1;
  transform: scale(0.9);
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 20px 0 0;
  opacity: 0.7;
  transition: all 200ms ease-in;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .user-message {
  font-size: 1.1em;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .user-message .type {
  height: 16px;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .user-message .avatar {
  border-radius: 50%;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .user-message .username {
  font-weight: 400;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li a .user-message .message {
  font-weight: bold;
}
.rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .top-user-menu-li .sub-menu li.separator {
  padding-bottom: 10px;
  border-bottom: 1px solid #2e303a;
  margin-bottom: 10px;
}
.rw-header .header-container .header-menu-holder .header-search-form {
  flex-grow: 1;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form {
  display: flex;
  position: relative;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-field {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  margin-top: 0;
  border-radius: 24px;
  border: 2px solid #e4e5ea;
  padding: 0 20px;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-field:focus {
  outline: unset;
  border-color: #288DFF;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-field:not( :placeholder-shown ) ~ .search-button {
  background-color: #288DFF;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-field:not( :placeholder-shown ) ~ .search-button .icon {
  color: #ffffff;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-button {
  border: none;
  background-color: #eeeeee;
  position: absolute;
  right: 7px;
  top: calc(50% - 19px);
  height: 38px;
  width: 38px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 200ms ease-out;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-button:hover {
  background-color: #288DFF;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-button:hover .icon {
  color: #ffffff;
}
.rw-header .header-container .header-menu-holder .header-search-form .search-form .search-button .icon {
  height: 16px;
  width: 16px;
  transition: all 200ms ease-out;
}
.smk-child-footer {
  border: none;
  background-color: #1a1c20;
  padding: 100px 0 0 0;
}
.smk-child-footer .more-info-section {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  align-content: center;
  row-gap: 30px;
  margin-bottom: 80px;
}
.smk-child-footer .more-info-section .footer-logo {
  display: flex;
  justify-content: center;
}
.smk-child-footer .more-info-section .footer-logo .logo {
  max-height: 55px;
  margin: 0;
  transition: all 200ms ease-out;
}
.smk-child-footer .more-info-section .footer-logo .logo:hover {
  transform: scale(1.065);
}
.smk-child-footer .more-info-section .footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smk-child-footer .more-info-section .footer-social-links ul {
  display: flex;
  column-gap: 15px;
  padding: 0 0;
  margin: 0;
}
.smk-child-footer .more-info-section .footer-social-links ul li {
  list-style: none;
  padding: 10px;
  display: flex;
  border-radius: 20px;
  transition: all 200ms ease-out;
  background-color: #0f1012;
}
.smk-child-footer .more-info-section .footer-social-links ul li:hover {
  transform: scale(1.15);
  border-color: #535a66;
}
.smk-child-footer .more-info-section .footer-social-links ul li .icon {
  height: 17px;
  width: 17px;
  color: #ffffff;
}
.smk-child-footer .more-info-section .footer-child-menu {
  margin-top: 40px;
}
.smk-child-footer .more-info-section .footer-child-menu ul {
  display: flex;
  column-gap: 80px;
  list-style: none;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 36px;
}
.smk-child-footer .more-info-section .footer-child-menu ul li {
  position: relative;
}
.smk-child-footer .more-info-section .footer-child-menu ul li a {
  animation: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.86em;
  letter-spacing: 0.03em;
  opacity: 0.9;
  transition: all 200ms ease-out;
}
.smk-child-footer .more-info-section .footer-child-menu ul li a:hover {
  opacity: 1;
}
.smk-child-footer .more-info-section .footer-child-menu ul li:not( :first-of-type )::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -40px;
  width: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}
.smk-child-footer .site-copyright {
  margin: 20px 0 0 0;
  padding: 15px 0;
  background-color: #25282e;
}
.smk-child-footer .site-copyright span {
  border: none;
  color: #ffffff;
  opacity: 0.8;
}
.recipes-list.recipes-masonry-child-container.has-sidebar {
  grid-template-columns: repeat(3, 1fr);
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .rw-header .header-container .header-menu-holder .header-user-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 500;
    border-top: 2px solid #fff;
    background: #eeeeee;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav.unlogged .top-user-menu-li.submit {
    display: none;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu {
    display: flex;
    width: 100%;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li {
    margin: 0 0px;
    padding: 0;
    flex-grow: 1;
    height: 60px;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user {
    order: -1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user .user-menu-link .username {
    display: none;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user .user-menu-link .icon {
    transform: rotate(180deg);
    transition: all 350ms cubic-bezier(0.25, 1, 0.5, 1);
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user .user-menu-link .avatar {
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link {
    background: #ef6e20;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link .avatar {
    transform: scale(1.15);
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link .icon {
    transform: rotate(0);
    color: #ffffff;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active ~ .top-user-menu-li {
    opacity: 0.5 !important;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.messages {
    order: 1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.messages .user-private-messages {
    background-color: #23242C;
    color: #ffffff;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.submit {
    order: 0;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.submit .submit-recipe-link {
    padding: 0;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.submit .submit-recipe-link .title {
    display: none;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li > a {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link {
    border-radius: 0;
    height: 100%;
    padding: 0;
    visibility: hidden;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link.user-details-in-menu:hover + .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link .user-link {
    flex-grow: 1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu {
    position: fixed;
    left: 0;
    width: 100vw;
    bottom: 60px;
    margin: 0;
    padding-bottom: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.4);
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li {
    border-bottom: 1px solid #2e303a;
    background-color: #23242C;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li a {
    grid-template-columns: 42.5% 50%;
    display: grid;
    padding: 25px 30px 25px 25px;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li a .icon {
    justify-self: self-end;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li.separator {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .featured-recipes-slider {
    display: block !important;
    border-radius: 4px;
    overflow: hidden;
  }
  .featured-recipes-slider .featured-recipes-slider-post {
    min-height: 460px;
    width: 100%;
    grid-template-rows: 260px 1fr;
    grid-template-columns: 100%;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content {
    padding: 20px 40px;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content h3 {
    font-size: 1.6em;
    padding: 0 0 15px 0;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info {
    margin-top: 15px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info .author-name {
    display: none;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content .ingredients {
    display: none;
  }
  .taxonomies-slider {
    margin: 0 15px;
  }
  .taxonomies-slider .taxonomies-controls {
    left: 0;
    right: 0;
  }
  .taxonomies-slider .term {
    margin: 0 6px;
  }
  .recipes-masonry-child-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 100px;
  }
  .recipes-masonry-child-container .recipe-view-masonry .recipe-thumbnail {
    border-radius: 0;
  }
  .recipes-masonry-child-container .recipe-view-masonry .recipe-thumbnail img {
    width: 100%;
  }
  .recipes-masonry-child-container .recipe-view-masonry .minimal-content {
    margin: 35px 0 0 0;
    padding: 0 15px;
  }
  .recipes-masonry-child-container .recipe-view-masonry .recipe-favorite-post {
    top: 25px;
    right: 25px;
  }
  .recipes-masonry-child-container .recipe-view-masonry .smk-manage-recipe {
    top: 25px;
    left: 25px;
  }
  .recipes-masonry-child-container .loadmore {
    grid-column-end: 2;
  }
  .single-smk_recipes .single-recipe-container {
    padding-top: 25px;
  }
  .single-smk_recipes .single-recipe-container .rw-row {
    margin: 0 0 !important;
  }
  .single-smk_recipes .single-recipe-container .recipe-header-container .recipe-meta {
    padding: 30px 35px;
    margin: 0 15px;
    box-sizing: border-box;
  }
  .single-smk_recipes .single-recipe-container .recipe-header-container .recipe-meta ul .entry-info-author .follow-user {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .single-smk_recipes .single-recipe-container .page-title {
    margin: 0 20px !important;
  }
  .single-smk_recipes .single-recipe-container .page-title h1,
  .single-smk_recipes .single-recipe-container .page-title h2 {
    font-size: 2em;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails {
    justify-content: center;
    margin: 0;
    background-color: transparent !important;
    border-bottom: 2px solid #e4e5ea;
    border-radius: 0;
    column-gap: 5px;
    padding: 5px;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail:nth-of-type( n+5 ):not( :last-of-type ) {
    display: none;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients {
    padding: 20px 20px 20px;
    margin: 0 15px;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients .recipe-headlines {
    transform: translate(-22px, 0);
    margin: 0 !important;
    padding: 0px 20px 10px 10px;
  }
  .single_recipe_slides_viewer .close-window {
    top: 5px;
    right: 5px;
    z-index: 1;
    opacity: 1;
    background-color: #ffffff;
  }
  .single_recipe_slides_viewer .viewer-area {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 50px 20px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .rw-header .header-container .header-menu-holder .header-user-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 500;
    border-top: 2px solid #fff;
    background: #eeeeee;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu {
    display: flex;
    width: 100%;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li {
    margin: 0 0px;
    padding: 0;
    flex-grow: 1;
    height: 60px;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user {
    order: -1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user .user-menu-link .icon {
    transform: rotate(180deg);
    transition: all 350ms cubic-bezier(0.25, 1, 0.5, 1);
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user .user-menu-link .avatar {
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link {
    background: #ef6e20;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link .avatar {
    transform: scale(1.15);
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link .icon {
    transform: rotate(0);
    color: #ffffff;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active .user-menu-link .username {
    font-weight: bold;
    color: #ffffff;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.user.active ~ .top-user-menu-li {
    opacity: 0.5 !important;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.messages {
    order: 1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.messages .user-private-messages {
    background-color: #23242C;
    color: #ffffff;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.submit {
    order: 0;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li.submit .submit-recipe-link {
    padding: 0;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li > a {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link {
    border-radius: 0;
    height: 100%;
    padding: 0;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link .user-link {
    flex-grow: 1;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu {
    position: fixed;
    left: 0;
    width: 100vw;
    bottom: 60px;
    margin: 0;
    padding-bottom: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.4);
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li {
    border-bottom: 1px solid #2e303a;
    background-color: #23242C;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li a {
    grid-template-columns: 42.5% 50%;
    display: grid;
    padding: 25px 30px 25px 25px;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li a .icon {
    justify-self: self-end;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .sub-menu li.separator {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .featured-recipes-slider {
    display: block !important;
    border-radius: 4px;
    overflow: hidden;
  }
  .featured-recipes-slider .featured-recipes-slider-post {
    min-height: 700px;
    width: 100%;
    grid-template-rows: 300px 1fr;
    grid-template-columns: 100%;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content {
    padding: 45px 65px;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content h3 {
    font-size: 1.9em;
    padding: 0 0 15px 0;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content .meta-info {
    margin-top: 20px;
  }
  .taxonomies-slider {
    margin: 0 15px;
  }
  .taxonomies-slider .taxonomies-controls {
    left: 0;
    right: 0;
  }
  .taxonomies-slider .term {
    margin: 0 6px;
  }
  .recipes-masonry-child-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2vw;
  }
  .recipes-masonry-child-container .loadmore {
    grid-column-end: 3;
  }
  .single-smk_recipes .single-recipe-container {
    padding-top: 25px;
  }
  .single-smk_recipes .single-recipe-container .recipe-header-container .recipe-meta {
    min-width: 400px;
    padding: 30px 35px;
  }
  .single-smk_recipes .single-recipe-container .page-title h1,
  .single-smk_recipes .single-recipe-container .page-title h2 {
    font-size: 2.2em;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails {
    justify-content: center;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail:nth-of-type( n+5 ):not( :last-of-type ) {
    display: none;
  }
  .single_recipe_slides_viewer .close-window {
    top: 5px;
    right: 5px;
    z-index: 1;
    opacity: 1;
    background-color: #ffffff;
  }
  .single_recipe_slides_viewer .viewer-area {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 50px 20px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 820px) {
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu {
    display: flex;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .submit-recipe-link {
    padding: 0 12px;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .submit-recipe-link .icon {
    display: block;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .submit-recipe-link .title {
    display: none;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link .user-link .username {
    display: none;
  }
  .featured-recipes-slider {
    overflow: hidden;
  }
  .featured-recipes-slider .featured-recipes-slider-post {
    grid-template-columns: 35% 65%;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content h3 {
    font-size: 2em;
  }
  .taxonomies-slider {
    margin: 0 15px;
  }
  .taxonomies-slider .taxonomies-controls {
    left: 0;
    right: 0;
  }
  .taxonomies-slider .term {
    margin: 0 8px;
  }
  .recipes-masonry-child-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3vw;
  }
  .recipes-masonry-child-container .loadmore {
    grid-column-end: 3;
  }
  .single-smk_recipes .single-recipe-container {
    padding-top: 40px;
  }
  .single-smk_recipes .single-recipe-container .recipe-header-container .recipe-meta {
    min-width: 400px;
    padding: 30px 35px;
  }
  .single-smk_recipes .single-recipe-container .page-title {
    border-bottom: 0;
  }
  .single-smk_recipes .single-recipe-container .page-title .smk-manage-recipe {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
  }
  .single-smk_recipes .single-recipe-container .page-title h1,
  .single-smk_recipes .single-recipe-container .page-title h2 {
    font-weight: bold;
  }
  .single-smk_recipes .single-recipe-container .page-title h1::after,
  .single-smk_recipes .single-recipe-container .page-title h2::after {
    content: '.';
    color: #288DFF;
    margin: 0 0 0 5px;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails {
    justify-content: center;
  }
  .single_recipe_slides_viewer .close-window {
    top: calc(20px);
    right: calc(20px);
    z-index: 1;
  }
  .single_recipe_slides_viewer .viewer-area {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 50px 20px;
  }
  .single_recipe_slides_viewer .viewer-area .viewer-container {
    max-width: 768px;
  }
  .single_recipe_slides_viewer .viewer-area .viewer-container .viewer-carousel {
    max-width: 768px;
  }
  .single_recipe_slides_viewer .viewer-area .viewer-container .viewer-carousel .viewer-item {
    width: 768px;
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 820px) and (max-width: 992px) {
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu {
    display: flex;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .submit-recipe-link {
    padding: 0 12px;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .submit-recipe-link .icon {
    display: block;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .submit-recipe-link .title {
    display: none;
  }
  .rw-header .header-container .header-menu-holder .header-user-menu .main-menu-nav .menu .top-user-menu-li .user-menu-link .user-link .username {
    display: none;
  }
  .featured-recipes-slider {
    overflow: hidden;
  }
  .featured-recipes-slider .featured-recipes-slider-post {
    grid-template-columns: 35% 65%;
  }
  .featured-recipes-slider .featured-recipes-slider-post .entry-content h3 {
    font-size: 2em;
  }
  .taxonomies-slider {
    margin: 0 15px;
  }
  .taxonomies-slider .taxonomies-controls {
    left: 0;
    right: 0;
  }
  .taxonomies-slider .term {
    margin: 0 8px;
  }
  .recipes-masonry-child-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5vw;
  }
  .recipes-masonry-child-container .loadmore {
    grid-column-end: 4;
  }
  .single-smk_recipes .single-recipe-container {
    padding-top: 40px;
  }
  .single-smk_recipes .single-recipe-container .page-title {
    border-bottom: 0;
  }
  .single-smk_recipes .single-recipe-container .page-title .smk-manage-recipe {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
  }
  .single-smk_recipes .single-recipe-container .page-title h1,
  .single-smk_recipes .single-recipe-container .page-title h2 {
    font-weight: bold;
  }
  .single-smk_recipes .single-recipe-container .page-title h1::after,
  .single-smk_recipes .single-recipe-container .page-title h2::after {
    content: '.';
    color: #288DFF;
    margin: 0 0 0 5px;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail:nth-of-type( n + 5 ):not( :last-of-type ) {
    display: none;
  }
  .single_recipe_slides_viewer .close-window {
    top: calc(5vh + 50px);
    right: calc(5vw + 30px);
    z-index: 1;
  }
  .single_recipe_slides_viewer .viewer-area {
    height: 90vh;
    width: 90vw;
    top: 5vh;
    left: 5vw ;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .steps-indecator-position,
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step::before,
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark,
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step::before,
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark {
    position: absolute;
    left: 30px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .single-smk_recipes .single-recipe-container {
    padding-top: 50px;
  }
  .single-smk_recipes .single-recipe-container .rw-sidebar {
    border: 0 !important;
  }
  .single-smk_recipes .single-recipe-container .page-title {
    border-bottom: 0;
  }
  .single-smk_recipes .single-recipe-container .page-title .smk-manage-recipe {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
  }
  .single-smk_recipes .single-recipe-container .page-title h1,
  .single-smk_recipes .single-recipe-container .page-title h2 {
    font-weight: bold;
  }
  .single-smk_recipes .single-recipe-container .page-title h1::after,
  .single-smk_recipes .single-recipe-container .page-title h2::after {
    content: '.';
    color: #288DFF;
    margin: 0 0 0 5px;
  }
  .single-smk_recipes .recipe-header-container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 60px;
  }
  .single-smk_recipes .recipe-header-container .entry-recipe-slider {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    min-height: 60px;
    width: clamp(400px, 65%, 100%);
    flex-grow: 500;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide {
    border-radius: 0.3em;
    overflow: hidden;
    width: 100%;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide img {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide .slider-iframe-container {
    width: 100%;
    padding: 56.25% 0 0 0;
    position: relative;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .main-slide .slider-iframe-container > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails {
    display: flex;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 10px;
    column-gap: 10px;
    background: #eeeeee;
    border-radius: 0.3em;
    flex-grow: 1;
    max-height: 72px;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail {
    position: relative;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: 0.3em;
    display: flex;
    align-items: stretch;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail.image-placeholder {
    height: 72px;
    width: 96px;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail img {
    display: block;
    margin: 0;
    max-height: 72px;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail .more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
  }
  .single-smk_recipes .recipe-header-container .single-recipe-photo-cover .secondary-slides-thumbnails .thumbnail .more::before {
    content: "+";
  }
  .single-smk_recipes .recipe-header-container .recipe-meta {
    padding: 30px 35px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul {
    margin: 0 0;
    padding: 0;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li {
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    margin: 28px 0;
    align-items: center;
    text-transform: capitalize;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li:first-of-type {
    margin-top: 0;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li:last-of-type {
    margin-bottom: 0;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li .the-icon {
    height: 16px;
    display: inline;
    margin: 0 10px 0 10px;
    color: #23242C;
    opacity: 0.2;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta {
    padding: 0 0 0 10px;
    column-gap: 6px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta .post-rating-result {
    display: flex;
    margin: 0 0 0 0;
    column-gap: 2px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta .post-rating-result svg {
    width: 16px;
    height: 16px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul li.recipe-rating-meta .count {
    font-weight: bold;
    font-size: 0.8em;
    color: #9d9fb1;
    margin: 0 0 -3px 0;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author {
    column-gap: 15px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .author-name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .avatar {
    border-radius: 50%;
    margin: 0;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user {
    color: #288DFF;
    padding: 3px 9px;
    border-radius: 16px;
    font-weight: bold;
    margin-left: 10px;
    border: 2px solid;
    background-color: #ffffff;
    position: absolute;
    top: -15px;
    right: 10px;
    height: auto;
    column-gap: 5px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user svg {
    height: 10px;
    width: 10px;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user.active {
    color: #ffffff;
    background-color: #288DFF;
  }
  .single-smk_recipes .recipe-header-container .recipe-meta ul .entry-info-author .follow-user.not-allowed {
    color: #e4e5ea;
    background-color: #ffffff;
    cursor: not-allowed;
  }
  .single-smk_recipes .entry-content .recipe-content {
    width: 100%;
    margin-top: 80px;
    border-right: 0;
    padding-right: 0;
  }
  .single-smk_recipes .entry-content .recipe-content .recipe-headlines {
    border: 0px !important;
    font-weight: bold;
    font-size: 1.6em;
    color: #2e303a;
    letter-spacing: 0.02em;
    margin: 20px 0 20px 0;
    padding: 0;
  }
  .single-smk_recipes .entry-content .recipe-content .recipe-headlines.preparation-mode {
    margin: 80px 0 30px 0;
  }
  .single-smk_recipes .entry-content .recipe-content .recipe-headlines::before,
  .single-smk_recipes .entry-content .recipe-content .recipe-headlines::after {
    display: none;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients {
    position: relative;
    padding-top: 80px;
    border: 2px solid #e4e5ea;
    padding: 30px 35px 20px;
    border-radius: 0.3em;
    margin: 0;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients .recipe-headlines {
    position: absolute;
    top: -1em;
    margin: 0;
    background: #ffffff;
    padding: 0 20px;
    transform: translateX(-10px);
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li {
    position: relative;
    padding: 15px;
    border-bottom: none !important;
    display: grid;
    font-size: 1.1em;
    grid-template-columns: 100%;
    row-gap: 25px;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .ingredient {
    width: 100%;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .ingredient:before {
    content: '~';
    color: #288DFF;
    font-weight: bold;
    margin: 0 10px 0 0;
    font-size: 1.2em;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .ingredient .quantity {
    font-weight: bold;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .qt-notes {
    display: flex;
    align-items: center;
    color: #5b5e73;
    font-size: 0.95em;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li .qt-notes::before {
    content: '';
    width: 40px;
    display: block;
    height: 2px;
    background: #e4e5ea;
    margin: 0 15px 0 0;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li:last-of-type {
    border-bottom: 0;
  }
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li::before,
  .single-smk_recipes .entry-content .recipe-content .single-recipe-ingredients li::after {
    display: none;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list {
    padding: 0 0 0 0;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step {
    display: flex;
    list-style: none;
    align-items: flex-start;
    margin: 10px 0;
    padding: 40px 50px 40px 100px;
    background-color: #f8f8f8;
    position: relative;
    font-size: 16px;
    counter-increment: steps;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 0.3em;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active {
    opacity: 0.8;
    font-weight: 400 !important;
    background-color: #f8f8f8 !important;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active .step-content {
    color: unset !important;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active::before {
    transform: rotate(25deg);
    opacity: 0 !important;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active .step-check-mark {
    transform: rotate(0);
    opacity: 1;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active + .single-step {
    background-color: #f3f3f3;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.active + .single-step::before {
    transform: scale(1);
    color: #ffffff;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.ready {
    background-color: #f3f3f3;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step.ready::before {
    transform: scale(1);
    color: #ffffff;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step::before {
    content: counter(steps);
    background: #288DFF;
    color: #23242C;
    font-weight: bold;
    transition: all 300ms cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    transform: scale(0.85);
    font-family: sans-serif;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark {
    background-color: #eeeeee;
    color: #52de97;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transform: rotate(25deg);
    opacity: 0;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-check-mark .icon {
    height: 16px;
    width: 16px;
  }
  .single-smk_recipes .entry-content .recipe-content .preparation-steps-list .single-step .step-content {
    margin-top: 0;
    line-height: 1.618;
    margin-bottom: 0;
    color: #23242C;
  }
  .single-smk_recipes .entry-content .recipe-content .recipe-servings-calculator .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: -5px;
  }
  .single-smk_recipes .entry-content .recipe-content .recipe-servings-calculator .calculator svg {
    height: 14px;
    width: 14px;
  }
  .single_recipe_slides_viewer .close-window {
    top: calc(5vh + 50px);
    right: calc(5vw + 30px);
    z-index: 1;
  }
  .single_recipe_slides_viewer .close-window .icon {
    width: 26px;
    height: 26px;
  }
  .single_recipe_slides_viewer .viewer-area {
    height: 90vh;
    width: 90vw;
    background: #fff;
    top: 5vh;
    left: 5vw;
  }
}
