@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans+Hebrew:wght@300;400&display=swap");
.btn, .button, .wp-block-button a, button, input[type=button], input[type=submit] {
  font-size: 0.8em;
  font-weight: 600;
  padding: 8px 12px;
  transition: all 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-family: inherit;
}

.btn:hover, .button:hover, .wp-block-button a:hover, button:hover, input:hover[type=button], input:hover[type=submit] {
  text-decoration: none;
  opacity: 0.9;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #0366d6;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 7px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  color: var(--nv-text-color);
  background-color: var(--nv-site-bg);
}

#booking-form input[type=submit], #catering-menu-booking-form input[type=submit] {
  display: block;
  width: 100%;
  border: 1px solid #ff6900;
}

input[type=date] {
  resize: none;
}

.text-center {
  text-align: center !important;
}

body {
  position: relative;
}
body #content .to-top-btn {
  position: fixed;
  right: 30px;
  top: 50%;
  display: none;
  z-index: 999;
}
body #content .to-top-btn .fa {
  transform: scale(2.25);
  color: #FF7400;
}
body #content .to-top-btn .fa:hover {
  cursor: pointer;
}
body #content .button {
  font-weight: 600 !important;
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 10px;
}
body #content .button.btn-get-quote {
  margin-top: 30px;
}
body #content .button-orange {
  background: #FF7400;
  color: #fff;
  padding: 10px 2rem;
}
body #content .button-orange:hover {
  color: #fff;
}
body #content .underline-orange {
  border-bottom: 7px solid #FF7400;
  margin-bottom: 15px;
}
body #content .underline-orange-slim {
  border-bottom: 4px solid #FF7400;
}
body #content .underline-light-orange {
  border-bottom: 7px solid #FFAB4C;
}
body #content .shadow {
  box-shadow: 0 0 32px -12px #555 !important;
}
body #content .border {
  border-radius: 35px !important;
  border: 0 !important;
}

/**********
*** Menu***
**********/
/**********
*** #Menu***
**********/
#footer {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 1;
}
#footer .footer-inner-wrapper {
  width: calc(100% - 60px);
  margin: 0 auto;
  background: #fff;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
  padding: 20px 20px 10px;
}
#footer .footer-inner-wrapper .custom-logo {
  max-width: 150px;
}
@media only screen and (max-width: 992px) {
  #footer .footer-inner-wrapper {
    width: calc(100% - 30px);
    padding: 15px;
  }
  #footer .footer-inner-wrapper .col-2 {
    display: none;
  }
}
#footer .footer-inner-wrapper .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#footer .footer-inner-wrapper .top-row {
  margin-bottom: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  #footer .footer-inner-wrapper .top-row {
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-inner-wrapper .top-row {
    justify-content: end;
  }
}
#footer .footer-inner-wrapper .top-row .phone-icon {
  margin-right: 10px;
}
#footer .footer-inner-wrapper .top-row .phone-icon img {
  max-width: 35px;
}
@media only screen and (max-width: 992px) {
  #footer .footer-inner-wrapper .top-row .phone-icon img {
    max-width: 20px;
  }
}
#footer .footer-inner-wrapper .top-row .phone-number {
  color: #FF7400;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  position: relative;
  top: 3px;
}
#footer .footer-inner-wrapper .top-row .phone-number a {
  font-weight: 800 !important;
  color: #FF7400;
}
@media only screen and (max-width: 768px) {
  #footer .footer-inner-wrapper .top-row .phone-number {
    font-size: 1.05rem !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-inner-wrapper .top-row a.button {
    font-size: 1.05rem !important;
    width: 100%;
  }
}
#footer .footer-inner-wrapper .bottom-row {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#footer .footer-inner-wrapper .bottom-row p, #footer .footer-inner-wrapper .bottom-row a {
  font-size: 1.14rem !important;
}
#footer .footer-inner-wrapper .bottom-row p {
  text-align: end;
}
#footer .footer-inner-wrapper .bottom-row a {
  color: #555;
  text-decoration: underline;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-inner-wrapper .bottom-row p, #footer .footer-inner-wrapper .bottom-row a {
    font-size: 1.05rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #footer .footer-inner-wrapper .bottom-row {
    align-items: center;
  }
  #footer .footer-inner-wrapper .bottom-row p, #footer .footer-inner-wrapper .bottom-row a {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  #footer .footer-inner-wrapper .bottom-row p, #footer .footer-inner-wrapper .bottom-row a {
    font-size: 0.85rem !important;
  }
}

