/* === ELEMENTS === */
body{
	font-size: 14px;
	font-size: 1.4rem;
}
/* Default Background */
body.wordpress{
	background: #f1f1f1;
}
body.wordpress.full-size-background{
	background-size: cover !important;
	background-attachment: fixed !important;
}
a{
	color: #0073aa;
}
a:hover,
a:focus {
	color: #00a0d2;
}
ul{
	list-style: circle;
}
/* Blockquotes */
blockquote, q{
	position: relative;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}
blockquote:before,
q:before{
	content: "\f122";
	font-family: "dashicons";
	color: #ccc;
	position: absolute;
	left: 0;
	-webkit-font-smoothing: antialiased;
}
/* Forms */
label{
}
/* Pre, Code */
pre{
	background-color: #eee;
}
code{
	background: #eee;
}

/* === IMAGES & MEDIA === */
.html5-captions .wp-caption, .wp-caption{
	background: #fafafa;
}

/* === CONTAINER === */
#container{
	background: transparent;
	width: 100%;
	margin: 0 auto;
	margin: 0 auto;
	padding: 0;
}

/* === HEADER === */
#header{
	background: rgba( 0,0,0,0.7 );
	padding: 10px 20px;
	padding: 1rem 2rem;
	margin-bottom: 0;
	width: 100%;
	z-index: 100;
}
#header:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
	#branding{
		float: left;
	}
		#site-title{
			font-size: 25px;
			font-size: 2.5rem;
			line-height: 1;
			margin-bottom: 2px;
		}
			#site-title a{
				font-weight: 800;
				color: #fff;
				border: none;
				text-shadow:
					-1px -1px 0 #2B2B2B,
					1px -1px 0 #2B2B2B,
					-1px 1px 0 #2B2B2B,
					1px 1px 0 #2B2B2B;
			}
			#site-title a:hover,
			#site-title a:focus{
				opacity: 0.8;
			}


/* === MAIN === */
#main{
	margin: 50px auto;
	width: 650px;
	background: #fff;
}
#main:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
	.main-wrap:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}

/* === CONTENT === */
#content{
	width: 100%;
}

/* === LOOP META === */
.loop-meta{
	background: #0073aa;
	color: #fff;
	padding: 10px;
	padding: 1rem;
}
	.loop-title{
		margin: 0;
		font-size: 20px;
		font-size: 2rem;
	}
	.loop-title:before{
		content: "\f464";
		font-family: "dashicons";
		vertical-align: top;
		margin-right: 5px;
		margin-right: 0.5rem;
		color: #fff;
		-webkit-font-smoothing: antialiased;
	}
	body.singular-page .loop-title:before{
		content: "\f105";
	}
	body.attachment-image .loop-title:before{
		content: "\f128";
	}
	body.attachment-audio .loop-title:before{
		content: "\f127";
	}
	body.attachment-video .loop-title:before{
		content: "\f126";
	}
	body.taxonomy-category .loop-title:before{
		content: "\f318";
	}
	body.taxonomy-post_tag .loop-title:before{
		content: "\f323";
	}
	body.search .loop-title:before{
		content: "\f179";
	}
	body.page-template-home-navigation .loop-title:before{
		content: "\f322";
	}

