/*
Theme Name: Jaipur Berlin
Theme URI: https://wpfoodmanager.com/
Description: WP Food Manager’s WordPress restaurant menu plugin makes it a breeze for hungry customers to check out your menu items, place orders and pay for their food right from your website. Plus, it allows you to seamlessly manage all orders, as well as choose from beautiful food menu layout options with shortcodes or widgets that best suit your online restaurant.

Author: WP Food Manager
Author URI: https://wp-foodmanager.com/the-team/

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jaipur-berlin
Domain Path: /languages
Tested up to: 6.1.1
Requires PHP: 5.6

Tags:  food, food ordering, menu, restaurant, entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. Normalize
# 2. Typography
# 3. Elements
# 4. Forms
# 5. Navigation
# 6. Accessibility
# 7. Alignments
# 8. Widgets
# 9. Content
# 10. Infinite scroll
# 11. Media
# 12. WP Food Manager
--------------------------------------------------------------*/


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Sections
     ========================================================================== */

body {
    margin: 0;
    background-color: #ffffff;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    text-decoration: none;
    transition: all 0.2s 0s;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

.align-middle {
    align-items: center;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

address,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

hr {
    background-color: var(--wpfm-theme-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpfm-theme-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid var(--wpfm-theme-secondary-color);
    padding: 5px;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.entry-meta {
    margin-bottom: 20px;
}

.entry-meta span {
    margin-right: 10px;
}

.comment-list {
    margin: 0 0 1.5em 3em;
}

.main-contain-wrapper {
    padding: 40px 0;
}


/* Forms
     ========================================================================== */

.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: var(--wpfm-theme-button-color);
    color: var(--wpfm-theme-button-text-color);
    border: 0px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: var(--wpfm-theme-secondary-color);
    color: var(--wpfm-theme-button-text-color);
}

a,
.widget a,
.entry-meta i,
.entry-content a {
    color: var(--wpfm-theme-link-color);
}

a:hover,
.widget a:hover,
.entry-content a:hover {
    color: var(--wpfm-theme-link-hover-color);
}

.entry-title a {
    color: var(--wpfm-theme-secondary-color);
}

select {
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}


/*--------------------------------------------------------------
# 2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpfm-theme-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# 4. Forms
--------------------------------------------------------------*/
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: var(--wpfm-theme-secondary-color);
    border: 1px solid var(--wpfm-theme-secondary-color);
    border-radius: 4px;
    padding: 8px;
    font-family: inherit;
}

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: var(--wpfm-theme-secondary-color);
    border-color: var(--wpfm-primary-color);
    outline: none;
}

select {
    border: 1px solid var(--wpfm-theme-secondary-color);
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
}

.site-header {
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpfm-theme-content-color);
    border-top: 2px solid var(--wpfm-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 0;
}

.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpfm-theme-link-color);
}


/* Small menu. */
.menu-toggle {
    display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 1em 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-footer {
    background-color: #fff;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}

.footer-link-txt a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# 6. Accessibility
--------------------------------------------------------------*/
.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: var(--wpfm-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpfm-theme-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# 8. Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.widget_block {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.widget_block ul {
    list-style: none;
}


/*--------------------------------------------------------------
# 9. Content
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# 10. Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 11. 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.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;
}


.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.boxed-layout {
    background-color: var(--wpfm-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.content-area {
    background-color: #fff;
    border-radius: 4px;
}

.page-template-default .site-main article {
    background-color: transparent;
    padding: inherit;
}

h1.entry-title,
h1.page-title {
    padding: 2rem 0;
}

.page-header-wrapper {
    background-color: #FBEBE9;
    text-align: center;
    padding: 70px 0;
}

.page-header-wrapper h1 {
    padding: 0;
    font-weight: 500;
    font-size: 35px;
    line-height: normal;
    color: var(--wpfm-primary-color);
}

.row,
.food-listing-main-sidearea .widget .WPFM_Restaurants,
.food-listing-main-sidearea .widget .WPFM_Restaurants_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.food-listing-main-sidearea .widget .WPFM_Restaurants .wpfm-single-food-widget,
.food-listing-main-sidearea .widget .WPFM_Restaurants_class .wpfm-single-food-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.error-404 h1 {
    font-size: calc(4rem + 2.1vw);
    margin-bottom: 20px;
    padding-top: 20px;
}

.error-404 h2 {
    font-size: calc(1.2rem + 1vw);
    line-height: normal;
}

.error-404 p {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*---------------------------------------------------
##   woocommerce 
*   ----------------------------------------------------- */
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 130px;
}

.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-color: #ccc;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    background-color: var(--wpfm-theme-button-color);
    color: var(--wpfm-theme-button-text-color);
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    background-color: var(--wpfm-theme-secondary-color);
    color: var(--wpfm-theme-button-text-color);
}

