/*
        Theme Name: Amelia
        Theme URI: https://17thavenuedesigns.com/shop/amelia-wordpress-theme/
        Description: A stylish + flexible mobile responsive theme for the Genesis framework.
        Author: 17th Avenue
        Author URI: https://17thavenuedesigns.com
        Version: 2.8.6
 
        Tags: white, black, cream, one-column, two-columns, footer-widgets, responsive-layout, custom-menu, custom-logo, custom-colors, full-width-template, sticky-post, theme-options, threaded-comments, e-commerce
 
        Template: genesis
        Template Version: 3.3

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Buttons
        - Screen Reader Text
		- Skip Links
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
    - Plugins
        - WP Recipe Maker
        - Featured Content
    - Genesis Responsive Slider
        - Genesis eNews Extended
            - Sidebar & After Entry eNews
            - Homepage eNews
        - Jetpack
        - Genesis Simple Share
        - Instagram Feed
        - Ninja Forms
    - Site Header
        - Title Area
    - Site Navigation
        - Primary Navigation
        - Secondary Navigation
        - Primary Nav Search
        - Footer Navigation
    - Content Area
        - Home Page
        - Flexible Widgets
        - Homepage featured post widget titles
        - Pricing Table
        - Content
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Previous Next Navigation
        - Post Comments
    - Sidebar
        - Social Icons
        - About Photo Widget
    - Footer Widgets
    - Site Footer
    - Page Templates
        - 404 page
        - Category Archive Page
        - Category Index Page
        - Landing Page
        - Instagram Page
        - Portfolio Page
    - Fadeup Effect
    - Back to Top Button
 	- Mailchimp Signup Form
    - Responsive Navigation
        - Navigation Toggles
    - Media Queries
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px
        - Max-width: 480px
        - Max-width: 380px

*/

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

/* Baseline Normalize
    normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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

audio,
canvas,
video {
	display: inline-block
}

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

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

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

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

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

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

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

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

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

input:focus,
textarea:focus {
	border: 1px solid #666 !important;
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

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

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

textarea {
	overflow: auto;
	vertical-align: top
}

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

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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

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

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

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	color: #444;
	font: 300 14px Source Serif Pro, sans-serif;
	letter-spacing: .05em;
	line-height: 2.8rem;
	-webkit-font-smoothing: subpixel-antialiased;
}

body.amelia-home {
	color: #444;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.sidebar li.cat-item a,
.sidebar .widget_nav_menu a,
.wprm-recipe-jump {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #c4c1bf;
}

.entry-content a:not(.button):not(.more-link) {
	color: #c4c1bf;
}

.entry-content a:not(.button):not(.more-link):hover {
	color: #222;
}

::selection {
	background-color: #ccc;
	color: #fff;
}

::-moz-selection {
	background-color: #ccc;
	color: #fff;
}

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

p.has-text-align-center {
     text-align: center !important;
 }

ol,
ul {
	margin: 0;
	padding: 0;
	color: #222;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

blockquote {
	margin: 35px 30px;
	font: italic 16px Libre Baskerville, serif;
	line-height: 3.25rem;
	background: #f7f4f3;
	padding: 30px;
	color: #222;
}

blockquote p {
	margin-bottom: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee9e8;
	clear: both;
	margin: 40px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Libre Baskerville, Baskerville, serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.8;
	margin: 0 0 20px;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.featured-content a,
.gallery img {
    width: 100%;
}

p img {
	margin-bottom: 0 !important;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee9e8;
	border-radius: 0;
	box-shadow: none;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .05em;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #e3e2e2;
	outline: none;
}

.amelia-home input:focus,
.amelia-home textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #222;
	color: #fff;
	border: 0;
	cursor: pointer;
	font: normal 11px Poppins, sans-serif;
	letter-spacing: 2px;
	padding: 13px 24px;
	margin: 10px 0;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.form-submit input[type="submit"]:hover {
	color: #000;
	background: #fff;
}

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

/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.widget .button.clear:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.wprm-recipe-jump:hover {
	background-color: #f7f4f3;
	color: #222;
}

.wprm-recipe-jump:hover {
	color: #222 !important;
}

.entry-content .wp-block-button .wp-block-button__link {
	background-color: #222222;
	color: #ffffff;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
	background-color: #f7f4f3 !important;
	color: #222222 !important;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #222;
	color: #222;
}

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

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
 
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	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. */
}

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

.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

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

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

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	margin: 0 auto;
	margin-top: 60px;
	min-height: 100vh;
}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
}

.site-inner {
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
	margin-bottom: 40px !important;
	max-width: 1140px;
}

.single-post .site-inner {
	margin-top: 55px;
	margin-bottom: 0 !important;
}

.page .site-inner {
	margin-top: 45px;
	margin-bottom: 0 !important;
}

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

.last {
	float: right;
}

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

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

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

.author-box .avatar {
	height: 120px;
	width: 120px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

.entry-comments .comment-author {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.entry-comments .says {
	font-style: italic;
	text-transform: lowercase;
	font: italic 13px Libre Baskerville, serif;
	letter-spacing: 1px;
}

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	font-size: 14px;
	margin-bottom: 2.5%;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

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

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	background: #fff;
	letter-spacing: 1px;
	border: 1px solid #eee9e8;
}

.search-div input[type="search"] {
	font: normal 11px Poppins, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
	font-size: 90% !important;
	width: 20px;
	height: 20px;
	background: transparent !important;
	color: #222;
	bottom: 7px;
	right: 0px;
	position: absolute;
}

.search-form input[type="submit"]:hover {
	color: #aaa;
}
.search .content .more-link {
    clear: both;
}
.search .content .post-image {
    padding-bottom: 10px;
}

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

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: center;
}

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

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

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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

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

.front-page .content .entry .shopsense-widget,
.front-page .content .entry .shopthepost-widget,
.home .content .entry .shopsense-widget,
.home .content .entry .shopthepost-widget,
.amelia-blog .content .entry .shopsense-widget,
.amelia-blog .content .entry .shopthepost-widget,
.blog .content .entry .shopsense-widget,
.blog .content .entry .shopthepost-widget {
	margin-bottom: -15px;
}

