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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

    .span_content {
        margin-left: 0;
        width: 57%;
        max-width: 600px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 38%;
        min-width: 300px;
        max-width: 400px;
        float: right;
        display: inline-block;
        clear: right;
    }
}
.wrapper {
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1080px;
    background-color: #ffffff;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1080px;
}

/*---------STRUCTURE---------*/

@font-face {
    font-family: 'verb';
    src: url('fonts/verbregular-webfont.eot');
    src: url('fonts/verbregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verbregular-webfont.woff2') format('woff2'),
         url('fonts/verbregular-webfont.woff') format('woff'),
         url('fonts/verbregular-webfont.ttf') format('truetype'),
         url('fonts/verbregular-webfont.svg#verb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verb';
    src: url('fonts/verbsemibold-webfont.eot');
    src: url('fonts/verbsemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verbsemibold-webfont.woff2') format('woff2'),
         url('fonts/verbsemibold-webfont.woff') format('woff'),
         url('fonts/verbsemibold-webfont.ttf') format('truetype'),
         url('fonts/verbsemibold-webfont.svg#verb') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*@font-face {
    font-family: 'adelle';
    src: url('fonts/adelle_bold-webfont.eot');
    src: url('fonts/adelle_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adelle_bold-webfont.woff2') format('woff2'),
         url('fonts/adelle_bold-webfont.woff') format('woff'),
         url('fonts/adelle_bold-webfont.ttf') format('truetype'),
         url('fonts/adelle_bold-webfont.svg#adelle') 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.woff2') format('woff2'),
         url('fonts/adelle_italic-webfont.woff') format('woff'),
         url('fonts/adelle_italic-webfont.ttf') format('truetype'),
         url('fonts/adelle_italic-webfont.svg#adelle') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'adelle';
    src: url('fonts/adelle_reg-webfont.eot');
    src: url('fonts/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adelle_reg-webfont.woff2') format('woff2'),
         url('fonts/adelle_reg-webfont.woff') format('woff'),
         url('fonts/adelle_reg-webfont.ttf') format('truetype'),
         url('fonts/adelle_reg-webfont.svg#adelle') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
				
body                     {
	color: #55585a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.7;
	background: #ffffff;
	margin: 0;
	padding: 0; }
a, input[type=submit]  {
	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: #51cdce;
	text-decoration: underline }
a:hover           {
	color: #ff7094;
	text-decoration: none }
p    {
	margin: 20px 0; }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5              {
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 15px }
h1                        {
  color: #ff7094;
  font-size: 28px; }
h2      {
  color: #ff7094;
  font-size: 22px; }
h3                       {
  color: #ff7094;
  font-size: 20px; }
h4        {
  color: #55585a;
  font-size: 16px; }
h5        {
  color: #55585a;
  font-size: 14px; }

.clear {
  clear: both }
.screen-reader-text {
	display: none;
}

/*---------HEADER---------*/

.slicknav_menu, #mobile-nav {
  display: none;
}


.header {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  text-align: center;
   }
.header .logo    {
  padding: 0;
 }
  .header .logo a {
    display: inline-block;
    margin: 30px auto;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
    width: 390px;
    height: 80px;
  }
.header .social {
  
}
#nav .social {
	float: right;
	margin: 0;
	vertical-align: middle;
}
.social a {
  font-size: 12px;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  background-color: transparent !important;
}
.social a:hover {
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
    }


/*---------CONTENT---------*/

h2.pagetitle, h2.archivetitle, h3.searchtitle  {
  margin-top: 0 }
.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: #4abec0;
  font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  content: '\2022'; /* '' */
  margin: 0 6px 0 -10px;
  font-size: 15px;
}
.span_content ol li  {
  list-style-type: decimal;
  padding: 0 0 10px;
  margin: 0 0 0 20px }
.sep {
  background: url("images/sep.png") no-repeat;
  margin-top: 45px;
  margin-bottom: 45px;
  height: 23px;
  display: block;
  clear: both;
}

/*---------SIDEBAR---------*/

.sidebar                  {
  display: inline-block;
  z-index: 10;
  font-size: 95%;
  line-height: 1.6; }
.topsidebar   { }
.leftsidebar         {
  margin: 0;
  width: 48%;
  float: left }
.rightsidebar    {
  margin: 0;
  width: 48%;
  float: right }
