/*
        Theme Name: Amelia
        Theme URI: http://shop.17thavenuedesigns.com/products/amelia-wordpress-theme
        Description: A stylish + flexible mobile responsive theme for the Genesis framework.
        Author: 17th Avenue
        Author URI: http://17thavenuedesigns.com
        Version: 1.0.0
 
        Tags: black, white, 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: 2.4

    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
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
    - Plugins
        - EasyRecipe
        - 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
        - Shop Navigation
        - 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
        - Category Archive Page
        - Category Index Page
        - Portfolio Page
        - Contact Page
    - Fadeup Effect
    - Responsive Navigation
        - Navigation Toggles
    - Media Queries
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px
        - Max-width: 480px
        - Max-width: 380px

*/
/* Fontello CSS */

@import url('icons.css');
/*
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
}
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
}
button[disabled],
html input[disabled] {
    cursor: default
}
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: #333;
    font: 300 14px Source Serif Pro, sans-serif;
    letter-spacing: .05em;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body.amelia-home {
    background: none;
    color: #444;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -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: #272727;
    text-decoration: none;
}
a:hover {
    color: #b7b7b7;
}
.entry-content a {
    color: #a0a0a0;
}
.entry-content a:hover {
    color: #000;
}
::selection {
    background-color: #b7b7b7;
    color: #fff;
}
::-moz-selection {
    background-color: #b7b7b7;
    color: #fff;
}
p {
    margin: 0 0 22px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
b,
strong {
    font-weight: 800;
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 35px 40px;
    font-family: Libre Baskerville;
    font-size: 18px;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 40px 0;
}
div#wpadminbar {
    display: none;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #000;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.home-section h1 {
    font-size: 45px;
    font-weight: 200;
    clear: both;
}
.home-section h2 {
    letter-spacing: 2px;
    text-transform: none;
    clear: both;
}
.home-section h4 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 3%;
    clear: both;
}
/* 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,
.gallery img {
    width: auto;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e3e2e2;
    border-radius: 0;
    box-shadow: none;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 12px;
    width: 100%;
}
input:focus,
textarea:focus {
    border: 1px solid #e3e2e2;
    outline: none;
}
.front-page input:focus,
.front-page textarea:focus {
    border: 1px solid #2f414a;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #777;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #777;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #f7f4f3;
    color: #000;
    border: 0;
    cursor: pointer;
    font: normal 13px Poppins, sans-serif;
    letter-spacing: 2px;
    padding: 12px 24px;
    margin: 10px 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
/* Buttons
--------------------------------------------- */

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button {
    color: #000;
}
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 {
    background-color: #000;
    color: #fff;
}
.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 #2f414a;
    color: #2f414a;
}
.home-section .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
.home-section .button.clear {
    border-color: #fff;
    color: #fff;
}
button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
.home-section button:hover,
.home-section input:hover[type="button"],
.home-section input:hover[type="reset"],
.home-section input:hover[type="submit"] {
    background-color: #f7f4f3;
    border-color: #000;
    color: #000;
    cursor: not-allowed;
}
/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text {
    display: none;
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #9f9f9f;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    border: 1px solid #9f9f9f;
    clip: auto !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    padding: 20px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* 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;
    width: 1160px;
    padding: 0 30px 20px;
    margin: 0 auto;
}
keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
    max-width: 1140px;
}
.site-inner {
    background-color: #fff;
    clear: both;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
}
.front-page .site-container .site-inner,
.home .site-container .site-inner {
    margin-top: 0;
    max-width: 100%;
}
.amelia-landing .content {
    margin-top: 20px;
    margin-bottom: 0;
}
.amelia-landing .entry-title {
    display: none;
}
.amelia-landing .content {
    padding: 40px;
}
.amelia-landing {
    background: #f7f4f3;
    margin-top: 50px;
}
.secondary-nav .site-inner {
    margin-top: 250px;
}
/* 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;
}
/*
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;
}
/* 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: 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 {
    overflow: hidden;
}
.search-form input[type="search"] {
    width: auto;
    background: #fff;
    margin-right: 10px;
    padding: 12px 10px;
}
.sidebar .search-form input[type="search"] {
    width: 84%;
}
.widget_search input[type="submit"] {
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 44px;
    height: 44px;
    font: normal 11px Poppins, sans-serif;
}
/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.entry-title {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sidebar .entry-title {
    font-size: 24px;
    text-align: center;
}
.page .entry-title,
.single-portfolio .entry-title {
    margin-bottom: 30px;
}
.amelia-blog .entry-title {
    margin-bottom: 8px !important;
}
.home-section .widget-title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
}
.widget-full .widget-title {
    margin-bottom: 20px;
}
/* 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;
}
/*
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 {
    text-align: center;
    font: normal 12px Libre Baskerville;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sidebar .enews .widget-title {
    border-bottom: 0;
    padding: 0;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Easy Recipe
--------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
    font: normal 22px Libre Baskerville, serif !important;
    text-transform: uppercase;
    text-transform: none !important;
    font-weight: 400 !important;
}
.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
    letter-spacing: 1px;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}
.easyrecipe .ERSTimes {
    margin-bottom: 20px !important;
}
div.easyrecipe {
    background-color: #f7f4f3!important;
    padding: 20px !important;
    border: 0 !important;
    font: 400 15px Poppins, sans-serif !important;
}
.easyrecipe div {
    font-size: 14px;
    line-height: 1.7 !important;
}
.easyrecipe .ERSTopRight {
    padding-left: 20px;
}
.easyrecipe .ERSTopRight img {
    border: 3px solid #fff !important;
}
.ERSTopRight {
    background-color: #fff !important;
    padding: 20px !important;
}
.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
    margin-left: 14px;
    padding: 10px !important;
}
.easyrecipe .ui-button-text-icon-primary .ui-icon {
    margin-top: -10px !important;
}
div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
    background: #2f414a !important;
    border-radius: 0;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ERComment .ERRateBG {
    margin-top: 7px;
}
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
    margin: 4px auto !important;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
    font-size: 14px;
    padding: 0 10px;
}
/* Genesis Responsive Slider
--------------------------------------------- */