/* === ENTRY === */
.entry{
}
.entry:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
/* Password Protected */
.entry.protected{
	
}
.entry.protected .entry-title-wrap{
	width: 100%;
}
.entry.protected .entry-byline{
	display: none;
}
/* Entry Wrap */
.entry-wrap{
	margin: 0 10px;
	margin: 0 1rem;
	padding: 10px;
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.plural .content-entry-wrap .entry:last-child .entry-wrap{
	border: none;
}
.entry-wrap:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
body.singular .content-entry-wrap .entry-wrap{
	border: none;
}

	/* Entry Header */
	.entry-header{
		position: inherit;
	}
	body.singular .entry-header{
		padding: 10px 0;
		padding: 1rem 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		border-bottom: 1px solid #ccc;
	}
		/* Entry Title */
		.entry-title-wrap:before{
			content: "\f497";
			font-family: "dashicons";
			vertical-align: top;
			color: #222;
			font-size: 50px;
			font-size: 5rem;
			position: absolute;
			left: 0;
			top: 10px;
			top: 1rem;
			-webkit-font-smoothing: antialiased;
		}
		/* Page CPT */
		.entry.page .entry-title-wrap:before{
			content: "\f105";
		}
		/* Post Format */
		.entry.format-aside .entry-title-wrap:before{
			content: "\f123";
		}
		.entry.format-image .entry-title-wrap:before{
			content: "\f128";
		}
		.entry.format-gallery .entry-title-wrap:before{
			content: "\f161";
		}
		.entry.format-link .entry-title-wrap:before{
			content: "\f103";
		}
		.entry.format-quote .entry-title-wrap:before{
			content: "\f122";
		}
		.entry.format-status .entry-title-wrap:before{
			content: "\f130";
		}
		.entry.format-video .entry-title-wrap:before{
			content: "\f126";
		}
		.entry.format-audio .entry-title-wrap:before{
			content: "\f127";
		}
		.entry.format-chat .entry-title-wrap:before{
			content: "\f125";
		}
		/* Protected: Key */
		.entry.protected .entry-title-wrap:before{
			content: "\f112";
			color: #edc100;
			text-shadow:
				-1px -1px 0 #2B2B2B,
				1px -1px 0 #2B2B2B,
				-1px 1px 0 #2B2B2B,
				1px 1px 0 #2B2B2B;
		}
		/* Sticky */
		.entry.sticky .entry-title-wrap:before{
			content: "\f109";
			color: #e50000;
			text-shadow:
				-1px -1px 0 #2B2B2B,
				1px -1px 0 #2B2B2B,
				-1px 1px 0 #2B2B2B,
				1px 1px 0 #2B2B2B;
		}
		.entry-title-wrap{
			width:65%;
			padding-left: 60px;
			padding-left: 6rem;
			float: left;
			position: relative;
		}
			.entry-title{
				margin: 0;
				font-size: 17px;
				font-size: 1.7rem;
			}
			.entry-type{
				
			}
		/* Byline */
		.entry-byline{
			color: #444;
			float: left;
			padding-left: 10px;
			padding-left: 1rem;
		}
			.entry-byline a{
				color: #444;
			}
			.entry-byline a:hover,
			.entry-byline a:focus{
				color: #000;
			}
			.entry-author:before{
				content: "\f110";
				font-family: "dashicons";
				vertical-align: top;
				margin-right: 5px;
				margin-right: 0.5rem;
				color: #ccc;
				-webkit-font-smoothing: antialiased;
			}
			.entry-published:before{
				content: "\f469";
				font-family: "dashicons";
				vertical-align: top;
				margin-right: 5px;
				margin-right: 0.5rem;
				color: #ccc;
				-webkit-font-smoothing: antialiased;
			}
			.comments-link{
				display: block;
			}
			.comments-link:empty{
				display: none;
			}
			.comments-link:before{
				content: "\f101";
				font-family: "dashicons";
				vertical-align: middle;
				margin-right: 5px;
				margin-right: 0.5rem;
				color: #ccc;
				-webkit-font-smoothing: antialiased;
			}
/* Entry Content, Entry Summary */
	.entry-content,
	.entry-summary{
	}
	.entry-content{
	}
	.entry-summary{
	}
	.entry-summary:after,
	.entry-content:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		/* Thumbnail */
		.entry-summary .theme-thumbnail{
			float: right;
			margin: 0 0 20px 20px;
			margin: 0 0 2rem 2rem;
			border: 1px solid #ccc;
			padding: 10px;
			padding: 1rem;
		}
		/* More link */
		.more-link-wrap{
			display: block;
		}
		p .more-link-wrap{
			margin-top: 20px;
			margin-top: 2rem;
		}
		.more-link{
			display: inline-block;
			margin-bottom: 20px;
			margin-bottom: 2rem;
			border: 1px solid #ccc;
			padding: 4px 10px;
			padding: 0.4rem 1rem;
		}
		p .more-link{
			margin-bottom: 0;
		}
		.more-text:after{
			content: "\f345";
			font-family: "dashicons";
			vertical-align: top;
			margin-left: 10px;
			margin-left: 1rem;
			-webkit-font-smoothing: antialiased;
		}
		/* Page links */
		.wp-link-pages{
		}
		.wp-link-pages .page-numbers,
		.wp-link-pages a{
			color: #ccc;
			padding: 5px 10px;
			padding: 0.5rem 1rem;
			border: 1px solid #eee;
		}
		.wp-link-pages a{
			color: #444;
			border: 1px solid #ccc;
		}
		.wp-link-pages a:hover,
		.wp-link-pages a:focus{
			border: 1px solid #aaa;
		}
/* Entry Footer */
	.entry-footer{
	}
		.post-edit-link{
		}
		.post-edit-link:before{
			content: "\f464";
			font-family: "dashicons";
			vertical-align: top;
			margin-right: 5px;
			margin-right: 0.5rem;
			-webkit-font-smoothing: antialiased;
		}
		.post-edit-link:after{
			content:".";display:block;height:0;clear:both;visibility:hidden;
		}
		.entry-meta{
		}
			.entry-meta .entry-terms{
				display: block;
			}
			.entry-meta .entry-terms:before{
				content: "\f501";
				font-family: "dashicons";
				vertical-align: top;
				color: #ccc;
				margin-right: 5px;
				margin-right: 0.5rem;
				-webkit-font-smoothing: antialiased;
			}
			.entry-meta .entry-terms.category:before{
				content: "\f318";
			}
			.entry-meta .entry-terms.post_tag:before{
				content: "\f323";
			}
				.entry-meta .entry-terms a{
				}
				.entry-meta .term-name{
					display: none;
				}


/* Clear */
.singular .entry-header:after,
.singular .entry-content:after,
.singular .entry-footer:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}


