/*
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.
*/
body {
	color: #4D4C4C;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	background: #fff;
}

.site-header .home-link {
	color: #ED533B;
}

.site-header .site-title:hover {
	text-decoration: none;
	color: #ED533B;
}

.site-title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
	color: #ED533B;
}

.site-description {
	font: Verdana, Helvetica, Arial, sans-serif;
	color: #7e7e7e;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.nav-menu li a {
	color: #A8A8A8;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #ED533B;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background: #323232;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #b4b4b4;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #ED533B;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #323232;
}

/**
 * ----------------------------------------------------------------------------
 */
address {
	font-style: italic;
	margin: 0 0 24px;
	font-size: 13px;
	font-weight: 700;
	color: #ddd;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote, blockquote p {
	font-size: 16px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 600;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

body.home .entry-title {
	display: none;
}

h1 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
}