section#blog .contenitore {
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
}
#blog {
	background: #eee;
}
h1 {
    margin-bottom: 0;
}
.corpo-container {
	width: 56%!important;

}
.corpo-container h2 {
	margin-top: 0px;;
}

.contenitore-post {
	padding: 30px 0!important;
}
.corpo-container .excerpt {
	width: 100%;
}
.contenitore-post .excerpt {
    width: 100%!important;
}
.contenitore-post .data {
	margin-bottom: 5px;
}
.corpo-container .excerpt p {
	font-size: 16px;
}
aside .widget img {
    border-radius: 8px;
}

/*-------------------
 * ARTICOLI
-------------------*/
.contenitore-post:nth-child(2) {
    border-top: 0 !important;
}
.box-articoli {
    width: 70%;
    padding: 0 20px;
}
.articoli {
    padding: 30px 40px;
    height: fit-content;
    background: #fff;
    border: 1px solid #222;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,.1) 0 17px 44px -2px;
}
.sidebar {
    width: 30%;
    padding: 0 20px 20px;
}
.contenitore-post h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 5px;
}
.contenitore-post h2 a {
    color: #464646;
    text-decoration: none;
    font-size: 24px;
}
.contenitore-post .data {
    font-size: 15px;
    color: #999;
    margin-top: 0;
}
.contenitore-post .corpo-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contenitore-post .img-post {
    width: 41%;
	padding-top: 4px;
}
.img-thumbnail {
    display: block;
}
.img-post img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.contenitore-post:not(:first-child) {
    border-top: 1px solid #dfdfdf;
    padding: 20px 0;
}
.contenitore-post .leggi-altro {
    display: block;
    background: #FF9100;
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%);
    color: #000;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
.contenitore-post .excerpt {
    width: 56%;
    display: flex;
    align-self: baseline;
    flex-direction: column-reverse;
}
.excerpt p {
    margin: 0;
}
/* PAGINAZIONE */
.nav-links {
    display: flex;
    flex-wrap: wrap;
}
span.page-numbers.dots {
    display: flex;
    align-items: center;
    padding: 0 5px;
}
a.page-numbers {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #464646;
    text-decoration: none;
    margin-right: 5px;
	margin-top: 5px;
}
span.page-numbers.current {
    padding: 10px 15px;
    border: 1px solid #081C15;
    border-radius: 3px;
    color: #081C15;
    text-decoration: none;
    background: #B7E4C7;
    margin-right: 5px;
    margin-top: 5px;
}


@media (max-width: 960px) {
	.sottobarra-guide a {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.sottobarra-guide a:last-child {
    	margin-bottom: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box-articoli {
    width: 100% !important;
  }
  #blog .contenitore {
    padding-top: 20px !important;
  }
  .sidebar {
    width: 100%;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
	/*-------------------
 	* CSS per BARRA CATEGORIE
	-------------------*/
	.nav-prev.arrow {
		display: none;
	}
	.nav-next.arrow {
		display: none;
	}
	.categorie .lista-categorie {
		display: block;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}
	.categorie .contenitore {
		display: block;
	}
	.categorie .contenitore a {
		border-top: 1px dashed rgb(53,51,112);
		width: 100%;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.categorie .contenitore a:first-child {
		border-top: 0;
	}
	.categorie br {
		display: none;
	}
	.categorie .contenitore>span {
		display: flex;
		align-items: center;
		cursor: pointer;
		color: #FFF;
	}
	.categorie .contenitore>span:after {
		content: '';
		display: inline-flex;
		background-image: url(/wp-content/uploads/Scopri-tutte-le-guide-di-SOS-WP.svg);
		background-size: 20px;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		margin-left: 5px;
		transform: rotate(90deg);
	}

  	.corpo-container {
    	width: 100% !important;
  	}
	.contenitore-post .img-post {
    	width: 100% !important;
    	padding-right: 0 !important;
      margin-bottom: 10px;
	}
	.contenitore-post:not(:first-child) {
    	padding: 20px 0 !important;
	}
	.contenitore-post .excerpt {
    	width: 100% !important;
	}

	#blog .contenitore {
    	padding: 0 !important;
  	}
  	.box-articoli {
    	padding: 0 !important;
    	width: 100% !important;
  	}
	.articoli {
    	width: 100%;
    	border-radius: 0;
    	border: 0;
      padding: 20px !important;
	}
	.sidebar {
    	width: 100%;
   	 	padding-top: 30px;
	}
	.sidebar h3 {
    	padding-top: 20px;
    	border-top: 1px solid #333;
	}
}
@media (max-width: 650px) {
	.titolo-barra {
    	display: none;
	}
	#barra-attivabile .separatore {
    	display: none;
	}
}
