/*
	Theme Name:   Iron Framework Child
	Description:  Iron Framework Child Theme
	Author:       Ironistic.com
	Author URI:   http://www.ironistic.com
	Template:     iron-framework
	Version:      1.0.0
	responsive-layout, accessibility-ready
	Text Domain:  iron-framework-child
*/

 .category-blog .site-page-title {
	color: #ffffff !important;
}

.blog-recommended .post-featured-image {
	max-height: 105px;
}

.home .post-grid-wrapper .post-featured-image {
	max-height: 130px;
}

body .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
	font-size: 13px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}
body .wpDataTablesWrapper table.wpDataTable td {
	padding: 10px;
}
body .wpDataTablesWrapper .dataTables_filter label, body .wpDataTablesWrapper .dataTables_length label {
	font-size: 14px;
	font-weight: 400;
}
body table.has-columns-hidden>tbody>tr.row-detail>td>ul {
	padding-left: 0;
}
body .wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li {
	padding: 0;
	margin: 0 0 10px;
	font-size: 13px;
}
body .wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li:last-child {
	margin-bottom: 0;
}
body .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tbody > .odd + tr.row-detail > td {
	background-color: #fff !important;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable.has-columns-hidden {
	font-size: 13px;
}
body .wpDataTablesWrapper table.wpDataTable.has-columns-hidden td {
	padding: 15px;
}
body .wpDataTables .dropdown-menu > li {
	margin: 0;
}
body .wpDataTables .dropdown-menu > li > a {
	padding: 7px 10px;
	font-size: 12px;
}

/*
@media (max-width: 1187px) {
	#table_1 .c-head th[data-hide="phone,tablet"] {
		display: none;
	}
}
@media (max-width: 1007px) {
	#table_1 .c-head th[data-hide="phone"] {
		display: none;
	}
}
*/