.shop-post h4 {
	word-spacing: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid #eee9e8;
	border-bottom: 1px solid #eee9e8;
	margin: 26px auto 0;
	text-align: center;
	padding: 12px;
	font: normal 12px Poppins, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-post .shop-post h4 {
	border: 0;
	font-size: 13px;
}

.single-post .shop-post {
	border: 1px solid #eee9e8;
	margin-top: 40px;
}

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.sidebar .widget-title,
.footer-widgets .widget-title {
	text-align: center;
	font: normal 12px Libre Baskerville;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	-webkit-font-smoothing: subpixel-antialiased;
}

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

/* WP Recipe Maker
--------------------------------------------- */

.wprm-recipe {
	padding: 32px 32px 18px !important;
	background: #f7f4f3 !important;
	max-width: 100% !important;
	border: 0 !important;
}

.wprm-recipe h4.wprm-recipe-group-name {
	font-size: 20px !important;
	font: normal 14px Poppins, sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 !important;
	padding-top: 10px !important;
}

.wprm-recipe-container h2,
.wprm-recipe-template-compact h2,
.wprm-recipe-template-compact .wprm-recipe-name {
	font-size: 20px !important;
	letter-spacing: 2px !important;
	color: #222222 !important;
	padding-bottom: 15px !important;
	font-family: Libre Baskerville, Baskerville, serif !important;
	font-weight: normal !important;
	text-transform: uppercase;
}

.wprm-recipe-container h3,
.wprm-recipe-template-compact .wprm-recipe-header {
	font: normal 20px Libre Baskerville, sans-serif !important;
	letter-spacing: 1px !important;
}

.wprm-recipe-container ul {
	margin-bottom: 30px !important;
}

.wprm-recipe p {
	margin-bottom: 25px !important;
}

.wprm-recipe p,
.wprm-recipe .wprm-recipe-instructions li,
.wprm-recipe ul li,
.wprm-block-text-normal {
	font-size: 14px !important;
	font-family: Source Serif Pro, serif;
	line-height: 2.8rem !important;
}

.wprm-recipe-summary {
	margin-bottom: 10px !important;
}

.wprm-recipe-times-container {
	margin-bottom: 16px !important;
}

.wprm-block-text-faded {
	font-style: italic;
}

.wprm-recipe a.wprm-recipe-link,
.wprm-recipe a.wprm-recipe-link:hover {
	border: 0 !important;
	background: transparent !important;
	font-size: 11px !important;
	padding: 0 !important;
}

.wprm-recipe-notes {
	margin-bottom: 12px;
}

.wprm-recipe-jump {
	background: #222222;
	padding: 4px 14px;
	display: block;
	font-family: Poppins;
	text-transform: uppercase !important;
	color: #ffffff !important;
	font-size: 10px !important;
	letter-spacing: 2px;
	text-align: center;
	margin: 12px auto 15px;
	max-width: 155px;
}

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

.featured-content .entry-title {
	font-size: 13px;
	padding: 0 10px;
	letter-spacing: 1.5px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.slide-excerpt {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	width: 50%;
	margin-left: auto !important;
	margin-right: auto !important;
	bottom: 50%;
}

.slide-excerpt-border {
	background: rgba( 249, 249, 249, .85) !important;
	border: 1px solid #eee !important;
	margin: 10px;
	padding: 20px 25px 15px !important;
	position: relative;
	z-index: 8;
	margin-top: -17% !important;
	margin-left: -36% !important;
	min-width: 500px !important;
	max-width: 500px !important;
}

.slide-excerpt-border h2 {
	line-height: 1;
	padding: 10px 10px 0px;
}

.slide-excerpt-border h2 a {
	font: normal 18px Libre Baskerville, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.slide-excerpt-border p {
	margin-top: -5px !important;
	margin-bottom: 25px !important;
	font-size: 13px;
	text-align: center;
	line-height: 2;
}

.flex-control-nav li a:focus {
	outline: 0;
}

html>body .slide-excerpt-border {
	border: 1px solid #111 !important;
	outline: 10px solid rgba( 249, 249, 249, .85) !important;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
}

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

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

.flexslider .slides img {
	display: block;
	margin: 0 auto;
}

.flexslider {
	margin: 0 auto !important;
	text-align: center;
}

.slide-excerpt {
	background-color: transparent !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

html>body .slide-excerpt-border {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 !important;
	display: block;
	position: absolute !important;
	z-index: 8;
}

/* Direction Nav */

.flex-control-nav li a {
	background: transparent !important;
	border: 2px solid #e2e2dd !important;
	border-radius: 50px !important;
	height: 11px !important;
	width: 11px !important;
	display: inline-block !important;
	margin: 0 6px;
}

.flex-control-nav li a:hover {
	background: #e2e2dd !important;
}

.flex-direction-nav li a {
	width: 52px !important;
	height: 52px !important;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0 !important;
	right: -60px !important;
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px !important;
}

.flex-direction-nav li .prev {
	left: -60px !important;
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px !important;
}

#genesis-responsive-slider {
	border: 0 !important;
	margin: 12px auto 0 !important;
	padding: 0 !important;
}

.flex-direction-nav li .prev {
	left: 20px !important;
}

.flex-direction-nav li .next {
	right: 20px !important;
}

.flex-direction-nav li a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.slider-area {
	text-align: center;
}

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

.enews-widget {
	color: #777;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	width: 100%;
	margin-top: 0;
	cursor: pointer;
}

.enews-widget p {
	text-align: center;
}

/* Sidebar & After Entry eNews Widget
-------------------------------------------*/

.sidebar .enews-widget,
.after-entry .enews-widget {
	background: #f7f4f3;
	padding: 25px 25px 15px;
}

.sidebar input#subbox1,
.sidebar input#subbox2,
.after-entry input#subbox1,
.after-entry input#subbox2 {
	display: inline-block;
	width: 48.717948717948715%;
}

.sidebar input#subbox2,
.after-entry input#subbox2 {
	float: right;
	margin-left: 2.564102564102564%;
}

.sidebar .enews input[type="submit"],
.after-entry .enews input[type="submit"] {
	border: 1px solid;
}

.after-entry .enews .widget-title {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 8px;
}

.sidebar .enews .widget-title {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.after-entry .enews .widget-title::before {
	content: '\e810';
	font-family: Fontello;
	display: block;
	font-size: 20px;
	margin-bottom: 10px
}

.sidebar .enews .widget-title::before {
	content: '\e810';
	font-family: Fontello;
	display: block;
	font-size: 18px;
	margin: 10px 0 15px;
}

.sidebar .enews input[type="submit"],
.after-entry .enews input[type="submit"] {
	border: 1px solid #222;
	background: transparent;
	color: #222;
	font-size: 12px;
}

.sidebar .enews input[type="submit"]:hover,
.after-entry .enews input[type="submit"]:hover {
	background: #222;
	color: #fff;
}

/* Homepage eNews Widget
--------------------------------*/

.amelia-home .home-area .enews-widget {
	width: 100%;
	padding: 2% !important;
	background: #f7f4f3;
}

.amelia-home .home-area .enews-widget p {
	color: #222;
	letter-spacing: 2px;
	font: normal 14px Poppins, sans-serif;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.amelia-home .home-area .enews .widget-title {
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 15px 30px 20px !important;
	margin: 5px 30px 0 0;
	border-right: 1px solid #eee9e8;
}

.amelia-home .home-area .enews .widget-title::before {
	content: '\e810';
	font-family: Fontello;
	display: block;
	font-size: 20px;
	margin-bottom: 2px;
}

.amelia-home .home-area .enews input {
	float: left;
	margin-bottom: 0;
	margin-left: 1%;
	margin-top: 33px;
	width: 19%;
}

.amelia-home .home-area .enews-widget input[type="submit"] {
	margin: 0;
	margin-left: 1%;
	padding: 14px 5px 13px;
	width: 12%;
	margin-top: 33px;
	background: #222;
	color: #fff;
	cursor: pointer;
}

.amelia-home .home-area .enews-widget input[type="submit"]:hover {
	background: #fff;
	color: #222;
}

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

#wpstats {
	display: none;
}

/* Genesis Simple Share
--------------------------------------------- */

.share-after {
	margin: 5% auto 0;
	margin-bottom: -40px;
	text-align: right;
	clear: both;
}

.sharrre .share,
.sharrre:hover .share {
	color: #222;
	font-size: 12px;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	display: none;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #fff !important;
	color: #222 !important;
	font-size: 10px !important;
}

.share-small .no-count .share {
	width: 0px;
}

.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
	font-size: 14px !important;
}

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

.amelia-instagram {
	background: #f7f4f3;
}

.amelia-instagram .widget {
	position: relative;
}

.amelia-instagram .widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	width: 400px;
	padding: 16px;
	margin: 0 auto 30px;
	background: #f7f4f3;
	border: 1px solid #222;
	position: absolute;
	z-index: 9999;
	position: absolute;
	top: 36.25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .92;
}

.amelia-instagram .widget {
	margin: 0 auto;
}

.woocommerce .amelia-instagram {
	display: none;
}

#sb_instagram .sbi_photo_wrap {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	filter: alpha(opacity=25);
}

