/*
Theme Name: Dead Zebra 2017
Description: Child theme for the twentyeleven theme
Author: Dead Zebra
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/*html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
		overflow-y:auto;
}*/


/* override  Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	/*padding: 6px;*/
}
img {
	max-width: 100%;
}
img.aligncenter {
	padding: 0;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { position:relative; margin-right:0; float:left; min-height:1px; height:auto!important; height:1px; }
.one_half { width:49%; }
.one_third { width:30.6666%; }
.two_third { width:65.3332%; padding-right:20px; }
.one_fourth { width:22%; padding-left:20px; font-size: 14px; line-height: 1.5em; }
.two_fourth { width:48%; }
.three_fourth { width:74%; }
.one_fifth { width:16.8%; }
.two_fifth { width:37.6%; }
.three_fifth { width:58.4%; }
.four_fifth { width:79.2%; }
.one_sixth { width:13.3333%; }
.two_sixth { width:30.6666%; }
.three_sixth { width:47.9998%; }
.four_sixth { width:65.3332%; }
.five_sixth { width:82.6665%; }
.last { margin-right:0!important; clear:right; }
.one_half .one_half { margin-right:8.3333%; width:45.8333%; }
.one_half .one_third { margin-right:8.3333%; width:27.7778%; }
.one_half .two_third { margin-right:8.3333%; width:63.8889%; }
.two_third .one_third { margin-right:6.1224%; width:29.2517%; }
.two_third .two_third { margin-right:6.1224%; width:64.6258%; }
.two_third .one_fourth { margin-right:6.1224%; width:20.4082%; }
.pr15 { padding-right:15px;}

@media (max-width: 800px) {
	.one_half, .one_fourth, .two_third {
		width: 97%;
		float: none;
		margin: 0 auto;
		padding-left: 0;
	}
	.divider {
		display: none;
	}
	.three_fourth, .one_fifth {
		width: 97%;
		margin: 0 auto;
		padding: 0 5px;
	}
	.border-right {
		border-right: none;
	}
	.one_fourth {
		text-align: center;
	}
}

.border-left {
	border-left: 1px solid #ccc;
	padding-left:20px;
}
.border-right {
	border-right: 1px solid #ccc;
}

#branding {
	border-top: none;
	padding-bottom: 0;
	background: #660000;
	//background: #600 url(../../uploads/deadzebra_stripebg.gif) bottom repeat-x;
	background: #FFF url(../../uploads/dz-headerbg.png) top left repeat-x;
	width: 100%;
	overflow: hidden;
}
#branding hgroup{
	margin: 0 0 0 5px;
	float: left;
}

#branding .header-container img {
	width: auto;
}

#branding .header-container, #branding #menu-main-menu {

}

#branding .header-container {
	width: 100%;
	max-width: 60em;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 64px;
	margin-top: 5px;
	position: absolute;
}
#site-title {
}

#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	display: block;
}

#page {
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
}
.page-title{
	margin: 0 0 .5em 1.6em;
}

.singular #primary {
	margin: 0;
}
.singular #content, .left-sidebar.singular #content {
	margin: 0;
	position: relative;
	width: 100%;
}
.singular .entry-header, .singular .entry-content, .singular #comments-title {
	margin: 0 auto;
	width: 90%;
}
.singular footer.entry-meta {
	margin: 0 0 0 21%;
	width: 50%;
}

#main {
	clear: both;
	background: #FFF;
	padding: 0;
}

#main #content {
	width: 100%;
}

@media (max-width: 800px) {
	#main #content {
		margin: 0;
	}
}


#primary {
	width: 100%;
	background: #FFF;
}
#primary .showcase{

}
.plainbody{
	width:100%;
	max-width: 60em;
	margin:0 auto;
}

/* Sidebar Page (used for Information page) */
.wrapper {
	/*background: url(../../uploads/secondary.png) repeat-y;*/
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 60em;
}
#secondary {
	float: left;
	margin: 0 -840px 0 0;
	padding: 0 20px;
	width: 950px;
}
@media (max-width: 800px) {
	#main .wrapper #secondary {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	#menu-information-section {
		text-align: center;
	}
	#menu-information-section li {
		display: inline;
		font-size: 1.5em;
	}
	.widget .current-menu-item > a {
		margin-left:0px;
	}
	#menu-information-section li a {
		border-right: 1px solid #999;
		padding-right: 10px;
		padding-left: 10px;
	}
	#menu-information-section li:last-child a {
		border-right: none;
		padding-right: none;
	}
}

