.title-lines {
  font-family: "Antic Slab", serif;
}

#home-main-title {
  color: #76b858;
  font-family: "Antic Slab", serif;
}

h2.sub-title {
  font-size: 1.2em;
}

.card-corso h3 {
  font-size: 1.3em;
}

.card-corso a {
  text-decoration: none !important;
}

.card-corso {
  text-align: justify;
}

.card-corso p, .card-corso .btn {
  font-family: 'PT Sans';
}

#home-news h3 {
  font-size: 1.2em;
}

#home-news a {
  color: #333;
  text-decoration: none !important;
}

#home-manifesto h2 span {
  color: #e53e25;
}

.btn i {
  margin-left: .6em;
  font-size: .8em;
}

.sede-descrizione h3 {
  font-size: 1.4em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #333;
}

.recapiti i.fa {
  font-size: 2.6em;
  margin-right: .2em;
}



@media (max-width:767px) {
  .simple-slider-sede .swiper-button-next, .simple-slider-sede .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider-sede .swiper-slide {
    height: 360px;
  }
}

#blog-post a.blogpost_title {
	text-decoration: none;
	color: #333;
}


/* BLOG ARCHIVE */

.fit-cover {
  object-fit: cover;
}

.breadcrumb a {
	color: #76b858;
}

article h1,
article h2,
article h3 {
	font-family: "Antic Slab", serif;
	font-weight: 700;
}

.date_post {
	font-size: .8em;
	padding-top: .8em;
}

/* Custom styles for TeatroPopolare */

/* Template Full Width styles */
.full-width-article {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.featured-image-full {
  width: 100%;
  margin: 0;
  padding: 0;
}

.featured-image-full img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.entry-header-fullwidth {
  padding: 2rem 0;
  background-color: #f8f9fa;
  margin-bottom: 0;
}

.entry-content-fullwidth {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.entry-content-fullwidth > * {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Blocchi a larghezza piena */
.entry-content-fullwidth > .alignfull,
.entry-content-fullwidth > .wp-block-group.alignfull,
.entry-content-fullwidth > .wp-block-cover.alignfull,
.entry-content-fullwidth > .wp-block-media-text.alignfull {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 2rem 0;
}

/* Template Boxed styles */
.card {
/*   border-radius: 8px; */
  overflow: hidden;
}

/* Custom color for top bar */
.top-bar-custom {
  background-color: #76b858;
}

/* Responsive adjustments for templates */
@media (max-width: 768px) {
  .featured-image-full img {
    max-height: 300px;
  }

  .card-body {
    padding: 1.5rem;
  }
}
