/*
	Theme Name: Pumpkin N Spice
	Theme URL: http://pumpkinnspice.com
	Description: Designed by Melissa Rose Design. Developed by Once Coupled. Made with love!
	Author: Once Coupled
	Author URI: https://oncecoupled.com

	Tags: custom-made, genesis, child-theme
 
	Template: genesis
	Template Version: 2.2.7
 
	License: All rights reserved.
*/

/*
- Normalize
- Clear Floats
	- Box Sizing
- Defaults
	- Typography
	- Headings
	- Objects
	- Tables
- Reusable Content
	- Forms
	- Search Form
	- Social Icons
- Accessibility
	- Screen Reader Text
	- Skip Links
- WordPress
	- Defaults
	- Gallery
	- Avatar
- Structure and Layout
	- Site Containers
	- Mobile Navigation
	- Site Header
	- Columns
	- Widgets
- Titles
	- Site Header
	- Widgets
	- Author Box
	- Archive Description
- Navigation
	- Primary Navigation
	- Secondary Navigation
	- Menu Toggle
- Content Areas
	- Entries
	- More Links
	- Entry Meta
	- Comments
	- Pagination
- Sidebars
- Widgets
	- Header Widget Area
	- Sidebar Widgets
- Common Classes
	- Archive/Author Box
	- Breadcrumbs
- Templates
	- Recipe Index
- Common Plugins
	- Jetpack
	- Gravity Forms
	- CommentLuv
	- Contextual Related Posts
	- Simple Share Buttons Plus
	- Meal Planner Pro
	- Bloom
	- Filament
- Footer
	- Widgets
- Media Queries
	- Retina (2x)
*/


/*=================================
=            Normalize            =
=================================*/

/* normalize.css v3.0.2 | MIT License | git.io/normalize */

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}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}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{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]{-webkit-box-sizing:content-box;-moz-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{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}table{border-spacing:0;border-collapse:collapse}


/*====================================
=            Clear Floats            =
====================================*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	display: table;

	content: ' ';
}

.author-box: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,
.wrap:after {
	display: table;
	clear: both;

	content: ' ';
}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


/*================================
=            Defaults            =
================================*/

/*----------  Typography  ----------*/

html {
	font-size: 62.5%; /* Set the default browser size to 10px */
}

body > div {
	font-size: 1.4rem; /* Chrome fix for REM values */
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.575;

	margin: 0;

	color: rgba(68, 68, 68, 1.0);
	background-color: rgba(255, 255, 255, 1.0);

	-webkit-font-smoothing: antialiased;
}

body.nav-visible {
	overflow: hidden;
}

a {
	text-decoration: none;

	color: rgba(108, 87, 117, 1.0);
}

a:hover,
a:focus {
	color: rgba(108, 87, 117, 0.7);
}

.single .entry-content a {
	color: rgba(132, 174, 169, 1.0);
}

.single .entry-content a:hover,
.single .entry-content a:focus {
	color: rgba(132, 174, 169, 0.7);
}

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

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

li {
	list-style-type: none;
}

.entry-content ol,
.entry-content ul,
.footer-widgets ol,
.footer-widgets ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li,
.footer-widgets ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
.footer-widgets ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.footer-widgets ol ol,
.footer-widgets ul ul {
	margin-bottom: 0;
}

hr {
	clear: both;

	margin: 20px 0;

	border-collapse: collapse;

	border: 0;
	border-top: 1px solid rgba(238, 238, 238, 1.0);
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 15px 0;
	padding-left: 10px;

	color: rgba(0, 0, 0, 1.0);
	border-left: 3px solid rgba(0, 0, 0, 1.0);
}

small,
cite {
	font-size: 10px;
	font-size: 1rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', serif;
	font-weight: 700;

	margin: 15px 0;

	text-transform: lowercase;

	color: rgba(108, 87, 117, 1.0);
}

h1 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.625;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
}

h4,
h5,
h6 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.15;
}

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

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

img {
	height: auto;
}

article p > img {
	display: block;

	margin: 0 auto;
}

.home .entry-header img {
	margin: 0 auto 12px;
}

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

.wp-caption {
	margin: 0;
}

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

table {
	line-height: 2;

	width: 100%;
	margin-bottom: 40px;

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

tbody {
	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
}

td,
th {
	text-align: left;
}

td {
	padding: 6px 0;

	border-top: 1px solid rgba(221, 221, 221, 1.0);
}

th {
	font-weight: 400;
}


/*=====================================
=          Reusable Content           =
=====================================*/

/*----------  Default  ----------*/

.clear {
	clear: both;
}

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

input,
select,
textarea {
	width: 100%;
	padding: 16px;

	color: rgba(51, 51, 51, 1.0);
	border: 1px solid rgba(221, 221, 221, 1.0);
	-webkit-border-radius: 0;
	        border-radius: 0;
	background-color: rgba(255, 255, 255,0 .7);
}

input:not([type='checkbox']) {
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, .1);
	outline: none;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
	width: auto;
}

::-moz-placeholder {
	opacity: 1;
	color: rgba(108, 87, 117, 1.0);
}

::-webkit-input-placeholder {
	color: rgba(108, 87, 117, 1.0);
}


:-ms-input-placeholder {
	color: rgba(108, 87, 117, 1.0);
}

button,
input[type='button'],
input[type='reset'],
input[type='search'],
input[type='submit'],
.button {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;

	width: auto;
	padding: 5px 15px;

	cursor: pointer;
	letter-spacing: 1px;
	text-transform: lowercase;

	color: rgba(229, 221, 209, 1.0);
	border: 0;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'],
.button:focus {
	color: rgba(229, 221, 209, .7);
}

.button {
	display: inline-block;
}

input[type='search'],
input[type='submit'] {
	line-height: 2;

	width: 85%;
	height: 32px;
}

input[type='submit'] {
	font-family: 'FontAwesome';

	width: 15%;
}

/*----------  Search Form  ----------*/

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type='submit'] {
	position: absolute;

	clip: rect(0, 0, 0, 0);

	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;

	border: 0;
}

/* Mobile Navigation */

.mobile-navigation .search {
	line-height: 42px;

	float: right;

	width: 15%;
	height: 42px;

	text-align: center;

	border-left: 1px solid rgba(255, 255, 255, 1.0);
}

.mobile-navigation #header-search {
	position: absolute;
	top: 42px;
	left: 0;

	width: 100%;
}

.mobile-navigation #header-search input[type='search'],
.mobile-navigation #header-search input[type='submit'] {
	width: 79%;
	margin: 10px 3%;

	color: rgba(229, 221, 209, 1.0);
	background: rgba(255, 255, 255, 1.0);
}

.mobile-navigation #header-search input[type='search'] {
	margin-right: 0;
}

.mobile-navigation #header-search input[type='submit'] {
	width: 15%;
	margin-left: 0;
}

.mobile-navigation #header-search input[type='submit']:hover {
	color: rgba(229, 221, 209, .7);
}

.mobile-navigation #header-search ::-webkit-input-placeholder {
	color: rgba(229, 221, 209, 1.0);
}

.mobile-navigation #header-search ::-moz-placeholder {
	color: rgba(229, 221, 209, 1.0);
}

.mobile-navigation #header-search :-ms-input-placeholder {
	color: rgba(229, 221, 209, 1.0);
}

/* After Entry */

.after-entry .widget {
	position: relative;

	margin-bottom: 52.5px;
	padding: 15px 15px 0;

	background: rgba(229, 221, 209, .5);
}

.after-entry .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;

	margin-bottom: 10px;
	padding: 0 40px;

	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: rgba(242, 126, 156, 1.0);
}

.after-entry ::-moz-placeholder {
	font-family: 'Bitter', serif;
	font-size: 10px;
	font-size: 1rem;
	font-style: italic;
	line-height: 2;

	text-transform: lowercase;

	color: rgba(88, 89, 91, 1.0);
}

.after-entry ::-webkit-input-placeholder {
	font-family: 'Bitter', serif;
	font-size: 10px;
	font-size: 1rem;
	font-style: italic;
	line-height: 2;

	text-transform: lowercase;

	color: rgba(88, 89, 91, 1.0);
}


.after-entry :-ms-input-placeholder {
	font-family: 'Bitter', serif;
	font-size: 10px;
	font-size: 1rem;
	font-style: italic;
	line-height: 2;

	text-transform: lowercase;

	color: rgba(88, 89, 91, 1.0);
}

.after-entry input {
	margin-bottom: 10px;
	padding: 5px 10px;

	color: rgba(88, 89, 91, 1.0);
	border: 0;
	background: rgba(255, 255, 255, 1.0);
}

