.felpx {
	padding: 20px;
}
.msro p {
	font-size: 14px !important;
	margin-top: -15px;
	margin-bottom: 15px;
	font-weight:400!important;
}
.blog-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.read-more-btn {
	display: inline-block;
	padding: 10px 18px;
	background: #629cb2;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	transition: 0.2s;
	font-weight: 600;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: -5px;
}
.read-more-btn:hover {
	background: #111;
	color:#fff;
}
.navigation.pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0 0px;
	top: 30px;
	z-index:2;
	position: relative;
}
.page-numbers {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	border-radius: 25px;
	background: #f2f2f2;
	color: #333;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.page-numbers:hover {
	background: #629cb2;
	color: #fff;
}
.page-numbers.current {
	background: #629cb2;
	color: #fff;
	font-weight: bold;
}
.page-numbers.prev, .page-numbers.next {
	background: #e8e8e8;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
	background:#629cb2;
}
.page-numbers.prev.disabled, .page-numbers.next.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
 @media (max-width: 480px) {
 .page-numbers {
 padding: 8px 12px;
 margin: 3px;
 font-size: 14px;
}
}
.msro a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
.trxs {
	font-size:18px!important;
	color: #629cb2;
}
.entry-title {
	margin-bottom: 0px;
}
article {
	width: 31%!important;
	margin: 1%!important;
	display: inline-block !important;
}
article p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
	font-size: 18px !important;
	margin-top: -25px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
}
.entry-title a {
	text-decoration: none!important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 19px !important;
	margin-top: -15px;
	color: #629cb2 !important;
	letter-spacing: 0px;
	line-height: 22px;
}
.entry-title a:hover {
	color:#111!important;
}
article img {
	filter:none;
	-webkit-transform:scale(0.96);
	transform:scale(0.96);
	-webkit-transition:0.8s ease-in-out;
	transition:0.8s ease-in-out
}
article img:hover {
	-webkit-transform:scale(1);
	transform:scale(1);
	filter:grayscale(75%);
	-webkit-filter:grayscale(75%)
}
.hirek-spacer {
	width: 100%;
	display: block;
	position: relative;
	height: 60px;
	float: none;
	clear: both;
}
 @media only screen and (min-width:992px) and (max-width:1060px) {
.page-header {
 margin-top: 60px;
}
}
 @media only screen and (min-width:30px) and (max-width:1200px) {
.entry-title a {
 font-size: 16px !important;
 line-height: 18px;
 margin-top: -10px;
 padding-bottom: 18px;
}
.msro p {
 font-size: 13px !important;
 margin-top: -15px;
 margin-bottom: 15px;
}
 article p {
 line-height: 16px;
 font-size: 16px !important;
 margin-top: -20px;
}
}
 @media only screen and (min-width:30px) and (max-width:991px) {
.entry-title a {
 font-size: 21px !important;
 line-height: 22px!important;
 position:relative;
 display:block;
 margin-top: -12px;
 padding-bottom:0px;
}
article {
 width: 100%!important;
 float: left!important;
 margin: 0px 0px 20px 0px !important;
}
}
 @media only screen and (min-width:30px) and (max-width:767px) {
.entry-title a {
 font-size: 19px !important;
 line-height: 22px!important;
}
}
 @media only screen and (min-width:30px) and (max-width:460px) {
.page-header {
 margin-top: -8px;
}
}
