
.pagination-custom2 {
	position: relative;
	display: inline-block;
	position: relative;
	transform: translateY(-8px);
	margin-bottom: -8px;
}

.pagination-custom2 > * {
	margin-top: 8px;
}

.pagination-custom2 > *:not(:last-child) {
	margin-right: 8px;
}

.pagination-custom2 li {
	display: inline-block;
	line-height: 1;
}

.pagination-custom2 li a {
	display: block;
	width: auto;
	min-width: 52px;
	height: 52px;
	padding: 10px 20px;
	border: 1px solid;
	font: 700 16px/19px "Arvo", "Times New Roman", Times, serif;
	text-transform: capitalize;
	vertical-align: middle;
	color: #050521;
	border-color: #cdcdcd;
}

.pagination-custom2 li a:after {
	content: '';
	height: 108%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}

.pagination-custom2 li a:active, .pagination-custom2 li a:focus {
	color: #000;
	background: transparent;
	border-color: #cdcdcd;
}

.pagination-custom2 li a:hover {
	color: #fff;
	background: #ca970b;
	border-color: #ca970b;
}

.pagination-custom2 li.disabled,
.pagination-custom2 li.active {
	pointer-events: none;
}

.pagination-custom2 li.active a {
	color: #fff;
	background: #ca970b;
	border-color: #ca970b;
}

.pagination-custom2 li.disabled a {
	color: #f9f9f9;
	background: #cdcdcd;
	border-color: #cdcdcd;
}

* + .pagination-custom2,
* + .pagination-custom2-wrap {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .pagination-custom2,
	* + .pagination-custom2-wrap {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .pagination-custom2,
	* + .pagination-custom2-wrap {
		margin-top: 100px;
	}
}




.post-block {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 200px;
	overflow: hidden;
	background: #000;
}

.post-block .post-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: .4;
	will-change: transform;
	transition: .66s all ease;
}

.post-block .post-image img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	left: 50%;
	transform: translateX(-50%);
}

.post-block .post-header {
	line-height: 1.2;
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
}

.post-block .post-header a, .post-block .post-header a:active, .post-block .post-header a:focus {
	color: inherit;
}

.post-block .post-header a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.post-block .post-body {
	position: relative;
	z-index: 1;
	width: 100%;
	/* padding: 30px 22px 30px 25px; */
}

.post-block .post-meta {
	position: relative;
	transform: translateY(-2px);
	margin-bottom: -2px;
	color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta > * {
	margin-top: 2px;
}

.post-block .post-meta > *:not(:last-child) {
	margin-right: 15px;
}

.post-block .post-meta a {
	color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta a:hover {
	color: #ca970b;
}

.post-block .post-meta > li {
	display: inline-block;
}

.post-block:hover {
	color: rgba(255, 255, 255, 0.8);
}

.post-block:hover .post-image {
	transform: scale(1.09);
	opacity: .2;
}

.post-block * + .post-meta {
	margin-top: 12px;
}

@media (min-width: 576px) {
	.post-block .post-body {
		/* padding: 40px 30px 40px 35px; */
	}
}

@media (min-width: 768px) {
	.post-block {
		min-height: 250px;
	}
	.post-block .post-body {
		/* padding: 60px 30px 60px 40px; */
	}
}

@media (min-width: 1200px) {
	.post-block .post-body {
		/* padding: 13% 8% 13% 20%; */
	}
	.post-block * + .post-meta {
		margin-top: 5px;
	}
}


.height-fill2 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.height-fill2 > * {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}