/*
Theme Name:     Kilimnik Deisgns - html5blank Child theme	
Theme URI:      http://iqms.ryankilimnik.com/
Description:    Child Theme
Author:         Ryan Kilimnik
Author URI:     
Template:       html5blank-stable
Version:        0.1.0
Text Domain: 	html5blank-stable-child
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

body {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-size: 100%;
}

header.header {
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
}

.header-wrapper {
	display: flex;
}

.logo img {
	height: 50px;
	width: auto;
}

nav.navigation ul {
	display: flex;
}

nav.navigation ul li {
	display: flex;
}

/*-- Menu Nav --*/
#menu-trigger {
	position: absolute;
	top: 25px; 
	right: 25px;
	opacity: .25;
	color: #fff;
	z-index: 9;
	display: none;
}

#menu-trigger img {
	height: 25px;
	width: auto;
}

* { cursor: none; }

/*
#menu-trigger:before { 
	float: right;
	text-align: right; 
	content: "\f0c9"; 
	font-family: FontAwesome; 
	font-size: 22px; 
	padding: 0 20px;
	cursor: pointer;
}

#menu-trigger span {
	display: none;
}
*/


/*-- devopolis Screens --*/
.page-id-7 h1.page-template-default,
.page-id-7 header.header,
.page-id-7 footer.footer,
.page-id-7 br.clear {
	display: none;
}

.page-id-7 .n2-ss-section-main-content.n2-ss-layer-content {
	padding: 0 !important;
}


@media only screen and (max-width: 400px) {
	
	
}

