/* 
Theme Name: I Heart Naptime
Theme URL: http://www.iheartnaptime.net
Description: Responsive theme for I Heart Naptime.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.2
*/

/* 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 : 800px ) {
	.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: 67.27%;
		margin-left: 0;
		max-width: 740px;
	}
		.span_content_full {
			width: 100%;
			float: none;
			max-width: 100%;
		}
	.span_sidebar { 
		width: 28%;
		max-width: 300px;
	}
}


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

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

body                           {
	color: #58585b;
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
	background: #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: #3ec2b7;
	text-decoration: underline }
a:hover             {
	color: #de426f;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5              {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 15px }
h1                        {
	color: #3ec2b7;
	font-size: 40px; }
h2      {
	color: #3ec2b7;
	font-size: 32px; }
h3                       {
	color: #3ec2b7;
	font-size: 26px; }
h4        {
	color: #de426f;
	font-size: 26px; }
h5        {
	color: #ababad;
	font-size: 18px; }
.clear {
	clear: both }
.wrapper                                       {
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
	padding: 0 20px;
	overflow: hidden; }
.clear {
	clear: both }
	
/*----Header----*/
.headerad {
	background-color: #d5d5d6;
	text-align: center;
	padding: 12px 0;
}
.hide_on_mobile {
	display: block;
	text-align: center;
}
.hide_on_desktop {
	display: none;
	text-align: center;
}
.hide_on_mobile .textwidget {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}
.hide_on_desktop .textwidget {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.header {
	margin: 0 0 45px;
	clear: both;
	border-bottom: 1px solid #eeeeee;
	 }
.header .logo    {
	margin: 30px 0 30px;
	padding: 0;
	float: left }

/*----Content----*/
#content                             {
	display: inline-block;
	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  {
	margin: 0 0 3px 10px;
	padding: 0; }
.span_content ul li:before {
	color: #3ec2b7;
	font-size: 5px;
	font-family: "fontello";
	content: '\e813'; /* '' */
	margin: 0 6px 0 -10px;
	position: relative;
	top: -3px;
}
.span_content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
.sep {
	background: url("images/bouncyheart.svg") center no-repeat;
	background-size: auto 100%;
	margin: 25px 0;
	height: 27px;
	display: block;
	clear: both;
}
/*----Sidebar----*/
.sidebar                  {
	font-size: 92%;
	display: inline-block;
	margin: 0;
	float: right;
	clear: right;
	min-width: 300px;
	z-index: 10; }
.topsidebar   { }
.leftsidebar         {
	margin: 0;
	float: left;
	width: 47%;
	margin-right: 6%; }
.rightsidebar    {
	margin: 0;
	width: 47%;
	float: right }
.lowersidebar {
	clear: both;
	margin: 0;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget        {
	margin-bottom: 35px }
h3.widgettitle    {
	margin: 0 0 12px; }
.widget-subtitle {
	color: #ababad;
	font-size: 18px;
	font-weight: 300;
	margin: -12px 0 12px;
	display: block;
}
.widget a:link, .widget a:visited, .widget a:active      {
	color: #3ec2b7;
	text-decoration: none }
.widget a:hover     {
	color: #de426f;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	 }
.widget p    {
	margin: 0 0 10px }

.sidebar select     {
	font-size: 11px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #ababad;
	font-style: italic;
	background-color: #ffffff;
	padding: 6px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e6e6; }
.about {
	background: url(images/bouncyheart.svg) 28px top no-repeat;
	padding-top: 22px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.about img {
	float: right;
	margin-top: -90px;
	margin-left: -15px;
}
.subscribe {
	
}
.subscribe p {
	margin: 2px 0 4px;
}
.emailform {
	overflow: hidden;
}
.checkboxes {
	color: #ababad;
	margin: 5px 0;
	font-size: 12px;
}
.checkboxes strong {
	color: #8a8a8c;
	text-transform: uppercase;
}
.emailinput {
	border: 1px solid #e5e6e6;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #58585b;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 8px;
}
.emailinput:focus {
	color: #58585b;
	font-style: normal;
}
.emailinput2 {
	width: 80%;
}
.emailsubmit {
	width: 20%;
	text-align: right;
	color: #3ec2b7;
	background-color: #ffffff;
	border: 1px solid #e5e6e6;
	border-left: 1px solid #ffffff;
	margin: 0 0 0 -4px;
	padding: 0px 8px 3px;
	height: 35px;
	line-height: 28px;
	font-size: 35px;
	vertical-align: middle;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: -4px;
}
.emailsubmit:hover {
	color: #de426f;
}
.subscribe .rss {
	margin-top: 5px;
}
.subscribe .rss strong {
	color: #de426f;
	font-size: 18px;
	font-weight: 300;
}
.subscribe .rss a {
	color: #ababad;
	margin-left: 9px;
}
.subscribe .rss a:before { 
	font-family: "fontello";
	content: '\e800'; 
	color: #de426f;
	margin-right: 2px;
}
.subscribe .rss a:hover {
	color: #de426f;
}
	
.recentposts { }
.recentposts h3 {
	margin-bottom: 13px; }
.recent {
	overflow: hidden;
	padding-bottom: 15px;
}
.recent img {
	margin-right: 9px;
	width: 60px;
	height: 60px;
	float: left }
.recent .title {
	float: left;
	width: 191px;
	display: inline-block;
	line-height: 1.1; }
.recent .recent-item {
	margin-bottom: 10px;
	padding: 0;
	background-image: none;
	clear: left;
	overflow: hidden }
.recent strong {
	font-size: 18px;
	display: block;
	font-weight: 300;
	text-transform: none;
	letter-spacing: normal; }
.recent small {
	color: #8a8a8c;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-top: 5px; }
.recent small em {
	color: #ababad;
	 text-transform: lowercase;
	 font-style: normal;
	 letter-spacing: normal;
	 font-weight: normal;
}

.featuredposts {
	overflow: hidden;
}
.featuredposts .featured-item {
	overflow: hidden;
	width: 31%;
	margin: 0 3% 9px 0;
	float: left;
}
.featuredposts .featured-item:nth-of-type(3n) {
	margin-right: 0;
}
.featuredposts .featured-item img {
	width: 100%;
	height: auto;
}
.featuredposts .featured-item .title {
	display: none;
}
/*Sidebar Tabs h17*/
ul.tabs-menu
{
  z-index: 100 !important;
}
.tabs {
	border: none !important;
}
.h17 {
	border: none !important;	
}

.h17 .tabs-content{
    background: #ffffff;
    border: 1px solid #eeeeee;
	padding: 5px;
}


.h17 .tabs-content-inner{
	padding: 13px;
}

.h17 select.tabs-menu{
	width:100%;
	padding: 5px;
	border: 0 !important;  
    -webkit-appearance: none;
    -moz-appearance: none;  
}

.h17 ul.tabs-menu{
	background: none;
}
.h17 ul.tabs-menu li{
	margin: 0;
	border:0;
}


.h17 ul.tabs-menu li a{
	color: #ababad;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	background: transparent;
	border: 1px solid rgba(255,255,255,0);
	border-top: 1px solid #ffffff;
	padding: 8px 10px;
	margin-bottom: -1px;
}
.h17 ul.tabs-menu li a:hover{
	color: #3ec2b7;
	background: transparent;
}

.h17 ul.tabs-menu li.selected a{
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 3px solid #3ec2b7;
	border-bottom: 1px solid #ffffff;
	color: #de426f;
}
.tabs-content a.plain {
	color: #58585b;
	text-decoration: underline;
}
.tabs-content a.plain:hover {
	color: #3ec2b7;
	text-decoration: none;
}
.tabs-content a.button {
	width: 48%;
	display: inline-block;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #de426f;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 15px;
	margin-top: 8px;
}
.tabs-content a.button:nth-of-type(2) {
	float: right;
}
.tabs-content a.button:hover {
	background-color: #3ec2b7;
}
/*Sidebar Tabs h18*/
.h18 {
	border: none !important;	
}

.h18 .tabs-content{
    background: #ffffff;
    border: 1px solid #eeeeee;
	padding: 5px;
}


.h18 .tabs-content-inner{
	padding: 10px;
}

.h18 select.tabs-menu{
	width:100%;
	padding: 5px;
	border: 0 !important;  
    -webkit-appearance: none;
    -moz-appearance: none;  
}

.h18 ul.tabs-menu{
	background: none;
}
.h18 ul.tabs-menu li{
	margin: 0;
	border:0;
}


.h18 ul.tabs-menu li a{
	color: #ababad;
	font-size: 18px;
	font-weight: 300;
	background: transparent;
	border: 1px solid rgba(255,255,255,0);
	border-top: 1px solid #ffffff;
	padding: 8px 15px;
	margin-bottom: -1px;
}
.h18 ul.tabs-menu li a:hover{
	color: #de426f;
	background: transparent;
}

.h18 ul.tabs-menu li.selected a{
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
	color: #de426f;
}


/*----Post Styles----*/
.post                  {
	overflow: hidden;
	margin-bottom: 35px; }
h2.posttitle, h1.posttitle {
	margin: 0; }
h2.posttitle a, h1.posttitle a  {
	color: #3ec2b7;
	text-decoration: none }
h2.posttitle a:hover, h1.posttitle a:hover  {
	color: #de426f }
.post p.lead {
	color: #8a8a8c;
	font-size: 18px;
	font-weight: 300;
	margin: -0 0 12px;
	display: block;
}
.post h3 {
	font-size: 22px;
}

.latest {
	color: #de426f;
	margin: 0;
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-block;
}
.postmeta               {
	color: #8a8a8c;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 25px; }
.postmeta em {
	color: #ababad;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
}
.postmeta a   {
	color: #8a8a8c;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #de426f;
	text-decoration: none }
.ccount     {
	display: inline-block;
	margin-left: 25px; }
.ccount a:before { 
	color: #de426f;
	font-size: 9px;
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-family: "fontello";
	content: '\e802'; }
.metabottom                   {
	clear: both;
	margin-top: 30px }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom .ccount  {
	background-image: none;
	margin: 0;
	padding: 0; }
.metabottom a:hover  { }
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	background-color: #ababad;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #58585b }
.post img {
	max-width: 660px;
	height: auto;
}
	.post img.hidden {
		width: 1px;
		height: 1px;	
		position: absolute;
		top: -100px;
		left: -100px;
	}
.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: #ababad;
	font-size: 18px;
	font-weight: 300;
	margin: 25px 0;
	border: 1px solid #eeeeee;
	padding: 20px 25px;
	display: block; }
.post blockquote p:last-of-type {
	margin-bottom: 8px;
}
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #ababad;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
	
/*Recipe Styles*/

a.jump {
	/**font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-block;
	text-align: center;
	width: 60px;
	float: right;
	text-decoration: none;
	margin: 10px 0 10px 10px;
	color: #de426f;**/
	display: none;
}
	a.jump em {
		display: block;
		margin: 0px auto;
		font-size: 20px;
		text-align: center;
		line-height: .5;
	}
	
.recipe                          {
	color: #58585b;
	font-style: normal;
	margin: 35px 0 35px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	border-top: 3px solid #3ec2b7;
	padding: 25px;
}
.recipe h2                     {
	
	margin: 0px; }
.recipe h3                    {
	color: #de426f;
	font-size: 22px;
	margin: 0 0 13px;
	clear: left; }
.recipe h4 {
	font-size: 18px;
	color: #ababad;
	margin: 0 0 6px;
}
.recipe ol:last-of-type   {
	margin-bottom: 0;
	 }
.recipetitle {
	background-color: #3ec2b7;
	color: #ffffff;
	padding: 20px 25px 15px;
}
.recipetitle a {
	color: #ffffff;
	text-decoration: underline;
}
.recipecontent {
	padding: 25px;
}
.recipe .summary   {
	margin-top: -5px;
	color: #ababad;
	font-size: 18px;
	font-weight: 300;
	clear: left }
.recipe .time           {
	color: #8a8a8c;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	margin: 3px 0 25px;
	overflow: hidden;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	color: #ababad;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	 }
.recipe .photo {
	float: right;
	width: 150px !important;
	height: 150px !important;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	margin-left: 15px; }
.recipe .ingredients {
	margin-bottom: 25px;
}
.recipe .notes  {
	color: #ababad;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .source   {
	color: #ababad;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0;
	clear: left }
.recipe .source a {
	text-transform: uppercase;
	font-weight: 600;
}
.recipe .source p {
	margin: 0;
}
.printbutton         {
	width: 150px;
	float: right;
	clear: right;
	margin: 18px 0 10px 15px;
	padding: 0;
	text-align: center; }
.printbutton a {
	display: inline-block;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 300;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	color: #58585b;
	margin: 0px 5px;
}
.printbutton a:before {
	color: #de426f;
	font-size: 16px;
}
.printbutton a:hover {
	color: #de426f;
}
/*Nutrition*/
.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-size: 86%;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 5% 5% 4%;
	color: #ababad;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		line-height: 1;
		display: inline-block;	
		font-weight: bold;
		color: #58585b;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .05em;
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
	}
		.recipe .nutrition p span {
			font-weight: normal;
		}
	.recipe .nutrition ul {
		margin: 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		.recipe .nutrition li:after {
			display: inline-block;
			content: ", ";
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition strong {
		font-style: italic;
		font-weight: normal;
		margin-right: 4px;
	}
	.recipe .nutrition span {
		font-weight: bold;
	}
	
/*Ratings*/
.rating {
    font-size: 12px;
    text-align: center;
    color: #ababad;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 150px;
	    float: right;
	    text-align: center !important;
	}
	.recipe .rating a.more-link {
		font-size: 12px;
		font-weight: bold;
		padding: 2px 10px;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.rating div.rating-container {
	  margin: 0;
	  text-align: center;
	}

	.rating div.rating-container.crfp-group-1 a {
		text-decoration: none;
		font-size: 14px;
	}
		.rating div.rating-container.crfp-group-1 a strong {
			text-transform: uppercase;
			letter-spacing: .08em;
			font-size: 92%;
		}
	.rating .review-total {
		 margin-bottom: 10px;
		 color: #ababad;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #ababad;
		}
		.rating .review-total a:hover {
			color: #de426f;
		}
	.rating .leave-a-review {
		color: #ababad;
		margin-top: 15px;
		text-align: center;
	}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#comment-list div.rating-container span.label, #comment-list div.rating-container label {
	display: none;
}

/* Inner Post */
.addthis_toolbox  {
	margin: 20px 0 10px;
}
.innerpostads {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.innerpostads .adspace {
	text-align: center;
}
.innerpostads h3, .innerpostads .widget-subtitle, .innerpostads p {
	text-align: center;
}
.innerpostads .adspace {
	max-width: 400px;
	margin: 25px auto;
}
.innerpostads .emailinput {
	width: 100%;
}
	.innerpostads .emailinput2 {
		
	}
.innerpostads .emailsubmit {
	width: 100%;
	text-align: center;
	border:none;
	color: #ffffff;
	background-color: #de426f;
	margin: 0;
	padding: 0 10px 4px;
	line-height: 35px;
	font-size: 15px;
	vertical-align: middle;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	position: relative;
	top: 0;
}
	.innerpostads .emailsubmit:hover {
		background-color: #3ec2b7;
	}
.innerpostads .social .textwidget {
	text-align: center;
	margin: ;
}
.innerpostads .social a {
	font-size: 26px;
	text-decoration: none;
	
}
.post .message {
	background-color: #3ec2b7;
	color: #ffffff;
	font-size: 110%;
	padding: 5px 15px;
	text-align: center;
}
	.post .message p {
		text-align: center;
	}
	.post .message a {
		color: #ffffff;
		background-color: #de426f;
		padding: 5px 12px;
		vertical-align: middle;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .05em;
		text-decoration: none;
	}
	
/*Author Box*/	
.authorbox {
	overflow: hidden;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 35px 0 30px;
	margin: 25px 0 25px; 
	}
.authorbox .avatar {
	float: left;
	width: 120px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #eeeeee;
	margin-right: 20px;
}
.authorbox h4 {
	color: #3ec2b7;
	margin: 0 0 3px;
}
.authorbox h5 {
	margin: 0;
}
.authorbox h5 a {
	color: #ababad;
}
.authorbox h5 a:hover {
	color: #de426f;
}
.authorbox p {
	font-size: 92%;
	margin: 10px 0;
}
.authorbox a.button {
	float: right;
	color: #ffffff;
	background-color: #de426f;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 15px;
	margin-top: 8px;
}
.authorbox a.button:hover {
	background-color: #3ec2b7;
}
.authorbox a.button strong {
	text-transform: uppercase;
}

/*---------TEASER STYLES---------*/

.teaserpost {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	position: relative;
}
	.teaserpost.odd, .related-posts .teaserpost:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaserpost.even {
		
	}
	
	.teaserpost a {
		text-decoration: none;
	}
	.teaserpost img {
		width: 100%;
		height: auto;
		display: block;
	}
.teaserpost .postmeta {
	margin: 20px 0 5px;
}
.teaserpost h2.posttitle {
	margin: 15px 0 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaserpost a:hover h2.posttitle {
		color: #3ec2b7;
	}

.teaserpost .postmeta {
	margin: 0;
}
.teaserpost .excerpt {
	margin: 0;
}
	.teaserpost .excerpt p {
		margin: 15px 0;
	}
.teaserpost .more {
	margin: 0;
}
.teaserpost .metabottom {
	margin: 10px 0 0;
}

/*----Homepage Category Styles----*/
.cat-posts {
	overflow: hidden;
	margin-bottom: 40px;
}
.cat-post-item {
	width: 31%;
	margin-right: 3.5%;
	float: left;
}
.archive-item {
	margin-bottom: 25px;
}
.cat-post-item img {
	width: 100% !important;
	height: auto;
}
.cat-post-item:nth-of-type(3n) {
	margin-right: 0;
}
.cat-post-item:nth-of-type(3n+1) {
	clear: both;
}
.cat-posts h3.posttitle {
	font-size: 22px;
	margin: 10px 0 3px;
}
.cat-posts h3.posttitle a {
	text-decoration: none;
}
.cat-posts .postmeta {
	font-size: 11px;
	margin-bottom: 15px;
}
.cat-posts .excerpt {
	font-size: 92%;
	margin-top: 5px;
}
.cat-posts .excerpt p {
	margin: 0 0 5px;
}
.homepagesection h3.widgettitle {
	margin: 20px 0 25px;
}
.homepagesection h3.widgettitle a {
	text-decoration: none;
	color: #de426f;
}
.homepagesection h3.widgettitle a span {
	display: inline-block;
	color: #ffffff;
	background-color: #de426f;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 15px;
	margin-top: 0px;
	float: right;
	font-weight: normal;
}
.homepagesection h3.widgettitle a span strong {
	font-weight: 600;
	text-transform: uppercase;
	}
.homepagesection h3.widgettitle a span:hover {
	background-color: #3ec2b7;
}
.more {
	overflow: hidden;
}
a.more-link {
	display: inline-block;
	color: #ffffff;
	background-color: #de426f;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
	margin-top: 8px;
	font-weight: normal;
	text-transform: none;
}
a.more-link strong {
	font-weight: 600;
	text-transform: uppercase;
}
a.more-link:hover {
	color: #ffffff !important;
	background-color: #3ec2b7;
}

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

h2.archivetitle, h2.pagetitle     {
	color: #3ec2b7;
	margin-top: 0;
	margin-bottom: 20px }
.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;
	float: left;
}
.archives .archivepost a {
	text-decoration: none;
}
.archives .archivepost a:hover h4 {
	color: #3ec2b7 !important;
}
.archives .archivepost .postmeta {
	color: #ababad;
}
.archives .archivepost:nth-child(4n) {
	margin-right: 0px;
}	
.archives .archivepost:nth-child(4n+1) {
	clear: both;
}	
	
.archives .archivepost h4 {
	margin: 0;
	text-align: center;
}
.archives .archivepost a .posttitle h4 {
	color: #ffffff;
	height: auto;
	overflow: hidden;
}

.archiveslist      {
	color: #ababad;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	width: 31%;
	float: left }
.archiveslist ul li      {
	color: #de426f;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link  {
	color: #58585b;
	text-decoration: none }
.archiveslist a:visited  {
	color: #ababad;
	text-decoration: none }
.archiveslist a:hover   {
	color: #de426f }
.archiveslist a:active   {
	color: #de426f }
.archiveslist em     {
	color: #ababad;
	font-size: 10.5px }
.subcats {
	border: 1px solid #eeeeee;
	padding: 20px 25px;
	margin: 0 0 30px;
}
.subcats h4 {
	font-size: 22px;
	color: #ababad;
	margin: 0 0 10px;
}
.subcats ul li:before {
	display: none;
}
.subcats ul {
	margin: 0;
	padding: 0;
}
.subcats ul li  { 
	display: inline-block;
	margin: 0;
	padding: 0;
}
.subcategories li ul li a {
	display: inline-block;
	color: #ffffff;
	background-color: #de426f;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
	margin: 4px 8px 4px 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
}
.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #3ec2b7;
}
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a     {
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #ababad;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #ababad;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #de426f }
.tagtitle   {
	color: #ababad;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #ababad;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #ababad;
	font-size: 11px }
.tagtitle a:hover  {
	color: #de426f }
	
/*----Shop/Affiliate Items ----*/
.affiliate-items {
	overflow: hidden;
	text-align: center;
	border: 1px solid #eeeeee;
	border-bottom: 3px solid #3ec2b7;
	padding: 10px 25px 0;
	margin-top: 45px;
}
	.affiliate-items .cat-posts {
		overflow: hidden;
		margin-bottom: 0px;
	}
.affiliate-items h3 {
	text-align: center;
}
.affiliate-items .subtitle {
	color: #ababad;
	font-size: 13px;
	font-weight: 300;
	margin: -12px 0 20px;
	display: block;
	text-align: center;
}
.singlepost .shop-posts {
	text-align: center;
}
.shop-page .shop-item {
	width: 18%;
	margin: 0 2.5% 3% 0;
	display: inline-block;
	float: left;
	clear: none;
}
	.shop-page .shop-item:nth-of-type(5n) {
		margin-right: 0;
	}
	.shop-page .shop-item:nth-of-type(5n+1) {
		clear: both;
	}
.singlepost .shop-posts .shop-item {
	width: 22%;
	margin: 0 3% 3% 0;
	display: inline-block;
	float: none;
	clear: none;
}
	.singlepost .shop-posts .shop-item:nth-of-type(3n) {
		margin-right: 3%;
	}
	.singlepost .shop-posts .shop-item:nth-of-type(3n+1) {
		clear: none;
	}
	.singlepost .shop-posts .shop-item:nth-of-type(4n) {
		margin-right: 0;
	}
	.singlepost .shop-posts .shop-item:nth-of-type(4n+1) {
		clear: both;
	}
.shop-item a {
	text-decoration: none;
}
	.shop-item a:hover, .shop-item a:hover h3.posttitle {
		color: #de426f;
	}
.singlepost .shop-item h3.posttitle {
	font-size: 18px;
	margin: 10px 0 3px;
}
.shop-item .more {
	margin: 0 0 10px;
}
.shop-item p.excerpt {
	margin: 10px 0;
}
.shop-item .postmeta               {
	color: #8a8a8c; }

/*----Forms----*/
#submit, .submitbutton, a.submitbutton,#commentform #submit         {
	color: #fff;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 15px;
	background-color: #de426f;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 8px;
	border-style: none;
	    }
#submit:hover, .submitbutton:hover, #commentform #submit:hover        {
	background-color: #3ec2b7 }
.commentinput, .styledinput, .captchainput, #commentform input            {
	color: #ababad;
	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: #58585b }
.commentinput, #commentform input {
	width: 100% }
#content #searchform      {
	max-width: 400px }
#commentform textarea {
	color: #ababad;
	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;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.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: #de426f;
	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 }
.span_content .searchform {
	border: 1px solid #e5e6e6;
	overflow: hidden;
	max-width: 400px;
}
.span_content .searchinput {
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #58585b;
	background-color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	width: 80%;
	vertical-align: middle;
}
.span_content .searchinput:focus {
	color: #58585b;
	font-style: normal;
}
.span_content .searchsubmit {
	width: 20%;
	text-align: right;
	color: #3ec2b7;
	background-color: #ffffff;
	border: none;
	margin: -5px 0 0 -4px;
	padding: 0px 3px;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
	vertical-align: middle;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
}
.span_content .searchsubmit:hover {
	color: #de426f;
}

/*----Footer----*/
.footer                                     {
	color: #ffffff;
	background-color: #65cec6;
	width: 100%;
	overflow: hidden;
}
.footer .wrap, .subfooter .wrap  {
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
	padding: 40px 20px 50px;
	width: 100%; }
.footer a:link, .footer a:visited, .footer a:active, .subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #ffffff;
	text-decoration: none }
.footer a:hover, .subfooter a:hover        {
	color: #9ee0db }
.footerwidgets {
	overflow: hidden;
}
.footerwidgets h3 {
	color: #ffffff;
}
.footerwidgets .widget-subtitle {
	color: #c5ece9;
}
.footerwidgets .subscribe {
	width: 70%;
	float: left;
	margin: 0;
}
	.footerwidgets .emailform {
		overflow: hidden;
	}
	.footerwidgets .emailinput {
		border: 1px solid #e5e6e6;
		font-size: 13px;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		color: #58585b;
		background-color: #ffffff;
		margin: 0px;
		padding: 0px 10px;
		height: 42px;
		line-height: 42px;
		width: 33%;
		vertical-align: middle;
		margin: 0 .5% 0 0;
		float: left;
	}
	
	.footerwidgets .emailinput2 {
		width: 33%;
		margin: 0 .5% 0 0;
	}
	.footerwidgets .emailsubmit {
		width: 33%;
		text-align: center;
		float: left;
		background-color: #de426f;
		color: #ffffff;
		border: 1px solid #de426f;
		margin: 0;
		padding: 0px 8px 3px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		vertical-align: middle;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer;
		top: 0;
	}
	.footerwidgets .emailsubmit:hover {
		background-color: #e58aa4;
		border: 1px solid #de426f !important;
	}
.footerwidgets .social {
	width: 200px;
	float: right;
	text-align: right;
	margin: 40px 0 0;
	font-size: 20px;
}
	.footerwidgets .social .textwidget {
		text-align: right;
	}
	.footerwidgets .social a {
		margin: 0 0 0 8px;
	}
	
.footerwidgets .instagram {
	width: 30%;
	margin: 0;
	float: right;
	text-align: right;
}


.subfooter {
	color: #ffffff;
	background-color: #3ec2b7;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	width: 100%;
	overflow: hidden;
	background-color: #3ec2b7;
}
.subfooter .wrap {
	overflow: hidden;
	padding: 16px 20px;
}
.subfooter .social {
	display: inline-block;
	font-size: 14px;
}
.footernav       {
	display: inline-block;
	float: left;
	 }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav li.backtotop a {
	font-weight: 600;
}
.copyright               {
	display: inline-block;
	float: right;
	text-align: right;
	 }
.copyright a {

}
.copyright a:hover {
	
}

.footerads    {
	width: 100%;
	text-align: center;
	margin: 20px auto 35px; 
	overflow: hidden;
}
.footerad    {
	width: 728px;
	float: left; }
.footerad.hide_on_desktop {
	width: auto;
	float: none;
}
.footerbadge {
	display: inline-block;
	float: right;
	width: 300px;
	text-align: center;
	margin-top: 15px;
}
.footerwidgets .instagram {
	
}
.footerwidgets .instagram ul, .footerwidgets .instagram li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.footerwidgets .instagram li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}
	.footerwidgets .instagram li:nth-child(3n) {
		margin-right: 0;
	}
	.footerwidgets .instagram li img {
		width: 100%;
		height: auto;
		display: block;
	}
	.footerwidgets .instagram li:before {
		display: none;
	}
.footerwidgets .instagram p.clear {
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
}
/*----Comments----*/
h4#comments, h4#pings, h4#respond {
	margin-top: 0;
}
#comments, #pings  { }
h4#comments a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #ababad;
}
h4#comments a:hover {
	color: #de426f;
}
#respond            {
	margin-top: 35px }
#comment-list          {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0; }
#comment-list li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
	padding: 30px 0px 30px 0px; }
#comment-list li:before {
	display: none !important;
}
#comment-list li.bypostauthor, #comment-list li.comment-author-iheartnaptime   {
	background-color: #f6f6f6;
	border: none; }
#comment-list li p    {
	font-size: 92%;
	margin: 2px 40px 6px 0;
	padding: 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         {
	color: #8a8a8c;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #ababad;
	font-style: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-weight: normal; }
.commentmeta a {
	color: #8a8a8c }
.commentmeta strong           {
	color: #3ec2b7;
	font-size: 13px;
	 }
.commentmeta strong a            {
	color: #3ec2b7;
	 }
.commentmeta a:hover         {
	color: #de426f; }
.commentmeta a.comment-edit-link, .commentmeta a.comment-reply-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#comment-list .avatar    {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 7px;
	float: right }
#commentform   {
	margin-bottom: 60px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #ababad;
	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: #ababad;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #3ec2b7;
	font-weight: normal;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #de426f; }
.commentnav .alignright a {
	color: #ababad;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #de426f;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li ul li           {
	list-style-type: none;
	padding: 20px;
	border: none; }
#comment-list li ul li.bypostauthor           {
	background-color: #f6f6f6;
	list-style-type: none;
	border: none; }

#cancel_reply, #cancel_reply a       {
	color: #de426f;
	font-size: 11px;
	font-weight: bold }
