/* Theme Name: Romancy Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of romancy
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: romancy
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  romancy-child
*/


/**** NASCONDI INFO INUTILI ***/
.room-info.three_column,
.elementor-element.elementor-widget.elementor-widget-ovabrw_product_table_price,
.owl-stage .room-info,
.item.room-content.room-content-2 .room-info,
.ovabrw-room-list.ovabrw-room-list-template3 .room-info,
.single-product h2.elementor-heading-title,
.ovabrw_extra_service .resource,
.page-id-30 ul.room-info,
.page-id-30 .room-button,
div.search-field.beds-control,
div .custom-children /** modificato inserento custom-children in plugins/ova-brw/ovabrw-templates/single/booking-form/fields.php
plugins/ova-brw/ovabrw-templates/single/request_booking.php
plugins/ova-brw/ovabrw-templates/single/ovabrw_search2.php
plugins/ova-brw/ovabrw-templates/single/ovabrw_search.php***/ {
  display: none!important;
}


.wc-block-cart__submit-container .wc-block-cart__submit-button {
  background: #16293c
}

/***** GRIGLIA SERVIZI ***/
.gp_service_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
}
.gp_service_grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.gp_service_grid img {
    width: 48px;
}
.gp_service_grid span {
    font-size: 14px;
    color: #333;
    text-align: center;
}
@media (max-width: 768px) {
    .gp_service_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/***** FINE GRIGLIA SERVIZI ***/

@media (min-width: 1025px) {
    .only-mobile {
        display:none!important;
    }
}
