/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* .post-password-form :nth-child(2){
	margin-bottom: 20px;

}
.post-password-form {
	min-height: calc(100vh - 0px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 24px;
	font-weight:bold;
	margin: 0 auto;
	padding: 20px;
    background-color: transparent;
	width: 100%;
	color: #818181;
}

.post-password-form p {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: flex-start;
	margin: 0 auto;
	max-width: 500px;
	
}

.post-password-form p label input {
	margin-top:20px;
	border-radius: 33px;
	border: px;
}


.post-password-form p label {
	margin-bottom: 20px;

}

.post-password-form input[value="Invio"]{
	background-color: #CD072D;
	color: white;
	border-radius: 33px;
}

.post-password-form p:first-child {
    visibility: hidden;
}
.post-password-form p:first-child:before {
   content: "Inserisci la password per accedere";
    visibility: visible;
	height: 0;
	font-size: 32px;
	line-height: 32px;
}

.title{
	font-size: 34px
}


.pulsante_gallery .elementor-button{
        min-width:200px;   
        max-width:200px;
        min-height:80px;
        max-height:80px;
		text-align: center; 
		line-height: center; 
}


.elementor-slideshow__title {display: none!important;}

p, div, title, H1, H2, H3, H4 {
    font-family: "Lato";!important
}

@media only screen and (max-width: 425px) {
	.title{
		font-size: 20px;
}
	.subtitle>label{
		font-size: 18px;
	}
} */

#site-footer{
	display:  none;
}
#bottone_biennale[aria-selected='false']{
	background-color: transparent;
	border: 1px solid #CD0F2D;
}
#bottone_biennale[aria-selected='false'] span{
	color: #CD0F2D;
}
#bottone_biennale:hover{
	background-color: #CD0F2D;
}
#bottone_biennale:hover span{
	color: #ffffff;
}
#bottone_giovani[aria-selected='false']{
	background-color: transparent;
	border: 1px solid #73C3B4;
}
#bottone_giovani[aria-selected='false'] span{
	color: #73C3B4;
}
#bottone_giovani[aria-selected='true']{
	background-color: #73C3B4;
}
#bottone_giovani:hover{
	background-color: #73C3B4;
}
#bottone_giovani:hover span{
	color: #ffffff;
}
#bottone_off[aria-selected='true']{
	background-color: #007FA3;
}
#bottone_off[aria-selected='false']{
	background-color: transparent;
	border: 1px solid #007FA3;
}
#bottone_off:hover{
	background-color: #007FA3;
}
#bottone_off[aria-selected='false'] span{
	color: #007FA3;
}
#bottone_off:hover span{
	color: #ffffff;
}