/*
Benvenuto nella funzione di personalizzazione dei CSS!

Per scoprire come funziona, consulta http://wp.me/PEmnE-Bt
*/
p {
	padding-bottom: 0.2em;
}

li {
	padding-bottom: 0.3em;
}

.site-banner-media {
	display: none;
}

.site-banner-header {
	display: none;
}

.page-id-3176 footer {
	display: none !important;
}

.page-id-3176 banner-image {
	display: none;
}

.site-banner-featured {
	display: none;
}

.site-banner-header: before {
	display: none;
}

.page-id-1288 .entry-inner {
	background-color: #fff;
	width: 80% !important;
	max-width: 80% !important;
}

.page-id-1288 p {
	font-size: 12px !important;
	line-height: 15px !important;
}

.page-id-1288 h2 {
	font-size: 20px !important;
	line-height: 22px !important;
	max-width: 500px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px !important;
	line-height: 22px;
	margin-bottom: 16px;
}

h3 {
	font-size: 16px !important;
	line-height: 22px;
}

h5 {
	color: #7a4001;
	font-size: 12px !important;
	line-height: 12px !important;
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}



.post H1 {
	font-size: 34px !important;
	line-height: 34px;
	font-weight: 500 !important;
	margin-top: 20px;
	margin-bottom: 10px;
}

.post H2 {
	font-size: 26px !important;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.post H3 {
	font-size: 20px !important;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.post H4 {
	font-size: 16px !important;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post hr {
	height: 1px !important;
	background-color: #0c5d5e !important;
}

.post p {
	font-size: 14px !important;
	line-height: 22px !important;
	margin-bottom: -10px;
}

.post p1 {
	font-size: 14px !important;
	line-height: 22px !important;
	margin-bottom: 0;
}

.post li {
	font-size: 14px !important;
	line-height: 22px !important;
	margin-bottom: 0;
}

.post table {
	margin: -250px 0 0 !important;
}

.post td {
	border-color: #000;
	padding: 5px !important;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
}

.post td p {
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

.post td H1 {
	font-family: Verdana;
	font-size: 20px !important;
	line-height: 22px;
}

.post td H4 {
	color: #993366;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 12px !important;
	margin-top: 16px !important;
	margin-bottom: 10px !important;
}

.post td H5 {
	color: #993366;
	font-size: 12px !important;
	line-height: 12px !important;
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

.post p1 {
	font-size: 10px;
	line-height: 16px;
	margin-top: 10px !important;
	margin-bottom: 1px;
}

.post ul li {
	font-size: 14px !important;
	line-height: 24px !important;
}

.post a {
	text-decoration: underline;
}

.post a:hover {
	text-decoration: underline;
}

.post td H1 a:hover {
	text-decoration: underline;
}

.nav-links {
	display: underline !important;
}

.jp-relatedposts {
	display: none !important;
}

.post header {
	display: none;
}

.wp-caption-text {
	font-size: 12px !important;
	line-height: 16px !important;
	vertical-align: top;
	text-align: left !important;
	font-family: "Ubuntu", arial, sans-serif !important;
	margin: 0 0 5px;
}

.post .gallery {
	width: 200px !important;
	float: left;
	vertical-align: top;
	margin: 0 !important;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

@media (max-width: 767px) {
  #anim-col-section .elementor-container,
  #anim-col-section .e-con { 
    display: flex !important; 
  }
  #anim-col-section .elementor-column,
  #anim-col-section .e-con > .elementor-column,
  #anim-col-section .e-con-inner > .e-con {
    flex: 1 1 0;
    min-width: 0;
    transition: flex 0.6s ease;
  }
  /* Stato iniziale: colonna 1 grande (≈75%), colonna 2 piccola (≈25%) */
  #anim-col-section .elementor-column:first-child { flex: 3; }
  #anim-col-section .elementor-column:last-child  { flex: 1; }
}