/*
        Theme Name: Vivienne
        Theme URI: https://17thavenuedesigns.com/shop/vivienne-wordpress-theme/
        Description: A stylish + flexible mobile responsive theme for the Genesis framework.
        Author: 17th Avenue
        Author URI: https://17thavenuedesigns.com
        Version: 1.1.0
 
        Tags: white, black, cream, one-column, two-columns, footer-widgets, responsive-layout, custom-menu, custom-logo, custom-colors, full-width-template, sticky-post, theme-options, threaded-comments, e-commerce
 
        Template: genesis
        Template Version: 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
        - Footer Navigation
    - Content Area
        - Home Page
        - Flexible Widgets
        - Homepage featured post widget titles
        - Pricing Table
        - Content
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Previous Next Navigation
        - Post Comments
    - Sidebar
        - Social Icons
        - About Photo Widget
    - Footer Widgets
    - Site Footer
    - Page Templates
        - 404 page
        - Category Archive Page
        - Category Index Page
        - Portfolio Page
		- Instagram Page
        - Contact Page
    - Fadeup Effect
    - Offscreen Content
    - 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
}
input:focus,
textarea:focus {
    border: 1px solid #666 !important;
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */

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

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

html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #444;
    font: normal 14px Work Sans, sans-serif;
    letter-spacing: .75px;
    line-height: 2.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
}
body.vivienne-home {
    color: #444;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.offscreen-content button,
.offscreen-content-icon button,
.yarpp-thumbnail-title {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a {
    color: #222222;
    text-decoration: none;
}
a:hover {
    color: #ccc7c6;
}
.entry-content a:not(.button):not(.more-link) {
    color: #ccc7c6;
}
.entry-content a:hover {
    color: #222;
}
::selection {
    background-color: #ccc;
    color: #fff;
}
::-moz-selection {
    background-color: #ccc;
    color: #fff;
}
p {
    margin: 0 0 22px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
    color: #222;
}
li {
    list-style-type: none;
}
b,
strong {
    font-weight: 800;
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 35px 30px;
    font: italic 18px Cardo, serif;
    line-height: 3.25rem;
    background: #f8f8f7;
    padding: 30px;
    color: #222;
}
blockquote p {
    margin-bottom: 0;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee9e8;
    clear: both;
    margin: 40px 0;
}
.admin-bar .site-header { top: 30px; }
.admin-bar .offscreen-content-toggle {top: 22px;}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cardo', serif;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #222;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

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

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
}
.featured-content img,
.gallery img {
    width: auto;
}
p img {
    margin-bottom: 0 !important;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #eee9e8;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 14px;
    width: 100%;
}
input:focus,
textarea:focus {
    border: 1px solid #e3e2e2;
    outline: none;
}
.vivienne-home input:focus,
.vivienne-home textarea:focus {
    border: 1px solid #aaa;
    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: #222;
    color: #fff;
    border: 0;
    cursor: pointer;
    font: lighter 10px Montserrat, sans-serif;
    letter-spacing: 2px;
    padding: 14px 24px;
    margin: 10px 0;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.widget .button.clear:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover {
    background-color: #ece7e6;
    color: #222;
}
.button {
    display: inline-block;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}
.widget .button.clear {
    background-color: transparent;
    border: 2px solid #222;
    color: #222;
}

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

.screen-reader-text {
    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;
}
/* Tables
--------------------------------------------- */

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

.site-container {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
    margin: 0 auto;
    margin-top: 60px;
    min-height: 100vh;
}
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;
}
.site-inner {
    background-color: #fff;
    clear: both;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
}
.vivienne-home .site-container .site-inner,
.home .site-container .site-inner {
    max-width: 100%;
	margin-top: 0px !important;
}
.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;
}
.last { float: right; }
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}
.author-box .avatar {
    height: 120px;
    width: 120px;
}
.entry-comments .avatar {
    height: 60px;
    width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 20px 24px 0;
}
.entry-comments .comment-author {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.entry-comments .says {
    font-style: italic;
    text-transform: lowercase;
    font: italic 15px Cardo, serif;
    letter-spacing: 1px;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
    border-bottom: 2px solid #f5f5f5;
    font-size: 20px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.archive-description,
.author-box {
    font-size: 14px;
    margin-bottom: 2.5%;
}
.author-box-title {
    font-size: 22px;
    margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}
.search-form input[type="search"] {
    width: auto;
    background: #fff;
    margin-right: 10px;
    padding: 14px 10px 13px;
    font-size: 12px;
}
.sidebar .search-form input[type="search"] {
    width: 82.5%;
}
.widget_search input[type="submit"] {
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 11px;
}
/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.entry-title {
    font-size: 28px;
}
.sidebar .entry-title {
    font-size: 24px;
    text-align: center;
}
.vivienne-home .widget-title,
.single-portfolio .entry-title {
    font: normal 18px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
}
.vivienne-home .widget-title:after,
.single-portfolio .entry-title:after {
    content:"";
    display: block;
    padding-top: 25px;
    width: 10rem;
    margin: 0 auto;
    border-bottom: 1px solid black;
    margin-bottom: 45px;
}
.enews .widget-title:after {
    display: none;
}
.sidebar .enews .widget-title:after {
    margin-bottom: 26px;
}
.widget-full .widget-title {
    margin-bottom: 20px;
}
.content-sidebar-wrap {
    max-width: 80%;
    margin: 20px auto 0;
}
.vivienne-home .content-sidebar-wrap {
    margin-top: 70px;
}
header.entry-header {
    text-align: left;
}
.post.has-post-thumbnail p,
.home .post p, .blog post p {
    text-align: left;
}
.post.has-post-thumbnail img.alignleft {
    margin-right: 45px;
    width: 45%;
}


/* 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: lighter 12px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sidebar .widget-title:after {
    content:"";
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid black;
    width: 60px;
    padding-top: 18px;
    margin-bottom: 24px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Easy Recipe
--------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
    font: normal 24px Cardo, serif !important;
    text-transform: none !important;
    letter-spacing: 2px !important;
    -webkit-font-smoothing: antialiased !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: #f8f8f7 !important;
    padding: 20px !important;
    border: 0 !important;
    color: #444 !important;
    font: 400 14px Work Sans, sans-serif !important;
    line-height: 1.7 !important;
}
.easyrecipe ol, .easyrecipe ul {
    color: #444 !important;
    line-height: 2.75rem !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: #d3cecd !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;
    color: #222;
}

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

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


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

#genesis-responsive-slider {
    border: 0 !important;
    padding: 0 !important;
    background: #f9f9f9 !important;
}

html > body .slide-excerpt-border {
    text-align: left;
}

.flexslider { background: #f9f9f9 !important; }

html > body .slide-excerpt-border a.more-link {
    margin: 0 !important;
}

.flexslider .slides img {
    width: 58% !important;
}

.flexslider .slides img {
    max-height: 420px;
    object-fit: cover;
}

html > body .slide-excerpt-border {
    border: 0 !important;
    background: 0 !important;
    margin-left: 20px !important;
}

html > body .slide-excerpt-border h2 {
    font-size: 32px;
}

.slide-excerpt {
    background: 0 !important;
    width: 40% !important;
    float: right !important;
    opacity: 1 !important;
}

.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;
	outline: 0 !important;
}

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

.flex-direction-nav li a {
    display: none !important;
}


.flex-control-nav {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

a.flex-active {
    outline: 0 !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: #f8f8f7;
    padding: 30px 25px 15px;
    font-size: 11px;
}
.sidebar .enews .widget-title,
.after-entry .enews .widget-titl {
    font: normal 22px Cardo, serif;
    text-transform: none;
    letter-spacing: 1.5px;
}

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

.vivienne-home .home-area .enews-widget {
    width: 100%;
}
.vivienne-home .home-area .enews-widget p {
    color: #222;
    letter-spacing: 2px;
    font: normal 14px Cardo, serif;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.vivienne-home .home-area .enews .widget-title {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    width: 33%;
    letter-spacing: 2.5px;
    text-align: right;
    margin: 17px 30px 0 0;
    font: normal 12px Montserrat, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}
.vivienne-home .home-area .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.25%;
    width: 19%;
    padding: 15px;
    font-size: 12px;
}
.vivienne-home .home-area .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1.25%;
    padding: 15px 5px 14px;
    margin-top: 1px;
    width: 8%;
    background: #222;
    color: #fff;
    cursor: pointer;
}
.vivienne-home .home-area .enews-widget input[type="submit"]:hover { 
    background: #fff;
    color: #222;
}


/* 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: #222;
    font-size: 12px;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
    display: none;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
    background: #fff !important;
    font-size: 10px !important;
}
.share-small .no-count .share {
    width: 0px;
}
.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
    font-size: 14px !important;
}
/* Instagram Feed
--------------------------------------------- */

.vivienne-instagram {
    margin-top: 0px;
    background: #ece7e6;
}
#sb_instagram {
    background: #fff;
    padding: 0 !important;
}
.vivienne-instagram .widget {
    margin: 0 auto;
}
.woocommerce .vivienne-instagram {
    display: none;
}
#sb_instagram .sbi_photo_wrap {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter: alpha(opacity=25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#sb_instagram .sbi_photo_wrap:hover {
    opacity: .7;
}
/* Ninja Forms
--------------------------------------------- */

