/*
        Theme Name: Audrey
        Theme URI: https://17thavenuedesigns.com/shop/audrey-wordpress-theme/
        Description: A stylish & feminine mobile responsive theme for the Genesis framework.
        Author: 17th Avenue Designs
        Author URI: https://17thavenuedesigns.com
        Version: 1.1.6
 
        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.3

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

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Buttons
        - Screen Reader Text
        - Skip Links
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
    - Plugins
        - WP Recipe Maker
        - Genesis Blocks
        - Genesis Responsive Slider
        - Genesis eNews Extended
            - Homepage eNews
        - Jetpack
        - Genesis Simple Share
        - Ninja Forms
    - Site Header
        - Title Area
    - Site Navigation
        - Primary Navigation
        - Secondary Navigation
        - Header Right Navigation
        - Split Navigation
    - Content Area
        - Home Page
            - Front Page areas 1 to 9
        - Flexible Widgets
        - Pricing Table
        - Content
        - Entries
        - Entry Meta
        - After Entry
        - Related Posts
        - Pagination
        - Entry Pagination
        - Post Comments
    - Sidebar
        - Social Icons
        - About Photo Widget
    - Footer
        - Mailchimp
        - Newsletter
        - Footer Widgets
        - Instagram Feed
    - Site Footer
    - Blog Formats
        - Full
        - Grid
        - List
    - Page Templates
        - 404 page
        - Category Archive Page
        - Category Index Page
        - Landing Page
        - Instagram Page
        - Portfolio Page
    - Fadeup Effect
    - Back to Top Button
    - Offscreen Content
    - Responsive Navigation
        - Navigation Toggles
        - Responsive Menu Icon
    - Media Queries
        - Max-width: 1300px
        - Max-width: 1200px
        - Max-width: 1151px
        - Max-width: 1000px
        - Max-width: 920px
        - Max-width: 767px
        - Max-width: 700px
        - Max-width: 480px
        - Max-width: 390px


*/

/*
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: transparent;
    color: inherit;
}
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
}
.is-layout-flex {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}

/* 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: #111111;
    font: normal 16px Halant, sans-serif;
    letter-spacing: .5px;
    line-height: 2.9rem;
    -webkit-font-smoothing: subpixel-antialiased;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.offscreen-content button,
.offscreen-content-icon button,
.home-box,
.nf-form-content input[type="button"],
.nf-form-content .submit-wrap input.nf-element,
.woocommerce .content-sidebar-wrap button,
.woocommerce .widget_product_categories li {
    -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;
    cursor: pointer;
}
a {
    color: #c6796a;
    text-decoration: none;
}
a:hover,
.entry-categories a:hover {
    color: #111111;
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link) {
    color: #c6796a;
    font-weight: normal;
}
.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;
}
p.has-text-align-center {
    text-align: center !important;
}
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  30px!important;
    font: normal 22px Italiana, serif;
    line-height: 3.25rem;
    background: #f9f7f6;
    padding: 30px;
    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: 'Italiana', Didot, serif;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 24px;
    color: #111111;
    letter-spacing: 1px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 28px;
}
h6 {
    font-size: 24px;
}
.entry-content h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font: normal 20px Maven Pro, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
}

/* 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;
    padding: 15px 15px 11px;
    width: 100%;
    font-size: 16px;
    line-height: 2.7rem;
}
input:focus,
textarea:focus {
    border: 1px solid #111111 !important;
    outline: none;
}
.audrey-home input:focus,
.audrey-home textarea:focus {
    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,
.view-all-portfolio a,
.comment-reply a {
    background-color: #e9dcd5;
    color: #111111;
    border: 0;
    cursor: pointer;
    font: normal 12px Maven Pro, sans-serif;
    letter-spacing: 2px;
    padding: 18px 26px;
    margin: 10px 0;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
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,
.view-all-portfolio a:hover,
.comment-reply a:hover {
    background-color: #c6796a;
    color: #ffffff;
}
.nf-form-content input[type="button"],
.nf-form-content .submit-wrap input.nf-element {
    font-size: 13px !important;
    padding: 16px 24px;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer;
}
.nf-form-content input[type="button"],
.wprm-recipe-link,
#mc_embed_signup .button,
.nf-form-content .submit-wrap input.nf-element {
    background-color: #e9dcd5 !important;
    color: #111 !important;
}
.entry-content .wp-block-button .wp-block-button__link:hover,
.nf-form-content input[type="button"]:hover,
.wprm-recipe-link:hover,
#mc_embed_signup .button:hover,
.nf-form-content .submit-wrap input.nf-element:hover {
    background-color: #c6796a !important;
    color: #fff !important;
}
.button {
    display: inline-block;
}
a.more-link {
    color: #111;
    background: #e9dcd5;
    padding: 16px 22px;
    font: normal 12px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 2px;
}
a.more-link:hover {
    background: #c6796a;
    color: #ffffff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

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

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
 
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0;
}
 
.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}
 
/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #eeeae8;
}
th,
td {
    text-align: left;
}
th {
    font-weight: normal;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #eeeae8;
    padding: 10px 0 9px;
}
/*
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;
    min-height: 100vh;
}
.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
}
.site-inner {
    background-color: #fff;
    clear: both;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
    margin-bottom: 30px;
    margin-top: 0 !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: 110px;
    width: 110px;
}
.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;
    font-family: Maven Pro;
}

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

.breadcrumb {
    border-bottom: 1px solid #eeeae8;
    margin-bottom: 30px;
    padding-bottom: 7px;
    font-size: 15px;
}
.archive-description,
.author-box {
    margin-bottom: 1%;
}
.full-width-content .author-box {
    max-width: 950px;
    margin: 0 auto;
}
.author-box-title {
    font-size: 32px;
    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: 17px 14px 13px;
    font-size: 14px;
    letter-spacing: .5px;
    -webkit-appearance: none !important;
}
.search-form input[type="submit"] {
    font-family: FontAwesome;
    font-size: 80% !important;
    width: 20px;
    height: 30px;
    background: transparent;
    color: #111111;
    bottom: 8px;
    right: 2px;
    position: absolute;
}
.search-form input[type="submit"]:hover {
    color: #c6796a;
    background: transparent !important;
}
input[type="submit"]:focus {
    border: 0 !important;
}
.search .results {
    font: normal 18px Maven Pro, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 2.5px;
}
.search .shop-post,
.search .shop-post-title {
    display: none;
}

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

.archive-title {
    font: normal 34px Italiana, Didot, serif;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.home-area .entry-title {
    font-size: 40px;
}
.home-area h1.entry-title {
    display: none;
}
.entry-title {
    font-size: 34px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.single-post .entry-title {
    font-size: 48px;
    max-width: 1150px;
    margin: 0 auto 18px;
}
.single-post.full-width-content .entry-title {
    max-width: 950px;
}
.entry-title a {
    color: #111111;
}
.entry-title a:hover {
    color: #c6796a;
}
.sidebar .entry-title {
    font-size: 24px;
    text-align: center;
}
.page.page-template-default:not(.home) .entry-title,
.page.category-page.full-width-content .entry-title,
.page.category-page .entry-title,
.error404 .entry-title,
.archive-title,
.single-post .entry-header {
    font: normal 48px Italiana, Didot, serif;
    letter-spacing: 1px;
    margin: 0 0 25px;
}
.page.page-template-default.full-width-content:not(.home) .entry-title,
.page.page-template-default:not(.home) .entry-title,
.page.category-page.full-width-content h1.entry-title,
.page.category-page .entry-title,
.error404 .entry-title,
.category .archive-title,
.archive-title,
.single-post .entry-header {
    text-align: center;
    background: #e9dcd5;
    padding: 70px;
    margin-bottom: 60px;
}
.widget-full .widget-title {
    margin-bottom: 20px;
}
.full-width-content .content-sidebar-wrap {
    max-width: 1150px;
    margin: 0 auto;
}
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;
}
.featuredpage a.alignnone {
    margin-bottom: 0;
}
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 {
    padding: 26px;
    border: 1px solid #eeeae8;
}
.sidebar .widget-title {
    text-align: center;
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

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

.wprm-recipe-template-compact {
    max-width: 100% !important;
}
.wprm-recipe-container .wprm-recipe p,
.wprm-recipe-container .wprm-recipe li {
    margin-bottom: 5px !important;
    font-family: Halant !important;
    font-size: 16px !important;
    line-height: 2.8rem !important;
}
.wprm-block-text-normal {
    font-family: Halant !important;
    font-size: 16px !important;
    line-height: 2.8rem !important;
}
.wprm-recipe-summary {
    margin-bottom: 12px;
}
.wprm-container-float-right {
    margin-left: 25px !important;
}
.wprm-recipe-container .wprm-recipe li.wprm-recipe-instruction {
    margin-bottom: 18px !important;
}
span.wprm-recipe-ingredient-notes.wprm-recipe-ingredient-notes-faded {
    font-style: italic;
}
html body .wprm-recipe {
    font-family: Halant !important;
}
html body .wprm-recipe-container .wprm-recipe {
    background: #f9f7f6 !important;
    padding: 30px !important;
    border: 0 !important;
}
html body .wprm-recipe-container h2 {
    font-size: 34px !important;
    letter-spacing: 1px !important;
    color: #111111 !important;
    margin-bottom: 15px !important;
    font-family: Italiana !important;
    font-weight: normal !important;
}
html body .wprm-recipe-container h3 {
    font: normal 26px Italiana, serif !important;
    letter-spacing: 1px !important;
    padding-top: 5px !important;
    padding-bottom: 18px !important;
    color: #111111 !important;
}
html body .wprm-recipe-container ul {
    margin-bottom: 30px !important;
}
span.wprm-recipe-ingredient-notes.wprm-recipe-ingredient-notes-faded {
    font-style: italic;
}
a.wprm-recipe-print {
    background: #fff !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: normal !important;
    padding: 6px !important;
    letter-spacing: 1.5px;
}
span.wprm-recipe-icon.wprm-recipe-print-icon {
    margin-right: 3px;
}
.wprm-recipe-jump {
    padding: 7px 14px;
    display: block;
    font-family: Maven Pro !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    text-align: center;
    margin: 8px auto 15px;
    max-width: 155px;
}
.wprm-recipe-template-compact h1, .wprm-recipe-template-compact h2, .wprm-recipe-template-compact h3, .wprm-recipe-template-compact h4, .wprm-recipe-template-compact h5, .wprm-recipe-template-compact h6 {
    font-family: Italiana, serif !important;
    font-weight: normal !important;
}
.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name,
.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name  {
    font: normal 18px Maven Pro, sans-serif !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    letter-spacing: 1.5px !important;
}

/* Genesis Blocks
--------------------------------------------- */
.wp-block-button.aligncenter {
    text-align: center;
}
.gb-block-accordion {
    margin-bottom: 1.4em !important;
    margin-top: 1.4em !important;
}
.gb-block-accordion .gb-accordion-title {
    padding: 22px 25px !important;
    outline: 0;
    font-size: 14px;
    line-height: 1.6;
    background: #fff !important;
    border: 1px solid #eeeae8;
    font: normal 14px Maven Pro, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    -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;
    cursor: pointer;
}
.gb-block-accordion .gb-accordion-title:hover {
    background: #e9dcd5 !important;
    color: #111111 !important;
}
.gb-block-accordion .gb-accordion-text {
    padding-top: 30px !important;
}
.gb-block-accordion .gb-accordion-title::-webkit-details-marker {
    display: none;
}
.gb-block-accordion .gb-accordion-title::after {
    content: "\f347";
    font-size: 16px;
    font-family: "dashicons";
    float: right;
    color: #111111;
}
.gb-block-accordion details[open] .gb-accordion-title:after {
    content: "\f343";
}

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

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

