/* 
Theme Name: Mom Spark
Theme URL: http://www.momspark.net
Description: Custom responsive blog theme for Mom Spark.
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%;
}

/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 826px ) {
	
	.span_content { 
		width: 66%;
		margin-left: 0;
		max-width: 640px;
		float: left;
		display: inline-block;
	}
		.span_content_full { 
			width: 100%;
			margin: 0;
			max-width: 100%;
			float: none;
		}
	.span_sidebar { 
		width: 34%;
		min-width: 300px;
		max-width: 300px;
		float: right;
		display: inline-block;
	}
}

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-light.eot');
    src: url('fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light.woff2') format('woff2'),
         url('fonts/proximanova-light.woff') format('woff'),
         url('fonts/proximanova-light.ttf') format('truetype'),
         url('fonts/proximanova-light.svg#proxima_nova') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular.eot');
    src: url('fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular.woff2') format('woff2'),
         url('fonts/proximanova-regular.woff') format('woff'),
         url('fonts/proximanova-regular.ttf') format('truetype'),
         url('fonts/proximanova-regular.svg#proxima_nova') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regitalic.eot');
    src: url('fonts/proximanova-regitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regitalic.woff2') format('woff2'),
         url('fonts/proximanova-regitalic.woff') format('woff'),
         url('fonts/proximanova-regitalic.ttf') format('truetype'),
         url('fonts/proximanova-regitalic.svg#proxima_nova') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-semibold.eot');
    src: url('fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold.woff2') format('woff2'),
         url('fonts/proximanova-semibold.woff') format('woff'),
         url('fonts/proximanova-semibold.ttf') format('truetype'),
         url('fonts/proximanova-semibold.svg#proxima_nova') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle';
    src: url('fonts/adelle_italic-webfont.eot');
    src: url('fonts/adelle_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adelle_italic-webfont.woff') format('woff'),
         url('fonts/adelle_italic-webfont.ttf') format('truetype'),
         url('fonts/adelle_italic-webfont.svg#adelle_rgitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}


body                           {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #3d3d3f;
	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: #21b4d0;
	text-decoration: underline }
a:hover             {
	color: #ea2a79;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #363636;
	font-size: 32px; }
h2      {
	color: #363636;
	font-size: 32px; }
h3                       {
	color: #363636;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em; }
h4        {
	color: #ea2a79;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}
h5        {
	color: #21b4d0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 20px 35px;
	width: 100%;
	max-width: 1050px; }
	.wrapper.with-header {
		margin-top: 0;
		padding: 35px;
	}
.wrap {
	margin: 0 auto 0;
	padding: 0 35px;
	width: 100%;
	max-width: 1050px; }
.clear {
	clear: both }

/*---------HEADER---------*/
.slicknav_menu {
	display: none;
}
.topbar {
	background-color: #3d3d3f;
	min-height: 4px;
}
	.topbar .headerad {
		text-align: center;
		padding: 10px 0;
	}
	.topbar .headerad .textwidget {
		width: 100%;
		max-width: 728px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}
	.topbar .headerad .textwidget img {
		display: block;
	}
.header {
	
}
.header .wrap {
	padding: 0 30px;
}
.header h1.logo    {
	margin: 3px 0 13px;
	float: left;
	display: inline-block; }
	.header h1.logo a {
		display: inline-block;
		width: 290px;
		height: 55px;
		background: url(images/logo.png) no-repeat;
		background-size: 100% auto;
	}
.header h2.tagline {
	margin: 15px 0 0;
	float: right;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .05em;
}
.header h2.tagline strong {
	background-color: #ea2a79;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
	margin: -1px 3px;
	font-weight: normal;
	display: inline-block;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}


/*---------CONTENT---------*/
.span_content                            {
	 }
	
.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: #21b4d0;
	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 }
h2.archive-title, h2.page-title, h2.search-title {
	margin: -10px 0 20px;
}
.post-content h3, .page-content h3 {
	
}
.post-content h4, .page-content h4 {
	
}
.header-image {
	position: relative;
	width: 100%;
	height: auto;
	z-index: -1;
	top: -23px;
	margin-bottom: -30%;
	left: 0;
	right: 0;
}