.nf-form-layout {
    background: #f8f8f7;
    padding: 40px 40px 30px;
}
.nf-form-fields-required,
.nf-form-title,
span.ninja-forms-req-symbol {
    display: none;
}
.nf-field-label label {
    font: lighter 12px Montserrat, sans-serif !important;
}
.label-above .nf-field-label {
    font: normal 11px Work Sans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nf-form-content input[type=button] {
    border: 0;
    margin-top: -15px;
    padding: 16px 30px;
    font-size: 12px;
}
.nf-field-element input, 
.nf-field-element select,
.nf-field-element textarea {
    padding: 15px;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
    max-width: 100%;
}
.site-header { text-align: center;
    margin-top: 80px;
    margin-bottom: 60px; }

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

.site-title {
    font: lighter 42px Montserrat, sans-seirf;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

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

.site-description {
    height: auto;
    text-indent: 0;
    font: italic 16px Cardo, serif;
    text-transform: lowercase;
    margin: 12px auto 0;
}

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

.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: 550px 225px !important;
    z-index: 9999;
    height: 225px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.header-image .site-title a {
    text-align: center;
    height: 225px;
    background-size: 550px 225px !important;
    background-position: center !important;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    line-height: 1;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
}
.genesis-nav-menu li li {
    margin-left: 0;
}
.genesis-nav-menu a {
    color: #222;
    display: block;
    font: lighter 10px Montserrat, sans-serif;
    letter-spacing: 3px;
    padding: 24px 30px;
    text-transform: uppercase;
}
.genesis-nav-menu a:hover {
    color: #d3cecd;
}
.genesis-nav-menu li.highlight a:hover::before {
    color: #d3cecd;
}
.vivienne-home .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
    border-bottom: 5px solid transparent;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    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 .8s ease-in-out;
    width: 192px;
    z-index: 9999;
    pointer: cursor;
    background-color: #f9f9f9 !important;
    padding: 10px 5px;
    text-align: left;
    box-shadow: 0 3px 10px rgba(214, 214, 214, 0.25);
}

.genesis-nav-menu .sub-menu a {
    color: #222;
    border: none !important;
    padding: 11px 18px;
    line-height: 1.9em;
    position: relative;
    width: 190px;
    word-wrap: break-word;
    pointer: cursor;
    z-index: 9999;
    font-weight: 6px !important;
    letter-spacing: 2px;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 185px;
}

.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;
    text-align: left;
    padding-left: 70px;
    float: left;
    position: fixed;
    margin-top: -60px;
    padding-top: 9px;
    background: #fff;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 10px rgba(214, 214, 214, 0.25);
}

.nav-primary .widget-wrap a {
    padding: 0;
    display: inline;
    z-index: 1;
}
.nav-primary .widget-wrap {
    position: absolute;
    margin-top: -76px;
    background: #f9f9f9;
    right: 0;
    padding: 0 24px;
    height: 76px;
}
.nav-primary .social {
    position: relative;
    top: 31px;
}


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