#sb_instagram .sbi_photo_wrap:hover {
	opacity: .7;
}

div#sb_instagram {
	z-index: 999;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

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

.nf-form-layout {
	background: #f7f4f3;
	padding: 30px 30px 12px;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	background: #fff !important;
	border: 0 !important;
}

.nf-form-fields-required,
.nf-form-title,
span.ninja-forms-req-symbol {
	display: none;
}

.nf-field-label label {
	font: normal 12px Poppins, sans-serif !important;
}

.label-above .nf-field-label,
.nf-form-content label {
	font: normal 11px Poppins, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nf-form-content .submit-wrap input.nf-element {
    background: #222222 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 12px 20px;
    border: 0 !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-ms-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}
.nf-form-content .submit-wrap input.nf-element:hover {
    background: #ffffff !important;
    color: #222222 !important;
}

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

.site-header .wrap {
	max-width: 100%;
}

.site-header {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

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

.site-title,
.site-title a,
.site-title a:hover {
	font: normal 40px Libre Baskerville, Baskerville, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #222;
	text-align: center;
	margin-bottom: 15px;
}

.site-description {
	color: #222;
	font: italic 14px Libre Baskerville, serif;
	letter-spacing: 2px;
	text-align: center;
	text-transform: lowercase;
}

.site-description {
	margin-bottom: 0 !important;
}

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header {
	background-position: center !important;
	background-size: 600px 200px !important;
	z-index: 9999;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.header-image .site-title a {
	text-align: center;
	height: 200px;
	background-size: 600px 200px !important;
	background-position: center !important;
}

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

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

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

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

.genesis-nav-menu a {
	color: #222;
	display: block;
	font: normal 11px Poppins, sans-serif;
	letter-spacing: 2.5px;
	padding: 25px 30px 16px;
	text-transform: uppercase;
	margin-bottom: 1px;
}

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

.genesis-nav-menu li.highlight a:hover::before {
	color: #c4c1bf;
}

.amelia-home .genesis-nav-menu li.current-menu-item>a,
.genesis-nav-menu>li>a {
	border-bottom: 5px solid transparent;
}

.genesis-nav-menu>.menu-item>a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 192px;
	z-index: 9999;
	pointer: cursor;
	background-color: #f7f4f3;
	padding: 10px 5px;
	text-align: left;
	pointer-events: none;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	opacity: 1;
	pointer-events: all;
}
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}
.genesis-nav-menu .sub-menu a {
	color: #222;
	border: none !important;
	padding: 11px 18px;
	line-height: 1.9em;
	position: relative;
	width: 190px;
	word-wrap: break-word;
	pointer: cursor;
	z-index: 9999;
	font-weight: 6px !important;
	letter-spacing: 2px;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 186px;
	border-top: 1px solid #f5f5f5;
}

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

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

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

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

/* Accessible Menu
--------------------------------------------- */
 
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

.admin-bar .nav-primary {
	top: 32px;
}
.nav-primary {
	text-transform: uppercase;
	z-index: 999;
	text-align: left;
	position: fixed;
	top: 0;
	background: #f7f4f3;
	opacity: .95;
	width: 100%;
}
.nav-primary .wrap {
	max-width: 1195px;
	position: relative;
}
.nav-primary .widget-wrap a {
	padding: 0;
	display: inline;
	z-index: 1;
}
.nav-primary .widget-wrap {
	position: absolute;
	margin-top: -69px;
	right: 28px;
	padding: 0 24px;
}
.nav-primary .social {
	position: relative;
	top: 31px;
}

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

.nav-secondary {
	text-align: center;
	margin: -20px auto 0;
}
.nav-secondary .wrap {
	border-top: 1px solid #eee9e8;
	border-bottom: 1px solid #eee9e8;
	margin-bottom: 30px;
	max-width: 1140px;
}
.nav-secondary a {
	padding: 20px 30px 12px;
}

/* Primary Nav Search
--------------------------------------------- */

.nav-primary .genesis-nav-menu>.search {
	float: right;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
	font-size: 12px;
	z-index: 9999;
}

li a.icon-search {
	cursor: pointer;
	margin-top: -63px;
	z-index: 9999;
}

.search-div {
	display: none;
	position: absolute;
	right: 0;
	width: 300px;
	padding: 18px;
	background: #f7f4f3;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 14px;
	font-size: 12px;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 14px;
	height: 44px;
	margin-bottom: 0;
	background: transparent !important;
}

.nav-primary .search-form {
	background: #fff;
}

.nav-primary .search-form input[type="search"] {
	font-size: 10px;
	padding: 15px 13px 13px;
	border-bottom: 0;
	border: 1px solid #eee9e8;
}

.nav-primary .search-form input[type="submit"] {
	right: 10px;
	font-size: 70% !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}


@media only screen and (min-width: 1021px) {
.mobile-search {
	display: none;
	} }

@media only screen and (max-width: 800px) {
	.nav-primary .genesis-nav-menu>.search {
		display: block;
		text-align: left;
	}
	.search-div {
		left: 0;
	}
	.nav-primary .genesis-nav-menu>.search {
		float: none;
	}
}

@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}

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

.footer-menu a {
	padding: 0 !important;
	letter-spacing: 2px;
	font: normal 11px Poppins, sans-serif;
	text-transform: uppercase;
}

.footer-menu {
	padding: 0 60px;
	background: #ece7e6;
	padding-top: 3px;
}

.footer-menu li {
	padding: 24px;
	display: inline-block;
}

.footer-menu li:first-child {
	padding-left: 0 !important;
}

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

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

.front-page .content .entry,
.home .content .entry,
.amelia-blog .entry,
.blog .entry {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 48.5%;
	margin-bottom: 3%;
	float: left;
}

.blog .featured-content .entry {
	display: block;
	float: none;
}

.front-page .content .entry:first-of-type,
.home .content .entry:first-of-type,
.amelia-blog .entry:first-of-type,
.blog .entry:first-of-type {
	width: 100%;
	clear: both;
}

.front-page .content .entry:nth-child(even),
.home .content .entry:nth-child(even),
.amelia-blog .entry:nth-child(odd),
.blog .entry:nth-child(even) {
	clear: both;
}

.front-page .content .entry:nth-child(odd),
.home .content .entry:nth-child(odd),
.amelia-blog .entry:nth-child(even),
.blog .entry:nth-child(odd) {
	float: right;
	clear: right;
}

.entry-title {
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 4px;
	line-height: 1.9;
}

.front-page .content .entry-title,
.home .content .entry-title,
.amelia-blog .entry-title,
.blog .entry-title {
	font-size: 16px;
	width: 95%;
	margin-left: auto;
	line-height: 1.7em;
	margin-right: auto;
	text-transform: uppercase;
	text-align: center !important;
}

.home.page .content-sidebar-wrap {
	display: none;
}

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

/* Front Page 1
--------------------------------------------- */

.amelia-home .front-page-1 {
	text-align: center;
	margin-bottom: 20px;
}

.front-page-1 .widget {
	margin-bottom: 0;
}

/* Front Page 2
--------------------------------------------- */

.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap {
	max-width: 1140px;
}

.home-area .widget-title {
	text-align: center;
}

.front-page-3 .widget-title {
	font: normal 18px Libre Baskerville, Baskerville, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	line-height: 100%;
	position: relative;
	overflow: hidden;
}

.front-page-3.home-area .widget-title:before,
.front-page-3.home-area .widget-title:after {
	content: "\a0";
	border-bottom: solid 1px #222;
	position: absolute;
	line-height: 50%;
	width: 100%;
}

.front-page-3.home-area .widget-title:after {
	margin-left: 2% !important;
}

