/*
orange: #E63F21  #FF5738 #FF7152
dark grey: #454140
lighter grey: #716C68
red: #D31200
*/

/* acent color */
#navigation ul.nav > li.current_page_item a, #navigation ul.nav > li.current_page_parent a, #navigation ul.nav > li.current-menu-ancestor a, #navigation ul.nav > li.current-cat a, #navigation ul.nav > li.li.current-menu-item a, #navigation ul.nav > li > a:hover, #navigation ul.nav ul {
	border-color: #FF5738 !important;
}

h1, h2, h3, h4, h5 {
	color: #000;
}

body, #header {
	border-color: #454140;
	color: #454140;
}

.home-section {
	margin-bottom: 2.854em;
}

.widget {
	color: #716C68;
}

/* HEADER */

#header {
	padding-bottom: 0px;
}

#header .logo img {
	max-width: 275px;

}


#header .social-icons {
	float: right;
	position: relative;
	top: -25px;
}

#header .social-icons a {
	margin-left: 5px;
	color: #929292;
}



/* MAIN FEATURE */

.home-section#intro-message header h1 {
  font-size: 2.5em;
  color: #000;
}
.home-section#intro-message p {
	color: #000;
	font-weight: bold;
}

.home-section#intro-message #intro-text {
	background-color: rgba(255,255,255,.5);
	margin: 0 10%;

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	 border-radius: 5px; 
}


/* FEATURES */

#features header h1 {
	display: none;
}


/* SIDEBAR */

#sidebar {
	text-align: center;
}

/* SIGN UP */
.home #sign-up {
	background: #eaeaea;
	clear: both;

	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	margin-bottom: 3em;

	-webkit-box-shadow: 50em 0 0 0 #eaeaea, -50em 0 0 0 #eaeaea;
	box-shadow: 30em 0 0 0 #eaeaea, -30em 0 0 0 #eaeaea;
}

.home #sign-up input[type=email] {
	width: 90%;
	max-width: 400px;
	padding: .5em 1em;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.home #sign-up .button {
	margin-top: 10px;
	font-size: 1em;
	margin-left: 5px;
}

/* BUTTONS */

a.button, input.button, input[type=submit].button {
	background-color: #FF5738;
}
a.button:hover, input.button, input[type=submit].button:hover {
	background-color: #FF7152;
}

a.button.red {
	background: #D31200;
}
a.button.red:hover {
	background: #BA0000;	
}

/*#blog-posts a.button {
	background-color: #716C68;
}
#blog-posts a.button:hover {
	background-color: #8B8682;
}*/

/* POSTS */

#main .post .post-more .comments {
	display: none;
}

#main .post .post-meta .post-author, #main .post .post-meta .post-category {
	display: none;
}

/* FOOTER */

#footer {
	border: none;
	background-color: #E63F21;
	color: #FFF;
}

#footer a {
	color: #FFF;	
}
#footer a:hover {
	color: #FFF;	
}

/* Desktop styles */
@media only screen and (min-width: 768px) {
	
	/* HEADER */

	#header .logo {
	  max-width: 275px;
	  margin-top: 15px;
	  float: left;
	}

	/*	#header .site-description {
	  margin-top: 30px;
	  margin-left: 40px;
	  float: left;
	  font-size: 1.5em;
	}*/

	/* nav */

	#navigation #main-nav.nav > li > a {
		font-size: 1.05em;
		padding: .2em 1.0em;
		margin-top: 85px;

		border-top: none;
		border-bottom: 5px solid transparent;
	}

	#navigation #main-nav.nav ul {
		margin-top: -6px;
	}

	#navigation ul.nav #menu-item-59 a {
		background-color: #D31200;
		color: white;
		font-weight: bold;
		border: 0;

		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px; 
		 border-radius: 20px; 

	}
	#navigation ul.nav #menu-item-59 a:hover {
		border: 0;
		background-color: #BA0000;


	}

	/* social icons */

	#header .social-icons {
		position: absolute;
		right: 10px;
		top: 15px;
		z-index: 9999;
	}

	/* FEATURE BOX */

	.home-section#intro-message {
		padding: 2.854em 0;
	}

	/* SIGN UP */
	.home #sign-up {
		width: 100%;
		float: none;
	}

	.home #sign-up input[type=email] {	
		margin-bottom: 0;
	}

	.home #sign-up h2:first-of-type {
		text-align: center;
	}


	#mc-embedded-subscribe {
		font-weight: normal;
	}

	#mc_embed_signup #mce-success-response {
		color: #529214;
		font-weight: bold;
		margin-top: 15px;
	}
	#mc_embed_signup div.mce_inline_error, #mc_embed_signup #mce-error-response {
		margin-top: 15px;
		padding: 5px 10px;
		background-color: #6B0505;
		font-weight: bold;
		z-index: 1;
		color: #fff;
	}

	.home #sign-up .button {
		font-size: 1.3em;
		float: right;
		margin-top: -10px;
		margin-left: 15px;
	}


	/* HOMEPAGE BLOG */

	.home-section > header h1 {
		font-size: 1.5em;
	}

	#blog-posts {
		width: 70%;
		margin: 0 auto;
		padding: 2em;
	}
	.home-section#blog-posts ul li {
		width: 100%;
	}

}

/* Tablet*/
@media only screen and (max-width: 1000px) {
	#navigation #main-nav.nav > li > a {
		margin-top: 0px;
	}
}