/* 
Theme Name: Veggie and the Beast
Theme URL: http://veggieandthebeastfeast.com
Description: Responsive theme for Veggie and the Beast.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.1
*/

/* 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;
	text-align: left; 
	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 : 850px ) {
	.span_1 { width: 4.375%; }
	.span_2 { width: 10.75%; }
	.span_3 { width: 17.125%; }
	.span_4 { width: 23.5%; }
	.span_5 { width: 29.875%; }
	.span_6 { width: 36.25%; }
	.span_7 { width: 42.625%; }
	.span_8 { width: 49.0%; }
	.span_9 { width: 55.375%; }
	.span_10 { width: 61.75%; }
	.span_11 { width: 68.125%; }
	.span_12 { width: 74.5%; }
	.span_13 { width: 80.875%; }
	.span_14 { width: 87.25%; }
	.span_15 { width: 93.625%; }
	.span_16 { width: 100%; }
	
	.span_content { 
		width: 62%;
		margin-left: 0;
		max-width: 630px;
	}
	.span_sidebar { 
		width: 33%;
		max-width: 330px;
	}
}


/*---------STRUCTURE---------*/

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?93344987');
  src: url('fonts/fontello.eot?93344987#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?93344987') format('woff'),
       url('fonts/fontello.ttf?93344987') format('truetype'),
       url('fonts/fontello.svg?93344987#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

body                           {
	color: #373332;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	background: url(images/wood.jpg) #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 }
a  {
	text-decoration: none;
	-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: #76cdc2;
	text-decoration: underline }
a:hover             {
	color: #aec75a;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
em {
	font-style: italic;
}
strong {
	font-weight: 500;
}
h1, h2, h3, h4, h5              {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px }
h1                        {
	color: #994475;
	font-size: 30px; }
h2      {
	color: #994475;
	font-size: 30px; }
h3 {
	color: #994475;
	font-size: 24px;
}
h4        {
	color: #76cdc2;
	font-size: 17px; }
h5        {
	color: #994475;
	font-size: 15px; }

.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                                       {
	width: 100%;
	padding: 0 20px;
	background-color: #ffffff;
	padding-bottom: 1px; }
.wrap                                       {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1060px;
	padding: 0 20px; }
.clear {
	clear: both }
	
/*----Header----*/
.header {
	margin: 0 0 30px;
	padding-top: 45px;
	clear: both;
	position: relative;
	height: 115px;
	 }
.header h1.logo    {
	background-image: url(images/logo.png);
	width: 290px;
	height: 130px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -36px;
	left: 50px;
	z-index: 1000; }
.header h1.logo img {
	position: relative;
	z-index: 1000;
}
.header .logobg {
	background-color: #ffffff;
	border-left: 1px solid #d7d6d6;
	border-right: 1px solid #d7d6d6;
	height: 65px;
	width: 315px;
	position: absolute;
	display: block;
	z-index: 1000;
	left: 37px;
	top: 34px;
}
.header h1.logo img {
	display: block;
	margin-top: -30px;
}

.social {
	text-align: right;
	margin: 10px 0;
}
.social a:before {
	font-family: "fontello";
	font-size: 30px;
	display: inline-block;
	color: #373332;
	text-decoration: none;
	margin: 0px 1px;
}
.social a:hover:before {
	color: #994475;
}
/*----Content----*/
#content                             {
	display: inline-block;
	margin: 0 10px;
	float: left; }
#content img {
	max-width: 100%;
	width: auto;
	height: auto;
}
h2.pagetitle, h2.archivetitle, h2.searchtitle  {
	margin-top: 0 }
.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: #994475;
	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 }
.sep {
	background: url("images/sep.png") center no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 50px;
	display: block;
	clear: both;
}
/*----Sidebar----*/
.sidebar                  {
	display: inline-block;
	margin: 0 10px;
	float: right;
	clear: right;
	min-width: 300px;
	max-width: 330px;
	z-index: 10; }
.topsidebar   { }
.leftsidebar         {
	margin: 0;
	float: left;
	width: 45%; }
.rightsidebar    {
	margin: 0;
	width: 49%;
	float: right }
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
	margin: 0;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget        {
	margin-bottom: 33px }