.front-page-3.home-area .widget-title:before {
	margin-left: -102%;
}

/* Front Page 4
--------------------------------------------- */

.amelia-home .featuredpage .widget-title {
	background: #f7f4f3;
	margin: 0 11%;
	padding: 13px 25px;
	font: normal 15px Libre Baskerville, serif;
	width: 78%;
	position: absolute;
	text-transform: uppercase;
	top: 40%;
	letter-spacing: 3px;
	left: 0;
	opacity: .95;
	z-index: 9999;
}

.amelia-home .widget-fourths .widget-3.featuredpage {
	left: 19px;
}

.amelia-home .widget-fourths .widget-4.featuredpage {
	right: -38px
}

.amelia-home .widget-thirds .widget-2.featuredpage,
.amelia-home .widget-thirds .widget-5.featuredpage {
	left: 19px;
}

.amelia-home .widget-thirds .widget-3.featuredpage,
.amelia-home .widget-thirds .widget-6.featuredpage {
	right: -38px;
}

.amelia-home .featuredpage .entry {
	margin-bottom: 0;
}

.amelia-home .featuredpage .widget-title:after,
.amelia-home .featuredpage .widget-title:before {
	display: none;
}

.amelia-home .featuredpage.widget {
	position: relative;
}

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

.front-page-1 .flexible-widgets {
	padding: 0;
}

.flexible-widgets.widget-area .widget {
	float: left;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	float: none;
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 32.25%;
}

.flexible-widgets.widget-fourths .widget:first-child {
	width: 100%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 32.25%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
}

@media only screen and (max-width: 1340px) {
	.flexible-widgets .wrap {
		max-width: 1220px;
	}
}

@media only screen and (max-width: 1200px) {
	.flexible-widgets .wrap {
		max-width: 1040px;
	}
}

@media only screen and (max-width: 800px) {
	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		float: none;
		width: 100%;
	}
	.amelia-home .widget-fourths .widget-3.featuredpage,
	.amelia-home .widget-fourths .widget-4.featuredpage,
	.amelia-home .widget-thirds .widget-5.featuredpage,
	.amelia-home .widget-thirds .widget-6.featuredpage,
	.amelia-home .widget-thirds .widget-2.featuredpage,
	.amelia-home .widget-thirds .widget-3.featuredpage {
		left: 0;
		right: 0;
	}
	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}
	.amelia-home .featuredpage .widget-title {
		width: 50%;
		margin: 0 25%;
	}
	.amelia-home .featuredpage .widget-title {
		top: 44%;
	}
}

.featured-content img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	filter: alpha(opacity=25);
	margin: 0 auto;
	text-align: center;
	float: none;
}

.featured-content img:hover {
	opacity: .7;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table .one-third {
	background-color: #fff;
	border: 1px solid #f5f5f4;
	margin: 20px 0;
	padding: 40px;
	width: 33.33%;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table ul {
	margin-left: 0 !important;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0;
}

.pricing-table ul>li {
	border-bottom: 1px solid #f5f5f4;
	padding-bottom: 10px;
	margin-bottom: 15px;
	list-style-type: none !important;
	text-align: center;
}

.pricing-table a.button {
	text-align: center;
	display: block;
	color: #fff;
	background: #222;
	font-size: 12px;
}

.pricing-table a.button:hover {
	background: #f7f4f3;
	color: #222;
}

.pricing-table h4 {
	border-bottom: 1px solid #f5f5f4;
	margin: -40px -40px 40px;
	font-size: 22px;
	letter-spacing: 2px;
	font-style: italic;
	padding: 40px;
	text-align: center;
	line-height: 1.6;
}

.pricing-table .price {
	font: normal 14px Poppins, sans-serif !important;
	letter-spacing: 2px !important;
	background: 0;
}

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

.content-sidebar .content {
	max-width: 770px;
	float: left;
}

.sidebar-content .content {
	max-width: 770px;
	float: right;
}

.amelia-blog.full-width-content .content {
	max-width: 800px;
	margin: 0 auto;
}

.single-post.full-width-content .site-inner {
	max-width: 800px !important;
}

.single-post.full-width-content .entry-title,
.single-post.full-width-content .entry-header .entry-meta {
	text-align: center;
}

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

.entry {
	margin-bottom: 5%;
}

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

.sidebar .featured-content .entry {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 20px;
}

.sidebar .featured-content .entry-title {
	font: normal 14px Poppins, sans-serif;
	letter-spacing: 2px;
	max-width: 90%;
	margin: -5px auto 5px !important;
}

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

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

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

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

.entry-content code {
	background-color: #777676;
	color: #eee;
}

img.entry-image.attachment-post {
	opacity: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

img.entry-image.attachment-post:hover {
	opacity: .7;
}

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

p.entry-meta {
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	font: normal 11px Poppins, sans-serif;
	color: #222;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	letter-spacing: 2px;
	margin-bottom: 12px;
	text-align: center;
	font: italic 12px Libre Baskerville, serif;
	text-transform: lowercase;
	padding: 4px 0 2px;
}

.entry-footer .entry-meta {
	margin-left: 1px;
	text-align: left;
	padding-top: 12px;
	border-top: 1px solid #eee9e8;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
}

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

/* After Entry
--------------------------------------------- */

.after-entry {
	padding: 0 0 40px;
}

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

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	clear: both;
	margin: 40px 0 25px;
	text-align: center;
	letter-spacing: 1px;
	font: italic 14px Libre Baskerville, serif;
}

.amelia-blog .pagination {
	margin-bottom: 50px;
}

.pagination-next,
.pagination-previous {
	margin-top: 20px;
}

.pagination-previous a,
.pagination-next a {
	padding: 16px 20px;
	border: 1px solid #eee9e8;
}

.pagination .adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	margin: 3px;
}

.archive-pagination li a {
	background-color: #f7f4f3;
	border: 1px solid #f7f4f3;
	color: #222;
	cursor: pointer;
	display: inline-block;
	font: normal 11px Poppins, sans-serif;
	letter-spacing: 2px;
	padding: 14px 16px;
	text-transform: uppercase;
}

.archive-pagination .active a {
	border: 1px solid #ddd;
}

.archive-pagination li a:hover {
	border: 1px solid #ddd;
	color: #222;
}
.adjacent {
	margin-bottom: 50px;
}
.adjacent a {
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    max-width: 48%;
    border: 1px solid #eee9e8;
    padding: 16px 20px;
    line-height: 1.5;
}


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

.comment-respond {
	background: #f7f4f3;
	padding: 40px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 70px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
	font-size: 14px;
}

.comment-header {
	font-size: 16px;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.comment-respond label {
	display: block;
	font: normal 12px Poppins, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 0 12px;
	color: #222;
}

.comment-reply a {
	background-color: #222;
	padding: 10px 12px;
	color: #fff;
	font: normal 9px Poppins, sans-serif !important;
	text-transform: uppercase;
	width: 90px;
	letter-spacing: 2px;
	text-align: center;
}

.comment-reply a:hover {
	background: #ece7e6;
	color: #222;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.comment-repsond input,
.comment-respond select,
.comment-respond textarea {
	font-size: 14px;
}

.entry-comments .children .comment {
	border: none;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
	border-left: 1px solid #eee;
	padding-left: 30px;
}

.ping-list .reply {
	display: none;
}

#reply-title,
.entry-comments h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.logged-in-as {
	text-align: center;
}

.comment-form-cookies-consent label {
	display: inline;
	text-transform: none;
	font: inherit;
	font-size: 13px;
	letter-spacing: inherit;
	margin-left: 10px;
}

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

.sidebar {
	float: right;
	width: 320px;
	margin-bottom: 25px;
}

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

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

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

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

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

.sidebar li.cat-item a,
.sidebar .widget_nav_menu a {
	border: 1px solid #eee9e8;
	color: #222;
	text-align: center;
	padding: 14px;
	margin: 0 auto 10px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	letter-spacing: 2px;
	font: normal 12px Poppins, sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sidebar li.cat-item a:hover,
.sidebar .widget_nav_menu a:hover {
	background: #f7f4f3;
	color: #222;
	border: 1px solid #f7f4f3;
}

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

.social i,
.nav-primary .social i {
	color: #222;
	font-family: fontello;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 4px;
}

.social i:hover,
.nav-primary .social i:hover {
	color: #c4c1bf;
}

.icon-pinterest,
.icon-gplus,
.icon-tumblr,
.icon-youtube,
.icon-instagram {
	font-size: 12px;
}

.icon-facebook {
	margin-top: -2px;
	font-size: 13px;
}

.icon-heart,
.icon-twitter {
	font-size: 13px;
}

.icon-rss {
	font-size: 10px;
}

.icon-email {
	font-size: 14px;
}

/* About Photo Widget
----------------------------------------------- */

#about-photo {
	border-radius: 350px;
	width: 100%;
	max-width: 350px;
}

#about {
	margin: 8px auto 0;
	font-size: 13px;
	width: 90%;
	line-height: 2.4rem;
}

#hover,
.entry-image,
.home-featured-image {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	filter: alpha(opacity=25);
}

#hover:hover,
.entry-image:hover,
.home-featured-image:hover {
	opacity: .7;
}

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

.creds {
	text-transform: uppercase;
	background: #f7f4f3;
	font: normal 11px Poppins, sans-serif;
	letter-spacing: 2px;
	color: #222;
	text-align: right;
	padding: 30px 60px 26px;
	margin-bottom: -30px;
}

.footer-social {
	float: left;
	margin-left: 60px;
	margin-top: 24px;
}

.creds p {
	margin: 0 auto;
}

.creds a {
	color: #222;
}

.creds a:hover {
	color: #c4c1bf;
}

.footer-widgets {
	background-color: #f7f4f3;
	clear: both;
	padding: 60px;
	text-align: center;
}

.footer-widgets .wrap {
	max-width: 1140px;
	background: #f7f4f3;
}

.footer-widgets li {
	margin-bottom: 3px;
}

.footer-widgets a,
.footer-widgets .social i {
	color: #222;
}

.footer-widgets a:hover,
.footer-widgets .social i:hover {
	color: #c4c1bf;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.footer-widgets-1 {
	width: 33%;
	float: left;
	display: inline-block;
}

.footer-widgets-2 {
	float: left;
	width: 33%
}

.footer-widgets-2 .widget {
	padding: 15px;
}

.footer-widgets-3 {
	float: right;
	width: 33%
}

.footer-widgets input#subbox1,
.footer-widgets input#subbox2 {
	width: 48.411% !important;
}

.footer-widgets input#subbox1 {
	margin-right: 7px;
}

