/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
.container {
	background-color: transparent!important;
	width: 100%;
	padding-right: 15px!important;
	padding-left: 15px!important;
	margin-right: auto!important;
	margin-left: auto!important;
}
/* -------- Blog -------*/
.pagination .current {
	padding: 5px 15px;
	margin-right: 5px;
	color: #ffffff!important;
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	border: 1px solid #1b3c82;
	background-color: #1b3c82!important;
	transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover {
	background-color: #1b3c82;
	border-color: #1b3c82;
	color: #ffffff;
}
.pagination .page-numbers {
	padding: 5px 15px;
	margin-right: 5px;
	color: #1b3c82;
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	border: 1px solid #1b3c82;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.pagination .prev, .next, .screen-reader-text {
	display: none;
}
.pinned-post .overlap-up {
	margin-top: -140px;
	background: #fff;
	position: relative;
	z-index: 5;
	margin-bottom: 6.25rem;
}
.sticky-panel {
	background: #ffffff;
	position: relative;
	z-index: 5;
	box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.sticky-image img {
	object-fit: cover;
}
.post-panel-card {
	box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.post-panel-card .content-img {
	width: 100%;
}
.subhead {
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1.42254px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.625rem;
}
.banner__content h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 45px;
	line-height: 103.85%;
	text-transform: uppercase;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
	padding-bottom: 20px;
}
.blog-hero {
	margin-bottom: 85px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 650px;
	object-position: center center;
	object-fit: cover;

}
.blog-hero:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.content-text {
	padding: 20px;
}
.blue-butt {
	margin-top: 10px;
}
.blue-butt:hover {
	color: #1b3c82!important;
}