html > body .slide-excerpt-border {
    width: 500px;
}
.slide-excerpt-border {
    background: rgba( 249, 249, 249, .7) !important;
    border: 1px solid #eee !important;
    margin: 10px;
    padding: 25px 20px 22px !important;
    position: relative;
    z-index: 8;
    margin-top: -17% !important;
    margin-left: -36% !important;
    min-width: 550px !important;
    max-width: 550px !important;
}
.slide-excerpt-border h2 {
    line-height: 0 !important;
    padding: 10px 10px 0px;
}
.slide-excerpt-border h2 a {
    font: normal 42px Italiana, Didot, serif;
    letter-spacing: 1px;
    color: #111111;
    line-height: 1.3;
}
.slide-excerpt-border h2 a:hover {
    color: #c6796a;
}
.slide-excerpt-border p:first-of-type { display: none}
.flex-control-nav li a:focus { outline: 0; }
html > body .slide-excerpt-border {
    border: 0 !important;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
}
.widget-area {
    word-wrap: break-word;
}
.home-slider {
    text-align: center;
    margin-bottom: 40px;
}
.flexslider .slides img {
    display: block;
    margin: 0 auto;
}
.flexslider {
    margin: 0 auto !important;
    text-align: center;
}
.slide-excerpt {
    background-color: transparent !important;
    top : 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin:0 !important;
}
html > body .slide-excerpt-border {
    top : 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin:0 !important;
    display: block;
    position: absolute !important;
    z-index: 8;
}

/* Direction Nav */
.flex-control-nav li a {
    background: transparent !important;
    border: 2px solid #e2e2dd !important;
    border-radius: 50px !important;
    height: 11px !important;
    width: 11px !important;
    display: inline-block !important;
    margin: 0 6px;
}
.flex-control-nav li a:hover {
    background: #e2e2dd !important;
}
.flex-direction-nav li a {
    width: 52px !important;
    height: 52px !important;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 100;
}
.flex-direction-nav li .next {
    background-position: -52px 0 !important;
    right: -60px !important;
}
.flex-direction-nav li .next:hover {
    background-position: -52px -50px !important;
}
.flex-direction-nav li .prev {
    left: -60px !important;
}
.flex-direction-nav li .prev:hover {
    background-position: 0 -50px !important;
}
#genesis-responsive-slider {
    border: 0 !important;
    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;
}
.enews-widget input[type="submit"] {
    width: 100%;
    margin-top: 0;
    cursor: pointer;
}
.enews-widget p {
    text-align: center;
    margin-bottom: 20px;
}

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

.audrey-home .home-area .enews .widget-title {
    font: normal 56px Italiana, serif;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    color: #c6796a;
    -webkit-font-smoothing: subpixel-antialiased;
}
.audrey-home .home-area .enews-widget p {
    text-align: center;
    margin-bottom: 30px;
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.7;
}
.audrey-home .home-area .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.5%;
    width: 25.5%;
    border: 1px solid #eee;
}
.audrey-home .home-area .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1.5%;
    padding: 19px 5px 19px;
    width: 17.5%;
    border: 0;
    cursor: pointer;
    letter-spacing: 2px;
}
.audrey-home .home-area .enews-widget form {
    max-width: 1000px;
    margin: 0 auto;
}

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

#wpstats {
    display: none;
}

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

.share-after {
    clear: both;
    text-align: right;
    margin-bottom: -40px;
    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: #f9f7f6;
    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: #111111 !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: normal 13px Maven Pro, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111111;
    margin-bottom: 15px !important;
}
.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,
.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%;
    max-width: 1400px;
    padding: 0 70px;
}
.site-header {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    -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;
    border-bottom: 1px solid #eeeae8;
    margin: 0 auto;
}

@media only screen and (min-width: 1021px) {

    .site-header + * {
        margin-top: 159px !important;
    }
    .site-header {
        min-height: 159px !important;
    }
    .audrey-insta .site-header {
        min-height: auto !important;
    }
    .site-header.scrolled {
        min-height: 94px !important;
    }
    .header-image .site-header {
        min-height: 166px !important;
    }
    .header-image .site-header.scrolled {
        min-height: 96px !important;
    }
    .header-image .site-header + * {
        margin-top: 166px !important;
    }
    .secondary-active .site-header + * {
        margin-top: 193px !important;
    }
    .secondary-active.header-image .site-header + * {
        margin-top: 228px !important;
    }
    .primary-active .site-header.scrolled {
        margin-top: -54px;
    }
    .site-header.scrolled {
        padding: 13px 15px 10px;
    }
    .site-header.scrolled .site-title {
        font-size: 42px;
        padding-top: 10px;
    }
    .secondary-active .site-header.scrolled .site-title {
        padding-top: 10px;
    }
    .site-header.scrolled .offscreen-content-icon,
    .site-header.scrolled .offscreen-content-toggle {
        margin-top: -27.5px;
    }
    .secondary-active .site-header.scrolled .offscreen-content-icon,
    .secondary-active .site-header.scrolled .offscreen-content-toggle {
        margin-top: -28px;
    }
    .header-image .site-header.scrolled .site-title > a {
        min-height: 75px;
    }
    .header-image .site-header.scrolled .site-title > a {
        width: auto;
    }
    .header-image.secondary-active .site-header.scrolled .site-title > a {
        float: left;
        z-index: 9999;
        width: 180px;
    }
    .header-image.secondary-active .site-header.scrolled .title-area {
        max-width: unset;
        text-align: left;
    }
    .secondary-active.header-image .site-header.scrolled {
        padding: 0;
    }
    .header-image .site-header.scrolled .title-area {
        width: 100%;
        max-width: 180px;
    }
    .header-image .site-header.scrolled .header-widget-area .widget_nav_menu {
        margin-top: 21px;
    }
    .header-image .site-header.scrolled .site-title {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-image .site-header.scrolled .offscreen-content-icon,
    .header-image .site-header.scrolled .offscreen-content-toggle {
        margin-top: -38px;
    }
    .header-image.header-right-active .site-header.scrolled .offscreen-content-toggle {
        margin-top: -37.5px;
    }
}

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

.title-area {
    float: left;
    overflow: hidden;
    text-align: center;
}
.header-right-active .title-area,
.header-full-width .title-area {
    margin-top: 5px;
}
.header-right-active.header-image .title-area,
.split-nav-active.header-full-width .title-area {
    margin-top: 0;
}
.header-right-active .site-header.scrolled .title-area {
    margin-top: 0;
}
.site-title {
    font: normal 52px Italiana, serif;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.site-header {
    padding: 45px 0 41px;
    padding-left: 5px;
    position: fixed;
    z-index: 9997;
}
.header-image .site-header {
    padding: 0;
}
.secondary-active.header-image .site-header {
    padding: 10px 0 30px;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #c6796a;
    text-decoration: none;
}
.header-right-active .site-title,
.header-right-active .site-description {
    text-align: left;
}
.site-description {
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #111111;
    display: none;
}
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}
.header-image .site-description {
    display: none !important;
}

/* Logo, header right active */

.header-image .site-header .header-widget-area .widget_nav_menu {
    margin-top: 56px;
}
.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    display: block;
    margin: 0 auto;
    min-height: 125px;
    width: 300px;
}
.header-image .title-area {
    width: 100%;
    max-width: 300px;
}

/* Logo, full width */

.header-image.header-full-width .title-area {
    margin: 0 auto;
}
.header-full-width .title-area,
.header-full-width .site-title {
    float: none;
    text-align: center;
}
.header-image .site-description,
.header-image .site-title a,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
    z-index: 9999;
}
.header-image .site-title {
    padding: 20px 0;
}
.secondary-active.header-image .site-title {
    padding: 20px 0 0;
}

/*
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: #111111;
    display: block;
    font: normal 12px Maven Pro, sans-serif;
    letter-spacing: 2px;
    padding: 20px 15px 11px;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.nav-primary a {
    padding: 20px 15px 13px;
}
.genesis-nav-menu a:hover {
    color: #c6796a;
}
.genesis-nav-menu > li > a {
    border-bottom: 5px solid transparent;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}
@media only screen and (min-width: 1021px) {
.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: 180px;
    z-index: 9999;
    display: block !important;
    pointer: cursor;
    text-align: left;
    pointer-events: none;
    border-top: 1px solid #eeeae8;
} }
.genesis-nav-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    pointer-events: all;
}
.genesis-nav-menu .sub-menu .sub-menu:before {
    display: none;
}
.genesis-nav-menu .sub-menu a,
.site-header .header-widget-area .widget_nav_menu li .sub-menu a,
.header-menu.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    padding: 11px 16px 10px;
    line-height: 1.9em;
    position: relative;
    word-wrap: break-word;
    border: 1px solid #eeeae8;
    border-top: 0;
    pointer: cursor;
    z-index: 9999;
    width: 180px;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 0;
}
.genesis-nav-menu .sub-menu a:hover {
    color: #c6796a;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -36px 0 0 179px;
    border-top: 1px solid #eeeae8;
}
.genesis-nav-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}

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

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

.nav-primary a {
    color: #ffffff;
}
.nav-primary a:hover {
    color: #111111;
}
.nav-primary .sub-menu a {
    color: #111111;
}
.nav-primary {
    text-transform: uppercase;
    z-index: 999;
    background: #c6796a;
    width: 100%;
    padding-left: 12px;
}

/* Secondary Navigation (Below Header)
--------------------------------------------- */

.header-right-active .nav-secondary {
    padding-bottom: 0;
}
.nav-secondary li a {
    padding: 19px 26px;
    font-size: 13px;
}
.nav-secondary {
    text-align: center;
    padding: 10px 0 0;
    margin-bottom: -20px;
}
.secondary-active .offscreen-content-icon {
    position: absolute;
    right: 60px;
    top: 132px !important;
}
.secondary-active .site-header.scrolled .nav-secondary {
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: -52px;
    float: right;
}
.header-image.secondary-active .site-header.scrolled .nav-secondary {
    margin-top: -74px;
}
.nav-secondary .wrap {
    padding: 0;
}
.secondary-active .site-header.scrolled .offscreen-content-icon {
    top: 76px !important;
}
.secondary-active.header-image .site-header.scrolled .site-title {
    float: left;
    padding: 10px 0;
}
.secondary-active .site-header.scrolled .site-title {
    float: left;
}

/* Header Right Navigation
--------------------------------------------- */

.site-header .header-widget-area .widget-area {
    float: right;
}
.site-header .header-widget-area .widget_nav_menu {
    text-align: right;
    margin-top: 8px;
}
.offscreen-active .site-header .header-widget-area .widget_nav_menu {
    margin-right: 85px;
}
.site-header .header-widget-area .widget_nav_menu li a,
.nav-secondary li a {
    padding: 19px 20px 14px;
    font-size: 12px;
    color: #111111;
}
.site-header .header-widget-area .widget_nav_menu li a:hover,
.nav-secondary li a:hover {
    color: #c6796a;
}
.site-header .header-widget-area .widget_nav_menu li:last-child a {
    padding-right: 7px;
}
.site-header .header-widget-area .widget_nav_menu .sub-menu li:last-child a {
    padding-right: 16px;
}


