/*
        Theme Name: Olivia
        Theme URI: https://17thavenuedesigns.com/shop/olivia-wordpress-theme/
        Description: A stylish + feminine mobile responsive theme for the Genesis framework.
        Author: 17th Avenue
        Author URI: https://17thavenuedesigns.com
        Version: 2.2.0
 
        Tags: one-column, two-columns, footer-widgets, responsive-layout, custom-menu, custom-logo, custom-colors, full-width-template, theme-options, threaded-comments, e-commerce
 
        Template: genesis
        Template Version: 3.1

    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
        - Genesis Responsive Slider
        - Genesis eNews Extended
            - Sidebar & After Entry 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
        - Content
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Post Comments
    - Sidebar
        - Social Icons
        - About Photo Widget
    - Blog Formats
        - Grid
        - Full Post + Grid
        - List
        - Full Post + List
    - Footer
        - Footer Widgets
        - Instagram Feed
    - Site Footer
    - Page Templates
        - 404 page
        - Category Archive Page
        - Category Index Page
        - Landing Page
    - Responsive Navigation
        - Navigation Toggles
    - Media Queries
        - Max-width: 1300px
        - Max-width: 1139px
        - Max-width: 1021px
        - Max-width: 940px
        - Max-width: 767px
        - Max-width: 480px
        - Max-width: 390px

*/

@font-face {
    font-family: 'Raleway';
    src: url('type/Raleway.woff2') format('woff2'),
         url('type/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
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 #d3d0d0 !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: #222;
    font: normal 14px Open Sans, sans-serif;
    letter-spacing: .75px;
    line-height: 2.8rem;
    -webkit-font-smoothing: subpixel-antialiased;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
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: #111111;
    text-decoration: none;
}
a:hover {
    color: #aaa;
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link) {
    color: #aaa;
    font-weight: bold;
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link):hover {
    color: #111111;
}
::selection {
    background-color: #e6e6e6;
}
::-moz-selection {
    background-color: #e6e6e6;
}
p {
    margin: 0 0 22px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
    color: #111111;
}
li {
    list-style-type: none;
}
b,
strong {
    font-weight: 800;
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 25px 0;
    font: normal 18px Raleway, serif;
    line-height: 3.3rem;
    background: #f3f2f1;
    padding: 30px 30px 27px;
    color: #111111;
}
blockquote p {
    margin-bottom: 0;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eeeae8;
    clear: both;
    margin: 40px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 20px;
    color: #111111;
    letter-spacing: 2px;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}

/* 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 #eeeae8;
    border-radius: 0;
    box-shadow: none;
    color: #111111;
    font-size: 13px;
    letter-spacing: .05em;
    padding: 15px;
    width: 100%;
    font-weight: 300;
}
input:focus,
textarea:focus {
    border: 1px solid #d3d0d0;
    outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #999;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button,
.category-page .more-from-category a,
.comment-reply a,
.entry-content .wp-block-button .wp-block-button__link {
    background-color: #111111;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    font: 500 12px Raleway, sans-serif;
    letter-spacing: 2px;
    padding: 16px 24px;
    margin: 10px 0;
    text-transform: uppercase;
    white-space: normal;
    width: 100;
}
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,
.category-page .more-from-category a:hover,
.comment-reply a:hover,
.entry-content .wp-block-button .wp-block-button__link:hover {
    background-color: #f3f2f1;
    color: #111111;
}
.entry-content .wp-block-button .wp-block-button__link {
    background-color: #111111 !important;
    color: #ffffff !important;
}
.entry-content .wp-block-button .wp-block-button__link:hover {
    background-color: #f3f2f1 !important;
    color: #111111 !important;
}
.button {
    display: inline-block;
}
a.more-link {
    color: #fff;
    background: #111111;
    padding: 16px 28px;
    font: 500 11px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto 32px;
    display: table;
}
a.more-link:hover {
    background: #f3f2f1;
    color: #111111;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* 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;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #eeeae8;
}
th,
td {
    text-align: left;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #eeeae8;
    padding: 6px 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.site-container {
    margin: 0 auto;
    min-height: 100vh;
}
.nav-primary-active .site-container {
    margin-top: 60px;
}
.site-inner,
.site-inner .wrap,
.nav-primary .wrap {
    float: none;
    margin: 0 auto;
    max-width: 1040px;
}
.site-inner {
    background-color: #fff;
    clear: both;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
    margin-top: 15px !important;
    margin-bottom: 30px;
    max-width: 1060px;
}
.secondary-nav .site-inner {
    margin-top: 250px;
}

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

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

/* 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: 1.5px;
    font-size: 12px;
    font-family: Raleway;
    font-weight: 400;
}

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

.breadcrumb {
    border-bottom: 2px solid #eeeae8;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.archive-description,
.author-box {
    font-size: 14px;
    margin-bottom: 1%;
}
.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"] {
    border: 1px solid #eeeae8;
    background: #fff;
    padding: 18px 14px;
    letter-spacing: .05em;
}
.search-form input[type="submit"] {
    font-family: FontAwesome;
    font-size: 12px;
    width: 20px;
    height: 30px;
    background: transparent;
    color: #111111;
    bottom: 7px;
    right: 2px;
    position: absolute;
}
.search-form input[type="submit"]:hover {
    color: #a1a1a0;
    background: transparent !important;
}
input[type="submit"]:focus {
    border: 0 !important;
}

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

.entry-title,
.archive-title,
.content .category-page .featuredpost .widget-title {
    font: 400 18px Raleway, serif;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.5;
    text-transform: uppercase;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 10px 10px 9px;
    margin-bottom: 25px;
}
.search .archive-title {
    border: 0;
    padding: 0;
}
.sidebar .entry-title {
    font-size: 24px;
    text-align: center;
}
.page.page-template-default:not(.home) .content .entry-title {
    margin: 0 0 18px;
}
.page.page-template-default.full-width-content:not(.home) .entry-title {
    text-align: center;
}
.widget-full .widget-title {
    margin-bottom: 20px;
}
.full-width-content .content-sidebar-wrap {
    max-width: 100%;
}
header.entry-header {
    text-align: left;
}
.post.has-post-thumbnail p,
.home .post p, .blog post p {
    text-align: left;
}

/* 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,
.shop-post-title {
    text-align: center;
    font: 500 12px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    background: #f3f2f1;
    padding: 14px;
    position: relative;
}

.sidebar .widget-title:after,
.shop-post-title:after {
  content: "";
  width:0px;
  height:0px;
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:12px solid #f3f2f1;
  position:absolute;
  bottom:-12px;
  left: 50%;
  margin-left: -15px;
}


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

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

.slide-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);
}
.slide-image:hover {
    opacity: .7;
}

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

html > body .slide-excerpt-border {
    width: 500px;
}
.slide-excerpt-border {
    background: rgba( 249, 249, 249, .8) !important;
    outline: 8px solid rgba( 249, 249, 249, .8) !important;;
    border: 1px solid #111 !important;
    margin: 10px;
    padding: 25px 25px 22px !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: 1em;
    padding: 10px 10px 0px;
}
.slide-excerpt-border h2 a {
    font: normal 22px Raleway, Didot, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.slide-excerpt-border p:first-of-type { display: none}
.flex-control-nav li a:focus { outline: 0; }

.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;
}
.slide-excerpt-border a.more-link {
    margin-bottom: 0;
}

/* 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: 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;
}
.slider-area{
    text-align: center;
}

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

.enews-widget input {
    margin-bottom: 16px;
}
.sidebar .enews-widget input[type="submit"] {
    width: 100%;
    margin-top: 0;
    cursor: pointer;
}
.enews-widget p {
    text-align: center;
    margin-bottom: 20px;
}

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

.subscribe-text {
    color: #a1a1a0;
    font: normal 11px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 350px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 0;
    display: block;
    margin-top: -12px;
}

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

#wpstats {
    display: none;
}
#subscribe-submit button[type="submit"],
#subscribe-email input {
    width: 100% !important;
}
p#subscribe-email {
    margin-bottom: 2px !important;
}
.jetpack_subscription_widget p {
    font-size: 13px !important;
    text-align: center !important;
}

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

.share-after {
    clear: both;
    text-align: right;
    margin-bottom: -34px;
    margin-top: 45px;
}
.sharrre .share,
.sharrre:hover .share {
    color: #111111;
    font-size: 12px;
    font-weight: normal !important;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .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 .twitter .count,
.content .share-filled .twitter .count:hover {
    display: none;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook: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 .twitter .share,
.content .share-filled .twitter:hover .count {
    background: transparent !important;
    color: #111111 !important;
    font-size: 10px !important;
    font-weight: normal !important;
}
.share-small .no-count .share {
    width: 0px;
}
.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
    font-size: 15px !important;
    font-weight: normal !important;
}

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

.nf-form-layout {
    background: #f3f2f1;
    color: #111111 !important;
    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 {
    color: #333 !important;
}
.nf-form-fields-required,
.nf-form-title,
span.ninja-forms-req-symbol {
    display: none;
}
.nf-form-content .ninja-forms-field {
    font-size: 15px !important;
}
.label-above .nf-field-label,
.nf-field-label label,
.nf-form-content label {
    font: 500 12px Raleway, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #111111;
}
.nf-field-element input, 
.nf-field-element select,
.nf-field-element textarea {
    padding: 15px;
}
.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    background: #fff !important;
}
.nf-form-content input[type="button"] {
    font-size: 12px !important;
    text-transform: uppercase !important;
    background: #111111 !important;
    padding: 16px 26px;
    color: #fff;
    letter-spacing: 2px !important;
    border: 0 !important;
} 
.nf-form-content input[type="button"]:hover {
    background: #fff !important;
    color: #111111 !important;
}
.nf-form-content input,
.nf-form-content textarea {
    border: 1px solid #fff !important;
}
.nf-form-content input:focus,
.nf-form-content textarea:focus {
    border: 1px solid #ccc !important;
}
.nf-pass.field-wrap .nf-field-element:after,
.nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}

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

.site-header .wrap {
    width: 100%;
}
.site-header {
    margin: 0 auto;
    width: 100%;
}

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

.title-area {
    float: left;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.header-right-active .title-area {
    padding-left: 50px;
}
.header-right-active .site-header {
    padding: 20px 0 18px;
}
.site-title {
    font: 200 64px Raleway, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 5px;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #111111;
    text-decoration: none;
}
.header-image .site-title,
.site-description {
    display: block;
    font: normal 12px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111111;
    webkit-font-smoothing: antliased;
}
.site-description {
    margin-top: 12px;
    margin-bottom: 8px;
}
.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;
}
.header-image .site-description { display: none; }

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    float: none;
    margin: 0 auto;
    text-align: center;
}

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

/* Logo, hide text */

.header-image .site-header .widget-area {
    margin-top: 100px;
}

.header-image .site-title,
.header-image .title-area {
    padding: 15px 0;
}

.header-image .title-area {
    width: 100%;
    max-width: 400px;
}

/* Logo, full width */

.header-image.header-full-width .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    display: block;
    margin: 0 auto;
    min-height: 150px;
    margin-top: 15px;
    margin-bottom: -15px;
}