.nav-secondary {
    text-align: center;
    margin: 40px auto 0;
	padding-bottom: 10px;
}
.nav-secondary a {
    padding: 18px 30px;
}
/* Footer Navigation
--------------------------------------------- */

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

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

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

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

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */

.home-area .widget-area {
    max-width: 1700px;
    margin: 0 auto;
}

@media only screen and (min-width: 1600px) {
.content-sidebar-wrap { max-width: 1250px; } }

.vivienne-home .site-inner, .vivienne-home .wrap {
    width: 100%;
    max-width: 100%;
}
.vivienne-home .field-wrap:last-child {
    margin-bottom: 0;
}
.home.page .content-sidebar-wrap {
    display: none;
}

/* Home Slider
--------------------------------------------- */

.home-slider .foo-item {
    margin: 0 -4px !important;
}

.home-slider .foo-item img {
    cursor: -webkit-grab !important;
}

.home-slider { margin-bottom: 50px; }

.vivienne-home .flexible-widgets .enews-widget {margin: 0 auto;text-align: center;}


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

.vivienne-home .front-page-1 {
    padding: 0px 30px 20px;
    text-align: center;
}
.vivienne-home .front-page-1 .featuredpost .post {
    width: 23.99999999999%;
    float: left;
    margin-left: 1.3%;
    background: #f9f9f9;
}
.vivienne-home .front-page-1 .featuredpost .post:nth-of-type(4n+1){
  margin-left: 0;
}
.vivienne-home .front-page-1 .featuredpost .entry-title {
    font-size: 24px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    min-height: 11rem;
    text-align: center;
}
.vivienne-home .front-page-1 .entry-header p.entry-meta {
    text-transform: uppercase;
    font: lighter 9px Montserrat, sans-serif;
    border-bottom: 1px solid #d3cecd;
    width: max-content;
    margin: 0 auto;
    line-height: 1.7rem;
    padding-bottom: 4px;
    margin-bottom: 18px;
    max-width: 80%;
    text-align: center;
}

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

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

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

.front-page-2 {
    background-color: #ece7e6;
}
.front-page-2 .wrap {
}
.widget_media_image {
    text-align: center;
}
.front-page-2 h2 {
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 40px;
}
.front-page-2 a.button {
    text-align: center;
    margin: 0 auto;
    padding: 18px 28px;
    margin-top: 10px;
}
.about {
    overflow: hidden;
    text-align: center;
}

.about p {
    text-align: left;
    margin-bottom: 26px;
}


/* Front Page 3
--------------------------------------------- */

.front-page-3 {
    padding: 30px 0 0;
}

.front-page-3 .widget {
    width: 50%;
    display: inline-block;
    float: none;
    text-align: center;
}

.front-page-3 {
    margin: 0 auto;
    width: 70%;
    max-width: 1200px;
}

.vivienne-home .about p {
    text-align: justify;
    line-height: 2.8rem;
}

.vivienne-home .front-page-3 {
    padding: 30px;
}

.vivienne-home .front-page-4 {
    padding: 30px 30px 0;
    background: #f9f9f9;
}

.vivienne-home .about h3 {
    font-style: italic;
    font-size: 32px;
}

.vivienne-home .about h3:after {
    content:"";
    display: block;
    padding-top: 14px;
    width: 5rem;
    margin: 0 auto;
    border-bottom: 1px solid black;
    margin-bottom: 28px;
}

.vivienne-home .about h5 {
    font: normal 14px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px
}

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

.vivienne-home .featuredpage .widget-title {
    background: #f9f9f9;
    margin: 0 20%;
    padding: 13px 25px;
    font: normal 24px Cardo, serif;
    padding: 15px;
    width: 60%;
    position: absolute;
    text-transform: none;
    top: 35%;
    left: 0;
    opacity: .95;
    letter-spacing: 2px;
    z-index: 9999;
}

.vivienne-home .featuredpage { text-align: center; }

.vivienne-home .featuredpage { padding: 10px; }

.vivienne-home .featuredpage .widget-title:after { display: none; }

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


.vivienne-home .front-page-2 .widget_media_image,
.vivienne-home .front-page-3 .widget_media_image,
.vivienne-home .front-page-4 .widget_media_image {
    text-align: left;
    padding-left: 60px;
}

/* Front Page 5
--------------------------------------------- */

.front-page-5 {padding: 20px;}

/* Front Page 6
--------------------------------------------- */

.front-page-6 {padding: 20px;background: #f9f9f9;}

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

.flexible-widgets {padding: 45px 20px;}

.flexible-widgets .wrap {
  padding: 80px 0 40px;
}

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

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

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

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

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

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

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
}
@media only screen and (max-width: 1340px) {

    .flexible-widgets .wrap {
        max-width: 1220px;
    }

}

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

    .flexible-widgets .wrap {
        max-width: 1040px;
    }

}

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

    .flexible-widgets.widget-fourths .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget {
        float: none;
        width: 100%;
    }

    .flexible-widgets .widget {
        padding-left: 0;
        padding-right: 0;
    }

}
.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);
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    
    backface-visibility: hidden;
}
.featured-content img:hover {
    opacity: .7;
}

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

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

