/*
	Theme Name: Geek Cosmos
	Author: GeekCosmos
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.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 {
	background: #eaeaea;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	font-weight: 200;
}

.entry {
	font-size: 16px;
	line-height: 1.6em;
}

.entry.excerpt {
	font-size: 16px;
	color: #888;
}

.post-byline {
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	text-transform: none;
	margin-bottom: 1em;
}

.entry h2 {
	font-size: 28px;
	letter-spacing: -.7px;
}

.entry h3 {
	font-size: 24px;
	letter-spacing: -.5px;
}

.entry h4 {
	font-size: 20px;
	letter-spacing: -.3px;
}

.entry h5 {
	font-size: 18px;
	font-weight: 600;
}

.entry h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.pullquote-right {
	color: #df8134;
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	margin: .78em 0 .78em 1em;
	padding: 0 20px 0 0;
	width: 40%;
}

.pullquote-left {
	color: #df8134;
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	margin: .78em 0 .78em 1em;
	padding: 0 20px 0 0;
	width: 40%;
}

.sharify-container ul li {
	list-style-type: none;
}

.sharify-container {
	margin-left: -30px;
}