.coupons-wrapper .coupons {
	border: 1px solid #cccccc;
	background-color: #fff;
}
.coupons-wrapper .coupons > .header {
	text-align: center;
	padding-top: 10px;
	width: 100%;
}
.coupons-wrapper .coupons > .header .title {}
.coupons-wrapper ul {
	list-style-type: none;
	margin: 0px; 
}
.coupons-wrapper ul.coupon-items {}
.coupons-wrapper li.coupon {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 15px;
	display: inline-block;
	width: 100%;
}
.coupons-wrapper li.coupon:last-of-type {
	padding-bottom: 40px;

}
.coupons-wrapper li.coupon .content-wrapper p {
	margin-bottom: 0px;
	margin-top: 6px;
	color: #000;
}

.coupons-wrapper li.coupon .content-wrapper a {color: inherit;}
.coupons-wrapper li.coupon .content-wrapper {}
.coupons-wrapper li.coupon .header {}
.coupons-wrapper li.coupon .header .title {
	font-size: 20px;
	margin-bottom: 0px; 
	margin-top: 0px;
}
.coupons-wrapper li.coupon .sub-title {
	font-family:'Proxima Nova W08 Reg';
}
.coupons-wrapper li.coupon .location {
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	font-family:'Proxima N W01 Bold';
}
.coupons-wrapper li.coupon .date-wrapper {}
.coupons-wrapper li.coupon .date {
	font-family:'Proxima Nova W08 Reg';
}
.coupons-wrapper .see-action-wrapper {}
.coupons-wrapper .see-action-wrapper .see-action {}
.coupons-wrapper .see-action-wrapper .see-link {
	margin-top: 10px;
	padding-bottom: 15px;
	padding-right: 0.9375rem;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	font-family:'Proxima N W01 Bold';
	width: 100%;
	display: inline-block;
	text-align: right;
}
.coupons-wrapper .see-action-wrapper .see-link .fa  {}


@media only screen and (max-width: 64em) { 

	.coupons-wrapper.home {
		max-width: 65%;
		margin: auto;
		margin-top: 20px; 
	}

}

@media only screen and (max-width: 40.063em) { 
	.coupons-wrapper.home {
		max-width: 90%; 
	}
}