/*---------SIDEBAR---------*/

.sidebar                  {
	color: #3d3d3f;
	font-size: 90%;
	line-height: 1.5; }
.widget        {
	margin-bottom: 40px; }
.widget.centered, .widget.centered .textwidget {
	text-align: center;
}
h3.widgettitle    {
	text-align: center;
	margin: 0 0 15px; }

.widget a:link, .widget a:visited, .widget a:active      {
	color: #e66793;
	text-decoration: none }
.widget a:hover     {
	color: #21b4d0;
	text-decoration: none }
.widget p    {
	margin: 0 0 10px }
.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 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: #8b8a8c;
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	line-height: 36px;
	height: 30px;
	padding: 3px 8px;
	width: 100%;
	border: 1px solid #e2e2e2 }
.sidebar .screen-reader-text {
	display: none;
}

.widget.subscribe h3.widgettitle {
	display: none;
}

/*Subscribe Block*/
.home-featuredposts .spot, .widget.subscribe {
	width: 300px;
	height: 250px;
	padding: 10px;
	overflow: hidden;
	background-color: #ec3781;
	border: 15px solid #ea2a79;
	text-align: center;
}
.home-featuredposts .spot h3, .widget.subscribe h3 {
	color: #ffffff;
	margin: 0 0 20px;
	
}
.home-featuredposts .spot h4, .widget.subscribe h4 {
	color: #f494bc;
	text-transform: lowercase;
	font-style: italic;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 5px;
	letter-spacing: none;
}
.emailform  {
	clear: both;
	margin: 10px 0 0; }
.emailinput {
	color: #8b8a8c;
	font-size: 12px;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 36px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0 10px;
	margin: 0;
	width: 100%;
	height: 36px; }

.emailsubmit {
	color: #ffffff;
	font-size: 16px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 36px;
	background-color: #3d3d3f;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0px 10px;
	margin: 10px 0 0;
	height: 36px;
	width: 100%; }
.emailsubmit:hover {
	background-color: #21b4d0 }
	
/*Recent Posts Widget*/
.widget-nextposts {
	overflow: hidden;
}
.widget-nextposts .nextpost {
	width: 48%;
	margin: 0 4% 15px 0;
	float: left;
	overflow: hidden;
	text-align: center;
	display: block !important;
	 }
	 .widget-nextposts .nextpost:nth-child(2n) {
	 	margin-right: 0;
	 }
	 .widget-nextposts .nextpost:nth-child(2n+1) {
	 	clear: both;
	 }
.widget-nextposts img {
	width: 100%;
	height: auto;
	 }
.widget-nextposts h4 {
	margin: 5px 0;
	color: #363636;
}
.widget-nextposts .postmeta {
	margin: 0;
	font-size: 10px;
}
.widget-nextposts a {
	color: #363636 !important;
}
.widget-nextposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }

/*Featured/Category Posts Widget*/
.widget-featuredposts {
	clear: both;
	overflow: hidden;
}
.widget-featuredposts .featuredpost {
	margin: 0 0 35px;
}
.widget-featuredposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }

/*---------POSTS---------*/

.post-content {
	margin-bottom: 70px;}
.post-content h2 {
}
h2.post-title {
	margin: 0 0 5px;
	line-height: 1.1;
}
	.post-single h2.post-title {
		margin: 10px 0 5px;
	}
h2.post-title a {
	text-decoration: none;
	color: #363636;
}
h2.post-title a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.post-content .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta               {
	color: #8b8a8c;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none;
	margin-bottom: 25px; }
.postmeta a   {
	color: #8b8a8c;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #ea2a79;
	text-decoration: none }
.postmeta em {
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
}

.postaside {
	border-left: 1px solid #ebebeb;
	padding-left: 15px;
}
	.post-content .postaside {
		width: 22%;
		float: right;
		text-align: center;
		margin: 0px 0 5px 20px;
		border: 1px solid #ebebeb;
		padding: 15px;
	}