.lowersidebar {
  clear: both;
  margin: 0;
}
.widget        {
  margin-bottom: 40px }
h3.widgettitle    {
  margin: 0 0 8px; }
.widget a {
	text-decoration: none;
}
.widget p    {
  margin: 0 0 10px }

.sidebar .ad {
  text-align: center;
}
.sidebar .ad .textwidget {
  width: 300px;
  margin: 0 auto;
}
.sidebar select     {
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #adaeaf;
  background-color: #ffffff;
  padding: 5px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc; }
.sidebar .screen-reader-text {
  display: none;
}

.about {
	min-height: 140px;
	padding-top: 20px;
}

.about h3.widgettitle {
	display: none;
}
.about p.simple-image {
	display: block;
	width: 140px;
	height: 140px;
	float: right;
	margin: 0px 0 0 10px;
}
	.about p.simple-image img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.about p.more a {
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #51cdce;
}
.about p.more a:hover {
  color: #ff7094;
}

/*Subscribe widget*/
.subscribe {
  border: 1px solid #cccccc;
  padding: 20px;
}
	.subscribe, .rss {
		font-size: 93%;
	}
.subscribe h3.widgettitle {
 color: #ff7094;
 margin: 0 0 4px;
}


.emailform {
	margin-top: 10px;
}

.emailinput, .search-input {
  font-size: 13px;
  line-height: 42px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #adaeaf;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0 10px;
  height: 42px;
  width: 100%;
  vertical-align: middle;
}
.emailinput:focus, .search-input:focus {
  color: #55585a;
}
.emailsubmit, .search-submit {
  color: #ffffff;
  background-color: #51cdce;
  border: none;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  vertical-align: middle;
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.emailsubmit:hover, .search-submit:hover {
  background-color: #ff7094;
}
	.search-form {
	  overflow: hidden;
	}
	.search-input {
	  width: 75%;
	  float: left;
	  margin: 0;
	}
	.search-submit {
		width: 25%;
		float: right;
		margin: 0 0 0 -4px;
	}
.input-group {
  overflow: hidden;
  color: #a0a1a2;
  clear: both;
  font-size: 12px;
  text-transform: lowercase;
  font-style: italic;
  vertical-align: middle;
  margin: 10px 0 0;
}
.input-group strong {
  float: left;
  font-family: "Verb", Arial, Helvetica, sans-serif;
  display: inline-block;
  color: #55585a;
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  font-size: 14px;
  vertical-align: middle;
  margin: 0;
}
.input-group ul, .input-group ul li {
  display: inline-block;
  float: left;
}
.input-group ul li {
  margin-left: 6px;
}
.input-group ul li label {
  margin-left: 2px;
}

.rss.widget {
	margin-top: -28px;
}
.rss.widget h3 {
	display: none;
}
.rss i {
	color: #ff9939;
	margin-right: 3px;
}
.rss .buttons {
	overflow: hidden;
}
.rss .buttons a.button {
	display: inline-block;
	width: 48%;
	float: left;
	text-align: center;
}
	.rss .buttons a.button:nth-child(2) {
		float: right;
	}
/*Books widget*/
.books {
  overflow: hidden;
  text-align: center;
}
.books p {
  margin: 0;
}
.books em {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}
.books h3 {
  text-align: left;
}
.books  h5 {
  color: #ff9939;
  margin: 5px 0 5px;
}
.books .left {
  width: 48%;
  float: left;
}
.books .right {
  width: 48%;
  float: right;
}
.books p.links a {
  font-family: "Verb", Arial, Helvetica, sans-serif;
  display: inline-block;
  color: #a0a1a2;
  font-size: 11px;
  margin: 0 3px;
  text-transform: uppercase;
  text-decoration: underline;
}
.books p.links a:hover {
  color: #51cdce;
}

/*Sidebar post widgets*/
.sidebar .item a:hover, .footer .item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sidebar .item img, .footer .item img {
    width: 100%;
    height: auto;
    display: block;
}

/*Featured Posts Widget*/
.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

.sidebar .featured .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .featured h4 {
	display: none;
}
	
.sidebar .featured .post-meta {
    display: none;
}

/*Recent Posts Widget*/
.sidebar .recent {
    text-align: left;
    overflow: hidden;
}

.sidebar .recent .item {
	overflow: hidden;
	margin-bottom: 12px;
}
.sidebar .recent .item img {
	width: 30%;
	margin-right: 4%;
	float: left;
}

.sidebar .recent h4 {
	margin: 15px 0 5px;
}
	
.sidebar .recent .post-meta {
    margin: 0;
}


/*Popular Posts Widget*/
.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 47%;
    float: left;
    margin: 0 5% 18px 0;
}