.header-image .title-area {
    margin-top: 20px;
    margin-bottom: -10px;
}

.header-image.header-full-width .title-area {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/*
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: #fff;
    display: block;
    font: 500 11px Raleway, sans-serif;
    letter-spacing: 2px;
    padding: 25px 26px 16px;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.genesis-nav-menu a:hover {
    color: #a1a1a0;
}
.nav-primary .menu-item:first-child a {
    padding-left: 0;
}
.nav-primary .sub-menu .menu-item:first-child a {
    padding-left: 16px;
}
.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: 190px;
    z-index: 9999;
    pointer: cursor;
    text-align: left;
    background-color: #ffffff;
    border-top: 0;
    pointer-events: none;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    color: #111;
    border: 1px solid #f5f5f5;
    border-top: 0;
    padding: 12px 16px;
    line-height: 1.9em;
    position: relative;
    width: 190px;
    word-wrap: break-word;
    pointer: cursor;
    z-index: 9999;
    letter-spacing: 1.5px;
}
.nav-primary .menu-item:first-child .sub-menu a {
    padding-left: 16px;
}
.genesis-nav-menu .sub-menu a:hover {
    color: #a1a1a0;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -35px 0 0 189px;
    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;
}

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

.nav-primary {
    text-transform: uppercase;
    z-index: 999;
    position: fixed;
    margin-top: -60px;
    background: #111;
    width: 100%;
}
.nav-primary .wrap {
    position: relative;
}
.nav-primary .widget-wrap a {
    padding: 0;
    display: inline;
    z-index: 1;
}
.nav-primary .widget-wrap {
    position: absolute;
    margin-top: -69px;
    right: 8px;
    padding: 0 24px;
}
.nav-primary .social {
    position: relative;
    top: 31px;
}


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

.nav-secondary {
    text-align: center;
    margin: 0 auto;
    max-width: 1060px;
    margin-bottom: 30px;
    margin-top: -15px;
}
.header-image .nav-secondary {
    margin-top: 15px;
}
.nav-secondary .sub-menu {
    border-top: 1px solid #f5f5f5;
}
.nav-secondary .wrap {
    margin-bottom: 0;
}
.nav-secondary a {
    padding: 20px 26px 12px;
    color: #111;
}


/* 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: 13px;
    z-index: 9999;
}

li a.icon-search {
    cursor: pointer;
    z-index: 9999;
    color: #fff;
    padding-top: 27px;
    padding-left: 0;
    height: 60px;
    width: 60px;
    margin-left: -64px;
    padding: 25px 0 15px 26px;
}
li a.icon-search:hover {
    color: #a1a1a0;
}

.nav-social li a.icon-search {
    margin-top: -62px;
    margin-left: 0;
    width: auto;
}

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

.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;
}
.nav-primary .search-form {
    background: #fff;
}
.nav-primary .search-form input[type="search"] {
    padding: 18px 13px 16px;
    border: 0 !important;
    letter-spacing: .75px;
}
.nav-primary .search-form input[type="submit"] {
    right: 12px;
    bottom: 1px;
    font-size: 80% !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;
}

.mobile-search {
    display: none;
}

@media only screen and (max-width: 1021px) {
    li a.icon-search,
    .search-div { 
        display: none; 
    }
    .nav-primary .search-form {
        border: 1px solid #eeeae8;
    }
    .mobile-search {
        margin-top: 70px;
        display: block;
        padding: 0 25px 25px;
    }
    .nav-primary .mobile-search .search-form input[type="submit"] {
        bottom: 5px;
        right: 5px;
    }
}

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

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

.footer-menu a {
    padding: 0 30px 0 0;
    letter-spacing: 1.5px;
    font: normal 10.5px Raleway, sans-serif;
    text-transform: uppercase;
}

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

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

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

.olivia-before-content {
    margin-top: 15px;
}
.olivia-before-content .wrap {
    margin: 0 auto;
    max-width: 1060px;
}
.olivia-before-content .enews-widget {
    background: #f3f2f1;
    padding: 50px;
    clear: both;
    max-width: 1060px;
    margin: 0 auto;
}
.olivia-before-content .featuredpost .entry-title {
    margin: 6px 0;
    border: 0;
    padding: 0 20px;
}
.olivia-before-content .featuredpost .entry {
    width: 50%;
    float: left;
}
.olivia-before-content .featuredpost .entry:first-of-type {
    padding-right: 15px !important;
}
.olivia-before-content .featuredpost .entry:nth-of-type(2) {
    padding-left: 15px !important;
}
.olivia-before-content .widget .entry {
    margin-bottom: 15px;
}
.olivia-before-content .widget {
    margin-bottom: 15px;
}
.olivia-before-content .featuredpost a.more-link {
    margin-bottom: 0;
}
.olivia-before-content .enews-widget .widget-title {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 22px;
    text-transform: uppercase;
    float: left;
    padding-right: 25px;
    letter-spacing: 3px;
}
.olivia-before-content .enews-widget input {
    margin-bottom: 0;
    margin-left: 1.25%;
    width: 19%;
    padding: 17px 15px 16px;
    float: left;
}
.olivia-before-content .enews-widget input[type="submit"] {
    margin-left: 1.25%;
    padding: 18px 5px;
    width: 15%;
    letter-spacing: 2px;
    margin-top: 1px;
}
.olivia-before-content .enews-widget input[type="submit"]:hover {
    background: #fff;
    color: #111;
}
.olivia-before-content .enews-widget p {
    clear: both;
    font-size: 14px;
    padding-top: 20px;
    display: block;
    margin-bottom: -10px;
}
.olivia-before-content .featuredpage {
    width: 32.25%;;
    float: left;
}
.olivia-before-content .featuredpage .entry { 
    margin-bottom: 0px;
}
.olivia-before-content .featuredpage .widget-title {
    background: rgba( 249, 249, 249, .9);
    margin: 0 11%;
    padding: 13px 25px;
    font: normal 18px Raleway, serif;
    text-transform: uppercase;
    width: 78%;
    position: absolute;
    text-align: center;
    top: 38%;
    letter-spacing: 3px;
    left: 0;
    opacity: .95;
    z-index: 99;
}
.olivia-before-content .featuredpage:nth-of-type(2) {
    left: 17px;
}
.olivia-before-content .featuredpage:nth-of-type(3) {
    right: -34px;
}
.olivia-before-content .featuredpage.widget {
    position: relative;
}

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

.content-sidebar .content {
    float: left;
    width: 700px;
}
.sidebar-content .content {
    float: right;
    width: 700px;
}
.full-width-content .site-inner {
    max-width: 1060px;
    margin: 0 auto;
}
.woocommerce.full-width-content .site-inner,
.woocommerce-page.full-width-content .site-inner {
    max-width: 1280px;
}
.single-post.full-width-content .post {
    max-width: 950px !important;
    margin: 0 auto 6%;
}
.single-featured-image {
    margin: 0 auto;
    text-align: center;
}
.single-featured-image img {
    position: relative;
    max-width: 950px;
}
.single-post.full-width-content .entry-title,
.single-post.full-width-content .entry-header .entry-meta {
    text-align: center;
}
.shop-post {
    text-align: center;
}
.shop-post-title {
    margin-top: 24px;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    margin: 24px auto 0;
    padding: 14px 36px;
}
.search .shop-post,
.search .shop-post-title {
    display: none;
}
.single .shop-post-title {
    display: none;
}
.shop-post-title.single {
    font: normal 11px Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #f3f2f1;
    display: table;
    padding: 12px 24px;
    text-align: center;
    margin: 0 auto;
}
.shop-post .shopsense-widget {
    margin: -10px 0 0;
}
.single .shop-post .shopsense-widget {
    margin: 0;
}
.blog.content-sidebar .shop-post h4 {
    text-align: right;
    font: normal 11px Raleway, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeae8;
    padding-bottom: 10px;
}
.single-post .shop-post { 
    max-width: 100%;
    width: 100%; 
}

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

.entry {
    margin-bottom: 6%;
}
.page .content .entry {
    border-bottom: 0;
}
.single .entry {
    margin-bottom: 6%;
}
.widget .entry {
    margin-bottom: 40px;
}
.sidebar .featured-content .entry {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.sidebar .featured-content .entry-title {
    font-weight: 300;
    font-size: 14px;
    text-transform: none;
    max-width: 85%;
    line-height: 1.6;
    letter-spacing: .75px;
    font-family: Open Sans;
    margin: -5px auto 5px !important;
    border: 0;
    padding: 0;
}
.sidebar .wpp-post-title {
    font: 300 15px Raleway, sans-serif;
    letter-spacing: .75px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
}
.sidebar .wpp-thumbnail {
    margin-top: 10px;
}
.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,
.woocommerce ul.product_list_widget li img,
.widget_media_image img,
.wpp-list-with-thumbnails li img,
.cat-archive-featured-image 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;
}
img.entry-image.attachment-post:hover,
.woocommerce ul.product_list_widget li img:hover,
.widget_media_image img:hover,
.wpp-list-with-thumbnails li:hover img,
.cat-archive-featured-image img:hover {
    opacity: .7;
}
ul.wp-block-gallery {
    margin-left: 0;
}
.single-post ul.wp-block-gallery {
    margin-bottom: .6em !important;
}

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

p.entry-meta {
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #111111;
    font-size: 12px;
}
.entry-header,
.entry-footer {
    text-align: center;
}
.entry-header p.entry-meta {
    text-align: center;
    margin-bottom: 12px;
}
.share-before_entry_header {
    text-align: right;
    border-top: 1px solid #eeeae8;
    padding-top: 13px;
}
.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
}
.entry-categories a,
.entry-tags a {
    font-weight: normal;
}
.single-post .entry-footer {
    text-align: left;
    float: none;
    padding-bottom: 6px;
}
.entry-footer p {
    margin-bottom: 0;
    line-height: 1.9;
    max-width: 85%;
}

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

.after-entry {
    padding: 0;
}
.after-entry li {
    list-style-type: none;
}
.single-post.full-width-content .after-entry {
    max-width: 950px;
    margin: 0 auto;
}
.after-entry .enews-widget .widget-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.after-entry .enews-widget {
    background: #f3f2f1;
    padding: 32px 32px 34px 22px;
    margin-bottom: 30px;
}
.after-entry .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.5%;
    width: 37%;
    border: 1px solid #eeeae8;
}
.after-entry .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1.5%;
    padding: 16px 15px;
    width: 20%;
    cursor: pointer;
    border: 0;
    letter-spacing: 1.5px;
}

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

.pagination {
    clear: both;
    margin: 40px 0 40px;
    text-align: center;
    font: 500 12px Raleway, sans-serif;
    text-transform: uppercase;
}
.single-post .pagination {
    margin: 0;
}
.pagination-previous a,
.pagination-next a {
    padding: 16px 20px;
    color: #111111;
    letter-spacing: 1.5px;
    background: #f3f2f1;
}
.pagination-previous a:hover,
.pagination-next a:hover {
    background: #111111;
    color: #ffffff;
}
.pagination-next.alignright .arrow,
.pagination-previous.alignleft .arrow {
    font-size: 14px;
}
.pagination
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
    margin: 1px;
}
.archive-pagination li a {
    background-color: #f3f2f1;
    color: #111111;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font: 500 11px Raleway, sans-serif;
    letter-spacing: 2px;
    padding: 15px;
    text-transform: uppercase;
}
.archive-pagination li a:hover {
    background: #111111;
    color: #ffffff;
}

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

.comment-respond {
    background: #fff;
    padding: 20px 0 0;
    margin: 0 auto;
    max-width: 950px;
}
.entry-comments {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 50px;
}
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
}
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
}
.entry-comments .comment:last-child {
    margin-bottom: 15px
}
p.comment-meta {
    font-size: 13px;
}
.comment-header {
    font-size: 16px;
}
.entry-comments .comment {
    border-bottom: 1px solid #eeeae8;
}
.comment-respond label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 0 10px;
    color: #111111;
    font-weight: 500;
    font-family: Raleway;
}
.comment-reply a {
    padding: 10px 12px;
    font-size: 10px;
}
.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;
    border: 1px solid #eeeae8;
    line-height: 1.7;
}
.entry-comments .children .comment {
    border: none;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
    border: 1px solid #eeeae8;
    padding: 18px;
}
.comment-list li,
.ping-list li {
    list-style-type: none;
}
.entry-comments ul.children {
    margin-left: 40px;
    border-left: 1px solid #eeeae8;
    padding-left: 30px;
}
.ping-list .reply {
    display: none;
}
a#cancel-comment-reply-link {
    font-family: Raleway;
    font-weight: 300;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #aaa;
}
#reply-title,
.entry-comments h3 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.logged-in-as {
    text-align: center;
}
.comment-form-cookies-consent {
    margin-bottom: 10px; 
}
.comment-form-cookies-consent label {
    display: inline;
    text-transform: none;
    font: inherit;
    font-size: 13px;
    letter-spacing: inherit;
    margin-left: 10px;
}
p.comment-notes {
    text-align: center;
}

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

.sidebar {
    float: right;
    width: 300px;
    margin-bottom: 25px;
    overflow: hidden;
}
.home .sidebar {
    margin-top: 8px;
}
.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;
    font-size: 14px;
    text-align: center;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 50px;
}
.sidebar .enews-widget,
.sidebar .jetpack_subscription_widget {
    border: 1px solid #222;
    padding: 30px 32px 21px;
}
.sidebar .enews-widget .widget-title,
.sidebar .jetpack_subscription_widget .widget-title {
    font-family: Raleway;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3;
    background: none;
    padding: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.sidebar .enews-widget .widget-title:after,
.sidebar .jetpack_subscription_widget .widget-title:after {
    display: none;
}
.sidebar li.cat-item a,
.sidebar .widget_nav_menu a {
    background: #fff;
    font-weight: normal;
    color: #111;
    border: 1px solid #111;
    text-align: center;
    padding: 16px;
    margin: 10px auto;
    width: 100%;
    font: 500 12px Raleway, sans-serif;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
}
.sidebar li.cat-item a:hover,
.sidebar .widget_nav_menu a:hover {
    background: #111;
    color: #fff;
}
.sidebar .custom-html-widget h4 {
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
}
.sidebar .button {
    width: 100%;
    text-align: center;
}

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

.social i,
.nav-primary .social i {
    color: #fff;
    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: 0 4px;
}
.social i:hover,
.nav-primary .social i:hover {
    color: #a1a1a0;
}
.sidebar .social,
.footer-widgets .social {
    background: #111;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    padding-bottom: 30px;
    line-height: 34px;
    margin: 0 3px;
    -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;
}
.sidebar .social i,
.footer-widgets .social i {
    color: #fff;
}
.sidebar .social:hover,
.footer-widgets .social:hover {
    background: #f3f2f1;
}
.sidebar .social:hover i,
.footer-widgets .social:hover i {
    color: #111;
}
.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: 16px;
}

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

#about-photo {
    border-radius: 350px;
    width: 100%;
    max-width: 350px;
}
#about {
    margin: 8px auto 0;
    width: 90%;
    font-size: 13px;
}
#hover,
.entry-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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#hover:hover,
.entry-image:hover {
    opacity: .7;
}

/* Blog formats
---------------------------------------------------------------------------------------------------- */

/* Grid
---------------------------------------------------------------------------- */

.olivia-blog-grid #blog-grid .post img,
.olivia-blog-list #blog-list .post 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;
    backface-visibility: hidden;
    margin-bottom: 20px;
}
.olivia-blog-grid #blog-grid .post img:hover,
.olivia-blog-list #blog-list .post img:hover {
    opacity: .7;
}
#blog-grid .share-after {
    display: none;
}
.olivia-blog-grid .content .entry.page {
    display: none;
}
.olivia-blog-grid #blog-grid {
    margin-bottom: 40px;
}
.olivia-blog-grid .content .entry-content {
    padding: 0 !important;
}
.olivia-blog-grid .content .entry {
    float: left;
    width: 50%;
    border: 0;
    margin-bottom: 30px;
}
.olivia-blog-grid .content .entry-title {
    font-size: 18px;
    border: 0;
    width: 90%;
    padding: 0;
    margin: 0 auto 10px;
}
.olivia-blog-grid .entry-header p.entry-meta {
    margin-bottom: 7px;
    margin-top: 0;
}
.olivia-blog-grid .shop-post,
.olivia-blog-grid .shop-post-title {
    display: none;
}
.olivia-blog-grid .content .entry:nth-of-type(odd) {
    padding-right: 12px;
}
.olivia-blog-grid .content .entry:nth-of-type(2n) {
    float: right !important;
}
.olivia-blog-grid .content .entry:nth-of-type(even) {
    padding-left: 12px;
}
.olivia-blog-grid .content .entry:nth-child(2n+1) {
    clear: both;
}
.olivia-blog-grid .pagination {
    padding-top: 30px;
}

