/*@import url("https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/styles-30/sticky-fix.css");*/

.home-page .wrapper {
    position: relative;
    margin-bottom: 600px;
    z-index: 1;
}

#smartbanner {
    position: absolute !important;
}

.modal-backdrop {
  z-index: -1;
}

.modal::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgb(1, 1, 1, 0.5);
}

.preloader {
    display: none;
    position: fixed;
    background: #000 url('https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/preloader.svg') no-repeat center center;
    top: 0;
    bottom: 0;
	left: 0;
    right: 0;
	overflow: hidden;
	z-index: 999999999;
}

/* header */

header {
    position: relative;
    height: 100vh;
    background: #000 url("https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/background-small.jpg") no-repeat 40% center;
    background-size: cover;
    padding-top: 20px;
}

header .overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}

header .logo {
    display: inline-block;
    max-width: 100%;
    margin-top: 150px;
}

header .logo img {
    max-width: 500px;
    max-height: 250px;
}

header a.go-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto Slab;
    border: 3px solid #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 15px;
}

header .theme-langs {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto Slab;
    border: 3px solid #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 15px;
}

header a.go-menu:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

header a.arrow-down {
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 50px;
    width: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

header a.arrow-down i {
    position: relative;
    animation: MoveUpDown 1.5s ease-in-out infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 15px;
  }
}

/* navigation */

.navigation {
    background: #000;
    position: sticky;
    top: 0;
    text-align: right;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.navigation .container {
    width: 100%;
}

.menu-page .navigation {
    position: relative;
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline-block;
    position: relative;
}

.navigation li a {
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto Slab;
    font-size: 16px;
    line-height: 100px;
    padding: 0 20px;
}

.navigation li:hover a {
    color: #000;
    background: #fff;
}

.navigation li a:hover,
.navigation li a:focus {
    text-decoration: none;
}

.navigation .logo {
    display: block;
    padding: 10px 0;
    float: left;
}

.navigation .logo img {
    vertical-align: top;
    max-width: 250px;
    max-height: 80px;
}

/* about section */

.about-burgers {
    background: #fff;
    padding: 250px 0 150px;
    margin-top: -100px;
    color: #000;
}

.about-burgers p {
    text-align: center;
    font-size: 26px;
}

.about-burgers strong {
    display: block;
    font-family: Roboto Slab;
    text-transform: uppercase;
    font-size: 1.2em;
}

.about-burgers img {
    width: 100%;
}

/* intersection */

.intersection {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 300px 0;
    background: #000 url(https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/parallax-small.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.border-top {
    content: '';
    position: absolute;
    top: -1px;
    width: 100%;
    height: 9px;
    background: url("https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/border-top.png") center repeat-x;
}

.border-bottom {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 9px;
    background: url("https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/border-bottom.png") center repeat-x;
    z-index: 1;
}

.intersection p {
    font-size: 40px;
    text-transform: uppercase;
}

/* menu-section */

.menu-section {
    position: relative;
    background: #fff;
    padding: 100px 0;
    color: #000;
    font-size: 50px;
    height: 100vh;
    min-height: 500px;
    -webkit-box-shadow: 0px 39px 136px 13px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 39px 136px 13px rgba(0,0,0,0.23);
    box-shadow: 0px 39px 136px 13px rgba(0,0,0,0.23);
}

.menu-section .centering-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.menu-section h2 {
    font-size: 90px;
    font-weight: 600;
}

.menu-section strong {
    font-size: 1.2em;
    text-transform: uppercase;
}

.menu-section .cta {
    text-align: center;
}

.menu-section a {
    display: inline-block;
    position: relative;
    margin: 100px auto 0;
    font-size: 28px;
    height: 80px;
    width: 500px;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #000;
    border-radius: 15px;
}

.menu-section a:hover {
    text-decoration: none;
}

.menu-section a span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: bold;
    right: 0;
    top: 0;transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.menu-section a:hover span {
    right: 20px;
}

.menu-section a .arrow {
    width: 32px;
    font-size: 40px;
    line-height: 70px;
    right: 45px;
    opacity: 0;
}

.menu-section a:hover .arrow {
    right: 35px;
    opacity: 1;
}

.modal .theme-add-to-cart {
    color: #000;
}

._booking-form-submit {
    background: #000;
    color: #fff !important;
}

._booking-form-submit:hover {
    background: #111;
}

/* footer */

.home-page footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    background: #000;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .half-section {
    display: inline-block;
    width: 50%;
    float: left;
}