.woocommerce .cart .button[disabled],
.woocommerce .cart input.button[disabled] {
    color: #fff !important;
}

.woocommerce .cart .button:hover[disabled],
.woocommerce .cart input.button:hover[disabled] {
    color: #000 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--wpfm-theme-button-color);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--wpfm-theme-secondary-color);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
    padding: 15px 15px 0;
    border: 1px solid #ccc;
}

.woocommerce ul.order_details li {
    margin-bottom: 10px;
}

.woocommerce ul.order_details {
    padding-left: 0px;
}

.woocommerce-notice {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.woocommerce-notice--success {
    color: green;
    border-color: green;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px 15px;
    border-color: #ccc;
    border-radius: 4px;
}


.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 0.5em 1em;
    color: #111;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background-color: var(--wpfm-theme-secondary-color);
    color: #fff;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--wpfm-primary-color);
    color: #fff;
}

.woocommerce-MyAccount-navigation-link:last-of-type {
    border: 1px solid #ccc;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--wpfm-theme-button-color);
    color: var(--wpfm-theme-button-text-color);
    padding: 12px 24px;
    font-weight: 500;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--wpfm-theme-secondary-color);
    color: var(--wpfm-theme-button-text-color);
}

.woocommerce .woocommerce-EditAccountForm button {
    margin-top: 15px;
}

.woocommerce-MyAccount-content fieldset {
    background-color: #f9f9f9;
}

.woocommerce-page .wc-block-components-button {
    background-color: var(--wpfm-theme-button-color);
    color: var(--wpfm-theme-button-text-color);
    border-radius: 4px;
}

.woocommerce-page .wc-block-components-button:hover {
    background-color: var(--wpfm-theme-secondary-color);
    color: var(--wpfm-theme-button-text-color);
}

.wc-block-components-panel__button {
    padding: 7px 10px !important;
}

/*---------------------------------------------------
##   12. WP Food Manager 
*   ----------------------------------------------------- */
.wpfm-alert a {
    color: #fff !important;
}

.mce-toolbar .mce-btn button,
.qt-dfw {
    background-color: transparent !important;
}

.home-events-section .wpfm-food-filter-wrapper,
.home-events-section .wpfm-food-listings-header {
    display: none;
}

.theme-copyright-section p a {
    color: #fff;
}

.theme-copyright-section p a:hover {
    color: var(--wpfm-primary-color);
}





/*Gallery Plugin CSS Start*/


.wpfm-single-gallery-item a {
    position: relative;
    overflow: hidden;
}

.wpfm-single-gallery-items.thumbnail .wpfm-single-gallery-item img{
    height: 300px;
    object-fit: contain;
    margin: 0;
    background: #f8f8f8;
    border-radius: 10px;
}
.slbImage{
max-height: 700px !important;
}
.wpfm-single-gallery-item a:before {
    content: "+";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    font-size: 35px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    color: #fff;
    opacity: 0;
    font-weight: 200;
}

.wpfm-single-gallery-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.wpfm-single-gallery-item a:hover:after {
    opacity: .3;
}

.wpfm-single-gallery-item a:hover:before {
    opacity: 1;
    transform: scale(1);
}


.slbArrow {
    width: 50px;
    height: 50px;
    padding: 0 !important;
    margin-top: -30px;
}

.slbArrow:before {
    margin: -.6em 0 0 -.6em;
    border: .6em solid transparent;
}

.prev.slbArrow:before {
    margin-left: -16px;
}

.next.slbArrow:before {
    margin-left: -3px;
}

.prev.slbArrow:hover:before {
    border-right-color: #ffffff;
}

.next.slbArrow:hover:before {
    border-left-color: #ffffff;
}

.slbArrow.prev {
    left: 20px;
}

.slbArrow.next {
    right: 20px;
}

.slbCloseBtn {
    width: 40px;
    height: 40px;
    font-size: 26px !important;
    padding: 0 !important;
    margin-right: 20px;
    line-height: 40px;
}