.sidebar .popular .item:nth-of-type(2n) {
    margin-right: 0;
}

.popular h4 {
   
}
	
.popular .post-meta {
    display: none;
}


/*Category Posts Widget*/
.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

.sidebar .category-posts .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

.sidebar .category-posts .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .category-posts h4 {
   margin: 10px 0;
   font-size: 14px;
   color: #363636;
}

.sidebar .category-posts h4 a {
    color: #363636;
}

.sidebar .category-posts .post-meta {
    display: none;
}
	
	
/*---------POST STYLES---------*/

.post                  {
  margin-bottom: 40px; }
h2.post-title, h1.post-title {
  color: #ff7094;
  margin: 0 0 5px;
  padding: 0 }
h2.post-title a, h1.post-title a  {
  color: #ff7094;
  text-decoration: none }
h2.post-title a:hover, h1.post-title a:hover  {
  color: #51cdce }
.post-meta               {
  color: #989a9b;
  font-size: 11px;
  margin-bottom: 15px;
  font-family: "Verb", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase; }
.post-meta em {
  text-transform: lowercase;
  font-style: italic;
  letter-spacing: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.post-meta a   {
  color: #989a9b;
  text-decoration: none }
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover          {
  color: #ff7094;
  text-decoration: none }
.ccount     {
  background-image: url("images/sprinkles1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
  margin-left: 10px;
  padding-left: 83px }
.meta-bottom .ccount, .post-meta .right    {
  float: right;
}
.meta-bottom                   {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding:12px 2px;
  margin-top: 20px;
  line-height: 24px; }
.meta-bottom .left      {
  width: 70%;
  float: left }
.meta-bottom .right      {
  text-align: right;
  width: 30%;
  float: right }
.meta-bottom .ccount  {
  background-image: none;
  margin: 0;
  padding: 0; }
.meta-bottom a:hover  { }
a.post-edit-link, a.comment-edit-link, a.comment-reply-link  {
  color: #fff;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #989a9b;
  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 {
  color: #fff;
  background-color: #55585a }

.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: #989a9b;
  font-style: italic;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 4px solid #c4c3c1 }
.wp-caption {
  text-align: left }
  
 a.more-link     {
   color: #51cdce;
   font-size: 18px;
   font-family: "Verb", Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
   text-transform: none;
   letter-spacing: normal; }
 a.more-link:hover {
   color: #ff7094; }

/*---RECIPE STYLES---*/
.wp-caption p   {
  color: #989a9b;
  font-size: 10px;
  text-align: center;
  margin-top: 2px;
  padding-right: 10px }
.recipe                          {
  color: #55585a;
  font-style: normal;
  margin: 85px 0 0;
  border: none;
  background-color: #ffffff;
  padding: 0 25px;
  border: 1px solid #cccccc;
}
.recipeheader {
	text-align: center;
	background: url(images/sep.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.recipebody {
}
.recipe h2 {
	color: #ff7094;
	margin: 5px 0; }
.recipe h3 {
	font-size: 18px;
	margin: 0 0 13px;
	clear: left; }
.recipe h4.recipe, .ingredients p strong {
	color: #989a9b;
	font-family: "Verb", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .07em;
  
}
.recipe ol:last-of-type   {
  margin-bottom: 0;
   }

.recipe .summary   {
  font-size: 110%;
  font-style: italic;
  clear: left;
  margin: 0 0 20px; }
.recipe .summary p {
  margin: 0 0 15px;
}
.recipe .post-meta {
	margin: 0;
}
.recipe .time           {
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.recipe .time p {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 }
.recipe .time strong, .recipe .yield strong  {
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
   }
.recipe .photo {
	margin: -70px auto 10px;
	width: 160px;
	height: 160px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.printbutton {
   }
.printbutton a {
  display: inline-block;
}
.printbutton a i {
	margin-right: 5px; 
}
.printbutton a:hover, .recipe a:hover {
  color: #55585a;
}


.recipe .left {
  margin-bottom: 30px;
}
.recipe sup {
  color: #ff9939;
  font-size: 11px;
  position: relative;
  top: -5px;
  margin-left: 3px;
}
.recipe .notes  {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
  background-color: #f6f6f6;
  margin: 25px -25px 0;
  padding: 20px 25px 25px;
  clear: left }
.recipe .notes p, .recipe .notes li {
  background-color: #fff;
  font-size: 96%;
  padding: 10px 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.recipe .notes ol, .recipe .notes ul {
  margin: 0;
  padding: 0;
}
	.recipe .notes ol { counter-reset: item; }
	.recipe .notes ol li { display: block; }
	.recipe .notes ol li:before {
	            content: counter(item) ". ";
	            counter-increment: item;
	            color: #ff9939;
	            margin-left: -20px;
	            display: inline-block;
	            width: 20px;
	            }
.recipe .notes ol li {
  margin-left: 0;
  padding-left: 30px;
  line-height: 1.6;
  list-style-type: decimal;
}
.recipe .notes ul li {
  margin-left: 0;
  line-height: 1.6;
  list-style-type: circle;
  list-style-position:inside;
}
.recipe .notes p:last-of-type {
  margin-bottom: 0;
}
.recipe .source p   {
  color: #989a9b;
  font-size: 12.5px;
  font-style: italic;
  margin-top: 1px;
  margin-bottom: 1px;
  clear: left }
.recipe-instagram {
	color: #ffffff;
	background-color: #51cdce;
	margin: 0 -25px 0;
	padding: 25px;	
}
	.recipe-instagram i {
		float: left;
		font-size: 70px;
		line-height: 1;
		margin: -10px 15px 0 0;
		
	}
	.recipe-instagram h4 {
		margin: 3px 0 5px;
	}
	.recipe-instagram p {
		margin: 0;
	}
	.recipe-instagram a {
	  color: #ffffff;
	}
	.recipe-instagram a:hover {
	  color: #55585a;
	  text-decoration: underline;
	}

.recipe-notice {
  color: #989a9b;
  font-size: 80%;
  line-height: 1.4;
  margin: 10px 0 30px;
}
.recipe-notice strong {
  text-transform: uppercase;
}
.recipe-notice a {
  color: #55585a;
  text-decoration: none;
}
.recipe-notice a:hover {
  color: #ff7094;
  text-decoration: underline;
}


.addthis_toolbox  {
  margin: 20px 0 10px;
}
.innerpostads {
  text-align: center;
  margin-bottom: 30px;
}

/*---------HOMEPAGE FEATURED STYLES---------*/
.homepage-featured {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddddde;
}
.homepage-featured h3 {
	display: none;
}
.homepage-featured .featuredposts {
	overflow: hidden;
}

.homepage-featured .featuredposts .item {
	width: 32%;
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	text-align: center;
}
	.homepage-featured .featuredposts .item:nth-child(3n) {
		margin-right: 0;
	}
.homepage-featured .featuredposts .item img {
	width: 100%;
	height: auto;
}
.homepage-featured .featuredposts .item a h4 {
	position: absolute;
	top: 50%;
	left: 7%;
	right: 7%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	color: #55585a;
	font-size: 14px;
	line-height: 1.1;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 10px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
}
	.homepage-featured .featuredposts .item a:hover h4 {
		background-color: #ffffff;
		background-color: rgba(255,255,255,.95);
	}

/*---------TEASER STYLES---------*/

.teaser-post {
	width: 47%;
	float: left;
}
	.teaser-post.odd, .teaser-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		margin-right: 0;
	}

.teaser-post img {
  width: 100%;
  height: auto;
  
}
.teaser-post a {
	text-decoration: none;
}
.teaser-post a h2, .teaser-post a h4 {
	margin: 10px 0 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post a:hover h2, .teaser-post a:hover h4 {
		color: #51cdce;
	}
.teaser-post a.more-link {
  font-size: 16px;
}
.teaser-post p {
	font-size: 95%;
}
.teaser-post .post-meta {
  margin-bottom: 13px;
}

.related {
	overflow: hidden;
	margin-bottom: 30px;
}
.related .teaser-post {
	margin-bottom: 4%;
}
/*Category Posts*/
.home-section .archivepost {
	margin-bottom: 15px;
}
.widget_categoryposts .more {
	text-align: center;
}
	.sidebar .widget_categoryposts .more {
		margin: -15px 0 15px;
	}
.widget_categoryposts a.more-link {
  font-size: 16px;
  background-color: #51cdce;
  color: #ffffff;
  padding: 5px 10px;
}
	.sidebar .widget_categoryposts a.more-link {
	  font-size: 14px;
	}
.widget_categoryposts a.more-link:hover {
  background-color: #ff7094; }

/*---------ARCHIVE STYLES---------*/

h2.archivetitle     {
  margin-top: 0;
  margin-bottom: 15px }
.archives        {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
  clear: left;
  overflow: hidden }
.archivepost             {
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-right: 3.5%;
  margin-bottom: 20px;
  width: 31%;
  float: left;
  text-align: center; }

.archivepost:nth-child(3n) {
  margin-right: 0 }
  .archivepost:nth-child(3n+1) {
    clear: both; }
.archivepost img     {
  width: 100%;
  height: auto }
.archivepost .post-meta {
  font-size: 10px;
}
.archivepost h4        {
  color: #55585a;
  margin: 6px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out }
.archivepost a {
  color: #55585a;
  text-decoration: none;
}
.archivepost a:hover, .archivepost a:hover h4   {
  color: #51cdce; }


.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: #4abec0;
  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: #4abec0 }
.archiveslist a:active, .subcategories a:active   {
  color: #4abec0 }
.archiveslist em     {
  color: #868686;
  font-size: 10.5px }

.subcategories li:before {
  display: none;
}
.subcategories li ul {
  text-align: center;
}
.subcategories li ul li  {
  display: inline-block;
  margin: 0 1px 6px;
  padding: 0; }
.subcategories li ul li a {
  color: #ffffff !important;
  padding: 3px 15px;
  display: inline-block;
  background-color: #51cdce;
  font-size: 12px;
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
   }
.subcategories li ul li a:hover {
  background-color: #ff7094;
   }
.subcats    {
  margin-bottom: 25px }
.subcats h4 {
  margin: 20px 0 10px;
  text-align: center;
}
.span_content .tagindex  {
  margin: 10px 0 0;
  padding: 0;
  overflow: hidden }
.span_content .tagindex li  {
  color: #fff;
  margin: 0;
  padding: 0 }
  .span_content .tagindex li:before {
    display: none;
  }
.tagindex a     {
  font-size: 12px;
  font-family: "Verb", Arial, Helvetica, 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: #989a9b;
  text-decoration: none }
.tagindex a:visited    {
  color: #bbb9b9;
  text-decoration: none }
.tagindex a:active   {
  color: #989a9b;
  text-decoration: none }
.tagindex a:hover   {
  color: #fff;
  text-decoration: none;
  background-color: #ff7094 }
.tagtitle   {
  color: #adaeaf;
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: uppercase }
.tagtitle a  {
  text-decoration: none;
  text-transform: none }
.tagtitle em  {
  color: #989a9b;
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-style: normal;
  margin-left: 10px;
  float: right }
.tagtitle em a  {
  color: #989a9b;
  font-size: 11px }
.tagtitle a:hover  {
  color: #ff7094 }

.recipecats  {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden }
.recipecats img.category_icon {
  margin: 0;
  padding: 0 }
.recipecats li            {
  font-family: "Verb", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
  margin-right: 3.5%;
  margin-bottom: 20px !;
  width: 31%;
  height: auto;
  float: left;
  overflow: hidden;
  text-align: center; }
  .recipecats li:before {
    display: none;
  }
.recipecats li:nth-child(3n) {
  margin-right: 0;
}
  .recipecats li:nth-child(3n+1) {
    clear: both; }
.recipecats li img {
  width: 100%;
  height: auto;
  margin-bottom: 7px }
.recipecats a {
  text-decoration: none }

/*---------FORM STYLES---------*/

#submit, .submitbutton, a.button          {
  color: #ffffff !important;
  font-size: 16px;
  font-family: "Verb", Arial, Helvetica, sans-serif;
  background-color: #51cdce;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
  border-style: none;
  text-decoration: none;
      }
#submit:hover, .submitbutton:hover, a.button:hover        {
  background-color: #ff7094 }
.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform textarea {
  color: #55585a;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, 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: #55585a }
.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	padding: 10px;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form   {
  width: 100% }
.wpcf7-form .formfield  {
  overflow: hidden }
.wpcf7-form p  {
  font-family: "Verb", Arial, Helvetica, 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: #ff7094;
  font-size: 13px;
  line-height: 30px;
  text-align: right;
  text-transform: uppercase;
  display: block;
  margin: 0 15px 0 5px;
  padding: 7px 0;
  width: 100px;
  float: left }
.wpcf7-form .styledinput  {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: 0;
  width: 400px;
  float: left }
.wpcf7-form .captchainput  {
  width: 100px }
.wpcf7-form .submit {
  margin-left: 120px;
  clear: both }

/*---------FOOTER---------*/

.footer                                     {
	font-family: "Verb", Arial, Helvetica, sans-serif;
	color: #c8ebed;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 12px;
	font-size: 11px;
	overflow: hidden;
	background-color: #51cdce;
}
.footer a {
	color: #c8ebed;
	text-decoration: none }
.footer a:hover        {
	color: #ffffff }
.footerwidgets {
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.footerwidgets h3 {
	color: #55585a;
	margin-bottom: 15px;
}
/*Featured Posts Widget*/
.footer .featured {
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
}

.footer .featured .item {
    width: 18.4%;
    margin: 0 2% 0 0;
    float: left;
}
	.footer .featured .item img {
		display: block;
		width: 100%;
		height: auto;
	}
	.footer .featured .item:nth-of-type(5n) {
	    margin-right: 0;
	}

.footer .featured h4 {
	text-align: left;
	font-size: 14px;
	margin: 9px 0;
	color: #ffffff;
}
.footer .featured a {
	color: #ffffff;
}
.footer .featured .post-meta {
    display: none;
}


.subfooter {
  padding-top: 20px;
}
.footernav       {
  width: 70%;
  text-transform: uppercase;
  float: left }
.footernav li    {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 }
  .footernav li.top a {
    color: #ffffff !important;
  }
.copyright               {
  color: #c8ebed;
  text-align: right;
  font-size: 11px;
  width: 30%;
  float: right }
.footerad    {
  text-align: center;
  margin: 20px auto 10px; }

/*---------COMMENTS---------*/

h4#comments, h4#pings, h4#respond {
  margin-top: 30px;
}
#comments, #pings           {
  margin-top: 5px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 20px 0;
	padding: 25px;
	border: 1px solid #cccccc;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #f4f4f4; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta         {
	margin: 0;
	 }

.comment-meta strong           {
	color: #ff7094;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	 }
.comment-meta strong a            {
	color: #ff7094;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #51cdce;
	text-decoration: underline }


#comment-list .avatar    {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
	margin: 0 0 10px 10px; }
	
#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 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #a0a1a2;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #a0a1a2;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #ff7094;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #ff7094 }
.comment-nav .alignright a {
	color: #a0a1a2;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #ff7094;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #ff7094;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #ff7094;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #ff7094;
	text-decoration: underline }


/*---------PAGE NUMBERS---------*/

.pagination {
	font-family: "Verb", Arial, Helvetica, sans-serif;
    clear: both;
    text-align: center;
    font-size: 14px;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #989a9b;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #55585a;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ff7094;
}

/*----MAIN Menu----*/
#top-nav {
	background-color: #51cdce;
	width: 100%;
	display: block;
	height: 38px;
	font-size: 13px;
	font-family: "Verb", Arial, Helvetica, sans-serif;
}
#top-nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

	#top-nav ul.top-left {
		width: 40%;
		float: left;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 11px;
	}
	#top-nav ul.top-right {
		max-width: 60%;
		display: inline-block;
		text-align: right;
		float: right;
		text-transform: lowercase;
	}
#top-nav li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#top-nav a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0 15px 4px;
	line-height: 34px;
}

#top-nav a:hover, #top-nav li.menu-item-has-children:hover>a {
	color: #ffffff;
	background-color: #ff7094;
	cursor: pointer;
}
	#top-nav .top-left li.active a {
		color: #51cdce !important;
		background-color: #ffffff;
		font-weight: bold;
	}
/* Navigation submenu */
#top-nav .menu-item:hover .sub-menu {
	display: block;
}

#top-nav .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
	padding: 5px 0;
	margin-top: 0;
	width: 180px;
	z-index: 2000;
	background-color: #ff7094;
}

#top-nav .sub-menu .menu-item {
	margin: 0;
	display: block;
	text-align: left;
	float: none;
	width: 100%;
}

#top-nav .sub-menu .menu-item a {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	padding: 6px 15px;
}

#top-nav .sub-menu .menu-item:first-of-type a {
	border-top: none;
}

#top-nav .sub-menu .menu-item a:hover,#top-nav .sub-menu li.menu-item-has-children:hover>a {
	color: #55585a;
}

/* Navigation sub-submenu */
#top-nav .sub-menu .menu-item:hover .sub-menu {
	display: block;
}

#top-nav .sub-menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	font-size: 10px;
	background-color: #ff9939;
	left: 100%;
	top: 4px;
	margin-left: 0;
}
	#top-nav .sub-menu .menu-item .sub-menu li a {
		text-align: left;
	}

	#top-nav .sub-menu li.menu-item-has-children>a:after {
		content: ">";
		float: right;
	}