.theme-contact-map-canvas {
    height: 600px;
}

.contact-info {
    position: relative;
    color: #fff;
    font-size: 20px;
    width: 70%;
    height: 400px;
    border: 3px dashed #fff;
    margin: 100px auto 0;
    padding: 20px 60px;
    border-radius: 15px;
}

.contact-info img {
    position: absolute;
    top: -35px;
    left: 20px;
    width: 40px;
}

.contact-info ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}

.contact-info li span {
    padding-left: 20px;
}

.contact-info li strong {
    text-transform: uppercase;
    font-weight: bold;
}

.contact-info .theme-hours {
    margin-top: 15px;
}

.delivery-info {
    color: #fff;
    padding: 100px 0 0;
}

.delivery-info h4 {
    color: #fff;
}

.theme-hours .theme-day {
    display: inline;
    text-align: left;
}

.theme-footer-powered-by {
    margin-top: 25px;
    margin-bottom: 25px;
}

.theme-footer-powered-by a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

._powered-by-logo {
    fill: #fff;
}

/* menu page */

#_delivery-check-form-map {
    max-width: 100%;
}

.form-group .btn-upmenu {
    top: 4px;
    position: relative;
    background: #000;
    color: #fff !important;
}

.theme-categories-wrapper {
    text-transform: uppercase;
    font-weight: bold;
}

.theme-categories-wrapper .centered-pills {
    text-align: center;
}

.theme-categories-wrapper .dropdown-menu {
    border: 3px solid #fff;
}

.theme-product-group-name {
    text-transform: uppercase;
    font-weight: bold;
}

.theme-product-group-desc {
    font-size: 18px;
}

.theme-product-group {
    border-radius: 15px;
    margin: 25px 5px;
}

.theme-products-children .theme-product-group {
    border: 0;
}

.theme-product {
    margin-bottom: 10px;
}

.theme-product-name {
    border-bottom: 2px dotted #000;
    font-weight: 700;
}

.theme-add-to-cart {
    font-weight: 700;
}

.theme-product-type {
    margin-top: -20px;
}

.theme-product-types li {
    margin-left: 10px;
    width: 105px;
}

.theme-plus-btn {
    margin-left: 0;
    width: auto;
}

.btn {
    font-size: 16px;
}

.modal .btn-upmenu {
    color: #fff !important;
    background: #000 !important;
}

.cart-wrapper h4 {
    margin: 0;
    text-transform: uppercase;
}

.cart-wrapper .list-unstyled a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.cart-wrapper .btn-upmenu {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700;
}

.cart-items-scrollable  span.name {
    font-size: 14px;
    line-height: 14px;
}

.decrease-cart-item,
.increase-cart-item {
    border-radius: 0;
    /*color: #000 !important;*/
    color: #fff;
    text-decoration: none !important;
}

.decrease-cart-item {
    margin-left: 2px;
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

/* gallery page */

.gallery {
    padding: 50px 0;
}

.gallery .theme-gallery {
    margin-bottom: 30px;
}

.gallery a {
    content: '';
    display: block;
    width: 100%;
}

.gallery a > div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1199px) {
    
    .menu-section {
        font-size: 40px;
    }
    
    .menu-section a {
        margin: 50px auto 0;
    }
    
    .menu-section em {
        font-size: 70px;
    }
    
    .menu-section a .arrow {
        right: 40px;
    }
    
    .menu-section a:hover .arrow {
        right: 30px;
    }
}

@media (max-width: 991px) {
    
    body {
        font-size: 14px;
    }
    
    .home-page .wrapper {
        margin-bottom: 800px;
    }
    
    .navigation a {
        line-height: 60px;
    }
    
    .navigation li a {
        font-size: 13px;
    }
    
    .about-burgers {
        padding: 160px 0 100px;
        margin-top: -60px;
    }
    
    .about-burgers p {
        padding: 0 50px 40px;
    }
    
    .about-drinks p {
        padding: 40px 50px 0;
    }
    
    .menu-section h2 {
        font-size: 60px;
    }
    
    .home-page footer {
        height: 800px;
    }
    
    footer .half-section {
        display: block;
        width: 100%;
    }
    
    .theme-product-name {
        font-size: 19px;
    }
    
    .theme-contact-map-canvas {
        height: 400px;
    }
    
    .contact-info {
        font-size: 20px;
        width: 80%;
        height: 250px;
        margin: 50px auto 0;
    }
    
    .contact-info ul {
        list-style-type: none;
        margin: 25px 0 0;
        padding: 0;
        display: inline-block;
        width: 50%;
    }
    
    .contact-info ul.opened {
        text-align: right;
    }
    
    .contact-info .theme-hours {
        margin-top: 0;
    }
    
    .cart-wrapper h4 {
        line-height: 20px;
    }
    
    .btn {
        font-size: 14px;
    }
    
    footer .opening {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-top: 25px;
    }
    
}

