
.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: var(--tmpl_font-awsome); 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,
.filter-form #dropdown_sort { background-color: var(--green); color:#fff; }

@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; }
.panel-blog-landing .row { margin-left: -10px; margin-right: -10px; } 
.panel-blog-landing .row .item { padding-left: 10px; padding-right: 10px; margin-bottom: 44px; }
.panel-blog-landing .item .wrapper {}
.panel-blog-landing .item .inner { position: relative; height: 100%; border: 1px solid #e5e5e5; 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: 30px 34px 60px 34px; }
.panel-blog-landing .item .text-wrapper h2 a { font-size: 20px; color: #000; text-decoration: none; }
.panel-blog-landing .item .news-item-date { color: #FFF; background: var(--green); position: absolute; top: 0; left: -1px; z-index: 2; padding: 4px 11px; }
.panel-blog-landing .button-text { font-size: 16px; font-weight:500; text-transform: none; position: absolute; bottom: 30px; left: 34px; }

.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(--green); color: #fff; border: 1px solid var(--green); border-radius: 50%; margin-left: 6px; margin-right: 6px; }
.panel-blog-landing .pagination .current { background-color: #fff; color: var(--green); }

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