h3.widgettitle    {
	color: #994475;
	font-size: 20px;
	margin: 0 0 13px; }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #9b9998;
	text-decoration: none }
.widget a:hover     {
	color: #994475;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	 }
.widget p    {
	margin: 0 0 10px }
.topsidebar .ad, .lowersidebar .ad { 
	text-align: center;
	background-color: #ebeaea;
	padding: 15px 0 11px;
}
.topsidebar .ad .textwidget, .lowersidebar .ad .textwidget {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 300px;
}
.sidebar select     {
	font-size: 11px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #373332;
	font-style: italic;
	background-color: #ffffff;
	padding: 6px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e6e6; }
.about {

}
.about img {
	float: right;
	margin-top: -17px;
	margin-left: 5px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.about a {
	text-decoration: underline;
}

.subscribe {
	padding: 15px;
	background: url(images/beet.png) 10px 14px / 75px 71px no-repeat #76cdc2;
}
.subscribe h3 {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	margin: 0 0 5px 71px;
}
.subscribe p {
	text-align: center;
	margin-left: 71px;
}
.emailform {
	
}
.emailinput {
	border: none;
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #323232;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 10px;
	height: 32px;
	line-height: 33px;
	width: 80%;
	vertical-align: middle;
}

.emailsubmit {
	width: 20%;
	text-align: right;
	color: #aec75a;
	background-color: #ffffff;
	border: none;
	margin: 0 0 0 -4px;
	padding: 0px 8px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	vertical-align: middle;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.emailsubmit:hover {
	color: #994475;
}
.searchform {
	border: 1px solid #f3f0ed;
	height: 42px;
	max-width: 350px;
}
.searchinput {
	border: none;
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #323232;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	width: 80%;
	vertical-align: middle;
	margin-bottom: 8px;
}

.searchsubmit {
	width: 20%;
	text-align: right;
	color: #aec75a;
	background-color: transparent;
	border: none;
	margin: 0 0 0 -4px;
	padding: 0px 8px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	vertical-align: middle;
	font-family: "fontello";
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: -5px;
}
.searchsubmit:hover {
	color: #994475;
	
}
.recentposts { }

.recent {
	overflow: hidden;
	padding-bottom: 15px;
}
.recent img {
	margin-right: 3%;
	width: 25%;
	height: auto;
	float: left }
.recent .title {
	float: left;
	width: 72%;
	display: inline-block;
	line-height: 1.1; }
.recent .recent-item {
	margin-bottom: 10px;
	padding: 0;
	background-image: none;
	clear: left;
	overflow: hidden }
.recent h4 {
	font-size: 17px;
	font-weight: 300;
	margin: 0;
}
.recent .postmeta {
	font-size: 10px;
	margin: 0;
}
.book, .bluebg {
	padding: 15px 15px 11px;
	background: #76cdc2;
	overflow: hidden;
}
.book h3.widgettitle {
	float: right;
	width: 58%;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
}
.book p {
	margin: 0;
	display: inline-block;
}
.book p.simple-image {
	width: 40%;
	float: left;
	display: inline-block;
}
.book p.more {
	display: inline-block;
	float: right;
	width: 58%;
	text-align: center;
}

.book .more a {	
		display: inline-block;
		font-size: 12px;
		line-height: 1.5;
		font-weight: bold;
		letter-spacing: .03em;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		color: #aec75a;
		background-color: #ffffff;
		margin: 0px;
		padding: 3px 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
.book .more a:hover {
	color: #994475;
}
.leftsidebar .featuredposts .item {
	float: none;
	margin: 0 0 12px;
}
.leftsidebar .featuredposts h4 {
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
}
.featuredposts a:hover h4, .recent a:hover h4 {
	color: #994475;
}
/*----Post Styles----*/
.post                  {
	overflow: hidden;
	margin-bottom: 35px; }
.singlepost {
	
}
.post h2.posttitle {
	margin: 0;
	 }

h2.posttitle a  {
	color: #994475;
	text-decoration: none }
h2.posttitle a:hover  {
	color: #aec75a }
.postimage {
	margin-bottom: 15px;
}
.postimage img {
	width: 100% !important;
	height: auto;
}
.postmeta               {
	color: #373332;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px; }
.postmeta em {
	color: #9b9998;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
}
.postmeta a   {
	color: #373332;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #aec75a;
	text-decoration: none }
.postmeta .ccount {
	display: inline-block;
	margin-left: 20px;
}
.postmeta .ccount a:before {
	font-family: fontello;
	content: '\e80c';
	color: #aec75a;
	margin-right: 6px;
	font-size: 10px;
}
.metabottom                   {
	text-align: left;
	clear: both;
	margin: 10px 0 0; }
.metabottom .left      {
	width: 80%;
	float: left;
	padding: 7px 0; }
.metabottom .right      {
	text-align: right;
	width: 20%;
	float: right;
	padding:7px 0; }
.more {
	
}
a.more-link {
	color: #76cdc2;
	font-weight: 300 !important;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
}
a.more-link:hover {
	color: #aec75a;
	
}

a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	background-color: #9b9998;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 0px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #323232 }
.post img {
	max-width: 660px;
	height: auto;
}


.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 p.small {
	font-size: 80%;
}

.post blockquote        {
	color: #76cdc2;
	font-size: 16px;
	margin: 25px 0;
	padding: 20px 25px;
	display: block; }
.post blockquote p:last-of-type {
	margin-bottom: 8px;
}
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #373332;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
	
/*Recipe Styles*/

.recipe                        {
	color: #373332;
	font-style: normal;
	font-weight: normal;
	margin: 25px 0;
	overflow: hidden;
	background-color: #76cdc2;
	padding: 25px;
}
.recipe ol:last-of-type, .recipe li:last-of-type   {
	margin-bottom: 0;
	 }

.recipe h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}

.recipe .time {
	font-size: 12px;
	margin-bottom: 20px;
	 }
.recipe .time p {
	display: inline-block;
	margin: 0 12px 0 0;
}
.recipe .time strong {
	text-transform: uppercase;
	font-weight: bold;
	color: #994475;
}
.recipe .summary   {
	color: #ffffff;
	color: rgba(255,255,255,.6);
	font-style: italic;
	font-size: 115%;
 }
	
.recipe .summary p {
	
}
.recipe h3 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
}
.recipe h4 {
	color: #ffffff;
	color: rgba(255,255,255,.6);
	font-size: 15px;
	margin-bottom: 10px;
}
.recipe .photo {
	float: right;
	width: 140px !important;
	height: 140px !important;
	height: auto;
	margin-left: 15px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px; }

.recipe .ingredients {
	margin-bottom: 25px;
}
.recipe .notes  {
	font-style: italic;
	margin-top: 15px;
	clear: left; }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .nutrition  {
	color: #ffffff;
	color: rgba(255,255,255,.6);
	font-style: italic;
	margin-top: 15px;
	padding: 10px 0 0;
	margin-bottom: 0;
	clear: left;
	border-top: 1px solid #8ad4cb; }
.recipe .nutrition p:last-of-type {
	margin-bottom: 0;
}
.recipe .source   {
	color: #ffffff;
	color: rgba(255,255,255,.6);
	font-style: italic;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0;
	clear: left }
.recipe .source a, .recipe a {
	color: #bae6e0;
	text-decoration: underline;
}
.recipe .source a:hover {
	color: #ffffff;
	text-decoration: none;
}
.recipe .source p {
	margin: 0;
}
.printbutton         {
	width: 140px;
	float: right;
	clear: right;
	margin: 10px 0 10px 15px;
	padding: 0;
	text-align: center; }
.printbutton a {	
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #aec75a;
	background-color: #ffffff;
	margin: 0px;
	padding: 3px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.printbutton a:hover, .printbutton a:hover:before {
	color: #994475;
	
}


.innerpostads {
	text-align: center;
	margin-bottom: 30px;
}
.addthis_toolbox {
	overflow: hidden;
	margin: 25px 0;
}
.postnav {
	overflow: hidden;
	border-top: 1px solid #f3f0ed;
	border-bottom: 1px solid #f3f0ed;
	padding: 1px 2px;
	margin: 0 0 30px;
}


/*----Related Post Styles----*/
.relatedposts {
	margin-bottom: 50px;
	overflow: hidden;
}

/*----Archive Styles----*/

h2.archivetitle, h2.pagetitle     {
	color: #994475;
	margin-top: 0;
	margin-bottom: 20px }
.archives {
	overflow: h;
}
.archives .archivepost {
	width: 23.5%;
	float: left;	
	margin-right: 2%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
}
.archives .archivepost img {
	margin: 0;
	width: 100% !important;
	height: auto;
	display: inline-block;
}
.archives .archivepost a {
	text-decoration: none;
}
.archives .archivepost a h4 {
	text-decoration: none;
	color: #994475;
	font-size: 17px;
}
.archives .archivepost a:hover h4 {
	color: #76cdc2;
}
.archives .archivepost .postmeta {
	color: #9b9998;
	text-align: center;
	font-weight: normal;
}
.archives .archivepost:nth-child(4n) {
	margin-right: 0px;
}	
.archives .archivepost:nth-child(4n+1) {
	clear: both;
}	
	
.archives .archivepost h4 {
	margin: 4px 0;
	text-align: center;
	font-size: 12px;
}
.archives .archivepost a .posttitle h4 {
	color: #ffffff;
	height: auto;
	overflow: hidden;
}
.archiveslist      {
	color: #373332;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	width: 31%;
	float: left }
.archiveslist ul li      {
	color: #323232;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link  {
	color: #323232;
	text-decoration: none }
.archiveslist a:visited  {
	color: #373332;
	text-decoration: none }
.archiveslist a:hover   {
	color: #994475 }
.archiveslist a:active   {
	color: #994475 }
.archiveslist em     {
	color: #373332;
	font-size: 10.5px }
.subcats {
	background-color: #f3f0ed;
	border: 1px solid #e7e2dc;
	padding: 15px 15px 11px 15px;
	margin: 0 0 40px;
	text-align: center;
}
.subcats h4 {
	margin: 0 0 10px;
	text-align: center;
}
.subcats ul li:before {
	display: none;
}
.subcats ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.subcats ul li  { 
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.subcategories li ul li a {
	display: inline-block;
	color: #ffffff;
	background-color: #994475;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px;
	margin: 4px 8px 4px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
}
.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #76cdc2;
}
.span_content .tagindex li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tagindex li:before {
	display: none;
}
.tagindex a     {
	font-size: 13px;
	line-height: 21px;
	width: 22px;
	height: 22px;
	text-align: center;
	display: block;
	margin-right: 2px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #373332;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #373332;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #994475 }
.tagtitle   {
	color: #9b9998;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #9b9998;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin-left: 11px;
	letter-spacing: normal;
	font-weight: normal;
	float: right }
.tagtitle em a  {
	color: #9b9998;
	font-size: 11px }
.tagtitle a:hover  {
	color: #323232 }
/*Search*/
.searchpost   {
	margin-bottom: 20px;
	overflow: hidden }
.searchpost .postthumb  {
	margin-right: 3%;
	width: 31%;
	float: left }
.searchpost .postthumb img {
	width: 100% !important;
	height: auto; }
.searchpost .postmeta {
	text-align: left;
	margin: 0;
}
.searchpost h2 {
	font-size: 24px;
	margin: 4px 0 0;
}
.searchpost h2 a {
	text-decoration: none;
}
.searchpost p {
	margin: 10px 0;
}
.searchpost a.more-link {
	font-size: 20px;
}
/*----Forms----*/
#submit, .submitbutton, a.submitbutton         {
	color: #fff;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #994475;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 8px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
	    }
#submit:hover, .submitbutton:hover        {
	background-color: #aec75a }
.commentinput, .styledinput, .captchainput            {
	color: #373332;
	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: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #323232 }
.commentinput {
	width: 100%; }
.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #323232;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }


/*----Footer----*/
.footer                                     {
	background-color: #994475;
	width: 100%;
	overflow: hidden;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #373332;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 1px;
}
.footer .wrap, .subfooter .wrap  {
	margin-right: auto;
	margin-left: auto;
	max-width: 1060px;
	padding: 25px 30px;
	width: 100%; }
.footer a:link, .footer a:visited, .footer a:active {
	color: #ffffff;
	text-decoration: none }
.subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #ffffff;
	text-decoration: none }
.footer a:hover, .subfooter a:hover        {
	color: #c28eac }

.footerwidgets {
	
}
.footerwidgets h3 {
	color: #ffffff;
	margin-top: 20px;
}
.footerwidgets .widget {
	width: 33%;
	max-width: 330px;
	float: left;
	margin-right: ;
}
.footerwidgets a {
	text-transform: uppercase;
	font-weight: bold;
}
.footerwidgets .simple-image img {
	float: right;
	width: 95px;
	height: 95px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	
}
.footerwidgets .featuredposts, .footerwidgets .widget_categoryposts {
	overflow: hidden;
	width: 62%;
	max-width: 620px;
	float: right;
}
.footerwidgets .featuredposts .item, .footerwidgets .widget_categoryposts .item {
	width: 23%;
	margin-right: 2.666%;
	float: left;
}
.footerwidgets .featuredposts .item:last-of-type, .footerwidgets .widget_categoryposts .item:last-of-type {
	margin-right: 0;
}
.footer .featuredposts .item img, .footerwidgets .widget_categoryposts .item img {
	width: 100% !important;
	height: auto;
	border: 4px solid #ae6991;
}
.footer .featuredposts .item a:hover img, .footerwidgets .widget_categoryposts .item a:hover {
	border-color: #c28eac;
}
.footer .featuredposts .item h4, .footerwidgets .widget_categoryposts .item h4 {
	display: none;
}


.subfooter {
	clear: both;
	border-top: 4px solid #a45683;
	padding: 15px 0 0;
	overflow: hidden;
}

.footernav       {
	display: inline-block;
	float: left;
	 }
.footernav li    {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav li.backtotop a {
	font-weight: bold;
	color: #323232;
}
.copyright               {
	display: inline-block;
	float: right;
	text-align: right;
	color: #c28eac;
	text-transform: uppercase;
	font-size: 11px;
	 }
.copyright em {
	text-transform: lowercase;
}

.footerad    {
	width: 728px;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 20px auto 35px; }
/*----Comments----*/
h4#comments, h4#pings, h4#respond, h4.related {
	margin-top: 0;
	font-size: 24px;
	font-style: italic;
}
#comments, #pings  { }
#respond            {
	margin-top: 35px }
#commentlist          {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0; }
#commentlist li {
	list-style-type: none;
	margin: 0 0 20px;
	border: 1px solid #f3f0ed;
	padding: 20px 20px 20px 80px; }
#commentlist li:before {
	display: none !important;
}
#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 }
#commentlist li.bypostauthor    {
	background-color: #f1f1f0; }
#commentlist li p    {
	font-size: 95%;
	margin: 2px 0px 6px 0;
	padding: 0 }
#commentlist li p:last-of-type    {
	margin-bottom: 0; }
.leaveacomment {
	margin-bottom: 50px;
}
.leaveacomment a.submitbutton {
	font-size: 12px;
	text-decoration: none;
}
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.commentmeta         {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #9a9b9c;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0 }

.commentmeta a {
	color: #9a9b9c }
.commentmeta strong           {
	color: #994475;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold;
	 }
.commentmeta strong a            {
	color: #994475;
	text-decoration: none;
	 }
.commentmeta a:hover         {
	color: #76cdc2; }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	width: 48px;
	height: 48px;
	display: inline;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 60px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }

.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #9b9998;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	background-image: url("images/bg.png");
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #9b9998;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #994475;
	font-weight: normal;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #323232; }
.commentnav .alignright a {
	color: #9b9998;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #323232;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 60px;
	border: none; }
#commentlist li ul li.bypostauthor           {
	background-color: #f1f1f0;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 15px 15px 10px 78px;
	border: none; }
#cancel_reply, #cancel_reply a       {
	color: #323232;
	font-size: 11px;
	font-weight: bold }
	
.thdrpy a  {
	text-decoration: none;
	color: #fff;
	font-size: 9px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	background-color: #9b9998;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1px 5px }
.thdrpy a:hover {
	color: #fff;
	background-color: #994475 }

/*-----DROPDOWN MENU-----*/

.centeredmenu {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	z-index: 100;
	position: relative;
	height: 42px;
	line-height: 42px;
	background-color: #994475;
}
.centeredmenu:after {
    margin-right:-42px;
    content: "";
    float:right;
    border:21px solid #994475;
}
.centeredmenu:before {
    margin-left:-42px;
    content: "";
    float:left;
    border:21px solid #994475;
}

.centeredmenu:after {
    border-right-color:transparent;
}

.centeredmenu:before {
    border-left-color:transparent;
}

/* Top menu items */
.centeredmenu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   text-align: right;
   margin: 0 0 0 auto;
   display: inline-block;
   position: absolute;
   right: 0;
}
.centeredmenu ul li {
   margin: 0 8px;
   padding: 0;
   float: left;
}
.centeredmenu ul li a {
   display: block;
   margin: 0;
   padding: 0 15px;
   text-decoration: none;
   color: #ffffff;
}
.centeredmenu ul li:last-of-type a {
	border-right: none;
}
.centeredmenu ul li.active a {
   color: #994475;
}
.centeredmenu ul li a:hover {
	color: #ffffff;
	background-color: #a45683;
	background-color: rgba(255,255,255,.1);
}
.centeredmenu ul li:hover a,
.centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	color: #ffffff;
	background-color: #a45683;
	background-color: rgba(255,255,255,.1);
}

/* Submenu items */
.centeredmenu ul ul {
   display: none; /* Sub menus are hiden by default */
   position: absolute;
   margin: 0;
   padding: 0;
   top: 42px;
   line-height: 24px;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 500;
   right: auto; /*resets the right:50% on the parent ul */
   width: 160px; /* width of the drop-down menus */
   background-color: #994475;
   background-color: rgba(153,68,117,.9);
   text-align: left;
   
}
.centeredmenu ul ul li {
   left: auto;  /*resets the left:50% on the parent li */
   padding: 0;
   margin: 0; /* Reset the 1px margin from the top menu */
   clear: left;
   width: 100%;
}
.centeredmenu ul ul li:before {
	display: none;
}
.centeredmenu ul ul li a,
.centeredmenu ul li.active li a,
.centeredmenu ul li:hover ul li a,
.centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   margin: 0;
   padding: 8px 15px;
   line-height: 1.4;
   color: #ffffff;
   border: none;
}
.centeredmenu ul li:hover ul a,
.centeredmenu ul li.hover li a { /* This line is required for IE 6 and below */
	background-color: transparent;
}
.centeredmenu ul ul li a:hover,
.centeredmenu ul li.active ul li a:hover,
.centeredmenu ul li:hover ul li a:hover,
.centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background-color: rgba(255,255,255,.1)
}

/* Flip the last submenu so it stays within the page */
.centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.centeredmenu ul li:hover ul,
.centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/*----PAGE NUMBERS----*/
#wp_page_numbers     {
	font-size: 11px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 15px;
	margin: 20px 0;
	padding: 10px 0 0;
	width: 100%;
	clear: both;
	overflow: hidden; }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: right;
	width: 100% }
#wp_page_numbers li {
	margin: 0 0 0 2px;
	display: inline }