.pricing-table .one-third:nth-child(3n+1) {
  margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-table ul {
    margin-left: 0 !important;
}

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

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

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

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

.pricing-table h4 {
  border-bottom: 1px solid #f5f5f4;
  margin: -40px -40px 40px;
  font-size: 26px;
  letter-spacing: 2px;
  padding: 40px;
  text-align: center;
  font-style: italic;
}
.pricing-table .price {
    font-size: 18px !important;
}

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

.content {
    float: left;
    width: 68%;
}
.sidebar-content .content {
    float: right;
}
.full-width-content .content {
    width: 100%;
}
.full-width-content.vivienne-home .content {
    padding: 0;
}
.single-post.full-width-content .site-inner {
    max-width: 80% !important;
}
.page .content .entry-title {
    text-align: center;
    font: normal 16px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: left;
}
.page .content .entry-title:after {
    content: "";
    display: block;
    padding-top: 20px;
    width: 10rem;
    border-bottom: 1px solid black;
    margin-bottom: 30px !important;
}
.page.full-width-content .entry-title {
    text-align: center;
}

.page.full-width-content .entry-title:after {
    margin: 0 auto;
}

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

.entry {
    margin-bottom: 5%;
}
.widget .entry {
    margin-bottom: 40px;
}
.sidebar .featured-content .entry {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.sidebar .featured-content .entry-title {
    font-size: 15px;
    max-width: 85%;
    margin: -5px auto 5px !important;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #777676;
    color: #eee;
}
img.entry-image.attachment-post {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -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: lighter 10px Montserrat, sans-serif;
    color: #222;
}
.entry-header,
.entry-footer {
    text-align: center;
}
.entry-footer {
    margin-top: 10px;
}
.entry-header p.entry-meta {
    letter-spacing: 2px;
    margin-bottom: 16px;
    font: lighter 9px Montserrat, sans-seirf;
}
.entry-footer .entry-meta {
    text-align: center !important;
}
.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

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

.after-entry {
    padding: 0 0 40px;
}
.after-entry .widget {
    margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
    margin: 0;
}
.after-entry li {
    list-style-type: none;
}
/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0 60px;
    text-align: center;
    font: italic 16px Cardo, serif;
}
.pagination-previous a,
.pagination-next a {
    padding: 16px 20px;
    border: 1px solid #d3cecd;
    color: #222;
}
.pagination-previous a:hover,
.pagination-next a:hover {
    color: #d3cecd;
}
.pagination
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
    margin: 3px;
}
.archive-pagination li a {
    background-color: #fff;
    color: #222;
    border: 1px solid #eee9e8;
    cursor: pointer;
    display: inline-block;
    font: lighter 10px Montserrat, sans-serif;
    letter-spacing: 2px;
    padding: 14px 16px;
    text-transform: uppercase;
}
.archive-pagination li a:hover {
    color: #d3cecd;
}
/* Post Navigation
--------------------------------------------- */

.prev-next-navigation {
    border: 1px solid #dadbdd;
    clear: both;
    font: italic 14px Cardo, sans-serif;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 18px 22px;
}
.prev-next-navigation a {
    color: #222;
}
.prev-next-navigation a:hover {
    color: #d3cecd;
}
.previous {
    float: left;
    width: 48.717948717948715%;
}
.previous:before {
    color: #777;
    content: "\f341";
    font-family: "dashicons";
    font-size: 11px;
    padding-right: 6px;
    position: relative;
    top: 1.5px;
}
.next:after {
    color: #777;
    content: "\f345";
    font-family: "dashicons";
    font-size: 11px;
    padding-left: 6px;
    position: relative;
    top: 1.5px;
}
.prev-next-navigation .next {
    float: right;
    margin-left: 2.564102564102564%;
    text-align: right;
    width: 48.717948717948715%;
}

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

.comment-respond {
    background: #f9f9f9;
    padding: 40px;
}
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 70px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
    font-size: 13px;
}
.comment-header {
    font-size: 16px;
}
.entry-comments .comment {
    border-bottom: 1px solid #eee;
}
.comment-respond label {
    display: block;
    font: lighter 12px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 0 12px;
    color: #222;
}
.comment-reply a {
    background-color: #222;
    padding: 10px 12px;
    color: #fff;
    font: lighter 9px Montserrat, sans-serif !important;
    text-transform: uppercase;
    width: 90px;
    letter-spacing: 2px;
    text-align: center;
}
.comment-reply a:hover {
    background: #ece7e6;
    color: #222;
}
.comment-content,
.entry-comments .comment {
    clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}
.comment-repsond input,
.comment-respond select,
.comment-respond textarea {
    font-size: 13px;
}
.entry-comments .children .comment {
    border: none;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}
.comment-list li,
.ping-list li {
    list-style-type: none;
}
.entry-comments ul.children {
    margin-left: 40px;
    border-left: 1px solid #eee;
    padding-left: 30px;
}
.ping-list .reply {
    display: none;
}
#reply-title,
.entry-comments h3 {
    text-align: center;
}
.logged-in-as {
    text-align: center;
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    width: 27%;
    margin-bottom: 25px;
}
.sidebar-content .sidebar {
    float: left;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 45px;
}
.sidebar li.cat-item a,
.sidebar .widget_nav_menu a,
.sidebar .menu-widget a {
    border: 1px solid #eee9e8;
    color: #222;
    text-align: center;
    padding: 12px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    font: lighter 11px Montserrat, sans-serif;
}
.sidebar li.cat-item a:hover,
.sidebar .widget_nav_menu a:hover,
.sidebar .menu-widget a:hover {
    background: #ece7e6;
    border-color: #ece7e6;
}
/* Social Icons
----------------------------------------------- */

.social i,
.nav-primary .social i {
    color: #222;
    font-family: fontello;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 15px;
}
.social i:hover,
.nav-primary .social i:hover {
    color: #d3cecd;
}
.icon-pinterest,
.icon-gplus,
.icon-tumblr,
.icon-youtube,
.icon-instagram {
    font-size: 12px;
}
.icon-facebook {
    margin-top: -2px;
    font-size: 13px;
}
.icon-heart,
.icon-twitter {
    font-size: 13px;
}
.icon-rss {
    font-size: 10px;
}
.icon-email {
    font-size: 14px;
}

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

#about-photo {
    border-radius: 350px;
    width: 100%;
    max-width: 350px;
}
#about {
    margin: 8px auto 0;
    font: italic 15px Cardo, serif;
    width: 80%;
    line-height: 2.4rem;
}
#hover,
.yarpp-related 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;
}
#hover:hover,
.foogallery-masonry .item a  img:hover,
.yarpp-related img:hover {
    opacity: .7;
}


/* YARPP Related Posts
----------------------------------------------- */

.page .yarpp-related {
    display: none !important;
}

.yarpp-related {
    background: #ece7e6;
    padding: 40px 30px 20px;
    margin: 40px 0 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 31.99999% !important;
    height: auto !important;
    border: 0 !important;
}

