/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */

@keyframes pulses {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.10);
  }
  100% {
      transform: scale(1);
  }
}

.logo-pulse img {
  animation: pulses 4s infinite !important;
}



/* BOOKING STYLE */

.wpdevart-booking-form {
  border: none !important;
  padding: 0 !important;
}

.wpdevart-form-section {
  padding: 0 !important;
  margin: 0 !important;
}

.form_title {
  padding-top: 0 !important;
}

.wpdevart-booking-form .wpdevart-fild-item-container select {
  width: 100% !important ;
}

.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
  width: 100% !important ;
}

.wpdevart-booking-form .wpdevart-fild-item-container textarea {
  width: 100% !important ;
}

#wpdevart_booking_form_1 button.wpdevart-submit {
  padding: 10px 16px !important;
  border-radius: 0;
}

.reserv_info_row {
  display: flex;
  width: 100%;
  margin-bottom: 2px;
  flex-direction: row;
  justify-content: center;
}

span.reserv_info_cell {
  display: flex;
  width: 70%;
}

span.reserv_info_cell_value {
  display: flex;
  width: 30%;
  justify-content: flex-end;
  font-weight: bold;
}

#wpdevart_booking_form_1 h4.form_title {
  font-style: normal !important;
  padding-top: 25px;
}

#wpdevart_booking_form_1 .wpdevart-fild-item-container label {
  font-style: normal !important;
}

#wpdevart_booking_form_1 .wpdevart-total-price.reserv_info_row {
  background-color: rgba(0, 0, 0, 0);
}

.wpdevart-total-price.reserv_info_row {
  padding: 0;
}

#wpdevart_booking_form_1 .wpdevart-extra-info.wpdevart-extra-0 {
  /* border-top: 1px solid #ddd !important; */
  border-top: 0 !important;
}

.wpdevart-extra-info.wpdevart-extra-0 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.day-availability {
  padding-top: 5px;
  padding-left: 3px;
}

.wpdevart-calendar-container > div .wpda-day-header {
  padding: 0px;
}

.wpdevart-booking-legends {
  font-style: normal;
  font-size: 16px;
}

.legend-div {
  margin-bottom: -2px;
}

.booking_calendar_main {
  font-family: "Mulish", Sans-serif;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.wpdevart-booking-form-container {
  display: none;
  margin-top: 0;
}

.wpdevart-hours-container {
  width: 100%;
  border: none;
  margin-top: 0;
  padding: 0 !important;
}

.pw-calendar {
  width: 100%;
}

.booking_calendar_container .wpdevart-load-overlay,
.booking_calendar_container .wpdevart-hours-overlay {
  background: rgb(255 255 255 / 80%);
}
/* .booking_calendar_container, .wpdevart-booking-form-container {
  width: 95.5% !important;
} */

.pw-calendar-form {
  width: 100%;
  border: 2px solid lightgrey;
  padding: 0 25px 25px 25px;
}

.wpdevart-hour-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 10px;
  border: 1px solid lightgrey;
}

.hour_selected {
  background-color: red !important;
}

.wpdevart-fild-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.pw-prices,
.pw-prices-item {
  margin-left: auto;
  padding-right: 50px;
}

