/*
Theme Name: Ironistic Framework
Theme URI: https://www.ironistic.com
Author: Ironistic
Author URI: https://www.ironistic.com
Description: Ironistic WordPress Theme
Version: 2.0.0
Text Domain: ironstrap
*/

.site-post-card .e-image {
    height: 240px;
    overflow: hidden;
}

.site-post-card .e-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 999px) {
	.site-post-card .e-image {
		max-height: 300px;
		overflow: unset;
		text-align: center;
	}
	.site-post-card .e-image img {
		width: unset;
	}
}

.committee-list table{margin: 0 auto;}
.committee-list table td{ text-align:center!important; }
.committee-list .t-heading td{ font-weight:700; }
.committee-list .democrats{ background-color:#b4c6e7; }
.committee-list .republicans{ background-color:#ffafaf; }
.committee-list tbody{ display:block; }

nav .menu .sub-menu>li {
	display: block;
}

.dropdown-closed,
.dropdown-open {
	font-size: 16px;
}