.amelia-before-footer {
	background: #f7f4f3;
	padding: 50px;
}

.amelia-before-footer .enews-widget form {
	margin: 0 auto;
	text-align: center;
}

.amelia-before-footer .enews input {
	margin-bottom: 0;
	margin-left: 5px;
	width: 24%;
	padding: 15px;
}

.amelia-before-footer .enews-widget input[type="submit"] {
	margin: 0;
	padding: 15.5px 5px 13px;
	margin-left: 5px;
	width: 10%;
	background: #222;
	color: #fff;
	cursor: pointer;
}

.amelia-before-footer .enews-widget input[type="submit"]:hover {
	background: #fff;
	color: #222;
}

.amelia-before-footer .widget-title {
	margin-bottom: 30px;
	font: normal 18px Libre Baskerville, serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}

.amelia-before-footer .enews .widget-title::before {
	content: '\e810';
	font-family: Fontello;
	display: block;
	font-size: 20px;
	margin-bottom: 16px
}

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

.site-footer {
	max-width: 1100px;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #777;
}

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

.site-footer p {
	font-size: 11px;
	letter-spacing: .2em;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

/* 404 Page
--------------------------------------------- */

.error404 .entry-content .search-form input[type="search"] {
	width: 100%;
	background: #fff;
	padding: 18px;
	font-size: 13px;
}

.error404 .entry-content .search-form input[type="search"]:focus {
	border-bottom: 0 !important;
	border: 1px solid #666 !important;
}

.error404 .entry-content .search-form {
	background: #f7f4f3;
	padding: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.error404 .entry-title {
	margin-bottom: 20px;
}

.error404 .entry-content .search-form input[type="submit"] {
	right: 30px;
	top: 21px;
	font-size: 80% !important;
}

.error404 .entry-content h4 {
	font-style: italic;
	font-size: 22px;
}

.error404 .entry-content li {
	font-size: 15px;
	margin-bottom: 5px;
}

.error404 .entry-content li a {
	font-size: 15px;
	margin-bottom: 5px;
	color: #222 !important;
}

.error404 .entry-content li a:hover {
	color: #c4c1bf !important;
}

/* Category Archive Page
--------------------------------------------- */

.amelia-category-archive .one-third {
	float: left;
	margin-left: 1.5%;
}

.amelia-category-archive .one-third {
	width: 32.33333333333%;
}

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

.amelia-category-archive .entry {
	margin-bottom: 1%;
}

.amelia-category-archive .entry-footer,
.amelia-category-archive .entry-content,
.amelia-category-archive .entry-meta,
.amelia-category-archive .entry-time {
	display: none;
	margin: 0;
}

.amelia-category-archive .archive-title {
	font: normal 20px Libre Baskerville, Baskerville, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	line-height: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 10px;
}

.amelia-category-archive .archive-title::before {
	content: "posts in:";
	display: block;
	text-transform: lowercase;
	margin-bottom: 15px;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 14px;
}

.amelia-category-archive .archive-description p {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
}

.amelia-category-archive .pagination {
	padding-top: 30px;
	margin-bottom: 15px;
}

.amelia-category-archive .entry-title {
	text-align: center;
	font: normal 14px Poppins, sans-serif;
	text-transform: uppercase;
	line-height: 2.3rem !important;
	letter-spacing: 2px;
	max-width: 90%;
	margin: 10px auto 12px;
}

.amelia-category-archive img {
	opacity: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.amelia-category-archive img:hover {
	opacity: .65;
}

.amelia-category-archive span.entry-comments-link,
.amelia-category-archive span.entry-comments-link:before {
	display: none;
}

.archive-description p {
	text-align: center;
	width: 70%;
	margin: 20px auto 0;
}

.amelia-category-archive .site-inner {
	margin-bottom: 40px;
}

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

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

/* Category Index Page
--------------------------------------------- */

.category-page .site-inner {
	margin-bottom: 25px !important;
}

.category-page .featured-content .entry {
	width: 32.33333333333%;
	float: left;
	margin-bottom: 2.5%;
}

.category-page .featured-content .entry:nth-of-type(2n) {
	margin: 0 1.5%;
}

.category-page .featured-content .entry:nth-of-type(3n) {
	float: right;
}

.content .category-page .entry-title {
	text-align: center;
	font: normal 14px Libre Baskerville, serif;
	line-height: 2.3rem !important;
	letter-spacing: 1px;
	max-width: 94%;
	text-transform: none;
	margin-left: auto;
	margin-right: auto;
}

.content .category-page .widget-title {
	font: normal 20px Libre Baskerville, Baskerville, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	line-height: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 10px;
}

.cat-intro {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
}

.category-page .content .widget {
	margin-bottom: 20px;
}

.more-from-category {
	clear: both;
}

.category-page .more-from-category a {
	letter-spacing: 2px;
	background: #fff;
	margin: 0 auto;
	padding: 16px 28px;
	font: normal 13px Poppins, sans-serif;
	display: table;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	border: 1px solid #eee9e8;
	margin-bottom: 15px;
}

.category-page .more-from-category a:hover {
	background-color: #f7f4f3;
	color: #222;
}

.page .post-edit-link {
	display: none;
}

/* Landing Page
--------------------------------------------- */

.amelia-landing {
	background: #f7f4f3;
	margin-top: 50px;
}

.amelia-landing .content {
	margin-top: 20px;
	margin-bottom: 0;
}

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

.amelia-landing .entry-title {
	display: none;
}

.amelia-landing .content {
	padding: 40px;
}

.amelia-landing .amelia-backtotop {
	display: none;
}

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

.amelia-insta .amelia-backtotop {
	background: #fff;
}

.amelia-insta .site-title,
.amelia-insta .site-title a,
.amelia-insta .site-title a:hover {
	font-size: 28px !important;
	letter-spacing: 6px;
}

.amelia-insta .site-description {
	font-size: 13px;
}

.amelia-insta .title-area {
	padding: 0;
	border: 0;
	margin: 0 auto;
}

.amelia-insta .site-header {
	margin-bottom: 45px;
}

.amelia-insta .entry-title {
	display: none;
}

.amelia-insta .featured-content .entry-title {
	display: block;
}

.amelia-insta .content {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

.amelia-insta .site-container,
.amelia-insta .site-inner,
.amelia-insta .site-header {
	background: #f7f4f3;
}

.amelia-insta .menu li {
	list-style-type: none !important;
}

.amelia-insta .menu li a {
	background: #fff;
	width: 100%;
	color: #222 !important;
	display: block;
	text-align: center;
	line-height: 2.1rem !important;
	margin-bottom: 14px;
	padding: 20px 20px 19px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: normal 12px Poppins, sans-serif;
}

.amelia-insta .entry-content ul {
	margin-left: 0 !important;
}

.amelia-insta .site-container {
	padding: 0 30px;
}

.amelia-insta .site-container,
.amelia-insta .site-inner {
	margin-top: 0 !important;
}

.amelia-insta .widget-title {
	font: normal 14px Libre Baskerville, Baskerville, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	line-height: 112%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 10px;
}

.amelia-insta .widget-title:before,
.amelia-insta .widget-title:after {
	content: "\a0";
	border-bottom: solid 1px #222;
	position: absolute;
	line-height: 50%;
	width: 100%;
}

.amelia-insta .widget-title:after {
	margin-left: 2.5% !important;
}

.amelia-insta .widget-title:before {
	margin-left: -102.5%;
}

.amelia-insta .social i {
	font-size: 105%;
	padding: 3px;
}

.amelia-insta .widget {
	margin-bottom: 30px;
}

.amelia-insta .widget.widget_nav_menu {
	margin-bottom: 15px;
}

.amelia-insta input#subbox1,
.amelia-insta input#subbox2 {
	width: 49.35%;
	float: left;
}

.amelia-insta input#subbox2,
.amelia-insta input#subbutton {
	float: right;
}

.amelia-insta .enews-widget input[type="submit"] {
	font-size: 11px;
}

.amelia-insta .featured-content .entry {
	width: 49%;
	float: left;
}

.amelia-insta .featured-content .entry:nth-of-type(2n) {
	margin-left: 2%;
}

.amelia-insta .featured-content .entry-title a,
.amelia-insta .featured-content .entry-meta a {
	color: #222;
}

.amelia-insta .featured-content .entry-title {
	font-size: 26px;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.amelia-insta .featured-content .entry-meta {
	text-align: center;
}

.amelia-insta a.more-link {
	text-align: center;
	margin: 0 auto;
	float: none;
	width: 100%;
	display: block;
	font-size: 11px;
	background: #222;
	color: #fff;
}

/* Portfolio Page
--------------------------------------------- */

.amelia-portfolio .one-third {
	float: left;
	margin-left: 2%;
}

.amelia-portfolio .one-third {
	width: 32%;
}

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

.amelia-portfolio .entry {
	margin-bottom: 3%;
}

.amelia-portfolio .site-inner {
	margin-bottom: 40px !important;
}

.amelia-portfolio .portfolio img {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.amelia-portfolio .portfolio img:hover {
	opacity: .65;
}

.amelia-portfolio .entry-title {
	font: normal 16px Libre Baskerville, serif;
	letter-spacing: 1px;
	text-transform: none;
	display: block;
	padding: 8px 12px 0;
	max-width: 90%;
	margin-bottom: 0;
	margin: 0 auto;
	line-height: 2.6rem !important;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.amelia-portfolio .entry-meta,
.single-portfolio .entry-meta {
	display: none;
}

.single-portfolio .entry-title {
	margin-bottom: 25px;
}

.amelia-portfolio .archive-description p {
	text-align: center;
	font: normal 11px Poppins, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.amelia-portfolio .archive-title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
}

.amelia-portfolio .site-inner {
	margin-top: 40px;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1021px) {
.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(18px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	;
}
}

.prev-next-post-links {
	overflow: hidden;
}

.previous-post-link {
	float: left;
}

.next-post-link {
	float: right;
}

.taxonomy-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

a.more-link {
	color: #fff;
	background: #222;
	padding: 15px;
	display: block;
	font: normal 11px Poppins, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: center;
	width: 170px;
}

a.more-link:hover {
	background: #f7f4f3;
	color: #222;
}

a.more-link em {
	text-transform: lowercase;
	font-family: Libre Baskerville, serif;
}

ul.wp-block-gallery,
ul.blocks-gallery-grid{
	margin-left: 0 !important;
}

/* Back to Top button
--------------------------------------------- */

.amelia-backtotop {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 12px;
	right: 10px;
	padding-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	color: #222;
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border-radius: 40px;
	line-height: 40px !important;
	visibility: hidden;
	opacity: 0;
	outline: 0;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0 !important;
}

.amelia-backtotop:hover {
	color: #c4c1bf;
}

.amelia-backtotop.top-is-visible {
	visibility: visible;
	opacity: 1;
}

/* Mailchimp Signup Form
---------------------------------------------------------------------------- */

#mc_embed_signup {
	background: #f7f4f3 !important;
	padding: 36px;
}

#mc_embed_signup label {
	font-family: Libre Baskerville;
	font-weight: normal !important;
	color: #222222;
	font-size: 18px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

#mc_embed_signup input.email {
	border: 1px solid #eeeae8 !important;
	font-family: Muli !important;
	font-size: 14px !important;
	padding: 21.5px 12px !important;
	text-transform: capitalize;
}

#mc_embed_signup .button {
	padding: 5px 20px !important;
	height: 44px !important;
	letter-spacing: 2px !important;
	font-size: 11px !important;
	background: #222222 !important;
	color: #fff !important;
	margin-left: 4px !important;
}

#mc_embed_signup .button:hover {
	background: #fff !important;
	color: #222222 !important;
}

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

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

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

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 1022px) {
	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 1021px) {
	.front-page-1 {
		margin-top: 20px;
	}
	.title-area {
		margin-bottom: 30px;
		margin-top: 15px;
	}
	.header-image .site-header {
		margin-bottom: 60px !important;
	}
	.site-container {
		margin-top: 0;
	}
	li a.icon-search {
		display: none;
	}
	.nav-primary {
		float: left;
		padding: 0 !important;
	}
	.nav-primary a {
		text-align: center;
	}
	.nav-primary .widget-wrap {
		margin-top: 0px !important;
		right: 0 !important;
		width: 100% !important;
		background: #fff !important;
		float: none;
		position: relative;
		padding: 0 0 55px;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: block !important;
		background-color: #fff !important;
		color: #222;
		font-size: 2.5em;
		overflow: hidden;
		width: 100%;
		text-align: center;
		visibility: visible;
	}
	.nav-primary li a,
	.nav-secondary li a,
	.amelia-home .genesis-nav-menu li.current-menu-item>a,
	.genesis-nav-menu>li>a {
		font-size: 12px;
		padding: 15px 20px 14px;
		background: #fff;
		text-align: left;
		margin: 0;
		border-bottom: 1px solid #eee9e8;
	}
	.nav-primary .social i {
		font-size: 130%;
	}
	button.menu-toggle {
		background-color: #f7f4f3 !important;
		color: #222;
		font-weight: 300;
		display: inline-block !important;
		margin: 0 auto;
		border: 0;
		padding: 0 0 7px;
		text-align: center;
		width: 100%;
	}
	button.sub-menu-toggle,
	button .sub-menu-toggle {
		background: transparent !important;
		color: #222;
		width: 100%;
		border: 0;
		padding: 0;
		padding-right: 20px;
		text-align: right;
		margin-top: 0;
	}
	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		font-size: 2em;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
	}
	.sub-menu-toggle:before {
		content: "+";
		font-size: 18px;
	}
	.sub-menu-toggle.activated:before {
		content: "-";
		font-size: 18px;
	}
	.admin-bar .nav-primary {
		top: 0;
	}
	.nav-primary {
		position: relative;
		width: 100%;
		margin-top: 0px;
	}
	nav {
		display: none;
		position: relative;
	}
	.nav-secondary {
		margin-top: 0;
		background: #f7f4f3;
	}
	.nav-secondary .wrap {
		border: 0;
	}
	.genesis-nav-menu .menu-item {
		position: relative;
		display: block;
		text-align: left;
	}
	.footer-menu .menu-item {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu .sub-menu {
		display: none;
		opacity: 1;
		position: static;
		box-shadow: none;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 30px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
		width: 100%;
	}
	.nav-primary a:hover,
	.nav-primary .current-menu-item>a {
		color: #333;
	}
	.genesis-nav-menu>li:hover .sub-menu a,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		padding: 12px;
		background: #fff;
		margin-left: 15px;
	}
	.genesis-nav-menu .sub-menu {
		margin-top: -10px;
		background: #fff;
	}
	.mobile-search {
        background: #fff !important;
        display: block;
        padding: 0 25px 25px;
    }
    .nav-primary .mobile-search .search-form input[type="submit"] {
        bottom: 5px;
        right: 5px;
    }
}

