/*
Theme Name: DIVI 5 - 2025
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-alpha.18.1.1761314040
Updated: 2025-10-24 15:54:00

*/



.et-pb-icon {
  font-size: 18px;   /* cambia qui la dimensione */
  line-height: 1;    /* evita spazi verticali eccessivi */
}

/***************************************************************************************/
/************************************** calendario *************************************/
/***************************************************************************************/
/* Lista eventi (vista elenco-settimana) */
.acf-event-list {
  margin: 20px 0;
}
.acf-event-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}

/* Box data colorato */
.acf-event-datebox {
  color: black;
  width: 80px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.acf-event-datebox div {
  font-weight: bold;
  line-height: 1;
}
.acf-event-datebox .weekday {
  font-size: 10px;
}
.acf-event-datebox .day {
  font-size: 22px;
}
.acf-event-datebox .month {
  font-size: 10px;
}

/* Contenuto evento */
.acf-event-content {
  padding: 0 20px;
  flex: 1;
}
.acf-event-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 7px 3px 7px;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 14px;
  color: black;
}
.acf-event-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.acf-event-title a {
  color: #000;
  text-decoration: none;
}
.acf-event-time {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
}

/* contenitore immagine a destra */
.acf-event-thumb {
  margin-left: auto;
  flex: 0 0 120px;      /* larghezza fissa o adattabile */
  aspect-ratio: 16 / 9; /* mantiene 16:9 */
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.acf-event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* riempie mantenendo il rapporto */
  display: block;
}

/* FullCalendar personalizzazioni */
.fc-event {
  color: #000 !important;
  white-space: normal !important;
  line-height: 1.3 !important;
  padding: 2px !important;
  border-radius: 4px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
	padding: 3px 7px !important;
}
.fc-day-sun, .fc-day-sat {
  background-color: #f5f5f5 !important;
}



/* ===== Mobile layout: sopra data+immagine, sotto contenuto ===== */
@media (max-width: 550px) {
  .acf-event-item {
    flex-wrap: wrap;                 /* permette di andare a capo */
    align-items: stretch;            /* estende i blocchi in altezza */
    gap: 0;                          /* niente gap orizzontale extra */
  }

  /* 1) RIGA SUPERIORE: data (sx) + immagine (dx) */
  .acf-event-datebox {
    order: 1;
    width: 40%;                      /* occupa ~40% della riga */
    min-height: 90px;                /* un po’ più alta su mobile */
    padding: 8px;
  }
  .acf-event-thumb {
    order: 2;
    margin-left: 0;                  /* override del desktop */
    flex: 0 0 60%;                   /* occupa ~60% della riga */
    aspect-ratio: 16 / 9;
    border-radius: 0;                /* bordi allineati col contenitore */
  }

  /* 2) RIGA SOTTO: etichette + titolo + orario (tutto a larghezza piena) */
  .acf-event-content {
    order: 3;
    flex: 0 0 100%;
    padding: 12px 12px 14px;
  }

  /* micro-tuning tipografico su mobile */
  .acf-event-cat   { font-size: 11px; margin-bottom: 6px; }
  .acf-event-title { font-size: 16px; line-height: 1.25; }
  .acf-event-time  { font-size: 13px; }
}


/*********************/







.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

.blurbIconMono a{
  opacity: 0.5;
}
.blurbIconMono a:hover{
  opacity: 0.7;
}

.bgRowClear{
   background-color: #eeeeee;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
}

.bgRowDark{
   background-color: #737373;
   border-top: 1px solid #939393;
   border-bottom: 1px solid #939393;
}

/*------------------------------------------------*/
/*------------------[BOTTONE LINK]----------------*/
/*------------------------------------------------*/

.bottone-link {display: inline-block; padding: 14px 24px; background-color: #3f5f7f; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px;}



/*------------------------------------------------*/
/*---------------[LAYOUT CF7]---------------------*/
/*------------------------------------------------*/

/* Campi base CF7 (testo, textarea, captcha, data) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    box-sizing: border-box;
}

/* Campo data con iconcina “dropdown” */
.wpcf7-form input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* aggiungo spazio a destra per l’iconcina */
    padding-right: 36px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23999'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;
}

/* Hover & focus su tutti i campi */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-captchar:focus {
    outline: none;
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.5);
}

/* Pulsante invio */
.wpcf7-submit {
    color: #2EA3F2 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s;
}

.wpcf7-submit:hover {
    background-color: #eee;
    border-color: #eee;
    padding: 6px 20px !important;
}

/* Inizio CF7 in 2 o 3 colonne */
.one-half,
.one-third,
.one {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px;
    margin-top: -30px;
}

.one      { width: 100%; }
.one-half { margin-top: 10px; width: 48%; }
.one-third{ width: 30.66%; }

.last {
    margin-right: 0 !important;
    clear: right;
}

.invia {
    margin-top: 20px;
    clear: both;
}

@media only screen and (max-width: 767px) {
    .one-half,
    .one-third,
    .one {
        width: 100%;
        margin-right: 0;
    }
}
/* Fine CF7 in 2 o 3 colonne */

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[Home-Site]------------------*/
/*------------------------------------------------*/

#homeBlurb div.et_pb_main_blurb_image{
	margin-bottom: 12px;
}

/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/

#et-main-area{
	margin-top: 0px;
}

#main-header{
	margin-top: 0px;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#et-footer-nav .container{
	display: block;
	height: 37px;
}

#menu-sitemap.bottom-nav{
	float: left;
    	padding: 7px 0;
	margin: 0px 0;
	width: 50%;
}

#et-footer-nav a.icon{
	padding: 7px 0;
	margin: 0;
	color: #ffffff;
	font-size: 15px;
}

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------[Plugin GC Social Wall]------------*/
/*------------------------------------------------*/


#bricks
{
	height: auto;
	max-height: 770px;
	overflow: scroll;
}

#bricks .bricks-content div.facebook
{
	box-shadow: none !important;
	border-radius: 0px !important;
	border-color: #cccccc !important;	
}
#bricks nav{
	display: none;
}

#bricks .bricks-content .brick section{
	padding: 0px !important;
	
}

#bricks footer div.brick-type{
margin-top: -7px;
}

#bricks .bricks-content .brick section div.text:not(:empty){
	padding: 20px;
}

#bricks .panel{
	display: none;
}

#bricks div.txt small{
	display: none;
}




/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/

.simcal-calendar-head th.simcal-week-day{
padding: 7px 5px;
}


/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*----[MENUTOP CHE NON SI CHIUDE SUL MOBILE]------*/
/*------------------------------------------------*/
@media (max-width: 980px) {
	.menu-top .et_pb_menu__menu {
		display: flex!important;
	}
	.menu-top .et_mobile_nav_menu {
		display: none!important;
	}
}
/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}