@media only screen and (max-width: 680px) {
    .olivia-blog-grid .content .entry {
        width: 100%;
        margin-bottom: 7%;
    }
    .olivia-blog-grid .content .entry-title {
        clear: both;
    }
    .olivia-blog-grid .shop-post,
    .olivia-blog-grid .shop-post-title {
        display: block;
    }
    .olivia-blog-grid .shop-post-title {
        padding-top: 15px;
    }
    .olivia-blog-grid #blog-grid {
        border: 0;
    }
    .olivia-blog-grid .content .entry:nth-of-type(1n),
    .olivia-blog-grid .content .entry:nth-of-type(2n){
        padding: 0 !important;
    } }

/* Grid - Alt
---------------------------------------------------------------------------- */

.olivia-blog-grid.alt .content .entry:first-of-type {
    width: 100%;
}
.olivia-blog-grid.alt .content .entry:nth-of-type(1n) {
    padding: 0;
}
.olivia-blog-grid.alt .content .entry:nth-of-type(2),
.olivia-blog-grid.alt .content .entry:nth-of-type(even) {
    float: left !important;
    padding-left: 0px;
    padding-right: 12px;
}
.olivia-blog-grid.alt .content .entry:nth-of-type(3),
.olivia-blog-grid.alt .content .entry:nth-of-type(odd) {
    float: left !important;
    padding-left: 12px;
}
.olivia-blog-grid.alt .content .entry:first-of-type {
    padding: 0;
}
.olivia-blog-grid.alt .content .entry:nth-child(2n+1) {
    clear: none;
}
.olivia-blog-grid.alt .entry:nth-child(3n+1),
.olivia-blog-grid.alt .entry:nth-child(5n+1) {
    clear: both;
}
.olivia-blog-grid.alt #blog-grid {
    margin-bottom: 40px;
}

