/*
Theme Name:     Hello Elementor Child
Theme URI:      https://noknok.it/
Description:    Tema Child per il tema Hello
Author:         NokNok
Author URI:     https://noknok.it/
Template:       hello-elementor
Version:        0.1.0
*/


header .tessera-associati{
    position:fixed;
    bottom: -30px;
    right: -60px;
	transform: rotate(20deg);
	width: 300px;
	transition: all .5s;
	box-shadow: 4px 9px 6px #00000040;
	z-index: 50;
}

header .tessera-associati:hover{
    bottom: -10px;
    right: -20px;
}

.page-id-27 header .tessera-associati{
display:none;
}

@media only screen and (max-width: 1024px){
header .tessera-associati{
	width: 200px;
	}
}

@media only screen and (max-width: 767px){
header .tessera-associati{
	width: 150px;
    bottom: -30px;
    right: -60px;
	}
}

.single-post .wp-block-separator{
    margin-top:20px;
	margin-bottom:20px;
}

.single-post .wp-block-media-text{
    margin-top:20px;
	margin-bottom:20px;
}