/* Split Navigation
--------------------------------------------- */

.header-menu.genesis-nav-menu a {
    padding: 20px 25px 11px
}
.split-nav-active .site-header {
    padding: 50px 0 42px;
}
.header-image.split-nav-active .site-header {
    padding: 0;
}
.header-image.split-nav-active .site-title {
    padding: 20px 0;
}
.split-nav-active .site-header.scrolled {
    padding: 13px 15px 10px;
}
.split-nav-active .site-header.scrolled .site-title {
    padding: 11px;
}
.header-image.split-nav-active .site-header.scrolled {
    padding: 10px 15px;
}
.header-image.split-nav-active .site-header.scrolled .site-title {
    padding: 0;
}
.split-nav-active .offscreen-content-toggle {
    margin-top: -60px;
}
.split-nav-active .site-header.scrolled .header-right,
.split-nav-active .site-header.scrolled .header-left {
    margin-top: -65px;
}
.split-nav-active .site-header.scrolled .offscreen-content-toggle {
    margin-top: -65px;
}
.site-header .header-left {
    width: 35%;
    float: left;
    margin-right: 1.5%;
    text-align: right;
    margin-top: -60px;
}
.site-header .header-right {
    width: 35%;
    margin-left: 1.5%;
    float: right !important;
    margin-top: -60px;
}
.header-image .site-header .header-left,
.header-image .site-header .header-right {
    margin-top: -110px;
}

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

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

.audrey-home .home-area .widget-title {
    font: normal 24px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 45px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.audrey-home .home-area .wrap {
    max-width: 1150px;
}
.audrey-home .home-area {
    clear: both;
}
.audrey-home .enews {
    overflow: hidden;
    margin-bottom: 15px;
}
.audrey-home .content-sidebar-wrap .entry .post-image.alignleft,
.home.paged .content-sidebar-wrap .entry .post-image.alignleft {
    width: 50%;
    margin-right: 32px;
}
.audrey-home .content-sidebar-wrap .entry-header .entry-meta,
.home.paged .content-sidebar-wrap .entry-header .entry-meta {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    padding-top: 45px;
}
.home.paged .content-sidebar-wrap {
    padding-top: 50px;
}

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

.audrey-home .front-page-1 .wrap {
    max-width: 100%;
}
.audrey-home .front-page-1 {
    background: #e9dcd5;
    max-height: 650px;
}
.audrey-home .front-page-1 .widget_media_image {
    width: 38%;
    float: left;
    max-height: 650px;
}
.audrey-home .front-page-1 .widget_media_image img {
    margin-bottom: -10px !important;
    object-fit:cover;
    max-height: 650px;
}
.audrey-home .front-page-1 .widget_custom_html {
    width: 56%;
    float: right;
    padding-top: 170px;
    padding-right: 60px;
}
.audrey-home .front-page-1 h4 {
    font: normal 18px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}
.audrey-home .front-page-1 h3 {
    font-size: 65px;
    color: #c6796a;
}
.audrey-home .home-area a.button.white {
    background: #fff;
    color: #111111;
}
.audrey-home .home-area a.button.white:hover {
    background: #dbc4b8;
    color: #111111;  
}
.audrey-home .home-area a.button.center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: table;
}

/* Alt Front Page 1 - Meta Slider with Overlay
--------------------------------------------- */

