.agreements-posts .loop-single-agreement
{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 20px;
}
.agreement-posts-section .agreements-posts,
.agreements-posts .no-agreements-found
{
	margin-top: 20px;
}
.agreement-posts-section .agreement-posts-filter select
{
	min-width: 150px;
}
.agreement-posts-section .agreement-posts-filter .btn-agreeent-search,
.single-js_agreement .back-button-section .btn-back
{
	padding: 10px 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	border: 0;
	border-radius: 4px;
	color: #fff;
	background-color: #22457F;
	display: inline-block;
	outline: 0;
	box-sizing: border-box;
	text-decoration: none;
}
.agreement-posts-section .agreement-posts-filter .btn-agreeent-search
{
	margin: 5px 0px 5px 10px;
}
.agreement-posts-section .agreement-posts-filter
{
	text-align: right;
}

/* Pagination */
.agreements-posts .pagination
{
	clear: both;
	position:relative;
	font-size:11px; /* Pagination text size */
	line-height:13px;
	float:right; /* Pagination float direction */
}
.agreements-posts .pagination span,
.agreements-posts .pagination a
{
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff; /* Pagination text color */
	background: #555; /* Pagination non-active background color */
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.agreements-posts .pagination a:hover
{
	color:#fff;
	background: #036cc1; /* Pagination background on hover */
}
.agreements-posts .pagination .current
{
	padding:6px 9px 5px 9px;
	background: #036cc1; /* Current page background */
	color:#fff;
}

/* single agreement page */

.single-js_agreement .agreement-sections
{
	margin-top: 20px;
	vertical-align: top;
}
.single-js_agreement .company-logo-section img
{
	max-width: 150px;
	max-height: 200px;
}
.single-js_agreement .company-logo-section label
{
	vertical-align: top;
}
.single-js_agreement .agreement-title-section
{
	display: flex;
	height: 100%;
}
.single-js_agreement .agreement-title-section .entry-title
{
	align-self: flex-end;
	margin-bottom: 14px;
}
