@import url(https://fonts.googleapis.com/css?family=Hind:300,700|PT+Serif:400,700);

body, html {
	font-family: 'Hind', sans-serif;
	font-size:13pt;
	font-weight:300;
	margin: 0px;
	padding: 0px;
	color: #232323;
	min-width: 300px;
}

body {
	background: #fbfbfb;
	transition: 0.3s;
	overflow-y: scroll;
}

h1, h2, h3, h4 {
		font-family: 'PT Serif', serif;
		font-weight: 700;
}

strong, b {
	font-weight: 700;
}

hr {
	height: 0px;
	color: #ccc;
	width:45%;
	margin:2em auto;
	border-top: 1px dashed #ccc;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

a {
	font-weight: 700;
	text-decoration: none;
	color: #232323;
	border: none;
	background: none;
}

a:visited {
	color: #232323;
}

a:hover, a:visited:hover {
	color: #777;
	transition: 0.2s;
}


#hdn-container {
	min-width: 280px;
	max-width: 720px;
	margin:auto;
	overflow:hidden;
	padding:6px 4% 0px 4%;
	text-align:center; 
}

#hdn-header {
	min-height: 80px;
	margin-bottom:40px;
}

#hdn-preload {
	display:none;
	background: 
	url('../img/hypedragon-logo-wide.svg'), 
	url('../img/hypedragon-logo-wide-dark.svg'),
	url('../img/facebookhover.svg'), 
	url('../img/facebookdark.svg'), 
	url('../img/twitterhover.svg'), 
	url('../img/flashlightdark.svg');,
	url('../img/facebookdark.svg');
}

#hdn-logo {
	background: url('../img/hypedragon-logo-wide.svg') no-repeat center bottom;	
	width:200px;
	height:80px;
	float:left;
}

#hdn-facebook, #hdn-twitter {
	width: 40px;
	height: 80px;
	margin: 0px 0px 0px 6px;
	float:right;
}

#hdn-email {
	margin: 39px 20px 0px 6px;
    float: right;
    font-size: 42px;
	color: #ddd;
}

#hdn-email:hover {
	color: #aaa;
}

 #hdn-flashlight {
	width: 42px;
	height: 80px;
	float: right;
	margin: 0px 0px 0px 6px;
 }

#hdn-search input {
	float: right;
	width: 180px;
	height: 22px;
	margin: 44px 0px 0px 10px;
	background: #ddd;
	border:none;
	padding: 2px 12px;
	color: #777;
	border:2px solid #ddd;
	border-radius:0px; /* for IOS */
	-webkit-border-radius:0px; /* for IOS */
	-webkit-appearance: none; /* for IOS */
}

#hdn-search-body input {
	max-width: 300px;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #ddd;
	border:none;
	padding: 2px 12px;
	color: #777;
	border:2px solid #ddd;
	border-radius:0px; /* for IOS */
	-webkit-border-radius:0px; /* for IOS */
	-webkit-appearance: none; /* for IOS */
}

#hdn-search input:focus, #hdn-search-body input:focus {
	border:2px solid #5d8fc7;
	transition: 0.2s;
}

#hdn-facebook {
	background: url('../img/facebook.svg') no-repeat center bottom;
}

#hdn-facebook:hover {
	background: url('../img/facebookhover.svg') no-repeat center bottom;
}

#hdn-twitter {
	background: url('../img/twitter.svg') no-repeat center bottom;
}

#hdn-twitter:hover {
	background: url('../img/twitterhover.svg') no-repeat center bottom;
}

#hdn-flashlight {
	background: url('../img/flashlight.svg') no-repeat center bottom;
	margin: 0px 0px 0px 2px;
}


.hdn-article {
	margin: 10px 0px 2.75em 0px;
	border-bottom: 1px solid #ddd;
	display: block;
	text-align:left; 
	vertical-align: top;
}

.hdn-article.hdn-frontpage {
	margin: 10px 2em 2.75em 0em;
	display: inline-block;
}

.hdn-title {
	margin:0px;
	padding:0px;
}

.hdn-author {
	text-transform: uppercase;
	color: #aaa;
	font-weight:normal;
	font-family: 'Hind', Sans-serif;
	font-size: 70%;
	margin:6px 0px -6px 0px;
	padding:0px;
	line-height:1.4em;
}

.hdn-author span a, .hdn-author span a:visited {
	color: #aaa;
	font-weight:normal;
}

.hdn-author span a:hover, .hdn-author span a:visited:hover {
	color: #888;
	font-weight:normal;
}

.hdn-authorpic {
	float:right;
	padding: 10px 20px;
}