.yarpp-thumbnail-title {
    max-height: initial !important;
    width: 100% !important;
    text-align: center !important;
    font: normal 14px Cardo, serif !important;
    letter-spacing: 1px !important;
    margin: 15px auto !important;
    padding: 0 20px !important;
    line-height: 2.15rem !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    margin: .36204% !important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: 2px solid #fff;
}

.yarpp-related h3 {
    font: normal 16px Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 4px !important;
}

.yarpp-related h3:after {
    content: "";
    display: block;
    padding-top: 18px;
    width: 10rem;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.yarpp-related a:hover {
    color: #222;
}

span.yarpp-thumbnail-title:hover {
    color: #aba7a6;
}

.vivienne-blog .content .entry-title {
    margin-bottom: 8px;
    padding-bottom: 0;
    font: normal 28px Cardo, serif;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
.vivienne-blog .content .entry-title:after {
    display: none !important;
}

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

.creds {
    background: #ece7e6;
    margin-bottom: -25px;
    padding: 35px 60px 10px 0;
    text-transform: uppercase;
    font: lighter 10px Montserrat, sans-serif;
    letter-spacing: 2px;
    color: #222;
    text-align: right;
}
.creds p {
    margin: 0 auto;
    padding-bottom: 20px;
}
.creds a {
    color: #222;
}
.creds a:hover {
    color: #d3cecd;
}
.footer-widgets {
    background-color: #fff;
    clear: both;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 60px;
    text-align: center;
}
.footer-widgets .wrap {
    max-width: 1140px;
    background: #fff;
}
.footer-widgets li {
    letter-spacing: 4px;
    margin-bottom: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.footer-widgets a,
.footer-widgets .social i {
    color: #222;
}
.footer-widgets a:hover,
.footer-widgets .social i:hover {
    color: #d3cecd;
}
.footer-widgets .widget {
    margin-bottom: 6px;
}
.footer-widgets .widget-title {
    text-transform: uppercase;
    font-size: 10.5px;
    letter-spacing: 3px;
    text-align: center;
    color: #222;
    margin-bottom: 15px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.footer-widgets .widget-title:after {
    border-bottom: 1px solid #222;
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-top: 10px;
    content: " ";
}
.footer-widgets {
    clear: both;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 60px;
    text-align: center;
}
.footer-widgets .wrap {
    max-width: 1140px;
}
.footer-widgets li.cat-item {
    text-transform: none;
}
.footer-widgets a,
.footer-widgets .social i {
    color: #111;
}
.footer-widgets a:hover,
.footer-widgets .social i:hover {
    color: #c4c1bf;
}
.footer-widgets .widget {
    margin-bottom: 6px;
}
.footer-widgets-1 {
    width: 33%;
    float: left;
    display: inline-block;
}
.footer-widgets-2 {
    float: left;
    width: 33%
}
.footer-widgets-2 .widget {
    padding: 15px;
}
.footer-widgets-3 {
    float: right;
    width: 33%
}
.footer-widgets input#subbox1,
.footer-widgets input#subbox2 {
    width: 48.411% !important;
}
.footer-widgets input#subbox1 {
    margin-right: 7px;
}
.footer-widgets li.cat-item {
    width: 100%;
    text-align: center;
    font: normal 11px Montserrat, sans-serif;
    padding: 2px;
}

.flexslider {
    margin: 0 auto !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
---------------------------------------------------------------------------------------------------- */

/* Custom Blog Page
--------------------------------------------- */

.vivienne-blog .featured-content .entry {
    width: 32.164196%;
    float: left;
}

.vivienne-blog .featured-content .entry:first-child,
.vivienne-blog .featured-content .entry:nth-child(2) {
    margin-right: 20px;
}

.vivienne-blog .featured-content .entry-title {
    line-height: 2.3rem;
    width: 90%;
    margin: 0 auto;
}

.vivienne-blog .home-featured-image .alignleft {
    margin-right: 30px;
}


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

.error404 .entry-content .search-form input[type="search"] {
    width: 90%;
}

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

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

.error404 .entry-content .search-form input[type="submit"] {
    padding: 14px !important; margin: 0;
}

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

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


/* Lead Capture Page
--------------------------------------------- */

.vivienne-lead-capture .one-half.last {
    width: 46.4% !important;
    margin-left: 0;
}

.vivienne-lead-capture a {
    color: #b1acab;
}

.vivienne-lead-capture h2 {
    text-align: center;
    font-style: italic;
    font-size: 40px;
}

.vivienne-lead-capture .page .entry-title,
.vivienne-lead-capture #mc_embed_signup h2,
.vivienne-lead-capture .indicates-required {
    display: none;
}

.vivienne-lead-capture h4 {
    text-transform: uppercase;
    font: normal 14px Montserrat, sans-serif;
    text-align: center;
    line-height: 3rem;
    width: 75%;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 24px 0;
}

body.vivienne-lead-capture,
.vivienne-lead-capture .site-inner {
    background-color: #ece7e6;
}

.vivienne-lead-capture .page .content,
.vivienne-lead-capture .full-width-content .content,
.vivienne-lead-capture .content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.vivienne-lead-capture .entry {
    margin-bottom: 1%; 
}

.vivienne-lead-capture #mc_embed_signup {
    width: 80%;
    margin: 0 auto;
}

.vivienne-lead-capture #mc_embed_signup label {
    font: lighter 11px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vivienne-lead-capture #mc_embed_signup input {
    margin-bottom: 15px;
    margin-top: 5px;
}

.vivienne-lead-capture input#mc-embedded-subscribe {
    margin-top: -45px !important;
    width: 100%;
    padding: 18px;
}

.vivienne-lead-capture input#mc-embedded-subscribe:hover {
    background: #fff;
    color: #222;
}

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


.vivienne-category-archive .entry {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
    display: inline-block;
    min-height: 650px;
}

@media only screen and (min-width: 1400px) {
.vivienne-category-archive .entry { min-height: 660px; } }

@media only screen and (min-width: 1500px) {
.vivienne-category-archive .entry { min-height: 700px; } }

@media only screen and (min-width: 1600px) {
.vivienne-category-archive .entry { min-height: 780px; } }

