#pfp-offer-request-display {
	max-width: 881px;
}
#pfp-offer-request-display .pfp-filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}
#pfp-offer-request-display .pfp-filters .select-pp {
	margin-right: 16px;
}
#pfp-offer-request-display .pfp-filters .select-pp select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	border-radius:4px;
	background-color: #F9FAFB;
	border:1px solid #D3D9DE;
	padding:0px 16px 0px 16px;
	font-size:14px;
	font-weight: 500;
	color:#454D54;
	min-width: 208px;
	line-height: 2em;
	height:40px;
	overflow: auto;
	margin:0;
	background-image: url('img/expand_more.png');
    background-position: calc(100% - 20px) center;
    background-size: auto;
    background-repeat: no-repeat;
}
#pfp-offer-request-display .pfp-filters .select-pp label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
}
#pfp-offer-request-display .pfp-filters .select-pp:last-child {
	margin-left:auto;
	margin-right: 0;
}
#pfp-offer-request-display h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
}
#pfp-offer-request-display h3:hover {
	text-decoration: underline;
}
#pfp-offer-request-display .pfp-post0 {
	padding-bottom:48px;
	border-bottom: 1px solid #A7B2BE;
}
#pfp-offer-request-display .pfp-post0:last-child {
	border-bottom:0;
}
#pfp-offer-request-display .pfp-post0:not(:first-child) {
	margin-top:48px;
}
#pfp-offer-request-display p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
	color: #2e3338;
}
#pfp-offer-request-display .pfp-number_offer {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3em;
	color: #2E3338;
	margin-bottom: 8px;
}
#pfp-offer-request-display .pfp-footer-info-post {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}
#pfp-offer-request-display .pfp-footer-info-post .pfp-date {
	color: #2e3338;
	font-size: 14px;
	line-height: 1.2em;

}
#pfp-offer-request-display .pfp-footer-info-post .pfp-date-offer {
	display: flex;
	align-items: center;
	color: #2e3338;
	font-size: 14px;
	line-height: 1.2em;
}
#pfp-offer-request-display .pfp-footer-info-post .status-pfp-offer {
	display:inline-block;
	font-size: 13px;
	line-height: 1.2em;
	padding:2px 6px;
	border-radius: 4px;
	margin-right: 10px;
}
#pfp-offer-request-display .pfp-footer-info-post .status-pfp-offer.color-active {
	border:1px solid #53C67A;
	background-color: #E7FEE7;
	color: #000;
}
#pfp-offer-request-display .pfp-footer-info-post .status-pfp-offer.color-stop {
	border:1px solid #F09042;
	background-color:#FEF1E6;
	color: #000;
}
#pfp-offer-request-display .pfp-footer-info-post .status-pfp-offer.color-end {
	border:1px solid #D92626;
	background-color:#FEE6E6;
	color: #000;
}

#pfp-offer-request-display #pfp-pagination-request {
	text-align: right;
}
#pfp-offer-request-display .pfp-pagination ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#pfp-offer-request-display .pfp-pagination ul li {
	display:inline-block;
	margin-right: 5px;
	font-size: 14px;
	color:#2E3338;
}
#pfp-offer-request-display .pfp-pagination .next, #pfp-offer-request-display .pfp-pagination .prev {
	display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 8px;
    box-shadow: 0px 0px 0px 2px #F3F5F6;
    border-radius: 4px;
	color:transparent;
    background-size: 7px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F3F5F6;
}
#pfp-offer-request-display .pfp-pagination .prev {
	background-image:url(/wp-content/plugins/wp-post-filter/img/chevron_left.png);
}
#pfp-offer-request-display .pfp-pagination .next {
	background-image:url(/wp-content/plugins/wp-post-filter/img/chevron_right.png);
}

#pfp-pagination-request li a, #pfp-pagination-request li span {
	display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 8px;
}
#pfp-pagination-request li span {
	box-shadow: 0px 0px 0px 2px #000;
	border-radius: 4px;
}

@media(max-width:991px) {
	#pfp-offer-request-display .pfp-filters {
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
	}
	#pfp-offer-request-display .pfp-filters .select-pp {
		width: 50%;
		max-width: calc(50% - 16px);
	}
	#pfp-offer-request-display .pfp-filters .select-pp select {
		width: 100%;
	}
	#pfp-offer-request-display .pfp-filters .select-pp:last-child {
		flex:1;
		margin-left: 0;
	}
	#pfp-offer-request-display h3 {
		font-size: 24px;
		line-height: 1.5em;
		text-decoration: underline;
	}
	#pfp-offer-request-display .pfp-footer-info-post {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#pfp-offer-request-display .pfp-footer-info-post .pfp-date-offer {
		margin-bottom: 10px;
	}
}