/*
Theme Name: Braizd Theme
Theme URI: https://braizd.com
Text Domain: braizd-theme
Author: Andrea Fornari
Description: Theme with simple recipes management and "menu of the day" feature
Version: 1.0
Tags: responsive, multicolumns, black, white, simple, clean
*/

/* General */
html {min-height:100%;}
body {font-family: 'Montserrat';border:0;margin:0;padding:0;overflow: hidden auto;position: relative;}
body * {box-sizing:border-box;-webkit-tap-highlight-color: transparent!important;}
.body-overlay {transition: 0.5s ease;width:100%;height: 100%;position:fixed;left:0;top: -100%;right:0;bottom:0;margin: 0 auto;z-index: 99999999;opacity: 0.8;visibility:hidden;}
a {text-decoration:none;transition:0.3s ease-in-out!important;color:inherit;}
a:hover {opacity:0.6;}
a:focus {outline:0!important;}
a.invisible-link {width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;}
.dark-overlay {position:absolute;width:100%;height:100%;z-index:0;opacity: 0.5;background-color:#0e1115;}
.site-container {width:100%;padding: 50px 8%;padding-bottom: 75px;}
iframe {border:0!important;}

::placeholder {color:#d4d5d9;font-weight:400;font-style:italic;text-transform:none;}
::-webkit-input-placeholder {color:#c3c4c8;font-weight:400;font-style:italic;text-transform:none;}
::-moz-placeholder {color:#d4d5d9;font-weight:400;font-style:italic;text-transform:none;}
:-moz-placeholder {color:#d4d5d9;font-weight:400;font-style:italic;text-transform:none;}
::-ms-placeholder {color:#d4d5d9;font-weight:400;font-style:italic;text-transform:none;}
body.safari input::-webkit-input-placeholder {line-height:1.3;}

/* Scrollbar */
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background-color:#f2effd;border-left:1px solid;border-right:1px solid;border-color:#ebe8f7;}
::-webkit-scrollbar-thumb {border-radius: 0;background-color:#bbb;}

/* Menu */
header.main-header {line-height:1;font-size:0;padding: 24px 40px;position: fixed;z-index: 9999999;transition: 0.3s ease;width: 100%;top: 0;left: 0;box-shadow: 0 0 0 6px rgba(0,0,0,0.05);}
header.main-header .header-main {display: flex;width: 100%;align-items:center;justify-content: space-between;}

.header-main a.logo-header {line-height:1;display:inline-block;font-size:0;z-index:99;}
.header-main a.logo-header img {width:100%;height:auto;}
.header-main .mobile-nav-toggle {display: inline-block;position: relative;width: 40px;height: 30px;cursor: pointer;z-index: 99;flex: 0 0 auto;}
.header-main .mobile-nav-toggle .line {transition:0.3s ease;position: absolute;width: 100%;height:2px;display: block;border-radius: 10px;}
.header-main .mobile-nav-toggle .line.first {top:0;transform-origin:top right;}
.header-main .mobile-nav-toggle .line.second {top:50%;transform: translate(0,-50%);}
.header-main .mobile-nav-toggle .line.third {top:100%;transform: translate(0,-2px);transform-origin:bottom right;}

.header-main .mobile-nav-toggle.open .line.first {transform: rotate(-45deg) translate(-6px,-6px);width:43px;}
.header-main .mobile-nav-toggle.open .line.second {opacity:0;}
.header-main .mobile-nav-toggle.open .line.third {transform: rotate(45deg) translate(-6px,6px);width:43px;}

.overlay-menu.open {opacity:1;visibility:visible;}
.overlay-menu ul {list-style-type:none;padding:0;margin:0;}

.overlay-menu {transition:0.7s ease;opacity:0;visibility:hidden;position:fixed;width: 100%;height:100%;top: 0;left: 0;display: flex;align-items: center;justify-content:center;box-sizing:border-box;}
.overlay-menu nav {transform:translate(0,-37px);padding: 0 26px;}
.overlay-menu li {text-align: left;}
.overlay-menu li a {z-index: 0;position:relative;width: auto;text-align: left;display: inline-flex;align-items: center;justify-content: flex-start;text-transform:lowercase;font-weight: 500;letter-spacing: 3px;font-size: 45px;margin-bottom: 32px;color: #fff;transition: 0.75s ease!important;}

.overlay-menu li a:before {content:"";position: relative;display: inline-block;margin-right: 20px;width: 37px;height: 37px;border: 4px solid;border-radius: 4px;flex: 0 0 37px;}
.overlay-menu li a:after {content:"\e900";position:absolute;left: 7px;top: 50%;transform: translate(0,-50%);font-family:'braizd-icon-font';font-size: 31px;line-height: 1;opacity: 0;transition: 0.75s ease;}

.overlay-menu li a:hover:after,
.overlay-menu li.current-menu-item a:after {opacity:1}

.overlay-menu li:last-child a {margin-bottom: 0;}
.overlay-menu li a span.stripe {opacity: 1;transition: 0.35s ease;position: absolute;width: 0;height: 3px;bottom: 16px;border-radius: 4px;left:60px;margin: 0 auto;background-color: #fff;z-index:-1;}
.overlay-menu li a:hover,
.overlay-menu li.current-menu-item a {opacity: 0.4;}
.overlay-menu li a:hover .stripe,
.overlay-menu li.current-menu-item a .stripe {width:calc(100% - 57px);}

/* Grafica header delle varie pagine */
section.header-single {height: 40vh;position: relative;z-index: 0;}
section.header-single .header-cover-image {position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;} 
section.header-single .dark-overlay {z-index:2;opacity:0.9;}
section.header-single .header-content {width:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 3;height: 100%;}
section.header-single h1 {position:relative;margin:0;font-size: 60px;text-transform:uppercase;letter-spacing:5px;font-weight: 500;color: #fff;z-index: 4;width: 100%;text-align: center;line-height: 1.3;padding: 0 50px;}
section.header-single .header-subtitle {z-index:3;margin: 0;color: #000;letter-spacing: 3px;background-color: #fff;padding: 7px 10px;font-size: 11px;text-transform: uppercase;}

/* Home */
/* Header home */
section.header-single-home {height:auto;padding: 75px 0;}
section.header-single-home .header-content {flex-direction:row;height: auto;}

section.header-single-home h1 {width:auto;padding-right: 50px;flex: 0 0 30%;text-align: right;font-weight: 300;font-size: 68px;letter-spacing: 10px;}
section.header-single-home h1 > span {display:block;}
section.header-single-home h1 > span.word-2 {padding-right:20px;}
section.header-single-home h1 > span.word-2,
section.header-single-home h1 > span.word-3 {display:inline-block;}
section.header-single-home .divider {width: 3px;height: 360px;border-radius: 5px;}
section.header-single-home .website-desc {padding-left: 50px;flex: 0 0 30%;}
section.header-single-home .website-desc .website-slogan {text-transform:uppercase;font-weight: 500;letter-spacing: 5px;font-size: 13px;margin-top: 9px;color: #000;display: inline-block;padding: 10px 15px;width: 300px;text-align: center;}

/* Content home */
body.home .site-container {padding:0;}
body.home .recipes-menu-container {padding-top:0;}

/* Header per la pagina All recipes */
body.all-recipes section.header-single h1 {font-family: 'Satisfy';text-transform:lowercase;font-size:40px;letter-spacing: 0;border-radius: 50%;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;}
body.all-recipes section.header-single h1 .colored-circle {width:100%;height:100%;position:absolute;z-index:-1;opacity:0.95;}

article .content-header h1 {margin-top: 0;letter-spacing: 5px;text-transform: none;font-size: 50px;margin-bottom: 0;display: flex;align-items: center;justify-content: space-between;}
article .content-header .post-meta {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;font-size: 0;line-height: 1;padding: 13px 0;margin-top: 10px;}
article .content-header .post-meta > * {text-transform:uppercase;letter-spacing:1px;font-size: 13px;font-weight: 300;}
article .content-header .post-meta > .post-content-types a {text-transform: lowercase;font-weight:500;font-size:14px;}
article .content-header .post-meta > .content-divider {padding:0 7px;opacity: 0.4;}
article .content-header .post-meta > .post-content-author-block .post-content-author {font-weight: 500;}

/* Default content delle pagine */
div.text-content-editor {margin-bottom: 50px;}
div.text-content-editor p {display:block;margin:0;margin-bottom: 22px;font-size: 18px;line-height: 1.3;color: #333;font-weight: 300;}
div.text-content-editor p:last-child {margin-bottom:0;}
div.text-content-editor .colorer {position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:0.1;}

/* Pagina singolo menu */
body.single-recipes_menu section.header-single .dark-overlay {opacity: 0.8;}

.recipes-menu-container {display:flex;padding-top: 50px;}

.week-days-container {padding: 50px 8%;padding-top: 0;flex:1;overflow: hidden;}

.week-days-container .week-day {display:flex;margin-bottom: 50px;}
.week-days-container .week-day:last-child {margin-bottom:0;}
.week-days-container .week-day .colorer {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}

.week-days-container .week-day .week-day-title {display:flex;flex:1;align-items:center;justify-content: center;position:relative;z-index: 1;}
.week-days-container .week-day .week-day-title .title {text-transform:uppercase;font-weight: 500;letter-spacing: 3px;font-size: 22px;}
.week-days-container .week-day .week-day-title .date {position:absolute;border-radius:50%;width: 44px;height: 44px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.week-days-container .week-day .week-day-title .date .date-container {padding-left: 2px;}
.week-days-container .week-day .week-day-title .date .date-container span {display:block;text-transform: uppercase;letter-spacing: 2px;font-size: 10px;text-align: center;font-weight: 500;line-height: 1.2;}

.week-days-container .week-day .week-day-content {flex:1;position:relative;z-index:0;}
.week-days-container .week-day .week-day-content .meals-list {display:flex;flex-wrap:wrap;}
.week-days-container .week-day .week-day-content .meal-container {flex: 0 0 50%;padding-top:30px;display: flex;flex-direction: column;align-items: flex-start;}

.week-days-container .week-day .week-day-content .meal-container:nth-child(1),
.week-days-container .week-day .week-day-content .meal-container:nth-child(3) {padding-right: 20px;}
.week-days-container .week-day .week-day-content .meal-name {text-transform:uppercase;font-weight:500;letter-spacing:2px;font-size: 13px;display: block;padding-bottom: 7px;}
.week-days-container .week-day .week-day-content .braizd-recipe-container {display: flex;align-items: center;justify-content: flex-start;}
.week-days-container .week-day .week-day-content .recipe-link {display: flex;align-items:center;position: relative;}

.week-days-container .week-day .week-day-content .calories-and-servings-info {display:flex;align-items:center;margin-left: 10px;position: relative;}
.week-days-container .week-day .week-day-content .calories-and-servings-info > span {width: 19px;height: 19px;font-size: 12px;font-weight: 400;display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #fff;background-color: #000;cursor: pointer;text-indent: -1px;}
.week-days-container .week-day .week-day-content .calories-and-servings-info > span.clicked,
.week-days-container .week-day .week-day-content .calories-and-servings-info > span:hover {color:#000;}
.week-days-container .week-day .week-day-content .calories-and-servings-info .info-box {border-radius:3px;position:absolute;visibility:hidden;background-color: #000;top: -42px;left: 50%;transform: translate(-50%,0);display: flex;align-items: center;justify-content: center;min-width: 191px;padding: 8px 9px;font-size: 11px;letter-spacing: 1px;color: #fff;z-index: 999;}
.week-days-container .week-day .week-day-content .calories-and-servings-info .info-box.open {visibility:visible;}
.week-days-container .week-day .week-day-content .calories-and-servings-info .info-box > div {display:flex;}
.week-days-container .week-day .week-day-content .calories-and-servings-info .info-box > div.servings {margin-right:10px;}
.week-days-container .week-day .week-day-content .calories-and-servings-info .info-box > div .amount {padding-right: 4px;font-weight:700;}
.week-days-container .week-day .week-day-content .calories-and-servings-info .info-box > .tooltip-tr {width: 20px;height: 20px;position:absolute;bottom: -19px;left: 0;right: 0;margin: 0 auto;color: #000;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid;border-bottom: 11px solid transparent;}

.week-days-container .week-day .week-day-content .recipe-img {flex: 0 0 42px;width: 42px;display: inline-flex;border-radius: 50%;}
.week-days-container .week-day .week-day-content .recipe-img .dummy {padding-top:100%;}
.week-days-container .week-day .week-day-content .recipe-title {padding-left: 9px;font-weight: 400;letter-spacing: 2px;font-size: 16px;text-align: left;flex: 1;display: inline;}
.week-days-container .week-day .week-day-content .notes {margin:0;margin-top:30px;border-top: 1px solid;padding-top: 10px;font-size: 13px;font-style: italic;}

/* Menu Standard */
.week-days-container.layout-standard {padding-left:12%;padding-right:12%;}
.week-days-container.layout-standard .week-day > * {padding: 30px 50px;}

.week-days-container.layout-standard .week-day .week-day-title {flex: 0 0 21%;border-right: 2px solid;z-index:0;}
.week-days-container.layout-standard .week-day .week-day-title .date {right: -22px;top:50%;transform:translate(0,-50%);}
.week-days-container.layout-standard .week-day .week-day-title .colorer {opacity:0.1;}

.week-days-container.layout-standard .week-day .week-day-content {padding-top:0;}
.week-days-container.layout-standard .week-day .week-day-content .colorer {opacity:0.05;}

/* Menu Vertical */
.week-days-container.layout-vertical .week-day {flex-direction:column;}

.week-days-container.layout-vertical .week-day .week-day-title {padding-bottom: 40px;}
.week-days-container.layout-vertical .week-day .week-day-title .date {left:50%;bottom: -22px;transform:translate(-50%,0);z-index:1;}
.week-days-container.layout-vertical .week-day .week-day-title .sep-bottom {position:absolute;width:300px;height: 2px;border-radius: 5px;bottom: -1px;left:0;right:0;margin:0 auto;z-index:0;}

.week-days-container.layout-vertical .week-day .week-day-content {padding: 40px 50px;border-radius: 8px;overflow: hidden;width: 100%;}
.week-days-container.layout-vertical .week-day .week-day-content .meals-list {display: grid;grid-template-columns: repeat(4, 25fr);column-gap: 45px;row-gap: 20px;}
.week-days-container.layout-vertical .week-day .week-day-content .meal-container {padding:0;}
.week-days-container.layout-vertical .week-day .week-day-content .notes {text-align:center;border-top:0;position: relative;z-index: 0;padding-top: 0;margin-top: 40px;}
.week-days-container.layout-vertical .week-day .week-day-content .notes .sep-top {width: 20%;height:1px;display:block;margin: 0 auto;margin-bottom: 10px;}
.week-days-container.layout-vertical .week-day .week-day-content .colorer {opacity:0.1;}

/* Menu Masonry */
.recipes-menu-container.poster-inview {padding: 50px 8%;}

.week-days-container.layout-masonry {column-count: 3;column-gap: 35px;}
.week-days-container.layout-masonry.align-left,
.week-days-container.layout-masonry.align-right {flex:0 0 70%;column-count:2;padding: 0;margin-bottom: -35px;}
.week-days-container.layout-masonry.align-left {padding-right:35px;order:0;}
.week-days-container.layout-masonry.align-right {padding-left:35px;order:1;}

.recipes-menu-container .identity-poster {flex:1;position: relative;z-index: 0;}
.recipes-menu-container .identity-poster.align-left {order:0;}
.recipes-menu-container .identity-poster.align-right {order:1;}
.recipes-menu-container .identity-poster .poster-img {position:absolute;width:100%;height:100%;z-index:-1;background-repeat: no-repeat;}

.week-days-container.layout-masonry .week-day {margin-bottom: 35px;display: inline-block;width: 100%;padding: 0;position: relative;z-index: 0;}
.week-days-container.layout-masonry .week-day > .colorer {opacity: 0.25;box-shadow: 10px 10px 0 0 rgba(0,0,0, 0.15);}

.week-days-container.layout-masonry .week-day .week-day-title {display: flex;align-items: flex-start;justify-content:flex-start;flex-direction: column;padding: 30px 35px;padding-top: 21px;border-top:6px solid;background-size: cover;background-position: center;}
.week-days-container.layout-masonry .week-day .week-day-title .title {text-align:left;font-size: 40px;font-weight:600;letter-spacing:5px;word-break: break-word;hyphens: auto;}
.week-days-container.layout-masonry .week-day .week-day-title .date {position:relative;margin-top: 4px;border-top: 2px solid;border-radius: 0;padding-top: 9px;padding-right: 0;width: auto;height: unset;}
.week-days-container.layout-masonry .week-day .week-day-title .date .date-container {padding:0;}
.week-days-container.layout-masonry .week-day .week-day-title .date .date-container span {text-align: left;font-size: 11px;font-weight: 900;display: inline-block;padding-right:4px}
.week-days-container.layout-masonry .week-day .week-day-title .date .date-container span:last-child {padding-right:0;}

.week-days-container.layout-masonry .week-day .week-day-content {padding: 30px 35px;padding-top: 25px;margin-top: 10px;}
.week-days-container.layout-masonry .week-day .week-day-content .meals-list {flex-direction:column;}
.week-days-container.layout-masonry .week-day .week-day-content .meals-list .meal-1 {padding-top:0;}
.week-days-container.layout-masonry .week-day .week-day-content .meal-container {padding-top:20px;padding-right: 0;}
.week-days-container.layout-masonry .week-day .week-day-content .recipe-img {border-radius:7px;}
.week-days-container.layout-masonry .week-day .week-day-content .meal-name {display:inline-block;padding: 4px 8px;margin-bottom: 8px;background-color: rgba(255,255,255,0.4);font-size: 9px;}
.week-days-container.layout-masonry .week-day .week-day-content .recipe-title {text-transform:uppercase;font-weight: 600;letter-spacing:2px;font-size:14px;padding-left: 13px;}

/* Filtri per menu e ricette */
.filter-container {transition: 0.5s ease;padding-bottom: 55px;display:flex;align-items: flex-start;justify-content: space-between;}

.make-filters-popup {transition:0.2s ease;display:none;line-height:1;font-size:0;align-items: center;justify-content: center;margin-bottom: 32px;box-shadow: 7px 7px 0 0;border-radius: 2px;}
.recipes-section .make-filters-popup {margin-bottom: 57px;}
.make-filters-popup > span {text-transform:uppercase;letter-spacing: 2px;font-size: 17px;border-radius: 2px;cursor: pointer;font-weight: 600;padding: 23px 14px;background-color: #fff;border: 3px solid;display: flex;align-items: center;justify-content: center;width: 100%;text-align: center;transition: 0.15s ease;}
.make-filters-popup > span > span {display:inline-block;font-size: 17px;padding-right: 6px;}
.make-filters-popup > span:active {box-shadow:0 0 0 0 transparent;transform:translate(7px, 7px)}

.absolute-filter {padding-right:25px;text-align: left;margin-bottom: -11px;font-size: 0;}
.absolute-filter.search {padding-right:0;padding-left:25px;text-align: right;margin-bottom:0;}
.absolute-filter div.instructions {font-size:0;display:inline-flex;align-items:center;justify-content:center;margin-bottom:15px;line-height:1;border-bottom: 3px solid;border-top: 1px solid;padding: 6px 8px;}
.absolute-filter div.instructions span {color:#fff;background-color:#000;font-size: 14px;margin-right: 7px;width: 22px;height: 22px;border-radius: 50%;display: inline-flex;justify-content: center;align-items: center;}
.absolute-filter div.instructions h4 {font-size:12px;text-transform:uppercase;letter-spacing:2px;display: inline-block;margin: 0;font-weight: 400;}

.absolute-filter .filter-items-container {margin:-11px -5px;margin-top:0;}
.absolute-filter .filter-items-container > span.single-filter {filter:brightness(1.2);cursor:pointer;transition:0.5s ease;text-transform:uppercase;letter-spacing:2px;font-size: 10px;margin: 6px 11px;margin-bottom: 17px;padding: 9px 13px;font-weight: 600;line-height: 1;display: inline-block;color: #fff;border-radius: 2px;position: relative;}
.absolute-filter .filter-items-container > span.single-filter.active,
.absolute-filter .filter-items-container > span.single-filter:hover {filter:brightness(1);}
.absolute-filter .filter-items-container > span .outer-border {transition:0.5s ease;position:absolute;border: 2px solid;width: calc(100% + 12px);height: calc(100% + 12px);top: -6px;bottom:0;left: -6px;right:0;border-radius: 3px;}
.absolute-filter .filter-items-container > span.single-filter:hover {filter:brightness(1);}

.absolute-filter.search div.instructions span {font-size:12px;margin-left: 7px;margin-right:0;}
.absolute-filter.search input {border: 2px solid;padding: 10px 15px;line-height: 1;font-size: 12px;letter-spacing: 1px;min-width: 250px;text-transform: uppercase;font-weight: 700;outline: none!important;}
.absolute-filter .search-box {position: relative;}
.absolute-filter .search-box .autocomplete {position:absolute;top: 100%;left:0;width:100%;height: auto;background-color:#fff;z-index: 9;opacity:0;visibility:hidden;transition:0.3s ease;}
.absolute-filter .search-box .autocomplete.visible {opacity:1;visibility:visible;}
.absolute-filter .search-box .autocomplete > * {position:relative;z-index:0;display:block;text-align:left;padding: 11px 15px;font-size: 12px;letter-spacing: 1px;cursor: pointer;border-bottom:2px solid;}
.absolute-filter .search-box .autocomplete > *:last-child {border-bottom:0;}
.absolute-filter .search-box .autocomplete > * .colorer {transition:0.3s ease;position:absolute;z-index:-1;width:100%;height:100%;left:0;top:0;opacity:0;}
.absolute-filter .search-box .autocomplete > *:hover .colorer {opacity:0.1}
.absolute-filter .search-box .autocomplete > .item.item-not-found {cursor:not-allowed;color:#000;font-weight:500;}

.filter-container a.done {display:none;}

/* Filtro popup per mobile */
.filter-container.popup {visibility:visible;opacity: 1;top: 50%;}
.filter-container .done {transition:0.3s ease;display:none;text-transform: uppercase;background-color: #10d9b4;line-height: 1;padding: 17px 20px;text-align: center;border-radius: 5px;color: #fff;letter-spacing: 2px;font-weight: 600;cursor: pointer;}
.filter-container .done:hover {opacity:0.8;}

/* Filtro ricerca in pagine archivi */
body.archive:not(.author) .absolute-filter.search {padding-left:0;}
body.archive:not(.author) .absolute-filter.search .instructions-container {text-align:left;}
body.archive:not(.author) .absolute-filter.search .instructions {flex-direction:row-reverse;}
body.archive:not(.author) .absolute-filter.search .instructions span {margin-left:0;margin-right: 7px;}

/* Griglia generale griglia menu e ricette */
.absolute-container {font-size: 0;line-height: 1;padding-bottom: 0;position: relative;transition: 0.5s ease;}
.absolute-container .search-nothing-found {font-size: 17px;letter-spacing: 1px;text-align: center;position: absolute;line-height: 1.4;font-weight: 300;top: 0;left: 0;width: 100%;height: auto;background-color: #f5f5f5;color: #aaa;padding: 50px;transition: 0.5s ease;font-style: italic;opacity: 0;}

/* Pagina raccoglitrice ricette */
body.all-recipes section.header-single .header-cover-image,
body.all-recipes section.header-single .dark-overlay {clip-path: ellipse(1000px 100% at 50% 0);-webkit-clip-path: ellipse(1000px 100% at 50% 0);}
body.all-recipes section.header-single .dark-overlay {z-index:2;opacity:0.2;}
body.all-recipes section.header-single .header-content {position:absolute;left:0;right: 0;margin: 0 auto;}
body.all-recipes section.header-single h1 {font-size: 5.7vh;}

body.all-recipes div.text-content-editor {padding: 50px;position: relative;z-index: 0;}
body.all-recipes div.text-content-editor p {color:#314648;font-weight:400;}

.recipes-section {overflow: visible;}

/* Lista post recipes */
.absolute-container > .recipe {height: auto;display: flex;flex-direction: column;box-shadow: inset 0 0 0 2px #eee;border-radius: 10px;transition: opacity 0s, transform 0.5s ease;transform-origin: center top;position: absolute;top: 0;left: 0;transform:translate(0, -30px) translateZ(0);}
.absolute-container > .recipe[data-current="0"] {visibility:hidden;transform: translate(-100px,0) translateZ(0)!important;opacity:0;}
.absolute-container > .recipe > * {flex:1;}
.absolute-container > .recipe .recipe-inner {position: relative;padding: 30px 30px;display: flex;align-items: center;justify-content: center;background-size: cover;background-position: center;z-index: 0;min-height: 190px;border-radius: 10px 10px 0 0;}

.absolute-container > .recipe .featured-recipe-balloon {transition:0.5s ease;position:absolute;top: -25px;left:50%;transform:translate(-50%,0);width: 50px;height: 50px;z-index: 99;display: flex;align-items: center;justify-content: center;border-radius: 50%;border: 3px solid;}
.absolute-container > .recipe .featured-recipe-balloon span {font-size: 25px;opacity: 0.65;}
.absolute-container > .recipe .featured-recipe-balloon .description {position:absolute;width:50px;height:50px;top: -3px;left: -3px;cursor: help;}

.absolute-container > .recipe:hover .featured-recipe-balloon {filter:brightness(1.15);}

.absolute-container > .recipe .recipe-inner .dark-overlay {transition:0.5s ease;background-color: #000;width:100%;height:100%;position:absolute;left:0;top:0;z-index: 1;border-radius: 10px 10px 0 0;}
.absolute-container > .recipe .recipe-inner a.invisible-link {z-index: 2;}
.absolute-container > .recipe .recipe-inner .recipe-title-and-meta {z-index:3;}
.absolute-container > .recipe .recipe-inner a.title-recipe {z-index:3;text-align: center;display: block;font-size:0;line-height:1;margin-bottom: 7px;}
.absolute-container > .recipe .recipe-inner a.title-recipe h2 {transition:0.5s ease;z-index:3;font-size: 27px;color:#fff;font-weight: 500;margin: 0;line-height: 1.1;letter-spacing: 2px;}
.absolute-container > .recipe .recipe-inner a.title-recipe:hover {opacity:1;}
.absolute-container > .recipe .recipe-inner a.title-recipe:hover h2 {color:#fabe41;}
.absolute-container > .recipe .recipe-inner .recipe-meta {color:#fff;font-size:0;line-height:1;z-index:4;bottom: 10px;width: 100%;text-align: center;margin-bottom: -10px;margin-top: 10px;}
.absolute-container > .recipe .recipe-inner .recipe-meta > * {display:inline-block;border: 2px solid;padding:5px 10px;text-transform:uppercase;font-size: 10px;letter-spacing: 2px;border-radius:3px;margin: 10px 5px;margin-top: 0;}
.absolute-container > .recipe .recipe-inner .recipe-meta > * .amount {font-weight:600;}

.absolute-container > .recipe .recipe-content {padding: 25px 30px;}
.absolute-container > .recipe .recipe-content p {font-size: 13px;margin: 0;letter-spacing: 1px;line-height: 1.4;font-weight: 300;font-style: italic;}

.absolute-container > .recipe .recipe-inner:hover .dark-overlay {opacity:0.35!important;}

/* Lista post menus */
.absolute-container > article.single-menu {display: flex;flex-direction: column;align-items: center;justify-content: center;transform: translate(0, -30px);transition: opacity 0s, transform 0.5s ease;transform-origin: center top;padding: 20px;border-radius: 10px;background-color: transparent;position: absolute;top: 0;left: 0;}
.absolute-container > article.single-menu[data-current="0"] {visibility:hidden;transform: translate(-100px, 0)!important;opacity:0;}
.absolute-container > article.single-menu .image-container {position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;overflow:hidden;border-radius:10px;}
.absolute-container > article.single-menu .cover-image {transition: 0.5s ease;position:absolute;top: -10px;left: -10px;width: calc(100% + 20px);height: calc(100% + 20px);z-index:-1;backface-visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;} 
.absolute-container > article.single-menu .dark-overlay {z-index:-1;transition: 0.5s ease;border-radius: 10px;}
.absolute-container > article.single-menu .box-shadow {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;box-shadow: 10px 10px;opacity: 0.2;transition: 0.5s ease;border-radius: 10px;}
.absolute-container > article.single-menu a.invisible-link {z-index:0;}
.absolute-container > article.single-menu a.menu-title {z-index:5;font-size:0;line-height:1;margin-top:7px}
.absolute-container > article.single-menu a.menu-title h2 {transition:0.5s ease;margin:0;font-size: 23px;text-transform:uppercase;font-weight:700;letter-spacing: 2px;color:#fff;text-align: center;line-height: 1.3;}
.absolute-container > article.single-menu a.menu-title:hover {opacity:1;}
.absolute-container > article.single-menu span.menu-subtitle {transition:0.5s ease;font-size:9px;background-color:#fff;text-transform:uppercase;margin-top: 4px;padding:6px 12px;letter-spacing:2px;font-weight:600;}
.absolute-container > article.single-menu span.season {font-size: 13px;font-family:'Satisfy';color:#fff;position:absolute;bottom:0;right:0;border-radius: 10px;padding: 14px 17px;}

.absolute-container > article.single-menu:hover .dark-overlay {opacity:0.2;}
.absolute-container > article.single-menu:hover .cover-image {transform:scale(1.2) rotate(5deg);}

.absolute-container > .single-menu.transparent {opacity: 0!important;visibility: hidden;transform: translate(-30px,0)!important;}
.absolute-container > .single-menu.remove-from-grid {margin-right: 0;position:absolute;}

/* Pagina singola ricetta */
body.single-recipe article.single-recipe {position:relative;}
body.single-recipe article.favourite-recipe,
body.single-recipe article.recipe-of-the-day {padding-top:20px;}
body.single-recipe article.single-recipe .featured-recipe-balloon {position:absolute;top: -21px;left: 8%;z-index: 99;display: flex;align-items: center;justify-content: center;border-radius: 25px;border: 0;padding: 10px 20px;}
body.single-recipe article.single-recipe .featured-recipe-balloon span {opacity:0.65;}
body.single-recipe article.single-recipe .featured-recipe-balloon span:not(.description) {font-size: 22px;padding-right:10px;}
body.single-recipe article.single-recipe .featured-recipe-balloon span.description {text-transform:uppercase;font-size: 13px;letter-spacing: 2px;font-weight: 500;}

article.single-recipe .content-header h1 a.go-to-all-recipes {font-size: 11px;text-transform:uppercase;letter-spacing:2px;padding: 12px 18px;border: 2px solid;border-radius: 4px;font-weight: 800;white-space: nowrap;}

article.single-recipe .intro-tag-title {position:absolute;top: -6px;left:50px;text-transform: uppercase;font-size: 12px;letter-spacing: 2px;line-height: 1;background-color: #fff;padding: 0 7px;font-weight: 100;}

article.single-recipe .ingredients-list {display:grid;grid-template-columns: repeat(3, calc(33.3333% - 10px));padding-top: 30px;gap: 15px;border-top: 1px solid;margin-top: 75px;position: relative;}
article.single-recipe .single-ingredient {display: flex;}
article.single-recipe .single-ingredient > * {padding:10px;position: relative;z-index:0;}
article.single-recipe .real-quantity-used {min-width: 100px;margin-right: 3px;display: flex;align-items: center;justify-content: center;font-weight: 600;letter-spacing: 1px;font-size: 14px;color: #fff;}
article.single-recipe .ingredient-title {flex:1;letter-spacing: 1px;font-size: 14px;font-weight: 400;}
article.single-recipe .ingredient-title .real-calories {display:block;font-size:11px;font-style:italic;color:#666;padding-top: 2px;}
article.single-recipe .colorer {position:absolute;width:100%;height:100%;z-index:-1;top:0;left:0;}
article.single-recipe .real-quantity-used .colorer {opacity:1;}
article.single-recipe .ingredient-title .colorer {opacity:0.2}

article.single-recipe .recipe-info {display:flex;flex-wrap: wrap;justify-content: center;align-items: center;margin-top: 75px;padding: 38px 57px;padding-bottom: 0;border-top: 1px solid;position:relative;margin-bottom: -30px;}
article.single-recipe .recipe-info > div {display: flex;align-items: center;flex: 0 0 auto;margin-bottom: 30px;}
article.single-recipe .recipe-info > div > * {display: inline-block;}
article.single-recipe .recipe-info > .servings {margin-right:50px;}
article.single-recipe .recipe-info > div > .text {white-space:nowrap;text-transform: uppercase;letter-spacing: 1px;font-size: 13px;}
article.single-recipe .recipe-info > div > .connecting-line {height:1px;width: 70px;margin: 0 15px;}
article.single-recipe .recipe-info > div > .amount {padding: 15px 24px;white-space: nowrap;font-weight: 600;font-size: 19px;letter-spacing: 2px;color: #000;position: relative;overflow: hidden;border-radius: 5px;}
article.single-recipe .recipe-info > div > .amount .colorer {opacity:0.2;}

article.single-recipe .recipe-intro {margin-top: 50px;padding: 30px 57px;padding-bottom: 0;border-top: 1px solid;position:relative;}
article.single-recipe .recipe-intro p {margin:0;font-size: 17px;line-height: 1.5;font-style: italic;color: #666;}

article.single-recipe .recipe-video {padding:0 50px;margin-top: 90px;padding-top: 40px;border-top: 1px solid;position: relative;}

article.single-recipe .recipe-steps-container {padding: 0 57px;margin-top: 90px;padding-top: 40px;border-top: 1px solid;position: relative;}
article.single-recipe .recipe-steps-container .single-step {margin-bottom: 30px;display: flex;align-items: center;justify-content: center;font-size: 0;}
article.single-recipe .recipe-steps-container .single-step:last-child {margin-bottom: 0;}

article.single-recipe .recipe-steps-container .single-step > * {flex:1;}
article.single-recipe .recipe-steps-container .step-image {flex: 0 0 35%;border-radius:10px;overflow:hidden;height: auto;position: relative;display: flex;}
article.single-recipe .recipe-steps-container .step-image .dummy {padding-top: 70%;width: 100%;}

article.single-recipe .recipe-steps-container .step-body {padding: 30px 0;}
article.single-recipe .recipe-steps-container .single-step:last-child .step-body {padding-bottom:0;}
article.single-recipe .recipe-steps-container .step-body.align-left {text-align:left;}
article.single-recipe .recipe-steps-container .step-body.align-right {text-align:right;}
article.single-recipe .recipe-steps-container .step-body.next-to-image.align-left {padding-left:50px;}
article.single-recipe .recipe-steps-container .step-body.next-to-image.align-right {padding-right:50px;}
article.single-recipe .recipe-steps-container .step-title {margin:0;text-transform: none;font-weight: 600;font-size: 20px;margin-bottom: 17px;letter-spacing: 2px;display: flex;align-items: center;}
article.single-recipe .recipe-steps-container .step-title .title-order {color: #000;width: 40px;height: 40px;display: inline-flex;align-items: center;justify-content: center;line-height: 1;border-radius: 50%;font-size: 14px;font-weight: 600;border: 3px solid;text-indent: 1px;flex: 0 0 auto;}
article.single-recipe .recipe-steps-container .step-title .title-order.align-left {margin-right:12px;}
article.single-recipe .recipe-steps-container .step-title .title-order.align-right {margin-left:12px;}
article.single-recipe .recipe-steps-container p {z-index:0;margin:0;font-size: 16px;line-height: 1.4;font-weight: 400;padding: 30px 40px;position: relative;border-radius: 7px;overflow: hidden;display: block;}
article.single-recipe .recipe-steps-container p .content-background {position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity: 0.1;}

article.single-recipe .recipe-notes {margin-top:75px;padding: 30px 57px;padding-bottom: 0;border-top: 1px solid;position:relative;}
article.single-recipe .recipe-notes ul {padding:0;list-style-type:none;margin: 0;}
article.single-recipe .recipe-notes li {padding-bottom:20px;display:flex;align-items:flex-start;}
article.single-recipe .recipe-notes li .counter {line-height: 1.52;font-size:13px;font-weight:600;white-space: nowrap;}
article.single-recipe .recipe-notes p {margin:0;font-size: 15px;line-height: 1.3;color: #666;padding-left: 5px;font-weight:300;}

article.single-recipe .recipe-credits {margin-top: 75px;padding: 30px 57px;padding-bottom: 0;border-top: 1px solid;position:relative;}
article.single-recipe .recipe-credits p {margin:0;font-size: 15px;line-height: 1.5;font-style: italic;color: #666;}

/* Pagina 404 */
body.error404 #site-content div.page-not-found {padding: 50px;min-height:calc(100vh - 78px);display: flex;align-items: center;justify-content: center;position: relative;z-index: 0;}
body.error404 #site-content div.page-not-found .absolute-bg {position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;opacity: 1;}
body.error404 #site-content div.page-not-found > .body-error404 {height: auto;width: auto;min-width: 0;display: inline-block;}

body.error404 #site-content div.page-not-found > .body-error404 > * {display: inline-block;vertical-align: middle;}

body.error404 #site-content .avatar-404 {background-size:contain;background-repeat:no-repeat;background-position:center;width: 330px;margin-right: 50px;}
body.error404 #site-content .avatar-404 .dummy {padding-top: 108.7%;}

body.error404 #site-content .content-404 {text-align:center;max-width:500px;}
body.error404 #site-content .content-404 h1 {margin-top:0;font-size: 100px;line-height:1.1;margin-bottom: 20px;letter-spacing: 4px;}
body.error404 #site-content .content-404 p {font-weight:300;letter-spacing:1px;font-size:16px;line-height:1.4;}
body.error404 #site-content .content-404 p span {font-weight:500;display:inline-block;}
body.error404 #site-content .content-404 p span:first-letter {text-transform:uppercase;}

body.error404 #site-content .content-404 button {color: #fff;box-shadow:none;border:0;outline: none;background-color: rgba(77, 82, 102,1);text-transform: uppercase;font-family: 'Montserrat';letter-spacing: 2px;font-weight: 500;padding: 7px 12px;font-size: 10px;border-radius: 3px;position: absolute;top: 50%;transform: translate(0,-50%);right: 10px;cursor: pointer;transition: 0.5s ease;}
body.error404 #site-content .content-404 button:hover {background-color: rgba(77, 82, 102,0.75);}

body.error404 #site-content .content-404 .separator {display: block;margin: 0 auto;margin-top: 20px;margin-bottom: 15px;height:1px;width:50px;border-bottom: 1px solid;}
body.error404 #site-content .content-404 a.go-to-home {box-shadow: inset 0 0 0 2px #fff;padding: 8px 12px;border-radius: 3px;text-transform: uppercase;font-weight: 500;letter-spacing: 3px;font-size: 12px;}
body.error404 #site-content .content-404 a.go-to-home:hover {background-color:#fff;opacity:1;}


/* Footer */
footer {position:relative;z-index:0;padding: 75px calc(8% - 30px);clip-path: ellipse(1680px 100% at 50% 100%);-webkit-clip-path: ellipse(1680px 100% at 50% 100%);}
footer .footer-cover {opacity:0.12;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
footer .footer-container {display: flex;align-items:flex-start;justify-content:center;flex-wrap: wrap;}

footer .footer-container .footer-column {flex:1;min-height:300px;padding: 0 30px;}

footer .footer-column .widget-title {display:flex;align-items:center;margin:0;margin-bottom:20px;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;font-size: 13px;}
footer .footer-column .widget-title span {margin-right: 9px;font-size: 13px;width: 22px;height: 22px;border-radius: 50%;display: flex;align-items: center;justify-content: center;text-indent: 1px;}

footer .footer-column p {margin:0;font-size:14px;font-weight:300;line-height:1.5;letter-spacing:1px;}

/* Footer: I colonna about us */
footer .footer-column.widget-about .privacy-links {font-size:0;line-height:1;padding:20px 0;}
footer .footer-column.widget-about .privacy-links a {display:inline-block;text-transform:uppercase;font-size:10px;letter-spacing:1px;font-weight:500;border:2px solid;border-radius:3px;padding:5px 10px;}
footer .footer-column.widget-about .privacy-links a:first-child {margin-right:10px;}
footer .footer-column.widget-about p.copyright-text {text-transform:uppercase;font-size:11px;padding:5px 10px;display:inline-block;}
footer .footer-column.widget-about span[class*="signature"] {padding-top: 18px;font-size: 38px;display: block;}

/* Footer: II colonna favourite recipes */
footer .footer-column.widget-favourite-recipes .footer-recipe {display:flex;padding-bottom:20px;align-items: center;justify-content: flex-start;}
footer .footer-column.widget-favourite-recipes .footer-recipe:last-child {padding-bottom:0;}
footer .footer-column.widget-favourite-recipes .footer-recipe > * {flex:1;}
footer .footer-column.widget-favourite-recipes a.recipe-fav-cover {flex: 0 0 60px;border-radius: 10px;position:relative;z-index:0;overflow: hidden;}
footer .footer-column.widget-favourite-recipes a.recipe-fav-cover:hover {opacity:1;}
footer .footer-column.widget-favourite-recipes a.recipe-fav-cover .dummy {padding-top:100%;}
footer .footer-column.widget-favourite-recipes a.recipe-fav-cover .hover-color {position:absolute;width: 120%;height: 120%;top: 0%;left: -10%;right: 0;bottom: 0;margin: auto;z-index: -1;opacity: 0.8;border-radius: 10px;transition: 0.3s ease-in-out;transform-origin: center;transform: scale(0);display: flex;align-items: center;justify-content: center;}
footer .footer-column.widget-favourite-recipes a.recipe-fav-cover .hover-color span {font-size: 32px;margin-top: -2px;}
footer .footer-column.widget-favourite-recipes .footer-recipe:hover .hover-color {transform:scale(1);}
footer .footer-column.widget-favourite-recipes .footer-recipe-fav-content {padding-left:10px;}
footer .footer-column.widget-favourite-recipes a.fav-recipe-title {text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size: 15px;padding-bottom: 5px;display: block;}
footer .footer-column.widget-favourite-recipes a.fav-recipe-title:hover {opacity:1;}
footer .footer-column.widget-favourite-recipes .recipe-meta {font-size:0;line-height:1;}
footer .footer-column.widget-favourite-recipes .recipe-meta > * {display:inline-block;text-transform: uppercase;font-size: 9px;letter-spacing: 2px;padding: 5px 10px;border-radius: 3px;color: #000;font-weight:400;}
footer .footer-column.widget-favourite-recipes .recipe-meta > *:first-child {margin-right:5px;}
footer .footer-column.widget-favourite-recipes .recipe-meta > * .amount {font-weight:900;}

/* Footer: III colonna recipe of the day */
footer .footer-column.widget-day-recipe a.cover-day-recipe {background-color:#fff;height:auto;overflow:hidden;display: block;font-size: 0;line-height: 1;border-radius: 8px;position:relative;z-index:0;margin-bottom:10px;}
footer .footer-column.widget-day-recipe a.cover-day-recipe .cover-img {transition:0.5s ease;}
footer .footer-column.widget-day-recipe a.cover-day-recipe .cover-img .dummy {padding-top:58%;}
footer .footer-column.widget-day-recipe a.cover-day-recipe .outer-border {transition:0.5s ease;width: calc(100% - 40px);height: auto;padding: 18px 0;position:absolute;z-index:2;left: 0;top: 50%;margin: 0 20px;border-radius: 8px;display: flex;align-items: center;justify-content: center;font-size: 14px;text-align: center;text-transform: uppercase;letter-spacing: 2px;color: #000;font-weight: 500;opacity: 0;transform: translateY(-300%);}
footer .footer-column.widget-day-recipe a.cover-day-recipe:hover {opacity:1;}
footer .footer-column.widget-day-recipe a.cover-day-recipe:hover .cover-img {opacity:0.75;}
footer .footer-column.widget-day-recipe a.cover-day-recipe:hover .outer-border {opacity:0.85;transform:translateY(-50%);}
footer .footer-column.widget-day-recipe a.title-day-recipe {font-size:20px;letter-spacing:2px;font-weight:500;text-transform:uppercase;padding-bottom:10px;display: block;}
footer .footer-column.widget-day-recipe a.title-day-recipe:hover {opacity:1;}
footer .footer-column.widget-day-recipe .recipe-meta > * {display:inline-block;text-transform: uppercase;font-size:9px;letter-spacing: 2px;padding: 6px 12px;border-radius: 3px;color: #000;font-weight:400}
footer .footer-column.widget-day-recipe .recipe-meta > *:first-child {margin-right:10px;}
footer .footer-column.widget-day-recipe .recipe-meta > * .amount {font-weight:900;}

/* Footer: IV colonna recipe types */
footer .footer-column.widget-recipe-types a {text-transform:uppercase;font-size: 10px;letter-spacing: 2px;padding: 5px 10px;margin-right: 7px;margin-bottom: 7px;display: inline-block;border: 2px solid;border-radius: 3px;font-weight: 600;}

/* Collage of images conversion to downloadable image */
.conversion-container {display:flex;flex-direction:column;align-items:center;justify-content:center;width: 75%;margin: 0 auto;}
.conversion-container > .converted {font-size:0;line-height:1;margin-bottom:30px;flex: 0 0 50%;width: 100%;display: block;padding: 7px;}
.convert-img {padding: 7px;display: inline-block;font-size: 0;line-height: 1;}
.convert-img > .inner-img {width:100%;height:100%;display: block;border-radius: 10px;}
.convert-btn {display:block;line-height: 1;padding: 15px 20px;border-radius: 5px;text-align: center;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;font-size: 14px;color: #fff;cursor: pointer;transition: 0.3s ease;}
.convert-btn:hover {opacity:0.8;}
.hide-scrollbar {overflow: -moz-hidden-unscrollable;overflow: hidden;}

/* Media queries mobile */

/* 1420 */
@media screen and (max-width:1420px) {
    /* Footer */
    footer .footer-column .recipe-meta > *,
    footer .footer-column.widget-about .privacy-links a {display:block!important;}
    footer .footer-column.widget-about .privacy-links a {text-align:center;}
    footer .footer-column .recipe-meta > *:first-child,
    footer .footer-column.widget-about .privacy-links a:first-child {margin-right:0!important;margin-bottom:5px;}
}

/* 1280 */
@media screen and (max-width:1280px) {
    /* Week menu */
    .week-days-container.layout-masonry {column-count:2;}
    .week-days-container .week-day .week-day-content .calories-and-servings-info .info-box {left: inherit;right: -30px;transform: none;}
    .week-days-container .week-day .week-day-content .calories-and-servings-info .info-box > .tooltip-tr {left: inherit;margin: 0;right: 30px;}
}

/* 1180 */
@media screen and (max-width:1180px) {
    /* Week menu */
    .recipes-menu-container .identity-poster {display:none;}
    .week-days-container.layout-masonry.align-left,
    .week-days-container.layout-masonry.align-right {flex:0 0 100%;padding: 0;}
    .week-days-container.layout-vertical .week-day .week-day-content .meals-list {grid-template-columns: repeat(3, 33.3333fr);}
}

/* 1080 */
@media screen and (max-width:1080px) {
    /* Footer */
    footer .footer-container {align-items:unset;justify-content:unset;}
    footer .footer-container .footer-column {flex:0 0 50%;padding-bottom: 60px;min-height: unset;}
    footer .footer-column .recipe-meta > *,
    footer .footer-column.widget-about .privacy-links a {display:inline-block!important;}
    footer .footer-column .recipe-meta > *:first-child,
    footer .footer-column.widget-about .privacy-links a:first-child {margin-right:5px!important;margin-bottom:0;}
}

/* 1024 */
@media screen and (max-width:1024px) {
    /* Page 404 */
    body.error404 #site-content div.page-not-found > .body-error404 {text-align:center;}
}

/* 991 */
@media screen and (max-width:991px) {
    /* General */
    .body-overlay.visible {visibility:visible;opacity:0.9;top: 0;}
    /* Filters */
    .filter-container {flex-direction:column;align-items: unset;justify-content: unset;position:fixed;height: auto;width: 84%;top: -50%;left:50%;transform: translate(-50%, -50%);background-color: #fff;padding: 30px;z-index: 9999999999;border-radius: 10px;}
    .filter-container:before {content:"";z-index:-1;width:100%;height:100%;bottom: -7px;right: -7px;position:absolute;border-radius:10px;}
    .filter-container.filter-container:after {content:"";z-index:-1;width:100%;height:100%;top: 0;left: 0;background-color:#fff;position:absolute;border-radius:10px;}
    .make-filters-popup {display: flex;}
    .absolute-filter {text-align:center;padding:0;display: block;margin-bottom:0;padding-bottom: 35px;}
    .absolute-filter.search {padding:0;text-align: center;padding-bottom: inherit;}
    .absolute-filter.search .instructions-container {text-align:center!important;}
    .absolute-filter.search input {min-width:70%;}
    .filter-container .done {display:block;}
    /* Single recipe */
    article.single-recipe .entry-content > * {padding-left:0;padding-right:0;}
    article.single-recipe .intro-tag-title {left: 0;padding-left: 0;}
    article.single-recipe .ingredients-list {grid-template-columns: repeat(2, calc(50% - 7.5px));}
    article.single-recipe .recipe-info {justify-content:flex-start;}
    article.single-recipe .recipe-video .container-video {width:100%!important;}
    article.single-recipe .recipe-steps-container .single-step {flex-direction: column-reverse!important;margin-bottom: 75px;align-items: unset;justify-content: unset;}
    article.single-recipe .recipe-steps-container .step-body {padding:0!important;text-align: left!important;width: 100%;}
    article.single-recipe .recipe-steps-container .step-body.next-to-image {padding-bottom:30px!important;}
    article.single-recipe .recipe-steps-container .step-image {flex:1;}
    article.single-recipe .recipe-steps-container .step-body .step-title {flex-direction:row!important;}
    article.single-recipe .recipe-steps-container .step-title .title-order {margin:0!important;margin-right:12px!important;}
}

/* 945 */
@media screen and (max-width:945px) {
    /* Week menu */
    .week-days-container.layout-standard .week-day .week-day-content .meal-container {flex:1 0 100%;}
}

/* 900 */
@media screen and (max-width:900px) {
    /* Page title */
    section.header-single h1 {font-size:45px;}
    /* Page title all recipes */
    body.all-recipes section.header-single .header-cover-image,
    body.all-recipes section.header-single .dark-overlay {clip-path: ellipse(750px 100% at 50% 0);-webkit-clip-path: ellipse(750px 100% at 50% 0);}
    /* Week menu */
    .week-days-container.layout-vertical .week-day .week-day-content .meals-list {grid-template-columns: repeat(2, 50fr);}
}

/* 767 */
@media screen and (max-width:767px) {
    /* Home */
    section.header-single-home {padding: 45px 0;}
    section.header-single-home .header-content {flex-direction:column-reverse;padding: 0 60px;}
    section.header-single-home .website-desc {padding:0;text-align: center;display: flex;flex-direction: column;padding-bottom: 12px;}
    section.header-single-home h1 {padding:0;text-align:center;font-size: 60px;font-weight: 400;}
    section.header-single-home .divider {display: none;}
    /* Page title */
    section.header-single h1 {line-height:1.1;margin-bottom:10px;padding: 0 25px;}
    /* Week menu */
    .week-days-container.layout-masonry,
    .week-days-container.layout-masonry.align-left,
    .week-days-container.layout-masonry.align-right {column-count:1;}
    .week-days-container.layout-standard .week-day {flex-direction:column;}
    .week-days-container.layout-standard .week-day .week-day-title {border-right:0;border-bottom:2px solid;padding-top: 40px;padding-bottom: 40px;justify-content:flex-start;}
    .week-days-container.layout-standard .week-day .week-day-title .date {transform: none;left:50px;top:inherit;bottom: -22px;}
    .week-days-container.layout-standard .week-day .week-day-content {padding-top:15px;}
    /* Single recipe */
    article.single-recipe .ingredients-list {grid-template-columns: repeat(1, 100%);}
    article.single-recipe .recipe-info > div > .connecting-line {display:none;}
    article.single-recipe .recipe-info > div > .text {padding-right: 11px;}
}

/* 700 */
@media screen and (max-width:700px) {
    /* Footer */
    footer {clip-path: ellipse(1500px 100% at 50% 100%);-webkit-clip-path: ellipse(1500px 100% at 50% 100%);}
    footer .footer-container .footer-column {flex:0 0 100%;padding-bottom: 60px;}
    footer .footer-container .footer-column.widget-about {order:4;}
}

/* 620 */
@media screen and (max-width:620px) {
    /* Menu bar */
    header.main-header {padding-left:26px;padding-right:26px}
    /* Overlay menu */
    .overlay-menu {justify-content: flex-start;}
    .overlay-menu li a {font-size: 30px;}
    .overlay-menu li a:before {margin-right: 20px;width: 28px;height: 28px;border: 3px solid;flex: 0 0 28px;}
    .overlay-menu li a:after {font-size: 22px;}
    .overlay-menu li a span.stripe {bottom:13px;left: 47px;}
    .overlay-menu li a:hover .stripe,
    .overlay-menu li.current-menu-item a .stripe {width: calc(100% - 44px);}
    /* Week menu */
    .week-days-container.layout-vertical {padding-right:12%;padding-left:12%;}
    .week-days-container.layout-vertical .week-day .week-day-title {padding-left: 50px;padding-right: 50px;padding-bottom: 20px;justify-content: flex-start;display: block;}
    .week-days-container.layout-vertical .week-day .week-day-title .date {left: unset;right: -22px;bottom: -22px;transform:none;/* position: relative; */}
    .week-days-container.layout-vertical .week-day .week-day-title .sep-bottom {display: none;}
    .week-days-container.layout-vertical .week-day .week-day-content .meals-list {grid-template-columns: unset;}
    /* Single recipe */
    article.single-recipe .content-header h1 {font-size: 32px;letter-spacing: 3px;}
    article.single-recipe .content-header h1 a {display:none;}
    article.single-recipe .content-header .content-divider.pre-author {display:none;}
    article.single-recipe .content-header .post-content-author-block {display:block;padding-top: 7px;}
    article.single-recipe .recipe-info > div > .amount {font-size: 16px;font-weight: 900;padding: 11px 19px;}
}

/* 500 */
@media screen and (max-width:500px) {
    /* Home */
    section.header-single-home h1 {font-size: 45px;}
    /* Page title */
    section.header-single h1 {line-height:1.2;font-size: 40px;}
    section.header-single .header-subtitle {font-size:9px;}
    /* Page title all recipes */
    body.all-recipes section.header-single .header-cover-image,
    body.all-recipes section.header-single .dark-overlay {clip-path: ellipse(600px 100% at 50% 0);-webkit-clip-path: ellipse(600px 100% at 50% 0);}
    /* Week menu */
    .week-days-container.layout-masonry .week-day .week-day-title .title {font-size:25px;}
    /* Overlay menu */
    .overlay-menu li a {font-size: 23px;}
    .overlay-menu li a:before {margin-right: 15px;width: 23px;height: 23px;border: 3px solid;flex: 0 0 23px;}
    .overlay-menu li a:after {left:5px;font-size: 19px;}
    .overlay-menu li a span.stripe {bottom:11px;left: 39px;}
    .overlay-menu li.current-menu-item a .stripe {width: calc(100% - 37px);}
    /* Filters */
    .absolute-filter.search input {min-width:100%;}
    .absolute-filter .filter-items-container > span.single-filter {font-size:8px;padding: 7px 10px;}
    .absolute-filter div.instructions {display:flex;}
    /* Page 404 */
    body.error404 #site-content div.page-not-found {padding:50px 26px;}
    body.error404 #site-content .avatar-404 {width: 180px;margin-right: 20px;}
    body.error404 #site-content .content-404 form {padding:0;}
}