/*
Theme Name: Bakingdom
Theme URI: http://www.melissarosedesign.com
Description: A custom theme built for the Genesis Framework.
Author: MelissaRoseDesign
Author URI: http://www.melissarosedesign.com
Version: 1.0.1

Template: genesis
Template Version: 2.0.0

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Forms
- Tables
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- WordPress
- Genesis
- Titles
- Widgets
- Featured Content
- After Entry
- Plugins
- Genesis eNews Extended
- Genesis Latest Tweets
- Simple Social Icons
- Simply Instagram
- Genesis Responsive Slider
- Gravity Forms
- Jetpack
- Easy Recipe
- Site Header
- Widget Above Header
- Title Area
- Widget Area
- Site Navigation
- Header Navigation
- Primary Navigation
- Secondary Navigation
- Content Area
- Home Page
- Recipe Index
- Custom Archives
- Entries
- Pagination
- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Theme Colors
- Tasteful Sweet Cakes
- Tasteful Veggie Green
- Tasteful Cherry Pie
- Tasteful Pink Lemonade
- Tasteful Shades of Gray
- Media Queries
- Retina Display

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#555}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px dotted silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #555;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #555;
	color: #fff;
}

::selection {
	background-color: #555;
	color: #fff;
}

a {
	color: #f28283;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #f28283;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-family: open sans,sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}
h8 {
	font-size: 11px;
	font-family: montserrat, sans-serif;
}
h9 {
	font-size: 11px;
	color: #f28283;
	font-family: montserrat, sans-serif;
}
h7 {
	font-size: 9px;
	color: #f28283;
	font-style: italic;
}
h8 {
	color: #eb9fb6;
	font-family: montserrat,sans-serif;
	font-size: 13px;
}
.home-bottom widget-area .widget-title a {
	font-size: 9px;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	border: none;
	width: auto; /* IE8 */
	border-radius: 0px;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px dotted #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #555;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px dotted #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #95d7e7;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #DDD;
	border: none;
	color: #fff;
	text-decoration: none;
}

.button {
	display: block;
	text-align: center;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px dotted #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px dotted #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: #fff;
}

.site-header,
.site-inner,
.footer-widgets .wrap,
.site-footer .wrap{
	width: 1055px;
	margin: auto;
}

.tasteful-landing .site-container {
	width: 800px;
}

.site-inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 20px auto;
	overflow: hidden;
}

.tasteful-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 685px;
	padding: 40px 30px 10px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.tasteful-home .content {
	padding: 30px 30px 10px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	margin-top: 27px;
	padding-top: 15px;
	background: #F7F7F7 url(images/scallop-sidebar.png) repeat-x top left;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px dotted #ddd;
	float: left;
	padding: 3px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: url("images/icon-search.png") no-repeat scroll right center / 36px 16px #fff;
	border: medium none;
	color: #888;
	content: none;
	font-size: 10px;
	height: 15px;
	margin-bottom: 7px;
	margin-top: 5px;
	padding: 16px 30px 8px 6px;
	text-transform: uppercase;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: 0 0 30px;
}

.tasteful-home .breadcrumb {
	margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-family: 'Domine', serif;
	font-size: 22px;
	padding-left: 0;
}

.page .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #808080;
	font-family: domine,serif;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
}

.entry-title a{
	font-size: 20px;
}

.sidebar .widget-title a {
	font-size: 17px;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #f28283;
	text-decoration: none;
}

.archive-title, .widget-title {
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;

}
.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}
#archives-3 input, select, textarea {
	background-color: #fff;
	border: 1px dotted #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #555;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 3px;
	width: 100%;
}
#archives-3 h4 {
	margin-bottom: -6px;
}
#categories-3 h4 {
	margin-bottom: -6px;
}