.audrey-home .front-page-1 .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.audrey-home .front-page-1 .overlay.background {
    background: rgba(255,255,255, .85);
    padding: 60px 40px 40px;
}
.audrey-home .front-page-1 .overlay.background.border,
.audrey-home .front-page-1 .overlay.border {
    background: rgba(255,255,255, .85);
    outline: 10px solid rgba(255,255,255, .85);
    border: 1px solid #666;
    padding: 50px 40px 40px;
}
.audrey-home .front-page-1 .overlay.left {
    text-align: left;
    padding-left: 90px;
    width: auto;
    max-width: 900px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.audrey-home .front-page-1 .overlay.right {
    text-align: right;
    padding-right: 90px;
    width: auto;
    max-width: 900px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.audrey-home .front-page-1 .overlay.left.background {
    padding-right: 90px;
}
.audrey-home .front-page-1 .overlay.right.background {
    padding-left: 90px;
}
.audrey-home .front-page-1 .overlay.background.border.right {
    margin-right: 10px;
}
.audrey-home .front-page-1 .overlay h3 {
    font-size: 60px;
    margin-bottom: 18px;
}
.audrey-home .front-page-1 .overlay h4 {
    font-size: 22px;
}
@media only screen and (max-width: 1200px) {
    .audrey-home .front-page-1 .overlay {
        width: auto;
        margin: 0 20px;
    }
    .audrey-home .front-page-1 .overlay h3 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1000px) {
    .metaslider img {
        min-height: 400px;
        object-fit: cover;
    }
    .audrey-home .front-page-1 .overlay.left {
        padding-left: 0;
        max-width: unset;
    }
    .audrey-home .front-page-1 .overlay.right {
        padding-right: 0;
        max-width: unset;
        right: unset;
    }
    .audrey-home .front-page-1 .overlay h3 {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .audrey-home .front-page-1 .overlay h4 {
        font-size: 16px;
    }
    .audrey-home .front-page-1 .overlay,
    .audrey-home .front-page-1 .overlay.left,
    .audrey-home .front-page-1 .overlay.right {
        padding: 15px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .audrey-home .front-page-1 .overlay.background,
    .audrey-home .front-page-1 .overlay.background.border {
        padding: 40px 15px;
        margin: 0 auto;
        outline: 0;
        border: 0;
        width: 90%;
    }
    .audrey-home .front-page-1 .overlay.left,
    .audrey-home .front-page-1 .overlay.right {
        left: auto;
        right: auto;
        width: 100%;
    }
    .audrey-home .front-page-1 .overlay.left.background {
        padding-right: 15px;
    }
    .audrey-home .front-page-1 .overlay.right.background {
        padding-left: 15px;
    }
}

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

.audrey-home .front-page-2,
.audrey-home .front-page-6,
.audrey-home .front-page-10 {
    background: #f9f7f6;
}
.home-box {
    background: #fff;
    text-align: center;
    padding: 40px;
    height: 350px;
    width: 350px;
    display: table;
    cursor: pointer;
    margin-top: 5px;
}
.home-box:hover {
    background: #e9dcd5;
}
.home-box:hover .button {
    background: #dbc4b8;
    color: #111;
}
.widget-3 .home-box {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.widget-4 .home-box {
    float: right;
}
.box-content {
    vertical-align: middle;
    display: table-cell;
}
.box-content ion-icon {
    font-size: 30px;
    color: #111111 !important;
    margin-bottom: 18px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}
.box-content h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-family: Italiana;
    text-transform: none;
}

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

.home-about {
    background: #fff;
    border: 1px solid #eeeae8;
    border-right: 0;
    padding: 60px 0 50px 45px;
    margin-top: 80px;
}
.home-about p {
    padding-right: 40px;
}
.home-about h4 {
    font: normal 14px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-about h3 {
    font-size: 52px;
    color: #c6796a;
    margin-bottom: 15px;
}
.home-about h3:after {
    background: #c6796a;
    width: 300px;
    height: 2px;
    display: inline-block;
    position: absolute;
    content: "";
    margin: 35px 0 10px 15px;
}

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

.audrey-home .front-page-4 {
    background: #e9dcd5;
}

.audrey-home .philosophy h3 {
    font-size: 50px;
    text-align: center;
    color: #c6796a;
    max-width: 960px;
    margin: 0 auto 40px;
}


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

.front-page-5 {
    background: #fff;
}
.audrey-home .woocommerce .product-title {
    clear: both;
    text-align: center;
    display: block;
    padding-top: 25px;
    font: normal 24px Italiana, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.audrey-home span.woocommerce-Price-amount.amount {
    text-align: center;
    font-family: Maven Pro;
    letter-spacing: 1px;
    font-size: 12px;
    padding-top: 0;
    margin: 0 auto;
}


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

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none !important;
}
.wpmtst-testimonial {
    font: normal 36px Italiana, sans-serif;
    text-align: center;
    line-height: 1.3;
    color: #c6796a;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content,
.wpmtst-testimonial-content {
    font-style: normal !important;
    margin-bottom: 40px !important;
}
.wpmtst-testimonial .testimonial-name.testimonial-field {
    text-align: center;
    margin: 0 auto !important;
    letter-spacing: 2px;
    font: normal 14px Maven Pro, sans-serif !important;
    text-transform: uppercase;
    color: #111 !important;
}
.strong-testimonials-view-widget .widget-title:before {
    content: "\201c";
    font-family: Georgia;
    color: #e9dcd5;
    font-size: 250px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: .4;
    z-index: -1;
    margin-top: -61px;
}
.strong-testimonials-view-widget .widget-title {
    padding-top: 20px;
    margin-bottom: 0 !important;
}
.wpmtst-testimonial-inner.testimonial-inner {
    padding: 20px !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-image {
    max-width: 180px !important;
    margin-bottom: 25px !important;
}

/* Front Page 7
--------------------------------------------- */

.audrey-home .featured-portfolio .entry-header,
.audrey-portfolio .entry-header {
    margin-top: 20px;
    position: absolute;
    top: 34%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
}
.audrey-portfolio .entry-title,
.audrey-home .featured-portfolio.featuredpost .entry .entry-title {
    display: block;
    max-width: 78%;
    margin: 0 auto;
    line-height: 2.5rem !important;
    background: #fff;
    opacity: .8;
    text-align: center;
    padding: 18px !important;
    font-size: 26px !important;
}
.audrey-home .featured-portfolio .entry,
.audrey-portfolio .entry {
    position: relative;
    display: inline-block;
    margin-bottom: 1%;
}
.audrey-home .featured-portfolio .entry:hover .entry-header,
.audrey-portfolio .entry:hover .entry-header {
    opacity: 1; 
}
.audrey-home .featured-portfolio .entry:hover img,
.audrey-portfolio .entry:hover img {
    opacity: .75;
}


/* Front Page 8
--------------------------------------------- */

.audrey-home .front-page-8 {
    background: #dbc4b8;
}

.seen-in img {
    filter: brightness(0) invert(1);
    width: 19.5%;
    padding: 2%;
    vertical-align: middle;
}


/* Front Page 9
--------------------------------------------- */

.audrey-home .featuredpost .entry {
    width: 33.3333333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
}
.audrey-home .featuredpost .entry:nth-of-type(3n+1) {
    clear: left;
}
.audrey-home .featuredpost .entry:nth-of-type(4),
.audrey-home .featuredpost .entry:nth-of-type(5),
.audrey-home .featuredpost .entry:nth-of-type(6),
.audrey-home .featuredpost .entry:nth-of-type(7),
.audrey-home .featuredpost .entry:nth-of-type(8),
.audrey-home .featuredpost .entry:nth-of-type(9) {
    margin-top: 10px;
}
.audrey-home .featured-portfolio a.alignnone {
    margin-bottom: 0;
}
.audrey-home .featuredpost .entry .entry-title {
    font-size: 28px;
    text-align: center;
    padding: 0 15px;
}
.audrey-home .featuredpost .entry-header p.entry-meta {
    text-align: center;
    margin-bottom: 12px;
}
.home .site-inner {
    display: none;
}
.home.blog .site-inner {
    display: block;
}
.home:not(.paged) .site-inner {
    padding-top: 70px;
}
.home.paged .site-inner {
    padding-top: 30px;
}

/* Additional Homepage Widgets
--------------------------------------------- */

.audrey-home .featuredpage .entry {
    margin: 0 10px;
}
.audrey-home .featuredpage {
    position: relative;
}
.audrey-home .featuredpage .widget-title {
    font: normal 30px Italiana, sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased;
    position: absolute;
    background: rgba(255,255,255, .85);
    position: absolute;
    left: 50%;
    width: 78%;
    top: 48%;
    margin: 0;
    padding: 24px 30px 22px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.audrey-home .featuredpage .widget-title a {
    color: #111111;
}

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

.flexible-widgets {
    padding: 80px 0;
    overflow: hidden;
}

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

.flexible-widgets.widget-area .widget {
  float: left;
}
.flexible-widgets.widget-area .featuredpost.widget {
    padding: 0;
}
.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: 767px) {
    .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;
    }
}

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

.pricing-table .one-third {
  background-color: #fff;
  border: 1px solid #f6f2f1;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 10px !important;
  padding: 40px;
  width: 32%;
  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 .button {
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.pricing-table p {
    margin-bottom: 0;
}
.pricing-table .one-third:nth-child(3n+1),
.pricing-table .one-third:nth-child(3n) {
  margin: 0 0 0;
}
.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-table ul {
    margin-left: 0 !important;
}

.pricing-table ul > li {
  border-bottom: 1px solid #eeeae8;
  padding-bottom: 10px;
  margin-bottom: 15px;
  list-style-type: none !important;
  text-align: center;
  font-size: 15px;
}
.pricing-table h4 {
  border-bottom: 1px solid #eeeae8;
  margin: -40px -40px 40px;
  font-size: 36px;
  letter-spacing: 1px;
  padding: 40px;
  text-align: center;
  background: #f9f7f6;
  text-transform: none;
  font-family: Italiana;
  line-height: 1.3;
}
.pricing-table .price {
    font: normal 16px Maven Pro, sans-serif !important;
    letter-spacing: 1.5px !important;
}


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

.content-sidebar .content {
    max-width: 780px;
    float: left;
}
.sidebar-content .content {
    max-width: 780px;
    float: right;
}
.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    max-width: 1150px;
    margin: 0 auto;
}
.page.content-sidebar .content,
.page.sidebar-content .content {
    width: 100%;
}
.full-width-content .site-inner {
    max-width: 100%;
}
.full-width-content .site-inner .entry-content {
    max-width: 1150px;
    margin: 0 auto;
}
.single-post.full-width-content .post {
    max-width: 950px !important;
    margin: 0 auto 4%;
}
.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;
}
.audrey-home .featuredpost .shop-post,
.audrey-home .featuredpost .shop-post-title {
   display: none;
}
.audrey-home .featuredpost .more-link {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.audrey-home .featuredpost .entry-content p {
    margin-top: 6px;
}
.featuredpost .shop-post {
    background: #fff; 
    margin-top: 20px;
}
.shop-post,
.shop-post-title {
    width: 100%;
}
.shop-post {
    float: right;
}
.shop-post-title {
    text-align: left;
    font: normal 13px Maven Pro, sans-serif;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeae8;
    padding-bottom: 10px;
    float: right;
    margin-top: 20px;
}
.shop-post-title:after {
    content: "\0025BE";
    padding-left: 5px;
}
.single .shop-post-title {
    text-align: center;
    border: 0;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.single .shop-post {
    border: 1px solid #eeeae8;
    padding: 20px;
    margin-bottom: 16px;
}
.archive .shop-post,
.archive .shop-post-title {
    display: none;
}
.single-post .shop-post { 
    max-width: 100%;
    width: 100%; 
}

/* 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,
.woocommerce ul.product_list_widget li img,
.audrey-portfolio 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;
}
img.entry-image.attachment-post:hover,
.woocommerce ul.product_list_widget li img:hover,
.audrey-portfolio img:hover,
.cat-archive-featured-image img:hover {
    opacity: .7;
}
ul.wp-block-gallery,
ul.blocks-gallery-grid {
    margin-left: 0;
    margin-bottom: 16px;
}
.single-post ul.wp-block-gallery {
    margin-bottom: .6em !important;
}
.attachment .site-inner {
    margin-top: 220px !important; }

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

p.entry-meta {
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    font: normal 12px Maven Pro, sans-serif;
    color: #111111;
    -webkit-font-smoothing: subpixel-antialiased;
}
.entry-header,
.entry-footer {
    text-align: center;
}
.entry-header p.entry-meta {
    letter-spacing: 2px;
    margin-bottom: 8px;
    line-height: 2;
}
.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
}
.single-post .entry-footer {
    padding: 14px 2px;
    border-top: 1px solid #eeeae8;
    border-bottom: 1px solid #eeeae8;
}
.entry-footer p {
    margin-bottom: 0;
}

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

.after-entry {
    padding: 0;
    margin-top: 40px !important;
}
.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 {
    font-size: 40px;
    text-align: center;
}
.after-entry .enews-widget {
    background: #f9f7f6;
    padding: 32px 32px 34px 22px;
}
.after-entry .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.5%;
    width: 38%;
    border: 1px solid #eeeae8;
}
.after-entry .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1.5%;
    padding: 20px 15px 19px;
    width: 19.5%;
    cursor: pointer;
    border: 0;
}

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

.related {
    border: 1px solid #eeeae8;
    padding: 35px 20px 50px;
    max-width: 950px;
    margin: 40px auto 0;
}
.sidebar-content .related,
.content-sidebar .related {
    padding: 30px;
}
.related h3 {
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 0;
    font-size: 34px;
}
.related .wrap {
    max-width: 1150px;
}
.related img {
    -webkit-transition: all .25s ease-in-out !important;
    -moz-transition: all .25s ease-in-out !important;
    -o-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
    opacity: 1;
}
.related img:hover {
    opacity: .7;
}
.related-post a.related-post-title {
    text-align: center;
    display: block;
    line-height: 1.5;
    padding: 5px 12px 0;
    color: #111111;
}
.related-post a.related-post-title:hover {
    color: #c6796a;
}
.related-post:hover .related-post-title {
    opacity: 1; 
}
.related-post {
    width: 33%;
    float: left;
    padding: 1.7% 8px 0 8px;
}

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

.pagination {
    clear: both;
    margin: 40px 0 40px;
    text-align: center;
    font: normal 12px Maven Pro, sans-serif;
    letter-spacing: 2px;
}
.single-post .pagination {
    margin: 0;
}
.pagination-previous a,
.pagination-next a {
    padding: 16px 20px;
    color: #111111;
    background: #f9f7f6;
}
.pagination-previous a:hover,
.pagination-next a:hover {
    color: #ffffff;
    background: #c6796a;
}
.pagination-next.alignright .arrow,
.pagination-previous.alignleft .arrow {
    font-size: 14px;
}
.archive-pagination li {
    display: inline;
    margin: 1px;
}
.archive-pagination li a {
    background-color: #f9f7f6;
    color: #111111;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font: normal 12px Maven Pro, sans-serif;
    letter-spacing: 2px;
    padding: 12px 13px;
    text-transform: uppercase;
}
.archive-pagination li a:hover {
    background: #c6796a;
    color: #fff;
}

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

.next-post {
    font-family: Maven Pro;
    color: #111111 !important;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1022px) {
.adjacent-entry-pagination {
    display: none;
}
.previous-entry a {
    position: fixed;
    bottom: 45px;
    right: 32px;
    width: 400px;
    height: auto;
    background-color: #f9f7f6;
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    z-index: 9999;
    border: 10px solid #fff;
}
.post-navigation-image {
    float: left;
    width: 40%;
    min-width: 150px;
    margin-bottom: -4px;
}
.post-navigation-title h3 {
    font-size: 18px;
    padding-right: 15px;
    margin-bottom: 0;
    font-family: Halant;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .5px;
}
.post-navigation-title h3:hover {
    color: #c6796a;
    -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;
}
.post-navigation-title {
    width: 55%;
    float: right;
}
span.post-navigation-title {
    font-size: 18px;
    text-align: left !important;
    display: block;
    padding-top: 6px;
}

}
@media only screen and (max-width: 1021px) {
    .adjacent-entry-pagination {
        max-width: 900px;
        margin: 0 auto;
        margin: -20px 0 40px !important;
    }
    .previous-entry img {
        float: left;
        width: 150px;
        height: 150px;
        margin-right: 15px;
    }
    .previous-entry.alignright {
        float: left;
        width: 100%;
    }
    .post-navigation-title {
        text-align: left;
        padding-top: 15px;
    }
    .next-post {
        margin-bottom: 12px;
    }
    .post-navigation-title h3 {
        font-size: 18px;
        font-family: Halant;
    }
}

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

.comment-respond {
    background: #fff;
    padding: 40px 0 0;
    max-width: 950px;
    margin: 0 auto;
}
.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: 14px;
}
.comment-header {
    font-size: 16px;
}
.entry-comments .comment {
    border-bottom: 1px solid #eeeae8;
}
.comment-respond label {
    display: block;
    font-size: 12px;
    font: normal 13px Maven Pro;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 0 10px;
}
.comment-reply a {
    padding: 10px 12px;
    font-size: 11px;
}
.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 {
    border: 1px solid #eeeae8;
}
.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;
}
a.comment-edit-link {
    font-size: 13px;
}
a.comment-time-link {
    color: #222222;
}
.ping-list .reply {
    display: none;
}
#reply-title,
.entry-comments h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 1px;
}
.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;
    margin-bottom: 25px;
    width: 320px;
}
.sidebar-content .sidebar {
    float: left;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    list-style-type: none;
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.6;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar .enews-widget {
    background: #f9f7f6;
    padding: 30px 26px 20px;
    border: 0;
}
.sidebar .enews-widget .widget-title {
    font-family: Italiana;
    font-size: 40px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1;
    color: #c6796a;
}
.sidebar .widget_categories li.cat-item a,
.sidebar .widget_nav_menu a,
.woocommerce .widget_product_categories li {
    background: #f9f7f6;
    font-family: Maven Pro;
    text-transform: uppercase;
    font-size: 12px;
    color: #111111;
    text-align: center;
    padding: 15px 14px;
    margin: 0 auto 10px;
    width: 100%;
    display: block;
    letter-spacing: 2px;
}
.woocommerce .widget_product_categories li a {
    color: #111111;
    padding: 15px 0;
}
.sidebar .widget_categories li.cat-item a:hover,
.sidebar .widget_nav_menu a:hover,
.woocommerce .widget_product_categories li:hover {
    background: #e9dcd5;
    color: #111111;
}
.sidebar .custom-html-widget h4 {
    text-align: center;
    margin-bottom: 0;
}
.sidebar .button {
    width: 100%;
    text-align: center;
}

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

.social i {
    color: #111111;
    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: 8px;
}
.social i:hover {
    color: #c6796a;
}
.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;
}
.nav-mobile .widget-area .social i,
.offscreen-content .social i,
.audrey-insta .social i,
.sidebar .social i,
.footer-widgets .social i {
    margin: 0;
}
.nav-mobile .widget-area .social,
.offscreen-content .social,
.audrey-insta .social,
.sidebar .social,
.footer-widgets .social {
    background: #e9dcd5;
    color: #111111;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    margin: 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;
}
.offscreen-content .social {
    margin-left: 0;
    margin-right: 5px;
}
.nav-mobile .widget-area .social:hover,
.offscreen-content .social:hover,
.audrey-insta .social:hover,
.sidebar .social:hover,
.footer-widgets .social:hover {
    background: #dbc4b8
}
.nav-mobile .widget-area .social:hover i,
.offscreen-content .social:hover i,
.audrey-insta .social:hover i,
.sidebar .social:hover i,
.footer-widgets .social:hover i,
.nav-mobile .widget-area .social i:hover,
.offscreen-content .social i:hover,
.audrey-insta .social i:hover,
.sidebar .social i:hover,
.footer-widgets .social i:hover {
    color: #111111;
}

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

#about-photo {
    border-radius: 350px;
    width: 100%;
    max-width: 350px;
}
#about {
    margin: 8px auto 0;
    width: 90%;
}
#hover,
.entry-image,
.previous-entry img,
.seen-in 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);
}
#hover:hover,
.entry-image:hover,
.previous-entry img:hover,
.seen-in img:hover {
    opacity: .7;
}

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

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

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

#mc_embed_signup label {
    font-family: Italiana;
    font-weight: normal !important;
    color: #111111;
    font-size: 36px !important;
    margin-bottom: 15px;
}

#mc_embed_signup input.email {
    border: 1px solid #eeeae8 !important;
    font-family: Halant !important;
    letter-spacing: .5px;
    padding: 26px 12px 23px !important;
}

#mc_embed_signup .button {
    padding: 6px 20px 5px!important;
    height: 50.5px !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    margin-left: 4px !important;
}

/* Newsletter
----------------------------------------------- */

.audrey-newsletter {
    background: #e9dcd5;
}
.audrey-newsletter .enews .widget-title {
    font: normal 56px Italiana, serif;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    color: #c6796a;
    -webkit-font-smoothing: subpixel-antialiased;
}
.audrey-newsletter .enews-widget p {
    text-align: center;
    margin-bottom: 30px;
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.7;
}
.audrey-newsletter .wrap {
    max-width: 100%; 
}
.audrey-newsletter .enews input {
    margin: 0 1.5%
}
.audrey-newsletter .enews input#subbox1 {
    width: 47%;
    float: left;
}
.audrey-newsletter .enews input#subbox2 {
    width: 47%;
    float: right;
}
.audrey-newsletter .enews input#subbox[type="email"] {
    width: 97%;
    margin-top: 3%
}
.audrey-newsletter .enews-widget input[type="submit"] {
    background: #dbc4b8;
    color: #111;
    padding: 18px 5px;
    width: 97%;
    margin: 3% 1.5% 0;
    font-size: 14px;
}
.audrey-newsletter .enews-widget input[type="submit"]:hover {
    background: #fff !important;
    color: #111 !important;
}
.audrey-newsletter .widget {
  width: unset;
}
.audrey-newsletter .widget_media_image {
    width: 38%;
    float: right;
    margin-bottom: -10px;
}
.audrey-newsletter .widget_media_image img {
    min-height: 550px !important;
    object-fit: cover;
}
.audrey-newsletter .enews-widget {
    margin-top: 60px;
    float: left;
    padding: 40px 120px;
    width: 62%;
}

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

.footer-wrap {
    background: #fff;
    overflow: auto;
    margin-bottom: -23px;
}
.footer-wrap a {
    color: #111;
}
.footer-wrap a:hover {
    color: #c6796a;
}
.copyright {
    text-transform: uppercase;
    font: normal 11px Maven Pro, sans-serif;
    letter-spacing: 1.5px;
    text-align: right;
    padding: 28px 0px 25px;
    padding-right: 70px;
}
.copyright p {
    margin-bottom: 0;
}
.footer-widgets {
    clear: both;
    padding: 60px;
    background: #e9dcd5;
}
.footer-widgets .wrap {
    max-width: 1150px;
}
.footer-widgets li {
    margin-bottom: 5px;
    font: normal 16px Halant, sans-serif;
    text-align: center;
}
.footer-widgets .widget {
    margin-bottom: 30px;
}
.footer-widgets .widget:last-of-type {
    margin-bottom: 0px;
}
.footer-widgets li a {
    color: #111111;
}
.footer-widgets li a:hover {
    color: #c6796a;
}
.footer-widgets .widget-title {
    font: normal 14px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 22px;
    text-align: center;
}
.footer-widgets .enews-widget .widget-title {
    font: normal 40px Italiana;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 10px;
}
.footer-widgets .enews-widget input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.5%;
    width: 36.5%;
    border: 1px solid #eee;
}
.footer-widgets .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1.5%;
    padding: 20px 5px 19px;
    width: 22%;
    border: 0;
    cursor: pointer;
    letter-spacing: 2px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding: 20px 0 0;
}
.footer-widgets-1,
.footer-widgets-3 {
    width: 25%;
}
.footer-widgets-2 {
    width: 50%;
}
.footer-widgets-1 {
    float: left;
    display: inline-block;
}
.footer-widgets-1 .widget {
    margin-bottom: 0;
}
.footer-widgets-2 {
    float: left;
    padding-top: 15px;
}
.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: 1px;
    font-size: 13px;
}
.footer-widgets .search-form input[type="submit"] {
    font-size: 100% !important;
    top: -5px;
}
.footer-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 52px;
    letter-spacing: 4px;
    color: #c6796a;
    margin-top: 20px;
    margin-bottom: 18px;
}
.footer-title h3 {
    font: normal 13px Maven Pro;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8;
}
.footer-social {
    float: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 16px;
    text-align: left;
}

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

.audrey-instagram {
    padding: 75px 0;
    background: #f9f7f6;
}
.audrey-instagram .wrap {
    max-width: 1150px;
}
.audrey-instagram .textwidget p {
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}
.audrey-instagram #sb_instagram {
    background: #fff;
}
#sb_instagram .sbi_follow_btn a {
    background: #fff !important;
    color: #111111 !important;
    margin-top: 15px !important;
}
#sb_instagram {
    padding: 0 !important;
}
.audrey-instagram .widget {
    margin: 0 auto;
}
.audrey-instagram .widget-title {
    text-align: center;
    font-size: 54px;
    color: #c6796a;
    margin-bottom: 10px;
}
#sb_instagram .sbi_photo_wrap {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter: alpha(opacity=25);
}
#sb_instagram .sbi_photo_wrap:hover {
    opacity: .7;
}
a.sbi_load_btn {
    display: none !important;
}
#sb_instagram #sbi_images {
    padding: 0 !important;
}

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

