/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.site-navigation {
  display: none!important;
}

.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: block!important;
  max-width: 60px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
  background-color: transparent;
}

.site-header .header-inner {
  position: relative;
}

.site-navigation-dropdown {
  max-width: 320px;
  left: auto;
  right: 0;
}

.site-navigation-dropdown ul.menu {
  box-shadow: 0px 8px 16px rgba(0,0,0,.2);
  padding: 8px;
}

.site-navigation-dropdown ul.menu li {
  margin: 12px 0;
  padding: 0px 20px;
}

.site-navigation-dropdown ul.menu li a {
  box-shadow: none;
  padding: 0;
  color: var(--e-global-color-accent)!important;
  background-color: #fff!important;
  font-family: 'Libre Baskerville', serif;
}

.orari {
  width: 100%;
  max-width: 320px;
}

.orari td {
  border-width: 0!important;
  padding: 8px!important;
}

.orari tr:nth-child(odd)>td, .orari tr:nth-child(odd)>th {
  background-color: #f8f8f8!important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-width: 0;
  background-color: #e9ecdb;
  border-radius: 0;
  margin-top: 8px;
  margin-bottom: 2px;
}

.wpcf7-form label {
  width: 100%;
}

[type=button], [type=submit], button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  border-color: var(--e-global-color-accent);
  border-radius: 0;
  border-width: 1px;
}

[type=button]:hover, [type=submit]:hover, button:hover,
[type=button]:focus, [type=submit]:focus, button:focus {
  color: #fff!important;
  background-color: var(--e-global-color-accent);
}