.single .content .entry-title,
.page-template-page_blog-php .content .entry-title{
	background: url("images/post-title-icon.png") no-repeat;
	padding-left: 41px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar .widget-title {
	background: url("images/sidebar-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	height: 29px;
	line-height: 1px;
	padding: 14px 3px 0;
	text-align: center;
}
.sidebar .widget-title:before{
	position: relative;
	top: -1px;
	left: -15px;
	width: 5px;
	height: 5px;
	background-color: #ee9389;
	border-radius: 100%;
}

.sidebar .widget_search{
	background: none;
	background-color: transparent !important;
	padding-bottom: 0 !important;
}

.sidebar .widget_search .widget-wrap{
	background-color: #a9d8d0;
	padding: 2px 8px 5px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	clear:both;
}

.sidebar .widget_search .widget-wrap:before,
.sidebar .widget_search .widget-wrap:after{
	content: " ";
	display: table;
}

.sidebar .widget_search .widget-wrap:after{
	clear: both;
}

.sidebar .widget_search .search-form{
	float:left;
	width:196px;
	margin-left:9px;
}

.sidebar .widget_search .widget-title{
	float:left;
	width:55px;
	background-color: transparent;
	margin-bottom:0;
	line-height:8px;
	margin-left:4px;
	padding-top:10px;
	padding-left:0;
	color: #fff;
}

.sidebar .widget_search .widget-title:before{
	display: none;
}

.sidebar .widget_search .search-form input[type="search"]{
	padding: 5px 28px 5px 13px;
	background-color: #cbe8e3;
	color: #808080;
	font-weight: bold;
	box-shadow: none;
	border: 0;
	width:139px;
	float:left;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 16px;
}

.sidebar .featured-content .entry-title {
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.sidebar .featured-content .entry-meta,
.footer-widgets .featured-content .entry-meta {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
}

.sidebar .featured-content .entry-time,
.footer-widgets .featured-content .entry-time,
.sidebar .entry-categories a,
.footer-widgets .entry-categories a {
	color: #eb9fb6;
	font-family: montserrat,sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: none;
}

.sidebar-primary .widget.featured-content .entry-header,
.footer-widgets .widget.featured-content .entry-header{
	float: right;
	width: 75%;
}

.sidebar-primary .widget.featured-content a.alignleft,
.footer-widgets .widget.featured-content a.alignleft{
	float: left;
	width: 25%;
	padding-right: 10px;
}

.home-top .featured-content .entry-title {
	background: url("images/post-title-icon.png") no-repeat scroll -1px 12px rgba(0, 0, 0, 0);
	font-size: 35px;
	padding-left: 41px;
}

.tasteful-home .home-middle .featured-content .entry,
.tasteful-home .home-bottom .featured-content .entry {
	margin-bottom: 0px;
}

.sidebar .featured-content .entry-title a {
	text-align: center;
	font-size: 16px;
}

.sidebar-split-right .featured-content img {
	border-radius: 150px;
}

.home-middle .featured-content .entry-title{
	font-size: 16px;
	text-align: center;
}

.home-middle .featured-content .entry-meta{
	text-align: center;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 40px;
}

.after-entry .enews-widget {
	background: url(images/enews.png) top left no-repeat;
	border: 1px dotted #ddd;
	padding: 20px !important;
}

.after-entry .widget {
	padding: 20px 0px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #f28283;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #DDD;
	color: #333;
}

.sidebar .enews-widget {
	background: url(images/enews.png) top left no-repeat;
	border: 1px dotted #DDD;
	text-align: center;
}

.sidebar .enews-widget {
	color: #888;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}



/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background: url(images/opacity.png);
	opacity: 1;
	height: 75%;
	margin: 40px 0 0 40px;
	padding: 4% 4%;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #6d6c6c;
	font-family: domine,serif;
	font-size: 20px;
	font-weight: 400;
}

.content .genesis_responsive_slider p {
	color: #333;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 110px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding-top: 15px;
	min-height: 150px;
	background: url(images/pennant.png) no-repeat top right;
}

/* Widget Above Header
--------------------------------------------- */

.widget-above-header {
	background: #eee url(images/above-header.png);
	margin: 0 auto -17px;
	overflow: hidden;
	text-align: center;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	margin-bottom: -15px;
}

.widget-above-header .wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
}

.widget-above-header .widget {
	padding-bottom: 10px;
}

.widget-above-header .enews-widget input {
	float: left;
	margin: 0 3px;
	width: 24%;
}

.widget-above-header  .enews-widget input[type="submit"] {
	padding: 12px 20px;
}

.widget-above-header .widget-title {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 400;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 320px;
}

.site-title {
	font-family: 'Raleway';
	font-size: 60px;
	line-height: 1;
	margin: 18px 0 -1px;
}

.site-title a,
.site-title a:hover {
	color: #f28283;
	display: block;
	font-weight: 400;
	padding: 35px 0 0;
	text-decoration: none;
}

.site-description {
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title a {
	margin: 0 auto;
	width: 270px;
	min-height: 190px;
	padding: 0;
	width: 100%;
}

.header-image .site-description {
	display: none;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 695px;
}

.site-header .widget {
	padding: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

.site-header .enews {
	padding: 0px;
}

.site-header .enews input {
	float: left;
	margin: 0px 5px;
	overflow: hidden;
	width: 23%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #F28283;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #F28283;
	display: block;
	padding: 16px 20px;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: none;
	color: #f28283;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #fef1f3;
	background-color: #FFF3F4;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px dotted #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 13px 18px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #555;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: -25px;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu > .search {
	padding: 4px;
	margin: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	border-bottom: 3px solid #f7f7f7;
	border-top: 3px solid #f7f7f7;
	height: 68px;
	line-height: 10px;
	margin-top: 136px;
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
	overflow: visible;
}

.site-header .genesis-nav-menu a {
	position: relative;
	color: #6d6e71;
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 22px;
	padding: 3px 20px;
}
.site-header .genesis-nav-menu a:hover {
	color: #f28283;
	background-color: #f8eded;
}

.site-header .genesis-nav-menu > li > a:hover:before{
	width: 70px;
	height: 63px;
	background: url(images/wand.png) no-repeat top left / 70px 63px;
	content: '';
	position: absolute;
	top: -60px;
	left: 60%;
	margin-left: -32px;
}

.site-header .genesis-nav-menu > li.menu-item-has-children .sub-menu a:hover::before{
	top: -40px;
	left: auto;
	right:-72px;
	margin-left: 0;
}

.site-header .sub-menu {
	border-top: none;
	line-height: 7px;
	background: #ed2b90;
}

.site-header .genesis-nav-menu .sub-menu a {
	background: none repeat scroll 0 0 #ed2b90;
	border: medium none;
	color: #fff;
	font-family: source sans pro;
	font-size: 13px;
	font-weight: 400;
	line-height: 0;
	text-align: center;
	text-transform: lowercase;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	text-align: center;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #D2EDF7;
	width: 100%;
}

.nav-secondary .wrap {
	margin: 0 auto;
	width: 1055px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-slider {
	margin-bottom: 20px;
}

.home-top,
.home-middle {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

.home-top {
	padding: 0px 0px;
}

.home-middle {
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
}

.home-middle .entry-title{
	background: url("images/bolt.png") no-repeat scroll left bottom / 285px 10.67px rgba(0, 0, 0, 0);
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.home-middle-left {
	float: left;
	width: 50%;
}

.home-middle-right {
	float: right;
	width: 50%;
}

.home-middle .widget {
	padding: 0 15px;
}

.home-bottom .widget {
	border-bottom: 1px dotted #DDD;
	padding: 30px 0px;
}

.home-bottom .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 25%;
}

.home-bottom {
	float: left;
	width: 100%;
}

.home-bottom .entry-title{
	margin-bottom: 10px
}
.tasteful-home a.more-link {
	background: url(images/readmore.png) no-repeat;
	background-position: 70px 3px;
	clear: both;
	display: inline;
	font-size: 12px;
	margin: 30px 0 0;
	padding: 0px 17px 0px 0px;
	text-transform: uppercase;
}

.home-slider a.more-link {
	background: none repeat scroll 0 0 #f1d1da;
	color: #fff;
	font-family: montserrat;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 1px;
	text-align: center;
}

.tasteful-home .more-from-category a {
	background: #EEEEEE;
	clear: both;
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	padding: 5px 10px;
}


.tasteful-home .more-from-category a:after {
	content: "  >>>";
}

.tasteful-home .more-from-category a:hover {
	background: #f28283;
	color: #fff;
	text-decoration: none;
}
/* Custom Page
--------------------------------------------- */

.custom-slider {
	margin-bottom: 20px;
}

.custom-top,
.custom-middle {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

.custom-top {
	padding: 0px 0px;
}

.custom-middle {
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
}

.custom-middle .entry-title{
	background: url("images/bolt.png") no-repeat scroll left bottom / 285px 10.67px rgba(0, 0, 0, 0);
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.custom-middle-left {
	float: left;
	width: 50%;
}

.custom-middle-right {
	float: right;
	width: 50%;
}

.custom-middle .widget {
	padding: 0 15px;
}
.custom-middle .entry-meta {
border-top: none !important;
}
.custom-bottom .widget {
	border-bottom: 1px dotted #DDD;
	padding: 30px 0px;
}

.custom-bottom .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 25%;
}

.custom-bottom {
	float: left;
	width: 100%;
}

.custom-bottom .entry-title{
	margin-bottom: 10px
}

.tasteful-custom a.more-link {
	background: url(images/readmore.png) no-repeat;
	background-position: 70px 3px;
	clear: both;
	display: inline;
	font-size: 12px;
	margin: 30px 0 0;
	padding: 0px 17px 0px 0px;
	text-transform: uppercase;
}

.custom-slider a.more-link {
	background: none repeat scroll 0 0 #f1d1da;
	color: #fff;
	font-family: montserrat;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 1px;
	text-align: center;
}

.tasteful-custom .more-from-category a {
	background: #EEEEEE;
	clear: both;
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	padding: 5px 10px;
}


.tasteful-custom .more-from-category a:after {
	content: "  >>>";
}

.tasteful-custom .more-from-category a:hover {
	background: #f28283;
	color: #fff;
	text-decoration: none;
}

/* Featured Content
--------------------------------------------- */

.custom-top .featured-content .entry-title {
	background: url("images/post-title-icon.png") no-repeat scroll -1px 12px rgba(0, 0, 0, 0);
	font-size: 35px;
	padding-left: 41px;
}

.tasteful-custom .custom-middle .featured-content .entry,
.tasteful-custom .custom-bottom .featured-content .entry {
	margin-bottom: 0px;
}

.custom-middle .featured-content .entry-title{
	font-size: 16px;
	text-align: center;
}

.custom-middle .featured-content .entry-meta{
	text-align: center;
}

/* Recipe Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	padding: 0 5px;
	text-align: center;
	width: 25%;
}

.category-index .widget {
	border-bottom: 1px dotted #DDD;
	padding: 20px 0px;
}

.category-index .more-from-category a {
	background: none repeat scroll 0 0 #eeeeee;
	clear: both;
	display: inline-block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 5px 10px;
	text-transform: uppercase;
}

.category-index .more-from-category a:after {
	content: "  >>>";
}

.category-index .more-from-category a:hover {
	background: #f28283;
	color: #fff;
	text-decoration: none;
}

.category-index .entry-title a {
	color: #555;
	font-size: 15px;
}

.category-index ul li {
	border-bottom: 1px dotted #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}
/* Recipe Two Index
--------------------------------------------- */

.categorytwo-index .featured-content .entry {
	float: left;
	padding: 0 5px;
	text-align: center;
	width: 25%;
}
.categorytwo-index .widget {
	border-bottom: 1px dotted #DDD;
	padding: 20px 0px;
}

.categorytwo-index .more-from-category a {
	background: none repeat scroll 0 0 #eeeeee;
	clear: both;
	display: inline-block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 5px 10px;
	text-transform: uppercase;
}

.categorytwo-index .more-from-category a:after {
	content: "  >>>";
}

.categorytwo-index .more-from-category a:hover {
	background: #f28283;
	color: #fff;
	text-decoration: none;
}

.categorytwo-index .entry-title a {
	color: #555;
	font-size: 15px;
}

.categorytwo-index ul li {
	border-bottom: 1px dotted #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}
/* Recipe Index 3
--------------------------------------------- */

.categorythree-index .featured-content .entry {
	float: left;
	padding: 0 5px;
	text-align: center;
	width: 25%;
}

.categorythree-index .widget {
	border-bottom: 1px dotted #DDD;
	padding: 20px 0px;
}

.categorythree-index .more-from-category a {
	background: none repeat scroll 0 0 #eeeeee;
	clear: both;
	display: inline-block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 5px 10px;
	text-transform: uppercase;
}

.categorythree-index .more-from-category a:after {
	content: "  >>>";
}

.categorythree-index .more-from-category a:hover {
	background: #f28283;
	color: #fff;
	text-decoration: none;
}

.categorythree-index .entry-title a {
	color: #555;
	font-size: 15px;
}

.categorythree-index ul li {
	border-bottom: 1px dotted #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Custom Archives
------------------------------------------------------------ */

.archive .content .entry {
	height: 225px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 5px;
	width: 25%;
	float: left;
}

.archive .content .entry p img {
	border: 1px dotted #ddd;
	height: 190px;
	margin-bottom: 5px;
	padding: 3px;
	width: 190px;
}

.archive .content .entry img:hover {
	opacity:0.8;
}

.archive .content .entry-title {
	background-image: none;
	background-color: #fff;
	line-height: .8;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

.archive .content .entry-title a {
	font-size: 14px;
}

.archive .content .entry-header .entry-meta {
	display: none;
}

.archive .archive-pagination {
	clear: both;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 80px;
}

.single .entry {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	border-top: 1px solid #DDD;
	clear: both;
	color: #EB9FB6;
	font-size: 12px;
	font-style: normal;
	line-height: 1;
	overflow: hidden;
	padding:10px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: source sans pro,sans-serif;

}
.content .entry-header .entry-meta a {
	color: #95D7E7;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/bubble.png) no-repeat left;
	background-size: 16px 16px;
	float: right;
	padding-left: 23px;
	padding-top: 3px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	clear: both;
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 10px;
}

.content .entry-footer .entry-meta a {
	color: #777;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

a.more-link {
	color: #808184;
	clear: both;
	display: inline;
	margin: 30px 0 0;
	text-transform: uppercase;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px dotted #ddd;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #eee;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #fff;
	color: #f28283;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #fff;
	border: 1px dotted #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 12px;
	padding: 24px;
	display: none;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: none;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 6px;
	padding: 5px;
}

.sidebar li a {
	text-decoration: none;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 8px 30px;
	word-wrap: break-word;
}

.sidebar-split-left .widget,
.sidebar-split-right .widget {
	padding: 20px 10px;
}

.sidebar-split-left .widget{ padding-left: 30px; }
.sidebar-split-right .widget{ padding-right: 30px; }

.sidebar .search-form {
	width: 100%;
}

.sidebar-split-left {
	display: inline;
	float: left;
	width: 170px;
}

.sidebar-split-right {
	display: inline;
	float: right;
	width: 170px;
}

.sidebar-split-bottom {
	clear: both;
	width: 340px;
}

.sidebar-split-left .widget select,
.sidebar-split-right .widget select{
	border-radius: 0;
	margin-top: 5px;
	border: 1px solid #bebebe;
	-webkit-appearance: none;
	color: #e1e1e1;
	font-size: 12px;
	padding-left: 5px;
	background: #fff url(images/dropdown-arrow.png) no-repeat top right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.sidebar-split-left .widget-title:before,
.sidebar-split-right .widget-title:before{
	display: none;
}

.sidebar-split-left .widget-title,
.sidebar-split-right .widget-title{
	background: none;
	text-align: center;
	padding: 0;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px !important;
	line-height:8px !important;
}

.sidebar-split-left .widget-title{
	color: #ee9389;
	border-color: #ee9389;
}

.sidebar-split-right .widget-title{
	color: #ffcabc;
	border-color: #ffcabc;
}




/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px dotted #ddd;
	clear: both;
	font-size: 11px;
	background-color: #F7F7F7;
}

.footer-widgets .wrap {
	background: #F7F7F7;
	overflow: hidden;
	padding: 41px 0 15px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-4  {
	padding: 0 2.8%;
	text-align: center;
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry-title a {
	font-size: 16px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #555;
	font-size: 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	background-color: #F7F7F7;
}

.site-footer a {
	color: #555;
}

.site-footer p {
	margin: 0;
}

.footer-social,
.footer-copyright{
	float: left;
	width: 50%;
}

.footer-copyright p{
	font-size: 10px;
	letter-spacing: 0.2px;
	text-align: right;
	text-transform: none;
}

.footer-social .widget-area,
.footer-social .search-social{
	padding-top: 0 !important;
}


/* Adding Search Form and Simple Social Icons to Primary Navigation
---------------------------------------------------------------------- */

.nav-primary {
	margin-bottom: 20px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.social-subscribe{
	float:right;
	color: #fff !important;
	padding:9px 15px !important;
	margin:0 10px 5px 0;
	background-color: #f6a8a8;
}

.social-subscribe i.fa{
	margin-left: 5px;
}

.search-social {
	float: right;
	list-style-type: none;
	list-style-image: none;
	padding-top: 6px;
	margin-right: 10px
}

.search-social-left,
.search-social-left .widget-area{
	float: none !important;
}

.search-social .widget-area {
	float: right;
	padding-top: 6px;
}

.search-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.search-social .simple-social-icons ul li:last-child {
	margin-right: 0 !important;
}
/* Adding Search Form and Simple Social Icons to Primary Navigation
---------------------------------------------------------------------- */

.nav-primary {
	margin-bottom: 20px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.search-social {
	float: right;
	list-style-type: none;
	list-style-image: none;
	padding-top: 6px;
}

.search-social .search-form {
	float: left;
	width: auto;
	margin-right: 10px;
}

.search-social .widget-area {
	float: left;
	padding-top: 5px;
}

.search-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.search-social .simple-social-icons ul li:last-child {
	margin-right: 0 !important;
}

.simple-social-icons ul li.social-facebook a{
	color: #EB9FB6 !important;
}

.simple-social-icons ul li.social-twitter a{
	color: #95D7E7 !important;
}

.simple-social-icons ul li.social-pinterest a{
	color: #E4C63C !important;
}

.simple-social-icons ul li.social-instagram a{
	color: #EB9FB6 !important;
}

.simple-social-icons ul li.social-rss a{
	color: #95D7E7 !important;
}

.simple-social-icons ul li.social-email a{
	color: #E4C63C !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}

	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}

	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}

	.genesis-nav-menu > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}

	.genesis-nav-menu > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

/* Adding Search Form and Simple Social Icons to Primary Navigation
---------------------------------------------------------------------- */

.nav-primary {
	margin-bottom: 20px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.search-social {
	float: right;
	list-style-type: none;
	list-style-image: none;
	padding-top: 6px;
}


.search-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.search-social .simple-social-icons ul li:last-child {
	margin-right: 0 !important;
}

/* User Profile */
.widget.user-profile{ margin-bottom: 0; }
.widget.user-profile .widget-title{ float: right; position: relative; right: 35px; margin-bottom: 5px; }
.widget.user-profile .widget-title:after{ background: transparent; }
.widget.user-profile p {
    clear: both;
    color: rgb(128, 127, 127);
    font-size: 13px;
    font-weight: initial;
    line-height: 19px;
    margin-left: 27px;
    padding-top: 10px;
    text-align: center;
    width: 242px;
}
.widget.user-profile .alignright{
	background: url("images/sprinkles.png") no-repeat scroll right bottom -2px rgba(0, 0, 0, 0);
	height: 144px;
}
.widget.user-profile .pagelink{
   color: rgb(128, 127, 127);
    font-family: "Montserrat",sans-serif;
    font-size: 9px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.widget.user-profile .pagelink a{
	color: transparent;
}
.widget.user-profile .pagelink a:hover{
	color: #424041;
}
.widget.user-profile .pagelink:hover{ background-color: none; color: #D178A4; }
.widget.user-profile .avatar{ margin-right: 0; position: relative; border-radius: 70px; }
.widget.user-profile .widget-wrap{ position: relative; }
.widget.user-profile .widget-wrap:before{ position: absolute; content: ''; top: -30px; right: 5px; background: url(images/widget-dots-top.png) no-repeat center / 70px 38px; width: 70px; height: 38px; }
.widget.user-profile .widget-wrap:after{ position: absolute; content: ''; bottom: -40px; left: 0; background: url(images/widget-dots-bottom.png) no-repeat center / 61px 41px; width: 61px; height: 41px;
}
#mc_embed_signup form {
	background: none repeat scroll 0 0 #fff;
	display: block;
	padding: 10px 0 10px 3%;
	position: relative;
	text-align: left;
	border-bottom: 4px double #b0dcc7;
	border-top: 4px double #b0dcc7;
}
#mc_embed_signup .mc-field-group input {
	background-color: #ffffff;
	border: medium none;
	color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 8px;
	padding: 0 10px;
	vertical-align: middle;
	width: 80%;
}
#mc_embed_signup .button {
	background-color: #aaa;
	border: 0 none;
	border-radius: 0;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
}
#mc_embed_signup > input[type="email"] {
	display: inline-block;
}
#mc_embed_signup label {
	color: #898b8e;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#mc_embed_signup input {
	border: medium none;
}
#mc_embed_signup input.email {
	display: block;
	margin: 0 4% 10px 0;
	min-width: 130px;
	padding: 7px 0;
	text-indent: 5px;
	width: 61%;
	border: none;
}
#mc_embed_signup input.button {
	background: none repeat scroll 0 0 #edc831;
	border-radius: 0;
	display: block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	margin: -43px 6px 10px 0 !important;
	min-width: 90px;
	text-transform: uppercase;
	width: 32%;
}
.home-top widget-area .content .entry-header .entry-meta {
	clear: both;
	color: #777;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
	overflow: hidden;
	text-align: left !important;
	width: 100%;
}
#featured-post-31 .featured-content img, .gallery img {
	border-radius: 99px;
	width: auto;
}
.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	background-color: #fff !important;
	border-radius: 22px;
	color: #000;
	font-size: 11px;
	padding: 5px !important;
}
copyright {
	color: #c4c6c8;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 9px 0 -32px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 1120px;
}
/* Share Buttons */
.entry-share{ display: inline-block; width: 100%; clear: both; font-weight: 700; font-family: 'Montserrat', sans-serif; text-transform: uppercase; margin-bottom: 25px; letter-spacing: 1px; margin-top: 10px; font-size: 12px; }
.entry-share ul{ margin-bottom: 0; padding-left: 0px; display: block; float: left; }
.entry-share ul li{ display: inline; margin-right: 10px; margin-left: 0 }
.entry-share ul li a{ color: #fff; padding: 5px 9px; text-decoration: none; }
.entry-share ul li a:hover{ opacity: 0.8; color: #fff }
.entry-share ul li a[href*="facebook.com"]{background-color: #EB9FB6 }
.entry-share ul li a[href*="twitter.com"]{ background-color: #95D7E7 }
.entry-share ul li a[href*="pinterest.com"]{ background-color: #D2EDF7 }
.entry-share ul li a[href*="mailto"]{ background-color: #E4C63C }
.entry-share ul li a:hover{ text-decoration: none; }
.archive .entry-share,
.author .entry-share,
.page .entry-share{ display: none; }
.entry-share #jump-comment{ float: right; color: #B7B7B7; text-transform: uppercase; text-decoration: none; font-size: 14px; }

}
subtitle {
	font-family: source sans pro;
	font-size: 13px;
	text-align: center;
}

/* Custom by Supriyadi Widodo */

/*
.sidebar img.entry-image {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
*/

.home-top .entry-header,
body.single .content .entry-header {
	position: relative;
}

body.single .site-inner,
.home-top {
	overflow: visible;
}

.site-header .sub-menu {
	background: #f28283;
	padding-bottom: 10px;
}

.genesis-nav-menu .sub-menu {
	width: 176px;
}

.site-header .sub-menu:before {
	position: absolute;
	bottom: 100%;
	left: 81px;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #f28283 transparent;
}

.site-header .genesis-nav-menu .sub-menu a {
	background: none repeat scroll 0 0 #f28283;
}

.site-header .genesis-nav-menu > li.menu-item-has-children:hover{
	position: relative;
	padding-bottom: 18px;
}

.site-header .genesis-nav-menu > li.menu-item-has-children .sub-menu{
	top: 60px;
}

.site-header .genesis-nav-menu > li.menu-item-has-children .sub-menu a{
	margin-top: 20px;
	margin-bottom: 10px;
}


/*.featured-content .date span,
.footer-widgets .date span {
display: inline-block;
margin: 0 7px 0 0;
}*/

#featured-post-27 .entry-title a, .sidebar .widget-title a {
	color: rgb(154, 214, 184);
	font-family: source sans pro,sans-serif;
	font-size: 15px;
	width: 100%;
	color: #606060;
	text-align: center !important;
}
#featured-post-31 .entry-title a, .sidebar .widget-title a {
	color: rgb(154, 214, 184);
	font-family: source sans pro,sans-serif;
	font-size: 15px;
	width: 100%;
	color: #606060;
	text-align: center !important;
}

.archive .entry-signature,
.page-template-default .entry-signature,
.page-template-page_blog-php .entry-signature,
.page-template-page_recipes-php .entry-signature{
	display: none;
}

.content .home-middle .entry-header .entry-meta {
	border-top: 0;
}

.entry-recipes{ float:left; width:25%; overflow:hidden; padding: 0 10px }
.entry-recipes .entry-title{ text-align: center; margin-top: 5px; line-height: 18px }
.entry-recipes .entry-title a{ font-size: 14px }
.post-edit-link{ display: none }