/*---------------------- Body --------------------------*/

body {
	background-color: #000000;
}


body, 
p, 
input,
button,
select,
textarea,
.navbar-search .search-query {
	color: #000000;
	font-family: muli;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.mission-statement h3, .mission-statement h3 a {
	color: #000000;
	font-family: oswald;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

h1, .h1, h1 a, h2, .h2, h2 a, h3, .h3, h3 a, h4, .h4, h4 a, h5, .h5, h5 a, #sidebar h4.widget-title, #sidebar .widgetitle a {
	color: #000000;
	font-family: oswald;
	font-style: normal;
	font-weight: normal;
}

h1#logo-default, h1#logo-default a {
	color: #000000;
	font-family: allerta;
	font-size: 39px;
	font-style: normal;
	font-weight: normal;
}

#submit, #custom-contact-form #submit-button, #custom-contact-form input, #custom-contact-form select, #custom-contact-form textarea, .respond-form input[type="text"], .respond-form input[type="email"], .respond-form input[type="url"], .respond-form textarea, .page-strapline, #latest-projects h2, #latest-articles h2, .post p:first-of-type:first-letter {
	font-family: muli;
}


#header-nav[role=navigation] ul ul {
	border-top: 2px solid #f8981d;
}

#header-nav[role=navigation] ul a:hover,
#header-nav[role=navigation] ul li.sfHover > a,
#header-nav[role=navigation] ul li.current-cat > a,
#header-nav[role=navigation] ul li.current_page_item > a,
#header-nav[role=navigation] ul li.current-menu-item > a,
#back-to-top a:hover,
.view-first:hover .mask,
.double:after,
.pager a:hover {
	background-color: #f8981d; 
}

a,
#footer-global a,
.mission-statement span,
#featured span,
#latest-work h1 a:hover, 
#latest-news h1 a:hover,
.view-more span .icon-plus,
.blog-index h1 a:hover,
.latest-news-excerpt h3 a:hover,
#logo [class^="icon-"],
#header-nav[role=navigation] ul ul li a:hover,
#header-nav[role=navigation] ul ul li.current-cat > a,
#header-nav[role=navigation] ul ul li.current_page_item > a,
#header-nav[role=navigation] ul ul li.current-menu-item > a {
	color: #f8981d;
}

.flex-control-nav li a:hover,
.flex-control-nav li a.active {
	background: #f8981d;
}

.widget img:hover,
#related-projects img:hover {
	border: 1px solid #f8981d;
}

/*---------------------- Custom CSS (Added from the Theme Options panel) --------------------------*/

hr {
display: none;
}

h3 {
text-transform: none;
}

.header-wrap {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 15px 0 0 0;
	height: 150px;
}

#page-title,
#project-title {
	display: none;
}

#header-nav[role=navigation] ul ul {
padding: 3px 10px 3px 10px;
}

ul#menu-header-navigation.menu.sf-js-enabled ul.sub-menu{
	  width: 200px;
}

body {
	background: #000 url(/wp-content/themes/reboot/img/darkdenim3.png) no-repeat !important;
}

#header-nav[role=navigation] ul li.current-cat > a,
#header-nav[role=navigation] ul li.current_page_item > a,
#header-nav[role=navigation] ul li.current-menu-item > a {
    color: #000;
}

#header-nav[role=navigation] ul a:hover,
#header-nav[role=navigation] ul li.sfHover > a {
    color: #000;
}

.flex-title span {
	display: inline-block;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 10px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
}

.post,
#taxonomy-listing .portfolio {
  background-color: #1e1f20;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

	#social-icons-small li a {
		width: 40px; 
		height: 40px; 
	}
