/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

:root {
    --sidebar-header: #000;   
    --link-color: #0000ff;   

}


.site-header {
	background: #FFF none repeat scroll 0 0;
	border-bottom: none;
	position: absolute;
/*height: 500px !important;*/
	width: 100% !important;
}

.site-branding {
	padding-top: 15px;
	text-align: left;
	position: absolute;
}

.site-title {
	font-size: 75px;
	line-height: 1;
	margin: 0;
	color: #FFF !important;
/*text-shadow: 0 0 2px #444;*/
	height: 65px;
	font-family:"everglow",Sans-serif;
}

.site-title a {
	font-size: 100px;
	line-height: 1;
	margin: 0;
	color: #FFF !important;
}

.site-description {
	font-size: 18px;
	line-height: 1;
	margin: 16px 0px;
	color: #FFF;
	letter-spacing: 4px;
	text-align: right;
}

.main-navigation {
	margin-bottom: 10px;
}

.sitebar {
	position: absolute;
/*background-image: url("http://nyotaku.com/wp-content/uploads/2014/12/nav2.png");*/
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	width: 100%;
	height: 130px;
}

.fa {
	float: right;
	display: inline-block;
	line-height: 1;
	font-family: FontAwesome;
	padding: 20px;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	color: #FFF;
	font-size: 60px;
}

.fa a {
	color: #FFF;
}

.slicknav-nav a {
	padding: 0 50px;
	margin: 2px 5px;
	text-decoration: none;
	color: #000;
	font-size: 30px;
}

.slicknav-nav {
	margin: 120px 0 0;
	padding: 10px 0;
	font-size: .875em;
	background: #FFF none repeat scroll 0 0;
	color: rgb(255,255,255);
	position: absolute;
	right: 0;
	z-index: 999 !important;
	border: 1px solid #000;
	width: 222px;
}

.sf-menu {
	margin-bottom: 0;
	text-align: right;
	font-size: 18px;
	margin-top:0px;
	letter-spacing: 3px;
	border:none;
}

.sf-menu a, .sf-menu a:visited {
	color: var(--sidebar-header);
	text-decoration: none;
	border:none;
/*text-shadow: 0 0 2px #000;*/
}

.sf-menu li {
    word-wrap: break-word;
    white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s;
    border: 1px solid var(--sidebar-header);
    margin-top: 20px;
    background: #FFF;
    color: var(--sidebar-header);
    box-shadow: 5px 5px var(--sidebar-header);
		padding: 10px 20px;
    margin-left: 40px;
}

.sf-menu li:hover {
    color:#FFF !important;
  	background:var(--sidebar-header);
  	box-shadow:5px 5px #FFF;
}

.sf-menu li a:hover {
    color:#FFF !important;
}

.sf-menu a:active {
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
}

.sf-menu a:hover {
	color: #FFF;
	background: var(--sidebar-header);
	text-decoration: none;
	text-shadow: none;
}

h2 {
	font-family: "Helvetica", sans-serif;
}

h1, h2, h3 {
	color:var(--sidebar-header);
}

.widget-title {
	border-top: 2px solid var(--sidebar-header);
	color: var(--sidebar-header);
	border-left:none !important;
	font-size: 22px;
	margin: 0 0 10px !important;
	padding: 7px 0px 20px 0px;
	background: none repeat scroll 0 0 #FFF;
}

.widget {
	background: none;
	border: none;
	width: 100%;
	word-wrap: break-word;
	-moz-hyphens: auto;
	margin-bottom: 30px;
	padding: 0;
}

blockquote {
    border:none;
    border-left: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    margin: 1.5em 0;
    padding: 1.5em 1.5em 1em 3.5em;
    position: relative;
}

.widget h2 a {
	color: var(--sidebar-header) !important;
}

form.search-form input[type="search"] {
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid var(--sidebar-header);
	font-size: 15px;
	color: var(--sidebar-header);
	box-shadow:2px 2px var(--sidebar-header);
}

body, button, input, select, textarea {
	background: #ECECEC;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2;
}

.hentry {
	background: none repeat scroll 0 0 #FFF;
	border-bottom: 2px solid #ccc;
  border: 1px solid #fff;
	margin-bottom: 50px;
	padding: 0 0 50px;
	position: relative;
/*box-shadow: 0 0 4px -3px rgba(0,0,0,1);*/
}

.entry-title a, .entry-title a:visited, .page-title a, .page-title a:visited {
	color: #000;
	font-family: "helvetica", sans-serif;
}

.entry-title {
    font-size: 45px;
    margin: 0 0 0px;
  	font-weight:bold;
}

.entry-header {
    text-align: left;
    margin: 15px 15px 10px 10px;
    padding: 5px 0px 0px 0px;
    border-top: 2px solid var(--sidebar-header);
    line-height: 15px;
}

.entry-meta {
 	color:var(--sidebar-header); 
}

.entry-meta a {
   	color:var(--sidebar-header); 

}

.header-custom {
/*box-shadow: 0 0 20px -10px #999;*/
	border-bottom: 10px solid #FFF;
}

