/*
Theme Name: AMW Hotel Scapolatiello
Theme URI: https://www.amalfiweb.it/
Author: Mario Acunto
Author URI: https://www.amalfiweb.it/
Description: Tema Child Ignition per Hotel Scapolatiello
Version: 1.0.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-andros
Text Domain: amw-scapolatiello
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */


:root {
    --color-primary: #800000; /* Colore primario personalizzato */
    --color-secondary: #ffcc00; /* Colore secondario personalizzato */
    --color-accent: #0066cc; /* Colore di accento personalizzato */
    --color-background: #dcdbc5; /* Colore di sfondo personalizzato #c6c7a6 */
    --color-text: #333333; /* Colore del testo personalizzato */
}

.footer {
    /*
    color: var(--ignition-footer-text-color);
    background-color: var(--color-background);position: relative;
    */
    
    
    border-radius: 160px 160px 0 0;
    background: linear-gradient(90deg, #dcdbc5, #c6c7a6);
    

    /* Magia per far vedere solo i bordi 
    padding: 20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 16px solid transparent;*/
}

/** Slider **/
.maxslider .slick-list, .maxslider .slick-track, .maxslider .slick-slide {
    background-position: center;
}

/** Booking Form **/
.widget_amw-booking.amw-booking-horizontal div.group {
    width: 38%;
}

.widget_amw-booking .ui-datepicker-trigger {
    border: none;
    background: none;
    filter: brightness(0) saturate(100%) invert(6%) sepia(91%) saturate(6699%) hue-rotate(2deg) brightness(94%) contrast(106%);
}

/* Aggiusta l'altezza del pulsante per i temi ignition */ 
.amw-booking-horizontal .octobooksubmit.group input { height: 49px; }
@media (max-width: 1199px) {
    .widget_amw-booking.amw-booking-horizontal div.group {
        width: 29%;
    }
    .widget_amw-booking.amw-booking-horizontal div.group, .widget_amw-booking.amw-booking-horizontal .pax.group, .widget_amw-booking.amw-booking-horizontal .octobooksubmit.group {
        width: 29%;
    }
}

@media (max-width: 575px) {
    .widget_amw-booking.amw-booking-horizontal div.group {
        width: 50%;
    }
    .widget_amw-booking.amw-booking-horizontal div.group, .widget_amw-booking.amw-booking-horizontal .pax.group, .widget_amw-booking.amw-booking-horizontal .octobooksubmit.group {
        width: 100%;
    }
}