.wpda-day-header {
  background-color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpdevart-calendar-container > div {
  border: none !important;
}

.wpda-booking-calendar-head {
  border: none !important;
  padding: 50px 30px 50px 30px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wpdevart-calendar-container > div.past-day {
  background-color: #fff !important;
}

.wpda-day-number {
  width: auto;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700 !important;
}

.wpdevart-available .wpda-day-number {
  color: #0f0f0f !important;
}

.wpdevart-hour-item.hour_selected,
.wpdevart-calendar-container > div.selected {
  box-shadow: none;
}

.wpdevart-calendar-container > .past-day .wpda-day-number {
  color: #cbcbcb !important;
}

.wpdevart-day.selected .wpda-day-number {
  background-color: #bc953f !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.available-day:not(.selected, .wpdevart-unavailable) .wpda-day-number:hover {
  background-color: #f1e7d3 !important;
  border-radius: 50px;
}

.wpdevart-day .wpda-day-number {
  width: 50px;
  height: 50px;
}

.pw-arrow svg {
  fill: #b9b9b9;
}

.wpda-current-month {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.week-day-name .wpda-day-header .div-for-clear .wpda-day-number {
  font-weight: 700 !important;
}

.pw-available-hour {
    margin-right: auto;
    padding-left: 15px;
}

.pw-available-hour span,
.pw-available-text,
.hour-av,
.wpdevart-hour-info {
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
}

.pw-available-text-price {
  display: none;
}

.wpdevart_count_item {
  font-weight: 600 !important;
}

.pw-date-text {
  width: 100%;
  font-weight: 600;
}

.wpdevart-reserv-info {
  border: none !important;
}

.wpdevart-fild-item-container label {
  line-height: 1.4;
  font-weight: 600 !important;
}

label[for="wpdevart_terms_cond1"] a {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 16px;
}

label[for="wpdevart_terms_cond1"] {
  line-height: 10px !important;
  padding-left: 15px;
}

.pwbtn {
  font-family: "Oswald", Sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  background: #444444;
  color: #fff;
  border-radius: 0;
}

.pwbtn:hover {
  background-color: #bc953f;
}

.pwbtn:disabled {
  background: #9d9d9d;
}

.pwbtn:focus {
  background: #444444;
}

*:focus {
  outline: none !important;
}

.wpdevart_count_item,
#wpdevart_extra_field1,
#wpdevart_extra_field2,
#wpdevart_extra_field3,
#wpdevart_extra_field4 {
  min-width: 55px;
}

.pw-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.pw-radio:focus {
  outline: none;
}

.pw-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}

.pw-radio[aria-checked="true"]::before {
  transform: translate(-50%, -50%) scale(1);
}
.pw-actual-date {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #000;
}

label[for="wpdevart_extra_field3"] + .pw-prices {
    display: none !important;
}

.pw-star-text {
    font-size: 14px;
    font-style: italic;
    padding-top: 20px;
    letter-spacing: 0;
}

.wpdevart-fild-item-container:has(label[for="wpdevart_form_field8"]) {
    display: flex;
    flex-direction: row-reverse !important;
    align-content: center;
    justify-content: flex-end;
}

.wpdevart-fild-item-container:has(label[for="wpdevart_form_field8"]) label {
  font-size: 13px !important;
  font-weight: 400 !important;
}

#wpdevart_wrap_form_field8 {
    margin-right: 15px;
    margin-bottom: -4px;
}

.pwtc .wpdevart-fild-item-container {
    flex-direction: row-reverse !important;
}

.pw-container {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd !important;
}

.pw-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
}

.pw-mat {
  position: absolute;
  right: 0;
  padding-right: 120px;
}

.pw-total {
  padding-top: 10px;
}

#booking_calendar_main_container_1 {
  flex-direction: row !important;
  gap: 50px;
}

@media only screen and (max-width: 768px) {
  .booking_calendar_main {
    flex-direction: column;
  }
  .pw-calendar {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .pw-date-text {
    width: 100%;
    text-align: center;
  }

  .wpdevart-hours-container {
    width: 100%;
  }

  .pw-prices, .pw-prices-item {
    padding-right: 10px;
    min-width: 80px;
  }

  .wpdevart-day.selected .wpda-day-number,
  .wpdevart-day .wpda-day-number {
    width: 40px;
    height: 40px;
  }

  .wpdevart-booking-form-container {
    margin-bottom: 0;
  }

  .wpdevart-booking-form {
    margin-bottom: 0;
}

#booking_calendar_main_container_1 {
  flex-direction: column !important;
}
}