/*
 Theme Name:     OpificioArtistico
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.sub-menu {
  width: 380px !important;
}

#top-menu li li a {
  
  width:340px !important;
}

p.df_ab_blurb_description {
  min-height: 260px;
}

/* =Ninja Forms
------------------------------------------------------- */

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
  border-radius: 3px !important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
 
  width: 100% !important;
}

.nf-form-content label {
  font-size: 16px  !important;

}




 
/* =Diviflash
------------------------------------------------------- */

.df_ab_blurb_title {
  color: #e02b20 !important;
}
 
/* ------------------------------------------------------- */


/*.nav li ul {
  visibility: hidden;
  z-index: 999999999;
  position: fixed;
  width: 100vw;
  height: 150px;
  left: 0;
  padding: 0;
  top:0;
  text-align: center !important;
  border-bottom: #e02b20 solid 1px;
  border-top: none !important;
  box-shadow: none;

}
#top-menu li li a {
  width: 100%;
  padding-top: 20px;
}*/

.loader {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 300px;
}

.loader.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
      opacity: 0;
      visibility: hidden;
  }
}

.thumb {
  height: 100px;
  border: 1px solid black;
  margin: 10px;
}







#acco .et_pb_toggle_title {
    padding: 0 !important;
  }

  .nf-next-previous li input {
    
    background-color: #838f99 !important;
  }
  .nf-next-previous li input:hover {
    
    color: #fff !important;
    background-color: #f6a500 !important;
  }






@media screen and (max-width: 1024px) {
/*
.hidemobile
{
    display: none;
}

.elencocategorie {
    padding: 1em !important;
    border-left: 0 !important;
}
.hidedesktop
{
    display: block !important;
}

}
*/