.hdn-featured {
	position: relative;
	overflow:hidden; 
	margin:6px 0px;
	height: 360px;
}

.hdn-featured img {  /* center and show full size image to scale */

	bottom:0;
	margin:auto;
	width:100%;
}	



.hdn-article a {
	font-weight: 700;
	text-decoration: none;
	color: #5d8fc7;
	border: none;
	background: none;
}

.hdn-article a:visited {
	color: #765dc7;
}

.hdn-article a:hover {
	color: #99afc7;
	transition: 0.2s;
}

.hdn-article a:visited:hover {
	color: #a499c7;
	transition: 0.2s;
}

.hdn-title a, .hdn-title a:visited {
	color: #232323;
}

.hdn-title a:hover, .hdn-title a:visited:hover {
	color:#777;
	transition: 0.2s;
}

.hdn-postmeta {
	height:25px; /* specified height keeps links above line */
}

.hdn-postmeta, a .hdn-postmeta, a:visited .hdn-postmeta, .hdn-postmeta a, .hdn-postmeta a:visited, .nav-links a, .nav-links a:visited {
	text-transform: uppercase;
	color: #aaa;
	font-weight:normal;
}

 a:hover .hdn-postmeta, .hdn-postmeta a:hover, a:visited:hover .hdn-postmeta, .hdn-postmeta a:visited:hover, .nav-links a:hover, .nav-links a:visited:hover {
	color:#888;
	font-weight:normal;
	transition: 0.2s;
}

.more-link {
	display: block;
	float:left;
}

.hdn-commentlink {
 text-align: right;
}

#hdn-footer {
	margin:0px;
	text-transform: uppercase;
	padding:35px 0px 35px 0px;
	clear:both;
	border-top: 1px solid #ddd;
}

#hdn-footer a, #hdn-footer a:visited {
	color: #999;
	font-weight:normal;
}

#hdn-footer a:hover, #hdn-footer a:visited:hover {
	color:#777;
	font-weight:normal;
}

.hdn-footerlist {
	display: inline-block;
	vertical-align:top;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	width: 155px;
	text-align: left;
}

.hdn-footerlist ul {
	padding: 0px 15px 25px 0px;
	margin: 0px;
	font-size: 85%;
}

h3.hdn-footerlist {
	margin:3px 0px 8px 0px;
}

.hdn-footerlist ul li {
	list-style-position: inside;
	list-style-type: none;
	color: #999;
	line-height: 22px;
	margin-bottom: 14px;
}

#hdn-footerlogo {
	background: url('../img/hypedragon-logo-wide.svg') no-repeat center bottom;
	width:400px;
	height:100px;
	margin:40px auto;
}

.hdn-edit {
	float:right;
}

/* Podcast PowerPress Restylings */

.mejs-container {
	width: 100%!important;
}

/* Video Wrapper and iframe for fluid video width/height */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	background: #fbfbfb;
	margin-bottom: 2em;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* WP Overrides */

.entry-footer {
	clear:both;
	margin-top:50px;
}

.wp-caption-text {
	font-size: 76%;
}

.wp-caption.alignnone, .wp-caption.aligncenter {
	width:100%!important;
	max-width:100%!important;
	margin:0px!important;
	height: inherit!important;
}

.wp-caption img {
	width:100%!important;
	margin:0px!important;
	height: inherit!important;
}

.site-info {
	text-align:center;
}

.page-title {
	font-family: 'Hind', Sans-serif;
	text-transform: uppercase;
	color: #aaa;
	font-size: 95%;
	border-bottom: 1px solid #ddd;
	margin-bottom:25px;
}

.authorpage {

}

.authorpage .hdn-author {
	height:auto!important;
	font-size:200%;
	color: #222;
	text-transform: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.4em;
}

.authorpage .hdn-article {
	font-family: 'Hind', Sans-serif;
	font-size: 100%;
	height:auto!important;
}

.hdn-authorfeed {
	color:#aaa;
	text-align: left;
}

.hdn-authorfeed .hdn-title {
	font-size: 105%;
}

.nav-previous, .nav-next, .nav-previous a, .nav-previous a:visited, .nav-next a, .nav-next a:visited {
	font-family: 'Hind', Sans-serif;
	text-transform: uppercase;
	color: #aaa;
	font-weight:normal;
}

.navigation {
	clear:both;
	text-align: left;
}

.page-header {
	text-align: left;
}

.post-navigation {
	font-family: 'Hind', Sans-serif;
	color: #aaa;
	text-transform: uppercase;
	font-size: 90%;
}

.post-navigation h2 {
	display:none;
}

