/* 
Theme Name: Vrestaurant
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema basat en Elementor
Author: Basetis/misEfectos
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: vrestaurant
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



html[dir="rtl"] .simple-logo{
	margin-left: 20px;
}
html[dir="rtl"] p,
html[dir="rtl"] .elementor-accordion{
	text-align: right!important;
}
html[dir="rtl"] .center,
html[dir="rtl"] .center p{
	text-align: center!important;
}
html[dir="rtl"] .elementor-accordion-item h3.elementor-tab-title{
	text-align: right!important;
}

  @media (min-width: 60em){
	html[dir="rtl"] .outside-container .elementor-widget-wrap > .elementor-element.outside-right{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}
.scrolled .simple-logo{
	display:none;
}

@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);
    transform:translate3d(0,0,0)
  }
  40%,
  43% {
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    transform:translate3d(0,-30px,0)
  }
  70% {
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    transform:translate3d(0,-15px,0)
  }
  90% {
    transform:translate3d(0,-4px,0)
  }
}
.bounce {
  animation-name:bounce;
  transform-origin:center bottom
}
.e-page-transition--preloader{
animation-name:bounce;
}