body {
    font-family: "Avenir Next Cyr", Roboto, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--menu-bg);
    color: var(--menu-copy);
}

body.no-scroll {
    overflow: hidden;
}

html,
body {
    height: 100%;
}

section,
header,
footer {
    position: relative;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbce;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    body {
        background-color: #252121;
    }

    section {
        background-color: #fff;
        margin: 0px 15px;
    }
}

/*********************** TYPOGRAPHY ***********************/

a {
    font-family: "Avenir Next Cyr", "Avenir LT Std 45 Book", sans-serif;
	font-family: 'Gilroy-Regular';
    font-weight: normal;
    cursor: pointer;
    color: #252121;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #252121;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: "Avenir LT Std 45 Book", sans-serif;
    margin-bottom: 10px;
    color: #252121;
    color: var(--menu-copy);
    z-index: 1;
    position: relative;
}

h1 {
    font-size: 34px;
    line-height: 38px;
}

h2 {
    font-size: 28px;
    line-height: 32px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #252121;
    color: var(--menu-copy);
}

.small {
    font-size: 14px;
    line-height: 22px;
}

/*********************** HELPER CLASS ***********************/
.cl:before,
.cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

.section-center {
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%;
}

.section-center .section-center-1 {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative;
}

hr {
    margin: 20px 0px;
    border: 0;
    border-top: 1px solid #ebeced;
}

.hide {
    display: none;
}

.item-desc {
    max-width: 360px;
}

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

.text-upper {
    text-transform: uppercase;
}

.color-white {
    color: #fff;
}

