/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by NORTHBRIDGE
Author:         NORTHBRIDGE
Author URI: 	https://northbridge.gr
Template:       Newspaper
*/



/***
 * Helpers class for elements
 * 
 * **************/
.category-abs-left .td-module-container {
	position: relative;
}
.category-abs-left .td-post-category {
	position: absolute;
	top: 25px;
	left: 20px;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: top left;
}
.category-abs-left .td-module-meta-info {
	position: initial !important;
}

.line-above-title .td-module-title:after {
	display: block;
	content: "";
	height: 2px;
	width: 100px;
	background: #F1EEEA;
	margin: 20px auto 0;
}
.line-above-title .td_module_wrap .entry-title {
	margin: 0 0 16px 0;
}