#main #content.information {
	border-left:1px solid #C8C8C8;
}

#primary-82 {
	float: left;
	margin: 0;
	/*width: 840px;*/
	width:84%;
}
@media (max-width: 800px) {
	#primary-82 {
		float: none;
		width: 100%;
	}
}


#content {
	margin: 0 1em;
	width: auto;
}

/* Sidebar Menu */
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style-type: none;
}
.widget ul li {
	color: #777;
	font-size: 12px;
	line-height: 24px;
}
.widget a {
	color: #333;
	font-family: 'RobotoRegular';
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #600;
	text-decoration: none;
}
.widget .current-menu-item > a {
	color:#700;
	font-family: 'RobotoBold';
	margin-left:10px;
}

/* Fonts */
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SteelfishEbRegular';
    src: url('fonts/steelfish_eb-webfont.eot');
    src: url('fonts/steelfish_eb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/steelfish_eb-webfont.woff') format('woff'),
         url('fonts/steelfish_eb-webfont.ttf') format('truetype'),
         url('fonts/steelfish_eb-webfont.svg#SteelfishEbRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UtilityBoldCondensed';
    src: url('fonts/UTILITY-webfont.eot');
    src: url('fonts/UTILITY-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/UTILITY-webfont.woff') format('woff'),
         url('fonts/UTILITY-webfont.ttf') format('truetype'),
         url('fonts/UTILITY-webfont.svg#UtilityBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, input, textarea {
	color: #777;
	font: 16px 'RobotoRegular';
	font-weight: normal;
	line-height: 26px;
}
.t-smaller {
	font: 14px;
	line-height: 1.4em;
}

body {
background: black;
padding: 0px;
}

#page {
	background: #C8C8C8;
}

.parent {
font: 3.5em 'SteelfishEbRegular';
text-align: center;
line-height: 1;
padding: .2em 0 .4em 0;
letter-spacing: 1.5px;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
text-transform: uppercase;
}

.parent a { color: #000; }
.parent a:hover { text-decoration:none; color: #999; }


/* Lists */
#divname {}
#divname2 {}

#filter {
	list-style-type: none;
	margin: 0 0 10px -10px;
	height: 40px;
}

#filter li{
	float:left;
	margin: 0 10px;
	font-size: 12px;
}
#filter li a{
	color: #333;
	font-family: 'RobotoBold';
	text-decoration: none;
}
#filter li.current a{
	color: #600;
}
#filter li a:hover {
	color: #600;
	text-decoration: none;
}
#filter-this {
	clear:both;
	list-style-type: none;
	margin: 0;
}
#filter div {
	float: left;
	background: #999;
	width: 1px;
	padding: .6em 0 0.6em;
	margin: .1em 0 0;
}
@media (max-width: 800px) {
	#filter {
		text-align: center;
		margin: 2em 0;
	}
	#filter li {
		float: none;
		display: inline;
		border-right: 1px solid #999;
		padding: 0 10px;
		margin: 0;
	}
	#filter li:last-child {
		border-right: none;
		padding-right: 0;
	}
	#filter div {
		display: none;
	}
	#filter li a {
		font-size: 1.5em;
	}
}


.entry-content h3 {
	font: 16px 'RobotoBold';
	color: #600;
	margin-bottom:10px;
	letter-spacing: 0;
}
h4 {
    font: 12px 'RobotoBold';
	color: #D3CAC0;
}
h4 a {
	color: #D3CAC0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 a:hover {
	text-decoration: none;
	color: #777;
}


/* Page Formatting */
.singular.page .hentry {
	padding: 30px 40px;
}
.singular .entry-header {
	display: block;
	width: auto;
	margin-right: 0;
}
.singular .entry-header2 {
	float: left;
	width: 100%;
	padding-left:40px;
}
.entry-title, .entry-title a {
	color: #600;
	text-decoration: none;
	font: 36px 'SteelfishEbRegular';
	text-transform: uppercase;
}
.entry-title {
	clear: both;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 0;
	padding-top: 0;
}
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
	color: black;
	font-family: "Arial Black";
	font-weight: normal;
	margin: 0 0 .8125em;
}
.singular .entry-content {
	float: left;
	margin-left: 21%;
	width: 70%;
}

