/*
Theme Name: The Wheelers Feed 
Author: SearchFit
Author URI: http://searchfit.com
Version: 1.0
Description: Custom Wordpress theme for the WheelersFeed.com website.
*/
.topSearch {
	position: relative;
}
.topSearch input {
	margin: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 20px;
	text-indent: 30px;
	width: 100%;
	height: 44px;
	border-radius: 10px;
	border: none;
	font: 400 16px 'Raleway', sans-serif;
	color: #000;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.topSearch .fa-search {
	font-size: 16px;
	top: 10px;
	left: 10px;
}
.content.blog {
	clear: both;
}
.content_col {
	float: left;
	width: 70%;
}
.sidebar {
	float: right;
	width: 25%;
}
.breadcrumbs {
	clear: both;
}
.breadcrumbs ul {
	padding: 20px 0;
}
.breadcrumbs li {
	display: inline-block;
	color: #d0cdbf;
}
.breadcrumbs a {
	color: #000;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #8d3e20;
	text-decoration: none;
}
article.post {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d0cdbf;
	padding-left: 120px;
	font-size: 16px;
	line-height: 22px;
}
article.post.cat {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
article.post.single {
	border: none;
	padding-left: 0;
}
.blog-title {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	color: #00703c;
	font-size: 48px;
	margin-bottom: 10px;	
}
.cat-name {
	margin: 0 0 5px 0;
	color: #999068;
}
.post .cat-name a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.post .cat-name a:hover {
	color: #8d3e20;
	text-decoration: none;
}
.blog-desc {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d0cdbf;
}
.featured-image img {
	max-width: 640px;
	border: 5px solid #fff;
	margin-bottom: 20px;
}
h1.post_title {
	font: 400 30px/36px "Roboto Slab", serif;
	line-height: 36px;
	padding-top: 5px;
	padding-bottom: 0 !important;
}
.single h1.post_title {
	font: 400 60px/60px "Roboto Slab", serif;
	color: #00703c;
}
h1.post_title.cat {
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
h1.post_title a {
	color: #00703c;
	text-decoration: none;
}
h1.post_title a:hover {
	text-decoration: underline;
	color: #000;
}
.excerpt p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.cat .excerpt p {
	padding: 5px 0 0;
}
.post-info {
	font-size: 14px;
	padding: 5px 0;
	color: #999068;
}
.post .post-info a {
	color: #000;
	text-decoration: none;
}
.post .post-info a:hover {
	color: #8d3e20;
	text-decoration: none;
}
.post .author-name {
	color: #000;
	font-weight: 700;
}
.post a.readmore, .post a.readmore:hover {
	color: #8d3e20;
}
.post a.readmore:hover {
	text-decoration: underline;
}
.date-tab {
  border-radius: 50%;
  font-family: "Roboto Slab", serif;
  background-color: rgb(70,70,70);
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  padding: 20px 0;
  line-height: 24px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.date-tab strong {
	display: block;
	font-weight: 400;
}
.post .meta {
	font-size: 16px;
	line-height: 36px;
	border-top: 1px solid #dde3cc;
	border-bottom: 1px solid #dde3cc;
	margin: 20px 0;
	color: #999068;
}
.post .meta.cat {
	border: none;
	margin: 0;
	line-height: 12px;
}
.post .meta span {
	color: #dde3cc;
	padding: 0 10px;
}
.post .meta a, .post .meta time {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.post .meta a:hover {
	color: #00703c;
}
.post a, .commentlist a {
	color: #00703c;
	text-decoration: underline;
}
.post a:hover, .commentlist a:hover {
	text-decoration: none;
}
.post p .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.post ul, .post ol, .post blockquote {
	margin-top: 0;
	margin-bottom: 10px;
}
.post ol {
	margin: 0;
	padding: 0;
}
.post ul li, .post ol li {
	margin-left: 20px;
}
.post ol li {
	list-style: decimal;
}
.post ul li {
	list-style: disc;
}
blockquote {
	padding: 0 40px;
	margin: 0;
	position: relative;
	font-style: italic;
}
blockquote:before {
	content: '"';
	font: bold 90px/90px "Roboto Slab", serif;
	color: #d0cdbf;
	position: absolute;
	top: -7px;
	left: 0;
}
.post h1 {
	font-size: 36px;
	line-height: 46px;
}
.post h2 {
	font-size: 30px;
	line-height: 36px;
	color: #00703c;
}
.post h3 {
	font-family: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.post h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.post h5 {
	font-size: 16px;
	color: #00703c;
	text-transform: uppercase;
}
.post h6 {
	font-size: 16px;
}
/* COMMENTS
-----------------------------------*/

h2.h2comments {
	display:block;
	padding:20px 0 10px 0;
	margin:20px 0 0 0;
	clear: both;
	color: #00703c;
	border-top: 1px solid #dde3cc;
}
h2.h2comments a.addComment {
	display:block;
	text-transform:uppercase;
	float:right;
	font-size:12px;
	margin-top:-3px;
	padding-top:8px;
	margin-right:10px;
	font-weight:bold;
}
h2.h2comments a.addComment:hover {
	text-decoration:none;
}
h2#commentsForm {
	margin:15px 0;
	padding: 10px 0;
	color: #00703c;
	border-top: 1px solid #dde3cc;
	border-bottom: 1px solid #dde3cc;
}
ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	padding:0;
	overflow:hidden;
	font-size: 14px;
	line-height: 18px;
}
ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}
ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	margin-top:25px;
	background:none;
}
ul.commentlist li p {
	margin:5px 0;
	padding:5px 0;
}
ul.commentlist li .comment-meta, ul.commentlist li .text  {
	margin-left:20px;	
}
ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}
ul.commentlist li .avatar {
	background:#fff;
	padding:1px;
	border: 3px solid #fff;
	position:absolute;
	left:0;
	top:0;
}
ul.commentlist .author, ul.commentlist .author a {
	color: #000;
}
ul.commentlist .reply {
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
}
ul.commentlist .reply a {
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}
ul.commentlist .reply a:hover {
	text-decoration:none;
}
ul.commentlist li .children li {
	margin-top:15px;
	padding-top:20px;
	border-bottom:none;
	padding-bottom:0;
	display: block;
}
ul.commentlist li .children li .avatar {
	top:20px;
	
}
ul.commentlist li .children li .reply {
	top:20px;
}