#wp_page_numbers ul li:before {
	display: none !important;
}
#wp_page_numbers a         {
	color: #9b9998;
	padding: 5px 8px;
	display: inline-block;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #f3f0ed; }
#wp_page_numbers li.space       {
	color: #9b9998;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	 }
#wp_page_numbers li.page_info         {
	color: #9b9998;
	font-size: 10px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05em;
	padding-top: 3px;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #994475 }
#wp_page_numbers li.active_page a     {
	border: none;
	color: #323232;
	font-weight: bold;
	background-color: #ffffff }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }

    
/* ---- FONTELLO ---- */
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42633039#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-rss:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-home:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e803'; } /* '' */
.icon-twitter-circled:before { content: '\e804'; } /* '' */
.icon-facebook-circled:before { content: '\e805'; } /* '' */
.icon-gplus-circled:before { content: '\e806'; } /* '' */
.icon-pinterest-circled:before { content: '\e807'; } /* '' */
.icon-rss-circled:before { content: '\e80a'; } /* '' */
.icon-instagram-circled:before { content: '\e80b'; } /* '' */
.icon-comment:before { content: '\e80c'; } /* '' */
.icon-angle-double-right:before { content: '\e80d'; } /* '' */
.icon-dot:before { content: '\e813'; } /* '' */