/*
Theme Name: AMW La Scaletta Capri
Theme URI: https://www.amalfiweb.it/
Author: Mario Acunto
Author URI: https://www.amalfiweb.it/
Description: Tema Child Ignition per La Scaletta Capri
Version: 1.0.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-milos
Text Domain: amw-lascaletta
*/

/*
 * 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 {
    --primary-color: #004aad; /* Example primary color */
    --secondary-color: #a6a6a6; /* Example secondary color */
}

/** Header Styles */
.head-mast-inner {
    padding: 0;
}
.site-branding {
    max-width: 120px;
}

/** 
* Widget Octorate Styles 
*/

/* Eliminazione dei bordi e del bg del pulsante di prenotazione */ 
.widget_amw-octorate .ui-datepicker-trigger { border: none; background: none; filter: brightness(0) saturate(100%) invert(14%) sepia(77%) saturate(4770%) hue-rotate(207deg) brightness(87%) contrast(101%);} 

/* Aggiusta l'altezza del pulsante per i temi ignition */ 
.widget_amw-octorate.amw-octorate-horizontal .octobooksubmit.group input { height: 49px; }