@media (max-width: 767px) {
    
    .home-page .wrapper {
        margin-bottom: 600px;
    }
    
    .navigation a {
        display: none;
    }
    
    .navigation .logo {
        display: none;
    }
    
    .intersection p {
        font-size: 30px;
    }
    
    .menu-section a {
        width: 300px;
        font-size: 22px;
    }
    
    .home-page footer {
        height: 600px;
    }
    
    .menu-page footer,
    .restaurants-page footer {
        display: none;
    }
    
    .contact-info {
        border: 0;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
        font-size: 18px;
    }
    
    .contact-info img {
        display: none;
    }
    
    .contact-info ul {
        width: 100%;
    }
    
    .contact-info ul.opened {
        text-align: center;
    }
    
    .theme-footer-powered-by {
        margin: 0;
    }
    
    .theme-footer-powered-by a {
        font-size: 10px;
    }
    
    .theme-contact-map-canvas {
        height: 300px;
    }
    
    .menu-page .back {
        font-size: 20px;
    }
    
    .menu-page .menu-logo a {
        margin-right: 15px;
    }
    
    .theme-categories-wrapper {
        color: #fff;
        padding: 25px 0;
    }
    
    .theme-categories-wrapper li a,
    .theme-categories-wrapper .dropdown.open a {
        font-size: 16px;
    }
    
    .cart-wrapper {
        border-top: 5px solid #fff;
    }
    
    ._mobile-cart a {
        color: #fff;
    }
    
    .theme-product-name {
        font-size: 16px;
    }
    
    .theme-price {
        font-size: 20px;
    }
    
    /* mobile menu */
    
    .visible-xs-inline {
        display: inline-block; !important
    }
    
    .mobile-menu-toggle {
        padding: 5px 12px;
        font-size: 30px;
        position: fixed;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 1);
        z-index: 999999999;
    }
    
    .mobile-menu-toggle,
    .mobile-menu-toggle:hover,
    .mobile-menu-toggle:active,
    .mobile-menu-toggle:focus {
        color: #fff;
    }
    
    .mobile-navigation {
        display: none !important;
        position: fixed;
        background: rgba(0, 0, 0, 1);
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999999;
        list-style-type: none;
        padding: 100px 30px;
        margin: 0;
        text-align: center;
        overflow: hidden;
    }
    
    .menu-page:before {
        content: '';
        position: fixed;
        background: #000;
        width: 100%;
        height: 72px;
        z-index: 1;
    }
    
    .mobile-navigation.active {
        display: block !important;
    }
    
    .mobile-navigation li {
        text-align: center;
    }
    
    .mobile-navigation li a {
        font-family: Roboto Slab;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 60px;
        padding: 15px 20px;
        color: #fff;
    }
    
    .mobile-navigation li a.go-menu {
        display: none;
    }
    
    .menu-section h2 {
        font-size: 40px;
    }
    
    .menu-section a {
        width: 300px;
        font-size: 18px;
        height: 70px;
        line-height: 63px;
    }
    
    .menu-section a .arrow {
        font-size: 25px;
        line-height: 60px;
    }
    .menu-section a:hover .arrow {
        right: 15px;
    }
    .small-container {
        margin-top: 0;
    }
}

@media (max-width: 480px) {

    header .logo img {
        max-width: inherit;
    }
    
    .theme-product-group-name {
        text-align: center;
    }
    
    .theme-product .theme-product-desc {
        margin: 0 0 30px;
    }
    
    .mobile-navigation li a {
        font-size: 20px;
    }
    .about-burgers p {
        font-size: 21px;
    }
    
    .menu-section strong {
        display: block;
    }
    
    .theme-product-name {
        border-bottom: none;
        width: auto;
        display: inline-block;
        margin: 10px auto;
    }
    
    .theme-categories-wrapper {
        padding: 25px 0 0px;
    }
    
    footer .opening {
        width: 100%;
    }
}