/*
Theme Name:   Hellochild
Description:  Hello child per Saracen
Author:       Adm_SS
Author URL:   Scrivi qui il l'URL  del blog / sito web dell'autore
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Hellochild
*/

/* Scrivi qui il tuo foglio di stile personalizzato */
body { font-family: 'Raleway', sans-serif !important;}

h1.entry-title {display:none !important;}
/*a {color:#298ccd !important;}
a:hover {color:#483380 !important;}*/

#logomain {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Prata', sans-serif !important;*/
	font-family: 'Questrial', sans-serif !important;
	font-weight:normal;
    /*color: #298ccd;*/
}

.ratingtext {
	/*color:#fad705;*/
	color:#fff;
	letter-spacing: 5px;
	font-size: 20px;
	margin-top:10px;
	display:block;
}

.datarecensione {
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	/*margin-top:20px;*/
	display:inline-block;
}

@media screen and (max-width: 768px) {
	.elementor-lightbox .elementor-lightbox-item {
    	padding: 0 !important;
	}
}