.tmt-headline {
	position: relative;
}
.tmt-headline-desc {
	position: absolute;
	bottom: 0;
	padding: 15px;
}
.tmt-headline-desc h1, 
.tmt-headline-desc h2, 
.tmt-headline-desc a, 
.tmt-headline-desc h1 > a, 
.tmt-headline-desc p {
	color: #ffffff;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}
.tmt-headline-desc h1 > a:hover,
.tmt-headline-desc .tmt-author a,
.tmt-headline-desc .tmt-author a:hover {
	color: #ffffff;
	text-decoration: none !important;
}
.tmt-headline-desc h1 {
	font-size: 42px;
}
.tmt-headline-desc h2 {
	font-size: 24px;
}
.tmt-headline-desc p {
	margin: 10px 0;
}
.tmt-shadow {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.tmt-headline-thumb img {
	width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    display: block;
}
.tmt-headline-thumb p {
	margin: 0;
}
/* OPED */
.tmt-oped-flex {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}
.tmt-oped-thumb {
	flex: 0 0 30%;
	width: 30%;
}
.tmt-oped-padding {
	padding-left: 10px;
	padding-right: 10px;
}
.tmt-oped-desc h3, 
.tmt-oped-desc h2, 
.tmt-oped-desc a, 
.tmt-oped-desc h3 > a, 
.tmt-oped-desc p {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}
.tmt-oped-desc h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.tmt-oped-desc h3 > a,
.tmt-oped-desc .tmt-author a {
	color: #000000;
}
.tmt-oped-desc h3 > a:hover,
.tmt-oped-desc .tmt-author a:hover {
	color: #c2351d;
	text-decoration: none !important;
}
.tmt-oped-desc p.tmt-author {
	line-height: 15px;
}
.tmt-oped-desc p.posted-by {
	line-height: 20px;
	color: #c2351d;
	margin-bottom: 0;
}

/* OP_ED HEADING */
.tmt-oped-heading h4,
.tmt-oped-heading h4 > a {
	font-family: "Times New Roman", Times, serif;
	background-color: #dd3333;
	color: #ffffff;
	width: 100%;
	margin-bottom: 26px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}
.tmt-oped-heading h4 {
	padding: 0;
	margin-top: 0;
}
.tmt-oped-heading h4 > a:hover {
	color: #ffffff;
	text-decoration: none !important;
}

/* CRAWLER */
.tmtcrawler {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	background: none;
	border: none;
}
.tmt-crawler-heading {
	flex: 0 0 10%;
	width: 10%;
}
.tmt-crawler-heading span {
	display: block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    padding: 7px;
    line-height: 16px;
    font-family: "Times New Roman", Times, serif;
}
.tmt-crawler-heading span > span {
	font-size: 12px;
	padding: 0;
}
.tmt-crawler-desc ul.tmtcrawler {
	margin-top: 0;
	margin-bottom: 0;
}
.tmt-crawler-desc .tmtcrawler li {
	list-style: none;
	display: inline;
}
.tmt-crawler-desc .tmtcrawler li a {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.tmt-crawler-desc .tmtcrawler li a:hover {
	text-decoration: none !important;
}
.tmt-oped-flex.tmt-top-crawler {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	align-items: center;
}
.breaking-crawler, .breaking-crawler .widget {
	margin-bottom: 0 !important;
}