.col-lg-8 {
	width: 66.6667%;
	margin-top: 37%;
}

.col-lg-4 {
	width: 33.3333%;
	background: #FFF;
	padding: 10px;
/*box-shadow: 0 0 4px -3px rgba(0,0,0,1);*/
	margin-top: 37%;
}

a {
	color: #ff7200;
	text-decoration: none;
}

/* 
=========================================
COMMENTS
=========================================

*/

.comment-list .comment-content {
	margin-bottom: 0;
	word-wrap: break-word;
}

.comment-list .bypostauthor .comment-body {
	background: none repeat scroll 0 0 #fafafa;
	border-top: 2px solid var(--sidebar-header);
  border-bottom:none;
	padding: 25px;
	color: #333333;
}

.comments-title {
    background: none repeat scroll 0 0 #FFF;
    border-top: 2px solid var(--sidebar-header);
    color: var(--sidebar-header);
    font-size: 25px;
    margin: 0px 10px;
    padding: 0px;
  	padding-top:10px
}

.comments-area-wrapper {

    background: #fff;
    border-bottom: 3px solid #f2f2f2;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 10px;

}

.comment-list {
	list-style: outside none none;
	margin: 0 0 50px;
	padding: 50px 20px 0;
}

.comment-respond {
    background: #fff;
    border-bottom: 3px solid #f2f2f2;
    margin-bottom: 50px;
    padding: 10px;
    position: relative;
    margin-top: 0px;
    border-top: 2px solid #000;
}

.entry-content, .entry-summary {
	margin-bottom: 10px;
	padding: 0 15px;
	word-wrap: break-word;
	-moz-hyphens: auto;
}

.site-info {
	background: none;
	color: #000;
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
  border-top:1px solid var(--sidebar-header);
}

.site-info a {
	color: #000;
	text-decoration: none;
}

.widget li {
	border-top: 1px solid #EEE;
	padding: 2px 0;
}

.more-link, .more-link:visited {
    padding: 6px 18px;
    border: 1px solid var(--sidebar-header);
    border-radius: 0px;
    display: inline-block;
    margin-top: 10px;
    background: #FFF;
    Color: var(--sidebar-header);
    box-shadow: 2px 2px var(--sidebar-header);
}

.entry-meta-footer a, .entry-meta-footer a:visited {
	color: var(--link-color);
}

.entry-meta-footer a:hover,
.entry-meta-footer a:focus,
.entry-meta-footer a:active {
	color: var(--sidebar-header);
}

.entry-meta-footer {
    font-size: 13px;
    padding: 0px 15px 0px 15px;
}

.more-link:hover, .more-link:focus, .more-link:active {
	background: none repeat scroll 0 0 var(--sidebar-header);
	color: #FFF;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-previous a:visited, .paging-navigation .nav-previous a, .paging-navigation .nav-previous a:visited, .post-navigation .nav-previous a, .post-navigation .nav-previous a:visited, .image-navigation .nav-previous a, .image-navigation .nav-previous a:visited, .comment-navigation .nav-next a, .comment-navigation .nav-next a:visited, .paging-navigation .nav-next a, .paging-navigation .nav-next a:visited, .post-navigation .nav-next a, .post-navigation .nav-next a:visited, .image-navigation .nav-next a, .image-navigation .nav-next a:visited {
	padding: 6px 18px;
	text-align: center;
	border: 1px solid var(--sidebar-header);
	border-radius: 4px;
	display: block;
	color: var(--sidebar-header) !important;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-previous a:focus,
.comment-navigation .nav-previous a:active,
.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-previous a:focus,
.paging-navigation .nav-previous a:active,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-previous a:active,
.image-navigation .nav-previous a:hover,
.image-navigation .nav-previous a:focus,
.image-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active,
.paging-navigation .nav-next a:hover,
.paging-navigation .nav-next a:focus,
.paging-navigation .nav-next a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active,
.image-navigation .nav-next a:hover,
.image-navigation .nav-next a:focus,
.image-navigation .nav-next a:active {
	background: var(--sidebar-header);
	color: #FFF !important;
}

.page-header {
	background: none repeat scroll 0 0 #FFF;
	color: #FF7200;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.page-title {
	font-size: 30px;
	padding: 15px;
	margin: 0;
	border: 1px solid var(--sidebar-header);
}

a {
	color: #ccc;
	text-decoration: none;
}

a:visited {
	color: #ccc;
}

a:hover,
a:focus,
a:active {
	color: #ccc;
	text-decoration: none;
}

.pagination .current.page-numbers {
    background: var(--sidebar-header);
    color: #fff;
    font-weight: 700;
}

.pagination .page-numbers {
    background: #FFF;
    border: 1px solid #000;
    color: var(--sidebar-header);
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 2px 10px;
    padding: 18px 28px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    float: left;
    box-shadow: 2px 2px var(--sidebar-header);
}

.pagination .page-numbers:hover {
    background: var(--sidebar-header);
    color: #fff;
}

.col-lg-12 {
	width: 100%;
	float: left;
	text-align: left;
	padding: 20px;
}