.thdrpy a  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	background-color: #ababad;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	padding: 1px 3px }
.thdrpy a:hover {
	color: #fff;
	background-color: #58585b }

/*----Top Menu----*/
.topbar                   {
	background-color: #3ec2b7;
	width: 100%;
	height: 38px;
	font-size: 12px;
	line-height: 38px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase; }
.topbar .wrap {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.topbar .searchform {
	display: inline-block;
	float: right;
}
.topbar .searchform .searchinput {
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	background-color: #6ed1c9;
	border: none;
	margin: -2px 0 0 0;
	padding: 4px 10px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.topbar .searchform .searchinput:focus {
	color: #ffffff;
	font-style: normal;
}
.topbar .searchform .searchsubmit {
	background-color: transparent;
	border: none;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.topbar .searchform .searchsubmit:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.topbar .searchform .searchsubmit:active {
	position: relative;
	top: 1px;
}
.topbar .social {
	float: right;
	display: inline-block;
}
.topbar .social:before {
	content: "";
	display: inline-block;
	height: 24px;
	border-left: 1px solid #78d4cd;
	vertical-align: middle;
	margin: 0 15px;
}
.topbar .social a:before {
	font-family: "fontello";
	font-size: 15px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	margin-left: 8px;
}
.topbar .social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.topbar ul.topnav   {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 }
.topbar ul.topnav li      {
	margin: 0;
	padding: 0;
	height: 38px;
	float: left }
.topbar ul.topnav li a      {
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	float: left }
.topbar ul.topnav li a:hover, .topbar ul li:hover > a  {
	background-color: #52c8bf;
	color: #ffffff; }
.topbar .topnav li ul a:hover, .topbar ul li li:hover > a {
	color: #ffffff; }
.topbar .topnav li ul       {
	background: #52c8bf;
	margin: 38px 0 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 160px; }
.topbar .topnav li ul li  {
	height: auto;
	margin: 0;
	padding: 0 }
.topbar .topnav li:hover ul {
	left: auto }
.topbar .topnav li ul li a   {
	color: #ffffff;
	height: 35px;
	line-height: 20px;
	padding: 7px 15px;
	margin: 0;
	width: 160px; }
.topbar ul.topnav li li:hover > a, .topbar ul li li a:hover   {
	color: #FFFFFF;
	background-color: #de426f }
.topbar .topnav li li ul  {
	visibility: hidden;
	margin: 0 0 0 150px;
	background-color: #3ec2b7; }
.topbar .topnav li li ul a  {  }
.topbar ul.topnav li li li:hover > a, .topbar ul li li lia:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,.1) }
.topbar .topnav li li:hover ul {
	visibility: visible }
.topbar ul.topnav ul li:last-child > a  {
	border-bottom: none }
.topbar ul.topnav ul ul li:first-child > a { }


/*----Main Menu----*/
#mobilenav {
	display: none;
}
.nav {
	position:relative;
	display:inline-block;
	font-size:20px;
	line-height: 1.2;
	text-transform: lowercase;
	font-weight: 300;
	float: right;
	z-index: 1000;
	overflow: visible;
	z-index: 1000;
	margin-top: 35px;
}
.nav-list {
	text-align:left;
}
.nav-list .menu-item {
	float: left;
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1000;
	margin-left: 25px;
}
.nav-list .menu-item a {
	display: block;
	color: #58585b;
	padding: 10px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
}
.nav-list .menu-item > a:hover, .nav-list .menu-item:hover a {
	color: #de426f;
}
.nav-list .menu-item:hover .sub-menu {
	display: block;
}
.nav-list .menu-search {
	text-align: center;
}
.nav-list .searchform2  {
	text-align: center !important;
	margin: 0 auto;
	float: none !important;
	width: 100%;
	 }
/* Menu Icons */
.nav-list .menu-item>a:before {
	font-family: "fontello";
	display: block;
	color: #de426f;
	font-size: 28px;
}
.nav-list .menu-item>a:hover:before, .nav-list .menu-item:hover>a:before {
	
}
.nav-list .menu-item.recipes>a:before { content: '\e811'; } /* '' */
.nav-list .menu-item.diy>a:before { content: '\e80e'; } /* '' */
.nav-list .menu-item.holidays>a:before { content: '\e810'; } /* '' */
.nav-list .menu-item.freebies>a:before { content: '\e80f'; } /* '' */
.nav-list .menu-item.blog>a:before { content: '\e80d'; } /* '' */
.nav-list .menu-item.series>a:before { content: '\e816'; } /* '' */

/* Navigation submenu */
.nav-list .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	text-transform: lowercase;
	font-size: 15px;
	letter-spacing: normal;
	z-index: 2000;
	background: #de426f;
}
.nav-list .sub-menu:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(222, 66, 111, 0); 
	border-bottom-color: #de426f; 
	border-width: 10px; 
	margin-left: -10px; }
.nav-list .sub-menu .menu-item {
	margin: 0;
}
.nav-list .sub-menu .menu-item a {
	color: #ffffff;
	display: block;
	width: 160px;
	padding: 10px 20px;
}
.nav-list .sub-menu .menu-item:first-of-type a {
	border-top: none;
}
.nav-list .sub-menu .menu-item a:hover {
	background:#3ec2b7;
}
	.nav-list .sub-menu .menu-item-has-children a {
		
	}
	.nav-list .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;
	}
	.nav-list .sub-menu .menu-item .sub-menu .menu-item a:hover {
		color: rgba(255,255,255,.7);
	}
	
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:-34px;
	right:20px;
	background: url(images/nav.svg) right 24px / 14px no-repeat transparent;
	padding: 20px;
	width: 200px;
	height: auto;
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 23px;
}
.nav-mobile:hover {
	color: #ffffff
}
#mobilenav .nav-list {
	margin-top: -10px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:50px;
	width:50px;
	cursor:pointer;
	display: none;
}
.nav-click i {
	display:block;
	height:50px;
	width:50px;
	background:url(images/drop.svg) no-repeat center center;
	background-size:16px;
}
.nav-click:hover {
	background-color:#3ec2b7;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 120px) and (max-width: 768px) {
	.nav-mobile {
		display:block;
		margin-top: -15px;
	}
	.nav {
		margin: 0px 0 25px;
		width:100%;
		padding: 0px 0 0;
	}
	.nav-list {
		display:none;
		margin: 0 !important;
		padding: 0 !important;
	}
	.nav-list .menu-item {
		width:100%;
		float:none;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1;
	}
	.nav-list .menu-item > a {
		padding: 15px 15px 15px !important;
		margin: 0;
		background-color: #52c8bf;
		border-bottom: 1px solid #78d4cd;
		color: #ffffff;
	}
	.nav-list .menu-item a:before { 
		display: inline-block;
		color: #8bdad4;
		font-size: 18px;
		margin-right: 10px;
		margin-left: -18px; }
	.nav-list .menu-item > a:hover, .nav-list .menu-item:hover a {
		color: #ffffff;
	}
	.nav-list .menu-item > a:hover {
		background-color: #3ec2b7;
		color: #ffffff;
	}
		.nav-list .sub-menu {
			width: 100%;
			left: 0;
			margin-left: 0;
		}
		.nav-list .sub-menu .menu-item a, .nav-list .sub-menu .sub-menu .menu-item a {
			padding:10px 15px;
			margin: 0;
			background-color: #3ec2b7;
			border-none: none;
			color: #ffffff;
			width: 100%;
		}
		.nav-list .sub-menu .menu-item a:hover {
			color: rgba(255,255,255,.6);
		}
		.nav-list .sub-menu:after { 
			color: #ffffff;
			display: none; }
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-list .menu-item:hover .sub-menu {
		display:none;
	}
	.nav-list .sub-menu {
		position:static;
		width:100%;
	}
}

