/*
Theme Name: AMW Luce
Theme URI: https://www.amalfiweb.it/
Author: Mario Acunto
Author URI: https://www.amalfiweb.it/
Description: Tema Child Ignition per gruppo Luce (Residenza Luce e Boutique Gimagì)
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-andros
Text Domain: amw-luce
*/

/*
 * 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: #0f7375; /* #066d76; */
    --color-secondary: #821838; /*#9e163c; */
}

.footer {
   margin-top: 40px;
}

/** Home Slider **/
.elementor-shortcode .maxslider {
   margin:0;
}
.maxslider-750-slide-2 {
   background-position: center;
}

/**
* Octorate Widgets 
**/

/* 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(13%) sepia(41%) saturate(4590%) hue-rotate(323deg) brightness(97%) contrast(95%);
} 

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