.slide-excerpt-border {
    background: #FFF !important;
    border: 1px solid #eee !important;
    margin: 10px;
    padding: 20px 20px !important;
    position: relative;
    z-index: 8;
    margin-top: -20% !important;
    margin-left: -36% !important;
    max-width: 500px;
}
.slide-excerpt-border p {
    margin-top: -10px !important;
    margin-bottom: 25px !important;
    font-size: 13px;
    text-align: center;
    line-height: 160%;
}
.slide-excerpt-border h2 {
    line-height: 1em;
}
.slide-excerpt-border h2 a {
    font: normal 18px Libre Baskerville, serif;
    color: #000;
    background: transparent !important;
    text-transform: uppercase;
    border: 0px !important;
    width: 500px;
    max-width: 470px;
    text-align: center;
    letter-spacing: 3px;
}
.slide-excerpt-border h2 a:hover {
    background: transparent !important;
    color: #000;
}
.slide-excerpt-border a.more-link {
    color: #fff;
    background: #000 !important;
    text-transform: uppercase;
    padding: 12px;
    display: block;
    font: normal 11px Poppins, sans-serif;
    letter-spacing: 2px;
    margin: 20px auto;
    width: 170px;
    z-index: 9999;
}
.slide-excerpt-border a.more-link:hover {
    background: #f7f4f3 !important;
    color: #000;
}
html > body .slide-excerpt-border {
    border: 1px solid black !important;
    outline: 10px solid rgb(255, 255, 255) !important;
}
.slide-excerpt {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 50%;
    top: 50%;
}
.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;
    height: auto !important;
}
.flexslider {
    margin: 0 auto; !important;
    text-align: center;
}

/* Direction Nav */

.flex-direction-nav li a {
    width: 52px !important;
    height: 52px !important;
    margin: -20px 0 0;
    display: block;
    background: url(images/nav-arrow.png) no-repeat 0 0 !important;
    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: 0 auto !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;
}
/* 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;
}
/* Sidebar & After Entry eNews Widget
-------------------------------------------*/