.postaside .postmeta {
	margin: 0;
	padding: 0;
}
.postaside .avatar {
	margin: 0 auto 8px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 50px;
	height: 50px;
}
.postaside .postmeta-author {
	display: block;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8b8a8c;
	text-transform: none;
	letter-spacing: normal;
	font-size: 13px;
}
.postaside .postmeta-date {
	display: block;
	color: #3d3d3f;
	font-size: 12px;
	letter-spacing: .05em;
	margin: 5px 0 0;
}
	.postaside .postmeta-comments:before {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 1px solid #ebebeb;
		width: 30%;
		margin: 15px auto;
	}
.postaside .postmeta-comments {
	display: block;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8b8a8c;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 13px;
	margin: 0;
}
.metabottom {
	clear: both;
	margin-top: 30px;
	padding: 12px 3px 10px;
	overflow: hidden;
}
.metabottom .left      {
	width: 70%;
	float: left;
	display: inline-block; }
.metabottom .right      {
	text-align: right;
	max-width: 30%;
	float: right }
.metabottom .ccount a {
	margin-left: 0;
}
.metabottom a  { }
.metabottom a:hover  { }


a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8b8a8c;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #3d3d3f }
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post-content blockquote        {
	color: #8b8a8c;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #8b8a8c;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #3d3d3f;
	font-style: normal;
	font-size: 92%;
	margin: 15px 0 35px;
	padding: 30px 0 25px;
	border-bottom: 1px solid #ebebeb; }
	.recipe:before {
		content: "";
		display: block;
		width: 100%;
		background-image: url(images/bg.png);
		height: 4px;
		margin-bottom: 25px;
	}
.recipe h2                     {
	margin: 5px 0 3px; }

.recipe h3                    {
	font-size: 16px;
	clear: left; }
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4                    {
	font-size: 14px;
	color: #8b8a8c; }
.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   {
	margin-top: -10px;
	margin-bottom: 30px;
	clear: left;
	text-align: center;
	font-size: 120%; }
.recipe .time           {
	color: #8b8a8c;
	font-size: 12px;
	line-height: 1.4;
	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;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	 }
.recipe .time span  {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	 }
.recipe .left {
 }
.recipe .right {
 }
.recipe .photo {
	display: block;
	width: 140px;
	height: 140px;
	float: right;
	margin: 10px 0 10px 10px;
	font-size: 90%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.recipe .printbutton         {
	width: 140px;
	float: right;
	clear: right;
	text-align: center;
	background-color: #ffffff;
	margin-top: 8px;
}
.printbutton a {
	background-color: #ea2a79;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px 8px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .05em;
	display: inline-block;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}
.printbutton a:before { 
	font-family: "fontello";
	content: '\e805';
	margin: 0 7px 0 0;
	position: relative;
	top: 2px;
	font-size: 16px;
	line-height: 12px;
}
.printbutton a:hover {
	background-color: #21b4d0;
}
.printbutton img {
	vertical-align: middle;
	margin-right: 1px;
}

.recipe .left {
	margin-bottom: 25px;
}
.recipe .notes  {
	color: #8b8a8c;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source   {
	color: #8b8a8c;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	clear: left }

/*Inner Post Adspace*/
.innerpostads {
	margin: 0 0 50px;
	text-align: center;
	overflow: hidden;
}
.innerpostads .widget {
}
.innerpostads .widget.ad {
	width: 300px;
	float: left;
}
.innerpostads .widget.subscribe {
	width: 50%;
	min-width: 300px;
	float: right;
}

.innerpostads .subscribe {
	
}
.innerpostads .subscribe h3 {
	
}
.innerpostads .subscribe p {
	
}


/*Author Box*/
.authorbox {
	margin: 100px 0 60px;
	border: 1px solid #ebebeb;
	padding: 20px;
	text-align: center;
	clear: both;
}
.authorbox .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -80px auto 5px;
}
.authorbox h4 {
	background-color: #ea2a79;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .05em;
	display: inline-block;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
	margin: 10px 0 10px;
}
.authorbox .postmeta {
	margin: 0;
	font-size: 13px;
}
/*---------FEATURED POST STYLES---------*/
.home-featuredposts {
	overflow: hidden;
	width: 990px;
}
.featuredpost {
	width: 300px;
	height: 250px;
	margin-right: 40px;
	margin-bottom: 45px;
	float: left;
	position: relative;
	overflow: hidden;
}
.home-featuredposts .icit-spot-content {
	display: inline-b;
}
.home-featuredposts .spot {
	margin-right: 0;
	margin-bottom: 45px;
	float: left;
	position: relative;
	overflow: hidden;
}
.featuredpost:nth-child(2), .featuredpost:nth-child(6), .featuredpost:nth-child(9) {
		margin-right: 0;
	}
	.travel-featuredposts .featuredpost {
		margin-right: 40px;
	}
	.travel-featuredposts .featuredpost:nth-child(2), .travel-featuredposts .featuredpost:nth-child(3) {
		margin-right: 0px !important;
	}
	.travel-featuredposts .featuredpost:nth-child(3n+6) {
		margin-right: 0 !important;
	}

.featuredpost .post-thumb a {
	display: block;
}
.featuredpost .post-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.featuredpost .post-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	background-color: #3d3d3f;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	padding: 10px 15px 15px;
}
.featuredpost a {
	color: #ffffff !important;
}
.featuredpost .cat {
	margin-top: -22px;
	margin-bottom: 12px;
}
.featuredpost .cat span, .post-content .cat span {
	background-color: #ea2a79;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: .05em;
	display: inline-block;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}
	.cat span {
		display: inline-block;
		margin-right: 8px !important;
	}
	.featuredpost .cat-orange span, .post-content .cat-orange span {
		background-color: #fbbd00;
	}
	.featuredpost .cat-citron span, .post-content .cat-citron span {
		background-color: #bcd900;
	}
	.featuredpost .cat-kelly span, .post-content .cat-kelly span {
		background-color: #2bb36f;
	}
	.featuredpost .cat-sky span, .post-content .cat-sky span {
		background-color: #21b4d0;
	}
	.featuredpost .cat-royal span, .post-content .cat-royal span {
		background-color: #1e74d8;
	}
	.featuredpost .cat-plum span, .post-content .cat-plum span {
		background-color: #b03d9f;
	}
	.featuredpost .cat-charcoal span, .post-content .cat-charcoal span {
		background-color: #777778;
	}
.featuredpost a {
	text-decoration: none;
	color: #ffffff;
}
.featuredpost h2 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.featuredpost-lg {
	width: 640px;
	height: 545px;
	float: left;
	margin-right: 40px;
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
}
.featuredpost-lg img {
	width: 100%;
	height: auto;
	display: block;
}
.featuredpost a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
/*---------NEXT POST STYLES---------*/
h3.sectiontitle {
	text-align: center;
	font-size: 14px;
	margin: 20px 0 30px;
	letter-spacing: .08em;
}
h3.sectiontitle span {
	background-color: #ffffff;
	display: inline-block;
	padding: 3px 10px;
}
h3.sectiontitle:after {
	text-align: center;
	display: block;
	background-image: url(images/bg.png);
	content: "";
	height: 4px;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 15px;
}

.home-nextposts {
	overflow: hidden;
	margin-bottom: 40px;
}
.home-nextposts .nextpost {
	width: 18%;
	margin-right: 2.5%;
	float: left;
	text-align: center;
}
.nextpost img {
	width: 100%;
	height: auto;
}
.home-nextposts .nextpost:nth-child(5) {
	margin-right: 0;
}
.home-nextposts .nextpost:nth-child(6) {
	display: none;
}
.nextpost h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
}
.nextpost a {
	text-decoration: none;
}
.nextpost a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
/*---------RECENT POST STYLES---------*/


.teaserpost {
	margin: 0 0 35px;
	padding-bottom: 0;
	background-image: none;
	clear: both;
	overflow: hidden;
	}
	.home-teaserposts {
		margin-top: 45px;
	}
.teaserpost .postthumb  {
	clear: both;
	width: 30%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px; }
	.teaserpost-narrow .postthumb {
		width: 34%;
	}
.teaserpost .postthumb img {
	width: 100%;
	height: auto;
}
.teaserpost .post-content {
	width: 46%;
	float: left;
	 }
	 .teaserpost-narrow .post-content {
	 	width: 60%;
	 }
.teaserpost p {
	margin: 0 0 10px;
}
.teaserpost .postaside {
	width: 15%;
	float: right;
	text-align: center;
}
.teaserpost .cat span {
	font-size: 15px;
	margin: 2px 0 5px;
}
	.teaserpost .cat span {
		font-size: 13px;
	}
.teaserpost a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
.teaserpost h2 {
	margin: 0 0 10px;
}
	.teaserpost-narrow h2 {
		font-size: 26px;
	}
a.more-link     {
	color: #ea2a79;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em; }
	.teaserpost-narrow a.more-link {
		font-size: 16px;
	}
	.postnavigation {
		text-align: right;
		margin: -30px 0 0;
	}
	.postnavigation a.more-link {
		display: inline-block;
		color: #ffffff;
		font-size: 14px;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		line-height: 36px;
		background-color: #3d3d3f;
		text-align: right;
		cursor: pointer;
		border: none;
		padding: 0px 15px;
		margin: 0 0 0; }
	.postnavigation a.more-link:hover {
		background-color: #21b4d0 }
a.more-link:hover     {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
	a.more-link.orange {
		color: #fbbd00;
	}
	a.more-link.citron {
		color: #bcd900;
	}
	a.more-link.kelly {
		color: #2bb36f;
	}
	a.more-link.sky {
		color: #21b4d0;
	}
	a.more-link.royal {
		color: #1e74d8;
	}
	a.more-link.plum {
		color: #b03d9f;
	}
	a.more-link.charcoal {
		color: #777778;
	}
	
/*---------ARCHIVE STYLES---------*/
.archiveposts {
	overflow: hidden;
	margin-bottom: 40px;
}
.archiveposts .archivepost {
	width: 31.5%;
	margin-right: 2.75%;
	float: left;
	text-align: center;
}
.archivepost img {
	width: 100%;
	height: auto;
}
.archiveposts .archivepost:nth-child(3n) {
	margin-right: 0;
}
.archiveposts .archivepost:nth-child(3n+1) {
	clear: both;
}
.archivepost h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 8px 0;
	color: #363636;
}
.archivepost a {
	text-decoration: none;
}
.archivepost a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
.archivepost .postmeta {
	font-size: 10px;
	letter-spacing: .03em;
}	 
	
.archiveslist      {
	color: #6b6963;
	font-size: 13px;
	line-height: 21px;
	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: #21b4d0;
	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: #21b4d0 }
.archiveslist a:active, .subcategories a:active   {
	color: #21b4d0 }
.archiveslist em     {
	color: #8b8a8c;
	font-size: 10.5px }
	
.subcategories li:before {
	display: none;
}
.subcats    {
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding: 20px 15px 5px; }
.subcats h4 {
	color: #363636;
	text-align: center;
	margin: 0 0 10px;
}
.subcats ul.subcategories {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.subcats ul.subcategories li ul li  {
	display: inline-block; 
	margin: 0;
	padding: 0;
}
.categories li a {
	background-color: #ea2a79;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .05em;
	display: inline-block;
}
.subcats ul.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #21b4d0;
	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: #8b8a8c;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #21b4d0 }
.tagtitle   {
	color: #8b8a8c;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #8b8a8c;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #8b8a8c;
	font-size: 11px }
.tagtitle a:hover  {
	color: #21b4d0 }


/*---------FORMS---------*/

#submit, .submitbutton          {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: #363636;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	margin-top: 5px;
	padding: 9px 16px 8px;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #21b4d0 }
.commentinput, .styledinput, .captchainput            {
	color: #919394;
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #e2e2e2 }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #3d3d3f }
.commentinput {
	width: 100% }
.wpcf7-form   {
	font-family: "proxima_nova", 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 }
.searchform {
	max-width: 350px;
	border: 1px solid #e2e2e2;
}
.searchform .searchinput {
	color: #8b8a8c;
	font-size: 11px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 35px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	width: 80%;
}
.searchform .searchsubmit {
	color: #ea2a79;
	font-size: 18px;
	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; 
}
.searchform .searchsubmit:hover        {
	color: #21b4d0; }


/*---------FOOTER---------*/

.footer                                     {
	border-bottom: 1px single #ebebeb;
	margin-top: 25px; }
	.footer:before {
		content: "";
		display: block;
		width: 100%;
		background-image: url(images/bg.png);
		height: 4px;
		margin-bottom: 25px;
	}
.footer .wrap {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer a:link, .footer a:visited, .footer a:active        {
	color: #7fd4db;
	text-decoration: none }
.footer a:hover        {
	color: #ffffff }
.footer .footerwidget    {
	width: 31%;
	float: left;
	margin: 0 3.5% 0 0;
	 }
	 .footer .footerwidget:nth-child(3) {
	 	margin-right: 0;
	 	float: right;
	 	text-align: right;
	 }
.footer .footerwidget.ad  {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 250px;
	float: right; }
	.footer .footerwidget.ad h3.widgettitle, .footerad.ad h3.widgettitle {
		display: none;
	}
.footer h3.widgettitle    {
	margin: 0px 0 10px;
	text-align: left;
	 }
.footer .about h3.widgettitle:before {
	display: block;
	content: "";
	width: 90px;
	height: 90px;
	background-image: url(images/about.jpg);
	background-size: 100% 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
}
.footer .about strong {
	text-transform: uppercase;
	font-size: 95%;
	letter-spacing: .05em;
	font-weight: normal;
}
.footer .social {
	margin: 15px 0 0;
}
.footer .social a {
	font-size: 24px;
	color: #d8d8d8;
	margin: 2px 4px;
}
.footer .social a:hover {
	color: #21b4d0;
}
.subfooter  {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	border-top: 1px solid #ebebeb;
	margin-top: 15px;
	padding-top: 20px;
}
.subfooter .wrap {
	overflow: hidden;
}
.footernav       {	
	margin: 0 0 25px 0;
	padding: 0;
	width: 65%;
	float: left;
}
.footernav li    {
	display: inline-block;
	margin: 0 20px 0 1px;
	padding: 0 }
.subfooter a {
	text-decoration: none;
	color: #8b8a8c;
}

.footernav li.top a {
	font-weight: bold;
	color: #3d3d3f;
}
.subfooter a:hover, .footernav li.top a:hover {
	color: #21b4d0;
}
.copyright               {
	width: 35%;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #8b8a8c;
	margin: 0; }


.footerad {
	text-align: center;
	margin: 30px auto;
}
.footerad.ad {
	text-align: center;
	width: 728px;
	margin-top: 50px;
}

/*---------COMMENTS---------*/

#comments, #pings           {
	color: #363636;
	margin-top: 5px }
#respond            {
	color: #363636;
	margin-top: 35px }
#commentlist          {
	font-size: 13px;
	line-height: 21px;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 4px double #ebebeb;
}
#commentlist li           {
	margin: 0;
	padding: 30px 0 30px 60px;
	border-top: 1px solid #ebebeb;
	list-style-type: none;
}
	#commentlist 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 }
#commentlist li.bypostauthor       {
	background-color: #fff;
	padding: 13px 10px 13px 73px }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #eeedec;
	font-size: 20px;
	
	text-decoration: none;
	float: right }
.commentmeta         {
	color: #8b8a8c;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 0;
	padding: 0 }
.commentmeta em {
	text-transform: lowercase;
	letter-spacing: normal;
}
.commentmeta a {
	color: #8b8a8c }
.commentmeta strong           {
	color: #21b4d0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: normal; }
.commentmeta strong a            {
	color: #21b4d0;
	text-decoration: none }
.commentmeta a:hover         {
	color: #ea2a79;
	text-decoration: underline }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	float: left;
	margin-left: -60px; }
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #8b8a8c;
	font-size: 11px;
	line-height: 15px;
	background-color: #ebebeb;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	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: #8b8a8c;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #21b4d0;
	font-weight: bold;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #21b4d0 }
.commentnav .alignright a {
	color: #8b8a8c;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #21b4d0;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	background-color: #f7f7f7;
	padding: 15px 15px 10px 75px;
	margin: 15px 0 0;
	border: none }
#cancel_reply, #cancel_reply a       {
	color: #21b4d0;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #21b4d0;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #21b4d0;
	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     {
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	line-height: 15px;
	padding-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	height: 15px;
	clear: both }
	#wp_page_numbers li:before {
		display: none;
	}
.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 {
	display: inline-block;
	margin-left: 2px; }
#wp_page_numbers a         {
	color: #3d3d3f;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #8b8a8c;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover      {
	color: #ea2a79;
	background-color: #fff;
	border: none;
	font-weight: bold; }
#wp_page_numbers li.page_info         {
	color: #8b8a8c;
	color: #8b8a8c;
	font-size: 13px;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #21b4d0 }
#wp_page_numbers li.active_page a     {
	color: #ffffff;
	background-color: #3d3d3f;
	border: none;
	font-weight: bold;
}

/*----MAIN Menu----*/
#main_nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	clear: both;
}
	#main_nav:before {
		content: "";
		display: block;
		width: 100%;
		background-image: url(images/bg.png);
		height: 4px;
	}
#main_nav ul {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	float: left;
	margin: 0;
	padding: 7px 0;
	}
	
	#main_nav li {
		float: left;
		position: relative;
		width: auto;
		list-style: none;
		margin: 0 0 0 4px;
		padding: 0;
	}
	#main_nav li:first-child {
		margin-left: 0;
	}
	
	#main_nav > .wrap > ul > li {
		padding-bottom: 10px;
		margin-bottom: -10px;
	}
	
	#main_nav a {
		text-align: center;
		display: block;
		text-decoration: none;
		padding: 6px 10px;
		color: #3d3d3f;
	}
		#main_nav li a:hover {
			color: #ffffff;
			background-color: #ea2a79;
			cursor: pointer;
			-ms-transform: rotate(-2deg);
			-webkit-transform: rotate(-2deg);
			transform: rotate(-2deg);
		}
		/*#main_nav li.orange a:hover {
			background-color: #fbbd00;
		}
		#main_nav li.citron a:hover {
			background-color: #bcd900;
		}
		#main_nav li.kelly a:hover {
			background-color: #2bb36f;
		}
		#main_nav li.sky a:hover {
			background-color: #21b4d0;
		}
		#main_nav li.royal a:hover {
			background-color: #1e74d8;
		}
		#main_nav li.plum a:hover {
			background-color: #b03d9f;
		}
		#main_nav li.charcoal a:hover {
			background-color: #777778;
		}*/
	
	#main_nav li.home, #main_nav li.search {
		
	}
	
		#main_nav li.home a, #main_nav li.search a {
		padding-right: 0;
		}
	#main_nav li.home a:hover, #main_nav li.search a:hover {
		color: #ea2a79;
		background-color:transparent;
		-ms-transform: none;
		-webkit-transform: none; /* Chrome, Safari, Opera */
		transform: none;
	}
	/* Navigation submenu */
	#main_nav .menu-item:hover .sub-menu {
		display: block;
	}
	#main_nav .sub-menu {
		display: none;
		position: absolute;
		text-align: center;
		left: 50%;
		padding: 0;
		margin-top: 8px;
		margin-left: -80px;
		width: 160px;
		z-index: 2000;
		background-color: #3d3d3f;
		background-color: rgba(61,61,61,.95);
		font-size: 12px;
	}
	#main_nav .sub-menu:after { 
		bottom: 100%; 
		left: 50%;
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(61,61,61, 0); 
		border-bottom-color: #3d3d3f; 
		border-width: 8px; 
		margin-left: -8px; }
	#main_nav .sub-menu .menu-item {
		margin: 0;
	}
	#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 {
		-ms-transform: rotate(0); /* IE 9 */
		-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
		transform: rotate(0);
	}
		#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);
		}
	
	#main_nav li.search {
		
	}
	#main_nav li.search .sub-menu {
		left: 0;
		margin-left: -10px;
		width: 250px;
		padding: 10px;
	}
	
	#main_nav li.search .sub-menu:after { 
		left: 20px; }
	#main_nav li.search .searchform {
		width: 230px;
		height: 32px;
		background-color: #ffffff;
	}	
	#main_nav li.search .searchform .searchinput {
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		background-color: transparent;
		width: 85%;
	}
	#main_nav li.search .searchform .searchsubmit {
		height: 32px;
		line-height: 23px;
		vertical-align: top;
		background-color: transparent;
		padding: 0 8px 0 0;
		width: 15%;
		font-size: 15px;
		margin-top: -2px;
	}
	#main_nav li.search .sub-menu .menu-item a {
		color: #ffffff;
		display: block;
		width: 200px;
		padding: 8px 20px 6px;
	}
	#main_nav .social {
		float: left;
		vertical-align: middle;
		margin-top: 0px;
		margin-left: 5px;
	}
	#main_nav .social a {
		display: inline-block;
		font-size: 15px;
		text-decoration: none !important;
		margin: 1px;
		padding: 8px 1px 0;
		color: #bbbbbb;
	}
	#main_nav .social a:before {
		
	}
	#main_nav .social a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */		
			}	

