@charset "UTF-8";
/**
 * Theme Name:  Sugar Free Mom
 * Description: Customized theme made for Sugar Free Mom!
 * Author:      Once Coupled
 * Author URI:  https://www.oncecoupled.com
 * Version:     2.2.1
 *
 * Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
		- Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Simple Social Icons
		- Custom Bios
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Fonts
----------------------------------------------------------------------------- */


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

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


/*
HTML5 Reset
----------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


/* Links
--------------------------------------------- */

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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;
}


/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/* Tables
--------------------------------------------- */

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

td,
th {
	padding: 0;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}


/*
Defaults
----------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #000;
	font-family: 'Bariol', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.8;
	border-top: 24px solid #ffe2e2;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background: #ffe2e2;
}

::selection {
	background: #ffe2e2;
}

a {
	color: #f06878;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a img {
	margin-bottom: 20px;
}

a:hover img,
a:focus img {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #af5a93;
}

hr {
	background: transparent;
	border-top: 1px solid #eee;
	color: #fff;
	margin-bottom: 40px;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 22px 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	position: relative;
	top: -10px;
	left: -20px;
}

pre {
	background: #111;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}

h1,
h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5,
h6 {
	font-size: 12px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}


/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #000;
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	font-style: italic;
	padding: 10px;
	width: 100%;
	border-radius: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.buy-link {
	background: #fbcd7f;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fd8689;
	cursor: pointer;
	font-family: 'Archivo Narrow', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 15px 20px;
	text-transform: uppercase;
	width: auto;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.shop-page-wp-item:hover .buy-link {
	color: #fff;
	background: #fd8689;
}

.button-secondary {
	background: #cd89b1;
	color: #fff;
}

.button-secondary:hover,
.button-secondary:focus {
	opacity: 0.8;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
----------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	margin-top: 10px;
}

.home .site-inner {
	max-width: 100%;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 900px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	float: right;
}

/* Content */
.content {
	float: right;
	width: 680px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content,
.full-width-slim .content {
	float: none;
	width: 100%;
}

.full-width-slim .content {
	margin: 0 auto;
	max-width: 750px;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
	margin-top: 10px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* 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,
.shop-page-wp-item {
	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,
.shop-page-wp-item {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first,
.shop-page-wp-item:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
----------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.oc-sfm .sidebar .widget_search {
	border: 0;
}

.search-form input {
	clear: none;
	float: left;
	margin-bottom: 0;
	padding: 16px 20px 12px;
	width: 61.8%;
	height: 45px;
}

.search-form input[type="submit"] {
	background: #fff;
	border: 1px solid #eee;
	border-left: 0;
	color: #ccc;
	font-weight: 400;
	width: 38.2%;
	font-family: 'Bariol', sans-serif;
	font-size: 11px;
}

.sidebar-secondary .search-form input {
	display: block;
	width: 100%;
}

.sidebar-secondary .search-form input[type="submit"] {
	display: none;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 22px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	text-align: left;
}

.sidebar .alignleft {
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 40px;
	max-width: 100%;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 20px;
}

.archive-description {
	padding: 20px 20px 22px;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 0;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 22px;
}


/* Headings
--------------------------------------------- */

.entry-title {
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
}

.sidebar .entry-title {
	font-family: 'Cutive', serif;
	font-size: 10px;
	letter-spacing: 0;
	text-align: left;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #fd8689;
	text-decoration: none;
}

.widgettitle {
	font-family: 'Cutive', serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 10px;
	position: relative;
	text-transform: none;
	line-height: 1;
}

.sidebar .widgettitle::after {
	content: '';
	display: block;
	width: 72px;
	height: 8px;
	background: #ffe2e2;
	position: absolute;
	left: -4px;
	bottom: 0;
	z-index: -9;

}

.footer-widgets .widgettitle {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fd8689;
	margin-bottom: 15px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-family: 'Cutive', serif;
	font-size: 19px;
	margin-bottom: 22px;
	text-transform: capitalize;
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #000;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	position: relative;
}


/* # Skip Links
----------------------------------------------------------------------------- */

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/*
Widgets
----------------------------------------------------------------------------- */


/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.featured-content .alignleft,
.featured-content .alignright {
	max-width: 40%;
}

.sidebar .featured-content .aligncenter {
	margin-bottom: 0;
}

.sidebar .featured-content .entry-title {
	text-transform: none
}

.sidebar .featured-content .entry-title a {
	color: #000;
}

.sidebar .featured-content .entry-title a:hover {
	color: #fd8689;
}


/* User Profile
--------------------------------------------- */

.user-profile .alignleft {
	margin-right: 20px;
}

.user-profile .alignright {
	margin-left: 20px;
}

.user-profile .avatar-45 {
	border: 3px solid #fff;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}

.user-profile .avatar-65 {
	border: 3px solid #fff;
	-webkit-border-radius: 65px;
	border-radius: 65px;
}

.user-profile .avatar-85 {
	border: 3px solid #fff;
	-webkit-border-radius: 85px;
	border-radius: 85px;
}

.user-profile .avatar-125 {
	border: 3px solid #fff;
	-webkit-border-radius: 125px;
	border-radius: 125px;
}


/*
Plugins
----------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #fd8689;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.enews-widget .widgettitle::after {
	content: none;
}

.enews-widget p {
	font-family: 'Cutive', serif;
	font-size: 10px;
	margin: 0;
}

.enews ::-moz-placeholder {
	text-transform: lowercase;
}

.enews ::-webkit-input-placeholder {
	text-transform: lowercase;
}

.enews-widget input {
	float: left;
	padding: 14px 20px;
	border: 0;
	height: 45px;
}

.enews-widget input[type="email"] {
	width: calc(100% - 125px);
}

.enews-widget input[type="submit"] {
	width: 125px;
}

.enews .interest-lists {
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
	font-style: italic;
	text-align: center;
}

.enews .interest-lists .interest {
    display: inline-block;
    margin: 0 5px;
}

.enews .interest-lists input,
.enews .interest-lists label {
	line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.enews .interest-lists input {
    width: 20px;
    height: 20px;
    float: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0 1px 0 0;
}

.enews .interest-lists input::before {
    content: '\f096';
    color: #eee;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
}

.enews .interest-lists input:checked::before {
    content: '\f046';
    color: #cd89b1;
}

/* Sidebar */

.sidebar .enews-widget input[type="email"],
.sidebar .enews-widget input[type="submit"] {
	float: none;
	width: 100%;
	margin: 10px 0;
}

.sidebar .enews-widget input[type="email"] {
	border: 1px solid #eee;
}

/* Home */

.home-middle-top .enews {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 40px 10px;
	overflow: auto;
}

.home-middle-top .enews .widgettitle,
.home-middle-top .enews p {
	width: 280px;
	float: left;
	clear: left;
	text-align: center;
}

.home-middle-top .enews form {
	width: calc(100% - 340px);
	float: right;
	position: relative;
	margin-top: -30px;
}

.home-middle-top input[type="email"],
.home-middle-top input[type="submit"] {
	float: left;
}

.home-middle-top input[type="email"] {
	margin-left: 290px;
	width: calc(100% - 470px);
	background: #e6e7e8;
}

.home-middle-top input[type="submit"] {
	width: 140px;
}

.home-middle-top .interest-lists {
	position: absolute;
	left: 0;
	top: 10px;
	width: 270px;
}


/* 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: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}


/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons {
	margin: 0 12px;
}

.oc-sfm .simple-social-icons ul li {
	margin: 0 0 0 12px !important;
}

.oc-sfm .simple-social-icons ul li a,
.oc-sfm .simple-social-icons ul li a:hover {
	background-color: #fec4c7 !important;
	color: #fd8689 !important;
}

.oc-sfm .simple-social-icons ul li:nth-of-type(2) a,
.oc-sfm .simple-social-icons ul li:nth-of-type(2) a:hover {
	background-color: #cd89b1 !important;
	color: #fbcd7f !important;
}

.oc-sfm .simple-social-icons ul li:nth-of-type(3) a,
.oc-sfm .simple-social-icons ul li:nth-of-type(3) a:hover {
	background-color: #fbcd7f !important;
	color: #fd8689 !important;
}

.oc-sfm .simple-social-icons ul li:nth-of-type(5) a,
.oc-sfm .simple-social-icons ul li:nth-of-type(5) a:hover {
	background-color: #fd8689 !important;
	color: #fec4c7 !important;
}

.oc-sfm .simple-social-icons ul li a:hover {
	opacity: 0.8;
}

/* Footer Widgets */

.oc-sfm .footer-widgets .simple-social-icons {
	margin-bottom: 16px;
}

.footer-widgets .simple-social-icons,
.footer-widgets .simple-social-icons ul li:first-of-type {
	margin-left: 0 !important;
}

.footer-widgets .simple-social-icons ul {
	text-align: left !important;
}


/* Custom Bios
--------------------------------------------- */

.home-middle .bio {
	text-align: center;
}

.sidebar .bio {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.home-middle .bio-img {
	border: 10px solid #fff;
	width: 100%;
	margin-bottom: -40px;
	max-width: 240px;
}

.sidebar .bio .bio-img,
.footer-widgets .bio .bio-img {
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}

.sidebar .bio .bio-img {
	float: right;
	margin-left: 10px;
}

.footer-widgets .bio .bio-img {
	float: left;
	margin-right: 10px;
}

.home-middle .widget-title {
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-family: 'Sofia', cursive;
	color: #fd8689;
	font-size: 30px;
	margin-bottom: 0;
}

.home-middle .bio-text {
	line-height: 1.5;
}

.sidebar .bio-text,
.footer-widgets .bio-text {
	margin-bottom: 0;
}

.sidebar .bio-text {
	line-height: 1.2;
}

.bio-link:hover {
	opacity: 0.7;
}

.home-middle .bio-link {
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #cd89b1;
	border: 1px solid #fbcd7f;
	padding: 5px 20px;
	display: inline-block;
	margin-top: 5px;
}

.sidebar .bio-link,
.footer-widgets .bio-link {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 14px;
}

.sidebar .bio-link {
	display: inline-block;
	color: #000;
	margin-top: 10px;
}

.footer-widgets .bio-link {
	font-size: 12px;
}

.home-middle .bio-link::after,
.footer-widgets .bio-link::after {
	content: ' >';
}


/*
Custom Page Templates
----------------------------------------------------------------------------- */


/* Before Header Widget
--------------------------------------------- */

.before-header .widget {
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}


/* Home Page
--------------------------------------------- */

/* Home Top */

.home-top {
    background: url(images/striped-bg@2x.png);
    background-size: 24px;
    padding: 40px 0;
}

.widget_hat_widget .tabs {
    border: 0;
    display: table;
    margin: auto;
}

.home-top .tabs-menu {
    display: table-footer-group;
    background: none;
    text-align: center;
}

.home-top .tabs-content {
    display: table-header-group;
    padding: 0;
}

.home-top .tabs-content-inner {
	margin-bottom: 20px;
}

.widget_hat_widget .tabs-menu li {
    border: none;
    float: none;
    display: inline-block;
    margin: 0 10px;
    width: 140px;
    position: relative;
}

.widget_hat_widget .tabs-menu a,
.widget_hat_widget .tabs-menu a:hover,
.widget_hat_widget .tabs-menu li.selected a {
    background: #cd89b1;
    color: #fff;
}

.widget_hat_widget .tabs-menu li:nth-of-type(1) a,
.widget_hat_widget .tabs-menu li:nth-of-type(1) a:hover,
.widget_hat_widget .tabs-menu li.selected:nth-of-type(1) a {
    background: #fbcd7f;
}

.widget_hat_widget .tabs-menu li:nth-of-type(3) a,
.widget_hat_widget .tabs-menu li:nth-of-type(3) a:hover,
.widget_hat_widget .tabs-menu li.selected:nth-of-type(3) a {
    background: #fd8689;
}

.widget_hat_widget .tabs-menu a {
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 10px;
}

.widget_hat_widget .tabs-menu a:hover {
    opacity: 0.8;
}

.widget_hat_widget .loader-wrap {
    display: none !important;
}

.home-top .entry,
.home-top .aligncenter,
.home-top .entry-image,
.home-top .tptn_posts_widget li,
.home-top .tptn_posts_widget .tptn_thumb {
	padding-bottom: 0;
	margin-bottom: 0;
}

.home-top .entry,
.home-top .tptn_posts_widget li {
	position: relative;
}

.home-top .tptn_posts_widget ul {
	list-style-type: none;
	overflow: auto;
}

.home-top .tptn_posts_widget li {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-top .tptn_posts_widget li:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-top .entry-header,
.home-top .tptn_posts_widget .tptn_after_thumb {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 28px;
	background: #fff;
	text-align: center;
}

.home-top .entry-header .entry-title,
.home-top .tptn_posts_widget .tptn_after_thumb {
	font-family: 'Cutive', serif;
	font-size: 19px;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding: 20px 20px 12px;
}

.home-top .entry-header .entry-title a,
.home-top .tptn_posts_widget .tptn_after_thumb .tptn_link {
	color: #4c4849;
}

.home-top .entry-header .entry-title a:hover,
.home-top .tptn_posts_widget .tptn_after_thumb .tptn_link:hover {
	color: #fd8689;
}

/* Home Middle Top */

.home-middle-top {
	margin: 50px 0;
}

/* Home Middle */

.home-middle {
	background: #fff8f8;
	overflow: auto;
	padding: 50px 0;
}

.home .home-middle .widget {
	margin-bottom: 0;
}

.home-middle .widget:nth-of-type(1) {
	width: 380px;
	float: left;
}

.home-middle .widget:nth-of-type(2) {
	width: calc(100% - 420px);
	float: right;
}

/* Home Bottom */

.home-bottom {
	margin: 50px 0;
}

.home-bottom .featured-content {
	margin-top: 40px;
}

.home-bottom .featured-content .entry {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.home-bottom .featured-content .entry-title {
	font-size: 18px;
}

.home-bottom .featured-content .entry-content {
	line-height: 1.2;
}

.home-bottom .widget_custom_html {
	text-align: center;
	margin-top: -40px;
}

.home-bottom .widget_custom_html .button {
	background: #cd89b1;
	color: #fff;
	font-family: 'Cutive', serif;
	text-transform: none;
	font-weight: normal;
	padding-top: 20px;
}

.home-bottom .widget_custom_html .button:hover {
	background: #e5b7d8;
}

.home-bottom .widget_custom_html .button::after {
	content: '>';
	display: inline-block;
	margin-left: 8px;
}


/* Recipes Page
--------------------------------------------- */

.page-template-page-recipes .sidebar-secondary li {
	line-height: 1.4;
}

.page-template-page-recipes .sidebar-secondary a {
	color: #000;
}

.recipe-index .widget {
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}

.recipe-index .widget:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.recipe-index .widgettitle {
	text-align: center;
	font-size: 19px;
}

.footer-widgets .featured-content .entry,
.recipe-index .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.footer-widgets .featured-content .entry {
	margin-bottom: 0;
}

.recipe-index .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title {
	font-size: 14px;
}

.recipe-index .aligncenter {
	margin-bottom: 0;
}


/* Shop Page WP
--------------------------------------------- */

.shop-page-wp-item {
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid transparent;
	padding: 10px;
}

.shop-page-wp-item:hover {
	border-color: #eee;
	cursor: pointer;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.shop-page-wp-title h3,
.shop-page-wp-item .buy-link {
	line-height: 1;
	margin: 5px 0;
}

.shop-page-wp-item .buy-link {
	display: inline-block;
}


/*
Site Header
----------------------------------------------------------------------------- */

.site-header .wrap {
	padding: 15px 0;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 28px;
}

.site-title {
	margin: 0;
}

.site-title a {
	text-indent: -9999px;
	display: block;
	width: 450px;
	height: 132px;
	background: url(images/logo.png) center no-repeat;
	background-size: 450px;
}

.site-description {
	display: none;
}


/* Widget Area
--------------------------------------------- */

.header-widget-area,
.nav-primary {
	float: right;
	text-align: right;
	width: calc(100% - 460px);
	margin-top: 8px;
}

.header-widget-area .widget {
	float: right;
}


/*
Site Navigation
----------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	padding: 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-family: 'Cutive', serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 15px 10px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #000;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.menu-item-hover {
	position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #ffe2e2;
	color: #fff;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu {
	opacity: 1;
	left: auto;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sidebar .menu-item a {
	text-decoration: none;
}


/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin: 25px 0 0;
}

.nav-primary .wrap,
.home .nav-primary .wrap {
	padding: 0;
}

.nav-primary .genesis-nav-menu {
	text-align: right;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 0 auto 20px;
}

.nav-secondary .wrap {
	border-bottom: 1px solid #eee;
}


/*
Content Area
----------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 30px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
}

.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: 20px;
}

.entry-meta {
	font-family: 'Cutive', sans-serif;
	font-size: 9px;
	margin: 0 auto 5px;
	text-align: center;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 20px 0;
	font-family: 'Bariol', sans-serif;
	font-size: 10px;
	letter-spacing: 0.27em;
	text-transform: uppercase;
}

.entry-footer .entry-meta a {
	font-style: normal;
	color: #000;
}

.entry-footer .entry-meta a:hover {
	color: #fd8689;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

a.more-link,
.more-from-category a {
	background: #fbcd7f;
	border: 0;
	color: #fd8689;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 auto;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
}

.more-link {
	margin-top: 15px;
}

.home .more-link {
	border-radius: 100px;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

.more-from-category a {
	margin: 40px auto;
}

a.more-link:hover,
a.more-link:focus,
.more-from-category a:hover,
.more-from-category a:focus {
	opacity: 0.8;
}


/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
}

.archive-pagination li {
	border: 1px solid #fbcd7f;
	display: inline;
	padding: 5px 10px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: #cd89b1;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	color: #af5a93;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}

.entry-comments > h3,
.comment-respond h3 {
	color: #fd8689;
	font-size: 18px;
}

.entry-comments .comment-header {
	overflow: auto;
}

.entry-comments .comment-header,
.entry-comments .comment-header a {
	font-family: 'Cutive', serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-meta,
.entry-comments .comment-edit-link {
	float: left;
	margin-bottom: 0;
}

.entry-comments .comment-meta,
.entry-comments .comment-meta a,
.entry-comments a.comment-edit-link {
	font-family: 'Bariol', sans-serif;
	font-size: 12px;
	margin-top: 0;
}

.entry-comments .comment-edit-link {
	margin-left: 5px;
}

.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-top: 22px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-top: 1px solid #eee;
}

.comment .avatar {
	display: inline;
	float: left;
	margin: 0 16px 0 0;
}

.form-allowed-tags {
	display: none;
}

.comment-meta a,
.comment-reply a {
	color: #000;
}

.comment-reply a {
	padding: 2px 5px;
	font-family: 'Cutive', serif;
	font-style: normal;
	font-size: 12px;
}

.comment-reply a:hover,
.comment-reply a:focus {
	color: #fd8689;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 20px 20px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content ol {
	list-style-type: numeral;
}

.comment-content li {
	padding: 0;
	margin: 0;
}

.comment-content ul li {
	list-style-type: disc;
}

.comment-content ol li {
	list-style-type: decimal;
}


/*
Sidebars
----------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.cat-item {
	list-style-type: none;
}


/*
Footer Widgets
----------------------------------------------------------------------------- */

.footer-widgets {
	padding: 50px 0 0;
	background: #fff8f8;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-4 {
	clear: both;
	width: 100%;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #eee;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .aligncenter {
	margin-bottom: 0;
}


/*
Site Footer
----------------------------------------------------------------------------- */

.site-footer {
	font-size: 10px;
	letter-spacing: 0.28em;
	padding: 40px 0 60px;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	background: #fff8f8;
}

.site-footer a {
	color: #999;
	text-decoration: none;
}

.site-footer p {
	margin: 0;
}


/*
Custom Content Built by Once Coupled
----------------------------------------------------------------------------- */

/* Content Indicators */

.content-indicators {
    font-family: 'Cutive', serif;
    font-size: 10px;
}

.content-indicators.listing {
	text-align: center;
}

.content-indicators .indicator {
    display: inline-block;
	margin-bottom: 10px;
}

.home-bottom .content-indicators .indicator {
	clear: none;
	margin-left: 1%;
	width: 7.41667%;
}

.home-bottom .content-indicators .indicator:first-of-type {
	margin-left: 0;
}

.content-indicators .indicator:hover {
	opacity: 0.8;
}

.content-indicators .indicator-abbreviation,
.home-bottom .content-indicators .indicator-name {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #b791b2;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
}

.content-indicators.listing .indicator:last-of-type .indicator-abbreviation {
    margin-right: 0;
}

.content-indicators.key .indicator-abbreviation {
    float: left;
}

.home-bottom .content-indicators.key .indicator-abbreviation {
    display: none;
}

.content-indicators .indicator-name {
    color: #000;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    padding-top: 5px;
}

.home-bottom .content-indicators .indicator-name {
	width: 80px;
	height: 80px;
	padding: 10px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
}

.content-indicators .SF,
.home-bottom .content-indicators .SF + .indicator-name {
	background: #fec4c7;
}

.content-indicators .P,
.home-bottom .content-indicators .P + .indicator-name {
	background: #cd89b1;
}

.content-indicators .K,
.home-bottom .content-indicators .K + .indicator-name {
	background: #f5b054;
}

.content-indicators .NB,
.home-bottom .content-indicators .NB + .indicator-name {
	background: #fd8689;
}

.content-indicators .GF,
.home-bottom .content-indicators .GF + .indicator-name {
	background: #ff7193;
}

.content-indicators .LC,
.home-bottom .content-indicators .LC + .indicator-name {
	background: #af5a93;
}

.content-indicators .NG,
.home-bottom .content-indicators .NG + .indicator-name {
	background: #e5b7d8;
}

.content-indicators .DF,
.home-bottom .content-indicators .DF + .indicator-name {
	background: #fbcd7f;
}

.content-indicators .NF,
.home-bottom .content-indicators .NF + .indicator-name {
	background: #e0adb2;
}

.content-indicators .SC,
.home-bottom .content-indicators .SC + .indicator-name {
	background: #9b968e;
}

.content-indicators .PC,
.home-bottom .content-indicators .PC + .indicator-name {
	background: #d8d0c5;
}

/* Shop */

.oc-shop .entry-content {
	text-align: center;
}

.oc-shop .entry-title,
.oc-shop .entry-content > p,
.oc-shop .shop-title,
.oc-shop .shop-subtitle {
	font-family: 'Cutive', serif;
	font-weight: normal;
	text-transform: none;
}

.oc-shop .entry-title,
.oc-shop .shop-title,
.oc-shop .shop-subtitle {
	font-size: 19px;
	color: #4c4849;
}

.oc-shop .entry-content p {
	font-size: 14px;
}

.oc-shop .entry-content p a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	background: #fec4c7;
	line-height: 1;
	padding: 5px 15px;
	margin: 0 10px;
}

.oc-shop .entry-content p a:hover {
	color: #fec4c7;
	background: #f06878;
}

.oc-shop .shop-item {
	margin-bottom: 40px;
}

.oc-shop .shop-item img {
	margin-bottom: 10px;
}

.oc-shop .shop-title,
.oc-shop .shop-subtitle,
.oc-shop .shop-description {
	padding: 0 20px;
}

.oc-shop .shop-title,
.oc-shop .shop-subtitle {
	margin: 0 0 5px;
}

.oc-shop .shop-title {
	line-height: 1.2;
}

.oc-shop .shop-subtitle {
	font-size: 15px;
}

.oc-shop .shop-description {
	text-size: 15px;
	line-height: 1.25;
	margin-bottom: 15px;
}

.oc-shop .shop-learn {
	font-family: 'Libre Baskerville', serif;
	font-size: 10px;
	font-style: italic;
	display: block;
	color: #000;
	margin-bottom: 15px;
}

.oc-shop .shop-learn::after {
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-size: 12px;
	margin-left: 5px;
	color: #fd8689;
}

.oc-shop .shop-learn:hover {
	color: #fd8689;
}

.oc-shop .shop-buy {
	display: inline-block;
	background: #fd8689;
	padding: 5px 15px;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
}

.oc-shop .shop-buy:hover {
	color: #fd8689;
	background: #fbcd7f;
}

.page .entry-header .entry-title,
.blog-template-description .entry-title {
  color: black;
  font-family: 'Cutive', serif;
  font-weight: 300;
  text-transform: capitalize;
}

.archive .entry-header .entry-title,
.tag .entry-header .entry-title {
  text-transform: capitalize;
}


/*
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) {
	.site-title a {
		background-image: url(images/logo@2x.png);
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: hidden;
	}

	.site-header .title-area {
		margin-top: 44px;
	}

	.site-header .title-area a {
		width: 330px;
		height: 97px;
		background-size: contain;
	}

	.site-header a {
		font-size: 12px;
		padding: 8px;
	}

	.site-header .sub-menu .sub-menu {
		margin-top: -53px;
	}

	.site-inner {
		margin: 20px auto;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content {
		width: 720px;
	}

	.content,
	.site-header .widget-area,
	.nav-primary {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.enews-widget .widgettitle,
	.enews-widget p,
	.enews-widget form {
		clear: both;
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

	.home-middle-top .enews form {
		margin-top: -50px;
	}

	.home-middle .widget:nth-of-type(1) {
		width: 280px;
	}

	.home-middle .widget:nth-of-type(2) {
		width: calc(100% - 340px);
	}

	.home-middle .bio-text {
		line-height: 1.4;
	}

	.home-bottom .content-indicators .indicator-name {
		width: 70px;
		height: 70px;
		padding: 5px;
		font-size: 11px;
	}
}

@media only screen and (max-width: 1023px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.sidebar-primary,
	.sidebar-secondary,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-header .title-area {
		margin-top: 20px;
	}

	.site-header .title-area a {
		margin: 0 auto 20px;
	}

	.header-widget-area {
		text-align: center;
		margin-top: 0;
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.header-widget-area .widget {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}

	.oc-sfm .simple-social-icons ul li:first-child {
		margin-left: 0 !important;
	}

	.nav-primary {
		float: none;
		clear: both;
		margin: 0 auto;
	}

	.site-inner,
	.home .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.comment-respond {
		padding: 20px 0;
	}

	.single .entry {
		padding-top: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets {
		padding: 20px 10px 16px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 20px;
	}

	.home-middle-top .enews form {
		margin-top: -65px;
	}

	.home-middle-top input[type="email"] {
		margin-left: 0;
		width: calc(100% - 140px);
	}

	.home-middle-top .interest-lists {
		width: 100%;
		top: auto;
		bottom: -30px;
	}

	.home-middle .widget:nth-of-type(1),
	.home-middle .widget:nth-of-type(2) {
		float: none;
		width: 100%;
	}

	.home-middle .bio-img {
		float: left;
		max-width: 380px;
		margin: 0 20px 20px 0;
	}

	.home-middle .widget-title {
		margin-top: 40px;
	}

	.home-bottom .content-indicators {
		max-width: 690px;
		margin: 0 auto;
	}

	.home-bottom .content-indicators .wrap {
		padding: 0;
	}

	.home-bottom .content-indicators .indicator {
		width: 15.66667%;
		padding: 0 14px;
	}

	.home-bottom .content-indicators .indicator:nth-of-type(6n+1) {
		margin-left: 0;
	}

	.home-bottom .content-indicators .indicator-name {
		width: 80px;
		height: 80px;
		padding: 10px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 940px) {
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
		clear: both;
	}

	.menu-toggle span {
		margin-left: -10px;
		top: 23px;
		left: 50%;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #000;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		cursor: pointer;
		display: block;
		height: 3px;
		position: absolute;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		width: 20px;
	}

	.menu-toggle span:before {
		top: -5px;
	}

	.menu-toggle span:after {
		bottom: -5px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		background: transparent;
	}

	.sub-menu-toggle {
		color: #000;
		cursor: pointer;
		padding: 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.active:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.nav-primary {
		width: 100%;
	}

	.nav-primary a {
		padding: 18px;
	}

	.genesis-nav-menu {
		border: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #9d9d9d;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover,
	.genesis-nav-menu .menu-item:focus {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #9d9d9d;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.site-header .widget-area,
	.site-header .widget-area .genesis-nav-menu {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first,
	.shop-page-wp-item {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.odd,
	.shop-page-wp-item:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	.header-widget-area .widget {
		display: block;
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.footer-widgets-2 .entry {
		float: none;
		margin: 0;
	}

	.widget_hat_widget .tabs-menu li {
		width: 85px;
		margin: 0 5px;
	}

	.widget_hat_widget .tabs-menu li a {
		padding: 5px;
		font-size: 14px;
	}

	.home-top .entry,
	.home-top .tptn_posts_widget li,
	.home-top .tptn_posts_widget li:nth-of-type(3n+1) {
		float: none;
		width: 300px;
		margin: 0 auto 20px;
	}

	.home-middle-top .enews {
		padding: 20px 10px;
	}

	.home-middle-top .enews .widgettitle,
	.home-middle-top .enews p {
		float: none;
		width: 100%;
	}

	.home-middle-top .enews form {
		margin-top: 10px;
		float: none;
		width: 80%;
		margin: 10px auto 0;
		padding-bottom: 30px;
		overflow: auto;
	}

	.home-middle-top .enews .interest-lists {
		bottom: 0px;
	}

	.home-middle {
		padding: 30px 0;
	}

	.home-middle .bio {
		margin-bottom: 40px;
	}

	.home-middle .bio-img {
		display: block;
		float: none;
		margin: 0 auto -40px;
	}

	.home-middle .widget-title {
		margin-top: 0;
	}

	.home-bottom .content-indicators {
		max-width: 378px;
	}

	.home-bottom .content-indicators .indicator,
	.home-bottom .content-indicators .indicator:nth-of-type(6n+1) {
		width: 24.25%;
		margin-left: 1%;
		padding: 0 6px;
	}

	.home-bottom .content-indicators .indicator:nth-of-type(4n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 420px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd,
	.shop-page-wp-item,
	.shop-page-wp-item:nth-of-type(2n+1),
	.shop-page-wp-item:nth-of-type(4n+1) {
		margin-left: 0;
		width: 100%;
	}

	.site-inner,
	.home .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-header .title-area a {
		width: 300px;
		height: 98px;
	}

	.after-entry .widget {
		width: 100%;
	}

	.recipe-index .entry {
		margin: 0;
		width: 100%;
	}

	.featured-content .alignleft,
	.featured-content .alignright,
	.sidebar .alignleft,
	.sidebar .entry-image {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.sidebar .featured-content .entry {
		text-align: center;
	}

	.home-middle-top .enews form {
		width: 100%;
	}

	.home-bottom .content-indicators {
		max-width: 300px;
	}

	.home-bottom .content-indicators .indicator,
	.home-bottom .content-indicators .indicator:nth-of-type(6n+1),
	.home-bottom .content-indicators .indicator:nth-of-type(4n+1) {
		width: 32.66667%;
		margin-left: 1%;
		padding: 0 6px;
	}

	.home-bottom .content-indicators .indicator:nth-of-type(3n+1) {
		margin-left: 0;
	}
}