.after-entry input[type='email'] {
	margin-bottom: 0;
}

.after-entry input[type='submit'] {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;

	position: relative;
	bottom: -12.5px;
	left: 50%;

	width: 100px;
	height: 30px;
	margin: 0 0 0 -50px;

	letter-spacing: 0;
	text-transform: uppercase;

	color: rgba(255, 255, 255, 1.0);
	background: rgba(179, 208, 203, 1.0);
}

.after-entry input[type='submit']:hover {
	background: rgba(179, 208, 203, .7);
}

/* Sidebar */

.sidebar input {
	color: rgba(255, 255, 255, 1.0);
	background: rgba(229, 221, 209, 1.0);
}

.sidebar input[type='submit']:hover {
	color: rgba(255, 255, 255, 1.0);
	background: rgba(227, 220, 209, .7);
}

.sidebar ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1.0);
}

.sidebar ::-moz-placeholder {
	color: rgba(255, 255, 255, 1.0);
}

.sidebar :-ms-input-placeholder {
	color: rgba(255, 255, 255, 1.0);
}

/* Before Footer */

.before-footer input {
	color: rgba(242, 126, 156, 1.0);
	background: #fff;
}

.before-footer ::-webkit-input-placeholder {
	color: rgba(242, 126, 156, 1.0);
}

.before-footer #header-search ::-moz-placeholder {
	color: rgba(242, 126, 156, 1.0);
}

.before-footer #header-search :-ms-input-placeholder {
	color: rgba(242, 126, 156, 1.0);
}

/* Footer Navigation */

.footer-navigation input {
	color: rgba(255, 255, 255, 1.0);
	background: rgba(227, 220, 209, 1.0);
}

.footer-navigation input[type='submit']:hover {
	color: rgba(255, 255, 255, 1.0);
	background: rgba(227, 220, 209, .7);
}

.footer-navigation ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1.0);
}

.footer-navigation ::-moz-placeholder {
	color: rgba(255, 255, 255, 1.0);
}

.footer-navigation :-ms-input-placeholder {
	color: rgba(255, 255, 255, 1.0);
}

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

.social {
	text-align: center;
}

.social a {
	font-size: 22px;
	font-size: 2.2rem;

	padding: 5px;
}

.social a:last-of-type {
	padding-right: 0;
}

/* Mobile Navigation */

.mobile-navigation .social {
	float: right;

	width: 70%;
	height: 42px;
}

.mobile-navigation .social a {
	line-height: 42px;

	color: rgba(255, 255, 255, 1.0);
}

.mobile-navigation .social a:hover {
	line-height: 42px;

	color: rgba(255, 255, 255, .7);
}

/* After Entry Shares */

.below-post-buttons .ssbp--fixed-left {
	display: none !important;
}

.below-post-buttons .ssbp-wrap {
	margin-top: 5px;
}

.below-post-buttons div.ssbp-wrap .ssbp-list li {
	margin-left: 0;
}

.below-post-buttons div.ssbp-wrap .ssbp-list a:before {
	font-size: 16px !important;
	line-height: 25px!important;

	display: inline-block;

	width: 30px !important;
	height: 25px !important;

	text-align: center;
}

.below-post-buttons .ssbp-wrap a,
.below-post-buttons .ssbp-wrap a:hover,
.below-post-buttons .ssbp-wrap a:focus {
	background: transparent !important;
}

.below-post-buttons .ssbp-wrap img,
.below-post-buttons .ssbp-wrap .ssbp-each-share {
	display: none !important;
}

/* Footer Navigation */

.footer-navigation .social a {
	padding: 12px;
}

/* After Entry Shares and Footer Navigation */

.below-post-buttons .ssbp-wrap li:nth-child(3n+1) a:before,
.footer-navigation .social a:nth-child(3n+1) {
	color: rgba(108, 87, 117, 1.0);
}

.below-post-buttons .ssbp-wrap li:nth-child(3n+1):hover a:before,
.footer-navigation .social a:nth-child(3n+1):hover {
	color: rgba(108, 87, 117, .7);
}

.below-post-buttons .ssbp-wrap li:nth-child(3n+2) a:before,
.footer-navigation .social a:nth-child(3n+2) {
	color: rgba(179, 208, 203, 1.0);
}

.below-post-buttons .ssbp-wrap li:nth-child(3n+2):hover a:before,
.footer-navigation .social a:nth-child(3n+2):hover {
	color: rgba(179, 208, 203, .7);
}

.below-post-buttons .ssbp-wrap li:nth-child(3n) a:before,
.footer-navigation .social a:nth-child(3n) {
	color: rgba(242, 126, 156, 1.0);
}

.below-post-buttons .ssbp-wrap li:nth-child(3n):hover a:before,
.footer-navigation .social a:nth-child(3n):hover {
	color: rgba(242, 126, 156, .7);
}


/*=====================================
=            Accessibility            =
=====================================*/

/*----------  Screen Reader Text  ----------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;

	overflow: hidden;
	clip: rect(0, 0, 0, 0);

	width: 1px;
	height: 1px;

	border: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type='submit']:focus,
.widget_search input[type='submit']:focus {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;

	z-index: 100000; /* Above WP toolbar. */

	display: block;
	clip: auto !important;

	width: auto;
	height: auto;
	padding: 15px 23px 14px;

	text-decoration: none;

	color: rgba(51, 51, 51, 1.0);
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .7);
}

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

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	width: 0;
	height: 0;

	list-style: none;
}

.genesis-skip-link a {
	border-bottom: 0;
}

.genesis-skip-link a:hover {
	background: rgba(245, 245, 245, 1.0);
}

/* Display outline on focus */
:focus {
	color: rgba(34, 34, 34, 1.0);
	outline: rgba(0,0,0,.2) solid 2px;
	box-shadow: 0;
}


/*=================================
=            WordPress            =
=================================*/

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

a.aligncenter img {
	display: block;

	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;

	text-align: left;
}

.alignright {
	float: right;

	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;

	margin: 0 auto 16px;
}

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;

	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}



.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

#wpadminbar {
	position: fixed !important;
}

/*----------  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 {
	height: auto;
	padding: 4px;

	border: 1px solid rgba(221, 221, 221, 1.0);
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid rgba(221, 221, 221, 1.0);
}

/*----------  Avatar  ----------*/

.avatar {
	float: right;
}

.alignleft .avatar {
	margin-left: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}


/*=================================
=            Structure            =
=================================*/

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

.site-container {
	max-width: 100%;
	padding: 42px 15px 15px;
}

.site-inner,
.wrap,
.site-footer {
	position: relative;

	width: 100%;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	/* Height of header */

	margin: 20px auto;
}

/*----------  Mobile Navigation  ----------*/

.mobile-navigation {
	font-size: 22px;
	font-size: 2.2rem;

	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	height: 42px;

	color: rgba(255, 255, 255, 1.0);
	background: rgba(242, 126, 156, 1.0);
}

/*.admin-bar .mobile-navigation {
	top: 46px;
}*/

.mobile-navigation a {
	color: rgba(255, 255, 255, 1.0);
}

/* Tagline */

.mobile-navigation .tagline {
	font-family: 'Bitter', serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	line-height: 52px;

	display: none;

	vertical-align: top;
	text-transform: lowercase;

	color: rgba(255, 255, 255, .7);
}

/*----------  Footer Navigation  ----------*/

.footer-navigation .social,
.footer-navigation .search-form {
	margin: 15px 0;
}

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

.site-header {
	position: relative;
	z-index: 2;

	width: 220px;
	margin: 42px auto 0;
}

.site-header > .wrap {
	width: auto;
	padding: 20px 0;
}

.title-area {
	width: 100%;
}

.title-area .site-title a {
	display: block;

	height: 300px;

	text-indent: -9999px;

	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/logo.png') no-repeat center top;
	background-size: contain;
}

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

/*----------  Columns  ----------*/

.one-half {
	float: left;

	width: 48.717948717948715%;
	margin-left: 2.564102564102564%;
}

.first {
	clear: both;

	margin-left: 0;
}

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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	padding-left: 20px;

	list-style-position: inside;
	list-style-type: decimal;

	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 30px;
	padding: 0;

	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*==============================
=            Titles            =
==============================*/

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

.site-title {
	font-family: 'Bitter', serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;

	margin: 0;
}

.site-description {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	font-style: italic;

	display: none;

	margin: 20px 0 0;

	text-align: center;
	letter-spacing: .5px;
	text-transform: lowercase;

	color: rgba(242, 126, 156, 1.0);
}

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

