/*!
 * Theme Name: Appetizing
 * Theme URI: http://www.theme-junkie.com/themes/appetizing
 * Description: Appetizing is a premium flexible and responsive food blog WordPress theme.
 * Version: 1.0.1
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: appetizing
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Appetizing WordPress Theme, Copyright 2018 http://www.theme-junkie.com/
 * Appetizing is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - FOOTER
 * - COMMENT
 * - SIDEBARS
 * - MODULES
 *
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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 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: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * 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: .35em .75em .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 {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	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'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.wide-container {
	background-color: #f7f7f7;
}

.boxed-container .wide-container,
.framed-container .wide-container {
	max-width: 120rem;
	margin: 0 auto;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .05);
}

.fixed-top-bar .wide-container {
	padding-top: 4rem;
}

.framed-container {
	margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
	.framed-container {
		margin: 4rem auto;
	}
}

.container {
	max-width: 117rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem;
}

.container:after {
	content: ' ';
	display: block;
	clear: both;
}

@media only screen and (min-width: 1280px) {
	.container {
		padding: 0;
	}
}

.boxed-container .container,
.framed-container .container,
.framed-container .container {
	padding: 0 3rem;
}

.site-content {
	margin-top: 6rem;
}

.site-content .container {
	justify-content: space-between;
}

.layout-1c-n .site-content .container {
	justify-content: center;
}

@media only screen and (min-width: 992px) {
	.content-area {
		padding: 0 1.5rem;
	}
}

@media only screen and (min-width: 800px) {
	.layout-2c-l .content-area {
		flex: 0 0 66.6666666667%;
	}
}

@media only screen and (min-width: 800px) {
	.layout-2c-r .content-area {
		flex: 0 0 66.6666666667%;
		order: 2;
	}
}

@media only screen and (min-width: 800px) {
	.layout-1c-n .content-area {
		flex: 0 0 66.6666666667%;
	}
}

@media only screen and (min-width: 992px) {
	.widget-area {
		padding: 0 1.5rem;
	}
}

@media only screen and (min-width: 800px) {
	.layout-2c-l .widget-area {
		flex: 0 0 33.3333333333%;
	}
}

@media only screen and (min-width: 800px) {
	.layout-2c-r .widget-area {
		flex: 0 0 33.3333333333%;
		order: 1;
	}
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	line-height: 3rem;
	color: #000;
	background: #fff;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.8rem;
		line-height: 2.7rem;
	}
}

/**
 * Selection Color.
 */
::selection {
	color: #fff;
	background: #e0a633;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #e0a633;
	text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
	display: block;
}

figure {
	width: 100% !important;
}

img {
	max-width: 100%;
	height: auto;
}

img[class*='align'],
img[class*='attachment-'] {
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 2.4rem;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-bottom: .5rem;
}

.wp-caption-text {
	font-size: 1.4rem;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 3rem;
}

.alignright {
	float: right;
	margin-left: 3rem;
}

.aligncenter {
	clear: both;
}

.alignnone {
	display: block;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

table {
	width: 100%;
	margin-bottom: 3rem;
}

table th,
table td {
	padding: 1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #f1f1f1;
}

table th {
	text-transform: uppercase;
	border-bottom: 1rem solid #f1f1f1;
}

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

table tr th:last-child,
table tr td:last-child {
	padding-right: 0;
}

.sticky,
.bypostauthor {
	font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 2rem;
}

.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 .4rem .4rem 0;
}

.gallery-icon a,
.gallery-icon img {
	display: block;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	font-size: 1.4rem;
	line-height: 2.1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: .2rem .8rem;
	text-align: left;
	opacity: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 5rem;
	content: '';
}

.gallery-item:hover .gallery-caption {
	opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery,
.clearfix,
.comment-container,
.widget_entries_thumbnail .small-posts,
.widget_address li,
.post-pagination,
.post-pagination > div {
	*zoom: 1;
}

.gallery:before,
.clearfix:before,
.comment-container:before,
.widget_entries_thumbnail .small-posts:before,
.widget_address li:before,
.post-pagination:before,
.post-pagination > div:before,
.gallery:after,
.clearfix:after,
.comment-container:after,
.widget_entries_thumbnail .small-posts:after,
.widget_address li:after,
.post-pagination:after,
.post-pagination > div:after {
	display: table;
	content: '';
}

.gallery:after,
.clearfix:after,
.comment-container:after,
.widget_entries_thumbnail .small-posts:after,
.widget_address li:after,
.post-pagination:after,
.post-pagination > div:after {
	clear: both;
}

.primary-menu,
.secondary-menu,
.primary-menu .sub-menu,
.secondary-menu .sub-menu,
.social-menu,
.post-share ul,
.commentlist,
.widget ul,
.widget_entries_thumbnail ul,
.widget_address ul,
.appetizing-ingredients-shortcode ul,
.appetizing-ingredients-shortcode ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.site-content .container,
.site-header .container,
.main-navigation .container,
.entry-footer .post-extras,
.promo-box-items,
.author-bio,
.related-posts .posts,
.random-posts .posts {
	display: flex;
	flex-flow: column wrap;
}

@media only screen and (min-width: 768px) {
	.site-content .container,
	.site-header .container,
	.main-navigation .container,
	.entry-footer .post-extras,
	.promo-box-items,
	.author-bio,
	.related-posts .posts,
	.random-posts .posts {
		flex-flow: row wrap;
	}
}

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
	transition: all 200ms ease-in-out 0s;
	text-decoration: none;
	color: #e0a633;
}