/* Blog Front Page*/
#blog-header {
	border-bottom: 1px solid #CCC;
	padding: 15px 20px;
	height: 50px;
    margin: 0 auto;
    max-width: 60em;
}

a.icons {
	float:left;
	margin: 0 5px 0 0;
	background-position:0px 0px;
	width:50px;
	height:50px;
}
@media (max-width: 800px) {
	#blog-header {
		height: auto;
		overflow: hidden;
		border: none;
		text-align: center;
	}
	a.icons {
		float: none;
		display: inline-block;
	}
}
a:hover.icons {
	background-position:0px -50px;
}
#first-post {
	width: 100%;
	margin: 0 auto;
}
.first-thumbnail {
	float:left;
	padding-right:15px;
}
.first-content {
	float:left;
	clear:right;
	width:100%;
}
#other-posts {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #CCC;
	clear: both;
	max-width: 60em;
}
.other-posts {
	float: left;
	clear: none;
	width: 47%;
}
@media (max-width: 800px) {
	.other-posts {
		float: none;
		width: 100%;
	}
	.singular.page .hentry {
		width: 97%;
		padding: 0 5px 3em;
		margin: 0 auto;
		max-width: 40em;
	}
}
.other-content {
	margin-left:0;
	clear:left;
	width:90%
}

h1.entry-title-project {
	color: #600;
	text-decoration: none;
	font: 36px 'SteelfishEbRegular';
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: normal;
	line-height: 1em;
}



h1.entry-title-blog, h1.entry-title-blog a {
	color: #600;
	text-decoration: none;
	font: 24px 'RobotoBold';
	text-transform: none;
	line-height: 1em;
	padding: 0;
	margin-bottom: 5px;
}
h1.entry-title-blog a:hover { text-decoration: none; color:#666; }

h2  {
	text-transform: uppercase;
	color: #600;
	font: 12px 'RobotoBold';
	margin: 5px 0;
}
.entry-header {
	margin: 0 0 15px 0;
}

/* Blog Post */
.singular .hentry {
	/*border-bottom: 1px solid #CCC;*/
	padding: 30px 40px 1.5em;
	position: relative;
	/* 7/13/2016 */
	overflow:hidden;
	/*width: 100%;*/
	max-width: 60em;
	margin: 0 auto;
}
@media (max-width: 800px) {
	.singular .hentry {
		padding: 0;
	}
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 3em;
	left: 1%;
	padding-right: 30px;
	width: 19%;
	text-transform: uppercase;
	font-family: 'RobotoBold';
}
.entry-meta a {
	font-weight: normal;
}
.singular .entry-title {
	color: #600;
	font: 36px 'SteelfishEbRegular';
	font-weight: normal;
	line-height: 1em;
}
.entry-content {
	padding: 0;
}

@media (max-width: 800px) {
	.single-post .post {
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
	.singular .entry-header {
		-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
		width: 97%;
		margin: 0 auto 2em;
	}
	.singular .entry-content {
		-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
		float: none;
		width: 97%;
		margin: 0 auto;
	}
	.singular .entry-header .entry-meta {
		position: relative;
		top: 0;
		left: 0;
		padding-right: 0;
		margin: 0;
		width: 100%;
	}
	.entry-meta a[rel="tag"]::after {
		content: " ";
	}
	.entry-meta a[rel="tag"]::before {
		content: " ";
	}
	.entry-meta br {
		display: none;
	}
	.singular footer.entry-meta {
		-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
		width: 97%;
		margin: 0 auto 2em;
	}
}


#social {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 20px 0;
}
#social ul {
	list-style-type:none;
	margin: 0;
	height:16px;
	padding:20px 0;
}
#social ul li {
	float: left;
	padding: 0 10px 0 0;
}
#site-title {
	width:52%;
	margin-right: 0px;
	padding: .4em 0 0 0;
}

/* Links */
a {
	color: #B5121B;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #B5121B;
	text-decoration: underline;
}

/* Featured post - for Project page */

.projects{
margin-top:2em;
}

.featuredProjects4{
	margin: -30px 0 0 0;
}
.otherProjects4{
	width: 100%;
	margin: 40px;
}