@media only screen and (max-width: 680px) {
    .olivia-blog-grid.alt .content .entry:nth-of-type(2),
    .olivia-blog-grid.alt .content .entry:nth-of-type(3),
    .olivia-blog-grid.alt .content .entry:nth-of-type(3),
    .olivia-blog-grid.alt .content .entry:nth-of-type(odd),
    .olivia-blog-grid.alt .content .entry:nth-of-type(even),
    .olivia-blog-grid.alt #blog-grid {
        padding: 0;
    }
}

/* List
---------------------------------------------------------------------------- */

#blog-list .share-after {
    display: none;
}
.olivia-blog-list .content .entry.page {
    display: none;
}
.olivia-blog-list .content .post.has-post-thumbnail img.alignleft {
    margin-right: 4%;
    width: 46%;
    float: left;
}
.olivia-blog-list .content .entry-title {
    text-align: left;
    margin: 0 auto 10px;
    border: 0;
    padding: 0;
}
.olivia-blog-list .content .entry-header p.entry-meta {
    text-align: left;
    padding-top: 40px;
    margin-bottom: 10px;
}
.olivia-blog-list .shop-post,
.olivia-blog-list .shop-post-title {
    clear: both;
    top: 20px;
}
.olivia-blog-list .shop-post-title {
    margin-bottom: 20px;
}
.olivia-blog-list a.more-link {
    display: inline-block;
}

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

    .olivia-blog-list a.more-link {
        width: inherit;
        float: left;
    } }

