 /* Base CSS */
html {
    height: 100%;
    overflow-y: scroll;
}
body {
    height: 100%;
    color: #666666;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 90px;
}
.background {
    background: no-repeat center center fixed; background-size: cover;
    transition: background 0.5s linear;
}
body.modal-open {
    overflow: hidden !important;
}
.modal-body {
    max-height: 1024px;
    overflow: auto;
}
.modal-open, .modal {
    padding-right: 0 !important;
}
time {
    color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 2px 0px;
    padding: 0px;
}
h1 {
    font-size: 30px;
    line-height: 45px;
}
h2 {
    font-size: 25px;
    line-height: 40px;
}
h3 {
    font-size: 22px;
    line-height: 37px;
}
h4 {
    font-size: 18px;
    line-height: 33px;
}
h5 {
    font-size: 15px;
    line-height: 30px;
}
h6 {
    font-size: 13px;
    line-height: 28px;
}
p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom: 5px;
    line-height: 28px;
}
a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #777;
}
a:hover, a:active, a:focus {
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #999;
}
hr {
    margin: 10px 0px;
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #eee;
}
.container-black {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(34, 34, 34, 0.8);
}
.ads {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(222, 222, 222, 0.2);
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
/* Text color classes */
.white {
    color: #ffffff !important;
}
.grey {
    color: #eeeeee !important;
}
.black {
    color: #555555 !important;
}
.red {
    color: #f75353 !important;
}
.green {
    color: #51d466 !important;
}
.lblue {
    color: #32c8de !important;
}
.blue {
    color: #609cec !important;
}
.orange {
    color: #f78153 !important;
}
.yellow {
    color: #fcd419 !important;
}
.purple {
    color: #cb79e6 !important;
}
.rose {
    color: #ff61e7 !important;
}
.brown {
    color: #d08166 !important;
}
/* Background color classes */
.bg-white {
    background-color: #ffffff !important;
}
.bg-grey {
    background-color: #eeeeee !important;
}
.bg-black {
    background-color: #555555 !important;
}
.bg-red {
    background-color: #f75353 !important;
}
.bg-green {
    background-color: #51d466 !important;
}
.bg-lblue {
    background-color: #32c8de !important;
}
.bg-blue {
    background-color: #609cec !important;
}
.bg-orange {
    background-color: #f78153 !important;
}
.bg-yellow {
    background-color: #fcd419 !important;
}
.bg-purple {
    background-color: #cb79e6 !important;
}
.bg-rose {
    background-color: #ff61e7 !important;
}
.bg-brown {
    background-color: #d08166 !important;
}
/* Border color classes */
.br-white {
    border: 1px solid #ffffff !important;
}
.br-grey {
    border: 1px solid #eeeeee;
}
.br-black {
    border: 1px solid #555555;
}
.br-red, .alert-danger {
    border: 1px solid #f75353;
}
.br-green, .alert-success {
    border: 1px solid #51d466;
}
.br-lblue, .alert-info {
    border: 1px solid #32c8de;
}
.br-blue {
    border: 1px solid #609cec;
}
.br-orange {
    border: 1px solid #f78153;
}
.br-yellow, .alert-warning {
    border: 1px solid #fcd419;
}
.br-purple {
    border: 1px solid #cb79e6;
}
.br-rose {
    border: 1px solid #ff61e7;
}
.br-brown {
    border: 1px solid #d08166;
}
/* Button classes */
.btn {
    border-radius: 2px;
    position: relative;
}
.btn.btn-no-border {
    border: 0px !important;
}
/* Button colors */
.btn.btn-white {
    background: #ffffff;
    color: #666666;
    border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
    background: #f7f7f7;
    color: #666666;
}
.btn.btn-grey {
    background: #eeeeee;
    color: #666666;
    border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
    background: #d5d5d5;
    color: #999;
}
.btn.btn-black {
    color: #ffffff;
    background: #666666;
    border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
    background: #4d4d4d;
    color: #ffffff;
}
.btn.btn-red {
    color: #ffffff;
    background: #ed5441;
    border: 1px solid #e52d16;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
    color: #ffffff;
    background: #e52d16;
}
.btn.btn-green {
    color: #ffffff;
    background: #51d466;
    border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
    background: #30c247;
    color: #ffffff;
}
.btn.btn-lblue {
    color: #ffffff;
    background: #32c8de;
    border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
    background: #1faabe;
    color: #ffffff;
}
.btn.btn-blue {
    color: #ffffff;
    background: #609cec;
    border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
    background: #3280e7;
    color: #ffffff;
}
.btn.btn-orange {
    color: #ffffff;
    background: #f8a841;
    border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
    background: #f69110;
    color: #ffffff;
}
.btn.btn-yellow {
    background: #fcd419;
    color: #ffffff;
    border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
    background: #dfb803;
    color: #ffffff;
}
.btn.btn-purple {
    background: #cb79e6;
    color: #ffffff;
    border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
    background: #ba4ede;
    color: #ffffff;
}
.btn.btn-rose {
    background: #ff61e7;
    color: #ffffff;
    border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
    background: #ff2edf;
    color: #ffffff;
}
.btn.btn-brown {
    background: #d08166;
    color: #ffffff;
    border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
    background: #c4613f;
    color: #ffffff;
}
/* Label */
.label {
    border-radius: 2px;
    font-weight: normal;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 18px;
}
/* Label sizes */
.label.label-xs {
    font-size: 10px;
    padding: 1px 5px;
    line-height: 12px;
}
.label.label-sm {
    font-size: 11px;
    padding: 2px 6px;
    line-height: 15px;
}
.label.label-lg {
    font-size: 13px;
    padding: 5px 9px;
    line-height: 23px;
}
/* Label colors */
.label.label-white {
    color: #666666 !important;
    background: #f7f7f7;
}
.label.label-grey {
    color: #666666 !important;
    background: #eeeeee;
}
.label.label-black {
    color: #ffffff;
    background: #666666;
}
.label.label-red {
    color: #ffffff;
    background: #ed5441;
}
.label.label-green {
    color: #ffffff;
    background: #51d466;
}
.label.label-lblue {
    color: #ffffff;
    background: #32c8de;
}
.label.label-blue {
    color: #ffffff;
    background: #609cec;
}
.label.label-orange {
    color: #ffffff;
    background: #f8a841;
}
.label.label-yellow {
    background: #fcd419;
    color: #ffffff;
}
.label.label-purple {
    background: #cb79e6;
    color: #ffffff;
}
.label.label-rose {
    background: #ff61e7;
    color: #ffffff;
}
.label.label-brown {
    background: #d08166;
    color: #ffffff;
}
/* Badges */
.badge {
    min-width: 10px;
    padding: 3px 7px !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
}
.badge.badge-white {
    color: #666666;
    background: #ffffff;
}
.badge.badge-grey {
    color: #a2a2a2;
    background: #eeeeee;
}
.badge.badge-black {
    color: #ffffff;
    background: #666666;
}
.badge.badge-red {
    color: #ffffff;
    background: #ed5441;
}
.badge.badge-green {
    color: #ffffff;
    background: #51d466;
}
.badge.badge-lblue {
    color: #ffffff;
    background: #32c8de;
}
.badge.badge-blue {
    color: #ffffff;
    background: #609cec;
}
.badge.badge-orange {
    color: #ffffff;
    background: #f8a841;
}
.badge.badge-yellow {
    color: #ffffff;
    background: #fcd419;
}
.badge.badge-purple {
    color: #ffffff;
    background: #cb79e6;
}
.badge.badge-rose {
    color: #ffffff;
    background: #ff61e7;
}
.badge.badge-brown {
    color: #ffffff;
    background: #d08166;
}
.btn .badge {
    position: absolute;
    top: -13px;
    right: -8px;
}
dl {
    padding: 10px;
}
dt, dd {
    padding-bottom: 10px;
    padding-right: 20px;
}
.navbar-form {
    margin: 0;
    padding: 25px 15px;
    height: 80px;
    display: flex;
    align-items: center;
}
.navbar-form .pagefind-ui {
    --pagefind-ui-scale: 0.8;
    --pagefind-ui-primary: #f7a31d;
    --pagefind-ui-text: #666666;
    --pagefind-ui-background: rgba(222, 222, 222, 0.2);
    --pagefind-ui-border: rgba(255, 255, 255, 0.1);
    --pagefind-ui-border-width: 1px;
    --pagefind-ui-border-radius: 4px;
    --pagefind-ui-font: inherit;
}
.navbar-form .pagefind-ui .pagefind-ui__search-input {
    padding: 6px 30px 6px 12px;
    height: 30px;
    width: 200px;
    background: rgba(222, 222, 222, 0.2);
    transition: width 0.3s ease;
    backdrop-filter: blur(5px);
    line-height: 30px;
}
.navbar-form .pagefind-ui .pagefind-ui__search-input:focus {
    width: 300px;
}
.navbar-form .pagefind-ui .pagefind-ui__search-clear-button {
    height: 30px;
    width: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-form .pagefind-ui .pagefind-ui__search-clear {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
}
.navbar-form .pagefind-ui .pagefind-ui__drawer {
    position: absolute;
    margin-top: 5px;
    background: rgba(222, 222, 222, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-height: 400px;
    overflow-y: auto;
    backdrop-filter: blur(10px);
}
.navbar-form .pagefind-ui .pagefind-ui__result-link {
    color: #f7a31d;
}
.navbar-form .form-control {
    width: 200px;
    border-radius: 4px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}
.nav-search input:focus {
    outline: none;
    border-color: #f7a31d;
    background: rgba(0, 0, 0, 0.3);
    width: 300px;
}
.nav-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.nav-search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.navbar {
    background-color: rgba(34, 34, 34, 0.8);
    margin-bottom: 0;
}
.navbar-brand img,
.navbar-brand h1 {
    display: inline;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > ul > li > a {
    font-size: 14px;
    color: #ffffff;
    padding: 29px 14px;
    text-align: center;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(34, 34, 34, 0.8);
    padding: 0px;
}
.navbar-inverse .navbar-nav > li > ul > li {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > ul > li > a:hover, .navbar-inverse .navbar-nav > li > ul > li > a:focus {
    background-color: transparent !important;
    color: #d5d5d5 !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent !important;
    color: #d5d5d5 !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > li > ul > .active > a {
    color: #d5d5d5 !important;
    background-color: transparent !important;
}
.navbar-brand img {
    margin-right: 10px;
    width: 36px;
}
.navbar-brand h1 {
    vertical-align: middle;
    padding-right: 5px;
    font-size: 22px;
}
.navbar-brand {
    height: 80px;
}
@media (min-width:992px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px 25px;
    }

    .navbar-brand img {
        width: 48px;
    }

    .navbar-brand h1 {
        font-size: 30px;
    }
}
@media (min-width:1200px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px 38px;
    }

    .navbar-brand img {
        width: 48px;
    }
}
@media (max-width: 291px) {
    .navbar-brand img {
        display: none;
    }
}
@media (max-width: 241px) {
    .navbar-brand h1 {
        display: none;
    }
}
.main-body {
    min-height: 100%;
    height: auto;
    margin: 0 auto -105px;
    padding-bottom: 105px;
}
footer {
    height: 105px;
    background-color: rgba(34, 34, 34, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
}
footer > .container {
    vertical-align: middle;
}
footer .links > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 75px;
    white-space: nowrap;
}
footer .copyright {
    float: right;
    white-space: nowrap;
}
footer .netlify {
    float: right;
}
footer .netlify > img {    
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(max-width: 991px) {
    footer hr {
        display: none;
    }

    footer .copyright {
        float: none;
    }

    footer .links > a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 50px;
        white-space: nowrap;
    }

    footer .netlify {
        float: none;
    }
}
@media(max-width: 800px) {
    .main-body {
        margin: 0 auto -145px;
        padding-bottom: 145px;
    }

    footer {
        height: 145px;
    }
}
@media(max-width: 415px) {
    .main-body {
        margin: 0 auto -195px;
        padding-bottom: 195px;
    }

    footer {
        height: 195px;
    }
}
@media(max-width: 277px) {
    .main-body {
        margin: 0 auto -245px;
        padding-bottom: 245px;
    }

    footer {
        height: 245px;
    }
}
/* Recipe Summary CSS */
.ui-208 .ui-item {
    margin: 0px auto 20px auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 2px solid #fff;
}
.ui-208 .recipes-list .ui-item {
    max-width: 324px;
}
.ui-208 .ui-item .content {
    padding: 10px 15px 15px 15px;
}
.ui-208 .ui-item .content .h3 {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 2px 0px;
    color: #666;
}
.ui-208 .ui-item .content em {
    float: right;
}
.ui-208 .ui-item .content p {
    color: #888;
    margin-bottom: 8px;
}
.ui-208 .ui-item .content ul > li {
    margin: 10px 0px 0px 0px;
}
.recipe-image {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 2px solid #fff;
}
@media (max-width: 480px) {
    #recipes-list > .clear:nth-child(1n)::before {
        content: '';
        display: table;
        clear: both;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    #recipes-list > .clear:nth-child(2n)::before {
        content: '';
        display: table;
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #recipes-list > .clear:nth-child(4n)::before {
        content: '';
        display: table;
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #recipes-list > .clear:nth-child(6n)::before {
        content: '';
        display: table;
        clear: both;
    }
}
@media (min-width: 1200px) {
    #recipes-list > .clear:nth-child(8n)::before {
        content: '';
        display: table;
        clear: both;
    }
}
/* Boxes CSS */
.ui-2 .ui-item {
    border: 1px solid #ddd;
    padding: 25px 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    margin: 40px auto;
    background: #fff;
    border-radius: 4px;
}
/* Ui-head */
/* heading */
.ui-2 .ui-item .ui-head h3 {
    float: left;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
}
.ui-2 .ui-item .ui-head h2 {
    float: left;
    display: inline-block;
}
.ui-2 .ui-item .ui-head em {
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    color: #f75353;
}
@media (max-width:1200px) {
    .ui-2 .ui-item .ui-head h3 {
        float: none;
    }
}
/* UI-list */
.ui-2 .ui-item .ui-list {
    margin-top: 20px;
}
/* List */
.ui-2 .ui-item .ui-list ul li {
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    color: #888;
}
/* Recipe CSS */
.ui-315 {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* Widget */
.widget {
    background: #fff;
    padding: 0px 22px 0px 22px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-radius: 4px;
    margin: 20px 0px;
}
.widget .ingredients-list-div {
    margin-bottom: 20px;
}
.widget .ingredients-list-div ul li {
    font-size: 14px;
}
.widget .step-track-icon {
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
}
.widget .step-text {
    cursor: pointer;
    font-size: 14px;
}
.widget .step-text blockquote, .widget .step-selected-text blockquote {
    padding: 0px 10px;
    margin-left: 20px;
    font-size: 13px;
}
.widget .step-track-icon:hover {
    color: #609cec;
}
.widget .step-selected-text {
    font-weight: bold;
}
/* Widget placeholder for drag and drop */
.widget-placeholder {
    border-radius: 5px;
    border: 1px dashed #ebe3c9;
    background: #fffcf4;
    height: 100px;
    margin: 10px 0px 20px 0px;
}
.widget-placeholder:before {
    content: "Drop Here";
    font-size: 20px;
    color: rgba(0,0,0,0.2);
    text-align: center;
    display: block;
    margin-top: 35px;
}
/* Widget head */
.widget .w-head {
    padding: 10px 0px;
}
.w-dragdrop .widget .w-head {
    cursor: move;
}
.widget .w-head h3 {
    font-size: 22px;
    line-height: 37px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    display: inline;
    padding-right: 20px;
}
.widget .w-head .unlike i, .widget .w-head .like i {
    font-size: 23px;
    vertical-align: baseline;
    cursor: pointer;
}
.widget .w-head .h4 {
    font-size: 15px;
    line-height: 26px;
    margin: 0px;
    text-decoration: none;
    -webkit-text-decoration: wavy;
            text-decoration: wavy;
}
.widget .w-body h5 strong {
    font-size: 16px;
}
.widget .w-body h5 span, .widget .w-body h5 time {
    font-size: 16px;
}
.widget .accompaniments ul
{
    display: flex;
    list-style: none;
}
.widget .w-head .w-links a {
    margin-top: 5px;
    cursor: pointer;
}
.widget .w-head .w-links > a {
    color: #aaa;
    font-weight: normal;
}
.widget .w-head .w-links > a.w-full {
    font-size: 11px;
}
.widget .w-head .dropdown-menu {
    min-width: 120px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}
.widget .w-head .dropdown-menu a {
    padding: 6px 10px;
    font-size: 12px;
}
.widget .w-head .pagination {
    display: block;
    margin: 0px;
}
.widget .w-head .breadcrumb {
    margin: 0px;
}
.widget .w-head .pager {
    margin: 0px;
}
/* Widget body */
.widget .w-body .authorAndPublished {
    padding: 10px 10px 10px 0px;
    font-size: 14px;
}
@media(max-width: 767px) {
    .widget .ingredients-list-div.w-scroll {
        max-height: 400px;
    }
}
/* Widget foot */
.widget .w-foot {
    padding: 14px 0px;
    border-top: 1px solid #eee;
}
.widget .w-foot {
    font-size: 12px;
}
.widget .w-foot .dropdown-menu {
    min-width: 120px;
}
.widget .w-foot .dropdown-menu a {
    padding: 6px 10px;
    font-size: 12px;
}
.widget .w-foot .pagination {
    display: block;
    margin: 0px;
}
.widget .w-foot .breadcrumb {
    margin: 0px;
}
.widget .w-foot .pager {
    margin: 0px;
}
/* Widget table */
.widget table tr:first-child td,
.widget table tr:first-child th {
    border-top: 0px !important;
}
/* Search Results Styling */
.pagefind-ui__result {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 12px 12px 12px 24px;
}
.pagefind-ui__result-thumb {
    flex: 0 0 80px;
    height: 80px;
    background: #fff;
}
.pagefind-ui__result-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.pagefind-ui__result-inner {
    flex: 1;
    min-width: 0;
}
.pagefind-ui__result-title {
    margin: 0 0 8px 0;
}
.pagefind-ui__result-link {
    color: #333;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.pagefind-ui__result-link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.pagefind-ui__result-excerpt {
    margin: 0;
    color: #666;
}
