/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Description: Tema child di Avada
Author: Gabriele Donatacci
Author URI: http://gabrieledonatacci.it
Template: Avada
Version: 1.0.0
*/

/* Importa gli stili del tema principale */
@import url("../Avada/style.css");

::selection {
  background-color: #ab8b65; /* colore di sfondo della selezione */
  color: white;              /* colore del testo selezionato */
}

/* Firefox */
html {
  scrollbar-color: #ab8b65 #f1f1f1;
  scrollbar-width: thin;
}

/* Chrome Edge Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ab8b65;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #967453;
}


/* MENU */
#side-header{
  transition: transform 0.3s ease-in-out, background-color 0.2s linear !important;
}

/* header nascosto */
#side-header.header-hidden{
  transform: translateY(-100%);
}

/* MENU MOBILE */
@media only screen and (max-width:1023px){

  body.side-header-left #side-header{
    position: fixed !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;

    --header-opacity:0;
    background-color: rgba(49,53,57,var(--header-opacity)) !important;
  }

}

.menu_table.table-2 tr td{
	padding-left: 0;
	padding-right: 30px;
	border-color: #ab8b657a;
}

.wpcf7-submit{
	width: 100%!important;
    margin: 20px 0!important;
}