/*
Theme Name: Merry Gourmet v3
Theme URL: http://www.merrygourmet.com
Description: RESPONSIVE theme for the Merry Gourmet.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 3.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 : 700px ) {
	
	.span_content { 
		width: 73%;
		max-width: 600px;
	}
	.span_sidebar { 
		width: 20%;
		min-width: 160px;
	}
}


/*---------STRUCTURE---------*/
body                     {
	color: #572930;
	font-size: 14px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	background-color: #fff;
	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: #3e6d70;
	text-decoration: underline }
a:hover            {
	color: #8a0018;
	text-decoration: none }
p   {
	margin-top: 0;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px }
h1, h2                {
	color: #8a0018;
	font-size: 28px;
	line-height: 29px }
h3                  {
	color: #3e6d70;
	font-size: 18px;
	text-transform: lowercase;
	font-style: italic; }
h4     {
	color: #572930;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 20px;
	margin-bottom: 10px; }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                                 {
	margin-right: auto;
	margin-left: auto;
	padding: 0 30px;
	width: 100%;
	max-width: 880px;
	overflow: hidden }
.clear {
	clear: both }
.mobilemenu {
	display: none;
}

/*Header*/
.header                           {
	margin: 30px 0 50px;
	max-width: 600px;
	width: 73%;
	float: right; }
.logo img {	
	max-width: 100%;
	width: auto;
	height: auto;
	 }
.sep      {
	background-image: url("images/sep.png");
	background-repeat: repeat-x;
	height: 4px }
/*Content*/
#content                  {
	float: right;
	text-align: justify;
}
#content p {
	text-align: justify;
}
.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: #a43776;
	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 }
.span_content .searchform {
	max-width: 350px;
}

/*Sidebar*/
.sidebar          {
	color: #572930;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	width: 160px;
	float: left }
.widget      {
	margin-bottom: 30px;
	overflow: hidden }
.widget a:link, .widget a:visited, .widget a:active     {
	color: #aa8d8f;
	text-decoration: none }
.widget a:hover     {
	color: #8a0018;
	text-decoration: none }
.widget ul   {
	margin: 0;
	padding: 0;
	overflow: hidden }
.widget ul li      {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: center; }
.widget h4 {
	margin: 10px 0 15px;
	font-size: 13px;
	text-align: center; }
.widget p    {
	margin-top: 0;
	margin-bottom: 8px }