/* === LOOP NAV === */
.loop-nav{
	margin: 20px;
	margin: 2rem;
	padding: 10px;
	padding: 1rem;
	border: 1px solid #ccc;
	background: #fff;
}
.loop-nav:before,
.loop-nav:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
	.loop-nav .screen-reader-text{
	}
	.loop-nav .prev{
		padding-left: 30px;
		padding-left: 3rem;
		width: 45%;
		float: left;
		text-align: left;
		position: relative;
	}
	.loop-nav .next{
		padding-right: 30px;
		padding-right: 3rem;
		width: 45%;
		float: right;
		text-align: right;
		position: relative;
	}
		.loop-nav .prev a:before{
			content: "\f340";
			font-family: "dashicons";
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			position: absolute;
			top: 0;
			left: 0;
		}
		.loop-nav .next a:after{
			content: "\f344";
			font-family: "dashicons";
			vertical-align: top;
			-webkit-font-smoothing: antialiased;
			position: absolute;
			top: 0;
			right: 0;
		}

/* === COMMENTS === */
#comments-template{
	padding: 20px;
	padding: 2rem;
}
	#comments{
	}
	.comments-header{
	}
	.comments-header:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		.comments-nav{
			float: right;
		}
			.comments-nav a{
			}
				.comments-nav .prev-comments{
				}
				.comments-nav .prev-comments:before{
					content: "\f340";
					font-family: "dashicons";
					vertical-align: top;
					-webkit-font-smoothing: antialiased;
					margin-right: 10px;
					margin-right: 1rem;
				}
				.comments-nav .next-comments{
				}
				.comments-nav .next-comments:after{
					content: "\f344";
					font-family: "dashicons";
					vertical-align: top;
					-webkit-font-smoothing: antialiased;
					margin-left: 10px;
					margin-left: 1rem;
				}
				.comments-nav .prev-comments .screen-reader-text,
				.comments-nav .next-comments .screen-reader-text{
				}
			.comments-nav .page-numbers{
			}
		#comments-number{
			font-size: 1.2em;
			font-weight: 600;
			margin-bottom: 1rem;
			padding-bottom: 1rem;
			border-bottom: 1px solid #ccc;
		}
	.comment-list{
		list-style: none;
		margin: 0;
	}
		.comment-list .children{
			list-style: none;
			margin: 0 0 0 10px;
			margin: 0 0 0 1rem;
		}
		/* Comment */
		.comment{
		}
		.comment.bypostauthor{
		}
			.comment-wrap{
				border: 1px solid #ccc;
				padding: 10px;
				padding: 1rem;
				margin-bottom: 10px;
				margin-bottom: 1rem;
				background: #fafafa;
			}
			.comment-wrap:after{
				content:".";display:block;height:0;clear:both;visibility:hidden;
			}
				.comment-meta{
					margin-bottom: 10px;
					margin-bottom: 1rem;
					padding-bottom: 10px;
					padding-bottom: 1rem;
					border-bottom: 1px solid #ccc;
					color:#999;
				}
				.comment-meta:after{
					content:".";display:block;height:0;clear:both;visibility:hidden;
				}
					.comment-meta .avatar{
						float: left;
						margin-right: 10px;
						margin-right: 1rem;
						width: 45px;
						width: 4.5rem;
						height: 45px;
						height: 4.5rem;
					}
					.comment-author{
						margin-bottom: 10px;
						margin-bottom: 1rem;
						color:#444;
						font-style: normal;
						font-weight: 700;
					}
					.comment-published{
					}
					.comment-permalink{
					}
					.comment-edit-link{
					}
					.comment-edit-link:after{
						content: "\f464";
						font-family: "dashicons";
						vertical-align: top;
						-webkit-font-smoothing: antialiased;
					}
				.comment-content{
				}
					.comment-content p{
						margin-bottom: 10px;
						margin-bottom: 1rem;
					}
				.comment-reply-link{
					float: right;
					padding: 0 5px;
					padding: 0 0.5rem;
				}
		/* Pingback */
		.pingback{
			margin-bottom: 10px;
			margin-bottom: 1rem;
			padding: 10px;
			padding: 1rem;
			border: 1px solid #ccc;
			background: #fafafa;
		}
			.pingback .comment-meta{
				border: none;
				padding: 0;
				margin: 0;
			}
				.pingback .comment-author{
					font-weight: 400;
				}
					.pingback .comment-author a{
					}
					.pingback .comment-author a:hover,
					.pingback .comment-author a:focus{
						color: #00a0d2;
					}
				.pingback .comment-published{
					color: #444;
				}
				.pingback .comment-permalink{
				}
				.pingback .comment-edit-link{
				}
		
	#respond{
		margin-bottom: 10px;
		margin-bottom: 1rem;
		padding: 10px;
		padding: 1rem;
		border: 1px solid #ccc;
		background: #fafafa;
	}
	#respond:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	.comment-list #respond{
		margin-left: 10px;
		margin-left: 1rem;
	}
		#reply-title{
			font-size: 1.2em;
			font-weight: 600;
			margin-bottom: 10px;
			margin-bottom: 1rem;
			padding-bottom: 10px;
			padding-bottom: 1rem;
			border-bottom: 1px solid #ccc;
		}
			#reply-title small,
			#cancel-comment-reply-link{
				float: right;
				font-weight: 400;
			}
		#commentform{
		}
			#commentform p{
				margin-bottom: 0;
			}
			#commentform .required{
				color: #ff0000;
			}
			#commentform label{
			}
			#commentform .logged-in-as{
			}
			#commentform .comment-notes{
			}
			/* Form input */
			#commentform .comment-form-author{
				width: 30%;
				margin-right: 5%;
				float: left;
			}
				#commentform #author{
				}
			#commentform .comment-form-email{
				width: 30%;
				margin-right: 5%;
				float: left;
			}
				#commentform #email{
				}
			#commentform .comment-form-url{
				width: 30%;
				float: left;
			}
			#commentform .comment-form-url:after{
				content:".";display:block;height:0;clear:both;visibility:hidden;
			}
				#commentform #url{
				}
			#commentform .comment-form-comment{
				float: none;
				width: 100%;
				clear: both;
			}
			#respond .comment-form-comment:before,
			#respond .comment-form-comment:after{
				content:".";display:block;height:0;clear:both;visibility:hidden;
			}
				#commentform #comment{
				}
			#commentform .form-allowed-tags{
			}
				#commentform .form-allowed-tags code{
					display: block;
					padding: 10px;
					padding: 1rem;
				}
			#commentform .form-submit{
			}
				#commentform #submit{
					margin-bottom: 0;
					margin-top: 10px;
					margin-top: 1rem;
					float: right
				}
