/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2024 | 12:57:35 */
/* Dodaj swój kod CSS tutaj.
                     
Na przykład:
.przyklad {
    color: red;
}

Sprawdź poniższą stronę, jeśli chcesz poszerzyć swoją wiedzę nt. CSS:
http://www.w3schools.com/css/css_syntax.asp

Koniec komentarza */ 
.qc-sliderX-bottomCon {display:none;}
.qc-sliderX-direction {display:none;}
.hero_btn1_exborder1 {border: 0px solid #ffffff!important;}
.slider-x-lead-title {background-color: rgba(0, 0, 0, 0.65); margin: 0px 0px!important;}
.slider-x-item-title {background-color: rgba(0, 0, 0, 0.65); margin: 0px 0px!important;}

a.hero_btn2_exborder1 {display:none;}

.particles-js-canvas-el {display:none;}

.style-header-hero-column-1 .hecate-column__inner {padding-top: 0px!important;}

#hecate .style-button__nj1ft {}

#hecate .style-header-navigation-logo a {display:none;}

.menu-item-gtranslate-child { margin-left:10px; }

.navbar-expand-lg .navbar-nav .dropdown-menu
{
  min-width: 3rem!important;
   border: 0px!important;
	margin-left:20px;
 }

a.gt-current-wrapper {display:none;}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative!important;
	}}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative!important;
  }

.sp-tab__nav-item {margin-right: 3px!important;}

/*body:not(.home) .hecate-component .style-header-hero .hecate-hero__inner {
 min-height: 10vh!important;
}*/
.style-button__nj1ft {
	background-image: url("http://ovobarandrestaurant.com/wp-content/uploads/2024/01/OVO-PNG-e1706182321426.png");
		background-position: center;
background-size: contain;
	background-repeat:no-repeat;
	width:250px;
}

body.home {background-image: url("http://ovobarandrestaurant.com/wp-content/uploads/2023/11/aaaaaa.jpg"); background-repeat: no-repeat; background-size: cover;}

body{background-color: black;}

header {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#main-content .card {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}

a:hover {
	-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
}

a img:hover {
	-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
}

/* ANIMACJE */

/* WJAZD z dołu */

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*wjazd z góry*/
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* HOVER puls */

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}