ul.pgafu-filter {
    text-align: left;
    display: inline-block;
	position: absolute;
    z-index: 110;
    border: 2px solid #0641a2;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ffffff;
	width: 280px;
}
.pgafu-filterheader {
	background-image: url("/wp-content/uploads/2019/07/filter.png");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position-x: 10px;
	background-position-y: 8px;
	padding: 14px 20px 3px 50px;
    border: 2px solid #0641a2;
    border-radius: 10px;
	font-weight: 900;
	font-size: 19px;
	background-color: #ffffff;
	display: inline-block;
	color: #0641a2;
	width: 280px;
	height: 60px;
	
}

ul.pgafu-filter {
	overflow: hidden;
}

ul.pgafu-filter .pgafu-filtr-cat.pgafu-active-filtr {
	background-color: #0641a2;
}
ul.pgafu-filter .pgafu-filtr-cat.pgafu-active-filtr a {
	color: #ffffff;
}

ul.pgafu-filter .pgafu-filtr-cat a {
	text-decoration: none;
	font-weight: 900;
	background-color: transparent;
	color: #0641a2;
}
.pgafu-filterbox {
	padding-left: 15px;
	margin-bottom: 20px;
	display: inline-block;
}
.pgafu-filterbox ul {
	display:none;
	margin: 0px;
	padding: 0;
}
.pgafu-filterbox:hover ul {
	display:block;
}
.pgafu-filterbox:hover .pgafu-filterheader {
    border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pgafu-post-grid-main h2.pgafu-post-title a {
	font-size: 24px;
}
.pgafu-filterbox li {
	display:block;
	padding-left: 10px;
}
.pgafu-filtr-container {
	padding-top: 20px;
}

.pgafu-filterheader:after {
	content: '\f347';
    font-family: dashicons;
	font-size:24px;
	float: right;
	line-height: 36px;
}
.pgafu-post-date {
	display: inline-block;
}
.pgafu-post-grid-content  {
	padding: 15px;
}
.pgafu-medium-4 {
	width: 33.32% !important;
}
@media only screen and (max-width: 600px) { 
	.pgafu-medium-4 {
		width: 100% !important;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1200px) { 
	.pgafu-medium-4 {
		width: 49.9% !important;
	}
}

.pgafu-filter-wrp {
	margin-left: -15px;
	margin-right: -15px;
}

.pgafu-post-date span {
	font-weight: 900;
	font-style: normal;
	margin-right: 0;
}
.pgafu-post-categories {
	border-left: 2px solid #000000;
	background: none;
	color: #0641a2;
	font-weight: 900;
	display: inline-block;
	padding-left: 10px;
	text-decoration: none;
}
.pgafu-post-short-content {
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
}
.pgafu-post-content a {
	border: none;
    padding: 0;
    font-weight: 900;
    color: #0641a2;
}
.pgafu-post-content a:hover {
	background-color: transparent;
    color: #0641a2;
}
h2.pgafu-post-title {
	line-height: 0.8;
}
body .pgafu-post-grid-content h2.pgafu-post-title a {
	color:#000000;
	text-decoration: none;
}
body .pgafu-post-grid .pgafu-post-content a.readmorebtn,
body .pgafu-post-grid .pgafu-post-categories a {
	text-decoration: none;
    color: #0641a2;
}
.pgafu-showAllButton {
	display: inline-block;
    float: right;
    margin-right: 15px;	
}
body .pgafu-filter-wrp .pgafu-showAllButton a {
	text-decoration: none;
	font-size: 19px;
	color:#ffffff;
	background-color:#d72156;
    border: 2px solid #d72156;
    padding: 12px 20px;
    border-radius: 10px;
	display: block;
	height: 60px;
}
body .pgafu-filter-wrp .pgafu-showAllButton a:hover {
	color:#d72156;
	background-color:#ffffff;
}
