/*@import url("https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/styles-108/sticky-fix.css");*/

/* basic styles */

img {
    max-width: 100%;
}

strong {
    font-weight: 500;
}

.flex {
    display: flex;
}

h4 {
    font-size: 12px;
}

.preloader {
    display: none;
    position: fixed;
    background: #1d1d1e url('https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/assets-108/preloader.svg') no-repeat center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 999999999;
}
.brand img {
    filter: brightness(0) invert(1);
    max-width: 400px!important;
}
.facebook-widget,
.instagram-widget,
.trip-advisor-widget {
    display: none;
}

/* header */

header {
    position: relative;
    height: 100vh;
    max-height: 100vh;
}

.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.6) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    z-index: 1;
}
nav .theme-navbar li.aktywny a:after {
    content: '';
    width: 94%!important;
    display: block;
    position: absolute;
    left: 3%;
    background: #E66B19;
    border-radius: 2px;
    width: 0;
    bottom: 10%;
    height: 80%;
    z-index: -1;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

a.header-cta {
    position: relative;
    padding: 10px 30px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    background: #E66B19;
    border-radius: 2px;
    white-space: nowrap;
    z-index: 2;
    margin-top: 27px;
    display: inline-block;
    margin: 16px auto;
}

a.header-cta:hover {
    text-decoration: none;
}

a.header-cta:focus {
    outline: none;
}

a.header-cta span {
    position: relative;
    left: 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;
}

a.header-cta:hover span {
    left: -15px;
}

a.header-cta .food-icon {
    content: '';
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 11px;
    right: 30px;
    opacity: 0;
    background: url(https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/assets-108/restaurant.png) no-repeat center center;
    background-size: contain;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

a.header-cta:hover .food-icon {
    right: 15px;
    opacity: 1;
}

/* navigation */

nav {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 100;
    
}
.navbar-collapse.collapse {
    background: rgb(17 17 17);
}
.collapse.navbar-collapse {
    background: none;
}
.theme-navbar-inner {
    padding: 15px;
}

nav .brand {
    display: inline-block;
    max-width: 90%;
}

nav .brand img {
    max-width: 250px;
    max-height: 100px;
}

nav .navbar-center .nav {
    text-align: right;
}

nav .theme-navbar-nav {
    margin-top: 0;
    line-height: 70px;
}

nav .theme-navbar li a {
    position: relative;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
}

nav .theme-navbar li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 3%;
    background: #E66B19;
    border-radius: 2px;
    width: 0;
    bottom: 10%;
    height: 80%;
    z-index: -1;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

nav .theme-navbar li a:hover:after {
    width: 94%;  
}

.theme-subpage header {
    padding-top: 10px;
    height: 350px;
}

.theme-subpage nav {
    position: relative;
    top: 0;
}

.theme-langs {
    margin-top: 30px;
}

/* home gallery */

.home-gallery {
    padding: 50px 0;
}

.home-gallery h2 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.5;
}

.home-gallery h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5%;
    width: 10px;
    height: 90%;
    background: #E66B19;
}

.home-gallery .single-gallery {
    position: relative;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.home-gallery .single-gallery a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
    opacity: 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;
}

.home-gallery .single-gallery a:hover {
    opacity: .1;
}

/* about us */

.about-us .heading-text {
    position: relative;
    padding: 200px 50px 70px;
    margin-top: 50px;
    width: 70%;
}

.about-us .about-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.about-us .heading-text .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) 47%, rgba(0,0,0,0.59) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 47%,rgba(0,0,0,0.59) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 47%,rgba(0,0,0,0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    z-index: 1;
}

.about-us .heading-text h3 {
    position: relative;
    right: -150px;
    font-size: 26px;
    line-height: 1.5;
    padding-right: 30px;
    max-width: 800px;
    margin: 0 0 0 auto;
    z-index: 2;
}

.about-us .heading-text h3:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5%;
    width: 10px;
    height: 90%;
    background: #E66B19;
}

.about-us .heading-text h3 strong {
    display: block;
    font-weight: 700;
    font-size: 40px;
}

.about-us p:first-of-type {
    margin-top: 0;
}

/* contact */

.contact {
    overflow: hidden;
    padding: 50px 0 50px;
}

.contact h3 {
    font-size: 30px;
    margin: 0;
}

.contact-text {
    position: relative;
    width: 50%;
    margin-left: 30%;
    padding-left: 30px;
}

.contact-text:before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E66B19;
}

.contact-text ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
    font-size: 16px;
}
.contact-text li {
    margin-top: 5px;
}

.contact-text li span {
    display: inline;
}

.contact-text li a.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #E66B19;
    color: #111;
    text-align: center;
    font-size: 21px;
    margin-right: 4px;
    margin-top: 20px;
}

.contact-text li a.icon:hover {
    color: #fff;
}

.contact-text strong.padding-top {
    padding-top: 20px;
    display: block;
}

/* footer */

.theme-footer-powered-by {
    display: none;
    margin-top: 0;
}

footer .theme-footer-powered-by {
    display: block;
}

.theme-footer a {
    font-size: 14px;
}

