/* @override 
	http://emails.local/wp-content/themes/emails/css/emails.css
	http://emails.demandramp.net/wp-content/themes/email-generator/css/emails.css */


html, body {
	height: 100%;
}
body.archive {
	background-color: #efefef;
}
/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

/*
Header logo
If you require a Site title and a logo, an example of how to do this is provided below (use your own logo):
*/
.navbar-default {
	background-color: #fff;
	height: 70px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .5px;
}
a.navbar-brand {
  display: inline-block;
  background: url(../img/logo.png) right center no-repeat;
  width: 210px;
  height: 70px;
  margin-right: 30px;
}
.navbar-nav>li>a {
	padding-top: 25px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
}
/*
Main content
*/
h2 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.tile h2 {
	font-size: 16px;
	margin: 0;
	color: #fff;
}
#content a:hover {
	text-decoration: none;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}
#content .tile {
	height: 220px;
	background-color: #81be40;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	position: relative;
}
#content .tile .thumb {
	height: 150px;
	background-size: cover;
	background-color: #fff;
}
#content .tile .tile-inner {
	padding: 15px;
}
#content .tile .hover-links {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: rgba(128, 190, 64, 0.8);
	color: #fff;
	font-size: 44px;
	text-align: center;
}
#content .tile .hover-links i {
	position: relative;
	top: 40%;
}
#content .tile .hover-links a {
	color: #fff;
}
#content .tile:hover .hover-links {
	display: block;
}
.iframe-row, .iframe-col, .code-col {
	height: 100%;
}
.code-col textarea {
	height: 100%;
}
/*
Sidebar
*/

.sidebar {
  margin-top: 20px
}
.sidebar section {
  margin-bottom: 40px
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

/*
Comments
*/

#respond {
  margin-top: 40px
}
ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;  
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f8f8f8;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f8f8f8
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/*
Site footer
*/

.site-footer {
  padding: 40px 0
}
.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer p {
  text-align: center
}
