.site-content {
	margin-top: 15px !important;
}

.wp-block-jetpack-google-calendar {
	min-width: 1px !important;
}

/*margine tra elementi del widget*/
.widget {
	margin: 0 0 1em;
}

/*bottone search widget*/
input#wp-block-search__input-2 {
	margin: 0;
}

.wp-block-search__button {
	padding: 0 10px;
	background-color: #e36c08;
	border-radius: 10px 10px 10px 10px;
}

.header-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url('https://cpmadonnadelcenacolo.com/wp-content/uploads/2024/09/banner-logo.jpg?w=1279&h=613&crop=1') !important;
}

div#calendarContainer1 {
	background-color: #e36c08 !important;
}

/*allineamento titoli e testi HP*/
/*.has-small-font-size {
	text-align: left !important;
}*/
.home-posts-titles {
	text-align: left !important;
}

.home-content {
	text-align: left !important;
}

/*bordo post HP*/
.wpnbha .post-thumbnail img {
	border: solid;
	border-width: 1.5px;
	border-color: #9c9797;
}

@media only screen and (min-width: 50em) {
	.home-content {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.site-content, .featured-posts, .hero-section, .home-video-content, .home-posts-titles {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	
	/*larghezza massima menu*/
	.main-navigation {
		max-width: 3000px;
	}
	
	.header-bg {
		background-attachment: scroll;
		background-position: top center;
	}
	
	.cat-links {
		font-size: 15px !important;
	}/*	
																							.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-4.wp-block-columns-is-layout-flex {
																								display: none;
																							}*/
	
}

@media only screen and (max-width: 50em) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		max-height: 100%;
	}
	
	.header-bg {
		background-color: #e8554e;
		background-position: 50% 0;
		-webkit-background-size: cover;
		background-size: cover;
		height: 130px;
		position: relative;
		min-height: 2px;
	}
}

/*box grandi storici in fondo
.featured-posts.clear {
	display: none;
}*/
/*altezza box inpunt newsletter*/
input#subscribe-field {
	max-height: 35px;
}

bottone di ricerca+grandezza box sia hp che articolo*/
button.wp-block-search__button.wp-element-button {
	padding-top: 2px;
	padding-bottom: 2px;
	max-height: 42px;
}

input#wp-block-search__input-7 {
	margin-bottom: 0;
}

input#wp-block-search__input-3 {
	margin-bottom: 0;
}

/*TABELLA*/
table, th, td {
	vertical-align: top;
}

/*larghezza /*colonna con post e sidebar*/
@media only screen and (min-width: 50em) {
	.site-main {
		margin: 0 27% 0 3%;
	}
	
	.site-content .widget-area {
		width: 21%;
		background-color: #ececec;
		border: 0px solid grey;
		padding-right: 7px;
		padding-left: 7px;
		padding-top: 7px;
		padding-bottom: 500px;
	}
}

per altezza calendario
iframe {
	height: 900px !important;
}

/*TITOLO RACCOLTA ARTICOLI BLOG*/
h2.article-section-title {
	font-size: 1.5em !important;
	color: #A00020;
}