/* gallery */

.gallery {
    overflow: hidden;
}

.gallery-page {
    padding: 100px 0 70px;
}

.gallery-page .theme-gallery {
    margin-bottom: 30px;
}

.gallery-page a {
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.gallery-page a > div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
    transform: scale(1, 1);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 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;
}

.gallery-page a:hover > div {
    transform: scale(1.1, 1.1);
}

.gallery .gallery-page {
    position: relative;
    background: #111;
    padding: 60px;
}

.gallery .gallery-page:before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 60px;
    bottom: 90px;
    background: #1b1b1b;
}

.gallery .gallery-page:after {
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    width: 100%;
    top: 60px;
    bottom: 90px;
    background: #1b1b1b;
}

/* menu */

.theme-product-desc {
    margin-top: 10px;
}



._cart-wrapper {
    font-size: 12px;
}

.restaurants-scrollable a h2 {
    color: #000;
}

.modal .theme-product-name,
.modal .theme-product-desc,
.modal .theme-price {
    color: #000;
}

.theme-product-attribute {
    background-color: transparent;
    white-space: normal;
    color: #E66B19;
}

/* contact page */

.contact-content {
    padding: 60px;
}

.theme-paragraph-with-icon {
    font-size: 16px;
}

.theme-paragraph-with-icon .fa {
    top: 0;
}
.welcome {
    position: absolute;
    padding: 10px 30px;
    letter-spacing: 1px;
    color: #fff;
    top: 37%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
    text-align: center;
}
.welcome-dania {
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 50px 10px;
    position: relative;
}
.dania {
    position: relative;
    z-index: 0;
    background-image: none;
    margin-top: 50px;
    background-image: url("https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/assets-108/background-dania.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
section.dania:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000008f;
    z-index: 1;
}
.dania-wrapper {
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.dania-item {
    width: 31.33%;
    margin: 1%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.85);
}
.dania-item p {
    max-width: 300px;
    margin: 10px auto 15px;
}
.dania-item h3, .dania-item p {
    color: #000;
}
.dania-content h3 {
    margin: 10px 0px 5px 0px;
}
.dania-content {
    padding: 30px 10px;
}
.welcome h1 {
    font-size: 64px;
}
.welcome p {
    font-size: 21px;
}
.danie-dnia {
    background: #E66B19;
    text-align: center;
    width: 100%;
    padding: 50px 0px 100px 0px;
}
.danie-dnia p {
    font-size: 24px;
    color: #fff;
}
.onas-container {
    max-width: 1170px;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #000;
    margin: -50px auto 0 auto;
    -webkit-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.75);
}
.onas-sub-container p {
    padding: 0 1%;
}
.onas-wrapper {
    display: flex;
}
.onas-item__images1 {
    background-image: url("https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/assets-108/restauracja-osowa.jpg");
    width: 20%;
    margin: 0px 15px 0px 0px;
    background-size: cover;
}
.onas-item__images2 {
    background-image: url("https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/assets-108/restauracja-wyzyny.jpg");
    width: 30%;
    margin: 0px 15px 0px 0px;
    background-size: cover;
}
.onas-item__content {
    width: 50%;
}
.onas-item__content h2 {
color: #000;
font-weight: 600;
}
hr {
    border: 3px solid #E66B19;
    border-radius: 1px;
    width: 100%;
    max-width: 200px;
    margin: 14px auto;
  }
  hr.left {
      margin: 14px 0px 14px 0px;
  }
  .onas-item__content p:last-child {
    margin-bottom: 66px;
}
.onas-sub-container {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    text-align: center;
}
.onas-sub-count {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    row-gap: 15px;
    text-align: center;
    -webkit-column-gap: 10px;
    column-gap: 0px;
    margin: 0 auto;
    max-width: 1200px;
}
.onas-sub__item {
    padding: 15px;
}
.onas-sub__item img {
    width: 100%;
    max-width: 100px;
}
.onas-sub__item h4 {
    font-size: 42px;
    color: #e66b19;
}
.theme-home .affix {
    position:static!important;
}
body .nav>li>a:hover,body .nav>li>a:focus {
    background-color: none!important
}
.more-info {
    margin: 70px 0px 0px 0px;
}
h1._delivery-check-form-title {
    font-size: 24px;
}
.more-info-inner {
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.more-info__item-images {
    background-image: url("https://cs.cdn-upm.com/themes/4daf45eb-3adc-11eb-bdef-525400080521/assets-108/pizzamario-dostawa.jpg");
    width: 50%;
    margin: 0px 0px 0px 0px;
    background-size: cover;
}
.more-info__item-text {
    width: 30%;
    background: #fff;
    color: #000;
    padding: 25px;
}
.more-info__item-right {
    width: 20%;
    background: #e66b19;
}
.more-info__item-text h2 {
    color: #000;
}
.onas-head {
    margin-top: 70px;
}
.onas-cta {
    margin: 0 auto 30px auto;
    text-align: center;
}
.onas-head ol {
    margin-top: 30px;
    margin-bottom: 50px;
}
.onas-head p, .onas-head ol {
    line-height: 1.7em;
    font-size: 18px;
}
.cashback {
    text-align: center;
}
.cashback img {
    margin: 25px 0px;
}
.cashback p {
    max-width: 450px;
    margin: 0 auto 15px;
}
.cashback a {
    background: #e66b19;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0px 30px;
}

@media (max-width: 991px) {
    .onas-sub__item h4 {
        font-size: 32px;
        color: #e66b19;
    }
    .navbar-header {
        float: none;    
    }
    
    nav .navbar-center .nav {
        text-align: center;
    }
    
    .slider {
        height: 500px;
    }
    
    .background .background-holder {
        height: 500px;
    }
    
    .rotator > li span {
        font-size: 30px;
    }
    
    .slider a {
        bottom: 60px;
        font-size: 18px;
        padding: 15px 35px;
    }
    
    .about-us .heading-text {
        padding: 100px 50px 50px;
    }
    
    .contact .heading-text {
        padding: 50px;
    }
    
    .app-text h3 {
        font-size: 22px;
    }
    
    .about-us .paragraph-text {
        padding: 50px 15px 50px 50px;
        font-size: 18px;
    }
    
    .app-text p {
        font-size: 14px;
    }
    
    .about-us .heading-text h3 {
        font-size: 20px;
    }
    
    .about-us .heading-text h3 strong {
        font-size: 35px;
    }
    
    .contact-text {
        width: 80%;
        margin-left: 10%;
    }
    
    .contact h3 {
        font-size: 24px;
    }
    
    .contact-text li {
        font-size: 16px;
    }
    
    .contact .paragraph-text {
        padding: 50px 15px 50px 50px;
        font-size: 18px;
    }
    
    .restaurants h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    nav {
        position: relative;
        top: 0;
    }
    .welcome {
        padding: 10px 30px;
    letter-spacing: 1px;
    color: #fff;
    white-space: unset;
    z-index: 2;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}
    .welcome h1 {
        margin: 15px 0px;
    }
    .dania-content {
        padding: 15px 5px;
    }
    .onas-wrapper {
        flex-wrap: wrap;
    }
    .onas-item__images1 {
        width: 50%;
        margin: 0px 0px 0px 0px;
        height: 150px;
    }
    .onas-item__images2 {
        width: 50%;
        margin: 0px 0px 0px 0px;
    }
    .onas-item__content {
        width: 100%;
        text-align: center;
    }
    .onas-item__content hr.left {
        margin:14px auto!important;
    }
    .onas-sub-count {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }
    .dania-item {
        width: 48%;
    }
    .more-info__item-images {
        display: none;
    }
    .more-info__item-text {
        width: 90%;
    }
    .more-info__item-right {
        width: 10%;
    }
    nav .brand {
        display: inline-block;
        padding: 20px 0;
        margin: 0 auto;
    }
    a.header-cta {
        font-size: 15px;
        max-width: 90%;
        padding: 10px;
        margin-top: 30px;
        padding: 15px 34px;
    }
    
    .theme-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    nav .navbar-header {
        height: auto;
    }
    
    .navbar-toggle {
        float: right;
    }
    
    nav .theme-navbar li a {
        text-align: center;
    }
    
    .navbar-collapse {
        text-align: center;
    }
    
    .theme-langs {
        margin-left: 0;
        margin-top: 30px;
        float: none !important;
        display: inline-block;
    }
    
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin: 0;
    }
    
    .rotator {
        padding: 0 20px;
    }
        
    .rotator > li span {
        font-size: 30px;
    }
    
    .slider a {
        font-size: 20px;
        padding: 15px 30px;
    }
    
    .flex {
        flex-wrap: wrap;
    }
    
    .restaurant-app {
        padding: 50px 0;
    }
    
    .app-image {
        text-align: center;
    }
    
    .app-image img {
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    .app-text {
        text-align: center;
        padding-right: 15px;
    }
    
    .app-text h3 {
        text-align: center;
    }
    
    .app-text p {
        text-align: center;
    }
    
    .about-us .heading-text {
        width: 100%;
        text-align: center;
    }
    
    .about-us .heading-text h3 {
        right: auto;
    }
    
    .home-gallery .single-gallery {
        margin-bottom: 20px;
    }
    
    .contact {
        padding: 0 0 50px;
    }
    
    .contact .heading-text {
        width: 100%;
        text-align: center;
    }
    
    .contact h3 {
        padding-top: 50px;
    }
        
    .contact-content h3 {
        font-size: 20px;
    }
    
    .contact-text:before {
        height: auto;
        top: 50px;
        bottom: 0;
    }
    
    .theme-categories-toggler {
        padding: 10px;
    }
    
    .theme-product-group-name {
        font-size: 26px;
    }
    .welcome h1 {
        font-size: 34px;
    }
    .welcome p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    
    nav .brand img {
        max-width: inherit;
    }
    
    .app-text a+a {
        margin: 20px 0;
    }
    
    .theme-product-box-col {
        width: 100%;
    }
    
    .contact-content {
        padding: 60px 10px;
    }
}