.widget-title,
.footer-widgets .widget-title,
.sidebar .entry-title {
	font-size: 22px;
	font-size: 2.2rem;

	margin-top: 0;
}

.footer-widgets .widget-title {
	margin-top: 0;
}

/*----------  Author Box  ----------*/

.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;

	margin-top: 0;
}

/*----------  Archive Description  ----------*/

.archive-title {
	margin: 0;

	text-align: center;
}


/*==================================
=            Navigation            =
==================================*/

.genesis-nav-menu {
	line-height: 1;

	clear: both;
}

.genesis-nav-menu .menu-item {
	position: relative;

	display: block;

	text-align: right;
}

.genesis-nav-menu a {
	display: block;

	padding: 20px 10px;

	text-align: left;

	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
}

.genesis-nav-menu .menu-item.menu-item-has-children > a {
	padding-right: 50px;
}

.genesis-nav-menu > .menu-item > a {
	padding: 20px;
}

/* Sub Menu */

.genesis-nav-menu .sub-menu {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	font-size: 1.2rem;

	padding-left: 40px;

	word-wrap: break-word;
}

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

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

.nav-primary,
.nav-primary .genesis-nav-menu {
	width: 100%;
}

.nav-primary {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;

	display: none;
	overflow-y: scroll;

	height: 100%;
	padding-top: 45px;

	background: rgba(255, 255, 255, 1.0);
}

/*.admin-bar .nav-primary {
	padding-top: 91px;
}*/

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

.nav-secondary {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;

	display: none;

	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
}


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

.menu-toggle {
	font-weight: bold;

	float: left;

	padding: 0;

	text-align: center;
	text-transform: none;

	color: rgba(255, 255, 255, 1.0);
	border: 0;
	background: transparent;
}

.menu-toggle:before {
	font-family: 'FontAwesome';

	content: '\f0c9';
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:active,
.sub-menu-toggle:hover {
	color: rgba(255, 255, 255, .8);
	background: transparent;
}

.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;

	padding: 20px;

	border: 0;
	background: transparent;
}

.sub-menu-toggle:before {
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;

	display: block;

	content: '\f0c9';

	color: rgba(242, 126, 156, 1.0);
}

.sub-menu-toggle.activated {
	transform: rotate(180deg);
}

/* Mobile Navigation */

.mobile-navigation .menu-toggle {
	width: 15%;
	height: 42px;

	border-right: 1px solid rgba(255, 255, 255, 1.0);
}

/*=====================================
=            Content Areas            =
=====================================*/

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

.home .content .first-post .entry-header:before {
	font-family: 'Bitter', serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;

	display: block;

	width: 100px;
	margin-left: 40px;

	content: 'The Latest';
	text-align: center;
	text-transform: lowercase;

	color: rgba(255, 255, 255, 1.0);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	        border-top-right-radius: 5px;
	background-color: rgba(179, 208, 203, 1.0);
}

.entry-title,
.entry-title a {
	margin-top: 0;

	text-align: center;

	color: rgba(108, 87, 117, 1.0);
}

.entry-title a:hover,
.entry-title a:focus {
	color: rgba(108, 87, 117, .7);
}

.entry {
	margin-bottom: 20px;

	text-rendering: optimizeLegibility;
}

.entry-content code {
	background-color: rgba(221, 221, 221, 1.0);
}

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

.ellipsis {
	font-family: serif;
	font-weight: 700;
}

.more-link-container {
	position: relative;
	z-index: 1;

	width: 120px;
	height: 30px;
	margin: 10px auto 30px;
	/*display: none;*/
}

.home .content .entry:first-of-type .more-link-container {
	/*display: block;*/
}

.more-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 30px;

	position: absolute;

	display: block;

	box-sizing: initial;
	width: 120px;
	height: 30px;

	text-align: center;
	text-transform: uppercase;

	color: rgba(242, 126, 156, 1.0);
	border: 2px solid rgba(242, 126, 156, 1.0);
	border-right: 0;
	background-color: rgba(255, 255, 255, 1.0);
}

.more-link::after {
	position: absolute;
	z-index: -1;
	top: -2px;
	left: 118px;

	width: 0;
	height: 0;

	content: '';

	border: 17px solid transparent;
	border-left: 15px solid rgba(255, 255, 255, 1.0);
}

.more-link::before {
	position: absolute;
	z-index: -2;
	top: -2px;
	left: 120px;

	width: 0;
	height: 0;

	content: '';

	border: 17px solid transparent;
	border-left: 15px solid rgba(242, 126, 156, 1.0);
}

.more-link:hover {
	color: rgba(242, 126, 156, .7);
	border-color: rgba(242, 126, 156, .7);
}

.more-link:hover::before {
	border-left-color: rgba(242, 126, 156, .7);
}

.recipe-category .more-link-container {
	clear: both;

	width: 160px;
	margin: 20px auto 40px;
}

.recipe-category .more-link {
	width: 160px;

	color: rgba(179, 208, 203, 1.0);
	border: 2px solid rgba(179, 208, 203, 1.0);
	border-right: 0;
}

.recipe-category .more-link::after {
	left: 158px;

	border-left: 15px solid rgba(255, 255, 255, 1.0);
}

.recipe-category .more-link::before {
	left: 160px;

	border-left: 15px solid rgba(179, 208, 203, 1.0);
}

.recipe-category .more-link:hover {
	color: rgba(179, 208, 203, .7);
	border-color: rgba(179, 208, 203, .7);
}

.recipe-category .more-link:hover::before {
	border-left-color: rgba(179, 208, 203, .7);
}

/*----------  Entry Meta  ----------*/

p.entry-meta {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;

	margin: 0;

	color: rgba(179, 208, 203, 1.0);

	text-align: center;
}

.entry-meta .entry-comments-link a {
    color: rgba(179, 208, 203, 1.0);
}

.entry-meta .entry-comments-link a:hover {
    color: rgba(179, 208, 203, 0.7);
}

.single .entry-header {
    position: relative;
}

.single .entry-header .entry-meta .entry-comments-link {
    position: absolute;
    right: 0;
    top: 0;
}

.entry-footer {
	margin: 0 0 20px;
}

.entry-footer p.entry-meta {
	font-family: 'Bitter', serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;

	color: rgba(165, 153, 134, 1.0);
}

.entry-footer p.entry-meta a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;

	color: rgba(165, 153, 134, 1.0);
}

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

.entry-comments {
	position: relative;
}

.comment {
	margin-bottom: 20px;
	padding: 10px;

	background: rgba(244, 241, 239, 1.0);
}

.comment

.bypostauthor {
	background: rgba(255, 255, 255, 1.0);
}

.comment-header {
	overflow: hidden;

	margin-bottom: 20px;
}

.comment-header,
.comment-reply a {
	font-family: 'Bitter', serif;
	font-weight: 700;

	text-transform: uppercase;
}

.comment-author,
.comment-author .says {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: normal;
	line-height: 25px;

	margin: 0;

	color: rgba(108, 87, 117, 1.0);
}

.comment-author img {
	border-radius: 25px;
}

.comment .avatar {
	float: left;

	margin: 0 10px 0 0;
}

.says,
.comment-meta,
.comment-edit-link {
	font-size: 11px;
	font-size: 1.1rem;
	font-style: normal;
	line-height: 25px;

	display: inline-block;

	margin: 0;
}

.comment-reply {
	clear: both;

	text-align: right;
}

.comment-reply a {
	font-size: 11px;
	font-size: 1.1rem;
}

li.pingback,
li.comment > article {
	margin-bottom: 0;
}

ul.children {
	margin: 20px 0 0 10px;
}

.children .comment:last-of-type {
	margin-bottom: 0;
}

/* Comment Luv */
.entry-comments .cluv {
	margin-top: 10px;
	padding: 5px 10px;

	border: 0;
	background: rgba(255, 255, 255, .5);
}

/* Comment Form */
.comment-respond {
	margin: 20px 0;
}

.comment-list .comment-respond {
	padding: 20px;

	background: rgba(244, 241, 239, 1.0);
}

.comment-list .comment-respond input,
.comment-list .comment-respond textarea {
	background: rgba(255, 255, 255, 1.0);
}

.children .comment-respond {
	padding: 20px;

	background: rgba(255, 255, 255, 1.0);
}

.children .comment-respond input,
.children .comment-respond textarea {
	background: rgba(244, 241, 239, 1.0);
}

.comment-reply-title {
	text-align: center;
	text-transform: uppercase;

	color: rgba(108, 87, 117, 1.0);
}

.comment-reply-title:before {
	font-family: 'FontAwesome';

	display: block;

	margin-bottom: 10px;

	content: '\f075';

	color: rgba(179, 208, 203, 1.0);
}

.comment-reply-title > small,
.logged-in-as a {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;

	text-transform: uppercase;

	color: rgba(165, 164, 164, 1.0);
}

/* .screen-reader-text styles */

.comment-respond label {
	position: absolute !important;

	overflow: hidden;
	clip: rect(0, 0, 0, 0);

	width: 1px;
	height: 1px;

	border: 0;
}

.comment-respond label:focus {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;

	z-index: 100000; /* Above WP toolbar. */

	display: block;
	clip: auto !important;

	width: auto;
	height: auto;
	padding: 15px 23px 14px;

	text-decoration: none;

	color: rgba(51, 51, 51, 1.0);
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .7);
}

.comment-respond input,
.comment-respond textarea {
	font-family: 'Bitter', serif;
	font-weight: 400;

	border: 0;
	background: rgba(244, 241, 239, 1.0);
}

.comment-respond ::-moz-placeholder {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;

	text-transform: uppercase;
}

.comment-respond ::-webkit-input-placeholder {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;

	text-transform: uppercase;
}


.comment-respond :-ms-input-placeholder {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;

	text-transform: uppercase;
}

.form-submit {
	width: 70px;
	margin: -55px auto 20px;
}

.form-submit input[type='submit'] {
	font-family: 'Bitter', serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;

	width: 70px;
	height: 70px;
	padding: 0;

	letter-spacing: 0;
	text-transform: uppercase;

	border-radius: 35px;
	background-color: rgba(108, 87, 117, 1.0);
}

.form-submit input[type='submit']:hover {
	background-color: rgba(108, 87, 117, .7);
}

/*----------  Pagination  ----------*/

.pagination {
	font-family: 'Bitter', serif;

	position: relative;

	clear: both;
	overflow: hidden;

	padding: 40px 0;
}

.pagination ul {
	position: relative;

	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li.active a {
	font-weight: bold;

	border: 0;
}

.pagination a {
	font-style: italic;

	margin: 0 10px;
}

.pagination .pagination-next,
.pagination .pagination-previous {
	font-weight: 700;

	display: block;

	margin: 20px 0 0;
}

.pagination .pagination-next a,
.pagination .pagination-previous a {
	font-style: normal;
}

.pagination .pagination-previous {
	position: absolute;
	bottom: 0;

	text-align: left;
}

.pagination .pagination-next {
	text-align: right;
}

.pagination .uppercase {
	text-transform: uppercase;
}

/*----------  Adjacent Entry Pagination  ----------*/

.adjacent-entry-pagination {
	padding: 0;
}

.adjacent-entry-pagination .pagination-previous {
	position: relative;
}


/*================================
=            Sidebars            =
================================*/

.before-header {
	display: none;
}

.sidebar {
	display: none;

	max-width: 300px;
}

.before-footer {
	display: none;
}

.footer-widgets {
	display: none;
}



/*===============================
=            Widgets            =
===============================*/

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

.header-widget-area {
	display: none;

	width: 100%;
	max-width: 600px;
}

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

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

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

.sidebar .user-profile {
	font-family: 'Bitter', serif;
	font-size: 11px;
	font-size: 1.1rem;

	text-align: center;
}

.sidebar .user-profile p {
	margin-top: 15px;
}

.sidebar .user-profile img {
	display: inline-block;

	width: 125px;
	margin: -15px 10px 10px 0;

	outline: 2px solid white;
	outline-offset: -7px;
}

/*----------  Search  ----------*/

.sidebar .widget_search .widgettitle {
	display: none;
}

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

.sidebar .enews {
	padding-bottom: 10px;

	border-top: 6px solid rgba(179, 208, 203, 1.0);
	border-bottom: 6px solid rgba(179, 208, 203, 1.0);
}

.sidebar .enews:before {
	display: block;

	width: 150px;
	height: 50px;
	margin: -20px auto 0;

	content: '';

	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-subscribe.png') no-repeat center top;
}

.sidebar .enews .widgettitle {
	font-family: 'Bitter', serif;
	font-size: 18px;
	font-size: 1.8rem;

	text-align: center;
	text-transform: uppercase;
}

.sidebar .enews p {
	font-family: 'Bitter', serif;
	font-size: 11px;
	font-size: 1.1rem;

	text-align: center;
}

.sidebar .enews input[type='email'] {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;

	padding: 5px 15px;

	text-align: center;
	text-transform: lowercase;

	color: rgba(194, 181, 155, 1.0);
	border: 0;
	background: rgba(229, 221, 209, .5);
}

.sidebar .enews input::-moz-placeholder {
	opacity: 1;
	color: rgba(194, 181, 155, 1.0);
}

.sidebar .enews input::-webkit-input-placeholder {
	color: rgba(194, 181, 155, 1.0);
}

.sidebar .enews input:-ms-input-placeholder {
	color: rgba(194, 181, 155, 1.0);
}

.sidebar .enews input[type='submit'] {
	font-family: 'Bitter', serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;

	width: 100%;

	letter-spacing: .5px;
	text-transform: uppercase;

	color: rgba(242, 126, 156, 1.0);
	background: rgba(255, 255, 255, 1.0);
}

.sidebar .enews input[type='submit']:hover {
	color: rgba(242, 126, 156, .7);
}

/*----------  Genesis Featured Content  ----------*/

.sidebar .featured-content {
	overflow: auto;
}

.sidebar .featured-content:before {
	display: block;

	height: 15px;

	content: '';

	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-featured-content-2.png') no-repeat 0 0;
}

.sidebar .featured-content:after {
	display: block;
	clear: both;

	height: 15px;

	content: '';

	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-featured-content-2.png') no-repeat 0 -15px;
}

.sidebar .featured-content .widgettitle {
	font-size: 15px;
	font-size: 1.5rem;

	margin-top: -20px;
	margin-bottom: 20px;

	text-align: center;
}

.sidebar .featured-content .entry {
	float: left;

	width: 48.717948717948715%;
	margin-left: 2.564102564102564%;
}

.sidebar .featured-content .entry:nth-of-type(2n+1) {
	clear: both;

	margin-left: 0;
}

.sidebar .featured-content .entry-title a {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.625;

	display: block;

	text-transform: none;

	color: rgba(88, 89, 91, 1.0);
}

.sidebar .featured-content .entry-title a:hover {
	color: rgba(88, 89, 91, .7);
}

.sidebar .featured-content img {
	-webkit-border-radius: 140px;
	   -moz-border-radius: 140px;
	        border-radius: 140px;
}

/*----------  Categories, Archives Dropdown  ----------*/

.sidebar .widget_categories,
.sidebar .widget_archive {
	float: left;

	width: 48.717948717948715%;
	margin-left: 2.564102564102564%;
}

.sidebar .widget_categories {
	clear: both;

	margin-left: 0;
}

.sidebar .widget_categories .widgettitle,
.sidebar .widget_archive .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;

	text-align: center;
}

/*----------  Instagram Feed  ----------*/

.footer-widgets .sbi_item {
	display: block;

	margin: 10px 0;
}

.footer-widgets #text-29 .widget-title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: rgba(242, 126, 156, 1.0);
    font-size: 20px;
}

/*----------  Footer Subscribe  ----------*/

.footer-widgets .enews-widget {
	font-family: 'Bitter', serif;

	padding: 10px;

	text-align: center;
	text-transform: lowercase;

	color: rgba(255, 255, 255, 1.0);
	background: rgba(179, 208, 203, 1.0);
}

.footer-widgets .enews .widgettitle {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;

	color: rgba(255, 255, 255, 1.0);
}

.footer-widgets .enews p {
	font-size: 11px;
	font-size: 1.1rem;
}

.footer-widgets .enews input {
	font-family: 'Bitter', serif;
	font-size: 14px;
	font-size: 1.4rem;

	padding: 5px 15px;

	text-transform: lowercase;

	color: rgba(244, 139, 162, 1.0);
	border: 0;
	background: rgba(255, 255, 255, 1.0);
}

.footer-widgets .enews input[type='text'] {
	margin-bottom: 10px;
}

.footer-widgets .enews input[type=submit] {
	position: relative;
	z-index: 999;

	display: block;

	width: 55px;
	height: 55px;
	margin: -10px auto 0;

	text-indent: -9999px;

	border: 0;
	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/icon-subscribe.png');
}

.footer-widgets .enews input[type=submit]:hover {
	opacity: .7;
}

.footer-widgets .enews input::-moz-placeholder {
	opacity: 1.0;
	color: rgba(244, 139, 162, 1.0);
}

.footer-widgets .enews input::-webkit-input-placeholder {
	color: rgba(244, 139, 162, 1.0);
}

.footer-widgets .enews input:-ms-input-placeholder {
	color: rgba(244, 139, 162, 1.0);
}

/*----------  Below Post Buttons  ----------*/

.below-post-buttons {
	overflow: auto;

	margin: 20px 0;
}

.below-post-buttons .one-third {
	display: none;
}

.below-post-buttons .one-third.first {
	display: block;

	border-left: 0;
}

.below-post-buttons .one-third > div {
	padding: 20px;

	text-align: center;

	border-top: 1px solid rgba(229, 221, 209, 1.0);
	border-bottom: 1px solid rgba(229, 221, 209, 1.0);
}

.below-post-buttons .bold-caps {
	font-family: 'Bitter', serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;

	text-transform: uppercase;

	color: rgba(109, 110, 113, 1.0);
}

.below-post-buttons .bold-caps a {
	color: rgba(108, 87, 117, 1.0);
}

.below-post-buttons .bold-caps a:hover {
	color: rgba(108, 87, 117, .7);
}

.below-post-buttons .small-caps {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.25;

	letter-spacing: 1px;
	text-transform: uppercase;
}

.below-post-buttons .leave-comment a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}

.below-post-buttons .leave-comment:before,
.below-post-buttons .follow:before {
	display: block;

	width: 25px;
	height: 25px;
	margin: -10px auto 7px;

	content: '';
}

.below-post-buttons .leave-comment:before {
	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-after-entry-3.png') no-repeat -25px 0;
}

.below-post-buttons .follow:before {
	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-after-entry-3.png') no-repeat 0 0;
}

/*======================================
=            Common Classes            =
======================================*/

/*----------  Archive/Author Box  ----------*/

.author-box {
	padding: 40px 0 40px;

	border-top: 1px solid rgba(221, 221, 221, 1.0);
	border-bottom: 1px solid rgba(221, 221, 221, 1.0);
}

.author-box {
	font-size: 12px;
	font-size: 1.2rem;

	margin: 20px 0 40px;
}

.archive-description {
	margin: 0 0 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.author-box .avatar {
	max-width: 70px;
	margin: 0 0 24px 24px;
}

/*----------  Breadcrumbs  ----------*/

.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;

	margin-bottom: 20px;
}


/*======================================
=               Templates              =
======================================*/

/*----------  Archive, Recipe Index  ----------*/

.recipe-category > h2 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;

	clear: both;

	text-align: center;
}

.recipe-category > h2 a {
	color: rgba(242, 126, 156, 1.0);
}

.recipe-category > h2 a:hover {
	color: rgba(242, 126, 156, .7);
}

.archive .entry-image,
.recipe-category .entry-image {
	margin-bottom: 10px;
}

.archive .entry-title,
.archive .entry-title a,
.recipe-category .entry-title,
.recipe-category .entry-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.625;

	margin-bottom: 0;

	text-transform: none;

	color: rgba(117, 117, 118, 1.0);
}

.archive .entry-title a {
	font-size: 16px;
	font-size: 1.6rem;

	color: rgba(108, 87, 117, 1.0);
}

.archive .entry-title a:hover {
	color: rgba(108, 87, 117, .7);
}

.recipe-category .entry-title a:hover {
	color: rgba(117, 117, 118, .7);
}


/*======================================
=            Common Plugins            =
======================================*/

/*----------  Jetpack  ----------*/

#wpstats {
	display: none;
}

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

.gform_wrapper input[type='submit'] {
	font-family: 'Bitter', serif;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 1;

	width: auto;

	color: #fff;
	background: rgba(229, 221, 209, 1.0);
}

.gform_wrapper input[type='submit']:hover {
	background: rgba(229, 221, 209, .7);
}

/*----------  Comment Luv  ----------*/

div#commentluv span img {
	vertical-align: middle;
}

#cl_messages {
	margin-bottom: 10px;
}

/*----------  Contextual Related Posts  ----------*/

.crp_related {
	overflow: auto;

	margin: 0 0 20px;
}

.crp_related li {
	float: left;

	width: 48%;
	margin: 20px 0;
	margin-left: 4%;
}

.crp_related li:nth-of-type(2n+1) {
	clear: both;

	margin-left: 0;
}

.crp_related li img {
	width: 100%;
	max-width: initial;
	height: auto;
}

.crp_related .crp_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.625;

	position: relative;
	bottom: 0;
	left: 0;

	display: block;

	margin: 10px 0 0;

	text-align: center;
	text-transform: none;

	color: rgba(117, 117, 118, 1.0);
	background: transparent;
}

.crp_related .crp_title:hover {
	color: rgba(117, 117, 118, 0.7);
}

/*----------  Simple Share Buttons Plus ----------*/

div.ssbp--theme-1 .ssbp-each-share {
	top: -5px;
	margin-left: -5px;
	padding: 2px 6px;
	border-radius: 20px;
}

div.ssbp-wrap .ssbp-container a {
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(108, 87, 117, 1.0);
}

div.ssbp-wrap .ssbp-container a:hover,
div.ssbp-wrap .ssbp-container a:focus {
	color: rgba(255, 255, 255, 0.9) !important;
	background-color: rgba(108, 87, 117, 0.7) !important;
}

/*----------  Meal Planner Pro ----------*/

#mpprecipe-container.mpprecipe {
	font-family: 'Montserrat';

	position: relative;

	margin-top: 62.5px; /* top from "before" + 20px */
	padding: 40px 10px 0;

	border: 1px solid rgba(211, 211, 211, 1.0);
}

#mpprecipe-container.mpprecipe:before {
	position: absolute;
	top: -42.5px;
	left: -1px;

	display: block;

	width: 85px;
	height: 85px;

	content: '';

	background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/icon-recipe.png');
}

#mpprecipe-container.mpprecipe:before {
	background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/icon-recipe@2x.png');
	background-size: contain;
}

#mpprecipe-container.mpprecipe .mpp-recipe-author {
	font-size: 12px !important;
	font-size: 1.2rem !important;
	font-weight: 400;
	font-style: normal !important;

	color: rgba(88, 89, 91, 1.0) !important;
}

#mpprecipe-container.mpprecipe #mpprecipe-yield {
	font-size: 12px !important;
	font-size: 1.2rem !important;

	text-transform: none;
}

#mpprecipe-container.mpprecipe #mpprecipe-title {
	font-family: 'Bitter', serif;
	font-size: 18px !important;
	font-size: 1.8rem !important;

	color: rgba(242, 126, 156, 1.0);
}

#mpprecipe-container.mpprecipe #mpprecipe-summary .summary {
	font-family: 'Bitter', serif;
	font-size: 12px !important;
	font-size: 1.2rem !important;

	color: rgba(88, 89, 91, 1.0);
}

#mpprecipe-container.mpprecipe .fl-l {
	margin: 20px 0;
	padding: 5px;

	border-top: 1px solid rgba(209, 211, 212, 1.0);
	border-bottom: 1px solid rgba(209, 211, 212, 1.0);
}

#mpprecipe-container.mpprecipe #mpprecipe-prep-time,
#mpprecipe-container.mpprecipe #mpprecipe-cook-time,
#mpprecipe-container.mpprecipe #mpprecipe-total-time {
	font-size: 12px !important;
	font-size: 1.2rem !important;

	width: 33.3333333%;
	margin: 10px 0;
	padding: 0 10px !important;

	text-align: center;

	color: rgba(88, 89, 91, 1.0);
}

#mpprecipe-container.mpprecipe #mpprecipe-prep-time span,
#mpprecipe-container.mpprecipe #mpprecipe-cook-time span,
#mpprecipe-container.mpprecipe #mpprecipe-total-time span {
	font-size: 12px !important;
	font-size: 1.2rem !important;

	padding: 2px;

	color: rgba(88, 89, 91, 1.0);
}

#mpprecipe-container.mpprecipe.mpprecipe .zlclear {
	clear: none;
}

#mpprecipe-container.mpprecipe .mpp-topright {
	padding-top: 0 !important;
    margin-bottom: 20px;
}

#mpprecipe-container.mpprecipe .mpp-button {
	background: rgba(242, 126, 156, 1.0);
}

#mpprecipe-container.mpprecipe .mpp-button.butn-link {
	color: rgba(242, 126, 156, 1.0);
	border-color: rgba(242, 126, 156, 1.0) !important;
	background: rgba(255, 255, 255, 1.0);
}

#mpprecipe-container.mpprecipe .mpp-rmvd {
	display: none;
}

#mpprecipe-container.mpprecipe #mpp-buttons {
	padding-top: 0 !important;
}

#mpprecipe-container.mpprecipe #mpp-buttons > div,
#mpprecipe-container.mpprecipe #mpp-buttons-2 > a {
	float: left !important;

	width: 48%;
	margin: 5px 2% 0 0 !important;
}

#mpprecipe-container.mpprecipe #mpp-buttons-2 > a {
	font-size: 12px !important;
	font-size: 1.2rem !important;

	width: 32%;
}

#mpprecipe-container.mpprecipe #mpp-buttons > div:last-of-type,
#mpprecipe-container.mpprecipe #mpp-buttons-2 > a:last-of-type {
	margin-right: 0 !important;
}

#mpprecipe-container.mpprecipe #mpp-buttons-2 {
	clear: both;
	overflow: auto;

	margin-bottom: 20px;
	padding-bottom: 0 !important;
}

#mpprecipe-container.mpprecipe #mpprecipe-ingredients,
#mpprecipe-container.mpprecipe #mpprecipe-instructions,
#mpprecipe-container.mpprecipe #mpprecipe-notes {
	font-family: 'Bitter', serif;
	font-size: 16px !important;
	font-size: 1.6rem !important;

	clear: left;

	margin-right: 0 !important;

	text-transform: uppercase;

	color: rgba(146, 191, 180, 1.0);
}

#mpprecipe-container.mpprecipe #mpprecipe-ingredients-list,
#mpprecipe-container.mpprecipe #mpprecipe-instructions-list {
	margin: 20px !important;
}

#mpprecipe-container.mpprecipe #mpprecipe-instructions-list {
	margin-left: 10px !important;
}

#mpprecipe-container.mpprecipe #mpprecipe-ingredients-list li,
#mpprecipe-container.mpprecipe #mpprecipe-instructions-list li,
#mpprecipe-container.mpprecipe #mpprecipe-notes-list p {
	font-size: 14px;
	font-size: 1.4rem;

	margin-right: 0 !important;
	margin-bottom: 10px;

	list-style-position: inside;
}

#mpprecipe-container.mpprecipe #mpprecipe-ingredients-list li {
	list-style-type: disc;
}

/*----------  Recipe InstagramFollow ----------*/

#mpprecipe-container.mpprecipe .instagramFollow {
	background: rgba(146, 191, 180, 0.25);
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

/*----------  Bloom ----------*/

.et_bloom .et_bloom_optin .et_bloom_form_container .et_bloom_form_header {
	padding: 0;
}

.et_bloom .et_bloom_optin .et_bloom_form_header img {
	width: 100%;
	height: auto; 
	padding: 0;
}

.et_bloom .et_bloom_optin .et_bloom_form_header .et_bloom_form_text {
	text-align: center;
}

.et_bloom .et_bloom_optin .et_bloom_close_button:before {
	content: '\f00d';
}

.et_bloom .et_bloom_optin .et_bloom_form_container .et_bloom_close_button {
	font-family: 'FontAwesome';
}

.et_bloom .et_bloom_optin_1 .et_bloom_form_container .et_bloom_form_content {
	padding: 10px;
}

/*----------  Filament Selects (Recipe Index) (REORG) ----------*/

.recipe-index-functions .one-third {
	margin-bottom: 10px;
}

.filament-select.override {
	line-height: 1.3;

	color: rgba(68, 68, 68, 1.0);
	background: rgba(194, 181, 155, .2);
}

.filament-select.override::after {
	font-family: 'FontAwesome';
	font-size: 24px;
	font-size: 2.4rem;

	top: 5%;
	right: 15px;

	content: '\f107';

	color: rgba(242, 126, 156, 1.0);
}

.filament-select:hover {
	background: rgba(194, 181, 155, .3);
}

.filament-select.override select:focus {
	color: rgba(108, 87, 117, 1.0);
	border: 0;
	outline: none;
	box-shadow: 0 0 1px 3px rgba(108, 87, 117, .2);
}

.filament-select.override select {
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;

	padding: 3px 15px;

	letter-spacing: 1px;
	text-transform: uppercase;

	color: rgba(108, 87, 117, 1.0);
}

.filament-select option {
	font-weight: 400;

	text-transform: none;
}

.recipe-index-functions .search-form:focus {
	box-shadow: 0 0 1px 3px rgba(108, 87, 117, .2);
}

.recipe-index-functions .search input {
	text-transform: uppercase;

	color: rgba(108, 87, 117, 1.0);
	background: rgba(194, 181, 155, .2);
}

.recipe-index-functions .search input[type='submit'] {
	color: rgba(242, 126, 156, 1.0);
}

.recipe-index-functions .search input::-moz-placeholder {
	opacity: 1;
	color: rgba(108, 87, 117, 1.0);
}

.recipe-index-functions .search input::-webkit-input-placeholder {
	color: rgba(108, 87, 117, 1.0);
}

.recipe-index-functions .search input:-ms-input-placeholder {
	color: rgba(108, 87, 117, 1.0);
}


/*==============================
=            Footer            =
==============================*/

.site-footer {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;

	clear: both;
	overflow: hidden;
}

.site-footer p {
	margin-bottom: 0;
}

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

.footer-navigation {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-size: 2.1rem;

	text-transform: lowercase;
}

.footer-navigation a {
	padding: 2.5px 0;

	text-align: center;

	color: rgba(178, 163, 138, 1.0);
	border-bottom: 0;
}

.footer-navigation a:hover {
	color: rgba(178, 163, 138, .7);
}

.footer-navigation li:first-of-type a {
	padding-left: 0;
}

/*----------  Information  ----------*/

.footer-information {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;

	display: none;

	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: rgba(242, 126, 156, 1.0);
}

.footer-information a {
	color: rgba(242, 126, 156, 1.0);
}

.footer-information a:hover {
	color: rgba(242, 126, 156, .7);
}

/*----------  Credits  ----------*/

.footer-credits,
.footer-credits a {
	margin: 10px 0;

	color: rgba(196, 188, 177, 1.0);
}

.footer-credits a:hover {
	color: rgba(196, 188, 177, .7);
}

.footer-credits .designer,
.footer-credits .developer {
	font-size: 10px;
	font-size: 1rem;

	display: block;

	text-align: center;
	text-transform: uppercase;
}

.footer-credits .seperator {
	display: none;
}

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

.footer-widgets {
	clear: both;
	overflow: hidden;

	margin: 40px 0;
}

.footer-widgets .widget {
	max-width: 1080px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.footer-widgets .enews-widget {
	max-width: 100%;
}

.footer-widgets .widget:last-of-type {
	margin-bottom: 0;
}


/*=====================================
=            Media Queries            =
=====================================*/


/*----------  480 : iPhone 4 (landscape)  ----------*/

@media screen and (min-width: 480px) {
	/*----------  Columns  ----------*/

	.one-fourth {
		float: left;

		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
	}

	.one-fourth:nth-of-type(2n+1),
	.first {
		clear: both;

		margin-left: 0;
	}

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

	.home.paged  .content article:first-of-type:before,
	.home.paged  .content article:first-of-type .entry-header:before {
		content: initial;
	}

	.home .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.single .entry-header .entry-title {
		text-align: left;
	}

	.single .content .entry-title {
		padding: 5px 0;

		border-top: 2px solid rgba(151, 181, 175, .4);
		border-bottom: 2px solid rgba(151, 181, 175, .4);
	}

	.home .entry-content {
		font-size: 13px;
		font-size: 1.3rem;

		text-align: center;
	}

	p.entry-meta {
		font-size: 11px;
		font-size: 1.1rem;
	}

	.single .entry-header p.entry-meta {
		width: 100px;

		color: rgba(255, 255, 255, 1.0);
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		        border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		        border-top-right-radius: 5px;
		background-color: rgba(179, 208, 203, 1.0);

		text-align: center;
	}

	.entry-footer {
		display: inherit;
	}
}

/*----------  568 : iPhone 5 (landscape)  ----------*/

@media screen and (min-width: 568px) {
	/*----------  Forms  ----------*/

	input[type='search'],
	input[type='submit'] {
		width: 90%;
	}

	input[type='submit'] {
		width: 10%;
	}
}

/*----------  750 : iPhone 6 (portrait)  ----------*/

@media screen and (min-width: 750px) {
	/*----------  Forms  ----------*/

	input[type='search'],
	input[type='submit'] {
		width: 93%;
	}

	input[type='submit'] {
		width: 7%;
	}

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

	.after-entry .widget {
		margin-bottom: 40px;
		padding: 15px;
	}

	.after-entry .widget:after {
		position: absolute;
		bottom: -7.5px;
		left: 0;

		display: block;

		width: 100%;
		height: 15px;

		content: '';

		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/dotted-border.png') repeat-x;
	}

	.after-entry .widgettitle {
		line-height: 25px;
	}

	.after-entry .widgettitle:before {
		display: block;
		display: inline-block;

		width: 35px;
		height: 25px;
		margin-right: 15px;

		content: '';
		vertical-align: bottom;

		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-after-entry-3.png') no-repeat -50px 0;
	}

	.after-entry form {
		width: 80%;
		margin: 0 auto;
	}

	.after-entry input {
		width: 39%;
		height: 30px;
	}

	.after-entry input[type='submit'] {
		bottom: initial;
		left: initial;

		width: 20%;
		margin: initial;
	}

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

	.single .entry-footer p.entry-meta {
		text-align: left;
	}
}


/*----------  768 : iPads (portrait)  ----------*/

@media screen and (min-width: 768px) {
}

/*----------  783  ----------*/

@media screen and (min-width: 783px) {
	/*.admin-bar .mobile-navigation {
		top: 32px;
	}*/
}

/*----------  1080 : iPhone 6 plus (portrait), Desktops  ----------*/

@media screen and (min-width: 1080px) {
	/*----------  Structure  ----------*/

	.site-container {
		padding: 0;
	}

	.wrap {
		width: 1080px;
		margin: 0 auto;
	}

	.comment {
		position: relative;
	}

	.comment-reply a {
		position: absolute;
		top: 10px;
		right: 20px;
	}

	.footer-widgets .wrap {
		width: 100%;
	}

	.footer-navigation .wrap {
		margin: 20px auto;
		padding: 0 20px;
	}

	.footer-information {
		display: block;
	}

	/*----------  Layout Wrappers  ----------*/

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

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

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

	.content-sidebar .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		width: 1040px;
		margin: 0 auto;
	}

	.content {
		float: right;

		width: 700px;
		margin-top: 60px;
	}

	.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 {
		width: 100%;
	}

	/*----------  Primary Sidebar  ----------*/

	.sidebar-primary {
		float: right;

		width: 300px;
	}

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

	/*----------  Columns  ----------*/

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-fourth:nth-of-type(2n+1) {
		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,
	.one-fourth:nth-of-type(4n+1) {
		clear: both;

		margin-left: 0;
	}

	.one-fourth:nth-of-type(2n+1) {
		clear: none;
	}

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

	.social a {
		padding: 6px;
	}

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

	.genesis-nav-menu {
		line-height: 1;

		clear: both;

		text-align: left;
	}

	.genesis-nav-menu .menu-item {
		position: relative;

		display: inline-block;

		text-align: left;
	}

	.genesis-nav-menu a {
		display: block;

		padding: 20px;

		border-bottom: 0;
	}

	.genesis-nav-menu > .menu-item > a {
		padding: 20px;
	}

	/*----------  Sub Menu  ----------*/

	.genesis-nav-menu .sub-menu {
		position: absolute;
		z-index: 99;
		left: 0;

		display: none;

		width: 150px;
		margin-left: 0;
	}

	.genesis-nav-menu .sub-menu li:first-of-type:before {
		position: absolute;
		top: -7px;
		left: 0;

		width: 50%;

		content: '';

		border-right: 7px solid transparent;
		border-bottom: 7px solid rgba(229, 221, 209, 1.0);
	}

	.genesis-nav-menu .sub-menu li:first-of-type:after {
		position: absolute;
		top: -7px;
		right: 0;

		width: 50%;

		content: '';

		border-bottom: 7px solid rgba(229, 221, 209, 1.0);
		border-left: 7px solid transparent;
	}

	.genesis-nav-menu .sub-menu li:first-of-type:hover:before {
		border-bottom: 7px solid rgba(179, 208, 203, 1.0);
	}

	.genesis-nav-menu .sub-menu li:first-of-type:hover:after {
		border-bottom: 7px solid rgba(179, 208, 203, 1.0);
	}

	.genesis-nav-menu .sub-menu li:hover {
		background: rgba(179, 208, 203, 1.0);
	}

	.genesis-nav-menu .sub-menu li:hover a {
		color: rgba(255, 255, 255, 1.0);
	}

	.genesis-nav-menu .sub-menu a {
		height: auto;
		padding: 10px 5px;

		word-wrap: break-word;

		color: rgba(147, 132, 109, 1.0);
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		top: 0;

		margin: -1px 0 0 198px;
	}

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

	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-item {
		display: block;
	}

	.genesis-nav-menu .menu-item-has-children:hover > .sub-menu {
		left: auto;

		display: block;

		background: rgba(229, 221, 209, 1.0);
	}

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

	.nav-primary,
	.nav-primary .genesis-nav-menu {
		width: 100%;
	}

	.nav-primary/*,
	.admin-bar .nav-primary*/ {
		position: static;

		display: block;
		overflow: visible;

		height: auto;
		padding: 0;
	}

	.nav-primary > .wrap,
	.nav-secondary > .wrap {
		max-width: 1240px;
	}

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

	.nav-primary {
		font-family: 'Montserrat', sans-serif;

		position: relative;
		z-index: 1;
		top: -170px;

		margin-bottom: -115px; /* change to match menu height + 60 (match content margin-top) */

		text-transform: uppercase;
	}

	.nav-primary .menu {
		text-align: center;
	}

	.nav-primary li {
		vertical-align: top;
	}

	.nav-primary .menu > li {
		max-width: 15%;
	}

	.nav-primary .menu > li:nth-child(1),
	.nav-primary .menu > li:nth-child(2),
	.nav-primary .menu > li:nth-child(3) {
		min-width: 11%;
	}

	.nav-primary .menu > li:nth-child(4),
	.nav-primary .menu > li:nth-child(5),
	.nav-primary .menu > li:nth-child(6) {
		min-width: 10%;
	}

	.nav-primary .menu > li:nth-child(3) {
		margin-right: 120px;
	}

	.nav-primary .menu > li:nth-child(4) {
		margin-left: 120px;
	}

	.nav-primary .genesis-nav-menu > .menu-item > a {
		padding: 10px 20px;
	}

	.nav-primary a {
		line-height: 1.25;

		height: 55px;

		text-align: center;

		color: rgba(88, 89, 91, 1.0);
	}

	.nav-primary a:hover {
		color: rgba(88, 89, 91, .7);
	}

	.nav-primary .menu > li > a:before {
		display: block;

		width: 50px;
		height: 50px;
		margin: -60px auto 10px;

		content: '';
	}

	.nav-primary .menu > li:nth-child(1) > a:before {
		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6.png') no-repeat 0 0;
	}

	.nav-primary .menu > li:nth-child(2) > a:before {
		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6.png') no-repeat -50px 0;
	}

	.nav-primary .menu > li:nth-child(3) > a:before {
		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6.png') no-repeat -100px 0;
	}

	.nav-primary .menu > li:nth-child(4) > a:before {
		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6.png') no-repeat -150px 0;
	}

	.nav-primary .menu > li:nth-child(5) > a:before {
		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6.png') no-repeat -200px 0;
	}

	.nav-primary .menu > li:nth-child(6) > a:before {
		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6.png') no-repeat -250px 0;
	}

	.nav-primary .menu > .menu-item-has-children > a:after {
		font-family: 'FontAwesome';
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1;

		display: block;

		content: '\f107';

		color: rgba(229, 164, 110, 1.0);
	}

	.nav-primary .menu > .menu-item-has-children > a:hover:after {
		color: rgba(229, 164, 110, .7);
	}

	.nav-primary .menu > .menu-item-has-children > .sub-menu,
	.nav-primary .menu > .menu-item-has-children:hover > .sub-menu {
		left: 50%;

		margin-left: -75px;
	}

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

	.nav-secondary {
		display: block;
	}

	/*----------  Mobile Navigaton  ----------*/

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

	.genesis-nav-menu .menu-item.menu-item-has-children > a {
		padding-right: 20px;
	}

	.mobile-navigation {
		position: relative;

		height: 52px;
	}

	.mobile-navigation .wrap {
		padding: 0 20px;
	}

	.mobile-navigation .tagline {
		display: inline-block;
	}

	.mobile-navigation .social {
		line-height: 52px;

		position: absolute;
		top: 0;
		right: 20px;

		width: auto;
	}

	.mobile-navigation .search {
		display: none;
		float: none;
	}

	.mobile-navigation #header-search {
		position: relative;
		top: initial;
		right: 0;

		display: inline-block;
		float: right;

		width: 175px;
		margin-right: 200px;
	}

	.mobile-navigation #header-search input[type='search'],
	.mobile-navigation #header-search input[type='submit'] {
		height: 26px;
		margin: 13px 0;
		padding: 0 10px;

		vertical-align: bottom;
	}

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

	/* Contextual Related Posts */

	.crp_related li {
		width: 160px;
		margin-left: 20px;
	}

	.crp_related li img {
		width: 160px;
		height: 160px;
	}

	.crp_related li:nth-of-type(2n+1) {
		clear: none;

		margin-left: 20px;
	}

	.crp_related li:nth-of-type(4n+1) {
		clear: both;

		margin-left: 0;
	}

	/* Meal Planner Pro */

	#mpprecipe-container.mpprecipe {
		padding: 40px 40px 20px;
	}

	#mpprecipe-container.mpprecipe #mpprecipe-title {
		font-size: 24px !important;
		font-size: 2.4rem !important;
	}

	#mpprecipe-container.mpprecipe .fl-l {
		padding: 0;
	}

	#mpprecipe-container.mpprecipe #mpp-buttons-2 {
		float: left;
		clear: none;

		width: 60%;
		margin-bottom: 20px;
		padding-right: 30px;
	}

	#mpprecipe-container.mpprecipe #mpprecipe-ingredients,
	#mpprecipe-container.mpprecipe #mpprecipe-instructions,
	#mpprecipe-container.mpprecipe #mpprecipe-notes {
		margin-right: 30px !important;
	}

	#mpprecipe-container.mpprecipe #mpprecipe-ingredients-list,
	#mpprecipe-container.mpprecipe #mpprecipe-instructions-list {
		margin: 20px 30px 20px 20px !important;
	}

	/*----------  Footer Navigation  ----------*/

	.footer-navigation .genesis-nav-menu a {
		padding: 20px 15px;
	}

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

	.below-post-buttons .one-third {
		display: block;

		width: 33.3333333%;
		height: 140px;
		margin: 0;

		border-left: 1px solid rgba(229, 221, 209, 1.0);
	}

	.below-post-buttons .one-third > div {
		height: 100px;
		margin: 20px 0;
	}

	.below-post-buttons .one-third > .share {
		padding: 20px 10px;
	}

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

	.comment {
		padding: 20px;
	}

	/*----------  Templates  ----------*/

	.recipe-index-functions {
		overflow: auto;
	}

	.recipe-index-functions input[type='search'] {
		width: 80%;
	}

	.recipe-index-functions input[type='submit'] {
		width: 20%;
	}

	.recipe-index-functions input[type='submit']:hover {
		width: 20%;

		color: rgba(242, 126, 156, .7);
	}

	/*----------  Widget Areas  ----------*/

	.before-header {
		display: block;

		background: rgba(255, 249, 240, 1.0);
	}

	.before-header .wrap {
		padding: 30px 10px 20px;

		text-align: center;
	}

	.sidebar {
		display: block;
	}

	.before-footer {
		display: block;

		margin: 40px 0;
		padding: 0 20px;

		text-align: center;
	}

	.footer-widgets {
		display: block;

		margin: 40px 0;
	}

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

	.sidebar .widget_search {
		clear: both;
	}

	.sidebar .widget_search input[type='search'] {
		width: 85%;
	}

	.sidebar .widget_search input[type='submit'] {
		width: 15%;
	}

	.footer-widgets #sb_instagram {
		padding: 0 20px;
	}

	.footer-widgets #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 155px;
		margin-left: 20px !important;
	}

	.footer-widgets #sb_instagram.sbi_col_6 #sbi_images .sbi_item a {
		height: 155px !important;
	}

	.footer-widgets #sb_instagram.sbi_col_6 #sbi_images .sbi_item:first-of-type {
		margin-left: 0 !important;
	}

	.footer-widgets .enews-widget {
		position: relative;

		margin-bottom: 7.5px !important;
	}

	.footer-widgets .enews-widget:before {
		position: absolute;
		top: -7.5px;
		left: 0;

		display: block;

		width: 100%;
		height: 15px;

		content: '';

		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/dotted-border.png') repeat-x;
	}

	.footer-widgets .enews-widget:after {
		position: absolute;
		bottom: -7.5px;
		left: 0;

		display: block;

		width: 100%;
		height: 15px;

		content: '';

		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/dotted-border.png') repeat-x;
	}

	.footer-widgets .enews {
		max-width: 1080px;
		margin: 0 auto;
		padding: 20px;
	}

	.footer-widgets .enews .widgettitle,
	.footer-widgets .enews p,
	.footer-widgets .enews form {
		display: inline-block;
	}

	.footer-widgets .enews .widgettitle {
		font-size: 26px;
		font-size: 2.6rem;

		width: 24%;
		margin-right: 5px;
	}

	.footer-widgets .enews p {
		font-size: 16px;
		font-size: 1.6rem;

		width: 41%;
		margin-right: 5px;
	}

	.footer-widgets .enews form {
		width: 33%;

		text-align: left;
	}

	.footer-widgets .enews input {
		width: 40%;
	}

	.footer-widgets .enews input[type='submit'] {
		display: inline-block;

		margin: 0 0 0 -20px;
	}

	.footer-navigation .genesis-nav-menu,
	.footer-navigation .social,
	.footer-navigation .search-form {
		display: inline-block;
	}

	.footer-navigation .genesis-nav-menu {
		margin-right: 50px;
	}

	.footer-navigation .search-form {
		width: 200px;
		margin: 0 0 0 15px;

		vertical-align: text-bottom;
	}

	.footer-navigation .search-form input[type='search'] {
		width: 80%;
	}

	.footer-navigation .search-form input[type='submit'] {
		width: 20%;
	}

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

	.footer-credits {
		text-align: center;
	}

	.footer-credits .designer,
	.footer-credits .seperator,
	.footer-credits .developer {
		display: inline-block;
	}

	.footer-credits .seperator {
		margin: 0 5px;
	}
}