.nav-previous a:hover, .nav-next a:hover, .nav-previous a:visited:hover, .nav-next a:visited:hover {
	color: #888;
	font-weight:normal;
}

.nav-previous {
	float:left;
	padding: 5px 0px;
	margin-top:14px;
}

.nav-next {
	float:right;
	padding: 5px 0px;
	margin-top:14px;
}

.nav-previous::before {
	content:'← ';
}

.nav-next::after {
	content:' →';
}

#disqus_thread {
	background-color: #fbfbfb;
	}

.alignleft {
	float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content ol, .entry-content ul, .entry-content li {
	color: #232323;
}

.entry-content ol ol, .entry-content ol ol ol, .entry-content ul ul, .entry-content ul ul ul {
	margin-bottom: 0.3em;
}

.entry-content ol li ol, .entry-content ul li ul {
	margin-top: 0.3em;
}

.entry-content ol li, .entry-content ol li ol li {
	margin:0.4em;
}

.entry-content img {
	max-width:100%;
}

.entry-content blockquote {
	border-left: 1px solid #bbb;
	padding-left: 10px;
	font-family: 'PT Serif', Serif;
	line-height: 1.7em;
	font-size:108%;
}

.posts-navigation h2 {
	display:none;
}

.posts-navigation {
	padding-bottom: 10px;
}

/* Desktop Conditionals */
@media only screen and (min-width: 1199px) {
	
.hdn-article.hdn-frontpage  {
	max-width: 380px;
	width: 27vw;
}

.hdn-frontpage .hdn-featured {
		height: inherit;
		height: initial;
		max-width: 480px;
}

.hdn-frontpage .hdn-title {
}

}

/* Below 1200px Frontpage */
@media only screen and (max-width: 1199px) {
	
.hdn-article.hdn-frontpage  {
	max-width: inherit;
	max-width: initial;
	margin: 10px 0px 2.75em 0px; 
}

}

/* Below 700px Frontpage */
@media only screen and (max-width: 700px) {
	
.hdn-featured  {
	height: inherit;
	height: initial;
}

}

/* Start Mobile Portrait Conditionals*/
@media only screen 
  and (max-width: 560px)
 {
 
	body {
	
	}
	
	#hdn-logo {
		width:130px;
		height: 60px;
	}
	
	#hdn-twitter, #hdn-facebook{
		width:28px;
		height: 60px;
	}
	
	#hdn-flashlight {
		width:27px;
		height: 60px;
	}
	
	#hdn-search input {
			width: 80px;
			height: 16px;
			margin: 34px 0px 0px 10px;
			font-size: 9pt;
	}	
	
	#hdn-email {
		margin: 34px 8px 0px 6px;
		font-size: 28px;
	}
	
	#hdn-header {
		min-height:50px;
	}
  
	.hdn-featured {
		height: 180px;
	}
	
	.alignright, .alignleft, img.alignright, img.alignleft {
		max-width:150px!important;
	}
		
	.hdn-title {
	}
	
	#hdn-footerlogo {
		width:260px;
		height:80px;
	}
	
	.hdn-footerlist {
		width:130px;
	}
	
	.hdn-authorpic {
		float:none;
		padding:1em 0em;
		margin-bottom: -1em;
	}
}
/* End Mobile Portrait Conditionals */

/* Start Mobile / Super Tiny Conditionals*/
@media only screen 
and (max-width: 360px)
 {
	
	#hdn-search input {
		width:60px;
		font-size:9pt; 
		padding-left: 4px;
		padding-right: 4px;
	}
  
	.hdn-featured {
		height: 160px;
	}
	
	.alignright, .alignleft, img.alignright, img.alignleft {
		max-width:130px;
	}
	
}
/* End Mobile / Super Tiny Conditionals */

/* Start Mobile / MEGA Tiny Conditionals*/
@media only screen 
and (max-width: 319px)
 {
	 
	 #hdn-container {
		 min-width: 170px;
	 }
	 
	 #hdn-facebook, #hdn-twitter {
		 display: none;
	 }
	 
	 #hdn-header {
		 height:auto;
		 margin-bottom:4px;
	 }
	 
	 #hdn-search {
		 width:83%;
	 }
	 
	 #hdn-email {
		 margin:-110px 26px 0px 6px;
	 }
	
	#hdn-search input {
		width: 30px;
		font-size: 10pt;
		padding: 10px 20px;
		float: none;
		margin: 1em auto;
		width: 100%;
	}
  
	.hdn-featured {
		height:inherit;
	}
	
	.alignright, .alignleft, img.alignright, img.alignleft {
		max-width:75px;
	}
	
}
/* End Mobile / MEGA Tiny Conditionals */