/*
 Theme Name:     Lisciotto
 Theme URI:      https://www.lisciotto.eu
 Description:    Generatepress Child Theme
 Author:		 Visibilia
 Template:       generatepress
 Version:        1.0.0
*/
 
@import url("../generatepress/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*LINGUE MENU*/
.wpml-ls-link{
	line-height: 3rem!important; 
}
.c-link{
	color:#000!important; 
}

/*TABELLA EL-ASM*/
.hscroll{
	overflow-x: scroll; 
}
#tablepress-1 .row-1{
	background-color: #5E976C; 
	color: #fff;
	font-weight: bold; 
	font-size: 15px;
}
.et-db #et-boc .et-l .et_pb_text{
	font-size: 15px;
}

/* RESPONSIVE */

@media only screen and (max-width: 40em) {
	.info-footer a:link{
	color:#fff!important; 
}
	}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* medium only */
	}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul{
		display: block!important;
		clear: none;
	}
	ul li.wpml-ls-slot-shortcode_actions.wpml-ls-current-language a{
		color: #13577c!important;
		text-transform: uppercase!important;
		font-size: 16px;
	}
	ul li.wpml-ls-slot-shortcode_actions a{
		color: #000!important;
		padding-right: 15px!important;
		text-transform: uppercase!important;
		font-size: 16px;
	}
	ul li.wpml-ls-slot-shortcode_actions.wpml-ls-last-item a{
		padding-right: 15px!important;
	}