@media only screen and (max-width: 680px) {
    .olivia-blog-list .content .post.has-post-thumbnail img.alignleft {
        width: 100%;
        margin: 0;
    }
    .olivia-blog-list .content .entry-content,
    .olivia-blog-list .content .entry,
    .olivia-blog-list.alt .content .entry-content,
    .olivia-blog-list.alt .content .entry {
        padding: 0 !important;
    }
    .olivia-blog-list .content a.more-link {
        width: 100%;
    }
    .olivia-blog-list .content .entry-header p.entry-meta,
    .olivia-blog-list .content .entry:first-of-type .entry-header p.entry-meta  {
        clear: both;
        padding-top: 25px;
        text-align: center;
    }
    .olivia-blog-list .content .entry-title {
        text-align: center;
    }
}

/* List - Alt
---------------------------------------------------------------------------- */

.olivia-blog-list.alt .post.has-post-thumbnail img.alignleft {
    margin-right: 4%;
    width: 47%;
    float: left;
}
.olivia-blog-list.alt .entry:first-of-type {
    margin-bottom: 7%;
}
.olivia-blog-list.alt .content .entry:first-of-type .entry-title,
.olivia-blog-list.alt .content .entry:first-of-type .entry-meta {
    text-align: center;
}
.olivia-blog-list.alt .content .entry:first-of-type a.more-link {
    display: table;
    margin-bottom: 20px;
}
.olivia-blog-list.alt .content .entry:first-of-type .entry-header p.entry-meta {
    padding-top: 5px;
}

