@charset "UTF-8";
:root {
  --dinery-main-color: #a87f34;
}

/*
Theme Name: Dinerize
Theme URI: https://deothemes.com/wordpress-themes/dinerize-food-ordering-restaurant-wordpress-theme/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Dinerize is a food ordering restaurant WordPress theme for family restaurants, cafes, bakeries and bar websites based on Elementor page builder. It comes with extensive customization options allowing you to modify any aspect of your website. All pages load with at a blazing fast speed, optimized for mobile devices and SEO. Moreover its RTL, translatino and WPML ready. We can’t wait to see what you will build with Dinerize WordPress Theme. Try it now.
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dinerize
Requires PHP: 7.0
Requires at least: 5.0
Tested up to: 6.6
Tags: custom-menu, custom-logo, entertainment, featured-images, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-------------------------------------------------------*/
/* Table of Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.Navigation
6.Footer
7.Helper CLasses
8.WordPress styles
9.Gutenberg
10.Widgets

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Bootstrap Grid
/*-------------------------------------------------------*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1040px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e5e5e5;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.img-fullwidth {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nocaps {
  text-transform: none;
  letter-spacing: 0;
}

::-moz-selection {
  color: #333;
  background: #fbedc4;
}

::-webkit-selection {
  color: #333;
  background: #fbedc4;
}

::selection {
  color: #333;
  background: #fbedc4;
}

a {
  color: var(--dinery-main-color);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--dinery-main-color);
}

body {
  font-family: "Lora", sans-serif;
  line-height: 1.65;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  color: #4b4b4b;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

video {
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8125rem;
  margin-top: 16px;
  color: #818181;
  text-align: center;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: var(--dinery-main-color);
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%) translateX(-50%);
}

.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  display: inline-block;
  float: none;
  width: 38px;
  height: 38px;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-right-color: transparent;
  border-left-color: transparent;
  animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.15);
  }
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #343434;
  line-height: 1.3;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 2.375rem;
}

h2,
.h2 {
  font-size: 2.3125rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 575px) {
  h1,
.h1,
.page-content > h1 {
    font-size: 2rem;
  }

  h2,
.h2,
.page-content > h2 {
    font-size: 1.7rem;
  }

  h3,
.h3,
.page-content > h3 {
    font-size: 1.5rem;
  }

  h4,
.h4,
.page-content > h4 {
    font-size: 1.35rem;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
  text-decoration: underline;
}

address {
  font-style: normal;
}

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

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

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

caption {
  color: #4b4b4b;
}

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}
/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container-semi-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 15px;
  }
}

/* Sections
-------------------------------------------------------*/
.blog-section,
.search-results-section,
.archive-section,
.page-section {
  padding: 70px 0;
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: flex;
  flex-flow: row nowrap;
}

.flex-child {
  flex: 1 0 0;
}

/* Row Gutters
-------------------------------------------------------*/
.row-8 {
  margin: 0 -4px;
}
.row-8 > div {
  padding: 0 4px;
}

.row-10 {
  margin: 0 -5px;
}
.row-10 > div {
  padding: 0 5px;
}

.row-16 {
  margin: 0 -8px;
}
.row-16 > div {
  padding: 0 8px;
}

.row-20 {
  margin: 0 -10px;
}
.row-20 > div {
  padding: 0 10px;
}

.row-50 {
  margin: 0 -25px;
}
.row-50 > div {
  padding: 0 25px;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
  font-weight: 700;
  font-family: "Jost", sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 3px;
  line-height: 1.1;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  color: #fff;
  background-color: var(--dinery-main-color);
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
  background-color: var(--dinery-main-color);
  border-color: transparent;
}
.btn:focus {
  outline: none;
  opacity: 0.9;
  color: #fff;
}
.btn--lg, .btn--lg.btn--button {
  font-size: 1.125rem;
  padding: 17px 30px;
}
.btn--md, .btn--md.btn--button {
  font-size: 1rem;
  padding: 13px 30px;
}
.btn.btn--sm, .btn--sm.btn--button {
  font-size: 0.875rem;
  padding: 9px 24px;
}
.btn--color {
  background-color: var(--dinery-main-color);
}
.btn--color:hover {
  opacity: 0.92;
}
.btn.btn--stroke {
  border: 2px solid var(--dinery-main-color);
  background-color: transparent;
  color: #4b4b4b;
}
.btn.btn--stroke:focus, .btn.btn--stroke:hover {
  background-color: var(--dinery-main-color);
  color: #fff;
}
.btn.btn--dark {
  background-color: #111111;
}
.btn.btn--secondary-color {
  background-color: #2d3650;
}
.btn--white {
  background-color: #fff;
  color: #343434;
}
.btn--white:focus {
  color: #343434;
}
.btn--light {
  background-color: #f8f8f8;
  color: #343434;
}
.btn--light:hover, .btn--light:focus {
  background-color: var(--dinery-main-color);
}
.btn--icon i {
  margin-left: 14px;
  position: relative;
  bottom: -2px;
}
.btn--wide {
  width: 100% !important;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 16px;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 16px;
  height: 56px;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  input,
select,
textarea {
    transition: none;
  }
}

