/* Homepage City News shortcode: [kingsport_city_news]. */
.kingsport-city-news {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.kingsport-city-news__card {
	float: left;
	margin-left: 6%;
	min-height: 1px;
	position: relative;
	width: 29.3333%;
}

.kingsport-city-news__card:first-child {
	clear: left;
	margin-left: 0;
}

.kingsport-city-news__image {
	background: #fff;
	border-radius: 3px;
	display: block;
	height: 200px;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.kingsport-city-news__image img {
	display: inline-block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.kingsport-city-news__image::before,
.kingsport-city-news__image::after {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease-in-out;
}

.kingsport-city-news__image::after {
	background: #fff;
	opacity: 0;
}

.kingsport-city-news__image::before {
	background: #243f5b;
	border-radius: 50%;
	color: #fff;
	content: '\2197';
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 24px;
	height: 80px;
	left: 50%;
	line-height: 80px;
	margin: -40px 0 0 -40px;
	opacity: 0;
	right: auto;
	text-align: center;
	top: 50%;
	width: 80px;
	z-index: 1;
}

.kingsport-city-news__image:hover::after,
.kingsport-city-news__image:focus::after {
	opacity: 0.7;
}

.kingsport-city-news__image:hover::before,
.kingsport-city-news__image:focus::before {
	opacity: 1;
}

.kingsport-city-news__title {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
	margin: 15px 0 0;
	text-transform: uppercase;
}

.kingsport-city-news__title a {
	color: #243f5b;
	text-decoration: none;
}

.kingsport-city-news__title a:hover,
.kingsport-city-news__title a:focus {
	color: #135bae;
	text-decoration: underline;
}

.kingsport-city-news__excerpt {
	color: #243f5b;
	font-family: Lora, serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 22px;
}

.kingsport-city-news__read-more {
	margin: 18px 0 20px;
}

.kingsport-city-news__read-more a {
	color: #243f5b;
	font-family: Lora, serif;
	text-decoration: none;
}

.kingsport-city-news__read-more a:hover,
.kingsport-city-news__read-more a:focus {
	color: #135bae;
	text-decoration: underline;
}

.kingsport-city-news__read-more span {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	margin-left: 3px;
}

.kingsport-city-news__date {
	color: #8796a7;
	display: block;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.kingsport-city-news__pagination {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 35px 0 20px;
}

.kingsport-city-news__pagination-meta {
	align-self: center;
	color: #8796a7;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	margin-right: 8px;
	text-transform: uppercase;
}

.kingsport-city-news__pagination .page-numbers {
	align-items: center;
	border: 1px solid #243f5b;
	border-radius: 50%;
	color: #243f5b;
	display: inline-flex;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	min-width: 34px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 34px;
}

.kingsport-city-news__pagination .page-numbers.current,
.kingsport-city-news__pagination .page-numbers:hover,
.kingsport-city-news__pagination .page-numbers:focus {
	background: #243f5b;
	color: #fff;
}

/* Homepage Builder spacing around the City News shortcode. */
#top .av-special-heading.av-ktvle2q6-cca2a817756e7d7b75b340e88e6b194d {
	padding-bottom: 24px;
}

#top .hr.hr-invisible.av-3o37qd8-1af08984a55043ae8900279aacba52f6 {
	height: 20px;
}

.kingsport-city-news-shortcode {
	position: relative;
}

.kingsport-city-news__loading {
	align-items: center;
	background: rgb(234 237 242 / 88%);
	display: flex;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 2;
}

.kingsport-city-news__spinner {
	animation: kingsport-city-news-spin 0.8s linear infinite;
	border: 3px solid #8796a7;
	border-radius: 50%;
	border-top-color: #243f5b;
	height: 20px;
	width: 20px;
}

@keyframes kingsport-city-news-spin {
	to {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 767px) {
	.kingsport-city-news__card {
		margin-left: 4%;
		width: 48%;
	}

	.kingsport-city-news__card:first-child {
		margin-left: 0;
		width: 100%;
	}

	.kingsport-city-news__card:nth-child(2) {
		clear: both;
		margin-left: 0;
	}
}

@media only screen and (max-width: 479px) {
	.kingsport-city-news__card,
	.kingsport-city-news__card:nth-child(2) {
		clear: both;
		margin-left: 0;
		width: 100%;
	}
}