.sidebar .enews-widget,
.after-entry .enews-widget {
    background: #f7f4f3;
    padding: 22px;
}
.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;
}
.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;
}
/* Homepage eNews Widget
--------------------------------*/

.home-section .enews-widget {
    border: 1px solid #ddd;
    width: 100%;
    padding: 2% !important;
}
.home-section .enews-widget p {
    color: #000;
    letter-spacing: 2px;
    font: normal 14px Poppins, sans-serif;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.home-section .enews .widget-title {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 20px 30px !important;
    margin: 5px 30px 0 0;
    border-right: 1px solid #ddd;
}
.home-section .enews .widget-title::before {
    content: '\e810';
    font-family: Fontello;
    display: block;
    font-size: 20px;
    margin-bottom: 10px
}
.home-section .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1%;
    margin-top: 29px;
    width: 19%;
}
.home-section .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1%;
    padding: 12px 5px;
    width: 12%;
    margin-top: 28px;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.home-section .enews-widget input[type="submit"]:hover { 
    background: #f7f4f3;
    color: #000;
}
.footer-widgets .enews-widget #subbutton {
    background-color: #f7f4f3;
    border: 1px solid #000;
    margin-top: 0;
}
.footer-widgets .enews-widget #subbutton:hover {
    background: #000;
    color: #fff;
}
/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}
/* Genesis Simple Share
--------------------------------------------- */

.share-after {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin: 5% auto 0;
    text-align: center;
    clear: both;
}
.sharrre .share,
.sharrre:hover .share {
    color: #000;
}
.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;
    font-size: 10px;
}
.share-small .no-count .share {
    width: 0px;
}
/* Instagram Feed
--------------------------------------------- */

.amelia-instagram {
    background: #f7f4f3;
    height: 166px;
}
.amelia-instagram .widget {
    position: relative;
}
.amelia-instagram .widget-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    width: 400px;
    padding: 15px;
    margin: 0 auto 30px;
    background: #f7f4f3;
    border: 1px solid #000;
    position: absolute;
    z-index: 9999;
    position: absolute;
    top: 33.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .92;
}
#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);
    ;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden;
}
#sb_instagram .sbi_photo_wrap:hover {
    opacity: .7;
}
/* Ninja Forms
--------------------------------------------- */

.nf-form-layout {
    background: #f7f4f3;
    padding: 25px;
}
.nf-form-fields-required {
    display: none;
}
span.nf-form-title {
    display: none;
}
span.ninja-forms-req-symbol {
    display: none;
}
.nf-field-label label {
    font-weight: normal !important;
}
.label-above .nf-field-label {
    font: normal 13px Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nf-form-content input[type=button] {
    border: 0;
    font: normal 13px Poppins, sans-serif;
    margin-top: -15px;
    border: 1px solid #000;
}
.nf-form-content input[type=button]:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.amelia .site-header {
    background-position: center;
}
/* Title Area
--------------------------------------------- */

.title-area {
    padding: 30px 0 50px;
    width: 100%;
    margin-top: 90px;
}
.title-area h1 {
    margin: 0 auto;
}
.title-area p {
    margin: 0;
}
.header-image .title-area {
    padding: 0;
}
.site-title,
.site-title a,
.site-title a:hover {
    font: normal 40px Libre Baskerville, Baskerville, serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
    text-align: center;
}
.site-description {
    color: #000;
    font: italic 14px Libre Baskerville, serif;
    letter-spacing: 2px;
    center;
    padding-top: 12px;
    text-align: center;
    text-transform: lowercase;
}

/* Full width header, no widgets */

.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: 400px 150px !important;
    z-index: 9999;
}
.header-image .site-title a {
    text-align: center;
    height: 150px;
    background-size: 400px 150px !important;
    background-position: center !important;
    margin: 105px 0 10px;
}

