/**
 * Normalization
 * ----------------------------------------------------------------------------
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#444;}

article,aside,details,figcaption,figure,footer,header,main,nav,section {display: block;}


/**
 * So Simple Setup :)
 * ----------------------------------------------------------------------------
 */

body {
	/*background: #ffffff;
	font: 200 18px/30px 'Lustria', serif;
	color: rgba(0, 0, 0, 0.60);
	padding: 0;   */
}

h1, h2, h3 {
	/*font-size: 28px;
	line-height: 42px;
	color: rgba(0, 0, 0, 0.70);
	margin: 0 0 14px;*/
}

a {
	/*color: rgba(0, 0, 0, 0.70);
	text-decoration: none;*/
}

a:hover {
	color: rgba(0, 0, 0, 0.60);
}

strong {
	font-weight: bold;
}

/*p {
	margin-bottom: 20px;
}*/

/*ul, ol {
	margin: 0 0 20px 40px;
}*/

ol li {
	list-style: decimal;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.10);
	color: rgba(0, 0, 0, 0.40);
	padding-left: 40px;
	margin-left: 40px;
}


/**
 * Color Options
 * ----------------------------------------------------------------------------
 */

.text-light {
	color: rgba(255, 255, 255, 0.90);
}

.text-light a,
.text-light h1 {
	color: rgba(255, 255, 255, 0.95);
}

.text-light a {
	background-color: rgba(255, 255, 254, 0.1);
}

.text-light a:hover {
	color: rgba(255, 255, 255, 0.80);
	background-color: rgba(255, 255, 254, 0.2);
}


/**
 * Universal Content Containers
 * ----------------------------------------------------------------------------
 */

.hentry,
.no-results {
	width: 60%;
	padding: 8% 20%;
	float: left;
	position: relative;
	-webkit-transition-duration: .2s;
			transition-duration: .2s;
}

.site-content .hentry:nth-child(even) {
	background-color: rgba(241, 241, 241, 0.2);
}

.home .site-content .hentry:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.js-item-as-link {
	cursor: pointer;
}


/**
 * Post Styles
 * ----------------------------------------------------------------------------
 */

.entry-content a {
	background-color: rgba(0, 0, 0, 0.03);
}

.entry-content a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.entry-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(0, 0, 0, 0.40);
	font-size: 14px;
	line-height: 22px;
}

.entry-meta,
.entry-meta a {
	color: rgba(0, 0, 0, 0.40);
}

.entry-meta a:hover {
	color: rgba(0, 0, 0, 0.60);
}

.byline,
.updated {
	display: none;
}


/**
 * Navigation
 * ----------------------------------------------------------------------------
 */

.nav span,
.nav a {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 100px;
	width: 140px;
	height: 140px;
	position: fixed;
}

.nav a {
	border: 20px solid rgba(0, 0, 0, 0.05);
	width: 60px;
	height: 60px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	z-index: 110;
}

.nav a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border: 40px solid rgba(0, 0, 0, 0.01);
}

.single-nav {
	bottom: -70px;
	left: 50%;
	margin-left: -70px;
	z-index: 100;
}

.single-nav a {
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
}

.single-nav a:hover {
	bottom: -70px;
	margin-left: -70px;
}

.paged-nav .previous,
.paged-nav .next {
	top: 50%;
	margin-top: -70px;
}

.paged-nav .previous a,
.paged-nav .next a {
	top: 50%;
	margin-top: -50px;
}

.paged-nav .previous a:hover,
.paged-nav .next a:hover {
	margin-top: -70px;
}

.paged-nav .previous {
	left: -70px;
}

.paged-nav .previous a {
	left: -50px;
}

.paged-nav .previous a:hover {
	left: -70px;
}

.paged-nav .next {
	right: -70px;
}

.paged-nav .next a {
	right: -50px;
}

.paged-nav .next a:hover {
	right: -70px;
}


/**
 * Image and Media Styles
 * ----------------------------------------------------------------------------
 */

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;

}

.alignright:after
 {
	clear: both;
	content: '';
	display: block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}
img.alignright:after {
	clear:both;
	content: '';
	display: block;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

/* Clearing floats */
.gallery:after {
	clear: both;
}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

.gallery img {
	display: block;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * For Screens 0px - 767px
 * ----------------------------------------------------------------------------
 */

@media screen and (min-width: 0px) and (max-width: 767px) {

	/* So Simple Setup :)
	----------------------------------------------- */

	body {
		font: 200 14px/24px 'Lustria', serif;
	}

	h1, h2, h3 {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 10px;
	}

	/* Universal Content Containers
	----------------------------------------------- */

	.site-header,
	.hentry {
		padding: 20% 20%;
	}

	/* Post Styles
	----------------------------------------------- */

	.entry-content p,
	.entry-content ul,
	.entry-content ol {
		margin-bottom: 14px;
	}

	/* Navigation
	----------------------------------------------- */

	/*nav,
	nav a {
		width: 100px;
		height: 100px;
	}*/

	/*nav a {
		width: 20px;
		height: 20px;
	}*/

	nav.home {
		bottom: -50px;
		margin-left: -50px;
	}

	nav.home a {
		bottom: -30px;
		margin-left: -30px;
	}

	nav.home a:hover {
		bottom: -50px;
		margin-left: -50px;
	}

	nav.previous {
		left: -50px;
	}

	nav.next {
		right: -50px;
	}

	nav.previous a,
	nav.next a {
		top: 50%;
		margin-top: -50px;
	}

	nav.previous a {
		left: -30px;
	}

	nav.previous a:hover {
		left: -50px;
	}

	nav.next a {
		right: -30px;
	}

	nav.next a:hover {
		right: -50px;
	}
}


/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}
}
.fnav+.sp ul{
	margin: 0px;
}
