.content-wrap {
	background-color: #f9f9f9;
}

#posts .row{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}

#posts .entry{
	padding: 0px;
	border: none;
}

.ribbon {
	position: absolute;
	top: 15px;
	width: auto;
	/* text-align: center; */
	left: 0px;
}

.price{
	display: block;
	font-size: 30px;
	color: #0070bd;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 1px;
}

.entry-meta li::before{
	content: '' !important;
}

#post-lists{
	margin-bottom: 60px;
}

#page-title h1{
	font-size: 35px;
}

.dettagli-offerte span{
	font-size: 16px;
	font-weight: 700;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child{
	left: -1.34em;
	font-size: 26px;
    color: #4692E7;
	line-height: 21px;
}

.iconlist{
	margin: 6px 0 0 2.5em;

}
.iconlist li  {
	font-size: 16px
}

.pagination{
	margin: 0;
}
.pagination li a, .pagination li a:hover{
	color: #4692E7;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #4692E7 !important;
	border-color: #4692E7 !important;
}

.pagination-holder{
	text-align: left;
}

.help{
	padding: 30px 23px !important;
}

/* ----------------------------------------------------------------
	MEDIA QUERIES
-----------------------------------------------------------------*/

/* < 1200px */
@media (max-width: 1199px) {
	
}

/* > 991px < 1200px */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* < 992px */
@media (max-width: 991px) {

}

/* > 767px < 992px */
@media (min-width: 768px) and (max-width: 991px) {
}

/* < 768px */
@media (max-width: 767px) {
	.pagination-holder{
		text-align: center;
	}
	
}

/* > 479px < 768px */
@media (min-width: 480px) and (max-width: 767px) {

}

/* < 480px */
@media (max-width: 479px) {

}