.color-gold {
    color: #d8c594;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c3b7b7;
    font-weight: 400;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c3b7b7;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c3b7b7;
    font-weight: 400;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c3b7b7;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padded20 {
    padding: 20px 0px;
}

.padded40 {
    padding: 40px 0px;
}

.padded60 {
    padding: 60px 0px;
}

.padded80 {
    padding: 80px 0px;
}

.pl-90 {
    padding-left: 90px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

/*********************** UI Components ***********************/

/*Tabs*/
.menu-list {
}

.menu-content {
    position: relative;
    display: block;
}

.menu-content .menu-item {
    display: none;
    position: relative;
}

.menu-item .container {
    padding: 0px;
}

.menu-content .menu-item:first-child {
    display: block;
}

/*Main Title*/
.main-title {
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
    letter-spacing: 2px;
    color: var(--menu-titles);

    text-align: center;
    text-transform: uppercase;
    margin: 21px 0 0px;
}

.main-title.main-title-no-description {
    margin-bottom: 40px;
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
}

.sub-title {
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 14px;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 992px) {
    .sub-title {
        font-size: 16px;
    }
}

/*Main Hero Image Menu*/
.main-hero-image {
    max-width: 1920px;
    max-height: 400px;
    position: relative;
    display: flex;
}

.main-hero-image img {
    width: 100%;
    height: auto;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .main-content {
    padding-top: 95px !important;
}

/* menu image */

.menu-image {
    position: relative;
    margin: -41px -61px 40px -61px;
}

.restaurant-menu .menu-image img {
    width: 100%;
}

/*Restaurant Menu*/
.restaurant-menu {
    position: relative;
    display: block;
    border: 1px solid var(--menu-border);
    background-color: var(--menu_section-bg);
    padding: 40px 60px 20px 60px;
    margin-bottom: 30px;
}

.footer .restaurant-menu {
    border: none;
    background-color: inherit;
}

.restaurant-menu .restaurant-menu-title {
    color: var(--menu-titles);
    letter-spacing: 0px;
    font-size: 26px;
    font-family: 'safira-march';
    font-weight: normal;

    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.restaurant-menu .restaurant-menu-item {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    /* padding-left: 77px; */
}

.restaurant-menu .restaurant-menu-sub-title {
    margin-top: 27px;
    margin-bottom: 43px;
}

.restaurant-menu .restaurant-sub-menu .divider {
    width: 320px;
    border-top: 1px solid var(--menu-divider);
    margin: 15px auto 46px auto;
}

.restaurant-menu .restaurant-sub-menu .restaurant-menu-title {
    font-family: "Avenir LT Std 45 Book";
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
}

.restaurant-menu .restaurant-sub-menu .sub-title {
    font-family: "Avenir LT Std 45 Book";
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
}

.restaurant-menu .restaurant-menu-item .item-title {
    font-family: "Avenir LT Std 85 Heavy";
    font-family: 'Aviano-Gothic-Regular';
    font-weight: 600;
        font-weight: normal;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.restaurant-menu .restaurant-menu-item .item-title .text {
	font-family: 'Aviano-Gothic-Regular';
	font-weight: normal;
    background-color: #fff;
    background-color: var(--menu_section-bg);
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 5px;
    padding-right: 60px;
    padding-right: 70px;
}

.restaurant-menu .restaurant-menu-item .item-image {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    display: block;
}

/* .restaurant-menu .restaurant-menu-item .item-title:after {
  content: ".......................................................................";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  display: block;
  letter-spacing: 4px;
} */

.restaurant-menu .restaurant-menu-item .item-title .item-price {
    font-size: 17px;
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    background-color: var(--menu_section-bg);
    display: inline-block;
    z-index: 1;
    padding-left: 6px;
}

.restaurant-menu .restaurant-menu-item .item-title .item-price sup {
    font-size: .7em;
    line-height: 0.4em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

.restaurant-menu .restaurant-menu-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    display: block;
}

.restaurant-menu .restaurant-menu-item .item-desc {
    font-family: "Avenir LT Std 45 Book";
    font-family: 'Gilroy-Regular';
    font-weight: normal;
    position: relative;
    max-width: 400px;
    margin-bottom: 0px;
}

.restaurant-menu .restaurant-menu-item.rmi-1,
.restaurant-menu .restaurant-menu-item.rmi-2 {
    padding-left: 0px;
}

.restaurant-menu .restaurant-menu-item.rmi-1 img {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px;
}

.restaurant-menu .restaurant-menu-item.rmi-1 .item-title-image {
    font-style: italic;
}

@media (min-width: 1200px) {
    .restaurant-menu .col-pad {
        height: 100%;
    }
    .restaurant-menu .col-pad:nth-child(odd) {
        padding-right: 30px;
    }

    .restaurant-menu .col-pad:nth-child(even) {
        padding-left: 30px;
    }

    .footer .restaurant-menu .col-pad:nth-child(even) {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    .footer .restaurant-menu .col-pad:nth-child(even) {
        padding-left: 30px;
    }   
}

@media (max-width: 1200px) {
    .restaurant-menu {
        padding: 20px 30px 0px 30px;
    }

    /* .restaurant-menu .restaurant-menu-item .item-desc {
      font-size: 14px;
    } */

    .restaurant-menu .menu-image {
        margin: -20px -30px 40px -30px;
    }

    .restaurant-menu .restaurant-menu-item .item-desc {
        max-width: 316px;
    }
}

@media (max-width: 991px) {
    .restaurant-menu .restaurant-menu-item .item-title {
        font-size: 18px;
    }

    .restaurant-menu .restaurant-menu-item .item-desc {
        font-size: 16px;
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .restaurant-menu {
        padding: 30px 20px 20px 20px;
    }

    .sub-title {
        padding-left: 0px;
        padding-right: 0px;
    }

    .restaurant-menu .restaurant-sub-menu .divider {
        width: 210px;
        border-top: 1px solid var(--divider);
        margin: 15px auto 46px auto;
    }

    .restaurant-menu .restaurant-menu-item {
        padding-left: 0px;
        margin-bottom: 40px;
    }

    .restaurant-menu .restaurant-menu-item .item-title {
        margin-bottom: 15px;
    }

    .restaurant-menu .restaurant-menu-item .item-image {
        display: contents;
        position: unset;
    }

    .restaurant-menu .restaurant-menu-item img {
        margin-right: 15px;
        position: unset;
    }

    .restaurant-menu .restaurant-menu-item .item-desc {
        min-height: 70px;
    }

    .restaurant-menu .restaurant-menu-item.rmi-1 .item-desc,
    .restaurant-menu .restaurant-menu-item.rmi-2 .item-desc {
        padding-left: 0px;
        min-height: initial;
    }

    .restaurant-menu .restaurant-menu-item .item-title {
        padding-right: 40px;
    }

    .restaurant-menu .restaurant-menu-item .item-title .text {
        display: initial;
    }

    .restaurant-menu .restaurant-menu-item .item-title:after {
        content: none;
        top: 0px;
        bottom: initial;
    }

    .main-title {
        font-size: 26px;
        line-height: 30px;
        margin: 30px 0px;
    }

    .restaurant-menu .menu-image {
        margin: -30px -20px 30px -20px;
    }

    .restaurant-menu .restaurant-menu-title {
        margin-bottom: 30px;
    }
}

/*********************** Text Fields ***********************/

.form-control {
    font-family: "Avenir LT Std 45 Book", sans-serif;
    font-family: 'Aviano-Gothic-Regular';
        font-weight: normal;
    padding: 8px 18px;
    border: 0;
    border: 1px solid #ececec;
    background-color: #f7f7f7;
    display: block;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    height: 45px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    color: #283172;
    font-weight: 400;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.form-control:hover,
.form-control:focus {
    border: 1px solid #ccc;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

::-ms-clear {
    display: none;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

textarea {
    resize: vertical;
    min-height: 180px;
}

/*********************** Buttons ***********************/

.btn {
    font-family: "Avenir LT Std 45 Book", sans-serif;
    outline: 0;
    text-align: center;
    padding: 12px 38px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    border: 0;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    font-weight: 500;

    display: inline-block;
    position: relative;

    -webkit-appearance: none;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn:hover,
.btn:focus {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*Button Primary*/
.btn.btn-primary {
    background-color: var(--reserve-button);
    border-color: var(--reserve-button);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #252121;
    border-color: #252121;
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

/*********************** .container ***********************/

.sub-container {
    margin-left: 110px;
    margin-right: 110px;
}

.sub-container p {
    font-family: "Avenir LT Std 45 Book";
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1023px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    /* .container {
      width: 980px;
    } */

    .sub-container {
        margin-left: 90px;
        margin-right: 90px;
    }
}

@media (max-width: 992px) {
    /* .container {
      width: 750px;
    } */
    .sub-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    /* .container {
      width: auto;
    } */
    .sub-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*********************** .header ***********************/
.top-header {
    height: 100px;
    background-color: #fff;
    background-color: var(--menu-bg);
}

.top-header .logo {
    background-image: url(https://menus.thepepperclub.com/templates/default/images/thepepperclub-black.png);
    background-image: url(https://menus.thepepperclub.com/templates/default/images/top-logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 100px;
    display: block;
    margin: auto;
}

/*********************** HEADER .header ***********************/
.header {
    height: 80px;
    background-color: var(--header-bg);
    z-index: 100;
}

.header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    background-image: url(https://menus.thepepperclub.com/templates/default/images/logo-sinatra-2.png);
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 160px 43px;*/
    background-size: contain;
    width: 160px;
    height: 70px;
    padding-bottom: 5px;
    margin: 0 20px;
    margin-left: 0px;
    display: block;
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header .main-navigation {
    float: right;
}

.header .main-navigation > li {
    display: inline-block;
    position: relative;
    margin: 20px 0px;
}

.header .main-navigation > li.reserve-table {
    display: none;
}

.header .main-navigation > li > a {
    letter-spacing: 2px;
    /* font-weight: bold; */
    font-family: "Avenir LT Std 85 Heavy";
    font-family: 'Gilroy-Regular';
    font-weight: normal;
    display: block;
    position: relative;
    color: var(--header-copy);
    font-size: 16px;
    line-height: 26px;
    padding: 6px 12px;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: uppercase;

    border: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .reserve-table > a {
    letter-spacing: 2px;
    font-family: "Avenir LT Std 85 Heavy";
    font-family: 'Gilroy-Regular';
    font-weight: normal;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 12px;
    z-index: 1;
    border: 1px solid transparent;
    text-transform: uppercase;

    border: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-color: var(--button-border);
    background: var(--button-bg);
    color: var(--button-copy);
    padding: 6px 22px;
}

.header .main-navigation > li > a + ul {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 200px;
    background-color: var(--header-bar);
    z-index: 10;
    padding-top: 20px;
    text-align: left;
}

.header .main-navigation > li > a + ul > li {
    display: block;
    position: relative;
}

.header .main-navigation > li > a + ul > li > a {
    display: block;
    position: relative;
    color: #231f20;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 12px;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .main-navigation > li > a + ul > li > a.current {
}

.header .main-navigation > li > a + ul > li > a:hover,
.header .main-navigation > li > a + ul > li > a:focus {
    padding-left: 16px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .main-navigation > li > a:hover,
.header .main-navigation > li > a:focus {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .reserve-table > a:hover,
.header .reserve-table > a:focus {
    background-color: var(--button-bg-hover);
    color: var(--button-copy-hover);
}

.header .nav-mobile {
    display: none;
}

@media (min-width: 1430px) {
    .header .container {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .header .main-navigation {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .header .main-navigation > li > a {
        padding: 6px;
    }

    .header .reserve-table > a {
        padding: 6px 18px;
    }
}

@media (max-width: 1022px) {
    .header-container {
        justify-content: center;
    }

    .header {
        height: auto;
    }

    .header .logo {
        position: relative;
        left: initial;
        top: initial;
        width: 100%;
    }

    .header .main-navigation {
        float: none;
        text-align: center;
    }

    .header .reserve-table {
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .header .main-navigation > li {
        margin: 0px 0px 10px 0px;
    }

    .header .main-navigation > li > a {
        font-size: 14px;
    }

    .header .reserve-table a {
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .header-container {
        justify-content: left;
    }

    .header {
        margin: 15px 15px 0px 15px;
    }

    .header.sticky {
        margin: 0px;
        left: 15px;
        width: calc(100% - 30px);
        border-top: 15px solid #252121;
    }

    .sticky + .main-content {
        padding-top: 105px;
    }

    .header .logo {
        /*margin: 0;*/
        width: 160px;
    }

    .header .main-navigation {
        display: none;
        position: fixed;
        top: 195px;
        left: 15px;
        right: 15px;
        bottom: 0;
        text-align: left;
        background-color: #252121;
        padding: 10px 0px;
    }

    .header.sticky .main-navigation {
        top: 95px;
    }

    .header .main-navigation > li {
        display: block;
        margin: 0px;
        margin-bottom: 10px;
    }

    .header .main-navigation > li > a {
        color: #fff;
        padding: 4px 15px;
        font-size: 16px;
        line-height: 26px;
        /*color: var(--main-title);*/
	/*color: var(--header-copy);*/
    }

    .header .reserve-table {
        display: none;
    }

    /* .header .main-navigation > li.reserve-table:after {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          right: 0px;
          bottom: 0px;
          background-color: #fff;
          display: block;
          z-index: 0;
      }*/
    .header .main-navigation > li.reserve-table {
        display: block;
    }

    .header .main-navigation > li.reserve-table > a {
        background-color: var(--reserve-button);
        color: #fff;
        padding: 10px 15px;
        text-align: center;
    }

    .header .main-navigation > li > a + ul {
        display: block;
        padding-left: 30px;
        background-color: #252121;
        position: relative;
        left: initial;
        top: initial;
        width: auto;
        padding-top: 0px;
    }

    .header .main-navigation > li > a + ul > li {
        display: block;
    }

    .header .main-navigation > li > a + ul > li > a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 26px;
        padding: 6px 0px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #fff;
    }

    .header .main-navigation > li > a + ul > li > a:hover,
    .header .main-navigation > li > a + ul > li > a:focus {
        padding-left: 0px;
    }

    .header .nav-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        height: 80px;
        display: block;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile span {
        width: 40px;
        height: 5px;
        display: block;
        background-color: #000000;
        position: absolute;
        left: 20px;
        border-radius: 30px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile span:nth-child(1) {
        top: 25px;
    }

    .header .nav-mobile span:nth-child(2) {
        top: 35px;
    }

    .header .nav-mobile span:nth-child(3) {
        top: 45px;
    }

    .header .nav-mobile.nav-mobile-active {
    }

    .header .nav-mobile.nav-mobile-active span:nth-child(1) {
        top: 35px;
        transform: rotate(-45deg);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile.nav-mobile-active span:nth-child(2) {
        top: 35px;
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile.nav-mobile-active span:nth-child(3) {
        opacity: 0;
    }
}

/*********************** Note **********************/
.note {
    padding: 0 31px;
    margin: 13px 0 39px 0;
    font-family: 'Gilroy-Regular';
    font-weight: normal;
}

@media (max-width: 767px) {
    .note {
        padding: 0 10px;
    }
}

/*********************** FOOTER .footer **********************/
.footer {
    font-family: "Avenir LT Std 45 Book";
	font-family: 'Gilroy-Regular';
    font-weight: normal;
    background-color: var(--footer-bg);
}

.footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .logo {
    background-image: url(https://menus.thepepperclub.com/templates/default/images/logo-sinatra.png);
    background-position: left center;
    background-repeat: no-repeat;
    /*background-size: 154px 42px;*/
    background-size: contain;
    width: 250px;
    height: 100px;
    display: block;
    z-index: 1;
}

.footer .time,
.footer .contact {
    margin-top: 15px;
}

.footer .title {
	font-family: 'Gilroy-Regular';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 27px;
    color: var(--footer-titles);
}

.footer .time .content {
    font-size: 13px;
    line-height: 19px;
    color: var(--footer-copy);
}

.footer .content .content-item {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 19.33px;
    color: var(--footer-copy);
}

.footer .contact .icon {
    width: 16px;
    height: 17px;
    margin-right: 10px;
}

.footer .copyright {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--footer-copy);
}

.footer .copyright a {
    font-family: "Avenir LT Std 45 Book", sans-serif;
}

.footer a {
    font-size: 14px;
    color: var(--link-color);
    text-decoration: underline;
}

.link {
    font-size: 14px;
    color: #006f62;
    color: var(--link-color);
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .footer .logo {
        background-size: contain;
        width: 140px;
	width: auto;
        height: 52px;
    }

    .footer .title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .footer {
        margin: 0px 15px;
    }

    .footer .logo {
        margin: auto;
    }

    .footer .time {
        margin-bottom: 20px;
    }

    .footer .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer .copyright {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 535px) {
    .header .logo {
        max-width: calc(100% - 50px);
    }

    .restaurant-menu .restaurant-menu-title {
        line-height: 60px;
    }
}

.restaurant-menu > .row { display: flex; flex-wrap: wrap; }
@media (min-width: 992px) { .restaurant-menu > .row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 992px) { .restaurant-menu > .row > [class*="col-"] { flex: 0 0 50%; max-width: 50%; } }