/*
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;
	}
	
	.em-spacer .vc_column-inner{padding-top: 2rem !important;padding-bottom: 3rem !important;}
}

.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;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	display: inline-block;
    color: #fff;
	font-family: lato,sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #3376aa;
    border: 1px solid #3376aa;
    padding: 0.657rem 1.95rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover{
	color: #fff;
    background-color: #2a628d;
    border-color: #275b83;
}
#gform_1{
	max-width:900px;
}
body .gform_wrapper .top_label .ginput_container_consent{
	position: relative;
	padding-left:20px;
}
body .gform_wrapper .top_label .ginput_container_consent input{
	position:absolute;
	left:0px;
	top: 5px;
    margin: 0;
}
body .gform_wrapper .top_label .ginput_container_consent label{
	display:inline;
}
body .gform_wrapper .top_label .ginput_container_consent .gfield_required{
	display:inline-block;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding:10px;
}
.gform_confirmation_wrapper .gform_confirmation_message{
	font-weight:700;
	text-align:center;
}


@media only screen and (max-width:1275px) and (min-width:1200px){
	.team_list .h4,.team_list h4 {font-size: 1.4rem;}
}
@media only screen and (max-width:1199px) and (min-width:1000px){
	.team_list .h4,.team_list h4 {font-size: 1.1rem;}
	.team_list .site-content-box .e-label {font-size: 0.9rem;min-height: 38px;}
}
@media only screen and (max-width:999px){
	.team_list .vc_col-sm-4{margin:0px 0px 32px;}
	.team_list .vc_col-sm-4:last-child{margin:0px;}
}