.widget select {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: 1px solid #efe7e7;
	color: #aa8d8f;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
.widget-menu {
	margin-bottom: 5px;
}
.widget-menu a:link, .widget-menu a:visited, .widget-menu a:active     {
	color: #572930;
	text-decoration: none }
.widget-menu a:hover     {
	color: #8a0018;
	text-decoration: none }
.widget .menu li {
	background-image: none;
	padding: 0 0 20px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.social {
	text-align: center;
	margin-bottom: 25px;
}
.social a {
	margin: 0 5px;
	color: #572930;
}
	.social a:before {
		color: #572930;
	}
	.social a.icon-gplus:before {
		margin-left: -10px;
	}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.subscribe p {
	color: #aa8d8f;
	text-align: center !important;
}
.searchform   { 
	text-align: center;
	width: 100%;
}
.searchinput, .emailinput     {
	color: #aa8d8f;
	font-size: 12px;
	font-style: italic;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 5px;
	padding: 5px 7px;
	border: 1px solid #efe7e7;
	width: 100%; }
searchinput:focus, .emailinput:focus     {
	color: #572930;
	font-style: normal; }
.searchsubmit, .emailsubmit       {
	color: #572930;
	font-size: 12px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 19px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	border: none }
.searchsubmit:hover, .emailsubmit:hover    {
	color: #8a0018; }

/*Post Styles*/
.post             {
	margin-bottom: 60px;
	padding-bottom: 100px;
	background: url(images/sep.png) center bottom no-repeat;
}
.posttitle {
	text-align: center;
	border-top: 1px solid #efe7e7;
	border-bottom: 1px solid #efe7e7;
	margin: 0 0 35px;
	padding: 25px 0;
}
.post h2            {
	margin: 0 0 5px;
	padding: 0;
	vertical-align: middle }
.post h2, a.h2, h2 a:link, h2 a:visited, h2 a:active          {
	color: #8a0018;
	text-decoration: none }
.post h2 a:hover          {
	color: #aa8d8f;
	text-decoration: none }
.postmeta      {
	color: #572930;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .03em; }
.postmeta em {
	color: #aa8d8f;
	text-transform: lowercase;
	letter-spacing: normal; 
	font-size: 11px;
}
.postmeta, .postmeta a, .metabottom, .metabottom a         {
	color: #572930;
	text-decoration: none }
.postmeta a:hover, .edit a:hover        {
	color: #8a0018;
	text-decoration: none }
.postmeta p {
	margin: 0;
	padding: 0 }
.metabottom               {
	color: #aa8d8f;
	overflow: hidden;
	margin-top: 35px; }
.singlemetabottom {
	border-bottom: 1px solid #efe7e7;
	padding-bottom: 35px;
}
.metabottom .left     {
	width: 70%;
	float: left }
.metabottom .right     {
	text-align: right;
	width: 30%;
	float: right }
.post img    {
	max-width: 100%;
	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 blockquote        {
	font-style: italic;
	line-height: 25px;
	padding: 20px 30px;
	border: none; }
.wp-caption {
	text-align: left }
.wp-caption p    {
	color: #aa8d8f;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                    {
	color: #572930;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	border-style: none;
	border-bottom: 1px solid #efe7e7; }
.recipe .recipetitle {
	text-align: center;
	border-top: 1px solid #efe7e7;
	border-bottom: 1px solid #efe7e7;
	margin: 0 0 35px;
	padding: 25px 0;
}
.recipe .recipetitle .summary, .post .recipe .recipetitle p {
	text-align: center !important;
}
.recipe h2            {
	margin: 0 0 10px }
.recipe .time     {
	color: #aa8d8f;
	font-size: 11px;
	font-style: italic; }
.recipe .time p {
	margin: 0 6px;
	padding: 0;
	display: inline-block;
}
.recipe .time strong {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.recipe h3               {
	font-style: italic;
	font-size: 16px; }
.recipe .ingredient {
	margin-bottom: 30px;
}
.recipe .recipemeta, .recipe .summary   {
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .source    {
	color: #aa8d8f;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	margin: 25px 0 0; }
.recipe .source p {
	margin: 0;
	text-align: center !important;
}
.printbutton   {
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 11px;
	text-align: center;
	margin: 15px 0 25px; }
.printbutton a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #572930;
	margin: 0 10px;
 }
.printbutton a:hover    {
	color: #8a0018 }
.printbutton img {
	vertical-align: middle;
	margin-top: -1px;
}
.addthis_toolbox {
	margin: 40px auto 0;
	text-align: center;
	display: inline-block; }
.more {
	text-align: center;
	margin-top: 25px;
}
a.more-link     {
	color: #3e6d70;
	font-size: 22px;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic; }
a.more-link:hover    {
	color: #8a0018 }
a.post-edit-link {
	background-color: #aa8d8f;
	color: #ffffff;
	font-weight: bold;
	font-size: 8px;
	text-transform: uppercase;
	padding: 1px 3px;
	margin-left: 5px;
}
a.post-edit-link:hover {
	background-color: #572930;
	color: #ffffff;
}
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle, h2.pagetitle   {
	border-top: 1px solid #efe7e7;
	border-bottom: 1px solid #efe7e7;
	margin: 0 0 35px;
	padding: 25px 0;
	text-align: center; }
.archivepost       {
	text-align: center;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	float: left }
.archivepost img {
	width: 100%;
	height: auto;
}
.archivepost.last {
	margin-right: 0;
}
.archivepost a  {
	text-decoration: none }
.archivepost .date        {
	color: #aa8d8f;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	display: block; }
.archivepost .title       {
	text-align: center;
	display: block;
	line-height: 18px;
	font-size: 14px; }
.archiveslist, .subcategories li ul      {
	color: #aa8d8f;
	font-size: 12px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px; }
.archiveslist li, .subcategories li ul li   {
	
	padding-left: 11px; }
.archiveslist ul li     {
	color: #8a0018;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #572930;
	text-decoration: none; }
.archiveslist a:visited, .subcategories a:visited  {
	color: #aa8d8f;
	text-decoration: none; }
.archiveslist a:hover, .subcategories a:hover   {
	color: #8a0018 }
.archiveslist a:active, .subcategories a:active  {
	color: #8a0018;
	text-decoration: none; }
.archiveslist em      {
	color: #aa8d8f;
	font-size: 11px;
	font-style: italic; }
.subcats {
	border-top: 1px solid #efe7e7;
	border-bottom: 1px solid #efe7e7;
	overflow: hidden;
	margin-bottom: 25px;
}

.tagindex {
	margin-top: 10px;
	margin-bottom: 0;
	overflow: hidden }
.tagindex li {
	margin: 0 0 2px 0 !important;
	padding-right: 2px;
	float: left;
	color: #fff }
	.tagindex li:before {
		display: none;
	}
.tagindex a {
	font-size: 11px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	display: block;
	border: solid 1px #eeeded }
.tagindex a:link {
	color: #aa8d8f;
	text-decoration: none }
.tagindex a:visited {
	color: #aa8d8f;
	text-decoration: none }
.tagindex a:active {
	color: #aa8d8f;
	text-decoration: none }
.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8a0018 }
.tagtitle {
	text-transform: uppercase;
	color: #aa8d8f;
	font-size: 14px; }
.tagtitle a {
	color: #8a0018;
	text-decoration: none;
	text-transform: none }
.tagtitle em {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a {
	color: #aa8d8f;
	font-size: 10px;
	font-style: italic;
	letter-spacing: normal; }
.tagtitle a:hover {
	color: #8a0018 }
.relatedposts h4 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.relatedposts  {
	overflow: hidden;
	margin-bottom: 60px }
.relatedposts .archivepost {

}
.relatedposts .archivepost:last-child {
	margin-right: 0;
}

/*----FORMS----*/
#submit, .submitbutton        {
	color: #fff;
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	background-color: #8a0018;
	text-transform: lowercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 3px 12px;
	border-style: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px   }
#submit:hover, .submitbutton:hover      {
	background-color: #3e6d70 }
.commentinput, .styledinput, .captchainput            {
	color: #aa8d8f;
	font-size: 12px;
	font-style: italic;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 5px;
	padding: 5px 7px;
	border: 1px solid #efe7e7 }
.commentinput:focus, .styledinput:focus, .captchainput:focus     {
	color: #572930;
	font-style: normal; }
.commentinput {
	width: 100% }
.label  {
	margin-bottom: 2px }
.wpcf7-form { }
.wpcf7 p {
	margin: 0;
	padding: 0 }
/*Footer*/
.footer                             {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100% }
.subfooter        {
	max-width: 600px;
	width: 73%;
	border-top: 1px solid #efe7e7;
	padding-top: 25px;
	color: #aa8d8f;
	float: right;
	font-size: 11px;
	clear: both;
	overflow: hidden;
	text-align: center; }
.subfooter a:link,  .subfooter a:visited,  .subfooter a:active   {
	color: #aa8d8f;
	text-decoration: none }
.subfooter a:hover, .footer a:hover   {
	color: #8a0018 }
.footermenu {
	text-transform: uppercase;
	letter-spacing: .03em;
	text-align: center; }
.footermenu ul {
	margin: 0;
	padding: 0 }
.footermenu li {
	display: inline-block;
	margin: 0 8px }
.copyright          {
	color: #ccb9ba;
	font-size: 10px;
	margin: 30px 0 20px; }
.adspace {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px }
	
/*Comments*/
#comments        {
	font-size: 14px;
	margin-bottom: 10px }
#respond         {
	font-size: 14px;
	margin-top: 55px;
	margin-bottom: 10px }
#commentlist          {
	font-size: 13px;
	line-height: 21px;
	list-style-type: none;
	margin-top: 15px;
	border-top: 1px solid #efe7e7 }
#commentlist li          {
	list-style-type: none;
	margin: 0;
	padding: 20px 0px 15px 58px;
	border-bottom: 1px solid #efe7e7 }
#commentlist li.bypostauthor        {
	background-color: #efe7e7 }
#commentlist li p    {
	margin: 2px 0px 6px 0;
	text-align: left;
	padding: 0 }
.commentmeta {
	color: #aa8d8f;
	font-size: 11px;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta a {
	color: #aa8d8f; }
.commentmeta strong       {
	font-size: 14px;
	font-weight: bold;
	color: #8a0018 }
.commentmeta strong a         {
	color: #8a0018;
	text-decoration: none; }
.commentmeta a:hover         {
	color: #8a0018;
	text-decoration: underline }
.commentnumber        {
	color: #efe7e7;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 16px; }
#commentlist .avatar  {
	display: inline;
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: -58px;
	float: left }
#commentform   {
	margin-bottom: 30px; }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav  {
	color: #aa8d8f;
	font-size: 11px;
	line-height: 15px;
	background-color: #f5f4f3;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 10px }
.commentnav .page-numbers  {
	color: #aa8d8f;
	padding: 3px 5px;
	border: solid 1px #eaf0e8 }
.commentnav a {
	color: #aa8d8f }
.commentnav .current  {
	color: #fff;
	background-color: #3e6d70 }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a.page-numbers:hover  {
	color: #aa8d8f;
	background-color: #fff }
.commentnav a.next:hover, .commentnav a.prev:hover, .commentnav a:hover {
	color: #8a0018;
	background-color: transparent }
.commentnav em {
	color: #cdc7c2;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 7px }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li        {
	background-color: #efe7e7;
	background-image: none;
	margin: 10px 0 0;
	padding: 13px 10px 13px 60px;
	border-bottom: medium none }
#cancel_reply, #cancel_reply a      {
	color: #8a0018;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a      {
	color: #8a0018;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover  {
	color: #aa8d8f;
	text-decoration: underline }
/*----PAGE NUMBERS----*/
#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 li:before {
		display: none;
	}
#wp_page_numbers    {
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 100%;
	height: 15px;
	clear: both }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: center;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a           {
	color: #aa8d8f;
	padding: 3px 5px;
	border: solid 1px #eaf0e8 }
#wp_page_numbers li.space         {
	color: #aa8d8f;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover      {
	color: #fff;
	background-color: #3e6d70 }
#wp_page_numbers li.page_info         {
	color: #aa8d8f;
	text-transform: lowercase;
	font-style: italic;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover        {
	color: #fff;
	background-color: #8a0018 }
#wp_page_numbers li.active_page a     {
	color: #fff;
	background-color: #3e6d70 }

/* ---- FONTELLO ---- */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?33311304');
  src: url('fonts/fontello.eot?33311304#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?33311304') format('woff'),
       url('fonts/fontello.ttf?33311304') format('truetype'),
       url('fonts/fontello.svg?33311304#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;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
 
.icon-rss:before { content: '\e800'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */
.icon-gplus:before { content: '\e803'; } /* '' */
.icon-pinterest:before { content: '\e804'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */