/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2019 | 17:30:26 */
/* HEADER MENU */

.home .site-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.home .main-header-menu > .menu-item > a {
    color: #fff;
}

.home .main-header-bar {
    border: none;
    background: transparent;
}

.home span.site-logo-img img {
    visibility: hidden;
}

.home .ast-sticky-active span.site-logo-img img {
    visibility: visible;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity {
    padding: 0;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
 	max-height: 70px !important;
}



/* KONEC HEADER MENU */


/* MAIN CAROUSEL */
.main-carousel-intro {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 80px 15px;
    margin: 0 !important;
}

.main-carousel-intro h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 0px;
}

.main-carousel-intro p {
    margin: 0;
}

.line-decor {
    position: relative;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 350px;
    height: 1px;
    background: #fff;
    line-height: 1;
}

.line-decor:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
}

.main-carousel-intro-desc {
    max-width: 380px;
    margin: 0px auto 0;
    padding: 0 15px;
}

.web-btn {
    background: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block;
}

.web-btn:hover {
	opacity: 0.7;
}

.main-carousel-intro-btn-wrapper {
    margin-top: 60px;
    text-align: center;
}

.foodMenu-item span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.foodMenu-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    text-align: center;
    display: inline-block;
    clear: both;
}

.foodMenu-item span {
    color: #fff;
}

.main-carousel-menu {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
}

.foodMenu-item {
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

.main-carousel-menu-inner {
    text-align: center;
}

/* KONEC MAIN CAROUSEL */

/* Testimonials */

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    background: #fff;
    padding: 20px !important;
    box-shadow: 0px 0px 25px 0px rgba(177, 177, 177, 0.5);
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
	display: none;
}

.elementor-swiper-button {
    color: hsla(0, 0%, 81%, 0.9);
}

/* KONEC Testimonials */

/* Page menu */

.page-banner-wrapper .main-carousel-menu {
    position: relative;
    bottom: 0;
}

/* KONEC Page menu */

/* Footer */

.footer-adv .ast-container,
.footer-adv-overlay {
	padding: 0;
}

/* KONEC Footer */

/* GENERAL CSS */

.tydenni-menu {
    margin-top: 50px;
}

html {
	overflow-x: hidden;
}


.main-carousel-section .slick-arrow {
    display: none !important;
}

.where-to-find-us .elementor-row {
    justify-content: center;
}

.food-wrapper .elementor-container img {
    width: 100%;
    border-radius: 50% 50% 50% 50%;
    height: 180px;
    object-fit: cover;
}

.who-made {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
	margin-top: 40px;
}

/* KONEC GENERAL CSS */


@media (max-width: 1024px) {
  .main-carousel-menu {
  	bottom: 20px;
  }
  
  .main-carousel-intro-btn-wrapper {
  	margin-top: 20px;
  }
}

@media (max-width: 921px) {
	.home .main-header-menu > .menu-item > a {
    	color: #000;
	} 
}