.vivienne-category-archive .entry-footer,
.vivienne-category-archive .entry-content,
.vivienne-category-archive .entry-meta,
.vivienne-category-archive .entry-time {
    display: none;
    margin: 0;
}
.vivienne-category-archive .archive-title {
    font: normal 17px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
}
.vivienne-category-archive .archive-title:after {
    content: "";
    display: block;
    padding-top: 20px;
    width: 10rem;
    border-bottom: 1px solid black;
    text-align: center;
    margin: 0 auto 30px;
}

.vivienne-category-archive .content {
}
.vivienne-category-archive .entry-title {
    font-size: 16px;
    text-align: center;
    max-width: 85%;
    margin: 12px auto 0;
}
.vivienne-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;
}
.vivienne-category-archive img:hover {
    opacity: .65;
}
.vivienne-category-archive span.entry-comments-link,
.vivienne-category-archive span.entry-comments-link:before {
    display: none;
}
.archive-description p {
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
    font-size: 13px;
}
/* Category Index Page
--------------------------------------------- */

.category-page .featured-content .entry {
    width: 33.33333333333333333333%;
    padding: 0 6px;
    float: left;
    margin-bottom: 5px;
}
.category-page .featured-content .entry:nth-of-type(3n) {
    float: right;
}
.category-page .entry-title {
    text-align: center !important;
    font: normal 15px Cardo, serif !important;
    text-transform: none !important;
    line-height: 2.3rem !important;
    letter-spacing: 1px !important;
    max-width: 90%;
    margin: -3px auto 22px !important;
}
.category-page .entry-title:after {
    display: none !important;
}
.content .category-page .widget-title {
    text-align: center;
    font: normal 18px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
}
.content .category-page .widget-title:after {
    content: "";
    display: block;
    padding-top: 20px;
    width: 10rem;
    margin: 0 auto;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}
.category-page .widget {
    margin-bottom: 20px
}
.more-from-category {
    clear: both;
    margin-bottom: 40px;
}
.category-page .more-from-category a {
    letter-spacing: 2px;
    background: #222;
    margin: 0 auto;
    padding: 16px 24px;
    font: lighter 10px Montserrat, sans-serif;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.category-page .more-from-category a:hover {
    background-color: #ece7e6;
    color: #222;
}
.page .post-edit-link {
    display: none;
}
/* Portfolio Page
--------------------------------------------- */

.vivienne-portfolio .portfolio {
    width: 33.3%;
    float: left;
    text-align: center;
}
.vivienne-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;
}
.vivienne-portfolio .portfolio img:hover {
    opacity: .65;
}
.vivienne-portfolio .entry {
    margin: 0 auto;
}
.vivienne-portfolio .entry-title {
    font: normal 18px Cardo, serif;
    text-align: center;
    display: block;
    padding: 12px 12px 0;
    max-width: 90%;
    margin-bottom: 0;
    margin: 0 auto;
    line-height: 2.5rem !important;
    min-height: 8rem;
    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;
}
.vivienne-portfolio .entry-meta,
.single-portfolio .entry-meta {
    display: none;
}
.portfolio-featured-image {
    margin-right: 20px;
}
.vivienne-portfolio .archive-description p {
    text-align: center;
    font: lighter 11px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.vivienne-portfolio .archive-title {
    text-align: center;
    font: normal 18px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
}
.vivienne-portfolio .archive-title:after {
    content: "";
    display: block;
    padding-top: 20px;
    width: 10rem;
    margin: 0 auto;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}
/* Instagram Page
--------------------------------------------- */

.vivienne-insta .site-header { margin: 60px 0 30px; }

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

.vivienne-insta .featuredcontent .entry-title {
    display: block;
}

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

.vivienne-insta .site-container,
.vivienne-insta .site-inner,
.vivienne-insta .site-header { 
    background: #ece7e6; 
}

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

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

.vivienne-insta .site-container,
.vivienne-insta .site-inner {
    margin-top: 0 !important;
}
.vivienne-insta .widget-title {
    text-align: center;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 20px;
}

.vivienne-insta .social i {
    font-size: 115%;
    padding: 3px;
}

.vivienne-insta .widget {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.vivienne-insta .site-container, .vivienne-insta .site-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
}

/* Contact Page
--------------------------------------------- */

.vivienne-contact .one-half {
    width: 47.437387% !important;
}
.vivienne-contact .content-sidebar-wrap {
    margin-top: 0;
}
.vivienne-contact img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vivienne-contact .entry-content {
    margin-top: 20px;
}
.vivienne-contact .content {
    padding-bottom: 0;
}
.vivienne-contact .content .widget-title {
    text-align: center;
    font-size: 26px;
    font-style: italic;
}

.vivienne-contact .content .widget-title:after {
    content:"";
    display: block;
    padding-top: 16px;
    width: 10rem;
    margin: 0 auto;
    border-bottom: 1px solid black;
}

/* 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(18px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;;
}
.prev-next-post-links {
    overflow: hidden;
}
.previous-post-link {
    float: left;
}
.next-post-link {
    float: right;
}
.taxonomy-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.read-more {
    font-style: italic;
}
a.more-link {
    display: table;
    color: #fff;
    background: #222;
    padding: 14px 22px;
    font: lighter 10px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.more-link:hover {
    background: #ece7e6;
    color: #222;
}
/* Offscreen Content
---------------------------------------------------------------------------------------------------- */

.no-scroll {
    overflow: hidden;
    opacity: 1;
}

.offscreen-content {
    background-color: rgba( 249, 249, 249, 1.0);
    display: none;
    height: 100%;
    left: 0;
    overflow-y: hidden;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 30%;
    z-index: 9998;
}

.offscreen-content .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.offscreen-container {
    display: table;
    height: 100vh;
    overflow: hidden;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin-top: -20px;
}

.offscreen-container .widget-area {
    display: table-cell;
    padding-bottom: 20px;
    vertical-align: middle;
    width: 100%;
}

/* Offscreen Content Icon
--------------------------------------------- */

.offscreen-content-icon,
.offscreen-content-toggle {
    position: fixed;
    top: -10px;
    z-index: 9998;
}

button.offscreen-content-toggle {
    left: 0;
}

.offscreen-content button,
.offscreen-content-icon button {
    color: #222;
    background: #ece7e6;
    height: 75px;
    outline: none;
    margin-right: 100px !important;
}

.offscreen-content-icon .icon {
    font-size: 21px !important;
}

.offscreen-content button:hover, .offscreen-content-icon button:hover {
    background: #222;
    color: #fff;
}

.offscreen-content .widget_nav_menu li {
    font: lighter 13px Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 3.5rem;
}

.widget-area .offscreen-content-toggle {
    left: 0;
    background: transparent;
}

.widget-area .offscreen-content-toggle:hover {
    color: #d3cecd;
    background: transparent;
}

.widget-area .offscreen-content-toggle .icon {
    font-size: 36px;
}

.offscreen-content .widget {
    margin-bottom: 45px;
}

.offscreen-content .widget-title,
.offscreen-content .enews-widget .widget-title {
    float: none;
    text-align: center;
    width: 100%;
    font: italic 24px Cardo, serif;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.offscreen-content .widget-title:after { display: none; }

.offscreen-content .enews-widget input {
    width: 70%;
    margin-left: 22px;
}

.offscreen-content .enews-widget input[type="submit"] {
    width: 15%;
    margin-left: 10px;
    font-size: 11px;
}

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

    .header-image .site-header { margin: 20px 0 50px; }
    .menu-toggle,
    .sub-menu-toggle {
        display: block !important;
        background-color: #fff;
        color: #222;
        font-size: 2.5em;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
    .nav-primary .widget-wrap { background: #fff; }
    .nav-primary li a {font-size: 13px;padding: 18px;}
    .nav-primary .social i { font-size: 150%; }
    button.menu-toggle {
        background-color: #fff;
        color: #222;
        font-weight: 300;
        display: block !important;
        margin: 0 auto;
        border: 0;
        padding: 0;
        text-align: center;
        width: 100%;
		padding-bottom: 3px;
    }
    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background: transparent !important;
        color: #222;
        width: 100%;
        border: 0;
        padding: 0;
        padding-right: 20px;
        text-align: center;
        margin-top: 5px;
    }
    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    .sub-menu-toggle:before {
        content: "+";
        font-size: 18px;
    }
    .sub-menu-toggle.activated:before {
        content: "-";
        font-size: 18px;
    }
    .admin-bar .nav-primary {
        top: 0;
    }
    .nav-primary {
        position: relative;
        width: 100%;
        background: #fff;
        padding-left: 10px;
        margin-top: 15px;
    }
    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%;
        padding-left: 10px;
        margin-left: 20px;
    }
    .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: #f8f8f7;
        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: "\f20e";
    display: inline-block;
    font: normal 21px 'Ionicons';
    margin: 0 auto;
    padding: 10px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    input,
    button,
    input[type="search"] {
        border-radius: 0 !important;
    }
}

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

    .genesis-nav-menu a {
        padding: 24px 22px;
    }
}

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

    .yarpp-thumbnails-horizontal .yarpp-thumbnail { 
        margin: .26204% !important; 
    }

}

