/*
 Theme Name:   Zante Child
 Template:     zante
 Version:      1.0.0
 Description:  Tema child di Zante per personalizzazioni sicure.
 Author:       BlackPirates
 Text Domain:  zante-child
*/

/* Aggiungi qui eventuali stili personalizzati */


/* Importa lo stile del tema genitore */
/*@import url("../zante/style.css");*/

.single.single-post .info{
    display: none;
}
.single.single-post .alert {
    display: none;
}
.single.single-post .single-blog .post-thumbnail {
    position: relative;
    width: 100vw; /* Larghezza a tutta la larghezza del viewport */
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* Compensazione per estendere a sinistra */
    margin-right: -50vw; /* Compensazione per estendere a destra */
    max-width: 100vw;
}

.single.single-post .single-blog .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.vblistroomblock .vblistimg{
    height: 100%;
}
.vblistroomnamediv{
    display: none !important;
}
#booking-header {
    position: relative;
    width: 100%;
    top: -70px;
    z-index: 100;
}
#booking-header .vbdivsearch .vb-search-inner{
    justify-content: center;
}
div.vc_gitem-zone{
    background-color:transparent !important;
    border: 1px solid #eaeaea;
}
.vbo-booking-details-intro{
    color:white;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date{
    display: none;
}
.vikfx-gallery-image.vblistimg{
    width:100%;
}
.vikbooking-header-booking{
    padding: 25px;
    background: var(--vbo-light-grey-bg-color);
    width: 100%;
}
.vbsearchinputmodhors {
    background-color: #deb666 !important;
}
.vikbooking-header-booking .wp-block-column{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vbo-showprc-option-entry-input input[type="checkbox"]{
    height: auto !important;
    margin-right: 0px;
    padding: 10px;
}
.vbo-oconfirm-cfield-input input[type="checkbox"]:after,
.vbo-showprc-option-entry-input input[type="checkbox"]:after{
    font-size: 18px !important;
}
.wpcf7-submit{
    padding: 10px 30px !important;
    font-size: 16px;
    background-color: #deb666;
    color:white;
    border-radius: 4px;
    font-weight: bold;
    border: none;
}
.wpcf7-submit:hover{
    color: #333;
}
.wpcf7-form-control.wpcf7-text{
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    height: 42px;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%
}
.wpcf7-form-control.wpcf7-textarea{
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    padding: 10px 8px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
.wpcf7-not-valid{
    border: 1px solid red !important;
}
header .navbar-header .navbar-brand{
    padding: 0px !important;
}
.book-btn{
    padding: 20px 0px;
}
.book-btn a{
    padding: 10px 30px !important;
    font-size: 16px;
    background-color: #deb666;
    color:white !important;
    border-radius: 4px;
    border: 1px solid #deb666;
    font-weight: bold;
}
.book-btn a:hover{
    color:#333 !important;
    border: 1px solid #deb666 !important;
}
header #main_menu .navbar-nav li a {
    padding: 30px 10px;
}
/*#rooms-list-homepage #rooms-list-homepage {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*#rooms-list-homepage .vc_column_container {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*}*/

/*#rooms-list-homepage .vc_single_image-wrapper {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*#rooms-list-homepage .vc_single_image-img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover; !* per mantenere il rapporto d'aspetto *!*/
/*}*/

#rooms-list-homepage .wpb_heading {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background-color: white;
    text-align: center;
    padding: 5px;
    margin: 0px 15px;
    z-index: 100;
}
.news-grid-item .details .info{
    display: none;
}

/*#rooms-list-homepage .vc_column_container {*/
/*    flex: 1 1 0;*/
/*    margin: 0 10px;*/
/*    min-width: 300px; !* facoltativo per gestire meglio la responsività *!*/
/*    height: 100%;*/
/*}*/
