/*
Theme Name: HitMag Child
Theme URI: http://themezhut.com/themes/hitmag/
Author: ThemezHut
Author URI: http://themezhut.com
Description: Jouob HitMag child theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: hitmag
Text Domain: hitmagchild
Tags: grid-layout,right-sidebar,two-columns,custom-logo,custom-background,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,translation-ready,news,blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

HitMag is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.calendar_wrap  a {
	color: red;	
}

.entry-title {
	display: none;
}

.hm-rel-post .post-title {
	display: none;
}

.archive-content .cat-links {
	position: relative;
	bottom: 10px;
}

.hitmag-post time {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	width: 50px;
	background-color: #E74C3C;
	color: white;
	text-align: center;	
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hitmag-post time small {
	font-size: 12px;
}

.hitmag-post {
	margin: 0;
}

.hitmag-single .cat-links {
	border-bottom: 2px solid #E74C3C;
	font-size: 18px !important;
	font-size: 1.125rem !important;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	line-height: 1.3;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 24px;
}

.hitmag-single .entry-meta a {
	color: #E74C3C;
}

.hitmag-single .entry-meta a:hover {
	color: #000 !important;
}

.page-header a {
	color: #E74C3C;
}

.page-header a:hover {
	color: #000;
}