/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

.fc .fc-col-header-cell-cushion {
	color: #fff;
}

.gdlr-core-personnel-list-title a {
  pointer-events: none;    /* Disabilita il clic */
  cursor: default;         /* Cursore normale */
  color: inherit;          /* Opzionale: stile come testo normale */
  text-decoration: none;   /* Opzionale: rimuove la sottolineatura */
}

.my_hide {
	display: none !important;
}