@media only screen and (max-width: 680px) {
    .olivia-blog-list.alt .post.has-post-thumbnail img.alignleft {
        width: 100%;
        margin: 0;
    }
    .olivia-blog-list.alt .content .entry .entry-title,
    .olivia-blog-list.alt .content .entry .entry-meta {
        text-align: center;
    }
    .olivia-blog-list.alt .content .entry a.more-link {
        display: table;
        margin-bottom: 20px;
        float: none;
    }
    .olivia-blog-list.alt .content .entry:first-of-type {
        padding-bottom: 0 !important;
    }
    .olivia-blog-list.alt .content .entry:first-of-type .entry-header p.entry-meta {
        padding-top: 0;
    }
}

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

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

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

#mc_embed_signup label {
    font-family: Raleway;
    color: #111111;
    font-size: 38px !important;
    margin-bottom: 15px;
    font-weight: normal !important;
    letter-spacing: 2px;
}

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

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


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

.footer-wrap {
    background: #111;
    overflow: auto;
    margin-bottom: -23px;
}
.copyright {
    text-transform: uppercase;
    font: normal 10.5px Open Sans, sans-serif;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 32px 20px 29px;
    color: #fff;
}
.copyright p {
    margin-bottom: 0;
}
.copyright a {
    color: #fff;
}
.copyright a:hover,
.footer-menu li a:hover {
    color: #a1a1a0;
}
.footer-widgets {
    clear: both;
    background: #f3f2f1;
}
.footer-widgets .wrap {
    width: 1120px;
    margin: 0 auto;
    padding: 30px 0 35px;
}
h2.footer-title {
    font-family: Margo;
    letter-spacing: 0;
    font-size: 66px;
    margin-bottom: 0;
    margin-left: 6px;
}
.footer-widgets li {
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.footer-widgets .widget {
    margin-bottom: 30px;
    padding: 0 30px;
}
.footer-widgets .widget:last-of-type {
    margin-bottom: 0px;
}
.footer-widgets .widget-title {
    font: 500 12px Raleway, sans-serif;
    text-transform: uppercase;
    padding-bottom: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-align: center;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding: 30px 0 20px;
    width: 33.3333333%;
}
.footer-widgets-1 {
    float: left;
    display: inline-block;
}
.footer-widgets-1 .widget {
    margin-bottom: 0;
}
.footer-widgets-2 {
    float: left;
}
.footer-widgets-3 {
    float: right;
}
.footer-widgets .search-form input[type="search"] {
    border: 1px solid #eeeae8 !important;
    padding: 15px 14px;
    text-transform: none;
    letter-spacing: .05em;
    font-size: 13px;
}
.footer-widgets .search-form input[type="submit"] {
    top: -7px;
}
.footer-widgets .enews-widget input[type="submit"] {
    width: 100%;
}
.footer-widgets .enews-widget input[type="submit"]:hover {
    background: #fff;
    color: #111;
}
.footer-widgets .enews-widget input {
    margin-bottom: 5px;
}

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

#sb_instagram .sbi_follow_btn a {
    background: #fff !important;
    color: #111111 !important;
    margin-top: 15px !important;
}
#sb_instagram {
    padding: 0 !important;
}
.olivia-instagram .widget {
    margin: 0 auto;
}
.olivia-instagram .widget {
    position: relative;
}
.olivia-instagram .widget-title {
    text-align: center;
    font-size: 28px;
    width: 380px;
    padding: 15px;
    margin: 0 auto 30px;
    background: #fff;
    border: 1px solid #eeeae8;
    position: absolute;
    z-index: 99;
    position: absolute;
    top: 36.25%;
    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;
    backface-visibility: hidden;
}
#sb_instagram .sbi_photo_wrap:hover {
    opacity: .7;
}
a.sbi_load_btn {
    display: none !important;
}
#sb_instagram #sbi_images {
    padding: 0 !important;
}