/* Responsive Menu
--------------------------------------------- */

.menu-toggle {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.menu-toggle::before {
	content: "\f20e";
	display: inline-block;
	font: normal 21px 'Ionicons';
	margin: 0 auto;
	padding: 10px;
}

/*
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) {
	input,
	button,
	input[type="search"] {
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 1139px) {
	.header-image .site-header {
		margin-bottom: 30px;
	}
	.site-inner {
		padding: 30px;
		margin-top: 0 !important;
	}
	.sidebar {
		width: 29%;
	}
	.content-sidebar .content,
	.sidebar-content .content {
		width: 67%;
	}
	.creds p {
		width: 100% !important;
	}
	.nav-primary {
		float: left;
		text-align: left;
		padding-left: 30px;
	}
	.nav-primary .widget-wrap {
		right: 50px;
	}
	.nav-primary .genesis-nav-menu>.search {
		margin-right: 15px;
	}
	.amelia-home .widget .entry {
		width: inherit;
	}
	.amelia-featured-widget .featured-content .entry {
		padding: 10px;
	}
}

@media only screen and (max-width: 1023px) {

	.header-image .site-title a {
		margin-top: 0;
	}
	.amelia-home .featuredpost .entry-header {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
	.amelia-home .featuredpost .entry-title {
		font-size: 15px;
		line-height: 2.5rem;
	}
	.amelia-home .featuredpost .entry-header {
		margin: 0 auto;
		width: 95%;
	}
	.home-section .featuredpost .entry:hover img {
		opacity: 1;
	}
	.archive-pagination {
		margin-bottom: 50px;
	}
	.footer-widgets .wrap,
	.footer-widgets {
		max-width: 100%;
		width: 100% !important;
		padding: 15px;
	}
	.footer-widgets .widget {
		margin-bottom: 34px;
		padding: 0;
	}
	.footer-widgets-3 .widget {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.site-header {
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.header-image .site-header {
		margin-top: 22px;
	}
	.amelia-home .front-page-1 .featuredpost .entry-title {
		font-size: 18px;
		max-width: 95%;
	}
	.amelia-home .home-area .enews-widget input[type="submit"] {
		width: 10%;
	}
	.amelia-home .home-area .enews .widget-title {
		padding: 15px 20px 20px 5px !important
	}
}

@media only screen and (max-width: 820px) {
	.creds {
		margin-bottom: -22px !important;
	}
	.copyright .menu {
		display: none;
	}
	.amelia-home .front-page-2 .widget_media_image,
	.amelia-home .front-page-3 .widget_media_image,
	.amelia-home .front-page-4 .widget_media_image {
		padding: 0;
		padding-top: 25px;
	}
	.about {
		margin-top: -40px;
	}
}

@media only screen and (max-width: 800px) {
	.amelia-home .widget .entry {
		text-align: center;
	}
	.amelia-home .featured-content.widget {
		text-align: center !important;
	}
}

@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.amelia-portfolio .portfolio,
	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.cart_list li,
	.woocommerce-page ul.product_list_widget li,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.single-post.full-width-content .site-inner {
		margin: 0;
		width: 100% !important;
		max-width: 100% !important;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-content .content,
	.content-sidebar .content,
	.site-header .widget-area {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.sidebar {
    	clear: both;
	}
	.amelia-home .home-area .enews input {
		margin-top: 0;
	}
	.amelia-portfolio .entry {
		margin-bottom: 5%;
		text-align: center;
	}
	.post.has-post-thumbnail img.alignleft {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.home a.more-link,
	.amelia-blog a.more-link,
	.blog a.more-link,
	.shop-post {
		width: 100%;
	}
	.amelia-home .front-page-1 .featuredpost .post {
		width: 47%;
		margin: 8px !important;
	}
	.amelia-home .featuredpost .entry,
	.amelia-home .featuredpost .entry img {
		max-width: 100%;
		text-align: center;
		float: none;
		display: block;
	}
	.genesis-nav-menu a {
		padding: 20px 30px;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -18px 0 0 20px;
	}
	.nav-primary {
		padding: 12px 10px 12px 0;
		background: #f7f4f3;
		margin-top: 0;
	}
	.genesis-nav-menu .sub-menu {
		border: 0;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu a {
		border: 0 !important;
		width: 100%;
	}
	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}
	.adjacent a {
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0;
    }
    .pagination-next,
    .pagination-previous {
        margin-bottom: 5px;
    }
    .pagination {
        margin-bottom: 40px;
    }
    .comment-respond,
    .entry-comments,
    .entry-pings {
        margin-bottom: 5%;
    }
	.front-page-5 .flexible-widgets.widget-area .widget:not(:first-child) {
		margin-bottom: 40px;
	}
	.amelia-home .home-area .enews-widget input[type="submit"] {
		margin: 0;
		width: 100%;
	}
	.amelia-home .home-area .enews-widget input#subbox,
	.amelia-home .home-area .enews-widget input#subbox1,
	.amelia-home .home-area .enews-widget input#subbox2,
	.amelia-home .enews-widget input[type="submit"],
	.sidebar .enews-widget input#subbox,
	.sidebar .enews-widget input#subbox1,
	.sidebar .enews-widget input#subbox2,
	.sidebar .enews-widget input[type="submit"],
	.after-entry .enews-widget input#subbox,
	.after-entry .enews-widget input#subbox1,
	.after-entry .enews-widget input#subbox2,
	.after-entry .enews-widget input[type="submit"],
	.amelia-before-footer .enews-widget input#subbox,
	.amelia-before-footer .enews-widget input#subbox1,
	.amelia-before-footer .enews-widget input#subbox2,
	.amelia-before-footer .enews-widget input[type="submit"] {
		display: inline-block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.share-after {
	    margin-bottom: 0;
	    text-align: center;
    }
	.amelia-home .home-area .enews-widget input[type="submit"] {
		margin-top: 8px !important;
	}
	.amelia-home .home-area .enews-widget {
		padding: 30px !important;
	}
	.flexslider .slides img {
		height: 300px;
		object-fit: cover;
	}
	html>body .slide-excerpt-border {
		width: unset !important;
		min-width: 400px !important;
		padding: 10px 15px 5px !important;
	}
	html>body .slide-excerpt-border p:first-of-type {
		display: none;
	}
	.amelia-home .featuredpage .widget-title {
		top: 46%
	}
	.amelia-before-footer {
		padding: 30px;
	}
	.amelia-home .home-area .enews .widget-title {
		float: none;
		margin: 0 auto;
		border-right: 0;
		padding: 10px 0 30px !important;
	}
	.amelia-instagram .widget-title {
		display: none;
	}
	.amelia-home .home-area .enews .widget-title {
		border: 0;
		padding: 0 !important;
		padding-bottom: 15px !important;
		margin: 0 auto;
		float: none;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	.amelia-before-footer .enews .widget-title {
		padding-bottom: 0;
		font-size: 16px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgts-3 {
		width: 100% !important;
	}
	.nf-form-layout {
		padding: 22px 22px 2px;
	}
	.creds {
		font-size: 9px;
	}
	.category-page .featured-content .entry {
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 680px) {
	.front-page .content .entry,
	.home .content .entry,
	.amelia-blog .entry,
	.blog .entry,
	.adjacent {
		width: 100% !important;
		max-width: 100% !important;
	}
	.header-image .site-header {
		margin-bottom: 40px !important;
	}
	.header-image .site-title a {
		background-size: contain !important;
		width: 100%;
	}
	.amelia-insta .site-container {
		padding: 10px 0px;
	}
	.amelia-home .featuredpage .widget-title {
		top: 42%;
	}
	.amelia-insta .featured-content .entry:nth-of-type(2n) {
		margin: 0;
	}
	.amelia-insta .widget .entry {
		margin-bottom: 6%;
	}
	.amelia-insta .site-inner {
		padding-bottom: 0;
		margin-bottom: 0 !important;
	}
	.amelia-landing,
	.amelia-landing .site-container {
		margin-top: 0;
		padding-top: 0;
	}
	.amelia-landing .site-inner {
		padding: 0;
	}
	.amelia-home .front-page-1 .featuredpost .post {
		width: 100%;
	}
	.amelia-home .front-page-1 .featuredpost .post .entry-title {
		min-height: auto;
	}
	.amelia-backtotop {
		display: none;
	}
	.archive-pagination {
		margin-bottom: 30px;
	}
	.home-area {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.site-title {
		line-height: 1.6;
	}
	.site-title,
	.site-title a,
	.site-title a:hover,
	.amelia-insta .site-title,
	.amelia-insta .site-title a,
	.amelia-insta .site-title a:hover {
		font-size: 22px !important;
		letter-spacing: 5px;
		margin-bottom: 10px
	}
	.amelia-insta .site-header {
		padding: 0 32px;
	}
	.site-description {
		font-size: 12px;
	}
	.amelia-insta .site-title {
		margin-bottom: 0px;
	}
	.header-image .site-header {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.amelia-home .featuredpage .widget-title {
		width: 78%;
		margin: 0 11%;
	}
	.amelia-insta .site-description {
		display: none;
	}
	html > body .slide-excerpt-border {
    	min-width: 300px !important;
	}
	.slide-excerpt-border h2 a {
    	font: normal 15px Libre Baskerville, serif;
    	letter-spacing: 2px;
	}
	.share-before_entry_header {
		float: none;
		text-align: center;
	}
	.entry-title {
		font-size: 15px;
	}
	.entry-footer .entry-meta {
		margin-top: 10px;
		text-align: center !important;
		float: none;
		margin-bottom: 15px;
	}
	.footer-social {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
		background: #f7f4f3;
		padding-top: 20px;
	}
	.creds {
		text-align: center;
		padding: 10px 15px 15px;
		line-height: 2;
		letter-spacing: 1.5px;
	}
	.amelia-insta .featured-content .entry {
		width: 100%;
	}
	.header-image .title-area {
		margin: 0;
		padding: 0;
	}
	.archive-pagination li a {
		margin-bottom: 10px;
	}
	.amelia-home .site-inner {
		margin-bottom: 0;
	}
	.footer-menu {
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.footer-menu .menu-item {
		padding: 0 !important;
	}
	.footer-menu a {
		padding: 30px 5px 20px !important;
		font-size: 7px;
	}
	.archive-description,
	.author-box {
		margin-bottom: 25px;
	}
	.amelia-category-archive .entry-title {
		margin-bottom: 30px;
	}
	.amelia-featured .entry .widget {
		width: 100%;
		float: none;
	}
	.flexible-widgets {
		padding-left: 0;
		padding-right: 0;
	}
	.amelia-home .featured-content .entry {
		width: 100%;
	}
	.amelia-home .home-area .widget-title {
		font-size: 14px;
	}
	.category-page .featured-content .entry,
	.category-page .featured-content .entry:nth-of-type(2n),
	.category-page .featured-content .entry:nth-of-type(3n),
	.sidebar .featured-content,
	.amelia-category-archive .entry {
		text-align: center;
		width: 100%;
	}
	.portfolio-featured-image {
		margin: 0;
	}
	.amelia-portfolio .archive-title {
		margin-bottom: 30px;
	}
	.amelia-portfolio .entry-title {
		margin-bottom: 20px;
		font-size: 13px !important;
	}
	.amelia-home .home-area .enews-widget input#subbox,
	.amelia-home .home-area .enews-widget input#subbox1,
	.amelia-home .home-area .enews-widget input#subbox2,
	.amelia-home .home-area .enews-widget input#subbox,
	.amelia-home .home-area .enews-widget input[type="submit"] {
		margin: 6px 0;
		width: 100% !important;
	}
	.amelia-home .home-area .enews-widget {
		padding: 30px !important;
	}
	.amelia-instagram {
		display: none;
	}
	.amelia-category-archive .archive-description p,
	.cat-intro {
		width: 100%;
	}
	.amelia-category-archive .archive-title,
	.content .category-page .widget-title {
		font-size: 16px;
	}
	.category-page .featured-content .entry {
		margin-bottom: 20px !important;
	}
	.category-page .featured-content .entry-title {
		font-size: 13px;
		margin-top: -5px;
	}
	.amelia-portfolio .site-inner {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 340px) {
	html > body .slide-excerpt-border {
    	min-width: 230px !important;
	}
}

@media only screen and (max-width: 300px) {

	html > body .slide-excerpt-border {
    	min-width: 200px !important;
	}
}

/* Add Custom CSS Below This Line */