/*
Theme Name:     katiaorso child
Theme URI:      https://www.katiaorso.it/
Description:    Tema Child per il tema Divi
Author:         Paolo Pizzuti
Author URI:     https://www.binario3.it
Template:       Divi
Version:        1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700;900&family=Roboto:wght@100&display=swap');

.grecaptcha-badge { 
	visibility: hidden !important;
}

#top-header {
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 100 !important;
}
#main-header {
	box-shadow: none;
}
#top-menu-nav li a {
	font-weight: 500;
}
@media screen and (max-width: 414px) {
	#top-header .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#et-info {
		float: none;
		display: flex;
		justify-content: space-between;
	}
}