/*
	Theme Name: Hueman (Complete Version) - Child - TheCourt.ca Custom
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Child theme of the complete version of Hueman theme (not "lite" version) for TheCourt.ca customization.
	Author: Brenn Kha
	Author URI: 
	Template: hueman-complete
	Version: 1.0.0
*/

@import url("../hueman-complete/style.css");
@import url("https://fontlibrary.org/face/crimson");
@import url("print.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

body
{
	font-family: "CrimsonRoman", serif;
}

body em, body i
{
	font-family: "CrimsonItalic", serif;
}

body strong
{
	font-family: "CrimsonBold", serif;
}

body strong+em, body em+strong,
body strong+i, body i+strong
{
	font-family: "CrimsonBoldItalic", serif;
}

.entry
{
	color: #444;
}

.entry.excerpt, .post-meta,
.post-tags, .post-tags span, .post-tags a
{
	color: #666;
}

header, content,
.sidebar .sidebar-top, section.content .page-title, .tagcloud, footer #nav-footer,
h1, h2, h3,
h1 em, h2 em, h3 em,
h1 i, h2 i, h3 i,
h1 strong, h2 strong, h3 strong,
h1 strong+em, h2 strong+em, h3 strong+em,
h1 strong+i, h2 strong+i, h3 strong+i,
h1 em+strong, h2 em+strong, h3 em+strong,
h1 i+strong, h2 i+strong, h3 i+strong
{
	font-family: "Titillium", Arial, sans-serif;
}

.post-meta .author {
	display: block;
	clear: left;
}

.post-tags-custom {
	margin: 0.5em 0 0 0;
}

#subscribe-email input[type="email"]
{
	margin-bottom: 0.5em;
	border: 2px solid #ddd;
	padding: 7px 5px !important;
	line-height: 20px;
}

#subscribe-submit input[type="submit"]
{
	border-radius: 3px;
	border: medium none !important;
	padding: 8px 14px;
	background-color: #dd3333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
}