/* COMMENTS F0RM */

#commentform {
	font-size: 14px;
	line-height: 18px;
}
#commentform p {
	margin:0;
	padding:0;
}
#commentform label {
	display:none;
}
#commentform input, #commentform textarea {
	padding: 8px;
	background-color: #FFF;
	margin-bottom: 10px;
   border-radius: 5px;
   width: 720px;
   border: 1px solid #dde3cc;
   font-size: 14px;
}
#commentform input:focus, #commentform textarea:focus {
	border:1px solid #00703c;
}
#commentform textarea {
	font-size:14px;
	width: 720px;
}
#commentform input#submit{
	border:none;
	margin-top:10px;
	cursor:pointer;
	color:#fff;
	font-size:24px;
	background: #8d3e20;
	width: 225px;
	height: 55px;
}
#respond a {
	color: #00703c;
	text-decoration: underline;
}
#respond a:hover {
	color: #00703c;
	text-decoration: none;
}
.post.single img {
	max-width: 760px;
	height: auto;
	border: 5px solid #fff;
}
.alignleft {
	float: left;
	margin: 3px 20px 20px 0;
	background-color: #000;
	border: 1px solid #37302c;
}
.alignright {
	float: right;
	margin: 3px 0 20px 20px;
	background-color: #000;
	border: 1px solid #37302c;
}
.alignnone {
	margin: 3px 0 20px 0;
	background-color: #000;
	border: 1px solid #37302c;
}
.aligncenter {
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #000;
	border: 1px solid #37302c;
}
.alignright img, .alignleft img, .aligncenter img, .alignnone img {
	padding: 5px;
}
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
	background-color: transparent;
}
.sidebar .widget li {
	float: none;
}
.widget {
	background: #d0cdc0;
	font-size: 16px;
	margin-bottom: 20px;
	width: auto;
}
.widget-title {
	font: 400 20px/20px "Roboto Slab", serif;
	padding: 10px 15px;
	background-color: #464646;
	color: #fff;
	width: auto;
}
.widget ul {
	padding: 15px 0;
	margin: 0;
	width: auto;
}
.widget ul li {
	width: auto;
}
.widget ul li a {
	display: block;
	padding: 5px 15px;
	color: #000;
	text-decoration: none;
}
.widget ul li a:hover {
	color: #00703c;
	background-color: #fff;
}
.emm-paginate {
	overflow:hidden;
	text-align:center;
	background: #000; 
	margin:15px auto 0; 
	font-size:18px; 
	float:left; 
	padding-right:2px;
}
.emm-paginate a, .emm-paginate .emm-current {
	background: #00703c;
	color:#fff; 
	margin:0 5px;
	display:block; 
	width:40px; 
	height:30px;
	border-radius: 20px;
	text-align:center; 
	text-decoration:none; 
	float:left;
	padding-top:10px; 
	font-weight:bold;
}
.emm-paginate .emm-title {
	color:#555; 
	float:left; 
	font-size:12px; 
	padding-top:10px;
}
.emm-paginate .emm-gap {
	color:#999; 
	margin-left:10px;
}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {
	color:#262423;
}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}
.cart_info {
	color: #edece5;
}
iframe {
	display: none; 
	border:none; 
	position:absolute;
	top: 29px;
	right: 0;
	background-color: #fff;
	z-index: 777;
	margin: 0 auto;
	width: 1100px;
	height: 265px;
	border: none;
	border-top: 2px solid #505050;
	color: #000 !important;
	-webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}