
/*
Theme Name: THA
Theme URI: https://www.tha.org
Version: 1.0
Author: mdg
Author URI: https://www.mdg.agency/
Description: Custom theme for <a href="https://www.tha.org">THA</a>. Texas Hospital Association.
License: All rights reserved.
License URI: https://www.tha.org
Text Domain: tha
Tags: custom
*/
.customfeed .wf-button {
	padding: 5px;
}

/* Cut half blue box banner on The Scope-Blog page */
@media (min-width: 768px) {
	.page-id-5667 .hero .hero-inner {
		padding: 4em 4em 5em;
	}
}

/* CSS for tag pages */
.tag .entry-content-container {
	background: transparent;
}

.posts-grid .bottom-content {
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	z-index: 2;
}

.posts-grid .post-infos {
	width: 100%;
	background-color: #007ac3;
	padding: 0px 10px 10px 10px;
}

.posts-grid .featured-image img {
	width: 100%;
	object-fit: cover;
	height: 320px;
}

.tags {
	text-align: center;
	text-transform: uppercase;
	line-height: 25px;
	margin-top: 10px;
}

.tags a, .posts-grid h2 a {
	color: white;
}

.tags a {
	background: #3abfef;
	padding: 0px 3px;
}

.tags a:hover {
	text-decoration: none;
	color: black;
}

.posts-grid h2 {
	font-size: 18px;
	line-height: 23.4px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.posts-grid small {
	font-size: 12px;
	color: white;
	width: 100%;
	text-align: center;
	display: block;
}

.tag .entry-header .parallax .background-img {
	transform: unset !important;
	height: 100% !important;
}

.posts-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	row-gap: 30px;
}

.posts-grid .article {
	flex: 49%;
	flex-grow: 0;
	position: relative;
}

@media (max-width: 767px) {
	.posts-grid .article {
		flex: 100%;
	}
}