.featured-posts {
	/*border-bottom: none;*/
	height: 530px;
	/* comment revert for long list style*/
	margin: -30px 0 40px 0;
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #CCC;

}

.featured-posts .project-title{
	color: #FFF;
	font: 36px 'SteelfishEbRegular';
	font-weight: normal;
	line-height: 1em;
}


.featured-posts .project-title a,
.featured-posts .project-title:hover a {
	 color: #FFF;
	 text-decoration: none;
	 padding:  0 .2em 20px;
}



section.featured-post {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: visible;
	width: 100%;
}
section.feature-image.large img {
	display: block;
	height: auto;
	/*max-width: 117.9%;*/
	width: 100%;
	padding: 0 0 6px;
}
section.feature-image.large .hentry {
	background: #333;
	/*background: url(http://www.deadzebra.com/betasite/wp-content/uploads/dz-light-stripe.png);
	border: 1px solid #ccc;*/
	margin: 0;
	display: inline-block;
	font-weight: normal;
	top: 25px;
	left: 25px;
	width: 270px;
	/*height: 240px;*/
	padding: 15px ;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 4px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 4px 8px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 4px 8px;
}

@media (max-width: 800px) {
	.projects {
		margin-top: 0;
	}
	.featured-posts {
		height: 200px;
	}
	section.feature-image.large .hentry {
		background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
	}
	article.feature-image.large .entry-summary {
		display: none !important;
	}
	article.feature-image.large .entry-header {
		background: #333;
		padding: 5px;
	}
}



article.feature-image.large .entry-title {
	text-align: center;
}
article.feature-image.large .entry-title a {
	background: none;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-weight: normal;
	padding: 0 .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	 background: none;
	 color: #FFF;
	 text-decoration: none;
	 padding:  0 .2em 20px;
}
article.feature-image.large .entry-summary {
	display: block;
	color: #888;
	padding: 0;
	/*text-align: center;*/
}
.entry-title2 {
	color: #222;
	text-decoration: none;
	font: 24px 'RobotoBold';
	text-transform: uppercase;
}
.singular .entry-content2 {
	float: left;
	width: 100%;
}

.banner {
	background: #FFF;
	height:350px;
	overflow: hidden;
	position: relative;
	width: 80%;
    margin: 0 auto;
}
@media (max-width: 800px) {
	.banner {
		height: 50%;
		width:100%;
	}
}
.banner-overlay {
	float:left;
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	padding:30px;
	background: #B5121B;
	width: 435px;
	color: #333;
	height:190px;
}
.banner img {
	width: 100%;
	/*max-width: 110%;
	margin-top: ;*/
}
.banner img.size-full, .home-banner img.size-full {
	max-width: 100%;
}
.description {
	width:80%;
	padding:10px 0;
	text-align: center;
	background: #eee;
	margin: 0 auto;
}
.description p{
	margin: 1em;
}

@media (max-width: 800px) {
	.description {
	    padding: .5em 0;
		width:100%;
	}
}

#content .feature-slider {
	position: relative;
    margin: 0 auto;
    width: 180px;
    right: 0;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #A4998C;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	width: 16px;
	height: 16px;
}
.feature-slider a.active {
	background: #ece3d9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	opacity: 1;
}

.singular #home-primary {
    width: 80%;
    margin: 0 auto;
}
.home-banner {
	background: #FFF;
	/*height:350px;*/
	overflow: hidden;
	position: relative;
}
@media (max-width: 800px) {
	.home-banner {
		height: 160px;
	}
}
.home-banner-overlay {
	padding: 15px 0px;
	background: #700000;
	/*background: url(../../uploads/dz-red-stripe.png);*/
	/*width: 990px;*/
	text-align:center;
	color: #FFF;
	height:auto !important;
	border-top: 2px black solid;
}

.home-banner img {
	width: 100%;
}

/* Fading Captions (script is in home-page.php) */

.home-buttons {
	padding:0;
	margin:3em auto;
	width: 100%;
	max-width: 55em;
}
.home-buttons.projects li{
	margin-bottom:20px;
}
.home-buttons ul {
	list-style-type: none;
	margin:0;
	padding:0;
	height: auto;
	overflow: hidden;
}
.home-buttons ul li {
	float:left; /* important: left float */
	position:relative; /* so we can use top and left positioning */
	overflow: visible; /* hide the content outside the boundaries (ZOOM) */
	margin:0 20px 0 0;
}
@media (max-width: 800px) {
	.home-buttons ul li {
		float: none;
		margin: 10px auto;
		max-width: 200px;
	}
}