/*
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: #000;
    display: block;
    font: 300 12px Poppins, sans-serif;
    letter-spacing: 3px;
    padding: 20px 30px;
    text-transform: uppercase;
}
.genesis-nav-menu a:hover {
    color: #a0a0a0;
}
.genesis-nav-menu li.highlight a:hover::before {
    color: #a0a0a0;
}
.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
    border-bottom: 2px solid transparent;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    letter-spacing: 1px;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 198px;
    z-index: 9999;
    background-color: #f7f4f3;
    padding: 10px 0;
    text-align: left;
}
.genesis-nav-menu .sub-menu a {
    background-color: #f7f4f3;
    color: #000;
    font-size: 12px;
    padding: 10px 25px;
    width: 198px;
    line-height: 160%;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
    color: #a0a0a0;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}
.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;
}
.genesis-nav-menu > .right {
    color: #777;
    display: inline-block;
    list-style-type: none;
    padding: 27px 20px;
    text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}
.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}
.genesis-nav-menu > .search {
    display: block;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 50%;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: fixed;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
    background-color: #f7f4f3;
    opacity: .92;
}
.nav-primary .wrap {
    width: 1160px;
    position: relative;
}
.nav-social-icons a {
    padding: 0;
    float: right;
    display: inline;
    z-index: 1;
    margin-top: -10px;
}
.nav-social-icons {
    position: absolute;
    right: 0;
    margin-top: -28px;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 30px;
    max-width: 1140px;
}
.nav-secondary a {
    padding: 18px 30px;
}
/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
    padding: 20px 0;
}
.nav-footer .genesis-nav-menu a {
    border: none;
    font-weight: 800;
    letter-spacing: 3px;
    margin: 0 20px;
    padding: 0;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */

.home-section {
    clear: both;
    text-align: center;
    width: 100%;
}
.home-section {
    display: table;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    background: #fff;
}
.home-section .widget-area {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.home-section,
.home-section a {
    color: #393939;
}
.home-section a:hover,
.home-section .featured-content .entry-title a:hover {
    color: #a0a0a0;
}
.home-section {
    background-color: #fff;
}
.home-section-1,
.home-section-2,
.home-section-3,
.home-section-4 {
    background-attachment: fixed;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.home-section-1 {
    position: relative;
}
.home-section-1 .home-section {
    padding-top: 75px;
}
.bottom-image {
    margin-bottom: -120px;
    margin-top: 100px;
}
.front-page .field-wrap:last-child {
    margin-bottom: 0;
}
.front-page .content .entry:first-of-type,
.home .content .entry:first-of-type,
.amelia-blog .entry:first-of-type {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.front-page .content .entry,
.home .content .entry,
.amelia-blog .entry {
    width: 50%;
    float: left;
    padding-right: 20px;
    min-height: 800px;
    margin-bottom: 0;
}
.front-page .content .entry-title,
.home .content .entry-title,
.amelia-blog .entry-title {
    font-size: 15px;
    width: 95%;
    margin-left: auto;
    line-height: 1.7em;
    margin-right: auto;
}
/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
    padding-top: 50px;
}
.flexible-widgets .widget {
    float: left;
    margin: 0 0 40px 2.564102564102564%;
}
.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
    width: 48.717948717948715%;
}
.flexible-widgets.widget-thirds .widget {
    width: 31.623931623931625%;
}
.flexible-widgets.widget-fourths .widget {
    width: 23.076923076923077%;
}
.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
    clear: left;
    margin-left: 0;
}
.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
    font-size: 36px;
}
.home-featured-image 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);
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden;
}
.home-featured-image img:hover {
    opacity: .7;
}
/* Home Featured Widget Area
--------------------------------------------- */

.home-featured .alignnone {
    margin-bottom: 0;
}
.home-featured .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);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden;
}
.home-featured .widget {
    position: relative;
}
.home-featured .widget .widget-title {
    background: #f7f4f3;
    margin: 0 10%;
    padding: 13px 25px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    position: absolute;
    top: 42%;
    width: 78%;
    z-index: 999;
    opacity: .9;
}
.home-featured .widget .entry {
    display: inline-block;
    margin: 1.7% 1.7% 0 0;
}
.home-featured .widget .entry:hover .entry-header {
    opacity: 1;
}
.home-featured .widget .entry:hover img {
    opacity: 0.5;
}
.home-featured {
    /* margin-bottom: 40px; */
}
.home-featured .home-section .widget {
    width: 33%;
    display: inline-block;
    padding-right: 5px;
}
.home .content-sidebar-wrap {
    margin-top: 20px;
}

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