.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox#elementor-lightbox-slideshow-single-img {
    display: none !important;
}

/*Gallery Plugin CSS End*/



/*Table Reservation Start*/
.theme-table-booking-wrapper {
    background-color: #ffffff;
    padding: 30px;
    margin: 0;
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}
.table-reservation-short-block .widget-description{
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    padding: 10px;
    background: #FAF2F1;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #C87C6F;
    }

.theme-table-booking-wrapper .wpfm-col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}

.theme-table-booking-wrapper .wpfm-col-md-4.fieldset-wpfm_customer_message {
    max-width: 100%;
    flex: 0 0 100%;
}

.theme-table-booking-wrapper form {
    margin-bottom: 0px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: var(--wpfm-primary-color);
    background-color: var(--wpfm-primary-color);
}

/*Table Reservation End*/


/*Review Start*/
.wpfm-review-grid {
    flex-wrap: nowrap;
}
.wpfm-review-flex{
	flex-wrap: wrap;
}

.wpfm-review-card {
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    padding: 30px;
    width: calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
}

.theme-review-section .wpfm-review-content {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wpfm-review-loadmore {
    display: none;
}

.wpfm-review-card .wpfm-review-reviewer-name {
    margin-bottom: 5px;
}

.wpfm-review-card .wpfm-review-review-title {
    margin-top: 20px;
    line-height: normal;
    margin-bottom: 10px;
}

.wpfm-review-card .wpfm-review-content p {
    color: var(--e-global-color-text);
}

/*Review End*/




/*Food Menu Plugin CSS Start*/
.anytim-food-menu .wpfm-single-food-menu-page h2.wpfm-heading-text {
    font-size: 24px;
    text-align: left;
}

.anytim-food-menu .food-list-box {
    width: 100%;
}
.food-menu-page-filters h2, .lunch-vertical-tabs h2.wpfm-heading-text {
    display: none;
}
.lunch-vertical-tabs .fm-food-menu-container, .today-lunch .fm-food-menu-container{
justify-content: center;
}
.food-menu-section {
    background-color: #FBEBE9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 50px;
}
.discount-coupon-code .wpfm-order-discount{
    border: 1px dashed var(--wpfm-theme-secondary-color);
    padding: 4px 10px;
    margin: 0 5px;
    background: var(--wpfm-primary-color);
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    border-radius: 2px;
    color: #fff;
    letter-spacing: .5px;
}
.wpfm-single-food-menu-page h2.wpfm-heading-text {
    margin-top: 15px;
}

.wpfm-single-food-menu-page h2.wpfm-heading-text {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.theme-tab-menu .wpfm-single-food-menu-page h2.wpfm-heading-text {
    display: none;
}

.fm-food-menu-container .food-list-box {
    background: #fff;
    align-items: stretch;
    border: 1px solid transparent;
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}

.fm-food-menu-container .wpfm-food-list-box-image-col {
    background-color: #fff;
    flex: 0 0 150px;
    max-width: 150px;
    height: 150px;
    border-radius: 0px;
    overflow: hidden;
}
.fm-food-menu-container .wpfm-food-list-box-image-col img{
max-height: 200px;
}

.fm-food-menu-container .food-list-box:hover {
    border: 1px solid var(--wpfm-primary-color);
}

.fm-food-menu-container .food-list-box .fm-food-menu-pricing {
    font-weight: 600;
}

.wpfm-quantity-sub-add-btn-group .wpfm-quantity-sub,
.wpfm-quantity-sub-add-btn-group .wpfm-quantity-add {
    color: var(--wpfm-theme-secondary-color);
}


.wpfm-add-to-cart-btn .addto-cart-btn .wpfm-theme-button {
    padding: 5px 15px;
}

.wpfm_cart_block .woocommerce .coupon .button:hover {
    color: var(--wpfm-theme-button-color);
}

.wpfm_cart_block .woocommerce .coupon .button {
    border: 0;
}


.theme-tab-menu .elementor-tabs-wrapper {
    margin-bottom: 30px;
    margin-top: 10px;
}

.theme-tab-menu .elementor-tab-title {
    padding: 8px 20px !important;
    border-radius: 4px;
    margin: 5px;
    border: 1px solid var(--wpfm-primary-color) !important;
}

.theme-tab-menu .elementor-tab-title.elementor-active {
    background-color: var(--wpfm-primary-color);
    color: var(--wpfm-theme-button-text-color) !important;
}

.theme-tab-menu .elementor-tab-content {
    padding: 0 !important;
}

.wpfm-food-menu-page-main-container .food-menu-page-filters .wpfm-form-wrapper{
    display: none;
}
.wpfm-food-menu-page-main-container .food-menu-page-filters{
    background-color: var(--wpfm-primary-color);
}
.food-menu-page-filter-tabs-wrapper .food-menu-page-filter-tabs{
    justify-content: center;
}
.food-menu-page-filter-tab .food-menu-page-filter-tab-link:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: var(--wpfm-primary-color);
}
/*Food Menu Plugin CSS End*/

/*Translate css start*/
.gtranslate_wrapper {
    position: absolute;
    right: 0;
}

.gtranslate_wrapper .gt_switcher .gt_selected a {
    border: 0 !important;
    padding: 6px !important;
    line-height: normal;
    display: flex !important;
    align-items: center;
}

.gtranslate_wrapper .gt_switcher .gt_selected a img {
    margin-right: 4px;
}

.gtranslate_wrapper .gt_switcher {
    max-width: 100px;
    width: 100%;
}

.gtranslate_wrapper .gt_switcher .gt_selected {
    border-radius: 4px;
    background: #eee !important;
}

.gtranslate_wrapper .gt_option {
    border: 0 !important;
}

.gtranslate_wrapper .gt_option a img {
    margin-top: -3px;
}

.gtranslate_wrapper a {
    line-height: normal;
}

.gtranslate_wrapper a:hover {
    background-color: #ddd !important;
}

/*Translate css end*/


/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */


@media (max-width: 991px) {
    .secondary-content-area {
        margin-top: 30px;
    }

    .menu-toggle {
        border: 0;
        background: transparent;
        display: block;
        margin: 0 0 0 auto;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 28px;
        height: 3px;
        background-color: var(--wpfm-primary-color);
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 7px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -7px);
    }

    .main-navigation ul {
        display: none;
    }

    .main-navigation.toggled ul {
        display: block;
        background-color: #000;
    }

    .header-main {
        padding: 15px 0;
    }

    .site-branding .site-title {
        font-size: 20px;
    }

    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }

    .main-navigation li.menu-item-has-children.focus>ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }

    .main-navigation li a,
    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation li a {
        padding: 10px;
    }

    .main-navigation ul ul a {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .header-top .column {
        text-align: center;
    }

    .text-mb-left {
        text-align: left;
    }

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

    .text-mb-right {
        text-align: right;
    }

    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }

    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .woocommerce-MyAccount-content {
        margin-top: 20px;
    }

    .wpfm-review-card {
        width: 100%;
        flex: 0 0 100%;
    }

    .wpfm-review-card {
        padding: 20px;
        width: calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
    }

    .wpfm-review-grid {
        flex-wrap: wrap;
    }

}