.site-footer {
    max-width: 1150px;
}
.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;
}

/* Blog Formats
---------------------------------------------------------------------------------------------------- */

/* Full
---------------------------------------------------------------------------- */

.audrey-blog-full h1.entry-title,
.audrey-blog-full .share-filled,
.audrey-blog-grid h1.entry-title,
.audrey-blog-grid .share-filled,
.audrey-blog-grid .shop-post,
.audrey-blog-grid .shop-post-title,
.audrey-blog-list h1.entry-title,
.audrey-blog-list .share-filled {
    display: none;
}
.audrey-blog-full h1.entry-title.full-width,
.audrey-blog-grid h1.entry-title.full-width,
.audrey-blog-list h1.entry-title.full-width {
    display: block;
    font: normal 48px Italiana, Didot, serif;
    letter-spacing: 1px;
    margin: 0 0 25px;
    text-align: center;
    background: #e9dcd5;
    padding: 70px;
    margin-bottom: 50px;
}
.audrey-blog-full .content .entry-header .entry-meta {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    text-align: center;
}
.audrey-blog-full .shop-post-title {
    font-size: 12px;
}
.audrey-blog-full .content .entry-title {
    text-align: center;
}
.audrey-blog-full a.more-link {
    display: table;
    margin: 0 auto;
    padding: 18px 32px;
    font-size: 13px;
}
.audrey-blog-full .content .entry {
    border-bottom: 1px solid #eeeae8;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

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

.audrey-blog-grid .content .entry {
    width: 50%;
    float: left;
}
.audrey-blog-grid .content .entry:nth-of-type(odd) {
    padding-right: 24px;
}
.audrey-blog-grid .content .entry:nth-of-type(2n) {
    float: right !important;
}
.audrey-blog-grid .content .entry:nth-of-type(even) {
    padding-left: 24px;
}
.audrey-blog-grid .content .entry:nth-child(2n+1) {
    clear: both;
}
.audrey-blog-grid .content .entry-header .entry-meta {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}
.audrey-blog-grid .content .entry-title {
    font-size: 32px;
    margin-bottom: 20px;
}


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

.audrey-blog-list .post-image.alignleft {
    width: 50%;
    margin-right: 32px;
}
.audrey-blog-list .content .entry-header .entry-meta {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    padding-top: 45px;
}
.audrey-blog-list .shop-post-title {
    font-size: 12px;
}
.audrey-blog-list .content .entry-title {
    margin-bottom: 20px;
}

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

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

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

.error404 .entry-content .search-form {
    background: #f9f7f6;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.error404 .entry-content .search-form:before {
    content: "Search";
    font: normal 22px Maven Pro, sans-serif;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}

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

.error404 .entry-content h4 {
    font: normal 26px Italiana, 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
--------------------------------------------- */

.audrey-category-archive .one-third {
    float: left;
    margin-left: 1.5%;
}
.audrey-category-archive .one-third {
    width: 32.33333333333%;
}
.audrey-category-archive .first {
    clear: both;
    margin-left: 0;
}
.audrey-category-archive .entry {margin-bottom: 1%;}
.audrey-category-archive .entry-title {
    text-align: center;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.4;
}
.audrey-category-archive .entry-footer,
.audrey-category-archive .entry-content,
.audrey-category-archive .entry-meta,
.audrey-category-archive .entry-time {
    display: none;
    margin: 0;
}
.audrey-category-archive .archive-description {
    margin-bottom: 10px;
}
.audrey-category-archive .archive-title {
    letter-spacing: 1px;
    font-size: 34px;
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
    padding: 0;
}
.audrey-category-archive .cat-item:first-child:before {
    content: 'Sort by:';
    text-transform: uppercase;
    font: normal 13px Maven Pro, sans-serif;
    letter-spacing: 2px;
    padding-right: 20px;
    color: #111111;
}
.audrey-category-archive .cat-item {
    text-transform: uppercase;
    font: normal 13px Maven Pro, sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0 12px;
    line-height: 2;
}
.audrey-category-archive .cat-item a {
    color: #c6796a;
}
.audrey-category-archive .cat-item a:hover {
    color: #111111;
}
.audrey-category-archive .cat-item:last-child {
    padding-right: 0;
}
.audrey-category-archive .cat-item-none {
    display: none;
}
.audrey-category-archive .pagination {
    padding-top: 30px;
    margin-bottom: 15px;
}
.audrey-category-archive span.entry-comments-link,
.audrey-category-archive span.entry-comments-link:before {
    display: none;
}
.archive-description p {
    text-align: center;
    width: 700px;
    margin: 20px auto 0;
    font-size: 15px;
}
.audrey-category-archive .site-inner { 
    margin-bottom: 40px; 
}

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

.category-page .featured-content .entry {
    width: 32.33333333333%;
    float: left;
    margin-bottom: 5px;
}
.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 {
    background: transparent;
    padding: 0;
}
.category-page .featuredpost .entry-title a {
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 20px;
    line-height: 1.4;
    display: block;
}
.content .category-page .widget-title {
    text-align: center;
    font-size: 32px;
}
.content .category-page .featuredpost .widget-title {
    font: normal 24px Maven Pro;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin: 5px auto 30px;
    -webkit-font-smoothing: antialiased;
}
.cat-intro {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}
.category-page .page.entry {
    display: none;
}
.category-page .content .widget {
    margin-bottom: 35px
}
.more-from-category {
    clear: both;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 10px;
}
.view-all-portfolio {
    text-align: center;
    clear: both;
    margin-bottom: 0;
    padding-top: 36px;
}
.category-page .more-from-category a {
    text-align: center;
    margin: 0 auto;
}
.page .post-edit-link {
    display: none;
}

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

.audrey-landing {
    margin-top: 0;
}
.audrey-landing .site-container,
.audrey-landing .site-inner {
    margin-top: 0 !important;
}
.audrey-landing .entry-title {
    display: none;
}
.audrey-landing .content {
    padding: 0 40px;
}
.audrey-landing .audrey-backtotop {
    display: none;
}

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

.audrey-insta.header-right-active .site-title,
.audrey-insta.header-right-active .site-description {
    text-align: center;
}
.audrey-insta .site-header {
    padding: 40px 22px 26px !important;
    position: unset;
    border: 0;
}
.audrey-insta .site-header .wrap {
    padding: 0;
}
.audrey-insta .title-area {
    padding: 0;
    border: 0;
    margin: 0 auto;
}
.audrey-insta .title-area {
    float: none;
}
.audrey-insta .entry-title,
.audrey-insta .shop-post,
.audrey-insta .shop-post-title,
.audrey-insta .audrey-backtotop { 
    display: none; 
}
.audrey-insta .featured-content .entry-title { 
    display: block;
}
.audrey-insta .content {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}
.audrey-insta .site-inner {
    margin-top: 10px !important;
}
.audrey-insta .site-container,
.audrey-insta .site-inner,
.audrey-insta .site-header {
    background: #f9f7f6;
}
.audrey-insta .menu li {
    list-style-type: none !important;
}
.audrey-insta .menu li a {
    background: #fff;
    width: 100%;
    color: #111111 !important;
    display: block;
    text-align: center;
    line-height: 2.1rem !important;
    margin-bottom: 14px;
    padding: 20px 20px 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font: normal 14px Maven Pro, sans-serif;
    font-weight: normal !important;
}
.audrey-insta .entry-content ul {
    margin-left: 0 !important;
}
.audrey-insta .widget-title {
    text-align: center;
    font: normal 32px Italiana, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: none;
    letter-spacing: 1px;
}
.audrey-insta .social {
    text-align: center;
    float: none;
    margin-bottom: 15px;
}
.audrey-insta .enews-widget {
    background: #fff;
    padding: 25px 25px 15px;
}
.audrey-insta .widget {
    margin-bottom: 30px;
}
.audrey-insta .widget.widget_nav_menu {
    margin-bottom: 15px; 
}
.audrey-insta .featured-content .entry {
    width: 48%;
    float: left;
    background: #fff;
    padding: 25px 25px 10px;
}
.audrey-insta .featured-content .entry:nth-of-type(2n) {
    margin-left: 2.5%;
}
.audrey-insta .featured-content .entry:nth-of-type(3n) {
    clear: both;
}
.audrey-insta .featured-content .entry-title a,
.audrey-insta .featured-content .entry-meta a,
.audrey-insta .featured-content .entry-meta {
    color: #111111;
    font-weight: normal; }

.audrey-insta .share-after {
    display: none;
}
.audrey-insta .featured-content .entry-title {
    font-size: 30px;
    letter-spacing: .5px;
    margin: 0 auto 10px;
    text-transform: none;
    width: 90%;
    text-align: center;
}
.audrey-insta .entry-title a {
    color: #111111 !important;
}

.audrey-insta .featured-content .entry-meta { 
    text-align: center; 
}
.audrey-insta a.more-link {
    width: 100%;
    display: block;
}

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

.audrey-portfolio .archive-description,
.single-portfolio .entry-title,
.audrey-category-archive .archive-description {
    text-align: center;
    background: #e9dcd5;
    padding: 70px;
    margin-bottom: 50px;
}
.audrey-portfolio .archive-description,
.audrey-category-archive .archive-description {
    margin-bottom: 0;
}
.audrey-portfolio .site-inner,
.audrey-category-archive .site-inner {
    padding-top: 50px;
}
.audrey-portfolio .archive-title,
.single-portfolio .entry-title,
.audrey-category-archive .archive-title {
    font-size: 48px;
}
.audrey-portfolio .archive-title {
    margin-bottom: 18px;
    padding: 0;
}
.audrey-portfolio .site-inner {
    margin-bottom: 45px;
}
.audrey-portfolio .one-third {
    float: left;
    margin-left: 1.5%;
}
.audrey-portfolio .one-third {
    width: 32.33333333333%;
}
.audrey-portfolio .first {
    clear: both;
    margin-left: 0;
}
.audrey-portfolio .entry {
    margin-bottom: 1%;
}
.audrey-portfolio .entry-title {
    margin-top: 10px;
    font: normal 24px Italiana, Didot, serif;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.audrey-portfolio .entry-meta,
.single-portfolio .entry-meta {
    display: none;
}
.audrey-portfolio .archive-description p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8;
}

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

@media only screen and (min-width: 1021px) {
.js .home .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);
    }
}
.home .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;
}


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