.home-buttons ul li a img {
	position:relative; /* so we can use top and left positioning */
	border:none; /* remove the default blue border */
	border-radius: 10px;
	-moz-border-radius:10px;
    	-webkit-border-radius:10px;
}
.home-extras{
	padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 60em;
}

.caption{
	position:absolute; /* needed for positioning */
	top: 0px; /* bottom of the list item (container) */
	left: 0px; /* start from left of the list item (container) */
	/*height:150px;*/
	width:200px; /* stretch to the whole width of container */
	/* display:hidden; hide by default */
	display:block;
	/* styling below */
	background:rgba(0,0,0,0.6);
	color:#FFF;
	text-align:center;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 10px;
	-moz-border-radius:10px;
    	-webkit-border-radius:10px;
}
.caption .captionInside{
	/* just styling  - move to a styling*/
}
.caption_vis{
	color: #900;
	text-align:center;
	text-transform: uppercase;
	margin:0px;
}

.home-buttons a {
	font: 32px 'SteelfishEbRegular';
	color: #FFF;
	font-weight: normal;
	/*line-height: 150px;*/
}
.home-buttons a:hover {
	font-weight: normal;
	text-decoration: none;
}



.t-center {
	text-align: center;
}
h2.red  {
	font: 30px 'SteelfishEbRegular';
	color: #B5121B;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.divider {
	float: left;
	background: #CCC;
	width: 1px;
	height: 170px;
}
.entry-content-home {
	background: #FFF;
	/*height: 540px;*/
	border-radius: 0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
        -webkit-border-radius:0 0 10px 10px;
}

/* Individual Project Formatting */
.singular .entry-header-project {
	float: left;
}
@media (max-width: 800px) {
	.singular .entry-header-project {
		float: none;
		width: auto;
	}
}
h2.entry-title-project {
	color: #600;
	text-decoration: none;
	font: 36px 'SteelfishEbRegular';
	text-transform: uppercase;
	margin:5px 0 10px 0;
	padding: 0;
}
.entry-title-project a {
	color: #600;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	padding: 0;
	border-bottom: 2px solid #600;
}
.singular .entry-content-project {
	float: left;
	width: 100%;
}
.entry-content-project h2 {
	color: #600;
	font: 16px 'RobotoBold';
	margin: 0 0 10px 0;
}

.project_post_title{
/*	margin:0 0 0 10px;
	padding: 0 0 0 10px;*/
}
.project_post_title a{

}


.add-top {
	clear: both;
	padding: 20px 0;
}
.subtitle {
	text-transform: none;
	/*color: #B5121B;
	font: 16px 'RobotoBold';*/
}
.add-bottom {
	clear:both;
	padding:5px;
}

.rows { clear:both; padding-top: 40px; width: 100%; max-width: 60em; margin: 0 auto; }
.rows ul { list-style-type: none; }
.rows ul li { float: left; margin: 10px; line-height: 1em; height:200px; width: 200px; position:relative; }
.rows ul li a { font:12px 'RobotoBold'; color: #600; text-transform: uppercase; }
.rows ul li a:hover { color: #B5121B; text-decoration: none; }
.rows ul li a img { }
/*.rows ul li a img { position:absolute; bottom:0; }*/

@media (max-width: 800px) {
	.rows ul, .columns ul {
		padding: 0;
		margin: 1.5em 0;
	}
	.rows ul li, .columns ul li {
		float: none;
		margin: 0 auto !important;
	}
	.relateds {
		border-top: 10px dotted #999;
		margin-top: 3em;
		padding-top: 3em;
		padding-bottom: 3em;
	}
}

.columns ul { list-style-type: none; margin: 0; }
.columns ul li { display: block; margin: 0 20px 40px; line-height: 1em; width: 200px; text-align: center;}
.columns ul li a { font:12px 'RobotoBold'; color: #D3CAC0; text-transform: uppercase;}
.columns ul li a:hover { color: #B5121B; text-decoration: none;}

.subfeature ul li{text-align:center; }

.category-icon {
	margin-right:5px;
}

.project-meta {
	margin-top:-1.5em;
}

.project-meta h4 {
	margin-top:10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: white; 
	clear: both;
	display: block;
	margin: .2em auto;
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#access div{
	margin: 0;
}
#access ul {
	list-style: none;
	height:30px;
	margin: 0;
}
@media (max-width: 320px) {
	#access ul {
		padding-top: 2px;
	}
}
#access li {
	float: left;
	position: relative;
	padding: 0;
	margin: 3px 2px;
	background: url(../../uploads/nav_comma.gif) no-repeat right;
}
#access li:last-child {
	background: none;
}
#access a {
/*    font-family: 'RobotoBold'; */
	color: #999;
	display: block;
