
.filter-form { padding-bottom:45px; }
.filter-form .select-wrapper { display:block; float:left; width:100%; margin-left:-1px; margin-top:-1px; position:relative; }
.filter-form .select-wrapper:after { content: "\f078"; display:block; position:absolute; top:0; right:26px; line-height:68px; font-family: 'Font Awesome 5 Pro'; font-weight:300; color:inherit; font-size: 14px; pointer-events:none; }
.filter-form select { display:block; background:#fff; color: #000000; width:100%; height:70px; border: 1px solid #ebebeb; padding-left:24px; font-size: 17px; font-weight: 300; appearance: none; -webkit-appearance: none; }
.filter-form .select-wrapper-sort label { position: absolute; top: -33px; }

@media (min-width:540px) {
	.filter-form .select-wrapper { width:250px; }
}
@media (min-width:992px) {
	.filter-form .select-wrapper-sort { float:right; width:170px; }
}

.panel-blog-landing { padding: 70px 0 30px 0; }
.panel-blog-landing h2 { line-height: 1.2; margin-bottom: 5px; text-transform: uppercase; }
.panel-blog-landing .row {} 
.panel-blog-landing .row .item { margin-bottom: 44px; }
.panel-blog-landing .item .wrapper {}
.panel-blog-landing .item .inner { position: relative; height: 100%; border-top: 0; }
.panel-blog-landing .item .thumb-wrapper { margin: 0 -1px; }
.panel-blog-landing .item .thumb { height: 0; padding-bottom: 50%; background-color:#555; background-size: cover; background-position: center center; }
.panel-blog-landing .item .text-wrapper { padding: 8px 0 0; }
.panel-blog-landing .item .text-wrapper h2 a { font-size: 20px; display: inline-block; color: #5F636A; text-decoration: none; vertical-align: top; }
.panel-blog-landing .item .news-item-date { color: var(--colour-primary); font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; }
.panel-blog-landing .item .post-category { font-size: 16px; position: absolute; bottom: 20px; left: 0; padding-left: 20px; padding-right: 20px; margin-bottom: 0; color: var(--colour-primary); display: none; }

.panel-blog-landing .load-more { text-align: center; }
.panel-blog-landing .load-more button { background: none; border: 0; cursor: pointer; text-decoration: underline; margin-bottom: 30px; }

.panel-blog-landing .pagination { text-align: center; }
.panel-blog-landing .pagination span,
.panel-blog-landing .pagination a { display: inline-block; width: 24px; height: 24px; background-color: var(--blue); color: #fff; border: 1px solid var(--blue); border-radius: 50%; margin-left: 6px; margin-right: 6px; }
.panel-blog-landing .pagination .current { background-color: #fff; color: var(--blue); }

@media (max-width: 767px){
	.panel-blog-landing .item .text-wrapper { padding: 25px 15px 52px 15px; }
	.panel-blog-landing .post-category { left: 15px; }
}