@media only screen and (max-width: 1139px) {
    .genesis-nav-menu a {
        padding: 24px 16px;
    }
    .creds p {
        width: 100% !important;
    }
    .vivienne-home .widget .entry {
        width: inherit;
    }
    .vivienne-featured-widget .featured-content .entry {
        padding: 10px;
    }

    .vivienne-category-archive .entry { min-height: 530px; }
}

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

    .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,
    .site-header .widget-area {
        width: 100%;
    }
    .header-image .site-title a {
        margin-top: 0;
    }
    .vivienne-home .featuredpost .entry-header {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
    
    .vivienne-home .featuredpost .entry-title {
        font-size: 15px;
        line-height: 2.5rem;
    }
    .vivienne-home .featuredpost .entry-header {
        margin: 0 auto;
        width: 95%;
    }
    .home-section .featuredpost .entry:hover img {
        opacity: 1;
    }
    .archive-pagination {
        margin-bottom: 50px;
    }
    .footer-widgets .wrap,
    .footer-widgets {
        max-width: 100%;
        width: 100% !important;
        padding: 20px;
    }
    .footer-widgets-1 .widget,
    .footer-widgets-2 .widget {
        padding: 0;
    }
    .vivienne-home .featuredpage .widget-title {
        top: 34.25%; }
}


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

    .offscreen-content button,
    .offscreen-content-icon button { 
        display: none; 
    }
    .title-area {
        text-align: center;
        padding: 15px 0 0;
        display: inline-block !important;
        border: 0;
        margin: 0 !important;
    }
    .site-container {padding-top: 0;margin-top: 0;}

    .site-header {
        padding: 0;
        margin: 20px 0 40px;
    }

    html > body .slide-excerpt-border,
    .slide-excerpt { padding-top: 0 !important; margin-top: 0 !important; }
    html > body .slide-excerpt-border h2 { font-size: 22px; }
    .vivienne-home .front-page-1 .featuredpost .entry-title {
        font-size: 18px;
        max-width: 95%;
    }

    .footer-menu {text-align: center;margin-bottom: 40px;padding: 0;}

    .creds { text-align: center; background: #ece7e6; margin-bottom: 0 !important; }
}

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

    .vivienne-home .featuredpage .widget-title {
        font-size: 18px;
        top: 30.5%;
    }
    .footer-menu li {
        padding: 30px 0 !important;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .footer-menu  {
       text-align: center !important;
    }

    .footer-menu, .creds {
        padding: 0;
    }

    .footer-menu a {
       padding: 20px 15px !important;
    }
    .creds {
        text-align: center;
        padding-bottom:10px
    }
    .vivienne-home .front-page-2 .widget_media_image,
    .vivienne-home .front-page-3 .widget_media_image,
    .vivienne-home .front-page-4 .widget_media_image { padding: 0; padding-top: 25px;}
    .about { margin-top: -40px; }
}