#top-nav .sub-menu .menu-item .sub-menu:after {
	display: none;
}

/*----MAIN Menu----*/
#main-nav {
	width: 100%;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 48px;
	margin-bottom: 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "Verb", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #ddddde;
	border-bottom: 1px solid #ddddde;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	float: left;
}

#main-nav li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin:  0 0px 0 12px;
	padding: 0;
	float: left;
}
	#main-nav li:first-of-type {
		margin-left: 10px;
	}

#main-nav a {
	color: #55585a;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
}
	#main-nav li.sm {
		margin: 0;
	}
	#main-nav li.sm>a {
		font-size: 13px;
		font-weight: normal;
		text-transform: lowercase;
		color: #77797b;
		padding: 0 5px;
	}
		#main-nav li.sm>a:after {
			content: "/";
			display: inline-block;
			color: #77797b;
			margin: 0 -4px 0 6px;
		}
		#main-nav li.sm-last>a:after {
			display: none;
		}
	
#main-nav a:hover,#main-nav li.menu-item-has-children:hover>a {
	color: #ff7094;
	cursor: pointer;
}
	
/* Navigation submenu */
#main-nav .menu-item:hover .sub-menu {
	display: block;
}

#main-nav .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
	padding: 8px 0;
	width: 180px;
	z-index: 2000;
	background-color: #ddddde;
}