/*
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 .content .entry-title {
    margin-bottom: 18px;
}

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

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

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

.error404 .entry-content h4 {
    font: normal 26px Raleway, serif;
    letter-spacing: 1px;
}

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

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

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

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

.olivia-category-archive .one-third {
    float: left;
    margin-left: 1.5%;
}
.olivia-category-archive .one-third {
    width: 32.33333333333%;
}
.olivia-category-archive .first {
    clear: both;
    margin-left: 0;
}
.olivia-category-archive .entry {margin-bottom: 2%;border: 0;}
.olivia-category-archive .entry-title {
    text-align: center;
    padding: 15px 15px 10px;
    text-transform: none;
    line-height: 1.8 !important;
    letter-spacing: 1.5px;
    font: 500 13px Raleway, sans-serif;
    border: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.olivia-category-archive .entry-footer,
.olivia-category-archive .entry-content,
.olivia-category-archive .entry-meta,
.olivia-category-archive .entry-time {
    display: none;
    margin: 0;
}
.olivia-category-archive .archive-description {
    margin-bottom: 10px;
}
.olivia-category-archive .archive-title {
    font-size: 20px;
}
.olivia-category-archive .pagination {
    padding-top: 30px;
    margin-bottom: 15px;
}
.olivia-category-archive span.entry-comments-link,
.olivia-category-archive span.entry-comments-link:before {
    display: none;
}
.archive-description p {
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
    padding-bottom: 8px;
}
.olivia-category-archive .site-inner { 
    margin-bottom: 40px; 
}

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

.category-page .featured-content .entry {
    width: 32.33333333333%;
    float: left;
    margin-bottom: 5px;
    border: 0;
    padding-top: 0;
}
.category-page .featured-content .entry:nth-of-type(2n) {
    margin: 0 1.5%;
}
.category-page .featured-content .entry:nth-of-type(3n) {
    float: right;
}
.category-page .featuredpost .entry-title {
    font: normal 15px Open Sans, serif;
    border: 0;
    padding: 0;
}
.category-page .featuredpost .entry-title a {
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 0px;
    line-height: 1.7;
    display: block;
    font-size: 14px;
    text-transform: none;
    letter-spacing: .75px;
}
.content .category-page .widget-title {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
.cat-intro {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}
.category-page .widget {
    margin-bottom: 20px
}
.more-from-category {
    clear: both;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 15px;
}
.category-page .more-from-category a {
    text-align: center;
    margin: 0 auto;
}
.page .post-edit-link {
    display: none;
}

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

.olivia-landing {
    background: #f3f2f1;
    margin-top: 60px;
}
.olivia-landing .site-container,
.olivia-landing .site-inner {
    margin-top: 0 !important;
}
.olivia-landing .content {
    margin-top: 15px;
    margin-bottom: 0;
}
.olivia-landing .entry {
    margin-bottom: 0;
}
.olivia-landing .entry-title {
    display: none;
}
.olivia-landing .content {
    padding: 40px;
}
.olivia-landing .olivia-backtotop {
    display: none;
}
.prev-next-post-links {
    overflow: hidden;
}
.previous-post-link {
    float: left;
}
.next-post-link {
    float: right;
}
.taxonomy-title {
    margin-top: 30px;
    margin-bottom: 30px;
}


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

.olivia-backtotop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 12.5px;
    right: 20px;
    border-radius: 40px;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    color: #111111;
    text-align: center;
    vertical-align: middle;
    line-height: 40px !important;
    visibility: hidden;
    opacity: 0;
    outline: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.olivia-backtotop:hover {
    background: transparent;
    color: #a1a1a0;
}
.olivia-backtotop.top-is-visible {
    visibility: visible;
    opacity: 1;
}
.single-post .olivia-backtotop {
    display: none;
}

/* 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) {

    button.offscreen-content-toggle {
        display: none;
    }
    .title-area {
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
    }
    .header-image .site-header .widget-area {
        margin-top: 0;
    }
    .site-header .widget-area {
       float: none;
       margin-top: 0;
    }
    .nav-primary {
        border-color: #fff !important;
    }
    .nav-primary .wrap {
        background: #fff !important;
    }
    .site-container { 
        margin-top: 0 !important; }
    
    li a.icon-search { 
        display: none; }
    
    .nav-primary { 
        float: left; 
        padding: 0 !important; }
    .nav-primary .widget-wrap {
        margin-top: 0;
        right: 0;
        width: 100% !important;
        margin-top: 0px;
        float: none;
        background: #fff;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: block !important;
        background-color: #f3f2f1;
        color: #111111;
        font-size: 2.5em;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
    .nav-primary .widget-wrap {
        right: 0 !important;
    }
    .nav-primary,
    .nav-secondary {
        background: #fff !important;
    }
    button.menu-toggle:nth-child(2) {
        margin-top: 35px;
    }
    .site-container button.menu-toggle {
        margin-bottom: 20px;
    }
    .nav-primary li a,
    .nav-secondary li a,
    .genesis-nav-menu li a {
        padding: 12px 20px;
        text-align: center;
        letter-spacing: 2px;
        background: #fff;
        color: #111;
        border-bottom: 1px solid #eee;
    }
    .nav-primary .social i {
        font-size: 140%;
        color: #222 !important;
    }
    button.menu-toggle {
        background-color: #111;
        color: #fff;
        display: inline-block !important;
        margin: 0 auto;
        border: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background: transparent !important;
        color: #111111;
        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: "\f347";
        font-family: "dashicons";
        font-size: 13px;
    }
    .sub-menu-toggle.activated:before {
        content: "\f343";
        font-family: "dashicons";
        font-size: 13px;
    }
    .admin-bar .nav-primary {
        top: 0;
    }
    .nav-primary,
    .nav-secondary {
        position: relative;
        width: 100%;
        margin-top: 0px;
    }
    .nav-secondary {
        border: 0 !important;
        margin-bottom: 30px !important;
        margin-top: -10px !important;
    }
    .nav-primary {
        border-top: 0;
    }
    nav {
        display: none;
        position: relative;
    }
    .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 .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
        width: 100%;
    }
    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    }
    .nav-primary .menu-item:first-child a {
        padding: 12px 20px;
    }
    .genesis-nav-menu > li:hover .sub-menu a,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        background: #fff;
    }
    .nav-secondary .wrap {
        border: 0;
    }
    .site-header {
        max-width: 100% !important;
    }
}

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

.menu-toggle {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}
.menu-toggle::before {
    content: "\f32a";
    display: block;
    font: normal 21px 'Ionicons';
    margin: 0 auto;
    padding: 12px;
}

/*
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) {
    .footer-widgets {
        padding: 25px 0 40px;
    }
    .olivia-trending .wpp-list-with-thumbnails li {
        width: 50%;
        margin-bottom: 25px;
    }
    .flexslider .slides img {
        object-fit: cover;
        min-height: 400px;
    }
    .nav-primary {
        float: left;
        text-align: left;
        padding-left: 30px;
    }
    .shop-post, .shop-post-title {
        width: 100%;
    }
}


@media only screen and (max-width: 1060px) {
    .site-inner,
    .home .site-inner {
        padding: 0 30px;
        margin-top: 15px !important;
    }
    .olivia-before-content .featuredpost {
        padding: 0 30px;
    }
    .content-sidebar .content,
    .sidebar-content .content {
        width: 65%;
    }
    .content-sidebar .sidebar,
    .sidebar-content .sidebar {
        width: 30%;
    } 
    html > body .slide-excerpt-border h2 a {
        font-size: 16px; 
    }
    .olivia-before-content .enews-widget input {
        width: 18%;
    }
    .olivia-before-content .enews-widget input[type="submit"] {
        width: 15%;
    }
}

@media only screen and (max-width: 940px) {
    .olivia-before-content .enews-widget .widget-title {
        float: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: 18px;
    }
    .olivia-before-content {
        padding: 30px 0 0;
    }
    .olivia-before-content .enews-widget input {
        width: 25%;
    }
    .olivia-before-content .enews-widget input[type="submit"] {
        width: 18%;
    }
    .after-entry .enews .widget-title {
        float: none;
        text-align: center;
    }
    .footer-menu.one-half,
    .copyright.one-half {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    .footer-menu.one-half {
        padding-top: 20px;
    }
    .footer-menu a {
        padding: 0 15px;
    }
    .copyright.one-half {
        margin-bottom: -6px !important;
        padding: 10px 15px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .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,
    .content-sidebar .sidebar,
    .sidebar-content .sidebar {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .olivia-before-content .featuredpage {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .olivia-before-content .featuredpage:nth-of-type(2),
    .olivia-before-content .featuredpage:nth-of-type(3) {
        left: 0;
        right: 0;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .single-post.full-width-content .site-inner,
    .shop-post,
    .shop-post-title {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .single-post .entry-footer {
        padding: 0;
        margin: 0;
    }
    .entry-footer p {
        max-width: 100%;
        margin: 0 auto 10px;
        border-bottom: 1px solid #eeeae8;
        padding-bottom: 8px;
    }
    .home .content .entry,
    .blog .content .entry,
    .page .content .entry,
    .single-post .content .entry {
        border: 0;
        padding-top: 0;
    }
    .home .content .entry-content,
    .blog .content .entry-content,
    .page .content .entry-content,
    .single-post .content .entry-content {
        padding: 0;
    }
    .olivia-before-content .featuredpost .entry:first-of-type,
    .olivia-before-content .featuredpost .entry:nth-of-type(2) {
        padding: 0;
    }
    .olivia-before-content .featuredpost .entry {
        width: 100%;
    }
    .olivia-category-archive .one-third {
        margin: 0 auto 15px;
    }
    .olivia-category-archive .site-inner img {
        margin: 0 auto 10px;
        text-align: center;
        float: none;
        display: block;
    }
    .related-post {
        width: 50%;
    }
    html > body .slide-excerpt-border {
        width: unset !important;
        min-width: 400px !important;
    }
    .home a.more-link,
    a.more-link,
    .blog a.more-link,
    .shop-post {
        width: 100%;
        display: block;
    }
    .genesis-nav-menu a {
        padding: 20px 30px;
    }
    .nav-primary {
        padding: 12px 10px 12px 0;
        background: #f3f2f1;
        margin-top: 0;
    }
    .nav-primary .sub-menu .sub-menu {
        margin: 0 !important;
    }
    .genesis-nav-menu .sub-menu {
        border: 0;
        width: 100%;
    }
    .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"] {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgts-3 {
        width: 100%;
    }
    .footer-widgets-2 { 
        border: 0; 
    }
    .nf-form-layout { 
        padding: 22px 22px 2px; 
    }
    .footer-widgets .wrap,
    .footer-widgets {
        max-width: 100%;
        width: 100% !important;
    }
    .footer-widgets-1 .widget,
    .footer-widgets-2 .widget,
    .footer-widgets-3 .widget {
        padding: 0;
        margin: 0;
    }
    .footer-widgets .widget_nav_menu {
        margin-top: 0 !important;
    }
}


@media only screen and (max-width: 650px) { 
    
    .olivia-category-archive .filter-menu {
        float: none;
        margin: 15px auto 15px;
        text-align: center;
    }
    .share-after {
        margin-bottom: 8px;
        margin-top: 0;
        text-align: center;
    }
    .entry-footer .entry-meta {
        line-height: 1.8;
        text-align: center !important;
    }

    .olivia-landing, .olivia-landing .site-container { 
        margin-top: 0;
        padding-top: 0; 
    }
    
    .olivia-landing .site-inner { 
        padding: 0;  
    }
    
    .olivia-backtotop { 
        display: none; 
    }

    .archive-pagination {
        margin-bottom: 30px;
    }
    
    .header-image .site-header {
        padding: 0 30px;
    }
    .header-image .site-title a {
        background-size: contain !important;
        width: 100%;
        margin-top: 0;
    }
    .sidebar .featuredpost .entry  {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


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

    html > body .slide-excerpt-border {
        width: unset !important;
        min-width: 300px !important;
    }
    .related-post {
        width: 100%;
        padding-bottom: 20px;
    }
    .related-post:last-child {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .header-image .site-title,
    .header-image .title-area {
        padding: 0;
    }
    .title-area {
        padding: 30px 0 10px;
    }
    button.menu-toggle:nth-child(2) {
        margin-top: 20px;
    }
    .site-title { 
        font-size: 52px;
        letter-spacing: 3px;
    }
    .widget .entry { 
        margin-bottom: 10px; 
    }
    .archive-pagination li a { 
        margin-bottom: 10px; 
    }
    .archive-description, .author-box {
        margin-bottom: 25px;
    }
    .pagination-next,
    .pagination-previous {
        margin-bottom: 20px;
        margin-top: -15px;
    }
    .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,
    .olivia-category-archive .entry {
        text-align: center;
        width: 100%;
    }
    .footer-menu, .copyright {
        line-height: 2;
    }
    #genesis-responsive-slider {
        margin-top: 0 !important;
    }
    html > body .slide-excerpt-border {
        min-width: 280px !important;
    }
    .slide-excerpt-border h2,
    .slide-excerpt-border h2 a {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px;
    }
    .slide-excerpt-border {
        padding: 5px 18px 0px !important;
    }
    .page.page-template-default:not(.home) .content .entry-title,
    .content .category-page .widget-title {
        text-align: center;
    }
    .olivia-before-content .enews-widget .widget-title {
        margin-bottom: 12px;
        padding-right: 0;
        font-size: 26px;
    }
    .olivia-before-content {
        margin-top: 0;
    }
    .olivia-before-content .enews-widget input {
        width: 100%;
        margin: 8px 0;
    }
    .olivia-before-content .enews-widget input[type="submit"] {
        width: 100%;
        margin-left: 0;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

    .header-image .site-header {
        padding: 0 20px;
    }
    html > body .slide-excerpt-border {
        min-width: 220px !important;
    }
}

/* Add Custom CSS Below This Line */