/*
 Theme Name:   HotelBooking Child
 Theme URI:    https://exemplu.ro
 Description:  Tema copil pentru HotelBooking
 Author:       Hotel Mara
 Template:     hotelbooking
 Version:      1.0.0
*/

/* * {
	border: 1px solid red;
} */

.nd_booking_bg_white {
    border-radius: 15px 0 0 15px;
}

.nd_options_customizer_forms input[type="submit"], .nd_options_customizer_forms button[type="submit"], .give-btn.give-btn-modal {
    border-radius: 0 15px 15px 0 !important;
}

.ui-datepicker {
    border-radius: 10px;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 15px 15px 0 0;
}

#gallery-1 .gallery-item {
  overflow: hidden;
}

#gallery-1 .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: none;
  transition: transform 0.4s ease;
  display: block;
	border-radius: 5px;
}

.elementor-counter-title {
    color: #5C5C5C;
    font-family: "Roboto", Sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 4px;
    text-align: center;
}

.df-popup-thumb {
    width: 350px;
		margin-left: 0px !important;
}

.center-shortcode {
    justify-items: center;
}

.mara-conference-table-col > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.mara-conference-table-col > .elementor-widget-wrap > .elementor-element {
  flex: 0 0 auto !important;
  margin-right: 20px;
}

.tablepress-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.tablepress-scroll table {
  width: 100%;
  min-width: 700px;
  display: block;
  border-collapse: collapse;
}

.tablepress-scroll .dt-container {
  overflow-x: auto;
  overflow-y: hidden;
}

.tablepress-scroll .dt-container > div {
  width: 100%;
}

.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.sticky-sidebar {
		position: sticky;
		top: 100px;
		align-self: start;
		z-index: 10;
}

.eshb-item-grid .grid-item .item-inner .hover-bg-two {
    background: none;
}

.eshb-item-grid .grid-item .item-inner:hover .hover-bg-one {
    opacity: 0.5;
}

input, textarea, select {
  padding: 0;
}

@media (max-width: 768px) {
  .nd_options_customizer_forms input[type="submit"],
  .nd_options_customizer_forms button[type="submit"],
  .give-btn.give-btn-modal {
    border-radius: 15px !important;
  }
}

@media (max-width: 768px) {
  .nd_booking_bg_white {
    border-radius: 15px;
    background: #fff;
    margin: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}