#main-nav .sub-menu .menu-item {
	margin: 0;
	display: block;
	text-align: left;
	float: none;
	width: 100%;
}

#main-nav .sub-menu .menu-item a {
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	padding: 5px 18px;
}
	#main-nav .sub-menu .menu-item:first-of-type a {
		padding-top: 10px;
	}
	#main-nav .sub-menu .menu-item:last-of-type a {
		padding-bottom: 10px;
	}


#main-nav .sub-menu .menu-item a:hover,#main-nav .sub-menu li.menu-item-has-children:hover>a {
	color: #ff7094;
}

/* Navigation sub-submenu */
#main-nav .sub-menu .menu-item:hover .sub-menu {
	display: block;
}

#main-nav .sub-menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	font-size: 10px;
	background-color: #d4d5d5;
	left: 100%;
	top: -10px;
	margin-left: 0;
}

	#main-nav .sub-menu .menu-item .sub-menu li a:hover {
		
	}

	#main-nav .sub-menu li.menu-item-has-children>a:after {
		content: ">";
		float: right;
	}
#main-nav .sub-menu .menu-item .sub-menu:after {
	display: none;
}
#main-nav li.bold, #main-nav li.bold a, #main-nav .sub-menu li.bold {
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/*Social*/
#main-nav .social {
	display: inline-block;
	float: right;
	vertical-align: middle;
	line-height: 46px;
}
	#main-nav .social a {
	  font-size: 12px;
	  text-decoration: none !important;
	  margin: 0 !important;
	  display: inline-block;
	  padding: 0 !important;
	}

	#main-nav .social a.social-twitter {
	  color: #51cdce;
	}
	#main-nav .social a.social-facebook {
	  color: #6394ce;
	}
	#main-nav .social a.social-pinterest {
	  color: #ff7094;
	}
	#main-nav .social a.social-youtube {
	  color: #ff9939;
	}
	#main-nav .social a.social-instagram {
	  color: #797b7d;
	}
	#main-nav .social a.social-tumblr {
	  color: #a0a1a2;
	}
	
	.social a:hover {
	  opacity:0.7;
	  filter:alpha(opacity=70); /* For IE8 and earlier */
	    }