.audrey-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;
}
.audrey-backtotop:hover {
    background: transparent;
    color: #c6796a;
}
.audrey-backtotop.top-is-visible {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}
.single-post .audrey-backtotop {
    display: none;
}

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

.no-scroll {
    overflow: hidden;
    opacity: 1;
}
.offscreen-content {
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 9998;
}
.offscreen-content .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding: 0;
}
.offscreen-container {
    display: table;
    height: 100vh;
    overflow: hidden;
    table-layout: fixed;
    text-align: center;
    width: 22%;
    background-color: #f9f7f6;
    margin-bottom: 0;
    float: right;
    padding: 60px 40px 40px;
}
.offscreen-container .widget-area {
    display: table-cell;
    padding-bottom: 20px;
    width: 100%;
}
.offscreen-content .widget_nav_menu li {
    font: normal 13px Maven Pro, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 3rem;
    text-align: left;
}
.widget-area .offscreen-content-toggle:hover {
    color: #c6796a;
    background: transparent;
}
.offscreen-content .widget {
    margin-bottom: 40px;
}
.footer-social .social i {
    margin: 0 !important;
    padding: 0 10px 0 0;
}
.offscreen-content .enews-widget input#subbox1 {
    float: left;
}
.offscreen-content .enews-widget form {
    margin: 0 auto;
    padding: 0 40px;
}
.offscreen-content .widget-title,
.offscreen-content .enews-widget .widget-title {
    float: none;
    text-align: left;
    width: 100%;
    font: normal 28px Italiana, sans-serif;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 1px;
}
.offscreen-content .enews-widget input {
    width: 47%;
    margin: 1.5%;
}
.offscreen-content .enews-widget input[type="submit"] {
    width: 97%;
}

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

.header-image .offscreen-content-icon,
.header-image .offscreen-content-toggle {
    margin-top: -55px;
}
.header-image.secondary-active .offscreen-content-icon,
.header-image.secondary-active .offscreen-content-toggle {
    margin-top: -22.5px;
}
.header-image.secondary-active .site-header.scrolled .offscreen-content-icon,
.header-image.secondary-active .site-header.scrolled .offscreen-content-toggle {
    margin-top: -28px;
}
.header-image.split-nav-active .offscreen-content-icon,
.header-image.split-nav-active .offscreen-content-toggle {
    margin-top: -110px;
}
.offscreen-content-icon,
.offscreen-content-toggle {
    margin-top: -30px;
    z-index: 9998;
    outline: 0;
    right: 0;
}
button.offscreen-content-toggle {
    float: right;
}
.admin-bar .offscreen-content {
    margin-top: 32px;
}
.offscreen-content button,
.offscreen-content-icon button {
    background: transparent !important;
    padding: 15px 18px;
}
.offscreen-icon {
  display: inline-block;
  cursor: pointer;
  margin-top: 3px;
}
.offscreen-icon:focus {
    outline: 0 !important;
}
.line1,
.line2,
.line3 {
  width: 22px;
  height: 1px;
  background-color: #111;
  margin: 4px 0;
  display: block;
    -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;
}
.offscreen-icon:hover .line1,
.offscreen-icon:hover .line2,
.offscreen-icon:hover .line3 {
    background-color: #c6796a;
}
.offscreen-icon.close .line1 {
  transform: rotate(45deg);
  margin: 0;
}
.offscreen-icon.close .line2 {
  transform: rotate(-45deg);
  margin: 0;
}
.offscreen-icon-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
}
.offscreen-icon-close:before,
.offscreen-icon-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 1px;
  background-color: #111111;
    -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;
}
.offscreen-icon-close:before {
  transform: rotate(45deg);
}
.offscreen-icon-close:after {
  transform: rotate(-45deg);
}
.offscreen-icon-close:hover:before,
.offscreen-icon-close:hover:after {
  background: #c6796a;
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
}

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

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

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

@media only screen and (min-width: 1022px) {
    .nav-mobile,
    .menu-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1021px) {
    .nav-header,
    .nav-primary {
        display: none;
    }
}

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