/*	line-height: 30px; */
	padding: 0px 15px 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font: 22px 'SteelfishEbRegular';
	line-height: 24px;
	letter-spacing: 1.5px;

}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 30px;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: none;
}
#access a:focus {
	background: none; /* Show a solid color for older browsers */
	color: #333;
}
#access a:hover, #access li:hover > a {
	background: none;
	color: #333;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
}

#supplementary {
	border-top: none;
	padding: 1.625em 0;
	min-height: 25px;
	overflow: hidden;
	background: #600;
	color: #eee;
	text-align: center;
}

#supplementary #first {
	width: 100%;
	max-width: 60em;
	margin: 0 auto;
}

#supplementary #first .widget {
	margin: 0;
	line-height: 1;
}

@media (max-width: 800px) {
	#colophon #supplementary .widget-area {
		width: 100%;
	}
}

/* Plugin Overrides  */

#bgmp_map-canvas {
	display: block !important;
}
ul#bgmp_list {
	list-style-type: square;
	color:#777;
	margin:0;
}
.bgmp_list-item {
	float: left;
	display: block;
	margin: 8px 10px 20px;
	width: 45%;
	border-bottom: 1px dashed #DDD;
}
@media (max-width: 800px) {
	.bgmp_list-item {
		width: 100%;
	}
}
h3.bgmp_list-placemark-title {
	font:14px 'RobotoBold';
	color: #777;
	line-height:1em;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
}
p.bgmp_list-description {
	margin-bottom:0;
	font-size:14px;
}
.bgmp_list-description a {
	color:#777;
}
.bgmp_list-description a:hover {
	color:#777;
	text-decoration: underline;
}
p.bgmp_list-link {
	margin-bottom: 0;
}
p.bgmp_list-link a {
	font-size:12px;
	color: #777;
}
.instapress-shortcode, .instapress-shortcode-pager {
	display: inline !important;
	/*width: 420px;*/
	/*margin: 0 auto 0 50px;*/
}

.instapress-shortcode .instapress-shortcode-image {
float: left;
margin-right: 8px;
margin-top: 0 !important;
}

.one_fourth .instapress-shortcode, .one_fourth .instapress-shortcode-pager {
margin: 0 auto;
}

/* Contact Form */
div.wpcf7 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}

/* Newsletter Form */
#SignUp p {
	font-size: 12px;
	text-transform: uppercase;
}

input[type=text]:focus,
textarea:focus {
	color: #888;
}
input[type="submit"] {
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	color: #CBC1B5;
	padding: 2px 6px 3px;
	border: 1px solid #CBC1B5;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px "Arial Black";
	text-transform: uppercase;
}

input[type="submit"]:hover {
	color: #FFF;
	background-color: #B5121B;
	cursor: pointer;
}

.clearing {
	clear:both;
}
#disqus_thread {
	margin:0 auto;
	width:90%;
}
.hentry, .no-results {
	border-bottom: 1px solid #DDD;
	margin: 0 1.5em 1.5em 1em;
	padding: 0;
	position: relative;
}

.entry-content-project img{
border: none;
}

/* SPOILERS */
.spoilerimg:hover{
  cursor:pointer;
}

/* NON INPUT BUTTONS */
a.bigbutt{
	text-align: center;
	color: #CBC1B5;
	padding: 3px 6px;
	border: 1px solid #CBC1B5;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px "Arial Black";
	text-transform: uppercase;
	text-decoration: none;
}
a.bigbutt:hover, a.bigbutt:focus{
	color: #FFF;
	background-color: #B5121B;
}

/* .page-id-56 * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
/* AMP */
.amp-wp-header {
    background-color: #660000;
}
.amp-site-title {
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.amp-wp-byline amp-img {
    display:none;
}