.blockMsg{
	width: 90% !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.space5{
	clear:both;
	height:5px;
}
.space10{
	clear:both;
	height:10px;
}
.padding15{
	padding:15px;
}
.padding20{
	padding:20px;
}
.genericRulesSingPost{
	position:relative;
}
.wrapAllPosts, #singlePost{
	width:90%;
}
 #singlePost{
	width:100%;
	margin: 0 auto;
}
.wrapAllPosts a{
	color:inherit;
}
.wrapTextPost{
	float:left;
	text-align:justify;
}
.wrapLogoSocial{
	width:70px;
	height:70px;
	border-radius: 100%;
	overflow:hidden;
	float:left;
}
.wrapRiferimenti{
	float:left;
	padding-left:20px;
}
.wrapRiferimenti p{
	font-size: 15px;
}
.imgLogoSocial{
	width:70px;
	border-radius: 50%; 
	border: 1px solid rgba(0,0,0,.1);
}
.postCopertina{
	width:100%;
}
.closeBtnSinglePost{
	position:absolute;
	top:5px;
	right:5px;
	width:40px;
	cursor:pointer;
	z-index: 9;
}
.wrapSinglePost{
	cursor: pointer;
}
@media screen and (max-width: 600px){
	.blockPage{
		top:30px !important;
		cursor:default !important;
	}
	.wrapRiferimenti{
		padding-left: 0;
	}
	.genericRulesSingPost{
		overflow-y: scroll;
	}
	.closeBtnSinglePost{
		background-color:rgba(255,255,255, 0.8);
		padding:5px;
	}
	.wrapSinglePost{
		width:100%;
		margin: 20px 0;
	}
	.wrapImgPost{
		width:100%;
		background-size:cover;
		background-position:center;
	}
	
}
@media screen and (min-width: 601px){
	.genericRulesSingPost{
		overflow-y: scroll;
	}
	.blockPage{
		top:10% !important;
		cursor:default !important;
	}

	.wrapSinglePost{
		width:290px;
		float:left;
	}
	.wrapImgPost{
		width:100%;
		height:290px;
		background-size:cover;
		background-position:center;
	}
	.wrapImgSinglePost, .wrapTextPost{
		width:50%;
		float:left;
	}
}

.fb_gallery .item {
	width: 250px;
	height: 250px;
	background-size: cover;
	background-position: center;
	margin: 10px;
	float: left;
	cursor: pointer;
}

.line{
	height: 1px;
	background-color: rgba(0,0,0, .3);
}

@media screen and (max-width: 600px){
	.fb_gallery .item {
		width: 100%;
		height: 400px;
		margin: 10px 0;
		float: none;
	}
}

