html, body {
    overflow-x: hidden !important;
}
.social_share_supp {
	max-width: 60px;
}
.button_video {
	font-size: .6848rem;
}
.titolo_pagina,.sostieni_la_fondazione {
	border-radius: 6px;
}
.elemento {
  padding-bottom: 0 !important;
}
.titolo1 {
	font-family: "Roboto Condensed", Sans-serif !important;
	font-weight: 100;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #999;
}
h1.titolo-principale-h1 {
	font-size: 50px;
	margin: 0;
}
.sostieni_la_fondazione {
	background-position: 50% 20%;
	padding: 150px 40px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px !important;
	height: 6px;
	border-radius: 5px;
}
/* MEDIA Q */

@media all and (max-width: 992px) {
    header {
    	padding-top: 0 !important;
    }
    .navigation {
        align-items: center;
        padding: 0 15px;
        margin: 10px 0 0;
    }
    .icon_menu .menu::before {
    	top: 10px !important;
    } 
    .icon_menu .menu::after {
        top: 15px !important;
    }
    .sostieni_la_fondazione {
        padding: 30px 20px;
    }
    .elemento {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_menu {
    	top: 60px;
    }
    .floating-button,.floating-button2 {
        transform: scale(.7);
        margin: 0 !important;
        padding: 10px !important;
    }
	.floating-button2 {
		bottom: 110px !important;
		right: -12px !important;
  }
	}
}

@media all and (max-width: 480px) {
h1.titolo-principale-h1 {
	font-size: 50px;
	font-weight: 100 ;
	margin: 0;
}
.sostieni_la_fondazione .description {
    font-size: 18px;
    text-align: left;
    letter-spacing: -0.5px;
}
  .sostieni_la_fondazione .titolo1 {
    font-size: 25px;
  }
  .sostieni_la_fondazione .titolo2 {
    font-size: 21px;
  }
}

.button_video {
  background: #B296F0 !important;
}

.floating-button {
	cursor: pointer;
    position: fixed;
    bottom: 1rem;
    border: none;
    border-radius: 100px;
    background-color: #B296F0;
    color: #fff;
    z-index: 10000;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    padding: 1rem;
    margin: 1rem 0;
    right: 1rem;
    font-size: 1rem;
    transition: .5s ease all;
}
.floating-button2 {
	cursor: pointer;
	position: fixed;
	border: none;
	border-radius: 100px;
	background-color: #000;
	z-index: 10000;
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
	padding: 10px 20px;
	margin: 2rem 0;
	bottom: 150px;
	right: -15px;
	font-size: .8rem;
	transition: .5s ease all;
	transform: rotate(-90deg);
}
.floating-button2 a {
	color: #fff;
}
.floating-button:hover {
	transform: scale(1.1);
}
.floating-button2:hover a {
	color: #a04700;
}
.icona-social_footer {
	padding: 0px 5px;
}
.icona-social_footer {
	width: 24px;
 	height: 24px;
}

.wp-block-mfb-meta-field-block {
	text-align: center;
	font-weight: 500;
}
	
/*
 *  PIECAL	
 */ 
.piecal-popover__view-link {
	display: none;
	visibility: hidden;
}
	
#piecal-popover__title--01 {
	line-height: 1em;
	margin-bottom: 17px;
}
	
@media (min-width: 1024px) {
.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-block-event.fc-h-event {
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    background: #b296f0;
    border: none;
    }
}
	
.piecal-controls.fc label {
	font-size: 16px;
	font-weight: bold;
}

.piecal-controls.fc label select {
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25em;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	padding: .4em .65em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}
	
.piecal-info {
	margin: auto;
}

.fc-h-event {
	background-color: #b296f0 !important;
	border: 1px solid #b296f0 !important;
}
	
.piecal-info p {
    font-weight: 600;
    display: grid;
    justify-items: center;
}
	
.piecal-controls.fc .piecal-controls__view-title {
	text-transform: uppercase;
}

.fc .fc-button-primary {
	background-color: #000 !important;
	border-color: #000 !important;
}