/* Closed Comments */
.comments-closed{
	background: #eee;
	padding: 20px;
	padding: 2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.comments-closed.pings-open{
}


/* === LOOP PAGINATION === */
.page-navigation{
	display: block;
	background: #191e23;
	width: 100%;
	z-index: 100;
	line-height: 1em;
}
.page-navigation:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.page-nav-item{
	display: block;
	width: 25%;
	float: left;
	color: #666;
	font-size: 20px;
	font-size: 2rem;
}
.page-nav-1{

}
.page-nav-prev{

}
.page-nav-link > a,
.page-nav-link > span{
	display: block;
	width: 100%;
	padding: 10px;
	padding: 1rem;
	text-align: center;
}
.page-nav-link > a{
	color: #fff;
}
.page-nav-link > a:hover,
.page-nav-link > span:hover,
.page-nav-link > a:focus,
.page-nav-link > span:focus{
	background: #32373c;
}
.page-nav-link > a:hover,
.page-nav-link > a:focus{
	background: #32373c;
	color: #fff;
}
/* Archive : PREV */
.previous-posts-link > a:before,
.previous-posts-link > span:before{
	content: "\f340";
	font-family: "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
/* Archive : Next */
.next-posts-link > a:before,
.next-posts-link > span:before{
	content: "\f344";
	font-family: "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
/* Post : Comments Link */
.page-nav-comments{
}
.page-nav-comments-link > .comments-link:before{
	color: #fff;
}
.entry.protected .page-nav-comments-link{
	display: none;
}
.page-nav-comments-link > .comments-link:before{
	color: #fff;
}
.page-nav-comments-link > .comments-link:hover:before{
	color: #fff;
}
/* Attachment */
.download-file-link > a:before,
.download-file-link > span:before{
	content: "\f316";
	font-family: "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
/* Page + Attachment : Parent Link */
.parent-page-link > a:before,
.parent-page-link > span:before{
	content: "\f171";
	font-family: "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
/* Page : Home */
.home-link > a:before,
.home-link > span:before{
	content: "\f102";
	font-family: "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

/* Width */
body.plural .page-nav-prev,
body.plural .page-nav-next,
body.singular .page-nav-comments,
body.singular .page-nav-parent,
body.singular .page-nav-home,
body.singular .page-nav-download{
	width: 50%;
}


/* === SIDEBAR === */

/* === Sidebar Toggle === */
#sidebar-toggle {
	float: right;
}
#sidebar-toggle a{
	display: block;
	width: 25px;
	width: 2.5rem;
	height: 25px;
	height: 2.5rem;
	float: right;
}
#sidebar-toggle a:after{
	content: "\f333";
	font-family: "dashicons";
	font-size: 25px;
	font-size: 2.5rem;
	vertical-align: top;
	color: #fff;
	border: none;
	text-shadow:
		-1px -1px 0 #2B2B2B,
		1px -1px 0 #2B2B2B,
		-1px 1px 0 #2B2B2B,
		1px 1px 0 #2B2B2B;
	-webkit-font-smoothing: antialiased;
}
#sidebar-toggle a:hover:after{
	opacity: 0.8;
}

#sidebar-primary-wrap {
	background: transparent;
	transition: all 0.4s ease-in-out 0s;
}
#sidebar-primary{
	background: #444;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	width: 336px;
	max-width: 90%;
	margin-right: -336px;
	transition: all 0.4s ease-in-out 0s;
	z-index: 99999;
}
body.admin-bar #sidebar-primary{
	padding-top: 32px;
}
/* turn off the lights! */
body.sidebar-toggle-active #sidebar-primary-wrap {
	width: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.4s ease-in-out 0s;
}
/* Open  */
body.sidebar-toggle-active #sidebar-primary{
	margin-right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease-in-out 0s;
}

