/*
Theme Name: AMW L'Abbraccio Amalfi
Theme URI: https://www.amalfiweb.it/
Author: Mario Acunto
Author URI: https://www.amalfiweb.it/
Description: Tema Child Ignition per L'Abbraccio Amalfi
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-zermatt
Text Domain: amw-abbraccio
*/

/*
 * 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: #003a70;
    --color-secondary: #4a4031;
    --color-accent: #d9cba8;
    --color-background: #f5f0e6;
    --color-text: #3b3226;
}

.site-branding {
    max-width: 230px;
}

.footer a {
    color: #ffffff;
}

/*** Widget Octorate ***/

/* Eliminazione dei bordi e del bg del pulsante di prenotazione */ 
.widget_amw-octorate .ui-datepicker-trigger { border: none; background: none; } 
/* Aggiusta l'altezza del pulsante per i temi ignition */ 
.widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group input { height: 49px; }