/* 
Theme Name: Two Pes & Their Pod
Theme URL: http://www.twopeasandtheirpod.com
Description: Custom responsive blog theme for Two Peas & Their Pod.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	border-collapse: collapse; 
	border-spacing: 0; }
input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }


/* MAIN CONTAINER */
.container { 
	max-width: 100%;
	margin: 0 auto; }
#page_wrap {
	margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }


/* DEFAULT ROW STYLES */
.row { margin-bottom: 1.5em; } /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float:left;
	width: 100%;
}

@media ( min-width : 800px ) {
	.col {
		margin-left: 2%;
	}
}

/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {
	
	.span_content { 
		width: 65%;
		margin-left: 0;
		max-width: 650px;
		float: left;
		display: inline-block;
	}
		.span_content_full { 
			width: 100%;
			margin-left: 0;
			max-width: 100%;
		}
	.span_sidebar { 
		width: 34%;
		min-width: 300px;
		max-width: 330px;
		float: right;
		display: inline-block;
	}
}

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'Uniform Condensed';
    src: url('fonts/uniformcondensed-medium-webfont.eot');
    src: url('fonts/uniformcondensed-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uniformcondensed-medium-webfont.woff2') format('woff2'),
         url('fonts/uniformcondensed-medium-webfont.woff') format('woff'),
         url('fonts/uniformcondensed-medium-webfont.ttf') format('truetype'),
         url('fonts/uniformcondensed-medium-webfont.svg#uniform') format('svg');
    font-weight: normal;
    font-style: normal;
}
body                           {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #42403e;
	margin: 0;
	padding: 0;
	/*background-image: url(images/bg.png);*/
}
a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
input[type=submit]  {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active          {
	color: #7cb027;
	text-decoration: underline }
a:hover             {
	color: #b7d488;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #7cb027;
	font-size:32px; }
h2      {
	color: #7cb027;
	font-size:26px; }
h3                       {
	color: #42403e;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .03em; }
h4        {
	color: #7cb027;
	font-size: 21px;
}
h5        {
	color: #7cb027;
	font-size: 13px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 0 30px;
	width: 100%;
	max-width: 1090px;
	border-right: 1px solid #8e8c8b;
	border-left: 1px solid #8e8c8b; }
.wrap {
	margin: 0 auto 0;
	padding: 0 25px;
	width: 100%;
	max-width: 1090px; }
.clear {
	clear: both }
.sep {
	border-top: 1px solid #8e8c8b;
	height: 1px;
	clear: both;
	display: block;
	margin: 25px 0;
}
/*---------HEADER---------*/
.slicknav_menu {
	display: none;
}
.topbar {
	background-color: #7cb027;
}
.header-ad {
	text-align: center;
	padding: 12px 0;
}
	.header-ad .textwidget {
		text-align: center;
	}
	.header-ad .textwidget img {
		display: inline-block;
	}
.header {
	padding: 25px 0 10px;
}
.header h1.logo    {
	margin: 0;
	text-align: center; }
	.header h1.logo a {
		display: block;
		width: 100%;
		max-width: 675px;
		min-height: 95px;
		background: url(images/logo.png) no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
	}


/*---------CONTENT---------*/
.span_content {
	padding-bottom: 30px;
	 }
	
.span_content img {
	max-width: 100%;
	height: auto;
}
.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 15px }
.span_content ul li  {
	list-style-type: none;
	margin: 0 0 3px 10px;
	padding: 0; }
.span_content ul li:before {
	color: #7cb027;
	font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	content: '\2022'; /* '' */
	margin: 0 6px 0 -10px;
	font-size: 15px;
}
.span_content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
/*---------SIDEBAR---------*/

.sidebar                  {
	color: #42403e;
	font-size: 93%; }
.left-sidebar         {
	width: 47%;
	float: left }
.right-sidebar    {
	width: 47%;
	float: right; }
.mid-sidebar {
	
}
.lower-sidebar {
	clear: both;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget {
	margin-bottom: 35px;
	text-align: center;
	 }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #7cb027;
	text-decoration: none }
.widget a:hover     {
	color: #b7d488;
	text-decoration: none }
.widget p    {
	margin: 0 0 10px }
.widget p:last-of-type, .widget ul, .widget li:last-of-type {
	margin-bottom: 0;
}

h3.widgettitle    {
	text-align: center;
	margin: 0 0 15px; }
h3.widgettitle span {
	background-color: #ffffff;
	padding: 0 10px;
}

.widget.box, .widget.subscribe, .widget.featured-posts {
	border: 1px solid #8e8c8b;
	padding: 15px;
	overflow: visible;
}
.widget.box h3.widgettitle, .widget.subscribe h3.widgettitle, .widget.featured-posts h3.widgettitle {
	margin: -28px 0 10px;
}
.widget:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

.sidebar .ad { 
	text-align: center;
}
	.sidebar .ad h3.widgettitle {
		display: none;
	}
.topsidebar .ad .textwidget, .lowersidebar .ad .textwidget {
	width: 300px;
	margin: 0 auto;
}
.sidebar select     {
	color: #868686;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	line-height: 34px;
	height: 34px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #8e8c8b }
.sidebar .screen-reader-text {
	display: none;
}
.about {
	margin: 0 0 10px;
}
.about:before {
	background: url(images/about.jpg) no-repeat;
	display: block;	
	content: "";
	width: 100%;
	height: 218px;
	margin: 0 0 15px;
}
.about a {
	text-decoration: underline !important;
}
.about h3.widgettitle {
	margin: 10px 0;
}
.sidebar .social {
	text-align: center;
	color: #7cb027;
}
.social a {
	font-size: 32px;
	text-decoration: none !important;
	margin: 2px;
}
.social a:before {
	
}

.social a:hover {
	color: #b7d488;
		}
.subscribe {
	text-align: left;
}

.subscribe p {
	line-height: 1.4;
}

.subscribe .feedbuttons {
	overflow: hidden;
}
.subscribe .feedbuttons a {
	width: 48%;
	display: block;
	float: left;
	color: #fff;
	background-color: #7cb027;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	.subscribe .feedbuttons a:hover {
		background-color: #b7d488;
	}
	.subscribe .feedbuttons a:nth-child(2n) {
		float: right;
	}
.email-form  {
	clear: both;
	border: 1px solid #8e8c8b;
	margin: 10px 0 20px; }
.email-input {
	color: #868686;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 36px;
	border: none;
	background-color: #ffffff;
	padding: 0 10px;
	vertical-align: middle;
	margin: 0;
	width: 85%;
	height: 36px; }

.email-submit {
	color: #7cb027;
	font-size: 14px;
	font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 36px;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	border: none;
	vertical-align: middle;
	padding: 0px 10px;
	margin: 0 0 0 -4px;
	height: 36px;
	width: 15%; }
.email-submit:hover {
	background-color: #ffffff;
	color: #b7d488; }



/*Featured Posts Widget*/
.featured-posts {
	overflow: hidden;
	padding-bottom: 5px !important;
	 }
	ul.instagram-pics {
		overflow: hidden;
	}
.featured-posts img, ul.instagram-pics img {
	width:  100%;
	height: auto;
}
.featured-posts .item, ul.instagram-pics li {
	width: 48%;
	float: left;
	margin: 0 4% 10px 0;
}
	.featured-posts .item:nth-child(2n), ul.instagram-pics li:nth-child(2n) {
		margin-right: 0;
	}

.featured-posts h4 {
	margin: 10px 0 6px;
	display: none;
}
.featured-posts a:hover, ul.instagram-pics a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }

.null-instagram-feed p.clear {
	display: block;
	height: auto;
	width: auto;
	clear: both;
	margin: 0;
}
	.null-instagram-feed p.clear a {
		width: 100%;
		display: block;
		color: #fff;
		background-color: #7cb027;
		text-align: center;
		font-size: 14px;
		line-height: 35px;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
		.null-instagram-feed p.clear a:hover {
			background-color: #b7d488;
		}
/*Recent Posts Widget*/
.recent-posts {
	overflow: hidden;
}
.recent-posts .item {
	margin-bottom: 10px;
	overflow: hidden;
	 }
.recent-posts img {
	margin-right: 3%;
	width: 20%;
	height: auto;
	float: left;
	 }
.recent-posts .item {
	clear: both;
	margin-bottom: 10px;
}
	.recent-posts .item:last-of-type {
		margin-bottom: 0;
	}
.recent-posts h4 {
	margin: 5px 0;
	color: #363636;
}
.recent-posts a {
	color: #363636 !important;
}
.recent-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
	 }
.sidebar .post-meta {
	color: #aeaeae;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	margin: 0;
}


/*---------POSTS---------*/

.post {
	margin-bottom: 70px;}
	.home-first-post {
		margin-bottom: 25px;
	}
h2.post-title, h1.post-title {
	margin: 0 0 15px;
}
h2.post-title a, h1.post-title a {
	text-decoration: none;
	color: #7cb027;
}
h2.post-title a:hover, h1.post-title a:hover {
	color: #b7d488;
}
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.post-meta               {
	color: #868686;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none; }
	
.post-meta a   {
	color: #868686;
	text-decoration: none }
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover          {
	color: #b7d488;
	text-decoration: none }
.post-meta em {
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
}
.meta-bottom {
	clear: both;
	margin-top: 30px;
	border-top: 1px solid #8e8c8b;
	border-bottom: 1px solid #8e8c8b;
	padding: 12px 3px 10px;
	overflow: hidden;
}
	.home-first-post .meta-bottom {
		border: none;
		padding: 0 2px;
	}
.meta-bottom .left      {
	width: 70%;
	float: left;
	display: inline-block; }
.meta-bottom .right      {
	text-align: right;
	max-width: 30%;
	float: right }
.post-cats {
	clear: both;
	margin: 25px 0 0;
	line-height: 1;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #868686;
}
.post-cats a {
	background-color: #868686;
	color: #ffffff;
	display: inline-block;
	padding: 4px 7px;
	margin: 0 0 2px 2px;
	text-decoration: none;
}
	.post-cats a:hover {
		background-color: #7cb027;
	}
a.more-link     {
	color: #7cb027;
	font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-block; }
	.home-first-post a.more-link {
		font-size: 18px;
	}
a.more-link:hover     {
	color: #b7d488; }

a.post-edit-link {
	color: #fff;
	font-size: 9px;
	line-height: 1;
	font-weight: bold;
	background-color: #868686;
	text-transform: uppercase;
	letter-spacing: .03em;
	letter-spacing: 0;
	margin-left: 8px;
	display: inline-block;
	padding: 3px 5px;
	text-decoration: none; }
a.post-edit-link:hover {
	color: #fff;
	background-color: #42403e }
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #868686;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #868686;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #42403e;
	margin: 55px 0 0;
	border-bottom: none;
}
.recipe h2 {
	color: #42403e;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-align: center;
	margin: 0;
}
	.recipe h2:after {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 4px double #8e8c8b;
		margin: -20px 0 35px;
	}
.recipe h2 span {
	background-color: #ffffff;
	padding: 0 10px;
}

.recipebody {
	padding: 30px;
	background-color: #f7f7f7;
}


.recipe h3                    {
	font-size: 21px;
	clear: left; }
	
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4                    {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #868686; }
.recipe p, .recipe ol, .recipe ul       {
	margin-top: 5px;
	margin-bottom: 12px }
	.recipe ol li:last-of-type, .recipe ul li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
.recipe .summary   {
	font-size: 115%;
	margin-top: 0;
	margin-bottom: 20px;
	clear: left;
	font-style: italic; }
	.recipe .summary p:first-of-type {
		margin-top: 0;
	}
.recipe .time           {
	color: #868686;
	font-size: 13px;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none;
	margin-bottom: 25px;
	margin: 5px 0 25px;
}

.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	 }
.recipe .time span  {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	 }

.recipe .photo {
	display: block;
	width: 150px;
	height: auto;
	float: right;
	margin: 0px 0 10px 15px;
	font-size: 90%;
}
.recipe .printbutton         {
	width: 150px;
	float: right;
	clear: right;
	text-align: center;
}
.printbutton a {
	margin: 0;
	display: block;
	color: #ffffff;
	background-color: #7cb027;
	font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	padding: 5px 10px;
}
.printbutton a:before { 
	font-family: "fontello";
	content: '\e805';
	margin: 0 7px 0 0;
	position: relative;
	top: 2px;
	font-size: 16px;
	line-height: 16px;
}
.printbutton a:hover {
	background-color: #b7d488;
}
.printbutton img {
	vertical-align: middle;
	margin-right: 1px;
}

.recipe .notes  {
	color: #868686;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left;
	font-size: 95%;
	font-style: italic; }
.recipe .source   {
	color: #868686;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	clear: left }
.recipe .nutrition   {
	color: #868686;
	font-size: 11px;
	clear: left }
.recipe .nutrition p {
	display: inline-block;
	margin: 0;
}
.recipe .nutrition span {
	font-style: italic;
}
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.postrecipe {
	margin: 30px 0;
}
.postrecipe p {
	color: #ffffff;
	background-color: #7cb027;
	padding: 15px;
	font-size: 105%;
	line-height: 1.3;
}
	.postrecipe p a:before {
		content: '\e80e';
		font-family: "fontello";
		float: left;
		color: #ffffff;
		font-size: 60px;
		line-height: 1;
		vertical-align: middle;
		margin-right: 10px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
.postrecipe a {
	color: #b7d488;
	font-weight: bold;
	text-transform: uppercase;
}
	.postrecipe a:hover, .postrecipe a:hover:before {
		color: #ffffff;
	}


.ssbp-set--one {
	border: 1px solid #8e8c8b;
	padding: 10px !important;
	margin: 20px 0 20px;
}
.ssbp-list li:before {
	display: none;
}
.ssbp-share-text
{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}
.innerpostads {
	position: relative;
	margin: 25px 0 0;
}
.innerpostads .widget {
	min-height: 250px;
}
.innerpostads .widget.ad {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
.innerpostads .widget.subscribe {
	width: 100%;
	float: left;
	min-width: auto;
	min-height: ;
	padding-left: 320px;
}

.innerpostads .subscribe {
	margin: 0;
	padding: 5%;
	background-image: none;
	text-align: center;
	margin-bottom: 15px;
}
.innerpostads .subscribe h3 {
	font-size: 42px;
	margin: -5px 0 0;
	color: #ffffff;
}
.innerpostads .subscribe p {
	margin: 10px 0;
	text-align: center;
}
.innerpostads .social, .innerpostads .social p {
	text-align: center;
}

.relatedposts {
	margin: 20px 0;
}
/*---------TEASER STYLES---------*/
h3.divider {
	font-size: 26px;
	text-align: center;
	margin: 20px 0 10px;
}
	h3.divider:after {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 4px double #8e8c8b;
		margin: -20px 0 45px;
	}
h3.divider span {
	background-color: #ffffff;
	padding: 0 10px;
}
.teaser-posts {
	overflow: hidden;
}
.teaser-post {
	margin: 0 6.5% 40px 0;
	padding: 0;
	background-image: none;
	width: 46.75%;
	float: left;
	text-align: center;
	}
	.teaser-post.even {
		margin-right: 0;
	}
	.teaser-post.odd {
		clear: both;
	}
.teaser-post h2 {
	margin: 5px 0 10px;
	
	font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-align: center;
}
.teaser-post .post-thumb img {
	width: 100%;
	height: auto;
}
.teaser-post p {
	margin: 10px 0;
}
/* Category Posts */
.category-posts .item {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 11px;
}
.category-posts .item:nth-of-type(3n) {
	margin-right: 0;
}
.category-posts img {
	width: 100%;
	height: auto;
}
.category-posts {
	overflow: hidden;
}
.category-posts h4 {
	display: block;
	margin: 5px 0;
}
.category-posts .post-meta {
	margin: 0 0 15px;
}
.category-posts .excerpt {
	font-size: 93%;
}
.category-posts a:hover, .homepage-section h3.widgettitle a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
	 
/*---------HOMEPAGE SECTION STYLES---------*/
.homepage-ad {
	text-align: center;
	clear: both;
	margin: 25px 0 25px;
}
.featured-categories {
	overflow: hidden;
	border: 1px solid #8e8c8b;
	padding: 4.5% 4.5% 0;
	margin-bottom: 25px;
	clear: both;
}

.featured-categories .widget {
	margin: 0 5% 5% 0;
	padding: 0;
	width: 47.5%;
	float: left;
	padding: 0;
	border: none;
	text-align: center;
	position: relative;
}
	.featured-categories .widget:nth-child(2n) {
		margin-right: 0;
	}
.featured-categories .widget img {
	display: block;
}
.featured-categories .widget h3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 100%;
	margin: -15px 0 0;
	text-align: center;
	pointer-events: none;
}
	.featured-categories .widget h3 span {
		background-color: #7cb027;
		border: 2px solid #ffffff;
		display: inline-block;
		padding: 8px 15px;
	}

.featured-categories .widget img {
	max-width: 100%;
	height: auto;
}
.featured-categories .widget a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

/*----HOMEPAGE SLIDER----*/
.owl-carousel {
	margin-bottom: 35px;
	border: 1px solid #8e8c8b;
	padding: 3%;
}
.owl-carousel .owl-item {
	padding: 0;
}
	.owl-item img {
		width: 100% !important;
		height: auto;
		display: block;
	}
	.owl-item a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.owl-item a img {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
		.owl-item a:hover img {
			opacity:0.7;
			filter:alpha(opacity=70); /* For IE8 and earlier */
			
		}

	.owl-item a h4.post-title {
		font-size: 18px;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		text-align: center;
		z-index: 1000;
		margin: 0;
		padding: 15px;
		font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		line-height: 1.2;
		color: #42403e !important;
		font-size: 21px;
		text-transform: uppercase;
		letter-spacing: .03em;
	}
	.owl-item a h4.post-title span {
		position: relative;
		top: 50%;
		display: inline-block;
		height: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: rgba(255,255,255,.85);
		padding: 10px 15px;
		
	}
	.owl-item a:hover h4.post-title span  {
		background-color: rgba(255,255,255,.98);
	}
	
	
.owl-theme .owl-controls {
	margin-top: 15px;
	text-align: center;
}

/* Pagination*/
.owl-theme .owl-controls {
	margin-top: -29px;
	margin-bottom: 4px;
	position: relative;
	z-index: 1001;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 2px 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.15);
	box-shadow: 0px 0px 3px rgba(0,0,0,.15);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #7cb027;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle     {
	margin-top: 0;
	margin-bottom: 25px }
.catdesc {
	display: none;
}
.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archives .item             {
	margin-right: 3.5%;
	margin-bottom: 20px;
	width: 31%;
	float: left;
	text-align: center; }
	
.archives .item:nth-child(3n) {
	margin-right: 0 }
	.archives .item:nth-child(3n+1) {
		clear: left; }
	
.archives .item img     {
	width: 100%;
	height: auto }
.archives .item a  {
	text-decoration: none }
.archives .item .post-meta {
	color: #aeaeae;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	margin: 0;
}
.archives .item h4        {
	color: #7cb027;
	margin: 6px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
.archives .item a {
	color: #7cb027;
}
.archives .item a:hover, .item a:hover h4   {
	color: #b7d488; }
	
.archiveslist      {
	color: #6b6963;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px; }
.archiveslist li   {
	 }
.archiveslist ul li      {
	color: #7cb027;
	font-size: 11px; }
.archiveslist a:link, .subcategories a:link  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #919394;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #7cb027 }
.archiveslist a:active, .subcategories a:active   {
	color: #7cb027 }
.archiveslist em     {
	color: #868686;
	font-size: 10.5px }
	
.subcategories li:before {
	display: none;
}
.subcats    {
	border: 1px solid #8e8c8b;
	margin-bottom: 30px;
	text-align: center;
	padding: 20px 15px 15px; }
	.shop-subcats {
		
	}
.subcats h4 {
	color: #363636;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 16px;
	margin: 0 0 15px;
}
	.shop-subcats h4 {
		
	}
.subcats ul, .subcats li {
	margin: 0 !important;
	padding: 0 !important;
}

.subcats ul.subcategories li ul li  {
	display: inline-block; 
	margin: 0;
	padding: 0;
}
.subcats li:before {
	display: none;
}
.subcats ul.subcategories li ul li a {
	color: #868686;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 5px 10px;
}
.subcats ul.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #7cb027;
	cursor: pointer;
}


ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}
.tagindex li:before  {
	display: none; }
.tagindex a     {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5 }
.tagindex a:link   {
	color: #919394;
	text-decoration: none }
.tagindex a:visited    {
	color: #868686;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #7cb027 }
.tagtitle   {
	color: #868686;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #aeaeae;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #aeaeae;
	font-size: 11px }
.tagtitle a:hover  {
	color: #7cb027 }

/*Shop Archives*/
.shop-archives .shop-item {
	margin-right: 5%;
	width: 21.25%;
	clear: none; }
	
.shop-archives .item:nth-child(3n) {
	margin-right: 4% }
	.shop-archives .item:nth-child(3n+1) {
		clear: none; }
.shop-archives .shop-item:nth-child(4n) {
	margin-right: 0 }
	.shop-archives .shop-item:nth-child(4n+1) {
		clear: left; }
	
.shop-archives .shop-item a.more-link {
	font-size: 15px;
}	
p.small {
	color: #aeaeae;
	letter-spacing: normal;
	font-style: italic;
}
.post-shop h4 {
	font-size: 16px;
	margin: 0;
}
/*---------FORMS---------*/

#submit, .submitbutton          {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: #7cb027;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	margin-top: 5px;
	padding: 9px 16px 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #b7d488 }
.commentinput, .styledinput, .captchainput, #commentform textarea, #commentform input[type=text]            {
	color: #919394;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #8e8c8b }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #42403e }
#respond {
	margin-bottom: 60px;
}
#commentform input, #commentform textarea {
	display: block; }
#commentform textarea {
	width: 100%;
}
#commentform label {
	display: block;
}

.wpcf7-form   {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }

.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
.search-form {
	max-width: 350px;
	border: 1px solid #8e8c8b;
}
.search-form .search-input {
	color: #868686;
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 35px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	width: 80%;
}
.search-form .search-submit {
	color: #868686;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	background-color: transparent;
	font-family: "fontello";
	cursor: pointer;
	text-align: right;
	width: 20%;
	border-style: none;   
	margin: 0 0 0 -4px; 
}
.search-form .search-submit:hover        {
	color: #7cb027; }


/*---------FOOTER---------*/

.footer {
	overflow: hidden;
	background-color: #7cb027;
	padding: 60px 0 55px;
	margin-bottom: -35px;
}

.footer .footer-widget    {
	margin: 0;
	padding: 0;
	border: none;
	width: -moz-calc(100% - 330px);
	width: -webkit-calc(100% -330px);
	width: calc(100% - 330px);
	float: left;
	text-align: center;
	 }
	.footer .subscribe {
		border: 1px solid #b0d07d;
		padding: 0 3%;
		margin-bottom: 65px;
	}
	.footer .ad  {
		width: 300px;
		margin: 0;
		float: right;
		 }
.footer .subscribe h3.widgettitle    {
	text-align: center;
	font-size: 26px;
	margin: -15px 0 20px;
	 }
	.footer .subscribe h3.widgettitle span {
		background-color: #7cb027;
		padding: 0 20px;
	}
.footer .email-form {
	border: none;
}
.footer .email-input {
	color: #868686;
	font-size: 13px;
	line-height: 42px;
	background-color: #ffffff;
	margin: 0;
	width: 65%;
	height: 42px; }

.footer .email-submit {
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	background-color: #42403e;
	margin: 0 0 0 -4px;
	padding: 0;
	text-align: center;
	height: 42px;
	width: 35%; }
.footer .email-submit:hover {
	background-color: #b7d488; }
	
.footer .social {
	margin: 0px auto -26px;
	text-align: center;
}
.footer .social p {
	display: inline-block;
	background-color: #7cb027;
	padding: 0 20px;
}
.footer .social a {
	margin: 0 3px;
	display: inline-block;
	color: #ffffff;
}
.footer .social a:hover {
	color: #b7d488;
}
.sub-footer  {
	width: -moz-calc(100% - 330px);
	width: -webkit-calc(100% -330px);
	width: calc(100% - 330px);
	float: left;
}
.sub-footer a {
	text-decoration: none;
	color: #ffffff;
}
.sub-footer a:hover {
	color: #bdd793 !important;
}
.footer-nav       {	
	border-top: 1px solid #b0d07d;
	border-bottom: 1px solid #b0d07d;
	margin: 20px 0 15px;
	font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: .03em;
	text-transform: uppercase;
	padding: 12px 2px;
}
.footer-nav li    {
	display: inline-block;
	margin: 0 20px 0 1px;
	padding: 0 }

.footer-nav li.top a {
	color: #42403e;
}
.copyright               {
	font-size: 11px;
	line-height: 1.3;
	color: #bdd793;
	text-align: center;
	margin: 0;
	overflow: hidden; }
	.copyright a {
		text-decoration: underline;
		color: #bdd793;
	}
	.copyright a:hover {
		text-decoration: none;
	}
	.copyright strong {
		text-transform: uppercase;
	}
.footer-ad {
	text-align: center;
	margin: 30px auto;
	width: 728px;
	height: 90px;
	overflow: hidden;
	margin-top: 50px;
}

/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
	
#comment-list          {
	font-size: 13px;
	line-height: 21px;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #8e8c8b;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 30px 60px;
	border-top: 1px solid #8e8c8b;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#comment-list li.bypostauthor       {
	background-color: #fff;
	padding: 13px 10px 13px 73px }
#comment-list li p    {
	margin: 2px 0 6px 0;
	padding: 0 }
#comment-list .avatar    {
	float: left;
	margin-left: -60px; }
.comment-meta         {
	color: #868686;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 0;
	padding: 0 }
.comment-meta em {
	text-transform: lowercase;
	letter-spacing: normal;
}
.comment-meta a {
	text-decoration: none;
	color: #868686 }
.comment-meta strong           {
	color: #7cb027;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: normal; }
.comment-meta strong a            {
	color: #7cb027;
	text-decoration: none }
.comment-meta a:hover         {
	color: #b7d488;
	text-decoration: underline }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #868686;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 10px 0; }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #868686;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #7cb027;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #7cb027 }
.comment-nav .alignright a {
	color: #868686;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #7cb027;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list ul {
	margin: 0;
	padding: 0 }
#comment-list ul li.bypostauthor           {
	list-style-type: none;
	border: 1px solid #8e8c8b;
	border-left: 5px solid #7cb027;
	padding: 15px 15px 10px 75px;
	margin: 15px 0 0; }

.comment-meta a.comment-edit-link, .comment-meta a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff;
	font-size: 8px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1;
	font-weight: bold;
	background-color: #aeaeae;
	text-transform: uppercase;
	letter-spacing: .03em;
	letter-spacing: 0;
	margin-left: 8px;
	display: inline-block;
	padding: 3px 5px;
	text-decoration: none; }
.comment-meta a.comment-edit-link:hover, .comment-meta a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7cb027 !important }
	
/*---------PAGE NUMBERS---------*/
.postnavigation {
	overflow: hidden;
	clear: both;
	margin: 30px 0 30px;
}
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none }
#wp_page_numbers     {
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	padding-top: 0px;
	width: 100%;
	clear: both }
	#wp_page_numbers li:before {
		display: none;
	}
#wp_page_numbers ul {
	text-align: right;
	width: 100% }
#wp_page_numbers li {
	display: inline-block }