/*----PAGE NUMBERS----*/

#wp_page_numbers     {
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 15px;
	margin: 20px 0;
	width: 100%;
	clear: both; }
	.homenavigation #wp_page_numbers {
		margin: -40px 0 40px;
	}
	.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: #ababad;
	padding: 5px 8px;
	display: inline-block;
	background-color: #ffffff;
	text-decoration: none;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #ababad;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	 }
#wp_page_numbers li.page_info         {
	color: #ababad;
	font-size: 11px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	padding-top: 3px;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #de426f }
#wp_page_numbers li.active_page a     {
	border: none;
	color: #58585b;
	background-color: #ffffff }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }
	
/*-----HOMEPAGE SLIDESHOW-----*/
#slides {
  display: none;
  position: relative;
  z-index: 10;
  overflow: visible;
  margin-bottom: 60px;
}

#slides .slide {
	width: 100%;
	height: 100%;
	
}
#slides .slide img {
	width: 100% !important;
	height: auto !important;
}
/*	Caption */
.slide a {
	
}
.slide .caption {
	text-align: left;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 75px;
	z-index: 100;
	margin-right: 20px;
}
.slide .caption a {
	display: inline-block;
	padding: 20px 30px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9)
}
.slide .caption a:hover {
	background-color: #ffffff;
	background-color: rgba(255,255,255,.95)
}
.slide .caption .postmeta {
	margin: 0;
}