a:visited {
	color: #e0a633;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #000;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-style: normal;
	margin: 1.5rem 0;
	color: #000;
}

h1,
.h1 {
	font-size: 3.6rem;
	line-height: 3.96rem;
}

h2,
.h2 {
	font-size: 3rem;
	line-height: 3.3rem;
}

h3,
.h3 {
	font-size: 2.4rem;
	line-height: 3.12rem;
}

h4,
.h4 {
	font-size: 2rem;
	line-height: 2.6rem;
}

h5,
.h5 {
	font-size: 1.6rem;
}

h6,
.h6 {
	font-size: 1.4rem;
}

/**
 * Text elements.
 */
p {
	margin: 0 0 3rem;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code,
kbd,
pre,
samp {
	font-size: 1.6rem;
}

pre {
	margin: 3rem 0;
	padding: 3rem;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

blockquote {
	font-style: italic;
	margin: 3rem 4rem;
	padding-left: 2rem;
	color: #777;
	border-left: .3rem solid #e0a633;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 1rem 0 0 2rem;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: '\2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
}

address {
	display: block;
	margin: 0 0 3rem;
}

ul,
ol {
	margin: 2rem 0;
	padding: 0 0 0 3rem;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul,
li ol {
	margin: 0;
}

dl {
	margin: 3rem;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 3rem;
}

hr {
	clear: both;
	height: .1rem;
	min-height: 0;
	margin: 3rem 0;
	border-top: .1rem solid #f1f1f1;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: .5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='url'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form select,
form textarea {
	display: inline-block;
	box-sizing: border-box;
	height: 4rem;
	padding: 1rem;
	vertical-align: middle;
	border: .1rem solid #f1f1f1;
	background-color: #fff;
	        border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	font-size: 1.2rem;
}

form textarea {
	height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
	display: inline-block;
	box-sizing: border-box;
	padding: .5em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more highstakeized across browsers. */
form input[type='color'] {
	padding: .2em .5em;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='url']:focus,
form input[type='date']:focus,
form input[type='month']:focus,
form input[type='time']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='week']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='color']:focus,
form select:focus,
form textarea:focus {
	border-color: #129fea;
	outline: 0;
	background-color: #fff;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
	border-color: #129fea;
	outline: 0;
}

form input[type='file']:focus,
form input[type='radio']:focus,
form input[type='checkbox']:focus {
	outline: thin solid #129fea;
	outline: 1px auto #129fea;
}

form input[type='checkbox'],
form input[type='radio'] {
	display: inline-block;
	margin: .5em 0;
}

form input[type='text'][disabled],
form input[type='password'][disabled],
form input[type='email'][disabled],
form input[type='url'][disabled],
form input[type='date'][disabled],
form input[type='month'][disabled],
form input[type='time'][disabled],
form input[type='datetime'][disabled],
form input[type='datetime-local'][disabled],
form input[type='week'][disabled],
form input[type='number'][disabled],
form input[type='search'][disabled],
form input[type='tel'][disabled],
form input[type='color'][disabled],
form select[disabled],
form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
	color: #777;
	/* menu text color */
	border-color: #ccc;
	background-color: #eee;
	/* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type='file']:focus:invalid:focus,
form input[type='radio']:focus:invalid:focus,
form input[type='checkbox']:focus:invalid:focus {
	outline-color: #e9322d;
}

form select {
	/* Normalizes the height; padding is not sufficient. */
	min-height: 2.25em;
	border: 1px solid #ccc;
	background-color: white;
}

form select[multiple] {
	height: auto;
}

form label {
	margin: .5em 0 .2em;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/**
 * Button
 */
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	font-family: inherit;
	font-size: 100%;
	text-decoration: none;
	padding: 1rem 1.5rem 1.4rem;
	color: #fff;
	background-color: #b2b2b2;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color linear 200ms;
	border: none;
	        border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited,
.button:visited {
	color: #000;
}

button:visited:hover,
input[type='button']:visited:hover,
input[type='reset']:visited:hover,
input[type='submit']:visited:hover,
.button:visited:hover {
	color: #fff;
}

.button-primary {
	background-color: #e0a633;
	color: #fff;
	padding: 1.5rem 3.3rem;
	border: none transparent;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:hover,
.button:focus {
	background-color: #e0a633;
	color: #fff;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
	outline: 0;
}

button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
	background-color: #000;
	color: #fff;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
.button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
.site-header .container {
	align-items: center;
	justify-content: center;
	padding: 3rem 0;
}

.site-branding {
	margin-bottom: 2rem;
	text-align: center;
}

@media (min-width: 800px) {
	.site-branding {
		margin-bottom: 0;
	}
}

.site-branding .site-title {
	font-size: 5rem;
	font-style: italic;
}

.site-branding .site-title a {
	color: #e0a633;
	padding-bottom: 1rem;
	border-bottom: .1rem solid #f1f1f1;
}

.site-branding .site-title a:hover {
	color: #000;
}

.site-branding .site-tagline {
	padding-top: 1rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1rem;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
/**
 * Primary navigation
 */
.main-navigation {
	padding-top: 3rem;
}

.main-navigation .container {
	position: relative;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.main-navigation .container {
		flex-flow: row wrap;
	}
}

#primary-menu {
	flex: 1;
}

.primary-menu li,
.secondary-menu li {
	position: relative;
	display: inline-block;
	margin-right: 3rem;
}

.primary-menu li:hover > .sub-menu,
.secondary-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, .3s;
}

.primary-menu li:hover > a,
.secondary-menu li:hover > a {
	color: #e0a633;
}

.primary-menu li:last-child,
.secondary-menu li:last-child {
	margin-right: 0;
}

.primary-menu a,
.secondary-menu a {
	font-size: 1.2rem;
	color: #adadad;
	display: block;
	text-transform: uppercase;
	letter-spacing: .1rem;
}

.primary-menu a:hover,
.secondary-menu a:hover {
	color: #e0a633;
}

.primary-menu .sub-menu,
.secondary-menu .sub-menu {
	padding: 1.3rem 0;
	text-align: left;
	border-top: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(2rem);
	transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
	min-width: 20rem;
	background-color: #fff;
	box-shadow: 0 0 .7rem rgba(0, 0, 0, .1);
	z-index: 99;
}

.primary-menu .sub-menu ul,
.secondary-menu .sub-menu ul {
	top: 0;
	left: 100%;
}

.primary-menu .sub-menu li,
.secondary-menu .sub-menu li {
	display: block;
	position: relative;
	border-left: 3px solid transparent;
	margin-right: 0;
	padding: .5rem 2rem;
}

.primary-menu .sub-menu li:hover,
.secondary-menu .sub-menu li:hover {
	border-color: #e0a633;
}

.primary-menu .sub-menu a,
.secondary-menu .sub-menu a {
	color: #000;
	transition: all 200ms linear;
}

.primary-menu .sub-menu a:hover,
.secondary-menu .sub-menu a:hover {
	margin-left: .3rem;
}

/**
 * Mobile primary navigation
 */
.slicknav_menu {
	display: block;
	background-color: transparent;
	padding: 0;
	flex: 1;
}

@media (min-width: 800px) {
	.slicknav_menu {
		display: none;
	}
}

.slicknav_menu .slicknav_btn {
	float: left;
	background-color: transparent;
	padding: 0;
	margin: 1.5rem 0;
}

@media (max-width: 600px) {
	.main-navigation .slicknav_menu .slicknav_btn {
		margin: 1.1rem 0;
	}
}

.slicknav_menu .slicknav_nav {
	padding-bottom: 2rem;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: #000;
}

.slicknav_menu .slicknav_nav a {
	padding-left: 0;
	margin-left: 0;
	color: #000;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #000;
	box-shadow: none;
}

.primary-menu,
.secondary-menu,
.secondary-menu {
	display: none;
}

@media (min-width: 800px) {
	.primary-menu,
	.secondary-menu,
	.secondary-menu {
		display: block;
	}
}

.social-menu {
	position: absolute;
	top: 0;
}

@media only screen and (min-width: 800px) {
	.social-menu {
		position: relative;
		top: initial;
	}
}

.social-menu li {
	display: inline-block;
}

.social-menu a::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2b4';
	margin-right: 1.5rem;
	font-size: 1.8rem;
	color: #adadad;
}

.social-menu a:hover::before {
	color: #000;
}

.social-menu a[href*='twitter.com']::before {
	content: '\f099';
}

.social-menu a[href*='facebook.com']::before {
	content: '\f230';
}

.social-menu a[href*='instagram.com']::before {
	content: '\f16d';
}

.social-menu a[href*='plus.google.com']::before {
	content: '\f0d5';
}

.social-menu a[href*='pinterest.com']::before {
	content: '\f0d2';
}

.social-menu a[href*='linkedin.com']::before {
	content: '\f08c';
}

.social-menu a[href*='dribbble.com']::before {
	content: '\f17d';
}

.social-menu a[href*='codepen.io']::before {
	content: '\f1cb';
}

.social-menu a[href*='flickr.com']::before {
	content: '\f16e';
}

.social-menu a[href*='github.com']::before {
	content: '\f09b';
}

.social-menu a[href*='medium.com']::before {
	content: '\f23a';
}

.social-menu a[href*='reddit.com']::before {
	content: '\f1a1';
}

.social-menu a[href*='wordpress.com']::before,
.social-menu a[href*='wordpress.org']::before {
	content: '\f19a';
}

.social-menu a[href*='vimeo.com']::before {
	content: '\f27d';
}

.social-menu a[href*='youtube.com']::before {
	content: '\f166';
}

.social-menu a[href*='snapchat.com']::before {
	content: '\f2ac';
}

.social-menu a[href*='/feed']::before,
.social-menu a[href*='feedburner.com']::before {
	content: '\f09e';
}

.social-menu a[href*='mailto']::before {
	content: '\f003';
}

/**
 * Secondary navigation
 */
.secondary-navigation {
	background-color: #fff;
	padding: 1rem 0;
}

.secondary-navigation .container {
	position: relative;
}

.secondary-navigation .slicknav_menu .slicknav_icon-bar {
	box-shadow: none;
}

.secondary-navigation .slicknav_btn {
	text-shadow: none;
	padding-left: 0;
}

.secondary-navigation .slicknav_nav {
	padding-left: 0;
}

.secondary-menu {
	text-align: center;
	padding: 1.6rem 0;
	border-top: .1rem solid #f1f1f1;
	border-bottom: .1rem solid #f1f1f1;
}

.secondary-menu a {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
}

.secondary-menu a:hover {
	color: #e0a633;
}

.secondary-menu > li:first-child {
	margin-left: 3rem;
}

.secondary-menu > li:hover::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.secondary-menu > li > a {
	text-transform: uppercase;
}

@keyframes animate_submenu {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.entry {
	background-color: #fff;
	border: .1rem solid #f1f1f1;
	padding: 3rem 3rem 0;
	margin-bottom: 3rem;
	position: relative;
}

.entry .thumbnail {
	margin-left: -3rem;
	margin-right: -3rem;
	margin-bottom: 2rem;
}

.entry-title {
	font-size: 3.2rem;
	line-height: normal;
	margin-top: 4rem;
	margin-bottom: 3rem;
}

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

.entry-title a:hover {
	color: #e0a633;
}

.entry-summary p {
	margin-bottom: 1.2rem;
}

.post-thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.post-thumbnail:hover img {
	transform: scale(1.1);
	opacity: .9;
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
}

.post-thumbnail img {
	display: block;
	transition: all 2500ms;
}

.cat-links {
	background-color: #e0a633;
	display: inline-block;
	position: absolute;
	left: -.1rem;
	top: 2.5rem;
}

.cat-links a {
	color: #fff;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	display: block;
	text-transform: uppercase;
	letter-spacing: .1rem;
	line-height: initial;
}

.cat-links a:hover {
	background-color: #000;
	color: #fff;
}

.post-meta {
	font-size: 1.4rem;
	color: #adadad;
	text-transform: uppercase;
	padding: 2rem 0;
}

.post-meta a {
	color: #adadad;
}

.post-meta a:hover {
	color: #e0a633;
}

.post-meta span::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: .5rem;
}

.post-meta .posted-on {
	margin-right: 2rem;
}

.post-meta .posted-on::before {
	content: '\f017';
}

.post-meta .byline::before {
	content: '\f007';
	margin-right: .4rem;
}

.post-share li {
	display: inline-block;
}

.post-share a {
	min-height: 3rem;
	min-width: 3rem;
	color: #adadad;
	display: inline-block;
	text-align: center;
	line-height: 3rem;
	border: .1rem solid #f1f1f1;
	font-size: 1.5rem;
}

.post-share a:hover {
	border-color: #d8d7d7;
}

.tag-links .tag-title {
	margin-right: 2rem;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
}

.tag-links a {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #e0a633;
	margin-right: 3rem;
}

.tag-links a:hover {
	color: #000;
}

/**
 * Post format
 */
.entry-format {
	margin-bottom: 3rem;
}

/**
 * More link
 */
.more-link {
	border-bottom: .1rem solid #e0a633;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.more-link:hover {
	border-color: #000;
}

/**
 * Post footer
 */
.entry-footer {
	margin-top: 3rem;
	position: relative;
	padding-bottom: 2rem;
}

@media only screen and (min-width: 800px) {
	.entry-footer {
		padding-bottom: 0;
	}
}

.entry-footer::before {
	content: '';
	margin-left: -3rem;
	margin-right: -3rem;
	border-top: .1rem solid #f1f1f1;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	width: calc(100% + 6rem);
}

.entry-footer .post-extras {
	justify-content: space-between;
	align-items: center;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
	color: #000;
	position: relative;
}

.site-info {
	text-align: center;
	padding: 4rem 0;
}

.site-info .copyright {
	margin-bottom: 0;
	font-size: 1.4rem;
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-title {
	text-align: center;
	margin-bottom: 3rem;
}

@media (min-width: 480px) {
	.comments-title {
		text-align: left;
	}
}

.comment-reply-title,
.comments-title {
	text-transform: uppercase;
	font-size: 2rem;
}

/**
 * Comment list
 */
.commentlist {
	margin-bottom: 4rem;
}

.commentlist .comment {
	margin-bottom: 6rem;
}

.commentlist .children {
	margin: 6rem 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.commentlist .children {
		padding-left: 9rem;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}

.commentlist .children .avatar {
	width: 7rem;
}

@media (min-width: 480px) {
	.comment-avatar {
		width: 14.5299145299%;
		float: left;
		margin-right: 2.5641025641%;
	}
	.comment-body {
		width: 82.905982906%;
		float: right;
		margin-right: 0;
	}
}

.comment-avatar {
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 480px) {
	.comment-avatar {
		margin-bottom: 0;
	}
}

.comment-avatar .avatar {
	border-radius: 50%;
}

.comment-avatar .name {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.comment-avatar .name a {
	color: #000;
}

.comment-avatar .name a:hover {
	color: #e0a633;
}

.comment-body {
	position: relative;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.comment-body .comment-wrapper {
	background-color: #fff;
	position: relative;
	padding: 2.5rem;
	border: .1rem solid #f1f1f1;
}

.comment-body .comment-head {
	font-size: 1.4rem;
	margin-bottom: 2.4rem;
}

.comment-body .comment-head a {
	color: #000;
}

@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 1.6rem;
	}
}

.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}

.comment-reply-link {
	font-size: 1.2rem;
	text-transform: uppercase;
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	padding-top: 2rem;
	transition: color .2s ease-in-out;
	color: #000;
}

@media (min-width: 480px) {
	.comment-reply-link {
		position: absolute;
		top: 2.5rem;
		right: 2.5rem;
		padding-top: 0;
	}
}

.author-badge {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	margin-bottom: 2rem;
	padding: .4rem .6rem;
	color: #fff;
	background-color: #e0a633;
}

@media (min-width: 480px) {
	.author-badge {
		margin-bottom: 0;
	}
}

.children .comment-respond,
.layout-2c-l .comment-respond {
	margin-top: 0;
}

@media (min-width: 601px) {
	.children .comment-respond,
	.layout-2c-l .comment-respond {
		margin-top: 6rem;
	}
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
	display: block;
	width: 100%;
}

/**
 * Comment form
 */
.comments-area {
	margin-bottom: 9rem;
	padding-top: 3.5rem;
}

@media (min-width: 801px) {
	.comments-area {
		margin-bottom: 3rem;
	}
}

.comment-notes {
	font-size: 1.4rem;
	font-style: italic;
	color: #000;
}

form.comment-form label {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'],
form.comment-form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 0;
	background-color: #fff;
	font-size: 1.6rem;
}

form.comment-form .comment-form-comment {
	clear: both;
}

@media (min-width: 500px) {
	form.comment-form .comment-form-author,
	form.comment-form .comment-form-email,
	form.comment-form .comment-form-url {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
	width: 100%;
}

form.comment-form textarea {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

form.comment-form .comment-form-url {
	margin-right: 0;
}

.required {
	color: #e0a633;
}

#cancel-comment-reply-link {
	font-size: 1.3rem;
}

#comment-nav-above {
	margin-bottom: 3rem;
}

.comment-navigation .nav-previous {
	display: inline;
	float: left;
}

.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}

.comment-navigation a {
	color: #000;
}

/*------------------------------------*
	$SIDEBARS
*------------------------------------*/
.widget {
	background-color: #fff;
	border: .1rem solid #f1f1f1;
	padding: 3rem;
	margin-bottom: 3rem;
	position: relative;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.widget li {
	padding: .5rem 0;
}

.widget li a {
	color: #000;
}

.widget li a:hover {
	color: #e0a633;
}

.widget select {
	width: 100%;
	max-width: 100%;
	height: 3.6rem;
	padding: 1rem;
	border: .1rem solid #f1f1f1;
	background-color: #fff;
}

.widget-title {
	font-size: 1.8rem;
	text-transform: uppercase;
	border-bottom: .1rem solid #f1f1f1;
	position: relative;
	margin-bottom: 2rem;
}

.widget-title span {
	display: inline-block;
}

.widget-title span::after {
	content: '';
	border-bottom: .3rem solid;
	display: block;
	width: 100%;
}

.widget_categories ul,
.widget_archive ul {
	display: flex;
	flex-flow: row wrap;
}

.widget_categories li,
.widget_archive li {
	flex-basis: 50%;
}

/**
 * Footer sidebar
 */
.footer-sidebar {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footer-sidebar .widget-title {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #e0a633;
}

.footer-sidebar .widget-title a {
	color: #e0a633;
}

.footer-sidebar .widget-title a:hover {
	color: inherit;
}

.footer-sidebar .widget li a {
	color: #000;
}

.footer-sidebar .widget li a:hover {
	color: #e0a633;
}

@media (min-width: 600px) {
	.widget-column-4 .footer-column {
		width: 48.7179487179%;
	}
}

@media (min-width: 900px) {
	.widget-column-4 .footer-column {
		width: 23.0769230769%;
	}
}

@media (min-width: 600px) {
	.widget-column-3 .footer-column {
		width: 31.6239316239%;
	}
}

@media (min-width: 600px) {
	.widget-column-6 .footer-column {
		width: 31.6239316239%;
	}
}

@media (min-width: 1024px) {
	.widget-column-6 .footer-column {
		width: 14.5299145299%;
	}
}

/**
 * Posts with Thumbnail
 */
.widget_entries_thumbnail li .cat-links {
	display: inline-block;
	line-height: 1;
}

.widget_entries_thumbnail li .cat-links a {
	color: #e0a633;
}

.widget_entries_thumbnail li .cat-links a:hover {
	color: #000;
}

.widget_entries_thumbnail .post-title {
	display: block;
	color: #000;
}

.widget_entries_thumbnail .post-title:hover {
	color: #e0a633;
}

.widget_entries_thumbnail .large-post {
	margin-bottom: 1rem;
}

.widget_entries_thumbnail .large-post .post-thumbnail {
	margin-bottom: 1rem;
}

.widget_entries_thumbnail .small-posts {
	padding: .8rem 0;
	clear: both;
}

.widget_entries_thumbnail .small-posts .post-thumbnail {
	max-width: 7rem;
	float: left;
}

.widget_entries_thumbnail .small-posts .post-detail {
	margin-left: 8.5rem;
	display: flex;
	flex-flow: column wrap;
}

@media (min-width: 900px) {
	.widget_entries_thumbnail .small-posts .post-detail {
		flex-flow: row wrap;
	}
}

.widget_entries_thumbnail .small-posts .cat-links {
	margin-bottom: .3rem;
}

.widget_entries_thumbnail .small-posts .post-title {
	line-height: 2.2rem;
}

/**
 * Social widget
 */
.widget_social_icons a,
.elementor-widget-wp-widget-appetizing-social a {
	display: inline-block;
	margin: .4rem .4rem .6rem .4rem;
	width: 4.7rem;
	height: 4.7rem;
	position: relative;
	text-align: center;
	background-color: #000;
	color: #fff;
	line-height: 4.8rem;
	border-radius: .4rem;
	font-size: 1.8rem;
}

.widget_social_icons a:hover,
.widget_social_icons a:visited,
.elementor-widget-wp-widget-appetizing-social a:hover,
.elementor-widget-wp-widget-appetizing-social a:visited {
	color: #fff;
}

.widget_social_icons a.facebook,
.elementor-widget-wp-widget-appetizing-social a.facebook {
	background-color: #3b5998;
}

.widget_social_icons a.twitter,
.elementor-widget-wp-widget-appetizing-social a.twitter {
	background-color: #55acee;
}

.widget_social_icons a.google-plus,
.elementor-widget-wp-widget-appetizing-social a.google-plus {
	background-color: #dc4e41;
}

.widget_social_icons a.instagram,
.elementor-widget-wp-widget-appetizing-social a.instagram {
	background-color: #405de6;
}

.widget_social_icons a.pinterest,
.elementor-widget-wp-widget-appetizing-social a.pinterest {
	background-color: #bd081c;
}

.widget_social_icons a.linkedin,
.elementor-widget-wp-widget-appetizing-social a.linkedin {
	background-color: #0077b5;
}

.widget_social_icons a.behance,
.elementor-widget-wp-widget-appetizing-social a.behance {
	background-color: #1769ff;
}

.widget_social_icons a.dribbble,
.elementor-widget-wp-widget-appetizing-social a.dribbble {
	background-color: #ea4c89;
}

.widget_social_icons a.github,
.elementor-widget-wp-widget-appetizing-social a.github {
	background-color: #4078c0;
}

.widget_social_icons a.codepen,
.elementor-widget-wp-widget-appetizing-social a.codepen {
	background-color: #333;
}

.widget_social_icons a.rss,
.elementor-widget-wp-widget-appetizing-social a.rss {
	background-color: #f26522;
}

.widget_social_icons a.tumblr,
.elementor-widget-wp-widget-appetizing-social a.tumblr {
	background-color: #35465c;
}

/**
 * Banner widget
 */
.widget_ad {
	text-align: center;
}

.widget_ad .widget-title {
	border: none;
	color: #000;
	background-color: transparent;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .1rem;
	margin-bottom: .5rem;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

/**
 * Address widget
 */
.sidebar-footer .widget_address ul {
	padding-left: 0;
}

.widget_address .icon {
	width: 5%;
	float: left;
}

.widget_address .text {
	width: 85%;
	float: right;
}

/**
 * Widget search
 */
@media (max-width: 900px) {
	.widget_search .search-field {
		width: 90%;
	}
}

/**
 * Recent entries
 */
.widget_recent_entries .post-date {
	font-size: 1.4rem;
	display: block;
	color: #adadad;
}

/**
 * Search
 */
.widget_search .search-field {
	width: calc(100% - 5rem);
}

/**
 * Tag cloud
 */
.widget_tag_cloud a {
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 8px;
	letter-spacing: 1px;
	text-transform: lowercase;
	background-color: #e0a633;
	color: #fff;
}

.widget_tag_cloud a:hover {
	background-color: #000;
	color: #fff;
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Featured posts
 */
.featured {
	background-color: #fff;
	margin-top: -1rem;
	padding-bottom: 6rem;
}

.featured .featured-post:hover {
	opacity: .7;
}

.featured .featured-posts {
	border: 1rem solid #fff;
	outline: .1rem solid #f1f1f1;
}

.featured .featured-content {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 250px);
	margin: auto;
	text-align: center;
	display: none;
}

@media only screen and (min-width: 600px) {
	.featured .featured-content {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.featured .featured-content {
		width: 25%;
	}
}

.featured .featured-title-wrapper {
	background-color: #fff;
	padding: 1rem;
}

.featured .entry-title {
	font-size: 2rem;
	line-height: 2.8rem;
	border: .1rem solid #f1f1f1;
	margin: 0;
	padding: 1.5rem;
}

.featured .cat-links {
	position: relative;
	top: 1.5rem;
	left: 0;
	color: #fff;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	line-height: initial;
}

.featured .owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5.5rem;
}

/**
 * Promo box
 */
.promo-box {
	background-color: #efd299;
	padding: 4rem 0;
}

.promo-box-items {
	justify-content: space-between;
	align-items: center;
}

.promo-box-item {
	flex: 0 0 31.6239316239%;
	padding: 1rem;
	background-color: #fff;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
	.promo-box-item {
		margin-bottom: 0;
	}
}

.promo-box-item:hover {
	opacity: .7;
}

.promo-box-link {
	position: relative;
	display: block;
}

.promo-box-link img {
	display: block;
}

.promo-box-title-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
	margin: auto;
	text-align: center;
	display: block;
	background-color: #fff;
	padding: 1rem;
}

.promo-box-title {
	border: .1rem solid #f1f1f1;
	padding: 1rem;
	display: block;
	color: #000;
	font-family: 'Lora', serif;
	font-style: italic;
}

/**
 * Posts pagination
 */
.pagination {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: #fff;
	border: .1rem solid #f1f1f1;
	padding: 1rem;
}

.pagination .page-numbers {
	display: inline-block;
	padding: .5rem;
	margin-right: -.2rem;
	min-width: 3.5rem;
	min-height: 3.4rem;
	text-align: center;
	color: #000;
	border: .1rem solid transparent;
}

.pagination .page-numbers.current {
	border-color: #f1f1f1;
}

.pagination .page-numbers:hover {
	border-color: #f1f1f1;
	color: #000;
}

.pagination .page-numbers:visited {
	color: #000;
}

.pagination .page-numbers:visited:hover {
	color: #000;
}

.pagination .next,
.pagination .prev {
	padding: .5rem 1rem;
}

.pagination.traditional-pagination {
	text-align: inherit;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.pagination.traditional-pagination .next,
.pagination.traditional-pagination .prev {
	overflow: inherit;
	white-space: normal;
	text-indent: inherit;
	background: none;
	width: auto;
	height: auto;
	vertical-align: baseline;
}

.pagination.traditional-pagination .next a,
.pagination.traditional-pagination .prev a {
	color: #000;
}

.pagination.traditional-pagination .next a:hover,
.pagination.traditional-pagination .prev a:hover {
	color: #e0a633;
}

.pagination.traditional-pagination .next {
	order: 2;
}

.pagination.traditional-pagination .prev {
	order: 1;
}

/**
 * Page header
 */
.page-header {
	margin-bottom: 3rem;
	text-align: center;
}

.page-header .page-title {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 3rem;
}

.page-header .page-title span {
	color: #e0a633;
	text-transform: none;
}

.author .taxonomy-description {
	padding-bottom: 3rem;
}

/**
 * Post pagination
 */
.post-pagination {
	margin-top: 5rem;
	margin-bottom: 6rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: baseline;
}

.post-pagination .post-detail {
	overflow: hidden;
}

.post-pagination .post-detail span {
	display: inline-block;
	font-size: 1.2rem;
	color: #e0a633;
	text-transform: uppercase;
}

.post-pagination .post-detail a {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
}

.post-pagination .post-detail a:hover {
	color: #e0a633;
}

.post-pagination > div {
	width: 100%;
}

@media (min-width: 600px) {
	.post-pagination > div {
		width: 48.275862069%;
	}
}

.prev-post {
	margin-bottom: 3rem;
}

@media (min-width: 569px) {
	.prev-post {
		margin-bottom: 0;
	}
}

.prev-post .arrow {
	margin-right: 1rem;
}

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

.next-post .arrow {
	margin-left: 1rem;
}

/**
 * Author biography
 */
.author-bio {
	background-color: #fff;
	border: .1rem solid #f1f1f1;
	padding: 3rem;
	justify-content: space-between;
	margin-bottom: 6rem;
}

.author-bio .author-avatar {
	display: none;
}

@media (min-width: 600px) {
	.author-bio .author-avatar {
		display: block;
		width: 13.7931034483%;
	}
}

.author-bio .author-avatar img {
	border-radius: 50%;
}

@media (min-width: 600px) {
	.author-bio .description {
		width: 82.7586206897%;
	}
}

.author-bio .description .name {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.author-bio .description .name a {
	color: #000;
}

.author-bio .description .name a:hover {
	color: #e0a633;
}

.author-bio .description .bio {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.author-bio .author-social-links a {
	display: inline-block;
	color: #000;
	font-size: 1.6rem;
	margin-right: 1rem;
}

/**
 * Related Posts
 */
.related-posts h3,
.random-posts h3 {
	margin-bottom: 3rem;
}

.related-posts .posts,
.random-posts .posts {
	justify-content: space-between;
}

.related-posts article,
.random-posts article {
	flex: 0 0 48.0519480519%;
	margin-bottom: 3rem;
}

.related-posts .entry-title,
.random-posts .entry-title {
	font-size: 2rem;
	line-height: 3rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.related-posts .post-meta,
.random-posts .post-meta {
	padding: 0;
}

/**
 * Random Posts
 */
.random-posts {
	margin-top: 3rem;
}

/**
 * Back to top
 */
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	background: #fff;
	color: #e0a633;
	cursor: pointer;
	border: 0;
	border-radius: .2rem;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
}

.back-to-top:visited {
	color: #e0a633;
}

.back-to-top:hover {
	background: #e9ebec;
}

.back-to-top.show {
	opacity: 1;
}

/**
 * Newsletter
 */
.newsletter {
	background-color: #000;
	padding: 6rem 0;
	text-align: center;
}

.newsletter-title {
	color: #fff;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 2.6rem;
	margin-bottom: .5rem;
	margin-top: 0;
}

.newsletter-desc {
	color: #adadad;
	margin-bottom: 3rem;
	font-size: 1.8rem;
}

.newsletter-form label {
	display: none;
}

.newsletter-form input[type='email'] {
	background-color: transparent;
	max-width: 100%;
	margin-right: .5rem;
	margin-bottom: 1rem;
	width: 100%;
	font-size: 1.4rem;
	color: #ccc;
}

@media only screen and (min-width: 650px) {
	.newsletter-form input[type='email'] {
		min-width: 50rem;
		margin-bottom: 0;
		width: auto;
	}
}

.newsletter-form input[type='email']::-webkit-input-placeholder {
	color: #ccc;
}

.newsletter-form input[type='email']::-moz-placeholder {
	color: #ccc;
}

.newsletter-form input[type='email']:-ms-input-placeholder {
	color: #ccc;
}

.newsletter-form input[type='email']:focus {
	background-color: #1a1919;
	border-color: #f1f1f1;
}

.newsletter-form input[type='email']:focus:invalid {
	color: #ccc;
}

.newsletter-form input[type='submit'] {
	padding: 1rem 2.5rem 1.3rem;
	font-size: 1.6rem;
}

/**
 * Contact Form 7
 */
.wpcf7-textarea {
	width: 100%;
}

/**
 * Instagram
 */
.instagram-section {
	background-color: #fff;
	padding: 6rem 0;
}

/**
 * Shortcodes
 */
.appetizing-ingredients-shortcode {
	border: .1rem solid #f1f1f1;
	padding: 3rem;
	margin-bottom: 3rem;
}

.appetizing-ingredients-shortcode .ingredients-title {
	margin-top: 0;
	font-size: 2rem;
	text-transform: uppercase;
}

.appetizing-ingredients-shortcode ul,
.appetizing-ingredients-shortcode ol {
	font-size: 1.8rem;
}

.appetizing-ingredients-shortcode ul li,
.appetizing-ingredients-shortcode ol li {
	padding: .6rem 0;
	border-bottom: .1rem solid #f1f1f1;
	position: relative;
	cursor: pointer;
}

.appetizing-ingredients-shortcode ul li::before,
.appetizing-ingredients-shortcode ol li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1.8rem;
	height: 1.8rem;
	margin: 0 1rem 0 0;
	border-radius: 50%;
	border: .2rem solid #e4e4e4;
	cursor: pointer;
	position: relative;
}

.appetizing-ingredients-shortcode ul li.clicked,
.appetizing-ingredients-shortcode ol li.clicked {
	text-decoration: line-through;
}

.appetizing-ingredients-shortcode ul li.clicked::before,
.appetizing-ingredients-shortcode ol li.clicked::before {
	border: .2rem solid #000;
	background: #000;
	box-shadow: inset 0 0 0 2px #fff;
}

.appetizing-ingredients-shortcode ul li:last-child,
.appetizing-ingredients-shortcode ol li:last-child {
	border-bottom: 0;
}

.appetizing-ingredients-shortcode p:empty {
	margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