.pricing-table .one-third {
  background-color: #fff;
  border: 1px solid #eee;
  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:hover {
  background: #f7f4f3;
}
.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-table ul {
    margin-left: 0;
}

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

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

.pricing-table a.button {
  text-align: center;
  display: block;
  color: #000;
  border: 1px solid #000;
}

.pricing-table a.button:hover { color: #fff;}

.pricing-table h4 {
  border-bottom: 1px solid #eee;
  margin: -40px -40px 40px;
  font-size: 23px;
  letter-spacing: 2px;
  padding: 40px;
  text-align: center;
}

.pricing-tagline {
    text-transform: uppercase;
    font: normal 16px Poppins, sans-serif !important;
    letter-spacing: 2px !important;
}
/* Content
--------------------------------------------- */

.content {
    float: left;
    width: 750px;
}
.page .content {
    padding-bottom: 50px;
}
.sidebar-content .content {
    float: right;
}
.full-width-content .content {
    width: 100%;
    margin-bottom: 30px;
}
.full-width-content.front-page .content {
    padding: 0;
}
/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 8%;
}
.page.page-template-page_blog .entry {
    margin-bottom: 100px;
}
.widget .entry {
    margin-bottom: 40px;
}
.sidebar .entry {
    width: 100% !important;
    padding: 0 !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;
    -webkit-backface-visibility: hidden;
}
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;
}
.entry-header,
.entry-footer {
    text-align: center;
}
.entry-footer {
    margin-top: 10px;
}
.entry-header p.entry-meta {
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: lowercase;
    font: italic 12px Libre Baskerville, serif;
}
.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}
.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 60px;
    text-align: center;
}
.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: #000;
    cursor: pointer;
    display: inline-block;
    font: normal 11px Poppins, sans-serif;
    letter-spacing: 2px;
    padding: 12px 15px;
    text-transform: uppercase;
    margin`: 1;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
    border: 1px solid #ccc;
}
/* Post Navigation
--------------------------------------------- */

.prev-next-navigation {
    border: 1px solid #ddd;
    clear: both;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 20px;
}
.prev-next-navigation a {
    color: #000;
}
.prev-next-navigation a:hover {
    color: #b7b7b7;
}
.previous {
    float: left;
    width: 48.717948717948715%;
}
.previous:before {
    color: #777;
    content: "\f341";
    font-family: "dashicons";
    font-size: 11px;
    padding-right: 2px;
    -webkit-font-smoothing: antialiased;
}
.next:after {
    color: #777;
    content: "\f345";
    font-family: "dashicons";
    font-size: 11px;
    padding-left: 2px;
    -webkit-font-smoothing: antialiased;
}
.prev-next-navigation .next {
    float: right;
    margin-left: 2.564102564102564%;
    text-align: right;
    width: 48.717948717948715%;
}
/* Post Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 100px;
}
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 14px Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 0;
}
.comment-reply {
    background-color: #f7f4f3;
    padding: 8px;
    font: normal 12px Poppins, sans-serif !important;
    text-transform: uppercase;
    width: 90px;
    letter-spacing: 2px;
    text-align: center;
}
.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: 15px;
}
.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;
}
.ping-list .reply {
    display: none;
}
#reply-title,
.entry-comments h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
}
.logged-in-as {
    text-align: center;
}
/*
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: 60px;
}
.sidebar li.cat-item {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    max-width: 320px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: normal 13px Poppins, sans-serif;
}
/* Social Icons
----------------------------------------------- */

.social i {
    color: #000000;
    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-right: 15px;
}
.social i:hover,
.etsy:hover {
    color: #a0a0a0;
}
.footer-social .social i:hover,
.footer-social .etsy:hover {
    color: #a0a0a0;
}
.icon-pinterest,
.icon-gplus,
.icon-tumblr,
.icon-youtube,
.icon-instagram {
    font-size: 13px;
}
.icon-facebook {
    margin-top: -2px;
    font-size: 14px;
}
.icon-heart,
.icon-twitter {
    font-size: 14px;
}
.icon-rss {
    font-size: 11px;
}
.icon-email {
    font-size: 15px;
}
.etsy {
    font-family: Times New Roman;
    font-size: 16px;
    font-weight: lighter;
    padding: 0 3px;
    margin: 0 1px;
    -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;
}
/* About Photo Widget
----------------------------------------------- */

#about-photo {
    border-radius: 350px;
    width: 100%;
    max-width: 350px;
}
#about {
    margin: 8px auto 0;
    line-height: 1.6em !important;
}
#hover {
    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);
    ;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden;
}
#hover:hover {
    opacity: .7;
}
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.creds {
    text-align: right;
    margin-bottom: -25px;
    text-transform: uppercase;
    font: normal 11px Poppins, sans-serif;
    letter-spacing: 2px;
    background-color: #f7f4f3;
    padding: 40px 50px 10px;
    color: #000;
}
.creds p {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.creds a {
    color: #000;
}
.creds a:hover {
    color: #a0a0a0;
}
.footer-widgets {
    background-color: #f7f4f3;
    clear: both;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 40px;
}
.footer-widgets .wrap {
    width: 1140px;
    background: #f7f4f3;
}
.footer-widgets a {
    color: #000;
}
.footer-widgets a:hover {
    color: #a0a0a0;
}
.footer-widgets .widget-title {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
}
.footer-widgets-1,
.footer-widgets-2 {
    float: left;
    width: 33%;
}
.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;
}
.footer-widgets li.cat-item {
    width: 100%;
    background-color: #f7f4f3;
    text-align: center;
    font: 300 13px Poppins, sans-serif;
    padding: 2px;
}
.footer-social {
    float: left;
    width: 450px;
    margin-top: 40px;
}
.flexslider { margin: 0 auto !important; }
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    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
---------------------------------------------------------------------------------------------------- */
/* Category Archive Page
--------------------------------------------- */

.amelia-category-archive .entry {
    width: 33%;
    float: left;
    text-align: center;
    padding: 10px;
    min-height: 495px;
    margin-bottom: 0;
}
.amelia-category-archive .entry-time {
    display: none;
}
.amelia-category-archive .archive-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: -40px 0 -30px;
}
.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 .content {
    padding-top: 40px;
}
.amelia-category-archive .entry-title {
    text-transform: none;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
}
.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;
    -webkit-backface-visibility: hidden;
}
.amelia-category-archive img:hover {
    opacity: .65;
}
.amelia-category-archive span.entry-comments-link,
.amelia-category-archive span.entry-comments-link:before {
    display: none;
}
/* Category Index Page
--------------------------------------------- */

.category-page .entry-title {
    text-align: center;
    border: 0;
    margin: -5px auto 0;
    font: normal 14px Source Serif Pro, serif;
    text-transform: none;
    line-height: 1.5em;
    width: 95%;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.category-page .featured-content .entry {
    width: 33.33333333333333333333%;
    padding: 0 5px;
    float: left;
}
.category-page .featured-content .entry:nth-of-type(3n) {
    float: right;
}
.content .category-page .widget-title {
    padding: 12px 0;
    text-align: center;
    font: normal 22px Libre Baskerville, serif;
}
.category-page .widget {
    margin-bottom: 20px
}
.category-page .more-from-category a {
    letter-spacing: 2px;
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 15px 15px;
    font: normal 12px Poppins;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    max-width: 300px;
}
.category-page .more-from-category a:hover {
    background-color: #f7f4f3;
}
.page .post-edit-link {
    display: none;
}
/* Portfolio Page
--------------------------------------------- */

.amelia-portfolio .portfolio {
    width: 33.3%;
    float: left;
    text-align: center;
}
.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;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden;
}
.amelia-portfolio .portfolio img:hover {
    opacity: .65;
}
.amelia-portfolio .entry {
    margin: 0 auto 15px;
}
.amelia-portfolio .entry-title {
    font: 400 14px Libre Baskerville, serif !important;
    text-align: center;
    display: block;
    padding: 12px;
    letter-spacing: 3px;
    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;
}
.portfolio-featured-image {
    margin-right: 20px;
}
.portfolio-back-button {
    margin: -25px 0 25px;
}
.portfolio-back-button a {
    display: block;
    background-color: #f7f4f3;
    font: normal 12px Poppins;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    color: #000;
    width: 220px;
    margin: 0 auto;
    letter-spacing: 2px;
}
.portfolio-back-button a:hover {
    background: #000;
    color: #fff;
}
.amelia-portfolio .archive-title {
    text-align: center;
    font-size: 32px;
}
.amelia-portfolio .archive-description p {
    text-align: center;
    font: normal 14px Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Contact Page
--------------------------------------------- */

.amelia-contact img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.amelia-contact .entry-content {
    margin-top: 20px;
}
.amelia-contact .content {
    padding-bottom: 0;
}
.contact-text {
    text-align: center;
    font: italic 14px Libre Baskerville, serif;
    letter-spacing: 2px;
    background-color: #f7f4f3;
    padding: 16px;
    margin-bottom: 20px;
}
.amelia-contact .content .widget-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}
/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.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(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    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;
}
.read-more {
    font-style: italic;
}
a.more-link {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 14px 24px;
    font: normal 12px Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    width: 170px;
}
a.more-link:hover {
    background: #f7f4f3;
    color: #000;
}
a.more-link em {
    text-transform: lowercase;
    font-family: Libre Baskerville, serif;
}
/* 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) {
    .menu-toggle,
    .sub-menu-toggle {
        display: block !important;
        background-color: #f7f4f3 !important;
        color: #000;
        font-size: 2.5em;
        font-weight: 300;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
    button.menu-toggle {
        background-color: #f7f4f3 !important;
        color: #000;
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        border: 0;
        padding: 0;
    }
    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background: transparent !important;
        color: #000;
        width: 100%;
        border: 0;
        padding: 10px 0;
        margin-top: -5px;
        padding-left: 6px;
        text-align: left;
    }
    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    .menu-toggle:before {
        content: "\2261";
    }
    .menu-toggle.activated:before {
        content: "\2191";
    }
    .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;
    }
    nav {
        display: none;
        position: relative;
    }
    .genesis-nav-menu .menu-item {
        background-color: #fff;
        position: relative;
        display: block;
        text-align: left;
    }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu .sub-menu {
        display: none;
        opacity: 1;
        position: static;
    }
    .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: #f7f4f3;
        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;
    }
}
/* Responsive Menu
--------------------------------------------- */

.menu-toggle {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}
.menu-toggle::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    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) {
    .site-container,
    .wrap,
    .home-section .featured-content .widget-wrap {
        max-width: 960px;
    }
    .site-inner {
        padding: 40px;
    }
    .content {
        width: 700px;
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .site-header .widget-area {
        width: 380px;
    }
    .sidebar-primary {
        width: 272px;
    }
    .home-section .enews input {
        width: 17%;
    }
    .creds p {
        width: 100% !important;
    }
    .nav-social-icons {
        position: fixed;
    }
    .home-section .widget .entry {
        width: inherit;
    }
}
@media only screen and (max-width: 1023px) {

    .footer-widgets,
    .site-container,
    .wrap {
        max-width: 900px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .header-image .site-title a {
        margin-top: 0;
    }
    .home-slider {
        margin-top: 30px;
    }
    .nav-social-icons {
        display: none;
    }
    .nav-primary {
        text-align: center;
    }
    .amelia-category-archive .entry {
        min-height: 420px;
    }
    .archive-pagination {
        margin-bottom: 50px;
    }
    .footer-widgets .wrap,
    .footer-widgets {
        max-width: 100%;
        width: 100% !important;
        padding: 20px;
    }
    .footer-widgets-1 .widget,
    .footer-widgets-2 .widget {
        padding: 0;
    }
    .footer-social-icons {
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .site-container {
        padding: 0 5%;
        width: 94%;
    }
    .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 {
        margin: 0;
        width: 100% !important;
    }

    .title-area {
        margin-top: 40px;
    }
    .genesis-nav-menu a {
        padding: 20px 30px !important;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -31px 0 0 199px;
    }
    .nav-primary .sub-menu .sub-menu {
        margin: -36px 0 0 199px;
    }
    .genesis-nav-menu .sub-menu {
        border: 0;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        background-color: #f7f4f3;
        border: 0 !important;
        width: 100%;
    }
    .entry-meta .entry-tags {
        clear: both;
        float: left;
    }
    .home-slider {
        margin-top: 30px;
    }
    .home-section .enews-widget input[type="submit"] {
        margin: 0;
        margin-top: 20px;
        width: 100% !important;
    }
    .home-section .enews-widget input#subbox,
    .home-section .enews-widget input#subbox1,
    .home-section .enews-widget input#subbox2,
    .sidebar .enews-widget input#subbox,
    .sidebar .enews-widget input#subbox1,
    .sidebar .enews-widget input#subbox2,
    .after-entry .enews-widget input#subbox,
    .after-entry .enews-widget input#subbox1,
    .after-entry .enews-widget input#subbox2 {
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
    .amelia-category-archive .entry {
    min-height: 350px;
    }
    .home-section .enews-widget {
        padding: 30px !important;
    }
    .home-section .enews .widget-title {
        float: none;
        margin: 0 auto;
        border-right: 0;
        padding: 10px 0 30px !important;
    }
    .home-featured .home-section .widget {
        width: 100%;
    }
    .home-featured .widget .widget-title {
        max-width: 40%;
        left: 28.5%;
        margin: 0 auto;
    }
    .amelia-instagram .widget-title {
        display: none;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgts-3 {
        width: 100% !important;
    }
    .footer-social-icons,
    .footer-social {
        text-align: center;
        float: none;
    }
    .creds {
        text-align: center;
        ;
    }
    .footer-social {
        background-color: #f7f4f3;
        width: 100%;
        margin-top: -20px;
    }
    .slide-excerpt-border {
        display: none !important;
    }

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

    .header-image .site-title a {
        background-size: contain !important;
        width: 100%;
        margin-top: 0;
    }

    .header-image .title-area { padding: 0 20px; }

    .entry-title {
        font-size: 18px;
    }
    .home-section .featured-content .entry {
        width: 100%;
    }
    .front-page .content-sidebar-wrap .entry, .home .content-sidebar-wrap .entry, .amelia-blog .entry {
        min-height: inherit;
        margin-bottom: 30px;
    }
    .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%;
    }
    .site-title,
    .site-title a,
    .site-title a:hover {
        font-size: 22px;
        letter-spacing: 5px;
    }
    .site-description {
        font-size: 12px;
    }
    .portfolio-featured-image {
        margin: 0;
    }
    .home-section .enews-widget input#subbox,
    .home-section .enews-widget input#subbox1,
    .home-section .enews-widget input#subbox2,
    .home-section .enews-widget input#subbox,
    .home-section .enews-widget input[type="submit"] {
        margin: 6px 0;
        width: 100% !important;
    }
    .front-page .content-sidebar-wrap .entry,
    .home .content-sidebar-wrap .entry,
    .amelia-blog .entry {
        width: 100%;
        padding: 0;
    }
    .home-featured .widget .widget-title {
        max-width: 60%;
        left: 18.5%;
    }
    .home-section .enews-widget {
        padding: 30px !important;
    }
    .home-featured .widget .widget-title {
        font-size: 12px;
        padding: 12px 6px;
     }
    .amelia-instagram {
        display: none;
    }
    .footer-social-icons, .footer-social {
        padding-top: 40px;
    }
}

/* Add Custom CSS Below This Line */