/* === #14 - WIDGETS === */
.widget{
	padding: 20px;
	padding: 2rem;
	background: #32373c;
	color: #aaa;
}
.widget a{
	color: #fff;
}
.widget a:hover,
.widget a:focus{
	color: #00b9eb;
}
.widget button,
.widget input,
.widget select,
.widget textarea{
	color: #444;
	background: #fff;
}
.widget .wp-caption-dd,
.widget .wp-caption-text{
	color: #444;
}
/* Sidebar Fix */
.widget ul ul ul ul ul ul{
	margin-left: 0;
}
	.widget-title{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1;
		padding: 10px 20px;
		padding: 1rem 2rem;
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
		margin-left: -20px;
		margin-left: -2rem;
		margin-top: -20px;
		margin-top: -2rem;
		margin-right: -20px;
		margin-right: -2rem;
		line-height: 1;
		background: #191e23;
		color: #fff;
	}
/* Calendar widget */
#wp-calendar,
#wp-calendar th,
#wp-calendar tr,
#wp-calendar td{
	text-align: center;
}
/* one level list */
.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul{
	list-style: none;
	margin-left: 0;
	padding-top: 5px;
	padding-top: 0.5rem;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_rss ul li{
	display: block;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}
.widget_recent_entries ul li:after,
.widget_archive ul li:after,
.widget_meta ul li:after,
.widget_recent_comments ul li:after,
.widget_rss ul li:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
/* Widget Recent Post + Widget RSS date */
.widget_recent_entries .post-date,
.widget_rss .rss-date{
	color: #6A6A6A;
	display: block;
}
/* Widget RSS */
.widget_rss .widget-title .rsswidget:first-child{
	display: none;
}
.widget_rss .widget-title .rsswidget{
	color: #fff;
}
.widget_rss cite{
	float: right;
}
/* Widget Search */
.widget_search .screen-reader-text{
}
.widget_search .search-field{
	text-align: center;
}
.widget_search .search-submit{
	display: none;
}
.widget_search .search-submit:hover,
.widget_search .search-submit:focus{
	background: #333;
	border: none;
}
/* Widget Nav Menu */
.widget_pages,
.widget_nav_menu{
	padding-bottom: 0;
}
.widget_pages ul,
.widget_nav_menu ul{
	list-style: none;
	margin-left: 0;
}
.widget_pages > ul,
.widget_nav_menu > div > ul.menu{
	margin-left: -20px;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 0;
}
.widget_pages ul li a,
.widget_nav_menu ul li a{
	padding: 10px 20px;
	padding: 1rem 2rem;
	margin-bottom: 1px;
	display: block;
	background: rgba(0,0,0,0.2);
}
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before{
	content: "\f345";
	font-family: "dashicons";
	vertical-align: top;
	margin-right: 5px;
	margin-right: 0.5rem;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
}
.widget_pages ul ul a,
.widget_nav_menu ul ul a{
	padding-left: 40px;
}
.widget_pages ul ul ul a,
.widget_nav_menu ul ul ul a{
	padding-left: 60px;
}
.widget_pages ul ul ul ul a,
.widget_nav_menu ul ul ul ul a{
	padding-left: 80px;
}
.widget_pages ul ul ul ul ul a,
.widget_nav_menu ul ul ul ul ul a{
	padding-left: 100px;
}
.widget_pages ul ul ul ul ul ul a,
.widget_nav_menu ul ul ul ul ul ul a{
	padding-left: 120px;
}
.widget_pages ul ul ul ul ul ul ul a,
.widget_nav_menu ul ul ul ul ul ul ul a{
	padding-left: 140px;
}

/* === FOOTER === */
#footer{
	padding: 20px;
	padding: 2rem;
	border-top: 1px solid #ccc;
	width: 100%;
	clear: both;
}
	#footer p{
		margin-bottom: 0;
	}
	/* Footer Menu */
	span#footer-links a:before{
		content: " | ";
		color: #ccc;
	}