#wp_page_numbers a         {
	color: #8e8c8b;
	display: inline-block;
	padding: 0 5px;
	border: 1px solid #8e8c8b; }

#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover      {
	color: #42403e;
	background-color: #fff;
	border: none;
	font-weight: bold; }
#wp_page_numbers li.page_info         {
	color: #8e8c8b;
	font-style: italic;
	text-transform: lowercase;
	float: left;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #7cb027 }
#wp_page_numbers li.active_page a     {
	color: #42403e;
	background-color: #fff;
	border: none;
	font-weight: bold;
}

/*----MAIN Menu----*/
#main_nav {
	margin: 30px 0 0;
	border-top: 1px solid #8e8c8b;
	border-bottom: 1px solid #8e8c8b;
	width: 100%;
	clear: both;
	text-align: center;
}
#main_nav ul {
	display: inline-block;
	margin: 0 auto;
	padding: 7px 0 0;
	}
	
	#main_nav li {
		float: left;
		position: relative;
		width: auto;
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}
	#main_nav li:first-child {
		margin-left: 0;
	}
	
	#main_nav > ul > li {
		padding-bottom: 10px;
		margin-bottom: -10px;
	}
	
	#main_nav a {
		text-align: center;
		display: block;
		text-decoration: none;
		padding: 7px 10px;
	}
		#main_nav a:hover, #main_nav li:hover a {
			color: #ffffff !important;
			background-color: #7cb027;
			cursor: pointer;
		}
	#main_nav ul li {
		font-family: "Uniform Condensed", Arial, Helvetica, Geneva, sans-serif;
		font-size: 17px;
		line-height: 1.2;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .03em;
	}
		#main_nav ul li.menu-item-has-children>a:after { 
			content: '\f078';
			font-family: "fontello";
			display: inline-block;
			float: right;
			font-size: 60%;
			vertical-align: middle;
			margin: 4px 0 0 6px; }
		.icon-up:before { content: '\f077'; } /* '' */
		.icon-down:before { content: '\f078'; } /* '' */
	#main_nav ul li a {
		color: #42403e;
	}

	/* Navigation submenu */
	#main_nav .menu-item:hover .sub-menu {
		display: block;
	}
	#main_nav .sub-menu {
		display: none;
		position: absolute;
		text-align: center;
		left: 50%;
		margin-left: -80px;
		padding: 0;
		width: 160px;
		z-index: 2000;
		background-color: #7cb027;
	}

	#main_nav .sub-menu .menu-item {
		margin: 0;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		text-transform: none;
		letter-spacing: normal;
		font-size: 13px;
	}
	#main_nav .sub-menu .menu-item a {
		color: #ffffff;
		display: block;
		width: 160px;
		padding: 8px 20px 6px;
	}
	#main_nav .sub-menu .menu-item:first-of-type a {
		border-top: none;
	}
	#main_nav .sub-menu .menu-item a:hover {
		color: #ffffff;
		background-color: #90bc48;
	}
		#main_nav .sub-menu .menu-item-has-children a {
			
		}
		#main_nav .sub-menu .menu-item .sub-menu .menu-item a {
			border: none;
			padding: 10px 15px 10px 20px;
			margin-top: -12px;
			font-style: italic;
			background-color: transparent;
			font-size: 12px;
		}
		#main_nav .sub-menu .menu-item .sub-menu .menu-item a:hover {
			color: rgba(255,255,255,.7);
		}
