/*
    Template: hotello
    Theme Name: Hotello Child Theme
    Theme URI: https://hotello.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Hotello WordPress Theme is a responsive Hotel WordPress theme targeted especially for hotel, chalet, resort, motel, hostel, bed and breakfast and apartment with all-in-one booking system within theme package.
    Version: 1.0
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: hotello-child-theme
*/

.hidden-class {
    display: none !important;
}

/*PAGINE */
.stm_titlebox_style_1 {
    padding: 50px 0 53px !important;
}
.stm_titlebox__inner > h1 {
    margin-bottom: 0 !important;
}

/* CAMERE */
#hotelier-datepicker { display: none !important; }
.txt_regole_sidebar > div > p {
	font-size: 16px;
	line-height: 22px;
	margin-left: 15px;
}

 .room__price { display: none !important; }

/* CAMERA SINGOLA */

#stm-single-room-availability { display: none !important; }

.stm-single-room__sidebar {
	background-color: #f5f5f5 !important;
	padding: 30px !important;
}

.custom_title_regole {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}
.custom_title_regole > h3 {
    margin: 15px 0 !important;
}

.stm-single-room__intro > h2 {
    display: none !important;
}

/* FORM SIDEBAR CAMERA SINGOLA */
.form-camere {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /*  width: 350px; */
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group > p {
	margin-bottom: 0 !important;
}

label {
	font-size: 16px !important;
	font-weight: 600 !important;
}

input,
textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
}

input:focus,
textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

textarea {
    height: 100px;
    resize: none;
}

button.wpcf7-submit {
    width: 100%;
    padding: 10px 15px;
    background-color: #ff9800;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button.wpcf7-submit:hover {
    background-color: #e68900;
}

button.wpcf7-submit:active {
    background-color: #cc7a00;
}

/* MAPPA TERRITORIO */
#eapps-google-maps-1.eapps-google-maps {
    max-width: 100%;
    height: 900px !important;
}

.stm-header__element > .stm-icontext > .mtc,
.stm_header_element_5ba9c17a9ecd4 > .stm-icontext > .mtc,
.stm-header__element_ > .stm-icontext > .mtc {
    color: #3a3534 !important;
}

.wpcf7-response-output {
  position: relative;
  font-size: 16px;
  background-color: #ffac41 !important;
  color: #fff !important;
  border-color: #ffac41 !important;
}

.stm-header {
	position: relative !important;
}

.stm-header__cell_center .stm-header__element {
    margin: 0 !important;
}
.stm-logo img {
    width:230px !important;
}
.stm_header_transparent .stm-header * {
    color: #3a3534 !important;
}

.stm_header_style_1 .stm-navigation__default > ul > li > a {
	color: #3a3534 !important;
}

.stm_header_style_1 .stm-navigation__default > ul > li > a:hover {
	color: #009fe3 !important;
}

.stm-header__row_color_bottom {
    padding-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .stm-header {
    height: 100vh;
    display: none;
  }
  .stm_mobile__header {
	background-color:#FFF !important;
  }
}

/* Spaziatura per la galleria immagini */
.wpb_image_grid .wpb_image_grid_ul li {
    padding: 10px !important;
}
/* Bottone torna su */
#back-to-top {
    cursor: pointer;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
}

#back-to-top:hover {
    transform: translateY(-5px);
}

#back-to-top svg {
    color: #fff;
    transition: color 0.3s ease;
}

#back-to-top:hover svg {
    color: #d4af37;
}
/* Diminuisci la dimensione del font del menu principale */
.stm_header_style_1 .stm-navigation__default > ul > li > a {
	  font-size: 15px;
    padding: 0 20px;
    letter-spacing: 3px;
}
/* voci menù maiuscole */
.stm-navigation {
	text-transform: uppercase;
}

/* Spaziatura Bandierine Lingua */
.wpml-ls-slot-25 > a {
	padding-right: 10px !important;
  padding-left: 10px !important;
}

/* FIX MENU MOBILE */
.stm-header.active {
  display: block !important;
  left: 0 !important;
  background: white !important;
  width: 100% !important;
	height: 100vh !important;
  position: fixed !important;
}

@media (min-width:320px) {
	
	.stm-header.active > .stm-header__row_color_bottom > div > div > div > div > div {
		line-height: 40px !important;
	}
	
	.stm-header.active > .stm-header__row_color_bottom > div > div > div > div > div > ul {
		line-height: 40px !important;
	}
}
@media (min-width:481px) { 
	.stm-header.active > .stm-header__row_color_bottom > div > div > div > div > div > ul {
		line-height: 40px !important;
	}
	
	.stm-header.active > .stm-header__row_color_bottom > div > div > div > div > div {
		line-height: 40px !important;
	}
	
}

@media (max-width: 550px) {
  .stm-header .stm-navigation.stm-navigation__default > ul li > a {
    line-height: 1.2 !important;
    padding: 10px 0 !important;
  }
}

body:has(.stm-header.active) {
  overflow: hidden !important;
}

/* FIX TITLE PAGINA */
.stm_titlebox {
  margin-top: 0 !important;
}