/* Page Template: Home Navigation */
#menu-home-items{
	list-style: none;
	margin: 0;
}
#menu-home-items li{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	margin: 0 1rem;
	padding: 1rem;
	min-height: 65px;
}
#menu-home-items li:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
#menu-home-items li a{
	margin: 0;
	font-size: 17px;
	font-size: 1.7rem;
}
.home-menu-item-wrap{
	width:100%;
	padding-left: 60px;
	padding-left: 6rem;
	float: left;
	position: relative;
}
.home-menu-item-wrap:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.home-menu-item-wrap:before{
	content: "\f497";
	font-family: "dashicons";
	vertical-align: top;
	color: #222;
	font-size: 50px;
	font-size: 5rem;
	position: absolute;
	left: 0;
	top: 10px;
	top: 1rem;
	-webkit-font-smoothing: antialiased;
}
/* CPT: Page */
#menu-home-items li.menu-item-object-page .home-menu-item-wrap:before{
	content: "\f105";
}
/* Tax: Category */
#menu-home-items li.menu-item-object-category .home-menu-item-wrap:before{
	content: "\f318";
	color: #edc100;
	text-shadow:
		-1px -1px 0 #2B2B2B,
		1px -1px 0 #2B2B2B,
		-1px 1px 0 #2B2B2B,
		1px 1px 0 #2B2B2B;
}
/* Tax: Tags */
#menu-home-items li.menu-item-object-post_tag .home-menu-item-wrap:before{
	content: "\f323";
	color: #ff7a77;
	text-shadow:
		-1px -1px 0 #2B2B2B,
		1px -1px 0 #2B2B2B,
		-1px 1px 0 #2B2B2B,
		1px 1px 0 #2B2B2B;
}
/* External Link */
#menu-home-items li.menu-item-object-custom .home-menu-item-wrap.rel-external:before{
	content: "\f103";
	color: #ccc;
	text-shadow:
		-1px -1px 0 #2B2B2B,
		1px -1px 0 #2B2B2B,
		-1px 1px 0 #2B2B2B,
		1px 1px 0 #2B2B2B;
}