@media only screen and (max-width: 800px) {
    .vivienne-home .widget .entry {
       text-align: center;
    }
    .vivienne-home .featuredpage .widget-title {
        font-size: 24px;
        top: 40%;
        max-width: 50%;
        left: 25%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .vivienne-portfolio .portfolio,
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li,
    .woocommerce-page ul.cart_list li,
    .woocommerce-page ul.product_list_widget li,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .single-post.full-width-content .site-inner,
    .vivienne-lead-capture .one-half.last,
    .vivienne-lead-capture .one-half {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .vivienne-lead-capture .site-container {
        padding-top: 0;
    }
    .vivienne-home .front-page-1 .featuredpost .post {
        width: 47%;
        margin: 8px !important;
    }
    .vivienne-home .front-page-1 .featuredpost .post .entry-title { min-height: 120px; }
    .vivienne-home .featuredpost .entry,
    .vivienne-home .featuredpost .entry img {
        max-width: 100%;
        text-align: center;
        float: none;
        display: block;
    }
    .genesis-nav-menu a {
        padding: 20px 30px;
    }
    .nav-primary .widget-wrap { margin-top: -20px; width: 100%; }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -31px 0 0 199px;
    }
    .nav-primary { padding: 12px 10px 12px 0;}
    .nav-primary .sub-menu .sub-menu {
        margin: -20px 0 0 0px !important;
    }
    .genesis-nav-menu .sub-menu {
        border: 0;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        border: 0 !important;
        width: 100%;
    }
    .entry-meta .entry-tags {
        clear: both;
        float: left;
    }
    .front-page-5 .flexible-widgets.widget-area .widget:not(:first-child) {
        margin-bottom: 40px;
    }
    .vivienne-home .home-area .enews-widget input[type="submit"] {
        margin: 0;
        width: 100%;
    }
    .vivienne-home .home-area .enews-widget input#subbox,
    .vivienne-home .home-area .enews-widget input#subbox1,
    .vivienne-home .home-area .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;
        margin-bottom: 10px;
    }
    .vivienne-home .featuredpage .widget-title {
        max-width: 60%;
        left: 20%;
        margin: 0 auto;
        font-size: 22px !important;
   }
    .vivienne-blog .entry-title, .single .entry-title {
        font-size: 16px;
    }
    .vivienne-home .home-area .enews-widget {
        padding: 30px !important;
    }
    .vivienne-home .home-area .enews .widget-title  {
        float: none;
        margin: 0 auto;
        border-right: 0;
        padding: 10px 0 30px !important;
    }
    .flexible-widgets { padding: 40px; }
    .vivienne-instagram .widget-title {
        display: none;
    }
    .vivienne-home .home-area .enews .widget-title {
        border: 0;
        padding: 0 !important;
        padding-bottom: 30px !important;
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
        margin-top: -15px;
    }
    .vivienne-contact-left .one-half,
    .vivienne-contact-right .one-half {
        margin-bottom: 15px;
        width: 100% !important;
    }
    .vivienne-instagram { padding: 0; margin-top: -60px; }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgts-3 {
        width: 100% !important;
    }
    .nf-form-layout { padding: 22px 22px 2px;}

}


@media only screen and (max-width: 680px) { 
    .header-image .site-title a {
        background-size: contain !important;
        width: 100%;
        margin-top: 0;
    }
    .title-area { padding: 0px 34px 0; }
    .header-image .site-header { margin-bottom: 20px; }
    .vivienne-home .front-page-1 .featuredpost .post {
      width: 100%;
    }

    .vivienne-home .front-page-1 .featuredpost .post .entry-title { 
       min-height: auto;
    }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail { 
        width: 100% !important;
        text-align: center !important; 
        margin: 0 !important; 
    }

    img.attachment-yarpp-thumbnail.size-yarpp-thumbnail.wp-post-image {
        display: inline !important;
    }
   

}

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

.site-title, .site-title a, .site-title a:hover { font-size: 32px; }

.vivienne-home .featuredpage .widget-title { top: 32%; max-width: 70%; left: 15%; }

.header-image .title-area { margin: 0; }

.header-image .site-description { display: none; }

.header-image .site-header { margin: -20px 0 10px }

.title-area { padding: 15px 34px 0; }

.archive-pagination li a { margin-bottom: 10px;}

.vivienne-home .site-inner { margin-bottom: 0; }

    .post.has-post-thumbnail img.alignleft { width: 100%; }

    
    .creds p {line-height: 2rem; padding-bottom: 10px; font-size: 7px;}
    .footer-menu { padding-bottom: 10px; padding-top: 20px; } 
    .footer-menu .menu-item { padding: 0 !important; }
    .footer-menu a {padding: 30px 5px 20px !important;font-size: 7px;}
    
    .vivienne-portfolio .entry {
        min-height: 340px;
    }
    .archive-description, .author-box {
        margin-bottom: 25px;
    }
    .vivienne-category-archive .entry-title {
        margin-bottom: 30px;
    }
    .vivienne-featured .entry .widget { width: 100%; float: none; }

    .flexible-widgets { padding-left: 0; padding-right: 0; }

    .entry-title {
        font-size: 22px;
    }
    .vivienne-home .featured-content .entry {
        width: 100%;
    }
    .vivienne-home .home-area .widget-title,
    .content .category-page .widget-title {
        font-size: 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,
    .vivienne-category-archive .entry {
        text-align: center;
        width: 100%;
    }
    .portfolio-featured-image {
        margin: 0;
    }
    .vivienne-portfolio .archive-title {
        margin-bottom: 30px;
    }

    .vivienne-portfolio .entry-title {
        margin-bottom: 20px;
    }
    .vivienne-home .home-area .enews-widget input#subbox,
    .vivienne-home .home-area .enews-widget input#subbox1,
    .vivienne-home .home-area .enews-widget input#subbox2,
    .vivienne-home .home-area .enews-widget input#subbox,
    .vivienne-home .home-area .enews-widget input[type="submit"] {
        margin: 6px 0;
        width: 100% !important;
    }
    .vivienne-home .home-area .enews-widget {
        padding: 30px !important;
    }
    .vivienne-instagram {
        display: none;
    }

    .flexslider .slides img { width: 100% !important; }

    html > body .slide-excerpt-border { display: none !important; }
}


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

.header-image .site-header { margin-top: -40px; margin-bottom: -10px; }

}

/* Add Custom CSS Below This Line */