/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #searchTextLabel{
    width:100% !important;
}
/*Title per la lista delle gallery*/
.it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text.gallery-title{
   color: #06c;
   font-weight: 700;
   text-decoration: none;
}
.it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text.gallery-title:hover{
   color: #004080;
   text-decoration: none;
}