.slide .caption h2 {
	color: #3ec2b7;
	margin: 0 0 5px;
}
.slide a:hover h2  {
	color: #de426f;
}

#slides .slidesjs-navigation {
}

#slides a.slidesjs-previous, #slides a.slidesjs-next {
	background-color: #ffffff;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	bottom: 192px;
	z-index: 150;
}
#slides a.slidesjs-previous {
	left: -15px;
	padding-left: 3px;
}

#slides a.slidesjs-next {
	right: -15px;
	padding-right: 3px;
}

.slidesjs-pagination {
	list-style: none;
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 100;
}

.slidesjs-pagination li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.slidesjs-pagination li a {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 6px;
	background-color: #ffffff; 
	text-indent: -9999px;  }
.slidesjs-pagination li:before {
	display: none;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-color: #3ec2b7; 
}

.slidesjs-pagination li a:hover {
  
}

#slides a:link,
#slides a:visited {
	text-decoration: none;
}

#slides a:hover,
#slides a:active {
}
    
/* ---- 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-comment:before { content: '\e802'; } /* '' */
.icon-facebook-circled:before { content: '\e803'; } /* '' */
.icon-twitter-circled:before { content: '\e804'; } /* '' */
.icon-gplus-circled:before { content: '\e805'; } /* '' */
.icon-pinterest-circled:before { content: '\e806'; } /* '' */
.icon-twitter:before { content: '\e807'; } /* '' */
.icon-facebook:before { content: '\e808'; } /* '' */
.icon-gplus:before { content: '\e809'; } /* '' */
.icon-pinterest:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80b'; } /* '' */
.icon-instagram-circle:before { content: '\e80c'; } /* '' */
.icon-cat-blog:before { content: '\e80d'; } /* '' */
.icon-cat-diy:before { content: '\e80e'; } /* '' */
.icon-cat-freebies:before { content: '\e80f'; } /* '' */
.icon-cat-holiday:before { content: '\e810'; } /* '' */
.icon-cat-recipes:before { content: '\e811'; } /* '' */
.icon-cat-series:before { content: '\e816'; } /* '' */
.icon-menu:before { content: '\e812'; } /* '' */
.icon-dot:before { content: '\e813'; } /* '' */
.icon-print:before { content: '\e814'; } /* '' */
.icon-save:before { content: '\e815'; } /* '' */