@import url("https://cs.cdn-upm.com/themes/0325ad9b-6742-11e9-b9db-525400080321/styles-8/sticky-fix.css");

/* basic styles */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    font-weight: 400;
}

a, a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}

p {
    word-wrap: break-word;
    margin: 20px 0;
}

img {
	max-width: 100%;
}

label {
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
}

h1 {
    font-size: 25px;
}

h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-size: 60px;
}

.modal h2 {
    font-size: 30px;
}

h3 {
    margin: 0;
}

h4 {
    font-weight: 600;
    text-transform: uppercase;
}

strong {
    font-size: 24px;
    font-family: Poiret One;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn:focus,
.btn:active,
.btn:hover {
    outline: none;
}

.flex {
    display: flex;
}

/* navigation */

nav {
    position: absolute;
    width: 100%;
    z-index: 2;
}

nav .brand {
    display: inline-block;
    margin-left: 15px;
}

nav .navbar-center .nav {
    text-align: right;
}

nav .theme-navbar li a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 22px;
    padding: 10px;
}

.theme-subpage nav {
    position: relative;
    background: #131313;
}

/* header */

header {
	width: 100%;
}

.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 );
    z-index: 1;
}

.slider {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.slider a {
    position: absolute;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: Poiret One;
    letter-spacing: 2px;
    background: #131313;
    color: #fff;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
}

.slider a:hover {
    background: #169eb5;
}

.slider a:focus {
    outline: none;
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.background .background-holder {
    content: '';
	position: absolute;
	width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center center;
}

.rotator {
	position: relative;
	top: 50%;
    width: 100%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	text-align: center;
    z-index: 2;
}

.rotator > li {
	display: none;
	opacity: 0;
	position: relative;
    background: rgba(0, 0, 0, .5);
    padding: 0px 15px;
}

.rotator > li:last-child {
	display: inline-block;
}

.rotator > li span {
    font-family: Poiret One;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

/* about us */

.about-us .heading-text {
    padding: 100px;
    background: #fff;
}

.about-us .paragraph-text {
    padding: 100px 50px 100px 100px;
    max-width: 600px;
}

.about-us p:first-of-type {
    margin-top: 0;
}

/* footer contact */

.contact {
    background: #fff;
}

.contact .heading-text {
    padding: 100px;
    color: #000;
}

.contact .paragraph-text {
    padding: 100px 50px 100px 100px;
    max-width: 600px;
}

.contact p:first-of-type {
    margin-top: 0;
}

.contact-map {
    padding: 0;
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
}

.theme-contact-map-canvas {
    height: 600px;
}

.contact-info {
    /*text-transform: uppercase;*/
}

.contact-info ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}

.contact-info li span {
    padding-left: 20px;
}

.contact-info strong.padding-top {
    padding-top: 20px;
    display: block;
}

.contact-info a {
    color: #131313;
    padding: 2px 5px;
}

.contact-info a.icon {
    display: inline-block;
    margin-top: 10px;
    width: 50px;
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #f3f3f3;
}

.contact-info a:hover {
    color: #fff;
    background: #131313;
}

/* menu */

.theme-product-group-name {
    text-transform: uppercase;
}

.theme-plus-btn {
    font-size: 12px;
}

._start-order > i {
    display: none;
}

.cart-wrapper {
    font-size: 13px;
}

.cart-wrapper h4 {
    color: #131313;
    font-weight: 600;
}

.increase-cart-item {
    border-radius: 0;
}

.decrease-cart-item {
    border-radius: 0;
    margin-left: 2px;
}

/* booking tables page */

.booking-content {
    padding: 50px 0;
}

/* 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;
}

/* contact page */

.contact-content {
    padding: 50px 0;
}

.theme-paragraph-with-icon {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}

/* footer */

.theme-footer-powered-by {
    display: none;
}

footer .theme-footer-powered-by {
    display: block;
}

.theme-footer ul a {
    text-transform: uppercase;
    background: #fff;
    padding: 2px 5px;
}

.theme-footer ul a:hover {
    background: #131313;
    color: #fff;
}

@media (max-width: 991px) {
    .slider {
        height: 500px;
    }
    
    .background .background-holder {
        height: 500px;
    }
    
    .rotator > li span {
        font-size: 30px;
    }
    
    .slider a {
        font-size: 30px;
        padding: 20px 40px;
    }
    
    .about-us .heading-text {
        padding: 50px;
    }
    
    .contact .heading-text {
        padding: 50px;
    }
    
    h3 {
        font-size: 40px;
    }
    
    .about-us .paragraph-text {
        padding: 50px 15px 50px 50px;
        font-size: 18px;
    }
    
    .contact .paragraph-text {
        padding: 50px 15px 50px 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    nav {
        position: relative;
        top: 0;
        background: #131313;
    }
    
    nav .brand {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    nav .brand img {
        display: inline-block;
    }
    
    .navbar-toggle {
        position: absolute;
        right: 0;
    }
    
    .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;
    }
    
    .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: 20px;
    }
    
    .slider a {
        font-size: 20px;
        padding: 15px 30px;
    }
    
    .flex {
        flex-wrap: wrap;
    }
    
    .about-us .heading-text {
        width: 100%;
        text-align: center;
    }
    
    .contact .heading-text {
        width: 100%;
        text-align: center;
    }
    
    .contact-content h3 {
        font-size: 20px;
    }
    
    .contact-map {
        width: 100%;
    }
    
    .theme-contact-map-canvas {
        height: 300px;
        width: 100%;
    }
    
    .theme-product-group-name {
        font-size: 26px;
    }
}



@media (max-width: 560px) {
    
    h2 {
        font-size: 40px;
    }
}