@media (max-width: 575px) {
    .wpfm-single-gallery-item {
        padding: 10px;
    }

    .wpfm-single-gallery-item img {
        height: 150px;
    }

    .fm-food-menu-container .food-list-box {
        flex-direction: column;
    }

    .fm-food-menu-container .wpfm-food-list-box-image-col {
        flex: 0 0 100%;
        max-width: 100%;
        line-height: 0;
    }

    .theme-table-booking-wrapper .wpfm-col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .food-listing-main-sidearea .widget .WPFM_Restaurants .wpfm-single-food-widget,
    .food-listing-main-sidearea .widget .WPFM_Restaurants_class .wpfm-single-food-widget {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 31%;
    }

    .comment-form-author,
    .comment-form-email {
        margin-right: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }

    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }

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

    .text-t-right {
        text-align: right;
    }

    .header-top .top-right {
        text-align: right;
    }

    #primary-menu {
        float: right;
    }

    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }

    #primary-menu li a {
        padding: 10px 15px;
    }

    #primary-menu li li a {
        padding: 5px 15px;
    }

    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .food-listing-main-sidearea .widget .WPFM_Restaurants .wpfm-single-food-widget,
    .food-listing-main-sidearea .widget .WPFM_Restaurants_class .wpfm-single-food-widget {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .food-listing-main-sidearea .widget .WPFM_Restaurants .wpfm-single-food-widget,
    .food-listing-main-sidearea .widget .WPFM_Restaurants_class .wpfm-single-food-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1140px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}