.prev-next-links-container {
	display: flex;
	justify-content: space-between;
}

.prev-next-links-container .link-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-decoration: none;
	width: 40%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 1px 1px 10px #00000099;
}

.prev-next-links-container .link-nav img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.prev-next-links-container h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #00000055;
	padding: 1rem;
	font-size: 1.5rem;
	transition: background-color 0.3s ease-in-out;
	text-shadow: 1px 1px #000;
	font-family: "Oswald", sans-serif;
}

.next-post .icon {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}

.prev-post .icon {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
}

.prev-next-links-container .link-nav:hover h3 {
	background-color: transparent;
}

.view-all {
	position: relative;
	width: 20%;
}

.view-all h3 {
	color: #d2232a;
	flex-direction: column-reverse;
	background: transparent;
	text-shadow: none;
}

.view-all h3 .icon {
	font-size: 2.5em;
}

.prev-next-links-container .disabled {
	pointer-events: none;
	opacity: 0;
}

.single #gallery-block a img.img-fluid {
	margin: 15px auto;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 1px 1px 10px #00000099;
}

/**********************************************************
***********************************************************

					GALLERY - ARCHIVE

***********************************************************
**********************************************************/

.gallery-all .gallery-post {
	padding: 5px;
	margin: 0;
}
figure figcaption,
.figcaption,
figcaption {
	background: transparent;
}
.snip1577 {
	position: relative;
	color: #fff;
	text-align: left;
	font-size: 16px;
	background: #000;
	margin: 0;
	box-shadow: 1px 1px 10px #00000099;
}
.snip1577 *,
.snip1577:before,
.snip1577:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.snip1577 img {
	width: 100%;
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}
.snip1577:before,
.snip1577:after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: "";
	background-color: #fff;
	z-index: 1;
	opacity: 0;
}
.snip1577:before {
	width: 0;
	height: 1px;
}
.snip1577:after {
	height: 0;
	width: 1px;
}
.snip1577 figcaption {
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.snip1577 .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000044;
	transition: opacity 0.5s;
}
.snip1577:hover .overlay {
	opacity: 0;
}
.content-area .snip1577 h2 {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding: 0 1rem;
}
.content-area .snip1577:hover h2,
.content-area .snip1577.hover h2 {
	opacity: 1;
}
.content-area .snip1577:hover h2,
.content-area .snip1577.hover h2 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
ul.list-unstyled.simplefilter li {
	display: inline-block;
	margin: 0px auto;
	padding: 15px;
	border: 3px solid;
	color: #000;
	text-transform: uppercase;
}
ul.list-unstyled.simplefilter li.active {
	color: #0e4699;
}
.archive .content-area .page-intro h2 {
	text-align: center;
	margin-bottom: 30px;
}
.page-header .block-caption h1 {
	bottom: 3rem;
}
.single-gallery .terms {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding-bottom: 1rem;
	font-weight: 900;
	font-family: "Oswald";
}
.single-gallery .terms .term {
	color: white;
	filter: drop-shadow(2px 2px 5px #000);
}
.single-gallery .terms .term:hover {
	color: #d2232a;
}
@media (max-width: 768px) {
	.prev-next-links-container h3 {
		font-size: 1rem;
	}
	.next-post .icon {
		right: 5px;
	}

	.prev-post .icon {
		left: 5px;
	}
}
@media (max-width: 400px) {
	.prev-next-links-container h3 {
		font-size: 0.8rem;
	}
}