.headersearch {
	float: right;
	text-align: right;
	margin: 7px 0 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	clear: none;
	border: 1px solid #ebebeb;
}
	.headersearch .searchform {
		border: none !important;
	}
	.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] {
		background-color: transparent;
		color: #9e9f9f;
		padding: 0 10px;
		margin-right: 30px;
		height: 25px;
		line-height: 25px;
		width: 40px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		font-size: 11px;
	}

	.headersearch input[type=search]:focus {
		width: 110px;
		background-color: #fff;
		color: #3d3d3f;
	}
	
	.headersearch .searchsubmit {
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 29px;
		background-color: transparent;
		color: #3d3d3f;
		cursor: pointer;
		border-style: none;   
		padding: 0;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 5px;
	}
		.headersearch .searchsubmit:hover {
			color: #ea2a79;
		}

 
/* ---- FONTELLO ---- */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?68063542');
  src: url('fonts/fontello.eot?68063542#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?68063542') format('woff'),
       url('fonts/fontello.ttf?68063542') format('truetype'),
       url('fonts/fontello.svg?68063542#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-rss-circled:before { content: '\e80d'; } /* '' */
.icon-rss:before { content: '\e800'; } /* '' */
.icon-youtube-circled:before { content: '\e804'; } /* '' */
.icon-youtube:before { content: '\e810'; } /* '' */
.icon-email-circled:before { content: '\e806'; } /* '' */
.icon-email:before { content: '\e813'; } /* '' */
.icon-facebook-circled:before { content: '\e80a'; } /* '' */
.icon-facebook:before { content: '\e807'; } /* '' */
.icon-twitter-circled:before { content: '\e808'; } /* '' */
.icon-twitter:before { content: '\e809'; } /* '' */
.icon-gplus-circled:before { content: '\e80b'; } /* '' */
.icon-gplus:before { content: '\e812'; } /* '' */
.icon-pinterest-circled:before { content: '\e80c'; } /* '' */
.icon-pinterest:before { content: '\e811'; } /* '' */
.icon-instagram-circled:before { content: '\e80e'; } /* '' */
.icon-instagram:before { content: '\e80f'; } /* '' */

.icon-home:before { content: '\e803'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.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'; } /* '' */