.headersearch {
	float: right;
	display: inline-block;
	width: auto;
	text-align: left;
	margin: 6px 0 0;
	display: none;
}
	.headersearch input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.headersearch input::-webkit-search-decoration,
	.headersearch input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.headersearch input[type=search] {
		border: none;
		background-color: #ffffff;
		color: #868686;
		padding: 7px 10px 5px 10px;
		width: 60px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 11px;
	}
	.headersearch input[type=search]:focus {
		width: 130px;
		background-color: #fff;
		color: #868686;
		-webkit-box-shadow: 0 0 5px rgba(240,240,240,.5);
		-moz-box-shadow: 0 0 5px rgba(240,240,240,.5);
		box-shadow: 0 0 5px rgba(240,240,240,.5);
	}
	
	.headersearch .search-submit {
		color: #868686;
		font-size: 15px;
		font-weight: normal;
		line-height: 15px;
		background-color: transparent;
		font-family: "fontello";
		cursor: pointer;
		border-style: none;   
		margin: 0 0 0 -4px; 
	}
	.headersearch .search-submit:hover {
		color: #7cb027;
		 }
		 
/* ---- FONTELLO ---- */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?29741747');
  src: url('fonts/fontello.eot?29741747#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?29741747') format('woff'),
       url('fonts/fontello.ttf?29741747') format('truetype'),
       url('fonts/fontello.svg?29741747#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;


}
 
.icon-rss2:before { content: '\e800'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e80a'; } /* '' */
.icon-gplus:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e80c'; } /* '' */
.icon-rss:before { content: '\e80d'; } /* '' */
.icon-instagram:before { content: '\e80e'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-left:before { content: '\f053'; } /* '' */
.icon-right:before { content: '\f054'; } /* '' */
.icon-up:before { content: '\f077'; } /* '' */
.icon-down:before { content: '\f078'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */