/**
 * Theme Name: Cravings Pro Theme
 * Description: This is the Cravings Pro child theme created for the Genesis Framework.
 * Author: Feast Design Co
 * Author URI: https://feastdesignco.com/
 * Version: 1.1.0
 *
 * Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
 */

/* Table of Contents

	- Fonts
	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
        - Search Form
		- Genesis
		- Titles
		- Archive Pages
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
        - Gravity Forms
        - HeartThis
        - Gravity Forms
        - Instagram
		- WooCommerce
    - Skip Links
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Footer Menu
		- Accessible Menu
        - Mobile Toggle Menu
	- Content Area
		- Entries
		- Archive Navigation
		- After Entry
		- Related Posts
		- Comments
    - Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*Fonts
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'sarinah_script';
    src: url('font/sarinah_script-webfont.woff2') format('woff2'),
         url('font/sarinah_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
----------------------------------------------------------------------------- */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}


/* Sections
----------------------------------------------------------------------------- */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	text-decoration: underline dotted;
	/* 2 */

	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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


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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	/* 1 */
	font: inherit;

	-webkit-appearance: button;
	/* 2 */
}


/* Interactive
----------------------------------------------------------------------------- */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
----------------------------------------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
----------------------------------------------------------------------------- */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/* 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,
.related-posts-section:after {
	clear: both;
	content: " ";
	display: table;
}

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


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


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

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

body {
	background-color: #fff;
	color: #45474a;
	font-family: "Franklin Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1px;
	line-height: 1.45;
	margin: 0;
}

body {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.header-image .site-title > a,
.header-image .title-area,
.site-header {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus  {
	-webkit-box-shadow: 0 0 0 30px white inset;
	font-weight: 500;
}

a {
	color: #49c9b6;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	color: #148371;
	text-decoration: none;
    outline: none;
	
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #45474a;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background-color: #ddd;
	color: #323545;
}

blockquote {
	margin: 40px;
}

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




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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	line-height: 1.3;
	margin: 0 0 10px;
}

h1,
h2 {
	font-weight: 500;
}

.entry h3,
.entry h4, 
.entry h5, 
.entryh6 {
	font-weight: 300 !important;
}

h1 {
	font-size: 37px;
	font-size: 3.7rem;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.entry-comments h3 {
    font-size: 2.4rem;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.entry-comments h3 {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 20px;
}

.comment-respond h3 {
	border-bottom: none;
	padding-top: 20px;
}

.comment-respond h3::after,
.entry-comments h3::after {
}

h4 {
	font-size: 17px;
	font-size: 1.7rem;
	font-style: italic;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 21px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 15px;
	font-size: 1.5rem;
}


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

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

img {
	height: auto;
}

.post .entry-content img, .page .entry-content img {
	min-width: 680px;
}

.template_leaderboard img {
	min-width: 0 !important;
}

.adunitwrapper img {
	min-width: 100% !important;
}

figure {
	margin: 0;
}

.three-by-three img {
		width: 200px;
		height: auto;
		display: inline-block;
	min-width: 0 !important;
	}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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


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

input,
input[type="search"],
select,
textarea {
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #45474a;
	line-height: 1.625;
	padding: 13px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #323545;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	background-color: #909599;
	color: #fff;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	border: none;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button.large {
	font-size: 17px;
	font-size: 1.7rem;
}

.button.secondary {
	background-color: #f7f9fc;
	color: #323545;
}

.landing-page .button {
	margin-top: 20px;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 15px 20px;
}

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"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus  {
	background-color: #e8e8e8;
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #323545;
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f7f9fc;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	cursor: not-allowed;
}

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

.more-from-category, .view-blog-posts {
	background: #909599;
	clear: both;
	float: right;
	margin-bottom: 10px;
	padding: 7px 13px;
	text-transform: uppercase;
	margin-top: 15px;
}

.more-from-category:hover, .view-blog-posts:hover {
	background: #e8e8e8;
}

.more-from-category a, .view-blog-posts a {
	color: #fff;
}

.more-from-category a:hover, 
.more-from-category a:focus,
.view-blog-posts a:hover,
.view-blog-posts a:focus {
	color: #fff;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #efefef;
}

td,
th {
	padding: 0;
	text-align: left;
}

td {
	border-top: 1px solid #efefef;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}


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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	-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;
	color: #323545;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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


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

.site-container {
	margin: 0 auto;
	padding-top: 48px;
}

.home .site-inner,
.home .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background: #fff;
	margin: 20px auto 0;
	padding: 27px 37.5px;
}


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

/* Content */

.content {
	float: right;
	position: relative;
	width: 680px;
}

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

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 320px;
}

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


/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-fourth {
	float: left;
	margin-left: .75%;
	width: 24.4375%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}



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


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

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: 12px auto;
}

img.alignnone,
.alignnone {
	margin: 0px 0;
}

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

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

.gallery-caption,
.wp-caption-text {
	color: #bbb;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0 auto 37px;
	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 31px;
}

.avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}


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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

.search-form input {
	background: #efefef url("images/search.svg") center right no-repeat;
	-webkit-background-size: contain;
	background-size: 30px 19px;
	border: 0;
	padding: 11px;
	font-family: "Montserrat","Helvetica Neue",sans-serif;
	font-weight: 500;
	letter-spacing:.1px;
}

.search-form input:focus,
.search-form input:hover {
	border: 0;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


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

.breadcrumb {
	margin-bottom: 20px;
}

.full-width-content .breadcrumb {
	text-align: center;
}

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 50px;
}

.after-entry {
	padding: 0px;
}

.after-entry .widget {
	margin-bottom: 55px;
}

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

.archive-description {
	padding: 0 0 5px;
}

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

.author-box {
	padding: 20px;
}

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

.author-box p {
	margin: 0;
}

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


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
	margin-bottom: 10px;
}

.author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.page .entry-title {
	margin-bottom: 37px;
}

.page-template-page_blog-php.page .entry-title {
	margin-bottom: 10px;
}

.blog-template-description {
	display: none;
}

.entry-title,
.entry-title a,
.sidebar .widget-title a {
	color: #45474a;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #909599;
}

.featured-content .simple-grid .entry-title,
.simple-grid .entry-title {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: .5px;
	font-weight: 600;
	word-spacing: 1px;
}

.featured-content .one-half .entry-title,
.one-half .entry-title {
	font-size: 27px;
	font-size: 2.7rem;
}

.widget-title {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.sidebar .widget-title {
	margin-bottom: 15px;
    font-size: 2.4rem;
	font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.content .widget-title {
	padding: 37px 0;
	text-align: center;
}

.home-top .featured-content .widget-title, 
.home-middle .featured-content .widget-title{
    font-family: "sarinah_script";
    text-transform: none;
    font-size: 2.4em;
    text-align: left;
	padding: 0 0 10px;
}

.home-top .featured-content .widget-title {
	margin-bottom: 0px;
}

.home-middle .featured-content article:last-of-type {
	margin-bottom: 0;
}

.home-middle {
	margin-bottom: 45px;
}

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

.home-bottom .featured-content .widget-title {
    font-size: 2.4rem;
    text-align: center;
    padding: 0 0 20px;
    font-weight: 400;
	letter-spacing: 0.1px;
}

/* Archive Pages 
--------------------------------------*/
.search img.alignleft, .archive img.alignleft {
	margin: 0 0 10px 0;
}


.search .simple-grid .entry-title, .archive .simple-grid .entry-title {
	font-size: 1.4rem;
	font-size: 14px;
	text-transform: none;
}

.search .one-fourth, .archive .one-fourth {
	width: 23.5%;
	margin-left: 2%;
}

.search .first, .archive .first {
	margin-left: 0;
}

.search .entry-footer, .archive .entry-footer {
	display: none;
}

.archive .content .post, .search .content .post, .archive .content .page, .search .content .page {
	width: 23.5%;
    float: left;
    margin-right: 2%;
}

.archive .content .post:nth-child(4n+1), .search  .content .post:nth-child(4n+1), 
.archive .content .page:nth-child(4n+1), .search  .content .page:nth-child(4n+1)  {
	margin-right: 0;
}

.archive .content .post:nth-child(4n+2), .search .content .post:nth-child(4n+2), 
.archive .content .page:nth-child(4n+2), .search .content .page:nth-child(4n+2) {
	clear: left;
}

.archive .entry-content, .search .entry-content {
	display: none;
}

.archive .entry-title, .search .entry-title {
	font-size: 1.4rem;
	font-size: 14px;
	text-transform: none;
}

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

.widget {
	margin-bottom: 37px;
	word-wrap: break-word;
}

.widget p:last-of-type,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 11px;
	padding-bottom: 11px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 31px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

.author-intro {
	text-align: center;
}

.author-intro p {
	margin: 0 0 5px;
}

.author-photo {
    width: 205.5px;
    padding-bottom: 5px;
	margin-left: -45.5px;
}

a.read-more {
	text-transform: uppercase;
	color: #45474a;
	font-weight: 400;
	font-size: 1.6rem;
}

a.read-more:hover {
	color: #909599;
}


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

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

.featured-content .entry {
	padding: 0;
}

.sidebar .featured-content .entry {
	margin-bottom: 17px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
}

.featured-content .alignleft,
.featured-content .alignright, 
.page-template-page_blog .site-inner .alignleft {
	max-width: 55%;
}

.sidebar .featured-content .entry-title {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: none;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}

.sidebar .featured-content img.centered, .aligncenter {
	margin: 0 auto 10px;
}


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


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

.enews-widget {
    text-align: center;
    border-top: 3px solid #909599;
    margin-top: 20px;
    border-bottom: 3px solid #909599 !important;
	padding-bottom: 0px !important;
}

.enews-widget .enews {
    background: #909599;
    padding: 27px;
    margin: 3px 0;
}

.after-entry .enews-widget {
	text-align: center;
}

.after-entry .enews-widget .widget-title {
	font-size: 45px;
	font-size: 4.5rem;
}

.after-entry .enews-widget .enews p {
	font-size: 21px;
	font-size: 2.1rem;
}

.after-entry .enews-widget .widget-title {
	padding: 0;
}

.enews-widget .widget-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0;
}

.enews-widget .enews p {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .5px;
}

.after-entry .enews-widget form {
	margin-top: 30px;
}

.sidebar .enews-widget form {
	margin-top: 10px;
}

.content .enews-widget form {
	margin: 15px auto;
	width: 73%;
}

.enews-widget input {
    background: #fff;
    margin-bottom: 5px;
    font-family: "Montserrat","Helvetica Neue",sans-serif;
    font-weight: 500;
    padding: 10px;
}

.content .enews-widget input {
	background: #f7f9fc;
}

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
	border: 0;
	width: 85%;
}

.after-entry .enews-widget input {
}

.enews-widget input[type="submit"] {
    background: transparent;
    margin: 0;
    padding: 0 0 0 5px;
    border: none;
    font-size: 3rem;
    vertical-align: middle;
}

.enews-widget input[type="submit"]:hover {
	color: #e8e8e8;
}

.enews form + p {
	margin-top: 10px;
}

.before-header .enews-widget {
	background: transparent;
	padding: 0;
}

.before-header .enews-widget p {
	display: inline;
	float: left;
	font-size: 90%;
	line-height: 49px;
	margin: 0 7px 0 0;
	opacity: 0.8;
	width: auto;
}

.before-header .enews-widget .widgettitle {
	display: inline;
	float: left;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 45px;
	margin: 0 7px 0 0;
	opacity: 0.7;
	text-transform: none;
	width: auto;
}

.before-header .enews-widget form {
	display: inline;
	float: right;
	width: auto;
}

.before-header .enews-widget input {
	background: #fff;
	border: 0;
	display: inline;
	float: left;
	margin: 6px 7px 6px 0;
	opacity: 0.9;
	padding: 7px 14px;
	width: auto;
}

.before-header .enews-widget input:focus,
.before-header .enews-widget input:hover {
	border-bottom: 2px solid #323545;
}

.before-header .enews-widget input[type="submit"] {
	background: #536ade;
	color: #fff;
	display: inline;
	float: right;
	font-weight: 600;
	height: 34px;
	margin: 6px 0;
	width: auto;
}

.before-header .enews-widget input[type="submit"]:hover {
	background: #323545;
}


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

.cravings-pro .gform_wrapper input[type="email"],
.cravings-pro .gform_wrapper input[type="text"],
.cravings-pro .gform_wrapper textarea,
.cravings-pro .gform_wrapper .ginput_complex label {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 8px;
}

.cravings-pro .gform_wrapper .ginput_complex label {
	color: #bbb;
	font-size: 80%;
	padding: 0;
}

.cravings-pro .gform_wrapper li,
.cravings-pro .gform_wrapper form li {
	margin: 16px 0 0;
}

.cravings-pro .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
}

.cravings-pro .gform_wrapper label.gfield_label {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2.75;
	margin-top: 37px;
}

.cravings-pro .gform_wrapper .description,
.cravings-pro .gform_wrapper .gfield_description,
.cravings-pro .gform_wrapper .instruction {
	color: #999;
	font-size: 90%;
}

.cravings-pro .gform_wrapper .gsection_description {
	color: #999;
	font-size: 19px;
	font-size: 1.9rem;
}

.cravings-pro .gform_wrapper h2.gsection_title,
.cravings-pro .gform_wrapper h3.gform_title {
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.65;
	margin-top: 27px;
	text-transform: none;
}

.seasoned-pro .gform_wrapper .gf_progressbar {
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
}

.seasoned-pro .gform_wrapper .gf_progressbar_percentage {
	background: transparent;
}

.seasoned-pro .gform_wrapper .gf_progressbar_percentage,
.seasoned-pro .gform_wrapper .percentbar_blue {
	background-color: #515555;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.seasoned-pro .gform_wrapper .gf_progressbar:after {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
}


/* HeartThis
--------------------------------------------- */

.entry-header .heart-this-wrap {
	clear: none;
	display: inline;
	text-align: left;
	width: auto;
}

.cravings-pro .heart-this-wrap .heart-this::before {
	margin-left: -11px;
	width: 40px;
}


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

.instagram-pics {
	overflow: hidden;
}

.instagram-pics .widget-title {
	margin-bottom: 20px;
}

.instagram-pics ul {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.instagram-pics li {
	float: left;
	margin: 0;
	width: 12.0625%;
}

.instagram-pics li {
	margin-left: .5%;
}

.instagram-pics li:first-child {
	margin-left: 0;
}

.instagram-pics img {
	vertical-align: top;
}


/* WooCommerce
--------------------------------------------- */

.cravings-pro.woocommerce #respond input#submit,
.cravings-pro.woocommerce a.button,
.cravings-pro.woocommerce button.button,
.cravings-pro.woocommerce input.button {
	background-color: #fff;
	border: 1px solid #323545;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #323545;
	cursor: pointer;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 17px 23px;
	width: auto;
}

.cravings-pro.woocommerce a.button {
	margin-right: 10px !important;
}

.cravings-pro.woocommerce #respond input#submit:hover,
.cravings-pro.woocommerce a.button:hover,
.cravings-pro.woocommerce button.button:hover,
.cravings-pro.woocommerce input.button:hover {
	background-color: #323545;
	border-color: #323545;
	color: #fff;
}

.cravings-pro.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: lowercase;
}

.cravings-pro.woocommerce .woocommerce-message::before,
.cravings-pro.woocommerce .woocommerce-info::before,
.cravings-pro.woocommerce div.product p.price,
.cravings-pro.woocommerce div.product span.price,
.cravings-pro.woocommerce ul.products li.product .price,
.cravings-pro.woocommerce form .form-row .required {
	color: #323545;
}

.cravings-pro.woocommerce .woocommerce-message,
.cravings-pro.woocommerce .woocommerce-info {
	border-top-color: #323545;
}

.cravings-pro.woocommerce span.onsale {
	background-color: #323545;
	font-size: 10px;
	font-size: 1rem;
	padding: 4px 7px;
}

.cravings-pro.woocommerce-cart table.cart img {
	width: 100px;
}

.cravings-pro.woocommerce ul.cart_list li,
.cravings-pro.woocommerce ul.product_list_widget li,
.cravings-pro.woocommerce-page ul.cart_list li,
.cravings-pro.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1%;
	width: 33.3333%;
}

.sidebar .cravings-pro.woocommerce ul.cart_list li,
.sidebar .cravings-pro.woocommerce ul.product_list_widget li,
.sidebar .cravings-pro.woocommerce-page ul.cart_list li,
.sidebar .cravings-pro.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 1%;
	width: 50%;
}

.cravings-pro.woocommerce.archive ul.products li.product,
.cravings-pro.woocommerce-page ul.products li.product {
	text-align: center;
}

.cravings-pro.woocommerce ul.products li.product .woocommerce-loop-category__title,
.cravings-pro.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cravings-pro.woocommerce ul.products li.product h3 {
	color: #323545;
}

.cravings-pro.woocommerce ul.cart_list li img,
.cravings-pro.woocommerce ul.product_list_widget li img {
	width: 100%;
}

.cravings-pro.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.cravings-pro.woocommerce-page input[type="checkbox"],
.cravings-pro.woocommerce-page input[type="radio"] {
	width: auto;
}

.cravings-pro.woocommerce ul.products li.product .price del,
.cravings-pro.woocommerce div.product p.price del,
.cravings-pro.woocommerce div.product span.price del {
	display: inline;
}

.cravings-pro.woocommerce .quantity .qty {
	padding: 9px 0;
}

.cravings-pro.woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}

.cravings-pro.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 15px 10px;
	text-align: center;
}

.cravings-pro.woocommerce-checkout #payment {
	background-color: #f7f9fc;
}

.cravings-pro.woocommerce .product-title {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cravings-pro.woocommerce form .form-row textarea {
	height: 50px;
}

.cravings-pro.woocommerce div.product .woocommerce-tabs {
	display: block;
	margin: 10px 0;
	padding: 0;
}

.cravings-pro .product_meta,
.cravings-pro .product_meta a {
	border: 0;
	color: #bbb;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.cravings-pro.woocommerce .related {
	clear: both;
	display: block;
}

.cravings-pro .wcmenucart-contents {
	color: #bbb;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.cravings-pro.woocommerce form.checkout_coupon,
.cravings-pro.woocommerce form.login,
.cravings-pro.woocommerce form.register {
	background: #f7f9fc;
	border: 0 solid #d3ced2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 2em 0;
	padding: 20px;
	text-align: left;
}


/* Mailchimp Subscribe Checkbox
------------------------------------------------------ */

.tgm-mc-subscribe input[type=checkbox] {
	float: left;
	margin-top: 5px;
}

.tgm-mc-subscribe label {
	float: left;
	padding-left: 10px;
}

.tgm-mc-subscribe label:after {
	clear: both;
}

/* Social Warfare
------------------------------------------------------- */
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest,
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover),
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter,
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover, 
.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook, 
body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover), 
html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover {
	border: 1px solid #909599 !important;
}

.swp_social_panel.swp_default_full_color .swp_facebook,
body .swp_social_panel.swp_other_full_color:hover .swp_facebook,
html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover, 
.swp_social_panel.swp_default_full_color .swp_twitter,
body .swp_social_panel.swp_other_full_color:hover .swp_twitter,
html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover, 
.swp_social_panel.swp_default_full_color .swp_pinterest,
body .swp_social_panel.swp_other_full_color:hover .swp_pinterest,
html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover {
	background: #fff !important;
}

.swp_social_panel.swp_default_dark_gray a, 
.swp_social_panel.swp_default_full_color a, 
.swp_social_panel.swp_default_light_gray a, 
.swp_social_panel.swp_default_medium_gray a, 
body .swp_social_panel.swp_other_dark_gray:hover a, 
body .swp_social_panel.swp_other_full_color:hover a, 
body .swp_social_panel.swp_other_light_gray:hover a, 
body .swp_social_panel.swp_other_medium_gray:hover a, 
html body .swp_social_panel.swp_individual_dark_gray a:hover, 
html body .swp_social_panel.swp_individual_full_color .nc_tweetContainer:hover a, 
html body .swp_social_panel.swp_individual_light_gray .nc_tweetContainer:hover a,
html body .swp_social_panel.swp_individual_medium_gray a:hover
{
	color: #909599 !important;
}

span.swp_share {
	text-transform: uppercase !important;
}

.swp_social_panel .nc_tweetContainer a.nc_tweet, 
.swp_social_panel .total_shares .swp_count {
    font-family: "Montserrat","Helvetica Neue",sans-serif;
}

div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt):first-of-type {
	margin: 0 5px 3px 0;
}

div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt):last-of-type {
	margin: 0 0 3px 5px;
}




/* Mediavine Create
-------------------------------------------*/
.cravings-pro .mv-create-card-style-centered .mv-create-image {
	min-width: 0 !important;
}

.cravings-pro .mv-create-card-style-centered.mv-create-card .mv-create-times .mv-create-time-yield {
	display: block;
	padding-bottom: 5px;
}

.cravings-pro .mv-create-card h1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	text-transform: uppercase;
}

.cravings-pro .mv-create-card-style-centered .mv-create-description {
	font-size: 15px;
	font-size: 1.5rem;
}

.cravings-pro .mv-create-card-style-centered .mv-create-header {
	background: #e8e8e8;
}

.cravings-pro .mv-create-wrapper {
	border: 2px solid #e8e8e8;
}

.cravings-pro .mv-create-card h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

.cravings-pro .mv-create-xl .mv-create-footer-flexbox {
	display: none;
}

.mv-create-card button:hover {
	background-color: #49c9b6;
}

.cravings-pro .mv-create-pin-button {
	background-color: #49c9b6 !important;
}

.cravings-pro .mv-create-pin-button:hover{
	background-color: #49c9b6 !important;
}

.cravings-pro .mv-create-card li, .cravings-pro .mv-create-card ol, .cravings-pro .mv-create-card p, .mv-create-card ul {
	font-size: 15px;
	font-size: 1.5rem;
}

.mv-create-ingredients h3, .mv-create-instructions h3, .mv-create-notes h3 {
	font-style: italic;
	text-transform: none;
	font-weight: 500 !important;
}

.mv-create-card img {
    min-width: 100% !important;
}

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

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

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

/* Display outline on focus */
:focus {
	color: #000;
	outline: #efefef solid 1px;
}


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


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

.home-top .snippet {
	background: #efefef;
	float: right;
	margin: -75px 0 0;
	padding: 15px 15px;
	position: relative;
	width: 100%;
	z-index: +2;
	text-align: center;
	height: 90px;
}


.home-top .entry-header {
}

.home-top h2.entry-title {
	margin: 0;
}

.home-top h2.entry-title a:hover {
	color: #909599;
}

.home-top .snippet p {
	font-size: 90%;
	margin: 0 0 17px;
}


.home-middle .widget.widget_media_image {
	grid-column: auto;
}

.home-middle .entry {
	margin-bottom: 0;
	position: relative;
}

.home-middle .aligncenter,
.home-middle .page .entry-title {
	margin-bottom: 0;
}

.home-middle .featuredpage .entry-header {
	background: rgba(50, 50, 69, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.home-middle .featuredpage .entry-header:hover {
	background: rgba(50, 50, 69, 0.7);
}

.home-middle .page .entry-title {
	line-height: 1;
}

.home-middle .featuredpage .entry-title a {
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
}

.home-middle .featured-content .entry, .page-template-page_blog .entry {
    padding: 0 0 35px;
    border-bottom: 6px double #909599;
    margin-bottom: 65px;
}

.home-bottom .featured-content .simple-grid .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: none;
}

.home-bottom .aligncenter {
	margin: 0 auto 15px;
}


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

.recipes-top {
	display: grid;

	grid-gap: 6%;
	grid-template-columns: 47% 47%;
}

.recipes-top .widget-title {
	border: 0;
	height: 0;
	padding: 0;
	text-indent: -9999px;
}

.recipes-top .widget_categories {
	border-bottom: 1px solid #efefef;
	padding-bottom: 4px;
}

.recipes-top .widget_categories:focus,
.recipes-top .widget_categories:hover {
	border-bottom: 2px solid #000;
}

.recipes-bottom {
	display: grid;
	margin-bottom: 77px;

	grid-gap: 1%;
	grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
}

.recipes-bottom section,
.recipes-bottom .featured-content.cravings-featured {
	grid-column: col / span 4;
}

.recipes-bottom .featured-content {
	grid-column: initial;
}

.recipes-top .widget_categories select {
	border: 0;
}

.recipes-bottom .widget:first-child .widget-title {
	border-top: 0;
}

.recipes-bottom .featured-content .page .entry-title {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
	text-align: center;
}



/* Recipe Filter Index
--------------------------------------------- */

.filter-wrap {
	margin-top: 0;
}

@media only screen and (min-width: 1023px) {
	.filter-wrap {
		display: block !important;
	}
}

.filter-toggle {
	display: none;
}

.page-template-filter-recipes .entry {
	margin-bottom: 32px;
}

.page-template-filter-recipes .entry-title {
	margin-bottom: 10px;
}

body .facetwp-facet {
	margin-bottom: 15px;
	text-align: left;
}

.page-template-filter-recipes .sidebar .widget-title {
	text-align: left;
}

.sidebar-content .content {
	width: 820px;
	padding-left: 40px;
	border-left: 2px solid #909599;
	max-width: calc(100% - 320px);
}

.sidebar-content .sidebar {
	width: 280px;
}

.sidebar .facetwp:last-child {
	border-bottom: none;
}

.facetwp-template img.alignleft {
	margin: 0 0 10px 0;
	width: 100%;
}

.facetwp-template .simple-grid .entry-title {
	text-transform: none;
	text-align: center;
}

.facetwp-template .search-form input {
	padding: 8px;
}


@media only screen and (max-width: 1023px) {
	.page-template-filter-recipes .site-inner,
	.page-template-filter-recipes .content-sidebar-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}

	.page-template-filter-recipes .sidebar {
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
		text-align: left;
	}

	.page-template-filter-recipes .content,
	.page-template-filter-recipes .content-sidebar-wrap {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.page-template-filter-recipes .sidebar .widget {
		margin-bottom: 20px;
		padding: 0;
	}

	.page-template-filter-recipes .sidebar .widget:last-of-type {
		margin-bottom: 0;
	}

	
	.page-template-filter-recipes .site-inner {
		padding: 17px 0;
		max-width: 100%;
		margin: 0 5%;
	}

	.filter-wrap {
		display: none;
		margin-top: 20px;
	}

	.filter-toggle {
		display: block;
		visibility: visible;
	}

	.filter-toggle {
		width: 100%;
	}
	
	.sidebar-content .content{
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	
}


/*
Top Ad
----------------------------------------------------------------------------- */

.before-header {
	background: #909599;
	clear: both;
	overflow: hidden;
	padding: 0px;
	text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.before-header-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
    margin: 0;
    max-width: 90%;
    width: 320px;
    display: inline-block;
	float: left;
}

.before-header .simple-social-icons ul li {
	margin: 0px 6px !important;
}

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

.site-header {
    background: #fff;
    min-height: 55px;
    padding: 11px 0px;
    text-align: center;
    width: 1140px;
    z-index: 9999;
    margin: 0 auto;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-header > .wrap > * {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


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

.title-area {
	float: none;
	margin: 0 auto;
	padding-bottom: 7px;
	padding-top: 7px;
}

.header-image .title-area {
	height: 110px;
	margin-left: 0;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	width: 500px;
}

.site-title {
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-title a {
	color: #323545;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: #536ade;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: left center !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	float: left;
	min-height: 110px;
	position: relative;
	width: 100%;
	z-index: 9999px;
	outline: none;
}

.header-image .site-title,
.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

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

.genesis-nav-menu a {
	color: #45474a;
	display: block;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 17px;
	text-transform: uppercase;

}

.genesis-nav-menu a:focus {
	color: #979599;
}

.genesis-nav-menu a:hover {
	color: #909599;
}

.genesis-nav-menu .sub-menu {
	background: transparent;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu:before {
	border-bottom: 10px solid #efefef;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: " ";
	height: 0;
	position: absolute;
	top: -10px;
	left: 15px;
	width: 0;
}



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

/*.genesis-nav-menu > .menu-item > .sub-menu {
	padding-top: 5px;
}*/

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-child {
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
.genesis-nav-menu .sub-menu a {
	background-color: #efefef;
}

/*.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
	padding-top: 5px;
}*/

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
	-webkit-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
}

/*.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
	padding-bottom: 5px;
}*/

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding: 12px 15px;
	position: relative;
	text-transform: none;
	width: 170px;
}

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

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

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


/* Header Menu
--------------------------------------------- */

.nav-primary {
    text-align: right;
    float: right;
    margin-right: 1%;
}

.nav-primary .genesis-nav-menu .menu-item {
	vertical-align: top;
}


.nav-primary .genesis-nav-menu a {
	padding: 12px 20px;
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #efefef;
}


.nav-primary .genesis-nav-menu li:nth-child(6) a{
	padding-right: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
	padding-right: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: #536ade;
}

.nav-primary .alignleft {
	float: left;
}

#cravings-social .simple-social-icons ul {
	padding: 9px 0;
}

#cravings-search-mobile {
		display: none;
	}

.genesis-nav-menu .simple-social-icons {
	margin: 0 3px;
	vertical-align: baseline;
}

.genesis-nav-menu .simple-social-icons li {
	margin: 0 2px !important;
}

.genesis-nav-menu .search-form {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	background-color: #efefef;
	border: 2px solid #efefef;
}

.genesis-nav-menu .search-form input {
	font-size: 80%;
	padding: 6px;
}


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

.nav-secondary {
	text-align: center;
    border-top: 2px solid #45474a;
    border-bottom: 2px solid #45474a;
    margin: 15px 37.5px 0;
	max-width: 100%;
}

.nav-secondary .genesis-nav-menu {
}

.nav-secondary .genesis-nav-menu a {
	padding: 12px 21px;
}

.nav-secondary .genesis-nav-menu li:first-child a{
	padding-left: 0;
	font-weight: 600;
}

.nav-secondary .genesis-nav-menu .sub-menu {
	background: transparent;
}

.nav-secondary .genesis-nav-menu .sub-menu li:first-child a {
	padding-left: 22px;
	font-weight: 500;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background: #efefef;
	text-transform: uppercase;
	line-height: 1.4;
}

.nav-secondary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
}

#cravings-search {
	float: right;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	opacity: 1;
	left: auto;
}

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	margin-left: 0;
	left: 160px;
}

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


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


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

.entry {
	margin-bottom: 30px;
}

.featured-content .simple-grid.entry {
	margin-bottom: 17px;
}

.landing-page .entry {
	margin-bottom: 0;
}

/*.entry-content p:last-of-type {
	margin-bottom: 0;
}*/

.entry-content ol,
.entry-content ul {
	margin-bottom: 37px;
	margin-left: 37px;
	margin-top: 15px;
}

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

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

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

p.center {
	text-align: center;
}

.videoWrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 1em;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instagram-share-box {
    border-top: 7px double #909599;
    border-bottom: 7px double #909599;
    margin-top: 20px;
}

.instagram-share {
    background: #909599;
    text-align: center;
    padding: 10px 10px 15px;
}

.instagram-share img {
    width: 35px;
    margin-bottom: -10px;
    margin-right: 10px;
}

.instagram-share-text {
	color: #fff;
}

.instagram-share-text a{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

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

p.entry-meta {
	color: #909599;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-meta a {
	color: #909599;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #323545;
	text-decoration: none;
}

.skip-to-recipe {
    background: #e8e8e8;
    padding: 7px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 1.4rem;
	color: #45474a;
}

.skip-to-recipe:hover{
	color: #909599;
}

.single.full-width-content .entry-header {
	text-align: center;
}

.entry-footer {
	margin-top: 27px;
}

.entry-footer p.entry-meta {
	font-size: 90%;
}

.entry-categories,
.entry-tags {
	color: #fff;
	display: block;
	text-align: center;
}

.entry-categories a,
.entry-tags a {
	background: #e8e8e8;
	line-height: 37px;
	padding: 3px 7px;
}

.entry-categories a:hover,
.entry-tags a:hover {
	color: #fff;
	background: #909599;
}

.dot {
	margin: 0 11px;
}

p.last-updated {
    font-size: 15px;
    text-transform: lowercase;
    font-style: italic;
}


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

.pagination {
	clear: both;
	text-align: center;
}

.archive-pagination li,
.pagination .nav-links {
	display: inline-block;
	margin-bottom: 10px;
}

.archive-pagination a,
.pagination .nav-links .page-numbers {
	color: #45474a;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 1;
	padding: 7px 10px;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.pagination .nav-links a:focus,
.pagination .nav-links a:hover {
	color: #909599;
}

.archive-pagination li.active a,
.pagination .nav-links .page-numbers.current {
	color: #49c9b6 !important;
	border: 0;
}

.adjacent-entry-pagination {
	margin-bottom: 20px;
}

.pagination-previous, .pagination-next {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 400;
	padding-bottom: 20px;
}

.single .pagination-previous, .single .pagination-next {
	font-size: 80%;
	max-width: 41%;
}

.pagination-previous a, .pagination-next a {
	color: #45474a;
}

.pagination-previous a:hover, .pagination-next a:hover {
	color: #909599;
}


/* Related Posts
--------------------------------------------- */
.related-posts-section {
    border-top: 7px double #909599;
    border-bottom: 7px double #909599;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

h2.related-posts-title {
	text-transform: uppercase;
	font-size: 2.4rem;
	font-size: 24px;
	letter-spacing: 1px;
    font-weight: 400;
    padding: 50px 0 5px;
}

.related-posts {
	
}


.related-post-single {
    width: 48.717948717948715%;
    float: left;
    margin-left: 2.564102564102564%;
    display: block;
	margin-bottom: 30px;
}

.related-post-single:first-child, .related-post-single:nth-child(3){
	margin-left: 0;
}


.related-post-info {
	background: #e8e8e8;
	text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
	font-size: 15px;
    letter-spacing: .5px;
    margin-top: -6px;
	min-height: 83px;
	padding: 10px 15px;
}

.related-post-single .related-post-info a {
	color: #45474a;
	text-transform: uppercase;
}

.related-post-single .related-post-info a:hover {
	color: #909599;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 90%;
}

.entry-comments,
.entry-pings {
	margin-bottom: 45px;
}

.comment-list li {
    padding: 30px 0 35px 30px;
}

.comment-list li:last-child {
	padding-bottom: 0;
}

.comment-list .depth-1 {
	padding-left: 0;
    border-bottom: 2px solid #e8e8e8;
	padding-bottom: 35px !important;
}

.comment-header {
	line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 20px;
}


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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.children .comment-respond {
padding-left: 30px;	
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	text-transform: lowercase;
	margin-bottom: 5px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

p.comment-author {
    float: left;
    margin-right: 5px;	
}

p.comment-meta {
	float: left;
}

.comment-meta a {
	color: #45474a;
}

a.comment-reply-link {
    color: #fff;
    background: #909599;
    padding: 5px 10px;
	text-transform: uppercase;
}

a.comment-reply-link:hover {
    background: #e8e8e8;
}

#cancel-comment-reply-link {
	font-size: 1.4rem;
	font-size: 14px;
}

.comment-form p{
	margin: 0 0 15px;
}

.comment-form textarea {
	border: 2px solid #e8e8e8;
}

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

.sidebar {
	line-height: 1.75;
}

.sidebar,
.sidebar p {
	font-size: 90%;
}

.sidebar .widget {
	margin-bottom: 42px;
    border-bottom: 7px double #909599;
    padding-bottom: 25px;
}

.page-template-filter-recipes .sidebar .widget {
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.sidebar .widget:first-of-type {
	border-bottom: none;
	padding-bottom: 0;
}


.page-template-filter-recipes .sidebar .widget:first-of-type {
	border-bottom: 7px double #909599;
    padding-bottom: 10px;
}


.enews-widget .widget-title:before, .enews-widget .widget-title:after {
	content: none;
}


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

.footer-widgets {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 50px 37.5px 0;
}

.footer-widgets .wrap {
	display: grid;
	max-width: 100%;
	width: 100%;
	grid-gap: 0;
	grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
	grid-template-rows: [row] auto [row] auto [row];
}

.footer-widgets-1 {
	grid-column: span 3;
    padding: 10px 0 0;
    border-top: 6px double #909599;
    border-bottom: 6px double #909599;
}

.footer-widgets-1 .widget-title:after {
	content:"@snixykitchen | #snixykitchen to be featured";
    display: block;
	font-size: 1.05rem;
	line-height: 1.3;
    letter-spacing: .5px;
	padding-bottom: 5px;
}

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

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

.footer-widgets img {
	margin: 0;
}

.footer-widgets .widget-title {
	line-height: 37px;
	text-align: center;
}

.footer-widgets-2 {
	grid-column: span 1;
}	

.footer-widgets .footer-widgets-2 li, 
.footer-widgets .footer-widgets-3 li,
.footer-widgets .footer-widgets-4 li
 {
	display: inline-block;
	padding: 5px 10px 5px 0;
}


.footer-widgets .footer-widgets-4 li a:after {
	content: ' · ';
	padding-left: 10px;
}

.footer-widgets .footer-widgets-4 li:last-child a:after {
	display: none;
}

.footer-widgets-2, .footer-widgets-3, .footer-widgets-4{	
	background: #909599;
	margin: 5px 0 0;
}


.footer-widgets .simple-social-icons ul li {
	margin: 1% !important;
}

.footer-widgets .widget_nav_menu {
	padding: 10px;
	margin-bottom: 0 !important;
	float: right;
}

.footer-widgets .widget_nav_menu:after, .footer-widgets .widget_search {
	clear: both;
}

.footer-widgets .widget_nav_menu .widget-title {
	text-align: right;
	font-weight: 600;
	color: #fff;
}

.footer-widgets .widget_nav_menu a {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.footer-widgets .widget_nav_menu a:hover {
    color: #e8e8e8;
}

.footer-widgets .widget_nav_menu ul > li {
	margin-bottom: 0;
	text-align: right;
}

.footer-widgets .enews form {
	margin: 0 auto;
}

.footer-widgets .enews-widget .enews p {
	margin-bottom: 10px;
	font-size: 21px;
	font-size: 2.1rem;
}

.footer-widgets .enews-widget .widget-title {
	margin-bottom: 10px;
	font-size: 45px;
	font-size: 4.5rem;
}

.footer-widget-area .widget_search {
	padding: 10px 0;
}

.footer-widget-area .widget_search h3 {
	float: left;
	margin-bottom: 0;
	padding: 5px 10px;
	font-size: 1.6rem;
	letter-spacing: 0.1px;
	line-height: 1.45;
	font-weight: 500;
	color: #fff;
}

.footer-widget-area .search-form input {
	padding: 5px;
}

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

.site-footer {
	color: #909599;
	font-family: "Work Sans", sans-serif;
	font-size: 70%;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 2;
}

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

.site-footer a:hover {
	color: #e8e8e8;
}


/* 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) {
	.header-image .site-header {
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
}

@media only screen and (max-width: 1200px) {
	.nav-secondary .genesis-nav-menu a {
		padding: 12px 10px;
	}
	
	.site-header {
		padding: 11px 37.5px;
	}
	
	.before-header .widget {
		margin-left: 5%;
	}
	
}

@media only screen and (max-width: 1100px) {
	.title-area {
		float: left;
	}
	
	.post .entry-content img, .page .entry-content img {
		min-width: 100%;
	}
	
	.before-header .widget {
		float: none;
		display: block;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary {
		float: none;
		margin: auto 0;
		width: 100%;
	}

	.nav-primary .alignleft {
		float: none;
	}
	
	#cravings-search-mobile {
		display: block;
	}
	

	.menu-toggle {
		background: transparent;
		cursor: pointer;
		position: relative;
		width: 95%;
		top:-45px;
	}
	

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

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #fff;
		-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: #999;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

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

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

	.nav-primary, .nav-secondary {
		display: none;
		position: relative;
	}

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

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #eee;
		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 #eee;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

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

	.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 {
		background: #101010;
		opacity: 1.0;
	}

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

	.genesis-nav-menu .search-form {
		margin-left: 0;
		width: 100%;
	}

	.genesis-nav-menu .search-form input {
		background: #fff url(images/search.svg) center left 20px no-repeat;
		-webkit-background-size: contain;
		background-size: 19px 19px;
		padding: 17px 17px 17px 47px;
	}

	.cravings-social {
		padding: 17px 17px 17px 7px;
	}

	.genesis-nav-menu .simple-social-icons ul.aligncenter {
		text-align: left;
	}

	.before-header .enews-widget p {
		height: 0;
		text-indent: -9999px;
	}

	.site-header > .wrap {
		position: relative;
	}
	
	.site-header {
		width: 100%;
	}

	.site-header .menu-toggle {
		position: absolute;
		top: 4px;
		right: 15px;
		width: auto;
	}

	.nav-primary {
		clear: left;
	}

	#cravings-social .simple-social-icons ul {
		padding: 0 !important;
	}

	.genesis-nav-menu .menu-item.cravings-search,
	.nav-primary .search-form input {
		border: 2px solid #909599;
	}

	.site-container > .menu-toggle {
		display: none;
	}
	
	.footer-widgets .footer-widgets-4 li {
		padding-right: 5px;
	}
	
	.footer-widgets .footer-widgets-4 li a:after {
		padding-left: 5px;
	}
	
	.content {
		max-width: calc(100% - 350px);
	}
	
	.home-top .one-fourth {
		width: 49%;
		margin-left: 2%;
	}
	
	.home-top .first {
		margin-left: 0;
	}
	
	.home-top article:nth-of-type(3), .home-top article:nth-of-type(4) {
		display: none;
	}
	
}

@media only screen and (max-width: 1023px) {
	.site-inner {
		max-width: 720px;
	}
	
	.sidebar {
		text-align: center;
	}

	.content,
	.full-width-content .content,
	.sidebar {
		width: 100%;
		max-width: 100%;
	}

	.site-header {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		margin-bottom: 77px;
	}

	.home-top .one-half {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	
	.home-bottom .featured-content .simple-grid .entry-title, .sidebar .featured-content .entry-title {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.sidebar-content .content {
	max-width: 100%
}
	
	
	
}

@media only screen and (max-width: 782px) {
	.site-inner {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.footer-widgets {
		margin: 50px 0 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.footer-widget-area .widget_search {
		padding: 10px 10px 10px 0;
	}
	
	.footer-widgets .widget_nav_menu {
		float: none;
		text-align: center;
	}

	.landing-page .content {
		margin-bottom: 0;
	}

	.after-entry .enews-widget .widget-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.after-entry .enews-widget .enews p, .archive .entry-title, .search .entry-title {
		font-size: 17px;
		font-size: 1.7rem;
		text-align: center;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds, 
	.archive .post,
	.search .post {
		margin: 0;
		width: 100%;
	}
	

	.featured-content .simple-grid .entry-title,
	.simple-grid .entry-title {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.home-top .snippet {
		height: 100px;
	}


	.footer-widgets .wrap {
		display: block;
	}
	
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.related-post-info {
		background: none;
	}
	
	.related-post-single .related-post-info a {
		text-transform: none;
	}
	
	.archive .content .post, .search .content .post, .archive .content .page, .search .content .page {
		width: 100%;
		margin-left: 0;
	}
	
	#popup-box-sxzw-1 .popupally-inner-sxzw-1 .logo-row-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .logo-row-sxzw {
display: none !important;
}
	
}

@media only screen and (max-width: 600px) {
	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget form,
	.before-header .enews-widget form input {
		display: block;
		float: none;
		line-height: 1.5;
		margin: 0 auto 7px;
		text-align: center;
		width: 90%;
	}

	.before-header .enews-widget input[type="submit"] {
		display: block;
		float: right;
		margin-right: 5%;
		margin-top: -42px;
	}
	
	.site-header, .header-image .title-area {
		width: 100%;
	}

	.featured-content .alignleft,
	.featured-content .alignright, 
	.page-template-page_blog .site-inner .alignleft {
		display: block;
		max-width: 100%;
	}

	.home-bottom a.alignleft,
	.cravings-featured a.alignleft {
		float: none;
		margin-right: 0;
	}

	.sidebar .cravings-featured .entry {
		margin-bottom: 40px;
	}
	
	
	/*.home-top .one-fourth {
		width: 100%;
		margin-left: 0;
	}*/
	
	.home-top, .home-bottom, .instagram-pics, .sidebar .featured-content {
		display: none;
	}
	
	.home-middle .featured-content .widget-title {
		display: none;
	}

	.home-middle .featuredpage .entry-title a {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.instagram-share img {
		margin-bottom: -20px;
	}
	
	.instagram-share-text {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.related-post-info {
		min-height: 125px;
	}
}
