html {
  scroll-behavior: smooth;
}
#slider .bg-overlay::before {
  background: url(../images/overlay.png) rgba(27, 26, 26, 1);
}
#slider .bg-overlay::before {
  background-color: rgba(51, 51, 51, 0.4);
}
.page-title.bg-overlay::before {
  background: url(../images/overlay.png) rgba(27, 26, 26, 0.5);
}
#about-section::before {
  background: rgba(27, 26, 26, 0.45);
}
.navbar .nav__item .nav__item-link {
  color: #FFF;
}
.navbar .navbar__action-btn-reserve {
  border: 2px solid #fe6100;
  background: #fe6100;
  color: #FFF;
}
.navbar.fixed-navbar .navbar__action-btn-reserve {
  border: 2px solid #fe6100;
  color: #FFF;
  background: #fe6100;
}
.navbar.fixed-navbar .navbar__action-btn-reserve:hover {
  border-color: #222222;
  color: #FFF;
  background: #222222;
}
.navbar .navbar__action-btn-reserve:hover {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.menu-item .menu__item-price {
  font-family: "Poppins";
  font-size: 16px;
}
.blog-single ul {
  list-style: disc;
}
.navbar li.active .nav__item-link:before, .navbar li .nav__item-link:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #fe6100;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-secondary {
  background: #222222;
  border-color: #222222;
  color: #FFF;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #fe6100;
  border-color: #fe6100;
  color: #FFF;
}
.navbar li.active .nav__item-link, .navbar .nav__item .nav__item-link:hover {
  color: #fe6100;
}
.text-banner, .cta-layout3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.header-transparent .navbar {
  border-bottom: none;
}
.navbar.fixed-navbar .nav__item .nav__item-link {
  line-height: 70px;
  color: #222222;
}
.navbar.fixed-navbar .nav__item .nav__item-link:hover, .navbar.fixed-navbar .nav__item.active .nav__item-link {
  color: #fe6100;
}
.navbar.fixed-navbar .social__icons li a {
  color: #222222;
}
.navbar.fixed-navbar .social__icons li a:hover {
  color: #fe6100;
}
footer {
  color: #8B8B8B;
}
.top_bar {
  background-color: #f05626;
  padding: 8px 0;
  overflow: hidden;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.top_bar p {
  font-size: 16px;
  margin: 0;
  color: #FFF;
  text-transform: none;
  text-align: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  line-height: 20px;
}
.top_bar p span {
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.top_bar p a {
  display: inline-block;
  float: right;
  margin-top: 3px;
  text-decoration: underline;
  color: #FFF;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.order-list li {
  display: inline;
}
.order-list li > a {
  height: auto;
  width: auto;
  padding: 8px 22px;
  line-height: normal;
  min-width: auto;
  margin: 0 5px 10px;
}
.fixed-navbar .logo-dark {
  width: 100px;
  margin-top: 40px;
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
.not-visible {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
.header-transparent .fixed-navbar {
  height: 70px;
  background: #FFF !important;
  border-bottom: 2px solid #fe6100 !important;
  border-top: none;
}
.navbar .hamburger-menu-trigger {
  color: rgba(61, 61, 61, 1.00);
}
.navbar .logo-light {
  width: 180px;
  margin-top: 80px;
}
.footer .contact-box .contact__box-title {
  color: rgba(61, 61, 61, 1.00);
}
.social__icons-white li a {
  color: #FFF;
}
footer .footer__logo {
  width: 150px;
}
/*footer .opening-hours li {
	text-align: left;
}
footer .opening-hours li span {
	float: right;
}*/
.blog-single a:hover {
  text-decoration: underline;
}
/*repaso button*/
.order-text, footer .order-text {
  color: #FFF;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: normal;
}
.order-text.black {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}
.order-now-repaso {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(3%, rgba(255, 132, 0, 1)), color-stop(50%, rgba(255, 30, 0, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(97%, rgba(231, 56, 39, 1)), color-stop(100%, rgba(255, 189, 189, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffbdbd', GradientType=0);
  border: 2px solid #333;
  color: #FFF !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}
.order-now-repaso:hover {
  background: rgba(255, 189, 189, 1) !important;
  background: -moz-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 189, 189, 1)), color-stop(3%, rgba(231, 56, 39, 1)), color-stop(29%, rgba(240, 47, 23, 1)), color-stop(49%, rgba(246, 41, 12, 1)), color-stop(50%, rgba(255, 30, 0, 1)), color-stop(97%, rgba(255, 132, 0, 1)), color-stop(100%, rgba(255, 255, 255, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdbd', endColorstr='#ffffff', GradientType=0);
  font-family: 'Roboto', sans-serif;
}
.order-now-repaso img {
  width: 14px;
  height: 24px;
  margin-right: 7px;
  position: absolute;
}
.order-now-repaso {
  padding: 8px 43px 8px 30px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  border-radius: 50px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
}
.navbar .dropdown-menu {
  background-color: #f8f9fa;
}
.navbar .dropdown-menu .nav__item {
  padding: 0 30px;
  margin-bottom: 10px;
}
.navbar .dropdown-menu {
  padding: 10px 0 10px;
}
.contact__box-list li {
  margin-bottom: 10px;
}
.footer .footer-top .row > [class*="col-"]:nth-of-type(1) {
  order: 0;
}
.header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(4) {
  position: static;
  left: auto;
}
.header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(5) {
  left: calc(55% + 85px);
}
.header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(6) {
  position: absolute;
  left: calc(60% + 140px);
}
.header-transparent .social__icons li a {
  color: #FFF;
}
.header-transparent .social__icons li a:hover {
  color: #fe6100;
}
#covid-msg .navbar .nav__item .nav__item-link, #covid-msg .header-transparent .social__icons li a {
  color: #222222;
}
#covid-msg .navbar .logo-light {
  margin-top: 0;
}
.slider .slide__title {
  line-height: 1;
  font-size: 70px;
}
.slider .slide__desc {
  font-family: "poppins";
  font-size: 20px;
	line-height: 30px;
	padding: 0 40px;
}
#scroll-menu .nav__link{font-size: 18px;}
#scroll-menu .menu__item-price{font-weight: 600; font-size: 18px;}
section p, footer{font-size: 16px; line-height: 30px;}
.footer .footer__copyright span{font-size: 16px !important;}
.opening-hours li span {
	position: relative;
	float: right;
}
.opening-hours li {
	text-align: left;
}
footer .contact-box .contact__box-title
{font-size: 16px;}
@media (max-width:991px) {
  header .navbar .logo-light {
    margin-top: 0 !important;
  }
  header .navbar .navbar-brand .logo-light {
    margin-top: 0 !important;
  }
  .header-layout3 .navbar > .container .navbar-brand img {
    max-height: none;
  }
  .navbar .navbar-collapse {
    background: rgba(255, 255, 255, 1.00);
  }
  .navbar .nav__item.opened > .dropdown-toggle::after, .navbar .nav__item.show > .dropdown-toggle::after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 13px;
    position: absolute;
    right: 10px;
  }
  .navbar .dropdown-toggle::after {
    font-family: fontawesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 10px;
  }
  .header .logo-dark, .header-transparent .logo-dark {
    display: inline-block;
    width: 80px;
  }
  .navbar__action-btn-reserve {
    display: block;
  }
  .navbar.sticky-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    max-height: 90px;
    z-index: 1040;
    border-bottom: 0 !important;
    background-color: #FFF !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
  }
  .top_bar {
    margin-top: 90px;
  }
  #about-section, #privacy, #covid-msg {
    margin-top: 100px;
  }
  .header-transparent + .slider {
    margin-top: 0;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 20px 0;
  }
  .page-title {
    margin-top: 75px !important;
  }
  .navbar li.active .nav__item-link::before {
    content: none;
  }
  .navbar .nav__item .nav__item-link {
    color: #222222;
  }
  .navbar .navbar__action-btn-reserve {
    background-color: #fe6100;
    border-color: #fe6100;
    color: #FFF;
  }
  .navbar li.active .nav__item-link, .navbar .nav__item .nav__item-link:hover {
    color: #fe6100;
  }
  .navbar li.active .nav__item-link::before, .navbar li .nav__item-link:hover::before {
    content: none;
  }
  .header-transparent .social__icons {
    display: none;
  }
  .navbar .navbar-toggler {
    right: 25px;
  }
  .navbar-actions-wrap {
    display: none;
  }
  .header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(5) {
    left: auto;
    position: static;
  }
  .navbar-actions {
    margin-right: 30px;
  }
  .navbar__action-btn-reserve {
    right: 35px;
  }
  .slider .slide-item {
    height: 60vh;
  }
}
@media (max-width:576px) {
  #slider .btn {
    margin: 5px 0;
  }
  .slider .slide__title {
    line-height: 1;
    font-size: 30px;
  }
}