/*----------  1200  ----------*/

@media only screen and ( min-width: 1200px ) {
	.home .content .first-post:before {
		position: absolute;

		display: block;

		width: 82px;
		height: 109px;
		margin-left: -65px;

		content: '';

		background: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/icon-recent-post.png') no-repeat center top;
	}
}

/*----------  1334 : iPhone 6 (landscape)  ----------*/

@media only screen and ( min-width: 1334px ) {
}

/*----------  1600  ----------*/

@media only screen and ( min-width: 1600px ) {
}

/*----------  1920 : iPhone 6 plus (landscape)  ----------*/

@media only screen and ( min-width: 1920px ) {
}

/*----------  Retina (2x)  ----------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.title-area .site-title a {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/logo@2x.png');
	}

	.sidebar .enews:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-subscribe@2x.png');
		background-size: contain;
	}

	.sidebar .featured-content:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-featured-content-2@2x.png');
		background-size: cover;
	}

	.sidebar .featured-content:after {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/widget-featured-content-2@2x.png');
		background-size: cover;
	}

	.footer-widgets .enews input[type=submit] {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/icon-subscribe@2x.png');
		background-size: contain;
	}

	.after-entry .widget:after,
	.footer-widgets .enews:before,
	.footer-widgets .enews:after {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/dotted-border@2x.png');
		background-size: contain;
	}

	.nav-primary .menu > li:nth-child(1) > a:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6@2x.png');
		background-size: cover;
	}

	.nav-primary .menu > li:nth-child(2) > a:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6@2x.png');
		background-size: cover;
	}

	.nav-primary .menu > li:nth-child(3) > a:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6@2x.png');
		background-size: cover;
	}

	.nav-primary .menu > li:nth-child(4) > a:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6@2x.png');
		background-size: cover;
	}

	.nav-primary .menu > li:nth-child(5) > a:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6@2x.png');
		background-size: cover;
	}

	.nav-primary .menu > li:nth-child(6) > a:before {
		background-image: url('http://www.pumpkinnspice.com/wp-content/themes/pumpkin-n-spice-once-coupled/assets/images/navigation-6@2x.png');
		background-size: cover;
	}
}