/* Meeting Rooms Slider */
.meeting-rooms .room {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 60px;
}
.meeting-rooms .room .room-image-wrapper {
  padding-top: 75%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
}
.meeting-rooms .checking-container {
  padding: 7px;
}
.meeting-rooms .checking-container p {
  margin: 5px 0;
  font-size: 1rem !important;
}
.meeting-rooms .checking-container .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.meeting-rooms .checking-container .date-wrapper input[type=date] {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
}
.meeting-rooms .checking-container .time-wrapper {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .meeting-rooms .checking-container .time-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.meeting-rooms .checking-container .time-wrapper .input-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .meeting-rooms .checking-container .time-wrapper .input-wrapper {
    display: block !important;
    width: 85%;
  }
}
.meeting-rooms .checking-container .time-wrapper .input-wrapper input {
  font-family: "Montserrat", sans-serif;
  max-width: 100px;
  font-size: 1.1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .meeting-rooms .checking-container .time-wrapper .input-wrapper input {
    margin-left: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.meeting-rooms .checking-container .time-from-wrapper {
  margin-right: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .meeting-rooms .checking-container .time-from-wrapper {
    margin-right: 0;
  }
}
.meeting-rooms .checking-container .book-now {
  color: #fff;
}
.meeting-rooms .info-container p.error-msg {
  color: red !important;
}
.meeting-rooms input.time-from {
  position: relative;
}
.meeting-rooms .custom-timepicker-wrapper {
  position: absolute;
  top: 36px;
  height: 160px;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  overflow: scroll;
  width: 100px;
  z-index: 999;
}
.meeting-rooms .custom-timepicker-wrapper .timepicker-list {
  padding: 0 6px;
}
.meeting-rooms .custom-timepicker-wrapper .timepicker-list li {
  margin: 0;
  padding: 3px 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.meeting-rooms .custom-timepicker-wrapper .timepicker-list li:hover {
  cursor: pointer;
  background: lightgrey;
}
@media only screen and (max-width: 767px) {
  .meeting-rooms .check-availability {
    margin-bottom: 15px;
    width: 100%;
  }
  .meeting-rooms .book-now {
    width: 100%;
  }
}

.elementor-shortcode {
  position: relative;
}
.elementor-shortcode .prev, .elementor-shortcode .next {
  position: absolute;
  z-index: 1 !important;
  top: 50%;
  width: 40px !important;
  height: 40px;
  background: #FF7400;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
}
.elementor-shortcode .prev:hover, .elementor-shortcode .next:hover {
  cursor: pointer;
}
.elementor-shortcode .prev {
  left: -60px;
  padding: 8px 10px;
}
.elementor-shortcode .next {
  right: -60px;
  padding: 8px 14px;
}

/* #Meeting Rooms Slider */
.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.disabled {
  cursor: not-allowed !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}

.container-custom {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
/*
#content .slick-arrow {
  color: transparent;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/Asset-8.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 20px);
  position: absolute;
}
#content .slick-arrow.slick-prev {
  left: -50px;
}
#content .slick-arrow.slick-next {
  right: -50px;
  transform: rotate(180deg);
}*/
#content ul.slick-dots {
  padding: 0 !important;
  text-align: center;
  margin-bottom: 0 !important;
  position: relative;
  margin-top: 30px;
}
#content ul.slick-dots li {
  display: inline-block;
  margin-bottom: 0 !important;
}
#content ul.slick-dots li.slick-active button {
  opacity: 1;
}
#content ul.slick-dots li:not(:last-of-type) {
  margin-right: 20px !important;
}
#content ul.slick-dots button {
  font-size: 0;
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.5;
}

.ch-list.has-bg {
  padding-left: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ch-list.has-bg li {
  position: relative;
  font-size: 1.45rem;
  padding-left: 15px;
  margin: 1rem 0;
  color: #222;
}
.ch-list.has-bg li::before {
  content: "";
  background: url("/wp-content/uploads/Asset-2.png");
  width: 15px;
  height: 15px;
  position: absolute;
  left: -25px;
  background-size: contain;
  transform: scale(2);
  top: 7px;
}

/*** Animation ****/
@keyframes ldio-yzaezf3dcmj {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  position: relative;
}

.la-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.la-wrapper .la-popup {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
  max-width: 415px;
  text-align: center;
  box-shadow: 0 0 12px -3px #000;
  border-bottom: 21px solid #555;
  overflow: hidden;
}

.la-wrapper .la-popup h4 {
  margin-top: 0 !important;
  font-weight: 700;
  font-size: 1.65rem;
  background: #FF7400;
  color: white;
  padding: 25px;
  margin-bottom: 25px;
  line-height: 1.15 !important;
}

.la-wrapper .la-popup p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding-right: 30px;
  padding-left: 30px;
}

.ldio-yzaezf3dcmj div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #ff7400;
  border-top-color: transparent;
  border-radius: 50%;
}

.ldio-yzaezf3dcmj div {
  animation: ldio-yzaezf3dcmj 2.2727272727s linear infinite;
  top: 100px;
  left: 100px;
}

.loadingio-spinner-rolling-2by998twmg8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}

.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-yzaezf3dcmj div {
  box-sizing: content-box;
}

/* [ldio] generated by https://loading.io */
/*** #Animation ****/

/*# sourceMappingURL=generic-style.css.map */