@media only screen and (max-width: 1021px) {
    .offscreen-wrap {
        display: none;
    }
    .site-header {
        padding: 15px 20px 22px;
    }
    .split-nav-active .site-header {
        padding: 18px 20px 18px;
    }
    .header-image .site-header,
    .header-image.split-nav-active .site-header,
    .secondary-active.header-image .site-header {
        padding: 12px 22px;
    }
    .header-full-width .title-area,
    .header-full-width .site-title {
        float: left;
        text-align: left;
    }
    .header-image .site-title,
    .header-image.split-nav-active .site-title,
    .header-image.secondary-active .site-title {
        padding: 0;
    }
    .header-image .site-title > a {
        background-position: center !important;
        background-size: contain !important;
        display: block;
        margin: 0 auto;
        min-height: 60px;
        width: 144px;
    }
    .header-image .title-area {
        width: 100%;
        max-width: 144px;
    }
    .header-image button.menu-toggle {
        padding-top: 15px;
    }
    .site-title {
        float: left;
        font-size: 30px;
        padding: 0;
    }
    .audrey-insta .site-title {
        float: none;
        max-width: 100%;
        font-size: 42px;
    }
    .audrey-insta.header-image .title-area {
        float: none !important;
        text-align: center;
        max-width: 300px;
    }
    .audrey-insta.header-image .site-title > a {
        min-height: 100px;
        width: 300px;
    }
    .site-header .wrap {
        padding: 0;
        max-width: unset;
    }
    .audrey-insta .site-header {
        margin-top: 0 !important;
    }
    .title-area {
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }
    .header-image .title-area {
        float: left;
        margin-top: 0;
    }
    .site-header .widget-area {
       float: none;
       margin-top: 0;
    }
    .site-header .widget_nav_menu {
        text-align: center;
        margin-right: 0;
        border: 0;
        padding: 0;
        margin-bottom: -20px;
    }
    li a.icon-search { 
        display: none; 
    }
    .nav-primary {
        float: left;
        padding: 0 !important;
        position: fixed;
        margin-top: 52px !important;
        height: 93vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .nav-primary .widget-wrap {
        margin-top: 0;
        right: 0;
        width: 100% !important;
        margin-top: -10px;
        float: none;
        background: #fff;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: block !important;
        font-size: 2.5em;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
    .menu-mobile .social i {
        color: #111;
    }
    .nav-primary,
    .nav-secondary {
        background: #fff !important;
    }
    .nav-primary li a,
    .nav-secondary li a,
    .genesis-nav-menu li a,
    .site-header .widget_nav_menu li a {
        padding: 12px 20px;
        letter-spacing: 2px;
        background: #fff;
        color: #111111;
        border-bottom: 1px solid #eee;
    }
    button.menu-toggle {
        background-color: #fff;
        display: inline-block !important;
        margin: 0 auto;
        border: 0;
        padding: 0;
        text-align: center;
        position: fixed;
        width: auto;
        right: 0;
        z-index: 9999;
        padding: 8px 22px;
    }
    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background: transparent !important;
        color: #111111;
        width: 25%;
        border: 0;
        padding: 0;
        padding-right: 20px;
        text-align: right;
        margin-top: -3px;
    }
    .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;
    }
    .sticky-start {
        clear: both; 
    }
    nav {
        display: none;
        position: relative;
    }
    .genesis-nav-menu .menu-item {
        position: relative;
        display: block;
        text-align: left;
    }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu .sub-menu {
        display: none;
        opacity: 1;
        position: static;
        box-shadow: none;
        width: 100%;
        opacity: 1 !important;
    }
    .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 {
        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: #111111;
    }
    .genesis-nav-menu > li:hover .sub-menu a,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        background: #fff;
        padding-left: 35px !important;
    }
    .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
        padding-left: 55px !important;
    }
    .site-header .widget-area {
        margin-bottom: 5px;
    }
    .site-header .widget-area,
    .header-right-active .title-area {
        padding: 0;
    }
    .header-right-active .site-title,
    .header-right-active .site-description {
        text-align: center;
    }
    .site-header + * {
        margin-top: 72px !important;
    }
    .nav-mobile .wrap {
        margin-top: 22px;
    }
    .header-image .nav-mobile .wrap {
        margin-top: 34px;
    }
    .site-header.scrolled .offscreen-content-icon,
    .site-header.scrolled .offscreen-content-toggle {
        margin-top: -27.5px;
    }
    .admin-bar .site-header.scrolled .offscreen-content-icon,
    .admin-bar .site-header.scrolled .offscreen-content-toggle {
        top: 38px;
    }
    .site-header .header-left {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
    }
    .nav-mobile .custom-html-widget {
        padding: 22px 0 40px;
    }
    .nav-mobile .custom-html-widget a {
        display: inline;
        width: auto;
        padding: 0;
    }
    .nav-mobile .widget-area {
        padding: 20px;
    }
    .nav-mobile .widget-title {
        text-transform: none;
        font-size: 28px;
        margin-bottom: 12px;
        text-align: center;
    }
}

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

.menu-toggle {
    cursor: pointer;
    display: none;
    text-align: center;
}
.hamburger-icon {
  display: inline-block;
  cursor: pointer;
  padding-top: 15px;
}
.hamburger-icon:focus {
    outline: 0 !important;
}
.bar1,
.bar2,
.bar3 {
  width: 28px;
  height: 1px;
  background-color: #111;
  margin: 5px 0;
  display: block;
}

