/*!
Theme Name: Atablewithaulson
Theme URI: http://underscores.me/
Author: Shumatics LTD
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atablewithaulson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Atablewithaulson is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


     @font-face {
        font-family: "freight big bold";
        src: url("fonts/Freight-Big-Bold.woff") format('woff');
    }
    
    @font-face {
        font-family: "freight big bold 1";
        src: url("fonts/Freight-Big-Bold_1.woff") format('woff');
    }
    @font-face {
        font-family: "freight light";
        src: url("fonts/Freight-Big-Book_1.woff") format('woff');
        font-weight: bold;
    }
    
    
    
    /**
        * 1. Correct the line height in all browsers.
        * 2. Prevent adjustments of font size after orientation changes in iOS.
        */
        html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
    }
    
    /* Sections
            ========================================================================== */
    
    /**
        * Remove the margin in all browsers.
        */
    body {
        margin: 0;
    }
    
    /**
        * Render the `main` element consistently in IE.
        */
    main {
        display: block;
    }
    
    /**
        * Correct the font size and margin on `h1` elements within `section` and
        * `article` contexts in Chrome, Firefox, and Safari.
        */
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
    
    /* Grouping content
            ========================================================================== */
    
    /**
        * 1. Add the correct box sizing in Firefox.
        * 2. Show the overflow in Edge and IE.
        */
    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }
    
    /**
        * 1. Correct the inheritance and scaling of font size in all browsers.
        * 2. Correct the odd `em` font sizing in all browsers.
        */
    pre {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    
    /* Text-level semantics
            ========================================================================== */
    
    /**
        * Remove the gray background on active links in IE 10.
        */
    a {
        background-color: transparent;
    }
    
    /**
        * 1. Remove the bottom border in Chrome 57-
        * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
        */
    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
    }
    
    /**
        * Add the correct font weight in Chrome, Edge, and Safari.
        */
    b,
    strong {
        font-weight: bolder;
    }
    
    /**
        * 1. Correct the inheritance and scaling of font size in all browsers.
        * 2. Correct the odd `em` font sizing in all browsers.
        */
    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    
    /**
        * Add the correct font size in all browsers.
        */
    small {
        font-size: 80%;
    }
    
    /**
        * Prevent `sub` and `sup` elements from affecting the line height in
        * all browsers.
        */
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    sup {
        top: -0.5em;
    }
    
    /* Embedded content
            ========================================================================== */
    
    /**
        * Remove the border on images inside links in IE 10.
        */
    img {
        border-style: none;
    }
    
    /* Forms
            ========================================================================== */
    
    /**
        * 1. Change the font styles in all browsers.
        * 2. Remove the margin in Firefox and Safari.
        */
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }
    
    /**
        * Show the overflow in IE.
        * 1. Show the overflow in Edge.
        */
    button,
    input {
        overflow: visible;
    }
    
    /**
        * Remove the inheritance of text transform in Edge, Firefox, and IE.
        * 1. Remove the inheritance of text transform in Firefox.
        */
    button,
    select {
        text-transform: none;
    }
    
    /**
        * Correct the inability to style clickable types in iOS and Safari.
        */
    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }
    
    /**
        * Remove the inner border and padding in Firefox.
        */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    
    /**
        * Restore the focus styles unset by the previous rule.
        */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    
    /**
        * Correct the padding in Firefox.
        */
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }
    
    /**
        * 1. Correct the text wrapping in Edge and IE.
        * 2. Correct the color inheritance from `fieldset` elements in IE.
        * 3. Remove the padding so developers are not caught out when they zero out
        *		`fieldset` elements in all browsers.
        */
    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }
    
    /**
        * Add the correct vertical alignment in Chrome, Firefox, and Opera.
        */
    progress {
        vertical-align: baseline;
    }
    
    /**
        * Remove the default vertical scrollbar in IE 10+.
        */
    textarea {
        overflow: auto;
    }
    
    /**
        * 1. Add the correct box sizing in IE 10.
        * 2. Remove the padding in IE 10.
        */
    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    
    /**
        * Correct the cursor style of increment and decrement buttons in Chrome.
        */
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    /**
        * 1. Correct the odd appearance in Chrome and Safari.
        * 2. Correct the outline style in Safari.
        */
    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }
    
    /**
        * Remove the inner padding in Chrome and Safari on macOS.
        */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    /**
        * 1. Correct the inability to style clickable types in iOS and Safari.
        * 2. Change font properties to `inherit` in Safari.
        */
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }
    
    /* Interactive
            ========================================================================== */
    
    /*
        * Add the correct display in Edge, IE 10+, and Firefox.
        */
    details {
        display: block;
    }
    
    /*
        * Add the correct display in all browsers.
        */
    summary {
        display: list-item;
    }
    
    /* Misc
            ========================================================================== */
    
    /**
        * Add the correct display in IE 10+.
        */
    template {
        display: none;
    }
    
    /**
        * Add the correct display in IE 10.
        */
    [hidden] {
        display: none;
    }
    
    /* Box sizing
    --------------------------------------------- */
    
    /* Inherit box-sizing to more easily change it's value on a component level.
    @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    *,
    *::before,
    *::after {
        box-sizing: inherit;
    }
    
    html {
        box-sizing: border-box;
    }
    
    /*--------------------------------------------------------------
    # Base
    --------------------------------------------------------------*/
    
    /* Typography
    --------------------------------------------- */
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: #404040;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
    }
    
    p {
        margin-bottom: 1.5em;
    }
    
    dfn,
    cite,
    em,
    i {
        font-style: italic;
    }
    
    blockquote {
        margin: 0 1.5em;
    }
    
    address {
        margin: 0 0 1.5em;
    }
    
    pre {
        background: #eee;
        font-family: "Courier 10 Pitch", courier, monospace;
        line-height: 1.6;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.6em;
    }
    
    code,
    kbd,
    tt,
    var {
        font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    }
    
    abbr,
    acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }
    
    mark,
    ins {
        background: #fff9c0;
        text-decoration: none;
    }
    
    big {
        font-size: 125%;
    }
    
    /* Elements
    --------------------------------------------- */
    body {
        background: #fff;
    }
    
    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }
    
    ul,
    ol {
        margin: 0 0 1.5em 3em;
    }
    
    ul {
        list-style: disc;
    }
    
    ol {
        list-style: decimal;
    }
    
    li > ul,
    li > ol {
        margin-bottom: 0;
        margin-left: 1.5em;
    }
    
    dt {
        font-weight: 700;
    }
    
    dd {
        margin: 0 1.5em 1.5em;
    }
    
    /* Make sure embeds and iframes fit their containers. */
    embed,
    iframe,
    object {
        max-width: 100%;
    }
    
    img {
        height: auto;
        max-width: 100%;
    }
    
    figure {
        margin: 1em 0;
    }
    
    table {
        margin: 0 0 1.5em;
        width: 100%;
    }
    
    /* Links
    --------------------------------------------- */
    a {
        color: #4169e1;
    }
    
    a:visited {
        color: #800080;
    }
    
    a:hover,
    a:focus,
    a:active {
        color: #191970;
    }
    
    a:focus {
        outline: thin dotted;
    }
    
    a:hover,
    a:active {
        outline: 0;
    }
    
    /* Forms
    --------------------------------------------- */
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border: 1px solid;
        border-color: #ccc #ccc #bbb;
        border-radius: 3px;
        background: #e6e6e6;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1;
        padding: 0.6em 1em 0.4em;
    }
    
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        border-color: #ccc #bbb #aaa;
    }
    
    button:active,
    button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
        border-color: #aaa #bbb #bbb;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        color: #666;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
        color: #111;
    }
    
    select {
        border: 1px solid #ccc;
    }
    
    textarea {
        width: 100%;
    }
    
    /*--------------------------------------------------------------
    # Layouts
    --------------------------------------------------------------*/
    
    /*--------------------------------------------------------------
    # Components
    --------------------------------------------------------------*/
    
    /* Navigation
    --------------------------------------------- */
    .main-navigation {
        display: block;
        width: 100%;
    }
    
    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
    }
    
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto;
    }
    
    .main-navigation ul ul a {
        width: 200px;
    }
    
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }
    
    .main-navigation li {
        position: relative;
    }
    
    .main-navigation a {
        display: block;
        text-decoration: none;
    }
    
    /* Small menu. */
    .menu-toggle,
    .main-navigation.toggled ul {
        display: block;
    }
    .menu-container {
        background: #cdbcb8;
    }
    .main-navigation.is-active .menu-container {
        background: #cebcb8;
    }

    ul#menu-mobile-menu li {
        font-size: 18px;
        margin-bottom: 15px;
        font-family: 'Montserrat';
    }

    ul#menu-mobile-menu li a {
        color: white;
    }

    ul#menu-mobile-menu {
        display: flex;
        justify-content: center;
        height: 100%;
        margin-top: 40px;
    }
    
    @media screen and (min-width: 37.5em) {
    
        .menu-toggle {
            display: none;
        }
    
        .main-navigation ul {
            display: flex;
        }
    }
    
    .site-main .comment-navigation,
    .site-main
    .posts-navigation,
    .site-main
    .post-navigation {
        margin: 0 0 1.5em;
    }
    
    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: flex;
    }
    
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        flex: 1 0 50%;
    }
    
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        text-align: end;
        flex: 1 0 50%;
    }
    
    /* Posts and pages
    --------------------------------------------- */
    .sticky {
        display: block;
    }
    
    .post,
    .page {
        margin: 0 0 1.5em;
    }
    
    .updated:not(.published) {
        display: none;
    }
    
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 1.5em 0 0;
    }
    
    .page-links {
        clear: both;
        margin: 0 0 1.5em;
    }
    
    /* Comments
    --------------------------------------------- */
    .comment-content a {
        word-wrap: break-word;
    }
    
    .bypostauthor {
        display: block;
    }
    
    /* Widgets
    --------------------------------------------- */
    .widget {
        margin: 0 0 1.5em;
    }
    
    .widget select {
        max-width: 100%;
    }
    
    /* Media
    --------------------------------------------- */
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    
    /* Make sure logo link wraps around logo image. */
    .custom-logo-link {
        display: inline-block;
    }
    
    /* Captions
    --------------------------------------------- */
    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }
    
    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
    
    .wp-caption-text {
        text-align: center;
    }
    
    /* Galleries
    --------------------------------------------- */
    .gallery {
        margin-bottom: 1.5em;
        display: grid;
        grid-gap: 1.5em;
    }
    
    .gallery-item {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    
    .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr);
    }
    
    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr);
    }
    
    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr);
    }
    
    .gallery-caption {
        display: block;
    }
    
    /*--------------------------------------------------------------
    # Plugins
    --------------------------------------------------------------*/
    
    /* Jetpack infinite scroll
    --------------------------------------------- */
    
    /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
    .infinite-scroll .posts-navigation,
    .infinite-scroll.neverending .site-footer {
        display: none;
    }
    
    /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
    .infinity-end.neverending .site-footer {
        display: block;
    }
    
    /*--------------------------------------------------------------
    # Utilities
    --------------------------------------------------------------*/
    
    /* Accessibility
    --------------------------------------------- */
    
    /* Text meant only for screen readers. */
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }
    
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }
    
    /* Do not show the outline on the skip link target. */
    #primary[tabindex="-1"]:focus {
        outline: 0;
    }
    
    /* Alignments
    --------------------------------------------- */
    .alignleft {
    
        /*rtl:ignore*/
        float: left;
    
        /*rtl:ignore*/
        margin-right: 1.5em;
        margin-bottom: 1.5em;
    }
    
    .alignright {
    
        /*rtl:ignore*/
        float: right;
    
        /*rtl:ignore*/
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }
    
    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }
    
    
    /* CLEANUP AND COMMON CLASSES */
    .atable-container{
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    .atable-bootstrap-container{
        max-width: 1140px;
        margin: 0 auto !important; 
        display: table;
        width: 100%;
    }
    p, li, ul, span, a, label{
        font-family: 'Roboto';
    }
    .entry-title {
        display: none;
    }
    a:hover{
        text-decoration: none !important;
    }
    footer#colophon {
        background: #CEB8B2;
        padding: 40px;
    }
    article {
        margin: 0px !important;
        padding: 0px !important;
    }
    body {
        margin-bottom: 0px !important;
        overflow-x: hidden;
    }
    span.edit-link {
        display: none;
    }
    
    /* HEADER */
    .menu-main-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-main-menu-left-container ul , .menu-main-menu-right-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .search-bar-wrapper {
        margin-bottom: 50px;
    }
    .menu-main-menu-left-container ul li , .menu-main-menu-right-container ul li {
        display: inline-block;
    }
    .menu-main-menu-right-container ul li:first-child {
        margin-left: 0px;
    }
    .logo-wrapper {
        margin: 40px 90px;
    }
    .menu-main-wrapper a {
        color: #4D4D4F;
        transition: ease-in .3s;
    }
    .menu-main-wrapper li {
        padding: 0px 20px !important;
    }
    .menu-main-wrapper a:hover {
        transition: ease-in .3s;
        text-decoration: none;
        color: #CCB8B3;
    }
    .logo-wrapper img {
        width: 200px;
    }
    /* RECIPE MAIN PAGE */
    .section-title-wrapper {
        margin: 50px auto;
        width: 100%;
    }
    .section-title-wrapper h2 {
        text-align: center;
        font-family: 'freight big bold';
        letter-spacing: 0.5px;
        font-size: 45px;
    }
    input#recipe-search {
        width: 60%;
        margin: 0 auto;
        display: table;
        border-radius: 20px;
    }
    input#recipe-search::placeholder {
        padding-left: 20px;
        font-size: 13px;
        color: #4d4d4f99;
        font-family: 'Montserrat';
    }
    .recipe-tax-filter-wrapper {
        background: #cbb8b3e3;
        padding: 20px 50px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .recipe-tax-filter-wrapper-inner {
        display: flex;
        justify-content: space-between;
    }
    .entry-content {
        margin-top: 0px !important;
    }
    .filter-section-title p {
        color: white;
        font-weight: bold;
    }
    .recipe-tax-filter-wrapper-inner label {
        color: white;
    }
    .recipe-tax-filter-wrapper-inner input[type=checkbox] {
        border-radius: 50%;
    }
    .checkbox-round {
        width: 15px;
        height: 15px;
        background-color: transparent;
        border-radius: 50%;
        vertical-align: middle;
        border: 1px solid #ffffff;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        margin-bottom: 3px;
        margin-right: 3px;
    }
    .checkbox-round:checked {
        background-color: #ffffff;
    }
    .filter-submit-wrapper {
        margin: 20px auto;
        display: table;
    }
    .filter-submit-wrapper a {
        color: #4D4D4F;
        background: white;
        padding: 5px 45px;
        border-radius: 15px;
        font-size: 13px;
        font-weight: 500;
        border: 1px solid white;
        transition: ease-in .3s;
    }
    .filter-submit-wrapper a:hover {
        transition: ease-in .3s;
        background: transparent;
        border: 1px solid white;
        text-decoration: none;
        color: white;
    }
    .latest-recipes-main-wrapper {
        width: 100%;
    }
    .latest-recipes-inner-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .latest-recipe-box {
        width: 470px;
        height: 240px;
        overflow: hidden;
        margin-right: 15px;
    }
    .latest-recipe-box:last-child {
        margin-right: 0px;
    }
    .archive-recipe-container .latest-recipe-box {
        margin-right: 0px !important;
    }
    .latest-recipe-inner {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        background: #CCAEA8;
    }
    .latest-recipe-inner img {
        object-fit: cover;
        min-width: 230px;
        height: 100%;
    }
    .image-wrapper {
        flex-basis: 60%;
        height: 100%;
    }
    .recipe-title p {
    color: white;
    margin: 0 auto;
    width: min-content;
    font-size: 21px;
    }
    .slider-slides-wrapper {
        height: 650px;
    }
    .slider-slides-wrapper .slick-list {
        height: 100%;
    }
    .slider-slides-wrapper .slick-track {
        height: 100%;
    }
    .slider-slides-wrapper .slick-slide  > div {
        height: 100%;
    }
    .custom-slider-inner {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
    .custom-slider-content {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
        position: relative;
    }
    .custom-slider-title p {
        font-size: 60px;
        text-align: center;
        color: white;
        font-family: 'freight big bold';
        line-height: 71px;
        margin-bottom: 50px;
    }
    .custom-slider-main-wrapper::after {
        content: "";
        background: black;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.4;
    }
    .page-numbers:visited, .page-numbers {
        color: #80868c;
    }
    .page-numbers.current {
        color: #ceb8b2;
        font-weight: bold;
    }
    .single-recipe-content .wpb_text_column img {
        margin: 0 auto;
        display: table;
    }
    .custom-slider-button a {
        background: white;
        background-color: white;
        padding: 10px 45px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 500;
        border: 1px solid white;
        transition: ease-in .3s;
    }
    .custom-slider-main-wrapper {
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .slider-slides-wrapper ul.slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        list-style: none;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .slider-slides-wrapper ul.slick-dots li {display: inline-block;margin-right: 10px;padding: 0px !important;width: 10px;height: 10px;position: relative;border: 1px solid #9B9B9B;border-radius: 50%;background: #9B9B9B;}
    .slider-slides-wrapper ul.slick-dots li button {
        background: transparent;
        border-radius: 50%;
        text-indent: -9999999px;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .slider-slides-wrapper ul.slick-dots li.slick-active {
        background: white;
        border-color: white;
    }
    footer#colophon > .atable-container {
        width: 80%;
    }
    
    .footer-logo-wrapper img {
        width: 70%;
        margin-bottom: 10px;
    }
    
    .footer-contact-details p {
        color: white;
        margin-bottom: 0px;
    }
    
    p.business-name {
        font-weight: 500;
    }
    
    p.phone-1, .phone-2 {
        font-weight: 300;
    }
    
    p.phone-2 {
        padding-left: 16px !important;
    }
    
    .footer-menu-wrapper ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    .footer-menu-wrapper ul li {
        margin-bottom: 30px;
    }
    
    .footer-menu-wrapper ul li a {
        color: white;
    }
    
    .subscribe-title p {
        color: white;
        margin-bottom: 5px;
    }
    
    .newsletter-form-wrapper input {
        width: 100%;
        border-radius: 20px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    .newsletter-form-wrapper input::placeholder {
        opacity: 0.5;
        font-family: 'Montserrat';
        font-size: 13px;
    }
    
    .newsletter-bottom-text p {
        color: white;
    }
    
    .footer-socials {
        display: flex;
        align-items: center;
    }
    
    .footer-socials div {
        margin-right: 20px;
    }
    
    .newsletter-footer-wrapper {
        margin-bottom: 70px;
    }
    
    /* HOME */
    .home-banner-main-container {
        height: calc(100vh - 190px);
        position: relative;
    }
    .home-banner-title {
        margin-bottom: 30px;
    }
    .home-banner-outer-wrapper {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    .home-banner-inner-wrapper {
        height: 100%;
        position: relative;
    }
    .home-banner-image {
        height: 100%;
        position: relative;
    }
    .home-banner-image img {
        width: 100%;
        transform: rotate(-3deg);
        transform: scale(1.5);
        overflow: hidden;
    }
    header#masthead {
        background: white;
        z-index: 999;
        position: relative;
        box-shadow: 0px 3px 13px 0px #0000001f;
    }
    .home-banner-title p {
        text-align: center;
        font-family: 'EB+Garamond';
        letter-spacing: 0.5px;
        font-size: 45px;
        color: #4D4D4F;
    }
    .home-banner-content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .home-banner-recipe-inner {
        display: flex;
        align-items: center;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin: 0 auto;
    }
    .home-banner-search-input input {
        width: 780px;
        border-radius: 20px;
        height: 40px;
        padding-left: 25px;
        margin-bottom: 20px;
    }
    .home-banner-recipe-inner .latest-recipe-box {
        /* margin-right: 70px; */
        margin-top: 30px;
    }
    .home-banner-recipes {
        width: 100%;
        margin-bottom: 30px;
        max-width: 1140px;
    }
    .food-hunt-map svg {
        max-width: 50vw;
    }
    .food-hunt-container {
        background: #ccaea8;
    }
    .section-title-wrapper.food-hunt {
        margin: 0;
        background: #ccaea8;
        padding-top: 50px !important;
    }
    .section-title-wrapper.food-hunt h2 {
        margin: 0px;
    }
    .food-hunt-inner-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        padding-bottom: 50px;
    }
    
    .food-hunt-map {
        width: 50%;
    }
    
    .food-hunt-filter {
        width: 40%;
        height: 100%;
    }
    
    .food-hunt-text-content-first p {
        font-family: 'Montserrat';
        font-size: 30px;
        font-weight: 700;
        color: white;
        line-height: 30px;
    }
    
    .food-hunt-text-content-sub p {
        font-family: 'Montserrat';
        font-size: 19px;
        color: white;
        line-height: 25px;
    }
    
    .food-hunt-filter select {
        width: 100%;
        border-radius: 30px;
        height: 35px;
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 13px;
        color: #414141bf;
    }
    
    .food-hunt-filter select::placeholder {
        font-family: 'Montserrat';
        color: #414141 !important;
    }
    .what-we-do-section {
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .what-we-do-section:after {
        content: "";
        display: block;
    }
    
    .what-we-do-section > div::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #434345;
        z-index: -1;
    }
    
    .vc_row.wpb_row.vc_inner.vc_row-fluid.atable-container {
        margin: 0 auto;
    }
    
    .what-we-do-section .vc_col-sm-3 .wpb_wrapper {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        flex-direction: column;
    }
    
    .wpb_text_column.wpb_content_element.what-we-do-title p {
        color: white;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    .wpb_text_column.wpb_content_element.what-we-do-title {
        margin-bottom: 15px;
    }
    
    .wpb_text_column.wpb_content_element.what-we-do-subtext p {
        color: white;
        font-size: 14px;
    }
    
    .wpb_text_column.wpb_content_element.get-a-quote-btn p {
        background: white;
        max-width: 360px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 10px 30px;
        border: 1px solid #ccaea8;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.atable-container.insta-images-row {
        margin-bottom: 60px;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.instagram-images img, .wpb_single_image.wpb_content_element.vc_align_left.instagram-images figure,.instagram-images .vc_single_image-wrapper {
        width: 100%;
        object-fit: cover;
    }
    .our-services-container {
        max-width: 80%;
        margin: 0 auto !important;
        margin-bottom: 60px !important;
    }
    .service-tab > .wpb_column > .vc_column-inner > .wpb_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .tab-title {
        font-size: 25px;
        text-align: left;
        width: 70%;
    }
    .service-tab .wpb_single_image {
        width: 30%;
    }
    .service-tab img {
        width: 60px;
        height: auto;
        object-fit: contain;
        filter: grayscale(100%);
        transition: ease-in .3s;
    }
    #food-styling-tab {
        margin-bottom: 0px;
    }
    #slider-container-1334892948 {
        height: 500px;
    }
    .service-tab.active img {
        filter: grayscale(0%);
        transition: ease-in .3s;
    }
    .service-tab.active .tab-title p{
        color: #d0b4ae;
    }
    .content-row .slider-slides-wrapper {
        height: 460px;
    }
    .content-row {
        display: none;
    }
    #food-styling-row {
        display: block;
    }
    .services-col {
        border-right: 1px solid #A7A9AC;
    }
    .content-row {
        padding-left: 40px;
    }
    .our-services-container {
        margin-bottom: 70px !important;
    }
    
    /* SINGLE RECIPE */
    .container-fluid.breadcrumb-bar {
        background: #eed1d0;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .breadcrumb-single-recipe-wrapper {
        margin-left: 100px;
    }
    .single-recipe-title p {
        color: #4d4d4f;
        font-size: 45px;
        text-align: left;
        font-weight: 800;
        line-height: 45px;
        font-family: 'freight big bold';
    }
    .single-recipe-title {
        margin-top: 20px;
    }
    .jump-to-recipe-btn a {
        background: #eed1d0;
        color: #4d4d4f;
        text-transform: uppercase;
        padding: 10px 20px;
        font-weight: 500;
        border-radius: 25px;
    }
    .jump-to-recipe-btn {
        margin: 30px 0px;
    }
    .published-updated-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px;
        border-bottom: 2px solid #eed1d0;
        padding-bottom: 10px;
    }
    .last-updated-date {
        margin-left: 50px;
    }
    .breadcrumb-single-recipe-wrapper a {
        color: #4d4d4f;
        font-weight: 400;
    }
    div#single-recipe-recipe-section {
        background: #f7f7f8;
        padding: 20px;
        margin-bottom: 50px;
    }
    .single-recipe-recipe-top-box {
        display: flex;
        margin-bottom: 40px;
        border-bottom: 2px solid #eed1d0;
        padding-bottom: 40px;
    }
    .image-reviews-container {
        flex-basis: 40%;
    }
    .recipe-single-image img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .recipe-single-infos {
        display: flex;
        flex-direction: column;
        flex-basis: 60%;
    }
    .recipe-single-title p {
        font-size: 35px;
        font-weight: 800;
        color: #4d4d4f;
        line-height: 40px;
        margin-bottom: 30px;
        font-family: "freight big bold";
    }
    .recipe-time-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .recipe-time-info > div {flex-basis: 50%;display: flex;align-items: center;margin-bottom: 20px;}
    .recipe-time-info img {
        width: 15px;
        height: auto;
    }
    .recipe-time-info p {
        margin-bottom: 0px;
        margin-left: 10px;
    }
    .single-recipe-section-title p {
        font-size: 25px;
        font-weight: 800;
        color: #4d4d4f;
    }
    .ingredients-section, .instructions-section {
        margin-bottom: 30px;
    }
    .instructions-list ol, .notes-list ol {
        padding: 0;
        margin: 20px;
    }
    .top-box-btn {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .top-box-btn > div {
        flex-basis: 50%;
    }
    .top-box-btn a {
        background: #eed1d0;
        color: #4d4d4f;
        padding: 5px 40px;
        border-radius: 20px;
    }
    html {
        scroll-behavior: smooth;
    }
    .sidebar-image {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .ymal-section-title p {
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        color: #4d4d4f;
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: "freight big bold";
    }
    .ymal-post-image img {
        width: 350px;
        object-fit: cover;
        height: 280px;
    }
    .ymal-post-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .yaml-bottom-section {
        height: 100px;
        background: #eed1d0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ymal-title p {
        margin-bottom: 0px;
        color: white;
        font-size: 17px;
        font-weight: 500;
        /*! max-width: 80%; */
        margin: 0 auto;
        text-align: center;
        font-size: 23px;
    }
    .ingredient-wrapper input {
        width: 15px;
        height: 15px;
        background-color: transparent;
        border-radius: 50%;
        vertical-align: middle;
        border: 2px solid #eed1d0;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        margin-bottom: 3px;
        margin-right: 3px;
    }
    .ingredient-wrapper input:checked {
        background: radial-gradient(circle, rgb(238, 209, 208) 0%, rgb(251, 251, 251) 0%, rgb(238, 209, 208) 60%);
    }
    .ingredient-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .ingredient-wrapper label {
        width: 90%;
    }
    .ingredient-wrapper input {
        margin-top: 5px;
        margin-right: 10px;
    }
    .ingredient-subtitle p {
        font-weight: 600;
        margin-top: 30px;
    }
    .recipe-time-info p {
        font-size: 15px;
    }
    .single-recipe-content p {
        text-align: justify;
    }
    
    /* ARCHIVE RECIPE */

    .archive-recipe-container .image-wrapper img {
        object-fit: cover;
    }
    .archive-recipe-container .latest-recipe-box {
        margin-bottom: 20px;
    }
    .archive-recipe-container .latest-recipes-inner-wrapper{
        justify-content: unset !important;
    }
    .filter-selections-wrapper {
        display: table;
    }
    .recipe-tax-filter-wrapper-inner > div {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        height: 100%;
    }
    .recipe-tax-filter-wrapper-inner > div:last-child {
        margin-right: 0;
    }
    #recipe-search {
        padding-left: 30px;
    }
    .resto-wrapper-inner {
        background: #e0ceca;
        padding: 30px;
        min-height: 100%;
    }
    .resto-image-wrapper img {
        height: 435px;
        object-fit: cover;
    }
    .reviewed-resto-wrapper.col-md-4 {
        margin-bottom: 30px;
    }
    .resto-title p {
        margin-top: 10px;
        text-align: center;
        font-weight: 800;
        font-size: 21px;
        color: #4d4d4f;
    }
    .resto-rating ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .resto-rating li::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid black;
        border-radius: 50%;
    }
    .resto-rating li {
        display: inline-block;
        margin-right: 10px;
    }
    .resto-rating li:last-child {
        margin-right: 0px;
    }
    .restaurants-reviewed-main-wrapper .view-more-btn {
        display: table;
        margin: 30px auto;
        margin-bottom: 60px;
    }
    .criteria-text p {
        text-align: justify;
    }
    .restaurants-reviewed-main-wrapper .view-more-btn a {
        border: 1px solid #e0ceca;
        padding: 10px 40px;
        color: #4d4d4f;
        background: white;
        border-radius: 30px;
    }
    
    .one-star li:first-child:before {
        background: #4d4d4f;
    }
    
    .two-star li:first-child:before {
        background: #4d4d4f;
    }
    .two-star li:nth-child(2):before {
        background: #4d4d4f;
    }
    
    .three-star li:first-child:before {
        background: #4d4d4f;
    }
    .three-star li:nth-child(2):before {
        background: #4d4d4f;
    }
    .three-star li:nth-child(3):before {
        background: #4d4d4f;
    }
    
    .four-star li:first-child:before {
        background: #4d4d4f;
    }
    .four-star li:nth-child(2):before {
        background: #4d4d4f;
    }
    .four-star li:nth-child(3):before {
        background: #4d4d4f;
    }
    .four-star li:nth-child(4):before {
        background: #4d4d4f;
    }
    
    .five-star li:before {
        background: #4d4d4f;
    }
    
    .section-title-wrapper.contact-us-main-title h2 {
        font-size: 30px;
    }
    .section-title-wrapper.contact-us-main-title {
        margin-bottom: 0px !important;
    }
    .section-title-wrapper.contact-us-second-title {
        margin-top: 20px;
        max-width: 50%;
        margin-bottom: 0px;
    }
    .section-title-wrapper.contact-us-second-title h2 {
        font-weight: 600;
    }
    .section-title-wrapper.contact-us-third-title {
        margin-top: 20px;
    }
    .section-title-wrapper.contact-us-third-title h2 {
        font-size: 17px;
    }
    
    #wpforms-208-field_0-container {
        width: 50%;
        float: left;
        clear: none !important;
        padding-right: 20px;
    }
    #wpforms-208-field_3-container {
        float: left;
        clear: none !important;
        width: 50%;
        padding-left: 20px;
    }
    #wpforms-208-field_4-container {
        width: 50%;
        float: left;
        clear: none !important;
        padding-right: 20px;
    }
    #wpforms-208-field_5-container {
        width: 50%;
        float: left;
        clear: none !important;
        padding-left: 20px;
    }
    .wpforms-field-container input, .wpforms-field-container select, .wpforms-field-container textarea {
        border-radius: 20px !important;
        border-color: #cbada7 !important;
    }
    #wpforms-submit-208 {
        background:  #cbada7 !important;
        border-radius: 20px;
        padding: 10px 30px;
    }
    #wpforms-208-field_4 {
        color: #a5a5a5 !important;
    }
    
    
    /* QUICKFIX */
    .pagination {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-links {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-numbers {
        font-size: 19px;
        margin: 10px;
    }
    .latest-recipes-inner-wrapper.row {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .archive-recipe-container .latest-recipe-box {
        margin-right: 0px !important;
    }
    .latest-recipe-inner {
        box-shadow: 1px 2px 7px 1px #0000002e;
    }
    .recipe-title-wrapper {
        flex-basis: 40%;
		padding: 0 15px;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.what-we-do-icon {
        min-height: 70px;
    }
    .subscribe-title {
        margin-bottom: 10px;
    }
    .newsletter-form-wrapper {
        margin-bottom: 10px;
    }
    .menu-main-wrapper a {
        font-size: 21px;
    }
    .filter-section-title p {
        font-size: 22px;
    }
    .service-tab:hover {
        cursor: pointer;
    }
    #wpforms-208 {
        max-width: 650px;
    }
    .sidebar-image img {
        border-radius: 50%;
        height: 300px;
        width: 300px;
        object-fit: cover;
        margin: 0 auto;
        display: table;
    }
    .col-md-8.recipe-section-main-container {
        padding-right: 30px;
    }
    .sidebar-title p {
        font-size: 34px;
        text-align: center;
        font-family: "freight big bold";
    }
    .sidebar-text p {
        text-align: center;
        margin-bottom: 50px;
    }
    .ymal-title.yaml-resto-title p {
        max-width: unset;
    }
    .home-banner-recipe-inner .latest-recipe-box {
        width: 420px;
        box-shadow: 1px 2px 7px 1px #0000002e;
    }
    
    /* RESTAURANT */
    .resto-main-image img {
        max-height: 550px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 30px;
    }
    .resto-other-images {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .resto-other-images img {
        width: 115px;
        height: 130px;
        object-fit: cover;
    }

    /* GALLERY */
    .mm-columns {
        --col-width: var(--_col-width, 280px);
        --columns: var(--_columns, 5);
        --gap: var(--_gap, 20px);
        columns: var(--col-width) var(--columns);
        column-gap: var(--gap);
        padding-left: 40px;
    }
    .mm-columns__item:not(:last-child) {
        margin-bottom: var(--gap);
    }
    .mm-columns__img {
        width: 100%;
        height: auto;
    }

    /* CONTACT US / ABOUT US */
    .about-img-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-img-row img {
        width: 200px;
        height: 200px !important;
        object-fit: cover;
        object-position: top;
        border-radius: 50%;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.about-amanda-img {
        margin-right: 20px;
        position: relative;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.about-tina-img {
        margin-left: 20px;
        position: relative;
    }
    .vc_column-inner.vc_custom_1719178659117 > .wpb_wrapper, .vc_column-inner.vc_custom_1719178659117 > .wpb_wrapper > .vc_row {
        height: 100%;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.about-pink-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.story-aulson-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .story-aulson-img .vc_single_image-img.attachment-full {
        width: 450px;
    }
    .wpb_text_column.wpb_content_element.about-us-text {
        padding: 0px 70px;
    }
    .about-amanda-img:after {
        content: "Amanda Autumn";
        font-family: Roboto;
        position: absolute;
        bottom: -40px;
        left: 35px;
        right: 0;
        width: fit-content;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.about-img-row {
        margin-bottom: 40px;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.about-tina-img::after {
        content: "Tina Alison";
        position: absolute;
        bottom: -40px;
        left: 68px;
        right: 0;
        font-family: Roboto;
        width: fit-content;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.about-tina-img {
        position: relative;
    }
    .view-all-recipe-btn a {
        color: #4D4D4F;
        background: white;
        padding: 10px 45px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 500;
        border: 1px solid white;
        transition: ease-in .3s;
    }
    .view-all-recipe-btn {
        display: table;
        margin: 60px auto;
    }
    .page-id-81 .entry-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .fa.fa-star.checked {
        color: #ccaea8 !important;
    }
    .lac-title p {
        font-size: 28px;
        font-family: "freight big bold";
    }
    .recipe-rating p > span {
        margin-left: 10px;
    }
    .recipe-rating-form input, .recipe-rating-form textarea {
        border-color: #ccaea8;
    }
    .recipe-rating-form input {
        width: 100%;
        margin-top: 10px;
    }
    .leave-a-comment-section {
        margin-bottom: 30px;
    }
    .leave-a-comment-section {
        color: black;
    }
    .recipe-rating-form input::placeholder, .recipe-rating-form textarea::placeholder {
        color: black;
    }
    .recipe-rating-form input, .recipe-rating-form textarea {
        padding-left: 10px;
    }
    #rating-submit {
        width: fit-content;
        background: #ccaea8;
        padding: 10px 30px;
        border-radius: 5px;
    }
    .recipe-rating-form textarea {
        min-height: 130px;
    }
    .cr-box {
        border: 1px solid #ccaea8;
    }
    .cr-top-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ccaea8;
        padding: 10px 20px;
    }
    .cr-name {
        display: flex;
    }
    .cr-rating {
        margin-left: 10px;
    }
    .cr-top-section p {
        margin: 0;
    }
    .cr-bottom-section {
        padding: 30px 20px;
    }
    .cr-bottom-section p {
        margin: 0;
    }
    .cr-name span {
        margin-left: 5px !important;
    }
    .comments-reviews-section {
        margin-bottom: 30px;
    }
    .aulson-review-title {
        margin: 20px 0;
        text-align: center;
        font-size: 40px;
        margin-bottom: 0px;
    }
    .aulson-review-title p {
        font-family: "freight light";
        color: #4c4c4e;
        margin-top: 2px;
        font-size: 35px;
        margin-bottom: 0px !important;
        text-transform: uppercase;
    }
    .aulson-review .resto-rating li::before {
        width: 15px;
        height: 15px;
        margin-left: 15px;
    }
    .aulson-review {
        border-bottom: 1px solid #ecced0;
        padding-bottom: 40px;
    }

    .criteria-title p {
        font-family: "freight light";
        color: #4c4c4e;
        margin-top: 25px;
        font-size: 25px;
        margin-bottom: 0px !important;
        text-transform: uppercase;
    }
    .resto-rating.per-criteria ul {
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .criteria-rating li::before {
        width: 15px;
        height: 15px;
        border-color: #ecced0 !important;
    }
    .per-criteria .one-star li:first-child:before {
        background: #ecced0;
    }
    
    .per-criteria .two-star li:first-child:before {
        background: #ecced0;
    }
    .per-criteria .two-star li:nth-child(2):before {
        background: #ecced0;
    }
    
    .per-criteria .three-star li:first-child:before {
        background: #ecced0;
    }
    .per-criteria .three-star li:nth-child(2):before {
        background: #ecced0;
    }
    .per-criteria .three-star li:nth-child(3):before {
        background: #ecced0;
    }
    
    .per-criteria .four-star li:first-child:before {
        background: #ecced0;
    }
    .per-criteria .four-star li:nth-child(2):before {
        background: #ecced0;
    }
    .per-criteria .four-star li:nth-child(3):before {
        background: #ecced0;
    }
    .per-criteria .four-star li:nth-child(4):before {
        background: #ecced0;
    }
    
    .per-criteria .five-star li:before {
        background: #ecced0;
    }
    .user-rating-title p {
        font-family: "freight light";
        color: #4c4c4e;
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 0px !important;
        text-transform: uppercase;
    }
    .first-section-user-rating, .second-section-user-rating {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .user-rating {
        width: 50%;
    }
    .user-rating-checkbox input {
        width: 15px;
        height: 15px;
        background-color: transparent;
        border-radius: 50%;
        vertical-align: middle;
        border: 1px solid #ecced0;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        margin-bottom: 3px;
        margin-right: 3px;
    }

    .user-rating-checkbox input:checked {
        background: #ecced0;
    }
    .user-rating-checkbox {
        margin-bottom: 20px;
    }
    .post-14 .latest-recipe-box {
        box-shadow: 1px 2px 7px 1px #0000002e;
    }
    .single-recipe-star .fa.fa-star {
        border: none !important;
    }
    .single-recipe-star .fa.fa-star.checked {
        border: none !important;
        background: none !important;
    }
    .recipe-rating {
        display: flex;
        align-items: center;
    }
    .recipe-rating > p {
        margin-right: 15px;
    }
    
.fa.fa-angle-left.slick-arrow {
    position: absolute;
    left: -25px;
    top: 35%;
    color: #ccaea8;
    font-size: 30px;
}
.fa.fa-angle-right.slick-arrow {
    position: absolute;
    right: -23px;
    top: 35%;
    color: #ccaea8;
    font-size: 30px;
}
.get-a-quote-btn a {
    color: #4e4e50 !important;
}

/* CALCULATOR */
.unit-conversion-calculator {
    position: sticky;
    top: 70px;
}
.calculator-wrapper {
    padding: 10px;
    background: #eed1d0;
}
.convert-from label {
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    font-size: 23px;
    margin-right: 10px;
    margin-bottom: 0px;
}

select#convert-from {
    border-color: white;
    padding: 5px;
    height: 100%;
    background: transparent;
    color: white;
    font-weight: 700;
    border: none;
    font-size: 23px;
}

.convert-from {
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

select#convert-to {
    border-color: white;
    padding: 5px;
    height: 100%;
    background: transparent;
    color: white;
    font-weight: 700;
    border: none;
    font-size: 23px;
}

.convert-to label {
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    font-size: 23px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.convert-to {
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.convert-value {
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.convert-value label {
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    font-size: 23px;
    margin-right: 10px;
    margin-bottom: 0px;
}

input#convert-value {
    border-color: white;
    border-radius: 0px;
    width: 60px;
}

.calc-convert {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    margin-bottom: 15px;
}

.calc-convert a {
    border: 1px solid white;
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
}
select#convert-to:focus-visible, select#convert-from:focus-visible {
    outline: none;
}
.calc-convert a:hover {
    color: white !important;
}
.calc-result p {
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    font-size: 23px;
    margin: 15px 0px;
    margin-top: 25px;
}
.calculator-title p {
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
}
.calc-error p, .calc-error-val p {
    text-align: center;
    color: red;
}
.resto-gmap{
    margin-top: 40px;
    margin-bottom: 40px;
}

input#food-hunt-search {
    width: 100%;
    border-radius: 30px;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    color: #414141bf;
}
input#food-hunt-search:focus-visible {
    outline-color: #caada7 !important;
}
input#mrm-search {
    padding: 15px;
    border-radius: 30px;
    border: none;
    width: 100%;
    font-size: 1rem;
    outline: none;
    background: #fff;
    color: #555;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.restaurant-description {
    margin-top: 30px;
}

/* Mobile Menu */
.menu-toggle, .mobile-menu {
    display: none; /* Hidden on desktop */
}
.mobile-menu {
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: #ccaea8;
}
.mobile-header-logo img {
	height: 70px;
	width: auto;
	object-fit: contain;
	padding: 5px;
}
.menu-container ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.mobile-menu-logo {
    display: none; /* Hide on desktop by default if needed */
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.mobile-menu-logo img {
    max-width: 150px; /* Adjust size as needed */
    height: auto;
}

/* --- Mobile & Tablet Styles (1024px and below) --- */
@media screen and (max-width: 1024px) {
    .desktop-menu{
        display: none;
    }
    .mobile-menu{
        display: flex;
		padding: 10px;
		background: #ccaea8;
		justify-content: center;
    }
    .menu-toggle {
        display: block;
        cursor: pointer;
        background: none;
        border: none;
        padding: 10px;
        z-index: 1000;
    }
    .mobile-menu-logo {
        display: block; /* Show logo inside the drawer on mobile/tablet */
        z-index: 9999;
    }

    .menu-container {
        display: flex;
        flex-direction: column; /* Stack logo and menu items vertically */
        align-items: center;
        
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100%;
        background: #fff;
        transition: 0.4s ease-in-out;
        z-index: 999;
    }

    .main-navigation.is-active .menu-container {
        right: 0;
    }

    .hamburger-bar {
        display: block;
        width: 25px;
        height: 3px;
        background: white;
        margin: 5px 0;
        transition: 0.3s;
    }

    /* Hide menu off-screen by default */
    .menu-container {
        position: fixed;
        top: 0;
        right: -100%; /* Slide out to the right */
        width: 250px;
        height: 100vh;
        background: #fff;
        padding-top: 60px;
        transition: 0.4s ease-in-out;
        box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    }

    /* Show menu when active class is added via JS */
    .main-navigation.is-active .menu-container {
        right: 0;
    }

    .menu-container ul {
        flex-direction: column;
        padding: 20px;
    }

    /* Simple X animation for the hamburger */
    .main-navigation.is-active .hamburger-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .main-navigation.is-active .hamburger-bar:nth-child(2) { opacity: 0; }
    .main-navigation.is-active .hamburger-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

button#wpforms-submit-432 {
    background: transparent;
    border: 1px solid white;
}

input#home-banner-search-btn {
    width: 110px;
    padding: 10px;
}
.resto-map .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

.latest-recipe-inner {
	flex-direction: column;
}
.latest-recipe-box {
	height: auto;
}
.image-wrapper {
	width: 100%;
}
.latest-recipe-inner img {
	height: 250px;
	width: 100% !important;
}
.recipe-title-wrapper {
	margin: 20px;
	min-height: 50px;
}
.home-banner-recipes .recipe-title p {
	text-align: center;
	font-size: 20px;
}
.recipe-title p {
	width: 100%;
	text-align: center;
}
.archive-recipe-container .recipe-title-wrapper {
	width: 100%;
}
.recipe-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.archive-title-theme p {
    text-align: center;
    font-family: 'EB+Garamond';
    letter-spacing: 0.5px;
    font-size: 45px;
    color: #4D4D4F;
    margin-top: 20px;
}