textarea {
  height: auto;
  display: block;
  padding: 8px 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236E727A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select option {
  font-weight: normal;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Input Buttons
-------------------------------------------------------*/
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}
.btn--button:hover, .btn--button:focus {
  background-color: var(--dinery-main-color);
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  cursor: pointer;
  white-space: normal;
  height: auto;
  background-color: var(--dinery-main-color);
  border-color: transparent;
  padding: 17px 24px;
  font-size: 1.0625rem;
  line-height: 1.1;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
  border-color: transparent;
  background-color: var(--dinery-main-color);
  color: #fff;
}

input[type=search] {
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: var(--dinery-main-color);
  background-color: #fff;
  box-shadow: none;
}

.elementor-field-group input,
.elementor-field-group select,
.elementor-field-group textarea {
  margin-bottom: 0;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4b4b4b;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4b4b4b;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4b4b4b;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4b4b4b;
}

label {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
label input {
  float: left;
}

.form-group {
  position: relative;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 8px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox]:hover, input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
  border-color: #d8d8d8;
  background-color: #f8f8f8;
}

input[type=checkbox]:checked:after {
  content: "";
  font-family: "dinerize-icons";
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  line-height: 20px;
  text-transform: none;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  top: -2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #111111;
}

.deo-consent-checkbox {
  margin-top: 12px;
  text-transform: none;
  flex: 1 0 100%;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.consent-checkbox {
  margin-top: 12px;
  margin-bottom: 32px;
  overflow: hidden;
  display: flex;
}
.consent-checkbox label {
  font-weight: 400;
  font-size: 1rem;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
  font-weight: normal;
}

table caption {
  margin-bottom: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

table > thead > tr > th {
  border-bottom: none;
}

table thead tr th,
table tbody tr th {
  font-size: 1rem;
  color: #343434;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*-------------------------------------------------------*/
/* Card
/*-------------------------------------------------------*/
.card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}
.card-row > div {
  margin-bottom: 30px;
}
.card-row .card {
  height: 100%;
  margin-bottom: 0;
}
.card__img-holder {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.card__body {
  background-color: #fff;
  padding: 40px;
  flex: 1 1 auto;
}
.card--small .card__body {
  padding: 24px 16px;
}
.card--small .entry__title {
  font-size: 16px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Blockquote
/*-------------------------------------------------------*/
blockquote {
  line-height: 1.6;
  padding: 12px 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-left: 3px solid var(--dinery-main-color);
}
blockquote p {
  margin-bottom: 0;
  color: #343434;
  font-style: italic;
  font-size: 1.5rem;
}
blockquote cite {
  color: #4b4b4b;
  font-style: normal;
  font-size: 0.875rem;
  opacity: 0.7;
  margin-top: 1em;
  line-height: 1.8;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert {
  border-radius: 5px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: transparent;
  border-left: 5px solid #bcdff1;
}
.alert-success {
  background-color: #dff0d8;
  border-color: transparent;
  border-left: 5px solid #cae6be;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: transparent;
  border-left: 5px solid #f9f0c3;
}
.alert-danger {
  background-color: #f2dede;
  border-color: transparent;
  border-left: 5px solid #e8c4c4;
}

.close {
  font-weight: 400;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials--white a {
  color: #fff;
}
.socials--nobase a {
  width: auto;
  height: auto;
  line-height: 1;
  background-color: transparent;
  margin-right: 16px;
}
.socials--nobase a:hover, .socials--nobase a:focus {
  background-color: transparent;
  color: var(--dinery-main-color);
}
.socials--small a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0.875rem;
}

.social {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 0 8px 8px 0;
  background-color: #f3f3f3;
  color: #4b4b4b;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .social {
    transition: none;
  }
}
.social:hover, .social:focus {
  background-color: #111111;
  color: #fff;
}
.social:last-child {
  margin-right: 0;
}

.socials--colored a {
  color: #fff;
}
.socials--colored .social-facebook {
  background-color: #39599f;
}
.socials--colored .social-twitter {
  background-color: #55acee;
}
.socials--colored .social-blogger {
  background-color: #f57d00;
}
.socials--colored .social-deviantart {
  background-color: #05cc47;
}
.socials--colored .social-digg {
  background-color: #005be2;
}
.socials--colored .social-skype {
  background-color: #00aff0;
}
.socials--colored .social-soundcloud {
  background-color: #ff3300;
}
.socials--colored .social-spotify {
  background-color: #1db954;
}
.socials--colored .social-whatsapp {
  background-color: #25d366;
}
.socials--colored .social-yahoo {
  background-color: #410093;
}
.socials--colored .social-yelp {
  background-color: #af0606;
}
.socials--colored .social-youtube {
  background-color: #c61d23;
}
.socials--colored .social-snapchat {
  background-color: #fffb01;
}
.socials--colored .social-linkedin {
  background-color: #0e76a8;
}
.socials--colored .social-pinterest {
  background-color: #c8232c;
}
.socials--colored .social-instagram {
  background-color: #e1306c;
}
.socials--colored .social-rss {
  background-color: #ef822a;
}
.socials--colored .social-pocket {
  background-color: #ef4056;
}
.socials--colored .social-email {
  background-color: #333333;
}
.socials--colored .social-vkontakte {
  background-color: #45668e;
}
.socials--colored .social-reddit {
  background-color: #ff4500;
}
.socials--colored .social-dribbble {
  background-color: #ea4c89;
}
.socials--colored .social-tumblr {
  background-color: #35465c;
}
.socials--colored .social-behance {
  background-color: #1769ff;
}
.socials--colored .social-slack {
  background-color: #6ecadc;
}
.socials--colored .social-github {
  background-color: #333333;
}
.socials--colored .social-flickr {
  background-color: #ff0084;
}
.socials--colored .social-xing {
  background-color: #026466;
}
.socials--colored .social-vimeo {
  background-color: #1ab7ea;
}
.socials--colored .social-facebook-messenger {
  background-color: #0084ff;
}
.socials--colored .social-viber {
  background-color: #8f5db7;
}
.socials--colored .social-telegram {
  background-color: #0088cc;
}
.socials--colored .social-line {
  background-color: #00c300;
}

/*-------------------------------------------------------*/
/* Main Wrapper
/*-------------------------------------------------------*/
.main-wrapper {
  overflow: hidden;
  position: relative;
}

.content {
  min-width: 0;
}

/* GDPR Checkbox
-------------------------------------------------------*/
.deo-newsletter-gdpr-checkbox {
  margin-top: 16px;
}
.deo-newsletter-gdpr-checkbox__label {
  display: flex;
  font-family: "Lora", sans-serif;
  color: #4b4b4b;
  font-size: 0.875rem !important;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .deo-newsletter-gdpr-checkbox__label {
    justify-content: center;
  }
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 60px 0;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-title .container {
  height: 100%;
}
.page-title__outer {
  width: 100%;
  height: 100%;
  display: table;
}
.page-title__inner {
  display: table-cell;
  vertical-align: middle;
}
.page-title__holder {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.page-title__title {
  font-size: 2.375rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.page-title__description {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* Breadcrumbs
-------------------------------------------------------*/
.breadcrumbs {
  font-size: 0.9375rem;
  margin-top: 10px;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  text-indent: 0;
}
.breadcrumbs .trail-items li::after {
  content: "";
}
.breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li::before {
  font-family: "dinerize-icons";
  font-size: 0.9375rem;
  padding: 0 0.5em;
  vertical-align: middle;
}
.page-title__title + .breadcrumbs {
  margin-top: 8px;
}
.page-title.bg-overlay .breadcrumbs, .page-title.bg-overlay .breadcrumbs a {
  color: #fff;
}

.rtl .trail-items li::after {
  display: none;
}
.rtl .trail-items li::before {
  content: "";
}

.trail-items li:last-of-type::after,
.trail-items li:last-of-type::before {
  display: none;
}

/* Cookies notication bar
-------------------------------------------------------*/
.cc-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cc-container {
    display: flex;
    justify-content: center;
  }
}

.cc-window.cc-banner {
  background-color: #111111;
}

.cc-message {
  margin-right: 20px;
  flex: 0 1 auto !important;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .cc-message {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.cc-link {
  opacity: 1;
}
.cc-link:hover, .cc-link:focus {
  color: #fff;
}

.cc-link,
.cc-link:active,
.cc-link:visited {
  color: #fff;
}

a.cc-btn.cc-dismiss {
  font-size: 0.8125rem !important;
  background-color: var(--dinery-main-color);
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  border: 0;
  color: #fff;
  border-radius: 3px;
  min-width: auto !important;
}
a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
  opacity: 0.9;
}

/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/
.entry {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  word-wrap: break-word;
}
.entry--no-content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.entry__img-holder {
  overflow: hidden;
  position: relative;
}
.entry__img-holder + .entry__body {
  padding-top: 24px;
}
.entry__img-holder:hover img {
  transform: scale(1.1);
}
.entry__img {
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) !important;
}
@media (prefers-reduced-motion: reduce) {
  .entry__img {
    transition: none;
  }
}
.entry__title {
  font-size: 1.625rem;
  margin-bottom: 20px;
  position: relative;
}
.entry__title--small {
  font-size: 1.375rem;
}
.entry__excerpt p {
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Post List
/*-------------------------------------------------------*/
.post-list .entry {
  display: flex;
}
.post-list.masonry-item .entry .entry__img-holder {
  margin-right: 40px;
}
.post-list .entry__img-holder {
  flex: 0 0 120px;
}
@media only screen and (min-width: 1200px) {
  .post-list .entry__img-holder {
    flex: 0 0 180px;
  }
}
@media only screen and (max-width: 575px) {
  .post-list.masonry-item .entry .entry__img-holder {
    flex: 0 0 60px;
    margin-right: 20px;
  }
}
.post-list .entry__body {
  flex: 1 0 0;
  padding-top: 0;
}

/*-------------------------------------------------------*/
/* Post Cards
/*-------------------------------------------------------*/
.post-cards .entry__title {
  font-size: 1.3125rem;
}

/*-------------------------------------------------------*/
/* Isotope Filter
/*-------------------------------------------------------*/
.isotope-filter {
  margin-bottom: 48px;
}
.isotope-filter a {
  display: inline-block;
  position: relative;
  padding: 4px 12px;
  border-radius: 3px;
  margin-right: 2px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #818181;
}
.isotope-filter a.active, .isotope-filter a:hover, .isotope-filter a:focus {
  background-color: var(--dinery-main-color);
  color: #fff;
}
.isotope-filter a:last-child {
  margin-right: 0;
}

/*-------------------------------------------------------*/
/* Meta
/*-------------------------------------------------------*/
.entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.entry__meta--top {
  margin-bottom: 8px;
}
.entry__meta-item {
  font-family: "Jost", sans-serif;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #818181;
}
.entry__meta-item::after {
  content: "·";
  display: block;
  margin: 0 8px;
}
.entry__meta-item:last-child::after {
  display: none;
}
.entry__meta-item a {
  color: #4b4b4b;
}
.entry__meta a:hover, .entry__meta a:focus {
  color: var(--dinery-main-color);
}
.entry__meta-date, .entry__meta-comments {
  font-size: 0.875rem;
}
.entry__excerpt + .entry__meta {
  padding-top: 12px;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
}

.entry__category-item {
  margin-left: 4px;
}

.entry__meta-author-img {
  border-radius: 50% !important;
  margin-right: 8px;
}
.entry__meta-author-url {
  display: flex;
  align-items: center;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
}

.post-pagination {
  margin-top: 24px;
}

.page-numbers,
.post-page-numbers {
  font-size: 1.125rem;
  display: inline-block;
  padding: 0 6px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  margin: 0 0 6px;
  text-align: center;
  color: #818181;
  vertical-align: middle;
  white-space: nowrap;
  list-style: none;
}
.page-numbers:not(span):hover,
.post-page-numbers:not(span):hover {
  color: var(--dinery-main-color);
}
.page-numbers.current,
.post-page-numbers.current {
  color: #343434;
}
.page-numbers i,
.post-page-numbers i {
  font-size: 1rem;
  display: inline-block;
}
.rtl .page-numbers i,
.rtl .post-page-numbers i {
  transform: rotate(180deg);
}

/* Post Pagination
-------------------------------------------------------*/
.post-pagination > span:first-child {
  margin-right: 10px;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.fullwidth.single-post .blog__content {
  max-width: 820px;
}

/* Featured Image / Entry Header
-------------------------------------------------------*/
.single-post__entry-header {
  margin-bottom: 58px;
}
.single-post__entry-header .entry__meta-item::after {
  display: none;
}
.single-post__entry-header .entry__category {
  margin-bottom: 20px;
  margin-right: 0;
}
.single-post__entry-header .entry__category span {
  display: none;
}
.single-post__entry-header .entry__category-item {
  text-transform: uppercase;
  color: var(--dinery-main-color);
  position: relative;
  font-size: 0.875rem;
  margin-right: 14px;
  margin-left: 0;
}
.single-post__entry-header .entry__category-item::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: var(--dinery-main-color);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .single-post__entry-header .entry__category-item::after {
    transition: none;
  }
}
.single-post__entry-header .entry__category-item:hover::after, .single-post__entry-header .entry__category-item:focus::after {
  width: 100%;
}
.single-post__entry-header .entry__category-item:last-child {
  margin-right: 0;
}
.single-post__entry-header .entry__meta-author,
.single-post__entry-header .entry__meta-date {
  display: block;
}
.single-post__entry-header .entry__meta-author {
  text-transform: none;
  font-size: 1.125rem;
  color: #343434;
  line-height: 1.1;
  margin-right: 0;
}
.single-post__entry-header .entry__meta-author a {
  color: inherit;
}
.single-post__entry-header .entry__meta-author a:hover, .single-post__entry-header .entry__meta-author a:focus {
  color: var(--dinery-main-color);
}
.single-post__featured-img {
  margin-bottom: 68px;
}
.single-post__entry {
  overflow: visible;
  margin-bottom: 40px;
}
.single-post__entry-title {
  word-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1025px) {
  .single-post__entry-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post__entry-title {
    font-size: 3rem;
  }
}

.fullwidth .single-post__entry-header {
  text-align: center;
}
.fullwidth .single-post__entry-meta {
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .fullwidth .single-post__entry-header,
.fullwidth .single-post__featured-img {
    margin-left: -220px;
    margin-right: -220px;
  }
}
/* Entry header author
-------------------------------------------------------*/
.single-post__entry-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fullwidth .single-post__entry-author {
  justify-content: center;
}
.single-post__entry-author-url {
  margin-right: 16px;
}
.single-post__entry-author-img {
  border-radius: 50%;
}
.single-post__entry-author-content {
  text-align: left;
}

/* Single post article
-------------------------------------------------------*/
.entry__article {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .entry__article {
    margin-top: 16px;
  }
}
.entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.entry__article > p, .entry__article > ul, .entry__article > ol {
  margin-bottom: 34px;
}
.entry__article p a,
.entry__article li:not(.wp-social-link) a {
  color: #2d95e3;
  text-decoration: underline;
}
.entry__article p a:hover,
.entry__article li:not(.wp-social-link) a:hover {
  color: #343434;
}
.entry__article ol {
  padding-left: 26px;
}
.entry__article ul {
  padding-left: 20px;
}

/* Sidebar
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sidebar:not(.elementor-column) {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .left-sidebar .content {
    order: 2;
    padding-left: 40px;
  }

  .right-sidebar .content {
    padding-right: 40px;
  }
}
.elementor-widget-sidebar .widget-title,
.sidebar .widget-title {
  font-size: 1.3125rem;
}

/* Entry Share
-------------------------------------------------------*/
.entry__share-label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Jost", sans-serif;
  margin-right: 8px;
}
.entry__share-socials {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .entry__share--right {
    text-align: right;
  }
}

/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .entry__tags {
    margin-bottom: 18px;
  }
}

/* Author
/*-------------------------------------------------------*/
.entry-author {
  background-color: #f8f8f8;
  margin-top: 24px;
  margin-bottom: 48px;
  padding: 32px;
}
.entry-author__url {
  display: inline-flex;
  float: left;
  align-items: center;
}
.entry-author__img {
  height: 64px;
  width: 64px;
  display: block;
  margin-right: 24px;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .entry-author__img {
    width: 50px;
    height: 50px;
  }
}
.entry-author__img-holder {
  display: block;
  float: left;
}
@media only screen and (max-width: 575px) {
  .entry-author__img-holder {
    float: none;
    margin-bottom: 24px;
  }
}
.entry-author__info {
  overflow: hidden;
}
.entry-author__name {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 1.25rem;
}
.entry-author__description {
  margin-top: 10px;
  margin-bottom: 20px;
}
.entry-author__socials {
  display: flex;
}

/* Related Posts
/*-------------------------------------------------------*/
.related-posts {
  margin-top: 60px;
  margin-bottom: 20px;
}
.related-posts__entry {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}
.related-posts__title {
  padding-right: 80px;
}
.related-posts__entry-img-holder {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.related-posts__entry-title {
  font-size: 1.1875rem;
}

/* Comments
/*-------------------------------------------------------*/
.entry__comments {
  margin-top: 30px;
}

.related-posts__title,
.entry-comments__title,
.comment-respond__title {
  font-size: 1.75rem;
  margin-bottom: 32px;
}

.comment-respond__title small {
  margin-left: 12px;
}

.comment-content a {
  text-decoration: underline;
}
.comment-content > h1, .comment-content > h2, .comment-content > h3, .comment-content > h4, .comment-content > h5, .comment-content > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.comment-content ol {
  padding-left: 26px;
}
.comment-content ul {
  padding-left: 20px;
}

.comment-list {
  padding-left: 0;
  margin-bottom: 48px;
}
.comment-list, .comment-list .children {
  list-style: none;
}
.comment .children {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .comment .children {
    padding-left: 20px;
  }
  .comment .children .children {
    padding-left: 0;
  }
}
.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}
.comment-body {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
}
.comment-text {
  overflow: hidden;
}
.comment-text p {
  margin-bottom: 10px;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.comment-author {
  font-size: 1rem;
}
.comment-author__name {
  color: #343434;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
}
.comment-author__post-author-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 3px;
  background-color: var(--dinery-main-color);
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 0.6875rem;
}
.comment-author a {
  color: inherit;
}
.comment-metadata {
  display: inline-block;
}
.comment-date, .comment-edit-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #818181;
}
.comment-edit-link {
  margin-left: 5px;
  margin-bottom: 0;
  color: var(--dinery-main-color);
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-respond {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comment-form .logged-in-as {
  margin-bottom: 26px;
  margin-top: -20px;
}

/* Previous / Next Post Navigation
/*-------------------------------------------------------*/
.entry-navigation {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 36px;
}
.entry-navigation__row {
  margin: 0 -20px;
  display: flex;
}
.entry-navigation__col {
  padding: 0 20px;
}
.entry-navigation__item {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.entry-navigation--left {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.entry-navigation--left i {
  margin-right: 7px;
}
.entry-navigation--right {
  margin-bottom: 12px;
  text-align: right;
  float: right;
  margin-left: auto;
  width: 50%;
}
.entry-navigation--right i {
  margin-left: 7px;
}
.entry-navigation__body {
  width: 100%;
}
.entry-navigation i {
  font-size: 12px;
  display: inline-block;
  color: #4b4b4b;
}
.rtl .entry-navigation i {
  transform: rotate(180deg);
}
.entry-navigation__label {
  display: inline-block;
  margin-bottom: 5px;
  color: #818181;
  font-size: 0.875rem;
}
.entry-navigation__title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .entry-navigation__row {
    display: block;
  }
  .entry-navigation__col {
    width: 100%;
    float: none;
  }
  .entry-navigation--right {
    text-align: left;
  }
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  backface-visibility: hidden;
  z-index: 120;
  min-height: 100px;
  position: relative;
  /* Dropdowns (large screen) */
}
.nav__wrap {
  margin-left: auto;
}
.nav__menu, .nav__dropdown-menu {
  list-style: none;
}
@media (min-width: 1400px) {
  .nav__container {
    max-width: 1260px;
  }
}
.nav__menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav__menu li {
  position: relative;
}
.nav__menu li a {
  font-family: "Jost", sans-serif;
}
.nav__menu > li > a {
  color: #343434;
  font-size: 0.8175rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100px;
  display: block;
  position: relative;
  transition: 0.1s color;
}
@media (prefers-reduced-motion: reduce) {
  .nav__menu > li > a {
    transition: none;
  }
}
.nav__menu > li > a:hover {
  opacity: 0.9;
}
@media only screen and (min-width: 1025px) {
  .nav__wrap.collapse {
    display: block;
    height: auto;
  }
  .nav__menu > li {
    display: inline-block;
    text-align: center;
    padding: 0 17px;
  }
  .nav__menu > li:last-child {
    padding-right: 0;
  }
  .nav__dropdown-menu {
    position: absolute;
    left: -5px;
    top: 100%;
    z-index: 1000;
    min-width: 220px;
    width: 100%;
    text-align: left;
    padding: 16px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (prefers-reduced-motion: reduce) {
  .nav__dropdown-menu {
    transition: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-menu > li > a {
    color: #4b4b4b;
    font-size: 1rem;
    padding: 7px 24px;
    line-height: 22px;
    display: block;
  }
  .nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
    color: var(--dinery-main-color);
  }
}
@media only screen and (min-width: 1025px) {
  .nav__item-dropdown::after {
    display: inline-block;
    content: "";
    font-size: 12px;
    opacity: 0.5;
    font-family: "dinerize-icons";
    line-height: 1;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown:hover > .nav__dropdown-menu, .nav__dropdown:focus > .nav__dropdown-menu, .nav__dropdown.focus > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-menu .nav__dropdown-menu {
    left: 100%;
    top: -16px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown .nav__dropdown > a:after {
    content: "" /*!rtl:""*/;
    font-family: "dinerize-icons";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-trigger {
    display: none;
  }
}

/* Align last dropdown
-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .nav__menu > li:last-child .nav__dropdown-menu,
.deo-elementor-nav-menu__list > li:last-child .deo-elementor-nav-menu__dropdown-menu {
    right: -24px;
    left: auto;
  }

  .nav__menu > li:last-child .nav__dropdown-menu .nav__dropdown-menu,
.deo-elementor-nav-menu__list > li:last-child .deo-elementor-nav-menu__dropdown-menu .deo-elementor-nav-menu__dropdown-menu {
    left: auto;
    right: 100%;
  }
}
/* Dropdown trigger
-------------------------------------------------------*/
.nav__dropdown-trigger {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.nav__dropdown-trigger:focus {
  background-color: transparent;
  color: inherit;
}
.nav__dropdown-trigger i {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav__dropdown-trigger i {
    transition: none;
  }
}
.nav__dropdown-trigger--is-open i {
  transform: rotate(180deg);
}

.mobile body {
  cursor: pointer;
}

.nav__menu > li.active > a,
.nav__menu > .current_page_parent > a,
.nav__menu .current-menu-item > a {
  color: var(--dinery-main-color);
}

/* Logo
-------------------------------------------------------*/
.logo {
  line-height: 1;
  display: block;
  max-height: 25px;
}
.logo-url {
  vertical-align: middle;
  color: #343434;
}

.nav--default .logo--light,
.nav--transparent .logo--light {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .nav--transparent .logo--dark,
.nav--transparent .sticky .logo--light {
    display: none;
  }

  .nav--transparent .logo--light,
.nav--transparent .sticky .logo--dark {
    display: inline-block;
  }
}
/* Nav Flexbox
-------------------------------------------------------*/
.nav__flex-parent {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .nav__flex-parent {
    height: 100px;
  }
  .nav--sticky.sticky .nav__flex-parent {
    height: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav__flex-parent {
    display: block;
  }
}

.nav--align-right {
  margin-left: auto;
}

.nav--align-left {
  margin-right: auto;
}

/* Nav Right / Shortcode
-------------------------------------------------------*/
.nav__right {
  margin-left: 34px;
}
.nav__right .glf-button {
  padding: 13px 24px !important;
}
.nav__right .btn--md {
  font-size: 0.875rem;
}
.nav__right--mobile {
  padding: 20px 0;
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
  display: block;
  position: relative;
  padding: 9px;
  width: 36px;
  height: 32px;
  margin-right: -9px;
  background-color: transparent;
  border: none;
  z-index: 50;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .nav__icon-toggle {
    display: none;
  }
}
.nav__icon-toggle-bar {
  background-color: #343434;
  width: 18px;
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 1px;
}
.nav__icon-toggle span:nth-child(2) {
  top: 9px;
  transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle span:nth-child(2) {
    transition: none;
  }
}
.nav__icon-toggle span:nth-child(3) {
  top: 15px;
  transition: opacity 0.1s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle span:nth-child(3) {
    transition: none;
  }
}
.nav__icon-toggle span:nth-child(4) {
  bottom: 9px;
  transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle span:nth-child(4) {
    transition: none;
  }
}
.nav__icon-toggle--is-opened span:nth-child(2) {
  top: 15px;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle--is-opened span:nth-child(2) {
    transition: none;
  }
}
.nav__icon-toggle--is-opened span:nth-child(3) {
  opacity: 0;
}
.nav__icon-toggle--is-opened span:nth-child(4) {
  bottom: 15px;
  transform: rotate(-45deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle--is-opened span:nth-child(4) {
    transition: none;
  }
}
.nav__icon-toggle:focus {
  background-color: transparent;
}

/* Custom Header Logo
-------------------------------------------------------*/
.deo-logo-container {
  display: inline-block;
  vertical-align: middle;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky.offset {
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95) !important;
}
@media (prefers-reduced-motion: reduce) {
  .nav--sticky.offset {
    transition: none;
  }
}
.nav--sticky.scrolling {
  transform: translate3d(0, 0px, 0);
}
.nav--sticky.sticky {
  position: fixed !important;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(62, 64, 69, 0.1);
}
.nav--sticky.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1025px) {
  .nav--sticky.sticky .nav__menu > li > a {
    line-height: 72px;
  }
}

/* Transparent Nav
-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .nav--transparent {
    background-color: transparent;
    position: absolute !important;
    width: 100%;
    top: 0;
  }
  .nav--transparent .nav__holder:not(.sticky) .nav__menu > li > a,
.nav--transparent .nav__holder:not(.sticky) .nav__menu > li > a:hover,
.nav--transparent .nav__holder:not(.sticky) .nav__menu > li > a:focus,
.nav--transparent .nav__holder:not(.sticky) .nav__menu > li.active > a,
.nav--transparent .nav__holder:not(.sticky) .nav__right .btn {
    color: #fff;
  }
}
/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 34px;
  background-color: #f8f8f8;
  box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  #back-to-top {
    transition: none;
  }
}
#back-to-top i {
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  #back-to-top i {
    transition: none;
  }
}
#back-to-top a {
  display: block;
  color: #343434;
}
#back-to-top.show {
  bottom: 20px;
}
#back-to-top:hover {
  background-color: var(--dinery-main-color);
  bottom: 24px;
}
#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .nav__wrap {
    margin-left: 0;
  }
  .nav__header {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 14px 0;
    line-height: 1.3;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav__dropdown-menu a {
    color: #4b4b4b;
  }
  .nav__dropdown-menu a:hover {
    color: #000;
  }
  .nav__dropdown-menu > li > a {
    padding-left: 10px;
  }
  .nav__dropdown-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .nav__dropdown-trigger {
    display: block;
    width: 20px;
    min-height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
  .nav__dropdown-menu {
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu {
    display: block;
  }

  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
  }

  .nav__btn {
    width: 100%;
    margin-bottom: 18px;
  }

  .sticky-on-mobile .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__widgets {
  padding: 100px 0 60px;
}
.footer .widget {
  text-align: center;
}
.footer .widget-title {
  font-size: 0.875rem;
  text-transform: uppercase;
}

/* Footer Menu Bar
-------------------------------------------------------*/
.footer__menu-bar {
  padding: 32px 0;
  border-bottom: 1px solid #202934;
}

.footer__nav-menu li {
  display: inline-block;
  margin-right: 24px;
}
.footer__nav-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer__nav-menu {
    margin-bottom: 18px;
  }
  .footer__nav-menu li {
    display: block;
  }
}

/* Footer Widgets
-------------------------------------------------------*/
.footer__widgets a {
  color: #4b4b4b;
}
.footer__widgets .widget .social:hover {
  color: #fff;
}
.footer__widgets .widget_categories li,
.footer__widgets .widget_pages li,
.footer__widgets .widget_archive li,
.footer__widgets .widget_meta li,
.footer__widgets .widget_nav_menu li {
  padding: 3px 0;
  border: 0 !important;
}
.footer__widgets .widget .sub-menu li:first-child,
.footer__widgets .widget .children li:first-child {
  padding-top: 0;
}

.widget-icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
  display: block;
  color: var(--dinery-main-color);
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
  padding: 48px 0;
  font-size: 0.875rem;
  border-top: 1px solid #e5e5e5;
}
.footer__bottom a {
  color: #4b4b4b;
}
.footer__bottom a:hover {
  color: var(--dinery-main-color);
}

@media only screen and (min-width: 768px) {
  .col-md-6 .footer__bottom-copyright {
    text-align: right;
  }
}
/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-8 {
    margin-top: 8px;
  }

  .mt-lg-16 {
    margin-top: 16px;
  }

  .mt-lg-24 {
    margin-top: 24px;
  }

  .mt-lg-32 {
    margin-top: 32px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-48 {
    margin-top: 48px;
  }

  .mt-lg-56 {
    margin-top: 56px;
  }

  .mt-lg-64 {
    margin-top: 64px;
  }

  .mt-lg-72 {
    margin-top: 72px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px;
  }

  .mb-lg-16 {
    margin-bottom: 16px;
  }

  .mb-lg-24 {
    margin-bottom: 24px;
  }

  .mb-lg-32 {
    margin-bottom: 32px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-48 {
    margin-bottom: 48px;
  }

  .mb-lg-56 {
    margin-bottom: 56px;
  }

  .mb-lg-64 {
    margin-bottom: 64px;
  }

  .mb-lg-72 {
    margin-bottom: 72px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .pt-lg-8 {
    padding-top: 8px;
  }

  .pt-lg-16 {
    padding-top: 16px;
  }

  .pt-lg-24 {
    padding-top: 24px;
  }

  .pt-lg-32 {
    padding-top: 32px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-48 {
    padding-top: 48px;
  }

  .pt-lg-56 {
    padding-top: 56px;
  }

  .pt-lg-64 {
    padding-top: 64px;
  }

  .pt-lg-72 {
    padding-top: 72px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pb-lg-0 {
    padding-bottom: 0;
  }

  .pb-lg-8 {
    padding-bottom: 8px;
  }

  .pb-lg-16 {
    padding-bottom: 16px;
  }

  .pb-lg-24 {
    padding-bottom: 24px;
  }

  .pb-lg-32 {
    padding-bottom: 32px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-48 {
    padding-bottom: 48px;
  }

  .pb-lg-56 {
    padding-bottom: 56px;
  }

  .pb-lg-64 {
    padding-bottom: 64px;
  }

  .pb-lg-72 {
    padding-bottom: 72px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-8 {
    margin-top: 8px;
  }

  .mt-md-16 {
    margin-top: 16px;
  }

  .mt-md-24 {
    margin-top: 24px;
  }

  .mt-md-32 {
    margin-top: 32px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-48 {
    margin-top: 48px;
  }

  .mt-md-56 {
    margin-top: 56px;
  }

  .mt-md-64 {
    margin-top: 64px;
  }

  .mt-md-72 {
    margin-top: 72px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-8 {
    margin-bottom: 8px;
  }

  .mb-md-16 {
    margin-bottom: 16px;
  }

  .mb-md-24 {
    margin-bottom: 24px;
  }

  .mb-md-32 {
    margin-bottom: 32px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-48 {
    margin-bottom: 48px;
  }

  .mb-md-56 {
    margin-bottom: 56px;
  }

  .mb-md-64 {
    margin-bottom: 64px;
  }

  .mb-md-72 {
    margin-bottom: 72px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .pt-md-0 {
    padding-top: 0;
  }

  .pt-md-8 {
    padding-top: 8px;
  }

  .pt-md-16 {
    padding-top: 16px;
  }

  .pt-md-24 {
    padding-top: 24px;
  }

  .pt-md-32 {
    padding-top: 32px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-48 {
    padding-top: 48px;
  }

  .pt-md-56 {
    padding-top: 56px;
  }

  .pt-md-64 {
    padding-top: 64px;
  }

  .pt-md-72 {
    padding-top: 72px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pb-md-0 {
    padding-bottom: 0;
  }

  .pb-md-8 {
    padding-bottom: 8px;
  }

  .pb-md-16 {
    padding-bottom: 16px;
  }

  .pb-md-24 {
    padding-bottom: 24px;
  }

  .pb-md-32 {
    padding-bottom: 32px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-48 {
    padding-bottom: 48px;
  }

  .pb-md-56 {
    padding-bottom: 56px;
  }

  .pb-md-64 {
    padding-bottom: 64px;
  }

  .pb-md-72 {
    padding-bottom: 72px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-8 {
    margin-top: 8px;
  }

  .mt-sm-16 {
    margin-top: 16px;
  }

  .mt-sm-24 {
    margin-top: 24px;
  }

  .mt-sm-32 {
    margin-top: 32px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-48 {
    margin-top: 48px;
  }

  .mt-sm-56 {
    margin-top: 56px;
  }

  .mt-sm-64 {
    margin-top: 64px;
  }

  .mt-sm-72 {
    margin-top: 72px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px;
  }

  .mb-sm-16 {
    margin-bottom: 16px;
  }

  .mb-sm-24 {
    margin-bottom: 24px;
  }

  .mb-sm-32 {
    margin-bottom: 32px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-48 {
    margin-bottom: 48px;
  }

  .mb-sm-56 {
    margin-bottom: 56px;
  }

  .mb-sm-64 {
    margin-bottom: 64px;
  }

  .mb-sm-72 {
    margin-bottom: 72px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .pt-sm-8 {
    padding-top: 8px;
  }

  .pt-sm-16 {
    padding-top: 16px;
  }

  .pt-sm-24 {
    padding-top: 24px;
  }

  .pt-sm-32 {
    padding-top: 32px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-48 {
    padding-top: 48px;
  }

  .pt-sm-56 {
    padding-top: 56px;
  }

  .pt-sm-64 {
    padding-top: 64px;
  }

  .pt-sm-72 {
    padding-top: 72px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pb-sm-8 {
    padding-bottom: 8px;
  }

  .pb-sm-16 {
    padding-bottom: 16px;
  }

  .pb-sm-24 {
    padding-bottom: 24px;
  }

  .pb-sm-32 {
    padding-bottom: 32px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-48 {
    padding-bottom: 48px;
  }

  .pb-sm-56 {
    padding-bottom: 56px;
  }

  .pb-sm-64 {
    padding-bottom: 64px;
  }

  .pb-sm-72 {
    padding-bottom: 72px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-8 {
    margin-top: 8px;
  }

  .mt-xs-16 {
    margin-top: 16px;
  }

  .mt-xs-24 {
    margin-top: 24px;
  }

  .mt-xs-32 {
    margin-top: 32px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mt-xs-48 {
    margin-top: 48px;
  }

  .mt-xs-56 {
    margin-top: 56px;
  }

  .mt-xs-64 {
    margin-top: 64px;
  }

  .mt-xs-72 {
    margin-top: 72px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-8 {
    margin-bottom: 8px;
  }

  .mb-xs-16 {
    margin-bottom: 16px;
  }

  .mb-xs-24 {
    margin-bottom: 24px;
  }

  .mb-xs-32 {
    margin-bottom: 32px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-48 {
    margin-bottom: 48px;
  }

  .mb-xs-56 {
    margin-bottom: 56px;
  }

  .mb-xs-64 {
    margin-bottom: 64px;
  }

  .mb-xs-72 {
    margin-bottom: 72px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .pt-xs-0 {
    padding-top: 0;
  }

  .pt-xs-8 {
    padding-top: 8px;
  }

  .pt-xs-16 {
    padding-top: 16px;
  }

  .pt-xs-24 {
    padding-top: 24px;
  }

  .pt-xs-32 {
    padding-top: 32px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .pt-xs-48 {
    padding-top: 48px;
  }

  .pt-xs-56 {
    padding-top: 56px;
  }

  .pt-xs-64 {
    padding-top: 64px;
  }

  .pt-xs-72 {
    padding-top: 72px;
  }

  .pt-xs-80 {
    padding-top: 80px;
  }

  .pb-xs-0 {
    padding-bottom: 0;
  }

  .pb-xs-8 {
    padding-bottom: 8px;
  }

  .pb-xs-16 {
    padding-bottom: 16px;
  }

  .pb-xs-24 {
    padding-bottom: 24px;
  }

  .pb-xs-32 {
    padding-bottom: 32px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pb-xs-48 {
    padding-bottom: 48px;
  }

  .pb-xs-56 {
    padding-bottom: 56px;
  }

  .pb-xs-64 {
    padding-bottom: 64px;
  }

  .pb-xs-72 {
    padding-bottom: 72px;
  }

  .pb-xs-80 {
    padding-bottom: 80px;
  }
}
/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
.bg-light {
  background-color: #f8f8f8;
}

.bg-dark {
  background-color: #111111;
}

/* Gradients / Overlays
-------------------------------------------------------*/
.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .bg-overlay::before {
    transition: none;
  }
}

.bottom-gradient {
  position: relative;
}
.bottom-gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}

/* Box Shadow
-------------------------------------------------------*/
.box-shadow {
  box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  position: relative;
  display: block;
  top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .box-shadow {
    transition: none;
  }
}

/* Title Underline
-------------------------------------------------------*/
.title-underline a {
  background-image: linear-gradient(to right, #343434 0%, #343434 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.5% 0px;
}
.title-underline:hover a {
  background-size: 100% 2px;
  color: inherit;
}

/* Link Underline
-------------------------------------------------------*/
.link-underline {
  position: relative;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .link-underline {
    transition: none;
  }
}
.link-underline:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--dinery-main-color);
  height: 2px;
  width: 62px;
  left: 0;
  bottom: -8px;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .link-underline:after {
    transition: none;
  }
}
.link-underline:hover, .link-underline:focus {
  color: var(--dinery-main-color);
}
.link-underline:hover:after, .link-underline:focus:after {
  width: 100%;
}

/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(17, 17, 17, 0.68);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .hover-overlay {
    transition: none;
  }
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-shine::before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hover-shine:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.hover-pulse {
  position: relative;
  z-index: 0;
}
.hover-pulse::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  background-color: inherit;
}
.hover-pulse:hover::after {
  transform: scaleX(1.2) scaleY(1.6);
  opacity: 0;
}

/* Flexbox
-------------------------------------------------------*/
.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

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

/* Column Gutters
-------------------------------------------------------*/
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-left: 20px;
  padding-right: 20px;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .modal {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  body.admin-bar .modal {
    top: 32px;
  }
}
body.admin-bar .nav--sticky.sticky,
body.admin-bar .deo-header__sticky-holder.sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .nav--sticky.sticky,
body.admin-bar .deo-header__sticky-holder.sticky {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .nav--sticky.sticky,
body.admin-bar .deo-header__sticky-holder.sticky {
    top: 0;
  }
}

.site-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

img {
  height: auto;
}

/* Accessibility
-------------------------------------------------------*/
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  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;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Skip link focus fix
-------------------------------------------------------*/
.skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: var(--dinery-main-color);
  display: block;
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 100% !important;
  float: none;
}

@media only screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0.5em 2em 2em 0;
  }

  .alignright {
    float: right;
    margin: 0.5em 0 2em 2em;
  }

  .alignleft,
.alignright {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 575px) {
  .alignleft,
.alignright {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.alignnone {
  margin: 0.5em 0;
}

.aligncenter {
  display: block;
  margin: 0.5em auto;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #e5e5e5;
  padding: 2px;
}

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
ul.wp-block-gallery {
  padding-left: 0;
}

@media only screen and (min-width: 576px) {
  div[class^=gallery-columns-],
div[class*=" gallery-columns-"] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.gallery-item img {
  width: 100%;
}
.gallery-item a {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .gallery-item {
    max-width: 100%;
    padding: 0;
  }
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  box-shadow: none;
  background: none;
  max-width: 100%;
  display: block;
}

.gallery-item a img {
  display: block;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item a img {
    transition: none;
  }
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  transform: scale(1.1);
}

/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

@media only screen and (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .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-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
  margin-bottom: 14px;
}

.post-password-form label + input {
  margin-bottom: 0;
  width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
  content: "";
  font-family: "dinerize-icons";
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 1rem;
  color: #7e7e7e;
  max-height: 20px;
}
.content .post.sticky .entry__title:before {
  margin-right: 10px;
  margin-bottom: 3px;
}

/* Meta date updated
/*-------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
  margin: 20px 0;
}
.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after {
  display: table;
  content: "";
  clear: both;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-gold-background-color {
  background-color: #a87f34;
}

:root .has-blue-background-color {
  background-color: #2d3650;
}

:root .has-dark-background-color {
  background-color: #343434;
}

:root .has-grey-background-color {
  background-color: #4b4b4b;
}

:root .has-gold-color {
  color: #a87f34;
}

:root .has-blue-color {
  color: #2d3650;
}

:root .has-dark-color {
  color: #343434;
}

:root .has-grey-color {
  color: #4b4b4b;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  padding: 17px 30px;
  font-size: 1.125rem;
  border-radius: 3px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  line-height: 1.1 !important;
}

.wp-block-button__link:not(.has-background):visited,
.wp-block-button__link:not(.has-background) {
  background-color: var(--dinery-main-color);
}

.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
  background-color: #1b1b1b;
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}

/* Full-width Images
-------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .fullwidth .entry__article .alignwide {
    margin-left: -220px;
    margin-right: -220px;
    width: auto;
    max-width: none;
  }
  .fullwidth .entry__article .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
    z-index: 1;
  }
  .fullwidth .entry__article .alignfull img {
    width: 100vw;
  }
}
/* Images
-------------------------------------------------------*/
.wp-block-image .alignleft {
  margin-right: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
  }
}
.wp-block-image .alignright {
  margin-left: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
  }
}

/* Cover
-------------------------------------------------------*/
.wp-block-cover {
  margin: 0 0 1.5em;
  font-size: 1rem;
  line-height: 1.3;
}
.wp-block-cover.alignleft {
  margin: 0.5em 2em 1.5em 0;
}
.wp-block-cover.alignright {
  margin: 0.5em 0 1.5em 2em;
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
  width: 100%;
  margin-bottom: 2rem;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
  padding-left: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
  list-style: none;
  padding-left: 0;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
  color: #818181;
}

.wp-block-image figcaption {
  margin-top: 1em;
}

/* Separators
-------------------------------------------------------*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  opacity: 1;
  border-top: 1px solid #e5e5e5;
}

.wp-block-separator {
  border-color: #e5e5e5;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.is-style-default {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
  font-weight: 700;
  color: #4b4b4b;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
  overflow: hidden;
}

.wp-block-quote.has-text-align-center {
  border: 0;
}
.wp-block-quote.has-text-align-right {
  border-left: 0;
  border-right-width: 3px;
  border-right-style: solid;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 12px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 2rem;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1rem;
}

.wp-block-pullquote {
  text-align: left;
  position: relative;
  line-height: 1.5;
  padding: 0.1em 1em 0.2em 2.5em;
  margin-bottom: 30px;
  margin-top: 0;
  color: #343434;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  font-size: 1rem;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: normal;
}
.wp-block-pullquote::before {
  content: "“";
  color: var(--dinery-main-color);
  left: 0;
  top: 0;
  position: absolute;
  font-size: 5rem;
  line-height: 1;
}
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote cite {
  opacity: 0.7;
}
.wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: #4b4b4b;
}
@media only screen and (min-width: 576px) {
  .wp-block-pullquote.alignleft {
    margin-right: 2em;
  }
  .wp-block-pullquote.alignright {
    margin-left: 2em;
  }
}

.wp-block-pullquote.is-style-solid-color {
  margin-top: 10px;
  padding: 40px 0;
}
.wp-block-pullquote.is-style-solid-color::before {
  left: 10px;
  top: 10px;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
  font-size: 1.25rem;
}

/* Social Icons
-------------------------------------------------------*/
ul.wp-block-social-links {
  padding: 0;
}
ul.wp-block-social-links .wp-social-link a:focus {
  color: currentColor;
  fill: currentColor;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 24px;
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}
.wp-block-latest-posts a {
  display: inline-block;
  line-height: 1.3;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.footer .widget {
  margin-bottom: 40px;
}
.sidebar .widget, .elementor-widget-sidebar .widget {
  margin-bottom: 54px;
}
.widget li {
  list-style: none;
}
.widget.widget_block h2,
.widget .wp-block-search__label, .widget-title {
  font-size: 1.3125rem;
  margin-bottom: 22px;
}

.widget .sub-menu,
.widget .children {
  padding-top: 10px;
  padding-left: 10px;
}
.widget .sub-menu li:first-child,
.widget .children li:first-child {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.menu-item {
  list-style: none;
}

/* Widget Search
-------------------------------------------------------*/
.widget_search .envisionx-search-input {
  margin-bottom: 0;
}

.widget-search-button,
.search-form__button,
.envisionx-search-form .envisionx-search-button,
.woocommerce-product-search button[type=submit] {
  position: absolute;
  top: 0;
  height: 56px;
  width: 56px;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0;
  right: 0;
  font-size: 17px;
  vertical-align: middle;
}

.wp-block-search__inside-wrapper {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search .wp-block-search__input {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__input:focus {
  background-color: transparent;
  border-color: var(--dinery-main-color);
}
.wp-block-search .wp-block-search__label {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: none;
}
.wp-block-search .wp-block-search__button::before, .wp-block-search .wp-block-search__button::after {
  display: none;
}
.wp-block-search .wp-block-search__button svg {
  fill: currentColor;
}
.wp-block-search .wp-block-search__button.has-icon {
  border: 0;
  padding: 11px;
  flex-shrink: 0;
  min-height: 56px;
  width: 56px;
  border-radius: 4px;
}
.wp-block-search .wp-block-search__button.has-icon:focus, .wp-block-search .wp-block-search__button.has-icon:hover {
  box-shadow: none;
  color: #fff;
}
.wp-block-search .wp-block-search__button:not(.has-icon) {
  font-size: 0.875rem;
}
.wp-block-search .wp-block-search__button:not(.has-icon):hover, .wp-block-search .wp-block-search__button:not(.has-icon):focus {
  background-color: #343434;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: 0;
  border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button.has-icon {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #343434;
}

/* Widget Categories, Recent Entries, Comments, Archives, Meta
----------------------------------------------------------------*/
.elementor-widget-wp-widget-recent-posts a,
.widget_recent_entries a,
.elementor-widget-wp-widget-nav_menu a,
.widget_nav_menu a,
.elementor-widget-wp-widget-categories a,
.widget_categories a,
.elementor-widget-wp-widget-pages a,
.widget_pages a,
.elementor-widget-wp-widget-pages-archives a,
.widget_archive a,
.elementor-widget-wp-widget-meta a,
.widget_meta a {
  color: #4b4b4b;
}
.elementor-widget-wp-widget-recent-posts a:hover,
.widget_recent_entries a:hover,
.elementor-widget-wp-widget-nav_menu a:hover,
.widget_nav_menu a:hover,
.elementor-widget-wp-widget-categories a:hover,
.widget_categories a:hover,
.elementor-widget-wp-widget-pages a:hover,
.widget_pages a:hover,
.elementor-widget-wp-widget-pages-archives a:hover,
.widget_archive a:hover,
.elementor-widget-wp-widget-meta a:hover,
.widget_meta a:hover {
  color: var(--dinery-main-color);
}

.elementor-widget-wp-widget-recent-comments a,
.widget_recent_comments a {
  color: #343434;
}
.elementor-widget-wp-widget-recent-comments a:hover,
.widget_recent_comments a:hover {
  color: var(--dinery-main-color);
}

.elementor-widget-wp-widget-recent-posts li,
.widget_recent_entries li,
.elementor-widget-wp-widget-nav_menu li,
.widget_nav_menu li,
.elementor-widget-wp-widget-pages li,
.widget_pages li,
.elementor-widget-wp-widget-pages-archives li,
.widget_archive li,
.elementor-widget-wp-widget-meta li,
.widget_meta li,
.elementor-widget-wp-widget-recent-comments li,
.widget_recent_comments li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.elementor-widget-wp-widget-recent-posts li:first-child,
.widget_recent_entries li:first-child,
.elementor-widget-wp-widget-nav_menu li:first-child,
.widget_nav_menu li:first-child,
.elementor-widget-wp-widget-pages li:first-child,
.widget_pages li:first-child,
.elementor-widget-wp-widget-pages-archives li:first-child,
.widget_archive li:first-child,
.elementor-widget-wp-widget-meta li:first-child,
.widget_meta li:first-child,
.elementor-widget-wp-widget-recent-comments li:first-child,
.widget_recent_comments li:first-child {
  padding-top: 0;
}
.elementor-widget-wp-widget-recent-posts li:last-child,
.widget_recent_entries li:last-child,
.elementor-widget-wp-widget-nav_menu li:last-child,
.widget_nav_menu li:last-child,
.elementor-widget-wp-widget-pages li:last-child,
.widget_pages li:last-child,
.elementor-widget-wp-widget-pages-archives li:last-child,
.widget_archive li:last-child,
.elementor-widget-wp-widget-meta li:last-child,
.widget_meta li:last-child,
.elementor-widget-wp-widget-recent-comments li:last-child,
.widget_recent_comments li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Categories
-------------------------------------------------------*/
.elementor-widget-wp-widget-categories li,
.widget_categories li {
  overflow: hidden;
  padding: 2px 0;
}
.elementor-widget-wp-widget-categories li:first-child,
.widget_categories li:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.elementor-widget-wp-widget-categories li:last-child,
.widget_categories li:last-child {
  padding-bottom: 0;
}
.elementor-widget-wp-widget-categories li a,
.widget_categories li a {
  position: relative;
  font-size: 1.125rem;
  font-family: "Jost", sans-serif;
}

/* Recent Comments / Recent Posts
-------------------------------------------------------*/
.recentcomments,
.widget_recent_entries li {
  position: relative;
  padding-left: 20px !important;
}
.recentcomments::before,
.widget_recent_entries li::before {
  content: "";
  font-family: "dinerize-icons";
  display: block;
  position: absolute;
  left: 0;
  font-size: 1rem;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.widget_rss li:first-child {
  padding-top: 0;
}
.widget_rss .rsswidget {
  color: #343434;
}
.widget_rss .rsswidget:hover {
  color: var(--dinery-main-color);
}
.widget_rss .rss-date {
  display: block;
  color: #818181;
  font-size: 0.875rem;
  margin: 6px 0 12px;
}
.widget_rss .rssSummary {
  margin-bottom: 8px;
}
.widget_rss .rssSummary + cite {
  font-size: 15px;
  color: #818181;
}
.widget_rss .widget-title .rsswidget:last-child {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 2px;
  display: inline-block;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
  margin-bottom: 0;
}

/* Widget Calendar
-------------------------------------------------------*/
.calendar_wrap table {
  width: 100%;
}
.calendar_wrap th,
.calendar_wrap td,
.calendar_wrap span {
  display: table-cell;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  padding: 2.5% 2.5% 2% 2.5%;
  text-align: center;
}
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  background-color: #f8f8f8;
  padding: 2% 2.5%;
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  font-weight: 600;
}
.calendar_wrap .pad {
  background: none;
}
.calendar_wrap .wp-calendar-nav {
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
}
.calendar_wrap .wp-calendar-nav span {
  flex: 1;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
  text-align: left;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
  text-align: right;
}

/* Widget Popular Posts
-------------------------------------------------------*/
.widget-popular-posts__first-post .widget-popular-posts__img-holder {
  width: 100%;
  float: none;
  margin-bottom: 24px !important;
  margin-left: 0 !important;
}
.widget-popular-posts__first-post .widget-popular-posts__entry-title {
  font-size: 1.375rem;
}
.widget-popular-posts__list > li {
  padding: 12px 0;
}
.widget-popular-posts__list > li:first-child {
  padding-top: 0;
}
.widget-popular-posts__list > li:last-child {
  padding-bottom: 0;
}
.widget-popular-posts__img-holder {
  width: 68px;
  float: left;
  position: relative;
  margin-right: 16px !important;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .widget-popular-posts__img-holder {
    width: 50px;
  }
}
.widget-popular-posts__entry {
  min-height: 60px;
  overflow: hidden;
}
.widget-popular-posts__entry-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.widget-popular-posts__entry-title a {
  color: #343434;
}
.widget-popular-posts__entry-title a:hover {
  color: var(--dinery-main-color);
}

/* Widget Search
-------------------------------------------------------*/
.search-input {
  margin-bottom: 0;
  border: 0;
  height: 56px;
  background-color: #f8f8f8;
}

.widget-search-button,
.search-form__button,
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding: 0 !important;
  background-color: transparent !important;
  color: #4b4b4b;
  border: 0;
  font-size: 1.25rem;
  vertical-align: middle;
  border-radius: 0;
}
.widget-search-button:focus,
.search-form__button:focus,
.search-button:focus {
  background-color: inherit;
  color: inherit;
}

.search-form {
  position: relative;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.entry__tags a {
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 8px 12px;
  font-size: 0.875rem !important;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  background-color: #f8f8f8;
  color: #4b4b4b;
  display: inline-block;
  float: left;
  transition: all 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .widget_tag_cloud a,
.entry__tags a {
    transition: none;
  }
}
.widget_tag_cloud a:hover,
.entry__tags a:hover {
  background-color: var(--dinery-main-color);
  border-color: transparent;
  color: #fff;
}

.tagcloud {
  overflow: hidden;
}

/* Widget Mailchimp
-------------------------------------------------------*/
.elementor-widget-sidebar .deo-field-type-input,
.sidebar .deo-field-type-input,
.footer .deo-field-type-input {
  margin-bottom: 16px;
}
.elementor-widget-sidebar .newsletter-subtitle,
.sidebar .newsletter-subtitle,
.footer .newsletter-subtitle {
  margin-top: -12px;
  margin-bottom: 24px;
}

/* Widget Instagram Feed
-------------------------------------------------------*/
.instagram-feed {
  position: relative;
}
.instagram-feed #sb_instagram #sbi_images {
  margin-top: 34px;
}
.instagram-feed #sbi_load {
  margin-top: 24px;
}
.instagram-feed__title {
  font-size: 24px;
  margin-bottom: 16px;
}
.instagram-feed--wide #sbi_load {
  margin-top: 0;
}
.instagram-feed--wide #sb_instagram .sb_instagram_header {
  display: flex;
  justify-content: center;
}
.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text {
  float: none;
}
.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  padding-top: 15px !important;
}

@font-face {
  font-family: "dinerize-icons";
  src: url("assets/fonts/ui-icons/dinerize-icons.ttf?ajynnd") format("truetype"), url("assets/fonts/ui-icons/dinerize-icons.woff?ajynnd") format("woff"), url("assets/fonts/ui-icons/dinerize-icons.svg?ajynnd#dinerize-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=dinerize-],
[class*=" dinerize-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dinerize-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dinerize-yelp:before {
  content: "";
}

.dinerize-twitter:before {
  content: "";
}

.dinerize-facebook:before {
  content: "";
}

.dinerize-github:before {
  content: "";
}

.dinerize-viber:before {
  content: "";
}

.dinerize-facebook-messenger:before {
  content: "";
}

.dinerize-line:before {
  content: "";
}

.dinerize-pinterest:before {
  content: "";
}

.dinerize-linkedin:before {
  content: "";
}

.dinerize-youtube:before {
  content: "";
}

.dinerize-xing:before {
  content: "";
}

.dinerize-dropbox:before {
  content: "";
}

.dinerize-stackoverflow:before {
  content: "";
}

.dinerize-instagram:before {
  content: "";
}

.dinerize-flickr:before {
  content: "";
}

.dinerize-bitbucket:before {
  content: "";
}

.dinerize-tumblr:before {
  content: "";
}

.dinerize-apple:before {
  content: "";
}

.dinerize-windows:before {
  content: "";
}

.dinerize-android:before {
  content: "";
}

.dinerize-dribbble:before {
  content: "";
}

.dinerize-skype:before {
  content: "";
}

.dinerize-foursquare:before {
  content: "";
}

.dinerize-trello:before {
  content: "";
}

.dinerize-vkontakte:before {
  content: "";
}

.dinerize-vimeo:before {
  content: "";
}

.dinerize-slack:before {
  content: "";
}

.dinerize-reddit:before {
  content: "";
}

.dinerize-stumbleupon:before {
  content: "";
}

.dinerize-delicious:before {
  content: "";
}

.dinerize-digg:before {
  content: "";
}

.dinerize-behance:before {
  content: "";
}

.dinerize-spotify:before {
  content: "";
}

.dinerize-soundcloud:before {
  content: "";
}

.dinerize-codeopen:before {
  content: "";
}

.dinerize-git:before {
  content: "";
}

.dinerize-slideshare:before {
  content: "";
}

.dinerize-twitch:before {
  content: "";
}

.dinerize-lastfm:before {
  content: "";
}

.dinerize-forumbee:before {
  content: "";
}

.dinerize-sellsy:before {
  content: "";
}

.dinerize-shirtsinbulk:before {
  content: "";
}

.dinerize-skyatlas:before {
  content: "";
}

.dinerize-whatsapp:before {
  content: "";
}

.dinerize-get-pocket:before {
  content: "";
}

.dinerize-snapchat:before {
  content: "";
}

.dinerize-telegram:before {
  content: "";
}

.dinerize-arrow-down:before {
  content: "";
}

.dinerize-arrow-left:before {
  content: "";
}

.dinerize-arrow-right:before {
  content: "";
}

.dinerize-arrow-up:before {
  content: "";
}

.dinerize-check:before {
  content: "";
}

.dinerize-chevron-down:before {
  content: "";
}

.dinerize-chevron-left:before {
  content: "";
}

.dinerize-chevron-right:before {
  content: "";
}

.dinerize-chevron-up:before {
  content: "";
}

.dinerize-clock:before {
  content: "";
}

.dinerize-eye:before {
  content: "";
}

.dinerize-grid:before {
  content: "";
}

.dinerize-heart:before {
  content: "";
}

.dinerize-home:before {
  content: "";
}

.dinerize-mail:before {
  content: "";
}

.dinerize-map-pin:before {
  content: "";
}

.dinerize-paperclip:before {
  content: "";
}

.dinerize-phone:before {
  content: "";
}

.dinerize-search:before {
  content: "";
}

.dinerize-settings:before {
  content: "";
}

.dinerize-shopping-bag:before {
  content: "";
}

.dinerize-smartphone:before {
  content: "";
}

.dinerize-user:before {
  content: "";
}

.dinerize-close:before {
  content: "";
}

/*-------------------------------------------------------*/
/* Food Ordering
/*-------------------------------------------------------*/
.gloriafood-button,
.glf-button {
  font-family: "Jost", sans-serif !important;
  text-shadow: none !important;
  background-image: none !important;
  text-transform: uppercase;
  box-shadow: none !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 1rem !important;
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
.deo-mailchimp-newsletter .mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
}

.deo-field-group {
  flex-wrap: wrap;
  align-items: center;
}
.deo-field-group input {
  margin-bottom: 0;
}

.newsletter {
  padding: 110px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsletter__form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .newsletter__form {
    max-width: 80%;
  }
}
.newsletter__subtitle, .newsletter__title {
  color: #fff;
}
.newsletter__title {
  font-size: 2.375rem;
}
.newsletter__subtitle {
  font-size: 1.25rem;
  margin-bottom: 44px;
}
.newsletter__form, .newsletter__input, .newsletter__submit {
  display: inline-block;
}
.newsletter .deo-field-type-input,
.newsletter .deo-field-type-submit {
  flex-basis: 100%;
}
.newsletter .deo-field-type-input {
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .newsletter .deo-field-type-input {
    margin-right: 15px;
    margin-bottom: 0;
    flex: 2 0 0;
  }
  .newsletter .deo-field-type-submit {
    flex: 1 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .deo-field-type-submit input {
    position: relative;
    width: 100%;
  }
}

/*-------------------------------------------------------*/
/* Page 404
/*-------------------------------------------------------*/
.page-404-section {
  padding: 10% 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-404__number, .page-404__title, .page-404__text {
  color: #fff;
}
.page-404__number {
  font-size: 6rem;
  margin-bottom: 0;
}
.page-404__title {
  font-size: 2rem;
}
.page-404__text {
  font-size: 1.125rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-404__title {
    font-size: 3rem;
  }
}