/*
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) {
    .split-nav-active .site-header .wrap {
        padding: 0;
    }
    .audrey-home .front-page-1 .widget_custom_html {
        padding-top: 120px;
    }
    .audrey-home .front-page-1 h3 {
        font-size: 60px;
        padding-right: 40px;
    }
    .audrey-home .front-page-1 .overlay h3 {
        font-size: 50px;
        padding-right: 0;
    }
    .site-header .widget-area {
        margin-right: 0;
    }
    .site-header {
        margin: 0 auto;
    }
    .header-right-active .site-header {
        max-width: 100%;
    }
    .audrey-home .front-page-2 .wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .site-header .header-widget-area .widget_nav_menu li a {
        padding: 19px 16px 14px;
    }
    .flexible-widgets.widget-fourths .widget {
        margin: 0 1.5% !important;
        width: 30%;
    }
    .home-box {
        width: 100%;
    }
}
@media only screen and (max-width: 1151px) {
    .content-sidebar .content,
    .sidebar-content .content {
        max-width: 68%;
    }
    .content-sidebar .sidebar,
    .sidebar-content .sidebar {
        max-width: 28%;
    }
    .audrey-home .odd .flexible-widgets {
        padding-left: 22px;
        padding-right: 22px;
    }
    .content-sidebar-wrap {
        padding: 0 22px;
    }
    .footer-widgets {
        padding: 30px 0 45px;
    }
    .flexslider .slides img {
        object-fit: cover;
    }
    .flexible-widgets {
        padding: 50px 30px;
    }
    .audrey-home .home-area .wrap {
        max-width: 100%;
    }
    .audrey-newsletter .enews .widget-title {
        font-size: 42px;
    }
    .audrey-newsletter .enews-widget {
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-about {
        padding: 0;
        border: 0;
        margin-top: 40px;
    }
    .home-about h3 {
        font-size: 40px;
    }
    .home-about h3:after {
        margin: 25px 0 10px 15px;
        width: 200px;
    }
    .audrey-home .philosophy h3 {
        font-size: 42px;
    }
    .wpmtst-testimonial {
        font-size: 30px;
    }
    .audrey-home .front-page-1 .widget_custom_html {
        padding-top: 80px;
    }
    .audrey-home .front-page-1 h3 {
        font-size: 44px;
    }
    html > body .slide-excerpt-border h2 a {
        font-size: 30px;
    }
    .sidebar .enews-widget .widget-title {
        font-size: 32px;
    }
    .archive-description p {
        width: 100%;
    }
    .audrey-blog-list .post-image.alignleft,
    .audrey-home .content-sidebar-wrap .content .entry .post-image.alignleft,
    .home.paged .content-sidebar-wrap .content .entry .post-image.alignleft {
        width: 40%;
        margin-right: 32px;
    }
    .audrey-blog-list .content .entry-header .entry-meta,
    .audrey-home .content-sidebar-wrap .content .entry-header .entry-meta,
    .home.paged .content-sidebar-wrap .content .entry-header .entry-meta {
        padding-top: 0;
    }
    .audrey-blog-list .content .entry-title,
    .audrey-home .content-sidebar-wrap .content .entry .entry-title,
    .home.paged .content-sidebar-wrap .content .entry .entry-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 920px) {
    .site-inner {
        margin-top: 25px !important;
    }
    .home.paged .content-sidebar-wrap {
        padding-top: 50px;
    }
    .audrey-home .front-page-1 .widget_custom_html {
        padding-top: 50px;
    }
    .widget-4 .home-box {
        float: none;
    }
    .home-box {
        width: 100%;
        margin: 0 auto 20px !important;
    }
    .audrey-home .front-page-1 h3 {
        font-size: 34px;
        margin-bottom: 16px;
    }
    .front-page-1 .wrap,
    .front-page-5 .wrap,
    .front-page-6 .wrap {
        padding: 0;
    }
    .front-page-1 .wrap,
    .front-page-5 .wrap,
    .front-page-6 .wrap {
        padding: 0;
    }
    .audrey-home .home-area .enews .widget-title,
    .after-entry .enews .widget-title {
        float: none;
        text-align: center;
    }
    .audrey-home .featuredpage.widget {
        max-width: 29.5%;
    }
}

@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,
    .site-header .widget-area,
    .front-page-5 .flexible-widgets.widget-halves .widget.widget-first,
    .front-page-5 .flexible-widgets.widget-halves .widget.widget-last,
    .audrey-home .widget-area .featuredpage.widget,
    .home.full-width-content .site-inner .entry,
    .blog.full-width-content .site-inner .entry,
    .content-sidebar .sidebar,
    .sidebar-content .sidebar {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .audrey-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,
    .shop-post,
    .shop-post-title {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .home:not(.paged) .site-inner {
        padding-top: 0;
    }
    .flexible-widgets.widget-fourths .widget {
        width: 100%;
        margin: 0 auto !important;
    }
    .page.page-template-default.full-width-content:not(.home) .entry-title,
    .page.page-template-default:not(.home) .entry-title,
    .page.category-page.full-width-content h1.entry-title,
    .page.category-page h1.entry-title,
    .error404 .entry-title,
    .single-post .entry-header,
    .audrey-portfolio .archive-description,
    .single-portfolio .entry-title,
    .audrey-category-archive .archive-description,
    .audrey-blog-full h1.entry-title.full-width,
    .audrey-blog-grid h1.entry-title.full-width,
    .audrey-blog-list h1.entry-title.full-width {
        margin-bottom: 25px;
        padding: 40px;
    }
    .audrey-category-archive .site-inner,
    .audrey-portfolio .site-inner {
        padding-top: 25px;
    }
    .audrey-home .front-page-1 {
        position: relative;
        display: table;
    }
    .audrey-home .front-page-1 .widget_media_image {
        width: 100%;
        position: relative;
        max-height: unset;
        display: table;
    }
    .audrey-home .front-page-1 .widget_media_image img {
        margin-bottom: -10px !important;
        object-fit: cover;
        max-height: unset;
        min-height: unset;
    }
    .audrey-home .front-page-1 .widget_custom_html {
        position: absolute;
        width: auto;
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 35px 20px;
        background: rgb(249,247,246,.9);
        margin: 0 20px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
    .audrey-home .front-page-1 h4,
    .audrey-home .front-page-1 h3 {
        text-align: center;
        padding-right: 0;
    }
    .audrey-home .front-page-1 .button {
        display: table;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .audrey-home .home-area .widget-title {
        margin-bottom: 22px;
    }
    .home-box {
        margin: 10px 0 12px !important;
        width: 100%;
        height: auto;
    }
    .widget-4 .home-box {
        margin-bottom: 0 !important;
    }
    .home-about {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .audrey-home .philosophy h3 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .wpmtst-testimonial {
        font-size: 22px;
    }
    .seen-in img {
        width: 18.5%;
    }
    .audrey-home .featured-portfolio .entry {
        padding: 0 5px;
    }
    .audrey-home .featured-portfolio a.alignnone {
        margin-bottom: 0;
    }
    .audrey-home .featuredpost .entry .entry-title {
        font-size: 24px;
    }
    .audrey-home .featuredpost .entry:nth-of-type(4),
    .audrey-home .featuredpost .entry:nth-of-type(5),
    .audrey-home .featuredpost .entry:nth-of-type(6),
    .audrey-home .featuredpost .entry:nth-of-type(7),
    .audrey-home .featuredpost .entry:nth-of-type(8),
    .audrey-home .featuredpost .entry:nth-of-type(9) {
        margin-top: 0;
    }
    .audrey-newsletter .enews .widget-title {
        font-size: 34px;
    }
    .audrey-newsletter .enews-widget p,
    .audrey-newsletter .enews .widget-title {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .audrey-newsletter .enews-widget {
        padding: 22px;
    }
    .after-entry .enews-widget .widget-title,
    .related h3,
    #reply-title,
    .entry-comments h3  {
        font-size: 30px;
    }
    .sidebar-content .related,
    .content-sidebar .related {
        padding: 22px 10px;
    }
    .sidebar .widget {
        padding: 22px;
    }
    .flexible-widgets,
    .wp-block-cover-image .wp-block-cover__inner-container,
    .wp-block-cover .wp-block-cover__inner-container {
        padding: 40px 22px;
    }
    .audrey-instagram {
        padding: 42px 22px 24px;
    }
    .audrey-category-archive .one-third {
        margin: 0 auto 15px;
    }
    .audrey-category-archive .site-inner img {
        margin: 0 auto 10px;
        text-align: center;
        float: none;
        display: block;
    }
    .related-post {
        width: 50%;
    }
    .header-image .site-title {
        padding-top: 0;
    }
    .adjacent-entry-pagination .next-entry {
        margin-top: 15px;
    }
    .audrey-home .front-page-6.home-area a.button.white {
        margin-top: 0;
    }
    .flexslider .slides img {
        height: 300px;
    }
    html > body .slide-excerpt-border {
        width: unset !important;
        min-width: 400px !important;
    }
    .audrey-home .featured-portfolio .entry-header {
        display: none;
    }
    .audrey-portfolio .entry-header {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        margin: 0 auto;
    }
    .audrey-portfolio .entry-title {
        font-size: 18px !important;
        padding: 5px;
        background: transparent;
        margin-bottom: 20px;
        padding: 10px 0 0 !important;
    }
    .audrey-portfolio .entry { 
        margin-bottom: 3%; 
    }
    .genesis_responsive_slider a.more-link {
        font-size: 11px;
        padding: 13px 16px;
    }
    .audrey-instagram .widget-title {
        font-size: 42px;
        padding: 0 20px 6px;
    }
    .genesis-nav-menu a {
        padding: 20px 30px;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -31px 0 0 199px;
    }
    .nav-primary {
        padding: 12px 10px 12px 0;
        background: #f9f7f6;
        margin-top: 0;
    }
    .nav-primary .sub-menu .sub-menu {
        margin: 0 !important;
    }
    .genesis-nav-menu .sub-menu {
        border: 0;
        width: 100%;
    }
    .audrey-home .home-area .enews-widget input[type="submit"] {
        margin: 10px 0 0;
        width: 100%;
    }
    .audrey-home .home-area .enews-widget input#subbox, .audrey-home .home-area .enews-widget input#subbox1, .audrey-home .home-area .enews-widget input#subbox2, .audrey-home .home-area .enews-widget input[type="submit"], .sidebar .enews-widget input#subbox, .sidebar .enews-widget input#subbox1, .sidebar .enews-widget input#subbox2, .sidebar .enews-widget input[type="submit"], .footer-widgets .enews-widget input, .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% !important;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .audrey-home .home-area .enews .widget-title  {
        float: none;
        margin: 0 auto;
        border-right: 0;
        padding: 10px 0 30px !important;
    }
    .audrey-home .home-area .enews .widget-title,
    .audrey-home .front-page-6 .widget_custom_html .widget-title,
    .footer-widgets .enews-widget .widget-title {
        padding: 0 0 20px !important;
        margin: 0 auto;
        font-size: 34px;
    }
    .audrey-category-archive .cat-item {
        padding: 0 8px;
    }
    .audrey-category-archive .cat-item:first-child:before {
        padding-right: 16px;
    }
    .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, .footer-widgets-2, .footer-widgets-3 {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 5px;
    }
    .footer-widgets-3 {
        padding-bottom: 22px;
    }
    .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;
    }
    .footer-widgets .widget-title:after {
        content: " ";
        width: 50px;
        background: #111;
        display: block;
        height: 1px;
        margin: 0 auto;
        margin-top: 16px;
    }
    .footer-social {
        text-align: center;
        float: none;
        padding: 20px 20px 14px;
    }
    .copyright {
        padding: 0 20px 22px;
        text-align: center;
        line-height: 1.8em;
    }
    .copyright .dot {
        display: none;
    }
    .copyright .theme {
        display: block;
    }
}


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

    .flexible-widgets.widget-fourths .widget {
        width: 100%;
        margin: 0 auto !important;
    }
    .audrey-blog-grid .content .entry {
        width: 100%;
        margin-bottom: 6%;
    }
    .audrey-blog-list .content .post.has-post-thumbnail img.alignleft,
    .audrey-blog-list.full-width-content .shop-post,
    .audrey-blog-list.full-width-content .shop-post-title,
    .audrey-home .content-sidebar-wrap .content .entry .post-image.alignleft,
    .home.paged .content-sidebar-wrap .content .entry .post-image.alignleft {
        width: 100%;
        margin: 0;
    }
    .audrey-blog-list .content .entry-header .entry-meta,
    .audrey-home .content-sidebar-wrap .content .entry-header .entry-meta,
    .home.paged .content-sidebar-wrap .content .entry-header .entry-meta {
        padding-top: 22px;
        clear: both;
    }
    .audrey-blog-grid .content .entry-title,
    .audrey-blog-list .content .entry-title,
    .audrey-home .content-sidebar-wrap .content .entry .entry-title,
    .home.paged .content-sidebar-wrap .content .entry .entry-title {
        clear: both;
        width: 100%;
        font-size: 28px;
    }
    .audrey-blog-grid .shop-post,
    .audrey-blog-grid .shop-post-title {
        display: block;
    }
    .audrey-blog-grid .shop-post-title {
        padding-top: 15px;
    }
    .audrey-blog-grid #blog-grid {
        border: 0;
    }
    .audrey-blog-grid .content .entry:nth-of-type(1n),
    .audrey-blog-grid .content .entry:nth-of-type(2n){
        padding: 0 !important;
    }
    .audrey-blog-list.full-width-content .content .entry:nth-child(even) img {
        margin-left: 0;
    }
    .audrey-blog-list .content .entry-content,
    .audrey-blog-list .content .entry {
        padding: 0 !important;
    }
    .audrey-blog-list .content .entry-header p.entry-meta,
    .audrey-blog-list .content .entry:first-of-type .entry-header p.entry-meta,
    .audrey-blog-list.full-width-content .content .entry-header p.entry-meta  {
        clear: both;
        padding-top: 15px;
        text-align: left;
    }
    .share-after {
        margin-bottom: 8px;
        margin-top: 0;
        text-align: center;
    }
    .audrey-home .home-area .widget-title,
    .audrey-instagram .widget-title {
        text-align: center;
    }
    .entry-footer .entry-meta {
        line-height: 1.8;
        text-align: center !important;
    }
    .audrey-instagram .textwidget p {
        float: none;
        margin-top: -5px;
        text-align: center;
        margin-bottom: 30px
    }
    .audrey-insta .site-container {
        padding-left: 0;
        padding-right: 0;
    }
    .audrey-insta .widget .entry { 
        margin-bottom: 6%; 
    }
    .audrey-landing, .audrey-landing .site-container { 
        margin-top: 0;
        padding-top: 0; 
    }
    .audrey-landing .site-inner { 
        padding: 0;  
    }
    .audrey-backtotop { 
        display: none; 
    }
    .archive-pagination {
        margin-bottom: 30px;
    }
    .audrey-home .home-area .enews-widget {
        padding: 0;
    }
    .sidebar .featuredpost .entry  {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .audrey-home .featuredpost .post.entry,
    .audrey-home .featuredpage .entry {
        width: 100%;
        padding: 0;
        margin: 0 auto 22px;
    }
    .audrey-home .featuredpost .post.entry .entry-title {
        padding: 0;
    }
    .audrey-home .featuredpage .entry {
        margin: 0 auto 12px;
    }
    .audrey-home .home-area .featuredpage:last-of-type .entry {
        margin-bottom: -22px !important;
    }
    .home-about h3:after {
        display: none !important;
    }
    .audrey-newsletter .widget_media_image {
        display: none;
    }
    .audrey-newsletter .enews-widget {
        width: 100%;
        margin-top: 0;
        padding: 40px 15px;
    }
    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) {
    .pagination-next,
    .pagination-previous {
        margin-bottom: 20px;
        margin-top: -15px;
    }
    .audrey-home .home-area .widget-title {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    .audrey-home .home-area .featuredpage .widget-title {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .single-post.full-width-content .entry-header {
        padding: 20px 15px;
    }
    .home-area .entry-title,
    .page.page-template-default.full-width-content:not(.home) .entry-title,
    .page.page-template-default:not(.home) .entry-title,
    .page.category-page.full-width-content h1.entry-title,
    .page.category-page h1.entry-title,
    .error404 .entry-title,
    .audrey-portfolio .archive-description,
    .audrey-portfolio .archive-title,
    .audrey-category-archive .archive-description,
    .audrey-category-archive .archive-title,
    .audrey-blog-full h1.entry-title.full-width,
    .audrey-blog-grid h1.entry-title.full-width,
    .audrey-blog-list h1.entry-title.full-width {
        font-size: 36px;
    }
    .entry-title,
    .single-post .entry-title,
    .single-post .entry-header,
    .single-portfolio .entry-title {
        font-size: 32px;
    }
    .audrey-home .front-page-1 .featuredpost .entry-title {
        font-size: 26px;
    }
    .audrey-home .front-page-1 .featuredpost .entry-header {
        padding: 16px 12px 8px;
    }
    .audrey-home .front-page-1 .featuredpost .entry-header .entry-meta,
    .entry-header p.entry-meta,
    .shop-post-title {
        font-size: 11px;
    }
    .audrey-insta .featured-content .entry { 
        width: 100%; 
    }
    .audrey-insta .featured-content .entry:nth-of-type(2n) {
        margin-left: 0;
    }
    .archive-pagination li a { 
        margin-bottom: 10px; 
    }
    .archive-description, .author-box {
        margin-bottom: 25px;
    }
    .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,
    .audrey-category-archive .entry {
        text-align: center;
        width: 100%;
    }
    .portfolio-featured-image {
        margin: 0;
    }
    .audrey-home .home-area .enews-widget input#subbox,
    .audrey-home .home-area .enews-widget input#subbox1,
    .audrey-home .home-area .enews-widget input#subbox2,
    .audrey-home .home-area .enews-widget input#subbox,
    .audrey-home .home-area .enews-widget input[type="submit"] {
        margin: 6px 0;
        width: 100% !important;
    }
    #genesis-responsive-slider {
        margin-top: 0 !important;
    }
    html > body .slide-excerpt-border {
        min-width: 300px !important;
    }
    .slide-excerpt-border h2,
    .slide-excerpt-border h2 a {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px;
    }
    .slide-excerpt-border {
        padding: 5px 18px 0px !important;
    }
    .page.page-template-default:not(.home) .entry-title,
    .content .category-page .widget-title,
    .audrey-portfolio .archive-title {
        text-align: center;
        font-size: 36px;
    }
    .post-navigation-title {
        padding-top: 0;
    }
    .footer-widgets {
        padding-bottom: 12px;
    }
    .footer-title h2 {
        font-size: 42px;
        margin-bottom: 12px;
    }
}

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

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

/* Add Custom CSS Below This Line */